@charset "utf-8";

/* notice list*/
.search_wrap{
    overflow: hidden;
}
.btn_bo_user{
    margin-top: 20px;
}
.board_tit {
    font-size: 52px;
    color: #1a1a1a;
    font-weight: bold;
}

#bo_sch {
    float: right;
    position: relative;
}

#bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#bo_sch select {
    border: 0;
    margin: 0px 5px;
    height: 33px;
    float: left;
    border-right: 1px solid #ddd;
}

#bo_sch .sch_input {
    width: 370px;
    height: 50px;
    border: 0;
    padding: 0;
    border: 1px solid #b9b9b9;
    display: inline-block;
    float: right;
    padding-left: 30px;
    border-radius: 100px; 
    /* border: 1px solid #888; */
}
#bo_sch .sch_input::placeholder{
    color: #8e8e8e;
    
}
.fa-search:before{
    color: white;
}
#bo_sch .sch_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    background: none;
    border: 0;
    width: 40px;
    font-size: 15px;
    line-height: 0px;
    border-radius: 50%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bo_sch .sch_btn i {
    font-size: 21px;
}


.notice #bo_list .tbl_head01 {
    border-top: 1px solid #000;
}

/* .notice .td_num2 {
    display: none;
} */

.notice #bo_list .tbl_head01 .bo_tit span {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice .tbl_head01 tbody tr {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
    transition: all .3s;
}

.notice .tbl_head01 tbody tr:hover {
    background: #f9f9f9;
}

.notice .tbl_head01 tbody tr:hover td.empty_table {
    background: #f9f9f9 !important;
}

.notice .tbl_head01 tbody tr:hover td {
    /*background: 0;*/
}

.notice .tbl_head01 td {
    height: auto;
    padding: 0;
    border: 0;
    line-height: normal;
}

.notice .tbl_head01 td.td_subject {
    width: 90%;
    transition: all .3s;

}

.notice #bo_list .td_name {
    width: 110px;
    padding: 0;
    transition: all .3s;
}

.notice #bo_list .td_name>span {
    display: block;
    font-size: 20px;
    color: #1a1a1a;
}

.notice #bo_list .td_name .profile_img {
    position: relative;
    top: -2px;
}

.notice #bo_list .td_datetime {
    width: auto;
    font-size: 18px;
    color: #1a1a1a;
    text-align: left;
    padding-top: 40px;
    font-weight: 300;
}

.notice .tbl_head01 a:hover {
    text-decoration: none;
}

/* notice view*/

/* notice write*/

.board_write .bdtitle {
    height: 60px;
    padding-left: 10px;
}

#bo_w .bo_w_tit #btn_autosave {
    top: 50%;
    transform: translateY(-50%);
    height: 85%;
}

/* review list */
.review .txt_box {
    background: #f5f8fa;
    margin-top: 50px;
}

.review .txt_box .inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;

}

.review .txt_box .inner p {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #1a1a1a;
    font-weight: bold;
}

.review .txt_box .inner .store_view {
    display: block;
    text-align: center;
    width: 292px;
    height: 74px;
    line-height: 74px;
    border-radius: 40px;
    background-color: #1a1a1a;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.img_list #bo_gall #gall_ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 60px 1.2%;
}

.review #bo_gall .gall_li {
    width: 32.5%;
}

.img_list #bo_gall .gall_con li.category_name {
    padding-top: 10px;
}

.img_list #bo_gall .gall_con li.category_name a {
    width: auto;
    padding: 0;
    margin: 0;
    background: 0;
    font-size: 20px;
    letter-spacing: -1px;
    color: #1a1a1a;
    text-align: left;
}

.review #bo_cate {
    width: 100%;
}

.review #bo_cate ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.review #bo_cate ul li {
    /* width: 22%; */
}

.review #bo_cate ul li:hover {}

.review #bo_cate ul li:first-child {
    /* display: none; */
}

.review #bo_cate a {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 20px;
    padding: 10px 50px;
    border: 1px solid #b3b3b3;
    border-radius: 30px;
    color: #b3b3b3;
    text-align: center;
    word-break: keep-all;
    transition: all .3s;
}

#bo_cate #bo_cate_on {
    background: #536174;
    border: 1px solid #536174;
    color: #fff;
}

