@charset "utf-8";
/* 1. 제목 폰트 크기 지정 시작*/
#contentWrap .sub_tit a, #contentWrap .tdiv h2 a {
    font-size: 35px;
    /* 제목 폰트 크기 지정 예)30px */
}

/* 2. 화면폭 설정하기 시작*/
#contentWrap .entry, #contentWrap .pagination .wrap, #contentWrap #localog, #contentWrap #taglog, #contentWrap .cb_wrt {
    width: 800px;
    /* 화면폭 크기 지정 예)960px, 100%*/
}
/*화면폭 설정하기 끝*/

@font-face {
    font-family: "Nanum Barun Gothic";
    src: url("./images/NanumBarunGothic.eot");
    src: local(※), url("./images/NanumBarunGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Nanum Barun Gothic";
    src: url("./images/NanumBarunGothicBold.eot");
    src: local(※), url("./images/NanumBarunGothicBold.woff") format("woff");
    font-weight: bold;
    font-style: bold;
}
body {
    background-color: #f3f3f3;
    overflow-y: scroll
}
.btn_menu {
    position: absolute;
    top: 45px;
    left: 50px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn_menu span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 10px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn_close .bar_2 {
    visibility: hidden;
    opacity: 0;
}
@media \0screen {
    .btn_close .bar_2 {
        visibility: visible;
        opacity: 1;
    }
}
.btn_close .bar_1 {
    -ms-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.btn_close .bar_3 {
    -ms-transform: translateY(-14px) rotate(45deg);
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}

.sub_tit a,.tdiv h2 a {
    font-size: 49px;
    font-weight: 100;
    color: #333;
}

.article .imageblock {
    max-width: 100%;
}

.article img,
.article .imageblock img {
    max-width: 100%;
    height: auto !important;
}

.article iframe,
.article embed {
    /*max-width:100%;*/
}

.dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(opacity=50);
    opacity: .5;
}

.preloader {
    background: #fff url(./images/preloader.gif) center center no-repeat;
}

#preLoader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.pro-wrap .protect_p {
    margin-top: 150px;
    margin-bottom: 20px;
    text-align: center;
}

.pro-wrap .protect_i_w {
    margin-bottom: 150px;
    text-align: center;
}

.pro-wrap .protect_i_w .button {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #eee;
    background-color: #333;
    font-size: 11px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 7px 5px 3px;
}
#localog,#taglog {
    width: 800px;
    margin: 20px auto;
}
#localog .tx,#taglog .tx {
    padding: 30px;
    background-color: #fff;
}

#localog h3,#taglog h3 {
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 30px 10px;
    font-size: 49px;
    font-weight: 100;
    color: #333;
}

#localog a,#taglog a {
    margin-right: 3px;
    background-color: #f1f1f1;
    line-height: 3;
    color: #999;
    text-decoration: none;
    padding: 3px;
}

.search_list_wrap {
    visibility: hidden;
    overflow: hidden;
}

.btn {
    display: block;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0;
}

dl,li,menu,ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
    position: relative;
    padding: 30px;
    margin: 10px;
}

blockquote:before,q:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 24px;
    height: 20px;
    background: url(./images/bl_before.png) 0 0 no-repeat;
}

blockquote:after,q:after {
    content: '';
    position: absolute;
    bottom:0;
    right: 0;
    width: 24px;
    height: 20px;
    background: url(./images/bl_after.png) 0 0 no-repeat;
}

button,input,select,textarea {
    vertical-align: middle;
}

button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

a {
    color: #333;
    text-decoration: none;
}

a:active,a:hover {
    text-decoration: none;
}

address,caption,cite,code,dfn,em,var {
    font-style: normal;
    font-weight: 400;
}

#masonry {
    position: relative;
}

.blind {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

.gotoTop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 15000;
    width: 50px;
    height: 50px;
    text-align: right;
    opacity: 0.8;
}

.header {
    height: 120px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 0 2px #eee;
    z-index: 40;
	  top: 0px;
}

.header .title {
}

.header .title h1 {
    text-align: center;
    padding-top: 20px;
}

.header .title h1 a {
    font-size: 49px;
    color: #000;
}

.header .category {
    margin-left: 30px;
    margin-right: 30px;
}

