@charset "UTF-8";

/* BOARD SETTING */
#board_wrap {
    width: 100%;
    height: auto;
    position: relative;
}

#board_wrap.view_wrap,
#board_wrap.writer_wrap {
    max-width: 1380px;
    margin: 0 auto;
}

#board_wrap .supprot_w {
    font-family: 'Paperlogy', sans-serif;
    background-color: #fff;
    padding: 100px 190px 60px;
    min-height: -webkit-calc(100vh - 200px);
    min-height: -moz-calc(100vh - 200px);
    min-height: calc(100vh - 200px);
    border-radius: 12px 12px 0 0;
    border: 1px solid #9d9d9d;
    border-bottom: 0;
}

@media all and (max-width: 1281px) {
    #board_wrap .supprot_w {
        padding: 70px 70px 40px;
    }
}

@media all and (max-width: 1025px) {
    #board_wrap .supprot_w {
        padding: 40px;
    }
}

@media all and (max-width: 481px) {
    #board_wrap .supprot_w {
        padding: 20px;
    }
}

/* BOARD SETTING END */

/* BOARD TITBOX */
#board_wrap .board_infotit {
    font-family: 'Montserrat', 'Paperlogy', sans-serif;
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 50px 55px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 34px;
}

#board_wrap .board_infotit_01 {
    background-image: url(../img/board_bg_01.png);
}

#board_wrap .board_infotit_02 {
    background-image: url(../img/board_bg_02.png);
}

#board_wrap .board_infotit_03 {
    background-image: url(../img/board_bg_03.png);
}

#board_wrap .board_infotit::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg_dim.png);
    background-position: center;
    background-repeat: repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    z-index: 0;
    opacity: 0.6;
}

#board_wrap .board_infotit .board_titbox {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

#board_wrap .board_infotit .board_titbox > h2 {
    font-size: 1.625rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

#board_wrap .board_infotit .board_titbox > h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-top: 20px;
}

@media all and (max-width: 1441px) {
    #board_wrap .board_infotit {
        padding: 40px;
    }

    #board_wrap .board_infotit .board_titbox > h2 {
        font-size: 1.875rem;
    }

    #board_wrap .board_infotit .board_titbox > h3 {
        font-size: 3.125rem;
    }
}

@media all and (max-width: 1025px) {
    #board_wrap .board_infotit {
        padding: 30px;
        height: 30vw;
    }

    #board_wrap .board_infotit .board_titbox > h2 {
        font-size: 1.75rem;
    }

    #board_wrap .board_infotit .board_titbox > h3 {
        font-size: 2.5rem;
        margin-top: 10px;
    }
}

@media all and (max-width: 885px) {
    #board_wrap .board_infotit {
        padding: 15px;
    }

    #board_wrap .board_infotit .board_titbox > h2 {
        font-size: 1.5rem;
    }

    #board_wrap .board_infotit .board_titbox > h3 {
        font-size: 2.125rem;
    }
}

@media all and (max-width: 481px) {
    #board_wrap .board_infotit {
        height: 40vw;
    }

    #board_wrap .board_infotit .board_titbox > h2 {
        font-size: 1rem;
    }

    #board_wrap .board_infotit .board_titbox > h3 {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 376px) {
    #board_wrap .board_infotit .board_titbox > h2 {
        font-size: 0.9375rem;
    }

    #board_wrap .board_infotit .board_titbox > h3 {
        font-size: 1.25rem;
        line-height: 1.2;
    }
}

/* BOARD TITBOX END */

/* BOARD CONT */
.board_cont {
    width: 100%;
    height: auto;
    position: relative;
}

#board_wrap .support_tit {
    font-family: 'Paperlogy', sans-serif;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #535353;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

@media all and (max-width: 481px) {
    #board_wrap .support_tit {
        font-size: 1.25rem;
    }
}

/* BOARD CONT END */

/* BOARD TOP */
.board_top {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}

.board_top .board_subtit {
    width: auto;
    height: auto;
    position: relative;
}

.board_top .board_subtit > h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
}

.board_top .baord_search {
    width: auto;
    height: auto;
    position: relative;
}

