@charset "utf-8";

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/


/* ============================ common ============================ */
.scroll_none {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.container {
	position: relative;
}
@media (min-width: 1200px){
	.container {
		max-width: 1290px;
	}
}

/* ============================ top banner ============================ */
.topBanner{
	display: none;
	width: 100%;
	background: #fff;
}
.topBanner.view{
	display: none;
}
.topBanner > img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 90px;
	margin: 0 auto;
}
.topBanner .btn_tb_close{
	position: absolute;
    top: 0;
    right: 0%;
    margin-right: 0px;
    padding: 13px 0;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.4s;
}
.topBanner .btn_tb_close::after{
	content:'';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 6px;
	margin-left: 3px;
	background: url(/static/images/icon/btn_tb_close.png) no-repeat center;
	background-size: 100% auto;
	vertical-align: middle;
}
.topBanner.view + #header{
	top: 0px;
}

/* ============================ header ============================ */
#header {
	background: #fff;
}
#header .header_top {
	position: relative;
	padding: 8px 0;
	border-bottom: 1px solid #e2e2e2;
}
#header .header_top .container {
	position: static;
}
#header .header_top .top_area {
	position: static;
	align-items: center;
}
#header .header_top .top_area > div {
	position: static;
}

#header .logo {
	margin: 0;
	font-size: 1.3rem;
}
#header .logo a {
	display: inline-block;
}
#header .logo img {
	height: 18px;
}
#header .all_menu img {
	height:30px;
}

/* -------- hdt_menu -------- */
.hdt_menu{
	display: none;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F0F0F0;
}
.hdt_menu ul{
	display: flex;
	justify-content: flex-end;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.hdt_menu ul > li{
	padding: 0 9px;
}
.hdt_menu ul > li > a{
	color: #787878;
}

@media (min-width:768px){
	.hdt_menu ul{
		max-width: 730px;
	}
}
@media (max-width:767px){
	.hdt_menu{
		display: none;
	}
}
@media (min-width:992px){
	.hdt_menu ul{
		max-width: 970px;
	}
}
@media (min-width:1200px){
	.hdt_menu ul{
		max-width: 1290px;
	}
}



/* -------- 유틸메뉴 -------- */
.utile_menu {
	display: flex;
	justify-content: flex-end;
}
.utile_menu a {
	position: relative;
	display: block;
	margin-left: 16px;
}
.utile_menu a:first-child {
	margin-left: 0;
}
.utile_menu a img {
	height: 30px;
}

.utile_menu .btn_logout{
	background:url(/static/images/icon/btn_logout.png) no-repeat center center;
	background-size:30px auto;
}
.utile_menu .badge_cart {
	position: absolute;
	top: 0;
	left: 16px;
	padding: 0 5px;
	min-width: auto;
	font-size: 10px;
	line-height: 15px;
	font-weight: 900;
	letter-spacing: 0;
	color: #fff;
	border-radius: 7px;
	background: #0F62FE;
	box-shadow: 0px 4px 6px rgba(15, 98, 254, 0.5);
}


/* --- 검색창 --- */
.header_search .btn_search {
	width: 45px;
	height: 30px;
	background: url(/static/images/icon/ic_search.png) no-repeat center right;
	background-size:30px auto;
}
.header_search .search_area {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
}
.header_search .search_top {
	border-bottom: 1px solid #121212;
}
.header_search .search_top input {
	height: 55px;
	padding: 0 65px 0 54px;
	border: 0;
	background: url('/static/images/icon/btn_search.png') no-repeat 20px 50%;
	background-size: 30px;
	font-size: 1.4rem;
	color: #121212;
	box-shadow: none;
}

.header_search .search_list {
	height: calc(100vh - 56px);
	padding: 30px 20px;
	background: #f5f5f5;
	overflow-y: auto;
}
.header_search .search_list dl {
	margin-top: 50px;
}
.header_search .search_list dl:first-child {
	margin: 0;
}
.header_search .search_list dt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 29px;
	color: #121212;
}
.header_search .search_list dd {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #959595;
}
.header_search .search_list .lately dd {
	margin-bottom: 20px;
}
.header_search .search_list dd:last-child {
	margin-bottom: 0;
}
.header_search .search_list dd:after {
	display: block;
	clear: both;
	content: '';
}
.header_search .search_list a {
	display: block;
	float: left;
	width: calc(100% - 20px);
}
.header_search .search_list .btn_del {
	float: right;
	width: 20px;
	height: 20px;
	background: url('/static/images/icon/btn_search_del.png') no-repeat 0 0;
	background-size: 100%;
}
.header_search .search_area .search_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 55px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #121212;
}



