@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;
}

#sub_contents {
    margin-top: 15px;
}


/* board_page_common : Start */
.board_page {}


/* button */
.board_page .btn_comm {
    background-color: #6643e6;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
}


/* select  */
.board_page .opt_ahead,
.board_page .opt_search_type {
    width: 140px;
    height: 40px;
    margin-right: 10px;
    border-radius: 3px;
}

div.opt_ahead .selectBox,
div.opt_ahead .opt_ahead,
div.opt_search_type .selectBox,
div.opt_search_type .opt_ahead {
    width: 100% !important;
}

.board_page .opt_board_admin {
    width: 210px;
    height: 40px;
    font-size: 14px;
}

.board_page .opt_board_admin select {
    margin: 0;
}

.board_page .opt_board_admin.selectBox-dropdown {
    border-color: #dfdfdf;
    border-radius: 3px;
}

.board_page .selectBox-dropdown {
    height: 40px;
    line-height: 38px;
    border-color: #d5d9df;
    border-radius: 3px;
}

.board_page .selectBox-dropdown:focus {
    border-color: #e1e1e1;
}

.board_page .selectBox-dropdown .selectBox-label {    
    padding: 0 20px 0 10px;
    color: #999;
    font-size: 12px;
}

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

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


/* Options */
.selectBox-options li {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d9e0e2;
}

.selectBox-options LI A {
    line-height: 39px;
    height: 39px;
    color: #999;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
}

.selectBox-options .selectBox-optgroup {
    padding-left: 10px;
    color: #999;
    background-color: transparent;
    line-height: 35px;
}

.selectBox-options LI.selectBox-hover A,
.selectBox-options LI.selectBox-selected A {
    background-color: #fff;
    /*color:#6643e6;*/
}

.selectBox-options LI.selectBox-selected A {
    background-color: #fff;
    /*color:#6643e6;*/
}

