@charset "utf-8";
/* font */
.fnt_roboto {font-family:'Roboto';}
.fnt_lato {font-family:'Lato';}

.fw300 {font-weight:300}
.fw400 {font-weight:400}
.fw500 {font-weight:500}
.fw700 {font-weight:700}
.fw900 {font-weight:900}

/* form */
.frm_input {display:block;width:100%;height:30px;text-indent:4px;line-height:28px;background:#fff;border-left:solid 1px #999;border-top:solid 1px #999;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;}
.half_input {width:50%;}
.third_input {width:30%;}
.quarter_input {width:25%;}

.frm_2x {float:left;width:49%;margin:0 2% 0 0;}
.frm_2x_last {float:left;width:49%;margin:0;}

.frm_3x {float:left;width:32%;margin:0 2% 0 0;}
.frm_3x_last {float:left;width:32%;margin:0;}

.zip_input {float:left;width:30%;margin:0 0 10px 0}
.frm_address {margin:0 0 10px 0;}

.frm_input,
.half_input,
.third_input,
.quater_input {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.frm_info {margin:5px 0 0 0;color:#15aacf;font-size:12px;line-height:18px;}
.frm_info strong {font-weight:500;}
.frm_info i {font-size:16px;}

/* checkbox, radio */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;opacity:0;outline:0;z-index:-1;}

.chk_box {position:relative;}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:22px;vertical-align:baseline;cursor:pointer;}
.chk_box input[type="checkbox"] + label:hover{}
.chk_box input[type="checkbox"] + label span {display:block;position:absolute;left:0;top:2px;width:16px;height:16px;background:#fff;border:1px solid #ccc;}

.write_div .chk_box input[type="checkbox"] + label, 
.bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:22px}
.write_div .chk_box input[type="checkbox"] + label span,
.bo_vc_w .chk_box input[type="checkbox"] + label span {display:block;position:absolute;left:0;top:2px;width:16px;height:16px;margin:0;background:#fff;border:1px solid #ccc;}

.chk_box input[type="checkbox"]:checked + label {color:#ff7700}
.chk_box input[type="checkbox"]:checked + label span {background:url(../img/chk.png) no-repeat 50% 50% #15aacf;border:solid 1px #0b92b4;}

.all_chk.chk_box input[type="checkbox"] + label span {}

.chk_box input[type="radio"] + label {position:relative;padding-left:22px;vertical-align:baseline;cursor:pointer;}
.chk_box input[type="radio"] + label:hover{}
.chk_box input[type="radio"] + label span {display:block;position:absolute;left:0;top:2px;width:16px;height:16px;background:#fff;border:1px solid #ccc;border-radius:50%;}

.write_div .chk_box input[type="radio"] + label, 
.bo_vc_w .chk_box input[type="radio"] + label {padding-left:22px}
.write_div .chk_box input[type="radio"] + label span,
.bo_vc_w .chk_box input[type="radio"] + label span {display:block;position:absolute;left:0;top:2px;width:16px;height:16px;margin:0;background:#fff;border:1px solid #ccc;}

.chk_box input[type="radio"]:checked + label {color:#ff7700}
.chk_box input[type="radio"]:checked + label span {background:url(../img/chk_radio.png) no-repeat 50% 50% #15aacf;border:solid 1px #0b92b4;}

/* select */
.select {display:block;position:relative;width:30%;height:30px;line-height:30px;/*text-transform:uppercase;*/border:1px solid #ccc;background:#fff;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#666;font-weight:300;line-height:30px;text-indent:10px;}
.select label:after{position:absolute;top:0;right:0;width:28px;height:28px;padding:0;content:'';font-size:13px;color:#444;text-align:center;background:url(../img/icon_select.png) no-repeat 50% 50% #fff;}
.select select {display:block;width:100%;height:30px;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}

/* button */
.btn {display:inline-block;padding:0 16px;color:#fff;text-align:center;line-height:30px;border:none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn i {font-size:18px;}

.btn.btn_submit {background:#444;}
.btn.btn_submit:hover {background:#222;}

.btn.btn_act {background:#444;}
.btn.btn_act:hover {background:#222;}

.btn.btn_normal {color:#222;line-height:28px;background:#fff;border:solid 1px #ccc;}
.btn.btn_normal:hover {color:#ff7700;background:#f6f6f6;}

.btn.btn_close {color:#999;line-height:28px;background:#fff;border:solid 1px #ccc;}
.btn.btn_close:hover {color:#ff7700;background:#f6f6f6;}

.btn.btn_close_full {width:100%;color:#999;line-height:38px;background:#fff;border:solid 1px #ccc;}
.btn.btn_close_full:hover {color:#ff7700;background:#f6f6f6;}

.btn.btn_cancel {color:#999;line-height:28px;background:#fff;border:solid 1px #ccc;}
.btn.btn_cancel:hover {color:#ff7700;background:#f6f6f6;}

.btn_confirm {position:relative;text-align:center;z-index:9;}
.btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.btn_confirm .btn_submit,
.btn_confirm .btn_cancel {width:160px;height:40px;line-height:40px;}

.btn.btn_frmline {margin:0 0 0 5px;background:#444;}
.btn.btn_frmline:hover {background:#222;}

.btn.btn_admin {background:#f00001;}
.btn.btn_admin:hover {background:#222;}

.btn_confirm input,
.btn_confirm span,
.btn_confirm img,
.btn_confirm a {vertical-align:top;}


/* sns */
.kakaotalk {color:#3c1e20;}
.kakaotalk_bg {background-color:#fce000;}
.naver {color:#00c73c;}
.naver_bg {background-color:#00c73c;}
.google {color:#e84134;}
.google_bg {background-color:#e84134;}
.facebook {color:#3a589e;}
.facebook_bg {background-color:#3a589e;}
.twitter {color:#1da1f3;}
.twitter_bg {background-color:#1da1f3;}
.instagram {color:#f4555a;}
.instagram_bg {
background: #f5cf00;
background: -moz-linear-gradient(45deg,  #f5cf00 0%, #e90b22 51%, #803db0 100%, #803db0 100%);
background: -webkit-linear-gradient(45deg,  #f5cf00 0%,#e90b22 51%,#803db0 100%,#803db0 100%);
background: linear-gradient(45deg,  #f5cf00 0%,#e90b22 51%,#803db0 100%,#803db0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5cf00', endColorstr='#803db0',GradientType=1 );
}
.telegram {color:#31ade0;}
.telegram_bg {background-color:#31ade0;}
.youtube {color:#ee1c1b}
.youtube_bg {background-color:#ee1c1b;}
.payco {color:#fa2829}
.payco_bg {background-color:#fa2829;}

.txt_active {color:#117cce}
.txt_done {color:#f00001}
.txt_expired {color:#ccc}
.txt_rdy {color:#15aacf}

/* ifrma response */
.embed-container {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed {position:absolute;top:0;left:0;width:100%;height:100%;}


/* 새창 기본 스타일 */
.new_win {position:relative;padding:0 0 60px 0;}
.new_win #win_title {display:block;position:relative;padding:0 10px;color:#fff;font-size:14px;font-weight:400;line-height:40px;background:#444;}
.new_win #win_title:after {display:block;visibility:hidden;clear:both;content:""}
.new_win #win_title .sv {font-size:13px;}
.new_win #win_title i {font-size:16px}
.new_win #win_title a {color:#fff;}
.new_win .win_total {display:block;position:absolute;right:10px;top:5px;padding:0 10px;color:#15aacf;font-size:12px;font-weight:300;line-height:30px;background:#fff;border-radius:3px;}
.new_win .win_btn {position:fixed;left:0;right:0;bottom:0;width:100%;padding:5px;background:#fff;box-shadow:0 -1px 20px rgba(0,0,0,0.1);z-index:9;}
.new_win .win_btn:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn .btn_submit {display:block;float:left;width:49.5%;margin:0 1% 0 0;}
.new_win .win_btn .btn_close {display:block;float:left;width:49.5%;margin:0}
.new_win .new_win_con {padding:20px 20px 0 20px}


/*폼 리스트*/
.form_type ul {}
.form_type ul li {display:block;margin:0 0 10px 0;}
.form_type ul:after,
.form_type ul li:after {display:block;visibility:hidden;clear:both;content:""}
.form_type textarea {display:block;width:100%;height:100px;padding:10px;background:#fff;border:solid 1px #ccc;}

.new_win .win_ul {border-bottom:solid 1px #999;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {display:block;float:left;width:33.33%;border-right:solid 1px #ddd;}
.new_win .win_ul li:last-child {border-right:none;}
.new_win .win_ul li a {display:block;color:#999;text-align:center;line-height:40px;background:#f6f6f6;}
.new_win .win_ul li a i {font-size:16px;} 
.new_win .win_ul li a.selected {color:#222;font-weight:400;background:#fff;}

.form_type .file_wr {position:relative;}
.form_type .file_wr label {display:block;position:absolute;width:120px;height:40px;left:0;top:0;padding:0;color:#fff;line-height:40px;font-weight:300;text-align:center;background:#444;border:none;cursor:pointer;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.form_type .file_wr label:hover {background:#222;}
.form_type .file_wr label input {position:absolute;width:0;height:0;overflow:hidden;}
.form_type .file_wr input[type=text] {display:block;width:100%;height:40px;line-height:40px;text-indent:130px;border:solid 1px #ccc;}


/* 간편문의 */
#inquiry_idx_wrap {margin:0 0 10px 0;}
#inquiry_idx_wrap .title {margin:0 0 4px 0;padding:0 0 8px 0;border-bottom:solid 1px #ddd;}
#inquiry_idx_wrap ul {margin:10px 0 0 0;}
#inquiry_idx_wrap ul li {display:block;position:relative;margin:0 0 5px 0;padding:0 0 0 80px;line-height:24px;}
#inquiry_idx_wrap ul li:after {display:block;visibility:hidden;clear:both;content:""}
#inquiry_idx_wrap ul li label {display:block;position:absolute;left:0;top:0;}
#inquiry_idx_wrap ul li .frm_input {height:24px;line-height:24px;}
#inquiry_idx_wrap ul li:last-child .frm_input {float:left;width:80%;}
#inquiry_idx_wrap .inquiry_chk {margin:0 0 2px 0;}
#inquiry_idx_wrap .inquiry_chk label {font-size:12px;letter-spacing:-1px;}
#inquiry_idx_wrap .inquiry_chk a {color:#222;text-decoration:underline;}
#inquiry_idx_wrap .inquiry_btn {display:block;width:100%;height:40px;overflow:hidden;line-height:999px;background:url(../img_drbank/btn_consult_sub.gif) no-repeat 50% 50%;border:none;}
#inquiry_idx_wrap .inquiry_btn_idx {display:block;width:100%;height:40px;overflow:hidden;line-height:999px;background:url(../img_drbank/btn_consult.gif) no-repeat 50% 50%;border:none;}

#inquiry_idx_wrap,
#inquiry_idx_wrap ul li textarea,
#inquiry_idx_wrap .inquiry_btn {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #999;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;text-align:center;border:1px solid #ccc;background:#fff;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0 0;color:#f00001;font-size:12px;line-height:18px;}
#captcha label {display:none;}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
/*#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}*/


/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}


/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}


/* ckeditor 단축키 */
.cke_sc {display:none;margin:0 0 5px 0;}
.btn_cke_sc {display:block;padding:0 10px;height:30px;font-size:12px;text-align:center;background:#f6f6f6;border:1px solid #ddd;cursor:pointer}
.cke_sc_def {margin:0 0 5px 0;padding:10px;border:1px solid #ddd;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px 0;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:8px 0;border-bottom:1px solid #eee}
.cke_sc_def dt {width:20%;font-size:12px;font-weight:400;}
.cke_sc_def dd {width:30%;font-size:12px;}
.cke_sc_def .btn_cke_sc_close {display:block;width:100%;height:30px;color:#fff;font-size:12px;line-height:30px;text-align:center;background:#444;border:none;}


/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}


/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#999;text-align:center}


/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}


/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:14px;}
#validation_check p {margin-bottom:20px;padding:30px 20px;background:#fff;border:1px solid #999;}


/* 사이드뷰 */
.sv_wrap {position:relative;}
.sv_wrap .sv {z-index:1000;display:none;margin:0;font-size:12px;background:#444;
-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.2);
box-shadow:1px 1px 5px 0px rgba(0,0,0,0.2);
}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #444 transparent}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;color:#999 !important;font-size:11px;line-height:24px;text-align:center;font-weight:300;}
.sv_wrap .sv a:hover {color:#ff7700;background:#222;}
.sv_member {color:#444;font-weight:400;}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}


/* 페이징 커뮤니티 */
.pg_wrap {clear:both;display:block;margin:40px 0;text-align:center;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;font-family:'roboto';font-weight:400;background:#fff;border:1px solid #ccc;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {width:30px;min-width:30px;height:30px;color:#666;font-size:11px;line-height:30px;padding:0 5px;text-decoration:none;}
.pg_page:hover {background-color:#eee}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ccc}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ccc}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ccc}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ccc}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#eee}

.pg_current {display:inline-block;width:30px;min-width:30px;height:30px;padding:0 5px;color:#fff;font-size:11px;font-weight:500;line-height:30px;background:#1398d9;border:1px solid #117cce;}


/* 페이징 심플 */
/*.pg_wrap {clear:both;display:block;margin:20px 0;text-align:center;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {width:30px;min-width:30px;height:30px;color:#666;font-family:'Roboto';font-size:12px;font-weight:400;line-height:30px;text-decoration:none;}
.pg_page:hover {color:#ff7700;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:none}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:none}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:none}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:none}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {border:solid 1px #999;}

.pg_current {display:inline-block;width:30px;min-width:30px;height:30px;padding:0;color:#444;font-family:'Roboto';font-size:12px;font-weight:700;line-height:28px;background:#fff;border:1px solid #999;}*/


/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {display:block;float:right;padding:0 6px;color:#ff7700;font-size:12px;background:#f6f6f6;border:solid 1px #ddd;}
.copymove_currentbg {background:#f6f6f6}


/* 검색결과 색상 */
.sch_word {padding:0px;color:#fff;font-weight:300;background:#15aacf;}


/* Mobile화면으로 */
/*#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}*/


/* 리스트 */
#data_type {}
#data_type table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:solid 1px #222;} 
#data_type caption {padding:0;font-size:0;line-height:0;overflow:hidden}
#data_type th {padding:12px 10px;color:#222;font-weight:500;text-align:left;background:#f6f6f6;border-bottom:solid 1px #ddd;}
#data_type td {padding:12px 10px;border-bottom:solid 1px #ddd;}
#data_type .td_chk {width:40px;text-align:center;}
#data_type .td_subject {}
#data_type .td_mobile label {font-size:12px;cursor:pointer;}
#data_type td i {color:#15aacf;font-size:12px;}
#data_type td input,
#data_type td span,
#data_type td img,
#data_type td a {vertical-align:middle;}

.data_type {}
.data_type table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:solid 1px #222;} 
.data_type caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.data_type th {padding:12px 10px;color:#222;font-weight:500;text-align:left;background:#f6f6f6;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;}
.data_type td {padding:12px 10px;border-bottom:solid 1px #ddd;}
.data_type .td_chk {width:40px;text-align:center;}
.data_type .td_subject {}
.data_type .td_mobile label {font-size:12px;cursor:pointer;}
.data_type td i {color:#15aacf;font-size:12px;}
.data_type td input,
.data_type td span,
.data_type td img,
.data_type td a {vertical-align:middle;}

.clb {clear:both;}

/* 팝업레이어 */
#hd_pop {z-index:9999;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

.hd_pops_footer {display:block;position:relative;width:100%;background:#fff;border-left:solid 1px #ccc;border-top:solid 1px #ccc;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {display:block;position:relative;float:left;height:40px;color:#666;font-size:12px;text-align:center;line-height:40px;background:#fff;border:none;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;}
.hd_pops_footer .hd_pops_reject {width:80%;}
.hd_pops_footer .hd_pops_close {width:20%;}
.hd_pops_footer .hd_pops_close i {margin:0 2px 0 0;color:#999;font-size:12px;}




@media screen and (max-width:1024px) {
}




@media screen and (max-width:768px) {

/* form */
.half_input {width:100%;}
.third_input {width:100%;}
.quarter_input {width:100%;}

/* select */
.select {width:100%;}

.frm_2x {float:left;width:49%;margin:0 2% 0 0;}
.frm_2x_last {float:left;width:49%;margin:0;}

.frm_3x {float:left;width:32%;margin:0 2% 0 0;}
.frm_3x_last {float:left;width:32%;margin:0;}


/* button */
.btn {padding:0 8px;}

.btn_confirm {position:fixed;left:0;right:0;bottom:0;width:100%;padding:5px;background:#fff;box-shadow:0 -1px 20px rgba(0,0,0,0.1)}
.btn_confirm .btn_submit,
.btn_confirm .btn_cancel {display:block;float:left;width:49.5%;height:40px;line-height:40px}
.btn_confirm .btn_submit {margin:0 1% 0 0;}
.btn_confirm .btn_cencel {margin:0;}


/* 페이징 */
.pg_wrap {margin:30px 0;}
.pg_page {width:24px;min-width:24px;height:24px;line-height:24px;}

.pg_current {width:24px;min-width:24px;height:24px;line-height:24px;}

}




@media screen and (max-width:480px) {
}