@charset "UTF-8";
@import url("pretendard.css");
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: #222;
  word-break: keep-all;
}

input {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #222;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-family: "Pretendard";
  line-height: 1;
  cursor: pointer;
}

select {
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  border: 1px solid #e7e8e9;
  font-family: "Pretendard";
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/static/himomkids/img/blt_06.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}

input {
  font-family: "Pretendard";
  outline: none;
}

input::-moz-placeholder {
  color: #ddd;
}

input::placeholder {
  color: #ddd;
}

sigcolor {
  color: #742c7e;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
}

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.mobile {
  display: none !important;
}

.checkbox {
  display: flex;
  align-items: center;
}

.checkbox label {
  margin-left: 5px;
  font-size: 14px;
  color: #777;
}

.bold {
  font-weight: 500;
}

.innerW {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 19;
  background: #000;
  will-change: opacity;
  opacity: 0.3;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 1;
  overflow-y: auto;
  background: none;
  transform: scaleX(1) scaleY(1);
}

.popup-full .popup-inner {
  margin: 0;
}

.popup-close {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.popup-close .btn-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/static/himomkids/img/icon_close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  cursor: pointer;
}

.popup-close .btn-close.back {
  width: 12px;
  height: 21px;
  background-image: url(/static/himomkids/img/blt_03.png);
}

.popup-title {
  font-size: 18px;
  font-weight: 500;
}

.popup-title-2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.popup-title-3 {
  margin-top: 10px;
  color: #777;
}

.popup-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-top: 45px;
}

.popup-bottom button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 0;
  background-color: #742c7e;
  color: #fff;
}

.popup-inner {
  margin: 5% auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.popup .popup_agree {
  max-width: 780px;
  width: 100%;
}
.popup .popup_agree .popup-title {
  font-size: 26px;
}
.popup .popup_agree .agree_desc {
  max-height: 500px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.4;
  overflow-y: auto;
}

.popup .reservationSearch {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
}

.popup .reservationSearch .calendar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.popup .reservationSearch .calendar-col {
  max-width: 300px;
  margin: 0 auto;
}

.popup .reservationSearch .calendar-col .pickmeup {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.popup .reservationSearch .calendar-col .pickmeup::after {
  display: none;
}

.popup .reservationSearch .calendar-col .pickmeup .pmu-instance {
  width: 100%;
}

.popup .reservationSearch .calendar-col .pickmeup .pmu-instance .pmu-day-of-week {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.popup .reservationSearch .calendar-col .pickmeup .pmu-instance .pmu-day-of-week::after {
  display: none;
}

.popup .reservationSearch .calendar-btn {
  display: flex;
  justify-content: flex-end;
  max-width: 300px;
  margin: 30px auto;
}

.popup .reservationSearch .calendar-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 36px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.popup .reservationSearch .item {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.popup .reservationSearch .item.on .item-top {
  display: none;
}

.popup .reservationSearch .item.on .people {
  display: flex;
}

.popup .reservationSearch .item.on .calendar-wrap {
  display: flex;
}

.popup .reservationSearch .item-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.popup .reservationSearch .item-close .btn-conClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
}

.popup .reservationSearch .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup .reservationSearch .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  cursor: pointer;
}

.popup .reservationSearch .item-top .title {
  color: #777;
  font-weight: 500;
}

.popup .reservationSearch .item-top .desc {
  color: #222;
}

.popup .reservationSearch .item .calendar-wrap {
  display: none;
  flex-direction: column;
}

.popup .reservationSearch .item .people {
  display: none;
  flex-direction: column;
  margin-top: 30px;
}

.popup .reservationSearch .item .people-btn {
  display: flex;
  justify-content: flex-end;
  max-width: 300px;
  margin: 0 auto 30px;
}

.popup .reservationSearch .item .people-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 36px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.popup .reservationSearch .item .people-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #ddd;
}

.popup .reservationSearch .item .people-item:first-child {
  border-top: none;
}

.popup .reservationSearch .item .people-item .text .title {
  font-size: 16px;
}

.popup .reservationSearch .item .people-item .text .desc {
  font-size: 14px;
  color: #777;
}

.popup .reservationSearch .item .people-item .numChange {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup .reservationSearch .item .people-item .numChange button {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  border: none;
  background-size: 100% auto;
  cursor: pointer;
}

.popup .reservationSearch .item .people-item .numChange button.minus {
  background-image: url(/static/himomkids/img/icon-minus.jpg);
}

.popup .reservationSearch .item .people-item .numChange button.plus {
  background-image: url(/static/himomkids/img/icon-plus.jpg);
}

.popup .reservationSearch .item .people-item .numChange button.disable {
  opacity: 0.3;
}

.popup .reservationSearch .item .people-item .numChange .count {
  margin: 0 5px;
  height: 20px;
  width: 30px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  color: #222;
  text-align: center;
  font-weight: 600;
}

.popup .reservationSearch .item2 {
  margin-bottom: 10px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: initial;
}

.popup .reservationSearch .item2.on .item3-wrap {
  display: flex;
  height: 252px;
  overflow-y: auto;
}

.popup .reservationSearch .item2 .btn-toggle {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.popup .reservationSearch .item2 .btn-toggle img {
  margin-right: 10px;
}

.popup .reservationSearch .item3 {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.popup .reservationSearch .item3-wrap {
  display: none;
  flex-direction: column;
  gap: 13px;
  margin-top: 25px;
}

.popup .reservationSearch .item3 .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.popup .reservationSearch .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.popup .reservationSearch .bottom .btn-refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.popup .reservationSearch .bottom .btn-refresh img {
  margin-right: 5px;
}

.popup .reservationSearch .bottom .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-size: 14px;
  font-weight: 500;
  width: 60px;
  color: #fff;
  background-color: #742c7e;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
}

.popup .local {
  display: flex;
  flex-direction: column;
  max-width: 1050px;
  width: 100%;
}

.popup .local .ovY {
  max-height: 480px;
  margin-top: 30px;
  overflow-y: auto;
}

.popup .local .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup .local .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.popup .local .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.popup .local .item-depth1 {
  min-width: 80px;
  font-size: 18px;
}

.popup .local .item-depth2 {
  min-width: 80px;
  color: #777;
}

.popup .local .item-depth3 {
  display: flex;
  gap: 15px;
  width: 100%;
}

.popup .local .item-depth3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 10px;
  color: #777;
  transition: all 0.3s;
}

.popup .local .item-depth3 a:hover {
  background-color: #742c7e;
  color: #fff;
  border: 1px solid #742c7e;
}

.popup .reservation {
  display: flex;
  flex-direction: column;
  max-width: 375px;
  width: 100%;
}

.popup .reservation .popup-close {
  display: none;
}

.popup .reservation .inputWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.popup .reservation .inputWrap input {
  height: 30px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.popup .reservation .checkbox {
  margin-top: 20px;
}

.popup .comfirm {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  padding: 0;
  padding-bottom: 4px;
  background-color: #fff;
  border-radius: 10px;
}

.popup .comfirm .text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  padding: 30px 0;
  text-align: center;
}

.popup .comfirm .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  border-left: 1px solid #ddd;
}

.popup .comfirm .btn:first-child {
  border-left: none;
}

.popup .comfirm .btn-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
  border-top: 1px solid #ddd;
}

