@charset "utf-8";

.board_title {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 20px;
    border-top: 3px solid #333;
    border-bottom: 1px solid #dde4e9;
    text-align: left;
    background: #fff;
}

/* 게시판 쓰기 */
#char_count_desc {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}
#char_count_wrap {
    margin: 5px 0 0;
    text-align: right;
}
#char_count {
    font-weight: bold;
}

#autosave_wrapper {
    position: relative;
}
#autosave_pop {
    display: none;
    z-index: 10;
    position: absolute !important;
    top: 34px;
    right: 0;
    width: 350px;
    height: auto !important;
    height: 180px;
    max-height: 180px;
    border: 1px solid #565656;
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#autosave_pop:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
}
#autosave_pop:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
}
html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
} /* overflow 미지원 기기 대응 */
#autosave_pop strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#autosave_pop div {
    text-align: center;
    margin: 0 !important;
}
#autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0;
}
#autosave_pop ul {
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    list-style: none;
    overflow-y: scroll;
    height: 130px;
    border-bottom: 1px solid #e8e8e8;
}
#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    background: #eee;
    zoom: 1;
}
#autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}
#autosave_pop a {
    display: block;
    float: left;
}
#autosave_pop span {
    display: block;
    float: right;
    font-size: 0.92em;
    font-style: italic;
    color: #999;
}
.autosave_close {
    cursor: pointer;
    width: 100%;
    height: 30px;
    background: none;
    color: #888;
    font-weight: bold;
    font-size: 0.92em;
}
.autosave_close:hover {
    background: #f3f3f3;
    color: #3597d9;
}
.autosave_content {
    display: none;
}
.autosave_del {
    background: url(./img/close_btn.png) no-repeat 50% 50%;
    text-indent: -999px;
    overflow: hidden;
    height: 20px;
    width: 20px;
}

@charset "utf-8";

/* cate */

.sd_hidden {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 0;
}
#dpp_ct.dpp_ct {
    position: relative;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 30px 0 50px;
    padding: 20px;
    text-align: center;
}
#dpp_ct.dpp_ct:after {
    content: '';
    display: block;
    clear: both;
}
#dpp_ct.dpp_ct li {
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    margin: 5px 0;
    float: none;
    width: 140px;
}
#dpp_ct.dpp_ct a {
    display: block;
    color: #b6b6b6;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
}

#dpp_ct.dpp_ct #dpp_ct_on {
    background: #000;
    color: #fff;
    font-weight: 900;
}
#dpp_ct.dpp_ct #bo_cate_on {
    background: #0c9dbc;
    color: #fff;
    font-weight: 900;
}
#dpp_ct.dpp_ct h2 {
    display: none;
}
#dpp_ct_ul.dpp_ct_ul {
    text-align: center;
    font-size: 0;
}

@media (max-width: 1050px) {
    #dpp_ct.dpp_ct {
        padding: 15px;
    }
    #dpp_ct.dpp_ct li {
        min-width: 110px;
    }
    #dpp_ct.dpp_ct a {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    #dpp_ct.dpp_ct {
        padding: 10px 20px;
        margin: 20px 0 30px;
    }
    #dpp_ct.dpp_ct li {
        min-width: 90px;
    }
    #dpp_ct.dpp_ct a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
}

.dp_pg_list {
    margin: 30px 0;
    text-align: center;
}
.dpp_pg,
.dppp_cur {
    display: inline-block;
    vertical-align: middle;
}
.dpp_pg {
    color: #555;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px;
}
.dpp_pg:hover {
    background-color: #ddd;
}
.dppp_start {
    text-indent: -999px;
    overflow: hidden;
}
.dppp_prev {
    text-indent: -999px;
    overflow: hidden;
}
.dppp_end {
    text-indent: -999px;
    overflow: hidden;
}
.dppp_next {
    text-indent: -999px;
    overflow: hidden;
}
.dppp_start:hover,
.dppp_prev:hover,
.dppp_end:hover,
.dppp_next:hover {
    background-color: #fafafa;
}
.dpp_page_wrap {
    text-align: center;
    font-size: 0;
    margin-bottom: 60px;
}
.dpp_page_wrap a.pg_page {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #757575;
    text-align: center;
    vertical-align: middle;
    margin: 0 8px;
    border-radius: 0;
    background: none;
    border: 0;
    min-width: auto;
}
.dpp_page_wrap a:hover {
    background-color: transparent;
}
.dpp_page_wrap a.pg_page.pg_prev {
    background: url('/img/bd_common/p_prev.png') center no-repeat;
    font-size: 0;
}
.dpp_page_wrap a.pg_page.pg_next {
    background: url('/img/bd_common/p_next.png') center no-repeat;
    font-size: 0;
}
.dpp_page_wrap strong {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000000;
    vertical-align: middle;
    margin: 0 8px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    font-weight: 500;
    min-width: auto;
}
.dpp_page_wrap strong.dppp_cur {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000000;
    vertical-align: middle;
    margin: 0 8px;
    padding: 0;
}
.dpp_page_wrap a.pg_page.pg_start {
    background: url('/img/bd_common/p_first.png') center no-repeat;
    font-size: 0;
}
.dpp_page_wrap a.pg_page.pg_end {
    background: url('/img/bd_common/p_last.png') center no-repeat;
    font-size: 0;
}

@media (max-width: 1050px) {
    .dpp_page_wrap {
        margin-bottom: 5.7143vw;
    }
    .dpp_page_wrap a.pg_page {
        width: 4.2857vw;
        height: 4.2857vw;
        line-height: 4.2857vw;
        font-size: 1.9048vw;
        margin: 0 0.7619vw;
    }
    .dpp_page_wrap strong.pg_current {
        width: 4.2857vw;
        height: 4.2857vw;
        line-height: 4.2857vw;
        font-size: 1.9048vw;
        margin: 0 0.7619vw;
    }
}

@media (max-width: 768px) {
    .dpp_page_wrap {
        margin-bottom: 7.8125vw;
    }
    .dpp_page_wrap a.pg_page.pg_prev {
        background-size: 28% !important;
    }
    .dpp_page_wrap a.pg_page.pg_next {
        background-size: 28% !important;
    }
    .dpp_page_wrap strong.pg_current {
        width: 6.8594vw;
        height: 6.8594vw;
        line-height: 6.8594vw;
        font-size: 3.6042vw;
        margin: 0 1.0417vw;
    }
    .dpp_page_wrap a.pg_page {
        width: 6.8594vw;
        height: 6.8594vw;
        line-height: 6.8594vw;
        font-size: 3.6042vw;
        margin: 0 1.0417vw;
    }
}

