@charset 'utf-8';
/* 모바일까지 ~767px */
@media screen and (max-width: 767px) {
    .hy_logo {
        width: 220px;
        height: 64px;
    }
    .lang {
        display: none;
        right: -5px;
        top: 15px;
        width: 80px;
        font-size: 0.85em;
    }
    .lang li:first-child a:after {display: none;}
    .m_chk_label {left: 10px; top: 10px;}
    .hy_m_util_menu {right: 10px; top: 10px;}
    .m_rs {position: absolute; right: -2%; top: 0px; text-align: center; line-height: 64px; display: block; width: 70px; height: 100%; background-color: #bd213e; }
    
    .main_tit {
        font-size: 1.8em;
    }

    .wrap_notice {
        width: 100vw;
        padding: 0;
        height: 345px;
    }
    .notice_tit {
        font-size: 1.5em;
    }
}

/* 태블릿부터 768px~  */
@media screen and (min-width: 768px) {
    .hy_m_util_menu {display: block; position: absolute; right: 30px; top: 25px;}
    .hy_m_util_menu li {float:left; font-size: 1em; padding: 10px 1px;}
    .hy_m_util_menu li:after {content: '｜';}
    /*notice*/
    .m_n_visual {
        display: none;
    }   
     /* 푸터  */
     #hy_ft {
         font-size: 1.1em;
     }
     .ft_sns {
         font-size: 1.2em;
     }
}

/* 태블릿만 768px~ 1279px */
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .lang {
        display: none;
        right: -5px;
        top: 15px;
        width: 80px;
        font-size: 0.85em;
    }
    .lang li:first-child a:after {display: none;}
    .m_rs {position: absolute; right: -2%; top: 0px; text-align: center; line-height: 74px; font-size: 1.3em; display: block; width: 120px; height: 100%; background-color: #bd213e; }

    
}

/* PC부터 1280px~ */
@media screen and (min-width: 1280px) {
    .hy_m_wrap {
        display: none;
    }  
    .hy_logo {
    }
    .hy_m_wrap, .m_chk_label {
        display: none;
    }
    
    .lang {
        position: absolute;
        left: 20px;
        top: 15px;
        width: 100px;
        height: 38px; /*36*4=144 +보더5 = 149*/
        overflow: hidden;
        line-height: 36px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 6px;
        transition: height 0.3s;
        z-index: 100;
    }
    .lang:hover, .lang:focus-within {
        height: 149px;
        border-color: #e0e0e0;
    }
    .lang li {
        border-top: 1px solid #e0e0e0;
        text-align: center;
    }
    .lang li a {
        display: block;
    }
    .lang i {
        margin-right: 6px;
    }
    .lang li:first-child {
        border-top: 0;
    }
    .lang li:first-child a:after {
        position: relative;
        top: -3px;
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        box-sizing: border-box;
        border: 2px solid #666;
        border-width: 0 2px 2px 0;
        margin-left: 12px;
        transform: scaleY(0.8) rotate(45deg);
    }
    .util_menu {
        display: block;
        position: absolute;
        right: 0;
        top: 25px;
        font-size: 0.9em;
    }
    .util_menu li {
        float: left;
        padding: 0 16px;
    }
    .m_rs {position: absolute; right: 0; top: 0px; text-align: center; line-height: 64px; display: none; width: 70px; height: 100%; background-color: #bd213e; }
    
    #hy_gnb {
        display: block;
        position: absolute;
        left: 0;
        top: 75px;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
    }
    #hy_gnb a {
        display: block;
        color: #fff;
        line-height: 70px;
    }
    #hy_gnb > ol {
        width: 940px;
        margin: auto;
    }
    .depth1 {
        float: left;
    }
    .depth1 > a {
        padding: 0 32px;
        font-family: 'Noto Serif KR', serif;
        font-size: 1.25em;
        transition: background-color 0.5s;
    }
    .depth1:hover > a, .depth1:focus-within > a {
        background-color: #9f3042;
    }
    .depth1:hover .depth2, .depth1:focus-within .depth2 {
        display: block;
    }
    .depth2 {
        display: none;
        position: absolute;
        left: 50%;
        top: 70px;
        width: 1010px;
        margin-left: -505px;
        text-align: center;
        background-color: rgba(0,0,0,0.7);
        font-size: 1.13em;
    }
    .depth2 li {
        display: inline-block;
    }
    .depth2 li a {
        position: relative;
        padding: 0 30px;
    }
    .depth2 li a:hover:after, .depth2 li a:focus:after {
        transform: scaleX(1);
        background-color: #fff;
    }
    .depth2 li a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        transform: scaleX(0);
        /* transform-origin: left center; */
        transition: 0.3s;
    }
    /* 예약 */
    .main_reserve_sec {
        position: absolute;
        left: 50%;
        bottom: 0;
        max-width: 920px;
        margin-left: -460px;
        padding: 0;
        z-index: 100;
    }
    #reserve_form {
        width: 100%;
        max-width: 920px;
        height: 96px;
        background-color: #fff;
    }
    #reserve_form > div {
        float: left;
        height: 100%;
        padding: 0;
    }
    #reserve_form .clearfix {
        width: 660px;
        padding: 32px 15px 0;
    }
    .rs_dash {display: none;}
    #reserve_form label {
        font-size: 1.4em;
    }
    .rs_chk {
        width: 50%;
    }
    #reserve_form label {
        display: inline-block;
    }
    #reserve_form input[type=text] {
        width: 150px;
    }
    .rs_btn {
        height: 96px;
        width: 220px;
        vertical-align: top;
        font-size: 1.4em;
    }
    /* footer */
    .ft_wrap {
        padding-top: 60px;
    }
    .ft_logo {
        background-color: transparent;
        float: left;
        margin-right: 20px;
    }
    .ft_logo img {
        width: 150px;
    }
    .ft_menu {
        position: absolute;
        left: 0;
        top: 40px;
        padding: 0;
        font-size: 1em;
        border: 0;
    }
    .ft_menu a {
        float: left;
        display: block;
        font-family: 'Noto Serif KR', serif;
    }
    .ft_menu a:before {
        margin: 0 10px;
    }
    .ft_sns {
        position: absolute;
        right: 0;
        top: 165px;
    }
    .ft_info_wrap {
        margin-top: 40px;
        text-align: left;
        font-size: 0.9em;
    }
    .ft_info_wrap span {
        padding-right: 1em;
        display: inline-block;
    }
    .ft_info2 {
        color: #fff;
        padding-top: 0.5em;
    }   
    .ft_copyright {
        position: relative;
        padding-top: 0.8em;
        text-align: left;
        font-size: 0.9em;
    }
    .gototop {
        right: 50px;
    }
}