@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 { padding:7px 30px; }
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn-print {background:#cecece;}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline { padding:5px 10px; height:auto; line-height:25px; border-radius:4px; } /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

a.btn_frmline, button.btn_frmline { padding:0px 7px; border-radius:4px; vertical-align:middle; }
a.btn_done, button.btn_done { background-color:#ff3061 !important; }

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th { font-size:15px; letter-spacing:0.3em; }
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th { border:1px solid #e9e9e9; }
#bo_w .tbl_frm01 td { border:1px solid #e9e9e9; padding:7px; }
#bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input, #bo_w .tbl_frm01 textarea { width:100%; }
#bo_w .tbl_frm01 .w100 { width:100%; }
#bo_w .tbl_frm01 .readonly.no-write { background:transparent; border-color:transparent; }
#bo_w .tbl_frm01 textarea {}
#bo_w .tbl_frm01 a {}
#bo_w .tbl_frm01 th.th-photo { vertical-align:top; }
/* 구분 -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {#bo_w .tbl_frm01 .tbl-auto { min-width:700px; }
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {#bo_w .tbl_frm01 .tbl-auto { min-width:100%; }
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/



#bo_w .tbl_frm01 .tbl-auto th { width:auto; text-align:center; }
#bo_w .tbl_frm01 .tbl-auto td { width:auto; text-align:center; }
#bo_w .tbl_frm01 .tbl-auto td:nth-child(2){ width:auto; text-align:left!important; }
#bo_w .tbl_frm01 .tbl-auto td:nth-child(3){ width:auto; text-align:center;!important; }
#bo_w .tbl_frm01 table.tbl-auto.tbl-pure { border:0px !important; }
#bo_w .tbl_frm01 .tbl-auto.tbl-pure th, #bo_w .tbl_frm01 .tbl-auto.tbl-pure td { padding:5px 7px; border:1px solid #e6e6e6 !important; vertical-align:middle; }
#bo_w .tbl_frm01 .col-addr .tbl-auto.tbl-pure th, #bo_w .tbl_frm01 .col-addr .tbl-auto.tbl-pure td { padding:2px !important; border:0px !important; }
#bo_w .tbl_frm01 .col-addr .tbl-auto.tbl-pure th { padding-right:5px !important; }
#bo_w .tbl_frm01 .tbl-auto.tbl-pure td { text-align:left; vertical-align:top; }
#bo_w .tbl_frm01 .tbl-auto.tbl-pure td.td-current { padding-left:0px; text-align:right; padding-right:15px; }
#bo_w .tbl_frm01 .tbl-auto.tbl-pure td.td-center { text-align:center; }
#bo_w .tbl_frm01 .tbl-auto.tbl-pure td.lbl-confirm { text-align:center; }

.btn-title-wrapper { display:grid; grid-template-columns:auto auto; grid-gap:10px; }
.btn-title-wrapper .btn-area { display:flex; padding-bottom:10px; flex-direction:row; justify-content:flex-end; align-items:flex-end; gap:10px; }
.plain .tbl-input h3 { margin-top:15px; }
.tbl-input { line-height:37px; }
.tbl-input label { margin:0; font-weight:normal; }
.tbl-input input[type="radio"], .tbl-input input[type="checkbox"] { vertical-align:middle; }
.tbl-input .use-marker ul, .tbl-input .use-marker ol { padding-left:25px; }
.tbl-input .use-marker ul li { list-style:none; }
.tbl-input .use-marker ul>li::before { content:'\00B7'; text-indent:-9999px; display:inline-block; width:25px; line-height:inherit; margin-left:-25px; background:transparent url('../img/sub/bul_disc.png') center center no-repeat; }
.tbl-input .use-marker ol li { list-style:decimal; }
.tbl-input .tbl-wrapper { position:relative; margin-bottom:15px; }
.tbl-input .tbl-wrapper:last-child { margin-bottom:0px; }
.tbl-input .tbl-head { display:flex; justify-content:center; align-items:center; text-align:center; width:130px; height:100%; padding:10px 12px; position:absolute; top:0px; left:0px; border:1px solid #e6e6e6 !important; border-right:0px !important; background-color:#f5f5f5 !important; }
.tbl-input .tbl-body { position:relative; padding-left:130px; border:0px; border-right:1px solid #e6e6e6 !important; }
.tbl-input .tbl { display:table; width:100%; table-layout:fixed; border-collapse:collapse; margin-top:-1px; }
.tbl-input .row { display:table-row; }
.tbl-input .col-th, .tbl-input .col-td { display:table-cell; padding:7px 10px; vertical-align:middle; border:1px solid #e6e6e6 !important; }
.tbl-input .col-td:last-child { border-right-width:0px !important; }
.tbl-input .col-th { width:220px; background-color:#f5f8f9 !important; }
.tbl-input .col-th span { display:block; }
.tbl-input .col-td { width:100%; }
.tbl-input .col-td p { padding:0; }
.tbl-input .tbl-head, .tbl-input .col-th, .tbl-input .col-th label { font-weight:bold; }
.tbl-input .col-td input { vertical-align:middle; line-height:35px; }
.tbl-input .col-td input[type="text"] { width:100%; }
.tbl-input .col-td input[type="file"] { padding:2px; }
.flexible-container input[type="text"], .tbl-input .col-td .flexible-container input[type="text"], .flexible-container input[type="file"], .tbl-input .col-td .flexible-container input[type="file"], .flexible-container select, .tbl-input .col-td .flexible-container select { width:auto !important; }

.plain .flexible-container .col-td ul>li::before { content:'\00B7'; display:inline-block; width:25px; line-height:inherit; margin-left:-25px; text-align:center; }

.tbl-input .col-td textarea { width:100%; height:200px; }
.tbl-input .col-td textarea.small { height:100px; }
.tbl-input .col-td input[type="text"].date-picker { width:125px !important; text-align:center; margin-right:5px; }
.tbl-input .col-td input[type="text"].time-picker { width:auto !important; text-align:center; }
.tbl-input input[type=text].auto-width { width:auto !important; }
.tbl-input .btn-area { padding-bottom:10px; float:right; }
.tbl-input .frm_dummy { -webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important; border-color:transparent !important; outline:none !important; }
.lbl-tab label { display:inline-block; margin-right:20px; width:150px; }
.lbl-div label { display:inline-block; margin-right:20px; }
.lbl-tab label:last-child, .lbl-div label:last-child { margin-right:0px; }
.lbl-div .notify { color:#ca4234; }
.lbl-div .notify:first-child { margin-top:0px; }
.lbl-div .notify:last-child { margin-bottom:0px; }
.tbl-input .col-td.col-addr input[type="text"] { width:auto; }

.tbl-input .in-tel { width:70px !important; }
.tbl-input .in-time { width:50px !important; }

.tbl-input .col-td .col-info, .tbl-input .col-td .col-div { display:flex; flex-direction:row-reverse; align-items:center; grid-gap:10px; }
.tbl-input .col-td .col-info .tbl-ti, .tbl-input .col-td .col-info .tbl-td { display:block; width:50%; }
.tbl-input .col-td .col-info .tbl-ti { position:relative; padding-left:15px; font-size:80%; line-height:1.1; }
.tbl-input .col-td .col-info .tbl-ti::before { content:'※'; display:inline-block; position:absolute; top:0px; left:0px; }
.tbl-input .col-td .col-info .tbl-td.tbl-pw { display:grid; grid-template-columns:repeat(2, 1fr); grid-gap:10px; }

@media (max-width: 1023px) { /* TABLET - ~ 1023 */
    .tbl-input .tbl, .tbl-input .row, .tbl-input .col-th, .tbl-input .col-td { display:inherit; width:auto; }
    .tbl-input .col-th { border-bottom:0 !important; }
    .tbl-input .col-td { margin-bottom:15px; }
}
@media (max-width: 767px) { /* MOBILE - ~ 768 */
    #bo_w .tbl_frm01 table.tbl-auto.tbl-pure { width:100%; }
    #bo_w .tbl_frm01 .tbl-auto.tbl-pure th, #bo_w .tbl_frm01 .tbl-auto.tbl-pure td { padding:2px 5px; font-size:13px !important; line-height:25px; }
    #bo_w .tbl_frm01.tbl-input label { line-height:inherit; }
    .tbl-input .col-td { margin-bottom:10px; }
    .btn-title-wrapper { display:block; }
}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:100px;text-align:center}
#bo_list .td_datetime {width:130px;text-align:center}
#bo_list .td_datetime2 {width:230px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_mng2 {width:130px;text-align:center}
#bo_list .td_mng3 {width:150px;text-align:center}
#bo_list .td_fullname {width:220px;text-align:center}
#bo_list .td_name {width:100px;text-align:center}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:80px;text-align:center}
#bo_list .td_numbig {width:180px;text-align:center}
#bo_list .td_no {width:150px;text-align:center}
#bo_list .td_week {width:140px;text-align:center}
#bo_list .td_term {width:350px;text-align:center}
#bo_list .td_vmsid {width:180px;text-align:center}
#bo_list .td_ca_name {width:140px;text-align:center}
#bo_list .td_target {width:180px;text-align:center}
#bo_list .td_tel {width:150px;text-align:center}
#bo_list .td_method {width:150px;text-align:center}
#bo_list .td_person {width:90px;text-align:right}
#bo_list .td_birth {width:100px;text-align:center}
#bo_list .td_gender {width:50px;text-align:center}
#bo_list .td_state {width:120px;text-align:center}
#bo_list .td_price {width:150px;text-align:right;padding-right:10px}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}

#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:inline-block;position:relative;margin-left:-1px;padding:6px 20px 5px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}
.td_subject .subj-content { overflow: hidden; text-overflow: ellipsis; line-height: 24px; height: 24px; }
.td_subject img {margin-left:3px}
.xs_content span { margin-right:10px; }
.td_subject em { font-style:normal; font-weight:800; color:#dc3545; }
.xs_content .sp_name { float:right; }

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding-top:5px}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:8px;border:0;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f5f6fa}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;padding-bottom:20px}
#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}
#bo_v_title {}