.dpp_gal_list .num-0,
.dpp_gal_list .num-1,
.dpp_gal_list .num-2,
.dpp_gal_list .num-3,
.dpp_gal_list .num-4,
.dpp_gal_list .num-5,
.dpp_gal_list .num-6,
.dpp_gal_list .num-7,
.dpp_gal_list .num-8,
.dpp_gal_list .num-9,
.dpp_gal_list .num-10 {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 15px 10px;
}
.dpp_gal_list .num-0,
.latest_row .num-1 {
    width: 100%;
}
.dpp_gal_list .num-2 {
    width: 50%;
}
.dpp_gal_list .num-3 {
    width: 33.33333333%;
}
.dpp_gal_list .num-4 {
    width: 25%;
}
.dpp_gal_list .num-5 {
    width: 20%;
}
.dpp_gal_list .num-6 {
    width: 16.66666667%;
}
.dpp_gal_list .num-7 {
    width: 14.28571428%;
}
.dpp_gal_list .num-8 {
    width: 12.5%;
}
.dpp_gal_list .num-9 {
    width: 11.11111111%;
}
.dpp_gal_list .num-10 {
    width: 10%;
}
@media (max-width: 1280px) {
    .dpp_gal_list .num-0,
    .dpp_gal_list .num-1,
    .dpp_gal_list .num-2,
    .dpp_gal_list .num-3,
    .dpp_gal_list .num-4,
    .dpp_gal_list .num-5,
    .dpp_gal_list .num-6,
    .dpp_gal_list .num-7,
    .dpp_gal_list .num-8,
    .dpp_gal_list .num-9,
    .dpp_gal_list .num-10 {
        padding: 1.1719vw 0.7813vw 0;
    }
}
@media (max-width: 1050px) {
    .dpp_gal_list .num-0,
    .dpp_gal_list .num-1,
    .dpp_gal_list .num-2,
    .dpp_gal_list .num-3,
    .dpp_gal_list .num-4,
    .dpp_gal_list .num-5,
    .dpp_gal_list .num-6,
    .dpp_gal_list .num-7,
    .dpp_gal_list .num-8,
    .dpp_gal_list .num-9,
    .dpp_gal_list .num-10 {
        padding: 1.4286vw 0.9524vw 0;
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    .dpp_gal_list .num-0,
    .dpp_gal_list .num-1,
    .dpp_gal_list .num-2,
    .dpp_gal_list .num-3,
    .dpp_gal_list .num-4,
    .dpp_gal_list .num-5,
    .dpp_gal_list .num-6,
    .dpp_gal_list .num-7,
    .dpp_gal_list .num-8,
    .dpp_gal_list .num-9,
    .dpp_gal_list .num-10 {
        padding: 1.9531vw 1.3021vw 0;
        width: 50%;
    }
}

/* board_list */
.dpp_pic_chkl {
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}
.dpp_basic_tbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.dpp_basic_tbl > li {
    display: table-row;
    width: 100%;
}
.dpp_basic_tbl > li > div {
    display: table-cell;
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    text-align: center;
    vertical-align: middle;
}
.dpp_basic_tbl > li.dpp_tbl_th > div {
    border-top: 2px solid #000;
    color: #000;
    font-weight: 700;
    padding: 27px 0 26px;
}
.dpp_basic_tbl > li.dpp_tbl_th {
    position: relative;
}
.dpp_basic_tbl .dpp_th_num {
    width: 7%;
}
.dpp_basic_tbl .dpp_th_chk {
    width: 50px;
}
.dpp_basic_tbl .dpp_th_cate {
    width: 90px;
}
.dpp_basic_tbl .dpp_th_writer {
    width: 10%;
}
.dpp_basic_tbl .dpp_th_date {
    width: 8%;
}
.dpp_basic_tbl .dpp_th_view {
    width: 8%;
}
.dpp_basic_tbl > li > div.dpp_td_tt {
    text-align: left;
    padding: 0 30px;
    padding-left: 10px;
}
.dpp_total {
    margin-bottom: 16px;
}
.dpp_total p {
    font-size: 16px;
    line-height: 24px;
    color: #454545;
}
.dpp_total p span {
    color: #000;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    margin: 0 3px 0 5px;
}
.dpp_basic_tbl > li > div.dpp_td_tt a {
    color: #454545;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.dpp_basic_tbl > li > div.dpp_td_cate a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.dpp_btn_wrap {
    margin: 30px 0 40px;
    text-align: right;
}
.dpp_clfix:after {
    content: '';
    display: block;
    clear: both;
}
.dpp_left {
    float: left;
}
.dpp_right {
    float: right;
}
.dpp_btn_list {
    font-size: 0;
}
.dpp_btn_list > li {
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.dpp_btn_list.dpp_left {
    text-align: left;
}
.dpp_btn_list.dpp_left > li:first-child {
    margin-left: 0;
}
.dpp_btn_list.dpp_right > li:last-child {
    margin-right: 0;
}
.dpp_write_btn,
.dpp_btn {
    display: inline-block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #27ba49;
    font-weight: 500;
    border: 0;
    outline: 0;
}
.dpp_btn.dpp_red {
    background-color: #ee1c24;
}
.dpp_btn.dpp_gray {
    background-color: #7a7a7a;
}
.dpp_btn.dpp_black {
    background-color: #000;
}
.no_data_wrap {
    padding: 70px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.no_data_wrap img {
    width: 70px;
}
.no_data_wrap p {
    margin-top: 15px;
    color: #919191;
    font-size: 20px;
    font-weight: 300;
}
.dp_notice_ic {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('../img/d_notice_ic.png') center no-repeat;
    background-size: 100%;
}
.dpp_btit .dppn_cmt {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: -0.5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -2px;
}
.fa.fa-download {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    width: 20px;
    border-radius: 5px;
    font-size: 11.5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -2px;
}
.fa.fa-link {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    width: 20px;
    border-radius: 5px;
    margin-left: 4px;
    font-size: 11.5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -2px;
}
.fa.fa-lock {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    width: 20px;
    border-radius: 5px;
    font-size: 11.5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -2px;
}

.dpp_basic_tbl > li > div.dpp_td_tt img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -2px;
}
.dpp_search_box {
    background: #f5f5f5;
    margin-bottom: 30px;
}
.dpp_search_in {
    max-width: 782px;
    margin: 0 auto;
}
.dpp_tbl {
    display: table;
    width: 100%;
    padding: 35px 0;
}
.dpp_tbl .dpp_label {
    display: table-cell;
    vertical-align: middle;
    width: 127px;
    font-size: 20px;
    line-height: 1;
    color: #555;
    font-weight: 700;
}
.dpp_tbl .dpp_select_box {
    display: table-cell;
    vertical-align: middle;
}
.dpp_select_box select {
    width: 100%;
    height: 43px;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    color: #555;
    padding: 0 20px;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url('/img/bd_common/sel_ic.png') center right 20px no-repeat;
    border-radius: 0;
}
.dpp_select_box select::-ms-expand {
    display: none;
}
.dpp_tbl .dpp_btnArea {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    padding-left: 10px;
}
.dpp_tbl .dpp_btnArea button {
    display: block;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    background: #363b3f;
    width: 100%;
    border: 0;
    outline: 0;
    font-weight: 700;
}

.dpp_no_data {
    text-align: center;
}
.dpp_no_data.dpp_border {
    border-bottom: 1px solid #e5e5e5;
}
.dpp_no_data p {
    font-size: 18px;
    line-height: 200px;
    color: #333;
}

.dpp_search_box.dpp_bd_search {
    background: #f5f5f5;
}
.dpp_bd_search .dpp_search_in {
    max-width: 875px;
}
.dpp_bd_search .dpp_tbl .dpp_select_box {
    width: 160px;
    padding-right: 10px;
}
.dpp_inputArea input {
    width: 100%;
    height: 43px;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 0 20px;
    font-size: 15px;
    color: #555;
}

.dpp_gal_list:after {
    content: '';
    display: block;
    clear: both;
}
.dpp_gal_list {
    overflow: hidden;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e5e5e5;
}
.dpp_gal_list > li {
    position: relative;
    float: left;
    width: 100% !important;
}

.dpp_gal_in {
    position: relative;
}
.dpp_gal_in .dpp_imgArea {
    position: relative;
    margin-bottom: 25px;
}
.dpp_gal_in .dpp_imgArea a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    z-index: 4;
}
.dpp_gal_in .dpp_imgArea a img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.dpp_gal_in dl {
    margin-bottom: 15px;
}
.dpp_gal_in dt {
    font-size: 20px;
    line-height: 1.2;
    color: #26ba48;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dpp_gal_in dd {
    font-size: 20px;
    line-height: 1.2;
    color: #010101;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dpp_gal_in ul {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.dpp_gal_in ul li {
    position: relative;
    padding-left: 90px;
    font-size: 18px;
    line-height: 1.2;
    color: #454545;
    margin-bottom: 8px;
}
.dpp_gal_in ul li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #010101;
    font-weight: 700;
}

