@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-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:relative; width:100%; transition:.2s; z-index:100;}
.header {position:relative; padding:0 100px; margin:0 auto; z-index:2;}
.header-in {position:relative;}

.sitelogo {position:absolute; top:50%; left:0; margin-top:-20px; z-index:10;}

#gnb {margin-left:180px;}
#gnb > ul {display:flex; justify-content:center;}
#gnb > ul > li {position:relative; padding:0 80px 0 0;}
#gnb > ul > li > a {position:relative; display:block; color:#2c2c2c; font-size:18px; font-weight:500; line-height:90px; letter-spacing:-.04em;}
#gnb > ul > li > a:before {content:""; position:absolute; left:50%; bottom:5px; margin-left:-3px; width:6px; height:6px; background:#f5b1d1; border-radius:100%; opacity:0; transition:ease .2s;}
#gnb > ul > li.active > a {color:#f5b1d1;}
#gnb > ul > li.active > a:before {bottom:15px; opacity:1;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden;}
#gnb .submenu ul {padding:16px 10px 16px 0;}
#gnb .submenu ul li a {display:block; padding:10px 0; color:#505050; font-size:15px; font-weight:400; line-height:1.4em; letter-spacing:-.04em;}
#gnb .submenu ul li a:hover {color:#f5b1d1; text-decoration:underline;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; border-top:1px solid #dfdfdf; background:#fff; box-shadow:5px 10px 10px rgba(0,0,0,.2);}

