@charset "utf-8";

.sideWrap{overflow: hidden;position: relative;z-index: 9999999;height: 100%;width: 100%;}
#targetContent {
  overflow: hidden;
  position: absolute;
  left: -9999px;
  width: 0;
  height: 1px;
  margin: 0;
  padding: 0;
}
.searchList {
  text-align: center;
  height: 46px;
}
.csstransitions .sidebarWrap {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.csstransitions .sidebarWrap.slide {
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
}

#preLoader{
  display: none;
  position: fixed;
  top:0;
  left:0;
  box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: none;
    background: rgba(255,255,255,0.4);
    z-index: 5;
}
#preLoader .wrap {
  position: absolute;
  top:50%;
  left:50%;
  margin-left: -40px;
  margin-top: -20px;
    text-align: center;
    font-size: 26px;
    position: relative;
    width: 80px;
    margin-right: 30px;
    z-index: 10
}

.preloader .wrap div {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #ddd;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both
}

.preloader .wrap .one {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.preloader .wrap .two {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.comments_toggle {
position: relative;
padding-top: 60px; }
.comments_toggle .toggle {
vertical-align: top;
background-color: white;
box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
background-image: linear-gradient(to bottom, #eeeeee, white 25px);
margin-top: 20px;
font-size: 11px;
color: #4E4E4E;
font-weight: normal;
border-radius: 30px;
overflow: hidden;
line-height: 15px;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
display: block;
padding: 3px; }
.comments_toggle .toggle ul {
position: relative;
overflow: hidden;
display: block;
height: inherit;
font-size: 10px;
text-transform: uppercase;
background: #01AAFF;
border-radius: inherit;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
padding: 0 7px 0 8px }
.comments_toggle .toggle ul li {
float: left; }
.comments_toggle .toggle ul li:first-child {
margin-right: 6px; }
.comments_toggle .toggle ul li a {
color: #fff;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
padding: 7px 0 4px;
display: block;
font-size: 10px; }
.ie8 .comments_toggle .toggle ul li a {padding: 5px 0;}
.comments_toggle .toggle .pointer {
position: absolute;
top: 6px;
left: 6px;
width: 44px;
height: 19px;
background: white;
border-radius: 10px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(#f0f0f0));
background-image: -webkit-linear-gradient(white 40%, #f0f0f0);
background-image: linear-gradient(white 40%, #f0f0f0);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease; }
.comments_toggle .toggle .pointer:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -6px 0 0 -11px;
width: 21px;
height: 12px;
background: #f9f9f9;
border-radius: 6px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(white));
background-image: -webkit-linear-gradient(#eeeeee, white);
background-image: linear-gradient(#eeeeee, white); }
.comments_toggle .cmtLeft {
display: block; }
.comments_toggle.active .cmtLeft, .comments_toggle .cmtRight {
display: none; }
.comments_toggle.active .cmtRight {
display: block; }
.comments_toggle.active .toggle ul {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
background: #E05832; }
.comments_toggle.active .toggle .pointer {
left: 51px;
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }


.listAlert{
  box-sizing: border-box;
  /*background: #F0F1EB;*/
  /*background: rgba(240, 241, 235, 0.7);*/
    padding: 12px 0 ;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    position: absolute;
    top:  0;
    left: 0;
    width: 100%;
    z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.listAlert em{font-weight: bold;color: #999}
.listAlert.active{
  -webkit-transform: translateY(-41px);
      -ms-transform: translateY(-41px);
          transform: translateY(-41px);
          opacity: 0
}

.section.comment {
  position: relative;
}

.section.comment .sns {
    position: absolute;
    top: 9px;
    right: 3px;
    width:108px;
}

.section.comment .sns a {
  font-weight: normal;
  color: #ddd;
  font-size: 30px;
}

.section.comment .sns .facebook:hover {
  color: #3636B7;}
.section.comment .sns .facebook {
  color: #ddd;
  font-size: 27px;
  vertical-align: 1px;
  margin-right: 6px;
}

.section.comment .sns .twitter:hover {
  color: #01B7F9;}
.section.comment .sns .twitter {
  color: #ddd;
  margin-right: 6px;
}

.section.comment .sns .kakaostory:hover {
  color: #FFC800;}
.section.comment .sns .kakaostory {
  color: #ddd;
}

.ad {
  margin: 20px;
  text-align: center;
}

.ect .ad,
.sideEntry .ad {
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

.blind, legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
}
.listItem.noImage .mask{display: none}

.listItem .mask .item:before {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
  content: " ";
}

.listItem.active .mask .item:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)";
}

.sidebarWrap .categoryList .categoryList {
  padding: 0;
}

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

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

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

.content {
  overflow: hidden;
}

.content .entry {
  margin-top: -46px;
  overflow: hidden;
  float: left;
  width: 820px;
}

.sideEntry {
  margin-top: -36px;
  float: left;
  width: 200px;
  margin-left: 30px;
}

.sideEntry #sidebarEntry .section {
  margin: 0;
  padding: 0;
  border: none;
}

.sideEntry #sidebarEntry .section h2, .sideEntry.buttonect .tit {
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e3e3e3;
  font-size: 20px;
  font-weight: normal;
  color: #000;
}

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

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

.sideEntry .ectModify .mod_wrap {
  display: block;
  border: none;
}

.guestWrap .btnArea a {
  display: inline-block;
  width: 20%;
  min-width: 150px;
  height: 50px;
  border: 1px solid #eee;
  background: #fff;
  line-height: 50px;
  color: #7E7E7E;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border 1s ease;
  transition: border 1s ease;
}

.guestWrap .btnArea a:hover {
  border-color: #C1C1C1;
}

body, button, h1, h2, h3, h4, h5, h6, input, select, td, textarea, th {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Spoqa Han Sans","맑은고딕","Malgun Gothic",AppleGothic,Sans-serif;
  font-family: "맑은고딕","Malgun Gothic","돋움",dotum,AppleGothic,Sans-serif \0/IE8+9;
  color: #333;
}

.btnMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 40px;
  height: 40px;
  padding: 11px 10px 7px;
  border-radius: 0;
  background-color: #0060A9;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.btnMenu span {
  display: block;
  width: 20px;
  height: 4px;
  margin-bottom: 3px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

.headerWrap .btnMenu span {
  width: 30px;
  height: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
  background-color: #000;
}

.headerWrap .btnMenu.btnClose .barOne {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.headerWrap .btnMenu.btnClose .barTwo {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)";
}

.headerWrap .btnMenu.btnClose .barThree {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}


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

.btnClose .barOne {
  -webkit-transform: translatey(7px) rotate(-45deg);
      -ms-transform: translatey(7px) rotate(-45deg);
          transform: translatey(7px) rotate(-45deg);
}

.btnClose .barThree {
  -webkit-transform: translatey(-7px) rotate(45deg);
      -ms-transform: translatey(-7px) rotate(45deg);
          transform: translatey(-7px) rotate(45deg);
}

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

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

.listItem.media .mask .item:before {
  display: none;
}

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

.listItem.vimeo:hover:before {
  background-position: -20px -20px;
}

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

.listItem.youtube:hover:before {
  background-position: -20px 0;
}

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

.listItem.soundcloud:hover:before {
  background-position: -20px -40px;
}

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

.protectSection .protectDesc {
  margin-top: 150px;
  margin-bottom: 20px;
  text-align: center;
}

.protectSection .protectWrite {
  margin-bottom: 150px;
  text-align: center;
}

.protectSection .protectWrite .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: 80px;
}

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

#taglog a,#localog a {
  font-size: 12px;
  color: #333;
  padding: 3px 5px;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  display: inline-block;
}

#taglog a:hover,#localog a {
  color: #000;
  box-shadow: inset 0 0px 8px #efefef;
}

#taglog a:before {
  content: "#";
}

.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 {
  color: #333;
}

input, textarea {
  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: visible;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.gotoTop {
  position: fixed;
  right: 0;
  bottom: -40px;
  z-index: 15000;
  width: 40px;
  height: 40px;
  text-align: right;
  background: url(./images/ico_top.png) 0 0 no-repeat;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gotoTop a{display: block;
  width: 40px;
  height: 40px;}

.gotoTop.show {
  bottom: 0;
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  z-index: 140;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #EFEFEF;
  background-color: #fff;
  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;
}

.sidebarWrap .categoryList {
  padding: 20px 50px 10px;
}

.sidebarWrap .categoryList 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;
}

.sidebarWrap .categoryList ul li a:hover {
  color: #fff;
}

.list_tag li {
  display: inline-block;
}

.list_tag a {
  font-size: 12px;
  color: #ADADAD;
  padding: 3px 5px;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #313131;
  margin-bottom: 5px;
  display: inline-block;
}

.list_tag a:hover {
  color: #000;
  box-shadow: inset 0 0px 8px #333;
}

.list_tag a:before {
  content: "#";
}

.tagTrail a {
  font-size: 12px;
  color: #333;
  padding: 3px 5px;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  display: inline-block;
}

.tagTrail a:hover {
  color: #000;
  box-shadow: inset 0 0px 8px #efefef;
}

.tagTrail a:before {
  content: "#";
}

.searchWrap {
  margin: 72px 50px 0px;
  border-radius: 7px;
  background-color: #2A2C30;
}

.searchForm input {
  width: 100%;
  border: none;
  background: 0 0;
  padding:0 10px;
  line-height: 20px;
  font-size: 11px;
  color: #eee;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  border-radius: 7px;
}

.header .searchForm input {
  border-radius: 28px;
  color: #999;
  padding-left: 45px;
  width: 85px;
  background: url("./images/ico_search.png") 9px 10px no-repeat;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#searchOne:focus {
  width: 140px;
}

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

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


.listItemWrap {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

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

.listItem .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.listItem .mask img {
  width: 100%;
  overflow: hidden;
}

.listItem .img {
  width: 100%;
  height: 222px;
}

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

.copy a {
  font-weight: normal;
}

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

.footerWrap .tit {
  font-size: 13px;
  color: #565656;
}

.sectionLink {
  overflow: hidden;
  padding: 0 10px 30px;
  background: #fff;
  color: #ccc;
  text-align: left;
}

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

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

.readMore {
  padding: 0 10px 20px;
}

.readMore a {
  display: inline-block;
  padding: 6px;
  border-radius: 7px;
  background-color: #fff;
  color: #666;
  border: 1px solid #eee;
}

.readMore a:hover {
  border-color: #ddd;
}

.sectionTit a {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #3D3D3D;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

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

.lockItem .commentNum{
  display: none;
}
.commentNum {
  float: right;
  text-align: left;
}

.commentNum .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: 100%;
  max-height: 550px;
  height: auto;
  line-height: 0;
}

.embedLive .mask > a {
  position: relative;
  padding-top: 56.25%;
}

.mask > a iframe {
  position: absolute;
  top:0;left:0;
  width: 100%;
  height: 100%;
}
/*.search_tit p em{font-weight: bold}
.search_tit p {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 0;
  font-size: 11px;
  color: #666;
  text-align: right;
}*/

.listItem .sectionTit {
  top: -100px;
}

.pagination {
  overflow: hidden;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  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: #F9F9F9;
  font-weight: normal;
  color: #ddd;
}

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

.titSection .ect {
  padding-left: 0;
}

.ect .tit {
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #efefef;
  font-size: 20px;
  font-weight: normal;
  color: #000;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + .chRep {
  position: absolute;
  top: 0;
  left: 0;
  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;
     -moz-appearance: none;
          appearance: none;
}

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

.wrapSecret {
  position: relative;
}

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

.wrapSecret input .chRep {
  position: absolute;
  top: -2px;
  left: 0;
}

.wrapSecret label {
  position: relative;
  z-index: 1;
  padding-left: 27px;
  font-weight: 400;
  color: #ccc;
  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, .ect span: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;
}

.guestWrap .btnArea {
  margin: 1px 0;
  padding: 20px 0 30px;
}

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

.guestWrap .writeText {
  padding-top: 10px;
}

.guestWrap .writeText textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 10px;
}

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

.guestWrap .secretWrap label {
  color: #ccc;
}

.guestWrap .btnArea {
  text-align: center;
}

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

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

.cb_info_area {
  overflow: hidden;
    padding: 20px 20px 5px 55px;
}

.cb_info_area .cb_section {
  float: left;
}

.cb_info_area .cb_section2 .mobile{
  display: none;
}
.cb_info_area .cb_section2 {
  float: right;
}

.cb_comment_area .cb_info_area:hover .cb_section2 {
  opacity: 1;
}


.cb_comment_area .cb_info_area .cb_section2 {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}


.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 {
  background-color: #f9f9f9;
  border-top:1px solid #eee;
  border-bottom: none;
}

.cb_dsc_comment {
  padding: 0 20px 20px 55px;
}

.section.comment a {
  font-size: 13px;
  font-weight: normal;
  color: #525252;
}

.comLink {
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.subTit a, .titSection h2 a {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
  color: #333;
  font-weight: 300;
}

.subTit, .titSection h2 {
  margin: 30px 0 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #efefef;
}

.content > .titSection h2, .entry:first-child .subTit, .protectSection > .titSection h2 {
  margin: 30px 0 0;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  background: #fff;
}
.protectSection > .titSection h2{
  margin-top:0;
}
.search_list_wrap, .sectionTit a img {
  visibility: hidden;
}

#nextPage.no-more-next, #prevPage.no-more-prev, #tistorytoolbarid, .listItem.text .mask, .listItem.media .mask .aside, .listItem.media .mask:before, .media.soundcloud .icoNew, .sectionTit a .icoNew, hr {
  display: none;
}

.commentWrite .writeItem p label, .protectSection .protectWrite label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #CCC;
  vertical-align: middle;
}

.commentWrite .writeItem p label span, .protectSection .protectWrite label span {
  color: #000;
}

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

.cb_nick_name {
  margin-right: 5px;
}

.cb_nick_name img{position: absolute;    position: absolute;
    top: 23px;
    left: 15px;
    border: 1px solid #ddd;
    border-radius: 30px;z-index: 2;background: #fff;}
.cb_nick_name:before {
content: "";
width: 32px;
height: 32px;
position: absolute;
top: 25px;
left: 16px;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABD9JREFUeNqkV0tIG1EUvfn4iyZqzCJEUxE3YpOioii4btCNG0stCOquuuuuiy4KhUKX3am71pXWbrWSLsWNn+IXFyLUWINKjeIn8W/veZ2XjuNkZqwXDiTz7tzz7n33nffGlp+fTxYsj9HKeGqz2ULX19fBm5sbLwbsdnuCn23y/2X++53xjZEyC2gzIS5mvGL0cPBHJycnxAS6jjwBcrlcGI/x30+Mj4z9/yHuZrxnwtLLy0s6PT2lkpISCofD5Pf7Sb6HycTjcVpaWqL9/X3Ky8sjh8OBCWzx8BvG5/sQ9zN6mZSurq4olUpRc3Mztba2UlFREXGpBWAggd/e3h6NjY3R9PS0yBzPFBtg9GkJHNnZ2dpnI0q2wpLJpCDt7u4mZH5wcCCyl8CkkLXb7abGxkba3t6mjY0NysnJkSHqGdWMr0bE/WpSBPV6vdTV1SVIj4+P1Zn8Kxs/Ozs7E+tcXl5O8/PzYsJOp1O6PGb4GWPpnlC9/wLlVQdEOUOhkChvJlI1+dHREfl8PqqqqhJLpLFeheMWsZsxqBcQJZTracUwgcLCwkzDgwpXmvg1w6PnKbeQUbZqUmSKd+R/jXkULkHsYrzUCwLb3d1Nr5+ZwQd9sbOzY+QGLheiRRg+7agUCgRCY1klvri4EN2ujqExcEUQrUVvVL5UW1srxALkZgYfj8dDNTU1Zq4tIH5iRIxGwZaz0mBY39zc3HRzZZJXcII4kKlsMEghAoLcIJAYg2igH5aXlzM1l7QABOQd/8jRG83KyhIqhD0MjT4/PzdcX+j08PAwzc3NaWXzjmLazZoFNjMzI8QBZcxkIIKczs7OCkKzZsRowqh8CIjOXl1dTR8Qen5oKpQYy6Icj0a8CRDHzbKG5o6Pj9Pa2hoVFBTc8cGzlZUVikajYnksiE0cxItGHpg5Snx4eEhTU1PqU+dWL0xOToqDAb4m2cIWQTxBDzQ1kQVS2ASIo4zfZvsTVlZWpkuKy4Acs7DfwRUFcTLTyYS1ghqhuSorK6m+vl50t9YH262pqYlKS0tFuTFRg3UGV1JefXBU/cLpIV+AEEB3YXV1ddTe3i5EBMTarYIs0dUgHR0dFaIj1172hLIEhygc48iBQTYow0/GMxxpEAo8h2i0tbVRJBIRLyIzvf2JyeJgQHc3NDSIzFEp3MNQLRmP/Xo4zg/xDmYqjR36+arTC5Gvrq6mYDAogkIYTMqXzhxbr7i4WPjHYjGxzRYWFiiRSAxw9ulLny0Q+CvVyKaiooI6OztHuPzP5SUOwaxcAvQaDssIGeXl+TI0NNSxvr6e1gE7nACUBg95H3bw4T+AiVi9eeiVHhNGP/ClYICVrAOVVR+tdm0HYz34N0rSw9h6wPbeUr5A+mSjqpMwUnJ8AYQZOL1i9yCMKe+EM31FwJwmQfDt85bxQX60MUKMIMMrBZ+xybjXR9sfAQYAJ5gVw9kfDZUAAAAASUVORK5CYII=");
background-repeat: no-repeat;
z-index: 1; }

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

.article {
  margin: 1px 0 0;
  padding: 30px;
  background: #fff;
}

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

.comment {
  padding: 20px 0;
  border-top: 1px solid #efefef;
}

.pagination .interword, .pagination a {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: -1px;
  margin-right: 3px;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fff;
  line-height: 40px;
  font-weight: normal;
  font-size: 15px;
  color: #666;
  text-align: center;
  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;
word-break: break-all;
}

.trackback ol {
  padding: 0 10px;
}

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

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

.commentWrite .writeItem p, .wrapSecret {
  margin-top: 5px;
}

.wrapSecret {
  margin-top: 10px;
}

.commentWrite .secretWrap .section, .commentWrite .writeItem p.first {
  margin-top: 0;
}

.headerUtil {
  padding-bottom: 20px;
}

.headerUtil li {
  float: left;
  padding-left: 48px;
}

.headerUtil li:first-child {
  padding-left: 0;
}

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

.ie8 input[type=checkbox] {
  display: inline-block;
  height: 17px;
  vertical-align: top;
}

.ie8 input[type=checkbox]+.chRep {
  display: none;
}

.ie8 .wrapSecret label {
  padding-left: 3px;
}

.ie8 .btnClose .barTwo {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  filter: alpha(opacity=100);
}

.categoryList .cateDeco .btnCate {
  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;
}

.categoryList .cateDeco .active .fa-sort-desc {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.categoryList .cateDeco .active.sub_arrow .fa-sort-desc {
  -webkit-transform: rotate(180deg) translatey(-7px);
      -ms-transform: rotate(180deg) translatey(-7px);
          transform: rotate(180deg) translatey(-7px);
}

.categoryList .cateDeco .btnCate .fa-sort-desc {
  overflow: visible;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 13px;
  height: 10px;
  margin-top: -4px;
  line-height: 0;
}

.headerWrap .searchWrap {
  position: absolute;
  top: 20px;
  right: 60px;
  margin: 0;
  border: 1px solid #dadada;
  border-radius: 28px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "alpha(Opacity=50)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/*
.btnCate ul, .cateDeco ul {
  display: none;
}
*/
.cateDeco > ul > li > ul {
  display: block;
}

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

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

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

#main {
  display: none;
}

.headroom {
    will-change: all;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    height: 40px;
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 40px;
}
.headroom--top{
    height: 80px;}

.headroom--pinned .headerWrap,
.headroom--unpinned .headerWrap{
    height: 40px;
}
.headroom--top .headerWrap{
    height: 80px;
}


.header .title h1 a img{
    will-change: height;
    -webkit-transition: height 200ms linear;
    transition: height 200ms linear;
height:80px;}

.headroom--pinned .title h1 a img,
.headroom--unpinned .title h1 a img{height:40px;}

.headroom--top .title h1 a img{height:80px;}

.headroom--pinned .headerWrap .searchWrap,
.headroom--unpinned .headerWrap .searchWrap{
  top: -1px;
  border: none;
}
.headroom--top .headerWrap .searchWrap{
  top: 20px;
    border: 1px solid #dadada;
}

.headroom--pinned .headerWrap .btnMenu,
.headroom--unpinned .headerWrap .btnMenu{
  top:-2px;
}
.headroom--top .headerWrap .btnMenu{
  top:20px;
}

.ie8 .headroom--pinned {
    top:0;
}
.ie8 .headroom--unpinned {
    top:-81px;
}

#contentWrap {
  position: relative;
}

.sectionRelated {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.sectionRelated .titRelated {
  font-weight: normal;
  font-size: 11px;
  color: #666;
}

.listRelated {
  overflow: hidden;
  margin-top: 15px;
}

.listRelated li {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 1px;
  box-sizing: border-box;
}

.listRelated li:first-child {
  padding-left: 0;
}

.listRelated .linkRelated {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  font-size: 13px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.listRelated .thumb_type .linkRelated {
  width: 100%;
  height: 200px;
  border: 0 none;
}

.listRelated .frameRelated {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(Opacity=40);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-sizing: border-box;
}

.linkRelated:hover .frameRelated {
  opacity: .65;
  filter: alpha(Opacity=65);
  border: 4px solid #ddd;
}

.thumb_type .frameRelated {
  display: block;
}
.listRelated .thumbRelated img{
  width: 100%;
  height: auto;
}
.listRelated .thumbRelated {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.listRelated .txtRelated {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  max-height: 80px;
  padding: 27px 20px 0;
  color: #5c5c5c;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.listRelated .linkRelated:hover .txtRelated {
  text-decoration: underline;
}

.listRelated .dateRelated {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
  width: 100%;
  color: #a7a7a7;
}

.listRelated .thumb_type .txtRelated {
  color: #fff;
}

.listRelated .thumb_type .dateRelated {
  color: #fff;
  opacity: 0.7;
}

.sectionRelated .linkMore {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  text-decoration: none;
}

.listItem {
  overflow: hidden;
  position: relative;
  width: 33.33333333%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 25px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 20px;
}
.ie8 .listItem {
  width:33%;
}

@media only screen 
 and (min-width: 570px) 
 and (max-width: 738px) {
  .listItem {
    width: 50%;
  }
}

@media only screen 
 and (min-width: 320px) 
 and (max-width: 569px) {
  .listItem {
    width: 100%;
  }
}

@media only screen 
 and (min-width: 320px) 
 and (max-width: 736px)
 and (-webkit-min-pixel-ratio: 2) {
  .listItem {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 738px) {

  body, button, h1, h2, h3, h4, h5, h6, input, select, td, textarea, th {
    font-family: '나눔 고딕',Dotum, 'droid sans fallback','AppleGothic',sans-serif;
  }
  
  .gotoTop {
    background: url(./images/ico_top_m.png) 0 0 no-repeat;
    background-size: 40px auto;
  }

  .sidebarWrap{overflow-y:scroll;}
  .sideWrap{height: auto}

  .comments_toggle.active .cmtRight {
  padding: 0 20px;}

  .listAlert{
    border-radius: 0;
  }
  blockquote:before, q:before,
  blockquote:after, q:after{
    background-size: 9px auto;
  }

  .cb_info_area .cb_section2 .mobile{
    display: block;
  }
  .cb_info_area .cb_section2 > span{
    display: none;
  }
  .cb_thumb_off .cb_info_area .cb_section2 {
      opacity: 1;
  }
  .tistoryProfileLayerTrigger
  {display: none !important}

  .sectionRelated {
    width: 100%;
    margin-top: 30px;
  }

  .sectionRelated .titRelated {
    display: block;
    padding: 0 20px;
    font-size: 14px;
  }

  .listRelated {
    padding: 0 20px;
    margin-top: 1px;
  }

  .listRelated li {
    width: 50%;
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
  }

  .listRelated li:first-child {
    padding: 1px;
  }

  .listRelated .linkRelated {
    width: 100%;
    height: 100%;
    min-height: 150px;
  }

  .listRelated .thumb_type .linkRelated {
    width: 100%;
    height: 100%;
    min-height: 150px;
  }

  .listRelated .thumbRelated .imgRelated {
    width: 100%;
  }

  .listRelated .txtRelated {
    padding: 18px 10px 0;
    font-size: 14px;
    line-height: 17px;
  }

  .listRelated .dateRelated {
    font-size: 13px;
    bottom: 14px;
  }

  .listRelated .txtRelated {
    color: #222;
  }

  .listRelated .txtRelated,
  .listRelated .dateRelated {
  }

  #tt-body-page .area_reply {
    margin-top: 35px;
  }

  .sectionRelated .linkMore {
    right: 20px;
    top: 0;
  }
  .guestWrap{margin:0 20px;}

  #taglog,#localog{padding:20px;}
  #localog h3, #taglog h3{font-size: 30px;}
  /*.search_tit p{right: 20px}*/
  .ad {
    overflow: hidden;margin:20px 0;
  }

  .ect .ad, .sideEntry .ad {
    display: none;
  }

  .section.comment .sns {
    right: 20px;
  }

  #main,#search_list {
    width: 100%;
    margin: 0 auto;
  }

  .noticeSection {
  }

  .article embed, .article iframe {
    max-width: none;
  }

  .sideEntry .ect a, .sideEntry .ect span {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 19px;
  }

  .sideEntry .ect .ectDate {
    position: absolute;
    top: 38px;
    left: 19px;
    font-size: 10px;
    color: #BFBFBF;
  }

  .sideEntry .ect a img {
    display: none;
  }


  .pagination #nextPage, .pagination #prevPage {
    font-size: 10px;
  }

  .commentWrite .commentWrite {
    padding: 20px 20px 30px;
  }

  .sectionTit a img + .icoNew {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 26px;
    height: 26px;
    background: url(./images/icoNew.png) no-repeat;
    background-size: 26px auto;
  }

  .trackback h3 embed {
    display: none;
  }

  body {
    overflow-x: hidden;
    background: #fff;
    margin-right: 0 !important;
  }

  .header {
    position: fixed;
    height: 39px;
    background-color: rgba(255,255,255,0.8);
  }

  .headerWrap {
    width: 100%;
    height: 39px;
  }

  .headerWrap .searchWrap {
    display: none;
  }

  .headerWrap .btnMenu {
    display: none;
  }

  .header .title {
    position: relative;
    text-align: center;
    left: 24px;
  }

  .header .title h1 a img,
  .headroom--top .title h1 a img {
    height: 40px;
  }

  .footerWrap {
    width: auto;
    padding:20px;
  }

  .content, .content .entry {
    width: 100%;
    margin: 0;
    padding-top: 40px;
  }
  .content .entry {
    padding-top: 10px
  }

  .entry:first-child .subTit {
    width: 100%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }

  .subTit a, .titSection h2 a {
    font-size: 26px;
  }

  .footer {
    padding: 10p;
  }

  .subTit a {
    font-size: 24px;
  }

  .sideEntry {
    width: 100%;
    margin: 0;
    padding: 0px 20px 20px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }

  .article, .comment, .ect {
    margin: 0;
    padding: 20px;
  }

  .titSection .ect {
    padding: 0 20px;
  }

  .sideEntry .titSection .ect {
    padding: 0;
  }

  .sideEntry .ect .tit {
    display: none;
  }

  .gotoTop {
    right: 0;
    bottom: -20px;
  }

  .gotoTop.show {
    right: 0;
    bottom: 0;
  }

  .sideEntry #sidebarEntry .section h2 {
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }

  .subTit {
    padding: 20px 20px 10px;
  }
  .comments_toggle .toggle{
    right: 15px;
  }

  .subTit, .titSection h2 {
    margin: 0;
    padding: 0 20px 20px;
    border-bottom: 1px solid #efefef;
  }
  .protectSection > .titSection h2{
    margin: 0;
    padding: 0 20px 20px;
    border-bottom: 1px solid #efefef;
  }

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

  .article .imageblock img {
    height: auto !important;
  }

  #nextPage, #prevPage, .pagination a span {
    border-radius: 7px;
    background: #fff;
  }

  .pagination a span.selected {
    border-radius: 7px;
    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: 0 20px;
    box-sizing: border-box;
  }

  .headerUtil {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    margin-top: 0;
    padding: 0 50px;
    border-top: none;
  }

  #sidebar {
    padding-bottom: 64px;
  }

  .tistorytoolbar {
    display: none;
  }

  .headerUtil li, .sns li {
    padding: 0 10px;
  }

  .headerUtil li img {
    width: 17px;
  }
}

@media only screen and (min-width: 738px) and (max-width: 1050px) {
  .comments_toggle.active .cmtRight {
  padding: 0 20px;}
  .protectSection > .titSection h2{
    margin: 0;
    padding: 0 20px 20px;
    border-bottom: 1px solid #efefef;
  }
  .comments_toggle .toggle{
    right: 15px;
  }
  .listAlert{
    border-radius: 0;
  }
  .sectionRelated {
    width: 100%;
        margin-top: 54px;
        box-sizing: border-box;
        padding: 20px;
  }

  .listRelated {
  }

  .listRelated li {
    width: 25%;
    margin-right: 0;
    box-sizing: border-box;
  }

  .listRelated .linkRelated {
    width: 100%;
  }

  .listRelated .thumb_type .linkRelated {
    width: 100%;
  }

  .sectionRelated .linkMore {
    top: 12px;
    right: 20px;
  }
  /*.search_tit p{right: 20px}*/
  body{
    overflow-x: hidden;
        background: #fff;
        margin-right: 0 !important;
  }
  .content,
  .headerWrap{width:100%;}
  .header .title{margin-left: 20px}
  #btnMenuTwo{display: none}
  .footerWrap{padding:20px 20px;width:100%;}
  .subTit, .titSection h2{padding:10px 20px 20px;}
  
  .content, .content .entry {
    width: 100%;
    margin: 0;
    padding-top: 80px;
    min-width: 320px;
  }
  .content .entry {
    padding-top: 0
  }
  .ad{overflow: hidden;}
  .guestWrap,
  .section.comment{padding:20px;}
  .sideEntry .ect .ectCategory a, .sideEntry .ect span {
      display: inline-block;
      position: absolute;
      top: 45px;
      left: 19px;
    }
  .sideEntry .ect .modWrap{
      display: inline-block;
      position: absolute;
      top: 40px;
      right: 19px;
      left: inherit;
    }

    .sideEntry .ect .ectDate {
      position: absolute;
      top: 65px;
      left: 19px;
      font-size: 10px;
      color: #BFBFBF;
    }
  .ect .tit{display: none}

  .sideEntry {
    width: 100%;
    margin: 0;
    padding: 0px 20px 20px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }

  .article, .comment, .ect {
    margin: 0;
    padding: 20px;
  }

  .titSection .ect {
    padding: 0 20px;
  }

  .sideEntry .titSection .ect {
    padding: 0;
  }

  .sideEntry .ect .tit {
    display: none;
  }

  .gotoTop {
    right: 0;
    bottom: -20px;
  }

  .gotoTop.show {
    right: 0;
    bottom: 0;
  }

  .sideEntry #sidebarEntry .section h2 {
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }
  .sideEntry .ad{
    display: none
  }
  .section.comment .sns{right:20px;}

}