/* .dpp_gal_list > li:hover .dpp_imgArea a:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; cursor: pointer;}
.dpp_gal_list > li:hover .dpp_imgArea a:after {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); width: 50px; height: 50px; background: #fff url("/img/bd_common2/gall_hover.png") center no-repeat; background-size: 21px; z-index: 2; border-radius: 50%;  cursor: pointer;} */

#dpp_pic_list .dpp_gal_list .dpp_pic_hf {
    margin: 10px 0;
}
#dpp_pic_list .dpp_pic_hf a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 24px;
    color: #232323;
    font-weight: 500;
}
#dpp_pic_list .dpp_pic_hf a.dpp_pic_ct {
    color: #c50000 !important;
    font-size: 16px;
}

.no_image.ddp_no_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/img/bd_common2/no_img.png') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.dpp_pci_chk {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
}

.dpp_basic_tbl input[type='checkbox'] {
    -webkit-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    background: transparent;
}
.dpp_basic_tbl input[type='checkbox']:checked {
    border-color: #e5e5e5;
    background: url('/img/bd_common/ddp_chk_ic.png') center no-repeat;
}

.dpp_sec_chk.dpp_chk label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
    padding: 0;
}
.dpp_sec_chk.dpp_chk label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
    border: 1px solid #e5e5e5;
    background: transparent;
}
.dpp_sec_chk.dpp_chk input[type='checkbox']:checked + label:before {
    border-color: #e5e5e5;
    background: url('/img/bd_common/ddp_chk_ic.png') center no-repeat;
}

@media (max-width: 1280px) {
    .dpp_bd_search .dpp_search_in {
        max-width: 68.3594vw;
    }
    .dpp_bd_search .dpp_tbl .dpp_select_box {
        width: 12.5vw;
        padding-right: 0.7813vw;
    }
    .dpp_inputArea input {
        height: 3.3594vw;
        padding: 0 1.5625vw;
        font-size: 1.1719vw;
    }
    .dpp_gal_list {
        /* margin:0 -0.7813vw */
    }
    .dpp_gal_list > li {
        padding: 1.1719vw 0.7813vw;
    }
    .dpp_gal_in .dpp_imgArea {
        margin-bottom: 1.9531vw;
    }
    .dpp_gal_in dl {
        margin-bottom: 1.1719vw;
    }
    .dpp_gal_in dt {
        font-size: 1.5625vw;
        margin-bottom: 0.3906vw;
    }
    .dpp_gal_in dd {
        font-size: 1.5625vw;
    }
    .dpp_gal_in ul {
        padding-top: 1.1719vw;
    }
    .dpp_gal_in ul li {
        padding-left: 7.0313vw;
        font-size: 1.4063vw;
        margin-bottom: 0.625vw;
    }
}

@media (max-width: 1200px) {
    .board_title {
        font-size: 25px;
        margin-bottom: 0;
        text-align: center;
    }

    .dpp_search_box {
        margin-bottom: 2.5vw;
    }
    .dpp_search_in {
        max-width: 65.1667vw;
    }
    .dpp_tbl {
        padding: 2.9167vw 0;
    }
    .dpp_tbl .dpp_label {
        width: 10.5833vw;
        font-size: 1.6667vw;
    }
    .dpp_select_box select {
        height: 3.5833vw;
        font-size: 1.25vw;
        padding: 0 1.6667vw;
        background: #fff url('/img/bd_common/sel_ic.png') center right 1.6667vw no-repeat;
    }
    .dpp_tbl .dpp_btnArea {
        width: 11.6667vw;
        padding-left: 0.8333vw;
    }
    .dpp_tbl .dpp_btnArea button {
        height: 3.5833vw;
        line-height: 3.5833vw;
        font-size: 1.3333vw;
    }
    .dpp_no_data p {
        font-size: 1.5vw;
        line-height: 16.6667vw;
    }
}