.board_top .baord_search .baord_searchbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board_top .baord_search .baord_searchbox .board_inputbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 1441px) {
    .board_top .board_subtit > h3 {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 1025px) {
    .board_top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .board_top .board_subtit > h3 {
        font-size: 1.625rem;
    }
}

@media all and (max-width: 885px) {
    .board_top .board_subtit .all_chk {
        display: none;
    }
}

@media all and (max-width: 481px) {
    .board_top {
        border-bottom: 1px solid #000;
    }

    .board_top .board_subtit > h3 {
        font-size: 1.375rem;
    }
}

/* BOARD TOP END */

/* BOARD CONTENTS */
#board_wrap {
    width: 100%;
    height: auto;
    position: relative;
}

#board_wrap.board_gallery {
    margin-top: 40px;
}

#board_wrap .board_cont {
    max-width: 1540px;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

@media all and (max-width: 481px) {
    #board_wrap.board_gallery {
        margin-top: 20px;
    }
}

/* BOARD CONTENTS END */

/* BOARD TABLE */
#board_wrap .board_table,
#board_wrap .board_gallery {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

#board_wrap .board_table .board_tablebox,
#board_wrap .board_gallery .board_galbox {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    table-layout: fixed;
}

#board_wrap .board_table .board_tablebox th {
    text-align: center;
    padding: 12px 10px;
}

#board_wrap .board_table .board_tablebox td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #b6b6b6;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.2;
    word-break: keep-all;
}

#board_wrap .board_table .board_tablebox .bo_notice td {
    background-color: transparent !important;
}

#board_wrap .board_table .board_tablebox td.td_chk {
    width: 50px;
}

#board_wrap .board_table .board_tablebox td.td_num2 {
    width: 100px;
}

#board_wrap .board_table .board_tablebox td.td_datetime {
    width: 10vw;
}

#board_wrap .board_table .board_tablebox td.td_subject {
    text-align: left;
}

#board_wrap .board_table .board_tablebox td.td_company {
    width: 200px;
}

#board_wrap .board_table .board_tablebox td.td_inquiry {
    width: 120px;
}

#board_wrap .board_table .board_tablebox td.td_subject .bo_tit {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

#board_wrap .board_table .board_tablebox td.td_subject a {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#board_wrap .board_table .board_tablebox td.td_subject a:hover {
    color: #456eff;
}

#board_wrap .board_table .board_tablebox td.td_datetime {
    color: #b6b6b6;
    font-size: 1rem;
}

#board_wrap .board_table .board_tablebox td .notice_icon {
    width: 70px;
    height: 32px;
    background-color: #456eff;
    border-radius: 4px;
    color: #fff;
    line-height: 32px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.5px;
}

@media all and (max-width: 1441px) {
    #board_wrap .board_table .board_tablebox td {
        font-size: 1.125rem;
    }

    #board_wrap .board_table .board_tablebox td.td_subject a {
        font-size: 1.125rem;
    }

    #board_wrap .board_table .board_tablebox td.td_datetime {
        font-size: 1rem;
    }

    #board_wrap .board_table .board_tablebox td .notice_icon {
        width: 60px;
        height: 30px;
        font-size: 1rem;
        line-height: 30px;
    }
}

@media all and (max-width: 1025px) {
    #board_wrap .board_table .board_tablebox td {
        font-size: 1rem;
    }

    #board_wrap .board_table .board_tablebox td.td_subject a {
        font-size: 1rem;
    }

    #board_wrap .board_table .board_tablebox td.td_datetime {
        font-size: 0.875rem;
    }

    #board_wrap .board_table .board_tablebox td .notice_icon {
        width: 50px;
        height: 24px;
        line-height: 24px;
        font-size: 0.875rem;
    }

    #board_wrap .board_table .board_tablebox td.td_datetime {
        width: 12vw;
    }

    #board_wrap .board_table .board_tablebox td.td_company,
    #board_wrap .board_table .board_tablebox td.td_inquiry {
        display: none;
    }
}

@media all and (max-width: 885px) {
    #board_wrap .board_table .board_tablebox {
        table-layout: fixed;
    }

    #board_wrap .board_table .board_tablebox thead {
        display: none;
    }

    #board_wrap .board_table .board_tablebox td.td_chk {
        display: none;
    }

    #board_wrap .board_table .board_tablebox td.td_num2 {
        display: none;
    }

    #board_wrap .board_table .board_tablebox td.td_subject {
        width: 50%;
    }

    #board_wrap .board_table .board_tablebox td.td_datetime {
        width: 12%;
    }
}