.review #bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    background: #536174;
    border: 1px solid #536174;
    color: #fff;
}

.review #bo_gall .gall_con li:hover .gall_img_box img {
    transform: scale(1.1);
}

.review .gall_img_box {
    display: block;
    width: 100%;
    height: 533px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.review #bo_gall .gall_text_href {
    padding: 10px 0;
}

.review #bo_gall .gall_text_href a {
    display: block;
    font-size: 32px;
    letter-spacing: -1px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review #bo_gall .gall_href a img {
    transition: all .3s;
}

.review .gall_date {
    font-size: 18px;
    letter-spacing: -1px;
    color: #1a1a1a;
    font-weight: 300;
    text-align: left;
}

/* review view */
.bo_v_nb li {
    border-left: 0;
    border-right: 0;
}

.review_view #bo_v_title {
    text-align: left;
}

.review_view #bo_v_title .bo_v_cate {
    line-height: normal;
    background: 0;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600 !important;
    padding: 0px 10px 2px;
    border: 0;
}

.view_board #bo_v_title {
    text-align: left;
}

.view_board #bo_v_title .bo_v_tit {
    text-align: left;
}

.view_board #bo_v_con {
    text-align: left;
}

.media_view #bo_v_con {}

/* review write */
.wrtie_board #autosave_wrapper {
    display: flex;
    justify-content: space-between;
}

.wrtie_board #autosave_wrapper input {
    width: 90.5%;
}

.wrtie_board #autosave_wrapper .btn_frmline {
    width: 136px;
}

.wrtie_board #bo_w .btn_submit {
    padding: 0 20px;
    display: inline-block;
    background: #536174;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
    border-radius: 3px;
    line-height: 35px;
    height: 35px;
}

.wrtie_board a.btn_cancel {
    padding: 0 20px;
    line-height: 35px;
    height: 35px;
}

.wrtie_board .bo_w_select {
    display: flex;
    margin: 0 !important;
    border-top: 1px solid #ddd;
}

.wrtie_board .bo_w_select label {
    width: 100px;
    background: #536174;
    color: #fff;
    line-height: 40px;
    padding: 7px 13px
}

.review_write #bo_w .bo_w_select select {
    height: auto;
    margin: 7px 10px;
}

.wrtie_board .tbl_frm01 th {
    width: 100px;
}

.tbl_frm01 .frm_file {}

/* media list */
.media #bo_gall #gall_ul {
    margin-top: 60px;
}

.media #bo_gall .gall_li {
    width: 24%;
}

.media .gall_img_box {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.media #bo_gall .gall_text_href a {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
}

.media #bo_gall .gall_con li {
    font-size: 18px;
    letter-spacing: -1px;
    color: #1a1a1a;
    font-weight: 300;
    text-align: left;
    padding-top: 10px;
}

/* inq list */
.inquiry #bo_sch .search_box {
    display: flex;
}

.inquiry #bo_sch .search_box select {
    margin-right: 3px;
}

.inquiry #bo_sch .search_box .scr_btn_box {
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
}

.inquiry #bo_sch .scr_btn_box .sch_input {
    padding-left: 5px;
}

.inquiry #bo_cate {
    padding: 0 !important;
    background: 0;
    border: 0;
}

.inquiry #bo_cate ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 16px;
}

.inquiry #bo_cate #bo_cate_on {
    background: #536174;
    border: 1px solid #536174;
    color: #fff;
}

.inquiry #bo_cate a:focus,
.inquiry #bo_cate a:hover,
.inquiry #bo_cate a:active {
    background: #536174;
    border: 1px solid #536174;
    color: #fff;
}

.inquiry #bo_cate a {
    line-height: normal;
    padding: 10px 50px;
    font-size: 20px;
    transition: all .3s;
    border: 1px solid #b3b3b3;
    border-radius: 30px;
    color: #b3b3b3;
    text-align: center;
    word-break: keep-all;
}

.inquiry .list_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inquiry .list_top .bo_sch_wrap {}

.inquiry .list_top .bo_sch_wrap select {
    display: none;
}

.inquiry .list_tit_wrap {
    display: flex;
}

.inquiry .list_tit_wrap>div {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}

