@charset "utf-8";

/* 커스텀 CSS */

.info-box {
	padding:12px 10px!important;
	background:rgba(241, 248, 255, 1)!important;
	border: 1px solid rgba(216, 222, 228, 1)!important;
	color:#333!important;
}
.info-box-footer {
	padding-top:12px;
	margin-top: 12px;
	border-top: 1px solid rgba(219, 224, 232, 1)!important;
}
.info-box p {
	font-size:16px
}
.info-box p+p {
	font-size:14px;
}
.info-box-footer, .info-box-footer a {
	color: rgba(120, 122, 124, 1)!important;
}


.widget-about {
    border: solid #e9e9e9;
    border-width: 1px 1px;
}
.widget-about p {
	padding:13.6px;
	color: #757575;
}
.widget-about-title {
    font-size: 15.95px!important;
    color: #000!important;
    padding-bottom: 0!important;
}
.widget-about-title+p {
	padding-top:0!important;
	font-weight:300;
	font-size:13.26px!important;
}
.widget-profile {border-bottom: 1px solid #f5f5f5;margin:0;}

.comment-name a:after {
	content: " ";
	display:inline-block;
	width: 14px;
	height: 14px;
	background:url(./images/verify.png) no-repeat;
	background-size: cover!important;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-left: 4px;
}
.rp_admin .comment-name a:after {
	width:auto;
	height:auto;
	background:none!important;
}
.tistoryProfileLayerTrigger {display:none!important}
blockquote[data-ke-style='normal'], #tt-body-page blockquote[data-ke-style='normal'], blockquote[data-ke-style='style2'], #tt-body-page blockquote[data-ke-style='style2'] {border-left:0!important;padding:0!important;border-bottom: 1px solid #ececec!important;font-size:22px!important;color:#000!important;padding-bottom:10px!important;font-weight:bold!important}
.app-more {
    text-align: center;
    background: #f3f3f3;
    border-radius: 3px;
	-webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}
.app-more a{
    display:block;
    color:#349aff;
    font-weight: 400;
    padding: 15px 15px;
    cursor:pointer;
}
.app-more:hover {background:#e2e2e2;}
