* {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'arial', sans-serif;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #000;
}

.menu_box {
    width: 100%;
    height: 80px;
    position: fixed;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-align: center;
}

.menu_inner {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.fixed {
    background: #fff
}

.fixed a {
    text-decoration: none;
    color: #000;
    line-height: 80px;
}

.logo a {
    float: left;
    font-size: 30px;
    line-height: 80px;
    color: #000;
}

.logo a img {
    width: 220px;
    height: 59px;
    vertical-align: middle;
    line-height: 80px;
    color: #000;
}

.logo a img.logo2 {
    display: none
}

.menu-box>ul>li {
    float: left;
}

.menu_box .menu_inner>ul {
    display: inline-block;
    padding: 0 35px 0 0;
}

.menu_box .menu_inner li {
    float: left;
    text-align: center;
    margin-left: 50px;
    text-decoration: none;
    color: #000;
    line-height: 80px;
    font-size: 16px;
}


.pop_up_wrap1 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_up2 {
    position: relative;
}

.pop_up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pop_up img {
    width: auto;
    height: 85vh;
}



.btn_close {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    right: -50px;
    cursor: pointer;
    bottom: 0;
    /*x버튼 위로_0px;*/
    color: #fff;
    text-align: center;
    font-size: 38px;
}

/*달력만 있을 땐 left:85%;->right:-54px;*/
.pop_up_wrap1 img {
    width: 500px;
}

/*달력만 있을 땐 100%*/

.tel {
    position: relative;
}

.tel .back {
    vertical-align: bottom;
    width: 100%;
}

.tel .button_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.tel_t .button_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.tel_m {
    padding: 30px 50px;
}

.tel_m .button_group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tel_m img {
    width: 100%;
    vertical-align: top;
}

.tel_tm .button_group {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.tel_tm .button_group a {
    width: 31%;
}

.tel_tm .button_group a img {
    width: 100%;
}

/* 메뉴부분 마우스 오버시 색상 */
.menu_box .menu_inner li a:hover {
    font-weight: bold;
}

.menu_box .menu_inner li:nth-child(2) a:hover {
    font-weight: bold;
}

.menu_box .menu_inner li:nth-child(3) a:hover {
    font-weight: bold;
}

.menu_box .menu_inner li:nth-child(4) a:hover {
    font-weight: bold;
}

.menu_box .menu_inner li:nth-child(5) a:hover {
    font-weight: bold;
}

#section00 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#section00 img {
    width: 100%;
    background: #FFF;
    vertical-align: top;
}

#section01 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#section01 img {
    width: 100%;
    background: #FFF;
    vertical-align: top;
}

#section02 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#section02 img {
    width: 100%;
    background: #FFF;
    vertical-align: top;
}

#section03 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#section03 img {
    width: 100%;
    background: #FFF;
    vertical-align: top;
}

#section04 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#section04 img {
    width: 100%;
    background: #FFF;
    vertical-align: top;
}

#section05 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#section05 img {
    width: 100%;
    background: #FFF;
    vertical-align: top;
}

#section06 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#section06 img {
    width: 100%;
    background: #FFF;
    vertical-align: top;
}

iframe {
    vertical-align: top;
}


#m_menu {
    display: none;
}

#pc_menu {
    display: block;
    text-align: center;
}

.pop_up_wrap2 {
    display: none;
}

.pop_up_wrap3 {
    display: none;
}



#event1 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#event1 img {
    width: 60%;
    background: #FFF;
    vertical-align: top;
}

#event2 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#event2 img {
    width: 60%;
    background: #FFF;
    vertical-align: top;
}

#event3 {
    width: 100%;
    height: 100%;
    background: #FFF;
}

#event3 img {
    width: 60%;
    background: #FFF;
    vertical-align: top;
}

.quick_menu {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.quick_menu a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.quick_menu .mobile {
    display: none;
}

.quick_menu .pink {
    display: block;
    background: #f96768;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    transition: 0.3s ease-out;
    transform-origin: 0 100%;
}

.quick_menu .pink:hover {
    width: auto;
    background-color: #e15657;
    padding: 0 25px;
}

.quick_menu .pink span {
    line-height: 60px;
    font-size: 32px;
    vertical-align: top;
}

.quick_menu .pink:hover>span:last-child {
    display: inline-block;
}

.quick_menu .pink span:first-child {
    display: inline-block;
    margin-top: 2px;
}

.quick_menu .pink span:last-child {
    font-size: 22px;
    display: none;
}

.quick_menu .top {
    background-color: #959595;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 992px) {

    .pop_up_wrap2 {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 10000;
        overflow: auto;
    }

    .pop_up_wrap3 {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10000;
        overflow: auto;
    }

    .pop_up {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pop_up img {
        height: 85vh;
    }


    .btn_close {
        width: 340px;
        height: 30px;
        background: #000;
        right: 0%;
        text-align: center;
        padding: 4px 10px 0px 0px;
        position: absolute;
        cursor: pointer;
        left: auto;
        color: #fff;
        font-size: 16px;
        bottom: -30px;
        top: auto;
    }

    .pop_up_wrap2 img {
        width: 350px;
        height: auto;
    }

    .pop_up_wrap3 img {
        width: 350px;
        height: auto;
    }

    /* 달력 원본 사이즈
		.btn_close {width:340px; height:30px; background:#000; right:0%; text-align:center; padding: 4px 10px 0px 0px;
		position: absolute; cursor: pointer; top: 250px; left:auto; color: #fff;font-size:16px; } 
		.pop_up_wrap2 img{width:350px;height:235px;}*/

    /* 연하장 팝업사이즈
		.btn_close {width:290px; height:30px; background:#000; right:0%; text-align:center; padding: 4px 10px 0px 0px;
		position: absolute; cursor: pointer; top: 400px; color: #fff;font-size:16px; }
		.pop_up_wrap2 img{width:300px;height:399px}*/


    #pc_menu {
        display: none;
    }

    #m_menu {
        display: block;
    }

    .pop_up_wrap1 {
        display: none;
    }

    .pop_up_wrap2 {
        display: block;
    }

    .pop_up_wrap3 {
        display: block;
    }

    .quick_menu {
        bottom: 15px;
        right: 15px;
    }

    .quick_menu .pink {
        display: none;
    }

    .quick_menu .mobile {
        display: block;
    }

    .quick_menu .mobile {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        border: none;
        background-color: #f96768;
        color: #fff;
        font-size: 28px;
    }

    .quick_menu a.mobile i {
        line-height: 50px;
    }

    .quick_menu a {
        width: 50px;
        height: 50px;
        transition: none;
    }

    .quick_menu .pink span {
        line-height: 50px;
        font-size: 28px;
    }
}