/* font */
@import url("/pororopark_young/font/font.css");

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  font-family: "Spoqa Han Sans Neo", sans-serif;
  vertical-align: baseline;
  letter-spacing: -0.25px;
  line-height: 1;
  color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contents_wrap {
  min-width: 1300px;
  margin: auto;
}
/* 공통 추가 */
a {
  font: inherit;
  text-decoration: none;
}
section {
  width: 1210px;
  margin: auto;
}
button,
label {
  cursor: pointer;
}

.locationMap{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  color: #fff;
  background: #fff;
  z-index: 9999;
  text-align: center;
  animation: fade-out 0.2s;
}

.locationMap.On{
  display:block;
  transform: translateY(0);
  padding: 0 20px;
}

.locationTop{
  float: left;
  padding: 20px 0px;
}

#map{
  height: calc(100% - 40px);
  width: calc(100% - 40px);
}

.headerRight{
  position: absolute;
  top: 22px;
  right: 70px;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .contents_wrap {
    min-width: unset;
    margin: auto;
    overflow: hidden;
  }
  section {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  div.paging a {
    padding: 2px 3px;
  }
}

.contents .tabs {
  margin-top: 50px;
  display: flex;
  height: 52px;
}
.contents .tabs li {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom-color: #333;
}
.contents .tabs li:nth-child(1) {
  border-right-color: transparent;
}
.contents .tabs li:nth-child(2) {
  border-left-color: transparent;
}

.contents .tabs li.seleted {
  border-color: #333;
  border-width: 1px 1px 0 1px;
  color: #3D6A62;
}
.contents .tabs li.seleted a {
  color: #3D6A62;
  font-weight: 500;
}
.contents .tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

.contents .terms_wrap {
  padding-top: 50px;
}
.contents .terms_wrap h1,
.contents .terms_wrap h2 {
  text-align: center;
}
.contents .terms_wrap h1,
.contents .terms_wrap h2,
.contents .terms_wrap h3 {
  font-weight: 600;
}
.contents .terms_wrap h1 {
  margin: 40px 0 20px;
  font-size: 25px;
}
.contents .terms_wrap h2.big_title {
  margin-top: 90px;
  font-size: 24px !important;
}
.contents .terms_wrap h2.big_title:first-of-type {
  margin-top: 0;
}
.contents .terms_wrap h3 {
  margin-top: 40px;
  font-size: 17px;
}
.contents .terms_wrap .terms_add_explain {
  margin: 15px 0;
}
.contents .terms_wrap ol {
  margin: 15px 0;
  list-style: decimal;
  list-style-position: inside;
}
.contents .terms_wrap ol li {
  line-height: 1.3;
}
.contents .terms_wrap p {
  line-height: 1.3;
}
.contents .terms_wrap table {
  margin: 10px 0;
  padding: 0;
  border-spacing: 0px;
  border: 0;
  border-collapse: collapse;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.contents .terms_wrap table tr th {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  background: #f9f9f9;
}

.contents .terms_wrap table tr td {
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.contents .terms_wrap table tr td.textCenter {
  text-align: center;
}
.contents .terms_wrap ol.circle {
  counter-reset: item;
  list-style-type: none;
  list-style-position: inside;
}
.contents .terms_wrap ol.circle li::marker {
  display: none;
}
.contents .terms_wrap ol.circle li {
  counter-increment: item;
  margin-left: -10px;
  text-indent: 10px;
}

.contents .terms_wrap ol.circle li:before {
  content: counters(item, "") " ) ";
}
.contents .terms_wrap .terms_add_explain b {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .contents .tabs {
    width: calc(100% - 40px);
    margin: 50px auto auto auto;
  }
  .contents .terms_wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.hide {
  display: none !important;
}

/* .dummy{background: url/latimages/mypage5.jpg) top center;width: 100%;height: 1000%;position: absolute;top:0;opacity: 0.6;z-index: -1;} */

.layer_wrap.layer_loading {
  z-index: 999;
}

.loading_roomList .layer_inner .layer_content .box_img {
  position: relative;
}

._loader {
  display: block;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2),
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.5),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000,
      2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2),
      0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2),
      -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000,
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7),
      1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000,
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7),
      -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000,
      -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
      1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
      1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
      -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7),
      -1.8em -1.8em 0 0em #000;
  }
}