.popup .comfirm .btn.color {
  color: #742c7e;
}

.popup .info {
  display: flex;
  max-width: 600px;
  width: 100%;
}

.popup .info.popup-inner {
  display: flex;
  flex-direction: column;
}

.popup .info .con {
  min-height: 500px;
  max-height: 500px;
  margin-top: 20px;
  overflow-y: auto;
}

.popup .info .con > * {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.popup .info .con > *:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.popup .info .type {
  display: flex;
  flex-direction: column;
}

.popup .info .type .title {
  font-size: 18px;
}

.popup .info .type .item {
  display: flex;
  align-items: center;
  color: #777;
}

.popup .info .type .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.popup .info .type .item-title {
  min-width: 42px;
}

.popup .info .type .item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.popup .info .facility .title {
  font-size: 18px;
}

.popup .info .facility .item {
  display: flex;
  align-items: center;
}

.popup .info .facility .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.popup .info .facility .item img {
  margin-right: 15px;
}

.popup .viewImg {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100vh;
  border-radius: 0;
  overflow-y: auto;
}

#question .reservation .inputWrap {
  gap: 35px;
}

#question .input {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

#question .input label {
  display: flex;
  align-items: center;
  width: 70px;
  font-size: 14px;
  color: #777;
}

#question .input label .red {
  color: #dc2929;
}

#question .input input {
  border-bottom: none;
}

.whereFilter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  margin-top: 40px;
  padding: 0 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
}

.whereFilter .left {
  display: flex;
  align-items: center;
}

.whereFilter .text {
  margin-left: 20px;
}

.whereFilter .title {
  font-weight: 500;
}

.whereFilter .desc {
  color: #777;
}

.whereFilter .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.header .innerW {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.header .innerW .logo {
  left: 0;
}

.header .util {
  display: none;
}

.header .btn-back {
  display: none;
}

.header .menu {
  display: flex;
  position: relative;
  width: auto;
  height: auto;
}

.header .menu .inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.header .menu .inner a {
  margin: 0 35px;
}

.header .menu .inner a:hover {
  color: #6e2c78;
}

.header .menu .inner a.active {
  color: #6e2c78;
  font-weight: bold;
}

.header .menu .login-join {
  right: 0;
}

.header .menu .login-join img {
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.header .menu .login-join a {
  color: #929292;
}

.header .menu .login-join .bar {
  color: #929292;
  margin: 0 8px;
}

.header .menu a.home {
  display: none;
}

.header .menu a.btn-reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 14px;
  color: #742c7e;
  border: 1px solid #742c7e;
  border-radius: 8px;
  transition: all 0.3s;
  line-height: 35px;
}

.header .menu a.btn-reservation:hover {
  background-color: #742c7e;
  color: #fff;
}

.header.type02 .title {
  display: none;
}

.footer {
  padding: 70px 0;
  background-color: #f6f6f6;
}

.footer .innerW {
  display: flex;
  justify-content: space-between;
}

.footer .left {
  display: flex;
  align-items: center;
}

.footer .left .text {
  margin-left: 30px;
  font-size: 12px;
  line-height: 1.6;
  color: #555;
}

.footer .left .text a {
  color: #555;
}

.footer .right {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 12px;
}

.footer .right a {
  color: #555;
}

.footer .right .le {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-right: 20px;
}

.footer .right .le .tel {
  font-size: 24px;
}

.footer .right .le a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  border: 1px solid #ddd;
  font-size: 12px;
}

