@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#wrapper {position:relative; overflow:hidden;}

#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}

/* header */
#header {position:absolute; top:0; left:0; width:100%; height:100px; z-index:90; letter-spacing:-.04em;}
#header .contain {max-width:1430px !important; z-index:20}
#header .sitelogo a {display:block; position:absolute; top:50%; margin-top:-28px; left:15px; z-index:10; width:369px; height:55px;font-size:0; line-height:0;background-image:url('../images/common/logo-w.png'); background-repeat:no-repeat; background-size:cover;}

#gnb>ul {display:flex; justify-content:flex-end; margin-right:100px;} 
#gnb>ul>li {position:relative; text-align:center; padding:0 37px;}
#gnb>ul>li>a {position:relative; display:inline-block; color:#fff; font-size:19px; line-height:100px; font-weight:600;}

#gnb .submenu {position:absolute; top:100px; height:100%; left:50%; width:260px; margin-left:-130px; display:none; opacity:0.8; padding-top:20px;}
#gnb .submenu ul {display:block; display:flex; flex-direction:column; white-space:nowrap; background:rgba(255,255,255,0.5); padding:14px 0; border-radius:10px;} 
#gnb .submenu ul li {padding:0; text-align:center;}
#gnb .submenu ul li a {display:inline-block; color:#333333; font-size:18px; line-height:1.4em; font-weight:500; position:relative; padding:5px 0;}
#gnb .submenu ul li a:hover {padding-left:10px; color:#c46683; font-weight:700;}
#gnb .submenu ul li a:hover:after {content:''; width:6px; height:6px; border-radius:50%; background:#c46683; position:absolute; top:50%; margin-top:-3px; left:0;}

