@charset "utf-8";
/* ==================================================

    * popup
    
================================================== */

.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; /* 부드러운 전환 효과 */
}

.popup-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: -0.015em;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.popup-contents{
    position: relative;
}
.popup-tit-wrap{
    padding: 25px 30px;
    background-color: #fff;
    text-align: center;
    color:#0a0ca2;
    font-size:2em;
    font-weight:bold;
}
.popup-tit-wrap img{
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 50px;
    vertical-align: middle;
    margin:0 auto;
}
.popup-conbox{
    padding-bottom: 0px;
    font-size: 1.7rem;
    line-height: 1.4;
}
.popup-con table {
    width: 100% !important;
}
.popup-wrap .btn-wrap .btn {
    min-width: auto;
    padding: 13px 40px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.popup-wrap .btn-wrap .btn-small {
    min-width: auto;
    padding: 5px 20px;
    margin: 0;
    border-radius: 0;
    border: 1px solid transparent;
}

.popup-footer{
    position: relative;
    width: 100%;
    height: 45px;
    padding: 16px 15px;
    padding-right: 60px;
    background-color: #ebebeb;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
}
.popup-footer .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 45px;
    padding: 15px 10px;
    background-color: #3b3b3b;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.btn-pop-close.wh{
    background-image: url('../image/icon/ic_popup_close_white.png');
}
.btn-pop-close{
    position: absolute;
    top: 18px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/popup/ic_popup_close.png');
}
.popup-wrap:not(.win-popup-wrap) .popup-contents:has(.btn-pop-out){
    overflow: unset !important;
}
.btn-pop-out {
    right: 0;
    top: -75px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #919499;
    background-image: url('../image/icon/ic_popup_close_white.png');
    background-size: 20px auto;
}
/* window popup */
.win-popup-wrap{
    width: 100%;
    max-width: 700px;
    height: 100%;
    background: none;
}
.win-popup-wrap .popup-contents{
    max-width: 100%;
    padding-bottom: 45px;
    border: 1px solid #ccc;
}
.popup-wrap:not(.win-popup-wrap) .popup-contents{
    overflow: hidden;
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 7vh auto;
    background-color: #fff;
    border-radius: 20px;
}
.win-popup-wrap .popup-footer{
    position: fixed;
    bottom: 0;
}
.win-popup-wrap .btn-pop-close{
    display: none;
}

