@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');

/* Icon font styles moved to style_common.css for global usage */

/* mobile first */

body.index {
  /* font-family:'Noto Sans KR', var(--font-family-sans-serif) !important;  */
  padding-top: 13rem;
}

/* padding-top:13rem; banner: 220px */

.wh-root.index .wehome_btn {
  background-color: var(--wehome-color);
  border-radius: 50rem;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  height: 40px;
  line-height: 20px;
}

.wh-root.index .wehome_btn:hover {
  color: #fff;
  text-decoration: none;
}

.wh-root.index .wehomehost_btn {
  background-color: #fff;
  border: 1px solid var(--wehome-color);
  border-radius: 50rem;
  color: var(--wehome-color);
  ;
  text-align: center;
  padding: 8px 20px;
  height: 36px;
  line-height: 16px;
}

.wh-root.index .wehomehost_btn:hover {
  background-color: var(--wehome-color);
  color: #fff;
}

.wh-root.index .wh_shadow {
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.wh-root.index .hide {
  display: none;
}

.wh-root.index .underline {
  text-decoration: underline !important;
}

.wh-root.index .dropdown-toggle.btn:focus {
  outline: none;
  box-shadow: none;
}

.wh-root.index .dropdown-menu {
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}

.wh-root.index .dropdown-toggle::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform .2s ease-in-out;
  border: 0;
  vertical-align: middle;
}

.wh-root.index .dropdown-toggle.right_arrow::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.wh-root.index .modal-open {
  overflow: hidden;
}

/* Calendar */
.wh-root.index .ui-widget {
  font-family: "Arial", "Nanum Gothic", 'Malgun Gothic', '留묒� 怨좊뵓', "Dotum", "UnDotum", "Helvetica Neue", "sans-serif";
}

.wh-root.index .ui-widget-content {
  border: 0;
  background: #f6f6f6;
  border-radius: 5px;
  font-size: 14px;
  color: #13405a;
  padding: 15px 30px;
}

.wh-root.index .ui-widget-header {
  background: transparent;
  border: 0;
  color: #13405a;
  font-size: 14px;
}

.wh-root.index table.ui-datepicker-calendar {
  background-color: #fff;
}

.wh-root.index table.ui-datepicker-calendar thead {
  background-color: #f6f6f6;
}

.wh-root.index table.ui-datepicker-calendar thead th {
  font-size: 9px;
  color: #8f94a0;
  font-weight: normal;
}

.wh-root.index .ui-widget-content .ui-state-default {
  background: transparent;
  border: 0;
  text-align: center;
  color: #13405a;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
}

.wh-root.index .ui-datepicker a.ui-datepicker-prev span,
.wh-root.index .ui-datepicker a.ui-datepicker-next span {
  display: none;
}

.wh-root.index .ui-datepicker .ui-datepicker-prev-hover,
.wh-root.index .ui-datepicker .ui-datepicker-next-hover {
  border: 0;
}

.wh-root.index .ui-datepicker a.ui-datepicker-prev,
.wh-root.index .ui-datepicker a.ui-datepicker-next {
  padding: 10px 0;
  top: 75px;
  cursor: pointer;
}

.wh-root.index .ui-datepicker a.ui-datepicker-prev {
  left: -22px;
  background: url(/image/cmn/cal_arrow_left.gif) no-repeat center;
}

.wh-root.index .ui-datepicker a.ui-datepicker-next {
  right: -22px;
  background: url(/image/cmn/cal_arrow_right.gif) no-repeat center;
}

.wh-root.index .ui-datepicker a.ui-state-active {
  font-weight: bold;
}

/* .wh-root.index header .top_wrapper {
  background-color: #fff;
} */

.wh-root.index header ul.top_menu {
  height: 44px;
  display: none;
  margin: 0 auto;
  max-width: 1180px;
}

.wh-root.index header ul.top_menu li {
  background-color: #fff;
}

.wh-root.index header ul.top_menu div.dropdown button {
  height: 2rem;
  padding: 0 1rem;
}

.wh-root.index header .header_right_m {
  position: absolute;
  z-index: 999;
  transition: all .5s;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}

.wh-root.index header .header_right_m a.btn_noti {
  position: relative;
  line-height: 1em;
  border: none;
  color: var(--wehome-color);
  background-color: transparent;
  margin-right: 10px;
  margin-top: 2px;
}

.wh-root.index header .header_right_m a.btn_noti svg {
  display: block;
  width: 24px;
  height: 24px;
}

.wh-root.index header .header_right_m a.btn_noti span.noti_new {
  top: 6px !important;
  right: 11px !important;
}

.wh-root.index div.head_logo {
  height: 52px;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 1;  
  transition: .3s ease;
}

body.sticky .wh-root.index header {
  background-color: #fff;
}