/* -------- 메뉴 -------- */
.header2 .gnb_depth .tit_team{
	display: block;
	/* margin-top:30px; */
	margin-bottom: 20px;
}
.gnb {
	position: relative;
	background: #0F62FE;
}
.gnb_slider{
	margin: 0 30px;
}
.gnb .gnb_slider_m li {
	position: relative;
	margin-right: 34px;
	width: auto;
}
.gnb .gnb_slider_m li:last-child {
	margin-right: 0;
}
.gnb .gnb_slider_m a {
	font-weight: 500;
	font-size: 15px;
	line-height: 49px;
	color: #fff;
}

/*  gnb 스타일 수정 및 추가 22-04-14 asj */
.gnb_depth{
	padding: 30px 50px;
}
.gnb_depth > a {
	font-size: 15px;
	color: #555555;
	font-weight: 700;
	margin-bottom: 10px;
}
.gnb_depth .depth2_area{
	position: relative;
	width: 100%;
	min-height: 210px;
	overflow: auto;
}
.gnb_depth .depth2_area > li{
	width: 580px;
}
.gnb_depth .depth2_area > li > a,
.gnb_depth .depth3_area > li > a,
.gnb_depth .depth4_area > li > a{
	padding-left: 20px;
	font-size: 14px;
	color: #555;
	line-height: 34px;
}
.gnb_depth .depth3_area{
	width: 600px;
	min-height: 210px;
}
.gnb_depth .depth4_area{
	width: 300px;
	min-height: 210px;
}
.gnb_depth .depth3_area{
	display: none;
	position: absolute;
	top:0;
	left: 300px;
}

.gnb_depth .depth4_area{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.gnb_depth .depth2_area > li:hover > .depth3_area{
	display: block;
}
.gnb_depth .depth3_area > li:hover > .depth4_area{
	display: block;
}
.gnb_depth .depth2_area > li:hover > a{
	background: #0F62FE;
	color: #fff;
	font-weight: 700;
	width: 260px;
}
.gnb_depth .depth3_area > li:hover > a,
.gnb_depth .depth4_area > li:hover > a{
	background: #0F62FE;
	color: #fff;
	font-weight: 700;
	width: 280px;
}







/* event */
/* .gnb .gnb_slider_m li.on:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: '';
} */
.gnb .gnb_slider_m li > a:hover,
.gnb .gnb_slider_m li.on > a{
	color: #0F62FE;
}
.gnb_slider_m{
	margin-right: -20px;
}




/* ============================ contents ============================ */
.contents {
	margin-top: 96px;
	padding-bottom: 60px;
}





/* ============================ footer ============================ */
#footer {
	padding-bottom: 51px;
}
#footer .row{
	margin:0;
}
#footer .footer_logo{
	display: none;
}
#footer .footer_link{
	width:100%;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}