/* 라테라스 버전 추가 css */
.btn.type_border {
  border: 1px solid #3D6A62;
  color: #3D6A62;
  background: #EBEDED;
}
/* color */
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering,
.date-picker-wrapper .month-wrapper table .day.checked,
.date-picker-wrapper .first-date-selected::after,
.date-picker-wrapper .last-date-selected::after {
    background-color: rgba(61, 106, 98, 0.2);
}
.contents .place_detail .detail_room .reserve_btn,
.contents .place_detail .detail_room table tr td:nth-child(3) a.mobile,
.contents .place_detail .detail_room table tr td:nth-child(3) a.pc,
.contents .place_detail .detail_input .search_submit_custom,
.contents .place_detail .detail_input .search_submit,
.date-picker-wrapper .first-date-selected::before,
.date-picker-wrapper .last-date-selected::before,
.result_box3 .result_submit,
.result_box4 .result_submit,
.result_box5 .result_submit,
.btn.type_red,
.contents .place_detail .detail_wrap .detail_text .detail_buy_btn {background-color: #3D6A62 !important;}
.layer_loading .layer_content .tit .red,
.type_done .tit,
.box_input.type_checkbox label .red,
.contents .place_detail .detail_wrap .detail_text .info_all_price .price_all,
.contents .place_detail .detail_wrap .detail_text .info_all_price .price_all span {color: #3D6A62 !important;}

/* layout */
.contents_wrap {min-width: 0;}
section {width: auto; max-width: 1240px;}

@media screen and (max-width: 1024px) and (min-width: 1025px) {
  section {max-width: calc(1240px - 48px); padding-left: 24px; padding-right: 24px;}
  .contents .place_detail .detail_room table tr td:nth-child(3) a.pc {margin-top: 10px;}
}

/* detail */
.contents .place_detail .detail_wrap .detail_text .info_tit {padding-top: 0;}
.flatpickr-calendar {margin-top: 16px;}
.place_info img {max-width: 100%; text-align: center;}
.contents .place_detail {padding-top: 40px;}
.contents .place_detail .detail_wrap .detail_text {width: auto; width: calc(50% + 10px); padding-left: 20px;}
@media screen and (max-width: 1024px) {
  .contents .place_detail .detail_wrap {
    padding-bottom: 20px;
  }
  .contents .place_detail .detail_wrap .detail_img {
      width: 100%;
  }

  .contents .place_detail .detail_wrap .detail_img .main_img img {
      height: 61vw;
  }

  .contents .place_detail .detail_wrap .detail_img .thumb_list {
      overflow: hidden;
  }

  .contents .place_detail .detail_wrap .detail_img .thumb_list img {
      width: 15.7%;
      height: 15vw;
      margin: 0 1.1% 7px 0;
      float: left;
  }

  .contents .place_detail .detail_wrap .detail_img .thumb_list img:nth-child(6n) {
      margin-right: 0;
  }

  .contents .place_detail .detail_wrap .detail_text .info_facilities {
      display: block;
      padding: 16px 0 19px;
  }

  .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list {
      width: calc(100% - 40px);
      display: block;
  }

  .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list li {
      width: 15%;
      transform: scale(0.9);
      padding: 0;
      word-break: keep-all;
      text-align: center;
      display: inline-block;
      vertical-align: top;
  }

  .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_list img {
      margin-left: -4px;
  }

  .contents .place_detail .detail_wrap .detail_text .info_facilities .fac_tit {
      padding-bottom: 20px;
      font-weight: 600;
  }

  .contents .place_info ul li {
      padding: 25px 0;
  }

  .contents .place_info ul li .info_tit {
      width: 100%;
      padding-bottom: 10px;
      font-size: 18px;
      font-weight: 500;
  }

  .contents .place_info ul li .info_desc {
      width: 100%;
      font-size: 14px;
  }

  .contents .place_detail .detail_room table tr:nth-child(1) th {
      position: absolute;
      top: -9999px;
      left: -9999px;
  }

  .contents .place_detail .detail_room table {
      border-bottom: 0;
  }

  .contents .place_detail .detail_room table tr.view td {
      display: block;
      border: none;
      position: relative;
      height: auto;
      font-size: 14px;
      padding: 0 15px;
  }

  .contents .place_detail .detail_room table tr.view td:nth-child(1) p {
      padding-top: 15px;
      font-size: 14px;
  }

  .contents .place_detail .detail_room table tr.view td:nth-child(1) {
      width: calc(100% - 60px);
      position: relative;
  }

  .contents .place_detail .detail_room table tr.view td:nth-child(1)::before,
  .contents .place_detail .detail_room table tr.view td:nth-child(1)::after {
      content: "";
      position: absolute;
      right: -25px;
      width: 18px;
      height: 3px;
      background: #3d3d3d;
  }

  .contents .place_detail .detail_room table tr.view td:nth-child(1)::before {
      top: 27px;
      transform: rotate(45deg);
  }

  .contents .place_detail .detail_room table tr.view td:nth-child(1)::after {
      top: 38px;
      transform: rotate(135deg);
  }

  .contents .place_detail .detail_room table tr.view td:nth-child(1) div {
      white-space: nowrap;
  }

  .contents .place_detail .detail_room table tr td:nth-child(2) {
      padding-top: 10px;
      text-align: right;
  }

  .contents .place_detail .detail_room table tr td:nth-child(3) {
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
  }

  .contents .place_detail .detail_room table tr td:nth-child(3) a.pc {
      display: none;
  }

  .contents .place_detail .detail_room table tr td:nth-child(3) a.mobile {
      display: inline-block;
  }

  .slide_popup .slider_cont .slider_close img {
      width: 30px;
  }

  .slide_popup .slider_cont {
      width: 90%;
  }

  .slick-prev, .slick-next {
      background-size: 20px !important;
      background-repeat: no-repeat !important;
      height: 36px;
  }

  .slick-prev {
      left: 15px;
  }

  .slick-next {
      right: 15px;
  }

  .contents .place_detail .detail_room table tr.none td div {
      padding: 50px 0 60px;
      transform: scale(0.8);
  }

  .contents .place_detail .detail_wrap .detail_text {
    width: 100%;
    padding: 16px 0 0 0;
  }

  .contents .place_detail .detail_room,
  .contents .place_detail .detail_room * {
    box-sizing: border-box;
  }
  .contents .place_detail .detail_room {
    width: 100%;
    padding: 0 0;
    margin: 0 0 0 0;
  }
  .contents .place_detail .detail_room table {
    border-top: 1px solid #ddd;
  }
  .contents .place_detail .detail_room table tr.view td:nth-child(1)::before,
  .contents .place_detail .detail_room table tr.view td:nth-child(1)::after {
    content: none;
  }
  .contents .place_detail .detail_room table tr.view td:nth-child(1) {
    width: 100%;
  }
  .contents .place_detail .detail_room table tr td:nth-child(2) {
    text-align: left;
  }
  .contents .place_detail .detail_room table tr td:nth-child(3) {
    padding-bottom: 0;
  }
  .contents .place_detail .detail_room table tr td:nth-child(3) a.mobile {
    display: block;
    width: calc( 100% + 40px);
    height: 48px;
    line-height: 48px;
    margin: 12px 0 0 -20px;
  }

}

.detail-header {
  padding-top: 40px;
}
.detail-header .header-name {
  font-size: 26px;
  font-weight: 600;
}
.filter-tab {
  margin-top: 40px;
}
.filter-tab .tab-cont {
  display: flex;
  gap: 2px;
  border: 1px solid #3D6A62;
  background-color: #ebeded;
  padding: 1px;
  border-radius: 4px;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}
.filter-tab .tab-cont a {
  flex: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 4px;
  background: transparent;
  font-size: 20px;
  color: #8C8C8C;
  font-weight: 400;
}
/* .filter-tab a:hover, */
.filter-tab .tab-cont a.active {
    background: #3D6A62;
    color: #fff;
    font-weight: 700;
}
.contents .place_detail .detail_input {
  position: relative;
  gap: 8px;
  flex-wrap: wrap;
}
.contents .place_detail .detail_input label.search_input1.occupant input,
.contents .place_detail .detail_input label.search_input2.occupant input,
.contents .place_detail .detail_input label.search_input3.occupant input:not(.count-input),
.contents .place_detail .detail_input label.search_input4.occupant input:not(.count-input),
.contents .place_detail .detail_input label.search_input5.occupant input:not(.count-input) {
  width: 100%;
}
.contents .place_detail .detail_input label {
  flex: 1;
}
.contents .place_detail .detail_input .search_submit {
  width: 160px;
}

.result_box3, .result_box4, .result_box5 {
  width: 100%;
  top: 60px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 12px 16px;
  border: 0 none;
  box-sizing: border-box;
  border-radius: 8px;
}
.result_box3 ul, .result_box4 ul, .result_box5 ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.result_box3 ul li .spinner_wrap, .result_box4 ul li .spinner_wrap, .result_box5 ul li .spinner_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 0;
  border: 0 none;
}

.result_box3 ul li .spinner_wrap .section_left, .result_box4 ul li .spinner_wrap .section_left, .result_box5 ul li .spinner_wrap .section_left {
  display: flex;
  flex-direction: column;
}

.result_box3 ul li .spinner_wrap .spinner_tit, .result_box4 ul li .spinner_wrap .spinner_tit, .result_box5 ul li .spinner_wrap .spinner_tit {
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.result_box3 ul li .spinner_wrap .spinner_desc, .result_box4 ul li .spinner_wrap .spinner_desc, .result_box5 ul li .spinner_wrap .spinner_desc {
  font-size: 12px;
  color: #8E8E8E;
  line-height: 1.5;
}

.result_box3 ul li .spinner_wrap .spinner_box, .result_box4 ul li .spinner_wrap .spinner_box, .result_box5 ul li .spinner_wrap .spinner_box {
  padding: 0 0 0 0;
}

.result_box3 ul li .spinner_wrap .spinner_box p button, .result_box4 ul li .spinner_wrap .spinner_box p button, .result_box5 ul li .spinner_wrap .spinner_box p button {
  border: 0 none;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  font-size: 12px;
  background: #AAAAAA;
  color: #fff;
}

.result_box3 ul li .spinner_wrap .spinner_box p button.type_plus, .result_box4 ul li .spinner_wrap .spinner_box p button.type_plus, .result_box5 ul li .spinner_wrap .spinner_box p button.type_plus {
  background: #3D6A62;
}

.contents .place_detail .detail_input .search_submit_custom {
  width: 158px;
  border-radius: 8px;
  /* background: #363e62; */
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 0;
}

.result_box3 ul li .spinner_wrap .spinner_box p input[type="text"], .result_box4 ul li .spinner_wrap .spinner_box p input[type="text"], .result_box5 ul li .spinner_wrap .spinner_box p input[type="text"] {
  font-size: 20px;
  font-weight: 700;
  width: 46px;
  padding: 0 0 0 0;
}


.mobile_count_info {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #B8B8B8;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.mobile_count_info * {
  box-sizing: border-box;
}

.m_c_calendar {
  width: 100%;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #B8B8B8;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
}

.m_c_calendar .m_c_calendar_tit {
  font-size: 12px;
}
.m_c_calendar .m_c_calendar_date {
  font-size: 16px;
}



/* reservation */
.box_right {
  max-width: 610px;
}

/* 스크롤 fixed 스타일 */
.filter-tab.fixed {
  position: fixed;
  top: 119px; /* PC fixed header 높이 */
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  padding: 20px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  width: 100%;
  box-sizing: border-box;
}

.filter-tab-placeholder {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.detail_input.input_box.fixed {
  position: fixed;
  top: 185px; /* PC fixed header + filter-tab 높이 */
  left: 0;
  right: 0;
  z-index: 98;
  background: #fff;
  padding: 20px 24px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 태블릿 (1025px ~ 1024px) */
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .filter-tab.fixed {
    top: 95px; /* 태블릿 fixed header 높이 */
    padding: 15px 24px;
  }
  .filter-tab .tab-cont {
    margin: 0 auto;
    max-width: 1192px;
    /* padding: 0 24px; */
  }
  
  .detail_input.input_box.fixed {
    top: 155px; /* 태블릿 fixed header + filter-tab 높이 */
    max-width: 1192px;
  }
}

/* 모바일 (1024px 이하) */
@media screen and (max-width: 1024px) {
  .detail-header .header-name {
    padding: 0 20px;
  }
  .filter-tab.fixed {
    top: 56px; /* 모바일 fixed header 높이 */
    padding: 10px 0;
  }
  .filter-tab .tab-cont {
    margin: 0 20px;
  }
  
  .detail_input.input_box.fixed {
    top: 106px; /* 모바일 fixed header + filter-tab 높이 */
    width: 100%;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  .filter-tab.fixed {
    /* padding: 10px 0; */
  }
  
  .detail_input.input_box.fixed {
    /* top: 106px; */
  }
}

@media screen and (min-width: 1024px) {
  .mobile_count_info,
  .m_c_header,
  .m_c_calendar {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .detail_input.input_box:not(.is_active) .mobile_count_info ~ * {
    display: none;
  }
  .detail_input.input_box.is_active,
  .detail_input.input_box.is_active.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 56px 24px 16px 24px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    overflow-y: auto;
    gap: 0;
    max-width: none;
  }
  .detail_input.input_box.is_active .mobile_count_info {
    display: none;
  }
  .detail_input.input_box.is_active .m_c_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detail_input.input_box.is_active .m_c_header p {
    font-size: 24px;
  }
  .detail_input.input_box.is_active .m_c_header .m_c_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    font-size: 0;
    display: flex;
    background: url(/pororopark_young/image/common/go_back.svg) no-repeat center center;
  }
  .detail_input.input_box.is_active .m_c_calendar {

  }
  .detail_input.input_box.is_active label {
    flex: 0;
    width: 100%;
    margin: 0 0 0 0;
  }
  .detail_input.input_box.is_active label input {
    margin: 0 0 0 0;
  }
  .detail_input.input_box.is_active label.search_input1,
  .detail_input.input_box.is_active label.search_input2 {
    display: none;
  }
  .detail_input.input_box.is_active label.search_input3 #search_input3,
  .detail_input.input_box.is_active label.search_input4 #search_input4,
  .detail_input.input_box.is_active label.search_input5 #search_input5 {
    display: none;
  }
  .detail_input.input_box.is_active label .result_box3,
  .detail_input.input_box.is_active label .result_box4,
  .detail_input.input_box.is_active label .result_box5 {
    display: block;
    position: static;
    box-shadow: none;
    padding: 0 0 0 0;
  }
  .detail_input.input_box.is_active label .result_box3 ul,
  .detail_input.input_box.is_active label .result_box4 ul,
  .detail_input.input_box.is_active label .result_box5 ul {
    gap: 0;
  }
  .detail_input.input_box.is_active label .result_box3 ul li .spinner_wrap,
  .detail_input.input_box.is_active label .result_box4 ul li .spinner_wrap,
  .detail_input.input_box.is_active label .result_box5 ul li .spinner_wrap {
    margin-top: 12px;
    min-height: 56px;
  }
  .detail_input.input_box.is_active label .result_box3 ul li .spinner_wrap .spinner_box p span,
  .detail_input.input_box.is_active label .result_box4 ul li .spinner_wrap .spinner_box p span,
  .detail_input.input_box.is_active label .result_box5 ul li .spinner_wrap .spinner_box p span {
    /* width: 110px; */
  }
  .detail_input.input_box.is_active label .result_box3 ul li .spinner_wrap .spinner_box p button,
  .detail_input.input_box.is_active label .result_box4 ul li .spinner_wrap .spinner_box p button,
  .detail_input.input_box.is_active label .result_box5 ul li .spinner_wrap .spinner_box p button {
    width: 32px;
    height: 32px;
  }
  .detail_input.input_box.is_active label.search_input1.occupant input,
  .detail_input.input_box.is_active label.search_input2.occupant input,
  .detail_input.input_box.is_active label.search_input3.occupant input,
  .detail_input.input_box.is_active label.search_input4.occupant input {
    width: 46px !important;
    margin: 0 0 0 0 ;
  }
  .contents .place_detail .detail_input.input_box.is_active .search_submit_custom {
    margin-top: auto;
    width: 100%;
    height: 40px;
  }
}























/* reservation edit */
.type_done .sub_tit{
  padding-top: 16px;
  font-size: 14px;
  color: #666;
}
.type_done .list_tit{
  display: flex;
  justify-content: space-between;
  padding: 26px 0 14px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border-top: 0 none;
}
.type_done .list_tit:first-of-type {
  border-top: 0 none;
  padding-top: 26px;
  padding-bottom: 16px;
}
.type_done .detail_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.type_done .detail_list .detail_tit,
.type_done .detail_list .detail_txt{
  width: 50%;
}
.type_done .detail_list .detail_tit.mail_1 {
  width: 80px;
}
.type_done .detail_list .detail_txt.mail_2{
  width: calc(100% - 80px);
  text-wrap: wrap;
  word-break: break-all;
}
.type_done .detail_list .detail_txt.has_copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.type_done .detail_list .detail_txt.has_copy button {
  border: 0;
  background: none;
  font-size: 0;
  margin: -5px 0;
}
.type_done .detail_list .detail_tit:not(:first-of-type),
.type_done .detail_list .detail_txt:not(:first-of-type){
  margin-top: 26px;
}
.type_done .detail_list .detail_txt{
  text-align: right;
  color: #666666;
  font-weight: 700;
}
.type_done .detail_list .detail_txt.not_bold{
  font-weight: 400;
}
.type_done .detail_list + .terms_desc{
  margin-top: 0px;
  padding-top: 20px;
  border-top: 0 none;
}
.terms_list {
  /* margin-top: 8px; */
}
.terms_list li {
  font-size: 14px;
  line-height: 1.5;
  list-style-type: disc;
  margin-left: 20px;
}
.box_info {
  padding: 20px;
}
.box_info .info_tit {
  padding-bottom: 16px;
}
.ticket_list .item {
  padding-top: 16px;
}
.ticket_list .item p {
  font-size: 16px;
}
.ticket_list .item p:first-of-type {
  font-size: 20px;
}
.ticket_list .item p + p {
  padding-top: 12px;
}
.ticket_list .ticket{
  align-items: center;
  padding: 12px 16px;
  margin-top: 16px;
  background: #EBEDED;
  border:1px solid #3D6A62;
  border-radius: 8px;
}
.ticket_list .ticket.type_done {
  background: #EBEDED;
  border-color: #3D6A62;
}
.ticket_list .ticket.type_cancel {
  background: #EBEDED;
  border-color: #3D6A62;
}
.ticket_list .ticket.type_cancel * {
  color: #BFBFBF;
}
.ticket_list .ticket .box_txt .txt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
}
.ticket_list .ticket .box_txt .txt em {
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
}
.ticket_list .ticket .state {
  font-size: 16px;
  font-weight: 700;
  color: #3D6A62;
}
.ticket_list .ticket.type_done .state {
  color: #595959;
}
.ticket_list .ticket.type_cancel .state {
  color: #BFBFBF;
}
.box_info .cost .cost_tit,
.box_info .cost .cost_txt {
  font-size: 16px;
  color: #666666;
}
.box_info .cost .cost_tit.black {
  font-size: 18px;
  color: #282828;
}
.box_info .cost .cost_txt.black {
  color: #282828;
  font-weight: 700;
}
.box_info .cost .cost_txt.black span {
  font-size: 28px;
  font-weight: 700;
}
.box_info .cost .cost_txt.discount {
  color: #FF203F;
}
.box_info .caution {
  margin-top: 16px;
  font-size: 12px;
  color: #8E8E8E;
  line-height: 1.5;
  word-break: keep-all;
}
.box_btn_pay {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .mobile_layouts,
  .caution_mobile,
  .box_btn_pay.is_mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .contents.is_reservation + .box_btn_pay.is_mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .mobile_layouts,
  .caution_mobile {
    display: block;
  }
  .type_done .tit,
  .type_done .sub_tit,
  .box_info .caution,
  .terms_desc,
  .contents.is_res_end .btn_top,
  .contents.is_res_end .box_right .box_btn_pay {
    display: none;
  }

  .contents.is_res_end {
    padding: 20px;
    flex-direction: column;
  }

  .contents.is_res_end .box_right {
    order: 2;
    margin-top: 16px;
    max-width: none;
  }
  .contents.is_res_end .box_left {
    order: 3;
    max-width: none;
    padding-top: 0;
  }

  .mobile_layouts .tit {
    font-weight: 700;
    font-size: 25px;
    color: #3D6A62;
  }
  .mobile_layouts .sub_tit {
    margin-top: 16px;
    font-size: 14px;
    color: #666;
  }

  .box_info .cost .cost_txt.black span {
    font-size: 20px;
  }

  .box_btn_pay.is_mobile {
    order: 4;
    margin: 0 0 0;
    padding: 20px 24px;
    border-top: 1px solid #D9D9D9;
    justify-content: center;
    align-items: center;
  }
  .box_btn_pay.is_mobile .w_set {
    width: 100%;
    margin: 0 auto;
    max-width: 1192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .box_btn_pay.is_mobile .w_set .caution_mobile {
    font-size: 12px;
    color: #8E8E8E;
    line-height: 1.5;
    word-break: keep-all;
  }
  .box_btn_pay.is_mobile .w_set .btn_pg {
    width: 100%;
    max-width: none;
  }
  .box_btn_pay.is_mobile .w_set .btn_pay {
    width: 100%;
    max-width: none;
  }
  .box_btn_pay.is_mobile .w_set .btn_cancel {
    width: 100%;
    max-width: none;
  }
  .box_btn_pay.is_mobile .w_set .btn_border {
    width: 100%;
    max-width: none;
  }
  .box_btn_pay.is_mobile .w_set .price {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .ticket_list .ticket {
    gap: 12px;
  }
  .ticket_list .ticket .box_txt .txt em {
    display: none;
  }
}






















/* ticket detail */
.contents .place_detail .detail_wrap .detail_text .info_option {
  border-top: 0 none;
}
.contents .place_detail .detail_wrap .detail_text .info_option .select_box select {
  border-radius: 8px;
  border-color: #D9D9D9;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #EBEDED;
  border: 1px solid #3D6A62;
  border-radius: 8px;
  padding: 12px 16px;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list + .result_list {
  margin-top: 12px;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_val {
  font-size: 16px;
  color: #1F1F1F;
  line-height: 1.5;
  width: 100%;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box {
  padding: 0 0 0 0;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner {
  padding: 0 0 0 0;
  border: 0 none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box input {
  order: 2;
  width: 46px;
  height: 32px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a.ui-spinner-down,
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a.ui-spinner-up,
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .spinner_decrease,
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .spinner_increase {
  position: static;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3D6A62;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .spinner_decrease,
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a.ui-spinner-down {
  order: 1;
  background: #AAAAAA;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a.ui-spinner-down:after {
  display: block;
  content: '-';
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-indent: 0;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .spinner_increase,
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a.ui-spinner-up {
  order: 3;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a.ui-spinner-up:after {
  display: block;
  content: '+';
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-indent: 0;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .spinner_box .ui-spinner a span {
  display: none;
}
.contents .place_detail .detail_wrap .detail_text .info_selected_result .result_list .result_price {
  position: static;
}

/* reservation */
.type_reservation .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type_reservation .required {
  font-size: 14px;
  color: #FF0000;
}
p.info_desc {
  padding: 0 0 0 0;
}
p.info_desc:before {
  content: 'ⓘ ';
  position: static;
  display: inline;
  width: auto;
  height: auto;
  background: none;
}
.box_input.type_all label {
  font-weight: 700;
}
.box_pay {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 0 none;
  padding: 0 0 0 0;
}
.box_input.type_radio label {
  display: flex;
  align-items: center;
  gap: 16px;
  /* width: 100%; */
  padding: 12px 12px 12px 40px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  line-height: 1.5;
}
.box_input.type_radio input:checked + label {
  background: #EBEDED;
  border-color: #3D6A62;
}
.box_pay .box_input + .box_input {
  padding: 0 0 0 0;
}
.box_input.type_radio label .sub_txt {
  padding: 0 0 0 0;
}
.box_info .info_sub_tit {
  font-size: 20px;
  color: #666666;
  line-height: 1.2;
}
.box_info .info_sub_tit2 {
  font-size: 16px;
  color: #666666;
  line-height: 1.2;
  padding-bottom: 12px;
}
.box_info .info_time {
  border: 0 none;
  border-top: 1px solid #3D6A62;
  border-bottom: 1px solid #3D6A62;
}
.box_info .info_time p {
  height: auto;
  font-size: 16px;
  color: #6B6B6B;
}
.box_info .info_time p * {
  line-height: 1.2;
}
.box_info .info_time .time_check_in {
  border: 0 none;
}
.box_info .info_time p .date {
  padding-top: 8px;
  font-size: 18px;
  color: #282828
}
.box_info .info_time .stay_length {
  padding: 10px;
  background: #3D6A62;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  line-height :1.5;
  width: auto;
  height: auto;
}
.contents.is_reservation .box_info .cost {
  border: 0 none;
  margin-top: 0;
}
.box_right .inner {
  position: sticky;
  top: 160px;
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .contents.is_reservation {
    padding: 20px;
  }
  .box_right .inner {
    top: 114px;
  }
}

@media screen and (max-width: 1024px) {
  .contents.is_reservation .btn_top {
    display: none;
  }
  .contents.is_reservation .box_right {
    max-width: none;
  }
  .box_input.type_radio label {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .contents .place_info.is_dining {
    margin-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  .box_info .info_time {
    flex-direction: column;
  }
  .box_info .info_time .time_check_in,
  .box_info .info_time .time_check_out {
    width: 100%;
    padding: 30px 10px;
  }
  .box_info .info_time .time_check_in {
    padding-top: 16px;
  }
  .box_info .info_time .time_check_out {
    padding-bottom: 16px;
    border-top: 1px solid #BFBFBF;
  }
}


/* assets */
.box_input.type_checkbox label:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  box-sizing: border-box;
}

.box_input.type_checkbox input:checked + label:before {
  background: url(/pororopark_young/image/common/checkbox.svg) no-repeat center center;
  background-color: #3D6A62;
  border-color: #3D6A62;
}

.box_input.type_radio label:before {
  top: 50%;
  left: 16px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 100%;
  box-sizing: border-box;
}

.box_input.type_radio input:checked + label:before {
  border: 4px solid #3D6A62;
  background: #fff;
}




/* inquery */
.box_res_laterrace {
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 63px;
}
.box_res_laterrace .brl_title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-align: center;
}
.box_res_laterrace .brl_desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.box_res_laterrace .form_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.box_res_laterrace .form_box * {
  box-sizing: border-box;
}
.box_res_laterrace .form_box .box_input {
  margin: 0 0 0 0;
}
.box_res_laterrace .form_box .input_text_lat {
  width: 100%;
  border: 1px solid #D8D8D8;
  height: 45px;
  padding: 0 10px;
  font-size: 16px;
}
.box_res_laterrace .form_box .input_text_lat::placeholder {
  font-size: 16px;
  color: #6B6B6B
}
.box_res_laterrace .form_box .button_confirm {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #3D6A62;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.box_res_laterrace .box_input.is_radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: -16px 0 32px;
}
.box_res_laterrace .box_input.is_radio label {
  line-height: 1.5;
}
.box_res_laterrace .box_input.is_radio label input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.box_res_laterrace .box_input.is_radio label .radio_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
}
.box_res_laterrace .box_input.is_radio label .radio_visual:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 100%;
  box-sizing: border-box;
}
.box_res_laterrace .box_input.is_radio label input:checked + .radio_visual:before {
  border: 4px solid #3D6A62;
  background: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .content_res {
    padding: 24px 24px 0;
    margin-bottom: 24px;
  }
  .box_res_laterrace {
    gap: 24px;
  }
  .box_res_laterrace .box_input.is_radio {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .content_res {
    padding: 60px 24px 0;
    margin-bottom: 24px;
  }
}

.term_table th:first-of-type, .term_table td:first-of-type {
  width: 50%;
}