@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'noto-sans', 'Malgun Gothic', 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:'noto-sans', '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:'noto-sans', 'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'noto-sans', 'Malgun Gothic', 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 {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

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

/* input, radio */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70}
.chk_box input[type="checkbox"] + label:hover{color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url('../img/chk.png') no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}

.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#676e70}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#fff;border:1px solid #cdd6df;border-radius:50%}
.chk_box input[type="radio"]:checked + label {color:#305af9}
.chk_box input[type="radio"]:checked + label span:before {width:7px;height:7px;background:#305af9;content:'';position:absolute;top:3px;left:3px;border-radius:50%}

body {max-width:1024px;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;}

.inner {max-width:100%;width:1024px;margin:0 auto; position:relative;padding-left:16px;padding-right:16px;overflow:hidden;}
.sub_inner {padding:24px 16px;}

input::placeholder, textarea::placeholder {color:#969696;}
select {background: url(../img/ipt_select_arr.svg) no-repeat #fff calc(100% - 20px) center !important;-webkit-appearance: none;-moz-appearance: none;appearance: none;padding-right:45px !important;color:#121212;}

/* 토스트 메세지 */
.toast_box {max-width:992px;width:calc(100% - 32px);padding:10px 24px;background:rgba(18,18,18,0.6);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:3000;text-align:center;display:none;}
.toast_cont {word-break:keep-all}
.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;}

.datepicker_back {width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;left:0;top:0;z-index:1001;display:none;}

.middle_line {height:6px;background:#F8F8F8;}
.mgt0 {margin-top:0 !important;}
.mgt10 {margin-top:10px !important;}
.mgt20 {margin-top:20px !important;}
.mgt24 {margin-top:24px !important;}
.mgt30 {margin-top:30px !important;}
.mgt32 {margin-top:32px !important;}
.mgt36 {margin-top:36px !important;}

.txt_left {text-align:left !important;}
.txt_right {text-align:right !important;}

.cm_btn_back {height:72px;}
.cm_btn_box {display:flex;align-items:center;justify-content:center;}
.cm_btn_box.ver2 {padding:10px 16px;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.05);}
.cm_btn_abs {width:100%;height:72px;background:#fff;position:absolute;bottom:0;left:0;z-index:1000;padding:0 20px;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.05);}
.cm_btn_fix {max-width:1024px;width:100%;height:72px;background:#fff;position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:1000;padding:0 16px;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.05);}
.cm_btn {display:flex;align-items:center;justify-content:center;width:100%;height:52px;background:#F8F8F8;border:none;border-radius:8px;font-size:15px;line-height:1.2;font-weight:500;color:#A4A4A4;transition:all 0.2s;}
.cm_btn.ver2 {background:#fff;color:#81C25C;}
.cm_btn.ver3 {background:#3D3D3D;color:#fff;}
.cm_btn.close {background:#EDEDED;color:#666;}
.cm_btn.leave {background:#FF4A4A;color:#fff;}
.cm_btn.on {background:#81C25C;color:#fff;}
.cm_btn.on2 {background:#FFA92C;color:#fff;}
.cm_btn.pen {background:url(../img/btn_pen.svg) no-repeat #81C25C 20px center;}
.cm_btn.data {background:url(../img/btn_data.svg) no-repeat #fff 20px center;border:1px solid #81C25C;color:#81C25C;}
.cm_btn.suggest {flex:1;}

.cm_btn_flex {gap:10px;}
.cm_btn_flex .cm_btn {/*flex:1;*/}

.cm_btn_flex2 {padding:10px 16px;gap:16px;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.05);}
.cm_btn_flex2 .cm_btn.reset {width:87px;background:#fff;color:#666;gap:12px;flex:unset;}
.cm_btn_flex2 .cm_btn.status {width:87px;background:#fff;color:#3D3D3D;flex:unset;}
.cm_btn_flex2 .cm_btn.reject {width:87px;background:#eaeaea;color:#333;flex:unset;}
.cm_btn_flex2 .cm_btn.on {width:calc(100% - 103px);}

.cm_btn_back.ver2 {height:129px;}
.cm_btn_fix.ver2 {flex-direction:column;gap:5px;height:129px;}
.cm_btn_back.ver3 {height:100px;}
.cm_btn_fix.ver3 {flex-wrap:wrap;height:100px;padding:9px 16px;}

.cm_btn span {font-size:15px;}
.cm_btn b {font-size:19px;font-weight:600;}

.on_bid {flex-wrap:wrap;gap:10px;height:158px;}
.not_bid {flex-direction:column;gap:10px;height:128px;}
.not_bid .ipt {height:46px;}

.sell_type_box {width:100%;display:flex;align-items:center;justify-content:space-between;}
.sell_type_price {display:flex;align-items:center;font-size:14px;line-height:1.1;color:#666;}
.sell_type_price b {font-size:17px;font-weight:600;color:#121212;}
.sell_type_box .bid_on_timer {width:auto;}

.cm_pop {max-width:1024px;width:100%;height:100vh;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.5);position:fixed;left:0;top:0;z-index:1;}
.cm_pop_back.ver2 {background:rgba(18,18,18,0.8);}
.cm_pop_back.ver3 {background:none;}
.cm_pop_cont {width:calc(100% - 32px);max-height:calc(100% - 32px);padding:32px 20px 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_cont.ver2 {padding-top:40px;}
.cm_pop_cont.ver3 {width:100%;max-height:calc(100% - 80px);background:none;padding:0;left:0;border-radius:0;}
.cm_pop_scr {height:350px;overflow-y:auto;margin-top:24px;}
.cm_pop_scr::-webkit-scrollbar {width:4px;}
.cm_pop_img {margin-bottom:30px;}
.cm_pop_img img {max-width:100%;}
.cm_pop_title {font-size:18px;line-height:1.3;font-weight:600;}
.cm_pop_desc {font-size:14px;line-height:1.4;color:#3D3D3D;margin-top:24px;}
.cm_pop_desc.ver2 {background:#F8F8F8;border-radius:6px;padding:16px 10px;text-align:left;}
.cm_pop .cm_btn {height:46px;}
.cm_pop_cont .ipt_alert {text-align:left;}

.penalty_info {}
.penalty_info li {}
.penalty_info li + li {margin-top:20px;}
.penalty_info li > div {margin-top:5px;}
.penalty_info li > div p {position:relative;padding-left:10px;}
.penalty_info li > div p::before {content:"-";position:absolute;left:0;top:0;}

.modi_pop_cont {width:92px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 9px rgba(0,0,0,0.12);position:fixed;top:43px;right:16px;z-index:10;}
.modi_pop_cont ul li + li {border-top:1px solid #EDEDED;}
.modi_pop_btn {display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:40px;background:none;border:none;font-size:14px;font-weight:500;color:#3D3D3D;}

.pop_review_ul {text-align:left;}
.pop_review_ul li {padding:12px 12px 24px;border:1px solid #EDEDED;border-radius:12px;}
.pop_review_ul li + li {margin-top:14px;}
.pop_review_avg {display:flex;align-items:center;gap:4px;padding-top:16px;margin-top:16px;border-top:1px solid #F8F8F8;}
.pop_review_avg img {width:14px;}
.pop_review_avg span {font-size:12px;line-height:1.1;font-weight:500;color:#121212;position:relative;top:1px;}

.filter_date {width:100%;max-height:calc(100% - 45px);background:#fff;border-radius:16px 16px 0 0;position:absolute;left:0;bottom:0;z-index:10;}
.filter_date_bar {height:29px;position:relative;cursor:pointer;}
.filter_date_bar::before {content:"";width:46px;height:5px;background:#EDEDED;border-radius:10px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}
.filter_date_title {font-size:20px;line-height:1.1;font-weight:600;padding:15px 16px 0;}
.filter_date_list {display:flex;align-items:center;padding:30px 16px 34px;}
.filter_date_list li {font-size:15px;font-weight:600;}
.filter_date_list li:nth-child(odd) {width:calc(50% - 15px);}
.filter_date_list li:nth-child(even) {width:30px;text-align:center;}
.filter_date_list.ver2 li:nth-child(odd) {width:calc(50% - 5px);}
.filter_date_list.ver2 li:nth-child(even) {width:10px;}
.filter_date_list li input {}

.filter_date_list.filter_success {flex-wrap:wrap;gap:10px;}
.filter_date_list.filter_success li {width:calc(50% - 5px);}
.filter_date_list.filter_success li:last-child {width:100%;}

.filter_order_list {display:flex;justify-content:space-between;padding:30px 16px 34px;}
.filter_order_list li {width:calc(50% - 10px);}
.filter_order_list li input {display:none;}
.filter_order_list li input + label {display:flex;align-items:center;justify-content:center;width:100%;height:50px;border:1px solid #DBDBDB;border-radius:8px;font-size:15px;font-weight:500;color:#A4A4A4;}
.filter_order_list li input:checked + label {background:#FFA92C;border:none;color:#fff;}

.filter_scr_box {max-height:calc(100vh - 183px);padding:30px 16px 34px;margin-top:6px;overflow-y:auto;}

.rv_star {display:flex;justify-content:center;gap:12px;margin:24px 0;}
.rv_star_li  {width:30px;height:29px;background:url(../img/star_off.svg) no-repeat center;cursor:pointer;}
.rv_star_li.on {background:url(../img/star_on.svg) no-repeat center;}
.review_txtarea {display:block;width:100%;height:122px;background:#fff;border:1px solid #DBDBDB;border-radius:8px;padding:16px 10px;resize:none;font-size:14px;color:#3D3D3D;}
.review_txtarea.off {background:#f5f5f5;}
.review_txtarea::placeholder {color:#a4a4a4;}
.review_txtarea:focus {border-color:#A4A4A4;}

.ipt_ul {width:100%;}
.ipt_li + .ipt_li {margin-top:32px;}
.ipt_li_type2 {display:none;}
.ipt_title {font-size:12px;line-height:1.1;color:#3D3D3D;margin-bottom:10px;}
.ipt_title_info {color:#8B8B8B;}
.ipt_req {color:#FF4A4A;}
.ipt_box + .ipt_box {margin-top:10px;}
.ipt {width:100%;height:50px;background:#fff;border:1px solid #DBDBDB;border-radius:8px;padding:0 12px;font-size:15px;font-weight:500;color:#121212;}
.ipt_txtarea {display:block;height:150px;padding:12px;resize:none;}
.ipt_txtarea.ver2 {height:120px;}
.ipt.readonly {background:#F8F8F8;border-color:#dbdbdb;}
.ipt::placeholder {color:#a4a4a4;}
.ipt:focus {border-color:#A4A4A4;}
#sell_price_area {display:none;}

.ipt_flex {position:relative;}
.ipt_flex .ipt {padding-right:81px;}
.ipt_btn {display:flex;align-items:center;justify-content:center;width:61px;height:30px;background:#3D3D3D;border:none;border-radius:6px;position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:500;color:#fff;cursor:pointer;}
.ipt_btn:disabled {opacity:0.7;}
.ipt_unit {font-size:15px;font-weight:500;position:absolute;right:12px;top:50%;transform:translateY(-50%);}
.ipt_unit.ver2 {right:85px;}
.timer {font-size:15px;line-height:1.1;font-weight:500;color:#8B8B8B;position:absolute;right:81px;top:50%;transform:translateY(-50%);display:none;}
.ipt_alert {font-size:12px;line-height:1.3;color:#FF4A4A;margin-top:10px;padding-left:7px;position:relative;word-break:keep-all;}
.ipt_alert + .ipt_alert {margin-top:5px;}
.ipt_alert::before {content:"*";position:absolute;left:0;top:0;}
.ipt_alert.ver2 {padding-left:0;}
.ipt_alert.ver2::before {display:none;}

.ipt_radio {display:flex;flex-wrap:wrap;gap:8px;}
.ipt_radio input {display:none;}
.ipt_radio input + label {display:flex;align-items:center;gap:8px;height:38px;padding:0 16px;background:#fff;border:1px solid #EDEDED;border-radius:20px;font-size:14px;font-weight:500;color:#666;cursor:pointer;}
.ipt_radio input:checked + label {background:#121212;color:#fff;}
.ipt_color p {display:flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:3px;border:1px solid #EDEDED;overflow:hidden;}
.ipt_color p img {/*min-width:100%;min-height:100%;width:auto;height:auto;*/object-fit:fill}
.pur_accident_memo {display:none;}
.pur_accident_memo .ipt_txtarea {height:95px;margin-top:10px;}

.header_back {height:48px;}
.header {max-width:1024px;width:100%;height:48px;padding:0 16px;background:#fff;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:1000;border-bottom:1px solid #efefef;}
.header1 {width:100%;display:flex;align-items:center;justify-content:space-between;padding-right:0;}
.header_logo {}
.header_logo img {height:30px;}
.header_name {font-size:20px;line-height:1.1;font-weight:600;}
.header_name.ver2 {font-size:15px;line-height:1.3;}
.header_alim {display:block;width:60px;height:100%;background:url(../img/hd_alim_off.svg) no-repeat center;}
.header_alim.on {background:url(../img/hd_alim_on.svg) no-repeat center;}
.header2 {padding:0 64px;}
.hd_back {width:54px;height:48px;background:url(../img/hd_back.svg) no-repeat center;border:none;position:absolute;left:0;top:0;}
.hd_dot {width:50px;height:48px;background:url(../img/hd_dot.svg) no-repeat center;border:none;position:fixed;top:0;right:50%;margin-right:-512px;z-index:1001;}
.header_page {width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;font-weight:500;}

.bottom_back {height:88px;}
.bottom_sheet {max-width:1024px;width:100%;height:88px;background:#fff;position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:1000;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.05);}
.bottom_list {display:flex;height:100%;}
.bottom_list li {flex:1;height:100%;}
.bottom_list li a {display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;}
.bottom_ic {width:22px;height:22px;background-position:center;background-repeat:no-repeat;}
.bottom_ic_1 {background-image:url(../img/bottom_sheet_1_off.svg);}
.bottom_ic_2 {background-image:url(../img/bottom_sheet_2_off.svg);}
.bottom_ic_3 {background-image:url(../img/bottom_sheet_3_off.svg);}
.bottom_ic_3_2 {background-image:url(../img/bottom_sheet_3_2_off.svg);}
.bottom_ic_3_3 {background-image:url(../img/bottom_sheet_4_off.svg);}
.bottom_ic_4 {background-image:url(../img/bottom_sheet_4_off.svg);}
.bottom_ic_5 {background-image:url(../img/bottom_sheet_5_off.svg);}
.bottom_ic_6 {background-image:url(../img/bottom_sheet_6_off.svg);}
.bottom_txt {font-size:12px;line-height:1.1;font-weight:600;color:#C4C4C4;}
.bottom_en {font-size:0.6rem;font-weight:500;}
.bottom_kr {margin:10px 0 5px;}

.bottom_list li.on .bottom_ic_1 {background-image:url(../img/bottom_sheet_1_on.svg);}
.bottom_list li.on .bottom_ic_2 {background-image:url(../img/bottom_sheet_2_on.svg);}
.bottom_list li.on .bottom_ic_3 {background-image:url(../img/bottom_sheet_3_on.svg);}
.bottom_list li.on .bottom_ic_3_2 {background-image:url(../img/bottom_sheet_3_2_on.svg);}
.bottom_list li.on .bottom_ic_3_3 {background-image:url(../img/bottom_sheet_4_on.svg);}
.bottom_list li.on .bottom_ic_4 {background-image:url(../img/bottom_sheet_4_on.svg);}
.bottom_list li.on .bottom_ic_5 {background-image:url(../img/bottom_sheet_5_on.svg);}
.bottom_list li.on .bottom_ic_6 {background-image:url(../img/bottom_sheet_6_on.svg);}
.bottom_list li.on .bottom_txt {color:#3D3D3D;}

#login_frm {display:flex;flex-direction:column;min-height:100vh;}
.login_area {display:flex;flex-direction:column;justify-content:space-between;max-width:640px;width:100%;height:100%;flex:1;margin:0 auto;padding:0 16px;}
.login_form_box {display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;}
.login_logo {margin-top:-14%;}
.login_logo img {width:206px;}
.login_ul {width:100%;margin-top:80px;}
.login_li + .login_li {margin-top:32px;}
.login_th {font-size:12px;line-height:1.1;font-weight:500;}
.login_box {margin-top:7px;position:relative;}
.login_box input {width:100%;height:40px;background:none;border:none;border-bottom:1px solid #EDEDED;border-radius:0;font-size:16px;color:#242424;transition:all 0.2s;}
.login_find_info {display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;}
.login_find_info li:nth-child(even) {width:1px;height:10px;background:#C4C4C4;}
.login_find_info li a {display:block;font-size:14px;line-height:1;font-weight:500;color:#8b8b8b;padding:5px;position:relative;top:0.5px;}
.login_regi_box {display:flex;align-items:center;justify-content:center;height:90px;}
.login_regi_box a {display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;line-height:19px;color:#8B8B8B;padding:10px;}
.login_regi_box a strong {font-weight:500;color:#121212;border-bottom:1px solid #121212;}

.find_id_result {display:flex;align-items:center;justify-content:center;height:calc(100vh - 201px);}
.find_id_result.ver2 {height:calc(100vh - 120px);}
.find_id_wrap {text-align:center;position:relative;top:-9%;}
.id_res_desc {font-size:22px;line-height:1.45;font-weight:500;color:#3D3D3D;margin-top:32px;}
.id_res_desc strong {color:#121212;}

.regi_step {max-width:1024px;width:100%;height:3px;background:#EDEDED;position:fixed;top:48px;left:50%;transform:translateX(-50%);z-index:1000;}
.regi_stepbar {width:16.666%;height:100%;background:#FFA92C;border-radius:0 10px 10px 0;transition:all 0.2s;}
.regi_stepbar.ver2 {width:33.332%;}
.regi_stepbar.ver3 {width:49.998%;}
.regi_stepbar.ver4 {width:66.664%;}
.regi_stepbar.ver5 {width:83.33%;}
.regi_stepbar.ver6 {width:100%;border-radius:0;}
.regi_area {width:100%;height:100vh;background:#fff;position:absolute;top:0;left:0;overflow-y:auto;display:none;}
#regi_1 {display:block;}
.regi_cont {max-width:1024px;width:100%;padding:40px 16px 24px;margin:0 auto;}
.regi_subject {font-size:22px;line-height:1.4;font-weight:600;margin-bottom:30px;}
.regi_radio {}
.regi_radio li + li {margin-top:15px;}
.regi_radio li input {display:none;}
.regi_radio li input + label {display:flex;align-items:center;width:100%;height:80px;background:#fff;border:1px solid #EDEDED;border-radius:12px;position:relative;padding:0 66px;font-size:16px;font-weight:500;color:#666;cursor:pointer;transition:all 0.2s;}
.regi_type_ic {width:36px;height:36px;position:absolute;left:16px;top:50%;transform:translateY(-50%);transition:all 0.2s;}
.regi_type_ic_1 {background:url(../img/mb_type_1_1_off.svg) no-repeat center;}
.regi_type_ic_2 {background:url(../img/mb_type_1_2_off.svg) no-repeat center;}
.regi_type_ic_3 {background:url(../img/bottom_sheet_2_off.svg) no-repeat center;}
.regi_type_ic_4 {background:url(../img/bottom_sheet_1_off.svg) no-repeat center;}
.regi_type2_ic {background:url(../img/mb_type_2_off.svg) no-repeat center;}
.regi_type_circle {width:24px;height:24px;background:#fff;border:1px solid #C4C4C4;border-radius:50%;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:all 0.2s;}
.regi_radio li input:checked + label {background:rgba(255,169,44,0.08);border-color:rgba(255,169,44,0.2);font-weight:600;color:#121212;}
.regi_radio li input:checked + label .regi_type_ic_1 {background:url(../img/mb_type_1_1_on.svg) no-repeat center;}
.regi_radio li input:checked + label .regi_type_ic_2 {background:url(../img/mb_type_1_2_on.svg) no-repeat center;}
.regi_radio li input:checked + label .regi_type_ic_3 {background:url(../img/bottom_sheet_2_on.svg) no-repeat center;}
.regi_radio li input:checked + label .regi_type_ic_4 {background:url(../img/bottom_sheet_1_on.svg) no-repeat center;}
.regi_radio li input:checked + label .regi_type2_ic {background:url(../img/mb_type_2_on.svg) no-repeat center;}
.regi_radio li input:checked + label .regi_type_circle {border:8px solid #FFA92C;}
.filebox input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}

.index_cont {display:flex;flex-direction:column;height:100%;}
.regi_radio.ver2 {flex:1;display:flex;flex-direction:column;gap:15px;}
.regi_radio.ver2 li {flex:1;}
.regi_radio.ver2 li + li {margin-top:0;}
.regi_radio.ver2 li input + label {height:100%;border-width:5px;font-size:17px;padding:0 66px 0 70px;}
.index_cont .regi_radio.ver2 li:nth-child(1) input + label {border-color:#81C25C;background:rgba(129,194,92,0.1);color:#121212;}
.index_cont .regi_radio.ver2 li:nth-child(1) input + label .regi_type_ic_3 {background:url(../img/bottom_sheet_2_on.svg) no-repeat center;}
.index_cont .regi_radio.ver2 li:nth-child(1) input:checked + label .regi_type_circle {border:8px solid #81C25C;}
.index_cont .regi_radio.ver2 li:nth-child(2) input + label {border-color:#FFA92C;background:rgba(255,169,44,0.1);color:#121212;}
.index_cont .regi_radio.ver2 li:nth-child(2) input + label .regi_type_ic_4 {background:url(../img/bottom_sheet_3_orange_on.svg) no-repeat center;}
.regi_radio.ver2 .regi_type_ic {width:50px;height:50px;background-size:38px !important;}

.prv_all {}
.prv_all input {display:none;}
.prv_all input + label {display:flex;align-items:center;width:100%;height:56px;padding:0 52px;position:relative;cursor:pointer;font-size:16px;line-height:1.1;font-weight:600;border:1px solid #EDEDED;border-radius:12px;}
.prv_all input + label::before {content:"";width:24px;height:24px;background:url(../img/prv_all_off.svg) no-repeat center/cover;position:absolute;left:16px;top:50%;transform:translateY(-50%);}
.prv_all input:checked + label::before {background:url(../img/prv_all_on.svg) no-repeat center/cover;}
.prv_list {margin-top:25px;}
.prv_list li {padding-right:55px;position:relative;}
.prv_list li + li {margin-top:10px;}
.regi_prv input {display:none;}
.regi_prv input + label {display:block;padding:10px 0 10px 27.5px;position:relative;cursor:pointer;font-size:14px;line-height:1.1;font-weight:500;color:#3D3D3D;}
.regi_prv input + label::before {content:"";width:13.5px;height:10px;background:url(../img/prv_chk_off.svg) no-repeat center/cover;position:absolute;left:4px;top:14px;}
.regi_prv input:checked + label::before {background:url(../img/prv_chk_on.svg) no-repeat center/cover;}
.prv_list li > button {width:50px;height:100%;background:none;border:none;position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:11px;line-height:1.2;color:#8B8B8B;text-decoration:underline;}

.prv_pop {max-width:1024px;width:100%;height:100%;background:#fff;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:1001;display:none;}
.prv_pop_desc {height:calc(100% - 48px);background:#F8F8F8;padding:30px 20px;overflow-y:auto;font-size:14px;line-height:1.5;color:#3D3D3D;}
.prv_pop_desc.ver2 {background:#fff;font-family:'GmarketSans', 'Malgun Gothic', dotum, sans-serif;}
.prv_pop_desc.ver3 {background:#fff;padding:20px;}
.prv_pop_desc.ver4 {background:#fff;padding:20px 0;}
.prv_pop_desc.ver5 {padding-top:72px;}

.profile_area {padding:30px 16px;}
.profile_area:first-child {padding-top:24px;}
.profile_subject {font-size:18px;line-height:1.1;font-weight:600;margin-bottom:28px;}

.auc_list {margin-top:58px;}
.auc_li {border-top:1px solid #EDEDED;position:relative;}
/*.auc_li + .auc_li {border-top:1px solid #EDEDED;}*/
.auc_li:first-child {border-top:none;}
.auc_li .auc_wrap {display:block;padding:24px 16px;}
.auc_li .auc_wrap.ver2 {padding:12px 16px;}
.auc_li_img {display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:13 / 8;border-radius:8px;overflow:hidden;position:relative;background:#DBDBDB;}
.auc_li_img > img {min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;}
.auc_timer {display:flex;align-items:center;justify-content:center;gap:7px;width:100%;height:29px;background:rgba(0,0,0,0.3);position:absolute;left:0;bottom:0;backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);}
.auc_timer_txt {font-size:14px;font-weight:500;color:#fff;}
.auc_li_info {margin-top:14px;}
.auc_li_st {display:flex;align-items:center;gap:4px;width:fit-content;height:24px;padding:0 5px;border-radius:4px;margin-bottom:13px;}
.acc_st_1 {background:#81C25C;color:#fff;}
/*.acc_st_2 {background:rgba(129,194,92,0.15);color:#81C25C;}*/
.acc_st_2 {background:#81C25C;color:#fff;}
.acc_st_3 {background:rgba(255,164,31,0.15);color:#FFA92C;}
.acc_st_4 {background:rgba(255,74,74,0.1);color:#FF4A4A;}
.auc_li_st span {font-size:12px;font-weight:500;}
.acc_st_1 span {font-weight:400;}

.new_layout {display:flex;align-items:flex-start;gap:10px;}
.new_layout .auc_li_img {min-width:150px;width:35%;}
.new_layout .auc_li_st {margin-bottom:0;position:absolute;left:4px;top:4px;}
.new_layout .auc_li_info {max-width:calc(100% - 160px);margin-top:0;padding-top:5px;}
.new_layout .pur_name.ver2 {font-size:16px;}
.new_layout .pur_number {margin-top:8px;}
.new_layout .pur_short {gap:6px;margin-top:8px;}
.new_layout .pur_short span {position:relative;top:-1px;}
.new_layout + .pur_tb {margin-top:8px;}
.new_btn_area {display:flex;gap:5px;position:absolute;bottom:16px;right:20px;}
.new_btn_area.ver2 {/*bottom:14px;*/}
.new_btn {display:flex;align-items:center;justify-content:center;width:120px;height:60px;background:rgba(129,194,92,0.1);border:2px solid #81C25C;border-radius:8px;font-size:13px;font-weight:500;color:#66ac3e;padding:0 5px;text-align:center;word-break:keep-all;}
.new_btn.ver2 {width:65px;/*height:30px;*/}
.new_btn.reject {background:rgba(255,169,44,0.1);border-color:#FFA92C;color:#FFA92C;}
.new_btn.accept {width:100px;}
/*.new_btn + .new_btn {margin-top:4px;}*/

.auc_view {}
.auc_swp_box {width:100%;aspect-ratio: 13 / 8;position:relative;overflow:hidden;position:relative;}
.auc_swp_box .swiper-container {height:100%;}
.auc_swp_box .swiper-slide {width:100%; !important;display:flex;align-items:center;justify-content:center;white-space:nowrap;}
.auc_swp_box img {min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;}
.auc_swp_box .item_pagination {display:flex;align-items:center;gap:3px;width:fit-content;height:19px;padding:0 6px;background:rgba(0,0,0,0.3);border-radius:6px;position:absolute;left:auto;right:16px;bottom:10px;z-index:10;font-size:10px;line-height:15px;font-weight:500;color:rgba(255,255,255,0.5);}
.auc_swp_box .item_pagination .swiper-pagination-current {font-weight:600;color:#fff;}
.auc_v_info {padding:24px 16px 20px;}
.auc_v_number {font-size:14px;line-height:1.1;color:#8B8B8B;}
.auc_v_name {font-size:22px;line-height:1.2;font-weight:600;margin:14px 0 17px;}
.auc_v_info .auc_li_st {margin-bottom:0;}
.auc_v_info2 {padding:30px 16px;}
.auc_v_info_title {font-size:18px;line-height:1.1;font-weight:600;}
.auc_v_tb {width:100%;text-align:left;margin-top:14px;font-size:14px;line-height:1.3;}
.auc_v_tb th {padding:9px 0;font-weight:400;color:#8B8B8B;}
.auc_v_tb td {padding:9px 0;font-weight:500;color:#3D3D3D;}
.auc_v_color {display:flex;align-items:center;gap:3px;}
.auc_v_color p {display:flex;align-items:center;justify-content:center;width:15px;height:15px;border:1px solid #EDEDED;border-radius:3px;overflow:hidden;}
.auc_v_color img {/*min-width:100%;min-height:100%;*/}
.auc_v_color span {font-size:14px;font-weight:500;color:#3D3D3D;}
.auc_v_func {display:flex;flex-wrap:wrap;margin-top:9px;}
.auc_v_func li {width:50%;font-size:14px;line-height:1.3;color:#3D3D3D;margin-top:15px;padding-left:8px;position:relative;}
.auc_v_func li::before {content:"·";position:absolute;left:0;top:-1px;}
.curr_bid_list {margin-top:15px;}
.curr_bid_list li {display:flex;align-items:center;}
.curr_bid_list li:first-child {border-bottom:1px solid #EDEDED;}
.curr_bid_col:nth-child(1) {width:calc(100% - 180px);padding:8px 4px;}
.curr_bid_col:nth-child(2) {width:115px;padding:8px 15px 8px 4px;}
.curr_bid_col:nth-child(3) {width:115px;padding:0;}
.curr_bid_th {padding-top:15px !important;padding-bottom:15px !important;font-size:12px;line-height:1.1;color:#8B8B8B;}
.curr_bid_th:nth-child(n+2) {text-align:right;}
.curr_bid_td {}
.curr_bid_price {font-size:15px;line-height:1.1;font-weight:500;}
.curr_bid_rv {display:flex;align-items:center;justify-content:flex-end;gap:4px;width:100%;text-align:right;background:none;border:none;font-size:12px;line-height:1.1;}
.curr_bid_rv img {width:14px;position:relative;top:-1px;}
.curr_bid_rv strong {font-weight:500;}
.curr_bid_rv span {font-weight:500;color:#666;border-bottom:1px solid #666;}
.curr_bid_btn {display:flex;align-items:center;justify-content:center;width:100%;height:45px;background:#3D3D3D;border:none;border-radius:4px;font-size:13px;font-weight:500;color:#fff;}
.curr_bid_btn.off {background:#F8F8F8;color:#A4A4A4;}
.curr_bid_scr {max-height:215px;margin-top:4px;overflow-y:auto;}
.curr_bid_scr::-webkit-scrollbar {width:4px;}
.curr_bid_scr .curr_bid_list {margin-top:0;border-bottom:none;}
.curr_bid_scr .curr_bid_list li {border-bottom:none;}
.curr_bid_scr .curr_bid_list li + li {margin-top:7px;}
.bid_on_timer {display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;font-size:14px;line-height:1.1;color:#666;}
.bid_on_timer span:nth-child(even) {width:1px;height:10px;background:#DBDBDB;}
.auc_decription {margin-top:15px;font-size:14px;line-height:1.45;color:#666;}

.auc_detail {}
.auc_dt_info {padding:20px 16px 30px;}
.auc_dt_info2 {padding-top:20px;margin-top:20px;border-top:1px solid #EDEDED;}
.auc_dt_info2 li {display:flex;}
.auc_dt_info2 li + li {margin-top:14px;}
.auc_dt_info2 li p {font-size:14px;line-height:17px;color:#8B8B8B;}
.auc_dt_info2 li p:first-child {width:95px;}
.auc_dt_info2 li p:last-child {display:flex;align-items:center;gap:4px;width:calc(100% - 95px);font-weight:500;color:#3D3D3D;}
.auc_dt_info2 li p:last-child strong {font-size:16px;font-weight:700;color:#81C25C;}
.auc_dt_info2 li p:last-child span {color:#A4A4A4;}
.auc_dt_log {/*padding:0 16px;*/}
.auc_dt_log_li {padding:30px 16px;}
.auc_dt_log_li + .auc_dt_log_li {border-top:1px solid #EDEDED;}
.auc_dt_log_title {font-size:16px;line-height:1.1;font-weight:600;color:#121212;}
.auc_dt_log_date {display:flex;justify-content:space-between;margin-top:20px;}
.auc_dt_log_date p {font-size:14px;line-height:17px;color:#666;}
.auc_dt_log_date p:last-child {font-weight:500;color:#121212;}
.log_btn_box {display:flex;gap:10px;margin-top:18px;}
.log_btn_box + .log_btn_box {margin-top:8px;}
.log_btn {display:flex;align-items:center;justify-content:center;width:100%;height:41px;background:#fff;border:1px solid #DBDBDB;border-radius:8px;font-size:15px;font-weight:500;color:#3D3D3D;}
.log_btn.ver2 {background:#81C25C;border:none;color:#fff;}
.file_list {margin-top:18px;}
.file_list li + li {margin-top:8px;}
.file_list li a {display:flex;align-items:center;width:100%;height:48px;padding:0 15px;border:1px solid #DBDBDB;border-radius:8px;}
.file_list li span {width:calc(100% - 14px);padding-left:14px;font-size:14px;font-weight:500;color:#121212;}

.auc_dt_log_li.active {background:rgba(255,169,44,0.08);border:1px solid rgba(255,169,44,0.2);}
.auc_dt_log_li.active .pur_tb {background:#fff;}
.auc_dt_log_li.active .file_list li a {background:#fff;}

.log_btn_box.ver2 {padding:0 16px 20px;margin-top:0;}

.paging_box {}
.paging_wrap {display:flex;align-items:center;justify-content:center;gap:28px;padding:0 16px 50px;}
.paging_btn {background:none;border:none;}
.paging_btn:disabled {opacity:0.5;}
.paging_info {display:flex;align-items:center;justify-content:center;gap:2px;font-size:14px;line-height:19px;font-weight:500;color:#8B8B8B;}
.paging_info strong {color:#121212;}

.pur_area {}
.pur_ul {}
.pur_li {border-bottom:1px solid #EDEDED;}
.pur_li a {display:block;padding:20px 16px;}
.pur_datetime {font-size:12px;line-height:1.1;color:#A4A4A4;margin-bottom:12px;}
.pur_name {font-size:16px;line-height:1.1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pur_name.ver2 {font-size:18px;}
.pur_short {display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;}
.pur_short strong {font-size:12px;line-height:1.2;font-weight:400;color:#666;}
.pur_short span {width:1px;height:10px;background:#DBDBDB;}
.pur_number {font-size:12px;line-height:1.2;color:#666;margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pur_price {font-size:14px;margin-top:8px;}
.pur_price strong {font-size:18px;font-weight:600;color:#FFA92C;}
.pur_tb {background:#F8F8F8;padding:14px 10px;border-radius:6px;margin-top:14px;}
.pur_tb dl {display:flex;font-size:12px;line-height:1.4;}
.pur_tb dl + dl {margin-top:7px;}
.pur_tb dl dt {width:65px;color:#666;}
.pur_tb dl dd {width:calc(100% - 65px);font-weight:500;color:#3D3D3D;}
.pur_tb dl dd strong {color:#FF4A4A;line-height:1.3;}
.pur_tb dl.call_dl {align-items:center;}
.pur_tb dl.call_dl dd {font-size:16px;font-weight:600;color:#0074ff;letter-spacing:-0.5px;}
.pur_tb.ver2 dl dt {width:90px;}
.pur_tb.ver2 dl dd {width:calc(100% - 90px);}
.pur_tb.ver3 dl dt {width:52px;}
.pur_tb.ver3 dl dd {width:calc(100% - 52px);}
.pur_tb2 {background:#F8F8F8;padding:0 10px;border-radius:6px;margin-top:14px;}
.pur_tb2 dl {display:flex;align-items:center;justify-content:space-between;font-size:12px;line-height:1.4;padding:14px 0;}
.pur_tb2 dl + dl {border-top:1px dashed #EDEDED;}
.pur_tb2 dl dt {width:65px;color:#666;}
.pur_tb2 dl dd {width:calc(100% - 65px);font-weight:500;color:#121212;text-align:right;}
.pur_tb2 dl dd strong {font-size:16px;font-weight:600;}
.pur_rv_avg {display:flex;align-items:center;gap:5px;margin-top:20px;}
.pur_rv_star {width:86px;height:14px;background:#EDEDED;overflow:hidden;position:relative;top:-1px;}
.pur_rv_star img {position:absolute;left:0;top:0;z-index:10;}
.pur_rv_percent {height:100%;background:#FFA92C;}
.pur_rv_score {font-size:12px;line-height:1.1;font-weight:500;}
.pur_rv_cont {font-size:14px;line-height:1.4;color:#3D3D3D;margin-top:14px;}
.list_btn {display:flex;align-items:center;justify-content:center;width:100%;height:36px;background:#fff;border:1px solid #DBDBDB;border-radius:8px;font-size:14px;font-weight:500;color:#3D3D3D;margin-top:20px;}

.write_btn {width:48px;height:48px;background:url(../img/write_plus.svg) no-repeat #81C25C center;border-radius:50%;box-shadow:0 3px 9px rgba(0,0,0,0.12);position:fixed;right:16px;bottom:108px;z-index:1000;}

.pur_ocr {width:66px;height:30px;position:fixed;top:9px;right:50%;margin-right:-496px;z-index:1000;}
.pur_ocr input {width:1px;height:1px;position:absolute;left:0;top:0;opacity:0;z-index:-1;}
.pur_ocr label {display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#3D3D3D;border-radius:6px;font-size:12px;font-weight:500;color:#fff;cursor:pointer;}
.pur_datetime_info {padding:24px 16px;}
.pur_datetime_info p {font-size:14px;line-height:1.1;color:#666;}
.pur_datetime_info p + p {margin-top:14px;}
.pur_write {padding:24px 16px;}

.car_list_pop_scr {max-height:350px;overflow-y:auto;margin-top:24px;}
.car_list_pop_scr ul {text-align:left;}
.car_list_pop_scr ul li + li {margin-top:14px;}
.car_list_pop_scr ul li input {display:none;}
.car_list_pop_scr ul li input + label {display:block;background:#fff;padding:12px;border:1px solid #EDEDED;border-radius:12px;cursor:pointer;}
.car_list_pop_scr ul li input:checked + label {background:rgba(255,169,44,0.08);border-color:rgba(255,169,44,0.2);}

.mypage {}
.mypage_myinfo {background:#fff;padding:32px 16px 24px;border-top:1px solid #EDEDED;}
.mypage_myinfo_wrap {position:relative;padding-right:80px;}
.mypage_camany_name {font-size:14px;line-height:1.1;font-weight:500;color:#81C25C;}
.mypage_camany_name a {color:#A4A4A4;}
.mypage_my_name {font-size:20px;line-height:1.1;font-weight:600;margin-top:12px;}
.mypage_point {font-size:14px;margin-top:10px;}
.mypage_point strong {font-weight:600;color:#FFA92C;}
.profile_go {display:flex;align-items:center;justify-content:center;width:65px;height:34px;background:#fff;border:1px solid #EDEDED;border-radius:20px;font-size:14px;font-weight:500;color:#3D3D3D;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.mypage_my_penalty {display:flex;align-items:center;justify-content:space-between;background:#F8F8F8;padding-left:12px;border-radius:4px;margin-top:30px;}
.mypage_my_penalty ul {display:flex;align-items:center;gap:0 10px;}
.mypage_my_penalty ul li {display:flex;align-items:center;gap:4px;font-size:12px;line-height:1.1;color:#666;}
.mypage_my_penalty ul li:nth-child(2) {width:1px;height:10px;background:#C4C4C4;position:relative;top:0.5px;}
.mypage_my_penalty ul li strong {font-weight:500;color:#3D3D3D;}
.mypage_my_penalty button {width:78px;height:36px;background:url(../img/mypage_penalty_qa.svg) no-repeat calc(100% - 12px) center;border:none;}
.mypage_gnb {background:#fff;}
.mypage_gnb li a {display:flex;align-items:center;gap:12px;padding:26px 16px;background:url(../img/mypage_gnb_arr.svg) no-repeat calc(100% - 16px) center;border-bottom:1px solid #EDEDED;}
.mypage_gnb li a strong {font-size:16px;line-height:18px;font-weight:500;color:#121212;}
.my_logout {background:#F8F8F8;padding-bottom:18px;}
.my_logout a, .my_logout button {display:inline-block;padding:24px 16px;background:none;border:none;font-size:14px;line-height:1.1;font-weight:500;color:#A4A4A4;}
.my_logout span {border-bottom:1px solid #A4A4A4;}

.alim_set_area {padding-bottom:24px;}
.alim_set li {display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:30px 16px 0;}
.alim_set li + li {}
.alim_set li.alim_set_all {padding:30px 16px;}
.alim_box {width:calc(100% - 60px);}
.alim_title {font-size:16px;line-height:1.3;font-weight:500;}
.alim_desc {font-size:14px;line-height:1.3;color:#8B8B8B;margin-top:8px;}
.alim_state {width:40px;height:24px;position:relative;background:#EDEDED;border-radius:20px;position:relative;transition:all 0.2s;}
.alim_state::before {content:"";width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:1px 1px 4px 0 rgba(0,0,0,0.1);position:absolute;left:3px;top:50%;transform:translateY(-50%);transition:all 0.2s;}
.alim_set li.on .alim_state {background:#FFA92C;}
.alim_set li.on .alim_state::before {left:calc(100% - 23px);}

.bo_area {}
.bo_list {}
.bo_list li {border-bottom:1px solid #EDEDED;}
.bo_list li a {display:block;padding:20px 16px;}
.bo_subject {font-size:16px;line-height:1.35;font-weight:500;color:#121212;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.bo_date {font-size:12px;line-height:1.1;color:#A4A4A4;margin-top:9px;}

.bo_view {}
.bo_v_hd {padding:20px 16px;border-bottom:1px solid #EDEDED;}
.bo_v_subject {font-size:20px;line-height:1.35;font-weight:600;color:#121212;}
.bo_v_date {font-size:12px;line-height:1.1;color:#A4A4A4;margin-top:10px;}
.bo_v_cont {font-size:14px;line-height:1.5;color:#3d3d3d;padding:24px 16px 30px;}
.bo_v_cont img {max-width:100%;}
.bo_v_req_img {margin-top:24px;}
.bo_v_req_img li + li {margin-top:10px;}
.bo_v_req_img li img {max-width:100%;}

.faq_list {}
.faq_list li {border-bottom:1px solid #EDEDED;}
.faq_q {padding:0 16px;}
.faq_q_txt {position:relative;padding:24px 20px;background:url(../img/faq_q.svg) no-repeat left center;}
.faq_q_txt p {font-size:15px;line-height:1.4;font-weight:500;}
.faq_q_txt img {position:absolute;top:32px;right:0;transition:all 0.2s;}
.faq_list li.on .faq_q_txt img {transform:rotate(180deg);}
.faq_a {height:0;overflow:hidden;}
.faq_a_wrap {padding:20px 16px;background:#F8F8F8;font-size:14px;line-height:1.4;;color:#3D3D3D;margin-bottom:12px;}

.req_write {padding:24px 16px;}
.req_list {}
.req_list li {border-bottom:1px solid #EDEDED;}
.req_list li a {display:block;padding:20px 16px;}
.req_flex {display:flex;align-items:center;justify-content:space-between;}
.req_state {display:flex;align-items:center;height:21px;padding:0 4px;background:#F8F8F8;border-radius:2px;font-size:11px;font-weight:500;color:#A4A4A4;}
.req_state.on {background:#FFA92C;color:#fff;}
.req_date {font-size:12px;line-height:1.1;color:#A4A4A4;}
.req_subject {font-size:14px;line-height:1.4;font-weight:500;color:#121212;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:12px;}
.bo_v_answer {padding:30px 16px;}
.bo_v_answer_top {display:flex;}
.bo_a_cont {padding:0;margin-top:15px;}

.policy_area {min-height:calc(100vh - 48px);background:#F8F8F8;font-size:14px;line-height:1.4;color:#3D3D3D}

.app_info {}
.app_info li {display:flex;justify-content:space-between;font-size:15px;line-height:20.5px;color:#666;border-bottom:1px solid #EDEDED;padding:18px 16px;}
.app_info li span {width:115px;}
.app_info li strong {width:calc(100% - 115px);text-align:right;font-weight:500;color:#121212;}

.leave_area {padding:30px 16px 24px;}
.leave_subject {font-size:20px;line-height:1.1;font-weight:600;}
.choice_list {margin-top:34px;}
.choice_list li + li {margin-top:16px;}
.choice_list li input {display:none;}
.choice_list li input + label {display:block;padding:10px 0 10px 36px;position:relative;font-size:15px;line-height:24px;color:#666;cursor:pointer;}
.choice_list li input + label::before {content:"";width:24px;height:24px;background:#fff;border:1px solid #C4C4C4;border-radius:50%;position:absolute;left:0;top:10px;transition:all 0.2s;}
.choice_list li input:checked + label::before {border:8px solid #FFA92C;}

#filter_frm .filter_ipt_box  {max-width:1024px;width:100%;position:fixed;top:48px;left:50%;transform:translateX(-50%);z-index:1001;background:#fff;}
.filter_ipt_box {padding:12px 16px 0;}
.filter_ipt_wrap {display:flex;height:46px;border-bottom:1px solid #8B8B8B;}
.filter_ipt_box input {width:calc(100% - 36px);height:100%;border:none;padding:0 6px;font-size:16px;color:#121212;}
.filter_ipt_box input::placeholder {color:#A4A4A4;}
.filter_ipt_box button {width:36px;height:100%;background:url(../img/filter_sch.svg) no-repeat #fff center;border:none;}
.filter_ipt_box button.filter_btn {background:url(../img/ic_filter.svg) no-repeat #fff center;}
.filter_ipt_box button.filter_btn + input {width:calc(100% - 72px);}
.filter_sub {position:sticky;top:48px;z-index:100;display:flex;align-items:center;gap:10px;padding:14px 0 10px 16px ;background:#fff;}
.filter_sub_bar {width:1px;height:24px;background:#DBDBDB;}
.filter_select {display:flex;align-items:center;min-width:89px;width:89px;height:34px;background:url(../img/filter_select.svg) no-repeat #fff calc(100% - 10px) center;border:1px solid #666;border-radius:20px;padding:0 24px 0 14px;font-size:13px;font-weight:500;color:#3D3D3D;white-space:nowrap;}
.filter_select.ver2 {min-width:89px;width:auto;}
.filter_scr {width:calc(100% - 110px);/*white-space:nowrap;overflow-x:auto;*/overflow:hidden;}
.filter_scr::-webkit-scrollbar {display:none;}
/*.filter_scr_list {display:flex;align-items:center;white-space:nowrap;gap:6px;}*/
.filter_scr_list li:last-child {margin-right:16px;}
.filter_scr_list li.swiper-slide {width:auto;}
.filter_scr_list input {display:none;}
.filter_scr_list input + label {display:flex;align-items:center;height:34px;background:#fff;border:1px solid #EDEDED;padding:0 14px;border-radius:30px;font-size:13px;line-height:1.1;font-weight:500;color:#A4A4A4;cursor:pointer;}
.filter_scr_list input:checked + label {background:#121212;border-color:#121212;color:#fff;}

.filter_sub.active .filter_select {width:201px;}
.filter_sub.active .filter_scr {width:calc(100% - 221px);}
.filter_pur_sub.active .filter_select {width:auto;}
.filter_pur_sub .filter_scr {width:100% !important;}

.license_add {}
.license_add button {display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;background:#F3FBEE;border:none;border-radius:6px;}
.license_add button strong {font-size:14px;font-weight:600;color:#81C25C;}
.license_add + .center_rt {margin-top:12px;}
#hidden_file {position:absolute;left:0;top:0;z-index:-1;opacity:0;}
.photo_list {display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.photo_list li {width:90px;/*height:90px;*/aspect-ratio: 13/ 8;position:relative;touch-action: manipulation;}
.photo_list li input {width:1px;height:1px;position:absolute;left:-1px;top:-1px;z-index:-1;opacity:0;}
.photo_list li label {display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px solid #EDEDED;border-radius:6px;overflow:hidden;cursor:pointer;}
.photo_list li label img {min-width:100%;min-height:100%;width:auto;height:auto;}
.photo_list li label img {-webkit-user-drag: none; -webkit-touch-callout: none; pointer-events: none;}
.photo_list li button {width:30px;height:30px;position:absolute;top:-11px;right:-11px;z-index:10;background:none;border:none;}

.sortable-fallback,
.sortable-drag {
    width: 90px !important;
    aspect-ratio: 13/8 !important;
    overflow: hidden !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* 고스트 안의 이미지 크기 제한 */
.sortable-fallback label img,
.sortable-drag label img {
    min-width: unset !important;
    min-height: unset !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 원래 자리 표시 */
.sortable-ghost {
    opacity: 0.4;
}

.not_data {min-height:calc(100vh  - 48px);display:flex !important;flex-direction:column;align-items:center;justify-content:center;gap:24px;border:none !important;}
.not_data.ver2 {min-height:calc(100vh  - 236px);}
.not_data p {text-align:center;font-size:16px;line-height:1.4;color:#A4A4A4;}
.not_data.ver3 {min-height:0;margin-top:10px;}
.not_data.ver3 p {font-size:14px;}
.not_data.ver4 {min-height:calc(100vh  - 252px);}
.not_data.ver5 {min-height:calc(100vh  - 187px);}

.range_box_hd {display:flex;align-items:center;justify-content:space-between;}
.range_box_hd .ipt_title {margin-bottom:0;}
.range_value {font-size:12px;line-height:1.1;font-weight:500;}
.range_container {position: relative;height: 40px;}
.range_track {position: absolute;top: 50%;left: 0;width: 100%;height: 4px;background: #EDEDED;border-radius: 10px;transform: translateY(-50%);}
.slider_range {position: absolute;top: 50%;height: 4px;background: #FFA92C;border-radius: 2px;transform: translateY(-50%);}
.slider_handle {position: absolute;top: 50%;width: 20px;height: 20px;background: white;border: 2px solid #FFA92C;border-radius: 50%;cursor: pointer;box-shadow: 0 2px 4px rgba(0,0,0,0.12);transform: translate(-50%, -50%);touch-action: none;z-index: 2;}
.slider_handle:active {box-shadow: 0 2px 10px rgba(33, 150, 243, 0.4);}
.slider_handle.min-handle {z-index: 3;}
.slider_handle.max-handle {z-index: 2;}

.alim_list {}
.alim_list li {display:block;padding:20px 16px;border-bottom:1px solid #EDEDED;}
.alim_date {font-size:12px;line-height:14px;color:#A4A4A4;position:relative;}
.alim_content {font-size:14px;line-height:1.4;font-weight:500;color:#121212;margin-top:12px;}
.alim_list li.not_read {background:rgba(255,169,44,0.08);}
.alim_list li.not_read .alim_date {padding-left:20px;background:url(../img/alim_new.svg) no-repeat left center;}

.filter_close {width:40px;height:40px;background:url(../img/pop_close.svg) no-repeat center;border:none;position:absolute;top:0;right:0;}

@media screen and (max-width:1024px){
	.hd_dot {right:0;margin-right:0;}
	.pur_ocr {right:16px;margin-right:0;}
}

.curr_file_box {margin-top:10px;}
.curr_file_box a {display:inline-block;font-size:13px;color:#076eff;text-decoration:underline;text-align:center;}
.curr_file_box img {display:block;max-width:100px;margin-bottom:3px;}

/*자동차 사고 유무 css 시작*/
.accident_area {margin-top:30px;user-select: none;-webkit-user-select: none;}
.legend { display: flex; gap: 15px; margin-bottom: 20px; padding: 15px; background: #f9f9f9; border-radius: 5px; flex-wrap: wrap; }
.legend-item { display: flex; align-items: center; gap: 5px; }
.legend-icon { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 13px; }
.icon-exchange { background: #ff4444; color: white; }
.icon-repair { background: #4499ff; color: white; }
.icon-corrosion { background: #ffaa00; color: white; }
.icon-scratch { background: #7288a0; color: white; }
.icon-paint { background: #666; color: white; }

.tabs { display: flex; gap: 10px; margin-bottom: 20px; border-bottom: 2px solid #ddd; }
.tab { padding: 10px 30px; cursor: pointer; border: none; background: none; font-size: 16px; color: #666; }
.tab.active { border-bottom: 3px solid #ff4444; color: #333; font-weight: bold; }
.tab-flex {display:flex;flex-direction:column;gap:20px;}
.tab-content { width:100%; }
.tab-content.active { display: block; }

.auc_view .accident_area.ver2 {border-bottom:none;}
.accident_area.ver2 .legend {margin-bottom:10px;}
.auc_view .tab-flex.ver2 {flex-direction:row;border-bottom:none;}
.tab-flex.ver2 .tab-content {width:calc(50% - 10px);}

.part-zone {position: absolute;cursor: pointer;border-radius:5px;border: 2px dashed transparent;box-sizing: border-box;display: flex;align-items: center;justify-content: center;transition: border 0.15s, background 0.15s;}
.part-zone:hover {border: 2px dashed #121212 !important;}
.part-zone:hover::after {content: attr(data-label);position: absolute;bottom: calc(100% + 4px);left: 50%;transform: translateX(-50%);background: #1e293b;color: #fff;font-size: 11px;
	padding: 3px 7px;border-radius: 4px;white-space: nowrap;pointer-events: none;z-index: 100;}
.zone-marker {font-size: 14px;font-weight:500;color:#fff;/*text-shadow: 0 0 4px #fff;*/}
.damage-summary {margin-top: 12px;}
.damage-summary-list {display: flex;flex-wrap: wrap;gap: 6px;margin-top: 6px;}
.summary-tag {display: inline-flex;align-items: center;gap: 4px;border: 1px solid;border-radius: 20px;padding: 4px 10px;font-size: 12px;}

.accident_subject {text-align:center;background:#f5f5f5;border:1px solid #dfdfdf;border-bottom:none;padding:6px 0;font-size:15px;font-weight:600;}
.diagram-wrapper { display: flex; justify-content: center; padding: 5px; border:1px solid #dfdfdf; }
.car-diagram { position: relative; display: block; }
.car-diagram img { max-width:100%; width: 500px; height: auto; display: block; }
.status-marker { position: absolute; width: 30px; height: 30px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 15px; animation: popIn 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.3); cursor: pointer; opacity:0.9; }
@keyframes popIn { /*from { transform: scale(0); } to { transform: scale(1); }*/ }

.inspection-table { width: 100%; border-collapse: collapse; }
.inspection-table th { background: #f5f5f5; padding: 12px; text-align: center; border: 1px solid #ddd; font-weight: 600; }
.inspection-table td { padding: 10px; text-align: center; border: 1px solid #ddd; }
.inspection-table td:first-child { text-align: left; font-weight: 500; background: #fafafa; }
.inspection-table tr:hover { background: #f9f9f9; }
.part-name-cell { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.info-btn { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; background: #90a4ae; color: white; border-radius: 50%; font-size: 10px; cursor: pointer; font-weight: 600; flex-shrink: 0; position: relative; }
.info-btn:hover .tooltip-box { display: block; }
.tooltip-box { display: none; position: absolute; left: 22px; top: 50%; transform: translateY(-50%); z-index: 999; background: #333; color: white; padding: 10px 14px; border-radius: 6px; font-size: 12px; line-height: 1.6; width: 260px; box-shadow: 0 4px 12px rgba(0,0,0,0.25); white-space: normal; font-weight: normal; }
.tooltip-box::before { content: ''; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); border: 6px solid transparent; border-right-color: #333; }
.status-checkbox { width: 20px; height: 20px; cursor: pointer; }

.action-buttons { display: flex; gap: 10px; justify-content: flex-end; margin-top: 30px; }
.summary { margin-top: 30px; padding: 20px; background: #f0f8ff; border-radius: 5px; border-left: 4px solid #4499ff; }
.summary h3 { margin-bottom: 10px; }
.summary-item { display: inline-flex; align-items: center; margin-right: 12px; padding: 5px 12px; background: white; border-radius: 3px; margin-top: 5px; font-size: 14px; gap: 5px; }

.auc_view .tab-flex {border-bottom:1px solid #dfdfdf;}
.auc_view .accident_area {margin-top:15px;border-bottom:1px solid #dfdfdf;}

.auc_view .status-marker {min-width:14px;min-height:14px;width:5.5%;height:5.5%;font-size:10px;font-weight:500;}

.pur_write .part-zone {border:2px dashed #666;}
/*자동차 사고 유무 css 종료*/

.youtube_frame {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-top:15px;}
.youtube_frame iframe {width:100%;height:100%;position:absolute;left:0;top:0;}

.point_log {}
.point_log li {border-bottom:1px solid #EDEDED;padding:20px 16px;}
.pt_flex {display:flex;align-items:center;gap:7px;}
.pt_use {display:flex;align-items:center;height:25px;background:rgba(129,194,92,0.1);padding:0 10px;font-size:13px;font-weight:500;color:#81C25C;}
.pt_use.minus {background:rgba(255,169,44,0.1);color:#FFA92C;}
.pt_point {font-size:15px;line-height:25px;font-weight:600;color:#81C25C;}
.pt_point.minus {color:#FFA92C;}
.pt_cont {font-size:14px;line-height:1.45;color:#333;margin-top:7px;}

#img_pop {width:100%;height:100%;position:fixed;left:0;top:0;z-index:1001;background:rgba(18,18,18,0.5);display:none;}
.img_pop_close {width:35px;height:35px;position:absolute;top:10px;right:10px;background:url(../img/pop_close2.svg) no-repeat rgba(18,18,18, 0.5) center;border:none;border-radius:50%;}
.img_pop_list {width:100%;height:100%;overflow-y:auto;}
.img_pop_list li img {width:100%;}

/* 메인페이지 리뉴얼 */
.main_area {min-height:calc(100vh - 136px);background:#F8F8F8;}
.main_top {padding:24px 16px 16px;background:#fff;border-radius:0 0 16px 16px;box-shadow:0 2px 20px 0 rgba(0,0,0,0.03);position:relative;}
.main_myinfo {display:flex;align-items:center;justify-content:space-between;}
.main_myinfo_box {}
.main_myname {font-size:20px;line-height:1.1;font-weight:600;}
.main_score {display:flex;align-items:center;margin-top:12px;}
.main_star {width:86px;height:14px;background:#EDEDED;overflow:hidden;position:relative;top:-1px;}
.main_star img {position:absolute;left:0;top:0;z-index:10;}
.main_percent {height:100%;background:#FFA92C;}
.main_avg {font-size:14px;font-weight:600;margin:0 3px 0 4px;}
.main_avg_cnt {font-size:14px;color:#A4A4A4;}
.main_myinfo_a {display:flex;align-items:center;height:34px;padding:0 14px;background:#fff;border:1px solid #EDEDED;border-radius:20px;font-size:14px;font-weight:500;color:#3D3D3D;}
.main_menu {display:flex;align-items:center;gap:8px;margin-top:39px;}
.main_menu.ver2 {margin-top:25px;}
.main_menu li {flex:1;position:relative;}
.main_menu li a, .main_menu li label {display:block;text-align:center;padding:15px 0 11px;cursor:pointer;}
.main_menu li input {width:1px;height:1px;position:absolute;left:0;top:0;opacity:0;z-index:-1;}
.main_menu_txt {font-size:13px;line-height:1.2;font-weight:500;color:#3D3D3D;margin-top:10px;}
.main_bot {padding:30px 16px 26px;}
.main_bot_title {font-size:15px;line-height:1.1;font-weight:600;}
.main_bot_list {margin-top:16px;}
.main_bot_list li + li {margin-top:12px;}
.main_link_box {display:block;background:#fff;padding:20px;border:1px solid #EDEDED;border-radius:10px;position:relative;}
.main_bot_ic {position:absolute;top:14px;right:16px;}
.main_bot_sub {font-size:14px;line-height:1.1;font-weight:500;color:#666;}
.main_bot_cnt {display:flex;align-items:baseline;gap:2px;margin-top:17px;}
.main_bot_cnt strong {font-size:26px;line-height:1.1;font-weight:700;}
.main_bot_cnt span {font-size:15px;line-height:1.1;font-weight:500;color:#666;}
.main_bot_btn {display:flex;justify-content:space-between;margin-top:24px;}
.main_bot_btn a {display:flex;align-items:center;justify-content:center;gap:3px;height:42px;width:calc(50% - 4px);background:#F8F8F8;border-radius:6px;text-align:center;font-size:14px;line-height:1.1;color:#3D3D3D;}
.main_bot_btn.ver2 a {width:100%;}
.main_bot_btn a span {text-align:left;font-weight:500;}
.main_bot_btn a strong {font-weight:600;}

@media screen and (max-width:480px){
	.cm_btn_flex {gap:6px;}
	.cm_btn {font-size:13px;}
}

@media screen and (max-width:330px){
	.header_name.ver2 {font-size:0.75rem;}

	.new_btn_area {position:relative;right:0;bottom:0;padding:0 16px;}
	.new_btn.accept {flex:1;width:auto;}
}