#footer .footer_link ul:after{
	content:'';
	display:inline-block;
	clear:both;
}
.footer_link .col-lg-6{
	padding:0;
}
#footer .footer_link ul{
	display: flex;
}
#footer .footer_link a{
	display:block;
	position:relative;
	padding: 16px;
	font-size:13px;
	color:#959595;
}
#footer .footer_link a:after{
	content:'';
	display:inline-block;
	position: absolute;
	right: 0;
	top: 40%;
	width:1px;
	height: 9px;
	background-color:#ddd;
}
#footer .footer_link li:first-child a {
	padding-left: 0;
}
#footer .footer_link li:last-child a {
	padding-right: 0;
}
#footer .footer_link li:last-child a:after{
	display:none;
}
#footer .footer_content{
	width:100%;
	padding: 24px 0;
}
.footer_content h5{
	margin-bottom:17px;
	font-size:17px;
	font-weight:700;
	line-height:25px;
}
.footer_content span{
	display: block;
	font-size:13px;
	color:#959595;
}
.footer_center span{
	margin-bottom: 15px;
	line-height: 18px;
}
.footer_email span{
	margin-bottom:20px;
}
.footer_content .number{
	color:#000;
	font-size:21px;
	font-weight:700;
}
.footer_content .footer_center,
.footer_content .footer_bank,
.footer_content .footer_email,
.footer_content .footer_etc{
	border-bottom:1px solid #e2e2e2;
}
.footer_content .footer_etc{
	border-bottom:0;
	padding: 0;
}
.footer_content ul li{
	display:inline-block;
	font-size:13px;
}
.footer_content ul li:last-child{
	margin-right:0;
	border-bottom:0;
}
.footer_content ul li a{
	padding-bottom:1px;
	text-decoration: underline;
}
.footer_content .footer_bank ul li{
	display:inline-block;
	color:#959595;
}
.footer_bank ul li:before{
	content:'';
	display:inline-block;
	width:1px;
	height:11px;
	margin:0 8px 0 5px;
	background-color:#959595;
	vertical-align: middle;
}
.footer_bank ul li:first-child:before{
	display:none;
}
.footer_company p{
	color:#959595;
}
.footer_category{
	display: none;
	overflow-y: scroll;
	position: fixed;
	top:0;
	left:0;
	z-index: 999999;
	width:100%;
	height:100%;
	background: #fff;
}
.footer_category .info{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background: #fff;
	padding:17px 20px 16px;
	z-index: 10;
}
.footer_category .info li{
	display:inline-flex;
	border-bottom:0;
}
.footer_category .info li a{
	display: block;
	font-size:15px;
	color:#000;
}
.footer_category .info li a:after{
	content:'';
	display:inline-block;
	width:1px;
	height:12px;
	margin:0 10px;
	background:#e2e2e2;
}
.footer_category .info li:last-child a:after{
	display: none;
}
.footer_category .layer_close{
	display: block;
	position:fixed;
	top:0;
	right:0;
	width:70px;
	height:56px;
	background:url('/static/images/icon/btn_popclose.png') no-repeat center;
	background-size:32px auto;
	z-index: 10;
}
.footer_category .hr{
	height:12px;
	margin-top: 51px;
	background-color:#eee;
}

/* 아코디언 */
.footer_category .on{
	display: block !important;
}
.footer_category .accordion_depth1_tit.on{
	border-top:1px solid #222;
	border-bottom: 1px solid #222;
}
.footer_category .accordion .accordion_wrap h2{
	padding:22px 20px;
	font-size:26px;
}
.footer_category .accordion_depth1_tit{
	display: block;
	position:relative;
	padding:15px 20px 17px;
	font-size:20px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 700;
}
.footer_category .accordion_depth1_tit:after{
	content:'';
	display: inline-block;
	position: absolute;
	top:50%;
	right:20px;
	width:10px;
	height:6px;
	margin-top: -3px;
	background:url('/static/images/icon/arrow_down.png') no-repeat 93% 50%;
	background-size:10px auto;
}
.footer_category .accordion_depth1_wrap .accordion_depth1{
	margin-top: -1px;
}
.footer_category .accordion_depth2_wrap{
	display: none;
}
.footer_category .accordion_depth2_tit:after{
	content:'';
	display: inline-block;
	position: absolute;
	top:15px;
	right:20px;
	width:10px;
	height:6px;
	background:url('/static/images/icon/arrow_inner.png') no-repeat right;
	background-size:10px auto;
}
.footer_category .accordion_depth2_tit{
	position:relative;
	display: block;
	padding:10px 20px 10px 24px;
	font-size:15px;
	border-top: 1px solid #e2e2e2;
}
.footer_category .accordion_depth2_tit.on:after{
	content:'';
	display: inline-block;
	position: absolute;
	top:15px;
	right:20px;
	width:10px;
	height:6px;
	background:url('/static/images/icon/arrow_up.png') no-repeat right;
	background-size:10px auto;
}
.footer_category .accordion_depth2:last-child .accordion_depth2_tit:last-of-type{
	border-bottom: 1px solid #e2e2e2;
}
.footer_category .accordion_depth3_wrap{
	display: none;
	margin-top: -1px;
	padding:13px 24px 9px 24px;
	background:#f5f5f5;
	border-top: 1px solid #e2e2e2;
}
.footer_category .accordion_depth3_wrap li{
	float:left;
	width:50%;
	margin: 11px 0;
}
.footer_category .accordion_depth2:last-child .accordion_depth3_wrap{
	border-bottom: 1px solid #e2e2e2;
}
.footer_category .accordion_depth3_wrap:after{
	content:'';
	display: block;
	clear: both;
}
.footer_category .accordion_depth3_wrap li a{
	font-size:15px;
}
.footer_category .total{
	padding: 10px 24px;
	font-size:15px;
}
.footer_category .accordion_depth3_wrap.on{
	border-bottom:1px solid #e2e2e2;
}
.footer_category .total li{
	font-size:15px;
}
.footer_category .today_list{
	padding:11px 20px 30px 20px;
	font-size: 0;
}
.footer_category .today_list ul li{
	width: 21%;
	margin-right:5.3%;
}
.footer_category .today_list ul li:last-child{
	margin-right: 0;
}
.footer_category .today_list ul li a{
	display: block;
}
.footer_category .today_list img{
	width:100%;
}
.footer_category .banner a{
	display: block;
	width: 100%;
}
.footer_category .banner img{
	width:100%;
}
.footer_category .service{
	border-top:1px solid #eee;
	border-bottom:1px solid #f5f5f5;
}
.footer_category .service h5{
	margin-bottom: 0;
	padding:30px 20px 17px 20px;
	font-size:17px;
}
.footer_category .service .m_lookbook{
	margin-bottom: 12px;
	padding:0 20px;
}
.footer_category .service .m_lookbook a{
	color:#111;
	font-size:22px;
	font-family: 'Montserrat';
	font-weight: 600;
	line-height: 27px;
}
.footer_category .service ul{
	font-size:0;
	border-top: 1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}
