@charset "UTF-8";

/*팝업*/
#popup-wrap {
    position: relative;
    width: 100%;
    height: 100%
}
#popup-wrap.LayerPopup {
	z-index: 9999;
	position: absolute;
	overflow:	hidden;
	width: auto;
	height: auto;
	box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 10%);
}

#popup-wrap .pop-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background: #091f5f;
    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 {
    border: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    display: block;
    background: url(/common/images/close_white.svg) no-repeat center;
    z-index: 1200
}

#popup-wrap .pop-cont {
    position: relative;
    padding: 20px;
    display: block;
    background: #fff;
}

/* 팝업 컨텐츠 */
.doc-view {
    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
}
