@import url('/inc/external/selectbox/jquery.selectBox.css');

/*
.board_page .txt_content ul li {
    list-style-type:disc;
    list-style-position:inside;
}
.board_page .txt_content ol li {
    list-style-type:decimal;
    list-style-position:inside;
}
.board_page .txt_content ol, .txt_content ul {
    margin-left:24px;
}
*/
#sub_contents {
    margin-top: 15px;
    padding: 0;
}

#dubueditor {
    width: 100%;
    height: 300px;
    xborder: 1px solid #E1E1E1;
    xoverflow: hidden;
}

.dubueditor_editor_button_container {
    border: 1px solid #c6c6c6;
}

.dubueditor #tf_contents {
    display: block;
    width: 100%;
    height: 310px;
    padding: 16px;
    xborder: solid 1px #3b3b3b;
    color: #000;
    clear: both;
}

.dubueditor_pack_editor {
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.editor {
    border: 0 !important;
}

.dubueditor_editor {
    border: 0 !important;
}

/***** Select:Start *****/
.selectBox {
    margin-right: 7px;
    padding: 0 50px 0 10px;
    background-color: #fff;
    border: none;
    color: #444;
    line-height: 16px
}

.selectBox-dropdown {
    width: 225px;
    height: 40px;
    border: solid 1px #d5d9df;
    border-radius: 3px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #e1e1e1 !important;
}

.selectBox-dropdown .selectBox-label {
    font-size: 12px;
    padding: 0;
    color: #999;
    line-height: 38px;
}

.selectBox-dropdown .selectBox-arrow {
    width: 40px;
    background: url(../images/scrollDown.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-color: #6643e6;
    border-left: none;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background: url(../images/scrollTop.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-color: #6643e6;
}

.selectBox-dropdown-menu {
    margin-top: 2px;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    box-shadow: none;
}

.selectBox-options li a {
    /*font-family: 'noto sans KR', sans-serif;*/
    line-height: 39px;
    height: 39px;
    color: #999;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
}

.selectBox-options li a:hover {
    background-color: #fff;
    /*color:#6643e6;*/
}

.selectBox-options li.selectBox-selected a {
    /*font-family: 'noto sans KR', sans-serif;*/
    background-color: transparent;
    /*color: #6643e6;*/
}

/***** Select:End *****/

/***** Board_Read_Header:Start *****/
.board_page .board_read_header {
    display: none;
}

.board_title p {
    margin: 8px 0;
    color: #7c7c7c;
}

.board_page .board_read_main {
    width: 100%;
    font-size: 13px;
    color: #666;
}

/***** Board_Read_Header:End *****/


/***** Board_Read_Top:Start *****/
.board_page .tit_name {
    display: none
}

.board_page .tit_subject,
.board_page .tit_name,
.board_page .tit_date,
.board_page .tit_proceeding {
    display: none;
    float: left;
    margin-right: 15px;
    font-weight: 400;
    /*font-family: 'noto sans KR', sans-serif;*/
    color: #666666;
}

.board_page .txt_subject,
.board_page .txt_name,
.board_page .txt_date,
.board_page .txt_proceeding {
    display: inline-block;
    color: #686868;
}

.board_page .board_read_top {
    position: relative;
    z-index: 1000;
}

.board_page .board_read_top dl {
    display: inline-block;
    vertical-align: top;
}

.board_page .board_read_info1 {
    display: inline-block;
    overflow: hidden;
    position: inherit;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #d5d9df;
    border-bottom: 1px solid #d5d9df;
}

.board_page .board_read_info1 .txt_subject {
    width: 100%;
    font-size: 15px;
}

.board_page .board_read_subject {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
}

.board_page .txt_subject {
    color: #434343;
    font-weight: 500;
}

.board_page .board_readform_name {
    float: left;
}

.board_page .board_read_info1 dl:before {
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
    content: '/';
    margin: 0 0 0 5px;
}

.board_page .board_read_subject:before,
.board_page dl.board_readform_name:before,
.board_page dl.board_readform_hit:before {
    display: none;
}

.board_page .txt_name {
    position: relative;
}

.board_page dd {
    display: inline-block;
    font-weight: 400;
    /*font-family: 'noto sans KR', sans-serif;*/
    color: #666666;
}

.board_page .member_info {
    display: none;
    position: absolute;
    left: 0;
    width: 100px;
    border: solid 1px #fff;
    background: #a10101;
}

.board_page .member_info li a {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
}

.board_page .member_info li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.board_page .board_readform_date {
    float: left;
}

.board_page .board_readform_name dt,
.board_page .board_readform_date dt,
.board_page .board_readform_proceeding dt {
    color: #816b41;
}

.board_page .board_readform_name dd,
.board_page .board_readform_date dd,
.board_page .board_readform_proceeding dd {
    color: #666666;
}

.board_page .board_readform_name dd a {
    color: #666;
}

.board_page .board_readform_proceeding {
    float: left;
}

.board_page .board_readform_good {
    float: right;
    margin-right: 35px;
}

.board_page .board_readform_hit {
    float: right;
    width: auto;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 13px;
    line-height: 19px;
}

.board_page .board_readform_hit .tit_hit {
    width: 15px;
    height: 19px;
    background: url(../images/design_kitIcon.png) no-repeat -61px -21px;
    text-indent: -9999em;
    margin-right: 3px;
}

.board_page .tit_good,
.board_page .tit_hit {
    float: left;
    margin-right: 15px;
    font-weight: bold;
    color: #434343;
}

.board_page .tit_good {
    background-position: 2px 0;
}

.board_page .tit_hit {
    background-position: 0 -19px;
}

.board_page .txt_good,
.board_page .txt_hit {
    display: inline-block;
    color: #666;
}

/***** Board_Read_Top:End *****/


/***** Board_Read_Content:Start *****/
.board_page .board_read_content {
    overflow: hidden;
    position: relative;
    clear: both;
}

.board_page .tit_content {
    display: none;
}

.board_page .txt_content h3 {
    margin: 30px 0 15px 0;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
}

.board_page .form_add {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #333333;
    border-spacing: 0;
    border-collapse: collapse;
}

.board_page .form_add th,
.board_page .form_add td {
    padding: 20px;
    border-bottom: 1px solid #d5d9df;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

.board_page .form_add th {
    width: 25%;
    color: #333;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
}

.board_page .form_add td {
    width: 75%;
    font-size: 12px;
    color: #999;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
}

.board_page .form_add td a {
    color: #999;
}

.board_page .form_add td .file_list {}

.board_page .form_add td .file_list a {
    display: inline-block;
    overflow: hidden;
    font-size: 11px;
    color: #434343;
}

.board_page .form_add td .file_list a:hover {
    color: #fb6e61;
}

.board_page .form_add td .file_list span {
    float: left;
    font-size: 12px;
    color: #999999;
}

.board_page .form_add td .file_list span:first-child {
    float: left;
    font-size: 12px;
    margin-right: 3px;
    /*font-family: 'noto sans KR', sans-serif;*/
}

.board_page .form_add td .file_list span:last-child {
    font-size: 12px;
    color: #ccc;
    margin-left: 5px;
    /*font-family: 'noto sans KR', sans-serif;*/
}

.board_page .form_add td .homepage_list strong {
    margin-right: 10px;
}

.board_page .form_add td .homepage_list a {
    color: #434343;
}

.board_page .form_add td .homepage_list a:hover {
    color: #fb6e61;
}

.board_page .form_add td dl {
    overflow: hidden;
    margin-top: 5px;
    word-wrap: break-word;
}

.board_page .form_add td dl:first-child {
    margin-top: 0;
}

.board_page .form_add td dl dt {
    float: left;
    margin-right: 5px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 12px;
    font-weight: 400;
    color: #6643e6;
}

.board_page .form_add td dl dd {
    float: left;
    margin-right: 3px;
    word-wrap: break-word;
    font-size: 12px;
    color: #999;
}

.board_page .form_add td dl dd span {
    margin-left: 10px;
    color: #c4c4c4;
}

.board_page .txt_content>div {
    margin: 0 !important;
    padding: 30px 0;
    color: #666666;
    font-size: 13px;
    /*font-family: 'noto sans KR', sans-serif;*/
    line-height: 18px;
}

.board_page .txt_content>div>font>span {
    display: block;
}

.board_page .txt_content>div>p {
    word-wrap: break-word;
}

.board_page .txt_content>div>p>img {
    max-width: 100%;
}

.board_page .proceeding_select {
    padding: 10px 15px;
    border-top: 1px solid #d5d9df;
    background-color: #f1eef0;
}

.board_page .proceeding_select dl {
    overflow: hidden;
}

.board_page .proceeding_select dt {
    margin-right: 15px;
    float: left;
    font-size: 13px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
    line-height: 40px;
    color: #333333;
}

.board_page .proceeding_select dd {
    float: left;
}

.board_page .proceeding_select dd .selectBox {
    font-size: 14px;
}

.board_page .answer_write {
    padding: 0;
    line-height: 22px;
}

.board_page .answer_write>form {
    /*border: 1px solid #d5d9df;
    margin-bottom: 15px;*/
}

.board_page .answer_write.noanswer {}

.board_page .answer_write h3 {
    position: relative;
    padding: 15px;
    /*background-color:#6643e6;*/
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 13px;
    font-weight: 400 !important;
    color: #fff;
    line-height: 18px;
}

.board_page .answer_write h3 span {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    font-weight: 400;
}

.board_page .answer_write.noanswer h3 span {
    display: none;
}

.board_page .answer_write .dubueditor {
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    padding: 20px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    /*height:350px;*/
    border: 1px solid #d5d9df;
    border-top: 0;
    overflow: hidden;
}

/***** Board_Read_Content:End *****/

/***** Board_Read_Footer:Start *****/
.board_page .board_read_footer {
    border-top: 1px solid #d5d9df;
    /*margin-top: 15px;*/
}

.board_page .box_btn {
    overflow: hidden;
    margin-top: 15px;
}

.board_page .box_btn .btn_left {
    float: left;
}

.board_page .box_btn .btn_right {
    float: right;
}

.board_page .box_btn span .btn_comm:first-child {
    margin-right: 10px;
}

.board_page .box_btn .btn_comm {
    width: 90px;
    height: 40px;
    background-color: #6643e6;
    color: #fff;
    font-weight: 400;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 13px;
    border-radius: 3px;
}

.board_page .box_btn .btn_comm.btn_write {
    background-color: #fff;
    border: 1px solid #d5d9df;
    color: #666;
}

.board_page .box_btn .btn_comm.btn_write:hover {
    background-color: transparent;
}

.board_page .box_btn .btn_comm.btn_list {
    /*background-color:#6643e6;*/
}

.board_page .box_btn .btn_comm.btn_frm_modify {
    float: right;
    margin-left: 15px;
    background-color: #b4b9c1;
}

.board_page .box_btn .btn_comm.btn_delete {
    float: right;
    background-color: #b4b9c1;
    margin-left: 15px;
}

.board_page .box_btn .btn_comm.btn_modify {
    float: right;
}

.board_page .box_btn .btn_comm.btn_delete:hover,
.board_page .box_btn .btn_comm.btn_frm_modify:hover {
    background-color: #d5d9df;
}

.board_page .box_btn .btn_comm.btn_delete:active,
.board_page .box_btn .btn_comm.btn_frm_modify:active {
    background-color: #9a9ea5;
}

/* 읽기 h1태그 추가 */
.mobile_wrap .board_page .txt_subject h1 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    display: inline-block;
    line-height: inherit;
}

/***** Board_Read_Footer:End *****/


/***** Mediaquery:Start *****/
/* Large Desktop:Start */
@media screen and (min-width:1200px) {}

/* Large Desktop:End */
/* Desktop:Start */
@media screen and (min-width:992px) and (max-width:1199px) {}

/* Desktop:End */


/* Tablet:Start */
@media screen and (min-width:768px) and (max-width:991px) {

    /***** Board_Read_Footer:Start *****/
    .board_page .box_btn .btn_write {}

    /***** Board_Read_Footer:End *****/
}

/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:767px) {
    #sub_contents {
        margin: 0;
    }

    /***** Board_Read_Top:Start *****/
    .board_page .board_read_info1 {
        padding: 10px 0;
    }

    .board_page .board_read_info1 dl {}

    .board_page .txt_name {
        max-width: 70px;
    }

    .board_page .txt_name a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .board_page .board_read_info1 dl.board_readform_hit {
        display: block;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 13px;
    }

    .board_page .board_read_info1 dt {
        margin-right: 10px;
    }

    .board_page .board_readform_hit {
        margin: 8px 0 0 0;
        width: 100%;
    }

    .board_page .board_read_info1 .board_read_subject {
        margin-bottom: 5px;
    }

    /***** Board_Read_Top:End *****/
    /***** Board_Read_Content:Start *****/
    .board_page .board_read_content {}

    .board_page .form_add th,
    .board_page .form_add td {
        padding: 20px 10px;
    }

    .board_page .form_add th {
        width: 30%;
    }

    .board_page .form_add td {
        width: 70%;
        font-size: 12px;
    }

    .board_page .selectBox-dropdown.selectBox.opt_search_type {
        display: block !important;
    }

    .board_page .answer_write h3 {}

    .board_page .answer_write h3:after {
        left: 10px;
    }

    .board_page .answer_write h3 span {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 3px;
    }

    .board_page .proceeding_select {
        padding: 10px;
    }

    .board_page .proceeding_select dt {}

    .selectBox-dropdown {
        margin-right: 0;
        width: 150px;
    }

    .board_page .box_btn {
        position: relative;
    }

    .board_page .box_btn .btn_comm.btn_write {
        width: 49%;
        margin: 0;
        float: left;
        display: block;
        margin-right: 0 !important;
    }

    .board_page .box_btn .btn_comm.btn_list {
        width: 49%;
        margin: 0;
        float: right;
        display: block;
    }

    .board_page .box_btn .btn_comm.btn_frm_modify,
    .board_page .box_btn .btn_comm.btn_delete,
    .board_page .box_btn .btn_comm.btn_modify {
        float: none;
        width: 49%;
        margin: 10px 0 0;
    }

    .board_page .box_btn .btn_comm.btn_delete {
        float: right;
    }

    .board_page .box_btn .btn_comm.btn_modify {
        float: right;
        width: 100%;
    }

    /***** Board_Read_Footer:Start *****/
    .board_page .box_btn .btn_left,
    .board_page .box_btn .btn_right {
        width: 100%;
        margin-bottom: 10px;
    }

    .board_page .box_btn .btn_comm {
        margin-bottom: 10px
    }

    .board_page .box_btn span .btn_comm {
        width: 49%;
        margin-left: 2%;
    }

    .board_page .box_btn .btn_left .btn_list {
        width: 100%;
        margin: 0;
    }

    .board_page .box_btn span .btn_comm:first-child {
        margin: 0 -3px 0 0;
    }

    .board_page .box_btn .btn_comm.btn_write {
        margin-right: 15px;
    }

    .board_page .box_btn .btn_comm.btn_frm_modify {}

    .board_page .box_btn .btn_comm.btn_delete {
        margin-bottom: 0;
    }

    /***** Board_Read_Footer:End *****/

}

/* Mobile:End */


/* Mobile:Start */
@media screen and (max-width:500px) {
    .board_page .answer_write h3 span {
        position: static;
    }
}

/* Mobile:End */


/* Retina Image:Start */
@media all and (-webkit-min-device-pixel-ratio: 2) {}

/***** Mediaquery:End *****/

@media print and (min-width:500px) {

    #header,
    #section_1424826144,
    #sub_lnb,
    #footer,
    .scrollup,
    .box_btn,
    #mobile_hmenu,
    #mobile_mainmenu,
    #mobile_header {
        display: none !important;
    }
}

