@charset "utf-8";

/*==================웹폰트적용 ##20190625 ***절대 건드리지마시오***====================
=======================================================================================*/

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 100;
	src: url('/original_dn/fonts/GmarketSansLight.eot'); /* IE 호환성 보기 */  
	src: local(※),
		 url('/original_dn/fonts/GmarketSansLight.eot#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
		 /*url('/original_dn/fonts/GmarketSansLight.woff2') format('woff2'),*/
		 url('/original_dn/fonts/GmarketSansLight.woff') format('woff'),
		 url('/original_dn/fonts/GmarketSansLight.ttf') format('truetype');
}
@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 300;
	src: url('/original_dn/fonts/GmarketSansMedium.eot'); /* IE 호환성 보기 */
	src: local(※),
		 url('/original_dn/fonts/GmarketSansMedium.eot#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
		 /*url('/original_dn/fonts/GmarketSansMedium.woff2') format('woff2'),*/
		 url('/original_dn/fonts/GmarketSansMedium.woff') format('woff'),
		 url('/original_dn/fonts/GmarketSansMedium.ttf') format('truetype');
}
@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 400;
	src: url('/original_dn/fonts/GmarketSansBold.eot'); /* IE 호환성 보기 */
	src: local(※),
		 url('/original_dn/fonts/GmarketSansBold.eot#iefix') format('embedded-opentype'),/* IE 6 ~ 8 */
	     /*url('/original_dn/fonts/GmarketSansBold.woff2') format('woff2'),*/
         url('/original_dn/fonts/GmarketSansBold.woff') format('woff'),
		 url('/original_dn/fonts/GmarketSansBold.ttf') format('truetype');
}