@media all and (max-width: 481px) {
    #board_wrap .board_table,
    #board_wrap .board_gallery {
        margin-bottom: 30px;
    }

    #board_wrap .board_table .board_tablebox td {
        font-size: 0.9375rem;
    }

    #board_wrap .board_table .board_tablebox td.td_subject a {
        font-size: 0.875rem;
    }

    #board_wrap .board_table .board_tablebox td.td_datetime {
        width: 18%;
        font-size: 0.8125rem;
    }
}

@media all and (max-width: 376px) {
    #board_wrap .board_table .board_tablebox td {
        font-size: 0.8125rem;
    }

    #board_wrap .board_table .board_tablebox td.td_subject a {
        font-size: 0.8125rem;
    }

    #board_wrap .board_table .board_tablebox td.td_datetime {
        width: 19%;
        font-size: 0.75rem;
    }
}

/* BOARD TABLE END */

/* BOARD OPTION */
.board_option {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.board_option .board_optlist {
    width: auto;
    height: auto;
    position: relative;
}

.board_option .optlistbox {
    width: auto;
    height: auto;
    position: relative;
}

.board_option .optlistbox .list_item {
    width: auto;
    height: 44px;
    position: relative;
}

.board_option .optlistbox .list_item > button {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
}

.board_option .optlistbox .list_item > button > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/list_opticon.png);
}

.board_option .optlistbox .list_item > button:hover {
    color: #fff;
    background-color: #535353;
}

.board_option .optlistbox .list_item > button:hover > span {
    background-image: url(../img/list_opticon_on.png);
}

.board_option .optlistbox .list_item > .list_deps {
    display: none;
    width: 103px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    border: 1px solid #535353;
    border-radius: 4px;
    padding: 10px;
    z-index: 9;
}

.board_option .optlistbox .list_item > .list_deps > li {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 12px;
}

.board_option .optlistbox .list_item > .list_deps > li:last-of-type {
    margin-bottom: 0;
}

.board_option .optlistbox .list_item > .list_deps > li > button {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #535353;
    letter-spacing: -0.5px;
}

.board_option .optlistbox .list_item > .list_deps > li > button:hover {
    color: #456eff;
}

