@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&family=Noto+Serif+KR:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
	font-family: 'brand'; /* 폰트 패밀리 이름 주기*/
	src: url('/font/Brand-1bc33f5a0e36c4955c9ad6a0cadc5022.woff'); /*폰트 파일 주소*/
}


/* 헤더 */
header{background-color: white; width: 100%; height: 90px; position: absolute; top: 0; left: 50%; font-size: 0;transform: translateX(-50%);text-align: center;z-index: 10;}
.logo_new{padding-left: 40px; font-size:0;}
.logo_new a{width: 245px; height: 31px; background: url('/images/logo-slide-95941cd2628c2aa418550b8fc94be19b.png') no-repeat 50% 50%; background-size: 100% auto; float: left;padding: 30px 0;display: block;}
/* .logo_new a{background: url('/images/logo-slide-95941cd2628c2aa418550b8fc94be19b.png')no-repeat 50% 50%;background-size: contain;} */
.over .logo_new a{background: url('/images/logo-slide-95941cd2628c2aa418550b8fc94be19b.png')no-repeat 50% 50%;background-size: 100% auto;}
.alllogo{display:block; width:180px; height:130px; background:url('/images/menu_logo-0a3f02245f6b3c51ca82eec2279e8357.png') no-repeat 0 0; position:absolute; left:50%; top:55px;transform: translateX(-50%);}

