@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-size: 12px;
    /* font-family: linotype-didot, sans-serif; */
  /* 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:'linotype-didot', serif; font-size: normal; font-weight: 400; } */


/*
font-family: linotype-didot, serif;
font-style: normal;
font-weight: 400;
*/

/* @font-face {
    font-family: "궁서체";
    src: url("../fonts/openSans/OpenSans-SemiBold.woff") format("woff");
    unicode-range: U+0020-007E;
    font-style: normal;
} */



.reservation_layer {
    /*위에 올라가는 레이어의 포지션은 top, bottom 둘 중 하나, left, right 둘 중 하나의 속성을 선택하여 잡아준다.*/
    position: absolute;
    top: 90%;
    left: 50%;
    margin: -60px 0px 0px -520px;
    width:1000px;
    background:#ffffff;
    border-radius: 10px;
    color: black;
    padding: 20px 20px 20px 20px;
    /* border: solid 1px #ff9900; */
}

.reservationResult_layer {
  /*위에 올라가는 레이어의 포지션은 top, bottom 둘 중 하나, left, right 둘 중 하나의 속성을 선택하여 잡아준다.*/
  position: absolute;
  top: 10%;
  left: 50%;
  margin: -60px 0px 0px -520px;
  width:1000px;
  background:#ffffff;
  border-radius: 10px;
  color: black;
  padding: 3px 3px 3px 3px;
  /* border: solid 1px #ff9900; */
}

.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{
    font-size: 20px;
    text-align: center;
    border: 0px;
}

/* input 클릭 시 아웃라인을 표시하지 않는다. */
.table tr td input:focus{
    outline: none;
}

input[type=text]::-ms-clear{
    display: none;
}

.rConfirm {
  border: 2px solid #b2b2be;
  /* background-color: rgba(0,0,0,0); */
  background-color: rgba(255,255,255,0.6);
  width: 130px;
  height: 40px;
  outline: none;
  color: black;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.rbutton {
  background-color: #706F74;
  /* background-color: #707074; */
  width: 140px;
  height: 45px;
  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: 80px;
    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: 80px;
    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: 50px 10px 50px 10px;
}

/* 줄 높이 조절 */
.ResultData {
    height: 110px;
    margin: 30px 10px 30px 10px;
    /* border: solid 1px #ff9900; */
}

.ResultData .dataTable {
    margin-left: auto;
    margin-right: auto;
    width: 100%;    
}

.dataTitle {
    font-size: 18px;
    font-weight: 400;
}

.dataBody {
    font-size: 12px;
}

.rAction {
    width: 140px;
    height: 45px;
    border: none;
    /* border: 1px solid #333333; */
    /* border-bottom: 1px solid #333333; */
    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;
  }

  .rActionSelected {
    width: 140px;
    height: 45px;
    border: none;
    /* border: 1px solid #333333; */
    /* border-bottom: 1px solid #333333; */
    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;
  }

  /* ======================== 팝업 레이어 CSS 시작 ====================== */
  .pop-layer .pop-container {
    padding: 40px 20px 10px 20px;
    width: 1000px;
  }
  
  .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 .bedTable {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.blueTitle {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  padding-left: 30px;
}

/* ======================== 베드 타입 체크박스 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; */
    width: 18px;  
    height: 18px;
    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-size: 15px;
  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%;  
}

/* ======================== 예약자 정보 Input CSS 시작 ====================== */

.form-control {
  /* border: 1px solid #e5e6e9; */
  border: none;
  border-bottom: 1px solid #333333;
  border-radius: 0px;
  width: 250px;
  height: 35px;
  padding-left: 10px;
  font-size: 14px;
  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: 12px;
}

.textArea-Control {
  resize: none;
}

.textArea-Control:focus {
  outline: 0;
  box-shadow: none;
  
}

.textArea-Control::placeholder {
  font-weight: 300;
  color: #999999;
  font-size: 12px;
}

.pInfo {
  width: 93%;
  height: 120px;
  resize: none;
}

.pInfo:focus {
  outline: 0;
  box-shadow: none;
  
}
/* ======================== 예약자 정보 Input CSS 끝 ====================== */

/* ======================== 예약자 정보(결제) CSS 시작 ====================== */

.PaymentData {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 100%;  
}

/* ======================== 예약자 정보(결제) CSS 끝 ====================== */

/* ======================== 객실 딤 CSS 시작 ====================== */

.dimLayer {
  height: auto;
  margin: 40px 20px 40px 20px;  
  /* background-color: #F3F3F3; */
  /* border: solid 1px #ff9900; */
}

.dimTableLayer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #7b7b80;
}

/* ======================== 객실 딤 CSS 끝 ====================== */

.page_table4 {border:1px solid #d3d3d3;border-left:0px; border-right:0px;font-size: 13px;margin:10px 0 10px 0}
.page_table4 td{border:1px solid #d3d3d3;text-align:center;vertical-align:middle;height:40px;}