button.insp_btn,
button.btn,
button.btn {
    height: 30px;
    line-height: 30px
}

input {
    vertical-align: middle
}

.insp_btn,
.btn {
    vertical-align: middle;
    height: 28px;
    border: 1px solid #dadada;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    border-bottom-color: #aeaeae;
    font-size: 13px;
    color: #3f3f3f;
    background: none;
    cursor: pointer;
    transition: border-color .5s, background .5s, color .5s
}

.insp_btn i,
.btn i {
    vertical-align: middle;
    margin-right: 3px;
    transition: transform .5s;
    margin-top: -3px
}

.insp_btn:hover,
.btn:hover {
    border-color: #343030;
    background: #343030;
    color: #fff
}

.insp_btn:hover i,
.btn:hover i {
    -webkit-transform: rotate(360deg);
    color: #fff000
}

.insp_single i {
    margin-right: 0
}

.pull_left {
    float: left
}

.pull_right {
    float: right
}

.pull_center {
    text-align: center
}

.replyNum {
    font-size: 12px;
    color: #777777
}

.insp_ui_box {
    display: inline-block;
    border: 1px solid #dadada;
    border-bottom: 1px solid #aeaeae;
    border-radius: 5px
}

.board_list .title {
    width: 100%
}

.board_list table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
    border-top: 2px solid #000
}

.board_list table th,
.board_list table td {
    border: 0;
    padding: 8px 15px;
    white-space: nowrap
}

.board_list table thead th {
    background: #fafafa;
    border-bottom: 1px solid #aeaeae
}

.board_list table tbody td {
    border-bottom: 1px solid #e4e4e4
}

.board_list .no,
.board_list .author,
.board_list .check,
.board_list .readNum,
.board_list .re_state {
    text-align: center
}

.pagination {
    margin-top: 20px;
    text-align: center
}

.pagination.overhidden {
    height: 0px;
    width: 0px;
    overflow: hidden
}

.pagination a,
.pagination strong {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px
}

.pagination .prev,
.pagination .next {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.pagination_number {
    vertical-align: middle;
    overflow: hidden
}

.pagination_number a,
.pagination_number strong {
    border-left: 1px solid #ececec;
    margin-left: -3px
}

.pagination_number a:first-child,
.pagination_number strong:first-child {
    border-left: 0;
    margin-left: 0
}

.pagination_number strong {
    background: #ff8828;
    color: #fff
}

.btn_set {
    zoom: 1;
    margin-top: 20px
}

.btn_set:after {
    content: '';
    display: block;
    clear: both
}

.iText,
.exvar_cont input[type="text"] {
    vertical-align: middle;
    margin: 0;
    padding: 0 3px 0 3px;
    height: 23px;
    border: 1px solid #dadada;
    display: inline-block
}

.iText.title,
.exvar_cont input.title[type="text"] {
    width: 500px
}

.exvar_cont ul,
.exvar_cont li {
    margin: 0;
    padding: 0;
    list-style: none
}

.search_section {
    height: 28px;
    line-height: 28px;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 33px
}

.search_section .search_input_s {
    display: none
}

.search_section .search_input_t {
    width: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    display: none
}

.search_section button {
    border: 0;
    position: absolute;
    right: 0;
    top: 0
}

.search_section.search_section_active {
    padding: 0 10px;
    width: auto
}

.search_section.search_section_active .search_input_s {
    display: inline;
    width: 90px;
    height: 28px;
    border: 0;
    background: #fff
}

.search_section.search_section_active .search_input_t {
    display: inline;
    width: 200px;
    height: 28px;
    padding: 0 10px
}

.search_section.search_section_active .search_input_s:focus,
.search_section.search_section_active .search_input_t:focus {
    outline: none
}

.cTab_wrap .cTab_title {
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    font-size: 13px;
    height: 37px;
    line-height: 34px;
    color: #fff;
    padding-left: 20px;
    background: #000;
    border-radius: 5px 0 0 5px
}

.cTab_wrap .cTab {
    /* margin-left: 100px; */
    padding-left: 100px;
}

.cTab:after,
.cTab ul:after {
    content: '';
    display: block;
    clear: both
}

.cTab,
.cTab ul,
.cTab li {
    margin: 0;
    padding: 0;
    list-style: none
}

.cTab {
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #e4e4e4;
    border-left: none;
    height: 37px;
    border-radius: 0 5px 5px 0
}

.cTab li {
    margin-left: 15px;
    float: left;
    margin-top: 5px
}

.cTab li:first-child {
    margin-left: 0
}

.cTab li.on a {
    color: red
}

.cTab a {
    display: block;
    padding: 2px 5px
}

.read_header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #c4c4c4;
    padding: 15px 0
}