/*.gnbWrap{display: inline-block;position: relative;}*/
.gnbWrap{display: flex; justify-content: center; position: relative;}
.gnbWrap > li{font-family: "brand"; display: inline-block; text-align: center; font-weight: bold; height: 5.4rem;}
.gnbWrap > li > a{padding-top:34px; padding-bottom:32px; width:140px; display:block;position:relative;}
.gnbWrap > li > a:after{content: ''; width: 0px; height: 4px; background: #d4b690; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);-webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; opacity: 0;}
.gnbWrap > li > a.hover-me {font-size: 21px; color: #555;}
.gnbWrap > li > a.hover-me:hover {font-size:0;}
.gnbWrap > li > a.hover-me:hover:before {
    content: '';
    color: #d4b690;
    font-size:17px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 0.3s;
    /* animation-delay: 0.01s; */
    animation-iteration-count: 1;
    animation-fill-mode: forwards; /* 마지막 프레임 유지 */
    animation-timing-function: ease-in-out;
    transition: transform 0.4s ease-in-out;
    transform-origin: center;
    height: 5.4rem;
}
.gnbWrap > li > a.hover-me.m1:hover:before {
  content: '항노화 센터';
}
.gnbWrap > li > a.hover-me.m2:hover:before {
  content: '리버스 에이징';
}
.gnbWrap > li > a.hover-me.m3:hover:before {
  content: '부스터 솔루션';
}
.gnbWrap > li > a.hover-me.m4:hover:before {
  content: '볼류마이징';
}
.gnbWrap > li > a.hover-me.m5:hover:before {
  content: '비대칭 교정술';
}
.gnbWrap > li > a.hover-me.m6:hover:before {
  content: '전신 항노화';
}

.gnbWrap > li > a.hover-me.m7 {padding-top: 20px; padding-bottom: 19px;}
.gnbWrap > li > a.hover-me.m7:hover {padding-top: 20px; padding-bottom: 19px;}
.gnbWrap > li > a.hover-me.m7:hover:before {
    content: '줄기세포 항노화 센터';
}
.gnbWrap > li > a.hover-me.m8 {padding-top: 20px; padding-bottom: 19px;}
.gnbWrap > li > a.hover-me.m8:hover {padding-top: 34px; padding-bottom: 32px;}
.gnbWrap > li > a.hover-me.m8:hover:before {
    content: '콜라겐 재생술';
}

.gnbWrap > li > a.on{color: #d4b690;}
.gnbWrap > li > a.on:after{width: 90%;opacity: 1}
.gnbWrap > li > a.l_txt  {color:#555; font-size:18px;}
.gnbWrap .depth1 .depth2{position: absolute;left: 0;width: 100%;display: none;}
.gnbWrap .depth1 .depth2.on{display: block;}
.gnbWrap .depth1 .depth2 > ul{width: 100%;overflow: hidden;clear: both;}
.gnbWrap .depth1 .depth2 > ul > li{float: left; display: inline-block;}
.gnbWrap .depth1 .depth2 > ul > li > a{position: relative; padding: 20px 18px;font-weight: 500;font-size: 16px;color: #555;display: block;white-space: nowrap;box-sizing: border-box;}
.gnbWrap .depth1 .depth2 > ul > li > a:hover{color:#d4b690; font-weight: 500;}
.gnbWrap .depth1 .depth2 > ul > li > a:after{content: ''; width: 0%; height: 2px; background: #d4b690; position: absolute; left: 52%; bottom: 10px;transform: translateX(-50%);-webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.gnbWrap .depth1 .depth2 ul > li > a:hover:after{width: 80%;}
.gnbWrap .depth1 .depth3{text-align: left; display: none;}
.gnbWrap .depth1 .depth3 > li{}
.gnbWrap .depth1 .depth3 > li > a{font-size: 16px;color: #444;font-weight: 300;padding-left:15px;display: block;line-height: 2em;}
.gnbWrap .depth1 .depth3 > li > a:hover{color: #d4b690; text-underline-position: under; -wetkit-text-decoration-color:gray; text-decoration-color: gray;}
.gnbBG{width: 100%;height: 90px;position: absolute;top: 0;z-index: -1;}
.gnbBG.on{border-bottom: 0; background: rgb(255, 255, 255);}


/* .gnbWrap > li{color:#fff;} */
.over .gnbWrap > li{color:#000;}
.gnbBG{background: rgba(121, 119, 110, 0.15);}

.allMenuBtn a:before{background: #222;}
.allMenuBtn a span{background: #222;}
.allMenuBtn a:after{background: #222}

.over .allMenuBtn a:before{background: #222;}
.over .allMenuBtn a span{background: #222;}
.over .allMenuBtn a:after{background: #222}

/* 전체보기 */
.gnb-btn{  position:absolute; right:30px; top:18px; z-index:9999; }
.gnb-btn button{ width:55px; height:55px;  background:transparent; border:none;}
.gnb-btn:hover #nav-icon span:nth-child(1){width:50%;}
.gnb-btn:hover #nav-icon span:nth-child(6){width:0;}
.gnb-btn:hover #nav-icon.open span:nth-child(6){width:50%;}

#nav-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #222;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {left: 50%;}
#nav-icon span:nth-child(odd) {left:0px;}
#nav-icon span:nth-child(1){width:0; right:50%; left:auto;}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {top: 4px; width:50%}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {top: 12px;}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {top: 20px;}
#nav-icon.open{width:50px; height:50px; top:7px; right:10px;}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {left: 5px; top: 9px; width:50%; right:auto;}
#nav-icon.open span:nth-child(2) {left: calc(50% - 3px); top: 9px;}
#nav-icon.open span:nth-child(3) {left: -50%; opacity: 0;}
#nav-icon.open span:nth-child(4) {left: 100%; opacity: 0;}
#nav-icon.open span:nth-child(5) {left: 5px; top: 26px;}
#nav-icon.open span:nth-child(6) {left: calc(50% - 3px); top: 26px;}
#nav-icon.open span{background:#444;}

.gnb-all{position:fixed; top:0; right:-150%;  z-index:999; height:100vh; width:100%; background:#fff;  overflow:hidden;   display: flex;  align-items: center;  transition: all ease 1s;}
.gnb-all.open{  right:0;}
.gnb-all > ul { position: absolute; width:100%; max-width:500px; left:50%; margin-left: -30px;  top:220px; padding:0; padding-right:8px; box-sizing: border-box;}
.gnb-all > ul > li a {color:#8a7458; font-size:16px;}
.gnb-all > ul > li:hover a {color:#d4b690;}
.gnb-all > ul > li{ padding: 0 0 58px 220px;  width:100%; position:relative;}
.gnb-all > ul > li:last-child{border-bottom:0;}
.gnb-all > ul > li > h3{ color:#d4b690; margin:0 0 10px; font-size:24px; position:absolute; left:0; top:27px; }
.gnb-all > ul > li > ul{display:flex;}
.gnb-all > ul > li > ul > li > a{display:block; padding:5px 0; font-size:18px; color:#444; margin-right:50px; position:relative;}
.gnb-all > ul > li > ul > li > a:after{content:''; width:0; height:1px; background:#d4b690; position:absolute; right:0; bottom:-5%;     z-index: -1; transition:all ease .5s;}
.gnb-all > ul > li > ul > li > a:hover{ color:#d4b690;}
.gnb-all > ul > li > ul > li > a:hover:after{width:100%; right:auto; left:0;}
.gnb-all .alllogo{ position: absolute; z-index:4; left:50%; margin-left: 0px; top:80px;}
/* .scr-none{overflow-y:hidden;} */


/*.container {height:100vh; position:relative; overflow: hidden;}*/
.container {position:relative; overflow: hidden;}
.slick-list,
.slick-track {height: 100%;}
.slick-list * {outline: none;}
.item-section {min-height:100%; background-repeat: no-repeat; overflow-x: hidden;}

#colagan_img_pc {margin-top: 5rem; width: 100%;}

/* 퀵메뉴 */
.right-quick-menu {position:fixed; bottom:19%; right:3%; z-index:9; text-align:center; cursor:pointer;}
.right-quick-menu li {background:#fff; width:60px; height:60px; line-height:60px; border-radius:100%; text-align:center; cursor:pointer; margin-bottom:10px;}
.right-quick-menu li img {margin-top:15px;}
.right-quick-menu li:hover {background:#000;}
.right-quick-menu li:hover img {filter:invert(100%);}
.right-quick-menu li.go_top {background:rgba(0, 0, 0, .4);}
.right-quick-menu li:hover.go_top {background:rgba(0, 0, 0, .9);}
.right-quick-menu li a { color:#fff;}

/* 푸터 */
#footer {background-color: #3c3c3c; padding:30px 0;}
#footer .copytxt p {line-height: 20px; }

.mobile-slide {display: none;}
.mobile-gnb {display: none;}

.mainpage {background:url(/images/bg_m-c63bed54e7ec2f756f18321da3ac62d8.jpg);}
/*.subpage {background:url(/images/bg-a2278cae65fde08a46a401e78f215146.jpg) no-repeat center center/cover;}*/
.subpage {background-color: #3c3c3c;}


.item-section {display:flex; flex-wrap:wrap; justify-content: center; align-items: center; }
.item-section .left {width:50%; box-sizing: border-box; padding-top:77px;}
.item-section .right {width:50%; padding-left:80px; box-sizing: border-box; padding-top:77px;}
.item-section .left img {width:100%; max-width:1000px;}
.item-section .right h2 {font-size:32px; font-weight:600; margin-bottom:10px;font-family: "brand", serif; font-optical-sizing: auto;}
.item-section .right h3 {font-size:19px; font-weight:400; letter-spacing: -1px;}
.item-section .right p {font-size:16px; letter-spacing: -0.5px;; line-height:1.6em;}
.item-section .right .line {width:70px; height:1px; background:#aaa; margin:35px 0;}

.item-section .left_con {width:60%; box-sizing: border-box; padding-top:77px; padding-left:4%; padding-right:4%;}
.item-section .right_con {width:40%; padding-left:80px; box-sizing: border-box; padding-top:77px;}
.item-section .left_con img {width:100%; max-width:1000px;}
.item-section .left_con h2 {font-size:35px; font-weight:600; margin-bottom:10px;font-family: "brand", serif; font-optical-sizing: auto;}
.item-section .left_con h3 {font-size:19px; font-weight:400; letter-spacing: -1px;}
.item-section .left_con p {font-size:16px; letter-spacing: -0.5px; line-height:1.7em;}
.item-section .left_con .line {width:70px; height:1px; background:#aaa; margin:40px 0;}

.video-container {cursor:pointer;}
.video-wrap {padding-top:220px; padding-bottom:130px;}
.video-wrap h2 {font-size:28px; font-weight:600; margin-bottom:40px; margin-left:4%; font-family: "brand", serif; font-optical-sizing: auto;}
.video-wrap .video-slider .video-item {padding:10px; width:99%; margin:0 auto;}
.video-wrap .video-slider .video-item .video-container { position: relative; padding-bottom: 65%; padding-top: 0px; height: 0; overflow: hidden; background-color:#ccc;}
.video-wrap .video-slider .video-item .video-container img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-wrap .slider-control-btn { top: 220px; padding: 0 10px; z-index: 1; transition: 0.5s;}
.video-wrap .slider-control-btn.disabled {opacity:1; cursor: default;}
.video-wrap .slider-control-btn img {width:40px;}
.video-wrap .slider-control-btn.prev-btn {right: 150px;}
.video-wrap .slider-control-btn.next-btn {right: 100px;}

.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /* 마지막 프레임 유지 */
  animation-timing-function: ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.fadeIn2 {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 4.5s;
  animation-delay: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /* 마지막 프레임 유지 */
  animation-timing-function: ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.pc {display:block;}
.mc {display:none;}

@keyframes fadeIn {
  0% {opacity:0;  transform: scale(1);}
  80% {opacity:1; transform: scale(1);}
  100% {opacity:1; transform: scale(1);}
}

@media(max-width:1440px){
  .gnbWrap > li {font-size:15px;}
  .gnbWrap > li > a{/*padding:33px 30px;*/ padding-top:33px; padding-bottom:33px; width:90px; display:block;position:relative;}
  .gnbWrap > li > a.hover-me:hover:before,
  .gnbWrap > li > a.hover-me, 
  .gnbWrap > li > a.l_txt {font-size: 15px;}
}

@media(max-width:1000px) {
    .pc {display:none;}
    .mc {display:block;}
    body { background-color:#3c3c3c;}
    .gnbBG{background: rgba(121, 119, 110, 0);}
    /* header, .gnbBG {height: 10vh;} */
    .gnbArea {display:none;}
    .container {height:auto;}
    #footer {margin-top:-5px;}
    .logo_new {padding-left:15px;}
    .logo_new a {padding:15px 0;width:200px;}
    .video video {width: 100%; height:21vh; object-fit: cover; margin-top:-6px;}
    .gnb-btn {right:12px; top:3px;}
    .cate {display:flex; flex-direction: column; justify-content: center;}
    .cate h5 { font-size:16px; text-align: center; margin:30px 0 13px;}
    .cate .button_more {font-size:12px; display:inline-block; padding:3px 20px; border:1px solid #333; border-radius:20px; margin:0 auto; margin-bottom:50px;}
    .video-wrap h2 {font-size:20px;}
    .video-wrap .slider-control-btn {top:160px;}

    /* 퀵메뉴 */
    .right-quick-menu-main {margin:0px 0 10px; text-align:center; cursor:pointer;}
    .right-quick-menu-main ul {display:flex; justify-content: center;}
    .right-quick-menu-main li {background:#fff; width:36px; height:36px; line-height:36px; border-radius:100%; text-align:center; cursor:pointer; margin:5px; margin-bottom:20px;}
    .right-quick-menu-main li img {margin-top:6px; width:80%;}
    .right-quick-menu-main li:hover {background:#000;}
    .right-quick-menu-main li:hover img {filter:invert(100%);}
    .right-quick-menu-main li.go_top {background:rgba(0, 0, 0, .4);}
    .right-quick-menu-main li:hover.go_top {background:rgba(0, 0, 0, .9);}
    .right-quick-menu-main li a { color:#fff; font-size:13px;}

    .item-section .left {width:100%; padding-top:120px;}
    .item-section .right {width:100%; padding-left:20px; padding-top:30px; padding-bottom:80px;}
    .item-section .left_con {width:100%; padding-top:120px;}
    .item-section .right_con {width:100%; padding-left:20px; padding-top:30px; padding-bottom:80px;}
    .item-section .right h2 {font-size:22px;}
    .item-section .right h3 {font-size:17px;}
    .item-section .right p {font-size:15px;}
}


@media(max-width:767px) {
    .video-wrap h2 {font-size:18px;}
    .video-wrap {padding-top:130px;}
    /* .video-wrap .slider-control-btn {top:190px;} */
    .video-wrap .slider-control-btn img {width:30px;}
    .video-wrap .slider-control-btn.prev-btn {right: 50px;}
    .video-wrap .slider-control-btn.next-btn {right: 10px;}
    .item-section {min-height: auto; overflow-y:hidden;}
    footer .footer-logo {width:60%;}
    footer .bottom-logo {text-align:center;}
    footer .bottom-logo img {width:80%;}
}
