.inline-block {
  display: inline-block;
}

.tab-ul.type2 li:first-of-type a {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .tab-ul.type2 li:first-of-type a {
    border-radius: 0;
  }
}
.tab-ul.type2 li:first-of-type a::after {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .tab-ul.type2 li:first-of-type a::after {
    border-radius: 0;
  }
}
.tab-ul.type2 li:last-of-type a {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .tab-ul.type2 li:last-of-type a {
    border-radius: 0;
  }
}
.tab-ul.type2 li:last-of-type a::after {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .tab-ul.type2 li:last-of-type a::after {
    border-radius: 0;
  }
}
.tab-ul.type2 li a {
  border-color: #DBDBDB;
}
.tab-ul.type2 li a::before {
  background-color: #DBDBDB;
}
.tab-ul.type2 li.active a,
.tab-ul.type2 li a:hover,
.tab-ul.type2 li a:focus {
  color: #0B3E8C;
}
.tab-ul.type2 li.active a::before,
.tab-ul.type2 li a:hover::before,
.tab-ul.type2 li a:focus::before {
  background: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547C7.13875 9.63875 7.13875 8.64001 7.75475 8.02401L14.3941 1.38463C15.0101 0.76863 16.0089 0.768631 16.6249 1.38463C17.2409 2.00063 17.2409 2.99937 16.6249 3.61537L9.98549 10.2547Z' fill='%230B3E8C'/%3E%3Cpath d='M9.98549 8.02401C10.6015 8.64001 10.6015 9.63875 9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547L1.11537 3.61537C0.499369 2.99937 0.49937 2.00063 1.11537 1.38463C1.73137 0.768631 2.73011 0.76863 3.34611 1.38463L9.98549 8.02401Z' fill='%230B3E8C'/%3E%3C/svg%3E%0A");
}
.tab-ul.type2 li.active a::after,
.tab-ul.type2 li a:hover::after,
.tab-ul.type2 li a:focus::after {
  border-color: #0B3E8C;
}
@media (max-width: 1024px) {
  .tab-ul.type2.col5 li:first-of-type a, .tab-ul.type2.col5 li:last-of-type a {
    border-radius: 0;
  }
}
@media (max-width: 1024px) {
  .tab-ul.type2.col5 li:first-of-type a::after, .tab-ul.type2.col5 li:last-of-type a::after {
    border-radius: 0;
  }
}

.tab-select .tab-select-title {
  display: none;
}
.tab-select.mobile-select {
  width: 100%;
  position: relative;
}
.tab-select.mobile-select .tab-select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #343434;
  padding: 0 15px;
  font-size: 1.1764705882rem;
  margin-bottom: 20px;
  color: #000;
}
.tab-select.mobile-select .tab-select-title span {
  color: #000;
}
.tab-select.mobile-select .tab-select-title::after {
  content: "";
  display: block;
  background-position: center;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin: 0 5px;
}
.tab-select.mobile-select .tab-ul {
  display: none;
  margin: 0 auto;
  width: 100%;
  padding: 5px 16px;
  background: #fff;
  border: 2px solid #343434;
  border-radius: 10px;
  box-shadow: 0px 0px 39.2437px rgba(0, 0, 0, 0.1);
  z-index: 20;
  height: 170px;
  overflow-y: auto;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0);
}
.tab-select.mobile-select .tab-ul::-webkit-scrollbar {
  width: 8px;
}
.tab-select.mobile-select .tab-ul::-webkit-scrollbar-track {
  background: transparent;
}
.tab-select.mobile-select .tab-ul::-webkit-scrollbar-thumb {
  height: 5px;
  background: #343434;
}
.tab-select.mobile-select .tab-ul::before {
  display: none;
}
.tab-select.mobile-select .tab-ul li {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  height: 40px;
  min-height: 40px;
  flex: 0 0 100%;
  max-width: 100%;
}
.tab-select.mobile-select .tab-ul li a {
  border: 0 solid #000;
}
.tab-select.mobile-select .tab-ul li a span {
  padding: 5px;
}

.tab-select.mobile-select .tab-ul li.active a::after, .tab-select.mobile-select .tab-ul li a:hover:after, .tab-select.mobile-select .tab-ul li a:focus:after {
  display: none;
}

.tab-select.mobile-select .active + .tab-ul {
  display: flex;
}

.ui-topbox {
  background: #F9F9FA;
}
.ui-topbox .inner .txtwrap .h-box {
  font-size: 22px;
  font-family: initial;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .ui-topbox .inner .txtwrap .h-box {
    font-size: 21px;
  }
}
@media (max-width: 390px) {
  .ui-topbox .inner .txtwrap .h-box {
    font-size: 20px;
  }
}

.h2 small {
  color: #666;
}

.h3 {
  color: #0B3E8C;
}

.h4::before {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M1.26147 3.78429C0.564777 3.0876 0.564779 1.95805 1.26147 1.26136C1.95816 0.564669 3.08772 0.564669 3.78441 1.26136L7.73843 5.21538C8.43512 5.91207 8.43512 7.04163 7.73843 7.73832C7.04174 8.43501 5.91218 8.43501 5.21549 7.73832L1.26147 3.78429Z' fill='%2300A8AE'/%3E%3Cpath opacity='0.7' d='M9.1692 1.26122C9.86589 0.564533 10.9954 0.564535 11.6921 1.26122C12.3888 1.95791 12.3888 3.08747 11.6921 3.78416L7.73811 7.73819C7.04142 8.43488 5.91186 8.43488 5.21517 7.73819C4.51848 7.0415 4.51848 5.91194 5.21517 5.21525L9.1692 1.26122Z' fill='%231D2D4A'/%3E%3C/svg%3E%0A");
}

.h5 {
  color: #1D2D4A;
}
.h5::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 5C9 7.48528 6.98528 9.5 4.5 9.5C2.01472 9.5 0 7.48528 0 5C0 2.51472 2.01472 0.5 4.5 0.5C6.98528 0.5 9 2.51472 9 5ZM6.00037 5.00009C6.00037 5.82852 5.32879 6.50009 4.50037 6.50009C3.67194 6.50009 3.00037 5.82852 3.00037 5.00009C3.00037 4.17166 3.67194 3.50009 4.50037 3.50009C5.32879 3.50009 6.00037 4.17166 6.00037 5.00009Z' fill='%231D2D4A'/%3E%3C/svg%3E%0A");
}

.h6 {
  font-weight: 600;
}
.h6::before {
  background: #1D2D4A;
}

.list-1st > li::before {
  background: #00A8AE;
}

.list-2st > li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='6' viewBox='0 0 3 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.09484e-05 4.81051L0.658323 5.5L2.99999 3L0.658325 0.5L0 1.18949L1.68338 3L0.430286 4.3125L4.09484e-05 4.81051Z' fill='%2300A8AE'/%3E%3C/svg%3E%0A");
}

.list-3st > li::before {
  background: #1D2D4A;
}

.num-list > li span {
  background: #1D2D4A;
}

