@charset "utf-8";

/**회원가입**/
.register_top {
    text-align: center;
}
.register_top .title {
    font-size: 20px;
    color: var(--sub-main-color);
    font-weight: var(--medium);
    margin: 40px 0 20px;
}
.inner_min {
    max-width: 490px;
    margin: 0 auto;
}
#fregister_chkall.checked {
  background-color: var(--sub-main-color);
  color: #fff;
  border-color: var(--sub-main-color);
}

#fregister_chkall.checked label {
  color: #fff;
}

#fregister section,
#fregister h2 {
    border: 0;
    padding: 0;
}
#fregister section {margin: 0 0 15px;}
#fregister_private div {padding: 0; background: none;}
.fregister_h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.fregister_h2 span {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.fregister_h2 span.red {
    color: #FF0000;
}
#fregister_term .hidden_box,
#fregister_private .hidden_box {
    display: none; 
    padding: 0;
    margin-top: 15px;
}

.fregister_agree input[type="checkbox"] + label span.chk_box {
    background: var(--border-sub-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-sub-color);
}

.fregister_h2 input[type="checkbox"]:checked + label span.chk_box {
    background: unset;
    background-color: var(--sub-main-color);
    border-color: var(--sub-main-color);
}


#fregister textarea {
    border: 1px solid var(--border-sub-color);
    margin-bottom: 15px;
}
#fregister_chkall {
    width: 100%;
    background: #fff;
    line-height: unset;
    border: 1px solid var(--sub-main-color);
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fregister_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: unset;
}
.fregister_agree input[type="checkbox"] + label span {
    position: unset;
    width: unset;
    height: unset;
    display: inline-block;
    background: none;
    border: 0;
    border-radius: 0;
}
.fregister_agree input[type="checkbox"]:checked + label span {
    background: none;
    border-color: none;
    border-radius: 0;
}
.fregister_agree input[type="checkbox"] + label{
    color: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fregister_agree input[type="checkbox"] + label:hover {
    color: inherit;
}
/* .chk_all.fregister_agree input[type="checkbox"] + label{
    justify-content: center;
} */
.register:after {
    content: none;
}


#fregisterform .form_01 div {
    margin: 0;
}
.register_form_inner ul {
    padding: 0;
}
.register_form_inner {
    background: none;
    border: 0;
    border-radius: 0;
}
.register_form_inner label.sub_main_color {
    font-weight: var(--medium);
}
.form_01 li {
    margin-bottom: 20px;
}

.btn_confirm {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.register .btn_confirm .btn_submit {
    background: var(--main-color);
    width: 100%;
    font-weight: var(--medium);
    color: var(--sub-main-color);
    margin-left: unset;
    float: unset;
}
.register .btn_confirm .btn_close {
    float: unset;
    height: unset;
    background: var(--main-color);
    width: 100%;
    font-weight: var(--medium);
    color: var(--sub-main-color);
    border: 0;
}
.register .btn_confirm .btn_submit.btn_main_color {
    background-color: var(--sub-main-color);
    color: #fff;
}

.register_ul li .input_group {
    display: flex;
    overflow: hidden;
}
.register_ul li .input_group input {
    flex: 1;
    border: 1px solid var(--border-sub-color);
    border-radius: 5px 0 0 5px;
}
.register_ul li .input_group button {
    flex: 1;
    max-width: 120px;
    white-space: nowrap;
    background-color: var(--sub-main-color);
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
}
.register_ul li input:focus {
  border: 0;
  outline: none;
}

/**가입완료**/
#reg_result {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}
#reg_result .result_txt_wrap {
    padding: 20px;
    /* background-color: var(--sub-gray); */
    /* border: 1px solid var(--border-sub-color); */
    /* border-radius: 10px; */
}
#reg_result .result_txt {
    text-align: center;
    word-break: keep-all;
    color: var(--txt-gray);
}
#reg_result .result_txt_wrap {}

.btn_confirm_reg {margin: 20px 0 0;}
.reg_btn_submit {
    background: var(--sub-main-color);
    color: #fff;
    border-radius: 10px;
    width: 100%;
    height: unset;
    line-height: unset;
    font-size: 1rem;
    font-weight: var(--medium);
    padding: 13px;
}

