﻿
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.loading-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    word-break: keep-all;
}
    .loading-wrap .loading-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 999;
    }
    .loading-wrap lottie-player {
        position: absolute;
        width: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }

/* 폰트사이즈 */
.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font25 {
    font-size: 25px;
}

.font28 {
    font-size: 28px;
}
.font32 {
    font-size: 32px;
}

.font36 {
    font-size: 36px;
}

.font37 {
    font-size: 37px;
}

.font40 {
    font-size: 44px;
}

.font44 {
    font-size: 44px;
}

.font48 {
    font-size: 48px;
}
.font60 {
    font-size: 60px;
}
.font80 {
    font-size: 80px;
}


/* 폰트사이즈 */

/* 폰트컬러 */
.color333 {
    color: #333333;
}

.color888 {
    color: #888888;
}

.color999 {
    color: #999999;
}

.txt-pink {
    color: #ff495e;
}
.txt-blue {
    color: #2f8aff;
}
/* 폰트컬러 */

/* 폰트굵기 */
.weight-lighter {
    font-weight: lighter;
}

.weight-bold, .bold {
    font-weight: bold;
}
/* 폰트컬러 */

.hidden{
    display: none;
}
.mo_reservation,
.mo_reserve {
    display: none;
}

.reservation {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0000009e;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /*padding: 10px 0;*/
    z-index: 30;
    transition: .5s;
}

