/* font */
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Pre';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/* //font */

header h1, h2 {
  position: absolute;
  z-index: -9999;
  left: -9999px;
}

.cont_p {position: absolute; z-index: -9999; left: -9999px;}

a {cursor: pointer;}

body {font-family: 'Pre'; background: #000;}
.wrap {max-width: 1920px; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box;}
.bg1 {background: #262626 !important;}
/* header */
header {position: absolute; top: 0; left: 0; width: 100%; height: 80px; border-bottom: 1px solid #fff; box-sizing: border-box; z-index: 5;}
header .container {display: flex; align-items: center; justify-content: space-between; max-width: 1240px; width: 100%; height: 100%; margin: 0 auto; box-sizing: border-box;}
header .logo {width: 217px; height: auto;}
header .logo img {width: 100%; height: auto;}
header nav {}
header nav ul {display: flex; align-items: center; gap: 60px;}
header nav ul li {}
header nav ul li a {font-size: 20px; font-weight: 400; line-height: 1.2; color: #fff;}
header nav ul li.active a {color: #FFDF84;}

/* link */
.link {display: flex; align-items: center; justify-content: center; gap: 20px; width: 100%; padding: 92px 0 80px; background: #000;}

/* list-item */
.list-item {max-width: 1260px; width: 100%; height: auto; margin: 0 auto;}
.list-item2 {margin-top: 90px; margin-bottom: 90px;}
.list-item ul {display: flex; align-items: center; flex-wrap: wrap; gap: 50px 0; margin: 0 -10px;}
.list-item ul li {width: calc(100% / 4); padding: 0 10px; box-sizing: border-box;}
.list-item ul li .child-box {position: relative; width: 100%; height: auto; overflow: hidden; cursor: pointer;}
.list-item ul li .child-box .img-box {width: 100%; height: auto; aspect-ratio: 5/5; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);}
.list-item ul li .child-box .img-box img {width: 100%; height: 100%; object-fit: cover; border-radius: 10px;}
.list-item ul li .child-box .tit {display: block !important; /*position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);*/ width: 100%; margin-top: 10px; font-size: 23px; font-weight: 400; line-height: 1.25; color: #fff; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); z-index: 2; text-align: center; text-shadow: 0px 3px 6px #00000080;}
.list-item ul li.active .child-box .tit {display: none;}
.list-item ul li .child-box .txt-box {display: none; position: absolute; top: 0; left: 0; flex-flow: column; justify-content: center; gap: 20px; width: 100%; height: 100%; padding: 20px; background: rgba(0, 0, 0, 0.7); z-index: 3; box-sizing: border-box;}
.list-item ul li.active .child-box .txt-box {animation: opacity_b .3s linear both; display: flex;}
@keyframes opacity_b {
 0% {opacity: 0;} 
 100% {opacity: 1;} 
}
.list-item ul li .child-box .tit_txt {font-size: 18px; font-weight: bold; line-height: 1.28; color: #fff;}
.list-item ul li .child-box .dl-box {display: flex; flex-flow: column; gap: 10px;}
.list-item ul li .child-box .dl-box p {font-size: 15px; font-weight: 200; line-height: 1.2; color: #fff; word-break: keep-all;}

.main_bd .list-item {padding-bottom: 90px;}


.wrap.mo {display: none;}

/* bt_link */
/* .bt_link {position: fixed; bottom: 103px; right: 330px; width: 90px; height: auto;} */
.bt_link {width: 90px; height: auto; display: none;}
.bt_link img {width: 100%; height: auto; animation: heartbeat 1.5s ease-in-out infinite both;} 


/* slick */
.kv {z-index: 2;}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.mo_btns {display: none;}

.pc_btns {display: flex; flex-direction: column; gap: 15px; position: fixed; bottom : 50px; right: 30px; z-index: 3;}
.pc_btns a{width: 225px; height: auto;}
.pc_btns a img{width: 100%; height: 100%;}

/* 반응형 */
@media screen and (max-width: 1300px) {
  header .container {padding: 0 15px; box-sizing: border-box;}
  .list-item {padding: 0 15px; box-sizing: border-box;}
}

@media screen and (max-width: 1024px) {
  .list-item ul li {width: calc(100% / 3);}
  .pc_btns a.tell_link {display: block;}
}

@media screen and (max-width: 900px){
  .wrap.pc {display: none;}
  .wrap.mo {display: block;}

  .bg1 {background: #262626 !important;}

  .list-item3 {padding: 0 15px !important; box-sizing: border-box; background: #000 !important;}
  .link {flex-flow: column; gap: 11px; padding: 41px 0;}

  header {height: 60px;}
  header nav ul {gap: 25px;}
  header nav ul li a {font-size: 14px;}
  header .logo {width: 118px;}

  .list-item ul {gap: 20px 0;}
  .list-item ul li {width: calc(100% / 2);}
  .list-item ul li .child-box .tit {font-size: 14px;}
  .list-item ul li .child-box .tit_txt {font-size: 16px;}
  .list-item ul li .child-box .txt-box {gap: 10px;}
  .list-item ul li .child-box .dl-box {gap: 5px;}

  .list-item2 {margin-top: 40px;} 

  .bt_link {display: none;}

  .pc_btns {bottom: 20px; right: 20px; gap: 10px;}
  .pc_btns a {width: 120px;}
}

@media screen and (max-width: 600px) {
  .list-item ul {width: 100%; margin: 0 -5px; gap: 20px 0;}
  .list-item ul li {width: calc(100% / 2); padding: 0 5px;}

  header nav ul {gap: 15px;}
  header nav ul li a{white-space: nowrap;}

  .list-item ul li .child-box .tit_txt {font-size: 14px;}
  .list-item ul li .child-box .dl-box p {font-size: 12px;}
  .list-item ul li .child-box .txt-box {padding: 10px;}

  .list-item2 {margin-bottom: 40px;}
  .main_bd .list-item {padding-bottom: 40px; background-color: #262626;}

  .mo_btns {display: flex; position: fixed; bottom :0px;}
  .mo_btns a{width: 50%; height: auto;}
  .mo_btns a img{width: 100%; height: 100%;}

  .pc_btns {display: none;}

  footer {padding-bottom: 150px;}

  #smtg_logo_div {display: none !important;}

  .list-item ul {align-items: flex-start;}
  .list-item ul li .child-box .tit {word-break: keep-all;}
}

@media screen and (max-width: 390px) {
  /* .list-item ul li .child-box {aspect-ratio: 5 / 3;}
  .list-item ul li {width: 100%;} */
  .list-item ul li .child-box .tit_txt {font-size: 13px; line-height: 1.1;}
  .list-item ul li .child-box .dl-box p {font-size: 11px; line-height: 1.1;}
}

@media screen and (max-width: 360px) {
  header nav ul {gap: 10px;}
}

.chat-icon {display: none !important;}
#chatterbox-root {display: none !important;}