.footer_category .service li{
	display: inline-flex;
	width:50%;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}
.footer_category .service li:nth-child(even){
	border-right: 0;
}
.footer_category .service li a{
	padding:13px 20px;
	font-size:15px;
	text-decoration:none;
}


/* ======= footer2 ======== */
.footer2 .depth3,
.footer2 .depth4{
	display: none;
}
.footer2 .mobile_menu .group .group_tit{
	display: block;
	padding:13px 20px 11px;
	font-size:20px;
	font-weight: 700;
	line-height: 29px;
	border-bottom:0;
	background: url(/static/images/icon/icon_item_link.png) no-repeat 96% 50%;
	background-size: 23px auto;
}
.footer2 .mobile_menu .category .group .group_tit.on{
	background: url(/static/images/icon/icon_item_link_on.png) no-repeat 96% 50%;
	background-size: 23px auto;
}
.footer2 .mobile_menu .group .depth1{
	display: none;
	margin-top:-1px;
	margin-left:20px;
	margin-right:20px;
	background: #fff;
	border-top:1px solid #121212;
}
.footer2 .mobile_menu .group .depth1 .off{
	display: block;
}
.footer2 .mobile_menu .group .depth1 a{
	display: block;
	width:100%;
	padding:7px 0 7px 15px;
	color:#121212;
	font-size: 16px;
	line-height: 24px;
	background:url(/static/images/icon/icon_plus.png) no-repeat 99% 50%;
	background-size:11px auto;
}
.footer2 .mobile_menu .group .depth1 a:first-child{
	padding-top:14px;
}
.footer2 .mobile_menu .group .depth1 .on{
	background:url(/static/images/icon/icon_minus.png) no-repeat 99% 50%;
	background-size:11px auto;
}
.footer2 .mobile_menu .group .depth2{
	display: none;
	padding:10px 20px;
}
.footer2 .mobile_menu .group .depth2 a{
	display: block;
	padding:7px 16px;
	color:#999;
	font-size:14px;
	line-height: 18px;
	background:none;
}
.footer2 .mobile_menu .group .depth2 li:first-child a{
	padding-top:0;
}
.footer2 .mobile_menu .category.etc li a{
	font-weight: 400;
	font-family: 'Noto Sans KR';
}
.footer2 .mobile_menu .category.etc .arrow_none a{
	background:none;
}

/* 추가작업  asj */
.footer2 .footer_link .inquiry_menu{
	position: absolute; 
	top:0;
	right: 0;
}
#footer .footer_link .inquiry_menu a{
	color: #121212;
}
.footer_content .footer_etc ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_content .footer_etc ul > li{
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 8px;
}
.footer_content .footer_etc ul > li > span{
	display: inline-block;
	margin-right: 8px;
}
.footer_content .footer_etc ul > li > span.center_number{
	color: #0F62FE;
	font-weight: 500;
}
.footer_content .footer_etc ul > li > span.center_time{
	color: #787878;
}
.footer_content .footer_etc .copy{
	margin-top: 20px;
	color:#ABABAB;
}





