@charset "utf-8";

.box .mask .item:before {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.33);
    -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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    content: " "
}

.box.active .mask .item:before{
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=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;
}

a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.side_entry .ect {
    padding: 0;
    border-bottom: none
}

.side_entry .ect a, .side_entry .ect span {
    float: none;
    margin: 0;
    padding: 0;
    font-size: 15px
}

.content {
    overflow: hidden
}

.content .entry {
    overflow: hidden;
    float: left;
    width: 750px
}

.side_entry {
    float: left;
    width: 250px;
    margin-left: 50px;
    margin-top: 13px
}

.side_entry #sidebar .section {
    margin: 0;
    padding: 0;
    border: none
}

.side_entry #sidebar .section h2, .side_entry.buttonect .tit {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    font: normal 20px "Nanum Barun Gothic", serif;
    color: #000
}

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

.side_entry .ect_modify a {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.side_entry .ect_modify .mod_wrap {
    display: block;
    border: none
}

.cb_wrt .sdiv a {
    display: inline-block;
    width: 25%;
    min-width: 150px;
    height: 50px;
    border: 5px solid #eee;
    background: #fff;
    line-height: 50px;
    color: #7E7E7E;
    text-align: center;
    cursor: pointer
}

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

.btn_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 40px;
    height: 40px;
    padding: 11px 10px 7px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #A3C72F;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -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;
    cursor: pointer
}

.btn_menu span {
    display: block;
    width: 20px;
    height: 4px;
    margin-bottom: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -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
}

.btn_close .bar_2 {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn_close .bar_1 {
    -moz-transform: translatey(7px) rotate(-45deg);
    -ms-transform: translatey(7px) rotate(-45deg);
    -o-transform: translatey(7px) rotate(-45deg);
    -webkit-transform: translatey(7px) rotate(-45deg);
    transform: translatey(7px) rotate(-45deg)
}

.btn_close .bar_3 {
    -moz-transform: translatey(-7px) rotate(45deg);
    -ms-transform: translatey(-7px) rotate(45deg);
    -o-transform: translatey(-7px) rotate(45deg);
    -webkit-transform: translatey(-7px) rotate(45deg);
    transform: translatey(-7px) rotate(45deg)
}

.header_wrap .btn_menu {
    position: absolute;
    top: 20px;
    right: 0;
    width: auto;
    height: auto;
    background-color: #fff
}

.header_wrap .btn_menu span {
    width: 30px;
    height: 4px;
    margin-bottom: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #000
}

.header_wrap .btn_menu.btn_close .bar_1 {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none
}

.header_wrap .btn_menu.btn_close .bar_2 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)"
}

.header_wrap .btn_menu.btn_close .bar_3 {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none
}

.section_title a img + .ico_new {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 52px;
    height: 52px;
    background: url(./images/ico_new.png) no-repeat
}

.box .mask .aside {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(Opacity=50)"
}

/*.box .mask .item:before {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.33);
    -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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    content: " "
}

.box.active .mask .item:before{
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)"
}*/
.box.media .mask .item:before {
    display: none
}

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

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


input[type=email], input[type=password], input[type=text], select, textarea {
    padding: 0 10px;
    border-color: #DDD #F1F1F1 #F1F1F1 #DDD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #F9F9F9;
    color: #515151;
    -webkit-appearance: none;
    appearance: none
}

#preLoader {
    display: none;
    position: fixed;
    top: 81px;
    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;
    padding: 7px 5px 3px;
    border: 1px solid #eee;
    background-color: #333;
    font-size: 11px;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

#localog .tx, #taglog .tx {
    padding: 50px
}

#localog h3, #taglog h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 60px;
    font-weight: normal;
    color: #333
}

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

.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;
    cursor: pointer
}

body {
    position: relative;
}

body, button, input, td, th {
    background: #fff url(images/back.png) center top repeat-y;
    font: 12px/1.5 Roboto, "Nanum Barun Gothic", Tahoma, AppleGothic, Sans-serif;
    color: #333
}

input, textarea {
    font: 12px/1.5 Roboto, "Nanum Barun Gothic", Tahoma, AppleGothic, Sans-serif;
    color: #333
}

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: 40px;
    bottom: 40px;
    z-index: 15000;
    width: 40px;
    height: 40px;
    text-align: right
}