/* Typa A */
.popup-wrap .type1 .popup-tit-wrap{
    padding: 20px 70px;
}
.popup-wrap .type1 .popup-conbox{
    width: 100%;
    border: 0;
}
.popup-wrap .type1 .popup-contit-wrap{
    padding: 17px 10px;
    background-color: #368eaf;
    text-align: center;
}
.popup-wrap .type1 .popup-contit{
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}
.popup-wrap .type1 .popup-con{
    padding: 30px;
}
.popup-wrap .type1 .popup-con img{
    max-width: 100%;
}
.popup-wrap .type1 .popup-attach-con{
    width: calc(100% - 60px);
    padding: 25px 30px;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.popup-wrap .type1 .popup-attach-con > a{
    display: block;
    padding: 2px 0;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-image: url('../image/icon/ic_file_down.png');
    font-size: 1.7rem;
    letter-spacing: -0.05em;
    transition: 0.3s ease;
    word-break: break-all;
}
.popup-wrap .type1 .popup-attach-con > a:hover{
    background-image: url('../image/icon/ic_file_down_on.png');
}
.popup-wrap .type1 .btn-wrap{
    margin-top: 30px;
}
.popup-wrap .type1 .btn-wrap .btn{
    padding: 13px 40px;
    margin: 4px;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.05em;
}
.popup-wrap .type1 .btn.btn-pop-more{
    background-color: #505050;
}
.popup-wrap .type1 .btn.btn-pop-link{
    background-color: #368eaf;
}

/* Type B */
.popup-wrap .type2 .popup-contit-wrap{
    padding: 50px 20px;
    background-color: #f4f4f4;
    text-align: center;
}
.popup-wrap .type2 .popup-contit{
    font-size: 3rem;
}
.popup-wrap .type2 .popup-con{
    padding: 25px 30px;
}
.popup-wrap .type2 .popup-con img{
    max-width: 100%;
}
.popup-wrap .type2 .popup-attach-con{
    width: calc(100% - 60px);
    margin: 0 auto;
    border-top: 1px solid #d6d6d6;;
}
.popup-wrap .type2 .popup-attach-con > a{
    display: block;
    padding: 12px 15px;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
    background-image: url('../image/icon/ic_file_down2.png');
    border-bottom: 1px solid #d6d6d6;
    font-size: 1.6rem;
    font-weight: 600;
    color: #3c3c3c;
    letter-spacing: -0.05em;
    transition: 0.3s ease;
    word-break: break-all;
}
.popup-wrap .type2 .popup-attach-con > a:hover{
    background-image: url('../image/icon/ic_file_down2_on.png');
}
.popup-wrap .type2 .btn-wrap{
    margin-top: 20px;
}
.popup-wrap .type2 .btn-wrap .btn{
    padding: 13px 40px;
    margin: 4px;
    border-radius: 3px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.05em;
}
.popup-wrap .type2 .btn.btn-pop-more{
    background-color: #505050;
}
.popup-wrap .type2 .btn.btn-pop-link{
    background-color: #ee6a00;
}

.slick-initialized .slick-slide {
    display: block;
}

/* Type C */
.popup-wrap .type3 .popup-tit-wrap{
    padding-left: 70px;
    padding-right: 70px;
}
.popup-wrap .type3 .popup-contit-wrap{
    padding: 17px 20px;
    background-color: #083388;
    text-align: center;
}
.popup-wrap .type3 .popup-contit{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}
.popup-wrap .type3 .popup-con{
    padding: 0px;
    padding-bottom: 0;
}
.popup-wrap .type3 .popup-con img{
    max-width: 100%;
}
.popup-wrap .type3 .popup-attach-con{
    width: calc(100% - 60px);
    padding: 25px 30px;
    margin: 0 auto;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.popup-wrap .type3 .popup-attach-con > a{
    display: block;
    padding: 2px 0;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-image: url('../image/icon/ic_file_down.png');
    font-size: 1.7rem;
    letter-spacing: -0.05em;
    transition: 0.3s ease;
    word-break: break-all;
}
.popup-wrap .type3 .popup-attach-con > a:hover{
    background-image: url('../image/icon/ic_file_down_on.png');
}
.popup-wrap .type3 .btn-wrap{
    margin-top: 40px;
}
.popup-wrap .type3 .btn-wrap .btn{
    padding: 13px 40px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.popup-wrap .type3 .btn.btn-pop-more{
    background-color: #fff;
    border-color: #505050;
    color: #505050;
}
.popup-wrap .type3 .btn.btn-pop-link{
    background-color: #29499d;
    border-color: #29499d;
    color: #fff;
}
.popup-wrap .type3 .popup-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px;
    background-color: #ebebeb;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: right;
    vertical-align:middle;
}

/* Type D */
.popup-wrap .type4 .popup-conbox{
    padding: 70px 35px 40px;
}
.popup-wrap .type4 .popup-contit-wrap{
    margin-bottom: 10px;
}
.popup-wrap .type4 .popup-contit{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
}
.popup-wrap .type4 .popup-con img{
    max-width: 100%;
}
.popup-wrap .type4 .popup-attach-con{
    width: 100%;
    margin-top: 30px;
}
.popup-wrap .type4 .popup-attach-con > a{
    display: block;
    padding: 11px 20px;
    padding-left: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    background-image: url('../image/icon/ic_file_down3.png');
    font-size: 1.7rem;
    letter-spacing: -0.05em;
    transition: 0.3s ease;
    word-break: break-all;
}
.popup-wrap .type4 .popup-attach-con > a + a{
    margin-top: 10px;
}
.popup-wrap .type4 .popup-attach-con > a:hover{
    border-color: #9f9f9f;
}
.popup-wrap .type4 .btn-wrap{
    margin-top: 30px;
}
.popup-wrap .type4 .btn-wrap .btn {
    padding: 13px 40px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.popup-wrap .type4 .btn.btn-pop-more{
    background-color: #fff;
    border-color: #505050;
    color: #505050;
}
.popup-wrap .type4 .btn.btn-pop-link{
    background-color: #1f8bae;
    border-color: #1f8bae;
    color: #fff;
}
.popup-wrap .type4 .popup-footer{
    padding: 17px 20px;
    border-top: 1px solid #dadada;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: right;
}
.popup-wrap .type4 .btn-pop-close{
    top: 30px;
    right: 35px;
}

/* Multi Popup */
.popup-rolling-wrap{
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80vh;
    max-width: 1600px;
    margin: 10vh auto;
    padding: 0 10px;
}

.popup-wrap .popup-rolling-wrap .slick-list {
    width: 100%;
}
.popup-wrap .popup-rolling-wrap .slick-slide{
    margin: 0px;
}
.popup-wrap .popup-rolling-wrap .slick-slide > div {
    height: 100%;
}
.popup-wrap .popup-rolling-wrap .popup-contents {
    display: block;
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 700px;
    height: 100%;
    margin: 0 10px;
    border-radius: 20px;
    background-color: #fff;
}
.popup-rolling-wrap .popup-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.popup-rolling-wrap .slick-track{
    height: 100%;
}
.popup-rolling-wrap .slick-arrow{
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.3);
    text-indent: -9999em;
}
.popup-rolling-wrap .slick-prev{
    left: 0;
    background-image: url('../images/popup/ic_pop_prev.png');
}
.popup-rolling-wrap .slick-next{
    right: 0;
    background-image: url('../images/popup/ic_pop_next.png');
}
.popup-rolling-wrap .btn-pop-close{
    background-size: 30px;
}
.popup-rolling-wrap .scroll-y{
    overflow-y: auto;
    height: calc(100% - 100px);
}
.popup-wrap .type2 .popup-rolling-wrap .scroll-y,
.popup-wrap .type4 .popup-rolling-wrap .scroll-y,
.popup-rolling-wrap .type2 .scroll-y,
.popup-rolling-wrap .type4 .scroll-y{
    height: calc(100% - 45px);
}



/* MY PAGE::팝업_회비납부 */
#popup-fee .popup-conbox{
    padding: 0px;
}
#popup-fee .price-con{
    margin-top: 40px;
    font-size: 3.5rem;
    font-weight: 500;
}
#popup-fee .btn-pop-close {
    display: block;
}
#popup-fee .popup-tit-wrap {
    padding: 0;
    background-color: #102888;
    color: #fff;
}
#popup-fee .popup-tit{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 18px 30px
}

