/*------------------------------------*\
	 이용약관&개인정보처리방침 modal
\*------------------------------------*/
.terms-policy-modal .modal-header {
    background-color: #71b2bd;
    color: #ffffff
}
.terms-policy-modal .modal-header .close {
    position: absolute;
    top: 20px;
    opacity: 1;
    color: #fff;
    text-shadow: none
}
.terms_wrap {
    overflow-y: auto;
    height: 768px
}
.terms_wrap h2, .terms_wrap h5 {
    text-align: center
}
.terms_wrap dl {
    font-size: 12px;
}
.terms_wrap dl dt {
    margin-top: 15px;
    margin-bottom: 10px
}
.terms_wrap dl dd {
    line-height: 2em
}
.terms_wrap ol {
    padding-left: 15px
}
.terms_wrap ul {
    padding-left: 30px
}
.terms_wrap ul.r {
    list-style-type: upper-alpha;
}
.terms_wrap .policy_head {
    display: block;
    margin-top: 30px;
    font-size: 12px
}
/* 이용약관,개인정보처리방침 끝 */
