@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');
}
/*
====================***절대 건드리지마시오***====================
====================================================================================
*/

br{font-family:"MalgunGothic","Dotum", "돋움", "Gulim", "굴림";}/*지마켓 폰트 익스에서 br오류*/
.light {font-weight: 100;}
.ls-01 {letter-spacing: -0.1em;}

/*
★★★★common.css 는 수정하게되면 전체가 다 바뀝니다. 수정하실때 생각이 필요합니다. 
*/


/* 모든 요소 공간 0, 서체 크기 100%, 세로정렬 baseline, 배경색 투명 */
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, font, 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, th, td, 
section, article, aside, header, hgroup, footer, nav, time, span, figure, canvas, video {
	margin:0; padding:0; 
	border:0 none; outline:0; 
	font-size:100%; vertical-align:baseline; 
}
h1, h2, h3, h4, h5, h6 { font-weight:300;}
body {font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; line-height: 1.5em; color:#323232; font-size:15px; font-weight: 300;}
select, input, textarea, button{font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-size:inherit; font-weight: 300; vertical-align:middle}
input[type=submit] {-webkit-appearance:none;}/*아이폰 확인버튼 스타일 삭제*/
/*strong{font-weight: 400;}*/
img{vertical-align:top}
table { border-collapse: collapse; border-spacing: 0} 
ul, ol, li{list-style: none}
a {color: #323232; text-decoration: none;}
address{font-style:normal}
em{font-style:normal}
caption{text-indent:-9999px; height:0}
fieldset, img {
    border: 0 none;
	margin:0; padding:0;
	max-width:100%;
	min-width:inherit;
}

legend, caption {
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;   
    visibility: hidden;
    width: 0;
}
.hidden {display:none;}
  

/* HTML5 새 요소 초기화 */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display:block; }

a:hover, a:focus, a:visited { text-decoration:none;}
a {color:#323232; text-decoration:none;}

/* //////////////////////////////////////////////////////////////////////////////////////////
// 엘리먼트 정의
////////////////////////////////////////////////////////////////////////////////////////// */


ul, ol, dl { list-style-type:none; margin:0; }

dl.vertical_list dd, ul.vertical_list li { display:block; padding:0px 0 10px 15px; text-align:justify; }
dl.vertical_list dd { background:url(../images/common/bullet_1.png) no-repeat left 3px; }
ul.vertical_list li { background:url(../images/common/bullet_2.png) no-repeat left 3px; }
dl.vertical_list dt { margin-bottom:5px; }

table {}
td { vertical-align:middle; }

caption { display:none; }

.align_center {text-align:center !important;}
.align_left {text-align:left !important;}
.align_right {text-align:right !important;}

.DisplayBlock {display: block;}
.DisplayInline {display:inline;}

/* //////////////////////////////////////////////////////////////////////////////////////////
// 전역 클래스 - 일반 CSS
////////////////////////////////////////////////////////////////////////////////////////// */
.pos_abs { position:absolute; }
.pos_rel { position:relative; }

.float_left { float:left; }
.float_right { float:right; }

.clear_left { clear:left; }
.clear_right { clear:right; }
.clear_both { clear:both; }

.width_100pct { width:100%; }
.height_100pct { height:100%; }

.font_size_11px { font-size:11px; }
.font_size_12px { font-size:12px; }

.text_color_red { color:#f00; }

/* :active, :focus 가상클래스 아웃라인 설정 제거 */
:active, :focus { outline:0; }

.pa6 { padding:6px; } .pa7 { padding:7px; } .pat13 { padding-top:13px; }
/* 패딩 스타일 E */

.text_align_justify { text-align:justify; }
.text_align_center { text-align:center; }

.font_size_10px { font-size:10px; }

/********************************************************************************************
* html, body
********************************************************************************************/
html, body { width:100%; height:100%; }
body {	
	-webkit-transform-origin:center center;
	-webkit-user-select:none;
	-webkit-text-size-adjust:none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////
// UI - 범용
////////////////////////////////////////////////////////////////////////////////////////// */
div.content_title {
	position:relative; padding:7px 7px 7px 10px; 
	border-bottom:1px solid #cecece; background:#fff; 
	color:#f60000 !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////
// UI - 구성요소
////////////////////////////////////////////////////////////////////////////////////////// */



/* 로딩박스 : S */
.loading_box {position:absolute; left:0px; top:0px; width:100%; height:100%; background:url(/images/common_mobile/bg_black_transparent.png) repeat left top; z-index:1020;}
.loading_box .loading {width:290px; position:absolute; left:50%; top:50%; margin-left:-145px; margin-top:-60px;}
.loading_box .loading .loading_top {width:15px; float:left;}
.loading_box .loading .loading_img {width:260px; float:left; text-align:center; background:url(/images/common_mobile/l_box_ptrn.png) repeat-x left top;}
.loading_box .loading .loading_bottom {width:15px; float:left;}
.loading_box .loading .loading_cl {clear:left;}
.loading_box .loading .loading_tit {position:absolute; width:70px; height:20px; left:50%; top:88px; margin:0 0 0 -35px; font-size:16px; text-align:center; color:#fff;}
/* 로딩박스 : E */

#show_movie {margin: 10px 0 20px; min-height: 180px; padding: 0; position: relative;}

#show_movie a span.play_btn {
    left: 95px;
    position: absolute;
    top: 65px;
}

#show_movie span img {
    height: 51px;
    width: 51px;
}

#movie_contents_mobile {
    border: 1px dotted #CCCCCC;
    height: 200px;
    line-height: 140%;
    margin-top: 10px;
    overflow: auto;
    padding: 10px;
    width: 92%;
}



/*debug*/
#debug  {font-size:12px; width:100% !important; margin:0 !important; bottom: 0; position: fixed; z-index: 9999; display:none;}

#debug_bar { height:80px; z-index:99999;}
#debug_bar #debug_setform { float:left; }

#debug #debug_setform {
	border:1px solid #ccc;
	background-color:#f2f2f2;
	width:100%;
	margin:0;
	padding:10px 5px 20px;
	clear:both;
	box-sizing: border-box;
	line-height: 1.45em;
}
#debug #debug_setform label {margin-right:8px; font-weight:bold;}
#debug #debug_setform label.debug_data_cont{margin: 5px 0 10px; display: block; background-color: #fff; padding: 5px 10px; box-sizing: border-box; border-radius: 5px; border: 1px solid #d2d2d2; line-height: 16px;}
#debug #debug_setform select {vertical-align:middle;}
#debug .debug_select_option_box{display: inline-block; width: 100%; margin-bottom: -6px;}
#debug .debug_select_option_box > div{position: relative; float: left; padding-left: 60px; box-sizing: border-box;}
#debug .debug_select_option_box > div label{position: absolute; top: 0; left: 0; width: 60px; margin: 0; height: 30px; line-height: 30px;}
#debug .debug_select_option_box > div select{width: 100%; height: 30px; line-height: 30px;}
.debug_slide { display:block; background-color:#333; color: #fff; width:90px; height: 34px; line-height: 34px; cursor:pointer; text-align: center; font-size: 15px; border-radius: 0 5px 0 0;}
#debug .debug_btn_box{margin-top: 15px;}
#debug .debug_btn_box > a{display: inline-block; padding: 0 12px; height: 30px; line-height: 30px; background-color: #fff; border: 1px solid #d2d2d2; color: #000; margin: 0 0 0 5px; font-size: 13px; font-weight: 100;}
#debug .debug_btn_box > a:first-child{margin-left: 0;}
#debug .debug_btn_box > a.btn_active{background-color: #606060; border-color: #606060; color: #fff; margin-left: 20px;}
#debug .debug_btn_box > a.btn_build{background-color: #cc2d18; border-color: #cc2d18; color: #fff; font-weight: 300;}

@media screen and (min-width:601px){
	#debug .debug_select_option_box > div{width: 32%; margin: 1% 0 0 2%;}
	#debug .debug_select_option_box > div:nth-child(3n-2){margin-left: 0;}
	#debug .debug_select_option_box > div:nth-child(n):nth-child(-n+3){margin-top: 0;}
}
@media screen and (max-width:600px){
	#debug .debug_select_option_box > div{width: 48%; margin: 1% 0 0 4%;}
	#debug .debug_select_option_box > div:nth-child(2n-1){margin-left: 0;}
	#debug .debug_select_option_box > div:nth-child(n):nth-child(-n+2){margin-top: 0;}
}
#debug .body {
	height: 300px;
	/*overflow-y:scroll;*/
	overflow:scroll;
	border:1px solid #ccc;
}
#debug .debug_box {
	list-style:none;
	margin:0px;
	display:block;
	border:1px solid #ccc;
	padding:7px;
}
#debug .debug_box span.key {
	color:#CE0000;
}
#debug .debug_box span.value {
	color:#555;
}
#debug .btn_sml {display: inline-block;margin-right:10px;background: #fff;border: 1px solid #ddd;padding: 2px 5px;border-radius: 7px;}