.btn-all-menu {position:absolute; top:50%; right:0; width:30px; height:30px; margin-top:-15px; text-indent:-9999em; z-index:50;}
.btn-all-menu span {position:absolute; left:10px; right:0; top:50%; margin-top:-1px; height:3px; background:#2c2c2c; transition:.4s;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; left:-10px; right:0; height:3px; background:#2c2c2c; transition:.4s;}
.btn-all-menu span:before {top:-12px;}
.btn-all-menu span:after {bottom:-12px;}
.btn-all-menu:hover span {left:0;}
.btn-all-menu:hover span:before,
.btn-all-menu:hover span:after {left:10px;}

.allmenu {position:fixed; top:0; left:0; display:flex; align-items:center; width:100%; height:100%; background:rgba(0,0,0,.8); transition:ease .2s; transform:translateY(-100%); z-index:101;}
.allmenu .nav {width:100%; padding:100px;}
.allmenu .nav > ul {display:flex; margin:0 -15px;}
.allmenu .nav > ul > li {flex:1; padding:0 15px;}
.allmenu .nav > ul > li > a {display:block; color:#fff; font-size:28px; font-weight:600; line-height:1.3em; letter-spacing:-.04em; opacity:.5;}
.allmenu .nav > ul > li:hover > a {opacity:1;}
.allmenu .nav .submenu {padding-top:35px;}
.allmenu .nav .submenu ul > li > a {display:block; padding:13px 0; color:#fff; font-size:17px; font-weight:400; line-height:1.3em; letter-spacing:-.04em; opacity:.5;}
.allmenu .nav .submenu ul > li > a:hover {opacity:1; text-decoration:underline;}
.allmenu .close {position:absolute; top:26px; right:95px; width:40px; height:40px; text-indent:-9999em; overflow:hidden;}
.allmenu .close:before,
.allmenu .close:after {content:" "; position:absolute; top:50%; left:0; margin-top:-2px; width:100%; height:3px; background:#fff;}
.allmenu .close:before {transform:rotate(45deg);}
.allmenu .close:after {transform:rotate(-45deg);}

html.allmenu-opened {overflow:hidden;}
html.allmenu-opened .allmenu {transform:translateY(0);}

/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; right:0; width:24px; height:24px; margin-top:-12px; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; left:8px; right:0; top:50%; margin-top:-1px; height:2px; background:#2c2c2c; transition:.4s;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-8px; right:0; height:2px; background:#2c2c2c; transition:.4s;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}
.btn-m-menu:hover span {left:0;}
.btn-m-menu:hover span:before,
.btn-m-menu:hover span:after {left:8px;}

.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:55px; padding:10px 20px;}
.mobile-navigation .home img {height:30px;}
.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:12px 48px 12px 20px; display:block; color:#2c2c2c; font-size:17px; 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:13px; height:13px; border-right:1px solid #2c2c2c; border-bottom:1px solid #2c2c2c;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#f5b1d1}
.mobile-navigation .nav-menu .submenu {display:none; padding:12px 20px; background:#f5b1d1; color:#fff; font-size:15px; font-weight:500; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:6px 0;}
.mobile-navigation .close {position:absolute; top:15px; right:15px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:11px; left:0; width:100%; height:2px; 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 #wrapper {background:#fafafa;}
.main-wrap {display:flex; padding:58px 0 68px;}
.main-wrap .left {width:66.2%; max-width:926px;}
.main-wrap .right {flex:1 1 auto; min-width:0; width:1%; padding-left:20px;}

.main-visual {position:relative; margin-bottom:20px; border-radius:20px; box-shadow:2px 2px 10px rgba(0,0,0,.1);}
.main-visual .items {border-radius:20px; height:500px; overflow:hidden;}
.main-visual .item img {width:100%; height:500px;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-27px; width:54px; height:54px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:0; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-999em;}
.main-visual .slick-prev {left:8px; background-image:url("../images/main/slide_prev.png");}
.main-visual .slick-next {right:8px; background-image:url("../images/main/slide_next.png");}

.main-links .row {display:flex; margin:0 -10px;}
.main-links .col {width:50%; padding:0 10px;}
.main-links .link {display:flex; align-items:center; justify-content:center; height:240px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; border-radius:20px; box-shadow:2px 2px 10px rgba(0,0,0,.1);}
.main-links .link.st1 {background-image:url("../images/main/link1.jpg");}
.main-links .link.st2 {background-image:url("../images/main/link2.jpg");}
.main-links .link .ico {width:100px; margin-right:40px;}
.main-links .link .txt {color:#fff; font-size:26px; font-weight:700; line-height:1.3em; letter-spacing:-.04em;}

.main-bnr .row {margin:-10px 0;}
.main-bnr .col {padding:10px 0;}
.main-bnr .bnr {display:flex; align-items:center; height:240px; padding:5px 40px; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; border-radius:20px; box-shadow:2px 2px 10px rgba(0,0,0,.1);}
.main-bnr .bnr.st1 {background-image:url("../images/main/bnr1.jpg");}
.main-bnr .bnr.st2 {background-image:url("../images/main/bnr2.jpg");}
.main-bnr .bnr.st3 {background-image:url("../images/main/bnr3.jpg");}
.main-bnr .bnr .in {position:relative; width:100%;}
.main-bnr .bnr .tit {color:#fff; font-size:28px; font-weight:600; line-height:1.3em; letter-spacing:-.04em;}
.main-bnr .bnr .tit:after {content:""; display:block; width:30px; height:3px; background:#fff; margin:19px 0 24px;}
.main-bnr .bnr .txt {color:#fff; font-size:18px; font-weight:400; line-height:1.556em; letter-spacing:-.04em; margin-right:55px;}
.main-bnr .bnr .arrow {position:absolute; top:50%; right:0; margin-top:-15px; width:30px; height:30px; background:url("../images/main/arrow.png") 50% 50% no-repeat;}

/* sub */
.sub-visual {display:flex; align-items:center; width:100%; height:600px; padding-bottom:90px; color:#fff; text-align:center; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg")}
.sub-visual.bg6 {background-image:url("../images/common/sv6.jpg")}
.sub-visual.bg7 {background-image:url("../images/common/sv7.jpg")}
.sub-visual .inner {width:100%; padding:15px;}
.sub-visual .en {font-size:14px; font-weight:400; line-height:1.5em; letter-spacing:.3em; opacity:.6; margin-bottom:12px;}
.sub-visual .txt {font-size:20px; font-weight:500; line-height:1.5em; letter-spacing:-.04em;}
.sub-visual h2 {font-size:52px; font-weight:700; line-height:1.3em; letter-spacing:-.04em; margin-bottom:13px;}

.lnb-wrap {position:relative; margin-top:-90px;}
.lnb {position:relative; background:#fff; text-align:center; padding:0 140px; border-radius:20px 20px 0 0;}
.lnb .home {position:absolute; left:50px; top:50%; margin-top:-23px;}
.lnb ul {display:inline-flex; width:auto; max-width:100%;}
.lnb ul li {width:auto; display:flex; align-items:center;}
.lnb ul li:before {content:""; width:1px; height:14px; background:#dfdfdf;}
.lnb ul li:first-child::before {display:none;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 20px; height:90px; color:#505050; font-size:17px; font-weight:400; line-height:1.3em; letter-spacing:-.04em;}
.lnb ul li a:hover {color:#f5b1d1;}
.lnb ul li.active a {color:#f5b1d1; font-weight:500;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {text-align:center; margin-bottom:40px;}
.sub-title h2 {color:#2c2c2c; font-size:32px; font-weight:600; line-height:1.3em; letter-spacing:-.04em;}

.real-cont {min-height:500px; padding-top:100px; padding-bottom:150px;}

/* footer */
#footer {padding:38px 0; background:#fff; color:#878787; font-size:14px; line-height:1.5em; letter-spacing:-.04em; border-top:1px solid #dfdfdf;}
#footer .contain {display:flex; align-items:flex-end;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration: underline;}
#footer .left {flex:1 1 auto; min-width:0; width:1%; margin-right:20px;}
#footer .right {text-align:right; order:2;}

.foot-info address {font-weight:500;}
.foot-info address span {display:inline-block; margin:0 30px 8px 0;}
.foot-info address strong {color:#2c2c2c; font-weight:500;}
.foot-info .copyright {margin-top:12px; line-height:1.3em; letter-spacing:-.01em;}
.foot-info .copyright .bar {margin:0 8px;}
.foot-info .designed {display:inline-block;}

.foot-logo {margin-bottom:40px;}

.foot-links a {display:inline-block; margin-left:26px;}

.scroll-top {position:fixed; bottom:50px; right:50px; display:flex; align-items:center; justify-content:center; color:#505050; font-size:14px; font-weight:600; line-height:1.3em; width:76px; height:76px; text-align:center; background:#fff; border:1px solid #dfdfdf; border-radius:5px; box-shadow:3px 3px 0 rgba(0,0,0,.07); z-index:90;}
.scroll-top span:before {content:""; display:block; margin:0 auto 6px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #f5b1d1;}

#main .scroll-top {display:none !important;}