.board_option .optlistbox .list_item > .list_deps > li > button > span {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.board_option .optlistbox .list_item > .list_deps > li > button > span.del_icon {
    background-image: url(../img/more_del_icon.svg);
}

.board_option .optlistbox .list_item > .list_deps > li > button > span.copy_icon {
    background-image: url(../img/more_copy_icon.svg);
}

.board_option .optlistbox .list_item > .list_deps > li > button > span.move_icon {
    background-image: url(../img/more_move_icon.svg);
}

.board_option .board_opt {
    width: auto;
    height: auto;
    position: relative;
}

.board_option .optbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.board_option .optbox > li {
    width: auto;
    height: 44px;
    position: relative;
}

.board_option .optbox > li > a {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.board_option .optbox > li > a > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.board_option .optbox > li > a > span.write_icon {
    background-image: url(../img/list_writer.png);
}

.board_option .optbox > li > a > span.admin_icon {
    background-image: url(../img/list_admin.png);
}

.board_option .optbox > li > a:hover {
    background-color: #535353;
    color: #fff;
}

.board_option .optbox > li.write_btn > a:hover {
    background-color: #589728;
    border: 1px solid #589728;
    color: #fff;
}

.board_option .optbox > li > a:hover > span.write_icon {
    background-image: url(../img/list_writer_on.png);
}

.board_option .optbox > li > a:hover > span.admin_icon {
    background-image: url(../img/list_admin_on.png);
}

@media all and (max-width: 1025px) {
    .board_option .optlistbox .list_item,
    .board_option .optbox > li {
        height: 35px;
    }

    .board_option .optlistbox .list_item > button,
    .board_option .optbox > li > a {
        font-size: 0.875rem;
    }

    .board_option .optbox > li > a > span,
    .board_option .optlistbox .list_item > button > span {
        width: 20px;
        height: 20px;
    }

    .board_option .optlistbox .list_item > .list_deps {
        top: 40px;
    }
}

@media all and (max-width: 885px) {
    .board_option .optlistbox .list_item,
    .board_option .optbox > li {
        height: 30px;
    }

    .board_option .optlistbox .list_item > button,
    .board_option .optbox > li > a {
        font-size: 0.8125rem;
    }

    .board_option .optbox > li > a > span,
    .board_option .optlistbox .list_item > button > span {
        width: 18px;
        height: 18px;
    }

    .board_option .optbox > li.write_btn {
        display: none;
    }

    .board_option .optlistbox .list_item > .list_deps {
        width: 95px;
        top: 35px;
    }

    .board_option .optlistbox .list_item > .list_deps > li > button {
        font-size: 0.8125rem;
    }

    .board_option .optlistbox .list_item > .list_deps > li > button > span {
        width: 18px;
        height: 18px;
    }
}

/* BOARD OPTION END */

/* BOARD WRITER OPTION */
.write_opt {
    width: 100%;
    height: auto;
    position: relative;
}

.write_opt .write_optbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

/* BOARD WRITER OPTION END */

/* BOARD WRITER FORM */
.write_form {
    width: 100%;
    height: auto;
    position: relative;
}

.write_form.captcha_form {
    text-align: center;
    margin-top: 30px;
}

.write_form.captcha_form * {
    border: 0;
}

.write_form .write_formbox {
    width: 100%;
    height: auto;
    position: relative;
}

.write_form .write_formbox .form_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.supprot_w .write_form .write_formbox .form_item {
    margin-bottom: 40px;
}

.write_form .write_formbox .form_item:last-of-type {
    margin-bottom: 0;
}

.write_form .write_formbox .form_item .form_ob {
    width: 100%;
    height: auto;
    position: relative;
}

.write_form .write_formbox .form_item .form_ob .write_th {
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    line-height: 1;
}

@media all and (max-width: 1281px) {
    .supprot_w .write_form .write_formbox .form_item {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 885px) {
    .supprot_w .write_form .write_formbox .form_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 481px) {
    .write_form .write_formbox .form_item .form_ob .write_th {
        font-size: 0.875rem;
    }
}

@media all and (max-width: 376px) {
    .write_form .write_formbox .form_item .form_ob .write_th {
        font-size: 0.8125rem;
    }
}

/* BOARD WRITER FORM END */

/* BOARD SUBMITBTN */
.write_btncon {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}

.write_btncon .write_btnbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.write_btncon .write_btnbox.support_btnbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* BOARD SUBMITBTN END */

/* BOARD VIEW TOP */
.view_topcon {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #b6b6b6;
}

.view_topcon .view_tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.view_topcon .view_tit > h3 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #535353;
}

.view_topcon .view_optioncon {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.view_topcon .view_optioncon .view_statbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.view_topcon .view_optioncon .view_statbox .stat_item {
    width: auto;
    height: auto;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    color: #b6b6b6;
    letter-spacing: -0.5px;
    line-height: 1;
}

.view_topcon .view_optioncon .view_optionbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.view_topcon .view_optioncon .view_optionbox > li {
    width: auto;
    height: auto;
    position: relative;
}

@media all and (max-width: 1441px) {
    .view_topcon .view_tit > h3 {
        font-size: 2rem;
    }

    .view_topcon .view_optioncon .view_statbox .stat_item {
        font-size: 1.125rem;
    }
}

@media all and (max-width: 1025px) {
    .view_topcon .view_tit > h3 {
        font-size: 1.75rem;
    }

    .view_topcon .view_optioncon .view_statbox .stat_item {
        font-size: 1rem;
    }
}

@media all and (max-width: 885px) {
    .view_topcon .view_tit > h3 {
        font-size: 1.5rem;
    }

    .view_topcon .view_optioncon .view_optionbox > li.opt_write {
        display: none;
    }

    .view_topcon .view_optioncon .view_optionbox > li.opt_edit {
        display: none;
    }
}

@media all and (max-width: 481px) {
    .view_topcon .view_tit {
        margin-bottom: 15px;
    }

    .view_topcon .view_tit > h3 {
        font-size: 1.25rem;
    }

    .view_topcon .view_optioncon .view_statbox .stat_item {
        font-size: 0.9375rem;
    }

    .view_topcon .view_optioncon {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

/* BOARD VIEW TOP END */

/* BOARD CONTENTS */
.view_contents {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 60px;
}

.view_contents .content_item {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 60px;
}

.view_contents .content_item * {
    font-family: 'Paperlogy', sans-serif !important;
    line-height: 1.6 !important;
    color: #535353;
    word-break: keep-all;
}

.view_contents .content_item img {
    width: auto;
    max-width: 100%;
}

.view_contents .content_btnbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 885px) {
    .view_contents {
        margin-top: 40px;
    }
}

@media all and (max-width: 481px) {
    .view_contents {
        margin-top: 20px;
    }
}

/* BOARD CONTENTS END */

/* BOARD FILEBOX */
.view_filecon {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.view_filecon .view_filebox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.view_filecon .view_filebox .file_item {
    width: auto;
    height: auto;
    position: relative;
}

.view_filecon .view_filebox .file_item > a {
    display: block;
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view_filecon .view_filebox .file_item > a:hover {
    background-color: #535353;
    color: #fff;
}

.view_filecon .view_filebox .file_item > a > span {
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/list_file.png);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view_filecon .view_filebox .file_item > a:hover > span {
    background-image: url(../img/list_file_on.png);
}

.view_filecon .view_filebox .file_item > a .file_txt {
    width: auto;
    height: auto;
    position: relative;
}

.view_filecon .view_filebox .file_item > a .file_txt > h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
}

.view_filecon .view_filebox .file_item > a:hover .file_txt > h4 {
    color: #fff;
}

.view_filecon .view_filebox .file_item > a .file_txt > h4 > span {
    font-weight: 300;
    color: #535353;
    font-size: 0.8125rem;
}

.view_filecon .view_filebox .file_item > a .file_txt > p {
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #b6b6b6;
    line-height: 1;
    text-align: left;
    margin-top: 6px;
}

@media all and (max-width: 1025px) {
    .view_filecon .view_filebox .file_item > a {
        padding: 10px 15px;
    }

    .view_filecon .view_filebox .file_item > a > span {
        width: 24px;
        height: 24px;
    }

    .view_filecon .view_filebox .file_item > a .file_txt > h4 {
        font-size: 0.875rem;
    }

    .view_filecon .view_filebox .file_item > a .file_txt > p {
        font-size: 0.75rem;
    }
}

@media all and (max-width: 885px) {
    .view_filecon .view_filebox {
        gap: 10px;
    }

    .view_filecon .view_filebox .file_item > a {
        padding: 5px 15px;
    }

    .view_filecon .view_filebox .file_item > a > span {
        width: 18px;
        height: 18px;
    }

    .view_filecon .view_filebox .file_item > a .file_txt > p {
        display: none;
    }

    .view_filecon .view_filebox .file_item > a .file_txt > h4 {
        font-size: 0.8125rem;
    }

    .view_filecon .view_filebox .file_item > a .file_txt > h4 > span {
        font-size: 0.75rem;
    }
}

/* BOARD FILEBOX END */

/* BOARD PAGELIST */
.view_pagelist {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 50px;
    margin-top: 60px;
}

.view_pagelist .pagelistbox {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.view_pagelist .pagelistbox > li {
    width: auto;
    height: auto;
    position: relative;
}

.view_pagelist .pagelistbox > li > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.view_pagelist .pagelistbox > li .page_txt {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 15px;
    color: #535353;
}

.view_pagelist .pagelistbox > li.prev_item .page_txt {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.view_pagelist .pagelistbox > li.next_item .page_txt {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.view_pagelist .pagelistbox > li .page_txt > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.view_pagelist .pagelistbox > li.prev_item .page_txt > span {
    background-image: url(../img/board_prev.png);
}

.view_pagelist .pagelistbox > li.next_item .page_txt > span {
    background-image: url(../img/board_next.png);
}

.view_pagelist .pagelistbox > li p {
    width: 450px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #535353;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.view_pagelist .pagelistbox > li:hover p {
    color: #456eff;
}

.view_pagelist .pagelistbox > li p.no_txt {
    color: #b6b6b6;
}

.view_pagelist .pagelistbox > li.prev_item p {
    text-align: left;
}

.view_pagelist .pagelistbox > li.next_item p {
    text-align: right;
}

@media all and (max-width: 1441px) {
    .view_pagelist .pagelistbox > li .page_txt {
        font-size: 1.125rem;
    }

    .view_pagelist .pagelistbox > li p {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 1025px) {
    .view_pagelist .pagelistbox > li .page_txt {
        font-size: 1rem;
        gap: 4px;
    }

    .view_pagelist .pagelistbox > li p {
        width: 300px;
        font-size: 1.25rem;
    }
}

@media all and (max-width: 885px) {
    .view_pagelist {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 40px;
    }

    .view_pagelist .pagelistbox > li .page_txt {
        margin-bottom: 15px;
    }

    .view_pagelist .pagelistbox > li p {
        width: 200px;
        font-size: 1.125rem;
    }
}

@media all and (max-width: 481px) {
    .view_pagelist {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .view_pagelist .pagelistbox > li .page_txt {
        font-size: 0.9375rem;
        margin-bottom: 10px;
    }

    .view_pagelist .pagelistbox > li p {
        width: 170px;
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 376px) {
    .view_pagelist .pagelistbox > li p {
        width: 130px;
        font-size: 0.875rem;
    }
}

/* BOARD PAGELIST END */

/* BOARD MOREBOX */
.view_morebox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

@media all and (max-width: 481px) {
    .view_morebox {
        margin-top: 30px;
    }
}

/* BOARD MOREBOX END */

.all_chkbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

/* BOARD GALLERY */
.board_gallery {
    width: 100%;
    height: auto;
    position: relative;
}

.board_gallery .board_galbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
}

.board_gallery .gall_item {
    width: -webkit-calc((100% - 120px) / 3);
    width: -moz-calc((100% - 120px) / 3);
    width: calc((100% - 120px) / 3);
    height: auto;
    position: relative;
}

.board_gallery .gall_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #b6b6b6;
}

.board_gallery .gall_box .gall_chk {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 8;
}

.board_gallery .gall_box .gall_con {
    width: 100%;
    height: auto;
    position: relative;
}

.board_gallery .gall_box .gall_con .gall_img {
    width: 100%;
    height: auto !important;
    position: relative;
}

.board_gallery .gall_box .gall_con .gall_img > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.board_gallery .gall_box .gall_con .gall_img > a > img {
    width: auto;
    max-width: 100%;
}

.board_gallery .gall_box .gall_text_href {
    width: 100%;
    height: auto;
    position: relative;
    padding: 26px 40px 20px;
}

.board_gallery .gall_box .gall_text_href .gall_subject {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

.board_gallery .gall_box .gall_text_href .gall_subject > a {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #535353;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_gallery .gall_box .gall_text_href .gall_content {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    font-size: 1.125rem;
    font-weight: 400;
    color: #535353;
}

.board_gallery .gall_box .gall_text_href .gall_optbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.board_gallery .gall_box .gall_text_href .gall_datetime {
    width: auto;
    height: auto;
    position: relative;
    font-size: 1rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #b6b6b6;
}

.board_gallery .gall_box .gall_text_href .blog_link {
    width: auto;
    height: 44px;
    position: relative;
}

.board_gallery .gall_box .gall_text_href .blog_link > a {
    font-family: 'Paperlogy', sans-serif;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #535353;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.board_gallery .gall_box .gall_text_href .blog_link > a:hover {
    background-color: #535353;
    color: #fff;
}

.board_gallery .gall_box .gall_text_href .blog_link > a > span {
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../img/list_clip.png);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.board_gallery .gall_box .gall_text_href .blog_link > a:hover > span {
    background-image: url(../img/list_clip_on.png);
}

.board_gallery .board_galbox .empty_list {
    width: 100%;
    height: auto;
    position: relative;
}

@media all and (max-width: 1281px) {
    .board_gallery .board_galbox {
        gap: 30px;
    }

    .board_gallery .gall_item {
        width: -webkit-calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
    }

    .board_gallery .gall_box .gall_text_href {
        padding: 15px 20px 20px;
    }

    .board_gallery .gall_box .gall_text_href .gall_subject > a {
        font-size: 1.25rem;
    }

    .board_gallery .gall_box .gall_text_href .gall_content {
        font-size: 1rem;
    }
}

@media all and (max-width: 1025px) {
    .board_gallery .board_galbox {
        gap: 20px;
    }

    .board_gallery .gall_item {
        width: -webkit-calc((100% - 40px) / 3);
        width: -moz-calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
    }

    .board_gallery .gall_box .gall_text_href .gall_subject > a {
        font-size: 1.125rem;
    }

    .board_gallery .gall_box .gall_text_href .gall_datetime {
        font-size: 0.9375rem;
    }

    .board_gallery .gall_box .gall_text_href .blog_link {
        height: 35px;
    }

    .board_gallery .gall_box .gall_text_href .blog_link > a {
        font-size: 0.875rem;
        font-weight: 500;
    }

    .board_gallery .gall_box .gall_text_href .blog_link > a > span {
        width: 20px;
        height: 20px;
    }
}

@media all and (max-width: 885px) {
    .board_gallery .gall_item {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }

    .board_gallery .gall_box {
        border-radius: 8px;
    }

    .board_gallery .gall_box .gall_text_href {
        padding: 15px;
    }

    .board_gallery .gall_box .gall_text_href .blog_link {
        height: 30px;
    }

    .board_gallery .gall_box .gall_text_href .blog_link > a {
        font-size: 0.8125rem;
    }

    .board_gallery .gall_box .gall_text_href .blog_link > a > span {
        width: 18px;
        height: 18px;
    }

    .board_gallery .gall_box .gall_text_href .gall_subject {
        margin-bottom: 6px;
    }

    .board_gallery .gall_box .gall_text_href .gall_subject > a {
        font-size: 1rem;
    }

    .board_gallery .gall_box .gall_text_href .gall_content {
        font-size: 0.875rem;
    }

    .board_gallery .gall_box .gall_text_href .gall_datetime {
        font-size: 0.875rem;
    }

    .board_gallery .gall_box .gall_text_href .gall_optbox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media all and (max-width: 481px) {
    .board_gallery .board_galbox {
        gap: 10px;
    }

    .board_gallery .gall_item {
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }

    .board_gallery .gall_box .gall_text_href .gall_subject > a {
        font-size: 0.9375rem;
    }

    .board_gallery .gall_box .gall_text_href .gall_content {
        font-size: 0.8125rem;
    }

    .board_gallery .gall_box .gall_text_href .gall_datetime {
        font-size: 0.8125rem;
    }
}

@media all and (max-width: 376px) {
    .board_gallery .gall_item {
        width: 100%;
    }
}

/* BOARD GALLERY END */

/* SUPPORT WRITER */
.supprot_w > h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #535353;
}

@media all and (max-width: 481px) {
    .supprot_w > h4 {
        font-size: 0.875rem;
    }
}

@media all and (max-width: 376px) {
    .supprot_w > h4 {
        font-size: 0.8125rem;
    }
}

/* SUPPORT WRITER END */

/* SUPPORT CONTENT */
.supp_contentbox {
    width: 100%;
    height: auto;
    position: relative;
}

.supp_contentbox .supp_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 180px;
    margin-bottom: 40px;
}

.supp_contentbox .supp_item:last-of-type {
    margin-bottom: 0;
}

.supp_contentbox .supp_item .supp_ob {
    width: 100%;
    height: auto;
    position: relative;
}

.supp_contentbox .supp_item .supp_ob .supp_th {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #535353;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.supp_contentbox .supp_item .supp_ob .supp_td {
    width: 100%;
    height: auto;
    position: relative;
}

.supp_contentbox .supp_item .supp_ob .supp_td .supp_txt {
    width: 100%;
    height: auto;
    position: relative;
    padding: 14px 28px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.supp_contentbox .supp_item .supp_ob .supp_td .supp_txt > p {
    font-size: 1rem;
    font-weight: 400;
    color: #535353;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

@media all and (max-width: 1025px) {
    .supp_contentbox .supp_item {
        gap: 40px;
    }
}

@media all and (max-width: 885px) {
    .supp_contentbox .supp_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }

    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt {
        padding: 10px 15px;
    }

    .supp_contentbox .supp_item .supp_ob .supp_th {
        font-size: 0.9375rem;
    }

    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt,
    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt > p {
        font-size: 0.9375rem;
    }
}

@media all and (max-width: 481px) {
    .supp_contentbox .supp_item .supp_ob .supp_th {
        font-size: 0.875rem;
    }

    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt {
        padding: 6px 10px;
    }

    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt,
    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt > p {
        font-size: 0.875rem;
    }
}

@media all and (max-width: 376px) {
    .supp_contentbox .supp_item .supp_ob .supp_th {
        font-size: 0.8125rem;
        margin-bottom: 4px;
    }

    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt,
    .supp_contentbox .supp_item .supp_ob .supp_td .supp_txt > p {
        font-size: 0.8125rem;
    }
}

/* SUPPORT CONTENT END */

#bo_w .bo_w_flie .file_del > label {
    cursor: pointer;
}