/* MY PAGE::팝업_영수증 */
#popup-receipt .popup-contents{
    padding: 0;
    background-color: #fff ;
    background-image: url('/assets/image/sub/receipt_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 220px; 
}
#popup-receipt .popup-conbox{
    padding: 100px 50px;
}
#popup-receipt .title {
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
}
#popup-receipt .cost {
    margin-top: 50px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}
#popup-receipt .cost span {
    border-bottom: 2px solid #111;
    line-height: 1;
}
#popup-receipt .des {
    margin-top: 180px;
    font-size: 20px;
    line-height: 1.7;
}
#popup-receipt .date {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
#popup-receipt .sign {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
#popup-receipt .sign p {
    z-index: 10;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.8rem;
}
#popup-receipt .sign img {
    margin-left: -40px;
}
#popup-receipt .btn-pop-close {
    display: block;
    background-image: url('../images/popup/ic_popup_close.png');
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
        color-adjust: exact !important;                 /*Firefox*/
    }

    #popup-receipt .btn-wrap,
    .popup-contents .btn-popup-close {
        display: none;
    }
}

/* 이메일 무단 수집 거부 */
#popup-email .popup-contents{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 550px;
    border: 3px solid #3480c0;
    border-radius: 0;    
}
#popup-email .popup-tit-wrap {
    padding: 12px 20px;
    background-color: #f3f6fa;
}
#popup-email .popup-con {
    padding: 30px 50px;
}
#popup-email .title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 2.5rem;
    color: #3480c0;
}
#popup-email .title img {
    margin-right: 10px;
}
#popup-email .btn-wrap{
    margin: 0;
}

