@charset "utf-8";

/********************/
/***** 메인 팝업 *****/
/********************/
/* 팝업 모달 배경 */
.main_popup_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
/* 팝업 컨테이너 */
.main_popup_container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* 팝업 콘텐츠 */
.main_popup_content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 이미지 버튼 */
.btn {
    position: absolute;
    cursor: pointer;
    transition: background-color 0.3s;
}
/* 호버 효과 */
.popup_close:hover, .today_skip:hover, .notice_link:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

@media screen and (max-width: 370px) {
    /* 370px 미만 모바일용 */
    .main_popup_content {
        width: 250px;
        height: 200px;
        background-image: url('/resources/images/main/웹.svg');
    }
    .notice_link {
        width: 183px;
        height: 18px;
        left: 34px;
        top: 165px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .main_popup_content .popup_close {
        width: 90px;
        height: 17px;
        left: 127px;
        top: 183px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .today_skip {
        width: 90px;
        height: 16px;
        left: 34px;
        top: 184px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
}
@media screen and (min-width: 370px) and (max-width: 950px) {
    /* 370px ~ 950px 사이 모바일용 */
    .main_popup_content {
        width: 400px;
        height: 450px;
        background-image: url('/resources/images/main/웹.svg');
    }
    .notice_link {
        width: 400px;
        height: 40px;
        top: 366px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .main_popup_content .popup_close {
        width: 200px;
        height: 39px;
        left: 200px;
        top: 405px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .today_skip {
        width: 199px;
        height: 39px;
        left: 0px;
        top: 405px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
}
@media screen and (min-width: 951px) {
    /* 951px 이상 PC용 */
    .main_popup_content {
        width: 800px;
        height: 740px;
        background-image: url('/resources/images/main/웹.svg');
    }
    .notice_link {
        width: 676px;
        height: 68px;
        left: 62px;
        top: 607px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .main_popup_content .popup_close {
        width: 338px;
        height: 66px;
        left: 400px;
        top: 675px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .today_skip {
        width: 338px;
        height: 66px;
        left: 61px;
        top: 675px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
}


/********************/
/**** 바로고 팝업 ****/
/********************/
/* 팝업 모달 배경 */
.barogo_popup_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
/* 팝업 컨테이너 */
.barogo_popup_container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* 팝업 콘텐츠 */
.barogo_popup_content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* 이미지 버튼 */
.btn {
    position: absolute;
    cursor: pointer;
    transition: background-color 0.3s;
}
/* 호버 효과 */
.popup_close:hover, .barogo_popup_link:hover, .moa_popup_link:hover, .logiall_popup_link:hover{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

@media screen and (max-width: 370px) {
    /* 370px 미만 모바일용 */
    .barogo_popup_content {
        width: 220px;
        height: 280px;
        background-image: url('/resources/images/바로고 팝업_모바일 (최종수정).png');
    }
    .barogo_popup_content .popup_close {
        top: 35%;
        left: 7%;
        width: 86%;
        height: 14%;
    }
    .barogo_popup_link {
        top: 50%;
        left: 7%;
        width: 86%;
        height: 14%;
    }
    .moa_popup_link {
        top: 66%;
        left: 7%;
        width: 86%;
        height: 14%;
    }
    .logiall_popup_link {
        top: 82%;
        left: 7%;
        width: 86%;
        height: 14%;
        border-radius: 5px;
    }
}
@media screen and (min-width: 370px) and (max-width: 950px) {
    /* 370px ~ 950px 사이 모바일용 */
    .barogo_popup_content {
        width: 480px;
        height: 430px;
        background-image: url('/resources/images/바로고 팝업_모바일 (최종수정).png');
    }
    .barogo_popup_content .popup_close {
        top: 35%;
        left: 20%;
        width: 60%;
        height: 13%;
    }
    .barogo_popup_link {
        top: 50%;
        left: 20%;
        width: 60%;
        height: 13%;
    }
    .moa_popup_link {
        top: 66%;
        left: 20%;
        width: 60%;
        height: 13%;
    }
    .logiall_popup_link {
        top: 82%;
        left: 20%;
        width: 60%;
        height: 13%;
    }
}
@media screen and (min-width: 951px) {
    /* 951px 이상 PC용 */
    .barogo_popup_content {
        width: 800px;
        height: 720px;
        background-image: url('/resources/images/바로고 팝업_웹 (최종수정).png');
    }
    .barogo_popup_content .popup_close {
        top: 53%;
        left: 13%;
        width: 74%;
        height: 9%;
    }
    .barogo_popup_link {
        top: 64%;
        left: 13%;
        width: 74%;
        height: 10%;
    }
    .moa_popup_link {
        top: 75%;
        left: 13%;
        width: 74%;
        height: 10%;
    }
    .logiall_popup_link {
        top: 86%;
        left: 13%;
        width: 74%;
        height: 10%;
    }
}