@media (max-width: 1050px) {
    .dpp_basic_tbl > li > div {
        height: 65px;
        font-size: 15px;
        line-height: 22px;
    }
    .dpp_basic_tbl > li.dpp_tbl_th > div {
        font-size: 15px;
        line-height: 22px;
        padding: 20px 0 19px;
    }
    .dpp_basic_tbl > li > div.dpp_td_tt a {
        font-size: 15px;
        line-height: 22px;
    }
    .dpp_basic_tbl > li > div.dpp_td_cate a {
        font-size: 15px;
        line-height: 22px;
    }
    .dpp_total p {
        font-size: 14px;
        line-height: 22px;
    }
    .dpp_total p span {
        font-size: 16px;
        line-height: 24px;
    }
    .dpp_btn_wrap {
        margin: 3.8095vw 0;
    }
    .dpp_write_btn,
    .dpp_btn {
        width: 12.381vw;
        height: 4.7619vw;
        line-height: 4.7619vw;
        font-size: 1.5238vw;
    }
    .dpp_bd_search .dpp_search_in {
        max-width: 83.3333vw;
    }
    .dpp_bd_search .dpp_tbl .dpp_select_box {
        width: 15.2381vw;
        padding-right: 0.9524vw;
    }
    .dpp_inputArea input {
        height: 4.0952vw;
        padding: 0 1.9048vw;
        font-size: 1.4286vw;
    }
    .dpp_search_box {
        margin-bottom: 2.381vw;
    }
    .dpp_search_in {
        max-width: 74.4762vw;
    }
    .dpp_tbl {
        padding: 2.8571vw 0;
    }
    .dpp_tbl .dpp_label {
        width: 12.0952vw;
        font-size: 1.7143vw;
    }
    .dpp_select_box select {
        height: 3.8095vw;
        font-size: 1.3333vw;
        padding: 0 1.9048vw;
        background: #fff url('/img/bd_common/sel_ic.png') center right 1.9048vw no-repeat;
    }
    .dpp_tbl .dpp_btnArea {
        width: 12.381vw;
        padding-left: 0.9524vw;
    }
    .dpp_tbl .dpp_btnArea button {
        height: 3.8095vw;
        line-height: 3.8095vw;
        font-size: 1.4286vw;
    }
    .dpp_no_data p {
        font-size: 1.5238vw;
        line-height: 17.1429vw;
    }
    .dpp_gal_list {
        /* margin:-1.4286vw -0.9524vw 0 */
    }
    .dpp_gal_list > li {
        padding: 1.4286vw 0.9524vw;
    }
    .dpp_gal_in .dpp_imgArea {
        margin-bottom: 2.381vw;
    }
    .dpp_gal_in dl {
        margin-bottom: 1.4286vw;
    }
    .dpp_gal_in dt {
        font-size: 1.7143vw;
        margin-bottom: 0.4762vw;
    }
    .dpp_gal_in dd {
        font-size: 1.7143vw;
    }
    .dpp_gal_in ul {
        padding-top: 1.4286vw;
    }
    .dpp_gal_in ul li {
        padding-left: 7.619vw;
        font-size: 1.5238vw;
        margin-bottom: 0.7619vw;
    }
    .dpp_basic_tbl .dpp_th_cate {
        width: 80px;
    }
}
@media (max-width: 768px) {
    .dpp_basic_tbl > li.dpp_tbl_th > div.dpp_th_num,
    .dpp_basic_tbl > li.dpp_tbl_th > div.dpp_th_writer,
    .dpp_basic_tbl > li.dpp_tbl_th > div.dpp_th_view,
    .dpp_basic_tbl > li.dpp_tbl_th > div.dpp_th_date,
    .dpp_basic_tbl > li.dpp_tbl_th > div.dpp_th_cate {
        display: none;
    }
    .dpp_basic_tbl .dpp_th_tt {
        width: 100%;
    }
    .dpp_basic_tbl > li.dpp_tbl_th > div.dpp_th_chk {
        width: auto;
        position: absolute;
        top: 15px;
        left: 10px;
        border: 0;
        padding: 0;
    }
    .dpp_basic_tbl > li {
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }
    .dpp_basic_tbl > li.dpp_tbl_td {
        padding: 15px 0 12px;
    }
    .dpp_basic_tbl > li > div {
        height: auto;
    }
    .dpp_basic_tbl > li > div.dpp_td_tt a {
        font-size: 17px;
        color: #000;
        font-weight: 700;
    }
    .dpp_basic_tbl > li > div {
        display: inline-block;
        border: 0;
        padding: 0 2.5px;
        font-size: 13px;
        line-height: 20px;
        vertical-align: middle;
    }
    .dpp_basic_tbl > li > div.dpp_td_num {
        display: none;
    }
    .dpp_basic_tbl > li > div.dpp_td_chk {
        padding-bottom: 5px;
    }
    .dpp_basic_tbl > li > div.dpp_td_tt {
        display: block;
        padding: 0 10px 8px;
        padding-left: 0;
    }
    .dpp_basic_tbl .dpp_td_date:before {
        content: '등록일';
        margin-right: 5px;
        font-family: 'Noto Sans KR', sans-serif;
    }
    .dpp_basic_tbl .dpp_td_view:before {
        content: '조회수';
        margin-right: 5px;
        font-family: 'Noto Sans KR', sans-serif;
    }
    .dpp_basic_tbl > li.dpp_tbl_th > div {
        font-size: 14px;
        padding: 15px 0 14px;
    }
    .dpp_basic_tbl > li > div.dpp_td_cate {
        margin-bottom: 5px;
    }
    .dpp_basic_tbl > li > div.dpp_td_cate a {
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        color: #c50000;
    }
    .dpp_basic_tbl > li > div.dpp_td_num {
        padding: 0 2.5px;
    }
    .dpp_basic_tbl > li > div.dpp_td_cate {
        padding: 0 2.5px;
    }
    .dpp_basic_tbl > li.dpp_tbl_th {
        display: none;
    }
    .dpp_basic_tbl {
        border-top: 2px solid #000;
    }

    .dpp_btn_wrap {
        margin: 5.2083vw 0;
    }
    .dpp_write_btn,
    .dpp_btn {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .dpp_bd_search .dpp_search_in {
        max-width: 113.9323vw;
    }
    .dpp_bd_search .dpp_tbl .dpp_select_box {
        width: 20.8333vw;
        padding-right: 1.3021vw;
    }
    .dpp_inputArea input {
        height: 6.5104vw;
        padding: 0 2.6042vw;
        font-size: 2.8646vw;
    }

    .dpp_search_box {
        margin-bottom: 3.9063vw;
    }
    .dpp_search_in {
        max-width: 101.8229vw;
    }
    .dpp_tbl {
        padding: 4.5573vw 2.6042vw;
    }
    .dpp_tbl .dpp_label {
        width: 16.276vw;
        font-size: 3.125vw;
    }
    .dpp_select_box select {
        height: 6.5104vw;
        font-size: 2.8646vw;
        padding: 0 2.6042vw;
        background: #fff url('/img/bd_common/sel_ic.png') center right 2.6042vw no-repeat;
    }
    .dpp_tbl .dpp_btnArea {
        width: 15.625vw;
        padding-left: 1.3021vw;
    }
    .dpp_tbl .dpp_btnArea button {
        height: 6.5104vw;
        line-height: 6.5104vw;
        font-size: 2.8646vw;
    }

    .dpp_no_data p {
        font-size: 2.8646vw;
        line-height: 19.5313vw;
    }

    .dpp_gal_list > li {
        padding: 1.9531vw 1.3021vw;
        width: 50%;
    }
    .dpp_gal_in .dpp_imgArea {
        margin-bottom: 3.2552vw;
    }
    .dpp_gal_in dl {
        margin-bottom: 1.9531vw;
    }
    .dpp_gal_in dt {
        font-size: 3.125vw;
        margin-bottom: 1.9531vw;
    }
    .dpp_gal_in dd {
        font-size: 3.125vw;
    }
    .dpp_gal_in ul {
        padding-top: 1.9531vw;
    }
    .dpp_gal_in ul li {
        padding-left: 13.0208vw;
        font-size: 3.125vw;
        margin-bottom: 1.0417vw;
    }

    .no_data_wrap {
        padding: 30px 0;
    }
    .no_data_wrap img {
        width: 40px;
    }
    .no_data_wrap p {
        margin-top: 10px;
        font-size: 14px;
    }

    #dpp_pic_list .dpp_pic_hf a {
        font-size: 13px;
        line-height: 18px;
    }
    #dpp_pic_list .dpp_pic_hf a.dpp_pic_ct {
        font-size: 11px;
        line-height: 16px;
    }
}