/**고객센터 마이페이지 공통 부분**/
.tab-section {}
.tab-section h3 {
    font-size: 32px;
    font-weight: var(--semiBold);
    color: var(--sub-main-color);
    margin-bottom: 30px;
}
.board_wrap {}
.board_wrap .cs_con_tab ul {
    display: inline-flex;
    border: 1px solid var(--border-sub-color);
}
.board_wrap .cs_con_tab ul li {
    width: 120px;
    border-right: 1px solid #C7C7C7;
    text-align: center;
}
.board_wrap .cs_con_tab.my_info_tab ul li {
    width: 160px;
}
.board_wrap .cs_con_tab ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.board_wrap .cs_con_tab ul li.chk_on a {
    background-color: var(--sub-main-color);
    color: #fff;
}
.board_wrap .cs_con_tab ul li:last-child {
    border-right: none;
}

.board_contents {
    padding-top: 60px;
    padding-bottom: 120px;
}

/**제작중인**/
.board_contents .sub_tit {
    font-size: 18px;
    color: var(--sub-main-color);
    padding-bottom: 20px;
}
.table_ing_wrap {
    border-top: 2px solid var(--sub-main-color);
}
.table_ing_wrap .list-header {
    background-color: var(--sub-gray);
}
.table_ing_wrap .list-header .list-item {
    font-weight: var(--bold);
}
.table_ing_wrap .list-header,
.table_ing_wrap .list-body .list-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-sub-color);
    /* padding: 16px 0; */
    height: 50px;
}

.table_ing_wrap .list-item {
    flex: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_ing_wrap .list-item .title {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    line-height: 50px;
}

.list-header .list-item:not(:first-of-type),
.table_ing_wrap .list-body .list-row .list-item:not(:first-of-type) {
    max-width: 180px;
}
.table_ing_wrap .list-item.btn_wrap {
    gap: 8px;
} 
.table_ing_wrap .list-item .list-item_btn {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid var(--sub-main-color);
    color: var(--sub-main-color);
    border-radius: 5px;
}
.table_ing_wrap .list-item .complete_btn,
.table_ing_wrap .list-item .share_btn {
    color: #fff;
    background-color: var(--sub-main-color);
}




/*기존 리셋*/
#bo_btn_top {
    margin: 0;
}
.bo_sch_wrap {
    display: block !important;
    width: unset;
    height: unset;
    position: unset;
	z-index: 1;
}
.bo_sch {
    position: unset;
    width: unset;
    max-height: unset;
    margin-left: unset;
    margin-top: unset;
    overflow-y: unset;
    box-shadow: none;
    border: 0;
    background: none;
    border-radius: 0;
}
.bo_sch form {
    padding: 0;
}
#bo_btn_top:after,
#bo_list:after,
.bo_sch:after,
.bo_fx:after {
  all: unset;
}
.bo_sch select {
    width: unset;
    height: unset;
    box-shadow: none;
}
.bo_sch .sch_bar,
.bo_sch .sch_input,
.bo_sch .sch_btn {
    all: unset;
}
#bo_list tbody tr,
#bo_list tbody tr:hover {
    border-left: 0;
} 
.bo_fx {
    float: unset;
    margin-bottom: 0;
    margin-top: 20px;
}

/** 목록 새로 **/
#bo_v_con {
    margin-bottom: 0;
    border-bottom: 1px solid var(--border-color);
}
.bo_v_nb {
    margin: 0;
}
#bo_v_top {
    margin-top: 20px;
}
#bo_btn_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
#bo_btn_top .tit_txt {
    font-size: 18px;
}
.bo_sch_wrap {}
.bo_sch select {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 10px 14px;
}
.bo_sch form {
    display: flex;
    gap: 8px;
}
.bo_sch .sch_bar {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
}
.bo_sch .sch_input {
    padding: 10px 14px;
	width: calc(100% - 75px);
}
.bo_sch select:focus {
    border: 1px solid var(--border-color) !important;
}
.bo_sch .sch_input:focus {
    outline: none;
    border: none !important;
}
.bo_sch .sch_btn {
    padding: 10px 14px;
    cursor: pointer;
}
.tbl_wrap {
	overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
	width: 100%;
    max-width: 100vw;
}
.tbl_wrap table {
    border-top: 2px solid #000;
    border-bottom: 1px solid var(--border-color);
    table-layout: fixed;
	min-width: 580px;
}
.tbl_wrap table .col-wd80 {width: 80px;}
.tbl_wrap table .col-wd100 {width: 100px;}
.tbl_wrap table .col-wd130 {width: 130px;}