.header {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    -moz-box-shadow: 3px 0 3px rgba(240, 240, 240, 0.5);
    -webkit-box-shadow: 3px 0 3px rgba(240, 240, 240, 0.5);
    box-shadow: 3px 0 3px rgba(240, 240, 240, 0.5)
}

.header .title {
    position: absolute;
    top: 0;
    left: 0
}

.header .title h1 {
    display: block
}

.header .title h1 a {
    font: normal 23px serif;
    color: #000;
    display: block;
    line-height: 0
}

.sidebar_wrap .category_list {
    padding: 20px 50px 30px
}

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

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

.search_wrap {
    margin: 0 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2A2C30
}

.search_form {
    padding: 5px
}

.search_form input {
    width: 100%;
    border: none;
    background: 0 0;
    line-height: 20px;
    font-size: 11px;
    color: #eee;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header .search_form input {
    color: #999
}

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

.content {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    padding-top: 80px
}

.article_list li {
    overflow: hidden;
    float: left;
    position: relative;
    width: 320px;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff
}

.footer {
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    background-color: #fff
}

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

.article_list li .img {
    width: 326px;
    height: 222px
}

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

.copy a {
    font-weight: normal;
    color: #A3C72F
}

.ft_wrap {
    width: 1050px;
    margin: 0 auto;
    padding: 30px 0
}

.ft_wrap .tit {
    font-family: Domine,"Nanum Barun Gothic", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.section_link {
    overflow: hidden;
    padding: 0 10px 30px;
    background: #fff;
    font-family: "Nanum Barun Gothic", Tahoma, AppleGothic, sans-serif;
    color: #bbb;
    text-align: left
}

.section_title {
    padding: 30px 10px 10px;
    background: #fff;
    text-align: left
}

.section_text {
    padding: 0 10px 20px;
    background: #fff;
    font-size: 12px;
    color: #777;
    text-align: left
}

.read_more {
    padding: 0 10px
}

.read_more a {
    display: inline-block;
    padding: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2C2C2C;
    color: #FFF
}

.read_more a:hover {
    background-color: #000
}

.section_title a {
    font: normal 20px/1.2 "Nanum Barun Gothic", serif;
    color: #3D3D3D;
    text-align: left;
    text-decoration: none
}

.view_more {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px
}

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

.comment_num .fa-comments {
    margin-right: 2px;
    font-size: 16px;
    color: #999;
    vertical-align: middle
}

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

.date .fa-clock-o {
    margin-right: 2px;
    font-size: 16px;
    color: #999;
    vertical-align: middle
}

.trackback .date {
    float: none;
    margin-left: 5px
}

.mask > a {
    display: block;
    overflow: hidden;
    width: 320px;
    max-height: 550px;
    height: auto;
    line-height: 0;
}

.search_tit p {
    padding: 15px 0;
    font-size: 11px;
    font-family: "Nanum Barun Gothic";
    color: #666;
    text-align: right
}

.box .section_title {
    top: -100px
}

.pagination {
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center
}

.pagination .wrap {
    display: inline-block;
    text-align: center
}

.pagination a span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: center
}

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

