@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-size: 12px;
    color: black;
  /* font-family:'궁서체';
  font-size:10pt; */
  /* font-family: "Noto Sans KR", sans-serif !important; */
  /* font-family:'Roboto' ,'', 'sans-serif'; */
  
}

:lang(ko) {font-family:'Noto Sans KR', sans-serif}
:lang(en) {font-family:'helvetica neue', sans-serif}



/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
##Device = 데스크탑
##Screen = 1281px 이상 해상도 데스크탑
*/
@media (min-width: 1281px) {



}

/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
##Device = 랩탑, 데스크탑
##Screen = 1025px에서 1280px 사이
*/
@media (min-width: 1025px) and (max-width: 1280px) {

    .mainImg {
        background: url('/images/main/main_rv.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 70%;
    }

    .reservation_layer {
        margin: 10px 0px 0px 0px;
    }

    .table{
        margin-left: auto;
        margin-right: auto;
    }
    
    .table tr:first-of-type{
        height: 20px;
    }
    
    .table tr{
        height: 30px;
    }
    
    .table td {
        text-align: center;
        vertical-align: middle;
    }
    
    .table tr td input{
        width: 100%;
        font-size: 20px;
        text-align: center;
        border: 0px;
    }
    
    /* input 클릭 시 아웃라인을 표시하지 않는다. */
    .table tr td input:focus{
        outline: none;
    }
    
    input[type=text]::-ms-clear{
        display: none;
    }

    .rbutton {
        background-color: #706F74;
        width: 100%;
        height: 35px;
        border: none;
        outline: none;
        color: white;
        opacity: 1;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px;
      }
      
      .rbutton:hover {
          opacity: 0.8;
      }
      
      /* 달력 선택 버튼 */
      .btn-primary{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-primary:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-primary:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
      
      /* 캘린더 닫기 버튼 */
      .btn-default{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-default:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-default:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
  
      /* 플러스 마이너스 버튼 */
      .btn_minus_room, .btn_plus_room, .btn_minus_adult, .btn_plus_adult, .btn_minus_kids, .btn_plus_kids{
          font-size: 20px;
          width: 30px;
          cursor: pointer;
      }
  
      .roomCnt, .adultCnt, .kidsCnt{
          font-size: 20px;
          width: 30px;
          color: black;
          font-weight: 400;
      }
  
      .nonData {
          text-align: center;
          font-size: 15px;
          font-weight: 400;
          color: #333333;
          margin: 30px 10px 30px 10px;
      }
  
      /* 줄 높이 조절 */
      .ResultData {
          /* height: 190px; */
          margin: 20px 10px 20px 10px;
          /* border: solid 1px #ff9900; */
      }
  
      .ResultData .dataTable {
          margin-left: auto;
          margin-right: auto;
          width: 100%;    
      }
  
      .dataTitle {
          font-size: 18px;
          font-weight: 400;
      }
  
      .rAction {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          outline: none;
          color: #333333;
          background-color: #F3F3F3;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
      
        .rActionSelected {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          background-color: #F3F3F3;
          outline: none;
          color: #333333;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
  
  /* ======================== 팝업 레이어 CSS 시작 ====================== */
  details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
  }
  
  @keyframes open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  
  details summary {
    width: 100%;
    padding: 0.5rem 0;  
    position: relative;
    cursor: pointer;
    font-size: 1.0rem;
    font-weight: 500;
    list-style: none;
    color: #808084;
  }
  
  details summary:after {
    content: "+";
    color: black;
    position: absolute;
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 0;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;  
  }
  
  details[open] summary:after {
    transform: rotate(45deg);
    font-size: 2rem;
  }
  details summary {
    outline: 0;
  }
  
  .pop-layer .pop-container {
      padding: 20px 20px;
      width: 550px;
      height: 210px;
      overflow: scroll;
    }
  
    .pop-layer p.ctxt {
      color: #666;
      line-height: 25px;
    }
    
    .pop-layer .btn-r {
      width: 100%;
      margin: 10px 0 20px;
      padding-top: 10px;
      border-top: 1px solid #DDD;
      text-align: right;
    }
    
    .pop-layer {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      background-color: #ffffff;
      border: 5px solid #D5D5D5;
      z-index: 10;
    }
    
    .dim-layer {
      display: none;
      position: fixed;
      _position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
    }
    
    .dim-layer .dimBg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.75;
      filter: alpha(opacity=50);
    }
    
    .dim-layer .pop-layer {
      display: block;
    }
    
    a.btn-layerClose {
      display: inline-block;
      height: 25px;
      padding: 0 14px 0;
      border: 1px solid #333333;
      background-color: #333333;
      font-size: 13px;
      color: #fff;
      line-height: 25px;
      border-radius: 3px;
    }
    
    a.btn-layerClose:hover {
      border: 1px solid #091940;
      background-color: #333333;
      color: #fff;
      border-radius: 3px;
    }
  /* ======================== 팝업 레이어 CSS 끝 ====================== */
  
  /* 줄 높이 조절 */
  .bedData {
    /* height: auto; */
    margin: 0px;
    /* border: solid 1px #ff9900; */
  }
  
  .bedData {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: -20px 0px -20px 0px;
  }
  
  .bedTable {
    width: 100%;  
  }
  
  .blueTitle {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  /* ======================== 베드 타입 체크박스 CSS 시작 ====================== */
  input[type="checkbox"] {
    display: none;
  }
  
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    cursor: pointer;
  }
  
  input[type="checkbox"] + label::before {
      content: "";  
      display: inline-block;    
      width: 20px;  
      height: 20px;
      margin-right: 10px;  
      position: absolute;  
      left: 0;  
      bottom: 1px;  
      background-color: #ccc;  
      border-radius: 2px; 
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .8);
  }
  
  input[type=checkbox]:checked + label:before {
  
    content: "\2713";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 18px; 
    font-weight:800; 
    color: #fff;  
    background:#333333;
    text-align: center;  
    line-height: 18px;  
  }
  /* ======================== 베드 타입 체크박스 CSS 끝 ====================== */
  
    /* 줄 높이 조절 */
    .payDataInfo {
      height: auto;
      margin: 20px 0px 0px 0px;
      /* border: solid 1px #ff9900; */
    }
  
    .payDataInfo ul {
      font-size: 14px;
    }
  
    .payData {
      height: auto;
      margin: 20px 0px 0px 0px;  
      background-color: #F3F3F3;
      /* border: solid 1px #ff9900; */
    }
  
    .ReservationData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
    .ReservationNoticeData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
  /* ======================== 예약자 정보 Input CSS 시작 ====================== */
  
  .form-control {
    /* border: 1px solid #e5e6e9; */
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    width: 200px;
    height: 35px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    margin: 0px 0px 0px 0px;
    -webkit-appearance: none;
  
  }
  
  /* input number 증감 버튼 나오지 않게 변경 */
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  
  .form-control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .textArea-Control {
    font-size: 13px;
    width: 84%;
    height: 100px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .textArea-Control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .textArea-Control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .pInfo {
    width: 93%;
    height: 80px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .pInfo:focus {
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    
  }
  /* ======================== 예약자 정보 Input CSS 끝 ====================== */
  
  /* ======================== 예약자 정보(결제) CSS 시작 ====================== */
  
  .PaymentData {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 100%;  
  }
  
  /* ======================== 예약자 정보(결제) CSS 끝 ====================== */
  
  .rImg {
      width: 100%;
      border: 1px solid #eeeeee;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -khtml-border-radius: 7px;
      -webkit-border-radius: 7px;
  }

  
  .textAreaCon {
    padding: 20px 10px 10px 10px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid black;
    width: 95%;
    height: 110px;
    color: #000000;
    font-weight: 300;
}

.page_table4 {border:1px solid #d3d3d3;border-left:0px; border-right:0px;font-size: 11px;margin:10px 0 10px 0}
.page_table4 td{border:1px solid #d3d3d3;text-align:center;vertical-align:middle;height:40px;}

}

/*
##Device = Tablets, Ipads (portrait),
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(세로),
##Screen = 768px에서 1024px 사이
*/
@media (min-width: 768px) and (max-width: 1024px) {

    .mainImg {
        background: url('/images/main/main_rv.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 70%;
    }

    .reservation_layer {
        margin: 10px 0px 0px 0px;
    }

    .table{
        margin-left: auto;
        margin-right: auto;
    }
    
    .table tr:first-of-type{
        height: 20px;
    }
    
    .table tr{
        height: 30px;
    }
    
    .table td {
        text-align: center;
        vertical-align: middle;
    }
    
    .table tr td input{
        width: 100%;
        font-size: 20px;
        text-align: center;
        border: 0px;
    }
    
    /* input 클릭 시 아웃라인을 표시하지 않는다. */
    .table tr td input:focus{
        outline: none;
    }
    
    input[type=text]::-ms-clear{
        display: none;
    }

    .rbutton {
        background-color: #706F74;
        width: 100%;
        height: 35px;
        border: none;
        outline: none;
        color: white;
        opacity: 1;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px;
      }
      
      .rbutton:hover {
          opacity: 0.8;
      }
      
      /* 달력 선택 버튼 */
      .btn-primary{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-primary:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-primary:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
      
      /* 캘린더 닫기 버튼 */
      .btn-default{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-default:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-default:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
  
      /* 플러스 마이너스 버튼 */
      .btn_minus_room, .btn_plus_room, .btn_minus_adult, .btn_plus_adult, .btn_minus_kids, .btn_plus_kids{
          font-size: 20px;
          width: 30px;
          cursor: pointer;
      }
  
      .roomCnt, .adultCnt, .kidsCnt{
          font-size: 20px;
          width: 30px;
          color: black;
          font-weight: 400;
      }
  
      .nonData {
          text-align: center;
          font-size: 15px;
          font-weight: 400;
          color: #333333;
          margin: 30px 10px 30px 10px;
      }
  
      /* 줄 높이 조절 */
      .ResultData {
          /* height: 190px; */
          margin: 20px 10px 20px 10px;
          /* border: solid 1px #ff9900; */
      }
  
      .ResultData .dataTable {
          margin-left: auto;
          margin-right: auto;
          width: 100%;    
      }
  
      .dataTitle {
          font-size: 18px;
          font-weight: 400;
      }
  
      .rAction {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          outline: none;
          color: #333333;
          background-color: #F3F3F3;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
      
        .rActionSelected {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          background-color: #F3F3F3;
          outline: none;
          color: #333333;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
  
  /* ======================== 팝업 레이어 CSS 시작 ====================== */
  details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
  }
  
  @keyframes open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  
  details summary {
    width: 100%;
    padding: 0.5rem 0;  
    position: relative;
    cursor: pointer;
    font-size: 1.0rem;
    font-weight: 500;
    list-style: none;
    color: #808084;
  }
  
  details summary:after {
    content: "+";
    color: black;
    position: absolute;
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 0;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;  
  }
  
  details[open] summary:after {
    transform: rotate(45deg);
    font-size: 2rem;
  }
  details summary {
    outline: 0;
  }
  
  .pop-layer .pop-container {
      padding: 20px 20px;
      width: 550px;
      height: 210px;
      overflow: scroll;
    }
    
    .pop-layer p.ctxt {
      color: #666;
      line-height: 25px;
    }
    
    .pop-layer .btn-r {
      width: 100%;
      margin: 10px 0 20px;
      padding-top: 10px;
      border-top: 1px solid #DDD;
      text-align: right;
    }
    
    .pop-layer {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      background-color: #ffffff;
      border: 5px solid #D5D5D5;
      z-index: 10;
    }
    
    .dim-layer {
      display: none;
      position: fixed;
      _position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
    }
    
    .dim-layer .dimBg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.75;
      filter: alpha(opacity=50);
    }
    
    .dim-layer .pop-layer {
      display: block;
    }
    
    a.btn-layerClose {
      display: inline-block;
      height: 25px;
      padding: 0 14px 0;
      border: 1px solid #333333;
      background-color: #333333;
      font-size: 13px;
      color: #fff;
      line-height: 25px;
      border-radius: 3px;
    }
    
    a.btn-layerClose:hover {
      border: 1px solid #091940;
      background-color: #333333;
      color: #fff;
      border-radius: 3px;
    }
  /* ======================== 팝업 레이어 CSS 끝 ====================== */
  
  /* 줄 높이 조절 */
  .bedData {
    /* height: auto; */
    margin: 0px;
    /* border: solid 1px #ff9900; */
  }
  
  .bedData {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: -20px 0px -20px 0px;
  }
  
  .bedTable {
    width: 100%;  
  }
  
  .blueTitle {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  /* ======================== 베드 타입 체크박스 CSS 시작 ====================== */
  input[type="checkbox"] {
    display: none;
  }
  
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    cursor: pointer;
  }
  
  input[type="checkbox"] + label::before {
      content: "";  
      display: inline-block;    
      width: 20px;  
      height: 20px;
      margin-right: 10px;  
      position: absolute;  
      left: 0;  
      bottom: 1px;  
      background-color: #ccc;  
      border-radius: 2px; 
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .8);
  }
  
  input[type=checkbox]:checked + label:before {
  
    content: "\2713";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 18px; 
    font-weight:800; 
    color: #fff;  
    background:#333333;
    text-align: center;  
    line-height: 18px;  
  }
  /* ======================== 베드 타입 체크박스 CSS 끝 ====================== */
  
    /* 줄 높이 조절 */
    .payDataInfo {
      height: auto;
      margin: 20px 0px 0px 0px;
      /* border: solid 1px #ff9900; */
    }
  
    .payDataInfo ul {
      font-size: 14px;
    }
  
    .payData {
      height: auto;
      margin: 20px 0px 0px 0px;  
      background-color: #F3F3F3;
      /* border: solid 1px #ff9900; */
    }
  
    .ReservationData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
    .ReservationNoticeData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
  /* ======================== 예약자 정보 Input CSS 시작 ====================== */
  
  .form-control {
    /* border: 1px solid #e5e6e9; */
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    width: 200px;
    height: 35px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    margin: 0px 0px 0px 0px;
    -webkit-appearance: none;
  
  }
  
  /* input number 증감 버튼 나오지 않게 변경 */
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  
  .form-control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .textArea-Control {
    font-size: 13px;
    width: 84%;
    height: 100px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .textArea-Control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .textArea-Control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .pInfo {
    width: 93%;
    height: 80px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .pInfo:focus {
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    
  }
  /* ======================== 예약자 정보 Input CSS 끝 ====================== */
  
  /* ======================== 예약자 정보(결제) CSS 시작 ====================== */
  
  .PaymentData {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 100%;  
  }
  
  /* ======================== 예약자 정보(결제) CSS 끝 ====================== */
  
  .rImg {
      width: 100%;
      border: 1px solid #eeeeee;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -khtml-border-radius: 7px;
      -webkit-border-radius: 7px;
  }

  
  .textAreaCon {
    padding: 20px 10px 10px 10px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid black;
    width: 95%;
    height: 110px;
    color: #000000;
    font-weight: 300;
}

.page_table4 {border:1px solid #7b7b80;border-left:0px; border-right:0px;font-size: 12px;margin:10px 0 10px 0}
.page_table4 td{border:1px solid #7b7b80;text-align:center;vertical-align:middle;height:40px;}

}

/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(가로)
##Device = 휴대폰 가로 , 태블릿, 아이패드는 아닌 듯 by LSY 
##Screen = 768px에서 1024px 사이
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .mainImg {
        background: url('/images/main/main_rv.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 60%;
    }

    .reservation_layer {
        margin: 10px 0px 0px 0px;
    }

    .table{
        margin-left: auto;
        margin-right: auto;
    }
    
    .table tr:first-of-type{
        height: 20px;
    }
    
    .table tr{
        height: 30px;
    }
    
    .table td {
        text-align: center;
        vertical-align: middle;
    }
    
    .table tr td input{
        width: 100%;
        font-size: 20px;
        text-align: center;
        border: 0px;
    }
    
    /* input 클릭 시 아웃라인을 표시하지 않는다. */
    .table tr td input:focus{
        outline: none;
    }
    
    input[type=text]::-ms-clear{
        display: none;
    }

    .rbutton {
        background-color: #706F74;
        width: 100%;
        height: 35px;
        border: none;
        outline: none;
        color: white;
        opacity: 1;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px;
      }
      
      .rbutton:hover {
          opacity: 0.8;
      }
      
      /* 달력 선택 버튼 */
      .btn-primary{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-primary:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-primary:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
      
      /* 캘린더 닫기 버튼 */
      .btn-default{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-default:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-default:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
  
      /* 플러스 마이너스 버튼 */
      .btn_minus_room, .btn_plus_room, .btn_minus_adult, .btn_plus_adult, .btn_minus_kids, .btn_plus_kids{
          font-size: 20px;
          width: 30px;
          cursor: pointer;
      }
  
      .roomCnt, .adultCnt, .kidsCnt{
          font-size: 20px;
          width: 30px;
          color: black;
          font-weight: 400;
      }
  
      .nonData {
          text-align: center;
          font-size: 15px;
          font-weight: 400;
          color: #333333;
          margin: 30px 10px 30px 10px;
      }
  
      /* 줄 높이 조절 */
      .ResultData {
          /* height: 190px; */
          margin: 20px 10px 20px 10px;
          /* border: solid 1px #ff9900; */
      }
  
      .ResultData .dataTable {
          margin-left: auto;
          margin-right: auto;
          width: 100%;    
      }
  
      .dataTitle {
          font-size: 18px;
          font-weight: 400;
      }
  
      .rAction {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          outline: none;
          color: #333333;
          background-color: #F3F3F3;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
      
        .rActionSelected {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          background-color: #F3F3F3;
          outline: none;
          color: #333333;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
  
  /* ======================== 팝업 레이어 CSS 시작 ====================== */
  details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
  }
  
  @keyframes open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  
  details summary {
    width: 100%;
    padding: 0.5rem 0;  
    position: relative;
    cursor: pointer;
    font-size: 1.0rem;
    font-weight: 500;
    list-style: none;
    color: #808084;
  }
  
  details summary:after {
    content: "+";
    color: black;
    position: absolute;
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 0;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;  
  }
  
  details[open] summary:after {
    transform: rotate(45deg);
    font-size: 2rem;
  }
  details summary {
    outline: 0;
  }
  
  .pop-layer .pop-container {
      padding: 20px 20px;
      width: 550px;
      height: 210px;
      overflow: scroll;
    }
    
    .pop-layer p.ctxt {
      color: #666;
      line-height: 25px;
    }
    
    .pop-layer .btn-r {
      width: 100%;
      margin: 10px 0 20px;
      padding-top: 10px;
      border-top: 1px solid #DDD;
      text-align: right;
    }
    
    .pop-layer {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      background-color: #ffffff;
      border: 5px solid #D5D5D5;
      z-index: 10;
    }
    
    .dim-layer {
      display: none;
      position: fixed;
      _position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
    }
    
    .dim-layer .dimBg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.75;
      filter: alpha(opacity=50);
    }
    
    .dim-layer .pop-layer {
      display: block;
    }
    
    a.btn-layerClose {
      display: inline-block;
      height: 25px;
      padding: 0 14px 0;
      border: 1px solid #333333;
      background-color: #333333;
      font-size: 13px;
      color: #fff;
      line-height: 25px;
      border-radius: 3px;
    }
    
    a.btn-layerClose:hover {
      border: 1px solid #091940;
      background-color: #333333;
      color: #fff;
      border-radius: 3px;
    }
  /* ======================== 팝업 레이어 CSS 끝 ====================== */
  
  /* 줄 높이 조절 */
  .bedData {
    /* height: auto; */
    margin: 0px;
    /* border: solid 1px #ff9900; */
  }
  
  .bedData {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: -20px 0px -20px 0px;
  }
  
  .bedTable {
    width: 100%;  
  }
  
  .blueTitle {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  /* ======================== 베드 타입 체크박스 CSS 시작 ====================== */
  input[type="checkbox"] {
    display: none;
  }
  
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    cursor: pointer;
  }
  
  input[type="checkbox"] + label::before {
      content: "";  
      display: inline-block;    
      width: 20px;  
      height: 20px;
      margin-right: 10px;  
      position: absolute;  
      left: 0;  
      bottom: 1px;  
      background-color: #ccc;  
      border-radius: 2px; 
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .8);
  }
  
  input[type=checkbox]:checked + label:before {
  
    content: "\2713";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 18px; 
    font-weight:800; 
    color: #fff;  
    background:#333333;
    text-align: center;  
    line-height: 18px;  
  }
  /* ======================== 베드 타입 체크박스 CSS 끝 ====================== */
  
    /* 줄 높이 조절 */
    .payDataInfo {
      height: auto;
      margin: 20px 0px 0px 0px;
      /* border: solid 1px #ff9900; */
    }
  
    .payDataInfo ul {
      font-size: 14px;
    }
  
    .payData {
      height: auto;
      margin: 20px 0px 0px 0px;  
      background-color: #F3F3F3;
      /* border: solid 1px #ff9900; */
    }
  
    .ReservationData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
    .ReservationNoticeData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
  /* ======================== 예약자 정보 Input CSS 시작 ====================== */
  
  .form-control {
    /* border: 1px solid #e5e6e9; */
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    width: 200px;
    height: 35px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    margin: 0px 0px 0px 0px;
    -webkit-appearance: none;
  
  }
  
  /* input number 증감 버튼 나오지 않게 변경 */
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  
  .form-control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .textArea-Control {
    font-size: 13px;
    width: 84%;
    height: 100px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .textArea-Control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .textArea-Control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .pInfo {
    width: 93%;
    height: 80px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .pInfo:focus {
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    
  }
  /* ======================== 예약자 정보 Input CSS 끝 ====================== */
  
  /* ======================== 예약자 정보(결제) CSS 시작 ====================== */
  
  .PaymentData {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 100%;  
  }
  
  /* ======================== 예약자 정보(결제) CSS 끝 ====================== */
  
  .rImg {
      width: 100%;
      border: 1px solid #eeeeee;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -khtml-border-radius: 7px;
      -webkit-border-radius: 7px;
  }

  .textAreaCon {
    padding: 20px 10px 10px 10px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid black;
    width: 95%;
    height: 110px;
    color: #000000;
    font-weight: 300;
}

.page_table4 {border:1px solid #7b7b80;border-left:0px; border-right:0px;font-size: 12px;margin:10px 0 10px 0}
.page_table4 td{border:1px solid #7b7b80;text-align:center;vertical-align:middle;height:40px;}

}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
##Device = 저해상도 태블릿, 모바일(가로)
##Screen = 481px에서 767px 사이
*/
@media (min-width: 511px) and (max-width: 767px) {

    .mainImg {
        background: url('/images/main/main_rv.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 60%;
    }

    .reservation_layer {
        margin: 10px 0px 0px 0px;
    }

    .table{
        margin-left: auto;
        margin-right: auto;
    }
    
    .table tr:first-of-type{
        height: 20px;
    }
    
    .table tr{
        height: 30px;
    }
    
    .table td {
        text-align: center;
        vertical-align: middle;
    }
    
    .table tr td input{
        width: 100%;
        font-size: 20px;
        text-align: center;
        border: 0px;
    }
    
    /* input 클릭 시 아웃라인을 표시하지 않는다. */
    .table tr td input:focus{
        outline: none;
    }
    
    input[type=text]::-ms-clear{
        display: none;
    }

    .rbutton {
        background-color: #706F74;
        width: 100%;
        height: 35px;
        border: none;
        outline: none;
        color: white;
        opacity: 1;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px;
      }
      
      .rbutton:hover {
          opacity: 0.8;
      }
      
      /* 달력 선택 버튼 */
      .btn-primary{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-primary:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-primary:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
      
      /* 캘린더 닫기 버튼 */
      .btn-default{
          width: 50px;
          height: 30px;
          color: #444444;
          background: #F3F3F3;
          border: 1px #DADADA solid;
          padding: 5px 10px;
          border-radius: 2px;
          font-weight: bold;
          font-size: 9pt;
          outline: none;
          cursor: pointer;
      }
      
      .btn-default:hover {
          border: 1px #C6C6C6 solid;
          box-shadow: 1px 1px 1px #EAEAEA;
          color: #333333;
          background: #F7F7F7;
      }
      
      .btn-default:active {
          box-shadow: inset 1px 1px 1px #DFDFDF;   
      }
  
      /* 플러스 마이너스 버튼 */
      .btn_minus_room, .btn_plus_room, .btn_minus_adult, .btn_plus_adult, .btn_minus_kids, .btn_plus_kids{
          font-size: 20px;
          width: 30px;
          cursor: pointer;
      }
  
      .roomCnt, .adultCnt, .kidsCnt{
          font-size: 20px;
          width: 30px;
          color: black;
          font-weight: 400;
      }
  
      .nonData {
          text-align: center;
          font-size: 15px;
          font-weight: 400;
          color: #333333;
          margin: 30px 10px 30px 10px;
      }
  
      /* 줄 높이 조절 */
      .ResultData {
          /* height: 190px; */
          margin: 20px 10px 20px 10px;
          /* border: solid 1px #ff9900; */
      }
  
      .ResultData .dataTable {
          margin-left: auto;
          margin-right: auto;
          width: 100%;    
      }
  
      .dataTitle {
          font-size: 18px;
          font-weight: 400;
      }
  
      .rAction {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          outline: none;
          color: #333333;
          background-color: #F3F3F3;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
      
        .rActionSelected {
          width: 100%;
          height: 35px;
          border: none;
          /* border: 1px solid #333333; */
          /* border-bottom: 1px solid #333333; */
          background-color: #F3F3F3;
          outline: none;
          color: #333333;
          opacity: 1;
          transition: 0.3s;
          display: inline-block;
          text-decoration: none;
          cursor: pointer;
          font-size: 14px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          border-radius: 3px;
          -webkit-appearance: none;
        }
  
  /* ======================== 팝업 레이어 CSS 시작 ====================== */

  details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
  }
  
  @keyframes open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  
  details summary {
    width: 100%;
    padding: 0.5rem 0;  
    position: relative;
    cursor: pointer;
    font-size: 1.0rem;
    font-weight: 500;
    list-style: none;
    color: #808084;
  }
  
  details summary:after {
    content: "+";
    color: black;
    position: absolute;
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 0;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;  
  }
  
  details[open] summary:after {
    transform: rotate(45deg);
    font-size: 2rem;
  }
  details summary {
    outline: 0;
  }
  
  .pop-layer .pop-container {
      padding: 20px 20px;
      width: 550px;
      height: 210px;
      overflow: scroll;
    }
    
    .pop-layer p.ctxt {
      color: #666;
      line-height: 25px;
    }
    
    .pop-layer .btn-r {
      width: 100%;
      margin: 10px 0 20px;
      padding-top: 10px;
      border-top: 1px solid #DDD;
      text-align: right;
    }
    
    .pop-layer {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      background-color: #ffffff;
      border: 5px solid #D5D5D5;
      z-index: 10;
    }
    
    .dim-layer {
      display: none;
      position: fixed;
      _position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
    }
    
    .dim-layer .dimBg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.75;
      filter: alpha(opacity=50);
    }
    
    .dim-layer .pop-layer {
      display: block;
    }
    
    a.btn-layerClose {
      display: inline-block;
      height: 25px;
      padding: 0 14px 0;
      border: 1px solid #333333;
      background-color: #333333;
      font-size: 13px;
      color: #fff;
      line-height: 25px;
      border-radius: 3px;
    }
    
    a.btn-layerClose:hover {
      border: 1px solid #091940;
      background-color: #333333;
      color: #fff;
      border-radius: 3px;
    }
  /* ======================== 팝업 레이어 CSS 끝 ====================== */
  
  /* 줄 높이 조절 */
  .bedData {
    /* height: auto; */
    margin: 0px;
    /* border: solid 1px #ff9900; */
  }
  
  .bedData {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: -20px 0px -20px 0px;
  }
  
  .bedTable {
    width: 100%;  
  }
  
  .blueTitle {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  /* ======================== 베드 타입 체크박스 CSS 시작 ====================== */
  input[type="checkbox"] {
    display: none;
  }
  
  input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    cursor: pointer;
  }
  
  input[type="checkbox"] + label::before {
      content: "";  
      display: inline-block;    
      width: 20px;  
      height: 20px;
      margin-right: 10px;  
      position: absolute;  
      left: 0;  
      bottom: 1px;  
      background-color: #ccc;  
      border-radius: 2px; 
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .8);
  }
  
  input[type=checkbox]:checked + label:before {
  
    content: "\2713";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 18px; 
    font-weight:800; 
    color: #fff;  
    background:#333333;
    text-align: center;  
    line-height: 18px;  
  }
  /* ======================== 베드 타입 체크박스 CSS 끝 ====================== */
  
    /* 줄 높이 조절 */
    .payDataInfo {
      height: auto;
      margin: 20px 0px 0px 0px;
      /* border: solid 1px #ff9900; */
    }
  
    .payDataInfo ul {
      font-size: 14px;
    }
  
    .payData {
      height: auto;
      margin: 20px 0px 0px 0px;  
      background-color: #F3F3F3;
      /* border: solid 1px #ff9900; */
    }
  
    .ReservationData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
    .ReservationNoticeData {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
  
  /* ======================== 예약자 정보 Input CSS 시작 ====================== */
  
  .form-control {
    /* border: 1px solid #e5e6e9; */
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    width: 200px;
    height: 35px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    margin: 0px 0px 0px 0px;
    -webkit-appearance: none;
  
  }
  
  /* input number 증감 버튼 나오지 않게 변경 */
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  
  .form-control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .textArea-Control {
    font-size: 13px;
    width: 84%;
    height: 100px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .textArea-Control:focus {
    outline: 0;
    box-shadow: none;
    
  }
  
  .textArea-Control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 10px;
  }
  
  .pInfo {
    width: 93%;
    height: 80px;
    resize: none;
    -webkit-appearance: none;
  }
  
  .pInfo:focus {
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    
  }
  /* ======================== 예약자 정보 Input CSS 끝 ====================== */
  
  /* ======================== 예약자 정보(결제) CSS 시작 ====================== */
  
  .PaymentData {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 100%;  
  }
  
  /* ======================== 예약자 정보(결제) CSS 끝 ====================== */
  
  .rImg {
      width: 100%;
      border: 1px solid #eeeeee;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -khtml-border-radius: 7px;
      -webkit-border-radius: 7px;
  }

  .textAreaCon {
    padding: 20px 10px 10px 10px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid black;
    width: 95%;
    height: 110px;
    color: #000000;
    font-weight: 300;
}

.page_table4 {border:1px solid #7b7b80;border-left:0px; border-right:0px;font-size: 12px;margin:10px 0 10px 0}
.page_table4 td{border:1px solid #7b7b80;text-align:center;vertical-align:middle;height:40px;}

}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
##Device = 대부분의 스마트폰 모바일 기기(세로)
##Screen = 320px에서 479px 사이
*/
@media (min-width: 320px) and (max-width: 510px) {

    .mainImg {
        background: url('/images/main/main_rv.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 70%;
    }

    .reservation_layer {
        margin: 10px 0px 0px 0px;
    }
    
    .table{
        margin-left: auto;
        margin-right: auto;
    }
    
    .table tr:first-of-type{
        height: 20px;
    }
    
    .table tr{
        height: 30px;
    }
    
    .table td {
        text-align: center;
        vertical-align: middle;
    }
    
    .table tr td input{
        width: 100%;
        font-size: 20px;
        text-align: center;
        border: 0px;
    }
    
    /* input 클릭 시 아웃라인을 표시하지 않는다. */
    .table tr td input:focus{
        outline: none;
    }
    
    input[type=text]::-ms-clear{
        display: none;
    }
    
    .rbutton {
      background-color: #706F74;
      width: 100%;
      height: 35px;
      border: none;
      outline: none;
      color: white;
      opacity: 1;
      transition: 0.3s;
      display: inline-block;
      text-decoration: none;
      cursor: pointer;
      font-size: 14px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      border-radius: 3px;
    }
    
    .rbutton:hover {
        opacity: 0.8;
    }
    
    /* 달력 선택 버튼 */
    .btn-primary{
        width: 50px;
        height: 30px;
        color: #444444;
        background: #F3F3F3;
        border: 1px #DADADA solid;
        padding: 5px 10px;
        border-radius: 2px;
        font-weight: bold;
        font-size: 9pt;
        outline: none;
        cursor: pointer;
    }
    
    .btn-primary:hover {
        border: 1px #C6C6C6 solid;
        box-shadow: 1px 1px 1px #EAEAEA;
        color: #333333;
        background: #F7F7F7;
    }
    
    .btn-primary:active {
        box-shadow: inset 1px 1px 1px #DFDFDF;   
    }
    
    /* 캘린더 닫기 버튼 */
    .btn-default{
        width: 50px;
        height: 30px;
        color: #444444;
        background: #F3F3F3;
        border: 1px #DADADA solid;
        padding: 5px 10px;
        border-radius: 2px;
        font-weight: bold;
        font-size: 9pt;
        outline: none;
        cursor: pointer;
    }
    
    .btn-default:hover {
        border: 1px #C6C6C6 solid;
        box-shadow: 1px 1px 1px #EAEAEA;
        color: #333333;
        background: #F7F7F7;
    }
    
    .btn-default:active {
        box-shadow: inset 1px 1px 1px #DFDFDF;   
    }

    /* 플러스 마이너스 버튼 */
    .btn_minus_room, .btn_plus_room, .btn_minus_adult, .btn_plus_adult, .btn_minus_kids, .btn_plus_kids{
        font-size: 20px;
        width: 30px;
        cursor: pointer;
    }

    .roomCnt, .adultCnt, .kidsCnt{
        font-size: 20px;
        width: 30px;
        color: black;
        font-weight: 400;
    }

    .nonData {
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        color: #333333;
        margin: 30px 10px 30px 10px;
    }

    /* 줄 높이 조절 */
    .ResultData {
        /* height: 190px; */
        margin: 20px 10px 20px 10px;
        /* border: solid 1px #ff9900; */
    }

    .ResultData .dataTable {
        margin-left: auto;
        margin-right: auto;
        width: 100%;    
    }

    .dataTitle {
        font-size: 18px;
        font-weight: 400;
    }

    .rAction {
        width: 100%;
        height: 35px;
        border: none;
        /* border: 1px solid #333333; */
        /* border-bottom: 1px solid #333333; */
        outline: none;
        color: #333333;
        background-color: #F3F3F3;
        opacity: 1;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px;
        -webkit-appearance: none;
      }
    
      .rActionSelected {
        width: 100%;
        height: 35px;
        border: none;
        /* border: 1px solid #333333; */
        /* border-bottom: 1px solid #333333; */
        background-color: #F3F3F3;
        outline: none;
        color: #333333;
        opacity: 1;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        border-radius: 3px;
        -webkit-appearance: none;
      }

/* ======================== 팝업 레이어 CSS 시작 ====================== */

details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;  
  position: relative;
  cursor: pointer;
  font-size: 1.0rem;
  font-weight: 500;
  list-style: none;
  color: #808084;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;  
}

details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}

.pop-layer .pop-container {
    padding: 20px 20px;
    width: 310px;
    height: 600px;
    overflow: scroll;
  }
  
  .pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
  }
  
  .pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
  }
  
  .pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    background-color: #ffffff;
    border: 5px solid #D5D5D5;
    z-index: 10;
  }
  
  .dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  
  .dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    filter: alpha(opacity=50);
  }
  
  .dim-layer .pop-layer {
    display: block;
  }
  
  a.btn-layerClose {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #333333;
    background-color: #333333;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    border-radius: 3px;
  }
  
  a.btn-layerClose:hover {
    border: 1px solid #091940;
    background-color: #333333;
    color: #fff;
    border-radius: 3px;
  }
/* ======================== 팝업 레이어 CSS 끝 ====================== */

/* 줄 높이 조절 */
.bedData {
  /* height: auto; */
  margin: 0px;
  /* border: solid 1px #ff9900; */
}

.bedData {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin: -20px 0px -20px 0px;
}

.bedTable {
  width: 100%;  
}

.blueTitle {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  padding-left: 10px;
}

/* ======================== 베드 타입 체크박스 CSS 시작 ====================== */
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  cursor: pointer;
}

input[type="checkbox"] + label::before {
    content: "";  
    display: inline-block;    
    width: 20px;  
    height: 20px;
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottom: 1px;  
    background-color: #ccc;  
    border-radius: 2px; 
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .1), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

input[type=checkbox]:checked + label:before {

  content: "\2713";  /* 체크모양 */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 18px; 
  font-weight:800; 
  color: #fff;  
  background:#333333;
  text-align: center;  
  line-height: 18px;  
}
/* ======================== 베드 타입 체크박스 CSS 끝 ====================== */

  /* 줄 높이 조절 */
  .payDataInfo {
    height: auto;
    margin: 20px 0px 0px 0px;
    /* border: solid 1px #ff9900; */
  }

  .payDataInfo ul {
    font-size: 14px;
  }

  .payData {
    height: auto;
    margin: 20px 0px 0px 0px;  
    background-color: #F3F3F3;
    /* border: solid 1px #ff9900; */
  }

  .ReservationData {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .ReservationNoticeData {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

/* ======================== 예약자 정보 Input CSS 시작 ====================== */

.form-control {
  /* border: 1px solid #e5e6e9; */
  border: none;
  border-bottom: 1px solid #333333;
  border-radius: 0px;
  width: 200px;
  height: 35px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  margin: 0px 0px 0px 0px;
  -webkit-appearance: none;

}

/* input number 증감 버튼 나오지 않게 변경 */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.form-control:focus {
  outline: 0;
  box-shadow: none;
  
}

.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  font-size: 10px;
}

.textArea-Control {
  font-size: 13px;
  width: 84%;
  height: 100px;
  resize: none;
  -webkit-appearance: none;
}

.textArea-Control:focus {
  outline: 0;
  box-shadow: none;
  
}

.textArea-Control::placeholder {
  font-weight: 300;
  color: #999999;
  font-size: 10px;
}

.pInfo {
  width: 93%;
  height: 80px;
  resize: none;
  -webkit-appearance: none;
}

.pInfo:focus {
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  
}
/* ======================== 예약자 정보 Input CSS 끝 ====================== */

/* ======================== 예약자 정보(결제) CSS 시작 ====================== */

.PaymentData {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 100%;  
}

/* ======================== 예약자 정보(결제) CSS 끝 ====================== */

.rImg {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.textAreaCon {
    padding: 20px 10px 10px 10px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid black;
    width: 90%;
    height: 110px;
    color: #000000;
    font-weight: 300;
}

.page_table4 {border:1px solid #7b7b80;border-left:0px; border-right:0px;font-size: 12px;margin:10px 0 10px 0}
.page_table4 td{border:1px solid #7b7b80;text-align:center;vertical-align:middle;height:40px;}

}