/* 전화번호 */
.cs #bo_w .bo_w_link {
    display: flex;
}

.cs #bo_w .bo_w_link label {
    position: sticky;
    background: transparent;
    text-align: left;
    color: #000;
}

.cs #bo_w .bo_w_link .frm_input {
    padding: 5px;
}

.cs #bo_w .bo_w_link #tel2 {
    margin: 0 5px;
}

.cs #bo_w .write_content {
    display: flex;
    align-items: center;
}

.cs #bo_w .write_content .wr_content {
    width: 90% !important;
}

.cs #bo_w .captcha_box {
    text-align: center;
    margin-top: 30px;
}

.cs #bo_w .btn_confirm {
    margin: 30px 0;
}

.cs .tbl_wrap .list_tit .list_tit_wrap .num {
    width: 5%;
}

.cs .tbl_wrap .list_tit .list_tit_wrap .tit {
    width: 65%;
}

.cs .tbl_wrap .list_tit .list_tit_wrap .answer {
    width: 10%;
}

.cs .tbl_wrap .list_tit .list_tit_wrap .name {
    width: 10%;
}

.cs .tbl_wrap .list_tit .list_tit_wrap .date {
    width: 10%;
}

.inquiry .tbl_wrap .list {
    border-top: 1px solid #d3d3d3;
    font-size: 16px;
    text-align: center;
}

.inquiry .tbl_wrap .list>div {
    height: 90px;
    border-bottom: 1px solid #d3d3d3;
    transform: all .3s;
}

.inquiry .tbl_wrap .list>div>a {
    display: flex;
    height: 90px;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 16px;
}

.inquiry .tbl_head01 a:hover {
    text-decoration: 0;
}

.inquiry .tbl_wrap .list>div.bo_fx {
    border: 0;
}

.inquiry .tbl_wrap .list>div:hover {
    background: #fafafa;
}

.inquiry .tbl_wrap .list>div .list_num2 {
    width: 5%;
}

.inquiry .tbl_wrap .list>div .list_subject {
    width: 65%;
    text-align: left;
}

.inquiry .tbl_wrap .list .bo_notice {
    background: #e6f8ff;
}

.inquiry .tbl_wrap .list .bo_notice:hover {
    background: #e6f8ff;
}

.inquiry .tbl_wrap .list .bo_notice .list_subject .bo_tit span a {
    font-weight: 600;
}

.inquiry .tbl_wrap .list>div .list_subject .bo_tit {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.cs .tbl_wrap .list>div .answer {
    width: 10%;
}

.cs .tbl_wrap .list>div .list_name {
    width: 10%;
}

.cs .tbl_wrap .list>div .list_datetime {
    width: 10%;
}

.btn_state {
    width: 95px;
    height: 40px;
}

.btn_state p {
    line-height: 40px;
}

/* inq write */
.inq_write #bo_w {
    margin-top: 60px;
}

.inq_write input::placeholder {
    font-size: 18px;
    font-weight: 300;
}

.inq_write .txt_box p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #1a1a1a;
    font-weight: 300;
    padding-top: 20px;
}

.inq_write .right_txt {
    text-align: right;
}

.inq_write .required {
    width: 10px;
    height: 19px;
    display: inline-block;
}

.inq_write .write_tit .required {
    width: 18px;
    height: 25px;
}

.inq_write .inq_write_layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px 0;
}

.inq_write .inq_write_layout>div {
    width: 49.5%;
}

.inq_write .write_tit {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    color: #1a1a1a;
    font-weight: bold;
    padding-bottom: 20px;
}

.inq_write #bo_w .bo_w_select select {
    width: 25%;
    margin-top: 10px;
    border: 0;
    border-bottom: 1px solid #1a1a1a;
    font-size: 18px;
    padding: 10px 0;
}

.inq_write #bo_w .bo_w_select select option {
    padding: 25px 0;
}

.inq_write .writeMg {
    margin: 30px 0;
}

