/* 공통 */
@font-face {
  font-family: 'FreesentationVF';
  src: url('FreesentationVF.ttf') format('truetype');
}
@font-face {
  font-family: 'YSpotlight';
  src: url('YSpotlight.ttf') format('truetype');
}

body {
  font-family: 'FreesentationVF', sans-serif;
  margin: 0;
  padding: 0;
  color: #111111;
}

h1, h2, h3, h4, h5, p, a, div, label, ul, li, span, button, th, td {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0;
}
a {
  display: block;
  text-decoration-line: none;
}
li {
  list-style: none;
}
image {
  display: block;
  width: 100%;
  height: auto;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
.contentInner {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .inner {
    width: calc(100% - 32px);
  }
  .contentInner {
    width: calc(100% - 32px);
  }
}

/* 명령어 */
.width-10 {width: 10%;}
.width-15 {width: 15%;}
.width-20 {width: 20%;}
.width-25 {width: 25%;}
.width-30 {width: 30%;}
.width-35 {width: 35%;}
.width-40 {width: 40%;}
.width-60 {width: 60%;}
.width-100 {width: 100vw;}
.bc-white {background-color: #FFFFFF;}
.bc-green {background-color: #77913E;}
.position-f {position: fixed;}
.position-r {position: relative;}
.position-a {position: absolute;}
.d-block {display: block;}
.d-inline {display: inline-block;}
.d-flex {display: flex;}
.d-none {display: none;}
.a-start {align-items: start;}
.a-center {align-items: center;}
.a-end {align-items: end;}
.j-left {justify-content: left;}
.j-center {justify-content: center;}
.j-right {justify-content: right;}
.j-between {justify-content: space-between;}
.fc-black {color: #111111;}
.fc-green {color: #77913E;}
.fc-white {color: #FFFFFF;}
.fc-gray {color: #767676;}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}
.fs-24 {font-size: 24px;}
.fs-28 {font-size: 28px;}
.fs-48 {font-size: 48px;}
.fw-4 {font-weight: 400;}
.fw-6 {font-weight: 600;}
.fw-7 {font-weight: 700;}
.ls-3 {letter-spacing: -0.03rem;}
.ta-center {text-align: center;}
.ta-left {text-align: left;}
.pointer {cursor: pointer;}
.pt-130 {padding-top: 130px;}
.mb-40 {margin-bottom: 40px}
.m-auto {margin: 0 auto;}
.f-YSpotlight {font-family: 'YSpotlight', sans-serif;}
.f-FreesentationVF {font-family: 'FreesentationVF', sans-serif;}


/* header 설정 */
.main .header {
  top: 0;
  left: 0;
  z-index: 10;
}
.main .header .inner {
  height: 100px;
}
.main .header .inner .navBox .nav {
  height: 100px;
  padding: 0 20px;
}
.main .header .inner .navBox .nav .subNav {
  display: none;
  width: 105%;
  top: 118px;
  left: 0;
  z-index: 1000;
}
.main .header .inner .navBox .nav:hover .subNav {
  display: block;
}
.main .header .inner .navBox .nav .subNav a {
  padding: 10px 0;
}
.main .header .inner .navBox .nav .subNav a:hover {
  color: #77913E;
  font-weight: 700;
}
.main .header .inner .navBox .nav .subNavBack {
  height: 0;
  top: 100px;
  left: 0;
  overflow-y: hidden;
}
.main .header .inner .navBox .nav:hover .subNavBack {
  height: 210px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}


@media screen and (max-width: 600px) {
  .main .header .inner {
    height: 70px;
  }
  .main .header .inner .navBox .nav {
    height: 70px;
    padding: 0 12px;
  }
  .main .header .inner .logo img {
    width: 126px;
    height: auto;
  }
  .main .header .inner .navBox {
    font-size: 16px;
  }
  .main .header .inner .navBox .nav .subNav {
    position: fixed;
    width: 100vw;
    top: 70px;
    text-align: center;
    font-size: 18px;
  }
  .main .header .inner .navBox .nav .subNav a {
    padding: 16px 0;
    border-bottom: 1px solid #DBDBDB;
  }
  .main .header .inner .navBox .nav .subNavBack {
    top: 71px;
  }
  .main .header .inner .navBox .nav:hover .subNavBack {
    height: 150px;
    border: none;
  }
}

/* pageName 설정 */
.pageName {
  font-size: 45px;
  letter-spacing: -0.01rem;
  margin-bottom: 50px;
}
.pageName img {
  width: 30px;
  height: 30px;
}
.tableName {
  font-size: 32px;
  letter-spacing: -0.01rem;
  margin-bottom: 30px;
  padding-top: 80px;
  border-top: 1px solid #DBDBDB;
}
.tableName.first {
  border-top: none;
  padding-top: 0;
}
.tableName img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.tableBox {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 80px;
}
.tableBox.last {
   border-bottom: none;
}
.tableBox table {
  width: 100%;
  min-width: 920px;
  border-spacing: 0;
  border-bottom: 7px solid #77913E;
}
.tableBox table th {
  height: 71px;
  border: 1px solid #DBDBDB;
}
.tableBox table td {
  height: 80px;
  border: 1px solid #DBDBDB;
  word-break: keep-all;
}
.tableBox table td.h-480 {
  height: 480px;
}
.tableBox table td.h-220 {
  height: 220px;
}

.tableBox img {
  width: 100%;
  min-width: 920px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .pageName {
    font-size: 28px;
    letter-spacing: -0.01rem;
    margin-bottom: 50px;
  }
  .pageName img {
    width: 22px;
    height: 22px;
  }
  .tableName {
    font-size: 18px;
    letter-spacing: -0.01rem;
    padding-top: 20px;
    margin-bottom: 12px;
  }
  .tableName img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .tableBox {
    margin-bottom: 20px;
  }
}


/* page1 설정 */
.page1 {
  margin-bottom: 100px;
}
.page1 .poster {
  max-width: 518px;
  width: 36%;
  height: auto;
  margin-right: 3%;
}
.page1 .posterTextBox {
  max-width: 61%;
}
.page1 .posterTextBox .posterText {
  margin-bottom: 30px;
}
.page1 .posterTextBox .posterText span {
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 99px;
}
.page1 .posterTextBox .posterText div {
  width: calc(100% - 145px);
}
.page1 .posterTextBox .posterText p {
  width: 100%;
  margin-top: 10px;
  word-break: keep-all;
}

@media screen and (max-width: 1080px) {
  .page1 .pageBoxr{
    align-items: start;
  }
}
@media screen and (max-width: 800px) {
  .page1 {
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .page1 .pageBoxr{
    display: block;
  }
  .page1 .poster {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page1 .posterTextBox .subTitle {
    font-size: 18px;
  }
  .page1 .posterTextBox .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .page1 .posterTextBox .posterText {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page1 .posterTextBox .posterText span {
    display: block;
    width: 84px;
    height: 30px;
    line-height: 30px;
  }
  .page1 .posterTextBox .posterText div {
    width: 100%;
  }
}

/* page2 설정 */
.page2 .pageName {
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 600px) {
  .page2 .pageName {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

/* page3 설정 */
.page3 .pageName {
  margin-bottom: 30px;
}
.page3 .booths {
  max-width: 1170px;
  width: 100%;
  margin-bottom: 50px;
}

/* page4 설정 */
.page4 .qnaBox {
  border-top: 7px solid #77913E;
  padding-bottom: 150px;
}
.page4 .qnaBox div {
  box-sizing: border-box;
  padding: 32px 40px;
  border-top: 1px solid #DBDBDB;
}
.page4 .qnaBox div .qnaTitle {
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .page4 .pageName {
    margin-bottom: 30px;
  }
  .page4 .qnaBox {
    border-top: none;
    padding-bottom: 70px;
  }
  .page4 .qnaBox div {
    padding: 28px 8px;
    word-break: keep-all;
  }
  .page4 .qnaBox div .qnaTitle {
    font-size: 22px;
  }
}


.main .footerBox {
  width: 100%;
  height: 154px;
  background-color: #222222;
}
.main .footerBox.footerBox2 {
  display: none;
}
.main .footerBox .inner {
  width: calc(100% - 200px);
  height: 154px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.main .footerBox .inner .p1 {
  font-size: 18px; color: #E2E2E2; font-weight: 600; margin-bottom: 10px;
}
.main .footerBox .inner .p1 span {
  margin-left: 10px;
}
.main .footerBox .inner .p2 {
  color: #E2E2E2; font-weight: 300;
}
.footerIconBox a {
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .main .footerBox.footerBox1 {
    display: none;
  }
  .main .footerBox.footerBox2 {
    display: block;
  }
  .main .footerBox {
    height: 194px;
  }
  .main .footerBox .inner {
    width: calc(100% - 32px);
    height: 194px;
    display: block;
  }
  .main .footerBox .inner .p1 {
    margin-bottom: 5px;
  }
  .footerIconBox a {
    margin: 15px 15px 15px 0;
  }
}