.read_header i {
    margin-right: 2px;
    vertical-align: middle;
    margin-top: -2px
}

.read_header h1,
.read_header .meta {
    margin: 0;
    padding: 0
}

.read_header h1 {
    font-weight: normal;
    font-size: 18px
}

.read_header .meta {
    color: #929292;
    margin-top: 5px
}

.read_header .meta span {
    margin-right: 8px
}

.read_body {
    padding: 20px 0 20px 0
}

.read_footer {
    margin-top: 20px
}

.sns {
    margin-bottom: 30px
}

.sns.sns_center {
    text-align: center
}

.sns:after {
    content: '';
    display: block;
    clear: both
}

.sns ul,
.sns li {
    margin: 0;
    padding: 0;
    list-style: none
}

.sns ul {
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    background: #3f3f3f
}

.sns ul:after {
    content: '';
    display: block;
    clear: both
}

.sns li {
    float: left;
    border-left: 1px solid #505050
}

.sns li:first-child {
    border-left: 0
}

.sns li a {
    display: block;
    text-align: center
}

.sns li a.insp_btn,
.sns li a.btn {
    width: 30px;
    border: 0;
    padding: 0;
    height: 25px;
    line-height: 25px
}

.sns li i {
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    margin-right: 0
}

.fileList .toggleFile {
    background: none;
    cursor: pointer
}

.fileList .toggleFile i {
    vertical-align: middle
}

.fileList ul,
.fileList li {
    margin: 0;
    padding: 0;
    list-style: none
}

.fileList ul,
.fileList a {
    border: 1px solid #dadada;
    background: #f1f1f1;
    padding: 10px
}

.fileList ul {
    margin-top: 5px;
    display: none
}

.fileList a {
    -webkit-transition: border .2s;
    font-family: sans-serif;
    font-size: 11px;
    display: block;
    background: #fff
}

.fileList a:hover {
    border-color: #646464
}

.fileList li {
    margin-top: 3px
}

.fileList li i {
    margin-right: 2px
}

.fileList li:first-child {
    margin-top: 0
}

.fileList .fileSize {
    float: right;
    color: #6e6e6e
}

.sign {
    border-top: 2px solid #6a6a6a;
    padding: 20px 10px;
    border-bottom: 1px solid #dadada;
    margin-top: 20px
}

.sign:after {
    content: '';
    display: block;
    clear: both
}

.sign .image {
    float: left;
    margin-right: 20px;
    border-radius: 100px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #d5d5d5
}

.sign .image img {
    border-radius: 100px;
    display: block
}

.sign .sign_content {
    margin-left: 140px
}

.sign .sign_name {
    display: block
}

.feedback {
    margin-top: 20px
}

.fbHeader {
    border-bottom: 2px solid #6a6a6a
}

.fbHeader h2 {
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    padding: 0 0 5px 0
}

.fbHeader h2 i {
    margin-right: 3px
}

.fbHeader h2 em {
    font-style: normal
}

.fbList,
.fbList li {
    margin: 0;
    padding: 0;
    list-style: none
}

.fbList li {
    border-bottom: 1px solid #dadada;
    padding: 20px 10px
}

.fbList li:after {
    content: '';
    display: block;
    clear: both
}

.fbList .profileImage {
    float: left;
    margin-right: 20px;
    border-radius: 100px;
    overflow: hidden;
    padding: 4px;
    border: 1px solid #d5d5d5;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    line-height: 80px;
    text-align: center
}

.fbList .profileImage,
.fbList .profileImage img {
    width: 80px;
    height: 80px
}