.lang {position:absolute; top:50%; transform:translateY(-50%); right:15px;}
.lang ul {display:flex; margin:0 -18px;}
.lang ul li {padding:0 18px; width:auto !important; position:relative;}
.lang ul li:after {content:''; width:1px; height:12px; background:#ddd; position:absolute; right:0; top:50%; margin-top:-6px;}
.lang ul li:last-child:after {display:none;}
.lang ul li a {font-size:14px; color:#ffffff; font-weight:500; line-height:1.6em; display:block; opacity:0.5; position:relative;}
.lang ul li.active a {opacity:1;}
.lang ul li.active a:after {content:''; width:100%; height:3px; background:#c46683; position:absolute; bottom:-3px; left:0;}

.m-lang {position:absolute; top:15px; left:15px;}
.m-lang ul {display:flex; margin:0 -18px;}
.m-lang ul li {padding:0 18px; width:auto !important; position:relative;}
.m-lang ul li:after {content:''; width:1px; height:12px; background:#ddd; position:absolute; right:0; top:50%; margin-top:-6px;}
.m-lang ul li:last-child:after {display:none;}
.m-lang ul li a {font-size:14px; color:#333; font-weight:500; line-height:1.6em; display:block; opacity:0.5; position:relative;}
.m-lang ul li.active a {opacity:1;}
.m-lang ul li.active a:after {content:''; width:100%; height:3px; background:#c46683; position:absolute; bottom:-3px; left:0;}
/* header hover */
#header:hover {background:rgba(255,255,255,0.55);}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:#333333;}
#header:hover #gnb>ul>li>a:hover {color:#777777;}
#header:hover .lang ul li a {color:#333333;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
#main .contain {max-width:1430px;}
#sub .contain {max-width:1230px;}
/* main */ 
.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative; background:#ddd;}
.main-visual .img img {margin:0 auto;}
.main-visual .txt {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; color:#fff; letter-spacing:-.03em;} 
.main-visual .txt h2 {font-size:50px; line-height:1.2em; position:relative; top:50px; opacity:0; transition:all 0.6s; font-family:'S-CoreDream-6Bold'; white-space:nowrap;}
.main-visual .txt h2 span {font-size:40px; line-height:1.3em;}
.main-visual .txt.active h2 {opacity:1;	top:0;}
.main-visual .slick-arrow {position:absolute; top:50%; width:60px; height:26px; margin-top:-13px; font-size:0; border:0; background-color:transparent; background-repeat:no-repeat; background-size:cover; z-index:11;}
.main-visual .slick-prev {background-image:url('../images/main/visual-prev.png'); left:0;}
.main-visual .slick-next {background-image:url('../images/main/visual-next.png'); right:0;}
.main-visual .scroll-down {position:absolute; bottom:60px; z-index:11; left:50%; margin-left:-34px;}

.section1 {padding:100px 0;}
.section1 .wrap {padding:150px 0; background:url('../images/main/sec1-bg.jpg') center center no-repeat; background-size:cover;}
.section1 .img-box {position:relative; width:100%; margin-bottom:40px;}
.section1 .img-box a {display:block; font-size:16px; width:175px; line-height:175px; position:absolute; right:65px; top:50%; margin-top:-88px; border-radius:50%; box-shadow:0 5px 15px rgba(0,0,0,0.17); background:#fff; text-align:center; font-family:'Montserrat'; font-weight:700; letter-spacing:0; color:#333333;}
.section1 .img-box a:after {content:''; width:80px; height:1px; background:#777777; position:absolute; top:50%; right:-65px;}
.section1 .txt-box {display:flex;}
.section1 .txt-box p {width:50%; font-size:20px; font-weight:500; color:#fff; line-height:1.5em;}
.section1 .txt-box h3 {width:50%; font-size:90px; color:#333333; text-align:center; letter-spacing:0; font-family:'Montserrat'; line-height:1.1em;}
.section1 .txt-box h3:after {content:''; width:12px; height:12px; background:#333; border-radius:50%; display:inline-block; vertical-align:top;}

.section2 .col {display:flex; position:relative; height:100vh; width:100%;}
.section2 .row {width:33.3333333%; display:flex; height:100%; border-right:1px solid rgba(255,255,255,0.5); flex-direction:column; align-items:center; justify-content:center; color:#fff; text-align:center;}
.section2 .row:last-child {border-right:0;}
.section2 .row:before {content:''; width:100%; height:100%; background-repeat:no-repeat; background-size:cover; position:absolute; top:0; left:0; z-index:-1; transition:all 1s; opacity:0;}
.section2 .row:nth-child(1):before {background-image:url('../images/main/sec2-bg01.jpg'); opacity:1;}
.section2 .row:nth-child(2):before {background-image:url('../images/main/sec2-bg02.jpg');}
.section2 .row:nth-child(3):before {background-image:url('../images/main/sec2-bg03.jpg');}
.section2 .row.active:before {}
.section2 .row:nth-child(1).active:before {opacity:1;}
.section2 .row:nth-child(2).active:before {opacity:1;}
.section2 .row:nth-child(3).active:before {opacity:1;}
.section2 .row h3 {font-size:35px; line-height:1.1em; font-weight:600; margin-bottom:50px;}
.section2 .row p {font-size:22px; line-height:1.3em; font-weight:500; margin-bottom:180px;}
.section2 .row span {display:inline-block; line-height:53px; padding:0 32px; border:1px solid #fff; background:transparent; font-weight:700; font-family:'Montserrat'; transition:all 0.6s;}
.section2 .row.active span {background:#fff; color:#333333;}

.section3 {padding:150px 0; background:url('../images/main/sec3-bg.jpg') center center no-repeat; background-size:cover;}
.section3 .wrap {position:relative;}
.section3 .item {display:flex;}
.section3 .item .img-box {max-width:700px; width:100%; display:block;}
.section3 .item .txt-box {width:1%; flex:1 1 auto; padding-left:110px; padding-top:50px; position:relative;}
.section3 .item .txt-box span {font-size:24px; line-height:1.3em; color:#555555; margin-bottom:20px;}
.section3 .item .txt-box h3 {font-size:50px; line-height:1.2em; color:#333333; margin-bottom:36px;}
.section3 .item .txt-box .txt {height:250px;}
.section3 .item .txt-box .txt li {font-size:22px; font-weight:500; color:#454545; position:relative; padding-left:14px; margin-bottom:16px;}
.section3 .item .txt-box .txt li:before {content:''; width:5px; height:2px; background:#454545; position:absolute; left:0; top:13px;}
.section3 .item .txt-box .txt li:last-child {margin-bottom:0;}
.section3 .item .txt-box .txt p {font-size:22px; font-weight:500; color:#454545; line-height:1.4em;}
.section3 .item .txt-box a {display:inline-block; font-size:16px; font-weight:500; font-family:'Montserrat'; letter-spacing:0; line-height:1.6em;}
.section3 .item .txt-box a:after {content:''; width:41px; height:11px; background:url('../images/main/sec3-more.png') 0 0 no-repeat; background-size:cover; display:inline-block; margin-left:20px;}
.section3 .sec3-dot {position:absolute; left:810px; bottom:0;}
.section3 .sec3-dot ul {display:flex; margin:0 -5px; align-items:flex-end;}
.section3 .sec3-dot ul li {padding:0 5px;}
.section3 .sec3-dot ul li button {height:2px; width:70px; font-size:0; border:0; background:#999999; display:block;}
.section3 .sec3-dot ul li.slick-active button {height:4px; background:#666666;}

.section4 {padding:150px 0; background:url('../images/main/sec4-bg.jpg') center center no-repeat; background-size:cover; color:#fff; letter-spacing:0;}
.section4 h3 {font-size:50px; line-height:1.1em; margin-bottom:30px; padding-bottom:30px; position:relative; font-family:'Montserrat';}
.section4 h3:after {content:''; width:50px; height:1px; background:#fff; position:absolute; bottom:0; left:0;}
.section4 p {font-size:20px; line-height:1.5em; margin-bottom:46px;}
.section4 .tt1 {font-size:22px; line-height:1.3em; font-weight:600; margin-bottom:14px;}
.section4 .txt a {font-size:30px; font-weight:700; display:inline-block; margin-bottom:40px;}
.section4 a.more {display:inline-block; font-size:16px; font-weight:500; font-family:'Montserrat'; letter-spacing:0; line-height:1.6em;}
.section4 a.more:after {content:''; width:41px; height:11px; background:url('../images/main/sec3-more.png') 0 0 no-repeat; background-size:cover; display:inline-block; margin-left:20px;}
/* footer */
#footer {padding:46px 0; color:#e0e0e0; background:#333333;}
#footer .contain {max-width:1430px !important;}
#footer address {font-style:normal;}
.foot-pop {margin-bottom:16px;}
.foot-pop ul {display:flex; margin:0 -16px;}
.foot-pop ul li {padding:0 16px; font-size:15px; line-height:1.8em; font-weight:500;}
.foot-pop ul li a {display:block;}
.foot-info ul {display:flex; margin:0 -16px; flex-wrap:wrap;}
.foot-info ul li {padding:0 16px; font-size:15px; line-height:1.8em;}
.foot-info p { font-size:15px; line-height:1.8em;}
.foot-info p a {display:inline-block; margin-left:36px; color:#b5b5b5; font-size:13px; font-weight:500;}
.foot-info p a span {font-size:12px; font-weight:400;}
/* scroll-top */
.scroll-top {position:fixed; right:50px; bottom:100px; display:block; z-index:111; box-shadow:5px 5px 5px rgba(0,0,0,0.2); border-radius:50%;}
/* sub page */
.sub-visual {position:relative; height:400px; margin-bottom:36px; z-index:10; letter-spacing:-.03em;}
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:center; background-size:cover;}
.sub-visual .tit {position:absolute; top:50%; left:0; width:100%; text-align:center; transform:translateY(-50%); margin-top:50px; color:#fff; font-size:40px; line-height:1.2em; font-weight:600; z-index:11;}

.lnb {max-width:1200px; margin:0 auto; position:relative;}
.lnb:after {content:''; width:100%; height:100%; position:absolute; top:0; left:0; border-bottom:1px solid #ddd;}
.lnb ul {display:flex;}
.lnb ul li {width:100%; text-align:center;}
.lnb ul li a {font-size:18px; font-weight:600; color:#333333; line-height:60px; position:relative; display:block; z-index:11;}
.lnb ul li.active a {color:#cbc08e;}
.lnb ul li.active a:after {content:''; width:100%; height:2px; background:#cbc08e; position:absolute; bottom:0; left:0; z-index:1;}

.sub-title {margin:76px 0 64px; text-align:center;}
.sub-title h2 {font-size:32px; line-height:1.2em; color:#333333; font-weight:500; padding-bottom:16px; position:relative;}
.sub-title h2:before {content:''; width:108px; left:50%; bottom:0; height:1px; margin-left:-54px; background:#ddd; position:absolute;}
.sub-title h2:after {content:''; width:6px; height:6px; background:#cbc08e; border-radius:50%; position:absolute; bottom:-3px; left:50%; margin-left:-3px;}

.real-cont {letter-spacing:-.03em; margin-bottom:100px;}

/* for mobile */
.only-mobile {display:none;}
.btn-m-menu {display:none; position:absolute; top:29px; right:15px; width:30px; height:22px;  text-align:center; text-indent:-9999em; z-index:220; transition:all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}
.mobile-navigation {position:fixed; top:0; right:0; padding:80px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;}
.mobile-navigation .logo {margin-bottom:20px; padding-left:15px;}
.mobile-navigation .logo img {height:23px;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#c46683}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#c46683;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;}
.mobile-navigation .nav-menu .submenu>ul:after {content:"";display:block;clear:both;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:"";position:absolute; top:12px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover{color:#c46683}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#c46683}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu {top:20px; right:15px;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#414141;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}