#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#bo_v_file {border-top:1px dashed #eee;}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;border-bottom:1px dashed #eee;}
#bo_v_file a {display:inline-block;padding:6px 0 5px;color:#000;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {margin:0 10px 0 0}
.view_file_download {font-weight:normal;}
.bo_v_file_cnt {font-weight:normal;display:inline-block;margin-left:20px;color:#f39800;}
.bo_v_file_date {color:#ccc;display:inline-block;margin-left:20px;}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:5px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:5px}
.bo_v_center { text-align:center; }

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:0 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec;background:#f5f8f9}
#bo_vc h2 {margin:0;margin-bottom:10px;}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc article:first-child { border-top:0px; }
#bo_vc header {position:relative;padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}

#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

#bo_vc_w .tbl_frm01 th,
#bo_w .tbl_frm01 th,
#bo_vc .tbl_frm01 th { width:150px; }

#bo_w label.sub-label { display:inline-block; padding:0; margin:0; padding:3px 0; margin-right:10px; }
#bo_w label.sub-label input { margin-right:8px; }
#bo_w label.red { color: red; }

.charger-box { padding:7px 0; width:50%; float:right; }
.charger-box .table.table-bordered { border-top:0; margin:0; }
.charger-box .col-th, .charger-box .col-td { border:1px solid #e9e9e9 !important; }
.charger-box .col-th { width:80px; text-align:center; }

#bo_w .frm_info { display:block; padding:0; padding-top:5px; }
.xs_content span { display:block; }

.total-price .high { color:#ff3061; }

a.btn_frmline.btn_detail, button.btn_frmline.btn_detail { background:#319bd9; }

.tbl_caption { border:1px solid #e9e9e9; border-left:0 none; border-right:0 none; padding:10px 20px; margin-top:15px; }
.tbl_caption caption { height:inherit; line-height:inherit; overflow:inherit; font-size:17px; color:inherit; font-weight:bold; }
.tbl_caption caption small { font-size:12px; }

.lbl-div.lbl-w label { margin-right:20px; }

label.lbl-chk-intro { margin-left:40px; font-weight:bold; color:#020202; }

.tbl-input .col-addr table { border-collapse:separate; border-spacing:3px; margin:-3px; }
.tbl-input .col-addr table th, .tbl-input .col-addr table td { line-height:20px; }
.tbl-input .col-addr table th { padding:0px !important; border:0px !important; background:none !important; padding-right:10px !important; width:0px !important; white-space:nowrap !important; }
.tbl-input .col-addr table td { position:relative; padding:0px !important; border:0px !important; background:none !important; width:100% !important; }
.tbl-input .col-check table th { padding:4px 10px !important; background:none !important; padding-right:10px !important; width:0px !important; white-space:nowrap !important; text-align:right !important; vertical-align:top !important; }
.tbl-input .col-check table thead th { text-align:center !important; }
.tbl-input .col-check table td { padding:4px !important; background:none !important; width:100% !important; vertical-align:top !important; }
.tbl-input .col-check table td.lbl-confirm { padding:4px 15px !important; white-space:nowrap !important; vertical-align:middle !important; text-align:center !important; }
.tbl-input .col-check table b { font-weight:bold; color:inherit !important; }

.flexible-container { display:inline-block; max-height:250px; overflow-y:auto; }
.flexible-fixed .flexible-container { max-height:inherit; }
.new_win .flexible-container { max-height:90px; }
.flexible-container.show-all { display:inherit; max-height:inherit; overflow:inherit; }
.flexible-container.show-all .ft-tail { float:right !important; }
.flexible-form { padding:0; margin:0; }
.flexible-form li { padding:1px; margin:0; list-style-type:none; line-height:30px; }
.flexible-form li:hover { background-color:#d4edff; }
.flexible-form.multi-form { margin:-3px auto; }
ul.flexible-form.multi-form { padding-left:0px !important; }
.flexible-form.multi-form li { border:1px solid #e1e1e1; padding:5px; padding-left:15px; margin:3px auto; }
ul.flexible-form.multi-form li { padding-left:25px; }
.flexible-form.multi-form li label { padding:1px; }
.flexible-form.decimal-form li { margin-left:45px; list-style-type:decimal; }
.manager-tool .flexible-container ul li, .manager-tool .flexible-container ol li { list-style-type:decimal; margin-left:25px; }
.flexible-form .ft-head, .flexible-form .ft-body, .flexible-form .ft-tail { display:inline-block; vertical-align:top; max-width:100%; }
.flexible-form input[type="file"] { display:inline-block; }
.tgl-container textarea { width:100%; height:370px; margin-top:5px; }

.flexible-form .fw { white-space:nowrap; }
.flexible-form .fw label { margin:0; }

.ft-body fieldset {border:1px solid #ccc; padding:3px 7px; margin-top:5px;}
.ft-body legend {position:inherit;width:auto;height:auto;text-indent:inherit;display:inline-block;margin:0;padding:5px 10px;font-size:inherit;border:1px solid #ccc;background-color:#f6f9fa;line-height:1.2;}

#fi-item-type-text { margin-left:35px;letter-spacing:inherit !important;color:inherit !important; }

.tbl-input .flexible-container { display:block; }
.tbl-input .flexible-container li::after { content:''; display:table; clear:both; }
.tbl-input .flexible-container .ft-tail { float:right; }

.tbl-input ul.flexible-form.multi-form li { display:grid; grid-template-columns:auto 85px; padding:5px; }
.tbl-input ul.flexible-form.multi-form li::before,
.tbl-input ul.flexible-form.multi-form li::after { display:none; }
.tbl-input ul.flexible-form.multi-form li .ft-body { padding-left:5px; }
.tbl-input ul.flexible-form.multi-form li .ft-tail { float:inherit; text-align:right; }
.tbl-input ul.flexible-form.multi-form.sortable-form li { grid-template-columns:40px auto 85px; }

.hl-notify { color:#28a745 !important; }
.hl-caution { color:#17a2b8 !important; }
.hl-warning { color:#ffc107 !important; }
.hl-danger { color:#dc3545 !important; }

.notify { color:#dc3545 !important; margin:5px 0px; }
small.notify { line-height:inherit; font-size:70%; vertical-align:bottom; }

.tbl_search { margin:0; }
.tbl_search table { table-layout:auto; }
.tbl_search th { text-align:right; vertical-align:top; width:15%; }
.tbl_search td { text-align:left; }
.tbl_search .btn-area { padding-top:20px; }
.tbl_search .frm_input { background-color:#fff; }

.btn_bo_adm input.ui-state-disabled { opacity:.35; }

#bo_v #bo_v_info { border:0; }

.td_group b { font-weight:bold; }

.tbl-warning { position:absolute; top:5px; right:5px; }
.tbl-warning.tbl-fixed { position:inherit; top:auto; right:auto; margin-bottom:15px; }
.tbl-warning.tbl-sw { padding:10px 15px; }
.tbl-search-row .tbl-search-unit { width:850px; }
.tbl-search-row .tbl-sw { padding:10px !important; }
.tbl-search-row .tbl_frm01 th,
.tbl-search-row .tbl_frm01 td { background:transparent !important; border:0 !important; }
.tbl-search-row .btn-area { padding:20px 0 5px; }
.tbl_search_line th { vertical-align:middle; }
.tbl_search_line td.btn-area { white-space:nowrap; padding:0 !important; }
.tbl_search_line td.btn-area .btn-area { padding:10px; }

.td_mng a,
.td_mng2 a { display:inline-block; padding:3px 7px; margin:0 1px; border:1px solid #ccc; background:#fafafa; color:#000; text-decoration:none; vertical-align:middle; }
.td_mng a.btn-normal,
.td_mng2 a.btn-normal { background-color:#e7f8ff; }
.td_mng a.btn-delete,
.td_mng2 a.btn-delete { background-color:#4b545e; border-color:#4b545e; color:#fff; }

.state-CANCEL td,
.board-view .state-CANCEL { text-decoration:line-through; }
.state-CANCEL.td_state,
.step-CANCEL.td_state,
.board-view .state-CANCEL,
.board-view .step-CANCEL { background-color:#fff6a6; }
.state-WAIT.td_state,
.step-WAIT.td_state,
.board-view .state-WAIT,
.board-view .step-WAIT { background-color:#dadada; }
.state-ING.td_state,
.step-ING.td_state,
.board-view .state-ING,
.board-view .step-ING { background-color:#ceff96; }
.state-DONE.td_state,
.step-DONE.td_state,
.board-view .state-DONE,
.board-view .step-DONE { background-color:#c5edff; }

.td_state.state-now { background-color:#fffaaa; }

.manager-tool #bo_list tbody tr:hover { background-color:#ffdfea; }
.manager-tool #bo_list .tbl_head01 thead th { padding:15px 2px; }

.tbl_frm01.tbl_wrap .alert { margin:0; }

.tbl_search input[type="text"].date-picker { width:auto !important; text-align:center; margin-right:5px; }
.tbl_search input[type="text"].time-picker { width:auto !important; text-align:center; }
.tbl_search .ui-button { padding:10px 0px; }

.date-info { float:right; }
.date-info span { margin-left:10px; }

.terms-agree { padding-top:30px; }
.terms-agree .ta-cont { max-height:150px; padding:15px; border:1px solid #ddd; background-color:#f5f5f5; border-radius:5px; overflow-y:auto; }
.terms-agree .ta-cont * { font-size:14px; padding:0px; margin:0px; }
.terms-agree .ta-cont h3 { font-size:16px; margin-top:10px; padding:0px; margin:0px; margin-top:10px; font-size:16px; background:none !important; line-height:inherit; }
.terms-agree .ta-cont ul, .terms-agree .ta-cont ol { padding-left:20px; }
.terms-agree .ta-cont ul li { list-style-type:disc; }
.terms-agree .ta-cont ol li { list-style-type:decimal; }
.terms-agree .ta-agree { padding-top:10px; }
.terms-agree .ta-agree::before, .terms-agree .ta-agree::after { content:''; display:table; clear:both; }
.terms-agree h3.ta-agree { padding:30px 0px; }
.ta-agree label { padding:0px !important; margin-left:20px !important; margin-right:0px !important; font-weight:bold; }
.ta-agree input { line-height:inherit; padding:0px !important; margin:0px !important; margin-right:5px !important; vertical-align:middle; }

.col-chk { width:50px; }
.col-def { width:180px; }

.btn.btn-good { font-family:'Pretendard JP' !important; padding:0px 20px; padding-left:50px; margin:0px; margin-left:25px; font-weight:500; height:40px; line-height:40px; border:0px; background:#e1e1e1 url('img/btn_good.png') 20px center no-repeat; border-radius:7px; }
.btn.btn-good strong { font-size:130%; font-weight:800; }

@media (max-width: 1023px) { /* TABLET - ~ 1023 */
    .tbl-input .tbl-head { position:relative; display:block; width:inherit; text-align:inherit; padding:10px 0px; background:none !important; border:0px !important; }
    .tbl-input .tbl-body { padding-left:0px; border:0px !important; }
    .tbl-input .col-th { text-align:left; }
    .tbl-input .col-td:last-child { border-right-width:1px !important; }
}
@media (max-width: 767px) { /* MOBILE - ~ 768 */
    .col-def { width:120px; }
    .plain h2, .plain h3 { clear:both; }
    .tbl-input .tbl-head, .tbl-input .col-th, .tbl-input .col-td, .tbl-input label { line-height:25px; }
    .flexible-form.decimal-form li { margin-left:25px; }
    .flexible-form.multi-form li { padding:3px; padding-left:10px; }
    .tbl_frm01 th, .tbl_frm01 td { padding:7px; }
    .tbl_frm01 td .w100 { width:100%; }
    .date-info { margin-top:10px; }
    .date-info span { display:block; }
    .resume-box .resume-photo { width:150px; float:inherit; padding-bottom:10px; }
    .resume-box .resume-user { padding-left:0px; }
    .terms-agree { padding-top:10px; }
    .terms-agree .ta-cont * { font-size:12px; }
    .terms-agree .ta-cont h3 { font-size:13px; margin-top:5px; }
    .ta-agree { position:relative; padding-bottom:20px; }
    .ta-agree label { display:block; margin:0px !important; float:right; }
    #bo_w a.btn_frmline, #bo_w button.btn_frmline { line-height:20px; }
    .notify { line-height:20px; }
    label.lbl-chk-intro { display:block; text-align:right; }
    .tbl-input .col-check table th, .tbl-input .col-check table td { padding:4px !important; line-height:25px !important; }
    .tbl-input .col-check table td.lbl-confirm { padding:4px 10px !important; }
    .terms-agree .ta-agree { line-height:20px; }
}

#bo_w #reg_result .btn_confirm .btn_submit { color:#fff !important; padding:10px 40px; }
@media (max-width: 767px) { /* MOBILE - ~ 768 */
    .btn_confirm { margin-top:20px; }
    .reg-result-box { width:inherit; padding:120px 20px 20px; margin:30px auto; }
    .reg-result-msg { margin:15px auto; font-size:130%; }
}

.doc-print .notify { margin:0px; }

.doc-print { position:relative; margin:0 auto; width:100%; max-width:700px; font-size:12px; }
.doc-print .page-break { position:relative; page-break-before:always; padding-top:30px; }
.doc-print .page-break.page-first { page-break-before:avoid; }
.doc-print .page-break::before,
.doc-print .page-break::after { content:''; display:block; clear:both; }
.doc-print .page-num { position:absolute; top:0px; right:0px; font-size:12px; line-height:20px; }
.doc-print .doc-title { padding:0px; padding:10px 0px 20px; margin:0px; font-size:30px; line-height:30px; font-weight:700; text-align:center; }
.doc-print .lbl-div label { margin-right:7px; }
.doc-print .edu-cert-bg { width:100%; }
.doc-print .edu-cert-doc { position:absolute; top:0px; left:0px; z-index:10; padding:150px 110px 0px; }
.doc-print .edu-cert-doc h4 { font-size:14px; font-weight:normal; margin:0px; }
.doc-print .edu-cert-doc h1 { font-size:30px; font-weight:bold; text-align:center; margin:50px auto; }
.doc-print .edu-cert-doc h1 b { display:block; margin:0 auto; }
.doc-print .edu-cert-doc table { table-layout:auto; width:auto; max-width:80%; margin:0px; margin-left:auto; }
.doc-print .edu-cert-doc table th, .doc-print .edu-cert-doc table td { padding:3px 0; border:0px; background:none; }
.doc-print .edu-cert-doc table th { position:relative; width:80px; text-align:left; font-weight:normal; font-size:15px; letter-spacing:1px; }
.doc-print .edu-cert-doc table th .th-wrap { position:relative; padding-right:10px; display:flex; flex-direction:row; justify-content:space-between; width:100%; height:100%; }
.doc-print .edu-cert-doc table th .th-wrap span { display:block; text-align:center; }
.doc-print .edu-cert-doc table th .th-wrap .suf { position:absolute; width:10px; height:100%; top:0px; right:0px; }
.doc-print .edu-cert-doc table td { font-weight:bold; font-size:15px; }
.doc-print .edu-cert-doc blockquote { padding:0; margin:0; border:0px; padding-top:50px; font-size:25px; }
.doc-print .edu-cert-tail { position:absolute; z-index:20; width:100%; padding-bottom:150px; bottom:0px; text-align:center; }
.doc-print .edu-cert-date { font-size:22px; margin-bottom:30px; }
.doc-print .edu-cert-org { display:inline-block; font-size:30px; font-weight:bold; line-height:40px; height:40px; position:relative; }
.doc-print .edu-cert-stamp { position:absolute; right:-50px; top:-15px; }
.doc-print .edu-cert-stamp img { height:70px; }
.doc-print .edu-cert-logo { padding-top:30px; }
.doc-print .terms-agree { padding:10px; margin:0px; margin-top:5px; font-size:12px; border:1px solid #bbb !important; }
.doc-print .terms-agree h2 { padding:0px; margin:0px; font-size:17px; line-height:17px; font-weight:700; text-align:center; }
.doc-print .terms-agree .ta-cont { max-height:inherit; padding:0px; margin:0px; margin-top:10px; border:0px; background:none; border-radius:0px; font-size:12px; overflow:auto; }
.doc-print .terms-agree .ta-cont * { font-size:inherit; }
.doc-print .terms-agree .ta-cont .table { width:auto; table-layout:fixed; border-collapse:collapse; margin-top:3px; }
.doc-print .terms-agree .ta-cont h3 { display:table-cell; width:0px; white-space:nowrap; margin:0px; padding:3px; font-weight:700; vertical-align:top; border:1px solid #bbb !important; }
.doc-print .terms-agree .ta-cont ul { display:table-cell; vertical-align:top; padding:3px; border:1px solid #bbb !important; }
.doc-print .terms-agree .ta-cont ul li { display:inline-block; margin-right:10px; }
.doc-print .ta-agree { padding:0px; margin:10px 0px; font-size:13px; line-height:24px; font-weight:normal; }
.doc-print .ta-agree label { position:relative; top:auto; right:auto; margin-left:5px !important; }
.doc-print .important { color:#cacaca !important; font-weight:700 !important; letter-spacing:1px; }
.doc-print .apply-sign { padding:0px 10px; padding-top:50px; }
.doc-print .apply-sign * { font-size:17px !important; font-weight:bold !important; }
.doc-print .apply-sign h3 { padding:0px; margin:0px; padding-bottom:20px; text-align:right; line-height:20px; }
.doc-print .apply-sign h3 .sign-name { display:inline-block; padding:0px 20px; font-weight:bold; }
.doc-print .apply-sign h3 small { font-size:70% !important; color:#cacaca !important; line-height:inherit; vertical-align:middle; }

@media print {
    body { zoom:1; }
    h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend, div, body { -webkit-print-color-adjust:exact !important; print-color-adjust:exact !important; }
}




.col-th{ padding-left: 30px!important; position: relative; color:#333!important; ; }
.tbl-input .col-th.notify , .tbl-input .col-td.notify { padding-left:30px; position: relative; color:#333!important; ; }
.tbl-input .col-th.notify:before, .tbl-input .col-td.notify:before { content: "\e9c3";    font-family: unicons-line; color:#FF0000;  ;position: absolute ; left: 10px; top: 50%; transform: translateY(-50%);}


.ta-cont ul li {padding: 0px!important; line-height: 140%!important; margin: 0px!important;  }
.ta-cont p {padding: 0px!important; line-height: 140%!important; margin: 0px!important;  }
