@charset "utf-8";
/*글읽기*/
#bo_v {

}
#bo_v .header{
    border-bottom:1px solid #e5e5e5;
    padding:0.625em;
}

#bo_v #bo_v_atc {
    border:1px solid rgba(234, 234, 234, 1);
    border-radius:1em;
    padding:1em;
}
#bo_v #bo_v_atc ul {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    border:1px solid rgba(234, 234, 234, 1);
    border-radius:1em;
    margin-bottom:1em;
}
#bo_v #bo_v_atc ul li {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:1em;
    border-right:1px solid rgba(234, 234, 234, 1);
}
#bo_v #bo_v_atc ul li span {
    font-weight:500;
    font-size:1.125em;
}
#bo_v #bo_v_atc ul li span:after {
    content:":";
}
#bo_v #bo_v_atc ul li p {
    font-weight:400;
    font-size:1.125em;
    margin-left:1em;
}


#bo_v #bo_v_img {
    position:relative;
    height:auto;
    overflow:hidden;
}

#bo_v #bo_v_img .swiper-pagination-bullet-active,
#bo_v #bo_v_img .swiper-pagination-bullet {
    width:3.75em;
    height:3px;
    background:rgba(255,255,255, 1);
    border-radius:1em;
}

#bo_v #bo_v_con {
    padding:1em;
    border:1px solid rgba(234, 234, 234, 1);
    border-radius:1em;
    margin-bottom:1em;
}
#bo_v #bo_v_con> * {
    flex-shrink:0;
}

#bo_v #bo_v_con span.cate {
    display:inline-block;
    width:auto;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -.02em;
    padding:0.7222em 1.1111em;
    border: 1px solid rgba(170, 190, 213, 1);
    color:rgba(0, 72, 152, 1);
    border-radius:4px;
    margin-bottom:1.1111111111111112em;
}
#bo_v #bo_v_con p.title {
    font-weight: 500;
    font-size: 2em;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-bottom:1em;
    color:#000;
}
#bo_v #bo_v_con ul {
    width:100%;
}
#bo_v #bo_v_con ul li {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    border-bottom:1px solid rgba(197, 209, 217, 1);
    width:100%;
    padding:1.25em 0;
    gap:1.5em;
}
#bo_v #bo_v_con ul li .subtitle {
    display:inline-flex;
    width:9em;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    align-items:center;
    justify-content:center;
    gap:0.5em;
    border:1px solid rgba(197, 209, 217, 1);
    border-radius:5em;
    padding:0.875em;
    color:rgba(0, 0, 0, 1);
}
#bo_v #bo_v_con ul li p {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color:rgba(0, 0, 0, 1);
}
#bo_v #bo_v_con .content {
    flex:1;
    width:100%;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color:rgba(25, 25, 25, 1);
    overflow:auto;
}
#bo_v #bo_v_con .wr_1 {
    min-height:0;
    width:100%;
    overflow-y:auto;
    border-top:1px solid rgba(170, 190, 213, 1);
    font-weight: 400;
    font-size: 1.125em;
    line-height: 150%;
    color:rgba(25, 25, 25, 1);
}
#bo_v #bo_v_con .wr_2 {
    min-height:0;
    border-top:1px solid rgba(170, 190, 213, 1);
    width:100%;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 150%;
    color:rgba(25, 25, 25, 1);
    padding-bottom:1em;
    border-bottom:1px solid rgba(170, 190, 213, 1);
}
#bo_v #bo_v_con .subtitle {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    color:rgba(0, 72, 152, 1);
    padding:1em 0;
    display:block;
}

#bo_v .bo_v_com {
    display:flex;
    gap:0.625em;
    padding:0.625em;
    width:auto;
    justify-content: flex-end
}
#bo_v .bo_v_com li a {
    display:flex;
    padding:0.3125em 0.625em;
    border:1px solid #e5e5e5;
    background:#eee;
    align-items:center;
    justify-content:center;
    border-radius:3px;
}
#bo_v .btns {
    display:flex;
    padding:1em 0;
    width:100%;
    justify-content: flex-end
}
#bo_v .btns a {
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:3px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    background:rgba(0, 72, 152, 1);
    color:#fff;
    padding:1em;
    gap:0.5em;
}