/* -------- lnb -------- */
#lnb {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	min-height: calc(100vh - 98px);
	background: #454d75;
}
#lnb .lnb_tit {
	padding-top: 30px;
	height: 83px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #3f6de2;
}


/* --- depth1_wrap ---*/
#lnb .depth1_wrap a {
	display: block;
}
#lnb .depth1_wrap .depth1_tit {
	padding-left: 19px;
	font-size: 15px;
	line-height: 46px;
	color: #fff;
	background: #454d75 url('../images/icon/ico_depth1.png') no-repeat right 20px center;
	border-bottom: 1px solid #585f83;
}

/* depth1 이벤트 */
#lnb .depth1_wrap .depth1_tit:hover {
	background-color: #5d6591;
	border-color: #5d6591;
}
#lnb .depth1_wrap .depth1_tit.on,
#lnb .depth1_wrap .depth1_tit:active {
	font-weight: 500;
	background: #01b4b6 url('../images/icon/ico_depth1_on.png') no-repeat right 20px center;
	border-color: #01b4b6;
}


/* --- depth2_wrap ---*/
#lnb .depth2_wrap {
	display: none;
	padding: 8px 19px 12px;
	background: #edeef2;
}
#lnb .depth2_wrap .depth2_tit {
	padding-left: 11px;
	font-size: 14px;
	line-height: 28px;
	color: #323335;
	background: url('../images/icon/ico_depth2.png') no-repeat 0 center;
}

/* depth2 이벤트 */
#lnb .depth2_wrap .depth2_tit.on,
#lnb .depth2_wrap .depth2_tit:hover,
#lnb .depth2_wrap .depth2_tit:active {
	font-weight: 500;
	color: #405197;
	background: url('../images/icon/ico_depth2_on.png') no-repeat 0 center;
}


/* --- depth3_wrap ---*/
#lnb .depth3_wrap {
	display: none;
	padding-left: 11px;
}
#lnb .depth3_wrap li a {
	padding-left: 11px;
	font-size: 14px;
	line-height: 25px;
	color: #323335;
	background: url('../images/icon/ico_depth3.png') no-repeat 0 center;
}

/* depth3 이벤트 */
#lnb .depth3_wrap li a.on,
#lnb .depth3_wrap li a:hover,
#lnb .depth3_wrap li a:focus,
#lnb .depth3_wrap li a:active {
	font-weight: 500;
	color: #405197;
	text-decoration: underline;
}



/* -------- float_menu_m -------- */
.float_menu_m {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
	background: #fff;
	border-top: 1px solid #707070;
}
.float_menu_m li a {
	display: block;
	height: 50px;
}
.float_menu_m img {
	width: auto;
	height: 100%;
}
.float_menu_m .thumb {
	margin-top: 6px;
	width: 39px;
	height: 39px;
}

.float_menu_m .btn_top {
	position: absolute;
	top: -53px;
	right: 13px;
	display: none;
	width: 40px;
	height: 40px;
}






/* ======================================== ~ mobile ======================================== */
@media (max-width:1199px){
	
}

@media (max-width:991px){
	
	
}


@media (max-width: 767px) {
	.gnb .gnb_depth .depth3{
		left:180px
	}
	.header2 .gnb .gnb_depth dl{
		width: 230px;
	}

	/* ============ footer ============ */
	
}