body.sticky .wh-root.index header div.head_logo {
  opacity: 0;
  height: 0;
  margin: 0;
}

.wh-root.index .wh_cont {
  max-width: 1180px;
  padding: 0 20px;
}

.wh-root.index .wh_cont_top {
  max-width: 1010px;
  padding: 0 0px;
}

.wh-root.index #search .search_box {
  height: 56px;
  /* border: 1px solid #e0e0e0; */
  border: 1px solid #00000038;
  border-radius: 28px;
  margin-top: 20px;
  display: flex;
  padding: .5rem;
  cursor: pointer;
  background-color: white !important;
  /* flex-grow: 1; */
}

.wh-root.index #search .search_box .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .75rem;
}

.wh-root.index #search .search_box .icon-wrapper span {
  font-size: 2.5rem;
}

.wh-root.index #search .search_box .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: .15rem;
}

.wh-root.index #search .search_box .text-wrapper span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
}

.wh-root.index #search .search_box .text-wrapper span+span {
  font-size: .9rem;
  font-weight: 400;
  color: #666;
}

.wh-root.index #search .filter_icon {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.wh-root.index .search_box .text-wrapper {
  width: 100%;
}

/* Index specific searchbox overrides - removed duplicates, kept only unique styles */



/* bottom_button btn styles moved to style_common.css */

.wh-root.index .search_box div.sc {
  margin: 1rem 0;
  height: 2rem;
}

.wh-root.index .search_box div.ln {
  border-right: 0;
}

.wh-root.index .search_box div input.text2 {
  border: none;
  height: 2rem;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.wh-root.index .search_box div.search_keyword {
  flex: 2;
}

.wh-root.index .search_box div.search_keyword input.text2 {
  padding-left: .5rem;
  background: transparent;
}

.wh-root.index .search_box div.search_checkin {
  flex: 1;
}

.wh-root.index .search_box div.search_checkout {
  flex: 1;
}

.wh-root.index .search_box div.search_guests {
  flex: 1;
}

.wh-root.index .search_box div.search_btn {
  margin: 0
}

.wh-root.index .search_box div.search_btn button#search_btn {
  background-color: var(--wehome-color);
}

.wh-root.index .search_box div.search_btn button#search_btn img {
  vertical-align: top;
  margin-top: 4px;
}

.wh-root.index #search_guest .custom-select {
  background-image: none;
  border: 0;
  box-shadow: none;
}

.wh-root.index section#search {
  position: relative;
  background-color: transparent;
  max-width: 1180px;
  padding: 0 var(--padding);
  z-index: 10000;
  border-radius: 28px;
}

.wh-root.index section#search div.search_checkin,
.wh-root.index section#search div.search_checkout,
.wh-root.index section#search div.search_guests {
  display: none;
}


.wh-root.index div#calendar {
  overflow: hidden;
}

.wh-root.index div.cal_name {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}

.wh-root.index div.cal_name a {
  padding: 0;
  display: flex;
}

.wh-root.index div.cal_name a span {
  font-size: 2.5rem;
}

.wh-root.index div.cal_name span#month_name {
  font-size: 22px;
  font-weight: 400;
}

.wh-root.index ul.week_name,
.wh-root.index ul.cal {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  clear: both;
  list-style: none;
}

.wh-root.index ul.week_name {
  width: 100%;
}

.wh-root.index ul.week_name li {
  width: calc(100% / 7);
  float: left;
  border-top: 0;
  text-align: center;
  position: relative;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.wh-root.index ul.week_name li.end {
  color: #959595;
}

.wh-root.index ul.cal {}

.wh-root.index ul.cal li {
  width: calc(100% / 7);
  float: left;
  text-align: center;
  position: relative;
  font-size: 1rem;
  padding: 0;
}

.wh-root.index ul.cal li.cmon {
  opacity: 1;
}

.wh-root.index ul.cal li div.day_cont {
  padding: 1px 0 0 0;
  height: 39px;
}

.wh-root.index ul.cal li div.month {
  color: #b8b8b8;
  font-size: 9px;
}

.wh-root.index ul.cal li div.day {
  color: #000;
  font-size: 18px;
}

.wh-root.index ul.cal li.sel div.day_cont {
  background-color: var(--wehome-color);
  color: #fff;
  border-radius: 50%;
}

.wh-root.index ul.cal li.sel div.month,
.wh-root.index ul.cal li.sel div.day {
  color: #fff;
}

.wh-root.index ul.cal li.notavail div.day {
  font-weight: 300;
  color: #ccc !important;
}

.wh-root.index ul.cal li.notavail2 div.day {
  /* color:#888; */
  color: #ccc;
}

.wh-root.index div.cal_btn {
  padding: 10px;
  border-top: 1px solid #ced1d9;
  text-align: center;
  position: relative;
}

.wh-root.index span#pick_date {
  display: none;
}