.header .category_list {
    overflow: hidden;
    width: 170px;
    height: 190px;
    border-bottom: 1px solid #E4E4E4;
    padding: 30px 10px;
}

.header .category_list ul li a {
    display: block;
    border-bottom: 1px solid #F8F8F8;
    font-size: 11px;
    line-height: 2.5em;
    color: #494949;
    text-decoration: none;
    padding: 0 10px;
}

.header .category_list ul li a:hover {
    background: #000;
    color: #fff;
}

.headerfixed {
    position: fixed;
	  top: 0px;
}

.search_wrap {
    margin: 45px 30px 27px;

}

.search_form input {
    width: 100%;
    height: 30px;
    border: none;
    background: 0 0;
    line-height: 30px;
    font-size: 11px;
    color: #000;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 10px;
    height: 40px;
    color: #9E9E9E;
}

.search_form button {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.content {
    position: relative;
}

.article_list li {
    overflow: hidden;
    position: relative;
    width: 320px;
    height: auto;
}
.article_list li.vimeo:before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    background: url(./images/ico_play.png) 0 -20px no-repeat;
    z-index: 10;
    top: 0;
    right: 0;
}
.article_list li.vimeo:hover:before {
    background-position: -20px -20px;
}

.article_list li.youtube:before {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    background: url(./images/ico_play.png) 0 0 no-repeat;
    z-index: 10;
    top: 0;
    right: 0;
}
.article_list li.youtube:hover:before {
    background-position: -20px 0;
}

.article_list li .mask {
    z-index: 1;
}

.article_list li .img {
    width: 100%;
    height: auto;
}

.copy {
    clear: both;
    font-size: 10px;
    color: #666;
    text-align: right;
}

.section_link {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(./images/bg.png);
    font-family: Roboto, "Nanum Barun Gothic",돋움,dotum,Tahoma,AppleGothic,Sans-serif;
    color: #fff;
    text-align: left;
    padding: 5px;
}

.section_title {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-align: left;
    word-break: break-all;
    padding: 0;
    z-index: 39;
}

.active .section_title {
    -ms-filter: alpha(Opacity=100) !important;
    filter: alpha(opacity=100) !important;
    opacity:1 !important;
}

.section_title a .tit {
    background: #fff;
}
.section_title a .date {
    background: #fff;
    font-size: 9px;
    color: #444;
}

.section_title a {
    font-size: 12px;
    font-weight: 700;
    font-family: Roboto, "Nanum Barun Gothic",돋움,dotum,Tahoma,AppleGothic,Sans-serif;
    color: #333;
    text-align: left;
    text-decoration: none;
}

.view_more {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 30px;
    margin-top: -11px;
    margin-left: -30px;
    z-index: 39;
    color: #000;
    font-weight: 100;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
}

.comment_num {
    float: right;
    text-align: left;
}

.date {
    float: left;
    text-align: right;
}

.mask a {
    display: block;
    height: auto;
}

.mask a img {
    display: block;
    width: 100%;
    height: auto;
}

.search_tit p {
    font-size: 11px;
    font-family: 'Nanum Barun Gothic';
    color: #666;
    text-align: left;
    padding: 15px 35px;
}

.box .section_title {
}

.box .section_link {
    bottom: -30px;
}

#main {
    display: none
}

.trackback {
    padding: 10px;
}
.trackback h3 {
    font-size: 11px;
}

.trackback ol li h4 {
    margin-bottom: 10px;
}

.article {
    padding: 30px;
    background-color: #fff
}

.pagination {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.more-area {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 100px;
    height: 50px;
}

.more-area .load-more img {
    vertical-align: middle;
}
.more-area .load-more span {
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    line-height: 22px;
}
.more-area .load-more {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding-bottom: 5px;
    bottom: 0;
    color: #444;
    background-color: #FFF;
    border-radius: 3px;
    padding: 5px 55px;
}

.more-area .load-more:hover {
    padding: 5px 65px;
}

.pagination .wrap {
    position: relative;
    display: inline-block;
    width: 800px;
    margin-top: 50px;
    text-align: center;
}

.pagination a span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    width: 29px;
    height: 29px;
    background: #fff;
    line-height: 29px;
    text-align: center;
}
.pagination a:hover span {
    background-color: #aaa;
    color: #fff
}