.ect {
    overflow: hidden;
    margin: 1px 0;
    padding-right: 50px;
    padding-left: 50px;
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.tdiv .ect {
    padding-left: 0
}

.ect .tit {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ddd;
    font: normal 20px "Nanum Barun Gothic", serif;
    color: #000
}

input[type=checkbox] {
    display: none
}

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

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

.wrap_secret {
    position: relative
}

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

.wrap_secret input .ch_rep {
    position: absolute;
    top: -2px;
    left: 0
}

.wrap_secret label {
    position: relative;
    z-index: 1;
    padding-left: 27px;
    font-family: Roboto, "Nanum Barun Gothic", Tahoma, AppleGothic, Sans-serif;
    font-weight: 400;
    color: #bbb;
    vertical-align: middle
}

.ect a, .ect span {
    display: block;
    float: left;
    margin: 15px 0;
    padding: 0 5px;
    font-size: 11px;
    color: #aaa
}

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

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

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

.cb_wrt .commentWrite {
    margin: 1px 0;
    padding: 20px 20px 30px;
    background: #fff
}

input {
    width: 150px;
    height: 30px;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.cb_wrt .write_text {
    padding-top: 10px
}

.cb_wrt .write_text textarea {
    width: 100%;
    height: 100px
}

.cb_wrt .secretWrap {
    margin: 5px 0
}

.cb_wrt .secretWrap label {
    color: #bbb
}

.cb_wrt .sdiv {
    text-align: center
}

.cb_lstcomment {
    margin: 50px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    background: #fff
}

.cb_comment_area {
    overflow: hidden;
    margin: 0;
    padding: 15px 0 0;
    border-bottom: 1px solid #eee;
    background: #fff
}

.cb_info_area {
    overflow: hidden;
    padding: 0 10px
}

.cb_info_area .cb_section {
    float: left
}

.cb_info_area .cb_section2 {
    float: right
}

.cb_section2 a img {
    margin-right: 3px;
    vertical-align: middle
}

.cb_section2 a {
    margin-left: 5px;
    color: #AFAFAF
}

.cb_thumb_off .cb_thumb_off .cb_comment_area {
    padding-left: 10px;
    background-color: #f5f5f5
}

.cb_dsc_comment {
    padding: 5px 10px 15px
}

.hx.cmt a {
    font-size: 13px;
    font-family: Roboto, "Nanum Barun Gothic", Tahoma, AppleGothic, Sans-serif;
    font-weight: normal;
    color: #525252
}

.com_link {
    margin-right: 5px
}

.com_link:after {
    margin-left: 5px;
    content: "/"
}

#sscroll {
    width: 100%;
    height: 100%
}

.sidebar_wrap {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    z-index: 99999;
    width: 300px;
    height: auto;
    margin: 0 auto;
    background: #1A1D18
}

.header_wrap {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    height: 80px
}

#sidebar {
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sidebar .section {
    margin: 0 50px;
    padding: 20px 0 35px;
    border-bottom: 1px solid #2C3338;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sidebar .section.visit .tx p {
    color: #B2D443
}

#sidebar .section h2 {
    padding-bottom: 10px;
    font-weight: normal;
    font-weight: 300;
    font-size: 15px;
    color: #fff
}

#sidebar .section .tx p, #sidebar .section ul, #sidebar .section ul a {
    font-size: 11px;
    color: #ADADAD;
    text-decoration: none
}

.sns {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 80px
}

.header_util {
    overflow: hidden;
    padding: 50px 50px 0
}

.sub_tit a, .tdiv h2 a {
    font-family: Roboto, "Nanum Barun Gothic", Tahoma, AppleGothic, Sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    font-weight: 300;
}

.sub_tit, .tdiv h2 {
    margin: 30px 0 0;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.content > .tdiv h2, .entry:first-child .sub_tit, .pro-wrap > .tdiv h2 {
    margin: 30px 0 0;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.search_list_wrap, .section_title a img {
    visibility: hidden
}

#nextPage.no-more-next, #prevPage.no-more-prev, #tistorytoolbarid, .article_list li.text .mask, .box.media .mask .aside, .box.media .mask:before, .media.soundcloud .ico_new, .section_title a .ico_new, hr {
    display: none
}

.cb_wrt .write_item p label, .pro-wrap .protect_i_w label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Roboto, "Nanum Barun Gothic", Tahoma, AppleGothic, Sans-serif;
    font-weight: 400;
    color: #CCC;
    vertical-align: middle
}

.cb_wrt .write_item p label span, .pro-wrap .protect_i_w label span {
    color: #000
}

.cb_date {
    font-size: 11px;
    color: #666
}

.cb_nick_name {
    margin-right: 5px
}

.cb_nick_name img {
    vertical-align: -4px
}

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

.article {
    margin: 1px 0 0;
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.article embed, .article iframe, .article img {
    max-width: 100%
}

.cmt {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    background: #fff
}

.pagination .interword, .pagination a {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: -1px;
    margin-right: 3px;
    border: 1px solid #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    line-height: 40px;
    font-weight: normal;
    font-size: 15px;
    font-family: "Nanum Barun Gothic";
    color: #666;
    text-align: center;
    -moz-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.03);
    -webkit-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.03);
    box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.03)
}