/* layer_delete : start */
.board_page .layer_delete {
    display: none;
    position: absolute;
    top: inherit !important;
    bottom: 0;
    left: 50% !important;
    margin-left: -153px;
    width: 305px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 2px 3px 7px 3px rgba(25, 25, 25, 0.05);
    z-index: 1000;
    overflow: hidden;
}

.board_page .layer_delete h4 {
    padding: 15px 15px 0;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background-color: #6643e6;
}

.board_page .layer_delete p {
    padding: 0 15px 15px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background-color: #6643e6;
}

.board_page .layer_delete label.layer_tf_delete {
    display: none;
}

.board_page #layer_modify form,
.board_page #layer_delete form {
    padding: 15px;
}

.board_page .layer_delete .inp_imgs {
    display: none;
}

.board_page .tf_pwd {
    width: 100%;
    height: 40px;
    border: 1px solid #d5d9df;
    border-radius: 3px;
    padding: 0 10px;
    color: #ccc;
}

.board_page .btn_layer_apply {
    background: #6643e6;
    width: 48%;
    height: 40px;
    color: #fff;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 12px;
    margin: 10px 5px 0 0;
    border-radius: 3px;
}

.board_page .btn_layer_cancel {
    float: right;
    background: #b4b9c1;
    width: 48%;
    height: 40px;
    color: #fff;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 12px;
    margin-top: 10px;
    border-radius: 3px;
}

/* layer_delete : end */