#debug .get, #debug .post {
	background-color: #C6DBF5
}
#debug .session, #debug .cookie {
	background-color:#F0E0F0;
}
#debug .config {
	background-color:#F0FFF0;
}
#debug .server {
	background-color:#fff;
}
#debug .system {
	background-color:#FFF0C0;
}
#debug .error {
	background-color:#FFE0C0;
}
#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: 100;
}

table th.th_5 { width:5%;}
table th.th_10 { width:10%;}
table th.th_15 { width:15%;}
table th.th_20 { width:20%;}
table th.th_25 { width:25%;}
table th.th_30 { width:30%;}
table th.th_35 { width:35%;}
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_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%;}

.borderRightNone{ border-right:none !important;}


/* 백그라운드이미지 간격없음 */
.tab_list { }
.tab_menu {
	width:100%;
	background:url(/images/common/bg_tab.gif) repeat-x 0 100%;
	display:inline-block;
}
.tab_menu li {
	/*_display:inline;*/
	float:left;
	margin-right:-1px;
	background:url(/images/common/bg_tab_right.gif) 100% 0 no-repeat !important;
	list-style:none;
	padding:0 !important;
}
.tab_menu li span {
	display:block
}
.tab_menu li a {
	display:block;
	/*_float:left;*/
	height:19px;
	padding:9px 19px 0 18px;
	background:url(/images/common/bg_tab_left.gif) 0 0 no-repeat;
	color:#666;
	line-height:14px;
	text-decoration:none
}
.tab_menu li a:hover {color:#333}
.tab_menu li.selected {	background-position:100% -28px}
.tab_menu li.selected a {
	background-position:0 -28px;
	color:#333;
	font-weight:bold;
	letter-spacing:-1px
}
#content .tab_content {	display:none;}
#content >div.selected {	display:block;	width:100%;}

/* 레이어팝업 */
.layerPopup{position:absolute; top:5%; left:5%;  z-index:501;width: 90%;border: 1px solid #333; max-width: 600px;}

.layerPopup ul.bxslider li{padding:7px; background:#fff}
.layerPopup .bx-controls .bx-pager{height:50px; line-height:50px; background:#f3c204; text-align:center}
.layerPopup .bx-controls .bx-pager:after{display:block; content:""; clear:both }
.layerPopup .bx-controls .bx-pager > div{display:inline-block; margin-left:3px; margin-top:17px}
.layerPopup .bx-controls .bx-pager > div > a{display:block; width:18px; height:18px; border:3px solid #191919; border-radius:20px; box-sizing:border-box; text-indent:-9999px; transition:.5s}
.layerPopup .bx-controls .bx-pager > div > a.active{width:34px; background:#191919}

.layerPopup .bx-controls .bx-controls-direction > a{position:absolute; left:15px; top:403px; width:15px; height:23px; text-indent:-9999px; background:url('/images/www_mobile/common/layerPopup_sp.png') no-repeat; background-size:75px}
.layerPopup .bx-controls .bx-controls-direction > a.bx-next{left:inherit; right:15px; background-position:-25px 0}
.layerPopup .layerPopup_botm{background: #fff;padding: 10px 15px 4px 15px;border-top: 1px solid #333;}
.layerPopup .btn_close > a{display:block; font-size:17px; color:#fff; text-align:center; }
.layerPopup .btn_close > a.popupClose{ margin:15px 0}
.layerPopup .btn_close > a.popupClose span{display:inline-block; width:26px; height:21px; background:url('/images/www_mobile/common/layerPopup_sp.png') no-repeat 0 -25px; background-size:75px; vertical-align:-4px; margin-right:5px}
.layerPopup .btn_close > a.close_popup{display:block; width:54px; height:54px; background:#000 url('/images/www_mobile/common/layerPopup_sp.png') no-repeat -38px 17px; background-size:75px; text-indent:-9999px; margin:0 auto; border-radius:30px; border:1px solid #fff }

/*레이어팝업 백그라운드*/
#layerPopup_bg{ position:fixed; top:0; left:0; z-index:500; width:100%; height:100%; background:#000; opacity:0.7}


/*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:100%; }
.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:38%; 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;}



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: #4264a3 !important;
    text-transform: uppercase !important
	}


/*일치하는 아이디 없음 회원가입요청*/
.resultjoin {width:90%;  border:1px solid #d2d2d2; padding:5%;}
.resultjoin p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:20px;}
.resultjoin p.img01 {text-align:center; margin-top:30px;}
.resultjoin ul {margin: 30px 0 ;}

/*입력하신 정보와 일치하지 않는 아이디는 아래와 같습니다*/
.resultid {width:90%; border:1px solid #d2d2d2; min-height:302px;  padding:5%;}
.resultid p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:15px;}
.resultid p.img01 {margin:20px auto; width:7%; display:none;}
.resultid ul.s1 {text-align:center;}
.resultid ul.s1 li {margin-top:3px;}
.resultid ul.s2 { background-color:#f2f5f4; margin:10px auto; padding: 10px 0; min-height:20px; width:100%;}
.resultid ul.s2 li {margin:10px 20px;}
.resultid ul.s3 { width:41%;  margin:0 auto;}
.resultid a.btn_certify { width:auto;}


/*비밀번호 재발급을 원하시면 아낼의 방법중 하나를 선택해 주세요*/
.waypw {width:90%; padding:5%; border:1px solid #d2d2d2; min-height:230px; }
.waypw p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:20px;}
.waypw p.text02 { padding-top:20px; }
.waypw .sendbtn { background-color:#f2f5f4; padding:16px 0 3px 0; height:50px; width:100%; margin-top:20px;}
.waypw ul li {width:100%; margin:0 auto; line-height:36px; height:36px;  background-color:#4264a3; }
.waypw ul li a img { display:none;}
.waypw ul li a { background-color:#4264a3; text-align:center; color:#fff; width:100%; display:block; margin:0 auto;  line-height:36px; height:36px;}

/*아이디비번찾기*/
#find_pw { width:90%; padding:5%; border:1px solid #d2d2d2;}
#find_pw p.text02 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:20px;}


/*비밀번호가 아이디로 초기화 되었습니다*/
.resetpw {width:90%; padding:5%;  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 ;}


/*입력한 답변이 올바르지 않습니다*/
.wronganswer {width:90%; padding:5%;  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 { 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:182px}
.sendpw p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding-top:40px;}
.sendpw ul {margin: 30px 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:199px; border:1px solid #d2d2d2;}
.sendnumber p.text01 { font-weight:500; display:inline-block; font-size:17px; text-align:center; width:100%; padding:50px 0 30px 0;}
.sendnumber .sendbtn { background-color:#f2f5f4; padding:19px 0 30px; height:50px; width:100%;}
.sendnumber .sendbtn ul {width:59%; margin:0 auto; }
.sendnumber .sendbtn ul li { float:left; margin-left:2%;}
.sendnumber .sendbtn ul li:first-child { margin-left:0;}


ul.idin li {margin-top:10px; text-align:center;}



/*회원가입 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:#1a4ab9; 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;}

#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 .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;
}
.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:#099a84;}

/*회원정보수정*/
.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: 90%; 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;}


/*모바일 gnb 2차메뉴 스크롤과 빈영역 없애기 스타일*/
#gnb_box{overflow: auto;}
#gnb_box .gnb > li > div{overflow: auto; height: 95%; padding-bottom: 5%;}
#gnb_box .gnb div > ul{/*width: 145px !important;*/ overflow: hidden;}

 
/*swiper dafalt*/
.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%;
	pointer-events: none;
	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;
	pointer-events: none
}
.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;
	pointer-events: none;
	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 {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-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-slide .swiper-slide {
	pointer-events: none
}
.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-active .swiper-slide-active {
	pointer-events: auto
}
.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 {
	pointer-events: auto;
	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 {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.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
}

.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;}


/*로딩중*/
.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: 89px; height: 82px; background: rgba(255, 255, 255, 0); position: absolute; top: 50%; left: 50%; margin: -41px 0 0 -44px;}
.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);}
}



/*로그인후 통합로그인*/
.login_after { width:93%; margin:0 auto 30px; box-sizing:border-box; max-width:480px;}
.login_after .certify {border:2px solid #4d4d4d; box-sizing:border-box; padding:6% 4%; }
.login_after h4 { font-size:18px; margin-top:28px; font-weight:300; line-height:26px; margin-bottom:26px;}
.login_after .ys_ico { width:89px; height:22px; margin:30px auto; display:block; background:url("/images/common/board/loginafter_sp.png") no-repeat -11px -13px; }

.login_after .loginsite li { width:100%; margin-bottom:10px;}
.login_after .loginsite li a { display:block; width:100%; height:55px; line-height:55px; text-align:center; font-size:16px; background-color:#1c2674; color:#fff; border-radius:50px; }



/*아이디 패스워드같은경우 비번바꾸기*/
#staff_pass_box.staff_pass_change { clear:both; margin-top: 30px;}
#staff_pass_box.staff_pass_change h4 { font-size:22px; text-align: center}
#staff_pass_box.staff_pass_change h4 em { font-size:15px; display: block}
#staff_pass_box .staff_box { background-color:#eeeeee; border:1px solid #dbdbdb; padding:3% 3% 0 3% ; margin-top:16px; margin-bottom:70px; box-sizing:border-box;}
#staff_pass_box .staff_box #staff_pass { margin-top:0 !important;}
#staff_pass_box.staff_pass_change .staff_box input.idinput, #staff_pass_box.staff_pass_change .staff_box input.pwinput { border:none; border-radius:10px; padding:16px 7%; font-size:15px; }
#staff_pass_box.staff_pass_change fieldset { /*height:51px;*/}
#staff_pass_box.staff_pass_change #staff_pass ul { width:70%;}
#staff_pass_box.staff_pass_change #staff_pass p.btn { width:30%; height: 106px;}
#staff_pass_box.staff_pass_change input.btnSubmit {font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300; padding:16px 0; border-radius:10px; background-color:#676d7b;}
#staff_pass_box.staff_pass_change input.btnSubmit:hover { background-color:#046fd9;}
#staff_pass_box.staff_pass_change .staff_box input.idinput::-webkit-input-placeholder, #staff_pass_box.staff_pass_change .staff_box input.pwinput::-webkit-input-placeholder {font-size:15px;color:#000; font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300;}
#staff_pass_box.staff_pass_change .staff_box input.idinput:-ms-input-placeholder, #staff_pass_box.staff_pass_change .staff_box input.pwinput:-ms-input-placeholder {font-size:15px;color:#000; font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300;}
#staff_pass_box.staff_pass_change .staff_box input.idinput::-moz-placeholder, #staff_pass_box.staff_pass_change .staff_box input.pwinput::-moz-placeholder {font-size:15px;color:#000; font-family:'GmarketSans',"Malgun Gothic", "맑은 고딕", sans-serif; font-weight:300;}
.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;}
#staff_pass_box.staff_pass_change .staff_box form{margin-bottom: 0;}
#staff_pass_box #staff_pass legend{ display:none;}
#staff_pass_box p.login_tit { font-size:14px !important; line-height:1.6 !important; margin:0 !important;}
#staff_pass_box fieldset{ border:none !important;}
#staff_pass_box #staff_pass {margin:20px 0 0 0; padding:0;}
#staff_pass_box #staff_pass ul { width:83%; margin:0; display:inline-block;}
#staff_pass_box #staff_pass ul li {width:80%;float: left; position:relative;}
#staff_pass_box #staff_pass ul li:first-child{ margin-bottom: 8px;}
#staff_pass_box #staff_pass p.btn { width:17%;float: right;display: flex;}
#staff_pass_box input.btnSubmit { padding:10px 0; width:100%; cursor: pointer; position:relative; background:#4164a2; border:none; color:#fff; text-align: center;}
#staff_pass_box #staff_pass ul li label { position:absolute; top:10px; left:10px; font-size:13px; color:#666; font-weight:500;}
#staff_pass_box input.idinput, #staff_pass_box input.pwinput { border: 1px solid #ccc; color: #000000; font-size: 14px; padding: 10px 2%; width: 98%; vertical-align:middle; }
#staff_pass_box.id_search { width:100%; text-align:center; border-top: 1px solid #d2d2d2; margin-top:30px; padding-top:10px;}
#staff_pass_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?build_20210614001") no-repeat right 2px transparent;}
#staff_pass_box.id_search li:last-child { background:none; margin-right:0; padding-right:0;}

/*메인긴급팝업*/
.urgent_popup {width: 90%; position: absolute; top: 100px; left: 50%; margin-left: -45%; z-index: 200; display: none;}
.urgent_popup .popup_w {  background: linear-gradient(90deg, #17488b, #08377c); padding: 35px 22px 5px; box-sizing: border-box;}
.urgent_popup .popup_w .title { font-size:24px; color: #fff; text-align: center; word-break: keep-all; line-height: 30px; width: 100%; }
.urgent_popup .popup_w .poptext { margin: 25px 0; background-color: #fff; padding: 20px; border-radius: 12px; box-sizing: border-box; word-break: keep-all; font-size: 17px;}
.urgent_popup .popup_w .link {  width: 100%; text-align: center; height:50px;  margin-bottom: 20px;}
.urgent_popup .popup_w .link a { color: #fff; padding: 9px 30px; border: 2px solid #fff; border-radius: 50px; display: inline-block; transition: ease-in-out 0.15s; }
.urgent_popup .popup_w .link a:hover { text-decoration: none; background-color: #2a313f; border: 2px solid #2a313f;}
.urgent_popup .closebox { background-color: #2a313f; height: 43px; padding: 0 30px 0 20px; box-sizing: border-box; margin-top: -1px;}
.urgent_popup .closebox a { color: #fff; font-size: 14px; line-height: 43px; display: inline-block; position: relative;}
.urgent_popup .closebox a:after { content: ""; display: block; position: absolute; right: -11px; top: 15px; width: 2px; height:12px; background-color: #fff; transform: rotate(45deg);}
.urgent_popup .closebox a:before { content: ""; display: block; position: absolute; right: -11px; top: 15px; width: 2px; height:12px; background-color: #fff; transform: rotate(140deg);}
.urgent_popup .closebox a.close { float: right;}
.urgent_popup .closebox a:hover { text-decoration: none;}

/*로그인 목포 개편전 기존 로그인폼*/
/* 모바일 로그인 스타일 */
#login_box{position: relative; }
#login_box h3{margin-top: 2px; border-bottom: 1px solid #046fd9; padding-bottom: 5px; font-size: 16px; font-weight: 300;}

#login_box p{font-size: 14px; margin-top: 7px; border-radius: 8px;}
#login_box .id{ margin-top: 40px; margin-bottom: 6px;}
#login_box .id, #login_box .upw{ margin-bottom:10px; display: flex; align-items: center; box-sizing: border-box;}
#login_box .id input[type=text], #login_box .upw input{  border: 1px solid #1fcc8d; height: 38px; line-height: 38px; border-radius: 8px; width: 70%; box-sizing: border-box; padding: 6px;}
#login_box div .lab{ width: 30%; display: inline-block; box-sizing: border-box;}
#login_box form {position: relative}
#login_box .btn_login input{width: 100%; height: 50px; background-color: #777; color: #fff; border-radius: 8px; font-size: 15px}
#login_box .certify{height: 30px; margin-top: 10px;}
#login_box .certify .ipin{float: left;}
#login_box .certify .phone{float: left; margin-left: 20px;}
#login_box p.btn_p{height: 36px; margin-bottom: 25px;}
#login_box .btn_certify{float: left; margin: 0 !important; box-sizing: border-box; width: 49%;}
#login_box .btn_certify.mar5{margin-right: 2% !important;}
#login_box h4{ font-weight: 300; color: #1a4ab9;}

/*신규 로그인 sns 추가된 버전*/

.login_new_wrap .login_info{ border:6px solid #f7f8fb; width: 100%; box-sizing: border-box; padding:20px; margin-bottom: 30px; }
.login_new_wrap .login_info::before{ content:''; display: block; background: url(/images/common_mobile/login_sp_m.png) 0 0 no-repeat; background-size: 221px; width: 50px; height: 50px; margin-right: 18px; vertical-align: top; }
.login_new_wrap .login_info .info_txt{ margin-top:-50px; line-height: 1.4em; margin-left:60px;}

.login_new_wrap .login_box_wrap{ overflow: hidden;}
.login_new_wrap .login_box{ background-color:#f7f8fb; box-sizing: border-box; width: 100%; border-radius: 12px; padding:30px 25px; margin-bottom: 18px;}

.login_new_wrap .login_box h4{ font-size:17px; font-weight: 100; margin-bottom:28px;}
.login_new_wrap .login_box h4 span{ font-weight: 300;}
.login_new_wrap .login_box h4:nth-of-type(2){ margin-top: 35px;}

.login_new_wrap .login_box .input_box01{ margin-bottom:10px; position: relative;}
.login_new_wrap .login_box .input_box02{position: relative;}
.login_new_wrap .login_box input[type=text],.login_new_wrap .login_box input[type=password]{ height:66px; line-height: 66px; box-sizing: border-box; background-color: #fff; border-radius: 8px; border:1px solid #ddd; padding-inline-start: 50px;  width: 100%;}

.login_new_wrap .login_box .input_box01::before{ content: ''; display:block; position: absolute; margin-right: 15px; vertical-align: middle; background: url(/images/common_mobile/login_sp_m.png) -75px 0 no-repeat;background-size: 221px; width: 20px; height:22px; top:19px; left: 15px; }
.login_new_wrap .login_box .input_box02::before{ content: ''; display:block; position: absolute; margin-right: 15px; vertical-align: middle; background: url(/images/common_mobile/login_sp_m.png) -120px 0 no-repeat; background-size: 221px; width: 20px; height:20px; top:19px; left: 15px; }

.login_new_wrap .login_box .login_btn{ margin-top: 25px;}
.login_new_wrap .login_box .login_btn input{ background-color: #1a4ab9; color:#fff; text-align: center; width: 100%; height: 66px; line-height: 66px; border-radius: 8px;}
.login_new_wrap .login_box .login_etc{ margin-top:40px;}
.login_new_wrap .login_box .login_etc a{ margin-right:30px; display: inline-block;}
.login_new_wrap .login_box .login_etc a::after{ content: ''; display: inline-block; vertical-align: middle; background: url(/images/common/login_new/sp_login.png) -11px -258px no-repeat; width: 7px; height:12px; margin-left: 4px;}
    
.login_new_wrap .login_box .certify_box{overflow: hidden; } /*비회원로그인*/
.login_new_wrap .login_box .certify_box a{ float: left; display: block; background-color: #fff; border-radius: 18px; border:1px solid #ddd; box-sizing: border-box; width: 48%; margin-right: 4%; height: 130px; text-align: center;}
.login_new_wrap .login_box .certify_box a:nth-of-type(2){ margin-right: 0;}

.login_new_wrap .login_box .certify_box .certify_01::before{ content: ''; display:block; background: url(/images/common_mobile/login_sp_m.png) 0 -65px no-repeat; background-size: 221px; width: 30px; height:37px; margin: 25px auto 17px;}
.login_new_wrap .login_box .certify_box .certify_02::before{ content: ''; display:block; background: url(/images/common_mobile/login_sp_m.png) -61px -64px no-repeat; background-size: 221px; width:30px; height:38px; margin: 25px auto 17px;}

.login_new_wrap .login_box .certify_box .certify_03::before{ content: ''; display:block; background: url(/images/common_mobile/login_sp_m.png) -121px -50px no-repeat; background-size: 221px; width: 65px; height:10.66px; margin: 45px auto 20px;}
.login_new_wrap .login_box .certify_box .certify_04::before{ content: ''; display:block; background: url(/images/common_mobile/login_sp_m.png) -117px -79px no-repeat; background-size: 221px; width:73px; height:18px; margin: 35px auto 23px;}


@media screen and (max-width:360px){
	.login_new_wrap .login_box .certify_box a{ float: none; width: 100%; margin-bottom: 6px;}
}



/*========== 레이어팝업 : s ==========*/
.sr_only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important;}
#popup_wrap{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(0,0,0,.65);z-index:20;}
#popup_wrap .popup_head{display:flex;align-items:center;justify-content:space-between;width:100%;padding-left:10px;}
#popup_wrap .popup_head .layor_num{width:fit-content;color:#fff;}
#popup_wrap .popup_head .layor_close{width:50px;height:50px;background:#497cf8 url(/images/common_new/ico_close.png) no-repeat center;}
#popup_wrap .popup_foot{display:flex;align-items:center;justify-content:center;gap:0 10px;margin-top:10px;}
#popup_wrap .popup_foot button{width:50px;height:50px;background-color:#497cf8;background-repeat:no-repeat;background-position:center;}
#popup_wrap .popup_foot button.layor_prev{background-image:url(/images/common_new/ico_popup_prev.png);}
#popup_wrap .popup_foot button.layor_next{background-image:url(/images/common_new/ico_popup_next.png);}
#popup_wrap .swiper{width:100%;}
#popup_wrap .swiper .popup_body .cnt_wrap{display:flex;flex-direction:column;gap:18px 0;height:498px;background-color:#e4e4e4;padding:22px 32px 32px;}
#popup_wrap .swiper .popup_body .h_tit{width:85%;font-size:24px;font-weight:700;line-height:1.2;text-align:center;color:#3e3e3e;margin:0 auto;}
#popup_wrap .swiper .popup_body .h_tit .ico_popup{display:block;font-size:84px;height:57px;background:url(/images/common_new/ico_popup.png) no-repeat center;margin-bottom:12px;}
#popup_wrap .swiper .popup_body .text p::-webkit-scrollbar, #popup_wrap .swiper .popup_body .file .list::-webkit-scrollbar{width:12px;border-radius:6px;background-color:#e5e5e5;}
#popup_wrap .swiper .popup_body .text p::-webkit-scrollbar-thumb, #popup_wrap .swiper .popup_body .file .list::-webkit-scrollbar-thumb{border-radius:6px;background-color:#b3b3b3;}
#popup_wrap .swiper .popup_body .text{flex:1;display:inline-flex;flex-direction:column;border-radius:15px;background-color:#fff;padding:28px;overflow:hidden;}
#popup_wrap .swiper .popup_body .text p{height:100%;min-height:calc(100% - 80px);line-height:1.4;overflow-y:auto;}
#popup_wrap .swiper .popup_body .text .btn_wrap{flex:1;display:flex;justify-content:flex-end;border-top:1px solid #e1e1e1;padding:16px 0 0;margin-top:28px;}
#popup_wrap .swiper .popup_body .text .btn_wrap .btn{width:108px;font-size:15px;line-height:30px;text-align:center;color:#fff;border-radius:10px;background-color:#de5451;}
#popup_wrap .swiper .popup_body .file{height:60px;border-radius:15px;background-color:#fff;padding:6px 3px;overflow:hidden;}
#popup_wrap .swiper .popup_body .file .list{display:flex;flex-direction:column;gap:4px 0;height:100%;padding:9px 27px;overflow-y:auto;}
#popup_wrap .swiper .popup_body .file .list li{display:inline-flex;align-items:center;justify-content:space-between;}
#popup_wrap .swiper .popup_body .file .list li span{width:calc(100% - 86px);font-size:16px;color:#3e3e3e;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#popup_wrap .swiper .popup_body .file .list li .btn{width:86px;font-size:14px;line-height:26px;text-align:center;color:#fff;border-radius:12px;background-color:#8585a0;}
#popup_wrap .swiper .popup_foot{display:flex;align-items:center;justify-content:space-between;background-color:#2a276a;padding:13px 18px;}
#popup_wrap .swiper .popup_foot button{font-size:14px;color:#fff;border:0;background-color:transparent;}
#popup_wrap .swiper .popup_foot button::after{content:'';display:inline-flex;width:13px;height:13px;background:url(/images/common_new/ico_popup_close.png) no-repeat center;vertical-align:middle;margin-left:4px;}
/*========== 레이어팝업 : e ==========*/
