@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}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#sub #wrapper {padding-top:90px;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; padding:0 100px; background:#fff; z-index:100;}
#header .inner {position:relative; height:90px; z-index:2;}
/* #sub #header {border-bottom:1px solid #dfdfdf;} */
#sub #header {background:transparent;}

#header.header-white {background:none;}
#header.header-white .sitelogo a {background-image:url("../images/common/logo_w.png");}
#header.header-white #gnb {display:none;}
#header.header-white .language {color:#fff; border-color:rgba(255,255,255,.7);}
#header.header-white .language .bar {background:rgba(255,255,255,.7);}
#header.header-white .btn-m-menu span {background:#fff;}
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#fff;}

#header.header-black {background:none;}
#header.header-black #gnb {display:none;}

.sitelogo {position:absolute; top:0; left:0; z-index:2;}
.sitelogo a {display:block; width:260px; height:90px; overflow:hidden; text-indent:-9999em; background:url("../images/common/logo.png") 0 50% no-repeat;}

#gnb {position:absolute; top:0; right:190px;}
#gnb > ul {display:flex;}
#gnb > ul > li {position:relative; margin-left:104px;}
#gnb > ul > li:first-child {margin-left:0;}
#gnb > ul > li > a {position:relative; display:block; font-size:20px; font-weight:400; line-height:90px; letter-spacing:-.04em;}
#gnb > ul > li > a:after {content:""; position:absolute; top:50%; margin-top:23px; left:50%; width:0; height:2px; transition:.4s;}
#gnb > ul > li.active > a:after {left:0; width:100%; background:#2c2c2c;}
#gnb .submenu {display:none; position:absolute; text-align:center; left:50%; margin-left:-110px;}
#gnb .submenu ul {width:220px; background:rgba(0,0,0,.84); box-shadow:2px 2px 10px rgba(0,0,0,.4);}
#gnb .submenu ul li {position:relative; border-bottom:1px solid rgba(255,255,255,.13);}
#gnb .submenu ul li a {display:flex; align-items:center; justify-content:center; height:60px; padding:0 10px; color:#fff; font-size:16px; font-weight:200; line-height:1.4em; opacity:.6;}
#gnb .submenu ul li a:hover,
#gnb .submenu ul li.on > a {opacity:1;}
#gnb .depth {display:none; position:absolute; top:0; left:100%;}
#gnb .depth ul {width:auto; display:flex; padding:0 10px;}
#gnb .depth ul li {border-bottom:0;}
#gnb .depth ul li a {height:61px; opacity:.6 !important; padding:0 2px;}
#gnb .depth ul li a:hover {opacity:.6;}
#gnb .depth ul li a:after {content:","}
#gnb .depth ul li:last-child a:after {content:""}
#gnb .on .depth {display:block;}