.pagination a span.selected {
    background: #ddd;
    font-weight: 100;
    color: #fff;
}

.wrap_secret {
    margin-top: 10px;
    position: relative;
}

.wrap_secret label {
    margin-left: 2px;
    padding-left: 27px;
    color: #bbb;
    vertical-align: middle;
    font-family: Roboto, "Nanum Barun Gothic",돋움,dotum,Tahoma,AppleGothic,Sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.entry + .pagination .wrap {
    overflow: hidden;
    margin-top: 0;
    /*background-color: #fff;*/
}
/*.entry + .pagination .wrap .paging-num{
  display: none
}*/

input[type=checkbox]+.ch_rep {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 0;
    border-radius: 0;
    background: url(./images/ico_checkbox.png) no-repeat;
    background-size: 21px auto;
    vertical-align: top;
    -webkit-appearance: none;
}

input[type=checkbox]:checked+.ch_rep {
    background-position: 0 -21px;
}

.wrap_secret input {
    width: 13px;
    height: 13px;
    vertical-align: bottom;
}

.wrap_secret input+.ch_rep {
    position: absolute;
    top: 0;
    left: 0;
}


#nextPage,#prevPage {
    font-size: 28px;
    color: #767676;
    letter-spacing: -1px;
    font-size: 14px;
    padding: 0 10px;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0;
    border: 2px solid #ddd;
}
#nextPage:hover,#prevPage:hover {

    background-color: #ddd;
    color: #fff
}

#prevPage {
    position: absolute;
    left: 0;
    top: 20px;
}
#prevPage i {
    margin-right: 5px
}

#nextPage {
    position: absolute;
    right: 0;
    top: 20px;
}
#nextPage i {
    margin-left: 5px
}

.paging-num {
    display: inline-block;
    padding: 20px;
    min-height: 30px;
}

.ect {
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 11px;
    color: #aaa;
    vertical-align: top;
}

.ect a,.ect span {
    font-size: 11px;
    color: #aaa;
    margin-right: 3px;
    vertical-align: top
}

.ect .mod {
    overflow: hidden;
    margin: 10px 0 5px;
}

.ect .mod a,
.ect .mod span
{
    float: left;
}

.ect a:first-child {
    padding-left: 0;
}

.article .another_category {
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

.article .another_category th {
    background-color: #fff;
}

.wrap_secret {
    position: absolute;
    bottom: 85px;
    left: 30px
}
.cb_wrt {
    width: 800px;
    margin: 0 auto;
}

.cb_wrt .commentWrite {
    position: relative;
    margin-top: 20px;
    padding: 30px;
    background-color: #fff;
}

.cb_wrt .write_item p {
    margin-top: 5px;
    padding-top: 3px
}

input {
    width: 150px;
    height: 20px;
    border: 1px solid #eee;
    padding: 5px;
}

.cb_wrt .write_text {
    margin-top: 10px;
}

.cb_wrt .write_text textarea {
    /*resize: none;*/
    font-weight: 100;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cb_wrt .secretWrap {
    margin: 5px 0;
}

.cb_wrt .secretWrap label {
    color: #bbb;
}

.cb_wrt .wrap_secret + .write_text +.sdiv {
    padding-top: 30px;
}

.cb_wrt .sdiv {
    text-align: center;
    padding-bottom: 5px;
    margin-top: 20px;
}

.cb_wrt .sdiv a {
    display: inline-block;
    text-align: center;
    width: 15%;
    min-width: 135px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    cursor: pointer;
    border: 1px dashed #E4E4E4;
    font-size: 11px;
}


.btn-mod,
.btn-repl {
    font-size: 10px;
    color: #acacac;
}

input[type=email],input[type=password],input[type=text],select,textarea {
    border: none;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
textarea {
    padding: 5px;
}

input[type=email]:hover,
input[type=password]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
    border-color: #FFA300;
}

.cb_comment_area {
    overflow: hidden;
    padding: 5px 30px;
}
.cb_lstcomment {
    padding-bottom: 20px;
    background: #fff;
}
.cb_info_area .cb_section {
    float: left;
}

.cb_info_area .cb_section2 {
    float: right;
}

.cb_thumb_off .cb_thumb_off .cb_comment_area {
    border-top: 1px solid #ddd;
    padding: 20px 0 10px 20px;
}

.cb_dsc_comment {
    padding-bottom: 5px;
}

.hx.cmt a {
    color: #999;
}

.cmt {
    padding-left: 30px;
    padding-right: 30px;
    text-align: right;
}
.cmt a {
    font-size: 11px
}

.sidebar_wrap {
    position: fixed;
    top: 0;
    left: -250px;
    bottom: 0;
    width: 250px;
    color: #333;
    background-color: #3c3c3c;
    z-index: 70;
}

.header_wrap {
}

#sidebar {
    display: block;
    overflow: hidden;
    float: left;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
}

#sidebar .section {
    float: left;
    width: 190px;
    border-top: 1px solid #4E4E4E;
    padding: 20px 0;
}