#bo_v .bo_v_nb {
    display:flex;
    flex-direction:column;
    gap:0;
    padding:0;
    background:#f5f5f5;
    margin-top:0.625em;
    border-radius:3px;
    overflow:hidden;
}
#bo_v .bo_v_nb li {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 0.625em;
    color:#818181;
    gap:0.625em;
}
#bo_v .bo_v_nb li:first-child {
    border-bottom:1px solid #ccc;
}
#bo_v .bo_v_nb li a {
    flex:1;
    padding:0.625em;

}





/*글목록*/
#bo_list #bo_btn_top {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    padding:10px;
    border-bottom:1px solid #e5e5e5;
}
#bo_list #bo_btn_top .btn_bo_user {
    display:flex;
    gap:10px;
}
#bo_list #bo_cate_ul {
    display:flex;
    width:auto;
    align-items:center;
    justify-content:center;
    gap:0.875em;
    margin-bottom:5em;
}
#bo_list #bo_cate_ul li {
    position:relative;
    white-space:nowrap;
    border:1px solid rgba(170, 190, 213, 1);
    border-radius:4px;
    width:auto;
    height:auto;
}
#bo_list #bo_cate_ul li a {
    display:block;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -0.02em;;
    padding:1.16667em 2.1111em;
    color:rgba(0, 72, 152, 1);
}
#bo_list #bo_cate_ul li a#bo_cate_on {
    color:#fff;
    background:rgba(0, 72, 152, 1);
}

#bo_list #bo_btn_top .btn_bo_user a,
#bo_list #bo_btn_top .btn_bo_user button {
    display:flex;
    padding:5px 10px;
    border:1px solid #e5e5e5;
    background:#eee;
    align-items:center;
    justify-content:center;
    border-radius:3px;
}
#bo_list #gall_allchk {
    display:block;
    background:#e5e5e5;
    padding:10px;
    border-radius:3px;
    margin:10px 0;
}
#bo_list #board_ul {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}
#bo_list #board_ul li {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    border-bottom:1px solid rgba(226, 226, 226, 1);
    padding: 0;
    border-left:1px solid rgba(226, 226, 226, 1);
}
#bo_list #board_ul li >* {
    text-align:left;
    font-size: 1.125em;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:1.25em 1em;
    width:18%;
    border-right:1px solid rgba(226, 226, 226, 1);
}
#bo_list #board_ul li.bo_table_head {
    border-top:2px solid rgba(0, 0, 0, 1);
}

#bo_list #board_ul li.bo_table_head >* {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    color:rgba(0, 0, 0, 1);
    background:#f5f5f5;
}

#bo_list #board_ul li .chk_box {
    display:flex;
    align-items:center;
    justify-content:center;
    width:5%;
}
#bo_list #board_ul li .btnView {
    width:5%;
}
#bo_list #board_ul li .btnView a {
    font-weight: 600;
    text-decoration:underline;
}

#bo_list .pg_wrap {
    margin-top:120px;
    margin-bottom:0;
}
#bo_list .pg_wrap .pg {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0.5em;
}
#bo_list .pg_wrap .pg_page {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:30px;
    border:0;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: 0;
    padding:6px;
}
#bo_list .pg_wrap .pg_current {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:1/1;
    border:0;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: 0;
    color:#fff;
    background:rgba(29, 78, 216, 1);
    min-width:30px;
    aspect-ratio:1/1;
    border-radius:50%;
    padding:6px;
}
#bo_list .pg_wrap .pg_page.pg_start,
#bo_list .pg_wrap .pg_page.pg_end {
    display:none;
}
#bo_list .pg_wrap .pg_page.pg_next {
    text-indent:-9999px;
    width:60px;
    background:url("/images/pg_next.png") no-repeat center;
}
#bo_list .pg_wrap .pg_page.pg_prev {
    text-indent:-9999px;
    width:60px;
    background:url("/images/pg_prev.png") no-repeat center;
}

