@charset "utf-8";
/* ============================================================
   메인 안내 팝업 - 당사 및 임직원 사칭 주의 안내 (A안 / 화면 중앙)
   사용 위치 : Views/Home/Index.cshtml
   ============================================================ */

/* 딤 배경 */
.vm-pop-dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(16, 22, 14, .42);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

/* 팝업 본체 */
.vm-pop {
    /*    width: 420px;*/
    width: 570px;
    max-width: 100%;
    margin: auto;
    background: #ffffff;
    color: #414141;
    font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
    font-size: 19.5px;
    line-height: 1.7;
    text-align: left;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 26px 60px -22px rgba(12, 20, 10, .55), 0 0 0 1px rgba(31, 38, 45, .10);
}

.vm-pop * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 헤더 */
.vm-pop-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px 13px 18px;
    background: #1f262d;
}

.vm-pop-head h3 {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    font-size: 19.5px;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.vm-pop-head h3 svg {
    -ms-flex: none;
    flex: none;
    margin-right: 9px;
}

/* 우측 상단 닫기(X) */
.vm-pop-x {
    -ms-flex: none;
    flex: none;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 0 0 12px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .78);
    line-height: 0;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: background .15s, color .15s;
    transition: background .15s, color .15s;
}

.vm-pop-x:hover,
.vm-pop-x:focus {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    opacity: 1;
}

.vm-pop-x:focus {
    outline: 2px solid #8ab933;
    outline-offset: 1px;
}

/* 포인트 라인 */
.vm-pop-accent {
    height: 3px;
    background: #8ab933;
    font-size: 0;
    line-height: 0;
}

/* 본문 */
.vm-pop-body {
    padding: 22px 22px 18px;
}

.vm-pop-lead {
    margin: 0 0 14px;
    color: #c8102e;
    font-weight: 700;
    font-size: 22.5px;
    line-height: 1.55;
    align-content: center;
    text-align: center;
}

.vm-pop-p {
    margin: 0 0 15px;
    font-size: 18.5px;
    line-height: 1.78;
    color: #4a4f4a;
    letter-spacing: -.01em;
}

.vm-pop-quote {
    margin: 0 0 15px;
    padding: 13px 15px;
    background: #f4f7ec;
    border-left: 3px solid #8ab933;
    font-size: 17px;
    line-height: 1.78;
    color: #3d4239;
    letter-spacing: -.01em;
}

    .vm-pop-quote b {
        font-weight: 700;
        /*    color: #2e3a22;*/
        color: #0a3903;
    }

.vm-pop-warn {
    margin: 0 0 16px;
    font-size: 19.5px;
    font-weight: 700;
    color: #c8102e;
    text-decoration: underline;
    letter-spacing: -.01em;
    text-align: center;
}

/* 신고 안내 */
.vm-pop-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 14px;
    background: #f4f5f2;
    border: 1px solid #e7eae2;
    border-radius: 3px;
    font-size: 15.6px;
    line-height: 1.6;
    color: #4a4f4a;
    letter-spacing: -.02em;
}

.vm-pop-report svg {
    -ms-flex: none;
    flex: none;
    margin-right: 9px;
/*    color: #8ab933;*/
    color: #0d21c3;
}

.vm-pop-report b {
    color: #1f262d;
    font-weight: 700;
}

/* 하단 바 */
.vm-pop-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px 12px 18px;
    background: #f4f5f2;
    border-top: 1px solid #e5e8e0;
}

/* 오늘 하루 열지 않기 */
.vm-pop-today {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 13.8px;
    font-weight: 400;
    color: #5d6560;
    letter-spacing: -.02em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vm-pop-today input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    border: 1px solid #b7beb2;
    border-radius: 2px;
    background: #ffffff;
}

.vm-pop-today input[type="checkbox"]:checked {
    background: #8ab933;
    border-color: #8ab933;
}

.vm-pop-today input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vm-pop-today input[type="checkbox"]:focus {
    outline: 2px solid #8ab933;
    outline-offset: 2px;
}

/* 하단 닫기 버튼 */
.vm-pop-close {
    -ms-flex: none;
    flex: none;
    margin-left: 14px;
    padding: 9px 26px;
    border: 0;
    border-radius: 3px;
    background: #1f262d;
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -.01em;
    cursor: pointer;
    -webkit-transition: background .15s;
    transition: background .15s;
}

.vm-pop-close:hover,
.vm-pop-close:focus {
    background: #333d46;
    color: #ffffff;
}

.vm-pop-close:focus {
    outline: 2px solid #8ab933;
    outline-offset: 2px;
}

/* 모바일 */
@media (max-width: 480px) {
    .vm-pop-dim {
        padding: 14px;
    }

    .vm-pop-head h3 {
        font-size: 14.5px;
    }

    .vm-pop-lead {
        font-size: 14.5px;
    }

    .vm-pop-body {
        padding: 18px 16px 15px;
    }

    .vm-pop-foot {
        padding: 11px 12px 11px 14px;
    }

    .vm-pop-close {
        padding: 9px 20px;
    }
}