/* @font-face { font-family: 'GyeonggiBatang'; src: url('/original_dn/fonts/Batang_Regular.woff') format('woff'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'GyeonggiBatang'; src: url('/original_dn/fonts/Batang_Bold.woff') format('woff'); font-weight: 500; font-style: normal; } */
@font-face {
    font-family: 'GyeonggiBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face { font-family: 'Binggrae'; src: url('/original_dn/fonts/Binggrae.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Binggrae-Bold'; src: url('/original_dn/fonts/Binggrae-Bold.woff') format('woff'); font-weight: normal; font-style: normal; }



/*
★★★★common.css 는 수정하게되면 전체가 다 바뀝니다. 수정하실때 생각이 필요합니다. 
*/

/* 공통클래스 정리 (필요에 따라 추가하면 됩니다) */

/*==========1) 태그 초기화 ==================================================================================================*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {font-family:'GmarketSans',"돋움", dotum, sans-serif; line-height: 1.5em; color:#000; font-size:16px; font-weight:300}
select, input, textarea, button{ font-family:'GmarketSans','Nanum Gothic',"돋움", dotum, sans-serif; font-size:inherit; vertical-align:middle; /*-webkit-appearance:none;*/}
input[type="text"], input[type="password"], select{border:1px solid #d2d2d2}
img{vertical-align:top}
table { border-collapse: collapse; border-spacing: 0}
ul, ol{list-style: none}
a {color: #000; text-decoration: none;}
address{font-style:normal}
caption{text-indent:-9999px; height:0}

/* HTML5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
legend{ display:none}


.selectric-wrapper {position: relative; cursor: pointer;}
.selectric {position: relative; overflow: hidden; }
.selectric-label {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 29px; color: #000; height: 29px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.selectric-open {z-index: 9999;}
.selectric-open .selectric {border-color: #d4d4d4;}
.selectric-open .selectric-items {display: block; width: 120px; top: 100%; height: auto !important;}
.selectric-disabled {filter: alpha(opacity=50); opacity: 0.5; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.selectric-hide-select {position: relative; overflow: hidden; width: 0; height: 0; display: none;}
.selectric-hide-select select {position: absolute; left: -100%; top: -99999%; display: none;}
.selectric-hide-select.selectric-is-native {position: absolute; width: 100%; height: 100%; z-index: 10;}
.selectric-hide-select.selectric-is-native select {position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; z-index: 1; box-sizing: border-box; opacity: 0;}
.selectric-input {position: absolute !important; top: 0 !important; left: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important; padding: 0 !important; width: 1px !important; height: 1px !important; outline: none !important; border: none !important; *font: 0/0 a !important; background: none !important; display: none;}
.selectric-temp-show {position: absolute !important; visibility: hidden !important; display: block !important;}
.selectric-button{position: absolute; top: 0; right: 1px; width: 17px; height: 16px;}
.selectric-items {display: none; position: absolute; z-index: -1; top: 100%; left: 0; background: #fdfdfd; border: 1px solid #d4d4d4; box-shadow: 0 0 10px -6px; font-size: 12px;}
.selectric-items .selectric-scroll {height: 100%; overflow: auto; max-height: 300px;}
.selectric-above .selectric-items {top: auto; bottom: 100%;}
.selectric-items ul, .selectric-items li {list-style: none; padding: 0; margin: 0;}
.selectric-items li {display: block; padding: 10px; color: #2f2f2f; cursor: pointer; font-size: 14px;}
.selectric-items li.selected {background: #f0f0f0; color: #222222;}
.selectric-items li.highlighted {background: #e4e4e4; color: #222222;}
.selectric-items li:hover {background: #d7d7d7; color: #222222;}
.selectric-items .disabled {filter: alpha(opacity=50); opacity: 0.5; cursor: default !important; background: none !important; color: #2f2f2f !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.selectric-items .selectric-group .selectric-group-label {font-weight: bold; padding-left: 10px; cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background: none; color: #161616;}
.selectric-items .selectric-group.disabled li {filter: alpha(opacity=100); opacity: 1;}
.selectric-items .selectric-group li {padding-left: 25px;}


/*notosans font weight*/
/*.fw1{ font-weight:100;}*/
.fw3{ font-weight:300;}
.fw4{ font-weight:400;}
.fw5{ font-weight:500;}
.fw6{ font-weight:600;}
/*.fw7{ font-weight:700;}
.fw9{ font-weight:900;}*/
.bold { font-weight:400;}

/*==========3) 공통 ( 디버그, 스킵네비게이션, 하위버전 업데이트 유도문구, pc에서 모바일버전보기 ) ==================================================================================================*/

/*디버그*/
#debug_bar { height:80px; z-index:99999;}
#debug_bar #debug_setform { float:left; }
#debug {bottom: 0; position: fixed; z-index: 99999; display:none}
#debug #debug_setform label {margin-left:8px; font-weight:bold; display:inline-block; margin-bottom:5px;}
#debug #debug_setform select {vertical-align:middle}
.debug_slide { display:block; padding:0px 2px 0 0; background-color:#222; width:80px; cursor:pointer; text-align:center; font-size:14px; height:30px; line-height:30px; color: #fff; border: 1px solid #fff; border-radius: 5px;}
#debug #debug_setform { border:1px solid #ccc; background-color:#f2f2f2; width:100%; margin:0; padding:10px; clear:both; font-size:13px}
#debug #debug_setform hr { display:none;}
#debug #debug_setform .nice-select { height:30px; line-height:27px; font-size:13px;}
#debug .body {height: 300px; overflow:scroll; border:1px solid #ccc; font-size:12px}
#debug .debug_box {	list-style:none; margin:0px;	display:block;	border:1px solid #ccc;	padding:7px; background-color: #fcfcfc}
#debug .debug_box span.key { color:#CE0000}
#debug .debug_box span.value {color:#555}
#debug .btn_sml { margin-right:10px;}
#debug .get, #debug .post {	background-color: #e8f2ff}
#debug .session, #debug .cookie {background-color:#f3e2f3}
#debug .config {background-color:#F0FFF0}
#debug .server {background-color:#fff}
#debug .system {background-color:#fffce1}
#debug .error {	background-color:#ffdde3}
#HTMLValidator1 { background-color: #FFFFFF; bottom: 0; height: 300px; position: fixed; width: 100%; z-index: 9999; overflow-y:scroll; border:1px solid #ccc}
#debug_open { bottom: 0; position: fixed;z-index: 9999}
#debug_open:hover {animation: bounce 0.4s ease infinite alternate;}
.error { background-color:#ccc; display:inline;}

@keyframes bounce{
	from{margin-bottom: 2px;}
	to{margin-bottom: 7px;} 
}

.debug_select_option_box{display: inline-block; margin: 5px 0 -16px; vertical-align: middle;}
.debug_select_option_box .debug_select_item{float: left; margin: 0 20px 20px 0;}
.debug_btn_box{display: inline-block; vertical-align: middle;}

/*추가 171123_김용선*/
.debug_info_wrap{position: fixed; bottom: -237px; transition: ease-in-out 0.3s; z-index: 99999;}
.debug_info_wrap.open{bottom: 0;}
.debug_info_wrap.close{bottom: -237px;}
.debug_info_wrap .debug_open_btn{float: left; margin: 5px; padding: 5px 10px; background: #222; border-radius: 5px; border: 1px solid #fff;} 
.debug_info_wrap .debug_open_btn a{display: block; color: #fff; }
#show_debug_info {display: block; width: 96.5%; border: 1px solid #000; opacity: 1; background-color: #ffdde3; font-size: 13px; line-height: 16px; margin: 5px; height: 200px; overflow-y: scroll; padding: 15px; z-index: 99999; color: #323232;}
#show_debug_info > ul{background-color: #fff;}
#show_debug_info ul{padding: 10px;}
#show_debug_info ul li.alert{margin: 10px 0; padding: 10px 0; border: 1px dashed #666; border-width: 1px 0; background-color: #F3E2F3;}
#show_debug_info ul li ul li{margin-bottom: 4px;}

/* 디버그 관련 UI Object */
a.btn_big {	display:inline-block;padding-right:4px;	background:url(/images/common/bg_btn_default.gif) no-repeat 100% 0;	font-size:12px;	color:#333;	line-height:26px;word-spacing:-1px;	text-decoration:none !important;white-space:nowrap}
a.btn_big span, a.btn_big strong {display:block;padding:0 8px 1px 12px;	background:url(/images/common/bg_btn_default.gif) no-repeat}
a.btn_sml {	display:inline-block;padding-right:4px; color:#333;
letter-spacing:-1px;word-spacing:-1px;	text-decoration:none !important;white-space:nowrap;margin-bottom:10px; border: 1px solid #666; padding: 3px 12px; border-radius: 3px; position: relative; z-index: 100;}
a.btn_sml:hover{color: #fff; background-color: #4264a3;}
a.btn_sml span, a.btn_sml strong {display:block;}
a.btn_sml span img {margin-right:2px;vertical-align:middle !important;	border:0}
.btn_list {	width:100%;	text-align:right;margin-top:24px}
.btn_list label { margin-right:5px;}
.btn_list span {	padding-top:0px !important;}
.root_path {	width:100%;	text-align:left; margin-bottom:5px;}

#staff_info_modify{height: 460px;}
#staff_info_modify .btn .btn_sml{float: left; width: 140px;}
#staff_info_modify .btn .btn_sml.submit{width:140px; background-position: -8px -236px !important;}
#staff_info_modify .btn .btn_sml.submit span{background: none;}
#staff_info_modify .btn .btn_sml.close{width:140px; height:35px; background:url(/images/business/sub/admin_btn.png) no-repeat scroll -8px -274px !important; display: inline-block; line-height: 1; overflow: hidden; text-indent: -5000px; margin: 0 5px 0 0; padding-right: 0; border:0;}
#staff_info_modify .btn .btn_sml.close span{background: none;}



/*콘텐츠 선택*/
#board_list_table {   background: transparent url("/images/common/board/table_bg_02.gif") repeat-x scroll left top;  border-spacing: 0; border-style: solid none none; border-top: 2px solid #535353; clear: both; width: 100%}
#board_list_table th { background: transparent url("/images/common/board/table_bg_01.gif") no-repeat scroll right 8px; border-bottom: 1px solid #b5b5b5;    border-style: none none solid; color: #555555; padding: 8px 0 7px; text-align: center}
#board_list_table td { background: transparent none repeat scroll 0 0; border-bottom: 1px solid #d6d6d6; color: #666666; padding: 8px 3px; text-align: center
}
#tab_content_m4 table td input { width:55%;}
#tab_content_m4 #search_result { width:100%; margin-top:10px;}


/*스킵네비게이션*/
#skiptoContent { margin:0; padding:0;}
a.accessibility01, a.accessibility02 {display: block; font-size: 1em; left: 0; position: absolute; text-align: center; top: -10000px; width: 100%; z-index: 500;}
a.accessibility01:hover, a.accessibility01:focus, a.accessibility01:active, a.accessibility02:hover, a.accessibility02:focus, a.accessibility02:active {background: none repeat scroll 0 0 #ff3a00;color: #FFFFFF;font-weight: 600; padding: 15px 0; position: absolute; top: 0;z-index: 500;}


/*하위버전 업데이트 유도문구*/
#browser { background:url("/images/common/op70.png") repeat scroll 0 0; top:0; left:0; z-index:1001; height:100%; width:100%; position: fixed; text-align:center;}
#browser .infobox { background-color:#fff; width:714px; height:426px; margin:221px auto 0; color:#303030; position:relative;}
#browser .infobox h2 { font-size:30px; font-weight:500; padding-top:54px; line-height:30px;}
#browser .infobox h2 span { color:#e53838;}
#browser .infobox p { font-size:17px; line-height:27px; margin-top:25px;}
#browser .infobox ul { width:607px; margin:25px auto 0;}
#browser .infobox ul li { float:left; margin-left:11px;}
#browser .infobox ul li:first-child { margin-left:0;}
#browser .infobox ul li a { display:block; padding-top:110px; width:195px; }
#browser .infobox ul li a span {background-color:#88837d; height:50px; width:195px; text-align:center; display:block; color:#fff; line-height:50px;}
#browser .infobox ul li.ie a {background:url("/images/common/bw_ie.gif") no-repeat scroll center 0;}
#browser .infobox ul li.ff a {background:url("/images/common/bw_ff.gif") no-repeat scroll center 0;}
#browser .infobox ul li.cr a {background:url("/images/common/bw_cr.gif") no-repeat scroll center 0;}
#browser a.brower_close { display:block; position:absolute; right:20px; top:20px;  width:24px; height:23px; background:url("/images/common/bw_close.gif") no-repeat scroll center 0;}
#browser a.brower_close span { display:block; text-indent:-5000px;}

/*모바일버전보기*/
.change_mobile_system{ height: 70px; line-height: 70px; background: #333; width: 200px; text-align: center; border-radius: 35px; margin: 0 auto; margin-top: 50px;}
.change_mobile_system a{display:block; font-size:22px; color:#fff}

/* view 페이지 관리자 */
#content .tab_content {	display:none;}
#content .tab_content.selected { display:block; width:100%;} 

/* 페이지담당자 */
#admin_info{clear:both; border:1px solid #d4d4d4; margin-bottom:10px; font-size: 15px;}
#admin_info dl{height:54px; line-height:54px; float: left; font-size: 16px;}
#admin_info dl dt, #admin_info dl dd{float:left;}
#admin_info dl .part{width:114px; color:#fff; background-color:#4264a3; text-align:center;}
#admin_info dl .part span{background:url("/images/common/admin_info_sp.png") no-repeat 0 4px; padding-left:21px;}
#admin_info dl .part_cnt{padding:0 18px; font-weight:500;}
#admin_info dl .tel{margin:14px 6px 0 12px; width:26px; height: 26px; text-indent:-9999px; background:url("/images/common/admin_info_sp.png") no-repeat -35px 0;}
#admin_info dl .update{margin:0 6px 0 40px; font-weight:500;}

#admin_info.multi dl .part_cnt span{display: block;}

#admin_info.multi dl{height: auto; line-height: normal;}
#admin_info.multi dt, #admin_info.multi dd{height: auto; line-height: inherit;}
#admin_info.multi dd.part_cnt{height: auto; margin-left: 0; padding: 0;}
#admin_info.multi dd.part_cnt > span, #admin_info.multi dd.tel_cnt > span{display: block; padding: 0 20px; border-top: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2;}
#admin_info.multi dd.part_cnt span:first-child, #admin_info.multi dd.tel_cnt span:first-child{border-top: 0;}
#admin_info.multi .update{margin: 0;}

#admin_info.multi.admin2 dt.part{height: 84px; line-height: 84px;}
#admin_info.multi.admin2 dd.part_cnt > span{height: 41px; line-height: 41px; width: 340px;}
#admin_info.multi.admin2 dd.tel_cnt > span{height: 41px; line-height: 41px; padding: 0 20px;}
#admin_info.multi.admin2 dd.tel_cnt > span > .tel_ico{/*background:url("/images/www/sub/sub_sp.png") no-repeat -123px -45px;*/ background: url("/images/common/admin_info_sp.png") no-repeat -35px 0; float: left; text-indent: -99999px; width: 26px; height: 26px; margin: 8px 8px 0 0;} 
#admin_info.multi.admin2 .admin_info_right{padding: 20px 2.5%; text-align: center;}
#admin_info.multi.admin2 .admin_info_right dt{width: 100%; padding: 0; margin: 0;}
#admin_info.multi.admin2 .admin_info_right dd{width: 100%;}

#admin_info.multi.admin3 dt.part{height: 125px; line-height: 125px;}
#admin_info.multi.admin3 dd.part_cnt > span{height: 41px; line-height: 41px; width: 340px;}
#admin_info.multi.admin3 dd.tel_cnt > span{height: 41px; line-height: 41px; padding: 0 20px;}
#admin_info.multi.admin3 dd.tel_cnt > span > .tel_ico{/*background:url("/images/www/sub/sub_sp.png") no-repeat -123px -45px;*/ background: url("/images/common/admin_info_sp.png") no-repeat -35px 0; float: left; text-indent: -99999px; width: 26px; height: 26px; margin: 8px 8px 0 0;}
#admin_info.multi.admin3 .admin_info_right{padding: 40px 2.5%; text-align: center;}
#admin_info.multi.admin3 .admin_info_right dt{width: 100%; padding: 0;}
#admin_info.multi.admin3 .admin_info_right dd{width: 100%;}

#admin_info.multi.admin4 dt.part{height: 167px; line-height: 167px;}
#admin_info.multi.admin4 dd.part_cnt > span{height: 41px; line-height: 41px; width: 340px;}
#admin_info.multi.admin4 dd.tel_cnt > span{height: 41px; line-height: 41px; padding: 0 20px;}
#admin_info.multi.admin4 dd.tel_cnt > span > .tel_ico{/*background:url("/images/www/sub/sub_sp.png") no-repeat -123px -45px;*/ background: url("/images/common/admin_info_sp.png") no-repeat -35px 0; float: left; text-indent: -99999px; width: 26px; height: 26px; margin: 8px 8px 0 0;} 
#admin_info.multi.admin4 .admin_info_right{padding: 61px 2.5%; text-align: center;}
#admin_info.multi.admin4 .admin_info_right dt{width: 100%; padding: 0;}
#admin_info.multi.admin4 .admin_info_right dd{width: 100%;}

#admin_info.multi.admin5 dt.part{height: 210px; line-height: 210px;}
#admin_info.multi.admin5 dd.part_cnt > span{height: 41px; line-height: 41px; width: 340px;}
#admin_info.multi.admin5 dd.tel_cnt > span{height: 41px; line-height: 41px; padding: 0 20px;}
#admin_info.multi.admin5 dd.tel_cnt > span > .tel_ico{/*background:url("/images/www/sub/sub_sp.png") no-repeat -123px -45px;*/ background: url("/images/common/admin_info_sp.png") no-repeat -35px 0; float: left; text-indent: -99999px; width: 26px; height: 26px; margin: 8px 8px 0 0;} 
#admin_info.multi.admin5 .admin_info_right{padding: 78px 2.5%; text-align: center;}
#admin_info.multi.admin5 .admin_info_right dt{width: 100%; padding: 0;}
#admin_info.multi.admin5 .admin_info_right dd{width: 100%;}

@media screen and (min-width:1101px) and (max-width:1180px){
	#admin_info.multi .admin_info_left{width: 90%; padding-left: 114px;}
	#admin_info.multi dd.part_cnt{width: 71%;}
	#admin_info.multi dd.tel_cnt{width: 25%;}
	#admin_info.multi dd.tel_cnt > span{border-right: 0;}
	#admin_info.multi.admin2 dt.part, #admin_info.multi.admin3 dt.part, #admin_info.multi.admin4 dt.part{height: 84px; width: 114px; text-align: center; line-height: 84px; margin-left: -114px;}
	#admin_info.multi.admin3 dt.part{height: 125px; line-height: 125px;}
	#admin_info.multi.admin4 dt.part{height: 167px; line-height: 167px;}
	#admin_info.multi.admin2 dd.part_cnt > span, #admin_info.multi.admin3 dd.part_cnt > span, #admin_info.multi.admin4 dd.part_cnt > span{width: auto;}
	#admin_info.multi.admin2 .admin_info_right, #admin_info.multi.admin3 .admin_info_right, #admin_info.multi.admin4 .admin_info_right{display: none;}
	#admin_info.multi.admin2 dd.tel_cnt > span, #admin_info.multi.admin3 dd.tel_cnt > span, #admin_info.multi.admin4 dd.tel_cnt > span{padding: 0 0 0 10%;}
}
@media screen and (max-width:910px){
	#admin_info.multi .admin_info_left{width: 90%; padding-left: 114px;}
	#admin_info.multi dd.part_cnt{width: 71%;}
	#admin_info.multi dd.tel_cnt{width: 25%;}
	#admin_info.multi dd.tel_cnt > span{border-right: 0;} 
	#admin_info.multi.admin2 dt.part, #admin_info.multi.admin3 dt.part, #admin_info.multi.admin4 dt.part{height: 84px; width: 114px; text-align: center; line-height: 84px; margin-left: -114px;}
	#admin_info.multi.admin3 dt.part{height: 125px; line-height: 125px;}
	#admin_info.multi.admin4 dt.part{height: 167px; line-height: 167px;}
	#admin_info.multi.admin2 dd.part_cnt > span, #admin_info.multi.admin3 dd.part_cnt > span, #admin_info.multi.admin4 dd.part_cnt > span{width: auto;}
	#admin_info.multi.admin2 .admin_info_right, #admin_info.multi.admin3 .admin_info_right, #admin_info.multi.admin4 .admin_info_right{display: none;}
	#admin_info.multi.admin2 dd.tel_cnt > span, #admin_info.multi.admin3 dd.tel_cnt > span, #admin_info.multi.admin4 dd.tel_cnt > span{padding: 0 0 0 10%;}
}
@media screen and (max-width:810px){
	#admin_info.multi dd.part_cnt{width: 69.5%;}
}
@media screen and (max-width:810px){
	#admin_info.multi dd.part_cnt{width: 69%;}
}







/*==========4) 공통 클래스 ==================================================================================================*/


.hidden{display:none}
.clear:after{display:block; content:""; clear:both; height:0}
.group:after{display:block; content:""; clear:both; height:0}
.bor_none { border:none !important;}
.bor_b_none{border-bottom: none !important;}
.bor_t_none{border-top: none !important;}
.bor_l_none{border-left: none !important;}
.bor_r_none{border-right: none !important;}
.bg_none { background:none !important;}
.hidden {display:none;}
.font_b{font-weight:500;}
.f_l{float:left}
.f_r{float:right}

/* 텍스트, 이미지 정렬 */
.align_center {text-align:center !important;}
.align_left {text-align:left !important;}
.align_right {text-align:right !important;}

/* 간격조정 */

.mal0 {margin-left:0 !important;}
.mal5 {margin-left:5px !important;}
.mal10 {margin-left:10px !important;}
.mal15 {margin-left:15px !important;}
.mal20 {margin-left:20px !important;}
.mal25 {margin-left:25px !important;}
.mal30 {margin-left:30px !important;}
.mal35 {margin-left:35px !important;}
.mal40 {margin-left:40px !important;}
.mal45 {margin-left:45px !important;}
.mal50 {margin-left:50px !important;}
.mal55 {margin-left:55px !important;}
.mal60 {margin-left:60px !important;}
.mal65 {margin-left:65px !important;}
.mal70 {margin-left:70px !important;}
.mal75 {margin-left:75px !important;}
.mal80 {margin-left:80px !important;}
.mal85 {margin-left:85px !important;}
.mal90 {margin-left:90px !important;}
.mal95 {margin-left:95px !important;}
.mal100 {margin-left:100px !important;}
.mal120 {margin-left:120px !important;}
.mal130 {margin-left:130px !important;}
.mal140 {margin-left:140px !important;}
.mal150 {margin-left:150px !important;}
.mal-5 {margin-left:-5px !important;}
.mal-10 {margin-left:-10px !important;}
.mal-15 {margin-left:-15px !important;}
.mal-20 {margin-left:-20px !important;}
.mal-25 {margin-left:-25px !important;}
.mal-30 {margin-left:-30px !important;}
.mal-35 {margin-left:-35px !important;}
.mal-40 {margin-left:-40px !important;}
.mal-45 {margin-left:-45px !important;}
.mal-50 {margin-left:-50px !important;}

.mar0 {margin-right:0 !important;}
.mar5 {margin-right:5px !important;}
.mar10 {margin-right:10px !important;}
.mar15 {margin-right:15px !important;}
.mar20 {margin-right:20px !important;}
.mar25 {margin-right:25px !important;}
.mar30 {margin-right:30px !important;}
.mar35 {margin-right:35px !important;}
.mar40 {margin-right:40px !important;}
.mar45 {margin-right:45px !important;}
.mar50 {margin-right:50px !important;}
.mar55 {margin-right:55px !important;}
.mar60 {margin-right:60px !important;}
.mar65 {margin-right:65px !important;}
.mar70 {margin-right:70px !important;}
.mar75 {margin-right:75px !important;}
.mar80 {margin-right:80px !important;}
.mar85 {margin-right:85px !important;}
.mar90 {margin-right:90px !important;}
.mar95 {margin-right:95px !important;}
.mar100 {margin-right:100px !important;}
.mar120 {margin-right:120px !important;}
.mar130 {margin-right:130px !important;}
.mar140 {margin-right:140px !important;}
.mar150 {margin-right:150px !important;}

.mab0 {margin-bottom:0 !important;}
.mab5 {margin-bottom:5px !important;}
.mab10 {margin-bottom:10px !important;}
.mab15 {margin-bottom:15px !important;}
.mab20 {margin-bottom:20px !important;}
.mab25 {margin-bottom:25px !important;}
.mab30 {margin-bottom:30px !important;}
.mab35 {margin-bottom:35px !important;}
.mab40 {margin-bottom:40px !important;}
.mab45 {margin-bottom:45px !important;}
.mab50 {margin-bottom:50px !important;}
.mab55 {margin-bottom:55px !important;}
.mab60 {margin-bottom:60px !important;}
.mab65 {margin-bottom:65px !important;}
.mab70 {margin-bottom:70px !important;}
.mab75 {margin-bottom:75px !important;}
.mab80 {margin-bottom:80px !important;}
.mab85 {margin-bottom:85px !important;}
.mab90 {margin-bottom:90px !important;}
.mab95 {margin-bottom:95px !important;}

.ma0 {margin:0 !important;}
.ma5 {margin:5px !important;}
.ma10 {margin:10px !important;}
.ma15 {margin:15px !important;}
.ma20 {margin:20px !important;}
.ma25 {margin:25px !important;}
.ma30 {margin:30px !important;}
.ma35 {margin:35px !important;}
.ma40 {margin:40px !important;}
.ma45 {margin:45px !important;}
.ma50 {margin:50px !important;}

.mat0 {margin-top:0 !important;}
.mat3 {margin-top:3px !important;}
.mat5 {margin-top:5px !important;}
.mat10 {margin-top:10px !important;}
.mat12 {margin-top:12px !important;} 
.mat15 {margin-top:15px !important;}
.mat20 {margin-top:20px !important;}
.mat25 {margin-top:25px !important;}
.mat30 {margin-top:30px !important;}
.mat35 {margin-top:35px !important;}
.mat40 {margin-top:40px !important;}
.mat45 {margin-top:45px !important;}
.mat50 {margin-top:50px !important;}
.mat55 {margin-top:55px !important;} 
.mat60 {margin-top:60px !important;}
.mat65 {margin-top:65px !important;}
.mat70 {margin-top:70px !important;}
.mat75 {margin-top:75px !important;}
.mat80 {margin-top:80px !important;}
.mat85 {margin-top:85px !important;}
.mat90 {margin-top:90px !important;}
.mat95 {margin-top:95px !important;}
.mat100 {margin-top:100px !important;}
.mat110 {margin-top:110px !important;}
.mat120 {margin-top:120px !important;}
.mat130 {margin-top:130px !important;}
.mat140 {margin-top:140px !important;}
.mat150 {margin-top:150px !important;}
.mat200 {margin-top:200px !important;}

.mat-5 {margin-top:-5px !important;}
.mat-10 {margin-top:-10px !important;}
.mat-15 {margin-top:-15px !important;}
.mat-20 {margin-top:-20px !important;}
.mat-25 {margin-top:-25px !important;}
.mat-30 {margin-top:-30px !important;}
.mat-35 {margin-top:-35px !important;}
.mat-40 {margin-top:-40px !important;}
.mat-45 {margin-top:-45px !important;}
.mat-50 {margin-top:-50px !important;}

.pal0 {padding-left:0px !important;}
.pal5 {padding-left:5px !important;}
.pal10 {padding-left:10px !important;}
.pal15 {padding-left:15px !important;}
.pal20 {padding-left:20px !important;}
.pal25 {padding-left:25px !important;}
.pal30 {padding-left:30px !important;}
.pal35 {padding-left:35px !important;}
.pal40 {padding-left:40px !important;}
.pal45 {padding-left:45px !important;}
.pal50 {padding-left:50px !important;}
.pal55 {padding-left:55px !important;}
.pal60 {padding-left:60px !important;}
.pal65 {padding-left:65px !important;}
.pal70 {padding-left:70px !important;}
.pal75 {padding-left:75px !important;}
.pal80 {padding-left:80px !important;}
.pal85 {padding-left:85px !important;}
.pal90 {padding-left:90px !important;}

.par0 {padding-right:0 !important;}
.par5 {padding-right:5px !important;}
.par10 {padding-right:10px !important;}
.par15 {padding-right:15px !important;}
.par20 {padding-right:20px !important;}
.par25 {padding-right:25px !important;}
.par30 {padding-right:30px !important;}
.par35 {padding-right:35px !important;}
.par40 {padding-right:40px !important;}

.pat0 {padding-top:0px !important;}
.pat5 {padding-top:5px !important;}
.pat10 {padding-top:10px !important;}
.pat15 {padding-top:15px !important;}
.pat20 {padding-top:20px !important;}
.pat25 {padding-top:25px !important;}
.pat30 {padding-top:30px !important;}
.pat35 {padding-top:35px !important;}
.pat40 {padding-top:40px !important;}
.pat45 {padding-top:45px !important;}
.pat50 {padding-top:50px !important;}
.pat60 {padding-top:60px !important;}
.pat70 {padding-top:70px !important;}
.pat80 {padding-top:80px !important;}
.pat90 {padding-top:90px !important;}

.pab0 {padding-bottom:0 !important;}
.pab5 {padding-bottom:5px !important;}
.pab10 {padding-bottom:10px !important;}
.pab15 {padding-bottom:15px !important;}
.pab20 {padding-bottom:20px !important;}
.pab25 {padding-bottom:25px !important;}
.pab30 {padding-bottom:30px !important;}
.pab35 {padding-bottom:35px !important;}
.pab40 {padding-bottom:40px !important;}
.pab50 {padding-bottom:50px !important;}

.pa0{padding:0 !important;}
.pa5{padding:5px !important;}
.pa10{padding:10px !important;}
.pa15{padding:15px !important;}
.pa20{padding:20px !important;}
.pa25{padding:25px !important;}
.pa30{padding:30px !important;}
.pa35{padding:35px !important;}
.pa40{padding:40px !important;}
.pa45{padding:45px !important;}
.pa50{padding:50px !important;}

table th.th_5 { width:5%;}
table th.th_10 { width:10%;}
table th.th_15 { width:15%;}
table th.th_18 { width:18%;}
table th.th_20 { width:20%;}
table th.th_25 { width:25%;}
table th.th_28 { width:28%;}
table th.th_30 { width:30%;}
table th.th_35 { width:35%;}
table th.th_36 { width:36%;}
table th.th_40 { width:40%;}
table th.th_45 { width:45%;}
table th.th_50 { width:50%;}
table th.th_55 { width:55%;}
table th.th_60 { width:60%;}
table th.th_64 { width:64%;}
table th.th_65 { width:65%;}
table th.th_70 { width:70%;}
table th.th_75 { width:75%;}
table th.th_80 { width:80%;}

table td.td_5 { width:5%;}
table td.td_10 { width:10%;}
table td.td_15 { width:15%;}
table td.td_20 { width:20%;}
table td.td_25 { width:25%;}
table td.td_30 { width:30%;}
table td.td_35 { width:35%;}
table td.td_40 { width:40%;}
table td.td_45 { width:45%;}
table td.td_50 { width:50%;}
table td.td_55 { width:55%;}
table td.td_60 { width:60%;}
table td.td_65 { width:65%;}
table td.td_70 { width:70%;}
table td.td_75 { width:75%;}
table td.td_80 { width:80%;}



/*----------------------- contents_tools 공통----------------------*/

/****************************************************************************************
*********************************사이트별 달라지는 스타일은 sub.css에 추가해주세요*******
*****************************************************************************************/
.contents_tools{position: absolute; top: 0; right: 90px; line-height: 1.7em; margin: 28px 0 25px; transition: ease-in-out 0.3s;}
.contents_tools > ul:first-child{margin-left: 0;}
.contents_tools > ul > li > a{position: relative; display: block; width: 45px; height: 43px; line-height: 43px; text-align: center; overflow: hidden;}
.contents_tools > ul > li > a span{display: inline-block; vertical-align: middle; margin-top: -3px; text-indent: -99999px; background: url("/images/subsite_common/sub/sub_sp.png") no-repeat;}
.contents_tools > ul > li > a em.txt{position: absolute; width: 0; height: 0; text-indent: -99999px; z-index: -1; overflow: hidden;}
.contents_tools .fontsize li{float: left;}
.contents_tools .fontsize li a{border-left: 1px solid #b3b3b3;}
.contents_tools .fontsize li:first-child a{border-left: 0;}
.contents_tools .fontsize li.font_big a span{width: 13px; height: 13px; background-position: 0 0;}
.contents_tools .fontsize li.font_normal a span{width: 12px; height: 1px; background-position: -45px -6px;}
.contents_tools .content_util{padding: 0 18px;}
.contents_tools .content_util > li{float: left;}
.contents_tools .content_util > li:first-child{margin-left: 0;}
.contents_tools .content_util > li > a{width: 38px; height: 38px; line-height: 38px;}
.contents_tools .content_util > li.tools_view_option > a span{width: 20px; height: 20px; background-position: 0 -60px;}
.contents_tools .content_util > li.tools_share > a span{width: 24px; height: 18px; background-position: -50px -60px; margin-left: 5px;}
.contents_tools .content_util > li.tools_print > a span{width: 20px; height: 18px; background-position: -100px -61px;}
.contents_tools .content_util > li.tools_qr > a span{width: 18px; height: 18px; background-position: -151px -61px;}
.contents_tools .content_util > li.tools_bookmark > a span{width: 18px; height: 17px; background-position: -201px -61px;}

.contents_tools .content_util > li .util_box{position: absolute; top: 50px; right: 0; width: 200px; border: 1px solid #014da2; padding: 20px 28px; background-color: #fff; text-align: center; display: none; z-index: 2;}
.contents_tools .content_util > li .util_box strong{display: block; color: #343434; font-weight: 400; margin-bottom: 13px; text-align:left;}
.contents_tools .content_util > li .util_box ul{display: inline-block; margin-bottom: -5px; width: 100%;}
.contents_tools .content_util > li .util_box ul li{float: left;}
.contents_tools .content_util > li .util_box ul li:first-child{margin-left: 0 !important;}
.contents_tools .content_util > li .util_box ul li a{position: relative; display: block;}
.contents_tools .content_util > li .util_box ul li a span.icon{display: block; background: url("/images/common/sub/content_tools.png") no-repeat; text-indent: -99999px;}

.contents_tools .content_util > li.tools_view_option .util_box ul li{margin-left: 11px;}
.contents_tools .content_util > li.tools_view_option .util_box ul li a{box-sizing: border-box; width: 40px; height: 40px; line-height: 40px; border: 1px solid #d2d2d2; text-align: center;}
.contents_tools .content_util > li.tools_view_option .util_box ul li.on a{border: 2px solid #c10d1b;}
.contents_tools .content_util > li.tools_view_option .util_box ul li a span.icon{display: inline-block; background: url("/images/common/sub/contents_tool_detail.png") no-repeat 0 0; vertical-align: middle; margin-top: -5px; text-indent: -99999px;}
.contents_tools .content_util > li.tools_view_option .util_box ul li.font_normal a span{background-position: 0 -95px; width: 19px; height: 11px;}
.contents_tools .content_util > li.tools_view_option .util_box ul li.font_big a span.icon{background-position: 0 -74px; width: 29px; height: 14px;}
.contents_tools .content_util > li.tools_view_option .util_box ul li.narrow a span.icon{background-position: 0 -43px; width: 23px; height: 13px;}
.contents_tools .content_util > li.tools_view_option .util_box ul li.normal a span.icon{background-position: 0 -21px; width: 23px; height: 13px;}
.contents_tools .content_util > li.tools_view_option .util_box ul li.wide a span.icon{background-position: 0 -3px; width: 23px; height: 9px;}

.contents_tools .content_util > li.tools_share .util_box ul{width: 100%; margin-bottom:8px;}
.contents_tools .content_util > li.tools_share .util_box ul li{width: 25%;}
.contents_tools .content_util > li.tools_share .util_box ul li a{font-size: 12px; color: #878787; letter-spacing: -0.5px;}
.contents_tools .content_util > li.tools_share .util_box ul li a:hover{text-decoration: underline;}
.contents_tools .content_util > li.tools_share .util_box ul li a span.icon{width: 41px; height: 41px; margin: 0 auto 5px;}
.contents_tools .content_util > li.tools_share .util_box ul li.facebook a span.icon{background-position: 0 -123px;}
.contents_tools .content_util > li.tools_share .util_box ul li.twitter a span.icon{background-position: -64px -123px;}
.contents_tools .content_util > li.tools_share .util_box ul li.story a span.icon{background-position: -130px -123px;}
.contents_tools .content_util > li.tools_share .util_box ul li.band a span.icon{background-position: -195px -123px;}

.contents_tools .content_util > li.tools_share .util_box p.url_copy {float:left;}
.contents_tools .content_util > li.tools_share .util_box p.url_copy input{font-size:13px; color:#3e3d3d; background-color:#ededed; padding:0 10px; width:140px; height:30px; line-height:30px; overflow:hidden; text-align:left; margin: 0; border: 0;}
.contents_tools .content_util > li.tools_share .util_box a.url_copybtn { font-size:13px; background-color:#2e3851; color:#fff; float:left; width:40px; height:30px; line-height:30px;}

.contents_tools .content_util > li.tools_print .util_box ul{width: 100%; margin-top:5px;}
.contents_tools .content_util > li.tools_print .util_box ul li{width: 33.33333%;}
.contents_tools .content_util > li.tools_print .util_box ul li a{font-size: 13px; color: #353535; letter-spacing: -0.5px;}
.contents_tools .content_util > li.tools_print .util_box ul li a:hover{text-decoration: underline;}
.contents_tools .content_util > li.tools_print .util_box ul li a span.icon{height: 28px; margin: 0 auto 5px;}
.contents_tools .content_util > li.tools_print .util_box ul li.print a span.icon{width: 29px; background-position: 0 -249px;}
.contents_tools .content_util > li.tools_print .util_box ul li.make_image a span.icon{width: 27px; background-position: -81px -249px;}
.contents_tools .content_util > li.tools_print .util_box ul li.make_pdf a span.icon{width: 26px; background-position: -159px -249px;}


/*즐겨찾기툴 추가*/
.contents_tools .content_util > li.tools_bookmark .util_box { width:368px; padding:0; text-align:left;}
.contents_tools .content_util > li.tools_bookmark .util_box strong { padding:22px 28px 0; margin-bottom:6px;}
.contents_tools .content_util > li.tools_bookmark .util_box p.info { font-size:14px; text-align:left; color:#014da2; padding:0 28px; margin-bottom:15px;}
.contents_tools .content_util > li.tools_bookmark .util_box p.info span { display:block; color:#858585; margin-top:2px;}
.contents_tools .content_util > li.tools_bookmark .util_box a.bookmark_plus { float:right; display:block; padding:0 20px; margin:0 25px 22px; background-color:#2e3851; color:#fff; font-size:14px; height:30px; line-height:30px; }
.contents_tools .content_util > li.tools_bookmark .util_box div.bookmark_list { clear:both; background-color:#ededed; padding:20px 28px; display:inline-block; width: 100%; box-sizing: border-box;}
.contents_tools .content_util > li.tools_bookmark .util_box div.bookmark_list ul { margin-bottom:14px;}
.contents_tools .content_util > li.tools_bookmark .util_box div.bookmark_list li {background: url("/images/common/sub/content_tools.png") no-repeat -247px 3px; padding-left:7px;}
.contents_tools .content_util > li.tools_bookmark .util_box div.bookmark_list li a { font-size:14px; color:#505050; display:inline; line-height:16px;}
.contents_tools .content_util > li.tools_bookmark .util_box div.bookmark_list li a.close span { display:inline-block; width:16px; height:16px; text-indent:-99999px; border-radius:10px;
background: #db3400 url("/images/common/sub/content_tools.png") no-repeat -134px 4px;}
.contents_tools .content_util > li.tools_bookmark .util_box div.bookmark_list a.reset {float:right; display:block; padding:0 20px; margin:0 0 6px; background-color:#2e3851; color:#fff; font-size:14px; height:30px; line-height:30px;}


.contents_tools .content_util > li.tools_qr img { margin:18px 0 -18px -25px; }


.contents_tools .content_util > li .util_box .close_box{position: absolute; bottom: -36px; left: -1px; right: -1px; height: 36px; background-color: #2a548e;}
.contents_tools .content_util > li .util_box .close_box .close{position: absolute; top: 0; right: 4px; width: 32px; height: 32px; text-indent: -99999px;}
.contents_tools .content_util > li .util_box .close_box .close:before{content: ''; position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; background: url("/images/common/sub/content_tools.png") no-repeat -87px 0; margin: -8px 0 0 -8px;}





/*========== new login ==========*/

.login-form-wrap {
    position: relative;
    max-width: 955px;
	margin:0 auto;
	width:100%;
}

.certify_info { border-top:2px solid #4164a2; border-bottom:1px solid #d2d2d2; padding:30px 3%; width:94%;}
.certify_info h3.certify_tit { color:#4164a2 !important; font-size:18px !important; margin:0 0 15px 0 !important;}
.certify_info p { font-size:14px !important; line-height:1.6 !important; margin:0 !important;}

#login_box #member_login legend{ display:none;}

#login_box {
    background-color: #edeff5;
    margin: 30px 0 0;
    padding:25px 3%;
    width: 94%;
}

#login_box p.login_tit { font-size:14px !important; line-height:1.6 !important; margin:0 !important;}
#login_box fieldset{ border:none !important;}
#login_box #member_login {margin:20px 0 0 0; padding:0;}
#login_box #member_login ul { width:83%; margin:0; display:inline-block;}
#login_box #member_login ul li {width:50%;float: left; position:relative;}
#login_box #member_login p.btn { width:17%;float: right;display: flex;}
#login_box input.btnSubmit { padding:10px 0; width:100%; cursor: pointer; position:relative; background:#4164a2; border:none; color:#fff; text-align: center;}
#login_box #member_login ul li label { position:absolute; top:10px; left:10px; font-size:13px; color:#666; font-weight:500;}
#login_box input.idinput, #login_box input.pwinput {
    border: 1px solid #ccc;
    color: #000000;
    font-size: 14px;
    padding: 10px 2%;
    width: 94%;
	vertical-align:middle;
}

#login_box .id_search { width:100%; text-align:center; border-top: 1px solid #d2d2d2; margin-top:30px; padding-top:10px;}
#login_box .id_search li {display:inline; margin:0 10px 0 0; padding:0 13px 0 0; font-size:14px;background:url("/images/common/board/id_line_bg.gif") no-repeat right 2px transparent;}
#login_box .id_search li:last-child { background:none; margin-right:0; padding-right:0;}

.certify_box { margin:30px 0 0; width:100%;}
.certify_box .service_box_1 {background:url("/images/common/board/id_bg_one.png") no-repeat center 25px transparent;}
.certify_box .service_box_2 {background:url("/images/common/board/id_bg_two.png") no-repeat center 25px transparent;}
.certify_box h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
	color:#2c6ea8 ;
}
.certify_box p.service_info {font-size:13px !important; line-height:1.6 !important;}
.certify_box .g_box {padding:115px 6% 35px;border:1px solid #dddddd; margin-top:10px;}
.certify_box .certify_one { float:left; width:48%;}
.certify_box .certify_two { float:right; width:48%;}
.service_sum {width:90%; padding:20px 5%; background:#edeff5; margin-top:20px; min-height: 120px;}
.service_sum strong { font-size:14px;} 
.service_sum ul { margin:10px 0 0;}
.service_sum ul li {font-size:13px !important; line-height:1.4 !important; margin:5px 0; background:url("/images/common/board/id_list_bl.gif") no-repeat 0 8px transparent; padding:0 0 0 8px; color:#555; transition: 0.2s ease;} 
a.btn_certify {
	color: #fff;
    display: block;
	margin:20px auto 0;
    padding: 8px;
    position: relative;
    text-align: center;
    transition: background-color 0.2s ease;
	width:150px;
	background-color: #2c6ea8  !important;
    text-transform: uppercase !important
	}
.certify_box .btn1:hover .btn1hover1 {transform: scale(1, 1);
}
.certify_box .btn1 .btn1hover1 {
    background: #2c9a37 none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1, 0);
    transform-origin: center top 0;
    transition: all 0.2s ease-out;
    width: 100%;
}
.certify_box .btn1 span {
    position: relative;
    transition: color 0.5s ease-out;
	font-size:14px;
}
.certify_box .btn1:hover span {color: #fff;}

/* id, pw찾기 옛날-작업후 삭제*/
/*#idpwsearch {
    margin: 30px auto 0;
    padding: 30px 0 30px 40px;
    position: relative;
    width: 95%;
	display:none;
}
#idpwsearch p.text01 { font-weight:bold; display:inline-block;}
#idpwsearch p.img01 { width:18%; margin-right:2%; display:inline-block;}
*/
/*id, pw찾기*/
.idpwsearch { padding:0 !important; margin:0 !important; display:block !important; width:100% !important; min-height:400px;}
.idpwsearch dl{ float: left; border:1px solid #d2d2d2; display:inline-block; width:47%;}
.idpwsearch dl.search_id { margin-right:5.4%;}
.idpwsearch dt { font-size:18px; font-weight:500; margin:25px 25px 30px;}
.idpwsearch dt { font-size:18px; font-weight:500; margin:25px;}
.idpwsearch .sch_idpwbtn { background-color:#f2f5f4; text-align:center;  padding:29px 0; height:36px;}
.idpwsearch .sch_idpwbtn p.sch_idpwbtn_in { width:96%; margin:0 auto;}
.idpwsearch .sch_idpwbtn a { float:left; margin-top:0; width:39%; margin-left:5%;}
.idpwsearch .sch_idpwbtn a:first-child { margin-right:0;}
.idpwsearch .idpw_m { margin:0 25px 25px 0; padding:0 0 0 30%; font-size:13px; min-height:56px;}
.idpwsearch .search_id dd.idpw_m {background:url("/images/common/member/sch_id_ico.gif") no-repeat 11% 1px;}
.idpwsearch .search_pw dd.idpw_m {background:url("/images/common/member/sch_pw_ico.gif") no-repeat 11% 1px;}




/*일치하는 아이디 없음 회원가입요청*/
.resultjoin {width:100%;  border:1px solid #d2d2d2;}
.resultjoin p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:40px;}
.resultjoin p.img01 {text-align:center; margin-top:30px;}
.resultjoin ul {margin: 30px 0 ;}

/*입력하신 정보와 일치하지 않는 아이디는 아래와 같습니다*/
.resultid {width:100%; border:1px solid #d2d2d2; min-height:360px;}
.resultid p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:40px;}
.resultid p.img01 {margin:20px auto; width:7%;}
.resultid ul.s1 {text-align:center;}
.resultid ul.s1 li {margin-top:3px;}
.resultid ul.s2 { background-color:#f2f5f4; margin:10px auto; padding: 20px 0; min-height:20px; width:56%;}
.resultid ul.s2 li {margin-left:90px; float:left;}
.resultid ul.s3 { width:41%;  margin:0 auto;}
.resultid ul.s3 li {float:left; margin-left:20px;}


/*비밀번호 재발급을 원하시면 아낼의 방법중 하나를 선택해 주세요*/
.waypw {width:100%;background:url("/images/common/member/sch_pw_ico.gif") no-repeat 150px 50px ; border:1px solid #d2d2d2; min-height:250px; }
.waypw p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:40px;}
.waypw p.text02 { padding-top:20px; margin-left:29%;}
.waypw .sendbtn { background-color:#f2f5f4; padding:31px 0; height:50px; width:100%; margin-top:20px;}
.waypw ul li {width:30%; margin:0 auto; line-height:36px;}
.waypw ul li a img { display:none;}
.waypw ul li a { display:block; background-color:#2c6ea8 ; text-align:center; color:#fff;}

/*비밀번호가 아이디로 초기화 되었습니다*/
.resetpw {width:100%;  border:1px solid #d2d2d2;}
.resetpw p.text01  { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:40px;}
.resetpw p.img01 {text-align:center; margin-top:30px;}
.resetpw ul {margin: 30px 0 ;}

/*비번찾기*/
#find_pw { border:1px solid #d2d2d2; padding-bottom:30px;}
#find_pw p.text02  { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:40px;}


/*입력한 답변이 올바르지 않습니다*/
.wronganswer {width:100%;  border:1px solid #d2d2d2;}
.wronganswer p.text01  { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:40px;}
.wronganswer form {width:30%; margin:30px auto; text-align:center;}
.wronganswer ul li {margin: 10px 0 ; text-align:center;}



/*임시 비밀번호가 발송되었습니다*/
.sendpw {width:100%;  border:1px solid #d2d2d2; background:url("/images/common/member/sendnum.png") no-repeat center; height:210px}
.sendpw p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:60px;}
.sendpw ul {margin: 30px 0 0;}


/*임시비밀번호를 발송하시겠습니까?*/
.sendnumber { background:url("/images/common/member/sendnum.png") no-repeat center; padding:0 !important; margin:0 auto !important; display:block !important; width:100% !important; min-height:201px; border:1px solid #d2d2d2;}
.sendnumber p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding:45px 0 44px 0;}
.sendnumber .sendbtn { background-color:#f2f5f4; padding:13px 0 26px; height:50px; width:100%;}
.sendnumber .sendbtn ul {width:30%; margin:0 auto; }
.sendnumber .sendbtn ul li {float:left; margin-left:9.5%;}


ul.idin li {margin-top:10px; text-align:center;}


@media screen and (min-width:1001px) and (max-width:1169px){
	.resultid ul.s3 { width:51%;  margin:0 auto;}
	.sendnumber .sendbtn ul {width:35%;}
}

@media screen and (max-width:964px){
	.resultid ul.s3 { width:55%;}
	.resultid ul.s2 { width:65%;}
	.waypw {background:none;}
	.waypw ul li {width:35%;}
	.sendnumber .sendbtn ul {width:35%;}
}






/*회원가입 step1*/
#join_type { border: 1px solid #bbbbbb; float: left; height: 410px; width: 99.8%;}
#join_type .type_w { width:100%; border-bottom:1px solid #e4e4e4; height:243px;}
#join_type ul.type { padding: 0; overflow:hidden; width:99%; margin:0 auto;}
#join_type ul.type li { background-image: none; float: left; width:33%;	height:243px; border-left:1px solid #e4e4e4;}
#join_type ul.type li:first-child { border-left:none;}

#join_type ul.type li a { display:block; width:149px; margin:49px auto 0; padding-top:73px; font-size:15px;}
#join_type ul.type li a img, #join_type ul.type li a span { display:block; text-align:center;}
#join_type ul.type li a span.joinm { margin-bottom:10px;}
#join_type ul.type li a span.joinbtn { background-color:#4264a3; height:37px; line-height:37px; color:#fff; border-bottom:3px solid #ddd; }

#join_type ul.type li.ty01 a {background: url("/images/common/member/btn_type01_ico.gif") no-repeat scroll top center transparent;}
#join_type ul.type li.ty02 a {background: url("/images/common/member/btn_type02_ico.gif") no-repeat scroll top center transparent;}
#join_type ul.type li.ty03 a {background: url("/images/common/member/btn_type03_ico.gif") no-repeat scroll top center transparent;}

#join_type .mtxt_w { background-color:#f2f5f7; height:166px;}
#join_type ul.mtxt { padding-top:32px; width: 85%;	margin:0 auto;	font-size:15px;}
#join_type ul.mtxt li { background: url("/images/common/member/arrow_01.gif") no-repeat scroll left 9px transparent;  padding: 0 0 0 9px; line-height:24px;}

/*회원가입 step2*/

#content #join_tab h5 { font-size:17px; font-weight:400; text-decoration: none; display: block; clear: both;}

#join_tab {  background-image: none; width:100%; margin: 0;  padding: 0; }
#join_tab ul.tab {  padding: 0;	overflow:hidden;	border:1px solid #bbbbbb; width:99.8%;	height:135px;}
#join_tab ul.tab li {  float: left;  padding-top: 57px; font-size:15px; text-align:center; width:25%; line-height:20px; margin-top:23px; position:relative; }
#join_tab ul.tab li span.here { font-size:14px; color:#df2a09; font-weight:400;}
#join_tab ul.tab li span.no img { margin-right:3px; margin-top:3px;}

#join_tab ul.tab li.jointab1 {background: url("/images/common/member/jointab1_n.png") no-repeat scroll center 6px;}
#join_tab ul.tab li.jointab1.on {background: url("/images/common/member/jointab1_n_on.png") no-repeat scroll center 6px;}
#join_tab ul.tab li.jointab2 {background: url("/images/common/member/jointab2_n.png") no-repeat scroll center 6px;}
#join_tab ul.tab li.jointab2.on {background: url("/images/common/member/jointab2_n_on.png") no-repeat scroll center 6px;}
#join_tab ul.tab li.jointab3 {background: url("/images/common/member/jointab3_n.png") no-repeat scroll center 6px;}
#join_tab ul.tab li.jointab3.on {background: url("/images/common/member/jointab3_n_on.png") no-repeat scroll center 6px;}
#join_tab ul.tab li.jointab4 {background: url("/images/common/member/jointab4_n.png") no-repeat scroll center 6px;}
#join_tab ul.tab li.jointab4.on {background: url("/images/common/member/jointab4_n_on.png") no-repeat scroll center 6px;}


#join_tab ul.tab li span.right_bl { position:absolute; right:0; top:0; background: url("/images/common/member/right_bl.png") no-repeat scroll center center; height:100%; width:17px;}



#join_tab div.textArea {
    width: 100% !important;
	font-size:14px;
	background-color:#f2f5f7;
}
#join_tab p {
    /*float: left;*/
	clear:both;
    margin: 0;
    padding: 10px 0 0;
}
#join_tab p input {
    margin-left: 4px;
    vertical-align: middle;
}
#join_tab p.joinPoint {
    background: url("/images/common/member/arrow_01.gif") no-repeat scroll left 10px transparent;
    color: #4D4D4D;
    /*float: left;*/
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 0 0 8px;
}
#join_tab p.joinText {
    color: #4D4D4D;
    margin-left: 0;
}
#join_tab p.joinText strong {
    color: #00944A;
    font-weight: 400;
    text-decoration: underline;
}
#join_tab div.textArea, #join_tab div.borderArea, #join_tab div.borderArea02 {
    border-color: #C9C9C9 #E1E1E1 #E1E1E1;
    border-image: none;
    border-right: 1px solid #E1E1E1;
    border-style: solid;
    border-width: 1px;
    float: left;
}
#join_tab div.textArea div {
    height: 200px;
    margin: 10px 0 10px 15px;
    overflow-x: hidden;
    overflow-y: scroll;
	padding:0 2% 0 0;
}

#join_tab div.textArea div dl {
    margin: 10px 0 0;
    padding: 0;
	float:left;
}

#join_tab div.textArea div dl dt {
    color: #000000;
    font-weight: 400;
    margin: 10px 0 0;
    padding: 0;
	font-size:15px;
}
#join_tab div.textArea div dl dd {
    color: #666;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 0;
	line-height:1.6;
}
#join_tab div.textArea table.basic{background-color: #fff;}
#join_tab .img_realsearch {
    float: left;
    height: 100px;
    margin-top: 40px;
    padding-left: 28px;
    padding-top: 58px;
    width: 137px;
}
#join_tab ul.type {
    float: left;
    margin-top: 28px;
    padding: 4%;
    width: 91.8%;
	border:1px solid #d2d2d2;
	background-color:#f2f5f7;
}
#join_tab ul.type li {
    background-image: none;
    float: left;
	font-size:15px;
	margin-top:25px;
	width:100%;
	line-height:25px;
}
#join_tab ul.type li:first-child { margin-top:0;}

#join_tab ul.type li img { float:left; display:block; margin-bottom:10px; margin-right:8px;}
#join_tab ul.type li span { float:left; display:block;}

#join_tab ul.type02 {
    margin-left: 8px;
    margin-top: 19px;
	overflow:hidden;
}
#join_tab ul.type02 li {
    background: url("/images/common/member/arrow_01.gif") no-repeat scroll left 9px transparent;
    float: left;
    line-height: 22px;
    width: 95%;
	padding: 0 0 0 10px;
	font-size:14px;
}
#join_tab ul.type03 {
    border: 1px dashed #FF3300;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
    margin-top: 10px;
	margin-bottom:10px;
    padding: 10px 10px 10px 20px;
}
#join_tab ul.type03 li {
    background: url("/images/common/member/icon_excla.gif") no-repeat scroll left -1px transparent;
    float: left;
    height: 18px;
    padding: 0 0 0 26px;
}
#join_tab p.end {
    float: left;
    margin: 0;
    padding-left: 28px;
    padding-top: 18px;
    width: 137px;
}
#join_tab ul.end {
    float: left;
    margin-left: 8px;
    margin-top: 50px;
    padding: 0;
    width: 350px;
}
#join_tab ul.end li {
    background: url("/images/common/member/arrow_01.gif") no-repeat scroll left 7px transparent;
    float: left;
    font-size: 14px;
    line-height: 130%;
}
#join_tab ul.end li span {
    font-weight: 400;
}
#joinBtnGroup {
    /*float: left;*/
    margin: 16px 0 15px 0;
    width: 100%;
}
#joinBtnGroup ul {    
	text-align: center;
	
}
#joinBtnGroup ul li {
    background-image: none !important;
    margin-right: 8px;
	display:inline;
}
#join_tab div.borderArea {
    margin-top: 18px;
    padding: 0 22px 20px;
    width: 566px;
}
#join_tab div.borderArea dl dt {
    font-size: 14px;
    margin-top: 15px;
    vertical-align: text-bottom;
}
#join_tab div.borderArea dl dt img {
    margin-right: 10px;
}
#join_tab div.borderArea dl dd {
    font-weight: normal;
    margin-top: 10px;
}
#join_tab div.borderArea dl dd strong {
    color: #388D02;
    text-decoration: underline;
}
#join_tab div.borderArea02 {
    background: url("/01kr/images/use/img_join01.jpg") no-repeat scroll 18px 12px transparent;
    margin-top: 16px;
    padding: 16px 40px 24px 130px;
}
ul#ipinBtnGroup {
    clear: both;
    padding-top: 19px;
    text-align: center;
}
ul#ipinBtnGroup li {
    display: inline;
}
#join_tab div.borderArea02 dl {
    width: 440px;
}
#join_tab div.borderArea02 dl dd {
    font-weight: normal;
    margin-top: 5px;
}
#join_tab div.borderArea02 dl dd strong {
    margin-left: 4px;
}
#join_tab table.joinTable { 
    border-color: #d2d2d2;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    clear: both;
    /*margin-top: 8px;*/
    padding: 0;
    width: 100%;
}
#join_tab table.joinTable caption {
    margin-top: 20px;
    padding-left: 20px;
    text-align: left;
}
#join_tab table.joinTable caption strong {
    color: #00A851;
    font-weight: normal;
    margin-left: 8px;
}
#join_tab table.joinTable tr th, #join_tab table.joinTable tr td {
    border-bottom: 1px solid #DCDEE7;
}
#join_tab table.joinTable tr th {
    background: url("/01kr/images/use/bol_jointh.gif") no-repeat scroll 19px 18px #F5F6F6;
    padding: 10px 10px 10px 18px;
    text-align: left;
    vertical-align: text-top;
    width: 110px;
	font-weight:400;
}
#join_tab table.joinTable tr td {
    font-weight: normal;
    padding: 10px 10px;
}
#join_tab table.joinAddress tr td {
   /* padding: 0 0 0 10px;*/
	padding:0 0 5px 10px;
}
#join_tab table.joinAddress tr td.paddingOther01 {
    padding: 7px 10px 4px;
}
#join_tab table.joinAddress tr td.paddingOther02 {
    padding: 4px 10px 7px;
}
#join_tab table.joinTable tr td input, #join_tab table.joinTable tr td select, #join_tab table.joinTable tr td img {
    vertical-align: middle;
}