@media (max-width: 600px) {
    .dpp_write_btn,
    .dpp_btn {
        width: 16.6667vw;
        height: 6.6667vw;
        line-height: 6.6667vw;
        font-size: 2.3333vw;
    }
    .dpp_btn_list > li {
        margin: 0.8333vw;
    }
}

/* board_write */
.dpp_bd_write .required,
.dpp_bd_write textarea.required {
    background: none !important;
}
.dpp_bd_write {
    padding-bottom: 40px;
}
.dpp_ness {
    text-align: right;
    margin-bottom: 15px;
}
.dpp_ness p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
.dpp_ness p:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url('/img/bd_common/qu_ck.png') no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.dpp_w_form {
    border-top: 2px solid #000000;
}
.dpp_w_form ul li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.dpp_w_form .dpp_w_td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px 20px;
    width: 165px;
}
.dpp_w_form .dpp_w_td label {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
.dpp_w_form .dpp_w_td label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    background: url('/img/bd_common/qu_ck.png') no-repeat;
    background-size: 100%;
    margin-top: -3px;
    margin-right: 10px;
}
.dpp_w_form .dpp_w_file .dpp_w_td label:before {
    visibility: hidden;
}
.dpp_w_form .dpp_w_td.dpp_none label:before {
    visibility: hidden;
}
.dpp_w_form .dpp_w_input {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 17px 20px;
}
.dpp_w_form .dpp_w_input.dpp_chk {
    height: 79px;
}
.dpp_w_form .dpp_w_input input,
.dpp_w_form .dpp_w_input select {
    width: 100%;
    max-width: 670px;
    height: 45px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('/img/bd_common2/sel_ic.png') center right 20px no-repeat;
    background-size: 9px;
}
.dpp_w_form ul li.wd100 {
    padding: 20px 0 25px;
    overflow: hidden;
}
.dpp_w_form textarea {
    resize: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    outline: 0;
    box-shadow: none;
}
.dpp_w_form textarea:focus {
    outline: 0;
    box-shadow: none;
}
.dpp_w_form .dpp_w_search {
    display: table-cell;
    vertical-align: middle;
}
.dpp_w_form .dpp_w_file .dpp_w_input {
    padding: 17px 10px 17px 20px;
    position: relative;
}
.dpp_w_search span,
.dpp_input_file .file_chk_dp {
    display: inline-block;
    width: 110px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
}
.dpp_w_form .dpp_w_input input.file_txt01,
.dpp_w_form .dpp_w_input input.file_txt02 {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    height: 45px;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
}

.dpp_bd_btn02 {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}
.dpp_bd_btn02 .dpp_btn {
    display: inline-block;
    vertical-align: middle;
    width: 205px;
    height: 60px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
}
.dpp_bd_btn02 .dpp_submit_btn {
    background: #000000;
    border: 0;
}
.dpp_bd_btn02 .dpp_cancel_btn {
    background: #919191;
    line-height: 60px;
}
.dpp_input_file {
    display: block;
    max-width: 520px;
    position: relative;
    padding-right: 120px;
}
.dpp_input_file .file_chk_dp {
    position: absolute;
    top: 0;
    right: 0;
}
.dpp_input_file:before {
    content: '';
    display: block;
    height: 45px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #000;
    background: #f7f7f7;
}
.file-value {
    position: absolute;
    top: 13px;
    left: 20px;
    right: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dpp_captha {
    margin-top: 20px;
}

.dpp_chk {
    position: relative;
}
.dpp_w_form .dpp_w_td label.dpp_op:before {
    visibility: hidden;
}
.dpp_w_form .dpp_w_input.dpp_chk input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.dpp_w_form .dpp_w_input.dpp_chk label {
    font-size: 14px;
    margin-right: 15px;
}
.dpp_w_form .dpp_w_input.dpp_chk label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    background: transparent;
}
.dpp_w_form .dpp_w_input.dpp_chk input[type='checkbox']:checked + label:before {
    border-color: #e5e5e5;
    background: url('/img/bd_common/ddp_chk_ic.png') center no-repeat;
}