/* ======================================== tablet ======================================== */
@media (min-width: 768px) {
	.topBanner.view{
		display: block;
	}
	.topBanner.view + #header{
		top: 90px;
	}
	/* ============ header ============ */
	#header .header_top {
		padding: 18px 0;
	}
	.header2 .gnb .btn_close{
		display: none;
		position: absolute;
		top:12px;
		right:30px;
		width:50px;
		height:50px;
		background:url(/static/images/icon/btn_close.png) no-repeat center;
		background-size:32px auto;
		z-index: 1100;
	}
	.header2 .gnb .block{
		display: block;
	}
	.header2 .gnb_slider_m .swiper-button-next,
	.header2 .gnb_slider_m .swiper-button-prev{
		display: none;
	}
	#header .logo img {
		height: 28px;
	}

	/* -------- 메뉴 -------- */
	.gnb .gnb_slider_m li {
		margin-right: 18px;
	}
	.gnb .gnb_slider_m a {
		font-size: 12px;
	}
	


	/* --- 이벤트메뉴 --- */
	.event_menu {
		display: flex;
		justify-content: center;
	}
	.event_menu li {
		margin: 0 16px;
	}
	.event_menu a {
		display: block;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
		color: #121212;
	}


	/* --- 검색창 --- */
	.header_search {
		/* position: absolute;
		bottom: -60px;
		z-index: 10; */
	}
	.header_search .search_area {
		opacity: 0.98;
	}
	.header_search .search_inner {
		margin-top: 135px;
		justify-content: center;
	}
	.header_search .search_inner > div {
		position: relative;
	}
	.header_search .search_top {
		border-bottom: 4px solid #121212;
	}
	.header_search .search_top input {
		padding-right: 30px;
	}

	.header_search .search_list {
		height: auto;
		padding: 30px 0;
		background: none;
	}
	.header_search .search_list .row > dl:first-child {
		padding-right: 15px;
	}
	.header_search .search_list .row > dl:last-child {
		padding-left: 15px;
	}
	.header_search .search_list dl {
		margin: 0;
	}
	.header_search .search_area .search_close {
		top: -120px;
		right: -60px;
		width: 65px;
		height: 65px;
		font-size: 0;
		background: url('/static/images/icon/btn_close_lg.png') no-repeat 0 0;
		background-size: 100%;
	}



	/* -------- 메뉴 -------- */
	.gnb .gnb_slider_m {
		position: absolute;
		left: 50%;
		top: -70px;
		transform: translateX(-50%);
	}
	.gnb .gnb_slider_m a {
		font-weight: 500;
		font-size: 16px;
		line-height: 75px;
		color: #121212;
	}

	.gnb .gnb_slider_pc {
		min-height: 60px;
		/*padding-right:10px;*/
	}
	/*.gnb .gnb_slider_pc .swiper-wrapper {
		width: auto !important;
	}*/
	.gnb .gnb_slider_pc .swiper-slide {
		position: static;
		/*padding-right: 20px;*/
		width: auto;
		z-index: 1200;
	}
	/*.header2 .gnb_slider_pc .swiper-slide:first-child{
		margin-left:56px;
	}*/
	/*.header2 .gnb_slider_pc .swiper-slide:first-child.active{
		margin-left:0;
	}*/
	.gnb .gnb_slider_pc .swiper-slide:last-child {
		/*margin-right: 0;*/
	}
	.gnb .gnb_slider_pc .gnb_tit {
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 60px;
		color: #fff;
	}

	/* --- gnb_depth --- */
	.gnb .gnb_depth {
		display: none;
		position: absolute;
		left: 50%;
		top:0;
		z-index: 1100;
		min-height: 305px;
		padding: 20px;
		background-color: #fff;
		transform: translateX(-50%);
		box-shadow: 0 0 27px rgba(0, 0, 0, 0.19);
	}
	.header2 .gnb .gnb_depth{
		top:60px;
		padding:30px 50px;
	}
	.gnb .gnb_inner {
		display: flex;
		flex-wrap: wrap;
	}
	.header2 .gnb .gnb_inner{
		overflow-y: auto;
		max-height:210px;
		-ms-overflow-style: none; /* IE and Edge */
		scrollbar-width: none; /* Firefox */
	}
	.header2 .gnb .gnb_inner::-webkit-scrollbar{
		display: none; /* Chrome, Safari, Opera*/
	}
	.header2 .gnb .gnb_inner::scrollbar{
		display: none;
	}
	.gnb .gnb_depth a {
		display: block;
	}
	.header2 .gnb .gnb_depth dl{
		width: 200px;
		margin-right:0;
		margin-bottom: 70px;
		padding-right:30px;
	}
	.gnb .gnb_depth dl:last-child {
		margin-right: 0;
	}
	.gnb .gnb_depth dt {
		margin-bottom: 20px;
		font-weight: 700;
		font-size: 15px;
		line-height: 22px;
		color: #555;
	}
	.header2 .gnb .gnb_depth dt{
		padding-bottom:12px;
		color:#121212;
		font-size:18px;
		border-bottom:2px solid #000;
	}
	.gnb .gnb_depth .depth2_tit,
	.gnb .gnb_depth .depth3_tit,
	.gnb .gnb_depth .depth4 a {
		padding: 3px 0 3px 20px;
		font-size:15px;
		line-height: 24px;
		color: #555;
		border-bottom:0;
	}
	.gnb .gnb_depth .depth2_tit.on,
	.gnb .gnb_depth .depth2_tit:hover,
	.gnb .gnb_depth .depth3_tit.on,
	.gnb .gnb_depth .depth3_tit:hover,
	.gnb .gnb_depth .depth4 a:hover{
		background: #0F62FE;
		color: #fff;
	}
	
	.gnb .depth2_area:last-child a:last-child{
		margin-bottom:0;
	}
	.gnb .gnb_depth .depth3 {
		display: block;
		position: absolute;
		top: 44px;
		left: 230px;
		width: 200px;
	}
	.gnb .gnb_depth .depth3_area {
		/* position: relative; */
	}
	.gnb .gnb_depth .depth4 {
		display: block;
		position: absolute;
		left: 230px;
		top: 0;
		width: 200px;
	}
	/* event */
	.header2 .gnb_slider_pc .swiper-wrapper{
		transition:width 0.2s, padding 0.2s;
		padding: 0 30px;
	}
	.header2 .gnb_slider_pc .gnb_slider::after{
		content:'';
		position: absolute; bottom: 0; right: 0px;
		width: 38px;
		height: 100%;
		background: linear-gradient(to right, rgba(241,92,34,0),rgba(15,98,254,1));
		z-index: 9999;
	}
	.header2 .gnb_slider_pc .gnb_slider::before{
		content:'';
		position: absolute; bottom: 0; left: 0px;
		width: 38px;
		height: 100%;
		background: linear-gradient(to left, rgba(241,92,34,0),rgba(15,98,254,1));
		z-index: 2;
	}
	.header2 .gnb_slider_pc .swiper-contents{
		/* width:calc(100% - 40px); */
		box-sizing: border-box;
		transition: padding .2s;
	}
	.header2 .gnb_slider_pc .swiper-wrapper > li{
		padding: 0 20px;
	}
	/* .header2 .gnb_slider_pc .swiper-wrapper.prv_v {
		width:calc(100% - 56px);
		padding-left:56px;
	} */
	/* .header2 .gnb_slider_pc .swiper-wrapper.nxt_v {
		width:calc(100% - 56px);
		padding-right:56px;
	} */
	.header2 .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next{
		left:20px;
		background:url(/static/images/icon/swiper_prev.png) no-repeat center center;
		/* transition:width .2; */
	}
	.header2 .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev{
		right:20px;
		background:url(/static/images/icon/swiper_next.png) no-repeat center center;
		/* transition:width .2; */
	}
	.header2 .swiper-button-next.swiper-button-disabled,
	.swiper-button-prev.swiper-button-disabled{
		opacity: 1;
		/* width:0; */
	}
	.gnb .gnb_slider_m li.on:after {
		background-color: #121212;
	}

	.gnb .gnb_slider_pc .gnb_tit.on {
		font-weight: 500;
		color: #fff;
	}
	.gnb .gnb_depth .depth2_tit.on {
		border-color: #555;
		font-weight: 700;
		color: #555;
	}
	.gnb .gnb_depth .depth3_area.on .depth3_tit {
		background-color: #121212;
		color: #fff;
	}
	.gnb .gnb_depth .depth4 a.on {
		background-color: #2684ff;
		color: #fff;
	}
	.gnb_slider_m{
		margin-right: -20px;
	}
	.gnb .gnb_depth .depth3{
		display: none;
	}

	.gnb .gnb_banner{
		display: none;
	}


	/* ============ contents ============ */
	.contents {
		margin-top: 127px;
		padding-bottom: 100px;
	}
	.topBanner.view + #header + .contents{
		margin-top: 254px;
	}





	/* ============ footer ============ */
	#footer .footer_link ul{
		justify-content: flex-start;
	}
	.footer_content .footer_bank ul li{
		display: block;
		line-height: 18px;
	}
	.footer_bank ul li:before{
		margin: 0 7px 0 0;
	}
	.footer_etc .footer_company{
		width:420px;
	}
	.footer_company p{
		display: inline-block;
	}
	#footer .footer_logo{
		display: block;
	}
	.footer_content .footer_etc ul > li{
		margin-bottom: 5px;
	}



	

	/* --- float_menu_pc --- */
	.float_menu_pc {
		position: fixed;
		top: 220px;
		right: 30px;
		z-index: 1000;
		width: 110px;
	}
	/*.float_menu_pc .menu_list {
		display: none;
	}*/
	.float_menu_pc ul {
		padding: 0 10px;
		border: 1px solid #D9D9D9;
		background: #fff;
	}
	.float_menu_pc li {
		border-bottom: 1px solid #e2e2e2;
	}
	.float_menu_pc li:last-child {
		border-bottom: 0;
	}
	.float_menu_pc ul a {
		display: flex;
		font-weight: 500;
		font-size: 12px;
		line-height: 35px;
		justify-content: space-between;
	}
	.float_menu_pc ul a > .txt{
		color: #787878;
	}
	.float_menu_pc ul a > .num{
		color: #0F62FE;
	}
	.float_menu_pc .btn_top {
		width: 100%;
		background: #0F62FE;
		font-weight: 500;
		font-size: 12px;
		line-height: 30px;
		color: #fff;
		text-align: center;
	}


	/* --- footer2 float_menu_pc --- */
	.footer2 .btn_float_link {
		position: absolute;
		top: 50%;
		left: -22px;
		width: 24px;
		height: 43px;
		background: #fff url(/static/images/icon/btn_float_link_off.png) no-repeat center;
		background-size: 7px auto;
		border: 1px solid #D9D9D9;
		border-right: 0;
		transform: translateY(-38px);
	}
	.footer2 .float_menu_pc.on .btn_float_link{
		background: #fff url(/static/images/icon/btn_float_link_on.png) no-repeat center;
		background-size: 7px auto;
	}
	.footer2 .float_menu_pc.on{
		transform: translateX(100%);
		left: auto;
	}
	.footer2 .float_menu_pc{
		right: 0;
		transition:all 0.3s;
	}
	.footer2 .float_menu_pc .menu_list {
		transition: all .2s;
	}
	.footer_content .footer_etc{
		font-size:12px;
		padding-right: 0;
	}
}