.wh-root.index div.cal_name {
  margin: .5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-root.index ul.week_name {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}

.wh-root.index ul.cal li {
  margin-top: .15rem;
  display: flex;
  justify-content: center;
}

.wh-root.index ul.cal li div.day_cont {
  padding: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wh-root.index ul.cal li div.day {
  line-height: 1em;
  font-size: 1rem;
}

.wh-root.index ul.cal li div.month {
  display: none;
}

/* div#wh_fav_area{ width:100%; padding:0; }
div#wh_fav_area div.row{padding:0 10px;}
div#wh_fav_area div.area{padding:7px;}
div#wh_fav_area div.area:hover{background-color: #f7f6f9; border-radius: 5px;}
div#wh_fav_area div.area a{display: block; color:#5e5e5e;}
div#wh_fav_area div.area a:hover{text-decoration: none;} */



.wh-root.index .radio-button-filter {
  -webkit-scrollbar-width: none;
  -moz-scrollbar-width: none;
  -ms-scrollbar-width: none;
  scrollbar-width: none;
  display: flex;
  overflow: auto;
  padding: 0 1.5rem;
  margin: 1rem -1.5rem 1.5rem;
}

.wh-root.index .radio-button-filter:last-child {
  margin-bottom: 0;
}



.wh-root.index section#category {
  text-align: center;
  width: auto;
  overflow: hidden;
  position: relative;
}

.wh-root.index section#category::before,
.wh-root.index section#category::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wh-root.index section#category::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.wh-root.index section#category::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

.wh-root.index section#category.show-left-gradient::before {
  opacity: 1;
}

.wh-root.index section#category.show-right-gradient::after {
  opacity: 1;
}

.wh-root.index section#category div.category_slide {
  height: unset;
  padding-left: 20px;
  padding-right: 20px;
}

.wh-root.index section#category ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  width: auto;
  display: inline-flex;
  height: auto;
}

.wh-root.index section#category ul li {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  text-align: center;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* .wh-root.index section#category ul li:first-child {
  margin-left: 1rem;
}

.wh-root.index section#category ul li:last-child {
  margin-right: 1rem;
} */

/* .wh-root.index section#category ul li:not(:first-child) {
  margin-left: 2rem;
} */

.wh-root.index section#category ul li * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.wh-root.index section#category ul li i {
  font-size: 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wh-root.index section#category ul li i.icon-festival {
  margin-top: 2px;
  margin-bottom: 15px;  
}

.wh-root.index section#category ul li h6 {
  margin-top: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wh-root.index section#category ul li:hover h6 {
  color: var(--wehome-color);
}

.wh-root.index section#category ul li:hover i {
  color: var(--wehome-color);
}

.wh-root.index section#category ul li:hover i.icon-festival:before {
  background: var(--wehome-color);
}

.wh-root.index section#category ul li.select {
  color: var(--wehome-color);
}

.wh-root.index section#category ul li.select[data-type=festival] i:before {
  background: var(--wehome-color);
}

.wh-root.index main {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -200px;
  margin-bottom: var(--bottom-naverbar-height);
  padding-top: 200px;
  /* side borders */
  border-color: var(--bottom-naverbar-border-side-color);
  border-width: 1px;
  border-style: solid;  
}

.wh-root.index .spinner-border {
  width: 5rem;
  height: 5rem;
  color: var(--wehome-color);
}

/* Swiper styles moved to style_common.css */

/* Index page specific swiper button styles moved to style_common.css */

/* .swiper-lazy-preloader moved to style_common.css */

.wh-root.index section#banners {
  margin: 0 auto 6rem;
  display: none;
}

.wh-root.index section#banners div.item img {
  border-radius: 10px;
}

.wh-root.index section#banners .swiper-pagination-bullet {
  background: var(--wehome-color) !important;
}

.wh-root.index section#banners .swiper-pagination-bullet-active {
  background-color: var(--wehome-color) !important;
}

.wh-root.index section#top_banners {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;  
}

.wh-root.index section#top_banners.showing_notice_pop {
  margin-top: 55px !important;
}

.wh-root.index section#top_banners .swiper-pagination-bullet {
  background: var(--wehome-color) !important;
  opacity: 0.3;
}

.wh-root.index section#top_banners .swiper-pagination-bullet-active {
  background-color: var(--wehome-color) !important;
}

.wh-root.index section#top_banners .top_banner_swipe .swiper-wrapper {
  height: auto;
  margin-bottom: 5px;
}

.wh-root.index div.event-banner {
  width: calc(100% - 2 * var(--padding));
  margin: 0 auto 1rem;
  max-width: 1010px;
  position: relative;
}