.inq_write .frm_input {
    height: 60px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.inq_write .inq_write_layout>div input {
    width: 100%;
}

.inq_write .number_box {
    display: flex;
    justify-content: space-between;
}

.inq_write .inq_write_layout .tel_box .number_box select {
    width: 15%;
}

.inq_write .inq_write_layout .tel_box .number_box .tel_inputBox {
    width: 42%;
    height: 60px;
    border: 1px solid #ddd;
}

.inq_write .write_content {
    margin: 30px 0 10px 0;
}

.inq_write .captcha_box {
    text-align: center;
    margin-top: 30px;
}

.inq_write .btn_submit {
    width: 160px;
    height: 50px;
    background-color: #333;
    font-size: 18px;
    color: #fff;
}

.inq_write a.btn_list {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    background: #969696;
}

.inq_write #bo_w .btn_confirm {
    margin-top: 60px;
}

.empty_txt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty_txt p {
    display: block;
    width: 100%;
}

/* inq_view */
.inq_view .tb_group1 td {
    height: 60px;
}

.inq_view .view_date {
    padding-bottom: 10px;
}

.notice #bo_list .tbl_head01 .bo_tit .ico_new {
    color: white;
    background-color: red;
    border-radius: 3px;
    margin-left: 10px;
    padding: 0px 5px;
    word-break: keep-all;
}

.verticalSpacer50 {
    padding-bottom: 140px;
}

@media (max-width: 1680px) {
    .review .gall_img_box {
        height: 31.726vw;
    }
}

@media (max-width: 1280px) {
    .board_tit {
        font-size: 48px;
    }

    .notice #bo_list .tbl_head01 .bo_tit span {
        font-size: 28px;
    }

    .notice #bo_list .td_name span {
        font-size: 18px;
    }

    /* review list */
    .review .gall_img_box {
        height: 31.250vw;
    }

    .review #bo_gall .gall_text_href a {
        font-size: 24px;
    }

    /* media list */
    .img_list #bo_gall #gall_ul {
        gap: 60px 1.25%;
    }

    .media .gall_img_box {
        height: 230px;
    }

    .media .gall_img_box:before {
        background-size: 80%;
    }

    /* inq list */
    .inquiry #bo_cate {
        width: 100%;
    }

    .inquiry .list_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .inquiry #bo_sch .search_box .scr_btn_box {
        margin-bottom: 30px;
    }

    .verticalSpacer50 {
        padding-bottom: 8vw;
    }
}

@media (max-width: 1023px) {
    .review .txt_box .inner {
        padding: 60px 0;
    }

    .review .txt_box .inner p {
        font-size: 21px;
    }

    .review .txt_box .inner .store_view {
        width: 220px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .img_list #bo_gall #gall_ul {
        gap: 60px 2%;
    }

    .review #bo_cate a {
        padding: 10px 40px;
    }

    .review #bo_gall .gall_li {
        width: 49%;
    }

    .review .gall_img_box {
        height: 43.988vw;
    }

    .wrtie_board #autosave_wrapper input {
        width: 84%;
    }

    .wrtie_board #autosave_wrapper .btn_frmline {
        width: 136px;
    }

    /* media list */
    .media #bo_gall #gall_ul {
        gap: 60px 2%;
    }

    .media #bo_gall .gall_li {
        width: 49%;
    }

    .media .gall_img_box {
        height: 36.168vw;
    }

    /* inq list */
    .inquiry #bo_cate a {
        padding: 10px 30px;
        font-size: 18px;
    }

    .btn_state {
        width: 85px;
        height: 35px;
    }

    .btn_state p {
        line-height: 35px;
    }

    /* inq write */
    .inq_write .inq_write_layout {}

    .inq_write .inq_write_layout>div {
        width: 100%;
    }

    .inq_write .write_tit {
        font-size: 21px;
    }

    .inq_write .write_tit .required {
        width: 16px;
        height: 23px;
    }

    .inq_write #bo_w .write_content {
        margin-top: 30px;
    }

    .inq_write .btn_submit {
        width: 150px;
        height: 70px;
        font-size: 18px;
    }

    .inq_write a.btn_list {
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }

}