.selectBox-dropdown-menu {
    margin-top: 2px;
    border: 1px solid #d9e0e2;
    border-radius: 3px;
    -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: 15px;
    width: 16px;
    height: 16px;
    border: 0;
    background: url(../images/unchecked.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.design_checkbox:hover {
    background: url(../images/hover.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.design_checkbox input {
    display: none;
}

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

.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 {
    width: 100%;
}

.board_page .board_webzine_top {
    overflow: hidden;
    position: relative;
    width: 100%;
}

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

.board_page .board_webzine_admin .btn_comm {
    width: 40%;
    font-size: 12px;
    font-weight: 400;
    /*font-family: 'noto sans KR', sans-serif;*/
}

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

.board_page .btn_comm.btn_normal,
.board_page .btn_comm.btn_normal:hover {
    border: 1px solid #d5d9df;
    background-color: #fff;
	color: #666;
}

.board_page .btn_check_all {
    width: 100px;
    height: 40px;
    margin-left: 10px;
    color: #4fd165;
    background-color: #fff;
    border: 1px solid #4fd165;
}

/* mytrace */
.board_page .btn_delete {
    margin-left: 5px;
    width: 70px;
}

/* board_webzine_admin : End */


/* board_webzine_search :start */
.board_page .board_webzine_search {
    display: inline-block;
    float: right;
    width: 70%;
    text-align: right;
}

.board_page .box_search {
    width: 35%;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    text-align: left;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.board_page .tf_search_keyword {
    text-align: left;
    width: 75%;
    height: 38px;
    border: 0;
    padding: 0 0 0 10px;
    line-height: 38px;
}

.board_page .btn_search {
    width: 38px;
    height: 38px;
    float: right;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    line-height: 38px;
    border-radius: 3px;
    text-indent: -9999em;
    background-color: #fff;
    background: url(../images/design_kitIcon.png) no-repeat -7px -122px;
}

.board_page .btn_comm.btn_search {}

/* board_webzine_search :end */


/* board_webzine_list :start */
.board_page .webzine_list {
    margin-top: 15px;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

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

.board_page .webzine_list>li .txt_subject a {
    color: #333333;
}

.board_page .webzine_list>li.notice .txt_subject a {
    color: #ef5757;
}

.board_page .webzine_list>li.notice:hover .txt_subject a {
    color: #ef5757;
}

.board_page .webzine_list>li:hover {
    background-color: #f1eef0;
}

.board_page .webzine_list>li:hover a {}

.board_page .webzine_list>li:hover .txt_subject a {
    /*color: #6643e6;*/
}

.board_page .webzine_list>li:hover .ctn_group a {
    text-decoration: underline;
}

.board_page .webzine_list>li.notice {}

.board_page .webzine_list>li:last-child {}

.board_page .webzine_list .box_post {
    overflow: hidden;
    vertical-align: middle;
}


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


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

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

.board_page .thumb_area .movie:after {
    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: 120px;
}

.board_page .mo_thumb_area {
    display: none;
}


/* notice */
.board_page .txt_notice {
    display: none;
    width: 43px;
    height: 20px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
    margin-right: 5px;
    background-color: #ef5757;
    text-align: center;
    line-height: 13px;
    border-radius: 3px;
    vertical-align: middle;
}


/* box_subject */
.board_page .box_subject {}

.board_page .txt_subject a {
    display: inline;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.board_page .txt_subject a:hover {
    color: #6b533c;
}


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

.board_page .ico_replys {
    margin-right: 5px;
    width: 10px;
    height: 18px;
    background-position: -199px -59px;
}

.board_page .ico_mobile {
    /*margin-right:2px;*/
    width: 12px;
    height: 17px;
    background-position: -122px -56px;
}

.board_page .ico_lock {
    /*margin-right:2px;*/
    width: 15px;
    height: 18px;
    background-position: -150px -53px;
    display: inline-block;
}

.board_page .txt_comment {
    margin-left: 2px;
    color: #333333;
    line-height: 18px;
    vertical-align: top;
}

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

.board_page .ico_new {
    /*margin-left:2px;*/
    width: 12px;
    height: 17px;
    background-position: -145px -28px;
}

/* 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_subject {
    display: inherit;
    ;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 13px;
    font-weight: 400;
    color: #999;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.board_page .txt_group {
    display: block;
    line-height: 24px;
    vertical-align: top;
}

.board_page .txt_num {
    /*font-family: 'noto sans KR', sans-serif;*/
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}

.board_page .txt_date {}

.board_page .txt_good,
.board_page .txt_hit,
.board_page .txt_date,
.board_page .txt_name {
    display: inline-block;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    margin-right: 5px;
}

.board_page .txt_group>span:first-child {}

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

.board_page .ico_good {
    padding-left: 17px;
    background-repeat: no-repeat;
    background-position: -40px -42px;
}

.board_page .ico_hit {
    padding-left: 17px;
    background-repeat: no-repeat;
    background-position: -63px -42px;
}

.board_page .ico_name {
    padding-left: 17px;
    background-repeat: no-repeat;
    background-position: -20px -42px;
}

/* txt_group _icon : end */


/* ctn_txt */
.board_page .box_content .txt_ctn {
    display: -webkit-box;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 57px;
    line-height: 20px;
}

.board_page .box_content .txt_ctn:hover {}

.board_page .ctn_group {
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.board_page .ctn_group br {
    display: none;
}

.board_page .box_content .txt_ctn:hover,
.board_page .txt_subject a:hover {}

/* 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: 30px;
}

.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%;
}

.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 #d5d9df;
}

.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_more {
    display: none;
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 3px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-weight: 400;
    font-size: 15px;
    /*background: #6643e6;*/
    margin: 0 0 15px;
    text-indent: -20px;
}

.board_page .ico_more {
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -5px;
    margin-right: -30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/plusIcon.png) no-repeat 0 0;
}

.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: auto;
    height: 40px;
    padding: 0 45px;
    font-weight: 400;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size: 12px;
    background-color: #6643e6;
}

/* 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) {
    #sub_contents {
        margin: 0;
    }
}

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

    .board_page .board_webzine_top {}

    /* board_webzine_admin : start */
    .board_page .board_webzine_admin {
        margin-bottom: 15px;
        width: 100%;
    }

    .board_page .board_webzine_admin .btn_comm {
        width: 48.5%;
    }

    .board_page .board_webzine_admin .btn_comm.btn_admin {
        width: 100%;
    }

    .board_page .btn_normal {
        float: left;
    }

    .board_page .btn_check_all {
        float: right;
        margin-left: 0;
    }

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

    .board_page .board_webzine_search {
        width: 100%;
    }

    .board_page .selectBox {
        width: 100%;
    }

    .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;
        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: 100%;
        padding: 0 60px 0 10px;
    }

    .board_page .btn_search {
        position: absolute;
        top: 0;
        right: 0;
    }

    .board_page .design_checkbox {
        top: 20px;
    }

    .board_page .ctn_group {
        margin-top: 15px;
    }

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

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

    /* box_subject */
    .board_page .box_subject {}

    .board_page .box_content {
        display: block;
    }

    .board_page .txt_subject {
        text-decoration: none;
        font-size: 13px;
    }

    .board_page .txt_group {
        padding-top: 5px;
    }

    .board_page .txt_subject a {
        max-width: 70%;
        font-size: 14px;
        text-decoration: none;
    }

    .board_page .txt_num {}

    .board_page .txt_comment {}

    .board_page .txt_good,
    .board_page .txt_hit,
    .board_page .txt_date,
    .board_page .txt_name {
        font-size: 12px;
    }

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

    .board_page .mo_thumb_area .movie {
        display: inline-block;
        position: relative;
    }

    .board_page .mo_thumb_area .movie:after {
        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 .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: 13px;
        line-height: 20px;
    }

    .board_page .btn_write {
        width: 100%;
        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 {}

    .board_page .design_checkbox {}

    .board_page .design_checkbox.active {}

    .board_page .btn_check_all {}

    /* mytrace */
    .board_page .btn_delete {}

    .board_page .ico_comm {}

    .board_page .txt_group [class^="ico_"],
    .txt_group [class*=" ico_"] {}

    .board_page .btn_more .ico_more {}
}