@media screen and (max-width: 1023px) {
  header{
    background-color: white;
    position: static;
    height: 44px;
  }
  header .wrap a.ham{
    background-image: url(../img/menu.svg);
    background-position: 50%;
    background-size: 20px auto;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  header .wrap h1{
    background-image: url(../img/mobile-logo.png);
    background-size: contain;
    position: absolute;
    left: calc(50% - 47.5px);
    margin-left: 0;
  }
  header .wrap h1 a{  
    background-image: url(../img/r-logo.png);
    background-size: contain;
  }
  header .wrap>ul{
    display: none !important;
  }
  header .wrap .search {
    background-image: url(../img/b-search.svg);
    background-position: 50%;
    background-size: auto;
    width: 40px;
    height: 40px;
    position: static;
    margin-right: 10px;
    transition: 0s;
  }
  header.scroll .wrap .search {
  background-position: 50%;
  background-size: auto;
  }
  header.scroll .wrap .search.open {
    position: fixed !important;
  }
  
  header div.srch_bar {
    position: fixed;
    width: 100%;
    z-index: 3000;
    top: 0;
    left: 0;
    height: 44px;
    background-color: #f9f9f9;
    margin-left: 0;
  }
  header div.srch_bar .txt {
    margin: 6px 56px 0 16px;
    padding: 0 15px 0 35px;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 4px;
    background: white;
  }
  header div.srch_bar .txt input {   
    color: rgba(0,0,0,0.38);
    font-size: 15px;
    height: 100%;
  }
  header div.srch_bar button.cancel {
    background-image: none;
    position: fixed;
    right: 0;
    top: 0;
    font-size: 14px;
    width: 56px;
    height: 44px;
  }
  
  div.srch_bg {
    position: fixed;
    background: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    top: 44px;
  }
  div.srch_bg .scroll_srch {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0;
    left: 0;
    top: 44px;
  }
  div.srch_bg .scroll_srch .scroller {
    padding: 0;
    text-align: center;
  }
  div.srch_bg .scroll_srch .scroller h2 {
    font-size: 20px;
    margin-bottom: 23px;
  }
  div.srch_bg .scroll_srch .scroller ul li a {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }
  
/*  스크롤 시 헤더  */
  .scroll {
    background: white;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
  }
  header.scroll .wrap > ul > li > a {
    color: black;
  }
  header.scroll .wrap ul li.over button {
    color: black;
  }
  header.scroll .wrap h1 {
    background-image: url(../img/r-logo.png);
    background-size: contain;
  }
  header.scroll div.srch_bar button.cancel {
     background-image: none;
  }
  header.scroll div.srch_bar .txt input {
    color: rgba(0,0,0,0.38);
  }
  
  .open {
    position: absolute !important;
    z-index: 4000;
    top: 11px !important;
    left: 23px !important;
    width: 24px !important;
    height: 24px !important;
  }
  
  div.gnb_opacity {   
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 290;
    background: rgba(0,0,0,0.78);
  }
  div.gnb_opacity button.close {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-image: url(../img/w-close.png);
    font-size: 0;
    background-size: contain;
  }  
  
  /* 모바일 메뉴 */
  div.mobile_menu {
    position: fixed;
    top: 0;
    left: -1000px;
    right: 1000px;
    background: #e8e8e8;
    z-index: 300;
    height: 100%;
  }
  div.mobile_menu .menu_top {
    text-align: center;
  }
  div.mobile_menu .menu_top .join {
    background-color: #f50e4d;
    color: white;
    font-size: 13px;
    line-height: 1.5;
    padding: 30px 0;
    height: 134px;
    box-sizing: border-box;
  }
  div.mobile_menu .menu_top .join a {
    margin-top: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding-right: 16px;
    display: inline-block;
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 100% 50%;
  }
  div.mobile_menu .point {
    display: flex;
    background-color: #c5183b;
    height: 56px;
    position: relative;
  }
  div.mobile_menu .point::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.24);
    position: absolute;
    top: 16px;
    left: 50%;
  }
  div.mobile_menu .point a {
    width: 50%;
    text-align: center;
    color: white;
  }
  div.mobile_menu .point a p {
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  div.mobile_menu .point a p span {
    font-size: 13px;
    padding-top: 3px;
  }
  div.mobile_menu .menu_body ul {
    background: white;
    margin-bottom: 8px;
  }
  div.mobile_menu .menu_body ul li {
    margin: 0 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  div.mobile_menu .menu_body ul li:last-child {
    border-bottom: none;
  }
  div.mobile_menu .menu_body ul li a {
    height: 64px;
    display: block;
    line-height: 64px;
  }
  div.mobile_menu .menu_body ul .sum button {
    border: none;
    background: transparent;
    height: 65px;
    line-height: 64px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
  }
  div.mobile_menu .menu_body ul .sum button::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url("../img/pageud.png");
    background-size: 10px auto;
  }
  div.mobile_menu .menu_body ul .sum button.page::after {
    background: url("../img/pageud.png");
    background-size: 10px auto;
    background-position-y: -6px;
  }
  div.mobile_menu .menu_body ul .sum button span {
    line-height: 64px;
  }
  div.mobile_menu .menu_body ul .sum ul {
    display: none;
    padding-bottom: 7px;
  }
  div.mobile_menu .menu_body ul .sum ul li {
    border-bottom: none;
    height: 48px;
  }
  div.mobile_menu .menu_body ul .sum ul li a {
    height: 48px;
    line-height: 48px;
  }
  
  
  /*  타이틀  */
  div#title{
    padding: 0;
    max-width: 100%;
  }
  div#title a.main{
    background-size: contain;
    background-repeat: no-repeat;
    height: 50.313vw;
    max-width: 100%;
  }