@media (max-width: 768px) {
    .board_tit {
        font-size: 38px;
    }

    /* .notice .tbl_head01 td.td_subject {
        width: 79%;
    } */

    .notice .tbl_head01 tbody tr {
        padding: 30px 10px;
    }

    .notice #bo_list .tbl_head01 .bo_tit span {
        font-size: 21px;
    }

    .notice #bo_list .td_name span {
        font-size: 16px;
    }
    #bo_sch .sch_input{
        width: 100%;
    }

    /* review list */
    .review .txt_box .inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .review .txt_box .inner p {
        font-size: 18px;
    }

    .review .txt_box .inner .store_view {
        width: 200px;
        height: 55px;
        line-height: 55px;
        margin-top: 20px;
    }

    .review #bo_cate a {
        font-size: 18px;
    }

    .review .gall_img_box:before {
        background-size: 70%;
    }

    .img_list #bo_gall .gall_con li.category_name a {
        font-size: 18px;
    }

    .review #bo_gall .gall_text_href a {
        font-size: 18px;
    }

    .review .gall_date {
        font-size: 14px;
    }

    /* review write */

    .wrtie_board .bo_w_select {
        flex-wrap: wrap;
    }

    .wrtie_board #bo_w .bo_w_select select {
        margin: 5px 0;
        padding: 10px 0;
    }

    .wrtie_board .bo_w_select table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .wrtie_board .tbl_frm01 th {
        width: 100%;
        display: block;
    }

    .wrtie_board #bo_w .tbl_frm01 td {
        display: block;
        padding: 5px 0;
    }

    .wrtie_board .bo_w_select label {
        width: 100%;
    }

    .wrtie_board #autosave_wrapper input {
        width: 81%;
    }

    .wrtie_board #bo_w button.btn_frmline {
        width: 18%;
        font-size: 14px;
        letter-spacing: -1px;
    }

    .wrtie_board .link_input {
        width: 100%;
    }

    /* media list */
    .media #bo_cate a {
        font-size: 18px;
        padding: 0;
    }

    .media .gall_img_box:before {
        background-size: 70%;
    }

    .media #bo_gall .gall_text_href a {
        font-size: 18px;
    }

    .media #bo_gall .gall_con li {
        font-size: 14px;
        padding: 0;
    }

    /* inq list */

    .inquiry #bo_cate ul {
        gap: 10px;
    }

    .inquiry #bo_cate a {
        padding: 10px 30px;
    }

    .inquiry .list_tit_wrap>div {
        font-size: 16px;
    }

    .inquiry .tbl_wrap .list>div {
        position: relative;
        font-size: 14px;
        flex-wrap: wrap;
    }

    .inquiry .tbl_wrap .list>div .answer {
        width: auto;
    }

    .inquiry .list_tit_wrap {
        justify-content: space-between;
    }

    .inquiry .list_tit_wrap>div {
        width: auto !important;
    }

    .inquiry .tbl_wrap .list_tit .list_tit_wrap .date {
        display: none;
    }

    .inquiry .tbl_wrap .list_tit .list_tit_wrap .name {
        display: none;
    }

    .inquiry .tbl_wrap .list_tit .list_tit_wrap .answer {
        margin-right: 12px;
    }

    .inquiry .btn_state {
        padding: 0 5px;
    }

    .inquiry .tbl_wrap .list>div .answer {
        margin-left: auto;
        margin-right: 10px;
    }

    .inquiry .tbl_wrap .list>div .list_name {
        width: 50%;
        text-align: left;
        padding-left: 13px;
    }

    .inquiry .tbl_wrap .list>div .list_datetime {
        width: 50%;
        text-align: right;
        padding-right: 13px;
    }

    /* inq write */
    .inq_write #bo_w .bo_w_select select {
        width: auto;
        font-size: 16px;
        margin: 0;
    }

    .inq_write #bo_w .btn_confirm {
        text-align: center;
    }

    /* inq view */
    .inq_view .tb_group1 td {
        padding: 5px 10px;
        font-size: 14px;
    }

    .inq_view .tb_group1 td.td_title {
        word-break: keep-all;
    }

    .inq_view .cmt_btn {
        font-size: 16px;
    }

    .verticalSpacer50 {
        padding-bottom: 10vw;
    }
}

