@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width: 100%; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: 0 auto;}
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3;}
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:relative; width:100%; z-index:100; top: 0; height: 100px; border-bottom: 1px solid #ddd; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url(../images/common/sub-logo.png); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}
.sitelogo.add { background-image: url(../images/common/sub-logo-w.png) !important;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 63px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:600; line-height:1.3em;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#fff; font-size:17px; line-height:1.33em; letter-spacing: -.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; color: #c7a577; text-underline-position: under;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(13, 13, 13, 0.8);}

.hd-right { display: flex; align-items: center;}
.hd-link { margin-right: 65px; display: flex; align-items: center; gap: 5px;}
.hd-link a { width: 50px; height: 30px; border-radius: 15px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; line-height: 1em; color: #454545; transition: .2s;}
.hd-link a.active { background: #c7a577; border: 1px solid #c7a577; color: #fff; }
.hd-link a:hover { background: #c7a577; border: 1px solid #c7a577; color: #fff; }

#header.move { background: transparent; border: none;}
#header.move #gnb>ul>li>a { color: #fff;}
#header.move .hd-link a { color: #fff;}
#header.move .list-icon span { background: #fff;}
#header.move .list-icon span::before { background: #fff;}
#header.move .list-icon span::after { background: #fff;}
#header.move.header-hover .sitelogo { background-image: url(../images/common/sub-logo.png) !important; }

#header.header-hover { background: #fff;} 
#header.header-hover .sitelogo { background-image: url(../images/common/sub-logo.png) !important;}
#header.header-hover #gnb>ul>li>a { color: #242424;}
#header.header-hover #gnb>ul>li.active>a { color: #c7a577; }
#header.header-hover .hd-link a { color: #242424;}
#header.header-hover .hd-link a.active { color: #fff;}
#header.header-hover .hd-link a:hover { color: #fff;}
#header.header-hover .list-icon span { background: #242424;}
#header.header-hover .list-icon span::after { background: #242424;}
#header.header-hover .list-icon span::before { background: #242424;}

.list-icon {width:28px; height:28px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; position: relative; display: inline-block; }
.list-icon span {position:absolute; left:10px; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#242424; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#242424; }

.mobile-navigation { position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#c7a577}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#c7a577;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; background: #000; }
.main-visual .contain {position: relative; height: 100%; max-width: 1660px;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1.25);}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption {position: absolute; bottom: 15%; width: 100%; left: 0; text-align: left;}
.main-visual .caption .txt {display: inline-block; text-align: left; color: #fff; }
.main-visual .caption h2 {font-size: 100px; font-weight: 800; line-height: 1.3em; margin-bottom: 5px; letter-spacing: -.03em; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;}
.main-visual .caption h3 { font-size: 40px; letter-spacing: -.03em; line-height: 1.25em; font-weight: 400;  transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;}
.main-visual .items .slick-active .txt h2{ transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.7s;}
.main-visual .items .slick-active .txt h3{ transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:1.2s;}
.main-visual .items .reset-animation .txt h2 { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .items .reset-animation .txt h3 { transform:translateX(-50px); opacity:0; transition:all 0s}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 

@keyframes scale {
    0% {transform: scale(1.25);}
    100% {transform: scale(1);}
}

.pagi-wrap { position: absolute; max-width: 1660px; width: 100%; margin: 0 auto; bottom: 33%; left: 0; right: 0; padding-left: 30px; padding-right: 30px;}
.pagi { display: flex; gap: 5px; align-items: center; }
.main-visual .slick-dots {line-height:0; z-index:50; position: relative; margin-top: 3px;}
.main-visual .slick-dots li {display: none; font-size: 16px; font-weight: 300; text-align: center; color: #fff; }
.main-visual .slick-dots li.slick-active span:first-child { color: #fff; font-size: 16px; font-weight: 300; }
.main-visual .slick-dots li.slick-active{display:block; font-size: 16px; position: relative; }
.main-visual .slick-dots li span { padding: 0 3px;}
.main-visual .progress {position:relative; width:65px; height:1px; background: #242424; }
.main-visual .progress:after {content:""; position:absolute; top:0; left:0; width:0; height:1px; background:#fff; transition: 0.1s width linear;}
.main-visual .progress.animate:after {transition:width linear; width:100%; transition-delay:unset; transition-duration:5s;}
.main-visual .buttons #toggle { background: no-repeat url(../images/main/pause.png) 50% 50% / 7px; width: 25px; height: 25px; position: relative; display:inline-block; vertical-align: middle; text-indent: -9999em; overflow: hidden; border: none; border-radius: 100%; background-color: #000;}
.main-visual .buttons #toggle.play { background: no-repeat url(../images/main/play.png) 50% 50% / 7px; background-color: #000;}

.scroll-down { position: absolute; bottom: 70px; left: 70px; animation: scrollDisappear 2s infinite; }
@keyframes fadeIn {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(30px);
    }
}

/* main 공통 */
.main-subtit { font-size: 20px; font-weight: 700; letter-spacing: 0.2em; line-height: 1.2em; color: #242424; margin-bottom: 22px; font-family: "Crimson Text", serif; display: none;}
.main-subtit span { color: #c7a577;}
.main-tit { font-size: 60px; font-weight: 500; letter-spacing: -.03em; line-height: 1em; margin-bottom: 25px; color: #242424;}
.main-tit span { font-weight: 700; }
.main-link { position: relative; font-size: 15px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; color: #898989; transition: .2s; padding-right: 65px; display: inline-block;}
.main-link::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 56px; height: 56px; border-radius: 100%; background-color: #ddd; background-position: center; background-repeat: no-repeat; background-image: url(../images/main/sec1-view.png); background-size: 14px; transition: .2s;}
.main-link:hover { color: #242424; }
.main-link:hover::after { background-color: #c7a577; background-image: url(../images/main/sec1-view-w.png);}
.main-txt { line-height: 1.666em; font-weight: 300; letter-spacing: -.03em; color: #242424; margin-bottom: 60px;}

/* main */
.sec1 .contain { display: flex; align-items: center;}
.sec1 .contain::after { content: none;}
.sec1-fx { display: flex; align-items: center; justify-content: center;}
.sec1-left { width: 50%; padding-right: 25px; position: relative; max-width: 760px; padding-left: 30px;}
.sec1-right { width: 50%; margin-top: 100px; margin-right: -200px;}
.sec1-img { position: relative;}
.sec1-img img { width: 100%; }
.sec1-sb { position: absolute; right: 50px; top: -40px;}
.sec1-box { margin-top: 110px; padding-left: 100px;}
.sec1-inbox { margin-bottom: 65px; }
.sec1-inbox.mg { margin-bottom: 0; }
.sec1-inbox h4 { font-size: 28px; font-weight: 700; line-height: 1em; letter-spacing: -.03em; color: #242424; }
.sec1-inbox h4 a { display: inline-block; padding-left: 100px;}
.sec1-inbox p { line-height: 1.666em; letter-spacing: -.03em; color: #242424; font-weight: 300; margin-top: 23px;}
.circle { width: 15px; height: 15px; border-radius: 100%; position: absolute; background: #de932e; position: absolute; }
.circle a { display: block; position: relative; width: 100%; height: 100%;}
.circle.wh1 { left: 40%; right: 0; margin: auto; top: 6%;}
.circle.wh2 { left: 56%; top: 36%; }
.circle.wh3 { right: 22%; margin: auto; top: 36%; }
.circle.wh4 { left: 42%; bottom: 25%; }
.circle.wh5 { right: 8%; bottom: 32%; }
.circle.wh6 { left: 25%; bottom: 40%; }
.circle-wave { position: absolute; left: 0; bottom: 0; width: 15px; height: 15px; border-radius: 50%; background: #de932e;  animation: expandFade 1.5s forwards infinite; z-index: 1; right: 0; margin: auto;}
@keyframes expandFade {
    0% { 
        transform: scale(1);
        opacity: 1; 
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.sec2 .contain { display: flex; align-items: center; height: 100%;}
.sec2 .contain::after { content: none;}
.sec2-left { width: 100%; margin-left: -50%; background: url(../images/main/sec2-img.jpg) center right no-repeat; background-size: contain; height: 100%;}
.sec2-right { width: 50%; padding-left: 95px; position: relative; padding-top: 70px;}
.sec2-sb { position: absolute; right: 0; bottom: 0; }
.hst-swiper { width: 100%; height: 300px; padding: 12px 0; padding-left: 33px; margin-bottom: 80px;}
.hst-swiper-slide { font-weight: 600; letter-spacing: -.03em; line-height: 1.5em; color: #898989;}
.hst-swiper .swiper-slide-active { font-size: 24px; color: #242424; margin-bottom: 40px !important;}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar { right: auto; left: 0; background: #e0e0e0;}
.swiper-scrollbar-drag { background: #c7a577;}

.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover;}
.sec3-top { display: flex; }
.sec3-left .main-tit { line-height: 1.2em; }
[lang=vi] .sec3-left .main-tit { font-size: 40px;}
.sec3-left { width: 50%; }
.sec3-right { width: 50%; padding-left: 95px; padding-top: 50px;}
.sec3-list { margin-top: 130px; display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; padding: 0 100px;}
.sec3-list li { width: calc(100%/4 - 27px); background: rgba(255,255,255,0.7); border-radius: 100%; margin: auto; height: 273px; text-align: center; transition: .2s;}
.sec3-list li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.sec3-list li .tit { font-size: 20px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; color: #242424; margin-top: 45px;}
.sec3-list li:hover { transform: translateY(-60px); box-shadow: 10px 10px 30px rgba(199, 165, 119,0.4); background: rgba(255, 227, 152, 0.3);}

/* sub */
.sub-wrap { padding: 35px 0 65px; background: #f4f4f4;}
.lnb-ctr {display: flex; align-items: center; gap: 15px;}
.lnb-ctr .home { text-indent: -999em; width: 19px; height: 19px; background: url(../images/sub/home.png) center no-repeat; background-size: contain; }
.lnb-ctr span { display: inline-block; font-weight: 300; letter-spacing: -.03em; line-height: 1em; color: #000; position: relative; font-size: 18px; }
.lnb-ctr .page-name { font-weight: 600;}

.lnb-wrap {position:relative; margin-top: -30px;}
.lnb {margin:0 auto; max-width:1200px; box-shadow: 10px 10px 30px rgba(0,0,0,0.1); background: #fff; border-radius: 20px 0 20px 0; overflow: hidden;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; position: relative;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:75px; padding:0 15px; color:#242424; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#c7a577;}
.lnb ul li.active a {color:#fff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 100px 0 60px; text-align: center;}
.sub-title h1 { font-size: 50px; font-weight: 700; line-height: 1em; color: #242424; position: relative;}
.sub-title p { font-size: 18px; font-weight: 500; letter-spacing: -.03em; line-height: 1.5em; color: #454545; margin-top: 25px;}

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 30px 0 65px; background: #000000; color: rgba(255,255,255,0.6);}
.policy { padding-bottom: 13px; border-bottom: 1px solid #434343; }
.policy a { display: inline-block; padding-right: 20px; font-weight: 400; font-size: 15px; letter-spacing: -.03em; line-height: 1.2em; }
.policy a:last-child { padding-right: 0;}
.ft-btm { display: flex; align-items: center; padding-top: 30px; justify-content: space-between;}
.ft-left { display: flex; align-items: flex-start;}
.ft-textbox { padding-left: 60px; }
.ft-text { line-height: 1.6em;}
.ft-text span { display: inline-block; font-size: 15px; font-weight: 400; letter-spacing: -.03em; line-height: 1.6em; padding-right: 30px;}
.ft-text span:last-child { padding-right: 0;}
.cpr { display: inline-block; font-size: 15px; font-weight: 400; letter-spacing: -.03em; line-height: 1.3em; margin-top: 20px;}
.scroll-top { width: 56px; height: 56px; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: relative; background: #c7a577; font-size: 13px; font-weight: 500; color: #fff; line-height: 1em; padding-top: 15px;}
.scroll-top::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 15px; width: 18px; height: 10px; background: url(../images/common/top.png) center no-repeat; background-size: contain;}