.txt-check {
  padding-left: 16px;
  color: #00A8AE !important;
}
.txt-check::before {
  top: 5px;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.504883C7.35938 0.504883 8.16992 0.670898 8.93164 1.00293C9.69336 1.3252 10.3574 1.76953 10.9238 2.33594C11.4902 2.90234 11.9346 3.56641 12.2568 4.32812C12.5889 5.08008 12.7549 5.88574 12.7549 6.74512C12.7549 7.61426 12.5889 8.42969 12.2568 9.19141C11.9346 9.94336 11.4902 10.6025 10.9238 11.1689C10.3574 11.7354 9.69336 12.1846 8.93164 12.5166C8.16992 12.8389 7.35938 13 6.5 13C5.64062 13 4.83008 12.8389 4.06836 12.5166C3.30664 12.1846 2.64258 11.7354 2.07617 11.1689C1.50977 10.6025 1.06055 9.94336 0.728516 9.19141C0.40625 8.42969 0.245117 7.61426 0.245117 6.74512C0.245117 5.88574 0.40625 5.08008 0.728516 4.32812C1.06055 3.56641 1.50977 2.90234 2.07617 2.33594C2.64258 1.76953 3.30664 1.3252 4.06836 1.00293C4.83008 0.670898 5.64062 0.504883 6.5 0.504883ZM5.87012 9.25L9.62012 5.5L8.75586 4.60645L5.88477 7.49219L4.25879 5.86621L3.37988 6.74512L5.87012 9.25Z' fill='%2300A8AE'/%3E%3C/svg%3E%0A");
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  border-color: #1D2D4A;
  color: #1D2D4A;
}
.btn-primary.btn-icon .ir-arrow,
.btn-primary:link.btn-icon .ir-arrow,
.btn-primary:visited.btn-icon .ir-arrow {
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.57605 15.424L6.15199 17L14.152 9L6.15199 1L4.57595 2.57597L11 9L8.00007 12L4.57605 15.424Z' fill='%231D2D4A'/%3E%3C/svg%3E%0A");
}
.btn-primary.btn-icon .ir-download,
.btn-primary:link.btn-icon .ir-download,
.btn-primary:visited.btn-icon .ir-download {
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16H2V14H16V16ZM10 9.56738L13.3486 6.42871L14.6816 7.67871L9.08691 12.9238L9.08594 12.9229L9.03516 12.9717L3.42676 7.71387L4.75977 6.46387L8 9.50098V1H10V9.56738Z' fill='%231D2D4A'/%3E%3C/svg%3E%0A");
}
.btn-primary.btn-icon .ir-link,
.btn-primary:link.btn-icon .ir-link,
.btn-primary:visited.btn-icon .ir-link {
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3H3V14H14V9H16V16H1V1H8V3ZM16 7H14V4.36914L9.27832 9.09082L7.93457 7.74707L12.6816 3H10V1H16V7Z' fill='%231D2D4A'/%3E%3C/svg%3E%0A");
}
.btn-primary:hover, .btn-primary:focus,
.btn-primary:link:hover,
.btn-primary:link:focus,
.btn-primary:visited:hover,
.btn-primary:visited:focus {
  background: #1D2D4A;
  color: #fff;
}
.btn-primary:hover.btn-icon .ir-arrow, .btn-primary:focus.btn-icon .ir-arrow,
.btn-primary:link:hover.btn-icon .ir-arrow,
.btn-primary:link:focus.btn-icon .ir-arrow,
.btn-primary:visited:hover.btn-icon .ir-arrow,
.btn-primary:visited:focus.btn-icon .ir-arrow {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.57605 15.424L6.15199 17L14.152 9L6.15199 1L4.57595 2.57597L11 9L8.00007 12L4.57605 15.424Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn-primary:hover.btn-icon .ir-download, .btn-primary:focus.btn-icon .ir-download,
.btn-primary:link:hover.btn-icon .ir-download,
.btn-primary:link:focus.btn-icon .ir-download,
.btn-primary:visited:hover.btn-icon .ir-download,
.btn-primary:visited:focus.btn-icon .ir-download {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16H2V14H16V16ZM10 9.56738L13.3486 6.42871L14.6816 7.67871L9.08691 12.9238L9.08594 12.9229L9.03516 12.9717L3.42676 7.71387L4.75977 6.46387L8 9.50098V1H10V9.56738Z' fill='white'/%3E%3C/svg%3E%0A");
}
.btn-primary:hover.btn-icon .ir-link, .btn-primary:focus.btn-icon .ir-link,
.btn-primary:link:hover.btn-icon .ir-link,
.btn-primary:link:focus.btn-icon .ir-link,
.btn-primary:visited:hover.btn-icon .ir-link,
.btn-primary:visited:focus.btn-icon .ir-link {
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3H3V14H14V9H16V16H1V1H8V3ZM16 7H14V4.36914L9.27832 9.09082L7.93457 7.74707L12.6816 3H10V1H16V7Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-icon.btn-noline {
  padding-right: 22px;
  background-image: linear-gradient(to right, transparent 50%, rgba(11, 62, 140, 0.4) 50%);
}
.btn-icon.btn-noline:hover .ir-link, .btn-icon.btn-noline:focus .ir-link {
  background-position: 0 0;
}
.btn-icon.btn-noline .ir-link {
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3H3V14H14V9H16V16H1V1H8V3ZM16 7H14V4.36914L9.27832 9.09082L7.93457 7.74707L12.6816 3H10V1H16V7Z' fill='%231D2D4A'/%3E%3C/svg%3E%0A");
}

.table-bordered {
  border-color: #1D2D4A;
}

.table thead th,
.table tfoot th {
  background: #F9F9FA;
}
.table tbody th {
  background: #fff;
}

.tab-ul.type3::before {
  background: #0B3E8C;
}
.tab-ul.type3 li {
  margin: 0;
}
.tab-ul.type3 li a {
  border-color: #D9DAE1;
}
.tab-ul.type3 li a span {
  padding: 10px 11px;
}
.tab-ul.type3 li.active a,
.tab-ul.type3 li a:hover,
.tab-ul.type3 li a:focus {
  border-color: #0B3E8C;
}
.tab-ul.type3 li.active a span,
.tab-ul.type3 li a:hover span,
.tab-ul.type3 li a:focus span {
  color: #0B3E8C;
  font-weight: bold;
}

.ir-icon__line {
  background-image: url(/images/stay/common/ir_list_icon.png);
}

.vlist__bodo.type1 {
  position: relative;
}
.vlist__bodo.type1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EAEBEF;
  visibility: visible;
}
.vlist__bodo.type1 .obj:first-child .item {
  border-color: #DBDBDB;
}
.vlist__bodo.type1 .obj .item {
  border-bottom: 1px dashed #EAEBEF !important;
}
.vlist__bodo.type1 .obj .item .inner .circle {
  border-radius: 20px;
  background: #F9F9FA;
}
.vlist__bodo.type1 .obj .item .inner .ui-bodo__summary .h-box {
  font-size: 17px;
  color: #444;
}

.vlist__column .inner {
  border-radius: 15px;
}
.vlist__column .inner .circle {
  display: block;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #F9F9FA;
}
@media (max-width: 1024px) {
  .vlist__column .inner .circle {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .vlist__column .inner .circle {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .vlist__column .inner .circle {
    margin-bottom: 15px;
  }
}
.vlist__column .inner .ui-summary strong {
  color: #222;
}
.vlist__column .inner .ui-summary p {
  color: #444;
}
@media (max-width: 1279px) {
  .vlist__column.col3 .inner {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .vlist__column.col3 .inner {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .vlist__column.col3 .inner {
    width: 100%;
  }
}

.txt-box1 {
  border-color: #D9DAE1;
  border-radius: 7px;
}
.txt-box1 .icon {
  background-color: #00A8AE;
}

.ui-tab_content .fade {
  display: none;
}

.ui-tab_content .fade.active {
  display: block;
  opacity: 1;
}

.box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
@media (max-width: 767px) {
  .box-list {
    gap: 5px 10px;
  }
}
.box-list > li {
  border: 1px solid #D9DAE1;
  border-radius: 7px;
  padding: 10px;
  text-align: center;
  color: #444;
}
.box-list.col5 > li {
  width: calc(20% - 16px);
}
@media (max-width: 767px) {
  .box-list.col5 > li {
    width: calc(25% - 7.5px);
  }
}
@media (max-width: 500px) {
  .box-list.col5 > li {
    width: calc(33.33% - 6.66px);
  }
}
@media (max-width: 390px) {
  .box-list.col5 > li {
    width: calc(50% - 5px);
  }
}

.ready-box {
  padding: 247px 30px 260px;
  background: #F7F9FB;
  text-align: center;
}
@media (max-width: 1240px) {
  .ready-box {
    padding: 210px 30px 220px;
  }
}
@media (max-width: 1024px) {
  .ready-box {
    padding: 180px 30px 190px;
  }
}
@media (max-width: 767px) {
  .ready-box {
    padding: 150px 30px 160px;
  }
}
@media (max-width: 500px) {
  .ready-box {
    padding: 120px 30px 130px;
  }
}
@media (max-width: 390px) {
  .ready-box {
    padding: 100px 30px 105px;
  }
}
.ready-box strong {
  margin-top: 35px;
  display: block;
  font-family: "GmarketSans";
  font-size: 30px;
  letter-spacing: 0;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .ready-box strong {
    margin-top: 30px;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .ready-box strong {
    margin-top: 25px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .ready-box strong {
    margin-top: 20px;
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .ready-box strong {
    margin-top: 15px;
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .ready-box strong {
    margin-top: 12px;
    font-size: 20px;
  }
}
.ready-box strong b {
  color: #009761;
  font-family: "GmarketSans";
  line-height: 1.3;
}
.ready-box p {
  margin-top: 18px;
  color: #444;
  line-height: 22px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .ready-box p {
    margin-top: 10px;
  }
}

.location_se04a .map_box {
  border: none;
}
.location_se04a .map_box .ui-map {
  height: 527px;
  border: 1px solid #D0D0D0;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1240px) {
  .location_se04a .map_box .ui-map {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .location_se04a .map_box .ui-map {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .location_se04a .map_box .ui-map {
    height: 450px;
  }
}
@media (max-width: 500px) {
  .location_se04a .map_box .ui-map {
    height: 400px;
  }
}
@media (max-width: 390px) {
  .location_se04a .map_box .ui-map {
    height: 360px;
  }
}
.location_se04a .map_box .map_info {
  min-height: 180px;
  padding: 42px 180px 42px 42px;
  background: #1D2D4A;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .location_se04a .map_box .map_info {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .location_se04a .map_box .map_info {
    padding: 30px;
  }
}
.location_se04a .map_box .map_info strong {
  font-family: "GmarketSans";
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .location_se04a .map_box .map_info strong {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .location_se04a .map_box .map_info strong {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .location_se04a .map_box .map_info strong {
    font-size: 20px;
  }
}
.location_se04a .map_box .map_info .map_lst {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 100px;
}
.location_se04a .map_box .map_info .map_lst > li {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .location_se04a .map_box .map_info .map_lst > li {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .location_se04a .map_box .map_info .map_lst > li {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .location_se04a .map_box .map_info .map_lst > li {
    flex-direction: column;
    gap: 0;
    font-size: 15px;
  }
}
.location_se04a .map_box .map_info .map_lst > li em {
  flex-shrink: 0;
  position: relative;
  left: auto;
  top: auto;
}
@media (max-width: 460px) {
  .location_se04a .map_box .map_info .map_lst > li em {
    width: auto;
  }
}
.location_se04a .map_box .map_info .map_lst > li em .ico {
  width: 20px;
  height: 20px;
  background-color: #00A8AE;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.location_se04a .map_box .map_info .map_lst > li em .ico.ico1 {
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0.626953C1.9 0.626953 0 2.32695 0 4.42695C0 6.52695 1.735 8.77805 4 12.373C6.265 8.77805 8 6.52695 8 4.42695C8 2.32695 6.1 0.626953 4 0.626953ZM4 6.12695C3.17 6.12695 2.5 5.45695 2.5 4.62695C2.5 3.79695 3.17 3.12695 4 3.12695C4.83 3.12695 5.5 3.79695 5.5 4.62695C5.5 5.45695 4.83 6.12695 4 6.12695Z' fill='white'/%3E%3C/svg%3E%0A");
}
.location_se04a .map_box .map_info .map_lst > li em .ico.ico2 {
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2059_2830)'%3E%3Cpath d='M7.99954 11.81L6.23954 8.41C6.23954 8.41 5.25454 8.895 5.20954 8.915C4.08954 9.46 1.80954 5.005 2.90454 4.42L3.94454 3.905L2.19954 0.5L1.14454 1.02C-2.45546 2.9 3.25954 14.01 6.94454 12.325C7.00454 12.295 7.99454 11.81 7.99954 11.81Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2059_2830'%3E%3Crect width='8' height='12' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.location_se04a .map_box .map_info .map_button {
  right: 42px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .location_se04a .map_box .map_info .map_button {
    right: auto;
  }
}
.location_se04a .map_box .map_info .map_button a {
  width: 96px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  color: #1D2D4A;
}
@media (max-width: 767px) {
  .location_se04a .map_box .map_info .map_button a {
    width: 100%;
    padding: 15px 10px;
    aspect-ratio: initial;
  }
}
.location_se04a .map_box .map_info .map_button a .ico_local {
  width: 30px;
  aspect-ratio: 1;
  height: auto;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85893 22.1052C5.93023 22.7748 4.7373 23.6997 4.7373 24.7213C4.7373 26.7646 9.509 28.421 15.3952 28.421C21.2814 28.421 26.0531 26.7646 26.0531 24.7213C26.0531 23.6997 24.8602 22.7748 22.9315 22.1052' stroke='%231D2D4A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2305 23.3223C15.2305 23.3223 23.3555 15.6439 23.3555 9.50498C23.3555 5.12751 19.7178 1.57886 15.2305 1.57886C10.7432 1.57886 7.10547 5.12751 7.10547 9.50498C7.10547 15.6439 15.2305 23.3223 15.2305 23.3223Z' stroke='%231D2D4A' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M15 12.9604C16.7259 12.9604 18.125 11.5613 18.125 9.83545C18.125 8.10957 16.7259 6.71045 15 6.71045C13.2741 6.71045 11.875 8.10957 11.875 9.83545C11.875 11.5613 13.2741 12.9604 15 12.9604Z' stroke='%231D2D4A' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .location_se04a .map_box .map_info .map_button a .ico_local {
    display: inline-block;
    width: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
}
.location_se04a .map_box .map_info .map_button a:hover, .location_se04a .map_box .map_info .map_button a:focus {
  color: #fff;
  background-color: #00A8AE;
}
.location_se04a .map_box .map_info .map_button a:hover .ico_local, .location_se04a .map_box .map_info .map_button a:focus .ico_local {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85893 22.1052C5.93023 22.7748 4.7373 23.6997 4.7373 24.7213C4.7373 26.7646 9.509 28.421 15.3952 28.421C21.2814 28.421 26.0531 26.7646 26.0531 24.7213C26.0531 23.6997 24.8602 22.7748 22.9315 22.1052' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2305 23.3223C15.2305 23.3223 23.3555 15.6439 23.3555 9.50498C23.3555 5.12751 19.7178 1.57886 15.2305 1.57886C10.7432 1.57886 7.10547 5.12751 7.10547 9.50498C7.10547 15.6439 15.2305 23.3223 15.2305 23.3223Z' stroke='white' stroke-width='2.5' stroke-linejoin='round'/%3E%3Cpath d='M15 12.9604C16.7259 12.9604 18.125 11.5613 18.125 9.83545C18.125 8.10957 16.7259 6.71045 15 6.71045C13.2741 6.71045 11.875 8.10957 11.875 9.83545C11.875 11.5613 13.2741 12.9604 15 12.9604Z' stroke='white' stroke-width='2.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.location_conbox_type01 {
  border-color: #1D2D4A;
}
.location_conbox_type01 .cont_box {
  display: flex;
  align-items: center;
  min-height: 146px;
  padding: 30px 30px 30px 111px;
  border-bottom: 1px dashed #EAEBEF;
}
@media (max-width: 767px) {
  .location_conbox_type01 .cont_box {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 5.216%;
  }
}
.location_conbox_type01 .cont_box:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}
.location_conbox_type01 .cont_box .icon_box {
  left: 0;
  top: 30px;
  width: 86px;
  aspect-ratio: 1;
  border-radius: 20px;
  background-color: #F9F9FA;
}
@media (max-width: 767px) {
  .location_conbox_type01 .cont_box .icon_box {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 20px;
  }
}
.location_conbox_type01 .cont_box .icon_box .ir-icon__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
}
.location_conbox_type01 .cont_box .cont_txt strong {
  display: block;
  color: #444;
}
.location_conbox_type01 .cont_box .cont_txt .tit {
  padding: 8px 12px;
  border: 2px solid #DBDBDB;
  border-radius: 5px;
  font-size: 15px;
  color: #222;
  line-height: 1;
}

.landing_se05a {
  border-radius: 20px;
  border: none;
  background: #F9F9FA;
}
.landing_se05a .landing-top {
  padding: 9.655% 130px 25px;
}
@media (max-width: 500px) {
  .landing_se05a .landing-top {
    padding: 60px 30px 20px;
  }
}
.landing_se05a .landing-top::before {
  display: none;
}
.landing_se05a .landing-top em {
  display: block;
  margin-bottom: 12px;
  font-family: "GmarketSans";
  font-size: 15px;
  color: #444;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.landing_se05a .landing-top strong {
  font-family: "GmarketSans";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #222;
}
@media (max-width: 1024px) {
  .landing_se05a .landing-top strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .landing_se05a .landing-top strong {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .landing_se05a .landing-top strong {
    font-size: 26px;
  }
}
@media (max-width: 390px) {
  .landing_se05a .landing-top strong {
    font-size: 24px;
  }
}
.landing_se05a .landing-img {
  width: 530px;
  max-width: calc(100% - 60px);
  height: 308px;
  background: none;
  box-shadow: 2px 8px 25px 0px rgba(0, 51, 20, 0.2);
}
@media (max-width: 390px) {
  .landing_se05a .landing-img {
    max-width: calc(100% - 40px);
  }
}
.landing_se05a .landing-img::before {
  left: 5px;
  top: -107px;
  bottom: auto;
  width: 141px;
  height: 204px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='141' height='204' viewBox='0 0 141 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M116.5 85.3721L134.694 84.805L133.442 61.9574L111.851 61.3904' fill='%23FFD5CA'/%3E%3Cpath d='M87.8511 48.6628C92.1533 49.4394 95.3531 50.1821 97.5057 51.2669C102.748 53.914 109.448 51.9356 113.846 55.8432C116.628 58.3147 117.438 65.6583 119.831 68.4781C122.324 71.418 126.055 59.4272 128.079 62.7615C122.579 69.1468 116.293 89.9882 116.293 89.9882L92.4542 88.5214' fill='%23CC4D41'/%3E%3Cpath d='M87.8511 48.6628C92.1533 49.4394 95.3531 50.1821 97.5057 51.2669C102.748 53.914 109.448 51.9356 113.846 55.8432C116.628 58.3147 119.017 66.5058 121.409 69.3255C122.84 71.0112 120.558 77.4581 118.682 82.737C117.288 86.6662 116.293 89.9882 116.293 89.9882L92.4542 88.5214' fill='%23E64242'/%3E%3Cmask id='mask0_2053_5898' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='87' y='48' width='35' height='42'%3E%3Cpath d='M87.8511 48.6628C92.1533 49.4394 95.3531 50.1821 97.5057 51.2669C102.748 53.914 109.448 51.9356 113.846 55.8432C116.628 58.3147 119.017 66.5058 121.409 69.3255C122.84 71.0112 120.558 77.4581 118.682 82.737C117.288 86.6662 116.293 89.9882 116.293 89.9882L92.4542 88.5214' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2053_5898)'%3E%3Cpath d='M141.582 71.4829C128.292 70.9313 114.912 69.4798 101.812 67.1747C100.749 66.9867 99.4258 66.7556 98.437 65.9266L98.8424 65.4397C99.6377 66.1053 100.706 66.3365 101.922 66.5491C114.995 68.8511 128.347 70.2964 141.61 70.8481L141.585 71.4798L141.582 71.4829Z' fill='%238F362E'/%3E%3Cpath d='M138.434 62.1946C125.144 61.6429 111.764 60.1915 98.6639 57.8864C97.6014 57.6984 96.2779 57.4672 95.2891 56.6383L95.6944 56.1514C96.4898 56.817 97.5615 57.0481 98.7744 57.2608C111.847 59.5628 125.199 61.0081 138.462 61.5597L138.437 62.1915L138.434 62.1946Z' fill='%238F362E'/%3E%3Cpath d='M130.8 77.6985C124.109 77.6985 116.807 77.039 108.141 75.6677C102.395 74.7586 96.6067 73.6307 90.938 72.3148L91.0792 71.6985C96.7326 73.0113 102.506 74.1361 108.236 75.0421C118.419 76.6538 126.713 77.2763 134.335 77.0021L134.356 77.6338C133.186 77.677 132.001 77.6985 130.797 77.6985H130.8Z' fill='%238F362E'/%3E%3Cpath d='M128.706 84.355C125.423 84.355 122.128 84.2749 118.86 84.0315C114.767 83.7264 110.637 83.1593 106.642 82.6077C103 82.1054 99.2349 81.5877 95.5161 81.2734L95.5683 80.6416C99.3024 80.959 103.076 81.4767 106.728 81.9791C110.714 82.5276 114.832 83.0946 118.907 83.3997C125.383 83.8835 131.991 83.7202 138.385 83.5661L138.4 84.1979C135.21 84.2749 131.964 84.355 128.706 84.355Z' fill='%238F362E'/%3E%3Cpath d='M112.203 94.1795L110.646 93.9268C111.328 89.6925 111.371 85.3874 111.313 81.3658C111.156 70.5738 110.204 59.7016 108.481 49.0513L110.038 48.7986C111.773 59.5259 112.731 70.4782 112.888 81.3443C112.946 85.4367 112.906 89.8251 112.203 94.1795Z' fill='%238F362E'/%3E%3C/g%3E%3Cpath d='M33.7193 96.9126L25.9347 105.745L42.8119 126.241L42.0381 139.532C42.0381 139.532 16.2463 128.851 1.55549 109.227C0.674165 108.05 0.58204 106.524 1.28219 105.144L14.0445 82.9648' fill='%23FFD5CA'/%3E%3Cpath d='M61.0313 47.8157C61.0313 47.8157 41.8417 50.2779 30.6117 57.8866C19.3817 65.4922 9.93896 86.1087 9.93896 86.1087L32.5893 99.5017L50.5444 78.6264' fill='%23CC4D41'/%3E%3Cpath d='M61.0313 47.8157C61.0313 47.8157 41.8417 50.2779 30.6117 57.8866C19.3817 65.4922 9.93896 86.1087 9.93896 86.1087L32.5893 99.5017L50.5444 78.6264' fill='%23E64242'/%3E%3Cmask id='mask1_2053_5898' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='9' y='47' width='53' height='53'%3E%3Cpath d='M61.0313 47.8157C61.0313 47.8157 41.8417 50.2779 30.6117 57.8866C19.3817 65.4922 9.93896 86.1087 9.93896 86.1087L32.5893 99.5017L50.5444 78.6264' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_2053_5898)'%3E%3Cpath d='M11.9693 95.0422L11.3735 94.8358C15.8692 81.0021 22.6097 69.9511 31.4014 61.9942C36.2994 57.5597 41.8821 54.0435 47.99 51.5381L48.2295 52.1236C42.1892 54.5982 36.6709 58.0774 31.8252 62.4627C23.2791 70.1977 16.6861 80.8942 12.2272 94.2626L12.2518 94.2718L11.9693 95.0422Z' fill='%238F362E'/%3E%3Cpath d='M23.4903 106.469L22.8945 106.263C27.3902 92.4291 34.1307 81.3782 42.9224 73.4212C47.8204 68.9867 53.4031 65.4705 59.511 62.9651L59.7505 63.5506C53.7102 66.0252 48.1919 69.5044 43.3462 73.8897C34.8001 81.6247 28.207 92.3212 23.7482 105.69L23.7728 105.699L23.4903 106.469Z' fill='%238F362E'/%3E%3Cpath d='M18.0056 99.7446L16.5132 99.2269C21.0365 85.3131 27.8199 74.1944 36.6762 66.1789C41.6171 61.7074 47.2429 58.1604 53.4029 55.6365L53.9987 57.1034C48.0106 59.5595 42.5384 63.0079 37.7325 67.3561C29.2448 75.0388 22.6947 85.6706 18.2635 98.965L18.2881 98.9742L18.0056 99.7446Z' fill='%238F362E'/%3E%3Cpath d='M45.4503 80.9097L45.1371 80.6046C37.6934 73.3504 29.9949 65.8495 23.1193 57.8002C22.3669 56.9219 21.6023 56.0251 20.5981 55.5752L20.8561 54.9958C21.9892 55.5043 22.803 56.4566 23.5891 57.3749C30.4555 65.415 38.1448 72.9066 45.5762 80.1486L45.8894 80.4536L45.4503 80.9067V80.9097Z' fill='%238F362E'/%3E%3Cpath d='M44.7805 88.9187C35.218 80.6105 25.2778 72.4872 15.2393 64.7706L15.6231 64.2683C25.6708 71.991 35.6203 80.1267 45.192 88.441L44.7805 88.9187Z' fill='%238F362E'/%3E%3Cpath d='M41.3781 95.902C35.6725 91.8095 29.7735 87.5814 23.5152 84.1607C22.8519 83.7971 22.1824 83.4427 21.5099 83.0852C17.6683 81.0452 13.6978 78.9373 10.9248 75.5259L11.4131 75.1252C14.1062 78.4381 18.0184 80.5151 21.8047 82.5274C22.4803 82.8849 23.1528 83.2424 23.8161 83.606C30.1082 87.0452 36.0226 91.2856 41.7435 95.3873L41.3751 95.902H41.3781Z' fill='%238F362E'/%3E%3C/g%3E%3Cpath d='M9.04222 91.6523L28.3945 102.953L25.9317 105.745L41.163 124.032L38.5651 137.813C38.5651 137.813 9.23261 124.608 0.867703 108.146C0.33338 107.098 0.379442 105.847 0.993606 104.845C3.19538 101.252 8.5816 92.4536 9.04222 91.6523Z' fill='%23BCC2CF'/%3E%3Cpath d='M74.8321 33.1466C94.8886 33.1466 111.148 27.6236 111.148 20.8106C111.148 13.9976 94.8886 8.47461 74.8321 8.47461C54.7756 8.47461 38.5166 13.9976 38.5166 20.8106C38.5166 27.6236 54.7756 33.1466 74.8321 33.1466Z' fill='%23D1943C'/%3E%3Cpath d='M77.9422 37.6797C79.5329 37.4023 80.8502 36.3052 82.011 35.1773C83.4236 33.8121 84.7471 32.3237 85.6868 30.5979C86.6264 28.8691 87.1638 26.8783 86.9305 24.9246C89.771 25.5101 92.3351 26.9924 94.844 28.4562C95.237 28.6842 95.6454 28.9308 95.885 29.316C96.1122 29.6858 96.1583 30.1357 96.1767 30.5671C96.2934 33.2883 95.5687 35.9693 94.8409 38.5918C94.3219 40.4532 93.7815 42.3515 92.7036 43.954C91.8131 45.2791 90.597 46.3423 89.3933 47.387C88.429 48.2283 87.4556 49.0726 86.3593 49.7321C84.9467 50.5827 83.3652 51.1066 81.7868 51.5688C79.1398 52.3423 76.4467 52.9679 73.729 53.4425' fill='%23D3D3D3'/%3E%3Cpath d='M74.3097 26.4778C82.0738 26.4778 88.3679 20.5506 88.3679 13.2389C88.3679 5.92727 82.0738 0 74.3097 0C66.5455 0 60.2515 5.92727 60.2515 13.2389C60.2515 20.5506 66.5455 26.4778 74.3097 26.4778Z' fill='%23D1943C'/%3E%3Cpath d='M74.8319 31.2574C85.0162 31.2574 93.2721 26.5801 93.2721 20.8104C93.2721 15.0408 85.0162 10.3635 74.8319 10.3635C64.6476 10.3635 56.3916 15.0408 56.3916 20.8104C56.3916 26.5801 64.6476 31.2574 74.8319 31.2574Z' fill='%23B58034'/%3E%3Cpath d='M106.049 131.677L84.5074 136.078L88.9509 136.475L72.1074 140.266L81.5655 203.616H107.922L106.049 131.677Z' fill='%23015470'/%3E%3Cpath d='M78.6581 142.414L41.4121 139.079L42.493 203.616H73.8338L83.9276 136.713L78.6581 142.414Z' fill='%23016B91'/%3E%3Cpath d='M88.4414 48.5398C89.4763 48.851 96.2659 51.7324 96.2659 51.7324C102.211 57.0514 104.029 61.3442 106.347 68.4875C108.859 76.2287 109.099 80.9468 109.507 89.0115C109.845 95.6526 109.925 105.591 109.437 112.207C108.973 118.482 109.28 124.784 108.515 131.04C108.405 131.933 106.928 146.71 106.768 147.409C105.807 151.588 94.8871 154.248 88.3677 154.824C86.7095 154.972 85.5886 146.46 83.9273 146.577C83.1289 146.633 81.9159 155.795 80.9978 155.764C76.5512 155.613 49.0459 154.581 41.3289 151.379C40.9266 151.212 41.2337 141.255 41.1723 140.882C40.7547 138.386 40.7301 128.368 40.4138 126.297C37.862 109.588 37.604 96.7651 36.1699 81.9514C35.5681 75.7418 36.3327 72.392 37.5764 66.2595C38.8201 60.1269 53.2959 49.3872 61.0313 47.8125' fill='%23E64242'/%3E%3Cpath d='M83.9984 30.5241C83.7005 39.1344 83.8755 42.1452 84.4774 50.7369C84.502 51.0975 62.5978 51.9357 62.911 50.2839C64.4342 42.2222 64.5877 36.8508 66.0771 28.9802' fill='%23FFD5CA'/%3E%3Cpath d='M84.5078 26.025C83.8138 28.29 82.5793 30.3362 81.1299 32.1452C80.5833 32.8262 79.9968 33.4857 79.2843 33.9511C78.6517 34.3609 77.9393 34.6075 77.2238 34.7831C74.2144 35.5258 71.03 35.0944 68.168 33.9048C67.3112 33.5504 66.4637 33.1159 65.7942 32.438C65.0234 31.6552 64.5444 30.6013 64.1544 29.5381C63.1226 26.7307 62.6313 23.726 62.6712 20.7337C62.708 18.0095 63.0796 15.7414 65.1432 13.7444C65.1616 13.726 65.1801 13.7075 65.2015 13.689C69.2581 9.84612 75.9893 10.0187 80.8443 11.5071C82.7697 12.0988 84.7289 13.0018 85.8375 14.6874C86.1599 15.1805 86.3994 15.7229 86.6113 16.2745C88.3248 20.743 87.3575 26.2684 85.4198 30.6444' fill='%23242424'/%3E%3Cpath d='M70.3575 16.5672C70.2593 16.6073 70.1579 16.6504 70.0597 16.6936C67.8303 17.6581 65.9908 19.2236 65.2784 21.6242C64.8915 22.9216 64.7963 24.293 64.7379 25.6397C64.569 29.5195 65.0788 33.3994 65.8526 37.1929C66.2488 39.1313 66.8046 41.2084 68.4966 42.4873C70.1119 43.7076 72.4058 43.9172 74.5246 43.8001C76.5176 43.6922 78.5689 43.3193 80.1719 42.2592C82.1433 40.9587 83.1567 38.8108 83.7494 36.6968C84.6737 33.387 84.775 29.9479 84.8702 26.5426C84.9654 23.1589 85.2787 22.8415 83.691 19.6828C83.1137 18.5364 82.3952 17.729 81.3326 17.0017C80.3223 16.3083 78.8852 15.8461 77.6845 15.6766C75.2217 15.3253 72.6637 15.6365 70.3575 16.5703V16.5672Z' fill='%23FFD5CA'/%3E%3Cpath d='M78.5405 25.6274C78.5405 26.0989 78.9213 26.4779 79.3881 26.4779C79.8548 26.4779 80.2356 26.0958 80.2356 25.6274C80.2356 25.159 79.8548 24.7769 79.3881 24.7769C78.9213 24.7769 78.5405 25.159 78.5405 25.6274Z' fill='%231C1C1C'/%3E%3Cpath d='M69.1475 25.6274C69.1475 26.0989 69.5282 26.4779 69.995 26.4779C70.4618 26.4779 70.8426 26.0958 70.8426 25.6274C70.8426 25.159 70.4618 24.7769 69.995 24.7769C69.5282 24.7769 69.1475 25.159 69.1475 25.6274Z' fill='%231C1C1C'/%3E%3Cpath d='M75.9192 30.3115C75.2252 30.3546 74.6663 30.3238 73.656 30.1328L73.4165 30.0865L73.4472 29.8431C73.7052 27.7629 74.0614 25.6674 74.5036 23.6181C74.5343 23.4763 74.6725 23.39 74.8137 23.4178C74.955 23.4486 75.044 23.5873 75.0133 23.729C74.5926 25.6828 74.2487 27.6797 73.9938 29.6643C75.1669 29.8677 75.6551 29.8215 76.8374 29.7106L77.1752 29.6798C77.3042 29.6643 77.4454 29.7722 77.4577 29.914C77.47 30.0588 77.3656 30.1851 77.2243 30.1975L76.8865 30.2283C76.515 30.2622 76.2048 30.293 75.9192 30.3115Z' fill='%23916960'/%3E%3Cpath d='M69.4757 30.8508C69.4757 30.8508 76.4311 31.9787 80.9913 31.612C80.9913 31.612 81.3966 38.1082 74.6746 37.3039C67.9526 36.4965 69.4726 30.8508 69.4726 30.8508H69.4757Z' fill='white'/%3E%3Cmask id='mask2_2053_5898' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='35' y='47' width='75' height='109'%3E%3Cpath d='M88.4414 48.5398C89.4763 48.851 96.2659 51.7324 96.2659 51.7324C102.211 57.0514 104.029 61.3442 106.347 68.4875C108.859 76.2287 109.099 80.9468 109.507 89.0115C109.845 95.6526 109.925 105.591 109.437 112.207C108.973 118.482 109.28 124.784 108.515 131.04C108.405 131.933 106.928 146.71 106.768 147.409C105.807 151.588 94.8871 154.248 88.3677 154.824C86.7095 154.972 85.5886 146.46 83.9273 146.577C83.1289 146.633 81.9159 155.795 80.9978 155.764C76.5512 155.613 49.0459 154.581 41.3289 151.379C40.9266 151.212 41.2337 141.255 41.1723 140.882C40.7547 138.386 40.7301 128.368 40.4138 126.297C37.862 109.588 37.604 96.7651 36.1699 81.9514C35.5681 75.7418 36.3327 72.392 37.5764 66.2595C38.8201 60.1269 53.2959 49.3872 61.0313 47.8125' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_2053_5898)'%3E%3Cpath d='M81.2095 69.748C67.747 69.748 53.9468 68.4783 39.1577 66.9498C38.6418 66.8974 38.1167 66.8604 37.61 66.8265C35.8842 66.7094 34.097 66.5862 32.4111 65.748L32.6906 65.1809C34.2628 65.9637 35.9088 66.0777 37.65 66.1948C38.1628 66.2287 38.691 66.2657 39.2191 66.3212C61.1786 68.5893 80.9577 70.2873 100.66 68.0962C105.543 67.5538 111.884 66.5769 117.663 63.8342L117.933 64.4074C112.071 67.1902 105.662 68.1763 100.731 68.7249C94.2544 69.446 87.7688 69.748 81.2065 69.748H81.2095Z' fill='%238F362E'/%3E%3Cpath d='M81.2099 86.2349C67.7474 86.2349 53.9471 84.9652 39.1611 83.4398C38.6452 83.3874 38.1201 83.3504 37.6134 83.3165C35.8876 83.1994 34.1004 83.0762 32.4146 82.2379L32.694 81.6709C34.2663 82.4537 35.9122 82.5677 37.6534 82.6848C38.1662 82.7187 38.6944 82.7557 39.2226 82.8111C61.182 85.0793 80.9611 86.7773 100.664 84.5862C105.546 84.0438 111.887 83.0669 117.667 80.3242L117.937 80.8974C112.075 83.6802 105.666 84.6663 100.734 85.2149C94.2578 85.936 87.7722 86.238 81.2099 86.238V86.2349Z' fill='%238F362E'/%3E%3Cpath d='M81.4921 77.7265C75.94 77.7265 70.0164 77.5108 63.4848 77.0794C51.137 76.2627 41.6635 75.3012 32.7612 73.9638L32.9946 72.3983C41.8509 73.7296 51.2844 74.6849 63.5861 75.5015C75.6606 76.3028 85.6469 76.3552 95.019 75.671C97.0304 75.5231 99.0295 75.3413 100.967 75.1256C105.813 74.5863 112.105 73.6186 117.82 70.9067L118.495 72.3366C112.572 75.1502 106.111 76.1456 101.142 76.6972C99.1861 76.916 97.1655 77.1009 95.1326 77.2488C90.7659 77.5663 86.2641 77.7265 81.489 77.7265H81.4921Z' fill='%238F362E'/%3E%3Cpath d='M81.2095 105.268C67.747 105.268 53.9468 103.998 39.1577 102.469C38.6418 102.417 38.1167 102.38 37.61 102.346C35.8842 102.229 34.097 102.106 32.4111 101.267L32.6906 100.7C34.2628 101.483 35.9088 101.597 37.65 101.714C38.1628 101.748 38.691 101.785 39.2191 101.841C61.1786 104.109 80.9577 105.807 100.66 103.616C105.543 103.073 111.884 102.096 117.663 99.3538L117.933 99.927C112.071 102.71 105.662 103.696 100.731 104.244C94.2544 104.966 87.7688 105.268 81.2065 105.268H81.2095Z' fill='%238F362E'/%3E%3Cpath d='M81.4921 96.759C75.94 96.759 70.0164 96.5433 63.4848 96.1118C51.1339 95.2921 41.6605 94.3337 32.7612 92.9962L32.9946 91.4307C41.8478 92.762 51.2844 93.7174 63.5861 94.534C75.6606 95.3352 85.6469 95.3876 95.019 94.7035C97.0273 94.5556 99.0295 94.3738 100.967 94.158C105.813 93.6187 112.105 92.6511 117.82 89.9392L118.495 91.3691C112.572 94.1827 106.111 95.1781 101.142 95.7297C99.1831 95.9485 97.1625 96.1334 95.1326 96.2813C90.7659 96.5987 86.2641 96.759 81.489 96.759H81.4921Z' fill='%238F362E'/%3E%3Cpath d='M81.2097 124.3C67.7473 124.3 53.947 123.03 39.161 121.505C38.6451 121.452 38.12 121.415 37.6133 121.381C35.8875 121.264 34.1003 121.141 32.4175 120.303L32.6969 119.736C34.2692 120.519 35.9151 120.633 37.6563 120.75C38.1691 120.784 38.6973 120.821 39.2255 120.876C61.1849 123.144 80.9641 124.842 100.666 122.651C105.549 122.109 111.89 121.132 117.67 118.389L117.94 118.962C112.078 121.745 105.669 122.731 100.737 123.28C94.2607 124.001 87.7751 124.303 81.2128 124.303L81.2097 124.3Z' fill='%238F362E'/%3E%3Cpath d='M81.4921 115.791C75.94 115.791 70.0133 115.576 63.4848 115.144C51.137 114.325 41.6605 113.366 32.7612 112.029L32.9946 110.463C41.8509 111.795 51.2844 112.75 63.5861 113.566C75.6606 114.365 85.6469 114.42 95.019 113.736C97.0304 113.588 99.0326 113.406 100.967 113.191C105.813 112.651 112.105 111.684 117.82 108.972L118.495 110.402C112.572 113.215 106.111 114.211 101.142 114.762C99.1861 114.981 97.1655 115.166 95.1326 115.314C90.7659 115.631 86.2641 115.791 81.489 115.791H81.4921Z' fill='%238F362E'/%3E%3Cpath d='M81.2099 143.332C67.7474 143.332 53.9471 142.063 39.1611 140.534C38.6452 140.482 38.1201 140.445 37.6134 140.411C35.8876 140.294 34.1004 140.171 32.4146 139.332L32.694 138.765C34.2663 139.548 35.9122 139.662 37.6534 139.779C38.1662 139.813 38.6944 139.85 39.2226 139.906C61.1789 142.174 80.9611 143.872 100.664 141.681C105.546 141.138 111.887 140.161 117.667 137.419L117.937 137.992C112.075 140.775 105.666 141.761 100.734 142.309C94.2578 143.03 87.7722 143.332 81.2099 143.332Z' fill='%238F362E'/%3E%3Cpath d='M81.4921 134.824C75.94 134.824 70.0164 134.608 63.4848 134.177C51.137 133.36 41.6635 132.399 32.7612 131.061L32.9946 129.496C41.8509 130.827 51.2844 131.782 63.5861 132.599C75.6606 133.4 85.6469 133.453 95.019 132.772C97.0304 132.624 99.0295 132.442 100.967 132.226C105.813 131.687 112.105 130.719 117.82 128.007L118.495 129.437C112.572 132.251 106.111 133.246 101.142 133.798C99.1861 134.017 97.1655 134.202 95.1326 134.349C90.7659 134.667 86.2641 134.827 81.489 134.827L81.4921 134.824Z' fill='%238F362E'/%3E%3Cpath d='M81.4921 153.856C75.94 153.856 70.0164 153.641 63.4848 153.209C51.1339 152.39 41.6605 151.431 32.7612 150.094L32.9946 148.528C41.8478 149.86 51.2844 150.815 63.5861 151.632C75.6606 152.433 85.6469 152.485 95.019 151.804C97.0273 151.656 99.0295 151.474 100.967 151.259C105.813 150.719 112.105 149.752 117.82 147.04L118.495 148.47C112.572 151.283 106.111 152.279 101.142 152.83C99.1831 153.049 97.1625 153.234 95.1326 153.382C90.7659 153.699 86.2641 153.86 81.489 153.86L81.4921 153.856Z' fill='%238F362E'/%3E%3Cpath d='M85.2729 163.52H84.6403C84.6895 146.608 83.5256 132.747 82.1775 116.694C81.9871 114.417 81.7906 112.096 81.5941 109.711C80.9124 101.431 78.8549 91.7449 76.865 82.3766C75.4125 75.5384 74.0399 69.0791 73.1831 63.1962L73.8065 63.1038C74.6602 68.9682 76.0328 75.4182 77.4823 82.2441C79.4752 91.6309 81.5388 101.335 82.2205 109.659C82.4171 112.041 82.6105 114.365 82.804 116.642C84.1521 132.707 85.319 146.584 85.2668 163.52H85.2729Z' fill='%238F362E'/%3E%3Cpath d='M67.351 168.322L66.7276 168.226C72.4424 130.155 68.696 91.2733 65.0693 53.6737L65.6989 53.6121C69.3286 91.2518 73.078 130.173 67.351 168.322Z' fill='%238F362E'/%3E%3Cpath d='M56.0631 157.625C55.1726 121.6 55.6547 85.0886 57.4972 49.1038L58.1267 49.1377C56.2842 85.1071 55.8021 121.603 56.6926 157.61L56.0631 157.625Z' fill='%238F362E'/%3E%3Cpath d='M45.8835 163.459C45.8098 160.839 45.7453 158.217 45.6808 155.597C44.821 121.101 43.9305 85.4335 48.6565 50.6135L49.2829 50.6998C44.5661 85.4705 45.4536 121.11 46.3134 155.579C46.3779 158.201 46.4455 160.824 46.5161 163.443L45.8866 163.462L45.8835 163.459Z' fill='%238F362E'/%3E%3Cpath d='M91.0953 164.559C90.6194 154.448 90.6531 144.155 90.6839 134.199C90.7238 122.134 90.7637 109.662 89.8977 97.434C88.8137 82.118 86.2926 66.8236 82.4019 51.973L83.013 51.8127C86.9129 66.7004 89.4433 82.0348 90.5272 97.3878C91.3932 109.637 91.3533 122.124 91.3164 134.199C91.2857 144.146 91.252 154.43 91.7249 164.525L91.0953 164.556V164.559Z' fill='%238F362E'/%3E%3Cpath d='M102.893 160.932H102.26V143.209C102.267 134.208 102.267 124.898 101.987 115.751C101.533 100.882 100.289 85.141 98.2868 68.9621C97.3963 61.7664 96.2447 53.4397 93.8096 45.6769L94.4115 45.4858C96.862 53.301 98.0197 61.6616 98.9133 68.882C100.915 85.0824 102.162 100.842 102.617 115.73C102.896 124.889 102.896 134.201 102.893 143.206V160.929V160.932Z' fill='%238F362E'/%3E%3C/g%3E%3Cpath d='M65.2446 25.8246C65.3091 25.615 65.174 25.3993 65.0327 25.2329C64.7748 24.9216 64.483 24.6412 64.1883 24.3638C63.7338 23.9293 63.181 23.3715 62.5177 23.3438C61.8176 23.3161 61.2065 23.8554 60.8779 24.4316C60.58 24.9555 60.4511 25.5626 60.3682 26.1605C60.1317 27.8492 60.5585 29.2298 61.8729 30.3331C63.0183 31.2976 64.48 31.917 65.9263 32.2529' fill='%23FFD5CA'/%3E%3Cpath d='M84.2164 26.3391C84.1519 26.1295 84.287 25.9138 84.4283 25.7474C84.6862 25.4361 84.978 25.1557 85.2728 24.8783C85.7272 24.4438 86.28 23.886 86.9433 23.8614C87.6434 23.8336 88.2545 24.3729 88.5831 24.9492C88.881 25.4731 89.0099 26.0802 89.0929 26.678C89.3293 28.3668 88.9025 29.7474 87.5882 30.8506C86.4427 31.8152 84.981 32.4346 83.5347 32.7705' fill='%23FFD5CA'/%3E%3Cpath d='M78.3938 23.122C78.1113 23.122 77.8564 22.9248 77.795 22.6351C77.7243 22.3023 77.9332 21.9756 78.2648 21.9017C79.3887 21.6582 80.5341 21.6212 81.6703 21.8C82.0051 21.8524 82.2354 22.1667 82.1832 22.5026C82.131 22.8385 81.8177 23.0696 81.483 23.0172C80.4973 22.8632 79.5023 22.894 78.5258 23.1066C78.4828 23.1159 78.4368 23.122 78.3938 23.122Z' fill='%236E5852'/%3E%3Cpath d='M72.0398 22.869C71.9999 22.869 71.9569 22.8659 71.917 22.8567C70.9374 22.6563 69.9424 22.6409 68.9598 22.8043C68.6251 22.8597 68.3088 22.6348 68.2535 22.2989C68.1982 21.963 68.4224 21.6456 68.7571 21.5901C69.8902 21.399 71.0356 21.4175 72.1626 21.6486C72.4943 21.7164 72.7092 22.0431 72.6417 22.3759C72.5833 22.6687 72.3254 22.869 72.0398 22.869Z' fill='%236E5852'/%3E%3Cpath d='M66.7057 40.2039C67.7068 41.8372 68.6434 42.6384 70.1972 43.9297C70.7807 44.4135 71.401 44.8727 72.1165 45.2116C73.2926 45.7694 74.6745 46.056 75.9827 45.6677C76.9776 45.3719 77.7914 44.7525 78.4823 44.0838C79.812 42.7987 81.2276 41.4766 81.9093 39.8464C81.8448 39.9974 81.2982 40.2132 81.1355 40.2994C80.8468 40.4504 80.549 40.5891 80.248 40.7247C77.6747 41.8742 74.7605 42.3457 71.9752 41.8125C70.1481 41.4643 68.2995 41.2424 66.7026 40.2039' fill='%23CF8B7B'/%3E%3Cpath d='M63.4653 47.1066C63.4653 47.1066 60.0843 47.9264 59.8478 47.988C59.6114 48.0465 69.7052 58.9927 74.5509 58.9927C79.3967 58.9927 87.8537 48.4287 87.8537 48.4287C87.8537 48.4287 84.8842 48.0712 84.0551 46.6475' fill='%23FFD5CA'/%3E%3Cpath d='M63.3499 45.3625L57.4785 48.9435C57.4785 48.9435 62.9998 63.4613 62.9845 63.15C62.9691 62.8419 68.6778 58.6169 71.9236 60.8665C71.9236 60.8665 63.2087 49.8772 63.2209 48.7894C63.2332 47.7016 63.3499 45.3656 63.3499 45.3656V45.3625Z' fill='%23FF866E'/%3E%3Cpath d='M64.7038 37.9724C60.8806 38.3022 58.1322 39.6951 54.8311 41.6581C53.5414 42.4254 52.313 43.313 51.2659 44.3916C47.6915 48.0834 46.6566 53.6767 47.3352 58.7799C47.5287 60.2468 47.8511 61.7014 48.3793 63.0851C49.2791 65.4456 50.7439 67.535 52.1994 69.5967C52.3867 69.8648 52.5833 70.139 52.8658 70.3085C53.2281 70.5273 53.6734 70.5366 54.0941 70.5397C57.4321 70.5612 60.8561 70.5705 63.9791 69.3871C64.2923 69.27 64.6209 69.1221 64.7867 68.8293C64.9464 68.552 64.9188 68.2099 64.885 67.8956C64.1388 60.9186 62.373 53.8924 63.5092 46.9679' fill='white'/%3E%3Cpath d='M73.5877 19.5009C77.4662 22.6843 82.4593 20.9956 85.3428 22.7675C87.3481 23.9971 88.7822 26.2406 90.1333 28.3947C91.2972 30.2499 92.4702 32.1266 93.2533 34.2067C93.5726 35.0573 94.1192 36.1482 94.8501 35.9664C95.2155 35.8739 95.4305 35.4702 95.5902 35.0819C97.0058 31.6274 96.6127 27.3561 95.8174 23.3839C95.5502 22.0433 95.2278 20.6843 94.6044 19.4763C93.9473 18.2066 92.9892 17.1712 91.9881 16.2498C88.8374 13.3622 85.0818 11.4793 81.2801 10.7829C79.0722 10.3791 72.5498 9.38068 72.7218 13.2544C72.8477 16.1234 71.5149 17.7998 73.5877 19.5009Z' fill='white'/%3E%3Cpath d='M98.1518 23.8C97.8969 22.7738 97.6359 21.7322 97.1077 20.82C96.7024 20.1205 96.1496 19.5196 95.5324 18.9988C93.4043 17.1991 90.3212 16.4194 87.7356 17.4579C87.3855 17.5997 87.0262 17.7877 86.8451 18.1205C86.6055 18.555 86.7407 19.1035 86.6025 19.5812C86.495 19.9541 86.2309 20.2592 86.0436 20.6012C85.5645 21.4734 85.6505 22.6259 86.2493 23.421C86.409 23.6336 86.6055 23.8278 86.6915 24.0805C86.7898 24.3732 86.7253 24.6906 86.6792 24.9926C86.4981 26.1575 86.6086 27.3964 87.1706 28.4349C87.7602 29.5227 88.7858 30.2993 89.4921 31.3132C90.0111 32.0589 90.3519 32.9187 90.9108 33.6368C91.9088 34.9188 93.607 35.7631 93.954 37.3533C94.083 37.945 94.0369 38.6538 94.5068 39.0328C94.9367 39.3841 95.5693 39.2547 96.1066 39.1037C97.249 38.7863 98.4067 38.4627 99.4109 37.8309C100.415 37.1992 101.259 36.21 101.431 35.0359C101.545 34.2624 101.361 33.4765 101.158 32.7215C100.75 31.2084 100.311 29.7323 99.546 28.3702C98.7691 26.9834 98.5357 25.344 98.1549 23.8031L98.1518 23.8Z' fill='%23EBEBEB'/%3E%3Cpath d='M43.7615 124.442C43.175 124.423 42.4288 124.324 42.051 123.875C41.6733 123.425 40.1809 122.571 40.0642 122.713C38.928 124.118 38.9004 125.844 38.4213 127.588C38.1603 128.54 37.801 129.462 37.4847 130.398C37.0456 131.693 36.6894 133.015 36.3301 134.334C36.1919 134.848 36.0507 135.385 36.1336 135.912C36.3117 137.055 37.4325 137.767 38.4398 138.328C39.0324 138.657 39.6312 138.99 40.2792 139.187C41.2864 139.496 42.3612 139.468 43.4114 139.385C43.9519 139.341 44.5138 139.277 44.9745 138.987C45.5671 138.614 45.9172 137.915 46.5467 137.61' fill='white'/%3E%3Cpath d='M84.1113 45.2483L89.9827 48.8292C89.9827 48.8292 84.4614 63.347 84.4768 63.0358C84.4921 62.7245 78.7835 58.5026 75.5376 60.7522C75.5376 60.7522 84.2526 49.763 84.2403 48.6751C84.228 47.5873 84.1113 45.2514 84.1113 45.2514V45.2483Z' fill='%23FF866E'/%3E%3Cpath d='M71.9263 60.8664C71.9263 60.8664 73.5415 65.0267 73.8486 65.5536C74.1557 66.0806 75.6788 60.6599 75.6788 60.6599L79.5542 55.569L70.3786 53.7847L67.6763 54.0065V55.3687' fill='%23FFD5CA'/%3E%3Cpath d='M95.5446 39.2699C95.3174 39.5041 95.084 39.7537 94.9858 40.065C94.8076 40.6443 95.1454 41.2453 95.4771 41.7537C99.0976 47.3069 103.4 52.3794 107.251 57.7723C110.561 62.4072 113.543 67.2793 117.028 71.7817C120.513 76.284 124.57 80.4597 129.532 83.2363C131.777 84.4936 134.562 85.4428 136.856 84.2779C139.003 83.187 139.62 80.9558 140.087 78.7987C140.732 75.8156 140.667 73.1037 139.534 70.2193C138.373 67.2639 136.463 64.6784 134.526 62.1668C130.616 57.1036 126.44 52.2962 122.218 47.4949C118.514 43.2822 114.697 39.0757 109.882 36.1112C108.193 35.0726 103.302 31.8831 101.275 32.786C100.489 33.1373 99.8991 34.6905 99.3371 35.35C98.1671 36.7213 96.8006 37.9694 95.5477 39.2668L95.5446 39.2699Z' fill='%23BCC2CF'/%3E%3Cpath d='M46.1844 122.463C48.2787 120.885 50.6248 119.723 53.1306 118.941C53.7202 118.756 54.3497 118.571 54.9424 118.731C55.535 118.891 56.0356 119.548 55.793 120.112C55.6702 120.398 55.3938 120.589 55.1328 120.762C53.3394 121.954 51.546 123.147 49.7527 124.337C50.8121 124.278 52.8174 123.526 54.3282 123.255C58.1237 122.574 61.8333 122.284 61.864 124.207C61.8732 124.743 61.3205 125.113 60.823 125.326C57.4574 126.771 53.0477 125.354 50.2809 127.745C53.8031 126.774 57.5741 126.716 61.1178 127.579C61.9469 127.779 62.9695 128.445 62.6102 129.215C62.4751 129.508 62.168 129.68 61.8732 129.81C58.3848 131.351 53.9751 129.585 50.6862 131.523C52.6761 130.827 62.4782 131.455 58.0777 133.988C57.7307 134.186 57.4052 134.401 57.0152 134.482C54.5432 134.99 51.9452 135.255 49.7773 136.543C48.3432 137.394 47.1824 138.648 45.7238 139.458C44.2682 140.269 42.2691 140.522 41.0592 139.391C40.3683 138.743 40.0796 137.791 39.8186 136.882C39.2689 134.968 40.009 127.837 41.007 126.102C42.7021 123.163 43.8506 124.22 46.1844 122.46V122.463Z' fill='white'/%3E%3C/svg%3E%0A");
  z-index: -1;
}
@media (max-width: 767px) {
  .landing_se05a .landing-img::before {
    left: 0;
    top: -133px;
    width: 115px;
  }
}
@media (max-width: 500px) {
  .landing_se05a .landing-img::before {
    display: none;
  }
}
.landing_se05a .landing-img::after {
  right: 26px;
  top: -79px;
  bottom: auto;
  width: 101px;
  height: 182px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='101' height='182' viewBox='0 0 101 182' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58.3204 19.2604C59.7547 18.9474 61.3196 19.3292 62.4614 20.251C64.3462 21.7746 64.8862 24.4986 63.5311 26.545C62.3823 28.2819 59.9473 29.1245 57.9318 28.9354C56.2018 28.7737 54.6644 27.3567 54.3583 25.6473' fill='%23242424'/%3E%3Cpath d='M17.7156 54.6448L6.77153 56.6568L9.49206 40.0515L26.7026 42.4831' fill='%23E6A291'/%3E%3Cpath d='M42.0146 32.5293C42.0146 32.5293 26.651 35.5043 15.6795 41.3341L17.0208 56.2644L32.9726 57.4372' fill='%23AED0F0'/%3E%3Cpath d='M29.5753 91.7522L43.8624 94.6619L40.9149 94.9233L52.0859 97.4272L44.6604 167.838L30.6278 160.213L29.5753 91.7522Z' fill='%23C77B55'/%3E%3Cpath d='M47.6037 94.6617L72.3086 92.457L68.1917 167.838L54.6853 168.45L44.6596 94.9231L47.6037 94.6617Z' fill='%23EF9467'/%3E%3Cpath d='M59.7442 32.1409C64.8758 33.183 74.475 40.2784 75.3005 44.3334C76.1259 48.385 76.6315 50.6 76.2325 54.7031C75.2833 64.495 75.1113 72.9662 73.4191 84.01C73.2093 85.3788 73.1922 91.9996 72.917 93.6505C72.8757 93.8947 72.8173 94.1664 72.5696 94.3281C72.3461 94.476 72.0021 94.3934 71.7373 94.5035C66.6195 96.6187 60.9033 97.0142 55.3556 97.1243C50.7641 97.2172 46.176 96.9592 41.6119 96.5568C37.2886 96.175 33.5122 94.9403 29.3575 93.7503C28.9035 93.6196 28.3257 87.7348 28.2534 87.1432C27.7478 83.0091 27.9508 78.844 27.6412 74.6962C27.3179 70.3213 27.1872 63.6145 27.4108 59.2259C27.6825 53.8949 28.023 50.9198 29.6876 45.802C31.225 41.0798 32.4288 38.2423 36.3738 34.7273C36.3738 34.7273 40.7934 32.8907 41.4812 32.6843' fill='%23AED0F0'/%3E%3Cpath d='M44.5113 20.7153C44.6316 24.1856 45.5362 26.4006 45.4296 28.7944C45.3608 30.3249 44.3496 31.8589 44.1914 34.0773C44.1742 34.3146 58.936 34.7961 58.4957 33.778C56.6625 29.5407 56.8999 31.1366 56.6385 29.0523C56.3461 26.7205 56.917 22.4453 56.3977 19.6973' fill='%23FFD5CA'/%3E%3Cpath d='M57.3102 31.3671C57.3102 31.3671 60.3747 32.2132 60.5295 32.2545C60.6877 32.2923 59.5114 37.1694 50.9371 37.1659C42.3628 37.1659 41.9569 32.5468 41.9569 32.5468C41.9569 32.5468 44.4161 32.1169 44.9664 31.178' fill='%23FFD5CA'/%3E%3Cpath d='M16.7354 28.9524C16.7354 28.9524 17.0037 50.5895 11.1258 54.8646C5.24796 59.1398 -1.90591 55.8208 0.604822 46.7821C3.11556 37.7434 9.00031 27.0642 9.00031 27.0642' fill='%23FFD5CA'/%3E%3Cpath d='M9.31044 28.1614C8.99402 28.1064 8.72575 27.9138 8.54346 27.6352C6.99231 25.2621 7.47726 24.2337 7.2537 21.3481C7.14364 19.9207 7.01296 17.606 7.0164 16.0961C7.01983 14.8786 6.53832 13.2208 6.92353 12.0755C7.21243 11.2157 8.29239 11.1228 8.59162 11.9379C9.12472 13.4031 9.05938 13.5648 9.43427 14.6172C9.53401 14.8992 9.92265 14.827 9.96392 14.5209C10.1634 12.9904 10.2047 10.3283 10.7481 8.75309C10.982 8.0721 11.5598 7.24665 12.141 7.60091C12.3612 7.73504 12.4884 7.99299 12.5194 8.27158C12.6845 9.82274 13.0834 12.2956 13.1453 13.8674C13.1453 13.9397 13.2451 13.9397 13.252 13.8674C13.4652 12.1477 13.8573 10.4418 14.4145 8.79437C14.6243 8.17184 14.8822 7.52524 15.4703 7.20882C15.718 7.07468 16.0103 7.05061 16.2476 7.17786C16.7704 7.45645 16.7292 8.13745 16.6535 8.71182L16.0138 13.6783C15.9691 14.0188 16.3611 14.1735 16.5572 13.8949C16.8358 13.4925 17.9914 10.5725 18.4763 9.9328C19.0851 9.12798 20.055 8.92162 20.2476 10.263C20.282 10.5072 20.2579 10.7582 20.1995 11.0024C19.9037 12.2303 18.8719 16.5123 18.5279 17.9328C18.4351 18.3111 18.5451 18.7204 18.8375 18.9199C19.1917 19.1641 19.5219 18.9164 19.7902 18.6688C20.822 17.723 21.9123 16.4091 23.1848 16.6464C23.3602 16.6808 23.5322 16.7462 23.656 16.8769C24.0481 17.2999 23.7455 18.0635 23.3774 18.5587C21.5787 20.9869 18.6689 25.2689 17.6784 28.0995C17.4445 28.7668 16.9252 29.2964 16.2924 29.4409C15.6629 29.5853 15.0232 29.4684 14.4041 29.3515C12.9287 29.0763 10.8203 28.4194 9.31389 28.158L9.31044 28.1614Z' fill='%23BCC2CF'/%3E%3Cpath d='M62.3691 158.792H68.6666C68.6666 158.792 67.8927 171.188 68.1919 171.576C68.4911 171.965 78.8677 177.114 74.5307 180.034C70.1936 182.954 55.7861 179.291 55.3218 178.727C54.8575 178.163 53.3717 158.792 53.3717 158.792H62.3725H62.3691Z' fill='%23574D47'/%3E%3Cpath d='M36.6769 158.792H30.3795C30.3795 158.792 31.1533 171.188 30.8541 171.576C30.5549 171.965 20.1783 177.114 24.5154 180.034C28.8524 182.954 43.2599 179.291 43.7242 178.727C44.1885 178.163 45.6743 158.792 45.6743 158.792H36.6735H36.6769Z' fill='%23574D47'/%3E%3Cpath d='M60.5289 32.2544C63.4111 32.6981 73.5779 34.5175 79.92 38.7961C87.3697 43.8244 94.7368 56.7943 94.7368 56.7943L79.8547 65.5612L66.6991 52.502' fill='%23AED0F0'/%3E%3Cpath d='M66.7675 33.5166C66.7675 33.5166 66.4476 42.4865 67.132 46.4452C67.8165 50.4039 75.6548 60.9628 75.6548 60.9628L73.2988 117.334H28.2982L27.036 57.004C27.036 57.004 32.9413 49.7986 33.0961 46.1047C33.2474 42.4108 34.4512 34.3352 34.4512 34.3352L39.1356 33.1073C39.1356 33.1073 38.035 47.1881 40.0264 48.3472C43.2629 50.2285 57.8389 51.6214 59.7443 47.281C61.6497 42.9405 63.8268 32.8494 63.8268 32.8494L66.7675 33.5132V33.5166Z' fill='%23629DD4'/%3E%3Cpath d='M64.8592 62.4526C64.2597 58.68 66.8319 55.1357 70.6045 54.5362C74.377 53.9366 77.9213 56.5089 78.5209 60.2815C79.1204 64.054 76.5482 67.5983 72.7756 68.1979C69.003 68.7974 65.4588 66.2252 64.8592 62.4526Z' fill='%23B83535'/%3E%3Cpath d='M66.6023 53.7574C65.1027 54.6791 64.1053 56.2165 63.187 57.7195C63.7717 58.1735 64.5559 58.2733 65.2988 58.2905C67.5825 58.3489 69.9419 57.7677 71.8198 56.4367C72.5146 55.9448 73.6289 55.1744 73.0202 54.2148C72.4733 53.3515 71.1698 53.0592 70.2274 52.9629C68.9755 52.8391 67.6754 53.097 66.5989 53.7574H66.6023Z' fill='%2314852E'/%3E%3Cpath d='M52.4052 73.5407C48.5853 73.5407 45.4887 70.444 45.4887 66.6241C45.4887 62.8042 48.5853 59.7075 52.4052 59.7075C56.2251 59.7075 59.3218 62.8042 59.3218 66.6241C59.3218 70.444 56.2251 73.5407 52.4052 73.5407Z' fill='%23CC3B3B'/%3E%3Cpath d='M61.6103 75.5416C58.0886 74.0619 56.4332 70.0075 57.9129 66.4858C59.3925 62.9641 63.4469 61.3087 66.9686 62.7884C70.4903 64.268 72.1457 68.3224 70.6661 71.8441C69.1864 75.3658 65.132 77.0212 61.6103 75.5416Z' fill='%23E64242'/%3E%3Cpath d='M49.7158 56.275C48.113 55.5424 46.2833 55.5768 44.5223 55.6525C44.4707 56.3919 44.8284 57.097 45.2239 57.723C46.4484 59.6525 48.2506 61.2827 50.4036 62.0979C51.2016 62.4005 52.4604 62.8924 52.9178 61.8537C53.3305 60.9182 52.8456 59.6731 52.3985 58.8408C51.8034 57.7333 50.8645 56.8012 49.7123 56.275H49.7158Z' fill='%2314852E'/%3E%3Cpath d='M69.1217 68.3353C68.5057 64.5654 71.0625 61.0099 74.8324 60.3939C78.6023 59.7779 82.1578 62.3347 82.7738 66.1046C83.3898 69.8745 80.833 73.43 77.0631 74.046C73.2932 74.662 69.7377 72.1053 69.1217 68.3353Z' fill='%23E64242'/%3E%3Cpath d='M91.1562 66.772C91.1562 66.8201 91.1597 66.8683 91.1597 66.9164C91.1597 77.5131 80.876 86.1012 68.1916 86.1012C55.5072 86.1012 45.2235 77.5097 45.2235 66.9164C45.2235 66.8683 45.227 66.8201 45.227 66.772H91.1562Z' fill='%23C77B55'/%3E%3Cmask id='mask0_2053_5838' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='45' y='66' width='47' height='21'%3E%3Cpath d='M91.1562 66.772C91.1562 66.8201 91.1597 66.8683 91.1597 66.9164C91.1597 77.5131 80.876 86.1012 68.1916 86.1012C55.5072 86.1012 45.2235 77.5097 45.2235 66.9164C45.2235 66.8683 45.227 66.8201 45.227 66.772H91.1562Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2053_5838)'%3E%3Cpath d='M47.4454 65.0212H48.1436V97.3788H47.4454V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M50.9986 65.0212H51.6968V97.3788H50.9986V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M54.5547 65.0212H55.2529V97.3788H54.5547V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M58.108 65.0212H58.8062V97.3788H58.108V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M61.6641 65.0212H62.3623V97.3788H61.6641V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M65.2168 65.0212H65.915V97.3788H65.2168V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M68.7701 65.0212H69.4683V97.3788H68.7701V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M72.3257 65.0212H73.0239V97.3788H72.3257V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M75.8794 65.0212H76.5776V97.3788H75.8794V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M79.4351 65.0212H80.1333V97.3788H79.4351V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M82.9883 65.0212H83.6865V97.3788H82.9883V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M86.544 65.0212H87.2422V97.3788H86.544V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M90.0972 65.0212H90.7954V97.3788H90.0972V65.0212Z' fill='%23A66647'/%3E%3Cpath d='M35.2598 71.8589H100.088V72.5571H35.2598V71.8589Z' fill='%23A66647'/%3E%3Cpath d='M35.2598 76.0891H100.088V76.7873H35.2598V76.0891Z' fill='%23A66647'/%3E%3Cpath d='M35.2598 80.1099H100.088V80.8081H35.2598V80.1099Z' fill='%23A66647'/%3E%3C/g%3E%3Cpath d='M45.5775 69.1624H90.8016C91.5927 69.1624 92.2358 68.5192 92.2358 67.7282C92.2358 66.9371 91.5927 66.2939 90.8016 66.2939H45.5775C44.7864 66.2939 44.1432 66.9371 44.1432 67.7282C44.1432 68.5192 44.7864 69.1624 45.5775 69.1624Z' fill='%23FFA375'/%3E%3Cpath d='M93.8356 57.3274C93.8356 57.3274 100.088 64.9662 100.088 67.728C100.088 70.4899 87.4315 80.4503 82.2897 83.0195C77.1513 85.5887 69.8972 90.3281 69.8972 90.3281L64.9926 83.0195L82.9879 67.7315L82.2518 64.1511' fill='%23FFD5CA'/%3E%3Cpath d='M50.9365 18.1255C45.6046 18.1255 41.2822 14.0679 41.2822 9.06273C41.2822 4.05752 45.6046 0 50.9365 0C56.2684 0 60.5908 4.05752 60.5908 9.06273C60.5908 14.0679 56.2684 18.1255 50.9365 18.1255Z' fill='%23D1943C'/%3E%3Cpath d='M50.9363 20.76C38.3008 20.76 28.0577 17.1428 28.0577 12.6809C28.0577 8.21893 38.3008 4.60181 50.9363 4.60181C63.5718 4.60181 73.8149 8.21893 73.8149 12.6809C73.8149 17.1428 63.5718 20.76 50.9363 20.76Z' fill='%23D1943C'/%3E%3Cpath d='M50.3519 20.5604C43.356 20.5604 37.6847 17.359 37.6847 13.41C37.6847 9.46089 43.356 6.25952 50.3519 6.25952C57.3478 6.25952 63.019 9.46089 63.019 13.41C63.019 17.359 57.3478 20.5604 50.3519 20.5604Z' fill='%23996C2C'/%3E%3Cpath d='M43.9305 17.8124C44.4051 19.3635 45.2546 20.7633 46.2521 22.0015C46.627 22.4658 47.0294 22.9198 47.5212 23.2362C47.9545 23.5183 48.4429 23.6868 48.9382 23.8072C51.0053 24.3162 53.1927 24.0204 55.16 23.2053C55.7481 22.9611 56.3328 22.6653 56.7903 22.201C57.3199 21.6644 57.6501 20.9422 57.9184 20.2165C58.6269 18.2939 58.9639 16.2371 58.9364 14.1907C58.9124 12.3266 58.6544 10.7754 57.2374 9.40654C57.2236 9.39278 57.2099 9.38246 57.1996 9.3687C54.4137 6.73759 49.7912 6.85452 46.455 7.87602C45.1343 8.28186 43.786 8.89751 43.0259 10.0531C42.8024 10.3902 42.6407 10.7616 42.4963 11.14C41.32 14.201 41.9838 17.9809 43.3148 20.9766' fill='%23242424'/%3E%3Cpath d='M53.5368 10.3386C53.6055 10.3661 53.6743 10.3936 53.7397 10.4246C55.2702 11.0849 56.6494 13.1589 57.1378 14.8029C57.4026 15.6903 57.4714 16.6292 57.5092 17.551C57.6262 20.2062 57.2753 22.8613 56.7422 25.4581C56.4705 26.7857 55.0535 28.4538 53.8945 29.3308C52.787 30.1666 52.2401 30.0599 50.7853 29.9808C49.4164 29.9052 48.0063 29.6507 46.9057 28.9284C45.5506 28.0376 44.8558 26.569 44.45 25.121C43.8137 22.8579 43.7449 20.5019 43.6795 18.17C43.6142 15.8554 43.3975 15.6387 44.4878 13.4753C44.8833 12.6911 45.3786 12.1374 46.1077 11.6387C46.8025 11.1641 47.6314 10.3902 48.4568 10.2733C50.149 10.0325 51.9478 9.69888 53.5333 10.3386H53.5368Z' fill='%23FFD5CA'/%3E%3Cpath d='M47.4485 18.1222C47.1275 18.1222 46.8673 17.862 46.8673 17.541C46.8673 17.22 47.1275 16.9597 47.4485 16.9597C47.7695 16.9597 48.0298 17.22 48.0298 17.541C48.0298 17.862 47.7695 18.1222 47.4485 18.1222Z' fill='%231C1C1C'/%3E%3Cpath d='M53.8978 18.1222C53.5767 18.1222 53.3165 17.862 53.3165 17.541C53.3165 17.22 53.5767 16.9597 53.8978 16.9597C54.2188 16.9597 54.479 17.22 54.479 17.541C54.479 17.862 54.2188 18.1222 53.8978 18.1222Z' fill='%231C1C1C'/%3E%3Cpath d='M49.8326 20.7496C50.3106 20.7771 50.6924 20.7565 51.3872 20.6292L51.5522 20.5983L51.5316 20.4332C51.3528 19.0093 51.1086 17.5751 50.8059 16.1718C50.7853 16.0755 50.689 16.0136 50.5927 16.0342C50.4964 16.0549 50.4345 16.1512 50.4551 16.2475C50.744 17.5854 50.9813 18.9508 51.1567 20.3094C50.3519 20.4504 50.0149 20.416 49.2032 20.3403L48.9727 20.3197C48.8833 20.3094 48.787 20.3816 48.7801 20.4813C48.7698 20.5811 48.842 20.6671 48.9418 20.674L49.1722 20.6946C49.4267 20.7187 49.64 20.7393 49.836 20.7496H49.8326Z' fill='%23916960'/%3E%3Cpath d='M54.259 21.1177C54.259 21.1177 49.4817 21.8915 46.3485 21.6405C46.3485 21.6405 46.0699 26.0876 50.6855 25.5373C55.3011 24.9835 54.259 21.1211 54.259 21.1211V21.1177Z' fill='white'/%3E%3Cpath d='M57.1619 17.6784C57.1172 17.5339 57.2101 17.3895 57.3064 17.2725C57.4818 17.0593 57.6847 16.8667 57.8842 16.6775C58.1972 16.3817 58.5755 16 59.0329 15.9793C59.5145 15.9587 59.9341 16.3302 60.1611 16.7222C60.3674 17.0799 60.4534 17.4961 60.5119 17.9054C60.6735 19.061 60.3812 20.0068 59.4801 20.7635C58.6924 21.4239 57.6881 21.8469 56.6976 22.0773' fill='%23FFD5CA'/%3E%3Cpath d='M44.1299 18.029C44.1746 17.8845 44.0818 17.7401 43.9855 17.6231C43.8101 17.4099 43.6071 17.2173 43.4077 17.0281C43.0947 16.7323 42.7163 16.3506 42.2589 16.3299C41.7774 16.3093 41.3578 16.6807 41.1308 17.0728C40.9244 17.434 40.8385 17.8467 40.78 18.256C40.6183 19.4116 40.9107 20.3574 41.8118 21.1141C42.5994 21.7744 43.6037 22.1975 44.5942 22.4279' fill='%23FFD5CA'/%3E%3Cpath d='M48.1302 15.5871C48.2162 15.5871 48.2918 15.5287 48.309 15.4427C48.3297 15.3429 48.2678 15.2466 48.168 15.226C47.4251 15.0643 46.6685 15.0403 45.9152 15.1572C45.8155 15.171 45.7467 15.2673 45.7605 15.367C45.7742 15.4667 45.8671 15.5355 45.9703 15.5218C46.6753 15.4117 47.3907 15.4358 48.0889 15.5871C48.1027 15.5871 48.1164 15.5906 48.1267 15.5906L48.1302 15.5871Z' fill='%236E5852'/%3E%3Cpath d='M52.4948 15.4154C52.4948 15.4154 52.5189 15.4154 52.5327 15.4119C53.2343 15.2709 53.9463 15.2572 54.6513 15.3741C54.7511 15.3913 54.8474 15.3225 54.8611 15.2228C54.8783 15.123 54.8095 15.0267 54.7098 15.013C53.96 14.8857 53.1999 14.8995 52.457 15.0508C52.3573 15.0714 52.2919 15.1677 52.3126 15.2675C52.3298 15.3535 52.4054 15.4154 52.4914 15.4154H52.4948Z' fill='%236E5852'/%3E%3Cpath d='M55.1392 27.7007C54.5854 28.7669 54.0661 29.2897 53.2062 30.1323C52.8829 30.4487 52.539 30.748 52.1435 30.9681C51.4934 31.3326 50.7299 31.5184 50.0042 31.2673C49.4539 31.0747 49.0033 30.6688 48.6216 30.232C47.8855 29.3928 47.1048 28.5296 46.7265 27.4668C46.7609 27.5665 47.0635 27.7041 47.153 27.7626C47.3112 27.8623 47.4763 27.9517 47.6448 28.0412C49.0687 28.791 50.6817 29.1005 52.2191 28.7531C53.2303 28.5261 54.2518 28.3817 55.1357 27.7041' fill='%23CF8B7B'/%3E%3Cpath d='M53.5298 9.63709C53.289 10.012 52.9038 10.2699 52.522 10.5038C51.7723 10.9647 50.9984 11.3808 50.197 11.7454C49.7878 11.9311 49.3716 12.1031 48.9554 12.2751C48.4395 12.4883 47.9236 12.7016 47.4077 12.9148C46.9021 13.1246 46.3931 13.3344 45.8738 13.4995C44.9864 13.7815 44.0543 13.9432 43.2289 14.3697C43.1945 13.754 43.277 12.9905 43.5006 12.4195C43.6244 12.11 43.817 11.8314 44.0268 11.57C44.5083 10.975 45.0861 10.4625 45.6708 9.96383C46.0423 9.64397 46.4206 9.33098 46.8471 9.08679C48.0715 8.38516 49.5539 8.34732 50.9124 7.96899' fill='%23242424'/%3E%3C/svg%3E%0A");
  z-index: -1;
}
@media (max-width: 767px) {
  .landing_se05a .landing-img::after {
    right: 0;
    top: -97px;
    width: 85px;
  }
}
@media (max-width: 500px) {
  .landing_se05a .landing-img::after {
    display: none;
  }
}
.landing_se05a .landing-img span.square {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  .landing_se05a .landing-img span.square {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
}
.landing_se05a .landing-img span.square img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 10px solid #FFF;
  border-radius: 20px;
}
.landing_se05a .landing-txt {
  background: #00A8AE;
  margin-top: -81px;
  padding: 106px 30px 85px;
}
@media (max-width: 390px) {
  .landing_se05a .landing-txt {
    padding: 106px 20px 60px;
  }
}
.landing_se05a .landing-txt::before {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 365px;
  max-width: 42%;
  height: 136px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='365' height='136' viewBox='0 0 365 136' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15'%3E%3Cpath d='M308.033 127.172C298.711 121.296 299.485 114.024 303.736 104.155C305.042 101.164 311.343 87.4995 316.277 91.1737C324.005 96.9583 331.657 114.692 325.28 122.83C321.166 128.083 312.238 129.814 308.018 127.157L308.033 127.172Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M314.197 136.448V121.66' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M342.952 127.172C333.63 121.296 334.405 114.024 338.656 104.155C339.961 101.164 346.262 87.4995 351.197 91.1737C358.925 96.9583 366.577 114.692 360.215 122.83C356.101 128.083 347.173 129.814 342.952 127.157V127.172Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M349.117 136.448V121.66' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M206.643 136.312V57.8025' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M190.397 25.7368L173.712 60.9909' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M293.487 58.2886V136.828' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M190.837 25.585H271.685L293.153 57.8025H206.384L190.837 25.585Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M240.105 137.39V102.197H264.413V137.39' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M236.355 48.6777V38.9912L243.142 34.1479L249.928 38.9912V48.6777H236.355Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M221.142 74.8677H230.267V91.2801H221.142V74.8677Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M243.947 74.8677H253.056V91.2801H243.947V74.8677Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M266.735 74.8677H275.845V91.2801H266.735V74.8677Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.5288 145.19V86.2053' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.52881 145.19V86.2053' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3237 62.114L1.7876 88.6007' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M91.7759 86.5703V145.578' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6537 62H75.3951L91.5244 86.2053H26.3343L14.6537 62Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M51.6693 146V119.559H69.9316V146' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.8516 79.3499V72.0724L53.9505 68.4336L59.0493 72.0724V79.3499H48.8516Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.4223 99.0266H44.2778V111.357H37.4223V99.0266Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.5553 99.0266H61.3994V111.357H54.5553V99.0266Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M71.6769 99.0266H78.521V111.357H71.6769V99.0266Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M111.174 136.843V22.3816' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M174.122 22.3816V136.843' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M99.9999 29.578L141.919 1.67236L182.867 28.166' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M127.799 35.4385H135.36V46.0208H127.799V35.4385Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M152.001 35.4385H159.562V46.0208H152.001V35.4385Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M127.799 64.9233H135.36V75.5056H127.799V64.9233Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M152.001 64.9233H159.562V75.5056H152.001V64.9233Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M157.284 136.843V95.9109H130.062V136.57' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M143.68 96.1689V136.843' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.landing_se05a .landing-txt::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 384px;
  max-width: 40%;
  height: 111px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='384' height='111' viewBox='0 0 384 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15'%3E%3Cpath d='M88.313 111.872V34.015L104.006 2L120.309 35.8243V111.872' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M2.07617 34.5291V112.481' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M104.006 2H23.7306L2 34.015H88.5606L104.006 2Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M55.0785 112.215V78.0857H30.9292V112.215' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M58.7926 24.9495V15.3126L52.0506 10.5132L45.3276 15.3126V24.9495H58.7926Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M73.8956 50.946H64.8491V67.2488H73.8956V50.946Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M51.2701 50.946H42.2236V67.2488H51.2701V50.946Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M28.6441 50.946H19.5977V67.2488H28.6441V50.946Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M167.312 105.244C179.711 97.4166 178.701 87.7417 173.026 74.6195C171.293 70.62 162.894 52.4318 156.323 57.3455C146.039 65.0397 135.85 88.6558 144.325 99.4926C149.791 106.482 161.694 108.787 167.312 105.263V105.244Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M159.123 115.7V97.9116' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M209.173 115.129V59.9453L230.923 43.395L260.024 60.5357' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M260.138 59.5356H326.854V115.129' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M209.173 60.069H200.317L228.695 38.186H299.657L336.91 60.069H326.797' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M300.686 72.7532H281.736V90.5985H300.686V72.7532Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M233.228 85.0182C238.15 85.0182 242.141 81.0277 242.141 76.1051C242.141 71.1825 238.15 67.1919 233.228 67.1919C228.305 67.1919 224.314 71.1825 224.314 76.1051C224.314 81.0277 228.305 85.0182 233.228 85.0182Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M291.887 72.696V90.4652' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M244.902 41.5762L266.499 55.5554' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M264.595 41.5762L286.173 55.5554' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M284.269 41.5762L305.847 55.5554' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M372.886 103.473C384.58 96.1027 383.609 86.98 378.276 74.6197C376.638 70.8678 368.734 53.7271 362.545 58.336C352.851 65.5922 343.252 87.8371 351.232 98.0453C356.393 104.635 367.592 106.806 372.886 103.473Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M365.173 115.129V96.5598' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M259.186 65.2302V115.7' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.landing_se05a .landing-txt .inner-txt {
  max-width: 466px;
}
.landing_se05a .landing-txt .inner-txt .txt01 {
  color: #fff;
}
.landing_se05a .landing-txt .inner-txt .btn {
  padding: 15px 60px 15px 20px;
  background: #F6F6F6;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  color: #1D2D4A;
  line-height: 1.3;
}
.landing_se05a .landing-txt .inner-txt .btn:hover, .landing_se05a .landing-txt .inner-txt .btn:focus {
  background: #1D2D4A;
  color: #fff;
}

.room-information .slider {
  height: 500px;
  margin: 30px 0 45px;
}
@media (max-width: 767px) {
  .room-information .slider {
    height: auto;
    margin: 0 0 45px;
  }
}
.room-information .slider .slick-list,
.room-information .slider .slick-track {
  height: 100%;
}
.room-information .slider .slider-for {
  float: left;
  height: 100%;
  width: calc(100% - 206px);
  min-height: 300px;
}
@media (max-width: 767px) {
  .room-information .slider .slider-for {
    float: none;
    height: auto;
    padding-top: 53.688%;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .room-information .slider .slider-for .slick-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.room-information .slider .slider-for .imgbox {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .room-information .slider .slider-for .imgbox {
    height: 100%;
    border-radius: 10px;
  }
}
.room-information .slider .slider-for .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-information .slider .nav_inner {
  position: relative;
  float: right;
  margin: -8.5px 0;
  height: 100%;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner {
    float: none;
    margin: 0 -8.5px;
    padding: 0 30px;
    height: auto;
  }
}
.room-information .slider .nav_inner .slider-nav {
  width: 173px;
  height: 100%;
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner .slider-nav {
    width: 100%;
  }
}
.room-information .slider .nav_inner .slider-nav .imgbox {
  overflow: hidden;
  position: relative;
  line-height: 0;
  height: 100px;
  margin: 8.5px 0;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner .slider-nav .imgbox {
    margin: 0 8.5px;
    border-radius: 10px;
  }
}
.room-information .slider .nav_inner .slider-nav .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.room-information .slider .nav_inner .slider-nav .imgbox img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.room-information .slider .nav_inner .slider-nav .imgbox.slick-current::before {
  background: transparent;
}
.room-information .slider .nav_inner .slider-nav .imgbox.slick-current::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(142.94deg, #009761 7.53%, #018ba9 103.72%);
  border-radius: 15px 0 0 15px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner .slider-nav .imgbox.slick-current::after {
    border-radius: 10px 0 0 10px;
  }
}
.room-information .slider .nav_inner .slider-nav .imgbox.slick-current img {
  padding: 6px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner .slider-nav .imgbox.slick-current img {
    padding: 4px;
    border-radius: 10px;
  }
}
.room-information .slider .nav_inner .slider-nav .slick-arrow {
  position: absolute;
  width: 26px;
  height: 15px;
  left: 50%;
  margin-left: -13px;
  background: url(/images/camping/sub02/spot_arrow.png) no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner .slider-nav .slick-arrow {
    margin-left: 0;
    margin-top: -7.5px;
  }
}
.room-information .slider .nav_inner .slider-nav .slick-arrow.slick-prev {
  top: -15px;
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner .slider-nav .slick-arrow.slick-prev {
    top: 50%;
    left: -25px;
    transform: rotate(-90deg);
  }
}
.room-information .slider .nav_inner .slider-nav .slick-arrow.slick-next {
  bottom: -15px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .room-information .slider .nav_inner .slider-nav .slick-arrow.slick-next {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -25px;
    bottom: auto;
    transform: rotate(90deg);
  }
}

.facility-information .facility-img {
  position: relative;
}
.facility-information .facility-img img {
  width: 100%;
}
@media (max-width: 500px) {
  .facility-information .facility-img .facility-list {
    display: none;
  }
}
.facility-information .facility-img .facility-list > a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #37b3d9;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .facility-information .facility-img .facility-list > a {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}
.facility-information .facility-img .facility-list > a:hover, .facility-information .facility-img .facility-list > a:focus {
  outline: 1px solid #000;
}
.facility-information .facility-img .facility-list > a.color2 {
  background: #2e49dc;
}
.facility-information .facility-img .facility-list > a.color3 {
  background: #303030;
}
.facility-information .facility-img .facility-list > a.item1 {
  left: 46.7%;
  top: 47%;
}
.facility-information .facility-img .facility-list > a.item2 {
  left: 51.7%;
  bottom: 16%;
}
.facility-information .facility-img .facility-list > a.item3 {
  right: 23%;
  bottom: 22%;
}
.facility-information .facility-img .facility-list > a.item4 {
  left: 18%;
  bottom: 22%;
}
.facility-information .facility-img .facility-list > a.item5 {
  left: 45.2%;
  bottom: 26.5%;
}
.facility-information .facility-img .facility-list > a.item6 {
  left: 35%;
  bottom: 24.5%;
}
.facility-information .facility-img .facility-list > a.item7 {
  left: 63%;
  top: 42%;
}
.facility-information .facility-img .facility-list > a.item8 {
  right: 37.3%;
  bottom: 31.5%;
}
.facility-information .facility-img .facility-list > a.item9 {
  right: 32.5%;
  top: 8.5%;
}
.facility-information .facility-img .facility-list > a.item10 {
  left: 50.5%;
  top: 42%;
}
.facility-information .facility-img .facility-list > a.item11 {
  left: 37.2%;
  bottom: 12%;
}
.facility-information .tab-ul.type2.col5 li {
  width: calc(20% + 1px);
}
.facility-information .tab-ul.type2.col5 li a span {
  line-height: 1.3;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(1) a {
  border-radius: 10px 0 0 0;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(1) a::after {
  border-radius: 10px 0 0 0;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(5) a {
  border-radius: 0 10px 0 0;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(5) a::after {
  border-radius: 0 10px 0 0;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(6) a {
  border-radius: 0 0 0 10px;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(6) a::after {
  border-radius: 0 0 0 10px;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(10) a {
  border-radius: 0 0 10px 0;
}
.facility-information .tab-ul.type2.col5 li:nth-of-type(10) a::after {
  border-radius: 0 0 10px 0;
}
.facility-information .facility-info {
  margin-top: 40px;
  padding: max(70px, 6.4%);
  background: #F8FAFE;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 1240px) {
  .facility-information .facility-info {
    padding: max(50px, 6%);
  }
}
@media (max-width: 1024px) {
  .facility-information .facility-info {
    padding: max(40px, 5.5%);
  }
}
@media (max-width: 767px) {
  .facility-information .facility-info {
    margin-top: 30px;
    padding: max(30px, 5%);
  }
}
@media (max-width: 390px) {
  .facility-information .facility-info {
    margin-top: 20px;
    padding: max(20px, 5%);
  }
}
.facility-information .facility-info .tit {
  display: block;
  color: #1D2D4A;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (max-width: 1240px) {
  .facility-information .facility-info .tit {
    font-size: 27px;
  }
}
@media (max-width: 1024px) {
  .facility-information .facility-info .tit {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .facility-information .facility-info .tit {
    font-size: 23px;
  }
}
@media (max-width: 500px) {
  .facility-information .facility-info .tit {
    font-size: 21px;
  }
}
@media (max-width: 390px) {
  .facility-information .facility-info .tit {
    font-size: 19px;
  }
}
.facility-information .facility-info .tit .logo {
  font-size: 0;
  display: block;
  width: 56px;
  height: 26px;
  margin: 0 auto 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='26' viewBox='0 0 56 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2081_8120)'%3E%3Cpath d='M55.5 21.2255C55.5 23.8623 43.1864 26 28 26C12.8136 26 0.5 23.8674 0.5 21.2255C0.5 18.5837 12.8136 16.451 28 16.451C43.1864 16.451 55.5 18.5887 55.5 21.2255Z' fill='%232C2F88'/%3E%3Cpath d='M54.0104 10.058C55.5145 12.4831 48.4969 16.7685 38.3307 19.6221C28.1645 22.4757 18.7044 22.8236 17.2003 20.3985C15.6913 17.9684 22.709 13.688 32.8752 10.8344C43.0414 7.98082 52.5014 7.63295 54.0104 10.058V10.058Z' fill='%23009C48'/%3E%3Cpath d='M35.0767 3.46865C37.5046 4.50723 35.662 9.31197 30.9561 14.2024C26.2502 19.0928 20.4659 22.2137 18.0331 21.1751C15.6004 20.1365 17.4479 15.3317 22.1538 10.4413C26.8596 5.55086 32.644 2.43006 35.0767 3.46865V3.46865Z' fill='%23FFDE09'/%3E%3Cpath d='M45.4455 3.61494C45.4697 3.71577 45.2762 4.11407 45.2762 4.2149C45.2762 4.36615 45.0828 4.41657 44.986 4.56278C44.9619 4.6384 44.9377 4.71403 44.9135 4.76444C44.841 4.81486 44.5072 5.16274 44.4105 5.28878C44.2654 5.44003 44.101 5.49045 43.9317 5.59128C43.835 5.61649 43.7382 5.61649 43.6222 5.6417C43.2643 5.71732 42.9015 5.71732 42.5436 5.66691C42.4711 5.6417 42.1132 5.59128 42.0165 5.59128C41.9923 5.59128 41.9633 5.57616 41.9246 5.5812C41.8714 5.59128 41.8811 5.56607 41.8327 5.56607C41.736 5.51566 41.6537 5.49045 41.5812 5.46524C41.4845 5.41482 41.3394 5.46524 41.2426 5.41482C41.0008 5.28878 40.7638 5.11232 40.5704 4.89049C40.4736 4.76444 40.4253 4.58798 40.3527 4.46698C40.3044 4.34094 40.2318 4.24011 40.2076 4.11911C40.1593 3.82165 40.1593 3.51915 40.0626 3.21664C40.0142 3.04019 39.9658 2.89398 39.9658 2.71752C40.0142 2.34443 39.9175 1.9411 40.1835 1.66885C40.256 1.5428 40.5897 1.04368 40.6623 0.867217C40.7106 0.791591 40.7832 0.715966 40.8557 0.64034C40.9766 0.539507 41.1169 0.48909 41.262 0.388256C41.3829 0.312631 42.1035 0.060546 42.2196 0.0857545C42.3163 0.0857545 42.4372 0.136171 42.5291 0.0857545C43.0321 -0.115913 43.5593 0.060546 44.0671 0.186588C44.2606 0.237005 44.4008 0.388256 44.5459 0.509256C44.5943 0.584882 44.8216 0.821841 44.8506 0.836966C44.9909 0.912592 45.0247 0.882342 45.0973 1.0588C45.3149 1.68397 45.3149 2.30914 45.46 2.98473C45.4842 3.08556 45.46 3.20656 45.46 3.30739C45.4358 3.35781 45.4358 3.55948 45.4358 3.6099L45.4455 3.61494Z' fill='%23DA261B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2081_8120'%3E%3Crect width='55' height='26' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.facility-information .facility-info p {
  color: #1D2D4A;
  font-size: 16px;
}
.facility-information .facility-info .slider {
  position: relative;
  margin-top: 40px;
  border-radius: 15px;
}
.facility-information .facility-info .slider img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-information .facility-info .slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}
@media (max-width: 390px) {
  .facility-information .facility-info .slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.facility-information .facility-info .slider .slick-arrow:hover, .facility-information .facility-info .slider .slick-arrow:focus {
  background-color: #00A8AE;
}
.facility-information .facility-info .slider .slick-arrow.slick-prev {
  left: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00781 12.0078L2.875 6.99219L8.00781 2L6.60156 0.570312L-0.0078125 6.99219L6.60156 13.4375L8.00781 12.0078Z' fill='%23B3B3B3'/%3E%3C/svg%3E%0A");
}
@media (max-width: 390px) {
  .facility-information .facility-info .slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.facility-information .facility-info .slider .slick-arrow.slick-prev:hover, .facility-information .facility-info .slider .slick-arrow.slick-prev:focus {
  background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00781 12.0078L2.875 6.99219L8.00781 2L6.60156 0.570312L-0.0078125 6.99219L6.60156 13.4375L8.00781 12.0078Z' fill='white'/%3E%3C/svg%3E%0A");
}
.facility-information .facility-info .slider .slick-arrow.slick-next {
  right: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.0078125 12.0078L5.125 6.99219L-0.0078125 2L1.39844 0.570312L8.00781 6.99219L1.39844 13.4375L-0.0078125 12.0078Z' fill='%23B3B3B3'/%3E%3C/svg%3E%0A");
}
@media (max-width: 390px) {
  .facility-information .facility-info .slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.facility-information .facility-info .slider .slick-arrow.slick-next:hover, .facility-information .facility-info .slider .slick-arrow.slick-next:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.0078125 12.0078L5.125 6.99219L-0.0078125 2L1.39844 0.570312L8.00781 6.99219L1.39844 13.4375L-0.0078125 12.0078Z' fill='white'/%3E%3C/svg%3E%0A");
}

.stay-intro .title {
  font-family: "GmarketSans";
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  color: #1D2D4A;
}
@media (max-width: 1024px) {
  .stay-intro .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .stay-intro .title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .stay-intro .title {
    font-size: 24px;
  }
}
.stay-intro .title b {
  display: inline-block;
  font-family: "GmarketSans";
  line-height: 1.3;
}
@media (max-width: 767px) {
  .stay-intro .title b {
    display: inline;
  }
}
.stay-intro .title .img {
  width: 100%;
  margin-top: 30px;
  border-radius: 20px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .stay-intro .title .img {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .stay-intro .title .img {
    margin-top: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 500px) {
  .stay-intro .title .img {
    margin-top: 15px;
    border-radius: 7px;
    min-height: 250px;
  }
}
@media (max-width: 390px) {
  .stay-intro .title .img {
    min-height: 200px;
  }
}

.nearby-attractions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.nearby-attractions::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -60px;
  width: 112px;
  height: 168px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='112' height='168' viewBox='0 0 112 168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2060_3743)'%3E%3Cg style='mix-blend-mode:multiply' opacity='0.5'%3E%3Cpath d='M29.0034 156.249C26.0593 156.249 23.6416 156.987 20.8224 157.379C16.8167 157.931 12.4719 157.673 8.43051 157.78C5.49535 157.86 0.579627 159.115 0.035418 162.721C-0.508791 166.308 6.14662 166.486 8.35022 166.834C17.1022 168.205 26.6838 167.599 35.5428 167.599C41.0563 167.599 47.56 168.552 52.9664 167.492C55.4644 167.003 61.9503 165.792 62.0306 162.471C62.1555 157.05 52.2884 157.041 49.0053 156.765C42.3588 156.213 35.6856 156.249 29.0212 156.249H29.0034Z' fill='%23E6E6E2'/%3E%3C/g%3E%3Cg style='mix-blend-mode:multiply' opacity='0.5'%3E%3Cpath d='M100.277 154.281C94.3801 152.759 88.144 153.079 82.1131 153.328C77.1082 153.533 71.0148 153.222 66.5541 155.892C64.2523 157.272 61.9328 160.869 65.0642 162.694C67.9101 164.359 72.2014 164.252 75.4399 164.252C81.5511 164.252 87.6623 164.252 93.7735 164.252C96.8603 164.252 103.364 165.258 105.345 162.026C107.566 158.403 103.337 155.064 100.277 154.272V154.281Z' fill='%23E6E6E2'/%3E%3C/g%3E%3Cpath d='M57.625 7.70855L56.3438 8.02686L59.5702 20.9592L60.8515 20.6409L57.625 7.70855Z' fill='%236B6B6B'/%3E%3Cpath d='M60.924 19.1833L58.8555 19.6995L62.0955 32.6285L64.164 32.1123L60.924 19.1833Z' fill='%23454545'/%3E%3Cpath d='M64.4474 9.07158C64.4385 9.57902 64.0103 9.98854 63.4928 9.97074L50.6816 9.65915C50.1642 9.65024 49.7627 9.22292 49.7716 8.70657L49.959 0.890136C49.9679 0.382691 50.3961 -0.0268265 50.9136 -0.017924L63.7248 0.293665C64.2333 0.302568 64.6437 0.72989 64.6259 1.23734L64.4385 9.05377L64.4474 9.07158Z' fill='%236B6B6B'/%3E%3Cpath d='M50.9583 8.8135C50.8423 8.8135 50.7441 8.71557 50.7441 8.59094L50.9226 1.07719C50.9226 0.961453 51.0296 0.863525 51.1456 0.863525L63.4572 1.15731C63.5732 1.15731 63.6713 1.26414 63.6713 1.37987L63.484 8.88472C63.484 9.00936 63.3769 9.09838 63.2609 9.09838L50.9404 8.8046L50.9583 8.8135Z' fill='white'/%3E%3Cpath d='M23.383 28.3633C23.383 28.3633 -9.13569 41.1651 13.2572 79.7844L20.1178 63.7153L23.392 28.3722L23.383 28.3633Z' fill='%23BCDBE2'/%3E%3Cpath d='M40.1103 12.7749C44.4105 13.9768 45.7308 11.1814 45.5792 14.9382C45.2045 24.4907 43.2417 25.0871 40.2441 25.9952C40.2441 25.9952 39.8694 29.4316 40.378 30.767C40.378 30.767 36.7291 31.6661 35.0162 30.8471C33.5887 30.1705 31.4922 28.6838 31.4922 28.6838C32.9642 25.7904 33.1873 14.8047 33.3389 14.2349C34.6325 8.8845 36.2295 11.6888 40.1103 12.7749Z' fill='%23FFCEC2'/%3E%3Cpath d='M32.7581 23.4224C33.3291 23.6984 37.772 23.7429 38.4857 23.9476C39.1548 24.1346 40.386 19.1313 41.0016 18.7485C43.8029 17.0214 47.0771 17.3775 46.5596 13.8699C46.0511 10.4603 42.5093 8.52841 39.3154 8.38597C38.0396 8.33255 34.8725 8.68866 33.3826 9.8905C27.5658 14.5732 32.4191 23.2532 32.7581 23.4224Z' fill='%23372F2F'/%3E%3Cpath d='M39.0294 19.8791C38.8599 20.9742 39.4398 21.9801 40.323 22.1137C41.2063 22.2561 42.0717 21.4727 42.2412 20.3777C42.4196 19.2827 41.8308 18.2767 40.9476 18.1431C40.0643 18.0096 39.2079 18.7841 39.0294 19.8791Z' fill='%23FFCEC2'/%3E%3Cpath d='M43.8033 18.6417C43.7676 18.8821 43.8836 19.1046 44.071 19.1313C44.2583 19.158 44.4367 18.9889 44.4813 18.7485C44.517 18.5081 44.4011 18.2856 44.2137 18.2589C44.0263 18.2322 43.8479 18.4013 43.8033 18.6417Z' fill='%235E4249'/%3E%3Cpath d='M41.2343 20.1017C41.1629 20.5735 41.493 21.0097 41.9748 21.081C42.4565 21.1522 42.9115 20.8406 42.9829 20.3688C43.0543 19.9058 42.7242 19.4607 42.2424 19.3895C41.7607 19.3094 41.3057 19.6298 41.2343 20.1017Z' fill='%23FF9385'/%3E%3Cpath d='M45.0796 18.1431L45.936 21.3925L43.7324 21.3213L45.0796 18.1431Z' fill='%23FFCEC2'/%3E%3Cpath d='M44.0072 22.0693C44.0072 22.0693 43.9805 22.0693 43.9626 22.0693C43.927 22.0693 43.1329 21.9269 42.669 20.9565C42.6066 20.8229 42.669 20.6627 42.7939 20.6004C42.9278 20.5381 43.0883 20.6004 43.1508 20.725C43.4898 21.4372 44.0251 21.544 44.0519 21.544C44.1946 21.5708 44.2927 21.7132 44.2749 21.8556C44.257 21.9892 44.1411 22.0782 44.0072 22.0782V22.0693Z' fill='%23FF4F4F'/%3E%3Cpath d='M12.3372 158.064C13.7557 158.198 15.1385 158.599 16.3607 159.418C17.1815 159.97 17.6008 160.566 17.1637 161.528C16.9763 161.955 16.6641 162.355 16.2894 162.605C15.8879 162.872 15.5667 163.005 15.1028 163.174C13.5416 163.744 10.5975 163.976 6.66311 163.361C6.09214 163.272 3.21943 162.355 3.09453 161.59C3.041 161.234 3.46031 157.931 3.62982 157.147C3.73687 156.685 4.10265 156.854 4.53088 156.952C5.19999 157.094 5.86018 157.361 6.40439 157.78C6.80586 158.082 7.10026 158.349 7.61771 158.376C8.38495 158.412 9.1522 158.18 9.92837 158.18C10.7135 158.18 11.5432 158.002 12.3193 158.082L12.3372 158.064Z' fill='%23592D2D'/%3E%3Cpath d='M25.7284 120.006L14.6212 152.865L4.61133 150.017L8.85794 115.849L25.7284 120.006Z' fill='%23FFCEC2'/%3E%3Cpath d='M12.3288 159.649C12.3288 159.649 11.3385 160.504 9.30439 160.531C5.63767 160.575 3.33594 158.705 3.33594 158.705L4.61171 150.017L14.9963 151.762L12.3288 159.658V159.649Z' fill='%23E9E9E9'/%3E%3Cpath d='M51.5651 157.673C52.9569 157.379 54.4022 157.343 55.8117 157.771C56.7574 158.056 57.3284 158.501 57.2124 159.542C57.1589 160.014 56.9805 160.477 56.695 160.833C56.3916 161.207 56.124 161.43 55.7314 161.724C54.4111 162.73 51.6722 163.833 47.7289 164.412C47.149 164.492 44.1425 164.466 43.7945 163.78C43.6339 163.451 43.0451 160.183 42.9827 159.382C42.947 158.91 43.3485 158.964 43.7856 158.928C44.4726 158.866 45.1684 158.928 45.8197 159.151C46.2925 159.32 46.6494 159.489 47.1579 159.355C47.9073 159.169 48.5675 158.706 49.308 158.474C50.0574 158.243 50.789 157.824 51.5562 157.673H51.5651Z' fill='%23592D2D'/%3E%3Cpath d='M52.9839 117.353L52.1899 152.02L41.7786 152.278L35.6406 118.404L52.9839 117.353Z' fill='%23FFCEC2'/%3E%3Cpath d='M52.0289 159.186C52.0289 159.186 51.342 160.299 49.406 160.922C45.9177 162.053 43.161 160.958 43.161 160.958L41.7871 152.287L52.2252 150.863L52.0379 159.195L52.0289 159.186Z' fill='%23E9E9E9'/%3E%3Cpath d='M11.7296 73.4548L3.23633 130.12C3.23633 130.12 7.86657 136.147 30.081 136.547C51.0375 136.93 58.5583 132.283 58.5761 132.363C58.5761 132.363 56.3636 110.881 53.0894 74.8258C33.2749 77.7904 18.8043 75.3689 11.7296 73.4548Z' fill='%235596A4'/%3E%3Cpath d='M15.9314 79.9003C15.3337 86.96 14.8073 94.0198 14.0668 101.062C13.1122 110.213 10.4358 119.134 9.54363 128.268C9.52579 128.49 9.87373 128.49 9.89157 128.268C10.7837 119.125 13.4245 110.205 14.4147 101.062C15.1731 94.0198 15.6727 86.9511 16.2793 79.9003C16.2972 79.6778 15.9492 79.6778 15.9314 79.9003Z' fill='white'/%3E%3Cpath d='M21.8464 79.0724C20.1514 96.468 19.5536 113.944 18.0905 131.357C18.0727 131.58 18.4206 131.58 18.4384 131.357C19.9016 113.944 20.5082 96.468 22.1944 79.0724C22.2122 78.8499 21.8643 78.8499 21.8464 79.0724Z' fill='white'/%3E%3Cpath d='M26.3251 79.7936C27.5385 96.9577 25.1564 114.229 25.2992 131.375C25.2992 131.598 25.656 131.598 25.6471 131.375C25.5044 114.229 27.8864 96.9577 26.6731 79.7936C26.6552 79.5711 26.3073 79.5711 26.3251 79.7936Z' fill='white'/%3E%3Cpath d='M32.7038 82.2416C33.3996 99.112 32.561 116.036 32.9982 132.915C32.9982 133.138 33.355 133.138 33.3461 132.915C32.909 116.036 33.7476 99.112 33.0517 82.2416C33.0428 82.0191 32.6859 82.0191 32.7038 82.2416Z' fill='white'/%3E%3Cpath d='M38.1456 81.12C37.4408 88.3222 37.7352 95.6935 37.7709 102.922C37.8065 112.653 37.8155 122.401 38.2794 132.123C38.2883 132.345 38.6452 132.345 38.6273 132.123C38.1812 122.731 38.1812 113.303 38.1277 103.893C38.0831 96.3523 37.7619 88.6427 38.5024 81.12C38.5203 80.8975 38.1723 80.8975 38.1545 81.12H38.1456Z' fill='white'/%3E%3Cpath d='M42.0534 80.3278C43.3292 97.4207 42.3924 114.62 42.8742 131.731C42.8742 131.954 43.231 131.954 43.2221 131.731C42.7493 114.62 43.6771 97.4118 42.4013 80.3278C42.3835 80.1052 42.0356 80.1052 42.0534 80.3278Z' fill='white'/%3E%3Cpath d='M48.271 80.4523C47.8963 87.512 48.4583 94.7943 48.4851 101.872C48.5208 111.709 48.8865 121.538 49.1988 131.375C49.1988 131.597 49.5557 131.597 49.5467 131.375C49.2345 121.538 48.8687 111.718 48.833 101.872C48.8063 94.7854 48.2531 87.512 48.6189 80.4523C48.6278 80.2298 48.2799 80.2298 48.271 80.4523Z' fill='white'/%3E%3Cpath d='M53.7676 82.6691C53.0806 89.9425 53.8211 97.5275 54.053 104.81C54.3118 112.662 54.5973 120.514 54.9987 128.366C55.0076 128.588 55.3645 128.588 55.3467 128.366C54.9452 120.523 54.6686 112.662 54.401 104.81C54.1601 97.5275 53.4285 89.9425 54.1155 82.6691C54.1333 82.4466 53.7854 82.4466 53.7676 82.6691Z' fill='white'/%3E%3Cpath d='M53.2607 75.4934C54.7863 55.1421 53.7335 32.8947 47.9078 30.4732C44.0538 28.8707 42.9475 28.1496 38.8079 27.9627C35.9709 27.8291 33.1517 27.6244 30.3236 27.3395C27.3885 27.0368 22.0267 28.3544 19.6714 30.215C17.6462 31.8175 14.7735 36.518 13.8725 45.4116L11.7402 73.4636C18.815 75.3776 33.4551 78.4579 53.2696 75.4934H53.2607Z' fill='%23BCDBE2'/%3E%3Cpath d='M37.282 78.9831C37.282 78.9831 35.4442 94.9009 42.8579 96.5568C48.5409 97.8209 55.7673 96.7348 57.2571 96.3876C61.3164 95.4439 54.7145 78.8496 54.7145 78.8496C54.7145 78.8496 38.2187 77.2827 37.2731 78.9831H37.282Z' fill='%23EB93AC'/%3E%3Cpath d='M38.6117 81.4315C38.3797 81.4315 38.1656 81.3069 38.0586 81.0843C37.8891 80.7371 21.2148 45.6967 21.7858 25.9063C21.7947 25.568 22.107 25.2742 22.4192 25.3098C22.7583 25.3187 23.0259 25.6036 23.017 25.9419C22.4549 45.4385 39.0042 80.2029 39.1737 80.559C39.3165 80.8617 39.1916 81.2267 38.8883 81.3781C38.799 81.4226 38.7098 81.4404 38.6206 81.4404L38.6117 81.4315Z' fill='%23EB93AC'/%3E%3Cpath d='M35.4786 6.76574C34.3634 6.24049 32.9628 6.53428 31.9636 7.14855C31.0536 7.71831 30.4202 8.76882 30.3666 9.84602C30.2506 12.223 33.1769 13.9234 35.3002 13.1133C36.3886 12.6948 37.6198 11.6265 37.5662 10.3624C37.5127 9.0448 36.7009 7.34441 35.4697 6.76574H35.4786Z' fill='%23372F2F'/%3E%3Cpath d='M69.8804 157.29C69.8804 157.29 66.2761 156.711 65.8211 158.848C65.491 160.432 72.9761 163.068 76.2592 162.587C76.2592 162.587 80.3274 162.649 79.694 158.091C78.9178 152.491 78.4985 152.892 78.4985 152.892L69.8893 157.29H69.8804Z' fill='%23473D28'/%3E%3Cpath d='M90.8636 155.376C90.8636 155.376 86.3315 155.189 85.9211 157.014C85.5642 158.59 92.7192 161.091 96.0023 160.611C96.0023 160.611 100.071 160.673 99.4282 156.115C98.652 150.515 98.2327 150.916 98.2327 150.916L90.8636 155.376Z' fill='%23473D28'/%3E%3Cpath d='M109.688 92.524C108.716 93.6547 102.551 94.8031 102.551 94.8031L104.969 68.3269L111.098 68.6919C111.098 68.6919 113.854 87.6899 109.688 92.5329V92.524Z' fill='%2324435E'/%3E%3Cpath d='M82.0313 84.6451C82.0313 84.6451 80.3541 115.564 79.685 124.653C79.3995 128.561 90.7743 155.545 90.7743 155.545L99.6334 155.091L94.6195 124.902L107.226 80.1938L98.6788 77.7812L82.0402 84.654L82.0313 84.6451Z' fill='%23A18859'/%3E%3Cpath d='M68.0884 81.8944C68.0884 81.8944 63.2976 117.14 62.2449 126.193C61.3616 133.743 69.7478 158.884 69.7478 158.884L79.9361 157.174L76.7065 126.79L95.165 89.1589L84.8875 80.5857L68.0795 81.8944H68.0884Z' fill='%23A18859'/%3E%3Cpath d='M71.424 13.0776C66.8919 14.1014 65.6607 11.128 65.6161 15.0451C65.5001 24.9892 67.5074 25.7192 70.5764 26.8143C70.5764 26.8143 70.7816 30.402 70.1839 31.7641C70.1839 31.7641 73.922 32.8858 75.742 32.1291C77.2586 31.497 79.5247 30.0726 79.5247 30.0726C78.1507 26.9834 78.4987 15.5614 78.3738 14.9561C77.3121 9.32965 75.51 12.1607 71.415 13.0776H71.424Z' fill='%23FFCEC2'/%3E%3Cpath d='M78.4899 24.5352C77.8832 24.7934 73.2619 24.6064 72.5125 24.7666C71.8077 24.9269 70.7996 19.6655 70.1751 19.2382C67.347 17.2885 63.9301 17.4933 64.6527 13.8699C65.3575 10.3534 69.1491 8.5373 72.4679 8.56401C73.7972 8.56401 77.0714 9.11597 78.5523 10.4424C84.3424 15.6148 78.8467 24.3749 78.481 24.5352H78.4899Z' fill='%23372F2F'/%3E%3Cpath d='M72.1549 20.5201C72.2798 21.6685 71.6197 22.6745 70.6918 22.7724C69.764 22.8704 68.9165 22.0157 68.8005 20.8673C68.6845 19.7189 69.3358 18.704 70.2636 18.606C71.1914 18.5081 72.039 19.3627 72.1549 20.5112V20.5201Z' fill='%23FFCEC2'/%3E%3Cpath d='M67.266 18.9799C67.2927 19.2292 67.1589 19.4518 66.9537 19.4696C66.7574 19.4963 66.579 19.3004 66.5522 19.0512C66.5255 18.8019 66.6593 18.5793 66.8556 18.5615C67.0518 18.5348 67.2392 18.7307 67.266 18.9799Z' fill='%235E4249'/%3E%3Cpath d='M65.964 18.3923L64.9023 21.7219L67.1952 21.7664L65.964 18.3923Z' fill='%23FFCEC2'/%3E%3Cpath d='M69.8535 20.6358C69.9071 21.1254 69.5324 21.5616 69.0327 21.615C68.5331 21.6685 68.0782 21.3124 68.0246 20.8227C67.9711 20.3331 68.3458 19.8969 68.8454 19.8434C69.3539 19.79 69.8 20.1461 69.8535 20.6358Z' fill='%23FF9385'/%3E%3Cpath d='M66.8829 22.5144C66.749 22.5144 66.6331 22.4075 66.6152 22.274C66.5974 22.1315 66.7044 21.998 66.8561 21.9802C66.8829 21.9802 67.4449 21.9001 67.8375 21.1701C67.9088 21.0365 68.0694 20.992 68.2032 21.0632C68.3371 21.1345 68.3817 21.2947 68.3103 21.4282C67.775 22.4164 66.9453 22.5054 66.9186 22.5144C66.9096 22.5144 66.9007 22.5144 66.8918 22.5144H66.8829Z' fill='%23FF4F4F'/%3E%3Cpath d='M13.979 14.2796C12.8192 14.1817 13.2385 16.5141 13.2831 17.0572C13.3099 17.4667 13.4616 17.8406 13.3545 18.2412C13.2474 18.6062 13.0958 18.998 12.9352 19.3363C12.5516 20.1108 11.9628 20.7874 11.3204 21.3482C10.7405 21.8557 10.0268 22.096 9.43798 22.559C8.86701 23.013 8.47447 23.9745 8.51907 24.7045C8.5726 25.3544 9.75023 26.1111 10.2855 26.3782C12.2482 27.3753 14.6838 26.3782 15.9506 24.7223C16.3343 24.2238 16.8071 23.4937 16.9499 22.8706C17.2086 21.731 16.8517 20.5826 16.4592 19.5232C16.0934 18.5439 15.7098 17.5735 15.4154 16.5765C15.2012 15.891 14.7998 14.8405 14.2288 14.3864C14.1307 14.3152 14.0504 14.2796 13.9701 14.2796H13.979Z' fill='%23FFCEC2'/%3E%3Cpath d='M9.51837 25.746C9.00093 25.6659 7.87682 24.375 7.3683 23.8943C6.95791 23.4937 4.04059 20.449 3.65697 19.9772C3.39825 19.6478 2.94325 19.2739 3.01463 18.802C3.09492 18.3213 3.53207 18.348 3.89785 18.4726C4.54912 18.6863 6.85085 21.09 7.27908 21.0722C6.57429 20.4312 6.04792 19.6745 5.22715 18.8109C4.86137 18.4192 2.631 16.2292 3.05031 15.4369C3.34472 14.9116 4.21902 15.2232 4.67402 15.5526C5.56616 16.1669 7.68055 18.437 8.56377 19.078C8.10878 18.5616 5.12901 15.0718 4.77215 14.6267C4.51343 14.3062 4.2101 13.8255 4.32608 13.3893C4.5402 12.4901 5.79812 13.2646 6.20851 13.5851C6.95791 14.1638 10.5711 17.6358 11.1332 18.3213C10.3659 17.4755 9.65219 16.7188 8.92063 15.8464C8.38534 15.2232 7.46643 14.3953 7.09173 13.6652C6.97575 13.4427 6.9133 13.2913 7.02036 13.0866C7.15418 12.8551 7.42183 12.7661 7.64486 12.8284C8.73328 13.1133 13.5598 17.2975 14.4073 18.3747C15.469 19.719 14.9248 21.9001 14.0059 23.1732C13.6579 23.645 13.1762 24.1079 12.7123 24.4551C12.2305 24.8023 11.6328 24.7756 11.0796 24.6332C10.8477 24.5709 10.5443 24.3928 10.3035 24.4106C10.0983 24.4284 9.84846 24.6154 9.66111 24.7044C9.3221 24.8825 9.75033 25.7727 9.50945 25.746H9.51837Z' fill='%23FFCEC2'/%3E%3Cpath d='M16.9849 21.0544L36.2463 33.7139C36.2463 33.7139 52.528 28.31 79.2478 28.7997C82.5398 28.862 86.5277 28.8976 89.4539 30.4555C92.4426 32.0402 94.7711 34.7555 96.823 37.3728C103.782 46.2665 104.638 56.9673 106.298 67.8551C106.503 69.1816 108.225 79.9359 107.217 80.1941C86.1084 85.5089 65.9816 85.1261 65.9816 85.1261C65.9816 85.1261 56.846 57.2433 55.8825 53.1036C55.6327 51.9997 55.2937 50.8335 54.9992 49.5871C44.7931 49.5693 32.0265 45.6789 29.6801 44.5839C23.8812 41.8686 10.3027 26.3871 10.3027 26.3871L17.0027 21.0633L16.9849 21.0544Z' fill='%235385E0'/%3E%3Cpath d='M37.9158 39.8476C37.7195 39.8476 37.55 39.723 37.4876 39.5271L36.3278 35.5655C36.2564 35.334 36.3902 35.0848 36.6311 35.0135C36.872 34.9423 37.1129 35.0848 37.1842 35.3162L38.344 39.2779C38.4154 39.5093 38.2816 39.7586 38.0407 39.8298C37.9961 39.8387 37.9604 39.8476 37.9158 39.8476Z' fill='%2324435E'/%3E%3Cpath d='M64.4572 56.6023L61.1562 62.567L66.8214 67.588L70.5684 61.5788L64.4572 56.6023Z' fill='white'/%3E%3Cpath d='M75.6545 55.0088L71.6934 61.383L76.9392 66.9649L80.9092 60.9379L75.6545 55.0088Z' fill='white'/%3E%3Cpath d='M86.1369 54.252L82.1758 60.6351L87.4216 66.2081L91.3827 60.1811L86.1369 54.252Z' fill='white'/%3E%3Cpath d='M96.1904 53.0234L92.7734 59.6825L98.4296 64.5611L101.909 58.4718L96.1904 53.0234Z' fill='white'/%3E%3Cpath d='M61.8242 29.4404L108.983 79.633L109.046 71.0064L65.3571 29.0754L61.8242 29.4404Z' fill='%2324435E'/%3E%3Cpath d='M82.5402 95.0166C82.4778 95.0166 82.4153 94.9988 82.3707 94.9632L77.562 91.3932C77.4728 91.322 77.4282 91.2152 77.455 91.1083L78.3471 86.8796C78.3739 86.7639 78.472 86.666 78.5969 86.6571L90.7836 85.2327C90.8907 85.2327 90.9799 85.2594 91.0424 85.3395C91.1048 85.4196 91.1227 85.5265 91.087 85.6155L88.9637 91.1707C88.9369 91.233 88.9012 91.2775 88.8388 91.3131L82.6919 94.981C82.6473 95.0077 82.5937 95.0255 82.5491 95.0255L82.5402 95.0166ZM78.0527 91.046L82.5581 94.3934L88.4551 90.8769L90.3733 85.8558L78.8646 87.2001L78.0527 91.0549V91.046Z' fill='%23786748'/%3E%3Cpath d='M73.6817 129.968C73.6103 129.968 73.539 129.941 73.4854 129.888C73.3695 129.781 73.3605 129.603 73.4676 129.487L75.8764 126.906C75.9835 126.79 76.1619 126.781 76.2779 126.888C76.3938 126.995 76.4028 127.173 76.2957 127.288L73.8869 129.87C73.8334 129.933 73.7531 129.959 73.6728 129.959L73.6817 129.968Z' fill='%23786748'/%3E%3Cpath d='M91.8286 128.784C91.7662 128.784 91.7037 128.766 91.6502 128.722C91.5253 128.624 91.4985 128.446 91.5967 128.321L94.059 125.143C94.1571 125.018 94.3356 124.992 94.4605 125.089C94.5854 125.187 94.6121 125.365 94.514 125.49L92.0517 128.668C91.9981 128.74 91.9089 128.775 91.8286 128.775V128.784Z' fill='%23786748'/%3E%3Cpath d='M99.2144 91.963C99.2144 91.963 99.1252 91.9541 99.0806 91.9274L94.727 89.7018C94.6199 89.6484 94.5574 89.5326 94.5753 89.4169L95.066 85.0368C95.0838 84.9211 95.1641 84.8232 95.2801 84.7965L104.844 82.2236C104.942 82.1969 105.049 82.2236 105.12 82.3038C105.192 82.375 105.219 82.4907 105.192 82.5886L103.336 88.5801C103.318 88.6335 103.292 88.678 103.247 88.7136L99.4018 91.9096C99.3483 91.9541 99.2858 91.9719 99.2144 91.9719V91.963ZM95.1641 89.2834L99.1788 91.3398L102.819 88.3219L104.496 82.9091L95.6191 85.295L95.173 89.2834H95.1641Z' fill='%23786748'/%3E%3Cpath d='M80.2211 116.623C80.1765 116.623 80.123 116.614 80.0784 116.588C79.9446 116.507 79.891 116.338 79.9713 116.196L93.3178 92.8622C93.3981 92.7287 93.5676 92.6753 93.7104 92.7554C93.8442 92.8355 93.8977 93.0047 93.8174 93.1471L80.4709 116.481C80.4174 116.57 80.3193 116.623 80.2211 116.623Z' fill='%23786748'/%3E%3Cpath d='M12.3734 70.4458C12.3734 70.4458 12.3466 70.4458 12.3377 70.4458C12.1771 70.428 12.07 70.2856 12.0879 70.1253L15.7546 41.6015C15.7724 41.4413 15.9152 41.3345 16.0758 41.3523C16.2364 41.3701 16.3434 41.5125 16.3256 41.6728L12.6588 70.1965C12.641 70.339 12.5161 70.4458 12.3734 70.4458Z' fill='%239C9C9C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2060_3743'%3E%3Crect width='112' height='168' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1024px) {
  .nearby-attractions::after {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .nearby-attractions::after {
    right: 0;
    bottom: -50px;
    width: 90px;
  }
}
@media (max-width: 500px) {
  .nearby-attractions::after {
    bottom: -30px;
    width: 70px;
  }
}
@media (max-width: 390px) {
  .nearby-attractions::after {
    display: none;
  }
}
.nearby-attractions .item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: calc(50% - 10px);
  padding: 3.637%;
  background: #F6F9FF;
  border-radius: 15px;
  min-height: 270px;
}
@media (max-width: 900px) {
  .nearby-attractions .item {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .nearby-attractions .item {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .nearby-attractions .item {
    flex-direction: column;
  }
}
.nearby-attractions .item .img {
  flex-shrink: 0;
  width: 124px;
  max-width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 500px) {
  .nearby-attractions .item .img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.nearby-attractions .item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .nearby-attractions .item .text {
    gap: 20px;
  }
}
.nearby-attractions .item .text .tit {
  display: block;
  font-family: "GmarketSans";
  font-size: 22px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .nearby-attractions .item .text .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .nearby-attractions .item .text .tit {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  .nearby-attractions .item .text .tit {
    font-size: 18px;
  }
}
.nearby-attractions .item .text p {
  font-size: 16px;
}
@media (max-width: 500px) {
  .nearby-attractions .item .text p {
    margin-top: 7px;
    font-size: 15px;
  }
}
.nearby-attractions .item .text .btn {
  padding: 10px 44px 10px 18px;
}
.nearby-attractions .bottom_text {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.nearby-attractions .bottom_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(34, 34, 34, 0.1);
  z-index: -1;
}
.nearby-attractions .bottom_text span {
  padding: 0 22px 0 0;
  font-size: 16px;
  letter-spacing: 24px;
  color: rgba(34, 34, 34, 0.2);
  background: #fff;
}
@media (max-width: 767px) {
  .nearby-attractions .bottom_text span {
    letter-spacing: 18px;
  }
}
@media (max-width: 500px) {
  .nearby-attractions .bottom_text span {
    font-size: 15px;
    letter-spacing: 8px;
  }
}
@media (max-width: 390px) {
  .nearby-attractions .bottom_text span {
    letter-spacing: 2px;
  }
}/*# sourceMappingURL=content.css.map */