.dpp_w_form .dpp_input_file input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.dpp_w_form .dpp_input_file label {
    font-size: 12px;
}
.dpp_w_form .dpp_input_file label:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
    border: 1px solid #e5e5e5;
    background: transparent;
}
.dpp_w_form .dpp_input_file input[type='checkbox']:checked + label:before {
    border-color: #e5e5e5;
    background: url('/img/bd_common/ddp_chk_ic.png') center no-repeat;
}

a.dp_btn_op,
button.dp_btn_op {
    display: inline-block;
    padding: 0 5px;
    height: 40px;
    border: 0;
    background: #3c3c3c;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}
.dpp_w_form a.dp_btn_op,
.dpp_w_form button.dp_btn_op {
    border-radius: 0;
    background: #010101;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin-left: 10px;
}
.ddp_bd_top {
    display: table;
    width: 100%;
    padding: 50px 0;
    background: #fafafa;
    table-layout: fixed;
    margin-bottom: 30px;
}
.ddp_bd_img {
    display: table-cell;
    width: 280px;
    text-align: center;
    vertical-align: middle;
    background: url('/img/bd_common2/ddp_write.png') center no-repeat;
    background-size: 66px;
}
.ddp_bd_txt {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #e1e1e1;
    padding-left: 70px;
    color: #000;
    font-size: 25px;
}
.ddp_bd_txt strong {
    font-weight: 900;
}

@media (max-width: 1050px) {
    .dpp_bd_btn02 {
        margin-top: 4.7619vw;
    }
    .dpp_bd_btn02 .dpp_btn {
        width: 19.5238vw;
        height: 5.7143vw;
        margin: 0 0.4762vw;
        font-size: 1.7143vw;
        line-height: 5.7143vw;
    }
    .dpp_bd_btn02 .dpp_cancel_btn {
        line-height: 5.7143vw;
    }

    .dpp_ness p {
        font-size: 15px;
        line-height: 22px;
    }
    .dpp_w_form .dpp_w_td {
        width: 150px;
    }
    .dpp_w_form .dpp_w_td label,
    .dpp_w_form textarea {
        font-size: 15px;
        line-height: 20px;
    }
    .dpp_w_form .dpp_w_input {
        padding: 15px;
    }

    .ddp_bd_top {
        padding: 4.7619vw 0;
        margin-bottom: 2.8571vw;
    }
    .ddp_bd_img {
        width: 26.6667vw;
        background-size: 6.2857vw;
    }
    .ddp_bd_txt {
        padding-left: 6.6667vw;
        font-size: 2.381vw;
    }
}

@media (max-width: 1020px) {
    .dpp_w_form a.dp_btn_op,
    .dpp_w_form button.dp_btn_op {
        margin-left: 0;
        margin-top: 10px;
        font-size: 11px;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .dpp_bd_btn02 {
        margin-top: 7.8125vw;
    }
    .dpp_bd_btn02 .dpp_btn {
        width: 26.6927vw;
        height: 6.6667vw;
        margin: 0 1.9531vw;
        font-size: 3.125vw;
        line-height: 6.6667vw;
    }
    .dpp_bd_btn02 .dpp_cancel_btn {
        line-height: 6.6667vw;
    }

    .ddp_bd_top {
        width: 100%;
        padding: 6.5104vw 0;
        margin-bottom: 3.9063vw;
    }
    .ddp_bd_img {
        width: 19.5313vw;
        background-size: 8.5938vw;
    }
    .ddp_bd_txt {
        padding-left: 4.5573vw;
        font-size: 3.2552vw;
    }
    .dpp_w_form .dpp_w_input input,
    .dpp_w_form .dpp_w_input select {
        padding: 0 10px;
    }
}

@media (max-width: 640px) {
    .dpp_ness p {
        font-size: 13px;
        line-height: 20px;
    }
    .dpp_w_form .dpp_w_td {
        width: 100px;
        padding: 10px 0 10px 10px;
    }
    .dpp_w_form .dpp_w_td label,
    .dpp_w_form textarea {
        font-size: 13px;
        line-height: 20px;
    }
    .dpp_w_form .dpp_w_input input,
    .dpp_w_form .dpp_w_input select {
        font-size: 13px;
        height: 35px;
    }
    .dpp_w_form .dpp_w_input {
        padding: 10px 10px 10px 0;
    }
    .dpp_w_form ul li.wd100 {
        padding: 10px 0;
    }
    .dpp_w_form .dpp_w_input input.file_txt01,
    .dpp_w_form .dpp_w_input input.file_txt02 {
        height: 35px;
        font-size: 13px;
        cursor: pointer;
    }
    .dpp_w_search span,
    .dpp_input_file .file_chk_dp {
        font-size: 13px;
        height: 35px;
        line-height: 33px;
        width: 80px;
    }
    .dpp_w_form .dpp_w_file .dpp_w_input {
        padding: 10px 10px 10px 0;
    }
    .dpp_input_file:before {
        height: 35px;
        font-size: 13px;
        cursor: pointer;
    }
    .dpp_input_file {
        padding-right: 90px;
    }
    .file-value {
        right: 90px;
        left: 10px;
        top: 9px;
    }
    .dpp_captha {
        margin-top: 10px;
        text-align: center;
    }
    .dpp_w_form .dpp_w_input.dpp_chk {
        height: 55px;
    }
}

/* board_view */
.dpp_view_tt {
    border-top: 2px solid #000222;
}
.dpp_vtt {
    padding: 25px 30px;
    border-bottom: 1px solid #e5e5e5;
}
.dpp_vtt h4 {
    font-size: 22px;
    line-height: 30px;
    color: #212224;
    font-weight: 500;
    position: relative;
    padding-left: 135px;
}
.dpp_vtt h4 span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    color: #26ba48;
}
.dpp_v_info {
    border-bottom: 1px solid #cccccc;
    padding: 18px 30px 17px;
}
.dpp_v_info:after {
    content: '';
    display: block;
    clear: both;
}
.dpp_v_info .dpp_v_writer {
    float: left;
}
.dpp_v_info .dpp_v_rest {
    float: right;
    font-size: 0;
}
.dpp_v_info dl {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.dpp_v_info dt {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    margin-right: 10px;
}
.dpp_v_info dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
}
.dpp_v_info .dpp_v_rest dl {
    margin-left: 36px;
}
.dpp_view_con {
    padding: 50px 30px 60px;
    border-bottom: 1px solid #cccccc;
}
.dpp_view_con .dpp_v_img {
    margin-bottom: 35px;
}
.dpp_view_con .dpp_v_img img {
    max-width: 100%;
    display: block;
    height: auto;
}
.dpp_v_txt h4 {
    font-size: 25px;
    line-height: 33px;
    color: #454545;
    font-weight: 800;
}
.dpp_v_txt p {
    font-size: 16px;
    line-height: 24px;
    color: #454545;
}

.dpp_view_con div.dpp_v_txt {
    font-size: 18px;
}

.dpp_view_file {
    background: #fafafa;
    border-bottom: 0;
    border-top: 1px solid #ccc;
}

.dpp_v_tbl {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.dpp_v_td {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    padding: 25px 10px 25px 30px;
    font-weight: 500;
    text-align: left;
}
.dpp_v_desc {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    padding: 25px 30px 25px 0;
    text-align: left;
}
.dpp_view_file .dpp_v_td {
    width: 125px;
}
.dpp_v_desc a {
    color: #454545;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.dpp_v_desc a:hover {
    text-decoration: underline;
    color: #ee1c24;
}
.dpp_view_ar {
    border-bottom: 1px solid #cccccc;
}
.dpp_view_ar .dpp_v_td {
    width: 140px;
}
.dpp_view_ar .dpp_v_prev {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.dpp_v_prev span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 8px;
    background: url('/img/bd_common/v_prev.png') no-repeat;
    background-size: 100%;
    margin-right: 16px;
    margin-top: -2px;
}
.dpp_v_next span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 8px;
    background: url('/img/bd_common/v_next.png') no-repeat;
    background-size: 100%;
    margin-right: 16px;
    margin-top: -2px;
}
.dpp_bd_btn {
    margin-top: 60px;
    text-align: center;
}
.dpp_list_btn {
    display: inline-block;
    width: 150px;
    line-height: 58px;
    border: 1px solid #0b1116;
    text-align: center;
    font-size: 18px;
    color: #0b1116;
    font-weight: 700;
}

#dpd_view_t {
    position: relative;
}
#dpd_view_t:after {
    content: '';
    display: block;
    clear: both;
}