#sidebar .section h2 {
    padding-bottom: 10px;
    font-weight: 100;
    color: #C5C5C5;
    ;
}

#sidebar .section .tx p,#sidebar .section ul,#sidebar .section ul a {
    font-size: 15px;
    color: #8d8d8d;
    ;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.header_util a:hover {
    color: #fff;
}
#sidebar .section ul a:hover {
    color: #fff;
}

.header_util {
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #4E4E4E;
    text-align: center;
}
.header_util ul {
    margin-left: 20px
}
.header_util ul a {
    font-size: 16px;
    color: #bbb
}
.sns {
}

body,button,h1,h2,h3,h4,h5,h6,input,select,td,textarea,th,body,button,input,select,td,textarea,th {
    font: 18px/1.5 Roboto, "Nanum Barun Gothic",돋움,dotum,Tahoma,AppleGothic,Sans-serif;
    color: #333;
}

.tdiv h2,.sub_tit {
    border-top: 1px solid #f3f3f3;
    padding: 20px 30px 5px;
}
.entry {
    width: 800px;
    margin: 20px auto;
}
.content>.tdiv h2,.pro-wrap>.tdiv h2,.entry:first-child .sub_tit {
}

.tdiv {
    padding: 30px 0;
    background-color: #fff
}
.notice .tdiv {
    padding-top: 0;
    border-bottom: 1px solid #f3f3f3;
}

.article-wrap {
    box-shadow: 0 0 2px #EEE;
}
.pro-wrap .protect_i_w label,.cb_wrt .write_item p label {
    margin-right: 10px;
    font-size: 11px;
    color: #bbb;
    vertical-align: middle;
}

.cb_date, .cb_nick_name,.pagination a,.pagination .interword,.cb_info_area .cb_section2 span {
    margin-right: 5px;
}
.cb_date {
    font-size: 10px;
    color: #ddd
}

hr,input[type=checkbox],#nextPage.no-more-next,#prevPage.no-more-prev {
    display: none;
}


.article_list,.cb_info_area,.sns {
    overflow: hidden;
}

.comment_num img,.date img {
    margin-right: 3px;
    vertical-align: middle;
}

.pagination a,.pagination .interword {
    display: inline-block;
    /*float:left;*/
    font-weight: 100;
    height: 30px;
    line-height: 30px;
    margin-bottom:5px;
}

.cb_wrt .write_item p.first,.cb_wrt .secretWrap+.sdiv {
    margin-top: 0;
}
.sns {
    margin: 0;
    padding: 0;
}
.sns ul {
    margin: 0;
    padding: 0;
}
.sns li,.header_util li {
    float: left;
    margin-right: 26px;
}


#tistorytoolbarid {
    display: none;
}

.box .mask .dimmed {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    content: ' ';
}

.box.active .mask .dimmed {
    visibility: visible;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: 'alpha(Opacity=80)';
}

.mask {
    position: relative;
    z-index: 1;
}


.sidebar_wrap .category_list {
    padding: 0 30px 0;
}

.sidebar_wrap .category_list ul li a {
    display: block;
    border-top: 1px solid #585858;
    font-size: 14px;
    line-height: 2.5em;
    font-weight: 100;
    color: #9e9e9e;
    text-decoration: none;
}