#join_tab table.joinTable tr td ul.joinLeft li {
    background-image: none;
    display: inline;
}
#join_tab table.joinTable tr td ul li {
    background-image: none !important;
    margin-left: 2px;
	margin-top:5px;
	font-size:14px;
}
span.must_input {
    color: #FF3300;
}
#join_tab table.joinTable tr td input.joinInput01, #join_tab table.joinTable tr td input.joinInput02, #join_tab table.joinTable tr td input.joinInput03, #join_tab table.joinTable tr td input.joinInput04, #join_tab table.joinTable tr td input.joinInput05, #join_tab table.joinTable tr td input.joinInput06, #join_tab table.joinTable tr td input.inputTextShort2 {
    border: 1px solid #C7C7C7;
    height: 20px;
    padding: 2px;
}
#join_tab table select {height: 24px;}

#join_tab table.joinTable tr td input.joinInput01 {
    width: 132px;
}
#join_tab table.joinTable tr td input.joinInput02 {
    width: 341px;
}
#join_tab table.joinTable tr td input.joinInput03 {
    width: 65px;
}
#join_tab table.joinTable tr td input.joinInput04 {
    width: 399px;
}
#join_tab table.joinTable tr td input.joinInput05 {
    width: 49px;
}
#join_tab table.joinTable tr td input.joinInput06 {
    width: 113px;
}