.dp_youtube {
    position: relative;
    padding-bottom: 56.52%;
    overflow: hidden;
}
.dp_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dpp_v_cate {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
    margin-right: 25px;
    font-size: 22px;
    line-height: 30px;
    color: #212224;
    font-weight: 700;
    position: relative;
}
.dpp_v_cate:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: #ccc;
    margin-top: -10px;
}
.dpp_view_tt h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 30px;
    color: #212224;
    font-weight: 500;
}
.dpp_center_btn {
    text-align: center;
    padding: 50px 0;
}

.dpp_sec_chk.dpp_chk input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.dpp_sec_chk.dpp_chk label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
    padding: 0;
}
.dpp_sec_chk.dpp_chk label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
    border: 1px solid #e5e5e5;
    background: transparent;
}
.dpp_sec_chk.dpp_chk input[type='checkbox']:checked + label:before {
    border-color: #e5e5e5;
    background: url('/img/bd_common/ddp_chk_ic.png') center no-repeat;
}
.dpp_bd_view #dpp_c_no {
    font-size: 14px;
    line-height: 28px;
}
.dpp_bd_view #dpp_c_no:before {
    content: '';
    display: block;
    width: 80px;
    height: 81px;
    background: url('/img/bd_common/dpp_cm_no.png') center no-repeat;
    background-size: 100%;
    margin: 0 auto 15px;
}
.dpp_rel {
    position: relative;
}

.dp_info .input_dp {
    padding: 0 5px;
}
@media (max-width: 1050px) {
    .dpp_vtt {
        padding: 15px 10px;
    }
    .dpp_v_info {
        padding: 15px 10px;
    }
    .dpp_vtt h4 {
        font-size: 18px;
        line-height: 24px;
        padding-left: 105px;
    }
    .dpp_v_info .dpp_v_rest dl {
        margin-left: 10px;
    }
    .dpp_v_info dt {
        font-size: 14px;
        line-height: 22px;
        margin-right: 5px;
    }
    .dpp_v_info dd {
        font-size: 14px;
        line-height: 22px;
    }
    .dpp_v_td {
        font-size: 15px;
        line-height: 22px;
    }
    .dpp_v_desc {
        font-size: 15px;
        line-height: 22px;
    }
    .dpp_list_btn {
        font-size: 16px;
        line-height: 55px;
        width: 140px;
    }
    .dpp_v_cate {
        display: block;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .dpp_v_cate:after {
        display: none;
    }
    .dpp_view_tt h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .dpp_center_btn {
        padding: 25px 0;
    }
}

@media (max-width: 480px) {
    .dpp_vtt {
        padding: 15px 10px;
    }
    .dpp_v_info {
        padding: 15px 10px;
    }
    .dpp_vtt h4 {
        font-size: 15px;
        line-height: 23px;
        padding-left: 90px;
    }
    .dpp_v_info .dpp_v_rest dl {
        margin-left: 20px;
    }
    .dpp_v_info dt {
        font-size: 13px;
        line-height: 20px;
    }
    .dpp_v_info dd {
        font-size: 13px;
        line-height: 20px;
    }
    .dpp_v_td {
        font-size: 13px;
        line-height: 20px;
        padding: 15px 10px 14px 15px;
    }
    .dpp_v_desc {
        font-size: 13px;
        line-height: 20px;
        padding: 15px 20px 14px 0;
    }
    .dpp_list_btn {
        font-size: 13px;
        line-height: 50px;
        width: 90px;
    }
    .dpp_view_file .dpp_v_td {
        width: 100px;
    }
    .dpp_view_ar .dpp_v_td {
        width: 110px;
    }
    .dpp_view_con {
        padding: 40px 15px 30px;
    }
    .dpp_v_cate {
        font-size: 16px;
        line-height: 22px;
    }
    .dpp_view_tt h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .dpp_v_info .dpp_v_rest {
        text-align: right;
    }
    .dpp_center_btn {
        padding: 30px 0;
    }
}

.dpp_btn_wrap {
    margin: 30px 0;
}
.dpp_btn_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.dpp_left_list {
    float: left;
    text-align: left;
    vertical-align: middle;
    padding-left: 0;
    font-size: 0;
}

.dpp_left_list li button {
    outline: 0;
    border: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px;
}
.dpp_left_list li button.gray_bg {
    background: #7a7a7a;
}
.dpp_left_list li button.red_bg {
    background: #ee1c24;
}
.dpp_left_list li {
    display: inline-block;
    vertical-align: middle;
}
.dpp_left_list li + li {
    margin-left: 5px;
}
.dpp_left_list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px;
}
.dpp_left_list li a.gray_bg {
    background: #7a7a7a;
}
.dpp_left_list li a.red_bg {
    background: #ee1c24;
}