@media (max-width: 500px) {
    #bo_sch .sch_input{
        width: 100%;
    }
    .board_tit {
        font-size: 28px;
    }

    .bo_v_nb li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bo_v_nb li .nb_tit {
        width:60px;
        font-size: 14px;
        padding: 0;
        margin-right: 10px;
    }

    .bo_v_nb a {
        display: block;
        width: calc(100% - 170px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        white-space: nowrap;
    }

    .bo_v_nb li .nb_date {
        width: 60px;
        font-size: 14px;
    }

    .notice #bo_list .tbl_head01 .bo_tit span {
        font-size: 18px;
    }

    .notice #bo_list .td_datetime {
        font-size: 14px;
    }

    .notice #bo_list .td_name span {
        font-size: 14px;
    }

    /* notice write */
    .board_write .bdtitle {
        height: 40px;
    }

    /* review list */
    .review .txt_box .inner {
        padding: 40px 0;
    }

    .review .txt_box .inner .store_view {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .review .txt_box {
        margin-top: 30px;
    }

    .review .txt_box .inner p {
        text-align: center;
        word-break: keep-all;
    }

    .review #bo_cate {
        margin: 30px 0 20px 0;
    }

    .review #bo_cate a {
        padding: 10px 30px;
        font-size: 14px;
    }

    .review #bo_cate ul {
        gap: 10px;
    }

    .img_list #bo_gall .gall_con li.category_name a {
        font-size: 12px;
        letter-spacing: -1px;
    }

    .wrtie_board .gall_img_box {
        height: 41.667vw;
    }

    .review #bo_gall .gall_text_href {
        padding: 5px 0;
    }

    .review #bo_gall .gall_text_href a {
        font-size: 14px;
    }

    .review .gall_date {
        font-size: 12px;
    }

    /* review view */
    .view_board #bo_v_title .bo_v_tit {
        font-size: 18px;
    }

    /* review write */
    .wrtie_board .bo_w_select label {
        padding: 3px 10px;
    }

    .wrtie_board #bo_w button.btn_frmline {
        font-size: 12px;
    }

    /* media list */
    .media #bo_gall .gall_con li {
        padding-top: 10px;
    }

    .media #bo_gall .gall_text_href a {
        font-size: 16px;
        height: 48px;
    }

    /* inq list */
    .inquiry #bo_sch .search_box select {
        font-size: 12px;
    }

    .inquiry #bo_sch .search_box .scr_btn_box {
        width: auto;
        position: relative;
        height: 40px;
    }

    .inquiry #bo_sch .scr_btn_box .sch_input {
        width: 100%;
    }

    .inquiry #bo_sch .sch_btn {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .inquiry #bo_cate a {
        font-size: 14px;
    }

    .inquiry .list_tit_wrap>div {
        font-size: 14px;
    }

    .btn_state {
        width: 65px;
        height: 30px;
    }

    .btn_state p {
        font-size: 12px;
        line-height: 30px;
    }

    /* inq write */
    .inq_write input::placeholder {
        font-size: 16px;
    }

    .inq_write .txt_box p {
        font-size: 14px;
        word-break: keep-all;
    }

    .inq_write .right_txt {
        font-size: 14px;
    }

    .inq_write .write_tit {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .inq_write .write_tit .required {
        width: 14px;
        height: 22px;
    }

    .inq_write #bo_w .bo_w_select select {
        width: 100%;
    }

    .inq_write .frm_input {
        height: 50px;
    }

    .inq_write .inq_write_layout .tel_box .number_box select {
        font-size: 12px;
    }

    .inq_write .inq_write_layout .tel_box .number_box .tel_inputBox {
        height: 50px;
    }

    .inq_write .write_content {
        margin-bottom: 5px;
    }

    .inq_write .wr_chk_b {
        width: 13px;
        height: 13px;
    }

    .inq_write #bo_w .bo_w_link_opt label {
        font-size: 12px;
    }

    .inq_write #bo_w .bo_w_link_opt span.agree {
        font-size: 12px;
        padding-left: 0;
    }

    .inq_write .btn_submit {
        width: 120px;
        height: 50px;
        font-size: 16px;
    }

    .inq_write a.btn_list {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    /* inq view */
    .inq_view .bo_vc_hdinfo {
        font-size: 12px;
    }

    .inq_view #bo_vc header {
        font-size: 14px;
    }

    .inq_view .view_date {
        padding-bottom: 5px;
    }

    .inq_view #bo_v_info strong {
        font-size: 12px;
    }

    .verticalSpacer50 {
        padding-bottom: 12vw;
    }
}