.reservation .book_box {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

    .reservation .book_close,
    .reservation .book_open,
    .mo_quickicon {
        display: none;
    }

    .reservation .username input,
    .reservation .cell_num input,
    .reservation .select_sur select {
        width: 200px;
        height: 40px;
        font-size: 0.9rem;
        font-weight: 500;
        border: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

        .reservation .username input:focus,
        .reservation .cell_num input:focus,
        .reservation .select_sur select:focus {
            outline: none;
            box-shadow: 0px 0px 3px 2px #c6e9e6;
            transition: .2s;
        }

    .reservation .check {
        color: #fff;
        font-size: 1.1rem;
        margin: 0 20px;
    }

        .reservation .check input[type="checkbox"] {
            display: none;
        }

            .reservation .check input[type="checkbox"] + input + label {
                display: inline-block;
                width: 20px;
                height: 20px;
                border: 2px solid #85bbbf;
                position: relative;
                vertical-align: middle;
                margin-right: 5px;
            }

        .reservation .check input:checked + input + label::after {
            content: '';
            font-size: 25px;
            width: 20px;
            height: 20px;
            text-align: center;
            position: absolute;
            left: -2px;
            top: -2px;
            background: url(/UploadFile/Main/check.jpg);
            /*background-color: #85bbbf;*/
            background-position: 50% 50%;
            background-size: 100%;
        }

        .reservation .check label {
            cursor: pointer;
            vertical-align: middle;
            font-size: 1rem;
        }

    .reservation .reser_btn button {
        display: block;
        padding: 10px 25px;
        border: 2px solid #88d4da;
        border-radius: 50px;
        background: transparent;
        text-align: center;
        color: #88d4da;
        font-size: 1.3rem;
        font-weight: 600;
        cursor: pointer;
        line-height: 1;
    }

        .reservation .reser_btn button:hover {
            background: #88d4da;
            color: #fff;
            transition: .2s;
        }

        .reservation .reser_btn button[disabled] {
            border: #869495;
            background: #adbebf;
            color: #869495;
            cursor: default;
        }

        .reservation .reser_btn button[disabled]:hover {
            background: #adbebf;
            color: #869495;
        }

.mo_main_header {
    display: none;
}

.gnb_wrap {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap:2%;
    align-items: center;
    z-index: 50;
}

    .gnb_wrap .mo_header {
        display: none;
    }

    .gnb_wrap .left_menu_box {
        display: flex;
        align-items: center;
        /*padding-left: 2%;*/
    }

        .gnb_wrap .left_menu_box .logo a.basic {
            display: block;
            margin-right: 30px;
        }

        .gnb_wrap .left_menu_box .logo a.scroll_logo {
            display: none;
        }

    .gnb_wrap.scroll {
        position: fixed;
        top: 0;
        padding: 15px 0;
        background: #ffffffa3;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-bottom: 1px solid #0000000f;
    }

        .gnb_wrap.scroll .left_menu_box .logo a.basic {
            display: none;
        }

        .gnb_wrap.scroll .left_menu_box .logo a.scroll_logo {
            display: block;
            margin-right: 30px;
        }


            .gnb_wrap.scroll .left_menu_box .logo a.scroll_logo img {
                width: 80%;
                display: table-cell;
            }


            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
            }

        .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list {
            position: relative;
        }

            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit {
            }

                .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a {
                    display: block;
                    padding: 18px 15px;
                    font-size: 1.0rem;
                    font-weight: 500;
                    cursor: pointer;
                }

                .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit span {
                    display: none;
                }

                .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list:after {
                    content: '';
                    width: 0;
                    height: 3px;
                    background-color: #000;
                    position: absolute;
                    top: 95%;
                    left: 50%;
                    transform: translateX(-50%);
                    transition: 0.3s;
                }

                .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list:hover:after {
                    width: 100%;
                }

            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list:hover .nav_tit + .sub_list {
                display: block;
                opacity: 0;
                animation: fadeIn ease-in 1;
                animation-fill-mode: forwards;
                animation-duration: 0.3s;
                box-shadow: 3px 3px 10px 0 #00000008;
            }


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


ul.gnb_1dep li.nav_list ul.sub_list {
    display: none;
    top: 60px;
    left: 0;
    position: absolute;
    background: #fff;
    width: 200px;
    z-index: 2;
}

    ul.gnb_1dep li.nav_list ul.sub_list:hover {
        display: block;
    }

    ul.gnb_1dep li.nav_list ul.sub_list li a {
        display: block;
        padding: 15px 20px;
    }

        ul.gnb_1dep li.nav_list ul.sub_list li a:hover {
            background: #c6e0e2;
            transition: 0.2s;
        }

        ul.gnb_1dep li.nav_list ul.sub_list li a.select {
            background: #c6e0e2;
        }



.right_menu_box {
    display: flex;
    align-items: center;
    /* padding-right: 2%;*/
}

    .right_menu_box .sign_box {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
    }

        .right_menu_box .sign_box div {
            padding: 0 20px;
        }

        .right_menu_box .sign_box .join {
            position: relative;
        }

            .right_menu_box .sign_box .join::after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 1px;
                height: 100%;
                background-color: #333;
            }

        .right_menu_box .sign_box .language {
            width: 100%;
            position: relative;
        }

            .right_menu_box .sign_box .language img {
                cursor: pointer;
                display: table-cell;
            }

            .right_menu_box .sign_box .language .language_list {
                display: none;
                top: 35px;
                left: 0;
                position: absolute;
                background: #fff;
                width: 100%;
                box-shadow: 3px 3px 10px 0 #00000008;
            }

                .right_menu_box .sign_box .language .language_list.show {
                    display: block;
                }

                .right_menu_box .sign_box .language .language_list li {
                    padding: 10px;
                    cursor: pointer;
                }

                    .right_menu_box .sign_box .language .language_list li:hover {
                        background-color: #c6e0e2;
                    }

                    .right_menu_box .sign_box .language .language_list li a img {
                        width: 35%;
                        display: unset;
                    }

                .right_menu_box .sign_box .language .language_list.open {
                    display: block;
                }