#bo_list #search_area {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-bottom:1.875em;
}
#bo_list #search_area select {
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius:5em;
}









/* 유저 화면 */ 
.support_quote {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:0;
}
.support_quote .left {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:3.125em;
}
.support_quote .left h3 {
font-weight: 600;
font-size: 2.25em;
line-height: 1.5555555555555556em;
letter-spacing: -0.02em;
}
.support_quote .left h3 span {
    color:rgba(0, 72, 152, 1);
}
.support_quote #bo_w {
    max-width:780px;
    width:100%;
}

.support_quote #bo_w .write_row {
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:1.25em;
}
.support_quote #bo_w .write_div {
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:0.875em;
    margin-bottom:1.875em;
}
.support_quote #bo_w .write_div label {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -0.02em;
    color:rgba(0, 0, 0, 1);
}
.support_quote #bo_w .write_div .wr_content {
    width:100%;
    margin:0; 
    padding:0;
}
.support_quote #bo_w .write_div input,
.support_quote #bo_w .write_div select,
.support_quote #bo_w .write_div textarea {
    flex:1;
    width:100%;
    padding:0;
    border-radius:4px;
    border: 1px solid rgba(216, 216, 216, 1);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    padding:0.9375em 1.25em;
}
.support_quote #bo_w .write_div input[type="file"] {
    font-family: 'Pretendard', sans-serif;
    font-size:1em;
    padding:1em 1.25em;;
}
.support_quote #bo_w .write_div .file_label {
    width:auto;
    border-radius:4px;
    border: 1px solid rgba(0, 72, 152, 1);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-size:1em;
    padding:0.9375em 1.25em;
    color:rgba(0, 72, 152, 1);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.3em;
}
.support_quote #bo_w .agree_chk {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    margin-bottom:1.875em;
}
.support_quote #bo_w .agree_chk label {
    font-weight: 400;
    font-size: 1em;
    line-height: 100%;
    letter-spacing: -0.02em;
    color:rgba(0, 0, 0, 1);
}
.support_quote #bo_w .agree_chk input {
    width:1rem;
    height:1rem;
    border-radius:4px;
    margin-right:0.625em;
}


.support_quote #bo_w .captcha {
    display:flex;
    width:100%;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:flex-start;
    gap:0;
    margin-bottom:3.125em;
}
.support_quote #bo_w .captcha #captcha_info {
    order:6;
    width:100%;
}
.support_quote #bo_w .captcha img {
    order:2;
    height:3.125em;
    width:auto;
    border:1px solid rgba(216, 216, 216, 1);
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    border-right:none;
}
.support_quote #bo_w .captcha .captcha_box  {
    order:3;
    flex:1;
    border-radius:0;
    border-top:1px solid rgba(216, 216, 216, 1);
    border-bottom:1px solid rgba(216, 216, 216, 1);
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.support_quote #bo_w .captcha button {
    margin-left:0.625em;
    border-radius:4px;
    border: 1px solid rgba(0, 72, 152, 1);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-size:1em;
    padding:1em 1.25em;
    color:rgba(0, 72, 152, 1);
    background:#fff;
}
.support_quote #bo_w .captcha #captcha_mp3 {
    order:4;
}
.support_quote #bo_w .captcha #captcha_reload {
    order:5;
}

.support_quote #bo_w .write_div.btn_confirm {
    flex-direction:row;
    width:100%;
    justify-content:flex-end;
}
.support_quote .btn_confirm .btn_submit {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 100%;
    letter-spacing: -0.02em;
    background:rgba(0, 72, 152, 1);
    color:#fff;
    padding:0;
    border-radius:4px;
    padding:1.2019444444444445em 6em;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.5em;
}





/* 모바일 */
@media (max-width: 768px) {
    .support_quote {
        flex-direction:column;
        gap:2em;
    }
    .support_quote .left h3 {
        font-size:2em;
        line-height:1.3em;
    }
    
    #captcha_audio {
        width:0;
        height:0;
        display:none;
    }

}