.fbList .profileImage img {
    border-radius: 100px;
    display: block
}

.fbContent {
    margin-left: 120px;
    margin-top: 5px
}

.fbContent.fullSize {
    margin-left: 0
}

.fbContent .author,
.fbContent .time,
.fbContent .action {
    margin: 0;
    padding: 0
}

.fbContent .author,
.fbContent strong {
    font-weight: normal;
    font-size: 13px
}

.fbContent .time {
    margin-top: 2px;
    color: #9e9e9e;
    font-size: 11px;
    margin-bottom: 8px
}

.fbContent .action {
    text-align: right;
    margin-top: 8px;
    font-size: 12px
}

.fbContent .action a {
    margin-left: 3px;
    color: #9e9e9e
}

.fbContent .action a:first-child {
    margin-left: 0
}

.fbContent .xe_content {
    font-size: 13px
}

.write_comment {
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #dadada;
    overflow: hidden
}

.write_comment .write_comment_tit {
    border-bottom: 1px solid #dadada;
    background: #f1f1f1;
    margin: 0;
    padding: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.write_comment .write_comment_body {
    padding: 20px
}

.write_comment .write_comment_body:after {
    content: '';
    display: block;
    clear: both
}

.write_comment .write_comment_body .write_author {
    margin-bottom: 10px
}

.write_comment .write_comment_body .write_author .item {
    margin-left: 15px
}

.write_comment .write_comment_body .write_author .item:first-child {
    margin-left: 0
}

.write_comment .write_comment_body .write_author .item label {
    margin-right: 5px
}

.write_comment .write_comment_body .write_author .item input {
    padding: 0 5px;
    border: 1px solid #dadada;
    height: 20px;
    display: inline-block;
    line-height: 20px
}

.write_comment .write_comment_body .write_comment_edit textarea {
    border: 1px solid #cecece;
    width: 95%;
    display: block;
    height: 80px
}

.write_comment .write_comment_body .write_comment_btn {
    margin-top: 5px
}

.write_comment .write_comment_body .write_comment_btn button {
    cursor: pointer;
    border-radius: 5px;
    background: #3f3f3f;
    color: #fff;
    width: 100%;
    display: block;
    height: 40px
}

.boskin_table {
    border-bottom: 1px solid #c4c4c4
}

.boskin_table.viewWrite {
    border-top: 2px solid #6a6a6a;
    margin-bottom: 20px
}

.boskin_table table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

.boskin_table table caption {
    text-align: right
}

.boskin_table table tr:first-child th,
.boskin_table table tr:first-child td {
    border-top: 0
}

.boskin_table table th,
.boskin_table table td {
    padding: 8px;
    border-top: 1px solid #e7e7e7;
    text-align: left
}

.boskin_table table th {
    border-right: 1px solid #e7e7e7;
    background: #fafafa;
    font-weight: 700;
    white-space: nowrap
}

.boskin_table table td {
    width: 100%
}

.curItem .boskin_gall_image {
    /* border: 1px solid #000 */
}

.boskin_gall_image {
    position: relative;
    /* border: 1px solid #e0e0e0; */
    /* padding: 8px; */
    overflow: hidden;
    box-sizing: border-box
}

.boskin_winfo {
    margin-top: 5px
}

.boskin_winfo i {
    vertical-align: middle;
    margin-top: -3px
}

.boskin_winfo span {
    margin-left: 7px
}

.boskin_winfo span:first-child {
    margin-left: 0
}

.boskin_summary {
    line-height: 1.35em
}

.boskin_listconfig {
    margin-top: 10px;
    font-size: 14px;
    color: #ff717b;
}

.boskin_listconfig>div {
    margin-top: 4px
}

.boskin_listconfig>div:first-child {
    margin-top: 0
}

.boskin_sum_info {
    /* text-align: center; */
    margin-top: 13px;
    margin-left: 50px;
}

.boskin_sum_info .bo_list_tit a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #4d4d4d;
    font-family: 'Nanum Myeongjo', serif;
}

.boskin_sum_info .boskin_sum_info_cont {
    color: #656565;
    font-size: 12px
}

