span.td-module-comments {
    display: none!important;
} /* comment count display:none*/


@media (max-width: 767px){
.td-scroll-up {
    display: block;
	}}
/*to top button mobile visible*/


.td-menu-background:before, .td-search-background:before {
background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%)!important;
}
/*menu & search back ground more black*/

/*related font */
/* 본문 안 a href 밑줄로 */
.td-post-content div#wtr-content li>a, .td-post-content div#wtr-content p>a, .td-post-content div#wtr-content sup>a {
    color: #444444;
    border-bottom: #ef4f4f solid 1.5px;
  }/* 본문 안 a href 밑줄로 */

div#wtr-content p>b, div#wtr-content p>strong {
    background-color: #ef4f4f30;
    font-weight: 400;
}

/*blockquote */
.tagdiv-type blockquote p::before {
    FONT-WEIGHT: 400;
    content: "\201C";
    font-size: 2.5em;
    font-family: Georgia;
    font-style: normal;
    color: #ef4f4f;
    float: left;
} /*pre-blockquote*/
.tagdiv-type blockquote p::after {
    FONT-WEIGHT: 400;
    content: "\201D";
    font-size: 2.5em;
    font-family: Georgia;
    font-style: normal;
    color: #ef4f4f;
    float: right;
		margin: 0.3em;
} /*post blockquote*/


.tagdiv-type blockquote p {
    font-family: GmarketSansTTFMedium;
    text-indent: 0.5em;
    font-size: 1.2em!important;
	  text-align:left;
	  font-style:normal;
}	 
/* table */
div#wtr-content table {
    width: 100%;
    border: none;
    border-collapse: collapse;
		text-align:center!important;
  }
div#wtr-content th, div#wtr-content td {
    border: none;
	  text-align:center;
  }
div#wtr-content th{
	background-color:#ef4f4f;
	color:white;
}
div#wtr-content tr:nth-child(2n){
	background-color: #f0e7e7;
		
	}
div#wtr-content tr:last-child{
	border-bottom: 1px solid #eeeeee;
		
	}
div#wtr-content th, div#wtr-content td {
  
    min-width: 90px;
	font-size: 0.8em!important;
}

/* aside popular post*/
.widget_top-posts li{
	list-style:inside;
}
/*input active color*/
input[type=text]:active, input[type=url]:active, input[type=tel]:active, input[type=email]:active, input[type=text]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=email]:focus {
    border-color: #ef4f4f !important;
}

/*subscribe button */
#subscribe-submit button{
    background-color: #3F51B5;
    border-color: #3F51B5;
    -webkit-box-shadow: 0 3px 0 #3F51B5;
    box-shadow: 0 3px 0 #3F51B5;
    color: white;
    border-radius: 5px;
    width: 100%;
	  height: 1.5em;
	  font-size:1.5em;
}
#subscribe-submit button:hover{background-color:#2f3a79;}
#subscribe-submit button:active{top: 3px; -webkit-box-shadow: none; box-shadow: none;}

/*pre tag*/
pre{
white-space: pre-wrap;
word-wrap: break-word;
}