@charset "UTF-8";
/*팝업*/
#popup-wrap {position:relative;width:100%;height:100%}
#popup-wrap .pop-head {position:fixed;top:0;left:0;width:100%;height:70px;background:#05367b;z-index:1000}
#popup-wrap .pop-head .ptit {font-size:20px;color:#fff;padding:20px 0 20px 20px;font-weight:500}
#popup-wrap .btn-close {position:fixed;top:0;right:0;border:0;cursor:pointer;width:70px;height:70px;text-indent:-9999px;display:block;background:url(/_res/kibo/_share/img/popup-close-white.png) no-repeat center;z-index:1200}
#popup-wrap .pop-cont {position:relative;margin-top:70px;padding:20px;display:block}


/* 팝업 컨텐츠 */
.doc-view {/*background:#f5f6f8 url(/_res/kibo/_share/img/popup_bg.png) no-repeat center;*/padding-bottom:50px;width:100%}
.doc-cont {padding:0}
.doc-cont .txt {font-size:1em;color:#555;letter-spacing:-.025em;line-height:1.5}
.doc-cont .tabs ul[role="tablist"] > li a {font-size:15px; letter-spacing:-.075em}

@media all and (max-width:768px) {
	.doc-cont .txt {font-size:0.938em}
}
@media all and (max-width:599px) {
	.doc-cont .txt {font-size:0.875em}
}
/* 인쇄 */
#forPrint 	.contents_view_wrap {width:1000px}