@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Pretendard', 'noto-sans', dotum, sans-serif;background:#fff;color:#121212;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Malgun Gothic', dotum, sans-serif}
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}
input, button {margin:0;padding:0;font-family:'Pretendard', 'noto-sans', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard', 'noto-sans', dotum, sans-serif;font-size:1em}
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:#000;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 {
/*-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;*/
}

.placeholdersjs {color:#aaa !important}

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

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {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 {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#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_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define 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_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#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;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;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 {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s 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}

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:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;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}
.btn_cancel:hover {background:#aaa}
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 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.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 {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.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}

.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:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.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 .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;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 {display:block;margin-top:80px;}
.pg_wrap.ver2 {margin-top:50px;}
.pg {display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;}
.pg_page, .pg_current {display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#F8F8F8;border-radius:2px;text-align:center;font-size:12px;line-height:1.1;font-weight:500;color:#9B9B9B;padding-top:2px;position:relative;cursor:pointer;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.svg') no-repeat center;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.svg') no-repeat center}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.svg') no-repeat center;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.svg') no-repeat center;}
.pg_start::before, .pg_prev::before, .pg_end::before, .pg_next::before {display:none;}
.pg_start + .pg_page::before {display:none;}
.pg_prev + .pg_page::before {display:none;}
.pg_current {background:#EDEDED;color:#464646;}

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

body {min-width:1160px;margin:0 auto;}
#bo_list_total {display:none !important;}
* {-webkit-tap-highlight-color:rgba(255,255,255,0); user-select:text; -webkit-touch-callout: none;margin:0; padding:0; outline:none !important}
*::-webkit-scrollbar {width:7px;  /* 스크롤바의 너비 */}
*::-webkit-scrollbar-thumb {height: 10%; /* 스크롤바의 길이 */ background: #dfdfdf; /* 스크롤바의 색상 */border-radius:10px; }
*::-webkit-scrollbar-track {background: #f1f1f1;  /*스크롤바 뒷 배경 색상*/}
li {list-style:none;}

input::placeholder, textarea::placeholder {color:#A4A4A4;}
select {-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#464646;}
.ui-datepicker .ui-datepicker-title select {background:url(../img/main_chart_filter_arr.svg) no-repeat #fff calc(100% - 5px) center;}

.inner {max-width:100%;width:1160px;margin:0 auto; position:relative;padding-left:20px;padding-right:20px;}
.inner100 {width:100%;padding:0;}

.datepicker_back {width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;left:0;top:0;z-index:1001;display:none;}
.not_data {text-align:center;font-size:15px;padding:50px 0;}

.color_red {color:#F04438 !important;}
.color_green {color:#1DB428 !important;}
.color_gray {color:#9B9B9B !important;}
.txt_bold {font-weight:600;}

.middle_line {height:8px;background:#F6F7F8;margin:30px 0;}

.mgt0 {margin-top:0 !important;}
.mgt15 {margin-top:15px !important;}
.mgt20 {margin-top:20px !important;}
.mgt24 {margin-top:24px !important;}
.mgt30 {margin-top:30px !important;}
.mgt36 {margin-top:36px !important;}
.mgt50 {margin-top:50px !important;}

/* 토스트 메세지 */
.toast_box {max-width:440px;width:calc(100% - 40px);padding:10px 24px;background:rgba(18,18,18,0.7);border-radius:30px;font-size:15px;line-height:1.5;font-weight:500;color:#fff;position:fixed;bottom:100px;left:50%;transform:translateX(-50%);z-index:2000;text-align:center;display:none;}
.toast_cont {}
.toast_cont span {display:block;}

/* 인디케이터 */
.indicator {width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;left:0;top:0;z-index:2000;display:none;}
.indicator p {width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.indicator p img {width:50px;}

.hd_back {height:80px;}
.header {min-width:1160px;width:100%;height:80px;background:#fff;border-bottom:1px solid #F1F1F2;position:fixed;left:0;top:0;z-index:100;}
.header .inner {height:100%;display:flex;align-items:center;gap:50px;}
.hd_logo a {display:flex;align-items:baseline;gap:7px;}
.hd_logo a span {font-size:15px;line-height:1.1;font-weight:600;color:#6C6C6C;position:relative;bottom:2px;}
.hd_gnb {display:flex;align-items:center;gap:10px;}
.hd_gnb li {}
.hd_gnb li a {display:block;padding:10px;font-size:18px;font-weight:500;color:#464646;}
.hd_gnb li.on a {font-weight:700;color:#FF6937;}
.hd_lnb {display:flex;align-items:center;gap:24px;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.hd_lnb li {}
.hd_lnb li a {display:flex;align-items:center;height:31px;background:#fff;padding:0 12px;border:1px solid #D8D8D8;border-radius:20px;font-size:16px;font-weight:500;color:#6c6c6c;}
.hd_profile {display:flex;align-items:center;gap:8px;}
.hd_profile p {display:flex;justify-content:center;width:28px;height:28px;border:1px solid #F1F1F2;border-radius:50%;overflow:hidden;}
.hd_profile p img {min-width:100%;min-height:100%;width:auto;height:auto;}
.hd_profile span {font-size:15px;font-weight:600;color:#242526;}

.footer {background:#414651;padding:16px 0 10px;}
.ft_logo {padding-bottom:16px;margin-bottom:10px;border-bottom:1px solid #5E616B;}
.ft_copy {font-size:12px;line-height:1.1;color:#A0A2A8;}
.ft_lnb {display:flex;gap:35px;position:absolute;top:3px;right:0;}
.ft_lnb li a {font-size:13px;line-height:1.1;font-weight:600;color:#A0A2A8;transition:all 0.2s;cursor:pointer;}
.ft_lnb li a:hover {color:#fff;}
.ft_info {display:flex;gap:20px;padding:10px 0;}
.ft_info li {font-size:13px;line-height:1.1;color:#A0A2A8;}

.main {padding:55px 0 90px;}
.main_box {position:relative;}
.main_box + .main_box {margin-top:46px;}
.main_line {border:1px solid #E9EAEB;border-radius:16px;box-shadow:0 4px 6px -2px rgba(10,13,18,0.03);}
.main_title {font-size:22px;line-height:1.1;font-weight:700;}

.main_welcome {padding-bottom:36px;margin-bottom:40px;border-bottom:1px solid #E4E4E4;}
.main_welcome.ver2 {margin-bottom:24px;}
.main_welcome.ver3 {margin-bottom:30px;}
.main_welcome_txt {font-size:30px;line-height:1.1;font-weight:700;}
.main_welcome_date {font-size:20px;line-height:1.1;color:#535353;margin-top:10px;}

.week_period_date {font-size:18px;line-height:1.1;color:#9B9B9B;margin-top:6px;}
.week_period_resv {display:flex;gap:24px;margin-top:20px;}
.week_period_resv li {width:calc(33.333% - 16px);}
.week_period_resv li a {display:block;padding:24px 22px 22px;border:1px solid #E9EAEB;border-radius:16px;box-shadow:0 4px 6px -2px rgba(10,13,18,0.03);}
.week_period_ic {margin-bottom:22px;}
.week_period_sbj {font-size:17px;line-height:1.1;color:#535353;}
.week_period_cnt {display:flex;align-items:center;gap:2px;margin-top:8px;}
.week_period_cnt strong {font-size:32px;line-height:1.1;font-weight:700;}

.week_period_resv.ver2 li {width:calc(25% - 18px);}
.week_period_resv.ver3 .week_period_cnt {margin-top:15px;}

#sub_div {min-height:calc(100vh - 136px);}

.chart_box {padding:30px 25px;}
.chart_legend {display:flex;gap:15px;margin:16px 0 36px;}
.chart_dot {font-size:14px;line-height:1.1;font-weight:600;color:#6C6C6C;padding-left:14px;position:relative;}
.chart_dot::before {content:"";width:8px;height:8px;border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.chart_dot_blue::before {background:#60B5FF;}
.chart_dot_orange::before {background:#FF9149;}
.main_chart_filter {position:absolute;top:30px;right:25px;}
.main_chart_filter select {height:34px;padding:0 31px 0 12px;background:url(../img/main_chart_filter_arr.svg) no-repeat #fff calc(100% - 12px) center;border:1px solid #D8D8D8;border-radius:6px;font-size:14px;font-weight:600;color:#464646;}
.chart_canvas {max-height: 210px;}

.today_class_box {padding:30px 25px;}
.tb_box {}
.tb_ul {display:flex;}
.tb_ul.cursor {cursor:pointer;}
.tb_head .tb_ul {border-top:1px solid #E9EAEB;border-bottom:1px solid #E9EAEB;}
.tb_body .tb_ul {border-bottom:1px solid #E9EAEB;}
.tb_body .tb_ul:nth-child(even) {background:#FCFCFC;}
.tb_li {display:flex;align-items:center;justify-content:center;gap:2px;text-align:center;word-break:keep-all;}
.tb_th {height:34px;background:#F4F4F5;padding:0 5px;font-size:13px;font-weight:600;color:#464646;}
.tb_td {min-height:64px;padding:10px 5px;font-size:14px;}
.tb_li.txt_left {justify-content:flex-start;text-align:left;padding:10px 24px;}
.tb_md {font-size:14px;font-weight:500;}
.tb_small_date {font-size:13px;color:#535353;margin-top:3px;}
.tb_state {display:flex;align-items:center;justify-content:center;text-align:center;max-width:100%;height:26px;padding:0 7px;background:#ECFDF3;border:1px solid #ABEFC6;border-radius:15px;font-size:13px;font-weight:600;color:#067647;}
.tb_state.end {background:#F4F4F9;border-color:#DFDFEA;color:#576480;}
.tb_state.noshow {background:#FEF3F2;border-color:#FECDCA;color:#F04438;}
.tb_state.cancel {background:#F8F8F8;border-color:#E4E4E4;color:#6C6C6C;}
.tb_state2 {display:flex;align-items:center;max-width:100%;width:54px;height:26px;background:#fff;border:1px solid #D8D8D8;border-radius:5px;font-size:13px;font-weight:500;padding-left:21px;position:relative;}
.tb_state2::before {content:"";width:6px;height:6px;background:#1DB428;border-radius:50%;position:absolute;left:10px;top:50%;transform:translateY(-50%);}
.tb_state2.off {width:63px;}
.tb_state2.off::before {background:#F04438;}
.tb_state2.noshow::before {background:#F04438;}

.order_query {}
.order_query a {display:flex;;padding:3px;cursor:pointer;}

.tb_member {display:flex;align-items:center;gap:10px;}
.tb_member p {display:flex;justify-content:center;width:36px;height:36px;border:1px solid #F1F1F2;border-radius:50%;overflow:hidden;}
.tb_member p img {min-width:100%;}
.tb_member span {font-weight:500;color:#242526;}
.tb_chk {}
.tb_chk input {display:none;}
.tb_chk input + label {display:block;width:20px;height:20px;background:#fff;border:1px solid #D5D7DA;border-radius:4px;cursor:pointer;transition:all 0.2s;}
.tb_chk input:checked + label {background:url(../img/ic_chk_on.svg) no-repeat center;border:none;}
.tb_mb_a {display:flex;align-items:center;justify-content:center;max-width:100%;width:69px;height:26px;padding:0 5px;background:#414651;border-radius:5px;font-size:12px;font-weight:500;color:#fff;}
.tb_mb_a.ver2 {width:51px;}

.tb_sum .tb_ul:nth-last-child(2) {border-bottom:2px solid #C4C4C4;}
.tb_body .tb_total {background:#fff !important;border-bottom:2px solid #C4C4C4;}
.tb_body .tb_total .tb_td:last-child {background:#FF6937;color:#fff;}
.tb_body .tb_total .tb_td.ver2:last-child {background:none;font-size:24px;font-weight:800;color:#FF6937}
.tb_total .tb_td {font-size:18px;font-weight:600;}

.tb_w1 {width:32%;}
.tb_w2 {width:17%;}
.tb_w3 {width:calc(100% - 925px);padding:10px 24px;justify-content:flex-start;text-align:left;}
.tb_w4 {width:230px;}
.tb_w5 {width:160px;}
.tb_w6 {width:130px;}
.tb_w7 {width:145px;}
.tb_w8 {width:calc(100% - 570px);padding:10px;justify-content:flex-start;text-align:left;}
.tb_w8_2 {width:calc(100% - 470px);}
.tb_w8_3 {width:calc(100% - 580px);}
.tb_w9 {width:140px;}
.tb_w10 {width:90px;}
.tb_w11 {width:80px;}
.tb_w12 {width:100px;}
.tb_w13 {width:calc(100% - 835px);padding:10px 24px;justify-content:flex-start;text-align:left;}
.tb_w14 {width:120px;}
.tb_w15 {width:175px;}
.tb_w16 {width:100px;}
.tb_w17 {width:150px;}
.tb_w18 {width:110px;}
.tb_w19 {width:210px;padding:10px 20px;justify-content:flex-start;text-align:left;}
.tb_w20 {width:220px;padding:10px 20px;justify-content:flex-start;text-align:left;}
.tb_w21 {width:70px;}
.tb_w22 {width:190px;padding:10px 24px;justify-content:flex-start;text-align:left;}
.tb_w23 {width:210px;}
.tb_w24 {width:170px;}
.tb_w25 {width:240px;}
.tb_w26 {width:180px;}
.tb_w27 {width:75px;}
.tb_w28 {width:calc(100% - 555px);padding:10px 24px;justify-content:flex-start;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tb_w29 {width:196px;}
.tb_w30 {width:190px;}
.tb_w31 {width:350px;}
.tb_w32 {width:300px;padding:10px 24px;justify-content:flex-start;text-align:left;}
.tb_w33 {width:300px;}
.tb_w34 {width:280px;}
.tb_w35 {width:206.666px;}
.tb_w36 {width:25%;}

.class_dt_cate {display:flex;gap:8px;margin-bottom:20px;}
.class_dt_cate_center {padding-right:100px;}
.class_dt_cate li {display:flex;align-items:center;justify-content:center;gap:5px;height:26px;padding:0 10px;border-radius:5px;}
.class_dt_cate li strong {font-size:13px;font-weight:600;}
.class_dt_cate li.type1 {background:#FF6937;padding:0 10px;}
.class_dt_cate li.type1 strong {color:#fff;}
.class_dt_cate li.type2 {background:#FEF1EA;padding:0 6px;border:1px solid #FFC5B2;}
.class_dt_cate li.type2 strong {color:#FF6937;}
.class_dt_info {margin-top:20px;}
.class_dt_info li {display:flex;}
.class_dt_info li + li {margin-top:10px;}
.class_dt_info li p {width:26px;}
.class_dt_info li span {width:calc(100% - 26px);font-size:15px;color:#535353;}
.class_dt_trainer {display:flex;flex-wrap:wrap;gap:30px;margin-top:28px;}
.class_dt_trainer li {display:flex;align-items:center;gap:8px;}
.class_dt_trainer li p {display:flex;justify-content:center;width:32px;height:32px;border:1px solid #F1F1F2;border-radius:50%;overflow:hidden;}
.class_dt_trainer li p img {min-width:100%;}
.class_dt_trainer li span {font-size:16px;font-weight:500;color:#242526;}
.class_dt_info2 {margin-top:28px;}
.class_dt_info2 li + li {margin-top:32px;}
.class_dt_info2 li > p {font-size:16px;line-height:1.1;font-weight:700;}
.class_dt_info2 li > div {font-size:16px;line-height:1.45;color:#535353;margin-top:10px;}
.class_dt_res {padding-top:36px;margin-top:36px;border-top:1px solid #F1F1F2;}
.class_dt_res_title {font-size:18px;line-height:1.1;font-weight:700;}
.class_dt_cnt {display:flex;gap:24px;margin-top:20px;}
.class_dt_cnt li {display:flex;gap:7px;position:relative;}
.class_dt_cnt li + li::before {content:"";width:1px;height:12px;background:#D8D8D8;position:absolute;left:-12px;top:50%;transform:translateY(-50%);}
.class_dt_cnt li p {font-size:15px;line-height:1.1;color:#9B9B9B;}
.class_dt_cnt li p b {font-weight:600;color:#242526;}
.frm_btn_box {display:flex;justify-content:flex-end;gap:14px;margin-top:60px;}
.frm_btn_box.ver2 {margin-top:60px;}
.frm_btn_box.ver3 {margin-top:30px;}
.frm_btn {display:flex;align-items:center;justify-content:center;width:120px;height:46px;background:#FF6937;border:none;border-radius:8px;font-size:17px;font-weight:600;color:#fff;}
.frm_btn.ver2 {width:150px;}
.frm_btn.ver3 {background:#fff;border:1px solid #FF6937;color:#FF6937;}
.frm_btn.ver4 {width:100px;height:41px;font-size:15px;}
.frm_btn.cancel {background:#F1F1F2;color:#464646;}
.frm_btn.delete {background:#fff;border:1px solid #464646;color:#242526;}

.modify_btn_list {display:flex;gap:4px;position:absolute;top:20px;right:5px;}
.modify_btn {width:34px;height:34px;border:none;}
.modify_delete {background:url(../img/ic_class_delete.svg) no-repeat #fff center;}
.modify_pencel {background:url(../img/ic_class_modify.svg) no-repeat #fff center;}

.schedule_menu {border-bottom:1px solid #E4E4E4;margin:50px 0 30px;}
.schedule_menu.ver2 {margin-bottom:40px;}
.schedule_menu ul {display:flex;gap:30px;}
.schedule_menu li a {display:block;padding:0 5px 9px;font-size:18px;line-height:1.1;font-weight:600;color:#9B9B9B;position:relative;}
.schedule_menu li.on a {font-weight:700;color:#FF6937;}
.schedule_menu li.on a::before {content:"";width:100%;height:2px;background:#FF6937;position:absolute;left:0;bottom:-1px;}

.calendar_box {border:1px solid #E9EAEB;border-radius:16px;box-shadow:0 4px 6px 0 rgba(10, 13, 18, 0.03);}
.cal_header {display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px 24px;position:relative;}
.cal_date {display:flex;align-items:center;gap:20px;position:relative;}
.cal_datepicker {position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;border:none;background:none;opacity:0;}
.cal_date_txt {font-size:24px;line-height:1.1;font-weight:700;}
.cal_date_btn {padding-right:22px;background:url(../img/ic_cal_date_btn.svg) no-repeat right center;cursor:pointer;}
.cal_date_btn.ver2 {background:none;padding:0 !important;border:none;}
.cal_week_info {display:flex;align-items:center;gap:10px;}
.cal_week_info button {width:20px;height:20px;background:none;border:none;}
.cal_week_info p {font-size:17px;line-height:20px;color:#535353;}
.cal_gnb {display:flex;gap:14px;height:40px;}
.cal_gnb_tab {display:flex;gap:14px;gap:4px;height:100%;padding:4px;background:#F8F8F9;border:1px solid #E9EAEB;border-radius:8px;}
.cal_gnb_tab li {}
.cal_gnb_tab li a {display:flex;align-items:center;justify-content:center;width:62px;height:100%;font-size:16px;font-weight:600;color:#6C6C6C;}
.cal_gnb_tab li.on a {background:#fff;border-radius:6px;box-shadow:0 1px 2px 0 rgba(10, 13, 18, 0.05);color:#242526;}
.cal_add {display:flex;align-items:center;justify-content:center;gap:10px;width:130px;height:40px;background:#FF6937;border-radius:8px;font-size:16px;font-weight:600;color:#fff;}
.cal_tr {display:flex;}
.cal_body.ver2 {max-height:450px;overflow-y:auto;}
.cal_body.ver2::-webkit-scrollbar {width:0;}
.cal_div {width:14.285%;}
.cal_div + .cal_div {border-left:1px solid #e9eaeb;}
.cal_th {display:flex;align-items:center;justify-content:center;height:40px;font-size:13px;color:#6C6C6C;box-shadow:0 1px 3px 0 rgba(10, 13, 18, 0.1);}
.cal_today {color:#FF6937;}
.cal_th b {font-weight:600;color:#242526;padding-left:4px;}
.cal_today b {color:#FF6937;}
.cal_td {height:150px;padding:10px 10px 0;border-bottom:1px solid #e9eaeb;}
.cal_td.ver2 {height:auto;min-height:150px;}
.cal_body:last-child .cal_td {border-bottom:0;}
.cal_day_txt {font-size:15px;line-height:1.1;font-weight:600;color:#242526;}
.cal_day_txt.today {font-weight:700;color:#FF6937;}
.cal_day_txt.not_this {color:#9B9B9B;}
.cal_sch_class_list {margin-top:6px;}
.cal_sch_class_list li + li {margin-top:4px;}
.cal_sch_class_list li a {display:flex;align-items:center;justify-content:space-between;width:100%;height:26px;padding:0 6px;border-radius:6px;font-size:14px;line-height:1.1;}
.cal_sch_class_list li a strong {width:calc(100% - 45px);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:5px;}
.cal_sch_class_list li a span {width:45px;text-align:right;}
.cal_sch_class_list li.individual a {background:#F9F5FF;border:1px solid #E9D7FE;}
.cal_sch_class_list li.individual a strong {color:#6941C6;}
.cal_sch_class_list li.individual a span {color:#7F56D9;}
.cal_sch_class_list li.group a {background:#EFF8FF;border:1px solid #B2DDFF;}
.cal_sch_class_list li.group a strong {color:#175CD3;}
.cal_sch_class_list li.group a span {color:#1570EF;}
.cal_sch_class_list li.class_hide a {background:#fafafa;border:1px solid #ccc;}
.cal_sch_class_list li.class_hide a strong {color:#999;}
.cal_sch_class_list li.class_hide a span {color:#999;}
.cal_sch_more {display:inline-block;font-size:14px;line-height:1.1;font-weight:600;color:#9B9B9B;padding:5px 6px;margin-top:2px;}

.ym_pop {width:100%;height:100%;position:fixed;left:0;top:0;z-index:101;display:none;}
.ym_pop_back {width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;left:0;top:0;}
.ym_pop_cont {max-width:calc(100% - 40px);max-height:calc(100% - 40px);width:350px;padding:36px 15px 20px;background:#fff;border-radius:12px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);overflow-y:auto;}
.pop_close {width:42px;height:42px;background:none;border:none;position:absolute;top:0;right:0;}
.ym_pop_title {font-size:16px;line-height:1.1;font-weight:700;margin-bottom:18px;}
.ym_pop_cont select {width:100%;height:40px;background:url(../img/base_select_arr.svg) no-repeat #fff calc(100% - 15px) center;padding:0 35px 0 12px;border:1px solid #D8D8D8;border-radius:5px;font-size:14px;color:#121212;}
.pop_cm_ipt {width:100%;height:40px;background:#fff;padding:0 12px;border:1px solid #D8D8D8;border-radius:5px;font-size:14px;color:#121212;}
.pop_cm_ipt::placeholder {color:#B3B3B3;}
.ym_m {display:flex;flex-wrap:wrap;margin-top:10px;border:1px solid #D8D8D8;}
.ym_m li {width:25%;border-right:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;}
.ym_m li:nth-child(4n) {border-right:0;}
.ym_m li:nth-child(n+9) {border-bottom:0;}
.ym_m li input {display:none;}
.ym_m li input + label {display:flex;align-items:center;justify-content:center;width:100%;height:40px;font-size:15px;font-weight:500;color:#666;cursor:pointer;}
.ym_m li input:checked + label {background:#FF6937;color:#fff;}
.pop_alert {margin-top:6px;}
.pop_alert li {font-size:11px;line-height:1.3;color:#FF6937;padding-left:8px;position:relative;}
.pop_alert li + li {margin-top:6px;}
.pop_alert li::before {content:"*";position:absolute;left:0;top:2px;}

.pop_btn_box {display:flex;gap:10px;margin-top:30px;}
.pop_btn {flex:1;display:flex;align-items:center;justify-content:center;height:40px;background:#FF6937;border:none;border-radius:6px;font-size:13px;font-weight:600;color:#fff;}
.pop_btn.ver2 {background:#fff;border:1px solid #e4e4e4;color:#464646;}

.week_class_list {padding-bottom:10px;position:relative;}
.week_class_list::before {content:"";width:1px;height:100%;background:#e9eaeb;position:absolute;left:-11px;}
.week_class_list li {width:100%;}
.week_class_list li + li {margin-top:12px;}
.week_class_list li a {display:flex;flex-direction:column;gap:5px;width:100%;height:113px;padding:10px 8px;border-radius:6px;font-size:14px;line-height:1.1;}
.week_class_list li strong {display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;}
.week_class_list li p {margin-top:15px;}
.week_class_list li.individual a {background:#F9F5FF;border:1px solid #E9D7FE;}
.week_class_list li.individual a strong {color:#6941C6;}
.week_class_list li.individual a span {color:#7F56D9;}
.week_class_list li.group a {background:#EFF8FF;border:1px solid #B2DDFF;}
.week_class_list li.group a strong {color:#175CD3;}
.week_class_list li.group a span {color:#1570EF;}
.week_class_list li.class_hide a {background:#fafafa;border:1px solid #ccc;}
.week_class_list li.class_hide a strong {color:#999;}
.week_class_list li.class_hide a span {color:#999;}

.cal_day_flex {display:flex;border-top:1px solid #E9EAEB;}
.cal_day_box {max-height:790px;overflow-y:auto;position:relative;}
.cal_day_lt {width:33.8%;border-right:1px solid #E9EAEB;padding:15px;}
.cal_day_rt {width:66.2%;padding:24px;}

.day_class_list {}
.day_class_list li + li {margin-top:12px;}
.day_class_list li a {display:flex;flex-direction:column;gap:5px;width:100%;padding:10px 8px;border-radius:6px;font-size:14px;line-height:1.1;cursor:pointer;}
.day_class_list li strong {font-weight:600;}
.day_class_list li p {display:flex;justify-content:space-between;margin-top:25px;}
.day_class_list li.individual a {background:#F9F5FF;border:1px solid #E9D7FE;}
.day_class_list li.individual.on a {border-color:#7F56D9;}
.day_class_list li.individual a strong {color:#6941C6;}
.day_class_list li.individual a span {color:#7F56D9;}
.day_class_list li.group a {background:#EFF8FF;border:1px solid #B2DDFF;}
.day_class_list li.group.on a {border-color:#1570EF;}
.day_class_list li.group a strong {color:#175CD3;}
.day_class_list li.group a span {color:#1570EF;}
.day_class_list li.class_hide a {background:#fafafa;border:1px solid #ccc !important;}
.day_class_list li.class_hide a strong {color:#999;}
.day_class_list li.class_hide a span {color:#999;}

.wrt_top {display:flex;justify-content:flex-end;gap:14px;margin-bottom:24px;}
.wrt_btn {display:flex;align-items:center;justify-content:center;height:40px;background:#fff;padding:0 24px;border:1px solid #FF6937;border-radius:6px;font-size:15px;font-weight:600;color:#FF6937;}
.wrt_btn.del_btn {background:#414651;border:none;color:#fff;}
.wrt_area {border-top:1px solid #F1F1F2;}
.wrt_box {display:flex;border-bottom:1px solid #F1F1F2;}
.wrt_th {display:flex;align-items:center;width:180px;background:#FCFCFC;padding:0 24px;font-size:16px;font-weight:600;}
.wrt_th.ver2 {align-items:flex-start;padding-top:30px;}
.wrt_th span {color:#FF6937;}
.wrt_td {width:calc(100% - 180px);padding:24px 30px;}
.wrt_cont {max-width:100%;width:546px;}
.wrt_img {width:100% !important;}
.wrt_cont + .wrt_cont {margin-top:12px;}
.wrt_ipt {display:block;width:100%;height:42px;background:#fff;border:1px solid #D8D8D8;border-radius:8px;padding:0 15px;font-size:15px;}
.wrt_ipt::placeholder {color:#B3B3B3;}
.wrt_select {background:url(../img/main_chart_filter_arr.svg) no-repeat #fff calc(100% - 20px) center;padding-right:50px;}
.wrt_select2 {min-width:120px;width:auto;}
.wrt_txtarea {height:120px;padding:15px;resize:none;}
.wrt_ipt.readonly {background:#F1F1F2;cursor:auto;}
.wrt_ipt + .wrt_ipt {margin-top:10px;}
.wrt_date {background:url(../img/ic_datepicker.svg) no-repeat #fff 16px center;padding-left:46px;}
.wrt_date.readonly {background:url(../img/ic_datepicker.svg) no-repeat #F1F1F2 16px center;text-align:center;padding:0;}
.wrt_alert {margin-top:10px;}
.wrt_alert li {font-size:12px;line-height:1.3;color:#6C6C6C;padding-left:8px;position:relative;}
.wrt_alert li + li {margin-top:4px;}
.wrt_alert li::before {content:"*";position:absolute;left:0;top:2px;}

.wrt_datebox {display:flex;align-items:center;}
.wrt_datebox .wrt_ipt {width:calc(50% - 13px);}
.wrt_datebox span {width:26px;text-align:center;font-size:15px;color:#242526;}

.wrt_yoil {display:flex;align-items:center;gap:30px;;background:#F8F8F9;padding:13px 15px;border-radius:8px;}
.wrt_yoil input {display:none;}
.wrt_yoil input + label {display:block;font-size:15px;line-height:20px;font-weight:500;color:#242526;padding-left:30px;position:relative;cursor:pointer;}
.wrt_yoil input + label::before {content:"";width:20px;height:20px;background:#fff;border:1px solid #d5d7da;border-radius:4px;position:absolute;left:0;top:0;transition:all 0.2s;}
.wrt_yoil input:checked + label::before {background:url(../img/ic_chk_on.svg) no-repeat center;border:none;}

.wrt_time_flex {display:flex;gap:20px;}
.wrt_time {display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:calc(50% - 10px);}
/*.wrt_time_title {width:100%;font-size:15px;font-weight:500;color:#242526;}*/
.wrt_time_title {width:100%;font-size:13px;line-height:1.1;font-weight:500;color:#535353;margin-bottom:5px;}
.wrt_time_box {display:flex;align-items:center;width:calc(50% - 5px);}
.wrt_time_box .wrt_ipt {width:calc(100% - 20px);text-align:center;padding-right:15px;}
.wrt_time_box span {width:18px;text-align:right;font-size:15px;color:#242526;}

.picked_trainer {display:flex;gap:10px;margin-top:12px;}
.picked_trainer li {display:flex;align-items:center;gap:8px;padding:0 10px;height:33px;background:#fff;border:1px solid #E9EAEB;border-radius:20px;cursor:pointer;}
.picked_trainer li span {font-size:15px;font-weight:500;color:#242424;}

.wrt_credit {}
.wrt_credit li + li {margin-top:20px;}
.wrt_credit_title {font-size:13px;line-height:1.1;font-weight:500;color:#535353;}
.wrt_credit_flex {display:flex;gap:14px;margin-top:10px;}
.wrt_credit_flex > .wrt_ipt {width:calc(100% - 192px);}
.wrt_credit_flex > p {display:flex;align-items:center;justify-content:space-between;width:178px;}
.wrt_credit_flex > p .wrt_ipt {width:155px;}
.wrt_credit_flex > p span {font-size:15px;color:#242526;}

.wrt_file_list {display:flex;flex-wrap:wrap;gap:14px;}
.wrt_file_list li {position:relative;}
.wrt_file_list li input {width:1px;height:1px;position:absolute;left:-1px;top:-1px;z-index:-1;opacity:0;}
.wrt_file_list li label {display:flex;align-items:center;justify-content:center;width:140px;height:162px;border:1px solid #D8D8D8;border-radius:8px;overflow:hidden;cursor:pointer;}
.wrt_file_list li label img {min-width:100%;width:auto;height:auto;}
.wrt_file_list li button {width:32px;height:32px;background:none;border:none;position:absolute;top:0;right:0;z-index:10;}

.wrt_file_list.ver2 li label {width:100px;height:116px;}

.wrt_setting {}
.wrt_setting > li {border:1px solid #F1F1F2;border-radius:12px;padding:20px;position:relative;}
.wrt_setting > li + li {margin-top:30px;}
.setting_delete {width:80px;height:40px;background:#F04438;border:none;border-radius:8px;font-size:15px;font-weight:500;color:#fff;position:absolute;top:10px;right:20px;}
.wrt_setting_box + .wrt_setting_box {margin-top:30px;}
.wrt_setting_title {font-size:16px;line-height:1.1;font-weight:600;margin-bottom:15px;}

.modi_alert {font-size:12px;line-height:1.4;color:#FF6937;margin-bottom:8px;padding-left:10px;position:relative;}
.modi_alert::before {content:"※";position:absolute;left:0;top:0;}

#tmp_pop .ym_pop_cont {width:450px;}
.tmp_list {}
.tmp_list li {display:flex;gap:8px;height:40px;}
.tmp_list li.not_data {padding:0;justify-content:center;}
.tmp_list li + li {margin-top:10px;}
.tmp_list li input {width:calc(100% - 180px);height:100%;background:#fff;border:1px solid #D8D8D8;border-radius:8px;padding:0 12px;font-size:14px;color:#242526;}
.tmp_btn {display:flex;align-items:center;justify-content:center;width:40px;height:100%;border:none;border-radius:6px;font-size:13px;font-weight:600;}
.tmp_pen {background:url(../img/ic_pen.svg) no-repeat #FCFCFC center;border:1px solid #e4e4e4;}
.tmp_del {background:url(../img/ic_trash.svg) no-repeat #414651 center;}
.tmp_get {width:70px;background:#FF6937;color:#fff;}

.page_header {display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;}
.page_header > p {font-size:24px;line-height:1.1;font-weight:700;}

.class_filter_wrap {display:flex;align-items:center;justify-content:space-between;}
.class_filter {padding:20px;border:1px solid #F1F1F2;border-radius:12px;box-shadow:0 0 6px 0 rgba(10, 13, 18, 0.03);}
.class_filter_ul {display:flex;flex-wrap:wrap;gap:20px;}
.class_filter_ul li {width:calc(33.333% - 13.333px);}
.class_filter_ul li.ver2 {width:calc(66.6667% - 10px);}
.class_filter_ul li.ver3 {width:calc(50% - 10px);}
.class_filter_title {font-size:13px;line-height:1.1;font-weight:500;color:#535353;margin-bottom:6px;}
.class_filter_box {position:relative;}
.class_filter_sch {display:flex;gap:7px;}
.class_filter_sch .wrt_ipt {width:calc(100% - 84px);}
.class_filter_sch .wrt_select {width:124px;}
.class_filter_sch .wrt_select + .wrt_ipt {width:calc(100% - 215px);margin:0;}
.class_filter_sch .sch_btn {display:flex;align-items:center;justify-content:center;gap:6px;width:76px;height:42px;background:#414651;border:none;border-radius:6px;}
.class_filter_sch .sch_btn span {font-size:14px;font-weight:600;color:#fff;}
.filter_date {background:url(../img/ic_calendar.png) no-repeat #fff 10px 11px;padding:0 70px 0 34px;}
.reset_btn {display:flex;align-items:center;justify-content:center;gap:4px;width:58px;height:22px;background:#F1F1F2;border:none;border-radius:15px;position:absolute;right:10px;top:50%;transform:translateY(-50%);}
.reset_btn span {font-size:10px;font-weight:500;color:#464646;}

.daterangepicker.show-calendar .drp-buttons {display:flex !important;align-items:center;justify-content:flex-end;}
.daterangepicker .drp-buttons .btn {display:flex;align-items:center;justify-content:center;height:30px !important;}

.class_filter2 {display:flex;width:356px;height:40px;background:#fff;border:1px solid #D8D8D8;border-radius:6px;}
.class_filter2 button {width:40px;height:100%;background:none;border:none;}
.class_filter2 input {width:calc(100% - 40px);height:100%;background:none;border:none;font-size:15px;}

.member_profile {display:flex;align-items:center;gap:28px;padding:30px 34px;border:1px solid #F1F1F2;border-radius:12px;box-shadow:0 0 4px 0 rgba(10, 13, 18, 0.03);}
.profile_img {display:flex;justify-content:center;width:106px;height:106px;border:1px solid #F1F1F2;border-radius:50%;overflow:hidden;}
.profile_img img {min-width:100%;min-height:100%;width:auto;height:auto;}
.profile_info {width:calc(100% - 134px);}
.profile_name {font-size:24px;line-height:1.1;font-weight:700;}
.profile_call {margin-top:14px;}
.profile_call li {display:flex;gap:12px;}
.profile_call li + li {margin-top:5px;}
.profile_call li p {display:flex;align-items:center;gap:6px;}
.profile_call li p span {font-size:16px;color:#6C6C6C;}

.mb_info {}
.mb_info_box {display:flex;}
.mb_info_box + .mb_info_box {padding-top:36px;margin-top:36px;border-top:1px solid #F1F1F2;}
.mb_info_title {width:285px;font-size:16px;line-height:1.1;font-weight:600;color:#242526;}
.mb_info_cont {width:calc(100% - 285px);}
.mb_info_base {display:flex;justify-content:space-between;gap:10px;background:#FAFAFA;padding:20px;border-radius:12px;}
.mb_info_base p:first-child {font-size:13px;line-height:1.1;color:#6C6C6C;}
.mb_info_base p:last-child {font-size:15px;line-height:1.1;font-weight:500;color:#242526;margin-top:10px;}
.mb_info_act {border-top:1px solid #F1F1F2;}
.mb_info_act li {border-bottom:1px solid #F1F1F2;}
.mb_info_act li a {display:flex;justify-content:space-between;width:100%;padding:15px;}
.mb_act_subject {display:flex;align-items:flex-start;width:calc(100% - 110px);gap:15px;}
.mb_act_subject span {width:calc(100% - 39px);font-size:15px;line-height:1.1;font-weight:500;color:#242526;padding-top:2px;}
.mb_act_date {width:110px;text-align:right;font-size:12px;line-height:1.1;color:#9B9B9B;padding-top:4px;}

.mb_memo {display:flex;gap:24px;}
.mb_memo_box {width:calc(50% - 12px);}
.mb_memo_title {font-size:17px;line-height:1.1;font-weight:700;margin-bottom:15px;}
.mb_memo_box .wrt_txtarea {height:190px;}
.mb_memo_history {border-top:1px solid #F1F1F2;}
.mb_memo_history li {background:url(../img/ic_history_doc.svg) no-repeat 15px 15px;padding:15px 23px 15px 54px;border-bottom:1px solid #F1F1F2;position:relative;}
.mb_memo_history li > button {width:30px;height:30px;background:url(../img/ic_history_dot.svg) no-repeat right top;border:none;position:absolute;top:15px;right:0;}
.mb_memo_history li .hst_subject {font-size:15px;line-height:20px;font-weight:500;color:#242526;position:relative;}
.mb_memo_history li.fix .hst_subject {padding-left:28px;}
.mb_memo_history li.fix .hst_subject::before {content:"";width:20px;height:20px;background:url(../img/ic_history_fix.svg) no-repeat center;position:absolute;left:0;top:0;}
.mb_memo_history li .hst_date {font-size:12px;line-height:1.1;color:#9B9B9B;margin-top:6px;}
.hst_mod {width:80px;position:absolute;top:5px;right:10px;background:#fff;border:1px solid #F1F1F2;border-radius:6px;overflow:hidden;display:none;}
.hst_mod button {width:100%;height:30px;background:#fff;border:none;font-size:13px;font-weight:500;transition:all 0.2s;}
.hst_mod button + button {border-top:1px solid #f1f1f2;}
.hst_mod button:hover {background:#FF6937;color:#fff;}

.mb_filter {display:flex;justify-content:space-between;}
.mb_filter_lt {height:40px;}
.mb_filter_lt select {min-width:150px;height:100%;background:url(../img/main_chart_filter_arr.svg) no-repeat #fff calc(100% - 12px) center;padding:0 40px 0 12px;border:1px solid #D8D8D8;border-radius:6px;font-size:14px;font-weight:600;}
.mb_filter_rt {display:flex;justify-content:flex-end;gap:10px;height:40px;}
.mb_filter_rt input {width:295px;height:100%;background:url(../img/mb_sch_date.svg) no-repeat #fff 12px center;padding-left:42px;border:1px solid #D8D8D8;border-radius:6px;font-size:14px;font-weight:500;}
.mb_filter_rt button {display:flex;align-items:center;justify-content:center;gap:6px;width:73px;height:100%;background:#414651;border:none;border-radius:6px;}
.mb_filter_rt button span {font-size:14px;font-weight:600;color:#fff;}

.center_info {}
.center_info > li {display:flex;border-bottom:1px solid #F1F1F2;padding:24px 0;}
.center_info > li:first-child {padding-top:0;}
.center_info > li:nth-child(even) {background:#FDFDFD;}
.center_lt {width:285px;}
.center_lt > p {font-size:16px;line-height:1.1;font-weight:600;color:#242526;padding-top:12px;}
.center_lt > p.ver2 {padding-top:0;line-height:33px;}
.center_lt > p.ver3 {padding-top:0;}
.center_lt > p span {color:#FF6937;}
.center_lt > span {display:block;font-size:12px;line-height:1.35;color:#6C6C6C;margin-top:7px;}
.center_lt > strong {display:block;font-size:12px;line-height:1.35;font-weight:400;color:#FF6937;margin-top:5px;}
.center_rt {width:calc(100% - 285px);}
.center_box {max-width:100%;width:546px;position:relative;}
.center_box + .center_box {margin-top:12px;}
.cert_state {display:inline-block;height:33px;padding:0 10px;background:#1AC38D;border-radius:5px;font-size:14px;line-height:33px;font-weight:600;color:#fff;}
.center_zipcode {display:flex;gap:12px;}
.center_zipcode .wrt_ipt {width:calc(100% - 95px);}
.center_zipcode button {display:flex;align-items:center;justify-content:center;width:83px;height:42px;background:#414651;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#fff;}
.exe_list {display:flex;flex-wrap:wrap;gap:15px;}
.exe_list li {width:calc(20% - 12px);height:46px;}
.exe_list li input {display:none;}
.exe_list li input + label {display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff;border:1px solid #D8D8D8;border-radius:8px;font-size:15px;font-weight:600;color:#6C6C6C;cursor:pointer;}
.exe_list li input:checked + label {background:#FEF1EA;border-color:#FFC5B2;color:#FF6937;}

.center_info.ver2 .center_lt {width:170px;}
.center_info.ver2 .center_rt {width:calc(100% - 170px);}

.center_info.ver3 > li {padding:0;background:none;border:none;}
.center_info.ver3 > li + li {margin-top:20px;}
.calc_info {padding:30px 0;border-top:1px solid #F1F1F2;border-bottom:1px solid #F1F1F2;margin-top:30px;}
.calc_info_title {font-size:18px;line-height:1.1;font-weight:700;margin-bottom:20px;}

.leave_state {font-weight:500;color:#1DB428;}
.leave_state.off {color:#9B9B9B;}

.login_area {display:flex;align-items:center;max-width:100%;width:480px;min-height:100vh;padding:50px 20px;margin:0 auto;text-align:center;}
.login_area_inner {width:100%;}
.login_title {font-size:25px;font-weight:600;}
.login_ul {margin:50px 0 0;}
.login_ul li {position:relative;}
.login_ul li + li {margin-top:15px;}
.login_th {text-align:left;font-size:14px;line-height:1.1;font-weight:500;color:#464646;margin-bottom:9px;}
.login_cont {position:relative;}
.login_cont + .login_cont {margin-top:10px;}
.login_ul li input {width:100%;height:52px;background:#fff;border:1px solid #D8D8D8;border-radius:6px;padding:0 15px;font-size:15px;font-weight:500;}
.pw_toggle {width:50px;height:50px;background:url(../img/password_off.svg) no-repeat center;border:none;position:absolute;right:3px;top:1px;transition:all 0.2s;}
.pw_toggle.on {background:url(../img/password_on.svg) no-repeat #fff center;}
.find_pw {display:flex;justify-content:space-between;margin:10px 0 0;}
.find_pw_a {font-size:15px;line-height:1.1;color:#6C6C6C;}
.login_btn {display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:#FF6937;border:none;border-radius:25px;font-size:15px;font-weight:600;color:#fff;margin:30px 0 0;}
.login_cert {display:flex;align-items:center;justify-content:center;width:80px;height:30px;background:#414651;border:none;border-radius:35px;font-size:14px;font-weight:500;color:#fff;position:absolute;right:10px;top:50%;transform:translateY(-50%);}
.timer {font-size:15px;line-height:1.1;font-weight:500;color:#FF6937;position:absolute;right:100px;top:50%;transform:translateY(-50%);display:none;}

.login_ul.ver2 li + li {margin-top:30px;}

.review_list {}
.rv_board {background:#FAFAFA;padding:30px 0;margin:36px 0 30px;}
.rv_board_flex {display:flex;}
.rv_board_box {position:relative;}
.rv_board_box:nth-child(1) {width:165px;padding-right:32px;}
.rv_board_box:nth-child(2) {width:300px;padding:0 32px;border-left:1px solid #E9EAEB;border-right:1px solid #E9EAEB;}
.rv_board_box:nth-child(3) {width:calc(100% - 465px);padding-left:32px;}
.rv_board_title {font-size:16px;line-height:1.1;color:#6C6C6C;margin-bottom:15px;}
.rv_board_info {display:flex;align-items:center;gap:10px;}
.rv_board_number {font-size:32px;line-height:1.1;font-weight:700;}
.start_bar {width:120px;height:20px;background:#EAEAEA;position:relative;}
.start_bar::before {content:"";width:100%;height:100%;background:url(../img/start_bar.png) no-repeat center;position:absolute;left:0;top:0;z-index:10;}
.star_gauge {height:100%;background:#FDB022;}
.star_cnt_list {}
.star_cnt_list li {display:flex;align-items:center;}
.star_cnt_list li + li {margin-top:7px;}
.star_cnt_p {width:10px;text-align:center;font-size:12px;line-height:1;color:#6C6C6C;margin:0 12px 0 6px;}
.star_cnt_bar {max-width:calc(100% - 40px);width:350px;height:8px;background:#EAEAEA;border-radius:10px;position:relative;overflow:hidden;}
.star_cnt_bar span {display:block;height:100%;background:#FDB022;}

.rv_filter {}
.rv_filter_box {display:flex;gap:10px;}
.rv_filter_box .wrt_ipt {width:320px;}
.rv_filter_box .wrt_ipt.ver2 {width:140px;}
.rv_filter_box .wrt_ipt + .wrt_ipt {margin:0;}
.rv_filter_box > span {display:flex;align-items:center;font-size:19px;font-weight:500;}
.rv_filter_box button {display:flex;align-items:center;justify-content:center;gap:6px;width:73px;height:40px;background:#414651;border:none;border-radius:6px;}
.rv_filter_box button span {font-size:14px;font-weight:600;color:#fff;}
.rv_wrap {margin-top:20px;}
.rv_list {padding:36px 24px;border:1px solid #E9EAEB;border-radius:16px;box-shadow:0 4px 6px -2px rgba(10,13,18,0.03);}
.rv_flex {display:flex;align-items:flex-start;}
.rv_flex + .rv_flex {margin-top:56px;}
.rv_lt {display:flex;align-items:center;gap:12px;width:260px;}
.rv_lt_profile {display:flex;justify-content:center;width:40px;height:40px;border:1px solid #F1F1F2;border-radius:50%;overflow:hidden;}
.rv_lt_profile img {min-width:100%;min-height:100%;width:auto;height:auto;}
.rv_lt_profile.ver2 img {width:30px;min-width:0;}
.rv_lt_info {width:calc(100% - 52px);}
.rv_lt_info p {font-size:14px;line-height:1.1;font-weight:500;color:#242526;margin-bottom:4px;}
.rv_lt_info span {font-size:12px;line-height:1.1;color:#9B9B9B;}
.rv_rt {width:calc(100% - 260px);}
.rv_score {display:flex;align-items:center;gap:15px;padding-right:60px;position:relative;}
.rv_score_gauge {width:108px;height:18px;background:#EAEAEA;position:relative;overflow:hidden;}
.rv_score_gauge::before {content:"";width:100%;height:100%;background:url(../img/review_gauge.png) no-repeat center;position:absolute;left:0;top:0;z-index:10;}
.rv_score_gauge span {display:block;height:100%;background:#FDB022;}
.rv_score_date {font-size:12px;line-height:18px;color:#9B9B9B;}
.rv_score button {background:none;border:none;border-bottom:1px solid #6C6C6C;font-size:12px;line-height:18px;font-weight:500;color:#6C6C6C;position:absolute;top:0;right:0;}
.rv_rt_info {font-size:13px;line-height:1.3;color:#6C6C6C;margin:12px 0 8px;}
.rv_rt_cont {font-size:13px;line-height:1.4;color:#242526;}
.rv_img {display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}
.rv_img p {display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid #D8D8D8;border-radius:6px;overflow:hidden;cursor:pointer;}
.rv_img p img {min-width:100%;min-height:100%;width:auto;height:auto;}
.rv_typing {margin-top:24px;}
.rv_typing textarea {display:block;width:100%;height:110px;background:#fff;padding:12px 15px;border:1px solid #D8D8D8;border-radius:8px;font-size:15px;resize:none;}
.rv_typ_btn_box {display:flex;justify-content:flex-end;gap:10px;margin-top:12px;}
.rv_typ_btn_box button {display:flex;align-items:center;justify-content:center;width:75px;height:33px;background:#FF6937;border:none;border-radius:6px;font-size:14px;font-weight:600;color:#fff;}
.rv_typ_btn_box button.cancel {background:#F1F1F2;color:#464646;}
.rv_answer {background:#F8F8F9;padding:15px;border-radius:8px;margin-top:24px;position:relative;}
.rv_answer_name {display:flex;align-items:baseline;gap:5px;padding-right:80px;}
.rv_answer_name strong {font-size:16px;line-height:1.1;font-weight:600;color:#242526;}
.rv_answer_name span {font-size:12px;line-height:1.1;color:#9B9B9B;position:relative;bottom:1px;}
.rv_answer_cont {font-size:15px;line-height:1.4;color:#242526;margin-top:15px;}
.rv_answer_btn_box {display:flex;gap:6px;position:absolute;top:10px;right:12px;}
.rv_answer_btn_box button {width:27px;height:27px;background:none;border:none;}

.summ_box {}
.summ_box + .summ_box {padding-top:16px;margin-top:40px;border-top:1px solid #F1F1F2;}
.sales_filter {display:flex;align-items:center;justify-content:space-between;}
.summ_period_box {display:flex;margin-top:24px;}
.summ_period {display:flex;gap:4px;background:#F8F8F9;padding:4px;border:1px solid #e9eaeb;border-radius:8px;}
.summ_period li a {display:flex;align-items:center;justify-content:center;width:67px;height:36px;border-radius:6px;font-size:16px;font-weight:600;color:#6C6C6C;cursor:pointer;}
.summ_period.ver2 li a {width:84px;}
.summ_period li.on a {background:#fff;color:#242526;box-shadow:0 4px 6px -2px rgba(10,13,18,0.03);}
.chart_summ {margin-top:36px;}
.summ_title {font-size:18px;font-weight:700;margin-bottom:30px;}
.scr_graph {overflow-x:auto;-webkit-overflow-scrolling: touch;}
.sales_canvas {min-width:100%;min-height:320px;max-height:500px;}
.sales_canvas.ver2 {min-width: 1200px;}
.chart_scroll_x {display:flex;justify-content:center;gap:5px;margin-top:30px;}
.chart_scroll_x button {width:50px;height:30px;background:none;border:none;}
.chart_scroll_desc {text-align:center;font-size:14px;line-height:1.45;color:#666;margin-top:10px;}

.career_area {}
.career_area li + li {padding-top:24px;margin-top:24px;border-top:1px solid #F1F1F2;}
.career_flex {display:flex;align-items:center;}
.career_flex .wrt_ipt {width:160px;}
.career_flex > span {width:34px;text-align:center;font-size:19px;color:#242526;}
.career_work {display:flex;align-items:center;gap:10px;margin-left:24px;}
.work_btn {width:40px;height:24px;background:#F1F1F2;border:none;border-radius:15px;position:relative;transition:all 0.2s;}
.work_btn span {width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0.74, 0.74, 2.97, 0 rgba(0,0,0,0.1);position:absolute;left:3px;top:50%;transform:translateY(-50%);transition:all 0.2s;}
.work_btn.on {background:#FF6937;}
.work_btn.on span {left:calc(100% - 21px);}
.career_work p {font-size:15px;color:#242526;}
.add_career {display:flex;justify-content:center;max-width:100%;width:546px;margin-top:30px;}
.add_career button {display:flex;align-items:center;justify-content:center;gap:10px;max-width:100%;width:230px;height:40px;background:#fff;border:1px solid #FF6937;border-radius:8px;}
.add_career button span {font-size:16px;font-weight:600;color:#FF6937;}
.remove_career {width:45px;height:100%;background:url(../img/ic_remove_career.svg) no-repeat center;border:none;position:absolute;top:0;right:0;}

.cm_pop {width:100%;height:100%;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:1001;display:none;}
.cm_pop_back {width:100%;height:100%;background:rgba(18,18,18,0.6);position:fixed;left:0;top:0;z-index:1;}
.cm_pop_cont {max-width:calc(100% - 40px);max-height:calc(100% - 40px);width:500px;padding:30px 15px 20px;background:#fff;border-radius:8px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:10;text-align:center;overflow-y:auto;}
.cm_pop_close {width:40px;height:40px;background:url(../img/pop_close.svg) no-repeat #fff center;border:none;position:absolute;top:0;right:0;z-index:10;}
.cm_pop_img {margin-bottom:30px;}
.cm_pop_img img {max-width:100%;width:auto;height:auto;}
.cm_pop_title {text-align:center;font-size:20px;font-weight:600;padding-left:0;margin-bottom:25px;}
.cm_pop_desc {font-size:17px;line-height:1.4;font-weight:500;color:#3d3d3d;}
.cm_btn_box {display:flex;justify-content:center;gap:20px;}
.cm_btn {width:calc(50% - 10px);height:45px;background:#FF6937;border:none;border-radius:8px;font-size:17px;font-weight:500;color:#fff;}
.cm_btn.cancel {background:#E9EAEB;color:#666;}
.cm_btn.del {background:#E9EAEB;color:#666;}

/* 앱 화면 */
.curr_location_box {display:flex;align-items:center;height:48px;background:#fff;padding:0 20px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.1);}
.curr_location_box img:first-child {width:16px;}
.curr_location_box img:last-child {width:4px;}
.curr_location_box p {font-size:15px;line-height:1.1;font-weight:600;color:#464646;margin:0 12px 0 6px;}
.main_map {width:100%;height:calc(100vh - 48px);}
.set_btn {display:flex;align-items:center;justify-content:center;gap:8px;width:130px;height:42px;background:#FF6937;border:none;border-radius:25px;font-size:14px;font-weight:600;color:#fff;position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:100;}
.set_btn.ver2 {width:142px;}
.daum_layer {max-width:1160px;width:100% !important;height:100% !important;position:fixed;top:0 !important;left:50% !important;transform:translateX(-50%);z-index:102;border:none !important;display:none;}
.postcode_close_btn {display:flex;align-items:center;justify-content:flex-end;width:100%;height:50px;background:#fff;border:none;padding:0 20px;}
.postcode_close_btn span {display:flex;align-items:center;justify-content:center;width:60px;height:36px;background:#FF6937;border-radius:4px;font-size:13px;font-weight:500;color:#fff;}

.log_grp_area {}
.log_grp_box {max-width:1500px;margin:0 auto;padding:40px 20px;}
.log_grp_box:first-child {padding-top:0;}
.log_grp_box + .log_grp_box {border-top:8px solid #F1F1F2;}
.log_grp_titlte {font-size:18px;line-height:1.1;font-weight:700;color:#121212;}
.grp_date_btn {display:flex;align-items:center;gap:7px;background:#fff;border:none;}
.grp_date_btn span {font-size:20px;line-height:22px;font-weight:600;color:#121212;}
.running_info {display:flex;justify-content:space-between;}
.running_info li {width:calc(50% - 5px);}
.running_title {font-size:15px;line-height:1.1;color:#6C6C6C;}
.running_cnt {font-size:24px;line-height:1.1;font-weight:700;color:#242526;margin-top:15px;}
#log_graph {width:100%;min-height:160px;max-height:500px;margin-top:50px;}
.log_canvas {width:100%;height:100%;margin:0 auto;}
#log_douhnut {width:100%;min-height:220px;max-height:500px;margin-top:20px;position:relative;padding:0 12%;}
.curr_year {font-size:16px;font-weight:600;color:#D8D8D8;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}

.log_exe_list {margin-top:36px;}
.log_exe_list li {display:flex;align-items:center;justify-content:space-between;}
.log_exe_list li + li {margin-top:18px;}
.log_exe_list li p:first-child {display:flex;align-items:center;gap:12px;}
.log_exe_list li p:first-child span {width:12px;height:12px;border-radius:50%;}
.log_exe_list li p:first-child strong {font-size:14px;line-height:1.1;font-weight:500;color:#464646;}
.log_exe_list li p:last-child {font-size:14px;line-height:1.1;font-weight:600;color:#242526;}

.review_swp_pop {width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;left:0;top:0;z-index:5000;display:none;}
.pop_close_x {width:40px;height:40px;position:absolute;top:10px;right:10px;z-index:100;cursor:pointer;}
.pop_close_x::before {content:"";width:100%;height:2px;background:#fff;border-radius:10px;position:absolute;left:0;top:19px;transform:rotate(45deg);}
.pop_close_x::after {content:"";width:100%;height:2px;background:#fff;border-radius:10px;position:absolute;left:0;top:19px;transform:rotate(-45deg);}
.review_swp_pop .review_swp {height:100%;}
.review_swp_pop .swiper-wrapper {height:100%;}
.review_swp_pop .swiper-slide {display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;}
.review_swp_pop img {max-width:100%;max-height:100%;width:auto;height:auto;}

.calc_fillter {display:flex;align-items:center;gap:12px;}
.calc_fillter .wrt_select {min-width:100px;width:auto;background-position:calc(100% - 12px) center;padding:0 12px;padding-right:30px;}
.calc_fillter .wrt_ipt + .wrt_ipt {margin:0;}
.calc_info_flex {display:flex;justify-content:space-between;margin-bottom:46px;}
.calc_info_box {width:calc(50% - 12px);padding:22px;border:1px solid #E9EAEB;border-radius:16px;box-shadow:0 4px 6px -2px rgba(10, 13, 18, 0.03);}
.calc_info_title2 {font-size:19px;line-height:1.1;font-weight:700;color:#121212;}
.calc_info_desc {font-size:15px;line-height:1.1;color:#6C6C6C;margin-top:8px;}
.calc_info_price {display:flex;align-items:center;gap:2px;color:#121212;margin-top:22px;}
.calc_info_price strong {font-size:38px;line-height:1.1;font-weight:600;}
.calc_info_price span {font-size:32px;line-height:1.1;font-weight:600;}
.calc_info_credit {display:flex;align-items:center;gap:4px;margin-top:15px;}
.calc_info_credit span {font-size:16px;line-height:1.1;font-weight:500;color:#464646;}
.calc_info_ul {background:#F8F8F9;padding:15px;border-radius:6px;margin-top:20px;}
.calc_info_ul li {display:flex;}
.calc_info_ul li + li {margin-top:10px;}
.calc_info_ul li p {font-size:15px;line-height:1.3;color:#242526;}
.calc_info_ul li p:first-child {width:75px;}
.calc_info_ul li p:lasst-child {width:calc(100% - 75px);}

.color_orange {color:#FF6937 !important}

.prv_pop {width:100%;height:100%;position:fixed;left:0;top:0;z-index:1001;display:none;}
.prv_pop_back {width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;left:0;top:0;}
.prv_pop_cont {max-width:calc(100% - 40px);width:450px;height:calc(100% - 40px);background:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:15px;padding:20px;}
.prv_pop_cont img {max-width:100%;}
.prv_pop_title {height:37px;text-align:center;font-size:20px;line-height:1.1;font-weight:600;}
.prv_pop_scr {height:calc(100% - 112px);border:1px solid #dfdfdf;border-radius:5px;padding:15px;overflow-y:auto;font-size:15px;line-height:1.4;color:#333;}
.prv_pop_btn {display:flex;align-items:center;justify-content:center;width:140px;height:45px;background:#242526;border:none;border-radius:6px;margin:30px auto 0;font-size:15px;font-weight:500;color:#fff;}