@charset "utf-8";

@font-face{
	font-family:"Renogare";
	font-style:normal;font-weight:normal;
	src:url('Renogare.eot');
	src:url('Renogare.eot?#iefix') format('embedded-opentype'),
	url('Renogare.woff') format('woff'),
	url('Renogare.ttf') format('truetype');
	src:local('?'), url('Renogare.woff') format('woff');
}


#container.sub {}
/* 팝업두개일때 수정 */
/* #popup {position:fixed; top:50px; left:50%; z-index:100000; width:700px; margin-left:-350px;}
#popup .btn_close {position:absolute; top:0; right:10px;}
#popup .bg{position:fixed; top:0; left:0; z-index:-1; width:3000px; height:100%; background:rgba(0,0,0,0.8); content:'';} */

#popup {position:fixed; top:0; bottom: 0; left:0; right:0; z-index:1000; width:100%; height: 100%; background:rgba(0,0,0,0.8);}
#popup .popupInner {position:absolute; top:50%; left:50%; width:auto; height: 74%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
#popup .popupInner .img {width: auto; height: 100%;}
#popup .btn_close {position: absolute; top: -75px; right: 10px; z-index: 1; cursor: pointer;}

#wrap{width:720px;}

#header {position:fixed; top:0; left:0; width:100%; z-index:1000; max-width:720px;}
#header.fixed_top {top:-100px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}
body.includeTopBanner #header.fixed_top {top: -160px; transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}

#header .topBanner {position: relative;	top: 0;	left: 0; height: 60px; overflow: hidden; background: #fff;}
#header .topBanner .swiper-pagination-bullet-active { opacity: 1; background: #000; }
#header .topBanner .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 5px; }