.sidebar_wrap .category_list ul > li > a {
    padding-left: 8px
}
.sidebar_wrap .category_list ul ul ul > li > a {
    padding-left: 15px
}
.sidebar_wrap .category_list ul > li > .sub_arrow {
    padding-left: 0
}

.sidebar_wrap .category_list ul li a:hover {
    color: #FFA300;
}

.sidebar_wrap .category_list ul li a:hover {
    color: #fff;
}


.btn_cate+ul,
.cate_deco ul {
    display: none;
}

.cate_deco>ul>li>ul {
    display: block;
}

.cate_deco>ul>li>ul>li {
    position: relative;
}

.cate_deco>ul>li>ul>li .sub_arrow {
    position: absolute;
    top: 9px;
    right: 0;
    width: 35px;
    height: 21px;
    border: none;
    border-left: 1px solid #585858;
}

.cate_deco>ul>li>ul>li .sub_arrow i {
    position: absolute;
    top: 0;
    left: 13px;
}


.category_list .btn_home {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-size: 16px;
    line-height: 2.5em;
    color: #eee;
    text-decoration: none;
}

.category_list .cate_deco .btn_cate {
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 2.5em;
    font-weight: 100;
    color: #9E9E9E;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 8px
}

.category_list .cate_deco .btn_cate:hover {
    color: #fff;
}

.category_list .cate_deco .btn_cate.active > .fa-sort-desc {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category_list .cate_deco .active.sub_arrow .fa-sort-desc {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg) translateY(-7px);
}

.category_list .cate_deco .btn_cate .fa-sort-desc {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 13px;
    height: 10px;
    margin-top: -4px;
    line-height: 0;
}

.cont-dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: 'alpha(Opacity=50)';
    filter: alpha(opacity=50);
    opacity: .5;
}
#wraper {
    width: 100%;
}

@media all and (min-width: 319px) and (max-width: 767px) {
    .header {
        height: 60px;
    }
    .header .title h1 {
        padding-top: 10px;
    }
    .header .title h1 a {
        font-size: 26px;
    }
    .header .title h1 a {
    }
    .btn_menu {
        top: 21px;
        left: 18px;
    }
    .btn_menu span {
        width: 23px;
        margin-bottom: 6px;
    }
    .btn_close .bar_1 {
        -ms-transform: translateY(11px) rotate(-45deg);
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }
    .btn_close .bar_3 {
        -ms-transform: translateY(-5px) rotate(45deg);
        -webkit-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg);
    }
    .entry {
        width: 100% !important;
        margin: 0 auto;
    }
    .article {
        width: 100% !important;
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .pagination {
        padding: 0
    }
    .pagination .wrap {
        width: 100% !important;
        margin: 20px 0 40px;
    }
    .cb_wrt .commentWrite {
        padding: 50px 20px;
        margin-top: 1px;
    }
    .cb_wrt .write_text textarea {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .cb_wrt {
        width: 100% !important
    }
    .tdiv h2, .sub_tit {
        padding: 20px 20px 5px;
    }
    .sub_tit a, .tdiv h2 a {
        font-size: 28px !important;
    }
    .ect, .cmt {
        padding: 0 20px;
    }
    .cmt {
        text-align: left
    }
    .wrap_secret {
        left: 20px;
    }
    .gotoTop {
        bottom: 0
    }
    .cb_comment_area {
        padding: 5px 20px;
    }
    #preLoader {
        top: 60px;
        background-size: 200px auto
    }
    #prevPage {
        display: inline-block;
        position: static;
        float: left;
        margin-top: 10px;
    }
    #nextPage {
        display: inline-block;
        position: static;
        float: right;
        margin-top: 10px;
    }
    .paging-num {
        padding: 10px;
        display: block;
        clear: both;
    }
    .notice .tdiv {
        margin-bottom: 0;
    }
}

@media \0screen {
    input[type=checkbox] {
        display: inline-block
    }
    input[type=checkbox]+.ch_rep {
        display: none
    }
    .wrap_secret label {
        padding-left: 3px
    }
    .active .section_title a .tit {
        background: #fff;
    }
    .active .section_title a .date {
        background: #fff;
    }
}