@charset "utf-8";

.fnt_roboto {font-family:'roboto';}
.fnt_lato {font-family:'Lato';}
.fw400 {font-weight:400;}
.fw500 {font-weight:500;}
.fw700 {font-weight:700;}
.fw900 {font-weight:900;}

/* 팝업레이어 */
#hd_pop {position:relative;margin:0 auto;height:0;z-index:99999;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #999;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {position:relative;padding:0;text-align:left;background:#fff;border-top:solid 1px #ddd;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;}
.hd_pops_footer .hd_pops_reject {color:#666;font-size:12px;text-align:left;background:#fff;}
.hd_pops_footer .hd_pops_reject strong {font-weight:500;}
.hd_pops_footer .hd_pops_close {position:absolute;top:0;right:0;color:#666;font-size:12px;background:#fff;border-left:solid 1px #ddd;}
.hd_pops_footer .hd_pops_close i {font-size:12px;}


/* button */
.btn {display:inline-block;padding:0 12px;color:#fff;text-align:center;line-height:40px;border:none;border-radius:5px;
-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:#ff7700;}
.btn.btn_submit:hover {color:#fff;background:#666;}

.btn.btn_act {background:#ff7700;}
.btn.btn_act:hover {color:#fff;background:#666;}

.btn.btn_frmline {background:#ff7700;}
.btn.btn_frmline:hover {color:#fff;background:#666;}

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

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

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

.btn.btn_admin {background:#ff7700;}
.btn.btn_admin:hover {background:#666;}


/* form */
.frm_input {display:block;width:100%;height:40px;text-indent:8px;line-height:40px;background:#fff;border:solid 1px #ddd;
-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;
}
.zip_input {display:inline-block;width:120px;}
.frm_address {margin:10px 0 0 0;}

.frm_info {display:block;margin:6px 0 0 0;color:#f63941;line-height:normal;}
.frm_info strong {font-weight:400;}

.frm_input2x {float:left;width:49%;margin:0 2% 0 0;}
.frm_input2x_last {float:left;width:49%;margin:0;}

.frm_input3x {float:left;width:32%;margin:0 2% 0 0;}
.frm_input3x_last {float:left;width:32%;margin:0;}

.frm_select3x {float:left;width:32%;height:40px;margin:0 2% 0 0;text-indent:8px;line-height:40px;border:solid 1px #ddd;}


/* 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:20px;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:20px;}
.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% #444;border:solid 1px #222;}

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

.chk_box input[type="radio"] + label {position:relative;padding-left:20px;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:20px;}
.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% #444;border:solid 1px #222}


/* add file */
.file_wr {position:relative;}
.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:#666;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;
}
.file_wr label:hover {background:#ff7700;}
.file_wr label input {position:absolute;width:0;height:0;overflow:hidden;}
.file_wr input[type=text] {display:block;width:100%;height:40px;line-height:40px;text-indent:130px;border:solid 1px #ccc;}

.form_type ul li,
.form_type ul li label,
.form_type ul li textarea,
.form_type ul li .label {
-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_wrap {display:block;margin:0 0 20px 0;font-size:0;line-height:0;text-align:center;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;margin:0 0 -1px -1px;vertical-align:middle;font-size:11px;text-align:center;background:#fff;border:1px solid #ddd;
-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:28px;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 #ddd}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ddd}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ddd}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ddd}
.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:normal;line-height:28px;background:#000;border:1px solid #ddd;}


/* 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}
.new_win #win_title {display:block;color:#fff;font-size:14px;font-weight:500;line-height:40px;text-indent:20px;background:#444;}
.new_win #win_title i {font-size:18px;text-indent:0;}
.new_win #win_title .sv {}

.new_win .new_win_con {padding:20px 20px 60px 20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {padding:0px 0px 60px 0px;}
.new_win .new_win_con2:after {display:block;visibility:hidden;clear:both;content:""}

.new_win .btn_confirm {}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}

.new_win .win_btn {position:fixed;left:0;bottom:0;width:100%;padding:5px;background:#fff;border-top:solid 1px #eee;box-shadow:0 -1px 5px rgba(0,0,0,0.2);}
.new_win .win_btn:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_submit {display:block;float:left;width:49.5%;margin:0 1% 0 0;}
.new_win .btn_close {display:block;float:left;width:49.5%}
.new_win .btn_close_full {display:block;width:100%;color:#666;background:#fff;border:solid 1px #ddd;}
.new_win .btn_close_full:hover {color:#ff7700;background:#eee;}

.new_win .frm_info {color:#ff7700;font-size:12px;}

.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;}

.new_win .win_desc {position:relative;margin:10px;border-radius:5px;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .win_total {display:block;float:right;padding:0 20px;color:#999;font-size:12px;line-height:40px;}
.new_win .win_total strong {color:#ff7700;font-family:'Lato';font-size:14px;}


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


/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative;line-height:normal}
#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}*/


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


/* ckeditor 단축키 */
.cke_sc {display:none;margin:0 0 5px 0;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;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:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 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}


/* 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;}


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


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


/* 검색결과 색상 */
.sch_word {color:#fff;font-weight:400;background:#ff7700;}


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


/* 사이드뷰 */
.sv_wrap {position:relative;}
.sv_wrap .sv {display:none;position:absolute;top:28px;left:0px;width:auto;height:auto;margin:0;font-size:12px;background:#444;z-index:99;
-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:block;width:100px;margin:0;color:#ccc;font-size:11px;line-height:24px;text-align:center;font-weight:300;}
.sv_wrap .sv a:hover {color:#ff7700;background:#222;}
.sv_member {font-weight:400;}
.sv_on {display:block !important;}
.sv_nojs .sv {display:block}


/* 화면낭독기 사용자용 */
#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}


/* 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;
}


/* 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}


/* calendar */
.datepicker {background:url(../img/icon_calendar.png) no-repeat right 50% #fff;}

.ui-datepicker {display:none;position:absolute;left:0;width:280px;padding:0;background:#fff;border:none;border-radius:0;z-index:999;}
.ui-datepicker .ui-datepicker-header {position:relative;background:#5bc0de;border:none;border-bottom:solid 1px #ddd;border-radius:0;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {position:absolute;top:50%;width:40px;height:50px;text-align:center;line-height:50px;background:none;border:none;border-radius:0;
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);
transform:translate(0,-50%);
}
.ui-datepicker .ui-datepicker-prev {left:0;background:url(../img/btn_calendar.png) no-repeat 0 0;}
.ui-datepicker .ui-datepicker-next {right:0;background:url(../img/btn_calendar.png) no-repeat -40px 0;}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {background:none;}
.ui-datepicker .ui-datepicker-title {margin:0;padding:0;font-family:'Noto Sans KR';color:#fff;font-size:14px;line-height:50px;font-weight:400;text-align:center;}

.ui-datepicker table {width:100%;margin:0;padding:0;border-collapse:collapse;border:none;border-left:solid 1px #ddd;}
.ui-datepicker th {width:40px;height:40px;padding:0;font-family:'Noto Sans KR';color:#fff;text-align:center;line-height:40px;background:#5bc0de;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;}
.ui-datepicker td {width:40px;height:40px;padding:0;font-family:'Lato';text-align:center;line-height:40px !important;background:#fff;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;border-radius:0;}
.ui-datepicker td span,
.ui-datepicker td a {display:inline-block;top:0;width:22px;height:22px;padding:0;text-align:center;line-height:18px;background:#fff !important;border:solid 2px #fff !important;border-radius:50%;
-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;
}

.ui-datepicker td:hover {}
.ui-datepicker td span:hover,
.ui-datepicker td a:hover {border:solid 2px #5bc0de !important;}


.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {color:#fff;background:#5bc0de !important;border:solid 2px #5bc0de !important;}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {background:#fff !important;border:solid 2px #5bc0de !important;}


/* 리스트 */
#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;}




@media screen and (max-width:768px) {
.btn {padding:0 8px;}
}