.boskin_sum_info .boskin_sum_info_cont .boskin_winfo {
    color: #929292
}

.notice_label {
    position: absolute;
    top: 0;
    left: 0
}

.boskin_exvar,
.boskin_exvar li {
    margin: 0;
    padding: 0;
    list-style: none
}

.boskin_exvar li {
    margin-top: 3px
}

.boskin_exvar li:first-child {
    margin-top: 0
}

.board_gallery {
    padding-top: 10px
}

.board_gallery>ul,
.board_gallery>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.board_gallery>ul:after {
    content: '';
    display: block;
    clear: both
}

.boskin_noimage {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #bbbbbb;
    font-size: 11px;
    overflow: hidden
}

.bo_embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px
}

.bo_embed-container iframe,
.bo_embed-container object,
.bo_embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bo_pg_movie_w {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding: 20px;
    background: #fafafa
}

.bo_pg_movie_w>strong {
    display: block;
    margin-bottom: 5px
}

.bo_pg_movie_w_cont>div {
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #fff
}

.bo_pg_movie_w_cont>div:after {
    content: '';
    display: block;
    clear: both
}

.bo_pg_movie_w_cont>div>label,
.bo_pg_movie_w_cont>div>input {
    float: left
}

.bo_pg_movie_w_cont>div>label {
    width: 100px
}

.bo_pg_movie_w_cont>div>input {
    display: block;
    width: calc(100% - 100px);
    box-sizing: border-box
}

.board_notices {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 10px
}

.board_notices a {
    display: block;
    padding: 13px 15px;
    border-top: 1px solid #efefef
}

.board_notices a:first-child {
    border-top: 0
}

.board_notices a>span {
    float: right;
    font-size: 13px;
    color: #858585
}

.board_notices a>span span {
    margin-left: 5px
}

.board_notices a>span span:first-child {
    margin-left: 0
}

.board_notices.board_notices_balck {
    border-color: #262626;
    background: #484848
}

.board_notices.board_notices_balck a {
    border-top-color: #3a3a3a;
    color: #f4f4f4
}

.board_notices.board_notices_balck a>span {
    color: #bbbbbb
}

.board_notices.board_notices_red {
    border-color: #d73737;
    background: #ee4949
}

.board_notices.board_notices_red a {
    border-top-color: #e03e3e;
    color: #fff
}

.board_notices.board_notices_red a>span {
    color: #fcd4d4
}

.list_header {
    margin: 15px 0
}

.list_header .btn_set {
    margin-top: 0
}

.board_tag_list {
    margin: 15px 0;
    box-sizing: border-box;
    position: relative;
    margin-left: -2px;
    margin-right: -2px
}

.board_tag_list:after {
    content: '';
    display: block;
    clear: both
}

.board_tag_list>a {
    color: #9e9e9e;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 2px
}

.board_tag_list>a.rank5 {
    color: #5d5d5d
}

.board_tag_list>a.rank4 {
    color: #5d5d5d
}

.board_tag_list>a.rank3 {
    color: #9a331b
}

.board_tag_list>a.rank2 {
    color: #b93415;
    font-weight: bold
}

.board_tag_list>a.rank1 {
    color: #f43205;
    font-weight: bold
}

.board_tag_list>a:hover {
    text-decoration: underline
}

.board_tag_list>a .tag_count {
    font-size: 12px;
    color: #9e9e9e
}

@media (max-width: 600px) {

    input.iText.title,
    .exvar_cont input.title[type="text"] {
        width: 80%
    }

    .boskin_gall_image {
        padding: 0
    }

    .boskin_winfo {
        font-size: 11px
    }

    .board_notices a>span {
        font-size: 11px;
        float: none;
        display: block
    }

    .read_header h1 {
        font-size: 15px
    }

    .read_header .meta {
        font-size: 11px
    }

    .write_comment .write_comment_body .write_author .item {
        display: block;
        margin-left: 0;
        margin-top: 10px
    }

    .write_comment .write_comment_body .write_author .item:first-child {
        margin-top: 0
    }

    .insp_btn,
    .btn,
    .btn {
        font-size: 11px
    }
}

/*# sourceMappingURL=default.css.map */