.trackback {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.trackback h3 {
    margin-bottom: 10px;
    padding: 0 10px
}

.trackback ol {
    padding: 0 10px
}

.trackback ol li {
    padding: 10px 0;
    border-top: 1px solid #eaeaea
}

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

.cb_wrt .write_item p, .wrap_secret {
    margin-top: 5px
}

.wrap_secret {
    margin-top: 15px
}

.cb_wrt .secretWrap .sdiv, .cb_wrt .write_item p.first {
    margin-top: 0
}

.header_util li, .sns li {
    float: left;
    padding: 0 15px
}

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

@media \0screen {
    input[type=checkbox] {
        display: inline-block
    }
    input[type=checkbox]+.ch_rep {
        display: none
    }
    .wrap_secret label {
        padding-left: 3px
    }
    .btn_close .bar_2 {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.category_list .cate_deco .btn_cate {
    display: block;
    position: relative;
    border-bottom: 1px solid #585858;
    font-size: 21px;
    line-height: 2.5em;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.category_list .cate_deco .active .fa-sort-desc {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category_list .cate_deco .active.sub_arrow .fa-sort-desc {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg) translatey(-7px);
    -ms-transform: rotate(180deg) translatey(-7px);
    -o-transform: rotate(180deg) translatey(-7px);
    -webkit-transform: rotate(180deg) translatey(-7px);
    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
}

.header_wrap .search_wrap {
    position: absolute;
    top: 20px;
    right: 60px;
    width: 250px;
    margin: 0;
    border: 1px solid #dadada;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff
}

.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);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5
}

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

#main {
    display: none
}

@media all and (min-width: 319px) and (max-width: 767px) {
    
    #main,#search_list {
        width:320px;
        margin: 0 auto;
    }
    
    .noti-wrap {
        padding-top: 30px
    }
    
    .article embed, .article iframe {
        max-width: none;
    }
    
    .cb_comment_area {
        padding: 0 10px;
    }
    .pagination #nextPage, .pagination #prevPage {
        font-size: 10px
    }
    .preloader {
        background: #fff url(./images/preloader.gif) center center no-repeat;
        -webkit-background-size: 200px auto;
        background-size: 200px auto
    }
    #preLoader {
        top: 0
    }
    .section_title a img + .ico_new {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8888;
        width: 26px;
        height: 26px;
        background: url(./images/ico_new.png) no-repeat;
        -webkit-background-size: 26px auto;
        background-size: 26px auto
    }
    .trackback h3 embed {
        display: none
    }
    body {
        overflow-x: hidden;
        background: #fff;
        -webkit-overflow-scrolling: touch
    }
    .header {
        display: none
    }
    .ft_wrap {
        width: auto
    }
    .content, .content .entry {
        width: 100%;
        margin: 0;
        padding-top: 30px;
        min-width: 320px;
    }
    .article_list li {
        float: none;
        top: 0;
        margin: 0 auto
    }
    .entry:first-child .sub_tit {
        width: 100%;
        margin: 0;
        padding: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .sub_tit a, .tdiv h2 a {
        font-size: 26px
    }
    .footer {
        padding: 10px
    }
    .sub_tit a {
        font-size: 24px
    }
    .side_entry {
        width: 100%;
        margin: 0;
        padding: 0px 20px 20px;
        margin-top: 30px;
        border-top: 1px solid #ddd;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .article, .cmt, .ect {
        margin: 0;
        padding: 20px
    }
    .tdiv .ect {
        padding: 0 20px;
    }
    .side_entry .tdiv .ect {
        padding: 0;
    }
    .side_entry .ect .tit {
        display: block;
        margin-top: 20px
    }
    .gotoTop {
        right: 10px;
        bottom: 30px
    }
    .side_entry #sidebar .section h2 {
        display: block;
        margin-top: 20px
    }
    .sub_tit {
        padding: 20px 20px 10px
    }
    .sub_tit, .tdiv h2 {
        margin: 0;
        padding: 0 20px 20px;
        border-bottom: 1px solid #eaeaea;
        background: #fff
    }
    .article .imageblock, .article .imageblock img {
        max-width: 100% !important
    }
    .article .imageblock img {
        height: auto !important
    }
    #nextPage, #prevPage, .pagination a span {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #fff
    }
    .pagination a span.selected {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #363636
    }
    .pagination .interword, .pagination a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .pagination .interword span, .pagination a span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px
    }
    .pagination {
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .header_util {
        overflow: hidden;
        position: absolute;
        bottom: 20px;
        margin-top: 0;
        padding: 0 50px;
        border-top: none
    }
    #sidebar {
        padding-bottom: 100px
    }
    .tistorytoolbar {
        display: none
    }
}
