@charset "utf-8";

/*
====================================================================================
====================***절대 건드리지마시오***====================

웹폰트적용 ##20210407 김용선
폰트 line-height 수정 + 최적화파일임, 건드리지 마시오

====================***절대 건드리지마시오***====================
====================================================================================
*/

@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 100;
	src: url('/contents/fonts/GmarketSansLight.eot'); /* IE 호환성 보기 */  
	src: local(※),
		 url('/contents/fonts/GmarketSansLight.eot#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
		 /*url('/contents/fonts/GmarketSansLight.woff2') format('woff2'),*/
		 url('/contents/fonts/GmarketSansLight.woff') format('woff'),
		 url('/contents/fonts/GmarketSansLight.ttf') format('truetype');
}
@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 300;
	src: url('/contents/fonts/GmarketSansMedium.eot'); /* IE 호환성 보기 */
	src: local(※),
		 url('/contents/fonts/GmarketSansMedium.eot#iefix') format('embedded-opentype'), /* IE 6 ~ 8 */
		 /*url('/contents/fonts/GmarketSansMedium.woff2') format('woff2'),*/
		 url('/contents/fonts/GmarketSansMedium.woff') format('woff'),
		 url('/contents/fonts/GmarketSansMedium.ttf') format('truetype');
}
@font-face {
	font-family: 'GmarketSans';
	font-style: normal;
	font-weight: 400;
	src: url('/contents/fonts/GmarketSansBold.eot'); /* IE 호환성 보기 */
	src: local(※),
		 url('/contents/fonts/GmarketSansBold.eot#iefix') format('embedded-opentype'),/* IE 6 ~ 8 */
	     /*url('/contents/fonts/GmarketSansBold.woff2') format('woff2'),*/
         url('/contents/fonts/GmarketSansBold.woff') format('woff'),
		 url('/contents/fonts/GmarketSansBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Gyeonggi';
	font-style: normal;
	font-weight: 300;
	src: local(※),
         url('/contents/fonts/Batang_Regular.woff') format('woff');
}
@font-face {
	font-family: 'Gyeonggi';
	font-style: normal;
	font-weight: 400;
	src: local(※),
         url('/contents/fonts/Batang_Bold.woff') format('woff');
}

br{font-family:"MalgunGothic","Dotum", "돋움", "Gulim", "굴림";}/*지마켓 폰트 익스에서 br오류*/

/*
====================***절대 건드리지마시오***====================
====================================================================================
*/



/*
★★★★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, select, input, textarea, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    font-weight: 300;
	vertical-align: baseline;
}
html, body {font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; line-height: 1.5em; color:#000; font-size:16px; height: 100%;}
select, input, textarea, button{ font-size:inherit; vertical-align:middle;}
input[type="submit"], input[type="reset"]{/*border:0px;background: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}
input:focus { outline: none;}

/* 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;}

.bold { /*font-family: 'GmarketSansBold';*/ font-weight: 400;}/*굵게*/
.light{/*font-family:'GmarketSansLight'*/ font-weight: 100;}/*가늘게*/
.font02{font-family: 'Gyeonggi', 'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif;}
.ls-01 {letter-spacing: -0.1em;}
/*notosans font weight*/
/*.fw1{ font-weight:100;}*/
/*.fw3{ font-weight:300;}
.fw4{ font-weight:400;}
.fw5{ font-weight:500;}
.fw6{ font-weight:600;}
.fw9{ font-weight:900;}*/


/*==========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;}
.debug_btn_box a.btn_sml{margin-bottom: 0;}

/*추가 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{}
#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: 2px 12px;border-radius: 3px;position: relative;z-index: 100;vertical-align: top;}
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:100;}

#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 dt.part{}
#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 (max-width:1199px){
	#admin_info .info_2nd{}
}
@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;}

.mab-5{margin-bottom: -5px !important;}
.mab-10{margin-bottom: -10px !important;}
.mab-20{margin-bottom: -20px !important;}
.mab-30{margin-bottom: -30px !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%;}



/*원패스,핸드폰본인확인 로그인*/

.loginform_wrap { position: relative; max-width: 1092px; margin:0 auto;	width:100%;}
.loginform_wrap .certify { border:2px solid #4d4d4d; box-sizing:border-box; padding:4%; margin-bottom:60px;}
.loginform_wrap .certify h3.certify_tit { color:#4164a2 !important; font-size:18px !important; margin:0 0 15px 0 !important;}
.loginform_wrap .certify p { font-size:14px !important; line-height:1.6 !important; margin:0 !important; word-break:keep-all;}

.loginform_wrap .certifybox { display:inline-block; margin-bottom:35px; width:100%;}
.loginform_wrap .certifybox h4 { font-size:22px;}
.loginform_wrap .certifybox > div { float:left; width:31.65%; margin-left:2.5%;}
.loginform_wrap .certifybox > div:first-child { margin-left:0; }
.loginform_wrap .certifybox > div > div { position:relative; border:1px solid #dbdbdb; margin-top:16px; padding-bottom:56px;}
.loginform_wrap .certifybox > div > div:before { content:""; display:block; position:absolute; width:100%; top:0; left:0; height:172px; background-color:#f4f4f4;} 
.loginform_wrap .certifybox .ico { display:block; height:172px; width:100%; position:relative;}
.loginform_wrap .certifybox .phone_pass .ico:after { content:""; display:block; position:absolute; width:93px; height:94px; background:url("/images/common/board/loginform_sp.png") no-repeat -20px -25px; left:50%; margin-left:-46.5px; top:43px; }
.loginform_wrap .certifybox .one_pass .ico:after { content:""; display:block; position:absolute; width:220px; height:45px; background:url("/images/common/board/loginform_sp.png") no-repeat -140px -21px; left:50%; margin-left:-110px; top:61px;}
.loginform_wrap .certifybox .naver_pass .ico:after { content:""; display:block; position:absolute; width:166px; height:31px; background:url("/images/common/board/loginform_sp.png") no-repeat -140px -86px; left:50%; margin-left:-83px; top:68px;}


.loginform_wrap .certifybox p.align_center{ width:70%; margin:40px auto 0; word-break:keep-all; height:90px; }

@media screen and (max-width:1460px){ .loginform_wrap .certifybox p.align_center span.next { display: initial !important;}}

.loginform_wrap .certifybox a.btn_certify { display:block;  width:72%; margin:32px auto 0; height:54px; font-size:18px; border-radius:100px;}
.loginform_wrap .certifybox a.btn_certify span { display:block; padding-top:16px;}

.loginform_wrap .certifybox .phone_pass a.btn_certify {background-color:#046fd9 !important;}
.loginform_wrap .certifybox .one_pass a.btn_certify {background-color:#1c2674 !important;}
.loginform_wrap .certifybox .naver_pass a.btn_certify {background-color:#32b44a !important;}

.loginform_wrap .certifybox .phone_pass a.btn_certify:hover, 
.loginform_wrap .certifybox .one_pass a.btn_certify:hover,
.loginform_wrap .certifybox .naver_pass a.btn_certify:hover { background-color:#d21c4f !important;}

#login_box.staff_login { clear:both;}
#login_box.staff_login h4 { font-size:22px;}
#login_box .staff_box { background-color:#eeeeee; border:1px solid #dbdbdb; padding:3%; margin-top:16px; margin-bottom:70px; box-sizing:border-box;}
#login_box .staff_box #member_login { margin-top:0 !important;}
#login_box.staff_login .staff_box input.idinput, 
#login_box.staff_login .staff_box input.pwinput { border:none; border-radius:10px; padding:16px 7%; width:80%; font-size:15px; font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300;}
#login_box.staff_login fieldset { height:51px;}
#login_box.staff_login #member_login ul { width:75%;}
#login_box.staff_login #member_login p.btn { width:25%; }
#login_box.staff_login input.btnSubmit {font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300; padding:16px 0; border-radius:10px; background-color:#676d7b;}
#login_box.staff_login input.btnSubmit:hover { background-color:#046fd9;}

#login_box.staff_login .staff_box input.idinput::-webkit-input-placeholder,
#login_box.staff_login .staff_box input.pwinput::-webkit-input-placeholder {font-size:15px;color:#000; font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300;}
#login_box.staff_login .staff_box input.idinput:-ms-input-placeholder,
#login_box.staff_login .staff_box input.pwinput:-ms-input-placeholder {font-size:15px;color:#000; font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300;}
#login_box.staff_login .staff_box input.idinput::-moz-placeholder,
#login_box.staff_login .staff_box input.pwinput::-moz-placeholder {font-size:15px;color:#000; font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300;}



/*========== 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 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;}
.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 a.btn1 {
    ;
}
.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;}


/*로그인후 통합로그인*/
.login_after { margin-bottom:40px; display:inline-block; width:100%; box-sizing:border-box;}
.login_after .certify {border:2px solid #4d4d4d; box-sizing:border-box; padding:4%; margin-bottom:60px;}
.login_after h4 { font-size:21px; margin-top:28px; margin-bottom:34px;}
.login_after .ys_ico { width:89px; height:22px; margin:45px auto; display:block; background:url("/images/common/board/loginafter_sp.png") no-repeat -11px -13px; }

.login_after .loginsite li { float:left; width:31.6%; margin-left:2.5%;}
.login_after .loginsite li:first-child { margin-left:0;}
.login_after .loginsite li a { display:block; width:100%; height:100%; text-align:center; font-size:18px; border:1px solid #dbdbdb; box-sizing:border-box; }
.login_after .loginsite li a span { display:block; transition:ease-in-out 0.3s;}
.login_after .loginsite li a .img { width:100%; height:142px;}
.login_after .loginsite li a .tit { height:70px; width:100%; line-height:70px;}
.login_after .loginsite li a:hover .tit { background-color:#ffe16c;}

.login_after .loginsite li.youthcenter a .img { background: #3b82da url("/images/common/board/loginafter_sp.png") no-repeat center -72px;}
.login_after .loginsite li.edu a .img { background: #f2f2f2 url("/images/common/board/loginafter_sp.png") no-repeat center -224px;}
.login_after .loginsite li.tour a .img { background: #8ec2eb url("/images/common/board/loginafter_sp.png") no-repeat center -376px;}



/* 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{ border:1px solid #d2d2d2; display:inline-block; float:left; 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:300; 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:300;}
#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: 300;
    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: 300;
    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: 300;
    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: 300;
}
#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:300;
}
#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: 300;
    margin: 0 0 0 22px;
}
#idsearch p.black {
    color: #000000;
    font-weight: 300;
    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: 300;}

/*회원정보수정*/
.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: 300;}
.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;}


 #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:300;}
.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;}
}

/*공공누리 추가 _ 181016_배금아*/
.open_type{clear: both; position: relative; display: inline-block; margin-bottom: 20px;}
.open_type .type_1{float: left;}
.open_type .type_1 a{display: block;}
.open_type .type_1 a:hover{box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.7);}
/*.open_type .type_1_text{display: none; position: absolute; top: 5px; left: 215px; width: 500px; padding-left: 20px;}*/
.open_type .type_1_text{display: none;  width: 500px; padding: 5px 15px; border-radius: 5px; border: 1px solid #666; float:left; margin-left:10px;}
.open_type .type_1_text a{display: inline-block; font-weight: 300; color: #4264a3;}
.open_type .type_1_text a:hover{text-decoration: underline;}
.open_type:hover .type_1_text{display: block;}

/*구글지도*/
.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; text-indent: -99999px; width: 0; height: 0; border: 0; font-size: 1px; z-index: -1; margin: 0; padding: 0; opacity: 0; background: none;}
span.next{display: block;}



/*로딩중*/
.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 슬라이더 기본스타일*/
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1 }
 .swiper-container-no-flexbox .swiper-slide { float: left }
 .swiper-container-vertical>.swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column }
 .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box }
 .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
 .swiper-container-multirow>.swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap }
 .swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto }
 .swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform }
 .swiper-invisible-blank-slide { visibility: hidden }
 .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto }
 .swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform }
 .swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px }
 .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d }
 .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  z-index: 10 }
 .swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0))); background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0)) }
 .swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0))); background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0)) }
 .swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0))); background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0)) }
 .swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0))); background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0)); background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0)) }
 .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y }
 .swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x }
 .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat }
 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto;  }
 .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto }
 .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto }
 .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") }
 .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") }
 .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") }
 .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") }
 .swiper-button-lock { display: none }
 .swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10 }
 .swiper-pagination.swiper-pagination-hidden { opacity: 0 }
 .swiper-container-horizontal>.swiper-pagination-bullets, .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 { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33); position: relative }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(.66); -ms-transform: scale(.66); transform: scale(.66) }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33) }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(.66); -ms-transform: scale(.66); transform: scale(.66) }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33) }
 .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2 }
 button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none }
 .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer }
 .swiper-pagination-bullet-active { opacity: 1; background: #007aff }
 .swiper-container-vertical>.swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
 .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block }
 .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px }
 .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: .2s top, .2s -webkit-transform; transition: .2s top, .2s -webkit-transform; -o-transition: .2s transform, .2s top; transition: .2s transform, .2s top; transition: .2s transform, .2s top, .2s -webkit-transform }
 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px }
 .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap }
 .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s left, .2s -webkit-transform; transition: .2s left, .2s -webkit-transform; -o-transition: .2s transform, .2s left; transition: .2s transform, .2s left; transition: .2s transform, .2s left, .2s -webkit-transform }
 .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s right, .2s -webkit-transform; transition: .2s right, .2s -webkit-transform; -o-transition: .2s transform, .2s right; transition: .2s transform, .2s right; transition: .2s transform, .2s right, .2s -webkit-transform }
 .swiper-pagination-progressbar { background: rgba(0,0,0,.25); position: absolute }
 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top }
 .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top }
 .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0 }
 .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0 }
 .swiper-pagination-white .swiper-pagination-bullet-active { background: #fff }
 .swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255,255,255,.25) }
 .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #fff }
 .swiper-pagination-black .swiper-pagination-bullet-active { background: #000 }
 .swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0,0,0,.25) }
 .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000 }
 .swiper-pagination-lock { display: none }
 .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0,0,0,.1) }
 .swiper-container-horizontal>.swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98% }
 .swiper-container-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: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: 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%; -o-object-fit: contain; 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; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite }
 .swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; background-size: 100%; background-repeat: no-repeat }
 .swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") }
 @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg) }
 }
 @keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg) }
 }
 .swiper-container .swiper-notification { position: absolute; left: 0; top: 0;  opacity: 0; z-index: -1000 }
 .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out }
 .swiper-container-fade .swiper-slide {  -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity }
 .swiper-container-cube { overflow: visible }
 .swiper-container-cube .swiper-slide {  -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100% }
 .swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0 }
 .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {  visibility: visible }
 .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
 .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0 }
 .swiper-container-flip { overflow: visible }
 .swiper-container-flip .swiper-slide {  -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1 }
 .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
 .swiper-container-coverflow .swiper-wrapper { -ms-perspective: 1200px }