@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* index.php / insur_detail.php 공통 상단 헤더 */
#wrap.site-AS > .container > header.header {
    display: block;
    overflow: hidden;
    padding: 17px 15px 18px 20px;
    line-height: 18px;
    background: #fff;
}

#wrap.site-AS > .container > header.header .header__logo {
    float: left;
    margin: 0;
}

#wrap.site-AS > .container > header.header .header__logo img {
    width: auto;
    height: 16px;
    vertical-align: top;
}

#wrap.site-AS > .container > header.header .header__phone {
    float: right;
}

#wrap.site-AS > .container > header.header .header__phone img {
    width: 18px;
    height: auto;
    vertical-align: top;
}

.main-product__md > li.is-hidden {
    display: none;
}

.hidden {
    display: none !important;
}

.standalone-page {
    padding-bottom: 80px;
}

/* 상세 레이어 모달 */
.modal-wrap {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100050;
}

.modal-wrap.is-open {
    display: block;
}

.modal-wrap .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal-wrap .modal-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
}

.detail-layer .modal-inner {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
}

.detail-layer__inner {
    background: #fff;
}

.modal-wrap .modal-header {
    padding: 16px;
    background: #efefef;
    font-size: 16px;
    font-weight: 700;
}

.modal-wrap .modal-body {
    padding: 16px;
    font-size: 13px;
    line-height: 1.6;
}

.modal-wrap .modal-close {
    display: block;
    width: 100%;
    padding: 14px;
    background: #ff8a00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}

.privacy-embed {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
}

.privacy-embed table {
    width: 100%;
}