.footer_wrap {
    width: 100%;
    padding: 50px 0;
    background: #f1f1f1;
}

    .footer_wrap .footer_box {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

        .footer_wrap .footer_box .txt_box {
            width: 48%;
            display: flex;
            flex-direction: column;
        }

.footer_box .txt_box .contact_ctn,
.footer_box .txt_box .location_ctn {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer_box .txt_box .footer_tit {
    font-size: 1.5rem;
}

.footer_box .txt_box .contact_ctn .cont_ctn,
.footer_box .txt_box .contact_ctn .cont_ctn .call_box,
.footer_box .txt_box .contact_ctn .cont_ctn .time_box,
.footer_box .txt_box .location_ctn .loca_ctn,
.footer_box .txt_box .location_ctn .loca_ctn .add_box,
.footer_box .txt_box .location_ctn .loca_ctn .road_box {
    display: flex;
    gap: 30px;
}

    .footer_box .txt_box .contact_ctn .cont_ctn .tit,
    .footer_box .txt_box .location_ctn .loca_ctn .tit {
        font-size: 0.9rem;
        width: 20%;
    }

    .footer_box .txt_box .contact_ctn .cont_ctn .tit {
        /*padding-top: 7px;*/
}

    .footer_box .txt_box .contact_ctn .cont_ctn .call_box,
    .footer_box .txt_box .location_ctn .loca_ctn .add_box {
        width: 55%;
    }

        .footer_box .txt_box .contact_ctn .cont_ctn .call_box .txt.cont {
            font-size: 1.8rem;
            font-weight: 700;
            line-height: 1;
        }

    .footer_box .txt_box .contact_ctn .cont_ctn .time_box,
    .footer_box .txt_box .location_ctn .loca_ctn .road_box {
        width: 65%;
    }

.footer_box .txt_box .txt {
    width: 79%;
    line-height: 1.5;
    font-weight: 500;
}

.footer_box .txt_box .contact_ctn .cont_ctn .time_box .txt p {
    margin-bottom: 10px;
}

.footer_box .txt_box .contact_ctn .cont_ctn .time_box .txt span {
    display: inline-block;
    width: 30%;
}

.footer_box .txt_box .location_ctn .loca_ctn .txt .road_btn a {
    display: block;
    padding: 10px 20px;
    background: #a9c8cb;
    border-radius: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.footer_box .txt_box .location_ctn .loca_ctn .add_box .txt .copy {
    cursor: pointer;
}

.footer_wrap .footer_box .map_box {
    width: 50%;
}

    .footer_wrap .footer_box .map_box .map {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border: 1px solid #d9d9d9;
    }

.copy_wrap {
    width: 100%;
    padding: 30px 0 100px 0;
    background: #333;
    color: #fff;
}

    .copy_wrap .copy_box {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

        .copy_wrap .copy_box .sitemap_box {
            display: flex;
            justify-content: space-between;
        }

            .copy_wrap .copy_box .sitemap_box .sitemap ul.sitemap_list,
            .copy_wrap .copy_box .sitemap_box .sns_box ul.sns_icon {
                display: flex;
                gap: 25px;
            }

                .copy_wrap .copy_box .sitemap_box .sitemap ul.sitemap_list a {
                    color: #fff;
                    font-weight: 600;
                    font-size: 0.85rem;
                }

                .copy_wrap .copy_box .sitemap_box .sns_box ul.sns_icon a {
                    color: #fff;
                    font-weight: 600;
                    display: flex;
                    font-size: 24px;
                }

                    .copy_wrap .copy_box .sitemap_box .sns_box ul.sns_icon a img {
                        width: 24px;
                    }

        .copy_wrap .copy_box .copyright {
            margin-top: 20px;
            font-weight: 100;
            line-height: 1.7;
            font-size: 0.8rem;
            color: #f1f1f1;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .copy_wrap .copy_box .copyright span {
                color: #f1f1f1;
                padding: 0 15px;
            }



.quick_side {
    position: fixed;
    right: 20px;
    bottom: 180px;
    z-index: 40;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

    .quick_side .call,
    .quick_side .kakao,
    .quick_side .price,
    .quick_side .top_btn {
        width: 55px;
        height: 55px;
        background: #65b6bc;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
        color: #fff;
        font-weight: 500;
    }
        .quick_side .call .icon,
        .quick_side .price .icon {
            font-size: 1rem;
        }

    .quick_side .price {
        background: #9b6cb2;
        cursor: pointer;
    }
    .quick_side .top_btn {
        background: #000;
        cursor: pointer;
    }

        .quick_side .kakao {
            background: #f5d230;
            color: #333;
        }
        .quick_side .kakao svg {
            width: 23px;
        }






        /*미디어쿼리 시작*/
@media (min-width: 768px) and (max-width: 1024px) {
    /* 폰트사이즈 */

    .font18 {
        font-size: 16px;
    }

    .font20 {
        font-size: 17px;
    }

    .font22 {
        font-size: 19px;
    }

    .font25 {
        font-size: 22px;
    }

    .font28 {
        font-size: 20px;
    }

    .font32 {
        font-size: 24px;
    }
    .font36 {
        font-size: 28px;
    }

    .font40 {
        font-size: 32px;
    }

    .font44 {
        font-size: 36px;
    }

    .font48 {
        font-size: 40px;
    }
    .font60 {
        font-size: 50px;
    }

    .font80 {
        font-size: 60px;
    }

    /* 폰트사이즈 */

    .mo_main_header {
        display: none;
    }


    .gnb_wrap.scroll .left_menu_box .logo a.scroll_logo {
        margin-right: 10px;
    }

    .gnb_wrap {
        top: 0;
        gap: unset;
    }

        .gnb_wrap .left_menu_box {
            padding-left: 2%;
        }

            .gnb_wrap .left_menu_box .logo a.basic {
                margin-right: 10px;
            }

            .gnb_wrap .left_menu_box .logo a img {
                width: 100%;
            }

            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit {
            }

                .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a {
                    padding: 15px 12px;
                    font-size: 0.9rem;
                }

    ul.gnb_1dep li.nav_list ul.sub_list {
        z-index: 4;
        top: 52px;
    }

        ul.gnb_1dep li.nav_list ul.sub_list li a {
            padding: 10px 15px;
            font-size: 0.9rem;
        }

    .gnb_wrap .right_menu_box {
        padding-right: 2%;
    }

    .right_menu_box .sign_box {
        font-size: 0.9rem;
    }


    .footer_wrap .footer_box {
        flex-direction: column;
    }

        .footer_wrap .footer_box .txt_box {
            width: unset;
            margin: 0 20px;
        }

        .footer_wrap .footer_box .map_box {
            width: unset;
            height: 400px;
            margin: 20px 20px;
        }

    .copy_wrap .copy_box .sitemap_box .sitemap ul.sitemap_list li {
        padding: 0 20px 20px 20px;
    }

    .copy_wrap .copy_box .sitemap_box {
        flex-direction: column;
    }

        .copy_wrap .copy_box .sitemap_box .sitemap ul.sitemap_list {
            flex-wrap: wrap;
            gap: unset;
        }

        .copy_wrap .copy_box .sitemap_box .sns_box {
            padding: 20px;
        }

    .copy_wrap .copy_box .copyright {
        padding: 0 20px;
        margin-top: 10px;
    }

    .copy_wrap {
        padding-bottom: 170px;
    }

    .quick_side {
        right: 3%;
    }
}



@media screen and (max-width: 767px) {

    /* 폰트사이즈 */

    .font18 {
        font-size: 14px;
    }

    .font20 {
        font-size: 15px;
    }
    .font22 {
        font-size: 17px;
    }

    .font25 {
        font-size: 18px;
    }

    .font28 {
        font-size: 19px;
    }

    .font32 {
        font-size: 20px;
    }
    .font36 {
        font-size: 24px;
    }

    .font40 {
        font-size: 28px;
    }

    .font44 {
        font-size: 32px;
    }

    .font48 {
        font-size: 36px;
    }
    .font60 {
        font-size: 50px;
    }

    .font80 {
        font-size: 50px;
    }
    /* 폰트사이즈 */


    ul.gnb_1dep li.nav_list ul.sub_list li a:hover {
        background: unset;
        transition: unset;
    }

    .mo_main_header {
        display: flex;
        position: fixed;
        z-index: 9999;
        justify-content: space-between;
        width: 100%;
        padding: 9px 0 7px 0;
    }
        .mo_main_header.scroll {
            background: #ffffffde;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-bottom: 1px solid #0000000f;
        }

        .mo_main_header .logo {
            display:flex;
        }
            .mo_main_header .logo a {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

            .mo_main_header .logo a img {
                width: 50vw;
                padding-left: 4vw;
            }

        .mo_main_header .mo_quick {
            padding-right: 4vw;
            font-size: 1.8rem;
        }


    .reservation {
        display:none;
    }

    .mo_reservation {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #0000009e;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 15px;
        z-index: 30;
    }

        .mo_reservation .book_box {
            display: flex;
            justify-content: space-between;
        }

            .mo_reservation .book_box .book_ctn {
                display: flex;
                justify-content: space-between;
                line-height: 1;
                width: 24%;
                padding: 10px 8px;
                text-align: left;
                background: #fff;
                font-size: 12px;
                color: #7d7d7d;
            }
                .mo_reservation .book_box .book_ctn.btn {
                    background: #88d4da;
                    color: #fff;
                    font-weight: 700;
                    align-items: center;
                }

    .mo_reserve {
        position: fixed;
        background: #000000c2;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        right: 0;
        bottom: -100%;
        width: 100%;
        padding: 40px;
        border-radius: 20px 20px 0 0;
        box-shadow: none;
        transform: scale(1);
        z-index: 100;
        color: #fff;
        box-shadow: 0px 0px 80px #00000052;
    }

        .mo_reserve.active {
            display: block;
            bottom: 0;
            border-radius: 20px 20px 0 0;
            opacity: 1;
            transform: scale(1);
        }
        .mo_reserve .close {
            position: absolute;
            top: 3vw;
            right: 5vw;
            font-size: 25px;
        }

        .mo_reserve .tit_box {
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
        }

        .mo_reserve .username,
        .mo_reserve .cell_num,
        .mo_reserve .select_sur,
        .mo_reserve .check {
            width: 100%;
            display: flex;
            margin-bottom: 20px;
            align-items: center;
            gap: 10px;
        }
            .mo_reserve .username input,
            .mo_reserve .cell_num input,
            .mo_reserve .select_sur select {
                font-size: 15px;
                width: 100%;
                padding: 14px;
                border-radius: 5px;
                border: 3px solid #000;
            }

            .mo_reserve .select_sur select {
                height: 48px;
                box-sizing: border-box;
                display: block;
            }
                .mo_reserve .username input:focus,
                .mo_reserve .cell_num input:focus,
                .mo_reserve .select_sur select:focus {
                    outline: none;
                    border: 3px solid #65b6bc;
                    transition: .3s;
                }
    select:valid {
        color: #6d6d6d;
    }

                .mo_reserve .check input[type="checkbox"] {
                    display: none;
                }

            .mo_reserve .check input[type="checkbox"] + input + label {
                display: inline-block;
                width: 20px;
                height: 20px;
                border: 2px solid #85bbbf;
                position: relative;
                vertical-align: middle;
            }


		.mo_reserve .check input#IsAgree2:checked + input + label::after {
			content: '';
			font-size: 25px;
			width: 20px;
			height: 20px;
			text-align: center;
			position: absolute;
			left: -2px;
			top: -2px;
			background: url(/UploadFile/Main/check.jpg);
			/*background-color: #85bbbf;*/
			background-position: 50% 50%;
			background-size: 100%;
		}

        .mo_reserve .check label {
            cursor: pointer;
            vertical-align:middle;
        }

        .mo_reserve .check {
            font-size: 13px;
        }

    .mo_reserve .reser_btn button {
        width: 100%;
        padding: 13px;
        border: 0;
        border-radius: 40px;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        background: #65b6bc;
        line-height: 1;
    }



        /*.reservation {
        display: flex;
        width: unset;
        padding: 10px;
    }
        .reservation.close {
            bottom: -55px;
			z-index:2;

        }
            .reservation.close .book_close {
                display:none;
            }
            .reservation.close .book_open {
                display:block;
            }

        .reservation .book_box {
            justify-content: space-between;
            padding: 0;
            gap: 7px;
        }

        .reservation .book_close {
            display: block;
            position: absolute;
            top: -38px;
            right: 0;
            padding: 10px 15px;
            background: #0000009e;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 10px 10px 0 0;
            color: #fff;
            font-size: 0.8rem;
        }

        .reservation .book_open {
            position: absolute;
            top: -38px;
            right: 0;
            padding: 10px 15px;
            background: #0000009e;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 10px 10px 0 0;
            color: #fff;
            font-size: 0.8rem;
        }

        .reservation .username,
        .reservation .select_sur,
        .reservation .cell_num {
            width: 24%;
        }

            .reservation .username input,
            .reservation .cell_num input,
            .reservation .select_sur select {
                width: 100%;
                height: 28px;
            }

        .reservation .check {
            margin: 0;
            font-size: 0.7rem;
        }

            .reservation .check input[type="checkbox"] + input + label {
                width: 12px;
                height: 12px;
                margin-right: 5px;
            }

            .reservation .check input[type="checkbox"]:checked + input + label::after {
                width: 12px;
                height: 12px;
            }

        .reservation .reser_btn {
            width: 44%;
        }

            .reservation .reser_btn button {
                padding: 3px;
                font-size: 13px;
                background: #88d4da;
                color: #fff;
                width: 100%;
                border-radius:0;
            }*/
        .gnb_wrap {
            position: fixed;
            display: none;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            overflow: scroll;
        }
        .gnb_wrap.scroll {
            padding: 0;
            backdrop-filter: unset;
            background: unset;
        }

        .gnb_wrap .gnb_bg {
            position: fixed;
            width: 100%;
            height: 100%;
        }

        .gnb_wrap .left_menu_box {
            flex-direction: column;
            width: 65vw;
            height: calc(100% - 137px);
            padding-bottom: 100px;
            overflow: auto;
            float: right;
            z-index: 2;
            position: relative;
            background: #fff;
        }

            .gnb_wrap .left_menu_box .logo {
                display: none;
            }

            .gnb_wrap .left_menu_box .menu_list {
                width: 100%;
            }

                .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep {
                    flex-direction: column;
                    align-items: flex-start;
                }

                    .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list {
                        width: 100%;
                    }

                        .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit {
                            position: relative;
                        }

                        .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list:hover:after {
                            width: 0;
                        }

                            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit span {
                                position: absolute;
                                top: 20px;
                                right: 20px;
                                font-size: 0.8rem;
                            }

                            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit .plus {
                                display: block;
                            }

                            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit .minus {
                                display: none;
                            }

                            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit.select .plus {
                                display: none;
                            }

                            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit.select .minus {
                                display: block;
                            }

                            .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit.select a {
                                font-weight: 700;
                                color: #749092;
                            }

                    .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li .sub_list {
                        display: none;
                        position: unset;
                        width: 100%;
                        box-shadow: unset;
                    }

                        .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li:last-child .sub_list {
                            padding-bottom:100px;
                        }



                        .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li .sub_list.open {
                            display: block !important;
                        }

                    .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list:hover .nav_tit + .sub_list {
                        display: none;
                        box-shadow: unset;
                    }
                    .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list ul.sub_list li a {
                        padding-left: 35px;
                        font-size: 0.9rem;
                    }

        .gnb_wrap .right_menu_box {
            display: none;
        }

        .gnb_wrap .mo_header {
            display: block;
            width: 65vw;
            float: right;
            z-index: 3;
            position: relative;
            background: #fff;
        }

            .gnb_wrap .mo_header .language_box {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px;
                background: #f1f1f1;
				margin-top:50px;
            }

                .gnb_wrap .mo_header .language_box .language {
                    position: relative;
                }

                .gnb_wrap .mo_header .language_box .language_list {
                    display: none;
                    position: absolute;
                    background: #fff;
                    border: 1px solid #999;
                    position: absolute;
                    right: 0;
                    width: 100%;
                    top: 30px;
                }

                    .gnb_wrap .mo_header .language_box .language_list.show {
                        display: block;
                    }


                    .gnb_wrap .mo_header .language_box .language_list li {
                        padding: 10px;
                    }

                        .gnb_wrap .mo_header .language_box .language_list li a img {
                            width: 20px;
                        }

                        .gnb_wrap .mo_header .language_box .language_list li a span {
                            font-size: 0.9rem;
                        }

                    .gnb_wrap .mo_header .language_box .language_list.show {
                        display: block;
                    }

                .gnb_wrap .mo_header .language_box .language a img {
                    vertical-align: middle;
                }

                .gnb_wrap .mo_header .language_box .menu_close {
                    font-size: 2rem;
                    cursor: pointer;
                }

            .gnb_wrap .mo_header .join_box {
                display: flex;
                font-size: 1.5rem;
                font-weight: 700;
                padding: 13px;
            }

                .gnb_wrap .mo_header .join_box span {
                    padding: 0 15px;
                    font-weight: 400;
                }

    .footer_wrap {
        padding: 40px 0;
    }

    .footer_wrap .footer_box {
        flex-direction: column;
        width: unset;
        margin: 0 3vw;
    }

        .footer_wrap .footer_box .txt_box {
            width: unset;
        }

    .footer_box .txt_box .contact_ctn .cont_ctn .time_box .txt span {
        display: block;
    }

    .footer_box .txt_box .contact_ctn, .footer_box .txt_box .location_ctn {
        gap: 20px;
    }

        .footer_wrap .footer_box .txt_box .contact_ctn .cont_ctn,
        .footer_box .txt_box .location_ctn .loca_ctn {
            flex-direction: column;
            gap: 20px;
        }

    .footer_box .txt_box .contact_ctn .cont_ctn .call_box, 
    .footer_box .txt_box .location_ctn .loca_ctn .add_box,
    .footer_box .txt_box .contact_ctn .cont_ctn .time_box,
    .footer_box .txt_box .location_ctn .loca_ctn .road_box {
        width:unset;
    }
            .footer_box .txt_box .location_ctn .loca_ctn .txt .road_btn {
                width:80%;
            }
            .footer_box .txt_box .location_ctn .loca_ctn .txt .road_btn a {
                margin-top: 10px;
                font-size: 1rem;
            }

    .footer_wrap .footer_box .map_box {
        width:unset;
        height: 250px;
        margin-top:20px;
    }


    .copy_wrap {
        padding: 40px 0 120px 0;
    }

    .copy_wrap .copy_box .sitemap_box .sitemap ul.sitemap_list li {
        padding: 0 20px 20px 20px;
    }

    .copy_wrap .copy_box .sitemap_box {
        flex-direction: column;
    }
        .copy_wrap .copy_box .sitemap_box .sitemap ul.sitemap_list {
            flex-wrap: wrap;
            gap: unset;
        }
        .copy_wrap .copy_box .sitemap_box .sns_box {
            padding: 20px;
        }
    .copy_wrap .copy_box .copyright {
        padding: 0 20px;
        margin-top: 10px;
    }
    .quick_side {
        position: fixed;
        right: 2%;
    }

    .footer_box .txt_box .txt {
        font-size: 0.9rem;
    }

    .footer_box .txt_box .contact_ctn .cont_ctn .call_box .txt.cont {
        font-size: 1.4rem;
    }

    .footer_box .txt_box .footer_tit {
        font-size: 1.2rem;
        font-weight: 700;
    }

    }

 


/*@media screen and (max-width: 360px) {*/
    /*.reservation .reser_btn {*/
        /*width:100%;*/
    /*}*/

    /*.reservation.close {*/
        /*bottom: -133px;*/
    /*}*/
    /*.reservation .username input,*/
    /*.reservation .cell_num input,*/
    /*.reservation .select_sur select {*/
        /*height: 32px;*/
    /*}*/

    /*.reservation .reser_btn button {*/
        /*padding: 2%;*/
    /*}*/



/*}*/








    /* 가로 퀵바: 화면 최하단 고정 */
    .quick_mobile_bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-around;
      background: #222;
      color: #fff;
      padding: 12px 0;
      z-index: 3;
    }

    .quick_mobile_bar .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 0.75rem;
      color: #fff;
    }

    .quick_mobile_bar .item i {
      font-size: 1.2rem;
      margin-bottom: 4px;
      color: #fff;
    }


    /* 팝업 영역이 가장 위로 */
    #PopupArea {
      position: relative;
      z-index: 9999;
    }


    /* 모바일 */
    @media screen and (max-width: 767px) {
      .quick_side {
        display: none !important;
      }

        .mo_quickicon {
            display: flex;
            flex-direction: column;
            position: fixed;
            right: 2vw;
            bottom: 10vh;
            gap: 10px;
            z-index: 50;
        }
            .mo_quickicon .call,
            .mo_quickicon .kakao {
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 40px;
                width: 40px;
                height: 40px;
                color: #fff;
                background: #000000b0;
                /*border: 1px solid #ffffff75;*/
            }

                .mo_quickicon .kakao p {
                    display: flex;
                    width: 24px;
                    justify-content: center;
                    align-items: center;
                }
                    .mo_quickicon .kakao p img {
                        width:100%;
                    }


                    .quick_mobile_bar {
                        display: none;
                    }
	  
	  /*.gnb_wrap .left_menu_box {	*/
		/*z-index:100 !important;*/
	  /*}*/
	  
    /* 상담예약 영역 */
        .reservation {
            position: fixed;
            bottom: 55px;
            left: 0;
            right: 0;
            padding: 12px;
            background: #555;
            color: white;
            text-align: center;
            z-index: 3;
        }


    }

    /* pc */
    @media screen and (min-width: 769px) {
      .quick_mobile_bar {
        display: none !important;
      }
		.MobileMenuLogout {
			display: none;
		}
    }

.icon_wrap {
  position: relative;
  display: inline-block;
  margin-right: 20px; /* 아이콘 간 간격 */
}

.icon_wrap i {
  font-size: 30px; /* 아이콘 크기 조정 가능 */
  cursor: pointer;
}

.badge {
  position: absolute;
  top: -7px;
  right: -22px;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 28px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; /* 중요! */
  text-align: center;
  padding: 0; /* 패딩 없애 */
  margin: 0; /* 마진 없애 */
  box-sizing: border-box;
  overflow: hidden;
}

@keyframes pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.5); }
  100% { transform: scale(1); }
}

.pop {
  animation: pop 0.3s ease;
}

.icon_wrap i {
  font-size: 24px;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer;
}





@media screen and (max-width: 767px) {
  /* 항상 DOM에 살아있게: display:none 제거(덮어쓰기) */
  .mo_reserve {
    display: block !important;      /* 기존 display:none 무력화 */
    position: fixed;
    left: 0; right: 0; bottom: 0;
    transform: translateY(100%);    /* 아래에 대기 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;           /* 닫힌 상태 클릭 막기 */
    transition: transform .25s ease, opacity .25s ease;
    z-index: 100;                   /* 필요시 조정 */
  }

  .mo_reserve.active {
    transform: translateY(0);       /* 위로 슬라이드 */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}