@import url('/inc/external/selectbox/jquery.selectBox.css');
/*Add css for Reward point*/
@import url("./reward_point.css");

input,
textarea {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}


/* board_page_common : Start */
.board_page {
    margin: 20px 0;
}

/* button */
.board_page .btn_comm {
    background-color: #5983bd;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

/* select  */
.board_page .opt_ahead,
.board_page .opt_search_type {
    width: 120px;
    margin-right: 5px;
}

.board_page .selectBox-dropdown:focus,
.board_page .selectBox-dropdown:focus .selectBox-arrow {
    border-color: #b7b7b7;
}

.board_page .selectBox-dropdown .selectBox-label {
    padding: 0 20px 0 10px;
    height: 28px;
    line-height: 2;
    font-size: 14px;
}

.board_page .selectBox-dropdown .selectBox-arrow {
    width: 20px;
    height: 100%;
    background: url(../images/select_arrow.png) 50% center no-repeat;
    border-left: none;
}

.board_page .opt_board_admin {
	position: relative;
	z-index: 1;
    width: 185px;
	font-size: 14px;
}

.board_page .opt_board_admin .selectBox,
.board_page .opt_board_admin select {
	margin: 0;
}

.board_page .opt_board_admin .selectBox-label {
    line-height: 28px;
}


/* Options */
.selectBox-options li {
    height: 30px;
    width: 100%;
}

.selectBox-options LI A {
    height: 30px;
    line-height: 2;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #F4F4F4;
}

.selectBox-dropdown-menu {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/*chkbox */
.board_page .design_checkbox {
    position: absolute;
    top: 20px;
    width: 16px;
    height: 16px;
    border: 0;
    background: url(../images/check_inactive.png) 0 0 no-repeat;
}

.design_checkbox input {
    display: none;
}

.design_checkbox.active {
    width: 16px;
    height: 16px;
    border: 0;
    background: url(../images/check_active.png) 0 0 no-repeat;
}

.design_checkbox span {
    display: none;
}

/* board_page_common : End */


/* board_page_header : Start */
.board_page .board_webzine_header {
    display: none;
}

/* board_page_header : End*/


/** board_webzine_contents : start **/
.board_webzine_contents {
    margin-top: 10px;
    width: 100%;
}

.board_page .board_webzine_top {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    width: 100%;
}


/* board_webzine_admin : start s*/
.board_page .board_webzine_admin {
    display: inline-block;
    float: left;
}

.board_page .board_webzine_admin .btn_comm {
    font-size: 14px;
}

.board_page .btn_admin,
.board_page .btn_normal {
    width: 100px;
    height: 30px;
}

.board_page button.btn_comm.btn_normal,
.board_page button.btn_comm.btn_normal:hover {
    background-color: #7E7E7E;
}

.board_page .btn_check_all {
    width: 94px;
    height: 30px;
    padding-left: 7px;
    margin-left: 5px;
    color: #FB6E61;
    background-color: #fff;
    background: url(../images/check_all.png) 9px 9px no-repeat;
    border: 1px solid #FB6E61;
}

/* mytrace */
.board_page .btn_delete {
    margin-left: 5px;
    width: 70px;
    background: #FB6E61 url(../images/ico_btn_delete.png) 14px 10px no-repeat;
}

/* board_webzine_admin : End */


/* board_webzine_search :start */
.board_page .board_webzine_search {
    display: inline-block;
    float: right;
}

.board_page .box_search {
    display: inline-block;
    position: relative;
    width: 210px;
    height: 30px;
    border: 1px solid #b7b7b7;
    text-align: left;
    background-color: #fff;
    vertical-align: bottom;
}

.board_page .tf_search_keyword {
    width: 172px;
    height: 28px;
    padding-left: 5px;
    text-align: left;
    border: none;
}

.board_page .btn_search {
    overflow: hidden;
    position: absolute;
    width: 33px;
    height: 28px;
    top: 0;
    right: 0;
    border-radius: 0;
    text-indent: -5000px;
    line-height: 7;
    background: #fff url(../images/search_btn.png) center center no-repeat;
    border-left: 1px solid #b7b7b7;
}

.board_page .btn_comm.btn_search {
    background-color: #fff;
    border-radius: 0;
    height: 28px;
}

/* board_webzine_search :end */


/* board_webzine_list :start */
.board_page .webzine_list {
    width: 100%;
    margin-top: 5px;
    border-top: 1px solid #8F8F8F;
}

.board_page .webzine_list>li {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #DBDBDB;
}

.board_page .webzine_list>li.notice {
    background-color: #f5f5f5;
}

.board_page .webzine_list>li:last-child {
    border-bottom: 0;
}

.board_page .webzine_list .box_post {
    overflow: hidden;
}

/*Desktop_Thumnail*/
.board_page .thumb_area {
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 120px;
    height: 110px;
    margin: 0 15px 0px 0;
    border: 1px solid #dbdbdb;
}

/* float 변경 시*/
.board_page .thumb_area.chang_float {
    float: right;
    margin: 0 0 0 15px;
}

.board_page .thumb_area .movie {
    position: relative;
    width: 118px;
    height: 118px;
    display: inline-block;
}

.board_page .thumb_area .movie:after {
    content: url(../images/btn_webzin_movie.png);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .7;
}

.board_page .thumb_img {
    width: 100%;
    min-height: 110px;
}

.board_page .mo_thumb_area {
    display: none;
}

/* notice */
.board_page .txt_notice {
    display: none;
    padding: 3px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 1.2;
    vertical-align: middle;
    background-color: #fb6e61;
    color: #fff;
}

/* box_subject */
.board_page .box_subject {
    margin-bottom: 15px;
}

.board_page .txt_subject a {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
}

.board_page .txt_subject a:hover {
    color: #fb6e61;
}


/* list icon : start */
.board_page .ico_comm {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    text-indent: -9999px;
    background: url(../images/ico_subject.png) no-repeat;
}

.board_page .ico_replys {
    margin-right: 5px;
    width: 12px;
    height: 15px;
    background-position: 0 -118px;
}

.board_page .ico_mobile {
    margin-right: 2px;
    width: 14px;
    height: 17px;
    background-position: 0 -32px;
}

.board_page .ico_lock {
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background-position: 0 -64px;
    display: inline-block;
}

.board_page .txt_comment {
    margin-left: 2px;
    vertical-align: middle;
}

.board_page .ico_file {
    margin-left: 2px;
    width: 14px;
    height: 17px;
    background-position: 0 0;
}

.board_page .ico_new {
    margin-left: 2px;
    width: 14px;
    height: 14px;
    background-position: 0 -92px;
}

/* list icon : end */


/* NOTICE */
.board_page .notice .txt_notice {
    display: inline-block;
}

.board_page .notice .txt_num {
    display: none;
}


/* txt_group _icon : start */
.board_page .txt_group {
    display: block;
    margin-top: 3px;
    vertical-align: top;
}

.board_page .txt_num {
    font-size: 17px;
    vertical-align: middle;
    color: #FB6E61;
}

.board_page .txt_date {
    margin-left: 13px;
}

.board_page .txt_good,
.board_page .txt_hit,
.board_page .txt_date,
.board_page .txt_name {
    display: inline-block;
    margin-left: 8px;
}

.board_page .txt_group>span:first-child {
    margin-left: 0;
}

.board_page .txt_group [class^="ico_"],
.txt_group [class*=" ico_"] {
    position: relative;
    background-image: url(../images/ico_txt_group.png);
    background-repeat: no-repeat;
}

.board_page .ico_good {
    padding-left: 15px;
    background-position: 0px -19px;
}

.board_page .ico_hit {
    padding-left: 20px;
    background-position: 0px -40px;
}

.board_page .ico_name {
    padding-left: 18px;
    background-position: 0px -65px;
}

/* txt_group _icon : end */


/* ctn_txt */
.board_page .box_content .txt_ctn {
    font-size: 12px;
    color: #9E9E9E;
    line-height: 1.5;
}

.board_page .ctn_group br {
    display: none;
}

.board_page .box_content .txt_ctn:hover,
.board_page .txt_subject a:hover {
    text-decoration: underline;
}

/* webzine_list : end */


/* admin_mode:start */
.board_page .webzine_list .design_checkbox {
    display: none;
}

.board_page .webzine_list.admin_mode .design_checkbox {
    display: block;
}

.board_page .webzine_list.admin_mode .box_post {
    margin-left: 35px;
}

.board_page .webzine_list.admin_mode li.notice .box_post {
    margin-left: 0px;
}

.board_page .webzine_list.admin_mode li.notice .design_checkbox {
    display: none;
}

/* admin_mode:end */


/* board_webzine_bottom :start */
.board_page .board_webzine_bottom {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.board_page .board_webzine_bottom .board_webzine_search {
    clear: both;
    display: none;
}

.board_page .btn_group {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #8F8F8F;
}

.board_page .msg_nocontent {
    display: block;
    width: 100%;
    height: 40px;
    top: 0;
    padding-top: 12px;
    margin-bottom: 10px;
    color: #9E9E9E;
    text-align: center;
    border-radius: 0;
    background: #F2F2F2;
    display: none;
}

.board_page .btn_group .btn_more {
    display: none;
    position: relative;
    width: 100%;
    height: 40px;
    color: #9B9B9B;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #BBB;
}

.board_page .btn_more.active,
.board_page .msg_nocontent.active {
    display: block;
}

/*.board_page .btn_more .ico_more {
    padding-left:23px;
    background:url(../images/plus_more.png) 50% 50% no-repeat  ;
}*/
.board_page .btn_write {
    float: right;
    width: 100px;
    height: 35px;
    font-size: 16px;
}

/* board_webzine_bottom :end */


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

/* Tablet:End */


/* Mobile:Start */
@media screen and (max-width:767px) {
    /* board_page_common : Start */
    .selectBox {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        height: 30px;
    }

    .board_page .board_webzine_top {
        margin-top: 10px;
    }


    /* board_webzine_admin : start */
    .board_page .board_webzine_admin {
        margin-bottom: 10px;
    }

    .board_page .board_webzine_search,
    .board_page .box_select {
        float: auto;
        width: 100%;
    }

    .board_page .selectBox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .board_page .selectBox-dropdown {
        width: 50%;
        float: left;
    }

    .board_page .opt_ahead,
    .board_page .opt_search_type {
        width: 50%;
        float: left;
        margin-right: 0;
    }

    .board_page .opt_board_admin {
        position: relative;
        top: 0;
        width: 100%;
        margin: 10px 0 0;
    }

    .board_page div.opt_board_admin {
        position: relative !important;
    }

    .board_page .box_search {
        width: 100%;
    }

    .board_page .tf_search_keyword {
        width: 80%;
    }

    /* board_webzine_admin : end */

    
    /* board_webzine_list :start */
    .board_page .webzine_list>li {
        padding: 15px 10px;
    }

    /* admin_mode */
    .board_page .webzine_list.admin_mode .box_post {
        margin-left: 25px;
    }

    /* box_subject */
    .board_page .box_content {
        display: block;
    }

    .board_page .txt_subject a {
        font-size: 17px;
    }

    .board_page .txt_comment {
        font-size: 16px;
    }

    /* .board_page .ico_comm {
        width:14px;
        height:17px;
    }*/
    /* mobile_thumbnail */
    .board_page .mo_thumb_area {
        display: block;
        overflow-x: auto;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .board_page .mo_thumb_area.single_thumb ul,
    .board_page .mo_thumb_area.single_thumb li {
        overflow: hidden;
        width: 100%;
        height: 153px;
    }

    .board_page .mo_thumb_area li {
        display: inline-block;
        margin-right: 3px;
        white-space: nowrap;
        border: 1px solid #dfdfdf;
    }

    .board_page .mo_thumb_area.single_thumb li>.mo_thumb_img {
        width: 100%;
        height: auto;
        min-height: 153px;
    }

    /*mobile_thumb*/
    .board_page .box_post .thumb_area {
        display: none;
    }

    .board_page .mo_thumb_img {
        display: inline-block;
        height: 153px;
    }

    .board_page .box_content .txt_ctn {
        font-size: 12px;
        line-height: 1.5;
    }

    .board_page .btn_write {
        width: 100%;
        height: 35px;
        font-size: 16px;
        margin: 10px 0 0;
    }

    .board_page .btn_group {
        margin-bottom: 10px;
    }

    /*** search_Del ***/
    .box_select .selectBox span {
        display: none;
    }

    .board_page .opt_ahead,
    .board_page .opt_search_type {
        display: none !important;
        margin-bottom: 0px !important;
    }

    .board_page .col_name {
        max-width: 55px;
        overflow: hidden;
        padding: 13px 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Mobile:End */
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .selectBox-dropdown .selectBox-arrow {
        background: url(../images/select_arrow@2x.png) 50% center no-repeat;
        background-size: 9px 5px;
    }

    .board_page .design_checkbox {
        background: url(../images/check_inactive@2x.png) 0 0 no-repeat;
        background-size: 16px 16px;
    }

    .board_page .design_checkbox.active {
        background: url(../images/check_active@2x.png) 0 0 no-repeat;
        background-size: 16px 16px;
    }

    .board_page .btn_check_all {
        background: url(../images/check_all@2x.png) 12px 9px no-repeat;
        background-size: 10px 10px;
    }

    /* mytrace */
    .board_page .btn_delete {
        background: #FB6E61 url(../images/ico_btn_delete@2x.png) 14px 9px no-repeat;
        background-size: 10px 11px;
    }

    .board_page .ico_comm {
        background-image: url(../images/ico_subject@2x.png);
        background-size: 14px 130px;
    }

    .board_page .txt_group [class^="ico_"],
    .txt_group [class*=" ico_"] {
        background-image: url(../images/ico_txt_group@2x.png);
        background-size: 18px 80px;
    }

    .board_page .btn_more .ico_more {
        background: url(../images/plus_more@2x.png) 50% 50% no-repeat;
        background-size: 14px 14px;
    }
}
