@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}

#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}

.contain {position:relative; width:100%; max-width:1260px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}


/* header */
#header  {position:fixed; z-index:90; left:0; top:0; width:100%; transition:0.2s all ease;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10; max-width:1780px;}
.sitelogo {position:absolute; left:30px; top:50%; margin-top:-21px;}
.sitelogo a {display:block; width:114px; height:42px; background:url("../images/common/logo.png") no-repeat 50% 50%; background-size:contain; text-indent:-999em; overflow:hidden;}


#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:18px; font-weight:500; letter-spacing:-.04em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:10px; left:50%; margin-left:-8px; width:16px; height:3px; background:#00adef; opacity:0; transition:.2s;}
#gnb>ul>li.active>a {color:#00adef;}
#gnb>ul>li.active>a:after {opacity:1;}

#gnb>ul>li:first-child .submenu {left:0; transform:none;}

#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:25px; color:#878787; font-size:16px; font-weight:400; line-height:1.33em; letter-spacing:-0.04em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {color:#051c48;}
.submenu-bg {display:none; position:absolute; width:100%; left:0;  background:#fafafa; border-top:1px solid #ddd;}

.util-wrap {position:absolute; right:90px; top:50%; transform:translateY(-50%); display:flex; align-items:center;}

.util ul {margin:0 -10px; display:flex; align-items:center;}
.util ul li {padding:0 10px;}
.util ul li a {display:block; width:32px; height:32px; background-repeat:no-repeat; background-position:50% 50%; background-size:contain; text-indent:-999em; overflow:hidden;}
.util ul li.cart a {background-image:url("../images/common/util_icon1.png");}
.util ul li.login a {background-image:url("../images/common/util_icon2.png");}
.util ul li.logout a {background-image:url("../images/common/util_icon3.png");}
.util ul li.mypage a {background-image:url("../images/common/util_icon4.png");}
.util ul li.join a {background-image:url("../images/common/util_icon5.png");}

.m-util {padding:20px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.m-util ul {display:flex; align-items:center; justify-content:center;}
.m-util ul li {padding:0 10px;}
.m-util ul li a {display:block; width:32px; height:32px; background-repeat:no-repeat; background-position:50% 50%; background-size:contain; text-indent:-999em; overflow:hidden;}
.m-util ul li.cart a {background-image:url("../images/common/util_icon1_h.png");}
.m-util ul li.login a {background-image:url("../images/common/util_icon2_h.png");}
.m-util ul li.logout a {background-image:url("../images/common/util_icon3_h.png");}
.m-util ul li.mypage a {background-image:url("../images/common/util_icon4_h.png");}
.m-util ul li.join a {background-image:url("../images/common/util_icon5_h.png");}


.lang {margin-left:30px;}
.lang ul {display:flex;}
.lang ul li {border:1px solid rgba(255,255,255,0.3); position:relative; margin-left:-1px;}
.lang ul li a {display:inline-block; padding:9px 14px; font-weight:400; line-height:1em; letter-spacing:-0.04em; color:#fff;}

.header-white {background:#fff;}
.header-white .sitelogo a {background-image:url("../images/common/logo2.png")}
.header-white #gnb > ul > li > a {color:#2c2c2c;}

.header-white .lang ul li {border:1px solid #ddd;}
.header-white .lang ul li a {color:#505050}
.header-white .lang ul li.on {border-color:#051c48; background:#051c48;}
.header-white .lang ul li.on a {color:#fff;}

.header-white .util ul li.cart a {background-image:url("../images/common/util_icon1_h.png");}
.header-white .util ul li.login a {background-image:url("../images/common/util_icon2_h.png");}
.header-white .util ul li.logout a {background-image:url("../images/common/util_icon3_h.png");}
.header-white .util ul li.mypage a {background-image:url("../images/common/util_icon4_h.png");}
.header-white .util ul li.join a {background-image:url("../images/common/util_icon5_h.png");}

.header-white .btn-m-menu span ,
.header-white .btn-m-menu span:before,
.header-white .btn-m-menu span:after {background:#505050;}

.header-fixed #header {background:#fff; border-bottom:1px solid #ddd;}
.header-fixed #header .sitelogo a {background-image:url("../images/common/logo2.png")}
.header-fixed #header #gnb > ul > li > a {color:#2c2c2c;}

.header-fixed #header .lang ul li {border:1px solid #ddd;}
.header-fixed #header .lang ul li a {color:#505050}
.header-fixed #header .lang ul li.on {border-color:#051c48; background:#051c48;}
.header-fixed #header .lang ul li.on a {color:#fff;}

.header-fixed #header .util ul li.cart a {background-image:url("../images/common/util_icon1_h.png");}
.header-fixed #header .util ul li.login a {background-image:url("../images/common/util_icon2_h.png");}
.header-fixed #header .util ul li.logout a {background-image:url("../images/common/util_icon3_h.png");}
.header-fixed #header .util ul li.mypage a {background-image:url("../images/common/util_icon4_h.png");}
.header-fixed #header .util ul li.join a {background-image:url("../images/common/util_icon5_h.png");}

.header-fixed #header .btn-m-menu span ,
.header-fixed #header .btn-m-menu span:before,
.header-fixed #header .btn-m-menu span:after {background:#505050;}

.q-link #header {background:#fff; border-bottom:1px solid #ddd;}
.q-link #header .sitelogo a {background-image:url("../images/common/logo2.png")}
.q-link #header #gnb > ul > li > a {color:#2c2c2c;}

.q-link #header .lang ul li {border:1px solid #ddd;}
.q-link #header .lang ul li a {color:#505050}
.q-link #header .lang ul li.on {border-color:#051c48; background:#051c48;}
.q-link #header .lang ul li.on a {color:#fff;}

.q-link #header .util ul li.cart a {background-image:url("../images/common/util_icon1_h.png");}
.q-link #header .util ul li.login a {background-image:url("../images/common/util_icon2_h.png");}
.q-link #header .util ul li.logout a {background-image:url("../images/common/util_icon3_h.png");}
.q-link #header .util ul li.mypage a {background-image:url("../images/common/util_icon4_h.png");}
.q-link #header .util ul li.join a {background-image:url("../images/common/util_icon5_h.png");}

.q-link #header .btn-m-menu span ,
.q-link #header .btn-m-menu span:before,
.q-link #header .btn-m-menu span:after {background:#505050;}

.q-link #wrapper {padding-top:100px;}


/* for mobile */
.btn-m-menu {position:absolute; top:50%; margin-top:-12px; right:30px; width:27px; height:24px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:10px; height:2px; width:20px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; 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:20px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#ffffff; z-index:101;}
.mobile-navigation .home {padding-bottom:20px; padding-left:15px;}
.mobile-navigation .home img {height:34px; width:auto;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#242424; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#051c48;}
.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 #051c48; border-bottom:2px solid #051c48;}
.mobile-navigation .nav-menu>ul>li.active>a:after{transform: translateY(-35%) rotate(-135deg); border-color: #051c48;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#051c48; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; color:#fff; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:14px; left:15px; width:4px; height:4px; border-radius:100%; background:#fff; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#fff}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#fff}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:24px; height:24px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#242424;}
.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:.76; z-index:98;} 

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-sec .contain {max-width:1460px;}
.main-sec {padding:140px 0;}
.main-tit h2 {font-size:48px; font-weight:700; letter-spacing:-0.04em; line-height:1.2em; color:#2c2c2c;}
.main-tit p {font-size:18px; font-weight:400; line-height:1.7em; letter-spacing:-0.04em; color:#878787; margin-top:28px;}

.more-btn span {position:relative; padding-right:30px; display:inline-block; font-size:18px; font-weight:400;line-height:1em; letter-spacing:-0.03em; color:#505050;}
.more-btn span:before {content:""; position:absolute; width:14px; height:14px; background:url("../images/main/arrow.png") no-repeat 50% 50%; right:0; top:2px; background-size:contain;}

.main-product {background:url("../images/main/sec1_bg.jpg") no-repeat center top; background-size:cover;}
.main-product .main-tit {margin-bottom:75px;}
.main-product .wrap > ul {display:flex; margin:0 -20px;}
.main-product .wrap > ul > li {width:33.333%; padding:0 20px;}
.main-product .wrap > ul > li a {display:block; height:100%; padding:35px; background:#fff; border:1px solid #ddd; position:relative;}
.main-product .wrap > ul > li a:before {content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:2px solid #051c48; opacity:0; transition:0.2s all ease;}

.main-product .wrap .thumb {margin-bottom:28px;}
.main-product .wrap .tit {font-size:24px; font-weight:600; line-height:1.2em; letter-spacing:-0.03em; color:#242424; margin-bottom:12px;}
.main-product .wrap .txt {font-weight:400; line-height:1.6em; letter-spacing:-0.03em; color:#878787; margin-bottom:30px;}
.main-product .wrap .txt ul li {position:relative; padding-left:10px;}
.main-product .wrap .txt ul li:before {content:""; position:absolute; left:0; width:5px; height:1px; background:#878787; top:10px;}

.main-product .wrap > ul > li a:hover:before {opacity:1;}
.main-product .wrap > ul > li a:hover .more-btn span {color:#051c48;}
.main-product .wrap > ul > li a:hover .more-btn span:before {background-image:url("../images/main/arrow2.png");}

.main-product .more-btn {text-align:right;}

.main-sdr {padding-bottom:140px;}
.main-sdr .main-tit {margin-bottom:75px;}
.main-sdr .main-tit .cont-txt {font-size: 30px;}
.main-sdr .contain {max-width:1780px;}
.main-sdr .bg-wrap {position:relative;}
.main-sdr .wrap {position:absolute; width:100%; heighT:100%; left:0; top:0; padding:0 9.3%;}
.main-sdr .wrap ul {display:flex; height:100%;}
.main-sdr .wrap ul li {widtH:25%; position:relative;}
.main-sdr .wrap ul li:before {content:""; position:absolute; width:1px; height:100%; right:0; top:0; background:rgba(255,255,255,0.3);}
.main-sdr .wrap ul li:first-child:after {content:""; position:absolute; width:1px; height:100%; left:0; top:0; background:rgba(255,255,255,0.3);}

.main-sdr .wrap ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; height:100%;}
.main-sdr .wrap ul li .tit {font-size:26px; font-weight:700; line-height:1.2em; letter-spacing:-0.04em; color:#fff;}
.main-sdr .wrap ul li .txt {display:none;}
.main-sdr .wrap ul li a:hover .txt {display:block; margin-top:30px;}

.main-sdr .wrap ul li:nth-child(1) a:hover {background-image:url("../images/main/sdr_img1.jpg");}
.main-sdr .wrap ul li:nth-child(2) a:hover {background-image:url("../images/main/sdr_img2.jpg");}
.main-sdr .wrap ul li:nth-child(3) a:hover {background-image:url("../images/main/sdr_img3.jpg");}
.main-sdr .wrap ul li:nth-child(4) a:hover {background-image:url("../images/main/sdr_img4.jpg");}

.main-mall {background:#f4f4f4 url("../images/main/sec3_bg.png") no-repeat right bottom;}
.main-mall .wrap {display:flex; flex-direction:row-reverse; align-items:center;}
.main-mall .wrap .group.left {width:672px; margin-right:95px; position:relative;}
.main-mall .wrap .group.right {flex: 1 1 auto; min-width: 0; width: 1%;}
.main-mall .main-tit {margin-bottom:56px;}

.main-more a {display:inline-block; padding:23px 60px 23px 30px; border:1px solid #a8a8a8; font-size:18px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#505050; position:relative;}
.main-more a:before {content:""; position:absolute; width:14px; height:14px; background:url("../images/main/arrow.png") no-repeat 50% 50%; background-size:contain; right:30px; top:50%; margin-top:-7px;}

.mallSlider .slick-dots {position:absolute; left:50%; transform:translateX(-50%); bottom:40px; display:flex;}
.mallSlider .slick-dots li {padding:0 10px;}
.mallSlider .slick-dots li.slick-active button {background:#fff; border-color:#fff;}
.mallSlider .slick-dots li button {width:12px; height:12px; border:2px solid #f5f5f5; border-radius:100%; text-indent:-999em; overflow:hidden; display:block; background:0;}

.main-notice {position:relative;}
.main-notice:before {content:""; position:absolute; width:35.9vw; height:100%; left:0; top:0; background:#fff; z-index:1;}
.main-notice .main-tit {margin-bottom:35px;}
.main-notice .wrap {display:flex;}
.main-notice .group.left {width:430px; z-index:1; background:#fff;}
.main-notice .group.right {flex: 1 1 auto; min-width: 0; width: 1%;}

.main-notice .notice-ctrl {margin-bottom:60px;}
.main-notice .slick-arrow {width:17px; height:28px; border:0; background:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; text-indent:-999em; overflow:Hidden;}
.main-notice .slick-prev {background-image:url("../images/main/sld_prev.png"); margin-right:40px;}
.main-notice .slick-next {background-image:url("../images/main/sld_next.png");}
.main-notice .slick-slide {margin:0 13px; position:relative;}

.main-notice .slick-list {overflow:visible; margin:0 -13px;}

.main-notice .item a {padding:37px 37px 88px 38px; position:relative; display:block;}
.main-notice .item a:after {content:""; position:absolute; left:0; top:0; right:0; bottom:0; border:1px solid #ddd;}
.main-notice .item a:hover:after {border:2px solid #051c48;}
.main-notice .item a:before {content:""; position:absolute; width:14px; height:14px; background:url("../images/main/arrow.png") no-repeat 50% 50%; background-size:contain; right:40px; bottom:40px;}
.main-notice .item a:hover:before {background-image:url("../images/main/arrow2.png");}
.main-notice .item .date {margin-bottom:33px; font-size:13px; font-weight:400; line-height:1em; letter-spacing:-0.04em; color:#a8a8a8;}
.main-notice .item .date strong {display:block; font-size:40px; font-weight:500; color:#051c48; line-height:1em;}
.main-notice .item .tit {font-size:18px; font-weight:500; letter-spacing:-0.04em; color:#2c2c2c; margin-bottom:20px; min-height:56px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal;  display:-webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient:vertical;}
.main-notice .item .txt {font-weight:400; line-height:1.6em; letter-spacing:-0.04em; color:#a8a8a8; min-height:76px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal;  display:-webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient:vertical;}


/* sub */
.sub-visual {position:relative; width:100%; height:680px; padding-top:42px; display:flex; align-items:center; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover; background:#ddd;}
.sub-visual .content {position:relative; z-index:1; max-width:1460px; padding:0 30px; width:100%; margin:0 auto; color:#fff;}
.sub-visual .content h2 {font-size:62px; font-weight:700; line-height:1em; letter-spacing:-0.04em;}

.sub-visual .background {
	position:absolute; 
	top:0; 
	left:0;
	width:100%; height:100%;	
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
	z-index:0;
}
.sub-visual.load .background {
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

.sub-title {margin:115px 0 60px 0; display:flex; justify-content:space-between; align-items:baseline; flex-wrap:wrap;}
.sub-title h2 {position:relative; color:#2c2c2c; font-size:48px; line-height:1.2em; font-weight:700; letter-spacing:-0.04em;}
.sub-title p {font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#878787; margin-top:15px;}
.sub-title .path {margin:10px -14px 0 -14px;}
.sub-title .path span {position:relative; font-size:15px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#989898; display:inline-block; padding:0 14px;}
.sub-title .path span:before {content:""; position:absolute; width:7px; height:7px; border-right:1px solid #c7c7c7; border-top:1px solid #c7c7c7; right:0; transform:rotate(45deg); top:50%; margin-top:-4.5px;}
.sub-title .path span:last-child:before {display:none;}
.sub-title .path span:last-child {font-weight:500; color:#505050;}

.sub-title.ver2 {display:block;}

#contArea {max-width:1460px; width:100%; padding:0 30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:140px;}
.real-cont.none {padding-bottom:0;}





/* footer */
#footer {position:relative; color:#505050; font-size:16px; line-height:2em; font-weight:400; letter-spacing:0; padding:60px 0; background:#f4f4f4; border-top:1px solid #ddd;}
#footer > .contain {display:flex; max-width:1780px;}

#footer address {font-style:normal; flex: 1 1 auto; min-width: 0; width: 1%; font-weight:300;}
#footer address strong {display:block; color:#051c48; font-weight:700; letter-spacing:-0.04em; margin-bottom:23px; font-size:22px;}
#footer address dl {letter-spacing:-0.04em;}
#footer address dt {display:inline-block; margin-right:20px; font-weight:700; color:#00adef;}
#footer address dd {display:inline-block; margin-right:30px;}
#footer .copyright {margin-top:18px; display:block; font-size:15px; font-weight:500; color:#878787; letter-spacing:-0.04em;}

#footer .f-logo {}
.f-right {display:flex; flex-direction:column; justify-content:space-between; align-items:flex-end;}
.f-menu {margin-bottom:20px;}
.f-menu ul {display:flex;}
.f-menu ul li {position:relative; padding-left:17px; margin-left:20px;}
.f-menu ul li:before {content:""; position:absolute;width:5px; height:5px; border-radius:100%; left:0; background:#00adef; top:12px;}
.f-menu ul li:first-child {margin-left:0;}