/* 인증의 정보 */
#popup-info .popup-contents {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 510px;
    border: 1px solid #c8d4e8;
    background-color: #f6fbff;
    text-align: center;
}
#popup-info .popup-con {
    padding: 30px;
}
#popup-info .popup-conbox {
    padding-bottom: 0;
}
#popup-info .tit {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 4.4rem;
    font-weight: 800;
    color: #0d3374;
    text-align: center;
}
#popup-info .tit::after{
    content: '';
    position: absolute;
    right: -72px;
    bottom: -40px;
    width: 62px;
    height: 86px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/icon/ic_popup_info.png');
}
#popup-info dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-size: 2rem;
}
#popup-info dl + dl {
    margin-top: 10px;
}
#popup-info dt {
    flex-shrink: 0;
    margin-right: 15px;
    font-weight: 700;
}
#popup-info dt img {
    margin-right: 20px;
}
#popup-info dt.c-green {
    color: #006e9f;
} 
#popup-info dt.c-blue{
    color: #0d1a99;
} 
#popup-info dd {
    line-height: 1.6;
}

/* ==================================================

    * responsive
    
================================================== */
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
    .popup-conbox{
        font-size: 14px;
        padding-bottom: 20px;
    }
    .popup-tit-wrap{
        padding: 15px 20px;
    }
    .popup-tit-wrap img {
        height: 39px;
    }
    .popup-footer{
        padding: 9px 15px;
        padding-right: 50px;
        height: 30px;
        font-size: 12px;
    }
    .popup-footer .btn{
        width: auto;
        height: 30px;
        padding: 10px 15px;
        font-size: 12px;
        text-align: center;
    }
    .btn-pop-close{
        top: 18px;
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: 20px;
    }

    .popup-wrap:not(.win-popup-wrap) .popup-contents{
        margin: 3vh auto;
        border-radius: 10px;
    }
    .win-popup-wrap .popup-contents{
        padding-bottom: 30px;
    }

    /* Type A */
    .popup-wrap .type1 .popup-tit-wrap{
        padding: 15px 45px;
    }
    .popup-wrap .type1 .popup-contit-wrap{
        padding: 15px;
    }
    .popup-wrap .type1 .popup-contit{
        font-size: 24px;
    }
    .popup-wrap .type1 .popup-con{
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.4;
    }
    .popup-wrap .type1 .popup-attach-con{
        width: calc(100% - 30px);
        padding: 15px;
        border-radius: 3px;
    }
    .popup-wrap .type1 .popup-attach-con > a{
        padding-left: 20px;
        background-size: 10px;
        background-position: 0 3px;
        font-size: 12px;
        line-height: 1.3;
    }
    .popup-wrap .type1 .btn-wrap{
        margin-top: 20px;
    }
    .popup-wrap .type1 .btn-wrap .btn{
        padding: 8px 25px;
        margin: 2px;
        font-size: 14px;
    }

    /* Type B */
    .popup-wrap .type2 .popup-contit-wrap{
        padding: 30px 20px;
    }
    .popup-wrap .type2 .popup-contit{
        font-size: 24px;
    }
    .popup-wrap .type2 .popup-con{
        padding: 20px 15px;
    }
    .popup-wrap .type2 .popup-attach-con{
        width: calc(100% - 30px);
    }
    .popup-wrap .type2 .popup-attach-con > a{
        padding: 7px 10px;
        padding-right: 30px;
        background-position: right 10px top 9px;
        background-size: 12px;
        font-size: 12px;
    }
    .popup-wrap .type2 .btn-wrap .btn{
        padding: 8px 25px;
        margin: 2px;
        font-size: 14px;
    }

    /* Type C */
    .popup-wrap .type3 .popup-tit-wrap{
        padding-left: 40px;
        padding-right: 40px;
    }
    .popup-wrap .type3 .popup-contit-wrap{
        padding: 15px;
    }
    .popup-wrap .type3 .popup-contit{
        font-size: 20px;
    }
    .popup-wrap .type3 .popup-con{
        padding: 20px 15px;
    }
    .popup-wrap .type3 .popup-attach-con{
        width: calc(100% - 30px);
        padding: 15px;
        border-radius: 3px;
    }
    .popup-wrap .type3 .popup-attach-con > a{
        padding-left: 20px;
        background-size: 10px;
        background-position: 0 3px;
        font-size: 12px;
        line-height: 1.3;
    }
    .popup-wrap .type3 .btn-wrap{
        margin-top: 20px;
    }
    .popup-wrap .type3 .btn-wrap .btn{
        padding: 7px 25px;
        margin: 2px;
        border-radius: 2px;
        font-size: 14px;
    }
    .popup-wrap .type3 .popup-footer{
        padding: 9px 15px;
        font-size: 12px;
    }

    /* Type D */
    .popup-wrap .type4 .popup-conbox{
        padding: 50px 15px 20px;
    }
    .popup-wrap .type4 .popup-contit{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .popup-wrap .type4 .popup-attach-con > a{
        padding: 10px;
        padding-left: 25px;
        border-radius: 3px;
        background-size: 10px;
        background-position: 10px 13px;
        font-size: 12px;
        line-height: 1.3;
    }
    .popup-wrap .type4 .popup-attach-con > a + a{
        margin-top: 7px;
    }
    .popup-wrap .type4 .btn-wrap{
        margin-top: 20px;
    }
    .popup-wrap .type4 .btn-wrap .btn{
        padding: 7px 25px;
        margin: 2px;
        border-radius: 2px;
        font-size: 14px;
    }
    .popup-wrap .type4 .popup-footer{
        padding: 9px 15px;
        font-size: 12px;
    }
    .popup-wrap .type4 .btn-pop-close{
        top: 18px;
        right: 15px;
    }

    /* Multi Popup */
    .popup-wrap .popup-rolling-wrap .popup-contents{
        max-width: 100%;
        margin: 0;
    }
    .popup-rolling-wrap .scroll-y{
        height: calc(100% - 70px);
    }
    .popup-wrap .type2 .popup-rolling-wrap .scroll-y,
    .popup-wrap .type4 .popup-rolling-wrap .scroll-y,
    .popup-rolling-wrap .type2 .scroll-y,
    .popup-rolling-wrap .type4 .scroll-y{
        height: calc(100% - 45px);
    }

    /* 이메일무단수집거부 */
    #popup-email .popup-con {
        padding: 15px 25px;
    }
    #popup-email .title {
        font-size: 18px;
    }
    #popup-email .title img {
        width: 28px;
    }

    /* 인증의 정보 */
    #popup-info .tit {
        margin-bottom: 20px;
        font-size: 3rem;
    }
    #popup-info .tit::after{
        right: -40px;
        bottom: -15px;
        width: 32px;
        height: 43px;
    }
    #popup-info dl {
        align-items: flex-start;
    }
    #popup-info dt{
        margin-right: 10px;
    }
    #popup-info dt img {
        width: 25px;
        margin-right: 10px;
    }
}