﻿.main_cont {
    width: 1920px;
    height: 1200px;
    position: relative;
    background-color: #FFFFFF;
}

.cover {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    width: 200px;
    height: 200px;
    border: 20px solid #FFFFFF;
    border-top: 20px solid transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

.page_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page_bg_default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.default_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page_00 .cup_txt {
    position: absolute;
    top: 963px;
    left: 952px;
    text-align: center;
    letter-spacing: 0px;
    z-index: 10;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #3B3B3B;
    font-weight: 500;
}

.page_00 .cup_txt span {
    color: #AA8E5C;
    font-weight: 800;
}

.page_00 .txt_bg_zone {
    position: absolute;
    top: 294px;
    left: 136px;
}

.page_00 .txt_0 {
    position: absolute;
    font-family: hambak;
    font-size: 75px;
    color: #3A3A3A;
    writing-mode: vertical-rl;
    white-space: nowrap;
    width: fit-content;
    letter-spacing: 5.5px;
}

.page_00 .txt_1 {
    position: absolute;
    font-weight: 400;
    font-size: 39px;
    color: #C4A56E;
    writing-mode: vertical-rl;
    white-space: nowrap;
    width: fit-content;
    left: 90px;
    letter-spacing: -2.2px;
}

.page_00 .txt_2 {
    position: absolute;
    font-family: chosun;
    font-weight: 100;
    color: #AA9062;
    font-size: 317px;
    opacity: 0.15;
    left: 56px;
    top: 95px;
}

.cup_wave {
    position: absolute;
    width: 380px;
    height: 200px;
    z-index: 50;
}


.page_00 .cup_wave {
    width: 400px;
    height: 210px;
/*    top: 920px;*/
/*    left: 750px;*/
}

.page_10 .cup_wave {
    top: 780px;
    left: 720px;
}

.page_00 .cup_img {
    position: absolute;
    top: 740px;
    left: 720px;
    animation: up-down 0.75s infinite ease-out alternate;
}
.cup_img.pause {
    animation-play-state: paused;
}

@keyframes up-down {
    from {
        transform: translatey(0px);
    }

    to {
        transform: translatey(-6px);
    }
}

.page_10 .cup_img {
    position: absolute;
    top: 620px;
    left: 700px;
    animation: up-down 0.75s infinite ease-out alternate;
}

.menu_title_zone {
    position: absolute;
    top: 390px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu_title_box {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #BC9F6B;
    /* 위쪽 보더 */
    border-bottom: 2px solid #BC9F6B;
    /* 아래쪽 보더 */
    width: 720px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_title_box::before,
.menu_title_box::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.menu_title_box::before {
    top: -12px;
    /* 위쪽 첫 번째 선 */
    height: 5px;
    /* 얇은 선 */
    background-color: #BC9F6B;
}

.menu_title_box::after {
    bottom: -12px;
    /* 아래쪽 첫 번째 선 */
    height: 5px;
    /* 두꺼운 선 */
    background-color: #BC9F6B;
}

.menu_title_box {
    font-family: scdream;
    font-weight: 400;
    font-size: 42px;
}

.menu_title_box span {
    font-weight: 800;
    color: #BE964C;
}

.menu_zone {
    position: absolute;
    top: 975px;
    left: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
}

.main_menu {
    width: 399px;
    height: 104px;
    background: #5D7450 0% 0% no-repeat padding-box;
    border: 1px solid #C5C5C5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 9px;
}

.main_menu .menu_name {
    font-family: hambak;
    font-size: 31px;
    color: #E9D4AE;
    width: 379px;
    height: 84px;
    border: 4px solid #EBDBB9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.over_vod {
    position: absolute;
    z-index: 200;
    pointer-events: none;
    top: 0px;
    left: 0px;
}

.page_20 .sub_menu_box {
    position: absolute;
    top: 595px;
    left: 1375px;
    z-index: 300;
    pointer-events: none;
}


.page_20 .sub_menu_box .title_0 {
    font-family: hambak;
    color: #4E4E4E;
    font-size: 60px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 1.2;
    height: 190px;
}

.page_20 .sub_menu_box .title_1 {
    font-family: scdream;
    color: #B19562;
    font-size: 21px;
    padding-left: 10px;
    height: 50px;
    padding-top: 10px;
}

.page_20 .sub_menu_box .desc_arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 19px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border: 2px solid #858585;
    opacity: 1;
}

.page_20 .sub_menu_box .desc_zone {
    color: #3B3B3B;
    font-size: 18px;
    padding-top: 35px;
    padding-left: 15px;
    width: 380px;
    font-weight: 600;
    line-height: 1.7;
}

.page_20 .sub_menu_box .sub_menu {
    margin-top: 45px;
    margin-left: 13px;
    display: flex;
    pointer-events:all;
}

.page_20 .sub_menu_box .sub_btn.disabled {
    opacity: 0.35;
}

.page_20 .sub_menu_box .sub_btn {
    position: relative;
    width: 96px;
    height: 126px;
    border: 2px solid #9F8F73;
    background-color: transparent;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_20 .sub_menu_box .sub_btn::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background-color: #EFEAE6;
    border: 1px solid #9F8F73;
    z-index: -1;
    font-size: 20px;
    font-weight: 600;
    color: #505050;
}

.page_20 .sub_menu_box .sub_btn .img_zone {
    margin-top: 15px;
    margin-bottom: 20px;
}

.page_20 .sub_menu_box .home_btn {
    position: relative;
    width: 126px;
    height: 126px;
    border: 2px solid #9F8F73;
    background-color: transparent;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_20 .sub_menu_box .home_btn::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background-color: #EFEAE6;
    border: 1px solid #9F8F73;
    z-index: -1;
    font-size: 20px;
    font-weight: 600;
}

.page_20 .sub_menu_box .home_btn .img_zone {
    margin-top: 15px;
    margin-bottom: 20px;
}

.pos_btn {
    position: absolute;
    width: 120px;
    height: 320px;
/*    border: 3px solid #000000;*/
    opacity: 0.3;
    z-index: 100;
}

.cate_page {
    width: 1920px;
    height: 1200px;
}

.sub_page{
    position: absolute;
}

.cate_00 .sub_00 .pos_btn[code="000"] {
    top: 599px;
    left: 462px;
}

.cate_00 .sub_00 .pos_btn[code="001"] {
    top: 369px;
    left: 1250px;
}

.cate_00 .sub_00 .pos_btn[code="002"] {
    top: 386px;
    left: 289px;
}

.cate_00 .sub_00 .pos_btn[code="003"] {
    top: 236px;
    left: 985px;
}

.cate_00 .sub_00 .cup_wave {
    top: 840px;
    left: 755px;
}

.cate_00 .sub_00 .cup_img {
    position: absolute;
    top: 680px;
    left: 735px;
    animation: up-down 0.75s infinite ease-out alternate;
}


.cate_00 .sub_01 .pos_btn[code="010"] {
    top: 713px;
    left: 365px;
}

.cate_00 .sub_01 .pos_btn[code="011"] {
    top: 436px;
    left: 1120px;
}

.cate_00 .sub_01 .pos_btn[code="012"] {
    top: 334px;
    left: 295px;
}

.cate_00 .sub_01 .cup_wave {
    top: 840px;
    left: 755px;
}

.cate_00 .sub_01 .cup_img {
    position: absolute;
    top: 680px;
    left: 685px;
    animation: up-down 0.75s infinite ease-out alternate;
}



.cate_00 .sub_02 .pos_btn[code="020"] {
    top: 584px;
    left: 389px;
}

.cate_00 .sub_02 .pos_btn[code="021"] {
    top: 387px;
    left: 624px;
}

.cate_00 .sub_02 .pos_btn[code="022"] {
    top: 295px;
    left: 1327px;
}

.cate_00 .sub_02 .cup_wave {
    top: 840px;
    left: 755px;
}

.cate_00 .sub_02 .cup_img {
    position: absolute;
    top: 680px;
    left: 735px;
    animation: up-down 0.75s infinite ease-out alternate;
}












.cate_01 .sub_00 .pos_btn[code="100"] {
    top: 525px;
    left: 336px;
}

.cate_01 .sub_00 .pos_btn[code="101"] {
    top: 654px;
    left: 1187px;
}

.cate_01 .sub_00 .pos_btn[code="102"] {
    top: 342px;
    left: 572px;
}

.cate_01 .sub_00 .pos_btn[code="103"] {
    top: 314px;
    left: 1299px;
}

.cate_01 .sub_00 .cup_wave {
    top: 870px;
    left: 650px;
}

.cate_01 .sub_00 .cup_img {
    position: absolute;
    top: 710px;
    left: 630px;
    animation: up-down 0.75s infinite ease-out alternate;
}


.cate_01 .sub_01 .pos_btn[code="110"] {
    top: 725px;
    left: 542px;
}

.cate_01 .sub_01 .pos_btn[code="111"] {
    top: 348px;
    left: 1162px;
}

.cate_01 .sub_01 .pos_btn[code="112"] {
    top: 451px;
    left: 372px;
}

.cate_01 .sub_01 .cup_wave {
    top: 870px;
    left: 650px;
}

.cate_01 .sub_01 .cup_img {
    position: absolute;
    top: 710px;
    left: 830px;
    animation: up-down 0.75s infinite ease-out alternate;
}


.cate_01 .sub_02 .pos_btn[code="120"] {
    top: 668px;
    left: 444px;
}

.cate_01 .sub_02 .pos_btn[code="121"] {
    top: 450px;
    left: 1179px;
}

.cate_01 .sub_02 .pos_btn[code="122"] {
    top: 300px;
    left: 960px;
}

.cate_01 .sub_02 .cup_wave {
    top: 870px;
    left: 650px;
}

.cate_01 .sub_02 .cup_img {
    position: absolute;
    top: 710px;
    left: 760px;
    animation: up-down 0.75s infinite ease-out alternate;
}




.cate_02 .sub_00 .pos_btn[code="200"] {
    top: 569px;
    left: 326px;
}

.cate_02 .sub_00 .pos_btn[code="201"] {
    top: 421px;
    left: 575px;
}

.cate_02 .sub_00 .pos_btn[code="202"] {
    top: 300px;
    left: 1278px;
}

.cate_02 .sub_00 .cup_wave {
    top: 870px;
    left: 670px;
}

.cate_02 .sub_00 .cup_img {
    position: absolute;
    top: 710px;
    left: 650px;
    animation: up-down 0.75s infinite ease-out alternate;
}

.cate_02 .sub_01 .pos_btn[code="210"] {
    top: 528px;
    left: 512px;
}

.cate_02 .sub_01 .pos_btn[code="211"] {
    top: 376px;
    left: 1381px;
}

.cate_02 .sub_01 .pos_btn[code="212"] {
    top: 231px;
    left: 1217px;
}

.cate_02 .sub_01 .cup_wave {
    top: 870px;
    left: 670px;
}

.cate_02 .sub_01 .cup_img {
    position: absolute;
    top: 710px;
    left: 650px;
    animation: up-down 0.75s infinite ease-out alternate;
}





.cate_03 .sub_00 .pos_btn[code="300"] {
    top: 710px;
    left: 345px;
}

.cate_03 .sub_00 .pos_btn[code="301"] {
    top: 364px;
    left: 145px;
}

.cate_03 .sub_00 .pos_btn[code="302"] {
    top: 249px;
    left: 919px;
}

.cate_03 .sub_00 .pos_btn[code="303"] {
    top: 390px;
    left: 1168px;
}

.cate_03 .sub_00 .cup_wave {
    top: 850px;
    left: 730px;
}

.cate_03 .sub_00 .cup_img {
    position: absolute;
    top: 690px;
    left: 710px;
    animation: up-down 0.75s infinite ease-out alternate;
}

.cate_03 .sub_01 .pos_btn[code="310"] {
    top: 409px;
    left: 364px;
}

.cate_03 .sub_01 .cup_wave {
    top: 850px;
    left: 730px;
}

.cate_03 .sub_01 .cup_img {
    position: absolute;
    top: 690px;
    left: 710px;
    animation: up-down 0.75s infinite ease-out alternate;
}











.popup_page {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
}


.popup_page .popup_area {
    position: absolute;
    top: 201px;
    left: 355px;
    width: 1210px;
    height: 885px;
        background: #EFEAE6 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    z-index: 1;
}

.popup_page .popup_area .popup_txt_area {
    position: absolute;
    z-index: 1;
    margin-top: 104px;
    margin-left: 93px;
}

.popup_page .popup_area .popup_txt_area .popup_main_txt_zone {
    height:140px;
}

.popup_page .popup_area .popup_txt_area .popup_main_txt_zone .txt_title {
    font-family: hambak;
    font-size: 50px;
    color: #3B3B3B;
}

.popup_page .popup_area .popup_txt_area .popup_main_txt_zone .txt_desc {
    margin-top: 2px;
    margin-left: 4px;
    font-size: 18px;
    color: #212121;
    width: 1020px;
    height: 80px;
    display: flex;
    align-items: center;
}

.popup_page .popup_area .popup_txt_area .popup_sub_txt_zone {
    margin-top: 292px;
    margin-left: 598px;
    font-size: 16px;
    height:120px;
    color: #375D34;
}

.popup_page .popup_area .popup_txt_area .popup_sub_txt_zone .popup_sub_txt_area {
    height: 36px;
    display: flex;
    letter-spacing: -1px;
    font-weight: 500;
    width: 500px;
}

.popup_page .popup_area .popup_txt_area .popup_sub_txt_zone .sub_txt {
    margin-left: 18px;
    color: #212121;
}

.popup_page .popup_area .popup_txt_area .popup_sub_txt_zone .txt_detail {
    margin-left: 0px;
    width: 421px;
    line-height: 1.75;
}

.popup_page .popup_area .popup_txt_area .popup_bot_txt_zone {
    margin-top: 81px;
    margin-left: 664px;
    color: #375D34;
    font-size: 12px;
    line-height: 1.8
}

.popup_page .popup_area .popup_img_area {
    position: absolute;
    z-index: 1;
    margin-top: 260px;
    margin-left: 90px;
}

.popup_page .popup_area .popup_img_area .img_0 {
    position: absolute;
    width: 560px;
    height: 525px;
    object-fit: fill;
}

.popup_page .popup_area .popup_img_area .img_1 {
    position: absolute;
    left: 570px;
    width: 455px;
    height: 250px;
    object-fit: fill;
}

.popup_page .popup_area .popup_img_area .img_2 {
    position: absolute;
    top: 385px;
    left: 890px;
    width: 140px;
    height: 140px;
    object-fit: fill;
}

.popup_page .popup_area .popup_img_area .qr {
    position: absolute;
    top: 385px;
    left: 890px;
    width: 140px;
    height: 140px;
    object-fit: fill;
    border: 7px solid #375D34;
    box-sizing: border-box;
}

.popup_page .popup_area .popup_img_area .txt_temp {
    position: absolute;
    top: 525px;
    left: 890px;
    width: 140px;
    text-align: center;
    color: #375D34;
    font-weight: 600;
}

.popup_page .popup_area .popup_img_area .qr_img {
    padding: 6px;
    width: 115px;
    height: 115px;    
}

.popup_page .popup_area .popup_img_area .qr_img img{
    width: 100%;
    height: 100%;
}

.popup_page .popup_bg {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 1196px;
    height: 870px;
    background: #FDFCFC 0% 0% no-repeat padding-box;
    border: 2px solid #9F8F73;
    opacity: 0.9;
}

.popup_page .popup_bg img{
    position: absolute;
    right: 0px;
    
}

.popup_page .black_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
}

.popup_page .close_btn {
    position: relative;
    width: 105px;
    height: 105px;
    border: 2px solid #9F8F73;
    background-color: transparent;
    /* 배경색 제거 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 1230px;
    margin-top: 773px;
}

.popup_page .close_btn::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background-color: #EFEAE6;
    border: 1px solid #9F8F73;
    z-index: -1;
}


.popup_page .close_btn .img_zone {
    margin-bottom: 15px;
}

















svg {
    position: absolute;
    width: 1920px;
    height: 1200px;
    z-index: 999;
    pointer-events: none;
}