#join_tab table.joinTable tr td input#birth_yy, #join_tab table.joinTable tr td input#birth_mm,
#join_tab table.joinTable tr td input#birth_dd { width:100px;}

#join_tab table.joinTable tr td input[type="radio"] { margin-right:3px;}

#contentUseIdSearch input.checkInput07, #contentUseIdSearch input.checkInput08 {
    border: 1px solid #BFC7E0;
    height: 16px;
    padding: 2px;
}
#contentUseIdSearch input.checkInput07 {
    width: 234px;
}
#contentUseIdSearch input.checkInput08 {
    width: 107px;
}
#idsearch {
		width:441px; margin:0 auto;
}
#idsearch h2 {
   /* margin-left: 12px;*/
    margin-top: 10px;
}
#idsearch p.close {
    left: 410px;
    position: absolute;
    top: 10px;
}
#idsearch p {
    font-size: 14px;
    margin-left: 22px;
    margin-top: 20px;
}
#idsearch p.red {
    color: #FF4200;
    font-weight: 400;
    margin: 0 0 0 22px;
}
#idsearch p.black {
    color: #000000;
    font-weight: 400;
    margin: 20px 0 0 22px;
}
#idsearch form {
    width: 320px;
}
#idsearch fieldset {
    background-color: #F7F8F9;
    float: left;
    height: 44px;
    margin-left: 40px;
    margin-top: 20px;
    padding: 0 0 0 32px;
    width: 350px;
}
#idsearch fieldset legend {
    float: left;
    font-size: 12px;
    padding: 22px 0 0;
    visibility: visible;
    width: 50px;
	height:22px;
}
#idsearch input.w150 {
    border: 1px solid #C8D0EA;
    float: left;
    height: 22px;
    margin-top: 10px;
    width: 150px;
}
#idsearch input.p10 {
    float: left;
    margin-left: 5px;
    margin-top: 8px;
}
#idsearch .btn_use_ok{ display:block; text-align:center; margin-top:10px;}
.AlignLeft {
    text-align: left !important;
}
.AlignCenter {
    text-align: center !important;

}
.AlignRight {
    text-align: right !important;
}
.ValignTop {
    vertical-align: top !important;
}
.ValignMiddle {
    vertical-align: middle !important;
}
.ValignBottom {
    vertical-align: bottom !important;
}
.DisplayBlock {
    display: block;
}
.DisplayInline {
    display:inline;
}
.DisplayNone {
    display: none;
}
.FloatLeft {
    float: left;
}
.FloatRight {
    float: right;
}
.ClearBoth {
    clear: both;
}
.BackgroundNone {
    background: none repeat scroll 0 0 transparent !important;
}
.BorderNone {
    border: medium none !important;
}
.BorderRightNone {
    border-right: medium none !important;
}
.PaddingNone {
    padding: 0 !important;
}
.MarginNone {
    margin: 0 !important;
}
.FontWeightNormal {
    font-weight: normal !important;
}
.FontWeightBold {
    font-weight: 400 !important;
}
.fontbw {
    letter-spacing: -1px;
}

