@charset "utf-8";

/*여기어때 잘난체*/
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*더페이스샵 잉크립퀴드체*/
@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Pretendard', sans-serif;font-weight: 400;background:#fff;letter-spacing: -0.04em;color: #0d0d0d;min-width: 1240px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em;font-family:'Pretendard', sans-serif;}
input, button {margin:0;padding:0;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard', sans-serif;}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#0d0d0d;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {}

input[type=text]::placeholder{color: #cccccc;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{-webkit-transition-delay: 9999s; transition-delay: 9999s;background: transparent;}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width: 100%;max-width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{display:block;max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:center;position:relative;display:flex;}
/*.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}*/
.hd_pops_footer button {width:50%;padding:15px;border:0;font-size:17px;line-height:1.4;color:#fff;background:#1d1d1d;border-right:1px solid #999;word-break:keep-all;}
.hd_pops_footer button:last-child {border-right:0;}
.hd_pops_footer button:hover {background:#333;}
/*.hd_pops_footer .hd_pops_reject{background:#000;}
.hd_pops_footer .hd_pops_close{background:#393939;}*/

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

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

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

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

/* 캡챠 자동등록(입력)방지 기본 -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 #898989;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;border-radius:3px}
#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;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - 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}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;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}

/* 버튼 */
a.btn,.btn {display:inline-block;vertical-align:middle;line-height:40px;height:40px;padding:0 10px;border:none;text-align:center;font-size:13px;font-weight:400;text-decoration:none;}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#333;color:#fff;cursor:pointer;}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {background:#333;color:#fff;}
a.btn_b02,.btn_b02 {background:#b20000;color:#fff;}
a.btn_b03, .btn_b03 {background:#fff;border:1px solid #b9bdd3;color:#646982;line-height:38px;}
a.btn_b04, .btn_b04 {background:#fff;border:1px solid #ccc;color:#707070;line-height:38px;}
a.btn_admin,.btn_admin {background:#333;color:#fff;} /* 관리자 전용 버튼 */


/* 기본테이블 */
.tbl_wrap {}
.tbl_wrap table {width:100%;border-collapse:collapse;background:#fff;border-top:2px solid #ccc;}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:15px 0;font-weight:500;color:#333;text-align:center;border-bottom:1px solid #ddd;background:#fff;font-size:16px;line-height:1.2;}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {padding:15px 5px;font-weight:00;color:#333;border-bottom:1px solid #ecf0f1;background:#fff;font-size:16px;line-height:1.5;word-break:break-all}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;font-size:15px;}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

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

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

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;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 .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

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

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 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 #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */

.pg_wrap {margin-top: 50px;}
.pg {display: flex; justify-content:center; text-align: center;}
.pg > *{margin: 0 3px;}

.pg_page, 
.pg_current,
.qa_page {}

.pg a:focus, 
.pg a:hover {text-decoration:none}

.pg_page,
.qa_page {color: #000;letter-spacing: -0.06em;font-size: 16px;width: 25px;height: 25px;line-height: 25px;font-family: 'Montserrat', sans-serif !important;font-weight: 600;border-radius: 5px;background: #f7f7f7;}

/*
.pg_page:hover,
.qa_page:hover {background-color: #EFEFEF;}
*/

.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/p_prev.png') no-repeat 50% 50% ;padding:0;border: solid 1px #f0f2f4;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/p_prev.png') no-repeat 50% 50% ;padding:0;border: solid 1px #f0f2f4;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/p_next.png') no-repeat 50% 50% ;padding:0;border: solid 1px #f0f2f4;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/p_next.png') no-repeat 50% 50% ;padding:0;border: solid 1px #f0f2f4;}

/*
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {background-color: #EFEFEF;}
*/

.pg_current {color: #000;letter-spacing: -0.06em;font-size: 16px;width: 25px;height: 25px;line-height: 25px;border-radius:5px ;font-weight: 600;font-family: 'Montserrat', sans-serif !important;background: #b20000;color: #fff;}

.board_search {margin-top:30px;}
#bo_sch {width: 800px;margin: 0 auto; }
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch > form{display: flex;}
#bo_sch select{width: 15%;padding:0 10px;height:40px;background: url(../img/search_select.png) no-repeat 90%;border:1px solid #E4E1DC;font-size: 15px;}
#bo_sch .sch_input{padding:0 10px;width:70%;height:40px;background:#fff;border:1px solid #E4E1DC;font-size:15px;margin-left: -1px;}
#bo_sch .sch_btn{width:12.5%;height:40px;background:#030310;color:#fff;border:none;font-size:15px;font-weight:500;margin-left: auto;}

#bo_sch select {
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
appearance:none;
outline:none;
}
#bo_sch select::-ms-expand {display: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;
}

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

#bo_list_total {display:none !important;}
* { margin:0; padding:0; outline:none !important}
li {list-style:none;}

/*팝업 반응형 - max-width 수치 조절해서 사용하세요*/
.hd_pops_con{height: auto !important;}
.hd_pops_con iframe{width: 100%;}

@media screen and (max-width:1400px){
	.hd_pops{top: 10px !important;left: 10px !important;}
	.hd_pops_con{max-width: 90vw !important;max-height: 90vh !important;height: auto !important;}
}

@media screen and (max-width:640px){
	.hd_pops{top: 5px !important;left: 5px !important;}
}

.inner {width: 100%;max-width:1200px;margin:0 auto;}
.inner.innerx {max-width: 100%;}
.inner_760{width: 100%;max-width: 760px;margin: 0 auto;}
.clearfix::after {content:'';display:block;clear:both;}
.font_mt{font-family: 'Montserrat', sans-serif !important;}
.font_il{font-family: 'InkLipquid';}
.font_yj{font-family: 'yg-jalnan';}
.ab{background: none ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer}
.c_main{color: #b20000;}
.bg_main{background: #b20000;}
.c_g{color: #808080;}
.c_yw{color: #fde940;}
.d_flex{display: flex;}
.pointer{cursor: pointer}

/*헤더*/
.header{background: #fff;letter-spacing: -0.04em;}
.header > .inner{display: flex;align-items: center;justify-content: space-between;height: 80px;}
.logo{width: 170px;}
.logo > a{display: block;}
.logo > a > img{max-width: 100%;height: auto;}
.util_ul{display: flex;text-align: center;}
.util_ul > li{position: relative;}
.util_ul > li + li{margin-left: 35px;}
.util_ul > li > a{display: block;cursor: pointer;color: #808080;font-size: 14px;line-height: 2;padding: 5px 0;}
.cs_btn{}
.cs_btn > a{}
.cs_ul{position: absolute;top: 100%;left: 50%;transform: translateX(-50%) scaleY(0);background: #fff;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);border-radius: 5px;width: 100px;padding: 7px 0;opacity: 0;transform-origin: top;transition: all .2s;z-index: 5;}
.cs_ul > li{}
.cs_ul > li > a{display: block;color: #808080;font-size: 14px;line-height: 2;white-space: nowrap;}

.cs_btn:hover .cs_ul{opacity: 1;transform: translateX(-50%) scaleY(1);}
.util_ul > li:hover > a,
.cs_ul > li:hover > a{color: #0d0d0d;}
.header a{transition: all .2s;}

.menu{background: #262626;letter-spacing: -0.04em;}
.menu a{text-align: center;color: #fff;transition: all .2s;}
.menu > .inner{}
.depth1{display: flex;}
.depth1 > li{width: 20%;position: relative;}
.depth1 > li > a{font-size: 18px;display: flex;align-items: center;justify-content: center;height: 50px;}
.depth2{background: rgba(13,13,13,0.6);position: absolute;width: 100%;top: 100%;left: 0;height: 180px;padding-top: 20px;transition: all .2s;transform: scaleY(0);opacity: 0;transform-origin: top;z-index: 10;}
.depth2 > li{}
.depth2 > li > a{display: block;font-size: 16px;line-height: 2.1875;}

.depth1:hover .depth2{transform: scaleY(1);opacity: 1;}
.depth1 > li:hover .depth2{background: rgba(13,13,13,0.7);}
.depth1 > li:hover > a,
.depth2 > li:hover > a{color: #b20000;}

/*메인*/
.main{}

.main1{background: url('../img/main_banner.png') center center no-repeat;background-size: cover;height: 700px;padding-top: 150px;}
.main1 > .inner{}
.main1 .top{font-size: 36px;line-height: 1.333;font-weight: 500;}
.main1 .mid{font-size: 48px;line-height: 1;margin-top: 20px;}
.main1 .cir_ul{margin-top: 40px;margin-bottom: 30px;}
.cir_ul{display: flex;width: 420px;}
.cir_ul > li{width: 33.33%;border-radius: 100%;border: solid 3px #fff;display: flex;align-items: center;justify-content: center;padding: 7px;}
.cir_ul > li + li{margin-left: 30px;}
.cir_ul .cir{display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 100%;font-size: 20px;font-weight: 600;line-height: 1.3;text-align: center;width: 100px;height: 100px;}
.g_icon{font-size: 0;}
.main1 .test_btn{margin: 0;}
.p100-0{padding: 100px 0;}	

/*테스트버튼*/
.test_btn{position: relative;background: #fff;width: 420px;height: 120px;display: flex;align-items: center;justify-content: space-between;padding: 20px;color: #b20000;border: solid 1px #b20000;border-radius: 10px;transition: all .2s;margin: 70px auto 0;}
.test_btn .txt{font-weight: 500;font-size: 24px;line-height: 1.333;}
.test_btn .txt b{font-weight: 800;}
.test_btn .g_icon .material-icons-outlined{width: 23px;font-size: 35px;}

.test_btn:hover{background: #b20000;color: #fff;}
/*테스트버튼*/

.main2{background: url('../img/main2_bg.png') center center no-repeat;background-size: cover;padding: 100px 0;}
.main2 > .inner{}
.main2 .top{font-size: 24px;font-weight: 800;line-height: 2;}
.main2 .mid{font-size: 36px;line-height: 1.333;margin-top: 10px;}
.main2 .test_btn{margin-top: 60px;width: 300px;}
.main2 .d_flex{justify-content: space-between;}
.main2box{display: flex;margin-left: 120px;}
.main2box > li{width: 240px;height: 280px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;background: #f7f7f7;border-radius: 20px;box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);}
.main2box > li:nth-child(odd){margin-top: 60px;}
.main2box > li + li{margin-left: 30px;}
.main2box .thum{display: flex;align-items: center;justify-content: center;background: #fff;width: 80px;height: 80px;border-radius: 100%;}
.main2box .thum img{max-width: 100%;}
.main2box .bar{background: #e5e5e5;width: 40px;height: 4px;margin-top: 30px;margin-bottom: 25px;}
.main2box .desc{font-size: 20px;font-weight: 700;line-height: 1.5;}

.main3{background: url('../img/main3_bg.png') center center no-repeat;background-size: cover;padding-top: 85px;padding-bottom: 70px;}
.main3 > .inner{}
.main_tit{text-align: center;}
.main3 .main_tit{font-size: 72px;letter-spacing: -0.05em;line-height: 1;}
.main3box{margin-top: 85px;}
.main3box_li1{background: url('../img/m3_1_bg.png') center center no-repeat;background-size: 100%;}
.main3box_li2{background: url('../img/m3_2_bg.png') center center no-repeat;background-size: 100%;}
.main3box > li{}
.main3box > li > .inner{}
.main3box > li > .inner > .d_flex{align-items: center;}
.main3box > li > .inner > .d_flex > div{width: 50%;}
.main3box .thum{border-radius: 20px;overflow: hidden;}
.main3box .thum img{max-width: 100%;}
.main3box .txt{}
.main3box .tit{font-size: 30px;}
.main3box .box{background: #fff;border-left: solid 5px #b20000;font-size: 20px;font-weight: 600;line-height: 1.3;padding: 12px 0 12px 15px;margin-top: 15px;}

.main4{background: url('../img/main4_bg.png') center center no-repeat;background-size: cover;padding-top: 90px;padding-bottom: 70px;}
.main4 .main_tit, .main5 .main_tit{font-size: 36px;line-height: 1.277;}
.main4box{display: flex;margin-top: 90px;}
.main4box > li{width: 50%;}
.thum_swiper{border-radius: 20px;}
.thum_swiper .swiper-slide{height: auto;}
.thum_swiper .swiper-slide .thum{height: 100%;}
.thum_swiper .swiper-slide .thum img{object-fit: cover;width: 100%;height: 100%;}
.thum_swiper .swiper-slide .txt{position: absolute;color: #fff;font-size: 24px;font-weight: 700;line-height: 1.583;left: 29px;letter-spacing: -0.03em;}
.thum_swiper .swiper-slide.thum1 .txt{color: #0d0d0d;top: 100px;}
.thum_swiper .swiper-slide.thum2 .txt{bottom: 100px;}
.thum_swiper .swiper-slide.thum3 .txt{bottom: 100px;}
.thum_swiper .swiper-slide.thum4 .txt{top: 150px;}
.thum_swiper .swiper-slide.thum5 .txt{top: 200px;}
.thum_swiper .swiper-slide.thum6 .txt{top: 100px;}
.thum_swiper_nav{position: relative;margin-right: 50px;display: flex;flex-direction: column;height: 100%;justify-content: space-between;}
.thum_swiper_nav .swiper-pagination-bullet{display: flex;align-items: center;width: 100%;height: 60px;background: #fff;opacity: 1;border-radius: 30px;border: solid 1px #fff;box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);transition: all .2s;font-size: 16px;font-weight: 500;padding: 0 20px;}
.nav_dot{width: 20px;height: 20px;background: #e5e5e5;border-radius: 10px;display: flex;align-items: center;justify-content: center;border: solid 5px #e5e5e5;display: inline-block;margin-right: 20px;transition: all .2s;}

.thum_swiper_nav .swiper-pagination-bullet-active,
.thum_swiper_nav .swiper-pagination-bullet-active .nav_dot{border-color: #b20000;}
.thum_swiper_nav .swiper-pagination-bullet-active .nav_dot{background: #fff;}

.main5{background: url('../img/main5_bg.png') center center no-repeat;background-size: cover;padding-top: 100px;padding-bottom: 80px;}
.main5 > .inner{}
.main_top{display: flex;flex-direction: column;align-items: center;}
.main_top .thum{}
.main_top .thum img{max-width: 100%;}
.main_top .main_tit{margin-top: 15px;margin-bottom: 10px;}
.main_top .bg_main{border-radius: 20px;color: #fff;width: 560px;height: 40px;display: flex;align-items: center;justify-content: space-between;padding: 0 20px;font-size: 24px;}
.dot{width: 6px;height: 6px;border-radius: 3px;background: #fff;}
.main5box{display: flex;margin-top: 50px;}
.main5box > li{width: 33.33%;background: #fff;border-radius: 20px;box-shadow: 0px 3px 5px 0px rgba(178, 0, 0, 0.3);padding: 25px 30px 35px;}
.main5box > li + li{margin-left: 15px;}
.main5box .top{font-size: 24px;font-weight: 500;}
.main5box .mid{font-size: 36px;margin-top: 10px;}
.main5box .btm{border-top: solid 1px #0d0d0d;margin-top: 30px;padding-top: 30px;font-size: 16px;font-weight: 500;}
.main5box .btm > li{display: flex;justify-content: space-between;}
.main5box .btm > li + li{margin-top: 10px;}
.main5box .btm .desc{text-align: right;}

.main6{background: #fff;padding-top: 70px;padding-bottom: 70px;}
.main6 > .inner{}
.main6 .main_tit, .main7 .main_tit{font-size: 40px;line-height: 1.2;}
.main6 .main_tit .c_main{}
.pink_line{background: url('../img/pink_line.png') center bottom no-repeat;background-size: 100%;display: inline-block;padding-bottom: 15px;margin-bottom: -15px;padding-left: 5px;}
.top_dot{position: relative;}
.top_dot:before{display: block;content: '';position: absolute;bottom: 100%;left: 50%;transform: translateX(-50%);width: 6px;height: 6px;border-radius: 3px;background: #b20000;margin-bottom: 10px;}
.main6box{display: flex;text-align: center;margin-top: 55px;height: 250px;}
.main6box > li{background: #f7f7f7;border-radius: 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 25%;}
.main6box > li + li{margin-left: 20px;}
.main6box .thum{display: flex;align-items: center;justify-content: center;width: 100px;height: 100px;border-radius: 100%;background: #fff;margin-top: 15px;}
.main6box .thum img{max-width: 100%;}
.main6box .desc{font-size: 16px;font-weight: 600;line-height: 1.625;margin-top: 15px;}

.main7{background: url('../img/main7_bg.png') center center no-repeat;background-size: cover;padding-top: 95px;padding-bottom: 90px;}
.main7 > .inner{}
.main7 .main_tit{}
.main7 .test_btn{background: transparent;width: 240px;height: 50px;margin-top: 35px;}
.main7 .test_btn:hover{color: #b20000;background: #fff;}
.main7 .test_btn .txt{font-size: 18px;line-height: 1.555;}


/*푸터*/
.footer{padding: 45px 0;border-top: solid 1px #e6e6e6;}
.footer small{font-size: 14px;}
.footer > .inner{display: flex;justify-content: space-between;}
.footer .left{line-height: 1.714;}
.footer .right{text-align: right;}
.footer .biz_info{}
.footer .copy{margin-top: 40px;}
.footer .right .c_main{font-size: 20px;font-weight: 700;margin-bottom: 15px;}
.footer .right small{line-height: 1.428;}
.term_ul{display: flex;float: right;margin-top: 25px;}
.term_ul > li{display: flex;align-items: center;}
.term_ul > li + li:before{display: block;content: 'ㅣ';margin: 0 10px;}
.term_ul > li > a{font-size: 14px;}

.floating{position: fixed;right: 50px;bottom: 150px;z-index: 30;}
.floating a{display: flex;align-items: center;justify-content: center;width: 80px;height: 80px;border-radius: 100%;background: #fff;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);}
.floating a img{max-width: 100%;}

/*약관*/
#ctt_con{}
#ctt_con .cont_box {margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #dfdfdf;}
#ctt_con .cont_box:last-child {margin-bottom:0;padding-bottom:0;border-bottom:none;}
#ctt_con .p01 {font-size:19px;line-height:27px;margin-bottom:20px;font-weight:600;color:#000;word-break:keep-all;}
#ctt_con .p02 {font-size:17px;line-height:19px;margin-bottom:10px;color:#000;word-break:keep-all;}
#ctt_con .p03 {font-size:15px;line-height:25px;color:#333;word-break:keep-all;}
#ctt_con a {color:#333;}


/*서브*/
#sub_div{letter-spacing: -0.02em;}
#sub_div > .inner{padding-top: 100px;padding-bottom: 100px;}
#sub_div > .inner.innerx{padding-top: 0;padding-bottom: 0;}

.sub_top_bg{background: url('../img/sub_top_01.png') center center no-repeat;background-size: cover;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 260px;color: #fff;font-weight: 600;font-size: 36px;letter-spacing: -0.02em;}
.sub_top_01{background: url('../img/sub_top_01.png') center center no-repeat;background-size: cover;}
.sub_top_02{background: url('../img/sub_top_02.png') center center no-repeat;background-size: cover;}
.sub_top_03{background: url('../img/sub_top_03.png') center center no-repeat;background-size: cover;}
.sub_top_04{background: url('../img/sub_top_04.png') center center no-repeat;background-size: cover;}
.sub_top_05{background: url('../img/sub_top_05.png') center center no-repeat;background-size: cover;}
.sub_top_06{background: url('../img/sub_top_06.png') center center no-repeat;background-size: cover;}
.sub_txt{font-size: 20px;font-weight: 500;margin-top: 10px;}

.sub_top_nav{display: flex;justify-content: center;margin-top: -30px;position: relative;z-index: 1;}
.sub_top_nav > li{margin: 0 10px;}
.sub_top_nav > li > a{display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 18px;width: 240px;height: 60px;border: solid 1px #ccc;border-radius: 3px;background: #fff;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);transition: all .2s;}
.sub_top_nav > li.active,
.sub_top_nav > li:hover{}
.sub_top_nav > li.active > a,
.sub_top_nav > li:hover > a{background: #b20000;color: #fff;border-color: #b20000;}
.sub_top_nav > li.b2b > a{height: 140px;}
.sub_top_nav .material-icons-sharp{display: block;color: #b20000;margin-bottom: 20px;font-size: 45px;transition: all .2s;}
.sub_top_nav > li:hover .material-icons-sharp,
.sub_top_nav > li.active .material-icons-sharp{color: #fff;}

.sub_tit{font-size: 36px;font-weight: 700;}
.sub_top_txt{text-align: center;margin-bottom: 55px;}
.sub_top_txt .num{font-size: 24px;}
.sub_top_txt .sub_tit{margin-top: 10px;margin-bottom: 10px;}
.sub_top_txt .sub_small{font-size: 16px;line-height: 1.4;}

/*sub0101 무료레벨테스트 - 무료레벨테스트*/
.sub0101 article{}
.sub0101_1{padding-top: 95px;}
.timetable_wrap { width:100%;}
.timetable_wrap .tab_btn { position:relative; z-index:10;}
.timetable_wrap .tab_btn dl {display: flex;justify-content: center;height: 50px;}
.timetable_wrap .tab_btn dl dd {cursor:pointer;font-size: 16px;color: #4c4c4c;display: flex;align-items: center;justify-content: center;width: 200px;background: #f7f7f7;border: solid 1px #f7f7f7;border-bottom: 0;border-radius: 10px 10px 0 0;margin: 0 10px;transition: all .2s;}
.timetable_wrap .tab_btn dl dd.active {background:#fff;border-color: #b20000;color: #b20000;position:relative;}
.timetable_wrap .tab_btn dl dd.active::after { display:block; content:""; position:absolute; bottom:-1px; height:1px; width:100%; background:#fff; left:0;}

.timetable_wrap .time_table {width: 100%;padding: 50px 65px;border: solid 1px #b20000;display: none;}
.timetable_wrap .time_wrap_box {}
.timetable_wrap .time_table0 {display:block;}
.timetable_wrap .time_table .txt01 { line-height:55px; text-align:center;  font-size:26px; color:#5f5f5f; background:#f8f8f8; }

.timetable_wrap .time_table dl { overflow:hidden; float:left; }
.timetable_wrap .time_table dl dd {  font-size:17px; color:#5f5f5f; text-align:center; line-height:55px; cursor:pointer;}
.timetable_wrap .time_table .time_list {display: flex;flex-wrap: wrap;margin: 0 -12px -20px;}
.timetable_wrap .time_table .time_list > li {width: calc(25% - 24px);margin: 0 12px 20px;text-align: center;height: 50px;background: #f7f7f7;display: flex;align-items: center;justify-content: center;border-radius: 3px;font-size: 16px;border: solid 1px #f7f7f7;transition: all .2s;cursor: pointer;}
.timetable_wrap .time_table .time_list > li.active{background: #fff;border-color: #b20000;color: #b20000;}
.timetable_wrap .time_table .time_list .no_touch{color: #b2b2b2;cursor: default;}
.sub0101_2{background: #f7f7f7;}

.form_biz{max-width: 600px;margin: 0 auto;}
.form_biz .register_list{}
.form_biz .register_list > li{position: relative;margin-bottom: 30px;}
.form_biz .form_name{float: left;height: 50px;line-height: 50px;font-size: 18px;font-weight: 700;}
.form_biz .form_name p{line-height: 1.444;font-size: 18px;padding-top: 10px;}
.form_biz .form_name p.required{padding-right: 15px;background-position:right 13px !important}
.form_biz .frm_input {width: 460px;height: 50px;line-height: 50px;padding: 0 20px;background-color: #fff;border: 1px solid #cccccc;border-radius: 25px;font-weight: 300;font-size: 16px;float: right;transition: all .2s;}
.form_biz .frm_input:focus{border-color: #262626;}
.form_biz .btn_overlap{position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
.btn_overlap{width: 80px;height: 30px;display: flex;align-items: center;justify-content: center;background: #4c4c4c;color: #fff;font-size: 14px;border-radius: 15px;transition: all .2s;cursor: pointer;border: 0;}
.btn_overlap:hover{background: #0d0d0d;}
.btn_overlap.disabled,
.btn_overlap.disabled:hover{background: #eee;}
.btn_biz{background: #fff;color: #fff; background:#b20000; font-size: 18px;font-weight: 500;display: flex;align-items: center;justify-content: center;border-radius: 30px;border: solid 1px #b20000;width: 300px;height: 60px;margin: 50px auto 0;}
/*.btn_biz:hover{background: #b20000;color: #fff;}*/

/*sub0102 무료레벨테스트 - 결과보기*/
.sub0102{}
.sub0102_1{}
.test_sch_box{display: flex;padding: 20px;background: #fff;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);border-radius: 3px;}
.test_sch_box .left{flex: 1;width: 100%;}
.test_sch_box .input_box{}
.test_sch_box .input_box > li{display: flex;align-items: center;}
.test_sch_box .input_box > li + li{margin-top: 20px;}
.test_sch_box .input_box .tit{font-size: 16px;font-weight: 700;color: #808080;min-width: 90px;margin-right: 10px;}
.test_sch_box .input_box .cont{height: 40px;flex: 1;width: 100%;}
.test_sch_box .input_box .cont > *{height: 100%;font-size: 16px;}
.test_sch_box .input_box .cont.d_flex{align-items: center;}
.test_sch_box .input_box .cont input[type="text"]{padding: 0 10px;}
.test_sch_box .input_box .label_icon{display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;font-size: 0;margin-left: 10px;cursor: pointer;}
.test_sch_box .input_box .label_icon .material-icons-round{}
.test_sch_box .input_box .cont .bar{margin: 0 20px;font-weight: 700;height: auto;}
.test_sch_btn{flex: 0 auto;margin-left: 20px;width: 160px;height: 100px;display: flex;align-items: center;justify-content: center;background: #fff;color: #b20000;border: solid 1px #b20000;border-radius: 10px;font-size: 20px;font-weight: 500;transition: all .2s;}
.test_sch_btn:hover{background: #b20000;color: #fff;}
.border-bottom{border-bottom: solid 1px #cccccc;}
input.border-bottom:focus{border-bottom: solid 1px #0d0d0d;}
.border{border: solid 1px #ccc;}
.hv_gray{transition: all .2s;}
.hv_gray:hover{background: #f7f7f7;}

.test_result_table{width: 100%;border-spacing: 0;margin-top: 50px;}
.test_result_table tr{}
.test_result_table th{background: #f7f7f7;border-top: solid 1px #b20000;border-bottom: solid 1px #cccccc;font-size: 16px;color: #4c4c4c;font-weight: 400;height: 50px;line-height: 1.875;}
.test_result_table td{text-align: center;height: 50px;font-size: 16px;border-bottom: solid 1px #cccccc;}
.test_result_table .btn_overlap{margin: 0 auto;}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {border: 1px solid #b20000;background: #b20000;color: #ffffff;}

/*스크롤바 css*/
*::-webkit-scrollbar{background: transparent;width: 10px;height: 10px;}
*::-webkit-scrollbar-thumb{border-radius: 10px;background: #ccc;background-clip: padding-box;border: 2px solid transparent;}
*::-webkit-scrollbar-track{background: transparent;}

/*datepicker css*/
#ui-datepicker-div.ui-datepicker{width: 19em;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title,
#ui-datepicker-div.ui-datepicker th{font-size: 14px;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next{top: 4px;}
#ui-datepicker-div.ui-datepicker td span, #ui-datepicker-div.ui-datepicker td a{font-size: 15px;}
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-button:hover,
#ui-datepicker-div .ui-button:focus{border: 0;}
#ui-datepicker-div .ui-datepicker-prev-hover{left: 2px;}
#ui-datepicker-div .ui-datepicker-next-hover{right: 2px;}

.popup{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 800px;background: #fff;border: solid 1px #e5e5e5;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);display: none;overflow: auto;z-index: 20;}
.popup_result{height: 800px;}
.popup_list{padding-bottom: 10px;}
.popup_list > li{position: relative;padding: 30px;border-bottom: solid 1px #e5e5e5;}
.popup_list > li:last-child{padding-bottom: 20px !important;}
.popup_tit{font-size: 24px;font-weight: 700;text-align: center;line-height: 1.25;}
.popup_close{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;color: #fff;background: #262626;border-radius: 5px;position: absolute;right: 30px;top: 25px;cursor: pointer;}
.popup_close .material-icons-round{}
.name_box{display: flex;border: solid 1px #808080;border-width: 1px 1px 1px 0;height: 50px;font-size: 16px;}
.name_box dt{border-left: solid 1px #808080;background: #f7f7f7;font-weight: 600;color: #808080;width: 100px;display: flex;align-items: center;justify-content: center;}
.name_box dd{border-left: solid 1px #808080;cursor: default;display: flex;align-items: center;padding: 0 20px;width: calc(50% - 100px);}
.level_result_ul{margin: 50px auto 20px;}
.level_result_ul > li{display: flex;border: solid 1px #cccccc;height: 50px;}
.level_result_ul > li + li{margin-top: 20px;}
.level_result_ul > li > *{padding: 0 20px;display: flex;align-items: center;font-size: 16px;}
.level_name{width: 200px;cursor: default;border-right: solid 1px #cccccc;background: #f7f7f7;font-weight: 600;color: #808080;}
.level_val{flex: 1;width: 100%;cursor: text;}
.level_result_ul .level_result{border-color: #ef8989}
.level_result_ul .level_result .level_name{background: #ef8989;color: #fff;border-color: #ef8989}
.level_result_ul .level_result .level_val{cursor: default;}
.level_result_ul .level_result .level_val input{font-weight: 700;}
.textbook_ul{display: flex;flex-wrap: wrap;margin: 20px -20px -30px;}
.textbook_ul > li{width: 33.33%;padding: 0 20px;margin-bottom: 30px;}
.textbook_ul > li.hidden{display: none;}
.textbook_ul .item{display: flex;flex-direction: column;align-items: center;text-align: center;}
.textbook_ul .item a{display: block;width: 100%;}
.textbook_ul .thum{}
.textbook_ul .thum img{max-width: 100%;}
.textbook_ul .tit{font-size: 20px;font-weight: 700;/* white-space: nowrap; */margin-top: 15px;width: 100%;/* overflow: hidden;text-overflow: ellipsis; */}
.textbook_ul .c_main{font-size: 18px;font-weight: 600;text-decoration: underline;text-underline-position: under;margin-top: 10px;}
.textbook_ul .chkbox_div{margin-top: 20px;}
.popup_result .btn_overlap{margin: 30px auto 0;width: 130px;height: 40px;border-radius: 20px;background: #262626;}
.popup_result .btn_biz{margin-top: 0;}
.popup_result .agree_box{font-size: 16px;letter-spacing: -0.03em;}
.popup_result .agree_box .top{font-weight: 600;}
.popup_result .agree_box .btm{padding: 15px 20px;color: #0d0d0d;}
.level_ul{margin-bottom: -20px;}
.level_ul > li{display: flex;align-items: center;margin-bottom: 20px;background: #f7f7f7;border-radius: 70px;padding: 20px 30px;}
.level_cir{display: flex;align-items: center;justify-content: center;border-radius: 100%;background: #ef8989;color: #fff;font-size: 20px;font-weight: 700;width: 70px;height: 70px;flex: 0 auto;}
.level_ul .txt{flex: 1;width: 100%;padding-left: 40px;}
.level_ul .txt .tit{font-size: 20px;font-weight: 700;margin-bottom: 5px;}
.level_ul .txt .desc{font-size: 16px;color: #808080;line-height: 1.625;}

.leveltest_result_top{display: flex;justify-content: space-between;}
.leveltest_result_top > h2{font-size: 36px;}
.btn_box{display: flex;align-items: center;justify-content: center;width: 160px;height: 50px;font-size: 16px;background: #fff;color: #b20000;border: solid 1px #b20000;transition: all .2s;cursor: pointer;}
.btn_box:hover,
.btn_box.active{background: #b20000;color: #fff;}

.popup_result.student .textbook_ul{margin: 20px auto -20px;justify-content: center;}
.popup_result.student .textbook_ul > li{width: auto;}
.popup_result.student .tit{margin-top: 25px;}
.popup_result.student .c_main{margin-top: 20px;}

/*sub0201 - 커리큘럼*/
.curri_tab_ul{display: flex;justify-content: center;border-bottom: solid 1px #ccc;padding-bottom: 20px;margin-top: -5px;margin-bottom: 20px;}
.curri_tab_ul > li{margin: 0 5px;border-radius: 3px;border: solid 1px #ccc;color: #4c4c4c;font-size: 18px;font-weight: 500;}
.curri_cont, .curri_cont2{display: none;}
.curri_cont.active,
.curri_cont2.active{display: block;}
.curri_tab2_ul{display: flex;justify-content: center;}
.curri_tab2_ul > li{display: flex;align-items: center;justify-content: center;margin: 0 10px;width: 140px;height: 50px;border-radius: 25px;border: solid 1px #ccc;background: #fff;font-size: 18px;font-weight: 500;transition: all .2s;cursor: pointer;}
.curri_tab2_ul > li:hover,
.curri_tab2_ul > li.active{border-color: #b20000;color: #b20000;}
.curri_cont .textbook_ul{margin: 50px -13.333px -30px;}
.curri_cont .textbook_ul > li{width: 25%;padding: 0 13.333px;}
.curri_cont .textbook_ul .item{}

/*sub0301 - 수강신청-수강료*/
.sub0301{}
.sub0301 .sub_top_txt{margin-bottom: 40px;}
.sub0301 .sub_top_txt .sub_tit{margin: 0;}
.registration_table{border: solid 1px #808080;background: #fff;width: 100%;padding: 10px;font-size: 16px;border-spacing: 10px;}
.registration_table tr{}
.registration_table th{font-weight: 500;}
.registration_table .th_top{border-bottom: solid 1px #808080;padding: 3px 0 10px;}
.registration_table th.c_g{background: #f7f7f7;border-radius: 3px;}
.registration_table td{font-weight: 600;height: 50px;padding-left: 10px;}

/*sub0302 - 수강신청-수강신청*/
.enrol {}
.enrol_wrap {display: flex;}
.enrol_left {width: 800px; margin-right:30px; }
.enrol_right {width: 370px;}
.enrol_box {margin-bottom:30px;padding-bottom: 50px;border-bottom: solid 1px #cccccc;} 
.enrol_box.sub_tit{border-color: #262626;padding-bottom: 40px;}
.enrol_box_tit {font-size: 20px;font-weight: 600;line-height: 1.5;color: #4c4c4c;margin-bottom: 20px;}

.enrol_ul {display: flex;flex-wrap: wrap;margin: 0 -5px -20px;}
.enrol_ul .enrol_li {margin: 0 5px 20px;}
.enrol_input{ display: none; }
.enrol_label{ display:flex;align-items: center;justify-content: center;cursor:pointer;background:#fff;border: solid 1px #cccccc;border-radius: 5px;font-size:16px;font-weight: 500;color: #808080;width: 140px;height: 50px;}
.enrol_input:checked + .enrol_label {border-color: #b20000;color: #b20000;}
.enrol_hour .enrol_label{width: 260px;}

.enrol_calendar {display: block;}
.cal_top{display: flex;align-items: center;justify-content: center;font-weight: 700;font-size: 16px;border-top: solid 1px #b20000;padding: 15px 0;}
.btn_arr{margin: 0 20px;display: block;font-weight: inherit;}

.enrol_calendar_table {border-collapse:collapse;width: 100%;border: solid #ccc;border-width: 1px 0 0 1px;font-size: 16px;}
.enrol_calendar_table td {display:table-cell;width: 14.285%;border: solid #ccc;border-width: 0 1px 1px 0;font-weight: 700;height: 40px;}
.enrol_calendar_table label {display: flex;align-items: center;justify-content: center;font-weight: 500;cursor: pointer;height: 100%;}
.enrol_calendar_table .now_day{}
.enrol_calendar_table input[type="radio"]:checked + label {background: #f7f7f7;position: relative;}
.enrol_calendar_table input[type="radio"]:checked + label:after{display: block;content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: calc(100% + 2px);height: calc(100% + 2px);border: solid 1px #b20000;}
.enrol_calendar_table span {display: flex;align-items: center;justify-content: center;height: 100%;font-weight: 500;color: #cccccc;}

.enrol_info { width: 100%;}
.enrol_info .enrol_box_tit{color: #b20000;margin-bottom: 20px;}
.enrol_info .bf_bar_ul{background: #fff;border: solid 1px #cccccc;border-radius: 3px;padding: 20px;color: #808080;}
.bf_bar_ul{font-size: 16px;line-height: 1.875;}
.bf_bar_ul > li{display: flex;font-size: 16px;line-height: 1.875;}
.bf_bar_ul > li:before{display: block;content: '-';margin-right: 5px;}
.bf_bar_ul .bf_none{margin-top: 15px;}
.bf_bar_ul .bf_none:before{display: none;}

.enrol_right_tit { font-size: 20px; line-height: 20px; padding-bottom:15px; color:#222; font-weight:600; }
.enrol_right_box {width:100%; border: 1px solid #eee; border-radius: 10px;}
.enrol_right_box_tit { background: url('../img/enrol_right_box_tit.png');height: 160px;color: #fff;display: flex;align-items: center;font-size: 20px;line-height: 1.5;padding-left: 30px;}

.enrol_right_box2 { width: 100%; padding: 0 30px 30px;}
.enrol_right_ul{border-bottom: solid 1px #cccccc;padding: 30px 0;}
.enrol_right_li {display: flex;align-items: center;justify-content: space-between;}
.enrol_right_li + .enrol_right_li{margin-top: 35px;}
.enrol_right_ul.last{border-bottom: 0;padding-bottom: 0;}
.enrol_right_ul.last .enrol_right_li{display: block;}
.enrol_right_ul.last .enrol_label{width: 100%;font-size: 18px;}
.enrol_right_ul.last .enrol_label:hover,
.enrol_right_ul.last .enrol_input:checked + .enrol_label{background: #fff;color: #B20000;border-color: #B20000;}
.enrol_right_li_tit {font-size:16px; color:#808080;}
.enrol_right_li_txt {font-size: 18px;font-weight: 500;}
.enrol_right_li_txt .buy_txt {font-size:24px;font-weight:700;}
.enrol_right_li_txt .red { color:#b20000; }
.enrol_right_li_txt .blue { color:#395bc1; }
.enrol_right_price { text-align:right; font-size: 22px; color:#2b79dd; line-height: 22px; padding-bottom:30px; font-weight:600; }
.enrol_right_box .enrol_ul{display: block;margin: 15px 0 0;}
.enrol_right_box .enrol_ul .enrol_li{margin: 0 0 10px;}
.enrol_right_send{}
.enrol_right_send .btn_biz{width: 100%;border-radius: 5px;margin-top: 0;}

/*sub04 - 마이페이지*/

/*비밀번호 변경 팝업 css우선순위때문에 위로 올립니다,,*/
.popup_password{}
.popup_cont{}
.input_ul{max-width: 500px;margin: 50px auto 40px;}
.input_ul > li{}
.input_ul > li + li{margin-top: 20px;}
.input_ul .frm_box{border: solid 1px #262626;font-weight: 400;font-size: 16px;}
.popup .btn_submit{display: flex;align-items: center;justify-content: center;width: 200px;height: 50px;background: #262626;color: #f7f7f7;font-size: 18px;border-radius: 25px;margin: 0 auto;}
.popup input::placeholder{color: #b2b2b2;}

/*sub0401 - 마이페이지-강의실*/
.sub0401{}
.sub0401 .sub_tit{text-align: center;}
.sub0401_1{padding-top: 100px;padding-bottom: 50px;}
.student_list{margin-top: 40px;}
.student_list > li{display: flex;flex-wrap: wrap;}
.student_list > li + li{margin-top: 20px;}
.student_list .tit{font-size: 20px;font-weight: 700;width: 120px;margin-right: 10px;line-height: 60px;}
.student_list .std_cont{flex: 1;width: 100%;display: flex;align-items: center;font-size: 16px;}
.student_list .std_cont .sel_biz,
.student_list .std_cont .input_biz{width: 100%;height: 60px;border: solid 1px #ccc;border-radius: 5px;font-size: 16px;}
.sel_biz{font-family: inherit;background: url('../img/select.png') no-repeat calc(100% - 15px) 50% !important;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 0 40px 0 20px;}
.sel_biz::-ms-expand{display:none;}
.student_list .std_cont .input_biz{padding: 0 20px;}
.student_list .std_cont .sel_biz_input{width: 80%;height: 60px;border: solid 1px #ccc;border-radius: 5px;font-size: 16px;padding: 0 20px;}
.student_list .std_cont .sel_biz_btn{width: 20%;height: 60px;border: solid 1px #ccc;border-radius: 5px;font-size: 16px; margin-left:5px;}
.student_list .std_cont .btn_submit{width: 20%;height: 60px;border-radius: 5px;font-size: 16px;margin-left:5px;background: #333;}
.student_list .std_cont.std_remark{flex-wrap: wrap;justify-content: flex-end;}
.student_list .std_cont.std_remark #std_remark,
.student_list .std_cont.std_remark .emp_remark{width: 100%;}
.remark_edit{display: flex;justify-content: flex-end;margin-top: 10px;}
.remark_edit > li{}
.remark_edit > li + li{margin-left: 10px;}
.btn_wh{display: flex;align-items: center;justify-content: center;width: 70px;height: 36px;border-radius: 18px;background: #fff;border: solid 1px #ccc;font-size: 14px;font-weight: 500;}
#cal_search{width: calc(100% - 130px);margin-left: auto;margin-top: 10px;font-size: 16px;line-height: 1.7;border: solid 1px #eee;padding: 10px 20px;max-height: 200px;overflow-y: auto;}
#cal_search > li{}
#cal_search > li > div{}
#cal_search > li > div > a{}

/*캘린더 css*/
.status_cal {margin-top: 50px;}
.cal_info_wrap{background: #fff;padding: 20px 32px;margin-bottom: 50px;display: flex;flex-wrap: wrap;border-radius: 8px;border: solid 1px #E6E6E6;}
.cal_info_p {width: 33.33%;font-size: 20px;padding: 12px 0;color: #808080;display: flex;align-items: center;}
.cal_info_p > span{color: #0D0D0D;margin-left: 8px;display: flex;align-items: center;}
.cal_info_p > span input[type="text"]{text-align: right;border: solid 1px #e6e6e6;padding: 0 5px;height: 28px;width: 50px;margin-right: 5px;}
.cal_info_p > span + button{font-size: 90%;padding: 5px 14px;background: #262626;color: #fff;border-radius: 5px;border: 0;margin-left: 10px;}

.cal_top_table {width:100%;}
.cal_top_table td {display: flex;align-items: center;justify-content: center;text-align: center;background: #b20000;color: #fff;padding: 13px 0;font-size: 20px;font-weight: 700;flex-direction: column;}
.cal_top_table td .btn_arr {color: #fff;font-size: 0;}

.rsrv_tbl {width:100%;}
.rsrv_tbl tr:first-child td {font-size: 16px;font-weight: bold;border: none;background: #262626;color: #fff;height: 50px;line-height: 50px;min-height: auto;}
.rsrv_tbl tr:not(:first-child) td:first-child{background: #f7f7f7;}
.rsrv_tbl tr td:last-child  {border-right:1px solid #cccccc;}
.rsrv_tbl td {text-align:center;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;width:14.28%;height:140px;padding:20px 20px 10px;position:relative;vertical-align:top;background: #fff;font-size: 14px;}
.rsrv_tbl td.after{padding-bottom: 20px;}
.rsrv_tbl td b {font-size: 16px;text-align: right;width: 100%;display: inline-block;}
.rsrv_tbl .now_day {border: solid 2px #0d0d0d;}

.cal_data{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.btn_cal{display: flex;align-items: center;justify-content: center;width: 100%;background: #b20000;height: 30px;border-radius: 15px;color: #fff;font-weight: 500;}
.btn_cal.wh{background: #fff;border: solid 1px #cccccc;color: #0d0d0d;}
.btn_cal.bk{background: #262626;}
.btn_cal.disabled{background: #f7f7f7;color: #b2b2b2;border: 0;}
.btn_cal_half{width: calc(50% - 5px);}
.btn_cal_half + .btn_cal_half{margin-left: 10px;}
.cal_btn_wrap{position:relative;padding-top:40px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;}
.cal_btn_wrap .chkbox_div{justify-content: center;}
.cal_btn_wrap .chkbox{}
.class_status{font-size: 18px;font-weight: 600; position: absolute;top: -5px;left: 50%;width:100%;transform: translateX(-50%);/* padding-bottom: 25px;  */}
.red{color: #ff3434;}
.blue{color: #406df2;}
.class_status.red {/* padding-top: 15px; */}
.class_create{margin-bottom: 40px;}
.class_manage{margin-bottom: 10px;display: flex;}

.popup_manage .popup_list > li{padding: 30px 90px;}
.popup_manage.on {opacity: 2;visibility: visible;}
.manage_ul{display: flex;flex-wrap: wrap;margin: 0 -10px -20px;}
.manage_ul > li{padding: 0 10px;width: 50%;margin-bottom: 20px;}
.manage_ul input[type="radio"]{display: none;}
.manage_ul label{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100px;border: solid 1px #cccccc;transition: all .2s;cursor: pointer;}
.manage_ul label .tit{font-size: 20px;font-weight: 700;}
.manage_ul label small{font-size: 16px;margin-top: 10px;}
.manage_ul input:checked + label{border-color: #b20000;color: #b20000;}
.popup_manage .btn_biz,
.popup_manage .btn_biz:hover{background: #b20000;color: #fff;margin: 30px auto 0;}

.textarea_biz{width: 100%;resize: none;border: solid 1px #262626;background: #fff;padding: 20px;font-size: 16px;margin-bottom: 20px;height: 100px;}
.textarea_biz::placeholder{color: #0d0d0d;}
.popup_remark{}
.popup_create{text-align: center;z-index: 70;}
.popup_create .input_biz{text-align: center;line-height: 1.5;font-size: 20px;font-weight: 700;background: #f7f7f7;height: 50px;display: flex;align-items: center;justify-content: center;}
.popup_create .sel_biz{text-align: center;font-size: 16px;height: 50px;padding: 0;border: solid 1px #cccccc;border-radius: 3px;margin: 20px 0 25px;}
.popup_create .desc{font-size: 16px;}
.popup_create .btn_submit{margin: 25px auto 0;}

.popup_feedback{}
.popup_feedback .agree_box{font-size: 16px;border: solid 1px #262626;}
.popup_feedback .agree_box .top{border: 0;font-weight: 600;}
.popup_feedback .agree_box .btm{color: #0d0d0d;line-height: 1.875;}
.popup_feedback .agree_box .textarea_biz{margin-bottom: 0;padding: 0;border: 0;}
.popup_feedback .btn_submit{margin-top: 20px;}

/*sub0402 - 마이페이지-수강내역*/
.sub0401_2{padding: 100px 0;background: #f7f7f7;}
.history_table{width: 100%;border-spacing: 0;border-top: solid 1px #b20000;font-size: 16px;}
.history_table tr{}
.history_table th{border-bottom: solid 1px #cccccc;background: #f7f7f7;color: #4c4c4c;height: 50px;}
.history_table td{border-bottom: solid 1px #cccccc;height: 70px;text-align: center;}
.history_table .btn_overlap{margin: 0 auto;}

/*sub0403 - 마이페이지-개인정보변경*/
.sub0403{}
.sub0403 .form_biz{max-width: 100%;}
.form_biz .register_list.edit{padding: 0;border: 0;max-width: 600px;margin: 0 auto;}
.form_biz .register_list.edit > li{padding: 0;}
.form_biz .register_list.edit.box{max-width: 100%;padding: 30px 10px 20px;border: solid 1px #ccc;}
.form_biz .register_list.edit.box > li{max-width: 600px;margin: 0 auto 30px;}
.form_biz .register_list.edit .frm_input.readonly{background: #f7f7f7;border: 0;box-shadow: none;color: #808080;}
.btn_overlap.wh{background: #fff;color: #4c4c4c;border: solid 1px #ccc;right: auto;left: 160px;}
.btn_overlap.wh.red{color: #b20000;border-color: #b20000;}
.btn_overlap.box{width: 100px;background: #262626;color: #fff;border-radius: 3px;}
.frm_box{height: 50px;line-height: 50px;padding: 0 20px;background-color: #fff;border: 1px solid #cccccc;border-radius: 3px;font-weight: 500;font-size: 16px;}
.form_biz .frm_box{float: right;width: 460px;}
.form_biz .register_list .form_cont{width: 460px;float: right;}
.form_biz .register_list .form_cont .frm_input,
.form_biz .register_list .form_cont .frm_box{float: none;}
.po_rel{position: relative;}
.chkbox_div + .po_rel{margin-top: 10px;}
.po_rel + .chkbox_div{margin-top: 10px;}

/*sub05 - b2b*/
.b2b_wrap{padding-bottom: 100px;}
.b2b_wrap .tit{font-size: 24px;}
.b2b_wrap .sub_tit{}
.b2b_wrap .desc{}
.b2b_wrap .small{}
.b2b_1{position: relative;display: flex;align-items: center;justify-content: center;text-align: center;margin-top: -110px;}
.b2b_1 .bg{}
.b2b_1 .bg img{width: 100%;}
.b2b_1 .absol{position: absolute;bottom: 0;width: 100%;}
.b2b_1 .absol .tit{font-size: 36px;letter-spacing: -0.02em;}
.b2b_1 .absol .tit b{font-size: 80px;font-weight: 700;}
.b2b_1 .absol .tit span{margin: 0 25px;}
.b2b_1 .absol .thum{margin: 0 auto;}
.b2b_1 .absol .thum img{max-width: 100%;}
/*sub0501 - b2b-기업 / 공공기관 / 학교*/
.sub0501_1{}
.sub0502_1.b2b_1 .absol .thum{width: clamp(641.4px,53.45vw, 1021px);}
.sub0501_1.b2b_1 .absol .thum{width: clamp(643.92px,53.66vw, 1025px);}
.sub0501_2{text-align: center;}
.sub0501_2 .main2box{margin-top: 50px;margin-left: 0;}
.sub0501_2 .main2box > li{width: 33.33%;height: 270px;}
.sub0501_2 .main2box > li + li{}
.sub0501_2 .main2box > li:nth-child(odd){margin-top: 0;}
.sub0501_2 .main2box > li:nth-child(even){margin-top: 50px;}
.sub0501_2 .main2box .thum{font-size: 0;margin-top: 5px;}
.sub0501_2 .material-icons-sharp{color: #b20000;font-size: 45px;}
.sub0501_2 .main2box .bar{margin-bottom: 20px;}
.sub0501_2 .main2box .desc{line-height: 1.6;min-height: 3.2em;}
.sub0501_3{background: url('../img/b2b1_3.png') center center no-repeat;background-size: cover;padding: 30px 0;}
.box_ul{display: flex;justify-content: center;}
.box_ul > li{display: flex;align-items: center;justify-content: center;margin: 0 10px;display: flex;border-radius: 20px;overflow: hidden;}
.box_ul .thum{margin-right: 40px;}
.box_ul .txt{text-align: left;}
.box_ul .tit{font-size: 24px;font-weight: 500;}
.box_ul .desc{font-size: 16px;line-height: 1.625;}
.box_ul .main_tit{font-size: 40px;font-weight: 700;}
.sub0501_3 .box_ul{color: #fff;margin-top: 100px;margin-bottom: 30px;}
.sub0501_3 .box_ul > li{width: 460px;height: 160px;border: solid 1px #fff;}
.sub0501_3 .small{font-size: 16px;color: #fde940;text-align: center;}
.sub05_btm{padding-top: 100px;}
.sub05_btm_top{position: relative;background: rgba(249, 217, 217, 0.3);border-radius: 10px;text-align: center;font-weight: 700;height: 70px;display: flex;align-items: center;justify-content: center;z-index: 1;}
.sub05_btm_top .thum{position: absolute;z-index: -1;top: 50%;left: 50%;transform: translate(-50%,-50%);padding-top: 20px;}
.sub05_btm_top .thum img{}
.sub05_btm_top .tit{font-weight: 700;color: #b20000;}
.sub05_btm .box_ul{margin-top: 50px;}
.sub05_btm .box_ul > li{width: calc(50% - 10px);height: 200px;margin: 0;}
.sub05_btm .box_ul > li > a{display: flex;align-items: center;}
.sub05_btm .box_ul > li + li{margin-left: 20px;}
.sub05_btm_box_li_1{background: url('../img/b2b1_4_1.png') center center no-repeat;background-size: cover;}
.sub05_btm_box_li_2{background: url('../img/b2b1_4_2.png') center center no-repeat;background-size: cover;}
.sub05_btm .box_ul .thum{margin-right: 30px;}
.sub05_btm .box_ul .material-symbols-sharp{color: #b20000;font-size: 70px;margin-right: 5px;}
.sub05_btm .box_ul .txt{}
.sub05_btm .box_ul .tit{margin-bottom: 5px;}
.sub05_btm .box_ul .main_tit{}
/*sub0502 - b2b-화상영어 창업*/
.sub0502_1{}
.sub0502_2{display: flex;justify-content: center;align-items: flex-end;background: url('../img/b2b2_2_pc.png') center center no-repeat;background-size: cover;height: 550px;color: #fff;text-align: center;line-height: 1.5;margin-top: 100px;padding: 65px 0;}
.sub0502_2 .tit{text-align: left;}
.sub0502_2 .tit p{}
.sub0502_2 .tit p + p{margin-top: 35px;}
.sub0502_2 .mo{display: none;}
.sub0502_3{padding-top: 100px;padding-bottom: 30px;}
.sub0502_3 > .inner{overflow: hidden;}
.sub0502_3 > .inner > .tit{text-align: center;font-weight: 700;}
.pokeball_ul{display: flex;flex-wrap: wrap;margin: 50px -20px 0;justify-content: center;text-align: center;}
.pokeball_ul > li{position: relative;width: calc(25% - 40px);margin: 0 20px 40px;}
.pokeball_ul > li + li:before{display: block;content: '';width: 40px;height: 10px;background: #e5e5e5;position: absolute;right: 100%;top: 50%;transform: translateY(-50%);}
.pokeball_ul > li:nth-child(4n+1):before{display: none;}
.pokeball_ul .item{display: flex;flex-direction: column;height: 150px;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);border-radius: 20px;overflow: hidden;}
.pokeball_ul .desc{background: #b20000;display: flex;align-items: center;justify-content: center;height: 70px;color: #fff;font-size: 16px;}
.pokeball_ul .tit{background: #fff;font-weight: 700;font-size: 20px;}
.pokeball_ul .cir{width: 30px;height: 30px;border-radius: 100%;border: solid 4px #b20000;background: #fff;display: flex;align-items: center;justify-content: center;margin: -15px auto 15px;font-size: 0;}
.pokeball_ul .cir .material-icons-sharp{color: #b20000;font-size: 17px;}
.sub0502_3 .small{font-size: 16px;line-height: 1.625;text-align: center;margin-top: 10px;}

/*sub0602 - 고객센터-상담문의*/
.sub0602{}
.sub0602 .desc{font-size: 20px;}
.sub0602 .tit{font-size: 24px;font-weight: 500;}
.sub0602 .main_tit{font-size: 40px;}
.sub0602_1{margin-bottom: 100px;height: 350px;background: url('../img/cs_1_bg.png') center center no-repeat;background-size: cover;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
.sub0602_1 .main_tit{line-height: 1.35;margin-top: 15px;}
.sub0602_2{margin-bottom: 50px;text-align: center;}
.sub0602_2 .tit{line-height: 1;}
.sub06box{display: flex;margin: 50px -7.5px 0;}
.sub06box > li{padding: 0 7.5px;width: 33.33%;}
.sub06box .item{background: #ffffff;border: solid 1px #cccccc;border-top: solid 4px #b20000;display: flex;align-items: center;justify-content: center;height: 140px;}
.sub06box .desc{margin-bottom: 20px;}
.sub06box .tit{}
.sub0602_3{}
.sub0602_3 > a{height: 200px;background: url('../img/cs_3_bg.png') center center no-repeat;background-size: cover;display: flex;align-items: center;justify-content: center;color: #fff;}
.sub0602_3 .material-symbols-sharp{color: #b20000;margin-right: 45px;font-size: 70px;}
.sub0602_3 .main_tit{margin-top: 0 !important; margin-left:10px !important;}
.material-symbols-sharp { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 40}

/*회원가입*/
.chkbox_div{display: flex !important;align-items: center;}
.chkbox_div .chk_input{display: none;}
.chkbox_div .chkbox{width: 20px;height: 20px;border: solid 1px #bcbcbc;border-radius: 3px;transition: all .2s;display: flex;align-items: center;justify-content: center;overflow: hidden;color: #fff;background: url('../img/v.png') center center no-repeat;background-color: #fff;cursor: pointer;}
.chkbox_div .chktxt{padding-left: 12px;cursor: pointer;font-size: 16px;}

.chkbox_div .chk_input:checked + .chkbox{border-color: #b20000;background-color: #b20000;}

.form_01 .agree_box .btm > li{padding: 0;}
.form_01 .agree_box .btm > li + li{margin-top: 20px;}
#fregisterform .form_01 .agree_box{border: solid 1px #bcbcbc;margin-top: 40px;}
.agree_box .chktxt{font-size: 16px;font-weight: 500;}
.agree_box .top{border-bottom: solid 1px #bcbcbc;padding: 15px 20px;background: #262626;color: #fff;}
.agree_box .btm{padding: 20px;color: #808080;background: #fff;border: solid 1px #cccccc;border-top: 0;}
.agree_box .btm > li{}
.agree_box .btm .chktxt{}
.agree_box .btm .chktxt > a{color: #262626;font-weight: 700;}

.sub0201_1{}
.sub0201_1 .sub_cont{overflow-x: auto;}

.sub0201_2{background: #f7f7f7;}

/*로그인*/
.login_info_wrap{display: flex;justify-content: space-between;font-size: 15px;}
.login_info_wrap .chktxt{font-size: 15px;}
.mbskin .logo{margin: 0 auto 35px;width: 300px;}


/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;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 .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;padding:20px 0;}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

.new_win_con .chkbox_div .chktxt{padding-left: 5px;color: #000;font-size: 14px;}

/*개발자 커스텀*/
/*달력*/
.inner .month {display: flex;justify-content: space-between;align-items: center;max-width: 340px;margin: 24px auto;}
.inner .month p {font-weight:600;margin:0 20px; font-size:20px;}
.inner .month button {border:none;background:#000; color:#fff;border-radius:8px; overflow:hidden; }
.inner .month button span {width:32px; line-height:32px;font-size:20px; }

.status_cal{font-size: 16px;}
.status_cal #res_cal1 {margin-top:20px ; width:100%; border-collapse: collapse;border-spacing: 0;}
.status_cal #res_cal1 th {position:relative; padding: 10px 20px;height:50px;border:1px solid #cecece;font-size:16px;font-weight: 400;background:#eff3fd;}
.status_cal #res_cal1 td {/*cursor:pointer;*/ width: 172px;position:relative; padding: 10px;height:200px;border:1px solid #cecece;font-size:16px;font-weight: 500;vertical-align: top;background: #fff;}
.status_cal #res_cal1 td.on {color:#970404;}
.status_cal #res_cal1 td p {}
/*.status_cal #res_cal1 td p span {display:inline-block; width:60px;}*/
.status_cal #res_cal1 th:first-child, .status_cal #res_cal1 td:first-child {color:#dd0000;}
.status_cal #res_cal1 th:last-child, .status_cal #res_cal1 td:last-child {color:#0000dd;}

.status_cal #res_cal1 td .date_d{font-size: 14px;}
.status_cal #res_cal1 td#today{position: relative;}
.status_cal #res_cal1 td#today:before{display: block;content: '';position: absolute;width: 100%;height: 100%;border: solid 1px #0d0d0d;top: 0;left: 0;pointer-events: none;}

.status_cal #res_cal1 td .class_wrap{border: solid 1px #E6E6E6;border-radius: 2px;padding: 8px;}
.status_cal #res_cal1 td .class_wrap > p{font-size: 16px;}
.status_cal #res_cal1 td .class_wrap > p + p{margin-top: 12px;}
.status_cal #res_cal1 td .class_wrap > .stt_btn{padding: 6px;width: fit-content;border: solid 1px;border-radius: 4px;background: #fff;display: flex;align-items: center;word-break: keep-all;}

.status_cal #res_cal1 td .class_wrap > .stt_btn.status_01{background: #F7F7F7;border-color: #E6E6E6;color: #0D0D0D;} /*수업예정, 보충수업*/
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_02{border-color: #B7B7B7;color: #B7B7B7;} /*학생출석*/
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_02 img{margin-right: 4px;flex: 0 0 auto;}
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_03{border-color: #FF00FF;color: #FF00FF;} /*수업연기*/	
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_04{border-color: #B7B7B7;color: #B7B7B7;} /*결석*/
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_05{border-color: #82B0F0;color: #82B0F0;} /*선생님수업연기*/
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_06{border-color: #6AA84F;color: #6AA84F;} /*회사 연기*/
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_07{border-color: #ff0000;color: #ff0000;} /*체크필요*/
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_08{border-color: #2D23FF;color: #2D23FF;} /*선생님결석*/
.status_cal #res_cal1 td .class_wrap > .stt_btn.status_09{border-color: #9370db;color: #9370db;} /*장기홀딩*/

/*----*/

/*팝업*/
.pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);z-index: 50;opacity: 0;visibility: hidden;transition: all .2s;}
.pop{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: #fff;text-align: center;max-width: 90vw;max-height: 90vh;}
.pop_close{position: absolute;cursor: pointer;top: 10px;right: 10px;z-index: 5;}
.pop_close .icons{font-size: 20px;}
.pop .thum{overflow: hidden;width: 100%;height: 100%;}
.pop .thum img{width: 100%;height: 100%;object-fit: cover;}

.pop_wrap.on{opacity: 1;visibility: visible;}

.main .pop_close{top: auto;left: auto;bottom: calc(100% + 3px);left: 100%;width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #232120;border: solid 1px #fff;}
.pop_wrap_cal{}
.pop_cal{padding: 60px;display: flex;flex-flow: column;width: /*1140*/540px;height: /*530*/800px;text-align: left;align-items: flex-start;/*aspect-ratio: 1140 / 530;*/border-radius: 20px;}
.pop_cal .pop_close{}
.pop_cal .thum{width: 100%;max-width: 500px;display: flex;align-items: center;justify-content: center;flex: 1;border: solid 1px #e5e5e5;margin-right: 40px;}
.pop_cal .thum img{width: 100%;height: 100%;object-fit: contain;}
.pop_cal .txt{flex: 1;width: 100%;max-height: 100%;display: flex;flex-direction: column;}
.pop_cal .tit{font-size: 15px;font-weight: 700;margin-bottom: 25px;}
.pop_cal .tit .flex{display:flex;}
.pop_cal .tit > p{padding: 0 10px;}
.pop_cal .desc{overflow-y: auto;letter-spacing: -0.02em; font-size: 15px; font-weight: 500;}
.pop_cal .desc p{padding: 5px 0;}
.pop_cal .desc p span {display:inline-block; width:150px;}
.pop_cal .yw_btn{margin-top: 60px;width: fit-content;padding: 13px 28.5px;}
.pop_cal *::-webkit-scrollbar{background: transparent;height: 8px;width: 8px;}
.pop_cal *::-webkit-scrollbar-thumb{border-radius: 10px;background: #aaa;}
.pop_cal *::-webkit-scrollbar-track{background: transparent;}

/*231011 추가*/
.cal_top_class_btn_wrap{display: flex;justify-content: center;margin-top: 24px;font-size: 16px;margin-bottom: 50px;}
.cal_top_chkbox_div{}
.cal_top_chkbox_div .chktxt{color: #808080;font-size: 18px;}
.cal_top_class_btn_wrap .btn_cal{width: 100px;height: 36px;border-radius: 50px;}
.cal_top_class_btn_wrap .btn_cal + .btn_cal{margin-left: 16px;}

.class_cont_wrap{margin-top: 10px;cursor: pointer;}
.class_cont_wrap > div{margin-bottom: 5px;}

.pop_cal2{}
.pop_cal2 .pop_close2{padding: 8px;background: #0d0d0d;width: 30px;aspect-ratio: 1;top: 20px;right: 20px;}
.pop_cal2 .pop_close2 img{width: 100%;}
.pop_cal2 .tit{justify-content: space-between;}
.pop_cal2 .tit > p{margin-right: auto;font-size: 20px;}
.pop_cal2 .btn{font-size: 14px;}
.pop_cal2 .desc{min-width: auto;}
.pop_cal2 .desc table{}
.pop_cal2 .desc table td:first-child > p{text-align: left;display: flex;align-items: flex-start;padding: 2px 0;}
.pop_cal2 .desc table td:first-child > p input[type="radio"]{height: 22px;margin-right: 5px;}
.pop_cal2 textarea{padding: 5px;}
.pop_cal2 .tbl_head01 thead th, 
.pop_cal2 .tbl_head01 td{font-size: 15px;font-weight: 400;}

/*----*/

/*adm 버튼 스타일*/
.btn{height:100%;border:0;border-radius:5px;padding:0 10px;font-weight:bold;font-size:1.09em;vertical-align:middle}
.btn_sub{width:100%;height:20px;border:0;border-radius:5px;padding:0 10px;font-weight:bold;vertical-align:middle}
a.btn{display:inline-block;height:100%;/*line-height:30px;*/border:0;border-radius:5px;padding:0 10px;font-weight:bold;font-size:1.09em;vertical-align:middle}
.btn_01,a.btn_01{background:#ff4081;color:#fff;}
.btn_01:hover,a.btn_01:hover{background:#ff1464}

.btn_02,a.btn_02{background:#9eacc6;color:#fff;}
.btn_03,a.btn_03{background:#3f51b5;color:#fff;}
/*---*/

/*adm 테이블 스타일*/
.tbl_head01 {min-width:1020px; overflow-x:scroll;}
.tbl_head01 table {/*min-width:1980px;*/clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head01 thead th {background:#6f809a;color:#fff;border:1px solid #60718b;font-weight:normal;text-align:center;padding:8px 5px;}
.tbl_head01 thead th a{color:#fff}
.tbl_head01 thead input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 thead a {color:#383838;text-decoration:underline}
.tbl_head01 tbody th{border:1px solid #d6dce7;padding:5px;text-align:center}
.tbl_head01 tbody td{border:1px solid #d6dce7;padding:5px;text-align:center}
.tbl_head01 tbody tr:nth-child(even){background:#eff3f9}
.tbl_head01 tbody td .frm_input{width:100%;}
.tbl_head01 tbody td select{width:100%}
.tbl_head01 table .tbl_input{height:27px;line-height:25px;border:1px solid #d5d5d5;width:100%}
.tbl_head01 table select {height: 27px;line-height: 25px;width: 100%;}

/*---*/

.newss_tit { font-size:16px; line-height:1.875; padding-top:20px; font-weight:600; }
.newss_txt { font-size:16px; line-height:1.3; color:#808080; }