/* ======================================== pc ======================================== */
@media (min-width: 992px) {
	

	/* ============ header ============ */
	/* --- 검색창 --- */
	.header2 .header2 .gnb .gnb_depth dl{
		margin-right:81px;
	}
	.header_search .btn_search {
		border-left: 0;
	}
	.header2 .gnb .btn_close{
		display: none !important;
	}


	/* --- 메뉴 --- */
	.gnb .gnb_depth {
		width: calc(100% - 40px);
		padding-right: 95px;
		padding-left: 95px;
	}
	/* -------- 메뉴 -------- */
	.gnb .gnb_slider_m li {
		margin-right: 34px;
	}
	
	
	





	/* ============ footer ============ */
	.footer_content h5{
		font-size:15px;
	}
	.footer_content span{
		font-size:13px;
		line-height: 18px;
	}
	.footer_content .footer_bank ul li{
		display: inline-block;
		font-size:13px;
	}
	.footer_bank ul li:before{
		margin:0 8px 0 3px;
	}
	.footer_email .btn_primary{
		font-size:12px;
	}
	.footer_content ul li a{
		font-size:13px;
	}
	.footer_etc .footer_company{
		width:420px;
	}
	.footer_company p{
		display: inline-block;
		color:#959595;
	}
	.footer_content .footer_etc{
		font-size:14px;
	}
	#footer .footer_link a{
		font-size: 15px;
	}
	.footer_content .footer_etc ul > li{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px;
	}	
}









/* ======================================== pc large ======================================== */
@media (min-width: 1200px) {
	.topBanner .btn_tb_close{
		right: 50%;
		margin-right: -625px;
	}
	/* ============ header ============ */
	.header2 .container{
		max-width:1290px;
	}
	.header2 .gnb .gnb_depth dl{
		width:200px;
		margin-right:80px;
		margin-bottom: 70px;
		padding-right:0;
	}
	.gnb .gnb_depth dl:nth-child(4),
	.gnb .gnb_depth dl:last-child{
		margin-right:0;
	}
	.gnb .gnb_banner{
		display: block;
		position: absolute;
		top: 30px;
		right: 70px;
		width: 210px;
		height: 210px;
		margin-top: 20px;
	}
	.gnb .gnb_banner > img{
		width: 100%;
	}

	/* --- 메뉴 --- */
	.header_search .search_area .search_close {
		right: -285px;
	}

	.footer_content .footer_etc{
		font-size:14px;
		padding-right: 60px;
	}

}