@media screen and (max-width : 1600px) {
  .header_inner{
    width: 100%;
  }
  .header_right{
    gap : 0.7rem;
  }
  .login_button{
    width: 8rem;
  }
}
@media screen and (max-width : 1280px) {
  .header, .header.scrolled{
    top : 0%;
    height: 90px;
  }

  .header_inner{
    border-radius: 0%;
  }
    .hamburger .header_inner{
      background-color: white;
    }
  .header_logo{
    padding: 0.9375rem 0px;
  }
  .nav_wrap,.header_right{
    display: none;
  }
  .mobile{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_wrap{
    justify-content: center;
  }
  .weather_wrap{
    margin-right: auto;
  }
  .mobile_hamburger{
    margin-left: auto;
  }
  .mobile_hamburger,.mobile_nav_button, .mobile_nav_button img{
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    background-color: transparent;
  }
  .mobile_nav_button img{
    font-size: 2.5rem;
    color : var(--orange);
    font-weight: bold;

    display: none;
  }
  .mobile_nav_button .hamburger_open{
    display: block;
  }
  .hamburger .mobile_nav_button .hamburger_open{
    display: none;
  }
  .hamburger .mobile_nav_button .hamburger_close{
    display: block;
  }
  


  .mobile_div{
    position: absolute;
    left: 0;
    top: 100%;
    width: calc(100vw - (100vw - 100%));
    /* height: 200vh; */
    background-color: white;

    display: flex;
    align-items: flex-start;
    justify-content: center;


    transform: translate(+100%);
    transition: 0.3s;
  }
  .hamburger .mobile_div{
    /* width: 100%; */
    width: calc(100vw - (100vw - 100%));
    transform: translate(0%);
  }

  .mobile_menu_wrap{
    width: 100%;
  }

  .mobile_top_menu{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    /* height: 4.25rem; */

    background-color: var(--orange);
  }

  .mobile_top_menu ul{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;

  }
  .mobile_top_menu a{
    /* transform: translate(-25%); */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_top_menu a li{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 0.9rem;
    font-weight: bold;
    color : white
  }
  .mobile_top_menu a:nth-of-type(2) li{
    border-left: 2px dotted white;
    border-right: 2px dotted white;
  }


  .mobile_nav_wrap{
    height: 65vh;
  }
  .mobile_gnb_ul{
    /* padding:0px 1rem; */

  }
  .mobile_gnb_li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid rgba(238, 238, 238,0.3);
    flex-direction: column;
    cursor: pointer;
  }

  .mobile_gnb_li p{
    display: flex;
    align-items: center;
    height: 5rem;
    width: 100%;
    padding: 0px 1rem;
  }
    .mobile_gnb_li.selected p{
      font-weight: bold;
      font-size: 1.15rem;
    }
  .mobile_snb_ul{
    width: 100%;
    height: 0px;
    overflow: hidden;

    border-top: 2px dotted rgba(255, 172, 48, 0.3);


    transition: 0.5s;
  }
  .selected .mobile_snb_ul{
    /* height: auto; */
  }
  .mobile_gnb_name{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .mobile_gnb_name>p{
    font-size: 1.07rem;
    font-weight: 500;
  }
  .mobile_gnb_name i{
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--orange);
    width: 5%;
    text-align: center;
    transition: 0.3s;
  }
  .selected .mobile_gnb_name i{
    transform: rotate(180deg);
  }
  .mobile_snb_li{
    width: 86%;
    height: 5rem;
    display: flex;
    align-items: center;
    margin-left: 7%;
    font-size: 0.95rem;
    color : #333333;
    border-bottom : 1px dashed rgba(128, 128, 128, 0.274);

    position: relative;
    transition: 0.2s;
  }
  .mobile_snb_li::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: black;
    left: -2.5%;
    top: 50%;

    transform: translate(-50%,-50%);
    transition: 0.2s;
  }

  .mobile_snb_li:hover{
    color : var(--orange);
    font-weight: bold;
    border-bottom : 1px dashed var(--lightOrange);

  }

  .mobile_snb_li:hover::before{
    width: 6px;
    height: 6px;
    background-color: var(--lightOrange);
  }

  .mobile_snb_li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .mobile_app_and_reservation{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    align-items: center;

    background-color: var(--lightOrange);
  }
  .mobile_app_wrap, .mobile_reservation_wrap{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_reservation_wrap{
    border-left: 2px dotted white;
  }
  .mobile_app_img, .mobile_reservation_img{
    height: 85%;
  }
  .mobile_app_and_reservation span{
    margin-left: 0.5rem;
    color : white;
    font-size: 0.95rem;
    font-weight: bold;
  }
  .mobile_app_and_reservation>div>a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}