/* 공통 세팅 */
.border-red { border: 1px solid red; }
.border-blue { border: 1px solid blue; }
.bg-trans-pattern { background: url(http://ins-good.co.kr/img2/common/pattern-trans.png) 0% 0% repeat; }

/* PC 헤더 이미지 */
#header_pc .nt-container { background: url('theme/BS4-Basic/img/header2.png') no-repeat right bottom; }


/* 모달 */
#counsel-modal { z-index: 100000000; }
.modal-title { font-weight: 600; }
.modal-title-inset { box-shadow:inset 0px -13px 0px rgba(255,235,14,0.6); padding:0 3px; }
.modal-body input { font-size: 20px; } 
.modal-body input::placeholder { color: #c7c7c7; }
.modal-btn { border: 1px solid #E6922E; display: inline-block; padding: 12px 25px; color: #fff; font-weight: 500; font-size: 20px; background: #E6922E; border-radius: 2px; }
.modal-btn:hover{ background: transparent; border: 1px solid #E6922E; color:#E6922E; }


/* 최근 게시물 */
.na-list li { line-height: 2.8; border-bottom: 1px solid #e8e8e8; }
.na-icon { } /* 비밀글에는 카운트 아이콘 안나옴 */
.rank-icon { padding-top: 1px; padding-bottom: 1px; border-radius: 3px; }


@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (min-width: 576px) and (max-width: 767px) {

}
@media (max-width: 575px) {
	.modal-title { font-size: 1.2em; }
}