.main {
  padding-bottom: 150px;
}
.main .mainVisual {
  /*
  .swiper-slide:before {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      content: "";
  }
  */
}
.main .mainVisual .main-swiper {
  position: relative;
}
.main .mainVisual .main-swiper > .innerW {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main .mainVisual .swiper-button-next,
.main .mainVisual .swiper-rtl .swiper-button-prev {
  right: -40px;
}
.main .mainVisual .swiper-button-prev,
.main .mainVisual .swiper-rtl .swiper-button-next {
  left: -40px;
}
.main .mainVisual .swiper-slide {
  display: flex;
  align-items: center;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.main .mainVisual .swiper-slide .innerW {
  padding: 0 80px;
}
.main .mainVisual .swiper-button-next:after,
.main .mainVisual .swiper-button-prev:after {
  font-size: 34px;
}
.main .mainVisual .title {
  font-size: 45px;
  font-weight: 600;
}
.main .mainVisual .desc {
  margin-top: 10px;
}

.main .con3 .con2 {
  margin-bottom: 190px;
}

.main .con3 .con2:last-child {
  margin-bottom: 0;
}

.main .con2 {
  margin-top: 70px;
}

.main .con2 .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.main .con2 .title .color {
  color: #742c7e;
}

.main .con2 .tag {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
}

.main .con2 .tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 35px;
  background-color: #ccc;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}

.main .con2 .tag .on {
  background-color: #742c7e;
}

.main .con2 .tab-container .tab-con {
  display: none;
}

.main .con2 .tab-container .tab-con.on {
  display: block;
}

.main .con2 .swiperWrap {
  position: relative;
}

.main .con2 .swiper-button-next,
.main .con2 .swiper-rtl .swiper-button-prev {
  right: -20px;
}

.main .con2 .swiper-button-prev,
.main .con2 .swiper-rtl .swiper-button-next {
  left: -20px;
}

.main .con2 .swiper-button-next,
.main .con2 .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.main .con2 .swiper-button-next:after,
.main .con2 .swiper-button-prev:after {
  font-size: 25px;
}

.main .con2 .swiper {
  margin-top: 45px;
}

.main .con2 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 340px;
  padding: 15px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.main .con2 .swiper-slide .slide-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .con2 .swiper-slide .slide-link:after {
  width: 100%;
  height: 20%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.main .con2 .swiper-slide .top {
  text-align: right;
}

.main .con2 .swiper-slide .bottom {
  z-index: 10;
}

.main .con2 .swiper-slide .badge {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
}

.main .con2 .swiper-slide .bottom .text {
  font-size: 18px;
  color: #fff;
}

.sub01 {
  padding-bottom: 80px;
}

.sub01 .con1 {
  margin-top: 50px;
}

.sub01 .con1 .item {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.sub01 .con1 .item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.sub01 .con1 .item .swiper {
  min-width: 430px;
  max-width: 430px;
}

.sub01 .con1 .item .swiper-slide {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.sub01 .con1 .item .swiper-slide .slide-link {
  display: block;
  width: 100%;
  height: 100%;
}

.sub01 .con1 .item .swiper-slide .btn-like {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 20px;
  height: 18px;
  background-image: url(/static/himomkids/img/icon_heart.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sub01 .con1 .item .swiper-slide .btn-like.on {
  background-image: url(/static/himomkids/img/icon_heart_on.png);
}

.sub01 .con1 .item .text {
  width: 100%;
  margin-top: 15px;
  margin-left: 100px;
}

.sub01 .con1 .item .text .title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
}

.sub01 .con1 .item .text .title-sub {
  font-size: 18px;
  font-weight: 500;
  color: #777;
}

.sub01 .con1 .item .text .desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sub01 .con1 .item .text .desc-item {
  display: flex;
  justify-content: space-between;
}

.sub01 .con1 .item .text .desc-item .tx1 {
  color: #777;
}

.sub01 .con1 .item .text .desc-item .tx1 a {
  text-decoration: underline;
  color: #777;
  cursor: initial;
}

.sub01 .con1 .item .text .desc-item .tx2 {
  color: #742c7e;
  font-size: 12px;
  text-decoration: underline;
}

.sub01 .con1 .item .text .desc-item .tx3 {
  font-size: 18px;
  font-weight: 500;
}

.sub01 .con1 .item .text .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 35px;
  border-radius: 10px;
  background-color: #742c7e;
  color: #fff;
}

.sub01 .con1 .item .text .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.sub02 {
  padding-bottom: 100px;
}

.sub02 .mainVisual {
  width: 100%;
  height: 450px;
  background-image: url(/static/himomkids/img/img03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub02 .subVisual {
  width: 100%;
  height: 400px;
  background-image: url(/static/himomkids/img/img08.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub02 .con1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 150px;
}

.sub02 .con1 .title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
}

.sub02 .con1 .title .color {
  color: #742c7e;
  font-weight: 600;
}

.sub02 .con1 .desc {
  color: #777;
  line-height: 1.6;
}

.sub02 .con1 .desc .color {
  font-weight: 500;
  color: #742c7e;
}

.sub02 .con2 {
  padding: 100px 0 70px;
  text-align: center;
}

.sub02 .con2 .title {
  font-size: 22px;
  font-weight: 500;
  color: #742c7e;
}

.sub02 .con2 .desc {
  margin-top: 25px;
  color: #777;
}

.sub02 .con3 {
  text-align: center;
}

.sub02 .con4 {
  text-align: center;
}

.sub03 {
  padding-bottom: 200px;
}
.sub03 .mainVisual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-image: url(/static/himomkids/img/img03.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.sub03 .mainVisual .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.sub03 .con1 {
  padding-top: 130px;
  text-align: center;
}
.sub03 .con1 .logo {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.sub03 .con1 .img {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 160px;
}
.sub03 .con2 {
  text-align: center;
}
.sub03 .con2.innerW {
  padding-bottom: 150px;
}
.sub03 .con2 .title {
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-weight: 600;
}
.sub03 .con2 .title::before {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 90%;
  height: 15px;
  background-color: #eadeec;
  content: "";
}
.sub03 .con2 .desc {
  margin-top: 60px;
  font-size: 18px;
}
.sub03 .con2 .bold {
  font-weight: 600;
}
.sub03 .point {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.sub03 .point .bar {
  width: 100%;
  height: 1px;
  background: #e7e8e9;
}
.sub03 .point .text {
  min-width: 380px;
}
.sub03 .point .text .title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.sub03 .point .text .desc {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.2;
  color: #777;
}
.sub03 .point-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub03 .point-1 .text {
  margin-left: 78px;
  padding-left: 45px;
}
.sub03 .point-1 .text .num {
  margin-left: -45px;
  margin-bottom: -5px;
}
.sub03 .point-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub03 .point-2 .text {
  margin-right: 78px;
  padding-right: 45px;
  text-align: right;
}
.sub03 .point-2 .text .num {
  margin-right: -45px;
  margin-bottom: -5px;
}
.sub03 .point-3 .text {
  min-width: 100%;
  text-align: center;
}
.sub03 .point-3 .img {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 85px;
}

.sub04 {
  padding-bottom: 65px;
}
.sub04 .page-title {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 600;
}
.sub04 .searchBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 30px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.sub04 .searchBox .left {
  display: flex;
  align-items: center;
  width: 100%;
}
.sub04 .searchBox .title {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}
.sub04 .searchBox .desc {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #777;
}
.sub04 .searchBox .select {
  max-width: 240px;
  width: 100%;
  margin-right: 30px;
}
.sub04 .searchBox .select select {
  height: 35px;
}
.sub04 .searchBox .btn {
  min-width: 60px;
  height: 35px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #6e2c78;
}
.sub04 .con1 .title {
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #e7e8e9;
}
.sub04 .con2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 567px;
}
.sub04 .con2 .list {
  max-width: 520px;
  width: 100%;
}
.sub04 .con2 .map .bottom {
  max-width: 548px;
  width: 100%;
  height: 510px;
}
.sub04 .con2 .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.sub04 .con2 .item .top {
  display: flex;
  justify-content: space-between;
}
.sub04 .con2 .item .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sub04 .con2 .item .icon {
  width: 14px;
  height: 19px;
  margin-right: 10px;
  background-image: url(/static/himomkids/img/icon_place02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sub04 .con2 .item .map {
  display: none;
}
.sub04 .con2 .item .map .root_daum_roughmap {
  width: 548px;
  min-height: 548px;
}
.sub04 .con2 .item .map .root_daum_roughmap div {
  box-sizing: unset;
}
.sub04 .con2 .item .map .root_daum_roughmap .wrap_map {
  height: 478px;
}
.sub04 .con2 .item.on .icon {
  background-image: url(/static/himomkids/img/icon_place02_on.png);
}
.sub04 .con2 .item.on .map {
  display: block;
}
.sub04 .con2 .item-title {
  font-size: 18px;
  font-weight: 500;
}
.sub04 .con2 .item-desc {
  margin-top: 5px;
  font-size: 16px;
  color: #777;
}
.sub04 .con2 .item .btn {
  margin-left: 10px;
  text-decoration: underline;
  font-size: 14px;
}
.sub04 .con2 .item .left {
  display: flex;
}
.sub04 .pageNavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 60px;
}
.sub04 .pageNavi .text {
  width: 60px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.sub04 .pageNavi .text .on {
  color: #6e2c78;
}
.sub04 .pageNavi .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e7e8e9;
}

.login {
  max-width: 350px;
  width: 100%;
  min-height: calc(100vh - 337px);
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.login.sign {
  max-width: 518px;
  width: 100%;
  margin: 0 auto;
}
.login .title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.login .title-sub {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.login .form {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.login .form.type02 {
  gap: 15px;
}
.login .form input[type=text],
.login .form input[type=password],
.login .form input[type=tel] {
  width: 100%;
  height: 34px;
  border: none;
  font-size: 16px;
}
.login .form .hide.on {
  display: none;
}
.login .form .row {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #d0d0d0;
}
.login .form .row-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.login .form .row-title {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.login .form .row-title.essential::after {
  position: absolute;
  top: 0;
  right: -8px;
  color: #742c7e;
  font-size: 16px;
  font-weight: 500;
  content: "*";
}
.login .form .row .btn {
  min-width: 100px;
  height: 34px;
  margin: 7px 0;
  color: #742c7e;
  background-color: #fff;
}
.login .form .ex {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: -0.8px;
  color: #b3b2b2;
}
.login .form .btn {
  border: 1px solid #742c7e;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
.login .bottom-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}
.login .bottom-btn-btn {
  display: flex;
}
.login .bottom-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: 45px;
  margin: 0 auto;
  line-height: 45px;
  background-color: #742c7e;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}
.login .bottom-btn .btn.disable {
  background-color: #777;
}
.login .bottom-btn .btn.type02 {
  border: 1px solid #742c7e;
  background-color: #fff;
  color: #742c7e;
}
.login .userInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  color: #777;
  font-size: 16px;
}
.login .userInfo img {
  margin-right: 10px;
}
.login .link {
  display: flex;
  align-items: center;
  margin-top: 25px;
  font-size: 14px;
  color: #777;
}
.login .link-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  color: #777;
}
.login .link-02 a {
  margin-left: 8px;
  font-weight: 500;
  text-decoration: underline;
}
.login .link a {
  color: #777;
}
.login .link .blt {
  margin: 0 5px;
}
.login .mobile-bottom__link {
  display: none;
}
.login .bar {
  width: 100%;
  height: 7px;
  margin: 35px 0;
  background-color: #ebebeb;
}
.login .agree__title {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
}
.login .agree__link {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(/static/himomkids/img/blt_12.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.login .agree__checkbox {
  position: relative;
}
.login .agree__checkbox--all {
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.login .agree__checkbox-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.login .agree__checkbox input {
  display: none;
}
.login .agree__checkbox input:checked + label {
  background-image: url(/static/himomkids/img/blt_11_on.png);
}
.login .agree__checkbox label {
  padding-left: 30px;
  background-image: url(/static/himomkids/img/blt_11.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  color: #777;
  font-size: 16px;
}
.login .agree__checkbox label.essential::after {
  margin-left: 4px;
  color: #ddd;
  content: "(필수)";
}
.login .agree__checkbox label.select::after {
  margin-left: 4px;
  color: #ddd;
  content: "(선택)";
}

.mypage {
  display: flex;
  min-height: calc(100vh - 337px);
  padding-top: 100px;
  padding-bottom: 100px;
}
.mypage .sideMenu {
  min-width: 200px;
  margin-right: 75px;
}
.mypage .sideMenu .title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}
.mypage .sideMenu .menu {
  display: flex;
  flex-direction: column;
}
.mypage .sideMenu .menu a {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #d0d0d0;
  background-image: url(/static/himomkids/img/blt_12.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 16px;
}
.mypage .sideMenu .menu a.on {
  color: #742c7e;
  font-weight: 500;
}
.mypage .sideMenu .menu a:last-child {
  border-bottom: none;
}
.mypage .con {
  width: calc(100% - 275px);
}
.mypage .con .title {
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #d0d0d0;
}
.mypage .con .login {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.mypage .con .login .form {
  margin-top: 100px;
}
.mypage-coupon {
  margin-top: 30px;
}
.mypage-coupon .top-button {
  display: flex;
  gap: 15px;
}
.mypage-coupon .top-button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #742c7e;
  border: 1px solid #742c7e;
  border-radius: 4px;
}
.mypage-coupon .top-button .btn.on {
  background-color: #742c7e;
  color: #fff;
  border: 1px solid #742c7e;
}
.mypage-coupon .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}
.mypage-coupon .table {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.mypage-coupon .table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.mypage-coupon .table .row.th {
  height: 40px;
  background-color: #efefef;
  font-weight: 500;
}
.mypage-coupon .table .row.td {
  font-size: 14px;
  color: #777;
  padding: 10px 0;
}
.mypage-coupon .table .row.td .td-date p {
  margin: 0 0 3px 0;
}
.mypage-coupon .table .row.td .td-condition p {
  margin: 0 0 3px 0;
}
.mypage-coupon .table .row > * {
  text-align: center;
  line-height: 25px;
}
.mypage-coupon .table .row > *:nth-child(1) {
  width: 20%;
}
.mypage-coupon .table .row > *:nth-child(2) {
  width: 20%;
}
.mypage-coupon .table .row > *:nth-child(3) {
  width: 10%;
}
.mypage-coupon .table .row > *:nth-child(4) {
  width: 25%;
}
.mypage-coupon .table .row > *:nth-child(5) {
  width: 25%;
}
.mypage .swiper-button-next,
.mypage .swiper-button-prev {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mypage .swiper-button-next::after,
.mypage .swiper-button-prev::after {
  display: none;
}
.mypage .swiper-button-prev,
.mypage .swiper-rtl .swiper-button-next {
  left: -25px;
  background-image: url(/static/himomkids/img/blt_13.png);
}
.mypage .swiper-button-next,
.mypage .swiper-rtl .swiper-button-prev {
  right: -25px;
  background-image: url(/static/himomkids/img/blt_14.png);
}
.mypage .reservation .no-data,
.mypage .wishlist .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.mypage .reservation .title-2 {
  padding: 25px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.mypage .reservation .swiper {
  padding: 25px 0;
}
.mypage .reservation .swiper-1, .mypage .reservation .swiper-2, .mypage .reservation .swiper-3 {
  position: relative;
}
.mypage .reservation .swiper-2 .swiper-slide, .mypage .reservation .swiper-3 .swiper-slide {
  width: 310px;
  box-shadow: none;
  border-radius: 0;
}
.mypage .reservation .swiper-2 .swiper-img, .mypage .reservation .swiper-3 .swiper-img {
  width: 80px;
  height: 80px;
  border-radius: 15px;
}
.mypage .reservation .swiper-2 .swiper-desc, .mypage .reservation .swiper-3 .swiper-desc {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
}
.mypage .reservation .swiper-2 .swiper-text, .mypage .reservation .swiper-3 .swiper-text {
  width: calc(100% - 120px);
  padding-right: 0;
}
.mypage .reservation .swiper-slide {
  position: relative;
  display: flex;
  width: 480px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.mypage .reservation .swiper-day {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.mypage .reservation .swiper-img {
  width: 240px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.mypage .reservation .swiper-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 240px;
  padding: 0 15px;
  cursor: pointer;
}
.mypage .reservation .swiper-title {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mypage .reservation .swiper-title-2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mypage .reservation .swiper-desc {
  margin-top: 15px;
  font-size: 15px;
  color: #777;
}
.mypage .wishlist .swiper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mypage .wishlist .swiper-2 {
  position: relative;
}
.mypage .wishlist .swiper-slide {
  width: 280px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.mypage .wishlist .swiper-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mypage .wishlist .swiper-img {
  width: 280px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mypage .wishlist .swiper-text {
  padding: 24px 15px;
}
.mypage .wishlist .swiper-title {
  font-size: 16px;
  font-weight: 500;
}
.mypage .wishlist .swiper-desc {
  margin-top: 4px;
  font-size: 12px;
  color: #777;
}
.mypage .wishlist .swiper-like {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 18px;
  cursor: pointer;
  background-image: url(/static/himomkids/img/icon_heart.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1000;
}
.mypage .wishlist .swiper-like.on {
  background-image: url(/static/himomkids/img/icon_heart_on.png);
}

@media (min-width: 1121px) {
  .header .menu {
    display: flex !important;
    opacity: 1 !important;
    flex-grow: 1;
  }
}
@media (max-width: 1120px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: flex !important;
  }
  .innerW {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .innerW {
    height: 60px;
  }
  .header .util {
    align-items: center;
    gap: 20px;
  }
  .header .menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 18;
    width: 250px;
    padding-top: 60px;
    padding-left: 20px;
    background-color: #fff;
  }
  .header .menu .member-info {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .header .menu .member-info .text {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .header .menu .member-info .text .name {
    color: #742c7e;
    font-size: 18px;
    font-weight: 500;
  }
  .header .menu .inner a {
    margin: 0;
  }
  .header .menu .inner .sub {
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
  }
  .header .menu .login-join {
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
  .header .menu .login-join .logout {
    position: relative;
  }
  .header .menu .login-join .logout:before {
    background: url(/static/himomkids/img/logout.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -20px;
    content: "";
  }
  .header .menu + .dim {
    z-index: 17;
  }
  .header .menu .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .header .menu .btn-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/static/himomkids/img/icon_close.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .header .menu a {
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
  }
  .header .menu a:active {
    color: #ddd;
    font-weight: 600;
  }
  .header .menu a.home {
    display: block;
  }
  .header .menu a.btn-reservation {
    height: auto;
    border: none;
    padding: 0;
    color: #222;
    line-height: 1.4;
  }
  .header .menu a.btn-reservation:hover {
    background: none;
    color: #222;
  }
  .footer .innerW {
    flex-direction: column;
    align-items: center;
  }
  .footer .innerW .logo {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .footer .innerW {
    align-items: flex-start;
  }
  .footer .right {
    justify-content: flex-start;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .footer .right .le {
    gap: 4px;
  }
  .footer .right .ri {
    gap: 4px;
  }
  .footer .left {
    flex-direction: column;
    align-items: flex-start;
    order: 2;
  }
  .footer .left .text {
    margin-top: 10px;
    margin-left: 0;
  }
  .footer {
    padding: 25px 0;
  }
  .popup-bottom a {
    height: 45px;
    font-size: 14px;
    font-weight: 500;
  }
  .popup-bottom button {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #742c7e;
    border: 0;
    color: #fff;
  }
  .popup {
    background-color: #fff;
  }
  .popup-inner {
    max-width: 100%;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .popup .popup_agree {
    max-width: 100%;
  }
  .popup .popup_agree .popup-title {
    font-size: 18px;
  }
  .popup .popup_agree .agree_desc {
    max-height: initial;
  }
  .popup .reservation {
    max-width: 100%;
  }
  .popup .reservation .popup-close {
    display: block;
  }
  .popup .reservationSearch {
    max-width: 100%;
  }
  .popup .info {
    max-width: 100%;
  }
  .popup .comfirm {
    height: auto;
    margin: 150px auto;
  }
  .popup .local {
    max-width: 100%;
    width: 100%;
  }
  .popup .local .ovY {
    max-height: initial;
  }
  .popup .local .item {
    align-items: flex-start;
  }
  .popup .local .item-depth3 {
    flex-direction: column;
  }
  .popup .local .item-depth1 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .popup .local .item-depth2 {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .popup .reservationSearch .item2 {
    padding: 20px;
  }
  .popup .reservationSearch .item2 .title {
    font-size: 18px;
  }
  .popup .reservationSearch .item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .whereFilter {
    height: 55px;
    margin-top: 25px;
    padding: 0 15px;
  }
  .main .mainVisual .swiper-slide .innerW {
    padding-left: 70px;
    padding-right: 70px;
  }
  .main .con2 {
    margin-top: 60px;
  }
  .main .con2 .swiper {
    margin-top: 25px;
  }
  .main .con2 .title {
    font-size: 22px;
    text-align: left;
  }
  .main .con2 .tag {
    justify-content: start;
  }
  .main .con3 .con2 {
    margin-bottom: 65px;
  }
  .sub02 .con2 {
    padding: 40px 0 50px;
  }
  .sub02 .con1 {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  .sub02 .con1 .right {
    margin-top: 40px;
  }
  .sub02 .con1 .title {
    max-width: 640px;
    margin-top: 20px;
    font-size: 16px;
  }
  .sub02 .con1 .desc {
    max-width: 640px;
  }
  .sub02 .con1 .desc br {
    display: none;
  }
  .sub02 .subVisual {
    height: 250px;
  }
  .sub02 .con3 img {
    margin: 0 auto;
  }
  .sub02 .con4 img {
    margin: 0 auto;
  }
  .main .con2 .swiper-slide .bottom .text {
    font-size: 16px;
  }
  .footer .right .le .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
  }
  .main .mainVisual .swiper-button-prev,
  .main .mainVisual .swiper-rtl .swiper-button-next {
    left: 30px;
  }
  .main .mainVisual .swiper-button-next,
  .main .mainVisual .swiper-rtl .swiper-button-prev {
    right: 30px;
  }
  .main {
    padding-bottom: 10px;
  }
  .link-wrap {
    justify-content: flex-end;
    position: sticky;
    bottom: 20px;
    margin-right: 10px;
    z-index: 1;
    margin-top: 15px;
    width: 50px;
    left: 100%;
  }
  .popup-close .btn-close.back {
    width: 8px;
    height: 14px;
  }
  .sub04 .con2 {
    min-height: 130px;
  }
  .sub04 .con2 .list {
    max-width: 100%;
  }
  .sub04 .con2 .item .bottom {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .sub04 .con2 .bottom.map {
    max-width: 100%;
    margin-top: 20px;
    max-height: 300px;
  }
  .sub04 .con2 .item .bottom.map .root_daum_roughmap {
    width: 100%;
    min-height: 300px;
  }
  .sub04 .con2 .item .map .root_daum_roughmap div {
    box-sizing: unset;
  }
  .sub04 .con2 .item .map .root_daum_roughmap .wrap_map {
    height: 60vw;
  }
  .sub04 .searchBox {
    flex-direction: column;
    height: auto;
    padding: 16px 28px;
    border-radius: 8px;
  }
  .sub04 .searchBox .btn {
    width: 100%;
    margin-top: 8px;
  }
  .sub04 .searchBox .left {
    flex-direction: column;
  }
  .sub04 .searchBox .select {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .sub04 .searchBox .title {
    display: none;
  }
  .sub04 .searchBox .desc {
    display: none;
  }
  .sub04 .con2 .item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sub03 {
    padding-bottom: 70px;
  }
  .sub03 .point-3 .img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 525px;
    margin: 25px auto 0;
  }
  .sub03 .point-3 .img img {
    width: calc(50% - 5px);
  }
  .sub03 .con1 .img .pc {
    display: block !important;
  }
  .sub03 .con1 .img .mobile {
    display: none !important;
  }
  .mypage-coupon .table {
    flex-direction: initial;
    gap: 20px;
    flex-wrap: wrap;
  }
  .mypage-coupon .table .row > * {
    line-height: 1;
  }
  .mypage-coupon .table .row.th {
    display: none;
  }
  .mypage-coupon .table .row.td {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
    padding-left: 20px;
    padding-right: 40px;
    border: 2px solid #742c7e;
    border-radius: 4px;
    font-size: 16px;
  }
  .mypage-coupon .table .row.td:after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%) rotate(-90deg);
    width: 180px;
    height: 70px;
    background-color: #742c7e;
    color: #fff;
    border-top: 1px dashed #742c7e;
    font-size: 10px;
    letter-spacing: 7px;
    content: "COUPON";
  }
  .mypage-coupon .table .row.td.used {
    border: 1px solid #e2e2e2;
  }
  .mypage-coupon .table .row.td.used:after {
    background-color: #666;
  }
  .mypage-coupon .table .row.td.used .td-title,
  .mypage-coupon .table .row.td.used .td-discount {
    color: #666;
  }
  .mypage-coupon .table .row.td .tx2 {
    width: 100%;
    text-align: left;
  }
  .mypage-coupon .table .row .td-title {
    margin-top: 8px;
    order: 2;
    color: #222;
    font-weight: 500;
  }
  .mypage-coupon .table .row .td-discount {
    order: 1;
    font-size: 25px;
    font-weight: 500;
    color: #742c7e;
  }
  .mypage-coupon .table .row .td-discount span {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 21px;
  }
  .mypage-coupon .table .row .td-discount.won {
    font-size: 35px;
  }
  .mypage-coupon .table .row .td-discount::after {
    font-size: 35px;
    font-weight: 500;
  }
  .mypage-coupon .table .row .td-date {
    order: 3;
    margin-top: 10px;
    font-size: 12px;
  }
  .mypage-coupon .table .row .td-use {
    display: none;
  }
  .mypage-coupon .table .row .td-condition {
    order: 4;
    margin-top: 10px;
    font-size: 12px;
  }
  .mypage-coupon .top-button .btn {
    height: 32px;
    font-size: 14px;
    font-weight: 500;
  }
  .mypage .con .title {
    border-bottom: 0;
  }
  .mypage.sideMenu-wrap .mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px;
  }
  .main .mainVisual .swiper-button-next:after,
  .main .mainVisual .swiper-button-prev:after {
    font-size: 25px;
  }
  .header.type02 {
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .innerW {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup-close {
    margin-bottom: 15px;
  }
  .popup .viewImg .innerW {
    padding: 0;
  }
  .popup .viewImg .imgWrap {
    margin-left: -30px;
    margin-right: -30px;
  }
  .popup .info .con > * {
    margin-top: 30px;
    padding-top: 30px;
  }
  .popup .local .item {
    flex-direction: column;
  }
  .popup .local .item-wrap {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
  }
  .popup .local .ovY {
    margin-top: 20px;
  }
  .popup .local .item-depth2 {
    height: auto;
    margin-bottom: 10px;
  }
  .main .mainVisual .swiper-slide {
    height: 420px;
  }
  .main .mainVisual .title {
    font-size: 22px;
    word-break: break-all;
  }
  .main .mainVisual .desc {
    font-size: 14px;
    word-break: break-all;
  }
  .main .con2 .swiper-slide {
    width: calc(100% - 30px);
    height: 220px;
  }
  .main .con2 .swiper-button-next,
  .main .con2 .swiper-button-prev {
    display: none;
  }
  .sub01 .con1 {
    margin-top: 25px;
  }
  .sub01 .con1 .item {
    padding-top: 0;
    border-top: none;
    flex-direction: column;
  }
  .sub01 .con1 .item .swiper {
    max-width: 100%;
    min-width: 100%;
  }
  .sub01 .con1 .item .swiper-slide {
    height: 200px;
  }
  .sub01 .con1 .item .text {
    margin-left: 0;
    margin-top: 5px;
  }
  .sub01 .con1 .item .text .desc {
    gap: 0;
  }
  .sub01 .con1 .item .text .title-sub {
    margin-top: 25px;
    font-size: 14px;
  }
  .sub01 .con1 .item .text .title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sub01 .con1 .item .text .btn {
    width: 100%;
    height: 40px;
  }
  .sub02 .mainVisual {
    height: 385px;
  }
  .whereFilter .desc {
    font-size: 12px;
  }
  .main .con2 .swiperWrap {
    margin-right: -30px;
  }
  .popup-title-2 {
    font-size: 18px;
  }
  .popup .info .type .item-wrap {
    gap: 20px;
  }
  .popup .info .con > *:first-child {
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .popup .info .con > * {
    margin-top: 20px;
    padding-top: 20px;
  }
  .popup .info .facility .item-wrap {
    margin-top: 25px;
  }
  .popup .info .facility .title {
    font-size: 16px;
  }
  .sub04 .page-title {
    margin: 20px 0;
    font-size: 22px;
  }
  .sub04 .con1 .title {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .sub04 .searchBox {
    margin-bottom: 22px;
  }
  .sub04 .searchBox .btn {
    font-size: 14px;
  }
  .sub04 .searchBox .select select {
    font-size: 14px;
  }
  .sub04 .con2 .item .left {
    width: 100%;
  }
  .sub04 .con2 .item .right {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-left: 24px;
    margin-top: 10px;
  }
  .sub04 .con2 .item .btn {
    margin-left: 0;
    margin-right: 5px;
  }
  .sub04 .pageNavi {
    margin-top: 25px;
  }
  .sub04 .pageNavi .text {
    font-size: 14px;
  }
  .sub04 .con2 .item .top {
    flex-direction: column;
  }
  .sub03 .point .text .title {
    margin-top: 5px;
    font-size: 18px;
  }
  .sub03 .point .text .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.3;
  }
  .sub03 .point .bar {
    display: none;
  }
  .sub03 .point-1,
  .sub03 .point-2,
  .sub03 .point-3 {
    flex-direction: column;
  }
  .sub03 .point-1 .text,
  .sub03 .point-2 .text,
  .sub03 .point-3 .text {
    min-width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .sub03 .point-1 .text .num,
  .sub03 .point-2 .text .num,
  .sub03 .point-3 .text .num {
    margin: 0;
  }
  .sub03 .point-1 .text .num img,
  .sub03 .point-2 .text .num img,
  .sub03 .point-3 .text .num img {
    width: 40px;
  }
  .sub03 .point-1 .img,
  .sub03 .point-2 .img,
  .sub03 .point-3 .img {
    margin-top: 30px;
  }
  .sub03 .point-1 .text {
    order: 1;
  }
  .sub03 .point-1 .img {
    order: 2;
  }
  .sub03 .mainVisual {
    height: 54vw;
    background-image: url(/static/himomkids/img/img03_mo.png);
    background-position: center;
  }
  .sub03 .con1 {
    padding-top: 50px;
  }
  .sub03 .con1 .logo {
    max-width: 120px;
    margin-bottom: 50px;
  }
  .sub03 .con1 .img {
    margin-top: 20px;
    margin-bottom: 75px;
  }
  .sub03 .con1 .img img {
    margin: 0 auto;
  }
  .sub03 .con1 .img .pc {
    display: none !important;
  }
  .sub03 .con1 .img .mobile {
    display: block !important;
  }
  .sub03 .con2.innerW {
    padding-bottom: 55px;
  }
  .sub03 .con2 .title {
    font-size: 18px;
  }
  .sub03 .con2 .title::before {
    bottom: 0;
    height: 8px;
  }
  .sub03 .con2 .desc {
    margin-top: 25px;
    font-size: 14px;
    color: #777;
  }
  .sub03 .mainVisual .title {
    font-size: 22px;
  }
  .login {
    max-width: 100%;
    min-height: calc(100vh - 61px);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .login.type02 .title {
    display: none;
  }
  .login.type02 .form {
    margin-top: 0;
  }
  .login .title {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
  }
  .login .title-sub {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }
  .login .title-sub.type02 {
    margin-top: 5px;
  }
  .login .mobile-bottom__link {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 6px solid #ebebeb;
  }
  .login .mobile-bottom__link a {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    background-image: url(/static/himomkids/img/blt_12.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
  }
  .login .mobile-bottom__link a:last-child {
    border-bottom: none;
  }
  .login .bottom-btn {
    margin-top: 20px;
  }
  .login .bottom-btn .btn {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .login .link-02 {
    justify-content: flex-start;
    margin-top: 20px;
    font-size: 14px;
  }
  .login .link-02 a {
    font-size: 14px;
  }
  .login.sign {
    max-width: 100%;
  }
  .header.type02 .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
  }
  .header.type02 .btn-logo {
    display: none;
  }
  .header.type02 .btn-back {
    display: flex;
    align-items: center;
  }
  .header.type02 .util {
    display: none;
  }
  .header.type02 .util .btn-mypage {
    display: none;
  }
  .header.type02 .util .btn-reservation {
    display: none;
  }
  .login .form input[type=text],
  .login .form input[type=password],
  .login .form input[type=tel] {
    height: 30px;
    font-size: 14px;
  }
  .login .form .row .btn {
    min-width: 100px;
    height: 30px;
    font-size: 14px;
  }
  .login .form .row-item {
    gap: 7px;
    margin-top: 5px;
  }
  .login .form .ex {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .login .bar {
    width: auto;
    height: 6px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .login .agree__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
  }
  .login .agree__checkbox--all {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
  .login .agree__checkbox-wrap {
    gap: 20px;
  }
  .login .agree__checkbox label {
    font-size: 14px;
  }
  .login .link {
    margin-top: 15px;
  }
  .login .link a {
    font-size: 14px;
  }
  .login .form.type02 {
    gap: 20px;
  }
  .login .userInfo {
    justify-content: flex-start;
    margin-top: 28px;
  }
  .mypage .con .login .form {
    margin-top: 0;
  }
  .mypage {
    min-height: calc(100vh - 61px);
    padding-top: 34px;
  }
  .mypage .login {
    padding-left: 0;
    padding-right: 0;
  }
  .mypage.sideMenu-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .mypage.sideMenu-wrap .mobile {
    display: flex !important;
  }
  .mypage.sideMenu-wrap .sideMenu {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .mypage.sideMenu-wrap .sideMenu .myInfo {
    display: flex;
    align-items: center;
    padding: 38px 30px;
  }
  .mypage.sideMenu-wrap .sideMenu .myInfo .text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .mypage.sideMenu-wrap .sideMenu .myInfo .text span {
    color: #6e2c78;
  }
  .mypage.sideMenu-wrap .sideMenu .bar {
    width: 100%;
    height: 6px;
    background: #ebebeb;
  }
  .mypage.sideMenu-wrap .sideMenu .menu a {
    padding-left: 30px;
    padding-right: 3px;
    background-position: right 30px center;
    font-size: 14px;
    font-weight: 500;
  }
  .mypage.sideMenu-wrap .sideMenu .menu a.bdbNone {
    border-bottom: none;
  }
  .mypage.sideMenu-wrap .con {
    display: none;
  }
  .mypage .sideMenu {
    display: none;
  }
  .mypage .sideMenu .title {
    display: none;
  }
  .mypage .con {
    width: 100%;
  }
  .mypage-coupon {
    margin-top: 0;
  }
  .mypage-coupon .top-button {
    justify-content: center;
  }
  .mypage-coupon .table {
    justify-content: center;
    gap: 30px;
    margin-top: 35px;
  }
  /*
  .mypage .con .title {
      display: none;
  }
  */
  .mypage .reservation .swiper {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mypage .reservation .swiper-button-next, .mypage .reservation .swiper-button-prev {
    display: none;
  }
  .mypage .reservation .swiper-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .mypage .reservation .swiper-slide {
    flex-direction: column;
    width: 100%;
  }
  .mypage .reservation .swiper-title {
    font-weight: 500;
  }
  .mypage .reservation .swiper-img {
    width: 100%;
    height: auto;
    padding-top: 70%;
  }
  .mypage .reservation .swiper-text {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mypage .reservation .swiper-desc {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
    font-size: 14px;
  }
  .mypage .reservation .swiper-day {
    width: 40px;
  }
  .mypage .reservation .swiper-2 {
    margin-bottom: 20px;
  }
  .mypage .reservation .swiper-2 .swiper-slide,
  .mypage .reservation .swiper-3 .swiper-slide {
    flex-direction: row;
    width: 100%;
  }
  .mypage .reservation .swiper-2 .swiper-img,
  .mypage .reservation .swiper-3 .swiper-img {
    width: 22%;
    height: auto;
    padding-top: 22%;
  }
  .mypage .reservation .swiper-2 .swiper-text,
  .mypage .reservation .swiper-3 .swiper-text {
    width: calc(100% - 100px);
    padding-left: 20px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mypage .reservation .swiper-2 .swiper-desc,
  .mypage .reservation .swiper-3 .swiper-desc {
    padding-top: 0;
    font-size: 14px;
    border-top: none;
  }
  .mypage .reservation .title-2 {
    padding-top: 0;
    font-size: 18px;
    font-weight: 500;
  }
  .mypage .wishlist .swiper {
    padding-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mypage .wishlist .swiper-button-next, .mypage .wishlist .swiper-button-prev {
    display: none;
  }
  .mypage .wishlist .swiper-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .mypage .wishlist .swiper-slide {
    width: 100%;
  }
  .mypage .wishlist .swiper-img {
    width: 100%;
  }
  .mypage .wishlist .swiper-desc {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .main .mainVisual .swiper-slide {
    height: 260px;
  }
}
#wrap.agreement_wrap {
  width: 100%;
  height: 100%;
  min-width: 280px;
  min-height: inherit;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  padding: 40px;
  background: #fff;
  max-width: 1200px;
}