.wh-root.index div.event-banner a {
  width: 100%;
  border-radius: .75rem;
  overflow: hidden;
  display: block;
}

.wh-root.index div.event-banner a img {
  display: block;
  width: 100%;
}

.wh-root.index div.event-banner a.desktop {
  display: none;
}

.wh-root.index div.event-banner.kcoupon.done:after {
  content: '쿠폰이 모두 소진 되었습니다. 다음에 다시 만나요!';
  position: absolute;
  left: .5rem;
  top: .5rem;
  width: 100%;
  display: inline-block;
  padding: .5rem;
  background: #fff;
  line-height: 1.2em;
  border-radius: .35rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--wehome-color);
  background: #fff;
  max-width: calc(100% - 1rem);
  word-break: keep-all;
}

.wh-root.index footer {
  font-size: 1rem;
  line-height: 2;
  color: #444;
  background: #f3f3f3;
  padding: var(--padding);
  border-top: 1px solid #ddd;
}

.wh-root.index footer .container-fluid {
  padding: 0;
  margin: 0;
}

.wh-root.index footer .container-fluid .row {
  margin: 0;
  flex-direction: column;
}

.wh-root.index footer .footer-links {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wh-root.index footer dl {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.wh-root.index footer dt {
  margin-bottom: 5px;
}

.wh-root.index footer dd a {
  color: #666;
}

.wh-root.index footer .copyright {
  padding: 15px 0 5rem;
  font-size: .8em;
  line-height: 1.25em;
  color: #666;
}

.wh-root.index footer .sns_link {
  display: flex;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.wh-root.index footer .sns_link span {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}

.wh-root.index footer .sns_link span a {
  display: block;
  width: 100%;
}

.wh-root.index footer .sns_link img {
  padding-bottom: 10px;
  max-width: 100%;
}

.wh-root.index footer .app_link {
  display: flex;
  margin-bottom: 1rem;
}

.wh-root.index footer .app_link a {
  width: 120px;
}

.wh-root.index footer .app_link a+a {
  margin-left: .5rem;
}

.wh-root.index footer .payments {
  margin: 0 0 1rem;
  padding: 0;
}

.wh-root.index footer .payments img {
  max-height: 1.75rem;
  width: auto;
  margin-right: 0.5rem;
}

.wh-root.index footer .payments img:nth-child(4),
.wh-root.index footer .payments img:nth-child(5) {
  max-height: 1.25rem;
}


/* google map */
.wh-root.index .pac-container {
  z-index: 1050;
}

/* mobile */
.wh-root.index .navbar_menu {
  z-index: 1100;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 80%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #fff;
  transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.wh-root.index .navbar_menu.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.wh-root.index .navbar_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.wh-root.index .navbar_menu .nav-item {
  display: block;
  padding: 1rem 0.5rem;
  height: 50px;
}

.wh-root.index .navbar_menu .nav-item a {
  color: #000;
}

.wh-root.index .navbar_menu .nav-item div.dropdown button.btn {
  padding: 0;
}

.wh-root.index header ul.top_menu img.rounded {
  border-radius: 50% !important;
  width: 2rem;
  height: 2rem;
}

.wh-root.index header ul.top_menu .wehomehost_btn {
  height: 2rem;
  padding-left: 1rem;
  margin-left: 1rem;
  font-size: 12px;
  font-weight: 600;
  padding: 0 1.2rem;
  align-content: center;
}

body.sticky .wh-root.index .header_right_m {
  margin-top: -5rem;
}

@media (max-width: 320px) {
  .wh-root.index div#wh_fav_area {
    width: 100%;
  }
}

@media (max-width: 767.5px) {
  body.sticky .wh-root.index .notice_pop {
    transform: translateY(-100%);
    height: 2.5rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* div.event-banner { margin: 1.5rem auto 1.5rem; } */
  .wh-root.index div.event-banner a.mobile {
    display: none;
  }

  .wh-root.index div.event-banner a.desktop {
    display: block;
  }

  .wh-root.index div.event-banner.done:after {
    content: '쿠폰이 모두 소진 되었습니다. 6월 3일에 다시 만나요!';
    width: unset;
    right: .5rem;
    top: .5rem;
    left: unset;
    transform: unset;
    line-height: 1em;
  }
}

.wh-root.index section.notice_pop {
  margin-bottom: 10px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  /* transition: all .5s; */
}

.wh-root.index section.notice_pop .notifce_pop_content {
  padding: 10px;
  background: #1da129;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 7px;
}

.wh-root.index section.notice_pop .notifce_pop_content div {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.wh-root.index section.notice_pop .notifce_pop_content img {
  max-width: 540px;
  height: 54px;
  width: 100%;
}