@charset "utf-8";

#container_title {display: none;}
/** 고객센터 **/
.board_wrap {
    padding-top: 20px;
}
.board_wrap .cs_con_tab {}
.board_wrap .cs_con_tab ul {
    display: inline-flex;
    border: 1px solid #C7C7C7;
}
.board_wrap .cs_con_tab ul li {
    width: 100px;
    border-right: 1px solid #C7C7C7;
    text-align: center;
}
.board_wrap .cs_con_tab ul li:last-child {
    border-right: none;
}
.board_wrap .cs_con_tab ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    height: 100%;
    line-height: 1;
}
.board_wrap .cs_con_tab ul li.chk_on a{
    background-color: var(--main-color);
    color: #fff;
}

/*기존 리셋*/
#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-wd130 {width: 130px;}
.tbl_wrap table .col-wd100 {width: 100px;}

.tbl_head01 thead th {
    padding: 0;
    height: 50px;
    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;
    height: 50px;
    text-align: center;
}
.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%;

    padding: 0 14px;
}
.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: 4px 16px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    display: block;
}
.btn_bo_user > li > a.color_btn {
    background-color: var(--main-color);
    border-color: var(--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(--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(--main-color);
    color: var(--main-color);
    height: 44px;
    line-height: 44px;
	transition: all ease-in 0.3s
}
#bo_w .btn_submit:hover {
	background: var(--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: 4px 8px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 5px;
}
.state_box.state_yet_box {}
.state_box.state_ok_box {
    background-color: var(--main-color);
    color: #fff;
}

/** 매거진 **/
.board_wrap .magazine {
    display: inline-block;
    padding: 12px 14px;
    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(--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;
    display: flex;
    align-items: center;
}
.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: 4px 8px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
	cursor: pointer;
}
.chk_box input[type="checkbox"] + label:hover {
	color: inherit;
}
#bo_w .bo_w_tit .frm_input {
    padding-right: 0;
    width: 100%;
}

@media (max-width: 991px) {
}/**991px 끝**/


@media (max-width: 768px) {
    #bo_btn_top {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
    .bo_sch_wrap {width: 100%;}
    .bo_sch .sch_bar {
        display: flex;
        flex: 1;
    }
    #faq_sch .frm_input {flex: 1;}



}/**768px 끝**/


@media (max-width: 620px) {
}/**620px 끝**/


@media (max-width: 420px) {

}/**420px 끝**/