.tbl_head01 thead th {
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #C7C7C7;
    border-left: 1px solid var(--border-color);
}

.tbl_head01 td {
    color: inherit;
    padding: unset;
    border-top: 0;
    border-bottom: 1px solid var(--border-color);
    line-height: unset;
}
.tbl_head01 tbody td {
    border-left: 1px solid var(--border-color);
}

#bo_list .td_name {
    text-align: center;
}
.tbl_head01 thead th:first-child,
.tbl_head01 tbody td:first-child {
    border-left: 0;
}
.bo_tit {
    font-weight: 500;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.bo_tit a {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
}
.subject_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  display: block;
}
#bo_list .bo_tit .new_icon,
#bo_list .bo_tit .hot_icon {
    width: unset;
    line-height: 1;
    padding: 3px 5px;
    margin-left: 0;
}

/** 내용 리셋 **/
#bo_v {
    border-top: 2px solid;
    margin-bottom: 0;
}
#bo_v header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 0 18px;
	flex-wrap: wrap;
}
#bo_v header #bo_v_title .bo_v_tit {
    font-size: 18px;
    margin: 0;
}
#bo_v header .profile_info .profile_info_ct {
    display: flex;
	column-gap: 36px;
}
#bo_v header .profile_info .profile_info_ct > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
#bo_v header .profile_info .profile_info_ct > div b {
    font-weight: 700;
}
#bo_v_info {
    border-color: var(--border-color);
}
.more_opt:before,
.more_opt:after,
#bo_v_top:after {display: none;}

.btn_bo_user {
    margin: 0;
    float: unset; 

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.btn_bo_user > li {
    position: unset;
    float: unset;
    margin-left: unset;
    width: unset;
}
a.btn_b01, .btn_b01 {
    line-height: unset;
    height: unset;
    padding: unset;
    font-weight: 400;
    font-size: 1rem;
    color: inherit;
    vertical-align: unset;
}
.btn_bo_user > li > a {
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
}
.btn_bo_user > li > a.color_btn {
    background-color: var(--sub-main-color);
    border-color: var(--sub-main-color);
    color: #fff;
}

.bo_v_nb li,
.bo_v_nb li:last-child {
    border-color: var(--border-color);
}
.bo_v_nb li {
    display: flex;
    align-items: center;
}
.bo_v_nb li > a {
    flex: 1;
}
.bo_v_nb li .nb_tit {
    color: inherit;
    padding: 0 18px;
    font-weight: 700;
}

/* 글쓰기 */
#bo_w .bo_w_info:after,
#bo_w .write_div:after {display: none;}
#bo_w .write_div {margin: 0;} 
.write_form .cke_sc {display: none;}
.btn_confirm {}

.write_form {
    border-top: 2px solid;
}
.write_flex {
    display: flex;
    gap: 36px;
    padding: 8px 18px;
    border-bottom: 1px solid #C7C7C7;
}
.write_flex.sub_bg {
    background-color: var(--sub-bg-color);
    align-items: center;
}
.write_flex .tit {
    padding: 0 18px;
    font-weight: 700;
}
.write_flex .tit span {
    color: var(--sub-main-color)
}
.write_flex > .write_div {
    flex: 1;
}
.btn_confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px !important;
}
#bo_w .btn_cancel {
    border-radius: 6px;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 26px;
    background: #fff;
    border: 1px solid #C7C7C7;
    color: var(--sub-black);
    height: 44px;
    line-height: 44px;
    display: inline-block;
}
#bo_w .btn_submit {
    border-radius: 6px;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 26px;
    background: #fff;
    border: 1px solid var(--sub-main-color);
    color: var(--sub-main-color);
    height: 44px;
    line-height: 44px;
	transition: all ease-in 0.3s
}
#bo_w .btn_submit:hover {
	background: var(--sub-main-color);
	color: #fff;
}
#bo_w .write_div.option_div {flex: unset;}
#bo_w .bo_v_option li {
    float: unset;
    margin: 0;
}
#bo_w .bo_v_option li label {
    display: flex;
    align-items: center;
    padding-left: 0;
}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {
    position: unset;
}
.state_box {
    width: max-content;
    margin: 0 auto;
    padding: 10px 14px;
    border: 1px solid var(--sub-main-color);
    color: var(--sub-main-color);
    border-radius: 5px;
}
.state_box.state_yet_box {}
.state_box.state_ok_box {
    background-color: var(--sub-main-color);
    color: #fff;
}