.language {position:relative; z-index:9;}
.language .btn_lan {display:block; position:relative; z-index:3; padding-right:25px; font-size:16px; color:#6e6e6e; line-height:40px; text-align:right; background:#e5e5e5;}
.language .btn_lan:after {content:' ▼'}
.language div {position:absolute; top:-250px; left:0; right:0; padding:40px 20px; text-align:right; background:#fff; transition: top 0.4s ease; -webkit-transition: top 0.4s ease;}
.language ul {display:inline-block; text-align:left;}
.language ul a {display:inline-block; font-size:27px; color:#6e6e6e; line-height:52px;}
.language ul em {color:#000000;}
.language.open .btn_lan:after {content:' ▲'}
.language.open div {top:40px;}


.header_top {position:relative; height:100px; border-bottom:1px solid #c1c1c1; background:#fff;}
.header_top h1 {float:left; margin-left:25px;}
.header_top h1 img {position: relative; top: 31px; width: 224px}
.top_util {/*position:absolute; top:0; right:0;*/float: right;}
.top_util .btn_close {position:absolute; right:24px; top:24px; z-index:10;}
.top_util .tab {overflow:hidden; position:relative; top:31px; right:25px; width:auto;}
.top_util .tab li {float:left;}
.top_util .tab li+li {margin-left:35px;}
.top_util .tab.ver2 {
	right: 13px;
}
.top_util .tab.ver2 li {
	position:relative;
	margin: 0;
}
.top_util .tab.ver2 li:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #d5d5d5;
	margin-top: -7px;
}
.top_util .tab.ver2 a {
	display: block;
	padding: 5px 11px;
	font-size: 18px;
	color: #000;
}
.top_util .tab.ver2 li.celling_day::before {
	background: transparent;
}
.top_util .tab.ver2 .celling_day a {
	border: 1px solid #e263a5;
	padding: 5px 17px;
}

.top_util .cont {position:fixed; top:0; right:-600px; z-index:100; width:480px; height:100%; background:#fff; transition: right 0.4s ease; -webkit-transition: right 0.4s ease;}
.top_util dl {padding-top:215px;}
.top_util dt {display:none; margin-left:-100px; margin-bottom:45px;}
.top_util dt img {display:block;}
.top_util dt .on {display:none;}
.top_util dd {display:none; position:absolute; top:0; left:0;}
.top_util dt.on + dd {display:block; overflow-y: auto; width: 100%; height: 100%;}
.top_util dt.on .off {display:none;}
.top_util dt.on .on {display:block;}
.store_list {margin-top:120px; margin-left:73px;}
.store_list a {display:block; padding-left:40px; font-size:33px; color:#000000; line-height:70px; background:url('../images/common/ico_r.png') no-repeat 0 center;}
.store_list li.on a {background-image:url('../images/common/ico_r_on.png');}
.brand_list {margin-top:120px; margin-right:105px; text-align:right;}
.brand_list li {display:inline-block;}
.brand_list a {display:block; padding-right:72px; font-size:40px; color:#000000; line-height:135px; background:url('../images/common/ico_arr.png') no-repeat right center;}

.top_util.open .cont {right:0;}
.top_util.open dt {display:block;}


.header_bottom {height:78px; border-bottom:1px solid #c1c1c1; color:#000; background:#fff;}
.header_bottom .btn_menu {float:left; margin-left:25px; padding-left:45px; font-size:20px; line-height:77px; background:url('../images/common/ico_menu.jpg') no-repeat 0 center;}
.header_bottom .top_link {float:left; margin-left:29px;}
.header_bottom .top_link a {display:block; padding:0 20px; font-size:26px; line-height:77px;}
.header_bottom .top_link li {float:left;}
.header_bottom .top_link .event a {color: #f9538b;}


#side_menu {position:fixed; top:0; left:-720px; z-index:101; width:720px; height:100%; background:#fff; transition: left 0.4s ease; -webkit-transition: left 0.4s ease;}
#side_menu .top {height:108px; background:#fc6c9e;}
#side_menu .btn_close {position:absolute; /*top:22px; right:30px;*/top: 14px; right: 20px;}
#side_menu .btn_member {display:inline-block; margin-left:30px; padding-left:57px; font-size:22px; color:#fff; line-height:108px; background:url('../images/common/ico_member.png') no-repeat 0 center;}
#side_menu .brand {height:85px; font-size:24px; line-height:85px; background:#f5f6f7;}
#side_menu .brand strong {float:left; margin-left:30px; margin-right:13px; font-weight:bold; color:#fc6c9e;}
#side_menu .brand ul {float:left; color:#000;}
#side_menu .brand li {float:left;}
#side_menu .brand li+li:before {content:'|';}
#side_menu .brand a {padding:0 17px;}

#gnb {position:absolute; top:85px; left:0; right:0; bottom:0; overflow-y:scroll;}
#gnb .gnb_menu > li > a {display:block; padding-left:30px; font-size:30px; color:#000; line-height:110px; background:#fff url('../images/common/ico_gnb_arr.png') no-repeat 658px center;}
#gnb .sub {display:none; padding:30px 0; background:#f5f6f7;}
#gnb .sub a {display:block; padding-left:60px; font-size:30px; color:#000; line-height:80px;}
#gnb li.on > a {background-image:url('../images/common/ico_gnb_arr_on.png')}
#gnb li.on .sub {display:block;}


#side_menu.open {left:0;}

.t_dimmed_bg {display:none; position:fixed; top:0; left:0; z-index:10; width:100%; height:100%; background:rgba(0,0,0,0.9);}


#qbtn {position:fixed; right:32px; bottom:130px; z-index:100; display: none;}
#qbtn img {display:block; margin-top:25px;}

#lnb {position:relative; z-index:10; width:660px; height:68px; margin:215px 30px 33px;}
body.includeTopBanner #lnb {/*margin-top: 275px;*/ margin-top: 213px;}

#lnb > ul {display:inline-block; width:100%; border:1px solid #c1c1c1;}
#lnb > ul > li {position:relative; float:left; width:50%;}
#lnb > ul > li.s02 {width:50%; border-left:1px solid #c1c1c1;}
#lnb > ul > li > a {position:relative; display:block; padding-left:30px; font-size:29px; font-weight:500; color:#333333; line-height:66px; background:#fff; letter-spacing: -1px;}
#lnb > ul > li > a:after {position:absolute; top:50%; right:30px; width:13px; height:7px; margin-top:-4px; background:url('../images/new/common/ico_lnb_arrow.png') no-repeat; background-size:100% auto; content:'';}
#lnb > ul > li.on > a:after {background-image:url('../images/new/common/ico_lnb_arrow.png');}
#lnb > ul > li.s01 > a {background:#faf9f7;}
#lnb .sub {display:none; position:absolute; top:67px; left:-1px; right:-1px; padding:10px 0; border:1px solid #c1c1c1; border-top:0; background:#fff;}
#lnb .sub li {}
#lnb .sub a {display:block; position:relative; padding-left:45px; font-size:20px; font-weight:300; color:#353535; line-height:55px; background:#fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
#lnb .sub a:hover {color:#333; background:#faf9f7;}
#lnb li.s02 .sub a:hover {background:#faf9f7;}
#lnb .sub a:after {position:absolute; top:50%; right:12px; width:7px; height:11px; margin-top:-3px;}
#lnb li.on .sub {display:block;}

#main {position:relative; z-index:1;}


.sns_link {padding:35px 0; text-align:center; font-size:0;}
.sns_link li {display:inline-block; margin:0 13px;}

.footer_menu {overflow:hidden; border-top:1px solid #c1c1c1;}
.footer_menu li {float:left; width:33.33%; width:50%; border-bottom:1px solid #c1c1c1; border-left:1px solid #c1c1c1;}
.footer_menu a {display:block; font-size:24px; color:#000000; line-height:90px; text-align:center;}
.footer_menu i.ico_down {display:inline-block; width:36px; height:26px; background:url('../images/common/ico_down.jpg');}

.footer_menu li.ver2 a {
	position: relative;
    height: 90px;
    line-height: 1.2;
    padding-right: 47px;
    padding-top: 18px;
}
.footer_menu li.ver2 i.ico_down {
    background: url(../images/common/ico_down.jpg);
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 20px;
}

.f_customer {overflow:hidden; padding:40px; font-size:36px; color:#fff; background:#717178;}
.f_customer p {float:left; line-height:46px;}
.f_customer b {font-family:"Renogare"; font-size:40px; font-weight:normal;}
.f_customer > a {float:right; width:150px; border:2px solid #adadad; border-radius:23px; font-size:24px; text-align:center; line-height:42px;}

#footer .fcont {padding:50px 0; text-align:center; font-size:27px; color:#000; line-height:31px; background:#f2f2f2;}
#footer .fcont h2 {margin-bottom:20px; font-family:"Renogare"; font-size:24px; font-weight:normal;}
#footer .fcont b {font-weight:bold;}
#footer .fcont .btxt {color:#bd9a31;}
#footer .t01 {padding-top:10px;}
.office {margin-top:60px; line-height:36px;}
.office > div {display:inline-block; text-align:left;}
.office dt {font-weight:bold; width:85px;}
.office dt, .office dd {display:inline-block;}



.footer_menu02 {margin:25px 0 20px; font-size:20px; color:#000000; line-height:40px; text-align:center;}
.footer_menu02 li {display:inline-block;}
.footer_menu02 a {display:block; padding:0 18px;}

address {padding-bottom:50px; font-size:16px; color:#878787; text-align:center; line-height:24px; font-style:normal; font-weight: 300;}
address .space {display:inline-block; width:15px;}
address .network_contact {margin-top: 17px; margin-bottom: 18px;}
address .network_contact .nt_link {position: relative; top: -1px; border: 1px solid #afafaf; font-size: 16px; color: #878787; padding: 1px 15px 1px 11px; margin-left: 10px;}
address .copyright {padding-top:10px; margin-top: 3px; font-size: 13px; color: #878787}

#intro_pop {position:fixed; top:120%; left:0; z-index:10000; width:720px; height:100%; transition: all 0.4s ease; -webkit-transition: all 0.4s ease;}
#intro_pop.on {top:0;}
#intro_pop .btn_close {position:absolute; top:18px; right:18px; z-index:100;}
#intro_pop li {height:100%;}
#intro_pop li.s01 {background:url('../images/intro/intro01_bg01.jpg') no-repeat center; background-size:cover;}
/*

#intro_pop li.s02 {background:url('../images/intro/intro01_bg02.jpg') no-repeat center; background-size:cover;}
#intro_pop li.s03 {background:url('../images/intro/intro01_bg03.jpg') no-repeat top; background-size:100% auto;}
#intro_pop li.s04 {background:url('../images/intro/intro01_bg04.jpg') no-repeat top; background-size:100% auto;}
#intro_pop li.s05 {background:url('../images/intro/intro01_bg05.jpg') no-repeat top; background-size:100% auto;}
*/
#intro_pop li.s06 {background:#ce9fb5;}
#intro_pop li.s06 img {margin-top:12px;}
#intro_pop li.s06 div {position:absolute; top:50%; left:0; width:100%; text-align:center; margin-top:-430px;}
#intro_pop li.s06 div > img {margin-top:40px;}
#intro_pop li.s07 {background:#333333;}
#intro_pop li.s07 img {margin-top:15px;}
#intro_pop li.s07 div {position:absolute; top:50%; left:0; width:100%; text-align:center; margin-top:-430px;}
#intro_pop li.s07 div > img {margin:0 0 20px;}
#intro_pop li p {width:100%;}
#intro_pop li .txt01 {position:absolute; bottom:-70px;}
#intro_pop li .txt02 {position:absolute; top:50%; left:0; width:100%; transform: translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); text-align:center;}
#intro_pop li .txt03 {}
#intro_pop .bx-pager {bottom:45px; left:0; width:100%; z-index:1000; text-align:center;}
#intro_pop .bx-pager-item {display:inline-block; float:none;}
#intro_pop .bx-pager-item a {width:12px; height:12px; opacity:1; background:#ffffff;}
#intro_pop .bx-pager-item a.active {background:#f6a0b4;}


/* Top Ver2 */
#header .topBanner.ver2 * {
	font-family: 'Noto Sans KR', '돋음', sans-serif;
}
body.includeTopBanner #header.fixed_top {
    top: -172px;
	top: -100px;
}
#header .topBanner.ver2 .btn_close {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 24px;
    left: auto;
    margin-left: 0;
    z-index: 2;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -9px;
    text-indent: -999px;
    background: url(../../new/images/v3/common/pop_close03.png) no-repeat center;
    background-size: 19px;
}
#header .topBanner.ver2,
#header .topBanner.ver2 .swiper-container {
    height: 72px;
}
.topBanner.ver2 .swiper-slide {
    text-align: center;
	    visibility: hidden;

}
.topBanner.ver2 .swiper-slide.swiper-slide-active {
	visibility: visible;
}
.topBanner.ver2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.topBanner.ver2 .swiper-slide p {
    display: inline-block;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 72px;
    vertical-align: top;
	margin: 0 25px;
	letter-spacing: -2px;
}
.topBanner.ver2 .swiper-slide.swiper-slide-active p {
  animation-iteration-count: 3;
}
.topBanner.ver2 .swiper-slide p em {
	margin-right: 12px;
}
.topBanner.ver2 .swiper-slide img {
    position: relative;
	top: 8px;
	display: inline-block;
}
.sideMenuClose {
	width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 30px;
	cursor: pointer;
}
.sideMenuClose .sideMenuClose_box {
	position: absolute;
	top: 24px;
	left: 14px;
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-ransform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sideMenuClose .sideMenuClose_inner,
.sideMenuClose .sideMenuClose_inner:after,
.sideMenuClose .sideMenuClose_inner:before {
    position: absolute;
    width: 65px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}
.sideMenuClose .sideMenuClose_inner:after,
.sideMenuClose .sideMenuClose_inner:before {
    display: block;
    content: "";
}
.sideMenuClose .sideMenuClose_inner:before {
    top: 0;
	-webkit-ransform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
