@import url(https://use.fontawesome.com/releases/v5.15.2/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@charset "utf-8";

/* COMMON */
:root {
  --white: #fff;
  --black: #222222;

  --bg_black: #272727;
  --text-color: #333;
}

/* Reset CSS  */
html { height: 100%; overflow-y:scroll; scroll-behavior: smooth;}
body { font-size: 14px; color:#222222; scroll-behavior: smooth;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p { margin: 0px; padding:0px;  list-style:none;  font-family:"pretendard", sans-serif; font-weight: 300;}
fieldset{ border: 0px; }
a{font-style:normal; text-decoration:none; color:#000;}
hr, legend {height: 0; left: -5000px; line-height: 0; overflow-x: hidden; overflow-y: hidden; position: absolute; visibility: hidden;width: 0;}
caption {font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0;}
* {-webkit-text-size-adjust:none;}
* { margin:0; padding:0; border:0; outline:0;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; height:auto; vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; border: 0px solid #E5E5E5; }
input, select { vertical-align:middle; }
label { cursor:pointer; }
.blind,legend,hr,caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i,em,address { font-style:normal; font-weight:normal; }
td,th {vertical-align: middle;line-height: 1.6;}
td strong {font-weight: 100;	font-size: 5px;vertical-align: bottom;}
a:hover{text-decoration:none;}
ul:after{content:""; display:block; clear:both;}
#header .gnb .menu li a {transition: color 0.5s ease;}

/*bbs*/
#container_title{display:none;}
#bo_list_total{display:none;}
#bo_v_table{display:none;}
#bo_vc_w{border-bottom:0;}
#bo_vc{background:none;}

/************* css ******************/
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-thumb {background:#666; ;border-radius: 10px;}
body::-webkit-scrollbar-track {background: #f5f5f5;}

/* max-width: 1620px;  */
.container { width:100%; margin: 0 auto; position: relative; box-sizing: border-box; }
/* padding:0 30px; */
.container:after {content: ""; display: block; clear: both;}
.wide{position: relative;}
.wide::before , .wide::after{content: ""; width: 200%; height: 100%; position: absolute; top:0; left:-50%; z-index: -1;}
p{word-break: keep-all;}
.inner { position: relative; width: 100%; max-width: 1500px; padding: 0 50px; margin: 0 auto; }
.inner_wrap { position: relative; width: 100%; max-width: 1500px; padding: 150px 50px; margin: 0 auto; }


/*header*/
#header{position: fixed; top:0; left: 0; width: 100%; z-index: 1100; display: flex; justify-content: space-between; padding: 50px 100px;}
#header::after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 0; background: rgba(255, 255, 255, 1); z-index: -1; transition: height 0.4s;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }
.gnb { position: absolute;left: 50%; transform: translate(-50%, 0);top: 0}
.menu {list-style: none;padding: 0;margin: 0;display: flex;height: 140px;align-items: center;}
.menu > li {position: relative;padding: 0 50px; font-family: "pretendard", sansserif;transition: .7s;}
.menu a {text-decoration: none;padding: 10px 0px; display: block;color: #fff;font-size: 22px;text-align: left;font-weight: 400;text-align: center; display: inline-block;}
.gnb:hover .menu > li {padding: 0px 100px;transition: .8s;}
.gnb:hover .menu > li a{color: var(--white);}
.lnb {opacity: 0;visibility: hidden;position: absolute;left: 0;list-style: none;padding: 0;margin-top: 40px;width: 100%;transition: opacity 0.3s ease, visibility 0.3s ease;  height: 210px; padding: 20px;}
.lnb li {width: 100%; margin-bottom: 12px; position: relative; display: flex; justify-content: center;}
.lnb li.active a{color: black;}
.lnb li a:after {content: "";display: block;width: 0;height: 2px;background: #222;transition: all 0.4s ease;position: absolute;top: calc(100% - 0px);left: 50%;transform: translateX(-50%);}
.lnb li a:hover:after {width: 100%;position: absolute;left: 50%;bottom: -10px;transform: translate(-50%, 0);}
.lnb a {color: white;padding: 0px 2px; font-size: 16px;  z-index: 50; white-space: nowrap; font-weight: 300;display: inline-block;transform: translateY(0%);transition: .3s}
.lnb li a:hover{color: #bfa489; transition: .5s}
.menu > li:hover .lnb,
.menu:hover .lnb {opacity: 1;visibility: visible;}
.menu::after { content: ""; display: block; width: 0%; height: 1px; background: #ddd; position: absolute; left: 0; bottom: 20px; z-index: 1000; transition: 0.3s;  }


#h_logo{display: flex; gap:47px; align-items: center; z-index: 1100; }
#h_logo .txt{color:#fff; font-size: 12px;}
#h_bar{display: flex; gap:36px; align-items: center;}
#h_bar a{color:#fff;display: flex;align-items: center; z-index: 1100;}
#h_bar .lang{ position: relative; }
#h_bar .lang p{color:#fff;display: flex;align-items: center; cursor: pointer;}
#h_bar .log img{margin-right:7px;}
#h_bar .lang p img{margin-left:7px; vertical-align: middle;}
#nav_btn{cursor: pointer; display: none;}

#header .white{display: inline-block;}
#header .black{display: none;}

#header.bg { padding: 20px 100px; background: #fff; }
#header.bg .white { display: none; }
#header.bg .black { display: block; }
#header.bg .gnb .menu li a { color: #414141; }
#header.bg #h_bar a { color: #414141; }
#header.bg #h_bar .lang p { color: #414141; }
#header.bg .menu { height: 90px; }

#header.black .white { display: none; }
#header.black .black { display: block; }
#header.black .gnb .menu li a { color: #414141; }
#header.black #h_bar a { color: #414141; }
#header.black #h_bar .lang p { color: #414141; }

#header.gnb-on::after { height: 340px; }
#header.gnb-on { padding: 50px 100px; background: transparent; }
#header.gnb-on .menu { height: 140px; }
#header.gnb-on .menu::after { width: 100%; }
#header.gnb-on .menu a { color: #414141; }
#header.gnb-on  .gnb .menu li a { color: #414141; }
#header.gnb-on  #h_bar a { color: #414141; }
#header.gnb-on  #h_bar .lang p { color: #414141; }
#header.gnb-on .white { display: none; }
#header.gnb-on .black { display: block; }



.dropdown { display: none; position: absolute; top: 31px; left: 0; width: 100%; }
.dropdown_text { cursor: pointer; }
.active {display: block;}

/* 1021 gnb */


.fp-viewing-section-page8 #header { background: #fff; }
.fp-viewing-section-page5 #header .white,
.fp-viewing-section-page6 #header .white,
.fp-viewing-section-page7 #header .white,
.fp-viewing-section-page8 #header .white,
.fp-viewing-section-page9 #header .white,
.fp-viewing-section-page11 #header .white,
.fp-viewing-12 #header .white{display: none;}
.fp-viewing-section-page5 #header .black,
.fp-viewing-section-page6 #header .black,
.fp-viewing-section-page7 #header .black,
.fp-viewing-section-page8 #header .black,
.fp-viewing-section-page9 #header .black,
.fp-viewing-section-page11 #header .black,
.fp-viewing-12 #header .black{display: inline-block;}
.fp-viewing-section-page5 #header #h_logo .txt,
.fp-viewing-section-page6 #header #h_logo .txt,
.fp-viewing-section-page7 #header #h_logo .txt,
.fp-viewing-section-page8 #header #h_logo .txt,
.fp-viewing-section-page9 #header #h_logo .txt,
.fp-viewing-section-page11 #header #h_logo .txt,
.fp-viewing-12 #header #h_logo .txt{color: #000;}
.fp-viewing-section-page5 #header #h_bar a,
.fp-viewing-section-page6 #header #h_bar a,
.fp-viewing-section-page7 #header #h_bar a,
.fp-viewing-section-page8 #header #h_bar a,
.fp-viewing-section-page9 #header #h_bar a,
.fp-viewing-section-page11 #header #h_bar a,
.fp-viewing-12 #header #h_bar a{color:#000;}
.fp-viewing-section-page5 #header #h_bar .lang p,
.fp-viewing-section-page6 #header #h_bar .lang p,
.fp-viewing-section-page7 #header #h_bar .lang p,
.fp-viewing-section-page8 #header #h_bar .lang p,
.fp-viewing-section-page9 #header #h_bar .lang p,
.fp-viewing-section-page11 #header #h_bar .lang p,
.fp-viewing-12 #header #h_bar a{color:#000;}
/* 1022 메인페이지 믹스블렌드 무효 */
.fp-viewing-section-page1 #header,
.fp-viewing-section-page2 #header,
.fp-viewing-section-page3 #header,
.fp-viewing-section-page4 #header,
.fp-viewing-section-page5 #header,
.fp-viewing-section-page5 #header,
.fp-viewing-section-page6 #header,
.fp-viewing-section-page7 #header,
.fp-viewing-section-page8 #header,
.fp-viewing-section-page9 #header,
.fp-viewing-section-page11 #header,
.fp-viewing-section-page12 #header,
.fp-viewing-section-page13 #header,
.fp-viewing-12 #header{mix-blend-mode: normal;}


/* GNB 추가 1021 */
.fp-viewing-section-page5 #header .gnb .menu > li > a,
.fp-viewing-section-page6 #header .gnb .menu > li > a,
.fp-viewing-section-page7 #header .gnb .menu > li > a,
.fp-viewing-section-page8 #header .gnb .menu > li > a,
.fp-viewing-section-page9 #header .gnb .menu > li > a,
.fp-viewing-section-page11 #header .gnb .menu > li > a,
.fp-viewing-12 .gnb .menu > li > a{color: #000;}

.fp-viewing-section-page5 #header .gnb .menu > li .lnb li a{color: #000;}
.fp-viewing-section-page6 #header .gnb .menu > li .lnb li a{color: #000;}
.fp-viewing-section-page7 #header .gnb .menu > li .lnb li a{color: #000;}
.fp-viewing-section-page8 #header .gnb .menu > li .lnb li a{color: #000;}

.fp-viewing-section-page2 .main-page-anchor ul li a,
.fp-viewing-section-page5 .main-page-anchor ul li a,
.fp-viewing-section-page6 .main-page-anchor ul li a,
.fp-viewing-section-page7 .main-page-anchor ul li a,
.fp-viewing-section-page8 .main-page-anchor ul li a,
.fp-viewing-section-page9 .main-page-anchor ul li a,
.fp-viewing-section-page11 .main-page-anchor ul li a,
.fp-viewing-12 .main-page-anchor ul li a{color: #cbcbcb;}
.fp-viewing-section-page2 .main-page-anchor li.active > a,
.fp-viewing-section-page5 .main-page-anchor li.active > a,
.fp-viewing-section-page6 .main-page-anchor li.active > a,
.fp-viewing-section-page7 .main-page-anchor li.active > a,
.fp-viewing-section-page8 .main-page-anchor li.active > a,
.fp-viewing-section-page9 .main-page-anchor li.active > a,
.fp-viewing-section-page11 .main-page-anchor li.active > a,
.fp-viewing-12 .main-page-anchor ul li a{color: #C0A489;}
/*fullpage*/
.nav_wrap{
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.main-page-anchor {position: fixed; left: 50%; bottom: -74%; transform: translate(-50%,-50%);z-index: 30;  mix-blend-mode: exclusion;}

.main-page-anchor ul{display: flex;}
.main-page-anchor ul li a{position: relative; width: 110px; display: block; font-size: 12px; color: rgba(255, 255, 255, 0.25); text-align: center; transition: 0.3s; white-space: nowrap;transition: .3s; }
.main-page-anchor ul li a::before{content: ""; width: 16px; height: 16px; border:1px solid #C0A489; border-radius: 50%; position: absolute; bottom:-28px; left:50%; margin-left: -8px; background: #000}
.main-page-anchor li.active > a {color: #C0A489; font-weight: 700; transition: 1.3s; transform: scale(1.3) translateY(-6px);}
#fullpage { background: #000; }
#fullpage .section{width:100%; height:100vh;}
#fullpage .center_wrap{position: relative; display: flex; flex-direction: column; height: 100vh; justify-content: center; align-items: center;}

.main-page-anchor ul{

  width: 500px;
  height: 500px;
  border-radius: 50%;
  transition: .8s;
  left: 50%;
  /* bottom: -770px; */
  border: 1px solid #C0A489;
}
.main-page-anchor ul li{transition: .5s}
.main-page-anchor li > a:hover{
  color: #fff;
  transition: .8s;
}

.main-page-anchor ul .nav-item:nth-child(1) {
  position: absolute;
  left: 50%;
  top: -28px;
  transform: rotate(0deg) translate(-50%,-50%) rotate(0deg);
}
.main-page-anchor ul li:nth-child(2) { transform: rotate(40deg) translate(-50%,-50%) rotate(-40deg);
  transform: rotate(40deg) translate(-50%, -50%) rotate(-80deg);
  position: absolute;
  left: 8%;
  top: 79px;
}
.main-page-anchor ul li:nth-child(3) {
  transform: rotate(40deg) translate(-50%, -50%) rotate(-120deg);
  position: absolute;
  left: -9%;
  top: 50%;
}
.main-page-anchor ul li:nth-child(4) {
  transform: rotate(0deg) translate(-50%, -50%) rotate(-120deg);
  position: absolute;
  left: 2%;
  top: 79%;
}
.main-page-anchor ul li:nth-child(5) {
  transform: rotate(0deg) translate(-50%, -50%) rotate(-160deg);
  position: absolute;
  left: 31%;
  top: 511px;
}
.main-page-anchor ul li:nth-child(6) {
  transform: rotate(0deg) translate(-50%, -50%) rotate(-200deg);
  position: absolute;
  left: 70%;
  top: 508px;
}
.main-page-anchor ul li:nth-child(7) {
  transform: rotate(0deg) translate(-50%, -50%) rotate(-240deg);
  position: absolute;
  left: 99%;
  top: 382px;
}
.main-page-anchor ul li:nth-child(8) {
  transform: rotate(0deg) translate(-50%, -50%) rotate(-280deg);
  position: absolute;
  left: 105%;
  top: 197px;
}
.main-page-anchor ul li:nth-child(9) {
  transform: rotate(0deg) translate(-50%, -50%) rotate(-320deg);
  position: absolute;
  left: 84%;
  top: 28px;
}

#header .gnb .menu > li:hover > a { color: #0081A4; }

/*main*/
#m_quick{position: fixed; top:0; right:50px; height: 100vh; z-index: 90; display: flex; flex-direction: column; justify-content: flex-end;gap:20px; padding-bottom: 40px}
/*  border:1px dashed #C0A489; */
#m_quick li{width: 82px; height: 82px; background: rgba(0, 0, 0, 0.085); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center;}
#m_quick li:hover{background: rgba(0, 0, 0, 0.5); transition: .5s;}
#m_quick li:hover a{ color: #fff; transition: .5s}
#m_quick li:hover a img{ filter: brightness(1.1); transition: .9s;}
/* #m_quick li a img{ transition: .5s;} */
#m_quick li a{display: block; align-items: center; font-size: 14px; font-weight: 500; color:#C0A489; line-height: 120%;display: flex; flex-direction: column; }
#m_quick li a img{ max-width: 35px; margin-bottom: 2px;}

#section0 .m_ban { height: 100vh; }
#section0 .swiper-wrapper img { display: block; width: 100%; height: 100%; object-fit: cover; }
#section0 .txt_box{position: absolute; top: 0; display: flex; flex-direction: column; justify-content: flex-end; height: 100vh; padding: 0 0 160px 100px; z-index: 100; }
#section0 .txt_box h2{font-size: 68px; font-weight: 700; color: #fff; line-height: 125%; margin-bottom: 20px;}
#section0 .txt_box p{font-size: 28px; color: #fff;}

#section1 .top{position: relative; padding-top:135px;}
#section1 .top h2{font-size: 55px; color:#1F0F00; font-weight: 400; margin-bottom: 25px;}
#section1 .fp-tableCell{overflow: hidden;}
#section1 .top p{font-size: 17px; color:#3A3A3A; line-height: 175%;}
#section1 .top .view{position: absolute; right:0; bottom:0; display: block;}
#section1 .top .view:hover{color: #0081A4; transition: .5s;}
#section1 .top .view:hover img{margin-left:10px; transition: .5s;}

#m_slider .swiper-wrapper{width:100%; padding: 40px 0;}
#m_slider .swiper-wrapper .swiper-slide{max-width: 340px; height: 460px; float:left; display: flex; align-items: center;}
#m_slider .swiper-wrapper .slide01{background: url(../img/m_slider_pro01.png) no-repeat center center;}
#m_slider .swiper-wrapper .slide02{background: url(../img/m_slider_pro02.png) no-repeat center center;}
#m_slider .swiper-wrapper .slide03{background: url(../img/m_slider_pro03.png) no-repeat center center;}
#m_slider .swiper-wrapper .slide04{background: url(../img/m_slider_pro04.png) no-repeat center center;}
#m_slider .swiper-wrapper .swiper-slide{position: relative;}
#m_slider .swiper-wrapper .swiper-slide:hover .tit{display: none;}
#m_slider .swiper-wrapper .swiper-slide .tit h2{font-size: 50px; width: 100%; color: rgba(31, 15, 0, 0.50); position: absolute; transform: rotate(-90deg);padding: 25px 20px 0;}
#m_slider .swiper-wrapper .swiper-slide .tit01{top:34%; left:-44%; text-align: right;}
#m_slider .swiper-wrapper .swiper-slide .tit02{right:-42%; bottom:35%;}
#m_slider .swiper-wrapper .swiper-slide .active{display: none; color:#fff; background: rgba(29, 29, 29, 0.60); padding: 34px; width: 100%; height: 100%; }
#m_slider .swiper-wrapper .swiper-slide:hover .active{display: flex; flex-direction: column; justify-content:space-between; transition: .5s;}
#m_slider .swiper-wrapper .swiper-slide .active .model{font-size: 50px; font-weight: 400;}
#m_slider .swiper-wrapper .swiper-slide .active .txt{font-size: 16px; word-break: auto-phrase; line-height: 160%;}
#m_slider .swiper-wrapper {width: 100%;display: flex;gap: 40px;}

#section2{background: #000 url(../img/m_global_bg.png) no-repeat center center;}
#section2 .top{text-align: center; color:#fff;}
#section2 .top h2{font-size: 58px; font-weight: 700;margin-bottom: 20px;}
#section2 .top p{font-size: 18px; word-break: auto-phrase;}
#section2 .cont{display: flex; justify-content: center; margin-top:80px;}
#section2 .cont li{text-align: center; padding: 0 3vw;}
#section2 .cont li .num{font-size: 22px; font-weight: 400; color: #fff;}
#section2 .cont li .num br {display: none;}
#section2 .cont li .num span{display: inline-block; background: linear-gradient(180deg, #BC9772 20%, #FFF1E4 50%, #BC9772 80%);  -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 120px; font-weight: 700;}
#section2 .cont li .num span.wdth01 { width: 342px; }
#section2 .cont li .num span.wdth02 { width: 153px; }
#section2 .cont li:nth-child(1) .num span{padding:0 10px;}
#section2 .cont li .txt{color: #AFAFAF; line-height: 150%; margin-top:25px; word-break: auto-phrase;}

#section3,#section4,#section5,#section6{background: #000;}

#section4 .subtitle h2{color: #fff;position: absolute;left: 100px;top: 14%;font-size: 16px;}

#fullpage .m_pro .model{background: linear-gradient(180deg, #BC9772 20%, #FFF1E4 50%, #BC9772 80%);  -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 100px; font-weight: 700;}
#fullpage .m_pro .box{position: absolute; width: 400px; border-top: 5px solid transparent; background: rgba(85, 85, 85, 0.50); color:#fff; padding: 40px 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
#fullpage .m_pro .box h2{font-size: 24px; font-weight: 500; text-align: center; line-height: 150%;}
#fullpage .m_pro .box p{line-height: 150%; transition: .25s}
#fullpage .m_pro .box.active{background: #fff; border-width: 5px 0px 0px 0px;
border-style: solid;
border-color: #C0A489; cursor: pointer;
transition: .5s}
#fullpage .m_pro .box.active h2{color: #C0A489; font-weight: 700; }
#fullpage .m_pro .box.active p{color: #8F8F8F;}
#fullpage .m_pro .box01{top:35%; left:16%;}
#fullpage .m_pro .box02{top:35%; right:16%;}
#fullpage .m_pro .box03{bottom:25%; left:16%;}
#fullpage .m_pro .box04{bottom:25%; right:16%;}

#fullpage #section4 .box01{top:35%; left:13%;}
#fullpage #section4 .box02{top:35%; right:13%;}
#fullpage #section4 .box03{bottom:25%; left:13%;}
#fullpage #section4 .box04{bottom:25%; right:13%;}

#section10, #section11, #section12 { background: #fff; }

#section11 { position: relative; }
#section11 .container { height: 100vh; padding: 0; }
#section11 .counsel_img { position: absolute; left: 100px; top: 130px; }
#section11 .counsel { position: absolute; right: 163px; bottom: 100px; width: 100%; max-width: 1138px; padding: 30px 80px 30px 50px; background: #fff; border: 1px solid #E9E9E9; }
#section11 .tit { margin-bottom: 10px; color: #1F0F00;font-size: 34px;font-weight: 400;line-height: 150%; }
#section11 .tit span { color: #0081A4; font-weight: 600; }
#section11 .txt {color: #3A3A3A;font-size: 17px;font-weight: 300;line-height: 175%; padding-bottom: 20px; border-bottom: 2px solid #0081A4; margin-bottom: 30px; }
#section11 .txt br {display: none;}
#section11 ul { margin-bottom: 15px; border-bottom: 1px solid #D9D9D9; }
#section11 ul li { margin-bottom: 25px; }
#section11 ul li div { display: inline-block; color: #1F0F00;font-size: 18px;font-weight: 300;line-height: 175%; margin-right: 40px; }
#section11 ul li:last-of-type { margin-bottom: 30px; }
#section11 ul li label { position: relative; display: inline-block; color: #1F0F00;font-size: 20px;font-weight: 300;line-height: 40PX;width: 100%; max-width: 128px; }
#section11 ul li label::after { content: ""; display: inline-block; width: 15px; height: 25px; background: url(../img/require.png) no-repeat center top / contain; }
#section11 ul li input[type="text"], #section11 input[type="email"] {  display: inline-block; width: 100%; max-width: 600px; height: 40px; line-height: 40px; border: 1px solid #D9D9D9; padding: 0 10px; }
#section11 ul li input[type="radio"] { margin-right: 10px; }
#section11 .privacy-consent { margin-bottom: 20px; }
#section11 .privacy-consent input[type="checkbox"] { margin-right: 8px; width: 20px; height: 20px;}
#section11 .privacy-consent label { color: #1F0F00;font-family: NanumGothic;font-size: 15px;font-weight: 300;line-height: 175%;  margin-right: 10px;}
#section11 .privacy-consent a { color: #B3B2B2; font-family: NanumGothic; font-size: 12px; font-weight: 600; line-height: 175%; text-decoration-line: underline; }
.btn-group { display: flex; gap: 10px; }
.btn-group button { display: block; width: 100%; padding: 10px; color: #0081A4;font-family: NanumGothic;font-size: 16px;font-weight: 600;line-height: 175%; border: 1px solid #0081A4; background: #fff; transition: all 0.3s; }
.btn-group button:hover { background: #0081A4; color: #fff; }
.vid-popup {display: none;position: absolute;background: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;z-index: 9990;top: 0;left: 0;}
.pop-contents {position: relative;width: 100%;max-width: 720px;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);box-sizing: border-box;background: #fff;}
.pop-close {display: inline-block;position: absolute;width: 40px;height: 40px;right: 20px;top: 20px;cursor: pointer;}
.pop-close:before {content: '';position: absolute;top: 50%;left: 50%;height: 40px;border: solid #000;border-width: 0 3px 0px 0;transform: rotate(45deg);transition-duration: 0.3s;left: 50%;transform: translate(-50%, -50%) rotate(45deg);
-webkit-transform: translate(-50%, -50%) rotate(45deg);}
.pop-close:after {content: '';position: absolute;top: 50%;left: 50%;height: 40px;border: solid #000;border-width: 0 3px 0px 0;transform: rotate(-45deg);left: 50%;transform: translate(-50%, -50%) rotate(-45deg);
-webkit-transform: translate(-50%, -50%) rotate(-45deg);}
.inner_layer {position: relative;width: 100%;margin: 0 auto;background-color: #fff;}
.in_layer {padding-bottom: 30px;}
.tit_layer {text-align: center;padding: 25px 0 0;font-weight: 700;font-size: 24px;line-height: 40px;color: #333;letter-spacing: -1px;}
.box_tbl_m{display:none;}
.box_tbl {display:block;margin-top: 19px;padding: 0 30px;font-size: 14px;color: #333;}
.text_indent {display: block;overflow: hidden;position: absolute;left: -9999px;width: 1px;height: 1px;font-size: 0;line-height: 0;text-indent: -9999px;}
.box_tbl th {font-family: pretendard; padding: 22px 8px;background-color: #0081A4;border-right: 1px solid #fff;border-bottom: 1px solid #fff;font-weight: 700;font-size: 15px;line-height: 150%;text-align: center;color: #fff; word-break: keep-all;}
.box_tbl th:last-child{border-right:1px solid #ca0000;}
.box_tbl td {font-family: pretendard;padding: 22px 12px;border: 1px solid #ddd;border-right: 0;font-size: 13px;line-height: 150%;text-align:left;vertical-align: middle; word-break: keep-all;}
.box_tbl td:last-child{border-right: 1px solid #ddd;}
.txt_service {margin-top: 20px;padding: 0 30px;font-size: 14px;text-align: center !important;line-height: 1.6 !important;color: #333;}

#section12 .center_wrap{align-items: flex-start;max-width: 1520px;}
#section12 .tit{font-size: 68px; font-weight: 700; color: #333;}
#section12 .tit_wrap{margin-bottom: 95px;display: flex;align-items: center;}
#section12 .tit_sub{ margin-left: 16px;margin-top: 32px;  font-size: 22px;}
#section12 .tit_sub p{ font-weight: 400}
#section12 .logo-row{ display: block; transition-timing-function : linear !important; }

#par_roll { width: 100%; max-width: 1440px; }
#par_roll .swiper {position: relative; overflow: hidden; margin-bottom: 30px; }
#par_roll .swiper .swiper-wrapper {transition-timing-function: linear !important; position: relative; gap: 4vw; }
#par_roll .swiper .swiper-slide {width: auto; padding: 10px;}
#par_roll .swiper .swiper-slide img { width: auto; height: auto; }
#par_roll .roll2 .swiper-wrapper { animation-direction: reverse !important; }
#par_roll .roll4 { margin-bottom: 0; }
#par_roll .roll4 .swiper-wrapper { animation-direction: reverse !important; }

#sub { overflow: hidden; }

#s_top{ overflow: hidden; position: relative; width: 100%; height: 500px;}
#s_top .info { position: absolute; left: 100px; top: 50%; z-index: 1; }
#s_top .text{font-size: 30px; color:#fff;}
#s_top .tit{font-size: 68px; font-weight: 700; color:#fff;}
#s_top .top { position: relative; width: 100%; height: 100%; animation: main_animation 2.2s ease-in-out .7s forwards; transform: scale(1.09); }
#s_top .bg01{background: url(../img/s_top_bg01.png) no-repeat center center;  background-size: cover;}
#s_top .bg02{background: #333 url(../img/s_top_bg02.png) no-repeat center center;  background-size: cover;}
#s_top .bg03{background: #333 url(../img/s_top_bg03.png) no-repeat center center; background-size: cover;}
#s_top .bg04{background: #333 url(../img/s_top_bg04.png) no-repeat center center; background-size: cover;}
@keyframes main_animation {
  0% {
    transform: scale(1.09);filter: brightness(1.02);
  }
  100% {
    transform: scale(1);filter: brightness(.54);
  }
}

.s_tit h3{font-size: 24px; font-weight: 700; color: #BC9772;}
.s_tit h2{font-size: 48px; font-weight: 700; color: #000;}

/* #sub{padding: 100px 0;} */
/* #sub section{padding: 150px 0;  } */

/*about*/
/* #about{background: url(../img/about_bg.png) no-repeat top 110px left; margin-top: 100px;} */
/* #about .cont{padding: 60px 50px; background: #fff; } */
#about{max-width: 1380px; margin: 180px auto;}
#about .cont p{font-size: 16px; line-height: 150%;}
#about .cont h3 { margin-bottom: 10px; font-size: 20px; font-weight: 700; word-break: keep-all; line-height: 145%;}
#about .cont p b{font-weight: 700;}
#about .cont .desc { margin-bottom: 30px; word-break: keep-all; }
#about .cont .name{font-weight: 700; text-align: right;}
#about .cont .color_01 { color: #BC9772; }
#about .cont .color_02 { color: #BC9772; }
.about_cont{width: 100%;display: flex;flex-direction: column;gap:20px;}
.about_cont_left{width: 20%;background: url(../img/img_about_02.png)  center center no-repeat;background-size: cover;
  /* filter: brightness(0.7); */
}
.about_cont_right{width: 100%; padding-top: 30px; }
.about_cont_top{height: 220px;background: url(../img/img_about_01.png) no-repeat center center;;background-size: cover;margin-top: 10px;}
.about_cont_bottom{display: flex;height: max-content;gap: 20px;}

/*history*/
#history{position: relative;margin: 0 auto;max-width: 1380px;padding: 180px 0;}
#history::before{content: ""; position: absolute; width: 200%; height: 100%; top:0; left:-50%; background: url(../img/history_bg.png) no-repeat center center; z-index: -1;}
#history .s_tit h2{color:#fff;}
#history .list{position: relative; margin-top: 50px;}
#history .list::before{content: ""; position: absolute; width: 1px; height: 100%; left: 14px; z-index: -1; background: #656565;}
#history .list li{display: flex; align-items: center; margin-bottom: 20px;}
#history .list li span{display: block; width: 29px; height: 29px; background: #111; border: 6px solid #4C4C4C; border-radius: 50%;}
#history .list li:nth-child(1) span{border-color: #BC9772;}
#history .list li:nth-child(2) span{border-color: #8B8B8B;}
#history .list li .year{font-size: 40px; color:#fff; font-weight: 700; margin: 0 72px 0 47px;}
#history .list li .month{font-size: 20px; color:#8E8E8E; font-weight: 700;}
#history .list li .txt{font-size: 20px; color: #fff; margin-left: 52px;}
#history .img{position: absolute; right:0; top:0;}

#certifi .inner{max-width: 1380px; margin: 180px auto;}
#certifi .s_tit { margin-bottom: 70px; }
#certifi ul {display: grid;grid-template-columns: repeat(5, 1fr);grid-template-rows: repeat(2, 1fr);grid-column-gap: 2vw;grid-row-gap: 2vw; }

/*partner*/
#partner{position: relative; z-index: 1; background: url(../img/partner_bg.png) no-repeat center center / cover ;  }
#partner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: #fff; /* 흰색 오버레이 */
  z-index: 0;
}
#partner .inner{max-width: 1480px; padding: 150px 50px; margin: 0 auto;}
#partner .s_tit { margin-bottom: 70px; }
/* #partner .s_tit h2{color:#fff;} */
#partner .par { overflow: hidden; }
#partner .sd_btn { display: block; width: 40px; height: 40px; background: url("../img/ico_sd_btn.png") no-repeat center center / cover ; position: absolute; top: 62%; transform: translateY(-50%); z-index: 100; cursor: pointer; }
#partner .n_btn { right: 0; }
#partner .p_btn { left: 0; transform: translateY(-50%) rotate(-180deg); }

/*map*/
#map{ max-width: 1480px;margin: 150px auto; padding: 0 50px; }
#map .cont{padding: 50px 65px;}
#map .cont .tit{font-size: 20px; font-weight: 700; margin-bottom: 30px;}
#map .cont .address{display: flex;}
#map .cont .address p{padding:0  50px; position: relative; width: 50%; line-height: 170%; font-size: 16px; word-break: keep-all;}
#map .cont .address p .icon{position: absolute; top:0; left:0;}
#map .cont .address .line{border-left:1px solid #E9E9E9; padding-left: 100px;}
#map .cont .address .line .icon{left:50px;}

/*footer*/
#footer{background: #000; color: #fff; padding: 80px 180px; height: 410px !important; }
#footer .logo{margin-bottom: 25px;}
#footer .wrap{display: flex; flex-wrap: wrap; gap:200px; justify-content: space-between;}
#footer .info h3{font-size: 20px; font-weight: 500;}
#footer .info address{margin: 15px 0; line-height: 150%;}
#footer .info .link{display: flex; gap:8px;}
#footer .info .link li a{display: block; width: 25px; height: 25px; border-radius: 50%; background: #fff; display: flex;align-items: center; justify-content: center;}
#footer .info .link li a:hover{background: #0081A4; transition: .5s;}
#f_gnb{display: flex; gap:80px;}
#f_gnb > li > a{font-size:20px; font-weight: 500; color: #0081A4; margin-bottom: 10px; display: block;}
#f_gnb .f_lnb li a{margin-bottom: 5px;color: #FFF;font-size: 16px;font-weight: 400;line-height: 180%;}
#f_gnb .f_lnb li a:hover{color: #ddd;}

.text-slide-title-out4{opacity: 1;transition: opacity .65s ease, transform 1.1s ease;}
.text-slide-title-out5{opacity: 1;transition: opacity .65s ease, transform 1.1s ease;}
.text-slide-title-out6{opacity: 1;transition: opacity .65s ease, transform 1.1s ease;}
.text-slide-title-out7{opacity: 1;transition: opacity .65s ease, transform 1.1s ease;}
/* .text-slide-title-sub{opacity: 0;transition: opacity .65s ease, transform 1.1s ease;} */
.text-slide-title-sub{ z-index: 1000; margin-top: 20px; }
.text-slide-title-sub a{color: #fff;}
.text-slide-title-sub span {opacity: 0;transition: opacity 0.9s, transform 0.9s;margin-right: 6px;}

.text-slide1 {opacity: 0;transform: translateY(100px);transition: opacity .65s ease, transform 1.1s ease; /* 애니메이션 효과 */}
.text-slide2 {opacity: 0;transform: translateY(100px);transition: opacity .65s ease, transform 1.1s ease; /* 애니메이션 효과 */}
.text-slide4 {opacity: 0;transform: translateY(100px);transition: opacity .65s ease, transform 1.1s ease; /* 애니메이션 효과 */}
.text-slide5 {opacity: 0;transform: translateY(100px);transition: opacity .65s ease, transform 1.1s ease; /* 애니메이션 효과 */}
.text-slide6 {opacity: 0;transform: translateY(100px);transition: opacity .65s ease, transform 1.1s ease; /* 애니메이션 효과 */}
.text-slide7 {opacity: 0;transform: translateY(100px);transition: opacity .65s ease, transform 1.1s ease; /* 애니메이션 효과 */}


.brochure_btn {width: 100%;max-width: 360px;height: 60px;       background:#bfa489;margin-top: 24px;display: flex;align-items: center;justify-content: center;border-radius: 8px; overflow: hidden;}
.brochure_btn button {cursor: pointer;color: #212121;background: none;font-size: 20px;width: 100%;height: 100%;font-weight: 700; letter-spacing: -1.5px; box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);}

/* 1026임시 */
#sitemap {position: fixed;top: 0;right: -100%;width: 50%;height: 100vh;background: rgba(255, 255, 255, 0.96);padding: 15vh 50px 0;box-shadow: -2px 1px 8px #46464640;z-index: 999;}
#sitemap .close {cursor: pointer;position: absolute;top: 55px;right: 30px;}
#sitemap .close span {display: block;width: 40px;height: 2px;background: #000;}
#sitemap .close .line01 {transform: rotate(45deg);}
#sitemap .close .line02 {transform: rotate(-45deg);margin-top: -2px;}
#sitemap .gnb_mobile {height: 80vh;overflow-y: auto;}
#sitemap .gnb_mobile > li {margin-bottom: 30px;}
#sitemap .gnb_mobile > li > a {font-size: 35px;font-weight: 500;letter-spacing: -1px;border-bottom: 1px solid #ddd;display: block;padding-bottom: 10px;margin-bottom: 10px;color: #000 !important;}
#sitemap .lnb_mobile li a { font-size: 16px; line-height: 1.5; color: #666; }

/* 페이지네이션 앵커 임시로 큰 화면에서 조정 */
@media (min-width : 2200px) {
  .main-page-anchor {bottom: -64%;}
}

.heading div p{text-align: center;}
.heading div:nth-child(1) p{margin-bottom: 15px; color: #BC9772;font-size: 20px;font-weight: 500;line-height: 100%; line-height: 145%;}
.heading div:nth-child(2) p{margin-bottom: 15px;color: #FFF;font-size: 56px;font-weight: 700;line-height: 125%;}
.heading div:nth-child(3) p{margin-bottom: 50px;color: #FFF;font-size: 20px;font-weight: 400;line-height: 175%; /* 35px */}
.heading div:nth-child(2) p.enbig { font-size: 68px; }
.heading .black{color: #0a0a0a !important}
.heading .black2{color: #909090 !important}

/* 프로덕트 1120 마크뷰(0201) */
/* #product{border: 1px solid blue;} */
#product > div{ display: flex;align-items: center;justify-content: center;flex-direction: column;}
#product .section1, #product .section2,#product .section3,#product .section4,#product .section5,#product .section6,#product .section7,#product .section8{padding: 150px 0;}
#product .section1{background: url(../img/bg_pro_section1.png) center center no-repeat;}

/* 섹션1 */
#product .section1 .inner{width: 100%;height: 100%;max-height: 551px;max-width: 1400px;}
#product .section1 .inner{display: flex; gap: 40px; align-items: center;}
#product .section1 .sub p { margin-bottom: 10px; color: #BC9772;font-size: 24px;font-weight: 400;line-height: 100%;letter-spacing: -0.48px; }
#product .section1 .sub p span { font-weight: 700; }
#product .section1 .title p{margin-bottom: 26px;color: #BC9772; font-size: 86px; font-weight: 700; line-height: 100%; letter-spacing: -1.72px;}
#product .section1 .text p{ margin-bottom: 70px;color: #909090; font-size: 20px; font-weight: 400; line-height: 175%; letter-spacing: -0.4px;}
#product .section1 .right{display: flex;flex-direction: column;justify-content: space-between;max-height: 400px;height: 320px;}
#product .section1 .btn_wrap{ display: flex; gap: 20px;}
#product .section1 .btn_wrap a{width: 100%; max-width: 250px; height: 58px; color: var(--white);display: flex;align-items: center; justify-content: center; gap:20px;border-radius: 5px; color: #FFF;font-size: 18px;font-weight: 600;line-height: 125%;}
#product .section1 .btn_wrap a:nth-child(1){background: #8F8F8F;}
#product .section1 .btn_wrap a:nth-child(2){background: #070707;}
#product .section1 .brn_wrap a img{width: 50px;height: 50px;}


/* 섹션3 아코디언 */
#product .section3{background-color: #070707; padding: 150px 50px;}
#product .slider-wrap{width: 100%; max-width: 1650px; margin: 0 auto ;height: 700px;background: transparent;position: relative;overflow: hidden;border-radius: 10px;box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);}
#product .slider-wrap .slider{position: absolute;top: 0;display: flex;width: 100%;height: 100%;}
#product .index{width: 88px;height: 100%;color: var(--black);font-weight: bold; background: #070707; }
#product .index span{-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;border: 1px solid rgba(255, 255, 255, 0.05);
background: linear-gradient(270deg, rgba(255, 255, 255, 0.10) 0%, rgba(153, 153, 153, 0.10) 50%, rgba(255, 255, 255, 0.10) 100%);align-items: center;align-content: center;justify-content: center;width: 100%;height: 100%;color: rgba(255, 255, 255, 0.50);font-size: 22px;font-weight: 500;line-height: 175%;}
#product .slider-wrap .con{height: 100%;width: 75%;position: absolute;left: 88px;display: flex;gap: 34px;}
#product .sub0203 .slider-wrap .con { width: 100%; }
#product .slider-wrap .con.w80{width: 80%;}
#product .slider-wrap .con.w85{width: 85%;}
#product .slider-wrap .con.w90{width: 90%;}
#product .slider-wrap .con > div{width: 50%;height: 100%;}
#product .slider-wrap .con > .cha_left {width: 70%!important;}
#product .slider-wrap .con > .cha_right {width: 30%!important;}
#product .slider-wrap .left{position: relative; padding: 0 50px; }
#product .slider-wrap .left img{width: 100%;height: 100%;border-radius: 15px;overflow: hidden;    object-fit: contain;}
.left .pro_hover {display: none;}
.left.hoverable:hover .pro_hover { display: block; }
.left.hoverable:hover .pro_basic { display: none; }
#product .slider-wrap .left .notice{position: absolute;width: 100%;bottom: 20px;left: 53%;transform: translate(-50%, 0);}
#product .slider-wrap .left .notice p{font-weight: 500;font-size: 16px;color: #fff; text-align: center;}
#product .slider-wrap .right{position: relative; display: flex;flex-direction: column;justify-content: center;gap:100px;padding-right: 34px;}
#product .slider-wrap .right ul li:nth-child(1){margin-bottom: 10px;color: #FFF;font-size: 46px;font-weight: 700;line-height: 1;}
#product .slider-wrap .right ul li:nth-child(2){margin-bottom: 50px; color: #0081A4;font-size: 20px;font-weight: 500;line-height: 1; word-break: keep-all; }
#product .slider-wrap .right ul li:nth-child(3){color: #FFF;font-size: 50px;font-weight: 700;line-height: 100%;}
#product .slider-wrap .right .btn_wrap{ position: absolute; bottom: 100px; width: 100%;height: 46px;display: flex;gap: 12px;}
#product .slider-wrap .right .btn_wrap button{background-color: #BFA489;
height: 100%;flex: 1;border-radius: 5px;color: #FFF;font-size: 18px;font-weight: 400;line-height: 125%;}
#product .slider-wrap .right .btn_wrap button.active{background-color: #000;}
#product .slider-wrap .con_wrap{display: flex;justify-content: center;align-items: center;font-weight: bold;width: calc(100% - 63px);background: #1a1a1a;transition: width .7s;
}

#product .current{width: 100%;}
#product .current .con_wrap{width: calc(100% - 40px);}
#product .hover_con_w {}

/* 섹션 4 */
#product .section4 {background-color: #070707;}
#product .section4 .inner{width: 100%;max-width: 1620px;}
#product .section4 .hover_con_wrap{max-width: 1400px;margin-top: 100px;display: grid;grid-template-columns: repeat(6, 1fr);
gap: 20px;margin: 0 auto;grid-template-rows: repeat(2, auto);}
#product .section4 .hover_con_wrap .hover_item{height: 100%;max-height: 418px;}
#product .section4 .heading{width: 100%;max-width: 1620px;}
#product .hover_con_wrap .top_img{position: relative;transition: .3s;cursor: pointer; overflow: hidden; }
#product .hover_con_wrap .top_img:hover img{opacity: 1;transition: .5s;  transform: scale(1.1); }
#product .hover_con_wrap .top_img:hover p{opacity: 0;transition: .5s;}
#product .hover_con_wrap .top_img img{opacity: 1;transition: .3s;}
#product .hover_con_wrap .bottom_txt{text-align: center;margin-top: 20px; opacity: .4;transition: .3s; color: #FFF;font-size: 18px;font-weight: 400;line-height: 150%;}
#product .hover_con_wrap .hover_item:hover .bottom_txt { opacity: 1; }

/* 섹션 5 */
#product .section5 .inner{width: 100%;max-width: 1400px;position: relative;}
#product .section5 .top { padding: 48px; }
#product .section5 .top p{color: #909090;font-size: 20px;font-weight: 400;line-height: 175%; display: -webkit-box; -webkit-line-clamp: 3; /* 최대 줄 수 */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#product .section5 .bottom{display: flex;gap: 32px; align-items: center; background: rgba(188, 151, 114, 0.10); height: 130px; padding: 48px; }
#product .section5 .bottom .txt div:nth-child(1) p{ margin-bottom: 12px; color: #222;font-size: 20px;font-weight: 700;line-height: 125%;}
#product .section5 .bottom .txt{display: flex;flex-direction: column;justify-content: flex-end;}
#product .section5 .bottom .txt div:nth-child(2) p{color: #BC9772;font-size: 14px;font-weight: 700;line-height: 125%;}
#product .section5 .bottom .img img{display: block;width: 100%;height: 100%; max-height: 86px; object-fit: contain;}
#product .product_doctor_swiper {overflow: hidden;height: 100%;position: relative; height: 470px; }
#product .product_doctor_swiper .swiper-slide{ height: 390px; margin-top: 60px; border-radius: 10px; border: 1px solid #D6D6D6; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10); }
#product .product_doctor_swiper .swiper-slide-active {  margin-top: 0; }
#product .product_doctor_swiper .swiper-pagination-bullet { background: #E6E6E8; opacity: 1; width: 15px; height: 15px; }
#product .product_doctor_swiper .swiper-pagination-bullet-active { background: #BC9772; }
#product .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 12px; }
#product .quotes{width: 100%;height: 30px;display: flex;}
#product .quotes.end{justify-content: flex-end;}
#product .quotes img{object-fit: contain;max-width: 22px; filter: brightness(0) saturate(100%) invert(90%) sepia(20%) saturate(353%) hue-rotate(333deg) brightness(95%) contrast(83%);}
#product .section5 i{transform: scale(1.5); color: #BC9772; }
#product .product_doctor_swiper .swiper-button-next, #product .product_doctor_swiper .swiper-button-prev { top: auto; margin-top: 0; bottom: 0; width: 46px;height: 46px;border-radius: 50%;background-color: #fff;background-image: none !important;border: 1px solid #D4D4D4; display: flex;align-items: center;justify-content: center;
color: var(--white); z-index: 100; cursor: pointer; }
#product .swiper-button-prev, .swiper-container-rtl .swiper-button-next {right: auto; left: 27vw; }
#product .swiper-button-next, .swiper-container-rtl .swiper-button-prev {left: auto; right: 27vw; }
.swiper-button-next, .swiper-button-prev {background-size: 13px 44px !important;}
#product .product_doctor_swiper .swiper-button-prev:after, #product .product_doctor_swiper .swiper-container-rtl .swiper-button-next:after { display: none; }
#product .product_doctor_swiper .swiper-button-next:after, #product .product_doctor_swiper .swiper-container-rtl .swiper-button-prev:after { display: none; }

/* 섹션6 */
#product .section6{background: #070707;}
#product .section6 .inner{width: 100%;max-width: 1620px;}
#product .section6 .heading div:nth-child(2) p { margin-bottom: 50px; }
#product .section6 .juxt_wrap{position: relative; max-width: 880px;margin: 0 auto 15px; ;width: 100%; aspect-ratio: 880 / 495; cursor: pointer;border-radius: 15px;overflow: hidden;}
#product .section6 .juxt_wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#product .section6 .juxt_wrap::after { content: ""; display: block; width: 150px; height: 20px; background: #000; position: absolute; right: 0; bottom: 0; }
#product .section6 .juxt_wrap::before { content: "이마 필러 6cc"; display: block; padding: 4px 20px; border-radius: 5px; background: #BC9772; position: absolute; left: 17px; top: 14px; color: #FFF;font-size: 22px;font-weight: 400;line-height: 125%; }
#product .section6 .bottom_txt p{color: #FFF;text-align: center;font-size: 14px;font-weight: 500;line-height: 100%;}
 .section6 .iframe html{overflow: hidden !important;font-weight: 500;}
split-view {max-width: 880px;height: 450px;}
#product .juxt_wrap img{width: 880px;max-width: 880px;max-height: 100%;height: 450px;}

#product.sub0202 .section6 .juxt_wrap::before { display: none; }

/* 섹션7 */
#product .section7 .inner{width: 100%;max-width: 1620px;}
#product .section7 .heading div:nth-child(2) p { margin-bottom: 50px; }
#product .section7 .circle_wrap { display: flex; align-items: center; justify-content: center; width: 100%; background: #f9f9f9; padding: 35px 20px; margin-bottom: 70px; }
#product .section7 .circle_wrap li { position: relative; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
#product .section7 .circle_wrap li::before { content: ""; display: inline-block; width: 24px; height: 24px; background: url("../img/ri-check-fill.png") no-repeat center center / cover; }
#product .section7 .circle_wrap li:last-of-type { margin-bottom: 0; }
#product .section7 .circle_wrap p{display: inline-block; color: #909090;font-size: 20px;font-weight: 400;line-height: 175%;}
#product .section7 .circle_wrap p span { color: #BC9772; font-weight: 700; }
#product .section7 .subtitle{display: flex; margin-bottom: 35px; }
#product .section7 .subtitle p{color: #222;font-size: 36px;font-weight: 700;line-height: 125%;}

#product .section7 .bottom{display: flex;align-items: flex-start;;max-width: 1400px;margin: 0 auto;position: relative;}
#product .section7 .bottom ul li{list-style: disc; margin-left: 20px; color: #222;font-size: 18px;font-weight: 500;line-height: 150%; word-break: keep-all; }
#product .section7 .plus_icon{width: 56px;height: 242px;position: relative;}
#product .section7 .plus_icon img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);min-width: 56px;}
#product .section7 .img_box {width: 100%; max-width: 430px;}
#product .section7 .img_wrap{border-radius: 15px;overflow: hidden;box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.11);margin-bottom: 20px;}
#product .section7 .img_wrap img{display: block; width: 100%; height: 100%; object-fit: cover;}
#product .section8 .img_wrap img{object-fit: cover;}

/* 섹션8 */
#product .section8{ background-color: #070707; flex-direction: column;}
#product .section8 .heading div:nth-child(2) p { margin-bottom: 80px; }
#product .section8 .product_swiper2 img{object-fit: contain; padding: 60px 0 0px;}
#product .section8 .product_swiper1 img{object-fit: contain;}
#product .product_swiper1 .swiper-slide {padding: 20px;}
#product .product_swiper2 {height: 70%;width: 100%;}
#product .product_swiper2 .swiper-slide{min-width: 100%;cursor: pointer;}
#product .product_swiper1 {box-sizing: border-box;padding: 10px 0 0 0;margin-top: 54px;}
#product .product_swiper1 .swiper-slide {max-width: 21%;height: 100%;aspect-ratio: 1 / 1;background-color: #333333; border: 3px solid #D2BAA2;cursor: pointer;}
#product .product_swiper1 .swiper-slide-thumb-active {opacity: 1;    background-color: #333333;border: 3px solid #D2BAA2;}
#product .product_swiper1 .swiper-wrapper{gap: 20px;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
#product .section8 .inner{max-width: 1380px;max-height: 662px;display: flex;gap:5vw;    margin: 0 auto;}
#product .section8 .left_con{width: 50%;height: auto;overflow: hidden;}
#product .section8 .right_con{width: 50%;}
.heading.left{text-align: left;width: 100%;max-width: 1620px;}
#product .section8 .right_con table{color: #fff;}
#product .section8 .right_con table tr td {padding: 10px;border-bottom: 1px solid #525252; }
#product .section8 .right_con table {color: #fff;width: 100%;border-top: 2px solid #BC9772; height: 100%;}
#product .section8 .right_con table tr td{line-height: 200%; font-weight: 300;}
#product .section8 .right_con table tr td:first-child{ font-weight: bold; font-size: 18px;}
.vertical_top{vertical-align: top;}
.vertical_top br {display: none;}

/* 섹션9 */
#product .section9 .inner{max-width: 1380px;display: flex;gap: 4vw;margin: 0 auto;justify-content: center; }
#product .section9 .inner > div{display: flex;flex-direction: column;align-items: center;}
#product .section9 .inner .title div:nth-child(1) p{color: #222;text-align: center;font-family: "Noto Sans KR";font-size: 28px;font-weight: 500;line-height: 125%;margin-top: 35px;}
#product .section9{padding: 150px 0 100px}
#product .section9 .inner .title div:nth-child(2){height: 45px;display: flex;justify-content: center;margin: 20px 0 30px;}
#product .section9 .inner .title div:nth-child(2) a{padding: 13px 36px;border: 1px solid #222;border-radius: 50px;transition: .3s;color: #2F2F2F;text-align: center;font-family: Inter;font-size: 16px;font-weight: 500;line-height: 1; /* 20px */}
#product .section9 .inner .title div:nth-child(2) a:hover{background-color: #222;transition: .5s;color: #fff;}
#product .section9 .inner .title table{border-top: 2px solid #BC9772;}
#product .section9 table tr td {padding: 12px 10px;border-bottom: 1px solid #525252; }
#product .section9 table tr:last-child td{border: none;}
#product .section9 table tr td:first-child, #product .section9 table tr td:first-child p{ font-weight: bold; word-break :keep-all;}

/* 특장점 */
.features {background: #070707; padding: 150px 0; }
.features .heading div:nth-child(2) p { margin-bottom: 50px; }
.features .desc { margin-top: 50px; }
.features img { display: block; margin: 0 auto; }
.features .desc p { color: #FFF;text-align: center;font-size: 34px;font-weight: 400;line-height: 145%; word-break: keep-all;}
.features .desc .ft_color { color: #BC9772;text-align: center;font-size: 40px;font-weight: 600;line-height: 100%; margin-bottom: 20px; }
.bkwt { background: #fff; }
.features .heading div:nth-child(2) p.color_01 { color: #333; }
.features .desc p.color_01 { color: #333; }

.features .mySwiper1 { overflow: hidden; }
.features .mySwiper1 .swiper-scrollbar { position: relative !important; opacity: 1 !important; background: rgba(0, 0, 0, 0.2);  margin-top: 20px; }
.features .mySwiper1 .button-next, .features .mySwiper1 .button-prev { background: url("../img/button-next.png") no-repeat center center / cover; width: 45px; height: 45px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 100; cursor: pointer; }
.features .mySwiper1 .button-next { right: 0; transform: translateY(-50%) rotate(180deg);}

.features .swiper_wrap { overflow: hidden; display: block; margin: 0 auto; max-width: 1000px; }
.features .mySwiper2 { position: relative; height: 80%; width: 100%;}
.features .mySwiper3 { height: 20%; box-sizing: border-box; padding: 10px 0;}
.features .mySwiper3 .swiper-slide { width: 25%; height: 100%; border-top: 1px solid rgba(255, 255, 255, 0.80); border-bottom: 1px solid rgba(255, 255, 255, 0.80); }
.features .mySwiper3 .swiper-slide::before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); }
.features .mySwiper3 .swiper-slide-thumb-active { border: none; }
.features .mySwiper3 .swiper-slide-thumb-active::before { display: none; }
.features .mySwiper3 .swiper-slide p { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; color: #FFF;text-align: center;font-size: 26px;font-weight: 700;line-height: 100%; }
.features .mySwiper3 .swiper-slide-thumb-active p  { display: none; }
.features .mySwiper3 .swiper-scrollbar { position: relative !important; opacity: 1 !important; background: rgba(255, 255, 255, 0.2);  margin-top: 50px; }
.features .mySwiper3 .swiper-scrollbar-drag { background: rgba(255, 255, 255, 0.5); }
.features .mySwiper2 .button-next2, .features .mySwiper2 .button-prev2 { background: url("../img/button-next2.png") no-repeat center center / cover; width: 45px; height: 45px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 100; cursor: pointer; }
.features .mySwiper2 .button-next2 { right: 0; transform: translateY(-50%) rotate(180deg);}


.tab-container .hidden { display: none; }
.tab-container .tab_box { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 0 auto 50px; width: 100%; max-width: 1000px; }
.tab-container .tab-btn { cursor: pointer; transition: 0.3s; width: 100%; max-width: 365px; height: 58px; border: 1px solid #8F8F8F; color: #8F8F8F; background: transparent; border-radius: 5px;
text-align: center;font-size: 26px;font-weight: 600;line-height: 100%;  }
.tab-container .tab-btn.active { border: 1px solid #BC9772; color: #BC9772; }
.tab-container .tab-content { text-align: center;}

/* 섹션2 입체 스와이퍼 */
#product .section2{background: #070707; padding: 150px 0 90px;}
#product .section2 .inner{max-width: 1620px;width: 100%;margin: 0 auto;}
#product .section2 .bottom_title{bottom: 0;left: 50%;transform: translate(-50%, 0px);position: absolute;z-index: 100;width: 100%;}
#product .section2 .bottom_title div:nth-child(1) p{color: #BC9772;font-size: 32px;font-weight: 600;text-align: center;}
#product .section2 .bottom_title div:nth-child(2) p{color: var(--white);font-size: 24px;font-weight: 400;text-align: center;margin-top: 8px;}
#product #product-carousel-container {position: relative;width: 50%;margin: 110px auto 0;}
#product #product-carousel {height: 30vw; max-height: 572px; margin: 50px 0 0;list-style: none;position: relative;perspective: 1500px;}
#product #product-carousel li {position: absolute;left: 50%;top: 0;width: 30%;height: 100%;padding: 0;cursor: pointer;transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);z-index: 1;width: 685px;height: 498px;border-radius: 15px;}
#product #product-carousel li img{object-fit: cover;width: 100%;height: 100%;max-width: 490px;max-height: 573px;border-radius: 15px;}
#product #product-carousel li.item-1 {z-index: 2;transform: translateX(-50%) scale(1.15) translate3d(0, 0, 0);}
#product #product-carousel li.item-2 {z-index: 1;transform: translateX(-80%) scale(0.7) translate3d(150%, -10%, 0); opacity: 0.5; }
#product #product-carousel li.item-3 {z-index: 0;transform: translateX(-20%) scale(0.7) translate3d(-150%, -10%, 0); opacity: 0.5;}
/* #product #product-carousel li:after {content: '';position: absolute;top: 210px;left: 50%;display: block;width: 100%;height: 100%;background: url(https://www.7up.com/images/bottle-shadow.png) no-repeat 50% 85%;background-size: 100% auto;transform: translateX(-50%);transition: 0.25s;} */
#product #product-carousel li img {width: 100%;height: 100%;transition: transform 0.25s ease-in; -webkit-user-drag: none; user-select: none;}
#product .text_wrap{position: absolute;width: 100%;top: 20px;display: flex;justify-content: center;perspective: 1000px;-webkit-user-drag: none; user-select: none; gap: 4vw; }
#product .text_wrap div{width: 130px;height: 40px;border-radius: 28px;text-align: center;line-height: 40px;}
#product .text_wrap div:nth-child(1){background: #F0F0F0;}
#product .text_wrap div:nth-child(1) p{font-size: 14px;font-weight: 500;}
#product .text_wrap div:nth-child(2) {background: #BC9772;}
#product .text_wrap div:nth-child(2) p{font-size: 14px;font-weight: 700;color: var(--white)}
#product .text_wrap2 { position: absolute;width: 100%;bottom: 20px;display: flex;justify-content: center;perspective: 1000px;-webkit-user-drag: none; user-select: none; gap: 4vw; }
#product .text_wrap2 div{width: 130px;height: 40px;border-radius: 5px;text-align: center;line-height: 40px;}
#product .text_wrap2 div:nth-child(1){background: #F0F0F0;}
#product .text_wrap2 div:nth-child(1) p{font-size: 14px;font-weight: 500;}
#product .text_wrap2 div:nth-child(2) {background: #BC9772;}
#product .text_wrap2 div:nth-child(2) p{font-size: 14px;font-weight: 700;color: var(--white)}
#product #carousel-dots {position: absolute;bottom: 100px;width: 100%;
z-index: 2;}
#product #carousel-dots ul {display: flex;justify-content: center;}
#product #carousel-dots ul li {display: inline-block;margin: 0 6px;
width: 8px;height: 8px;background-color: #ccc;border-radius: 100%;cursor: pointer;}
#product #carousel-dots ul li.active {background-color: #BC9772;}
#product .section5 .swiper {width: 100%;height: 300px;margin-left: auto;margin-right: auto;margin-top: 70px;}
#product .section5 .swiper-slide {background-size: cover;background-position: center;}
#product #product-carousel li img { animation-play-state: paused; }
#product #product-carousel li:first-of-type img { animation-play-state: running; }
#product #product-carousel .desc { display: none; }
#product #product-carousel .desc p:nth-of-type(1) { margin-bottom: 10px; font-size: 30px;}
#product #product-carousel .desc p:nth-of-type(2) { font-size: 24px; line-height: 1.5; }

#product .m_section2 { display: none; }
#product #product-carousel2 { display: flex; justify-content: space-between; gap: 30px; }
#product #product-carousel2:after { display: none; }
#product #product-carousel2 li { position: relative; width: calc(100% / 3); }
#product #product-carousel2 .desc p:nth-of-type(1) { margin-bottom: 10px; font-size: 28px;}
#product #product-carousel2 .desc p:nth-of-type(2) { font-size: 20px; line-height: 1.5; }


/*inquiry*/
#inquiry h2{font-size: 36px; font-weight: 400; letter-spacing: -1px; margin-bottom: 50px; line-height: 1.5; }
#inquiry h2 span{font-weight: 600; color: #a6713d;}
#inquiry form{width: 100%; border-top:2px solid #000;}
#inquiry form .list li{border-bottom:1px solid #ddd; display: flex; gap:60px; align-items: center; padding: 30px 20px;}
#inquiry form .list li:last-child{border-bottom: none;}
#inquiry form .list li .lbl{width: 200px; font-size: 18px;}
#inquiry form .list li .lbl::after { content: ""; display: inline-block; width: 15px; height: 25px; background: url(../img/require.png) no-repeat center top / contain; }
#inquiry form .list li .content{width: 100%;}
#inquiry form .list li .content .input{padding: 10px 20px; border:1px solid #999; height: 50px; width: 100%;}
#inquiry form .list li .content textarea.input{height: 250px;}
#inquiry form .list li .content textarea{padding: 10px; border:1px solid #999; margin-bottom: 10px;}
#inquiry form .list li .content span { font-size: 16px; }
#inquiry form .list li .pro_check{display: flex;flex-wrap: wrap;}
#inquiry form .list li .pro_check .group{width: 50%; padding: 5px 0;}
#inquiry form .list li .pro_check .group input{margin-right:10px;}
#inquiry form .btn_box{margin-top:30px; text-align: right; display: flex; justify-content: flex-end; gap: 10px;}
#inquiry form .btn_box .form_btn{font-size:18px; color:#fff; font-weight: 500; padding: 15px 60px;}
#inquiry form .btn_box .cancel{background: #333; display:inline-block;}
#inquiry form .btn_box .cancel:hover{background: #000; transition: .5s;}
#inquiry form .btn_box .submit{background: #a6713d;}
#inquiry form .btn_box .submit:hover{background: #a6713c; transition: .5s;}


.m_con { overflow: hidden; position: relative; width: 100%; max-width: 1920px; }
.m_con .h2_wrap { display: flex; align-items: center; justify-content: space-between; width: calc(100% - 100px); max-width: 1704px; }
.m_con .h2_wrap a {color: #919191;text-align: center;font-size: 14px;font-weight: 400;}
.m_con h2 { color: #33353D; font-size: 30px; font-weight: 600; margin-bottom: 20px; }
.m_con .sd_btn { display: block; width: 60px; height: 60px; background: url("../img/ico_sd_btn.png") no-repeat center center / cover ; position: absolute; top: 53%; transform: translateY(-50%); z-index: 100; cursor: pointer; }
.m_con .n_btn { right: 6%; }
.m_con .p_btn { display: none; left: 0; }

/* 헤더 색상 변경 */
.white-header {background-color: white;color: black;}
.black-header {background-color: black;color: white;}