#faq_sch {
    padding: 0;
    text-align: left;
    margin: 0;
    background: #fff;
}
#faq_sch .frm_input,
#faq_sch .btn_submit {
    all: unset;
}
#faq_wrap li h3,
#faq_wrap li h3 .tit_bg,
#faq_con .con_inner .tit_bg {
    all: unset;
}

#faq_sch .frm_input,
#faq_sch .btn_submit {
    padding: 10px 14px;
}
#faq_sch .frm_input:focus {
    outline: none;
    border: none !important;
}
#faq_wrap li h3 {
    padding: 30px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
#faq_wrap ol {
    border-top: 2px solid;
}
#faq_wrap li {
    border-bottom: 1px solid var(--border-color);
}
#faq_wrap li h3 .tit_bg {
    font-weight: 700;
    color: var(--sub-main-color);
}
#faq_wrap li h3 .tit_btn,
#faq_con .con_inner .closer_btn {
    top: 30px;
    right: 12px;
    color: #A3A9B3;
}
#faq_wrap li h3.faq_li_open a {
    color: inherit;
}
#faq_con .con_inner {
    padding: 30px 12px;
    background-color: #F5F6FA;
    border-top: 1px solid var(--border-color);
}
/* #faq_con .con_inner::before {
    content: 'A';
} */
 #faq_con .con_inner .tit_bg {
    font-weight: 700;
    color: var(--main-color);
 }
#faq_con .con_inner .con_inner_flex {
    display: flex;
    gap: 12px;
}
a.btn_admin, .btn_admin {
    all: unset;
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background-color: var(--sub-main-color);
    border-color: var(--sub-main-color);
    color: #fff;
    cursor: pointer;
}
.btn_admin:hover, a.btn_admin:hover {
    color: #fff;
}

/*댓글*/

#bo_vc {
	padding: 30px;
    background: var(--sub-bg-color);
}
#bo_vc article .cm_wrap {
	float: unset;
    max-width: unset;
    width: 100%;
}
.cmt_contents .qna_a_box {
	margin-bottom: 20px;
    font-weight: 600;
}
.cmt_contents .qna_a_box img {
	vertical-align: baseline;
    margin-right: 8px;
}
.cmt_contents .qna_a_box span {
	margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
}
.bo_vl_opt .btn_cm_opt {
    line-height: 1;
    height: 35px;
    padding: 10px 20px;
    color: var(--sub-main-color);
}
.comment_box {
	border-bottom: 1px solid var(--border-color);
    padding: 20px 30px;
    background: var(--sub-bg-color);
	margin: 0;
}
.comment_box textarea {resize: none;}
.btn_confirm.right_box {
	margin-top: 0 !important;
    justify-content: flex-end;
}
.btn_confirm.right_box .secret_cm label {
	display: flex;
    align-items: center;
    line-height: 1;
}
.btn_confirm.right_box .color_btn {
    all: unset;
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background-color: var(--sub-main-color);
    border-color: var(--sub-main-color);
    color: #fff;
	cursor: pointer;
}
.chk_box input[type="checkbox"] + label:hover {
	color: inherit;
}

/**고객센터**/



/**마이페이지**/


/**아이디 비밀번호**/
#find_info .tabs {
    display: flex;
}
#find_info .tabs li {
    flex: 1;
    text-align: center;
}
#find_info .tabs li a {
    display: block;
    border-bottom: 2px solid var(--border-sub-color);
    font-weight: var(--medium);
    padding: 15px 0;
}
#find_info .tabs li.active a {
    color: var(--sub-main-color);
    border-color: var(--sub-main-color);
}

#find_info .tab_content {
    margin-top: 15px;
}
#find_info .tab_content .tab_panel{
    display: none;
}
#find_info .tab_content .tab_panel.active {
    display: block;
}