.dpp_right_list {
    float: right;
    text-align: right;
    vertical-align: middle;
    padding-left: 0;
    font-size: 0;
}
.dpp_right_list li {
    display: inline-block;
    vertical-align: middle;
}
.dpp_right_list li + li {
    margin-left: 5px;
}
.dpp_right_list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px;
}
.dpp_right_list li a.gray_bg {
    background: #7a7a7a;
}
.dpp_right_list li a.red_bg {
    background: #ee1c24;
}
.dpp_right_list li a.black_bg {
    background: #000;
}

.dpp_view_btn_wrap {
    margin: 30px 0;
    display: table;
    width: 100%;
}
.dpp_write_btn_wrap {
    margin-top: 50px;
    text-align: center;
    font-size: 0;
}
.dpp_write_btn_wrap li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.dpp_write_btn_wrap .write_btn {
    height: 70px;
    line-height: 70px;
    padding: 0 100px;
    color: #fff;
    font-size: 18px;
    background: #000;
    outline: 0;
    border: 0;
    font-weight: 700;
}
.dpp_write_btn_wrap .cancel_btn {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 100px;
    color: #fff;
    font-size: 18px;
    background: #919191;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .dpp_btn_wrap {
        margin: 2.9297vw 0;
    }
    .dpp_left_list li button {
        height: 4.8828vw;
        line-height: 4.8828vw;
        font-size: 1.5625vw;
        padding: 0 3.9063vw;
    }
    .dpp_left_list li + li {
        margin-left: 0.4883vw;
    }
    .dpp_left_list li a {
        height: 4.8828vw;
        line-height: 4.8828vw;
        font-size: 1.5625vw;
        padding: 0 3.9063vw;
    }
    .dpp_right_list li + li {
        margin-left: 0.4883vw;
    }
    .dpp_right_list li a {
        height: 4.8828vw;
        line-height: 4.8828vw;
        font-size: 1.5625vw;
        padding: 0 3.9063vw;
    }
    .dpp_view_btn_wrap {
        margin: 2.9297vw 0;
    }
    .dpp_write_btn_wrap {
        margin-top: 4.8828vw;
    }
    .dpp_write_btn_wrap li {
        padding: 0 0.4883vw;
    }
    .dpp_write_btn_wrap .write_btn {
        height: 6.8359vw;
        line-height: 6.8359vw;
        padding: 0 9.7656vw;
        font-size: 1.7578vw;
    }
    .dpp_write_btn_wrap .cancel_btn {
        height: 6.8359vw;
        line-height: 6.8359vw;
        padding: 0 9.7656vw;
        font-size: 1.7578vw;
    }
}

@media (max-width: 768px) {
    .dpp_btn_wrap {
        margin: 5.2083vw 0;
    }
    .dpp_left_list li + li {
        margin-left: 2px;
    }
    .dpp_left_list li button {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 20px;
    }
    .dpp_left_list li a {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 20px;
    }
    .dpp_right_list li + li {
        margin-left: 2px;
    }
    .dpp_right_list li a {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 20px;
    }
    .dpp_view_btn_wrap {
        margin: 2.9297vw 0;
    }
    .dpp_write_btn_wrap {
        margin-top: 6.5104vw;
    }
    .dpp_write_btn_wrap li {
        padding: 0 5px;
    }
    .dpp_write_btn_wrap .write_btn {
        height: 50px;
        line-height: 50px;
        padding: 0 50px;
        font-size: 14px;
    }
    .dpp_write_btn_wrap .cancel_btn {
        height: 50px;
        line-height: 50px;
        padding: 0 50px;
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .dpp_write_btn_wrap li {
        padding: 0 1.1111vw;
    }
    .dpp_write_btn_wrap .write_btn {
        height: 11.1111vw;
        line-height: 11.1111vw;
        padding: 0 11.1111vw;
        font-size: 3.8111vw;
    }
    .dpp_write_btn_wrap .cancel_btn {
        height: 11.1111vw;
        line-height: 11.1111vw;
        padding: 0 11.1111vw;
        font-size: 3.8111vw;
    }
    .dpp_left_list li + li {
        margin-left: 0.4444vw;
    }
    .dpp_left_list li button {
        height: 8.8889vw;
        line-height: 8.8889vw;
        font-size: 2.8889vw;
        padding: 0 4.4444vw;
    }
    .dpp_left_list li a {
        height: 8.8889vw;
        line-height: 8.8889vw;
        font-size: 2.8889vw;
        padding: 0 4.4444vw;
    }
    .dpp_right_list li + li {
        margin-left: 0.4444vw;
    }
    .dpp_right_list li a {
        height: 8.8889vw;
        line-height: 8.8889vw;
        font-size: 2.8889vw;
        padding: 0 4.4444vw;
    }
}

/* 체크박스 */
.dpp_pic_chkl input[type='checkbox'],
.dpp_pci_chk input[type='checkbox'] {
    -webkit-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #fff;
}
.dpp_pic_chkl input[type='checkbox']:checked,
.dpp_pci_chk input[type='checkbox']:checked {
    border-color: #000;
    background: #fff url('/img/bd_common/ddp_chk_ic.png') center no-repeat;
}

.dpp_qna_chk input[type='checkbox'],
.dpp_td_chk input[type='checkbox'] {
    -webkit-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #fff;
}
.dpp_qna_chk input[type='checkbox']:checked,
.dpp_td_chk input[type='checkbox']:checked {
    border-color: #000;
    background: #fff url('/img/bd_common/ddp_chk_ic.png') center no-repeat;
}

@media (max-width: 768px) {
    .sub_bd_bg {
        display: none;
    }
}

/* 더보기 문구 */
.more-point {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.more-point img {
    width: 24px !important;
}

@media (max-width: 1200px) {
    .more-point {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .more-point img {
        width: 18px !important;
    }
}