#idsearch a.close {
    left: 410px;
    position: absolute;
    top: 25px;
}

.group02{ clear:both; float:left; width:100%;   margin-top:50px !important;}

/*회원가입완료*/
p.end_top { width:99.8%; background-color:#f2f5f4; border:1px solid #d2d2d2; text-align:center; margin:25px 0 0 0 !important; padding:25px 0 !important; font-size:17px; } 
p.end_top span { color:#4264a3; font-weight: 400;}

/*회원정보수정*/
.pswd_checkbox{text-align: center;}
.pswd_checkbox form[name="password_confirm"]{display: inline-block; padding: 50px 20%; border: 1px solid #4264a3; box-sizing: border-box; width: 100%;}
.pswd_checkbox dl dt label[for="user_password"]{display: block; color: #4264a3; font-size: 22px; font-weight: 400;}
.pswd_checkbox dl dd{border-bottom: 1px dashed #d2d2d2; padding-bottom: 20px; margin: 20px 0;}
.pswd_checkbox dl dd input#user_password{width: 50%; margin: 0; height: 28px; line-height: 28px; padding: 0 7px; box-sizing: border-box;}
.pswd_checkbox .pswd_btn{clear: both; display: inline-block;}
.pswd_checkbox .pswd_btn li{float: left; margin-right: 5px;}
.pswd_checkbox .pswd_btn li input[type="submit"]{display: block; border: 0; background-color: #4264a3; color: #fff; padding: 0 30px; height: 34px; line-height: 34px; font-weight: 300; font-size: 15px;}
.pswd_checkbox .pswd_btn li .cancel{display: block; background-color: #333; color: #fff; padding: 0 30px; height: 34px; line-height: 34px; font-weight: 300; font-size: 15px;}

/** 통합메뉴 열렸을때 **/
 .total_menu_cnt_wrap{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.75); z-index: 1000;}
.total_menu_cnt_wrap.guide_close{background: none; width: auto;}
 .total_descrip{position:absolute; left: 50%; z-index: 10;}
 .total_descrip_inner{position:absolute;width:943px;height:749px;top:130px;left:50%;margin-left:-345px;background:url('/images/www/common/totalmenu_descript.png') no-repeat center 0; }
 .total_descrip_inner > h2, .total_descrip_inner > p{text-indent:-9999px}

 .total_descrip_inner ul li a{position:absolute;display:block;width:70px;height:70px;border-radius:35px;color:#fff;text-indent:-9999px}
 
 .total_descrip_inner ul li.mokpo a{top: 122px;left:116px;}
 .total_descrip_inner ul li.tour a{top: 264px;left:0;}
 .total_descrip_inner ul li.biz a{top: 480px;left: 145px;}
 
 .total_descrip_inner ul li.munhak a{top: 666px;left: 355px;}
 .total_descrip_inner ul li.art a{top: 527px;right: 94px;}
 .total_descrip_inner ul li.youth a{top: 575px;right: 287px;}
 .total_descrip_inner ul li.car a{top: 370px;right: 10px;}
 .total_descrip_inner ul li.health a{top: 190px;right: 135px;}
  
 .tt_close{position:absolute;color:#fff;top:55%;margin-top:50px;left:60%;margin-left:-190px;font-size:15px;padding:12px 25px 12px 50px;border:1px solid #737171;border-radius:15px;background:url('/images/www/common/tt_menu_descrip_close.png') no-repeat 20px 14px}
 .total_menu_cnt_wrap .total_menu_cnt{position:relative;left:0px; height: 100%; display: inline-block; z-index: 11;}
 .total_menu_cnt_wrap .total_menu_cnt > div{float:left;}
 .total_menu_cnt_wrap .total_menu_cnt > div > div{float:left;}
 .total_menu_cnt_wrap .total_menu_cnt #Depth1{width:308px;height:1080px;background:#222}
 .total_menu_cnt_wrap .total_menu_cnt #Depth1 h2{font-size:21px;font-weight:500;color:#fff ;padding:30px 0 50px 0; background:url('/images/www/common/total_title_bg.png') no-repeat 68px 45px; text-align:center	 }
 .total_menu_cnt_wrap .total_menu_cnt #Depth1 > ul{padding-top:20px}
 .total_menu_cnt_wrap .total_menu_cnt #Depth1 > ul > li{background:url('/images/www/common/total_arrow.png') no-repeat 263px center}
 .total_menu_cnt_wrap .total_menu_cnt #Depth1 > ul > li > a{display:block;font-size:15px;color:#fff;padding:7px 0px 7px 43px}
 .total_menu_cnt_wrap .total_menu_cnt #Depth1 > ul > li > a:hover{background:#4264a3 url('/images/www/common/total_arrow.png') no-repeat 263px center}
 .total_menu_cnt_wrap .total_menu_cnt #Depth2{position:relative;width:285px;height:1080px; background:#e9e9e9 url('/images/www/common/depth2_bg.png') repeat-y}
 .total_menu_cnt_wrap .total_menu_cnt #Depth2 h2{font-size:19px;font-weight:500;color:#010101;padding-left:50px;margin:30px 0 28px 0}
 .total_menu_cnt_wrap .total_menu_cnt #Depth2 > ul > li{background:url('/images/www/common/total_arrow2.png') no-repeat 234px center;margin-left:22px;}
 .total_menu_cnt_wrap .total_menu_cnt #Depth2 > ul > li > a{display:block;font-size:14px;padding:7px 0px 7px 30px}
 .total_menu_cnt_wrap .total_menu_cnt #Depth2 > ul > li > a:hover{background:#00688f url('/images/www/common/total_arrow.png') no-repeat 234px center;color:#fff}
 .total_menu_cnt_wrap .total_menu_cnt #Depth3{position:relative;background:#fff}
 .total_menu_cnt_wrap .total_menu_cnt #Depth3 .Depth3_cnt{float:left;width:228px}
 .total_menu_cnt_wrap .total_menu_cnt #Depth3 h2{font-size:18px;font-weight:500;color:#010101;padding-left:26px;margin:30px 0 28px 0}
 .total_menu_cnt_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > a{display:block;font-size:14px;padding:7px 0px 7px 30px}
 .total_menu_cnt_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > a:hover{color:#099a84}
 .total_menu_cnt_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li.newwin > a{background:url('/images/www/common/_blank.png') no-repeat 165px 8px}
 .total_menu_cnt_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > span{display: block;margin-top: 10px;text-align: center;font-weight: 600;font-size: 13px;}
 .total_menu_cnt_wrap .total_menu_cnt .total_menu_right_tab{float:left;width:49px;height:1080px;background:#4264a3}
 .total_menu_cnt_wrap .total_menu_cnt .total_menu_right_tab a {display:block;width:20px;height:20px;text-indent:-9999px;margin-left:14px;margin-top:20px}
 .total_menu_cnt_wrap .total_menu_cnt .total_menu_right_tab a.total_menu_cnt_close {background:url('/images/www/common/total_menu_close.png') no-repeat;}
 .total_menu_cnt_wrap .total_menu_cnt .total_menu_right_tab a.total_menu_cnt_close:hover{background:url('/images/www/common/total_menu_close_hover.png') no-repeat}
 .total_menu_cnt_wrap .total_menu_cnt .total_menu_right_tab a.Depth2_cancel {width:49px;height:53px;background:#222 url('/images/www/common/Depth2_cancel.png') no-repeat;margin-top:32px;margin-left:0}
 .total_menu_cnt_wrap .total_menu_cnt .total_menu_right_tab a.Depth2_cancel:hover{width:49px;height:53px;background:#222 url('/images/www/common/Depth2_cancel_hover.png') no-repeat;margin-left:0}
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth2_3{position:relative; }
 /*.total_menu_cnt_wrap.on { display:block !important; }*/
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth2 { display:block !important; }
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth2 { left: 0; }
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth3 { left: 0; }
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth3 .Depth3_cnt {width: 280px !important; display: block !important;}
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth1 > ul > li > a.on {background: #224039 url("/images/www/common/total_arrow.png") no-repeat scroll 263px center;}
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth2 > ul > li > a.on {background: #224039 url("/images/www/common/total_arrow.png") no-repeat scroll 234px center;color: #fff;}
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > a.on { color: #099a84;}
 /* .total_menu_cnt_wrap.on .total_menu_cnt #Depth2_3 {left: 55px !important;position: absolute;}
 .total_menu_cnt_wrap.on .total_menu_cnt #Depth3 .Depth3_cnt {background-color: #fff;border-left: 1px solid;float: left;height: 100%;left: -200px;position: absolute;width: 228px !important;z-index: 99999; display:block;}
 .total_menu_cnt_wrap.on .total_menu_cnt .total_menu_right_tab {left: -15px; position: relative;}
 */   
 .Depth1_over {background:#4264a3 url("/images/www/common/total_arrow.png") no-repeat scroll 263px center !important;}
 .Depth2_over {background:#00688f url("/images/www/common/total_arrow.png") no-repeat scroll 234px center !important;}
 .Depth2_over a{color : #ffffff;}
 .Depth3_over a{color: #099a84; font-weight:500;}
 .ajax_loader {background:url("/images/spinner_squares_circle.gif") no-repeat center center transparent;width:100%;height:100%;}
 #Depth3 .Depth3_cnt .ajax_loader {height:50%;}
 #get_page {position: absolute; top: -76px;width: 600px;background: #fff none repeat scroll 0 0;height: auto;left: 762px;overflow: scroll;padding: 25px;; z-index: 9999;display:none;padding-top:0}
 #get_page .preview_header {position:fixed;width:583px;;background:#fff;padding-top:25px }
 #get_page .preview_header p:first-child{text-align:center}
 #get_page .preview_header .path {position:relative;font-size:15px;color:#000;font-weight:500;border-bottom:2px solid #099a84;border-top:1px solid #d2d2d2;padding:11px 0;margin-top:17px}
 #get_page .preview_header .path span{display:inline-block;width:420px}
 #get_page .preview_header > p > a{position:absolute;top:7px;right:0px;width:99px;height:29px;line-height:29px;font-size:14px;color:#fff;background:#099a84 url('/images/www/common/icon_total_blank.png') no-repeat 13px center;padding-left:32px}
 .get_page_img {border: 1px solid #099a84;padding:25px 0 20px 20px;border-radius:5px;background:url('/images/www/common/ready.png') no-repeat 22px 27px;font-size:13px;color:#126843;padding-left:70px;margin:15px 0}
 .get_page_img span{display:block;font-size:14px;color:#000;font-weight:500;}
 #get_page h3 {font-size:16px;color:#099a84;margin: 35px 0 8px 0;}
 #get_page h4{font-size:15px;margin:10px 0 5px 0}
 #get_page table { border-collapse: collapse; border-spacing: 0; margin-top: 20px; width: 100%; border-top: 1px solid #4264a3; }
 #get_page table th{ background-color: #fbfbfb; border-bottom: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; border-top: 1px solid #4264a3;font-weight: 600; line-height: 14px;padding: 14px 0; text-align: center;}
 #get_page table th:last-child{border-right:none}
 #get_page table td{background-color: #fff;border-bottom: 1px solid #d2d2d2;border-right: 1px solid #d2d2d2;line-height: 16px;padding: 12px 15px;text-align: center;}
 #get_page table td:last-child{border-right:none}
 .preview_body{margin-top:170px;margin-bottom:100px}
 .preview_body > ul > li{background:url('/images/www/common/preview_dot.png') no-repeat left 7px;padding-left:10px;font-size:14px;}
 .preview_body > p{font-size:14px;}
 /* .preview_body > div:last-child{display:none}
 */  .pv_paging{text-align:center;margin:20px 0}
 .pv_paging > div a{padding:7px 12px;border:1px solid #d1ccc9}
 .pv_searchform{text-align:center}
 .pv_searchform label{display:none}
 .pv_searchform select{width:70px;height:27px;background:#ebebe4;border:1px solid #d6d6d6}
 .pv_searchform input[type="text"]{width:236px;height:27px;background:#ebebe4;border:1px solid #d6d6d6}
 .pv_searchform input[type="button"]{width:40px;height:27px;background:#ebebe4;border:1px solid #d6d6d6}
  #Depth1 label{position:absolute;top: 120px;left: 69px;color:#eee;font-size: 13px;}
 #menu_search{width:208px;height:38px;background:url('/images/www/common/total_searchmenu_bg.png') no-repeat;padding-left:34px;margin-left: 32px;border:none;margin-top: 10px;}
  #Depth1 input{color:#fff;font-size:14px}
 input[type="text"].menu_search::-webkit-input-placeholder{font-size:14px;color:#b8bfbe;}
 input[type="text"].menu_search:-ms-input-placeholder{font-size:14px;color:#b8bfbe;}
 input[type="text"].menu_search::-moz-placeholder {font-size:14px;color:#b8bfbe;}
 input[type=text]::-ms-clear {  display:none; }
 #header .initial_sound{display:none;float:none;position:relative;}
 .initial_sound .inner{position:absolute;top:-2px;padding:18px;width:206px;height:131px;margin-left:32px;background:#352d2d;border-bottom:1px solid #292121;}
 .initial_sound .inner > ul > li{float:left;display:block !important}
 .initial_sound .inner > ul > li.on > a{background:#74e9d7}
 .initial_sound .inner > ul > li > a{display:block;width:23px;height:21px;border:1px solid #bfc4c8;background:#fff;text-align:center;color:#1e332f;font-size:16px;margin-right:4px;margin-bottom:4px}
 .initial_sound .inner > p{color:#fff;background:url('/images/www/common/total_menu_notice.png') no-repeat ;padding-left:24px;margin-top:15px;font-size:12px}
 .initial_sound > a{position:absolute;top: 166px;width:242px;height:29px;line-height:29px;margin-left: 32px;color: #aa8c8c;font-size:11px;background:url('/images/www/common/total_menu_colse_bg.png') repeat;}
 .initial_sound > a > span{padding-left:175px;}
 #Depth1 > a{position:absolute;top:126px;left:255px;;width:11px;background:url('/images/www/common/total_menu_colse.png') no-repeat;text-indent:-9999px}
  .integration_category_wrap{position:relative;left:0;top:0;height:100%;z-index:1000}
 .integration_category_wrap .total_menu_cnt{left:0px}
 .integration_category_wrap .total_menu_cnt > div{float:left}
 .integration_category_wrap .total_menu_cnt > div > div{float:left;}
 .integration_category_wrap .total_menu_cnt #Depth1{width:308px;height:1080px;background:url('/images/www/common/root_bg.png') no-repeat}
 .integration_category_wrap .total_menu_cnt #Depth1 h2{font-size:21px;font-weight:500;color:#fff;padding-left:43px;margin:30px 0 22px 0}

 .integration_category_wrap .total_menu_cnt #Depth1 > ul > li{background:url('/images/www/common/total_arrow.png') no-repeat 263px center}
 .integration_category_wrap .total_menu_cnt #Depth1 > ul > li > a{display:block;font-size:15px;color:#fff;padding:7px 0px 7px 43px}
 .integration_category_wrap .total_menu_cnt #Depth1 > ul > li > a:hover{background:#224039 url('/images/www/common/total_arrow.png') no-repeat 263px center}
 .integration_category_wrap .total_menu_cnt #Depth2{position:relative;left:0;width:285px;height:1080px;background:url('/images/www/common/depth2_bg.png') no-repeat;}
 .integration_category_wrap .total_menu_cnt #Depth2 h2{font-size:19px;font-weight:500;color:#010101;padding-left:50px;margin:30px 0 28px 0}
 .integration_category_wrap .total_menu_cnt #Depth2 > ul > li{background:url('/images/www/common/total_arrow2.png') no-repeat 234px center;margin-left:22px;}
 .integration_category_wrap .total_menu_cnt #Depth2 > ul > li > a{display:block;font-size:14px;padding:7px 0px 7px 30px}
 .integration_category_wrap .total_menu_cnt #Depth2 > ul > li > a:hover{background:#224039 url('/images/www/common/total_arrow.png') no-repeat 234px center;color:#fff}
 .integration_category_wrap .total_menu_cnt #Depth3{position:relative;left:0;background:#fff}
 .integration_category_wrap .total_menu_cnt #Depth3 .Depth3_cnt{float:left;width:228px;}
 .integration_category_wrap .total_menu_cnt #Depth3 h2{font-size:18px;font-weight:500;color:#010101;padding-left:26px;margin:30px 0 28px 0}
 .integration_category_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > a{display:block;font-size:14px;padding:7px 0px 7px 30px}
 .integration_category_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > a:hover{color:#099a84}
 .integration_category_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li.newwin > a{background:url(/images/www/common/_blank.png) no-repeat 165px 8px}
 .integration_category_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > span{display: block;margin-top: 10px;text-align: center;font-weight: 600;font-size: 13px;}
 .integration_category_wrap .total_menu_cnt .total_menu_right_tab{float:left;width:49px;height:1080px;background:url('/images/www/common/close_bg.png') no-repeat}
 .integration_category_wrap .total_menu_cnt .total_menu_right_tab a {display:block;width:20px;height:20px;text-indent:-9999px;margin-left:14px;margin-top:20px}
 .integration_category_wrap .total_menu_cnt .total_menu_right_tab a.total_menu_cnt_close {background:url('/images/www/common/total_menu_close.png') no-repeat;}
 .integration_category_wrap .total_menu_cnt .total_menu_right_tab a.total_menu_cnt_close:hover{background:url('/images/www/common/total_menu_close_hover.png') no-repeat}
 .integration_category_wrap .total_menu_cnt .total_menu_right_tab a.Depth2_cancel {width:49px;height:53px;background:url('/images/www/common/Depth2_cancel_hover2.png') no-repeat;margin-top:32px;margin-left:0}
 .integration_category_wrap .total_menu_cnt .total_menu_right_tab a.Depth2_cancel:hover{width:49px;height:53px;background:url('/images/www/common/Depth2_cancel.png') no-repeat;margin-left:0}
 .integration_category_wrap .total_menu_cnt #Depth2_3{position:relative; left:0px;}
 .integration_category_wrap .total_menu_cnt #Depth2 { display:none; }
 .integration_category_wrap.on .total_menu_cnt #Depth2 { display:block !important; }
 .integration_category_wrap.on .total_menu_cnt #Depth2_3 {left: 290px;position: absolute;}
 .integration_category_wrap.on .total_menu_cnt #Depth2_3 {left: 55px;}
 .integration_category_wrap.on .total_menu_cnt #Depth3 .Depth3_cnt {background-color: #fff;border-left: 1px solid;float: left;height: 100%;left: -200px;position: absolute;width: 228px !important;z-index: 99999;}
 .integration_category_wrap.on .total_menu_cnt .total_menu_right_tab {left: -15px; position: relative;}
 .integration_category_wrap .total_menu_cnt #Depth1 > ul > li > a.on {background: #224039 url("/images/www/common/total_arrow.png") no-repeat scroll 263px center;}
 .integration_category_wrap .total_menu_cnt #Depth2 > ul > li > a.on {background: #224039 url("/images/www/common/total_arrow.png") no-repeat scroll 234px center;color: #fff;}
 .integration_category_wrap .total_menu_cnt #Depth3 .Depth3_cnt > ul > li > a.on { color: #099a84;}
 #new_wrap { margin: auto;width: 1400px;}
 #new_wrap .initial_sound{display:none;float:none;position:relative;}
 #new_wrap #right, #new_wrap #content_wrap{float:right;width:995px; margin-right: 15px;}
 #new_wrap #new_header .logo a {display:inline-block;width:101px;height:45px;background:url('/images/www/common/logo.png') no-repeat;text-indent:-9999px}
 #new_wrap #new_header .left_util ul li a {display: block;background: url('/images/www/common/icon_layout.png') no-repeat;padding-left: 22px;margin-top:-30px}
 #new_wrap #new_header .left_util ul li.logout a{width:60px;background-position: -7px -20px;}
 #new_wrap #new_header {border-bottom:1px solid #000;height: 100px;}
 #new_wrap #new_wrap #footer{clear:both}
 #new_wrap #new_header .header_top { height: 75px; margin: 0 auto; max-width: 1200px; min-width: 761px; position: relative; }
 #new_wrap #new_header .header_top h1 { padding-top: 12px; text-align: center; }
 #new_wrap #new_header .left_util ul li.logout a { background-position: -7px -20px; width: 60px; }
 #new_wrap #new_header .logo a { background: rgba(0, 0, 0, 0) url("/images/www/common/logo.png") no-repeat scroll 0 0; display: inline-block; height: 45px; text-indent: -9999px; width: 101px; }
 #new_wrap #footer { clear: both !important; }
   #new_wrap #footer_wrap{clear:both}
 #new_wrap .contents_tools {display: none;} 

/* mode=setting에서 저장하기버튼 클릭을 위해 추가 20180219_김용선 */
#content .box_type .align_right{position: relative; z-index: 10;}


/*상단 팝업레이어*/
.toppopup_wrap{display:block; position:relative; min-width: 1200px; border-bottom: 1px solid #dcdcdc; z-index: 11;}
.toppopup_wrap .toppopup{width: 1200px; margin: 0 auto;}
.top_popup_bxslider{height:168px; overflow: hidden;}
.top_popup_bxslider li{float:left; text-align:center;}
.top_popup_bxslider li.slide{visibility: hidden;}
.top_popup_bxslider li a{display:block; text-align:center;}
.top_popup_bxslider li img{width:100%; max-width:1200px; height:168px;}
.toppopup_wrap .closeCheck{position:absolute; bottom:15px; right:50%; margin-right:-760px; color: #fff; transition: ease 0.15s; z-index: 100; height: 18px; line-height: 17px;}
.toppopup_wrap .closeCheck label, .toppopup_wrap .closeCheck input{cursor: pointer; float: left;}
.toppopup_wrap .closeCheck label { color:#606060;}
.toppopup_wrap .closeCheck input{margin: 0 0 0 7px; width: 18px; height: 18px;}
.toppopup_wrap .custom_control{position:absolute; bottom:14px; left:0; width:100%; height: 18px; text-align: center;}
.toppopup_wrap .custom_control .custom_nav{display: inline-block; text-indent: -99999px; width: 18px; height: 18px; background: #606060 url("/images/common/layout/layout_sp.png") no-repeat; border-radius:10px;}
.toppopup_wrap .custom_control .custom_nav.prev_btn{background-position: 5px -155px; margin-left: 30px;}
.toppopup_wrap .custom_control .custom_nav.next_btn{background-position: -14px -155px;}
.toppopup_wrap .custom_control .custom_pager{display: inline-block; margin: 0 20px;}
.toppopup_wrap .custom_control .custom_pager > li{float: left; margin-left: 10px;}
.toppopup_wrap .custom_control .custom_pager > li:first-child{margin-left: 0;}
.toppopup_wrap .custom_control .custom_pager > li a{display: block; color: #dde0e1; font-size: 12px; text-align: center; width: 18px; height: 18px; font-weight: 300; line-height: 18px; background-color:#606060; border-radius:10px;}
.toppopup_wrap .custom_control .custom_pager > li a.active { background-color:#0080c6; font-weight:400;}
.toppopup_wrap .custom_control .control_btn{ display: inline-block; text-indent: -99999px; width: 18px; height: 18px; background: #606060 url("/images/common/layout/layout_sp.png") no-repeat; border-radius:10px;}
.toppopup_wrap .custom_control .control_btn.stop{background-position: -36px -155px;}
.toppopup_wrap .custom_control .control_btn.start{background-position: -56px -155px;}

@media screen and (max-width:1550px){
	.toppopup_wrap .closeCheck{right: 2% !important; margin-right: 0 !important;}
}
@media screen and (max-width:1220px){
	.toppopup_wrap{min-width: inherit !important; width: 100%;}
	.toppopup_wrap .toppopup{width: 100% !important;}
}
@media screen and (max-width:1100px){
	.toppopup_wrap{display: none !important;}
	#header .header_top .w_listbox > ul > li.popup{display: none;}
}

.open_type_box{clear: both; border: 1px solid #d2d2d2; padding: 25px 30px; margin: 12px 0;}
.open_type_box .open_inner{position: relative;}
.open_type_box .open_inner.open_type1{padding-left: 149px;}
.open_type_box .open_inner.open_type2{padding-left: 183px;}
.open_type_box .open_inner.open_type3{padding-left: 183px;}
.open_type_box .open_inner.open_type4{padding-left: 219px;}
.open_type_box .open_inner.open_type5{padding-left: 27px;}
.open_type_box .open_inner .left_box{position: absolute; top: 0; left: 0;}
.open_type_box .open_inner .right_box{padding-left: 30px; min-height: 54px; line-height: 54px;}
.open_type_box .open_inner .right_box p{display: inline-block; vertical-align: middle; line-height: 1.7em;}
.open_type_box .open_inner .right_box p a:hover{text-decoration: underline;}

/*구글지도*/
.gm-style-iw > div{overflow: visible !important;}
.gm-style-iw > div > div{overflow: visible !important;}
#content .gm-style img{max-width: none;}

.box_hidden, .text_hidden{position: absolute !important; text-indent: -99999px !important; width: 0 !important; height: 0 !important; border: 0 !important; font-size: 1px !important; z-index: -99999 !important; margin: 0 !important; padding: 0 !important; opacity: 0 !important; background: none !important;}
span.next{display: block;}

/*사이트 맵*/
#content .sitemap { display: block; float: left; margin: 0 0 30px; min-height: 200px; padding: 0; width: 100%}
#content .sitemap h3 { margin-top: 0 !important; padding: 5px 0 15px 0 !important; font-size:27px; text-align: left; color: #2a548e; background: none;}
#content .sitemap > ul { margin: 0 0 27px; padding: 0;background: url("/images/www/sub/sitmap_bg.gif") repeat-x scroll left top #fff ; border:1px solid #dee4e3}
#content .sitemap ul ul li {  line-height: 130% !important; padding: 0 0 0 20px;
text-align: justify}
#content .sitemap ul { margin-bottom:10px; display: block}
#content .sitemap ul li {  display: inline-block; width: 100%; }
#content .sitemap > ul > li > a { color: #0c4da2; font-size: 15px; font-weight:400; padding:0 0 0 11px}
#content .sitemap ul li ul { margin-top:15px; overflow: hidden; }
#content .sitemap ul li ul li { background:url("/images/common/sub/basic_ul_bl.png") no-repeat 0px 8px ; padding:0 0 0 10px;  border: medium none; display: inline-block; float: left; margin-right:2px; margin-left:30px; width: 204px; letter-spacing:-1px; margin-bottom:10px; }
#content .sitemap ul li ul li a { color: #000000; font-weight:400}
#content .sitemap ul li ul li a:hover{text-decoration: underline;}
#content .sitemap ul li ul li ul { margin-top:5px !important;margin-left:0px;}
#content .sitemap ul li ul li ul li { background:url("/images/common/sub/basic_ul_ul_bl.png") no-repeat 0px 4px ; padding:0 0 0 10px;
margin:2px 0 2px 0}
#content .sitemap ul li ul li ul li a { color: #4c4c4c; font-size: 14px; font-weight:300}
#content .sitemap ul li ul li ul li ul li a { background: url("/images/www/main/stats_bl.gif") no-repeat scroll left 6px !important; color: #646464; font-size: 13px; }
.sitemap_list > ul > li > a{display:block;font-size:17px;font-weight:400;background:#E5E6EE;padding:14px;}
.sitemap_list > ul > li > a:hover{background-color: #ffda21; transition: ease-in-out 0.28s;}
.sitemap_list { border:2px solid #dcdcdc; }

/*새창아이콘*/
.gnbbox_wrap.normal .gnb .gnb_wrap .gnb_inner .gnbB_wrap .gnbB > li > a.newwin > .newicon{display: inline-block; width: 16px; height: 15px; background: url("/images/common/newicon_sp.png") no-repeat -26px 0; text-indent: -99999px; vertical-align: middle; margin: -2px 0 0 8px;}
.gnbbox_wrap.normal .gnb .gnbC > li > a.newwin > .newicon{display: inline-block; width: 16px; height: 15px; background: url("/images/common/newicon_sp.png") no-repeat -159px 0; text-indent: -99999px; vertical-align: middle; margin: -2px 0 0 8px;}

#wrap .snb a.newwin .newicon{display: inline-block; width: 16px; height: 15px; background: url("/images/common/newicon_sp.png") no-repeat -159px 0; text-indent: -99999px; vertical-align: middle; margin: -2px 0 0 8px;}
#wrap .wide .snb .snbA > a.newwin .newicon{top:19px;}
#wrap .snb .snbA > a.newwin:hover .newicon, #wrap .snb .snbA > a.newwin:focus .newicon{background-position: -26px 0;}
#wrap .snb .snbB a.newwin:hover .newicon, #wrap .snb .snbB a.newwin:focus .newicon{background-position: -79px 0;}
#wrap .snb .snbC a.newwin .newicon{background-position: 0 -392px;}
#wrap .snb .snbC a.newwin:hover .newicon, #wrap .snb .snbC a.newwin:focus .newicon{background-position: 0 -612px;}

.section.depth4 > li > a.newwin .newicon{display: inline-block; width: 16px; height: 15px; background: url("/images/common/newicon_sp.png") no-repeat -159px 0; text-indent: -99999px; vertical-align: middle; margin: -2px 0 0 8px;}
.section.depth4 > li > a.newwin:hover .newicon, .section.depth4 > li > a.newwin:focus .newicon{background-position: -26px 0;}
.section.depth5 > li > a.newwin .newicon{display: inline-block; width: 16px; height: 15px; background: url("/images/common/newicon_sp.png") no-repeat -159px 0; text-indent: -99999px; vertical-align: middle; margin: -2px 0 0 5px;}
.section.depth5 > li > a.newwin:hover .newicon, .section.depth5 > li > a.newwin:focus .newicon{background-position: -53px 0;}


/*로딩중*/
.loding{top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(234,234,234,0.7); z-index: 20; display: block;}
.loding.loding_fixed{position: fixed;}
.loding.loding_part{position: absolute;}
.loding_inner {width: 82px; height: 82px; background: rgba(255, 255, 255, 0); position: absolute; top: 50%; left: 50%; margin: -41px 0 0 -41px;}
.loding_inner .text{position: absolute; top: 100%; left: -5px; right: -5px; text-align: center; color: #2f80ed; font-size: 17px; letter-spacing: -0.5px; margin-top: 28px;}
.spin_box {width: 100%; height: 100%; position: relative; transform: translateZ(0) scale(0.82); backface-visibility: hidden; transform-origin: 0 0;}
.spin_box div {box-sizing: content-box;}
.spin_box div > div {position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #2f80ed; animation: spin_box 1.7241379310344827s linear infinite;}
.spin_box > div:nth-child(1) {transform: rotate(0deg); transform-origin: 87px 50px;}
.spin_box > div:nth-child(2) {transform: rotate(45deg); transform-origin: 76px 76px;}
.spin_box > div:nth-child(3) {transform: rotate(90deg); transform-origin: 50px 87px;}
.spin_box > div:nth-child(4) {transform: rotate(135deg); transform-origin: 24px 76px;}
.spin_box > div:nth-child(5) {transform: rotate(180deg); transform-origin: 13px 50px;}
.spin_box > div:nth-child(6) {transform: rotate(225deg); transform-origin: 24px 24px;}
.spin_box > div:nth-child(7) {transform: rotate(270deg); transform-origin: 50px 13px;}
.spin_box > div:nth-child(8) {transform: rotate(315deg); transform-origin: 76px 24px;}
.spin_box div:nth-child(1) > div {left: 79px; top: 42px; animation-delay: -1.5086206896551722s;}
.spin_box div:nth-child(2) > div {left: 68px; top: 68px; animation-delay: -1.2931034482758619s;}
.spin_box div:nth-child(3) > div {left: 42px; top: 79px; animation-delay: -1.0775862068965516s;}
.spin_box div:nth-child(4) > div {left: 16px; top: 68px; animation-delay: -0.8620689655172413s;}
.spin_box div:nth-child(5) > div {left: 5px; top: 42px; animation-delay: -0.6465517241379309s;}
.spin_box div:nth-child(6) > div {left: 16px; top: 16px; animation-delay: -0.43103448275862066s;}
.spin_box div:nth-child(7) > div {left: 42px; top: 5px; animation-delay: -0.21551724137931033s;}
.spin_box div:nth-child(8) > div { left: 68px; top: 16px; animation-delay: 0s;}

@keyframes spin_box {
	0%, 100% {background: #56ccf2; backface-visibility: hidden; transform: translateZ(0) scale(0.7);}
	50% {background: #2f80ed; backface-visibility: hidden; transform: translateZ(0) scale(1.3);}
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
