@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-mobile {display:block;}


#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:1230px; padding-left:15px;padding-right:15px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}
.contain.w1600 {max-width:1630px;}

#list .contain {max-width:1630px;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#main #header {margin-bottom:0;}
#header {width:100%; z-index:90; margin-bottom:70px; transition: all 0.5s ease-in-out;}
#header .contain {position:relative; max-width:1630px}
#header .sitelogo {position:absolute; top:71px;left:15px; z-index:10}
#header .top-bar {height:50px; display:flex; justify-content:flex-end; align-items:flex-end;}
.util {z-index:2;}
.util ul {display:flex; margin:0 -18px;}
.util ul li {position:relative; padding:0 18px; text-align:center; font-family: 'Rubik', sans-serif;}
.util ul li:after {content:"";position:absolute; top:50%; left:0; width:1px; height:20px; margin-top:-10px; background:#dfdfdf;}
.util ul li:first-child:after {display:none}
.util ul li a {display:block; width:32px; height:32px;  border-radius:50%; color:#a8a8a8; font-size:11px; line-height:34px;font-weight:500;}
.util ul li.active a {background:#a8a8a8; color:#fff;}

.m-util {margin-bottom:10px;}
.m-util ul {display:flex; justify-content:center; margin:0 -10px;}
.m-util ul li {position:relative; padding:0 10px; text-align:center; font-family: 'Rubik', sans-serif;}
.m-util ul li:after {content:"";position:absolute; top:50%; left:0; width:1px; height:20px; margin-top:-10px; background:#dfdfdf;}
.m-util ul li:first-child:after {display:none}
.m-util ul li a {display:block; width:32px; height:32px;  border-radius:50%; color:#a8a8a8; font-size:11px; line-height:34px;font-weight:500;}
.m-util ul li.active a {background:#a8a8a8; color:#fff;}



#gnb ul {display:flex; justify-content:flex-end; padding-bottom:20px;}
#gnb ul > li {text-align:center; position:relative; padding-left:55px;transition: all 0.1s ease-in-out; font-family: 'Inter', sans-serif;}
#gnb ul > li > a {display:block; position:relative; color:#2c2c2c; font-size:19px; line-height:90px; font-weight:500; letter-spacing:-.40px;}
#gnb ul > li > a:after {
	content:" ";
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-17px;
	width:0;	
	height:4px;
	opacity:0;
	z-index:0;
	background:#ee1d23;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		 -o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
}
#gnb ul > li.active > a {color:#213057}
#gnb ul > li.active > a:after {	
	width:34px;
	opacity:1;
	transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		 -o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
}
#gnb .submenu {position:absolute; width:100%; left:30px; top:90px; height:0; overflow:hidden; z-index:102}
#gnb .submenu > ul {display:block; padding:20px 0 10px 0; transition: all 0.3s ease-in-out;} 
#gnb .submenu > ul > li {padding:0;text-align:center; font-family: 'Noto Sans KR', sans-serif;}
#gnb .submenu > ul > li > a {display:inline-block; position:relative; color:#2c2c2c; font-size:14px; line-height:44px; font-weight:400; letter-spacing:-.40px;}
#gnb .submenu > ul > li > a:after {
	content:" ";
	position:absolute;
	bottom:5px;
	left:50%;
	margin-left:0;
	border-radius:0;
	width:0;	
	height:1px;
	opacity:0;
	z-index:0;
	background:#ee1d23;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		 -o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
}
#gnb .submenu > ul > li > a:hover {font-weight:500;}
#gnb .submenu > ul > li > a:hover:after {	
	opacity:1;
	left:0;
	width:100%;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		 -o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;
}
#gnb .submenu > ul > li.m-menu {display:none}
.submenu-bg {display:none; position:absolute; top:160px; left:50%; margin-left:220px; width:640px; background:#fff; opacity:.72; z-index:10}




/* for mobile */
.btn-m-menu {display:none;position:absolute; top:30px; right:15px; width:30px; height:24px; text-align:center; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1.5px; width:25px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#242424; 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;}

.header-fixed .btn-m-menu span {background:#242424}
.header-fixed .btn-m-menu span:before,
.header-fixed .btn-m-menu span:after {background:#242424}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px; width:500px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:101;}
.mobile-navigation .home {margin-bottom:20px; font-size:18px; line-height:1.6em; color:#242424;font-weight:500; font-family: 'Inter', sans-serif;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf; font-family: 'Inter', sans-serif;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 0; display:block; color:#242424; 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:#ee1d23}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#ee1d23;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 10px ; color:#454545; font-size:16px; font-weight:400; line-height:1.3em; font-family: 'Noto Sans KR', sans-serif;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:13px; left:0; width:4px; height:4px; background:#dfdfdf; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:#ee1d23}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:#ee1d23}
.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;}
html.menu-opened .btn-m-menu {top:20px; right:20px;}
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:#242424 !important;}
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);}




/* main */
.main-visual {position:relative; overflow:hidden;}
.main-visual .contain {max-width:1630px}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-25.5px;width:26px; height:51px; font-size:0; line-height:0;background-color:transparent; border:0; background-repeat:no-repeat; background-position:50% 50%; z-index:10}
.main-visual .slick-prev {left:50px; background-image:url('../images/main/bt_prev.png')}
.main-visual .slick-next {right:50px; background-image:url('../images/main/bt_next.png')}
.main-visual .slick-prev:hover {background-image:url('../images/main/bt_prev_on.png')}
.main-visual .slick-next:hover {background-image:url('../images/main/bt_next_on.png')}

/* sub page */
.sub-visual {position:relative; width:100%; max-width:1600px; margin:0 auto; height:250px; overflow:hidden;}
.sub-visual .content {position:absolute; top:50%; left:50%; padding:0 5%; text-align:center; transform:translate(-50%,-50%); color:#fff;  width:100%; z-index:80}
.sub-visual .tit {font-size:42px; line-height:1.3em; font-weight:600; font-family: 'Inter', sans-serif;}
.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:60px 0; text-align:center;}
.sub-title h2 {color:#121212; font-size:32px; line-height:1.4em; font-weight:700; letter-spacing:-.40px;}

.sub-product-title {margin:65px 0; text-align:center; position:relative;}
.sub-product-title:after {content:"";position:absolute; top:50%; margin-top:-.5px; left:0; width:100%; height:1px; background:#ee1d23; z-index:0}
.sub-product-title h2 {position:relative; z-index:3; display:inline-block; background:#fff; padding:0 40px; font-size:27px; line-height:1.6em;font-weight:700; color:#505050}

#lnb {border-bottom:1px solid #dfdfdf;}
.lnb {max-width:1200px; margin:0 auto; overflow: visible;}
.lnb ul {display:flex; }
.lnb ul li {text-align:center;}
.lnb ul li a {display:block; position:relative; font-size:17px;line-height:70px; font-weight:500; color:#2c2c2c;}
.lnb ul li a:after {content:"";position:absolute; bottom:-1px; left:0; width:100%; height:3px; background:#ee1d23; opacity:0;}
.lnb ul li.active a {color:#ee1d23; font-weight:bold;}
.lnb ul li.active a:after {opacity:1;}
.lnb.type2 ul li {width:50% !important;}


.lnb-menu {max-width:1200px; margin:0 auto 60px; overflow: visible;}
.lnb-menu ul {display:flex; padding-left:1px;}
.lnb-menu ul li {text-align:center;  margin-left:-1px;}
.lnb-menu ul li a {display:block; background:#fafafa; border:1px solid #dfdfdf;  font-size:16px;line-height:47px; border-bottom:2px solid #ee1d23;  color:#2c2c2c; }
.lnb-menu ul li.active a {position:relative; z-index:2; color:#ee1d23; background:#fff; line-height:48px; font-weight:bold; border:2px solid #ee1d23; border-bottom:0}
.lnb-menu.type2 ul li {width:50% !important}

.real-cont {padding-bottom:100px; overflow:hidden;}
.real-cont.none {padding-bottom:0;}

#list #container {display:flex;}
.shop-menu {flex:1 1 200px; max-width:200px;}
.shop-menu ul li {margin-bottom:40px;}
.shop-menu ul li:last-child {margin-bottom:0;}
.shop-menu ul li a {display:block; color:#2c2c2c; font-size:16px; line-height:1.6em; font-weight:700; padding-bottom:10px; border-bottom:1px solid #ee1d23;}
.shop-menu .submenu {padding-top:10px;}
.shop-menu .submenu ul li {margin-bottom:5px;}
.shop-menu .submenu ul li a {padding-left:10px; font-size:14px; line-height:1.6em; font-weight:400;color:#505050; padding-bottom:0; border-bottom:0;}
.shop-menu .submenu ul li a:hover,
.shop-menu .submenu ul li.active a {color:#ee1d23}
#contArea {flex:1 1 auto; width:1%; padding-left:200px;} 

.m-shop-menu {display:none; margin-bottom:20px;}
.m-shop-menu ul {display:flex; padding-left:1px;}
.m-shop-menu ul li {margin-left:-1px; text-align:center;}
.m-shop-menu ul li a {display:block;position:relative; color:#2c2c2c; font-size:15px; line-height:50px; border:1px solid #dfdfdf; background:#fafafa; border-bottom:1px solid #ee1d23; z-index:1}
.m-shop-menu ul li.active a { z-index:2;color:#ee1d23; border-color:#ee1d23; border-bottom:0; background:#fff;}

.m-pro-menu {display:none;  margin-bottom:30px;  overflow: visible;}
.m-pro-menu ul {display:flex; justify-content:center; border-bottom:1px solid #dfdfdf;}
.m-pro-menu ul li {width:auto; font-size:13px; line-height:40px;}
.m-pro-menu ul li a {display:block; position:relative; padding:0 20px;}
.m-pro-menu ul li a:after {content:"";position:absolute; bottom:-1px; left:0; width:100%; height:2px; background:#ee1d23; opacity:0;}
.m-pro-menu ul li.active a {color:#ee1d23;}
.m-pro-menu ul li.active a:after {opacity:1;}

/* footer */
#main #footer {border-top:0;}
#footer {position:relative; color:#878787; border-top:1px solid #e8e8e8; padding:30px 0;}
#footer address {font-style:normal;}
#footer .bar {padding:0 5px;}
#footer .br {padding:0 15px;}
#footer .contain {position:relative; max-width:1630px;}
.foot-info .tt {font-size:14px; line-height:1.4em; color:#2c2c2c; font-weight:bold; margin-bottom:15px;}
.foot-info .red-tt {color:#ee1d23}
.foot-info .cnt {font-size:11px ;line-height:1.4em; margin-bottom:10px;}
.foot-info .cnt:last-child {margin-bottom:0;}
.foot-info .copy {font-size:11px; line-height:1.4em; padding-top:10px;}

#main .scrollTop {display:none !important}
.scrollTop {position:fixed; bottom:220px; right:20px; border:1px solid #ddd; padding-top:25px; background:#fff; text-align:center; font-size:12px; line-height:38px;font-weight:700; border-radius:100%; color:#505050; width:74px; height:74px; font-family: 'Noto Sans KR', sans-serif; z-index:60}
.scrollTop span {position:absolute; top:25px; left:50%; margin-left:-6px; width:0; height:0; border-left:6px solid transparent;border-right:6px solid transparent;  border-bottom:8px solid #ee1d23;}

.famliysite {position:absolute; top:0; right:15px; width:160px;}
.famliysite .tit a {display:block; position:relative; color:#fff;padding-left:15px; font-size:12px; line-height:30px; background:#a8a8a8; font-family: 'Rubik', sans-serif;}
.famliysite .tit .arrow {position:absolute; top:13px; right:15px; width:0;  height:0; border-left:5px solid transparent;border-right:5px solid transparent; border-top:5px solid #fff;  transition: all 0.2s ease-in-out;}
.famliysite .tit a.active {background:#ee1d23}
.famliysite .tit a.active .arrow {top:11px;width: 0;height: 0; border-bottom:5px solid #fff; border-top:0}
.famliysite .list {display:none; position:absolute; bottom:30px; left:0; width:100%; padding:10px; height:135px; overflow:auto; background:#fff; border:1px solid #dfdfdf; z-index:10}
.famliysite .list li {border-bottom:1px solid #fff;}
.famliysite .list li:last-child {border-bottom:0;}
.famliysite .list li a {display:block; color:#505050; padding-left:10px; font-size:13px; line-height:30px; background:#eee}
.famliysite .list li a:hover {background:#a8a8a8; color:#fff;}
.famliysite .list.active {display:block;}


.foot-link {position:absolute; top:45px; right:15px; }
.foot-link ul {display:flex; margin:0 -20px;}
.foot-link ul li {padding:0 20px; position:relative;}
.foot-link ul li:after {content:"";position:absolute; top:50%; left:0; width:1px; height:20px; margin-top:-10px; background:#dfdfdf;}
.foot-link ul li:first-child:after {display:none}
.foot-link ul li a {position:relative; padding-left:20px; font-size:12px; line-height:1.4em; color:#878787}
.foot-link ul li a:before {content:"";position:absolute; top:2px; left:0; width:13px; height:13px; background:url('../images/common/icon_link.png') 50% 50% no-repeat; background-size:contain;}
.foot-link ul li a:hover {color:#ee1d23}