.language {position:absolute; top:50%; right:0; display:flex; align-items:center; margin-top:-18px; border:1px solid #6b6b6b; text-align:center; line-height:34px; font-size:16px; font-weight:500; letter-spacing:0;}
.language a {opacity:.7; padding:0 12px;}
.language a.active {opacity:1;}
.language .bar {width:1px; height:13px; background:#6b6b6b;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:0; margin-top:-12px; width:24px; height:24px; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:5px; right:0; top:11px; height:2px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-5px; right:0; height:2px; background:#2c2c2c;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; text-align:center; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {padding:20px 20px; text-align:left;}
.mobile-navigation .home img {height:26px;}
.mobile-navigation .nav-menu {text-align:left;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:19px; font-weight:500; 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 #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg);}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#2c2c2c; color:#fff; font-size:16px; font-weight:300; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:6px 0; opacity:.6;}
.mobile-navigation .nav-menu .submenu > ul > li br {display:none;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {opacity:1;}
.mobile-navigation .nav-menu .depth {display:none; color:#fff; font-weight:200; font-size:15px; line-height:1.5em; padding:7px 10px;}
.mobile-navigation .nav-menu .depth ul li a {display:block; position:relative; padding:4px 0 4px 8px; opacity:.6;}
.mobile-navigation .nav-menu .depth ul li a:before {content:"-"; position:absolute; top:4px; left:0;}
.mobile-navigation .nav-menu .depth ul li a:hover {opacity:1;}
.mobile-navigation .language {position:static; margin:25px auto; display:inline-flex;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; 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:#2c2c2c; 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 */
.main .click {position:absolute; bottom:80px; right:80px; z-index:5;}
.main .item {position:relative; height:100vh; overflow:hidden; color:#fff;}
.main .item .img {position:absolute; top:0; left:0; width:100%; height:100%;}
.main .item .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 .item .img-4 {background:#fff;}
.main .txt1-1 {position:absolute; top:27%; left:100px; font-family:'Playfair Display', serif; font-size:84px; font-weight:600; font-style:italic; line-height:1.3em; letter-spacing:0; text-shadow:3px 3px 5px rgba(0,0,0,.2);} 
.main .txt2-1 {position:absolute; top:50%; left:100px; font-size:60px; font-weight:200; line-height:1.3em; letter-spacing:-.04em; text-shadow:3px 3px 5px rgba(0,0,0,.2); transform:translateY(-50%);} 
.main .txt2-2 {position:absolute; top:50%; left:67%; right:30px; font-size:140px; font-weight:700; line-height:1em; letter-spacing:.1em; text-shadow:3px 3px 5px rgba(0,0,0,.2);  transform:translateY(-50%);}
.main .txt2-2 span:nth-child(2) {font-size:1.2em}
.main .txt2-2 span:nth-child(3) {font-size:1.4em}
.main .txt3-1 {position:absolute; top:50%; left:100px; font-size:60px; font-weight:200; line-height:1.3em; letter-spacing:-.04em; text-shadow:3px 3px 5px rgba(0,0,0,.2); transform:translateY(-50%);} 
.main .txt3-1 .serif {font-family:'Playfair Display', serif; font-size:84px; font-weight:600; line-height:1.3em; letter-spacing:0; margin-bottom:10px;}
.main .txt3-1 .serif sup {position:relative; margin-top:7px; font-size:24px; line-height:1.3em; vertical-align:top; display:inline-block;}
.main .txt3-2 {position:absolute; top:50%; left:65%; right:30px; font-size:30px; font-weight:200; line-height:1.3em; letter-spacing:-.04em; text-shadow:3px 3px 5px rgba(0,0,0,.2);  transform:translateY(-50%);}
.main .txt3-2 .serif {font-family:'Playfair Display', serif; font-size:40px; font-weight:600; line-height:1.3em; letter-spacing:0;}
.main .txt4-1 {position:absolute; top:180px; left:100px; color:#505050; font-family:'LotteMartDream', sans-serif; font-size:54px; font-weight:300; line-height:1.6em; letter-spacing:-.04em;} 
.main .txt4-1 strong {color:#000; font-family:'LotteMartHappy',sans-serif; font-weight:700;}
.main .txt4-2 {position:absolute; bottom:90px; left:0; width:100%; padding:0 30px; color:#2c2c2c; font-family:'Playfair Display', serif; font-size:40px; font-weight:600; line-height:1.3em; letter-spacing:-.04em; text-align:center;}

.main-product {position:relative; height:100vh; overflow:hidden;}
.main-product .left {position:absolute; top:0; left:0; width:50%; height:100%; background:url("../images/main/bg.jpg") 50% 100% no-repeat;}
.main-product .right {position:absolute; top:0; left:50%; width:50%; height:100%; background:url("../images/main/product_bg.jpg") 50% 0% no-repeat; background-size:cover;}
.main-product .wrap {position:absolute; top:0; left:0; width:100%; height:100%; padding:120px 100px 0 100px; display:flex; align-items:center; z-index:2;}
.main-product .wrap .tit {width:520px;}
.main-product .wrap .cat {flex:1 1 auto; min-width:0; width:1%;}
.main-product .wrap .cat ul {display:flex; margin:0 -22px;}
.main-product .wrap .cat ul li {width:33.3333333%; padding:0 22px; transition:.6s; transform:translateX(100%); opacity:0;}
.main-product .wrap .cat ul li a {display:block; position:relative; box-shadow:5px 5px 25px rgba(0,0,0,.25);}
.main-product .wrap .cat ul li .hover {position:absolute; top:0; left:0; width:100%; height:100%; transition:.2s; background:rgba(0,0,0,.32);}
.main-product .wrap .cat ul li .hover .plus {position:absolute; top:50%; left:50%; width:0; height:0; opacity:0; transition:.2s;}
.main-product .wrap .cat ul li .hover .plus:before {content:""; position:absolute; top:50%; margin-top:-1px; left:0; width:100%; height:3px; background:#fff;}
.main-product .wrap .cat ul li .hover .plus:after {content:""; position:absolute; top:0; margin-left:-1px; left:50%; width:3px; height:100%; background:#fff;}
.main-product .wrap .cat ul li .txt {position:absolute; bottom:35px; left:0; width:100%; padding:0 10px; text-align:center; color:#fff; font-family:'Playfair Display', serif; font-size:30px; font-weight:500; line-height:1.2em; letter-spacing:0;}
.main-product .wrap .cat ul li a:hover .hover {background:rgba(0,0,0,.76);}
.main-product .wrap .cat ul li a:hover .hover .plus {width:60px; height:60px; margin:-30px 0 0 -30px; opacity:1;}

.swiper-slide-active .main-product .wrap .cat ul li:nth-child(1) {transition-delay:.3s; opacity:1; transform:translateX(0);}
.swiper-slide-active .main-product .wrap .cat ul li:nth-child(2) {transition-delay:.5s; opacity:1; transform:translateX(0);}
.swiper-slide-active .main-product .wrap .cat ul li:nth-child(3) {transition-delay:.7s; opacity:1; transform:translateX(0);}

.main-pagination {position:fixed; left:100px; bottom:60px; z-index:50; display:flex; align-items:center;}
.main-pagination .swiper-pagination {display:flex; position:static;}
.main-pagination .swiper-pagination-bullet {width:14px; height:14px; background:#fff; opacity:.6; margin-right:15px;}
.main-pagination .swiper-pagination-bullet-active {opacity:1 !important;}
.main-pagination .stick {position:relative; margin-left:6px; width:60px; height:1px; background:rgba(255,255,255,.3);}
.main-pagination .stick:after {content:""; position:absolute; top:-3px; width:8px; height:8px; background:#fff; border-radius:100%; animation: 1.6s linear infinite scroll_ani;}
.main-pagination .scroll {margin-left:10px; color:#fff; font-size:16px; font-weight:300; line-height:1em; letter-spacing:0;}

.main-pagination.gray .swiper-pagination-bullet {background:#000; opacity:.3;}
.main-pagination.gray .stick {background:rgba(0,0,0,.3);}
.main-pagination.gray .stick:after {background:#000;}
.main-pagination.gray .scroll {color:#000;}

@keyframes scroll_ani { 
0% {right:52px;}
50% {right:0;}
100% {right:52px;}
}

/* sub */

.sub-title {position:relative; padding:39px 0; text-align:center; background:#fafafa; border-bottom:1px solid #dfdfdf; border-top:1px solid #dfdfdf;}
.sub-title h2 {color:#2c2c2c; font-size:46px; font-weight:400; line-height:1.3em; letter-spacing:-.04em; margin:-12px 0;}

.breadcrumb {position:absolute; top:50%; right:100px; margin-top:-16px; display:flex; align-items:center; color:#878787; font-size:14px; line-height:1.3em; letter-spacing:-.04em;}
.breadcrumb .home {display:inline-block; width:32px; height:32px; background:#eee url("../images/common/home.png") 50% 50% no-repeat; overflow:hidden; text-indent:-9999em; border-radius:100%;}
.breadcrumb .arrow {display:inline-block; width:25px; height:10px; background:url("../images/common/path_arrow.png") 50% 50% no-repeat; overflow:hidden; text-indent:-9999em;}
.breadcrumb strong {color:#505050; font-weight:400;}

.lnb {border-bottom:1px solid #505050; background:#fff; text-align:center;}
.lnb ul {display:flex; justify-content:center; width:100%; max-width:1200px; margin:0 auto;}
.lnb ul li {flex:1; max-width:33.33333333%; border-right:1px solid #dfdfdf;}
.lnb ul li:first-child {border-left:1px solid #dfdfdf;}
.lnb ul li a {display:flex; justify-content:center; align-items:center; position:relative; height:58px; color:#505050; font-size:18px; line-height:1.3em; letter-spacing:-.04em;}
.lnb ul li a:hover {color:#2c2c2c;}
.lnb ul li.active a {color:#2c2c2c; font-weight:500;}
.lnb ul li.active a:after {content:""; position:absolute; top:0; left:-1px; right:-1px; bottom:-1px; border:2px solid #505050; border-bottom:1px solid #fff;}
.lnb.fixed {position:fixed; top:90px; left:0; width:100%; z-index:99;}

.real-cont {max-width:1260px; padding:80px 30px 130px; margin:0 auto;}

/* footer */
#footer {padding:37px 0; color:#505050; font-size:16px; font-weight:200; line-height:1.5em; background:#f4f4f4; text-align:center;}
#footer .copyright {color:#878787; font-size:12px; line-height:1.3em; margin-top:10px; letter-spacing:-.02em;}

.quick {position:fixed; bottom:165px; right:100px; z-index:90;}
.quick ul li {margin-top:13px;}

#main #footer {display:none;}
#main .quick {display:none;}