@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;}

/* intro */
#intro {overflow:hidden;}
.intro-wrap {position:relative; width:100%; height:100%; display:table; table-layout:fixed;} 
.intro-wrap .cell {width:100%; height:100%; display:table-cell; vertical-align:middle;}

.intro-bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.4; z-index:-5}
#myVideo{position:absolute;top:50%;left:50%; object-fit:cover; transform:translate(-50%,-50%);  -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width: auto;height: auto; min-width:100%; min-height:100%; z-index:-10;}

.intro-box {max-width:650px; margin:0 auto;}
.intro-box .row {display:flex; align-items: center; justify-content: center; gap: 50px;}
.intro-box .col {position:relative; width:calc(100%/2 - 25px); text-align:center; display:table; transition: all 0.25s ease-in-out; padding: 80px 10px; border-radius: 15px;}
.intro-box .col:after {content:"";position:absolute; top:0; left:0; width:100%; height:100%; border:1px solid rgba(255,255,255,0.5); z-index:0; border-radius: 15px;}
.intro-box .col a {position:relative; width:100%; height:100%; display:table-cell; vertical-align:middle; z-index:2}
.intro-box .col .logo {margin-bottom:30px; height:61px; background-repeat:no-repeat; background-position:50% 50%; transition: all 0.25s ease-in-out;}
.intro-box .col .arrow {opacity:0;position:absolute; bottom:-80px; left:50%; width:60px; height:60px; background:#bc9546 url('../images/common/intro-right.png') 50% 50% no-repeat; z-index:1; margin-left:-30px; transition: all 0.25s ease-in-out; border-radius: 100%;}
.intro-box .col .arrow2 { background-color: #13823b;}
.intro-box .col .tit { font-size: 28px; font-weight: 700; line-height: 1.2em; transition: all 0.25s ease-in-out; color: #fff;}
.intro-box .col .txt { color: #fff; font-size: 16px; font-weight: 300; line-height: 1.5em; margin-top: 13px; transition: all 0.25s ease-in-out;}
.intro-box .col:nth-child(1) .logo {background-image:url('../images/common/intro-icon.png');}
.intro-box .col:nth-child(2) .logo {background-image:url('../images/common/intro-icon.png');}
.intro-box .col:nth-child(1) a:hover .logo {background-image:url('../images/common/intro-icon-w.png');}
.intro-box .col:nth-child(2) a:hover .logo {background-image:url('../images/common/intro-icon-w2.png');}
.intro-box .col:hover {background:#fff;}
.intro-box .col:hover:after {border:3px solid #bc9546}
.intro-box .col:hover .tit {color:#bc9546}
.intro-box .col2:hover:after {border:3px solid #13823b}
.intro-box .col2:hover .tit {color:#13823b}
.intro-box .col:hover .txt {color:#454545}
.intro-box .col:hover .arrow {opacity:1; bottom:-110px;}

/* header */
#header {position:relative; width:100%; z-index:100; top: 0; background: #fff; height: 140px;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 100%; padding-left: 100px; padding-right: 100px;}
.hd-top { height: 40px;border-bottom: 1px solid #ddd;}
.hd-btm { height: 100px; border-bottom: 1px solid #ddd;}
.hd-sch { width: 300px; position: relative; border-radius: 20px; overflow: hidden; background: rgba(221,221,221,0.05); height: 40px;}
.hd-sch input { border: none; height: 40px; font-size: 15px; color: #686868; font-weight: 300; width: 100%; padding: 5px 45px 5px 20px; background: rgba(221,221,221,0.05);}
.hd-sch input::placeholder { font-size: 15px; color: #686868; font-weight: 300;}
.hd-sch input:focus { outline: none;}
.hd-sch .btn-sch { width: 40px; height: 40px; border: none; background: url(../images/common/hd-sch.png) left center no-repeat; background-size: 23px; position: absolute; right: 0;}

.hd-link { display: flex; justify-content: flex-end; align-items: center; width: 100%; line-height: 1em;padding-top: 2px;}
.hd-link a { font-size: 15px; font-weight: 300; letter-spacing: -.03em; line-height: 1em; color: #686868;padding: 0 16px; position: relative; display: flex; align-items: center;}
.hd-link a::after { content: ""; position: absolute; right: 0; top: 2px; width: 1px; height: 10px;  background: #ddd;}
.hd-link a:last-child { padding-right: 0;}
.hd-link a:last-child::after { display: none;}
.hd-link a .num { width: 20px; height: 20px; border-radius: 100%; background: #bc9546; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; letter-spacing: -.03em; line-height: 1em; margin-left: 10px; margin-top: -2px;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; left: 40px; position: relative;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 53px;}
#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; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #bc9546;}
#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:7px 0; color:#454545; font-size:16px; line-height:1.33em; font-weight: 300;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under; color: #bc9546;}
#gnb .submenu>ul>li.active>a {color:#bc9546;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-bottom:1px solid #eee;}

.btn-m-menu {display: none;}

.list-icon {position:absolute; width:25px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; top: 50%; transform: translateY(-50%); right: 30px;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#454545;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-8px; transition-property:top, transform; background:#454545; content: "only";}
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#454545; }

.mobile-navigation {display:none; 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:#bc9546}
.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:#bc9546;}
.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%; }
.main-visual .item {position:relative; height:calc(100vh - 140px); 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; top: 32%; width: 100%; left: 0; text-align: center;}
.main-visual .caption .txt {display: inline-block; text-align: center; color: #fff;}
.main-visual .caption h2 {font-size: 65px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; margin-bottom: 18px; text-shadow: 3px 3px 5px rgba(0,0,0,0.4);}
.main-visual .caption p { font-size: 20px; font-weight: 300; letter-spacing: -.03em; line-height: 1.5em; margin-bottom: 30px; text-shadow: 3px 3px 5px rgba(0,0,0,0.4);}

.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; left: 0; right: 0; margin: auto; bottom: 60px;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {position:relative; display:block; width:15px; height:15px; background:rgba(255,255,255,0.4); overflow:hidden; text-indent:-9999em; transition:.2s;  border: none; border-radius: 100%;}
.main-visual .slick-dots .slick-active button { background: #fff;}

.main-visual .slick-arrow {position:absolute; top:48%; z-index:50; opacity:1; overflow:hidden; transition: .3s; cursor: pointer; width: 70px; height: 70px; background-size: 19px; background-repeat: no-repeat; background-position: center center; border: 1px solid rgba(255,255,255,0.3); border-radius: 100%;}
.main-visual .slick-arrow:hover { background-color: #bc9546; border: 1px solid #bc9546;}
.main-visual .slick-prev { left: 100px; background-image: url(../images/main/main-leftbt.png); }
.main-visual .slick-next { right: 100px; background-image: url(../images/main/main-rightbt.png); }

.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);}
}

/* main공통 */
.sec-height { min-height: 840px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; height: 100%;}
.main-subtit { font-size: 18px; font-weight: 500; letter-spacing: .01em; line-height: 1.2em; margin-bottom: 10px; }
.main-tit { font-size: 50px; font-weight: 700; letter-spacing: -.03em; line-height: 1.2em; margin-bottom: 40px;}
.main-bt { width: 200px; height: 50px; text-align: center; border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 16px; font-weight: 300; letter-spacing: -.03em; display: flex; align-items: center; justify-content: center; margin: auto; transition: .2s;}
.main-bt:hover { background: #bc9546; border: 1px solid #bc9546;}
.main-bt span { padding-left: 20px;}

/* main */
.sec1 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover;}
.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;}

/* sub */
#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 h2 { font-size: 46px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424; position: relative;}
.sub-title h2::after { content: ""; display: block; width: 60px; height: 3px; background: #bc9546; margin: 30px auto 0;}

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 35px 0; background: #282828;}
#footer .contain { position:relative;}
#footer .contain::after { content: none;} 
.ft-top { display: flex; align-items: center; justify-content: space-between;}
.policy a { display: inline-block; position: relative; font-size: 14px; padding-left: 26px; font-weight: 400; line-height: 1.2em; color: #ccc; margin-left: 40px;}
.policy a::after { content: ""; position: absolute; left: 0; top: 0; background: url(../images/common/policy.png) center no-repeat; background-size: contain; width: 16px; height: 15px;}
.policy a:first-child { margin-left: 0;}
.ft-btm { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 25px; flex-wrap: wrap;}
.ft-text { line-height: 1.5em; }
.ft-text span { font-size: 14px; font-weight: 200; line-height: 1.3em; color: #c8c8c8; display: inline-block; padding-right: 33px;}
.ft-text span:last-child { padding-right: 0;}
.cpr span { font-size: 14px; font-weight: 200; line-height: 1.3em; color: #c8c8c8; display: inline-block; }
.cpr a { font-size: 12px; font-weight: 200; color: #5a5a5a; display: inline-block; line-height: 1.2em;}
.ft-family { display: inline-block; font-size: 15px; font-weight: 500; line-height: 1.2em; color: #ccc; padding: 12px 40px 12px 12px; position: relative; border: 1px solid rgba(255,255,255,0.4); transition: .2s;}
.ft-family::after { content: ""; position: absolute; width: 0; height: 0; border-top: 6px solid #ccc; right: 12px; top: 18px; border-left: 4px solid transparent; border-right: 4px solid transparent; transition: .2s;}
.ft-family:hover { background: #a38241; border: 1px solid #a38241;}
.scroll-top { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 100%; background: #bc9546 url(../images/common/top.png) center no-repeat; background-size: 18px;}
.sns { position: fixed; right: 20px; bottom: 150px; z-index: 9999; display: none;}
.sns a { display: block; margin-bottom: 10px;}
.sns a:last-child {margin-bottom: 0;}

/* 최근본상품 */
.recent { max-width: 100px; width: 100%; position: fixed; right: 50px; top: 25%; text-align: center; z-index: 100;}
.recent .tit { font-size: 18px; font-weight: 500; letter-spacing: -.03em; line-height: 1em; color: #242424; margin-bottom: 12px;}
.rct-box { border: 1px solid #ddd;}
.rct-swiper { width: 100%; height: 220px; overflow: hidden; padding: 20px 15px; background: #fff;}
.rct-swiper-slide { height: auto !important;}
.rct-swiper-slide a { display: block; position: relative; width: 100%;}
.rct-swiper-slide .thumb {position:relative; padding-bottom:100%; overflow:hidden; background: #e9e9e9; border-radius: 10px; }
.rct-swiper-slide .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:contain;}
.rct-bdb { position: relative; border-bottom: 1px solid #ddd; }
.rct-bdt { position: relative; border-top: 1px solid #ddd; }
.rct-swiper-button-prev::after, .rct-swiper-button-next::after { display: none;}
.rct-swiper-button-prev, .rct-swiper-button-next { width: 100%; height: 30px; padding: 10px 0; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-size: 14px; background-position: center; opacity: 1 !important; background-color: #fff;}
.rct-swiper-button-prev { left: auto; background-image: url(../images/common/rct-top.png); }
.rct-swiper-button-next { right: auto; background-image: url(../images/common/rct-btm.png); }
.recent .scroll-top2 { margin-top: 15px; width: 100%; background: #454545; color: #fff; font-weight: 500; font-size: 16px; letter-spacing: -.03em; line-height: 1em; text-align: center; padding: 9px 0; display: block;}