/*  숙소유형  */
  #category .wrap{
    padding: 16px 0;
    background: rgb(250,250,250);
  }
  #category .wrap ul{
    flex-wrap: wrap;
  }
  #category .wrap ul li{
    width: calc(100% / 3);
  }
  #category .wrap ul li a img{
    width: 48px;
    height: 48px;
  }
  #category .wrap ul li a span{
    font-size: 12px;
  }
/*  뉴스  */
  #news .wrap{
    padding: 23px 16px 0 16px;
  }
  #news .wrap h2{
    font-size: 14px;
    margin-bottom: 13px;
  }
  #news .wrap ul{
    flex-wrap: wrap;
  }
  #news .wrap ul li{ 
    height: 112px;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    border: none;
    width: 100%;
  }
  #news .wrap ul li:nth-child(2){
    margin: 0;
  }
  #news .wrap ul li a{
    padding: 0 24px 0 113px;
  }
  #news .wrap ul li a h3{
    padding: 22px 0 8px 0;
    font-size: 16px;
  }
  #news .wrap ul li a p{
    font-size: 13px;
  }
  #news .wrap ul li a img{
    width: 96px;
    height: 96px;
  }
  #appdown{
    display: none;
  }
/*  이벤트  */
  #event .wrap h2{
    padding: 23px 0 0 16px;
    font-size: 14px;
  }
  
  #ask .wrap ul{
    flex-wrap: wrap;
  }
  #ask .wrap ul li{
    width: 100%;
    height: 30.43478260869565vw;
    border-top: 1px solid rgba(0,0,0,0.04) !important;
    border-bottom: 1px solid rgba(0,0,0,0.04) !important;
    border: none;
    margin-bottom: 10px;
  }
  #ask .wrap ul li a{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
  #ask .wrap ul li:nth-child(1) a{  
    background-image: url(../img/moe1.png);
  }
  #ask .wrap ul li:nth-child(2) a{
    background-image: url(../img/moe2.png);
  }  
/* 하단  */
  footer{
    margin-top: 30px;
    font-size: 10px;
    padding: 23px 16px 16px 16px;
  }
  footer .wrap{
    padding-bottom: 20px;
  }
  footer .wrap ul li a{
    line-height: 3;
  }
  footer .wrap p.call{
    margin-top: 10px;
  }
  footer .wrap address{
    font-size: 10px;
    line-height: 1.6;
  }
  footer .wrap p.p{
    font-size: 10px;
    line-height: 3;
  }
  footer .wrap p.p:nth-of-type(3){ 
    line-height: 1.6;
    margin-top: 10px;
  }
  footer .wrap p.copyright{
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px){
  div.gnb_opacity {
    display: none !important;
  }
  div.mobile_menu{
    display: none;
  }
}