@charset "UTF-8";
/*반응형*/
@media (min-width: 812px) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .scroll-x::-webkit-scrollbar,
  .right-scrollable::-webkit-scrollbar,
  .tabs::-webkit-scrollbar {
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
}
@media (max-width: 1200px) {
  :root {
    --width: 1000px;
  }
  body {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  :root {
    --width: 850px;
  }
}
@media (max-width: 900px) {
  :root {
    --width: 720px;
  }
}

@media (max-width: 812px) {
  select {
    background-size: auto 8px;
    background-position: center right 8px;
  }
  html,
  :root {
    --width: initial;
    --top-h: 60px;
    --input-h: 42px;
    --spector: 10px solid var(--gray-lightest);
    --btn-h: 52px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  body,
  input {
    font-size: 13px;
  }
  .wrap {
    top: 0;
  }
  .visual {
    position: relative;
    height: auto;
  }
  .visual .swiper-slide {
    height: 100%;
    min-height: 100vw;
  }
  .visual .swiper-slide .all-place {
    flex-direction: column;
  }
  table th,
  table td {
    padding: 15px 0;
    position: relative;
  }
  table tbody th {
    padding-right: 15px;
  }
  .gnb {
    padding: 0 0 0 var(--padding);
  }
  .gnb .menu li.logo {
    flex-grow: 1;
    background-size: auto 30px;
  }
  .gnb .menu .menus .menu-n {
    display: block;
  }
  .gnb .coll {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: var(--top-h);
    padding: 20px 15px;
    z-index: 2;
    position: relative;
    margin-top: -4px;
  }
  .gnb .coll:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 12px;
    content: '';
    display: block;
  }
  .gnb .coll:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    top: calc(50% + 2px);
    background-color: #fff;
    right: 15px;
  }
  .sub .gnb {
    background-color: transparent;
  }
  .scrolled .gnb {
    background-color: var(--white);
  }

  .scrolled.paying .gnb,
  .paying .sub .gnb {
    z-index: 13;
  }
  .scrolled .gnb .menu {
    height: var(--top-h);
  }
  .scrolled .gnb:after {
    width: 300%;
    transform: scale(0.34);
    transform-origin: left bottom;
  }
  .scrolled .has-tab .gnb:after {
    top: calc(100% + 36px);
  }
  .scrolled .gnb .coll:before,
  .sub .gnb .coll:before {
    border-top: 2px solid var(--gray-dark);
    border-bottom: 2px solid var(--gray-dark);
  }
  .scrolled .gnb .coll:after,
  .sub .gnb .coll:after {
    background-color: var(--gray-dark);
  }
  .gnb .menu li.menus {
    display: block;
    position: absolute;
    flex-direction: column;
    height: 100vh;
    padding-top: calc(10px + var(--top-h));
    top: 0;
    right: -100%;
    z-index: 1;
    background-color: var(--gray-dark);
    color: #fff;
    transition: 0.4s;
    min-width: 60%;
    text-align: left;
    box-shadow: -30px 0 60px rgba(0, 0, 0, 0.2);
  }
  .gnb.active .menu li.menus {
    right: 0;
  }
  .gnb .menu .mirihae-menu ul {
  }
  .gnb.active .coll {
    background-color: transparent;
  }
  .gnb.active .coll::before {
    border-color: #fff;
  }
  .gnb.active .coll::after {
    background-color: #fff;
  }
  .scrolled .gnb .menu a:hover,
  .scrolled .gnb .menu li.active,
  .sub .gnb .menu li.active,
  .gnb .menu a.active {
    color: var(--main-light);
  }
  .gnb .menu .menus .menu-n li {
    display: block;
    margin-left: 0;
    padding: 5px 30px;
  }
  .gnb .menu {
    height: var(--top-h);
  }
  .gnb .menu li.logo img {
    max-height: 50%;
    max-width: 60%;
  }
  .gnb .menu .menus .menu-n li.member {
    background: none !important;
    width: 100%;
    height: inherit;
  }
  .gnb .menu .mirihae-menu {
    width: initial;
    margin-top: 30px;
    color: var(--gray-light);
    font-size: 14px;
    transform: initial;
    position: static;
    top: initial;
  }
  .gnb .menu .menu-my {
    width: 100%;
    padding: 0 var(--padding);
  }
  .gnb .menu .mirihae-menu ul {
    display: block;
  }
  .gnb .menu .mirihae-menu ul li {
    width: auto;
    height: auto;
    padding: 5px 30px;
  }
  .gnb .menu .mirihae-menu ul li.ch,
  .gnb .menu .mirihae-menu ul li.member {
    background: none;
    margin-left: 0;
  }
  .gnb .menu .mirihae-menu li.ch::before {
    content: '카카오톡채널';
  }
  .gnb .menu .mirihae-menu li.member::before {
    content: '로그인';
  }
  .scrolled .gnb .menu a.active {
    color: var(--main-light);
  }
  .gnb .menu .menus .menu-n li.linkage {
    position: absolute;
    top: 3px;
    right: 30px;
    transform-origin: center center;
    transform: scale(0.7);
  }
  .scrolled .gnb .menu .menus .menu-n li.linkage .icon::before,
  .scrolled .gnb .menu .menus .menu-n li.linkage .icon::after {
    border-color: #fff;
  }
  .gnb .menu .menus .menu-n li.linkage + li.member {
    margin-left: 0;
  }
  .gnb .menu .mirihae-menu .lang {
    color: #fff;
    padding-top: 10px;
  }
  .gnb .menu .mirihae-menu .lang .selector {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .gnb .menu .mirihae-menu .lang .selector:hover {
    color: #fff;
  }
  .gnb .menu .mirihae-menu .lang ul {
    display: none;
    width: 100%;
    background-color: transparent;
    margin: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gnb .menu .mirihae-menu .lang ul li {
    background-color: transparent;
  }
  .gnb .menu .mirihae-menu .lang .selectbox > ul li + li {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .gnb .menu .menus .menu-n li.linkage.unlink::before {
    content: 'LINK';
    padding: 5px 10px;
    border-radius: 30px;
    background-color: var(--main-light);
    font-size: 10px;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 80%;
    left: 8px;
    letter-spacing: 0;
    color: #fff !important;
  }
  .gnb .menu li.mirihae-menu ul {
    display: none;
  }
  .gnb.active .menu li.mirihae-menu ul {
    display: flex;
    position: absolute;
    z-index: 10;
    left: calc(50% + 30px);
    /* transform-origin: left center;
    transform: scale(0.8); */
    top: 20px;
  }
  .gnb.active .menu li.mirihae-menu ul li.member,
  .gnb.active .menu li.mirihae-menu ul li.ch {
    background: none;
    color: var(--gray-light);
    font-weight: bold;
  }
  .gnb.active .menu li.mirihae-menu ul li.member::before {
    content: '로그인';
  }
  .gnb.active .menu li.mirihae-menu ul li.member + .ch::before {
    content: '카카오채널';
  }
  .scrolled .gnb.active .menu li.mirihae-menu ul {
  }
  /* 본문 */
  .visual .ment {
    padding: 0 var(--padding);
    word-break: keep-all;
  }
  .visual h1 {
    font-size: 14px;
  }
  .visual h2 {
    font-size: 1.9em;
    margin-top: 5px;
    line-height: 1.2;
  }
  .visual br {
    display: none;
  }
  .visual p {
    font-size: 12px;
    line-height: 1.5;
  }
  .btn {
    font-size: 11px;
    height: auto;
    line-height: initial;
    min-width: initial;
    padding: 8px 15px;
  }
  .board.view .attachment {
    margin: -1px calc(var(--padding) * -1);
  }
  .board.view .attachment.type2 {
    margin: 0;
    gap: 10px;
    padding-bottom: var(--padding);
  }
  .board.view .attachment li .file {
    font-size: 0.85em;
  }
  .section {
    padding: 30px 0;
    width: 100%;
  }
  .section p {
    line-height: 1.4;
  }
  .section .overview {
    margin-top: 10px;
    display: block;
    position: relative;
  }
  .section .overview.small {
    display: flex;
    gap: 30px;
    margin: 20px var(--padding) 0;
  }
  .section .overview .subscript {
    width: initial;
    padding: 0;
  }
  /* .section h2 span::before {
    content: "";
    display: block;
  } */
  .section#leisure {
    padding-bottom: 0;
  }
  .section .overview .img {
    margin: 30px 0 0 0;
    padding: 0 var(--padding);
  }
  .section .overview .subscript dl {
    border-top: 1px solid var(--gray-border);
    margin-top: 20px;
    padding-right: 0;
    bottom: 0;
    width: 100%;
  }
  .section .overview .subscript dl p {
    font-size: 12px;
    line-height: 1;
    line-height: 4;
    border-bottom: 1px solid var(--gray-border);
  }
  .section .overview .subscript dl dd {
    flex-grow: 1;
  }
  .section .overview .subscript dl dd p {
    text-indent: 10px;
  }

  #leisure .list.vertical {
    padding: 0 var(--padding);
  }
  #license .img {
    padding: 0 var(--padding);
    height: 200px;
    background-position: center;
    position: relative;
  }
  #license .img > * {
    position: relative;
    z-index: 1;
  }
  #license .section {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  #license .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
  }
  .section .split li table {
    margin-top: 20px;
    font-size: 0.8em;
  }
  .section .split li table td,
  .section .split li table th {
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section .split li table td.with-btn {
    padding: 5px 0;
  }
  .section .split li table td.dd {
    padding-top: 0;
  }
  .section .split {
    flex-direction: column;
  }
  .section .split li {
    width: initial;
  }
  .section .split li + li {
    margin-top: 60px;
  }
  /* 250811 정은우 | 인증번호 정렬 깨짐 수정 */
  .form-in.cert-check.phone_check{
    flex-direction:column;
  }
  /* END */
  p.noti {
    font-size: 12px;
    word-break: break-all;
  }
  table th,
  td {
    padding: 15px 0;
    line-height: initial;
  }
  table tbody th {
    white-space: normal;
  }
  table td.dd {
    font-size: 12px;
  }
  .section h3 + p {
    padding-right: 0;
  }
  #license .section .split:first-child li:first-child th {
    font-size: 1.2em;
  }
  .section .split li:first-child tr {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid var(--gray-border);
  }
  .section .split li:first-child th,
  .section .split li:first-child td {
    display: block;
    border: none;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .section .split li:first-child td:last-child p {
    margin-right: 30px;
    display: inline-block;
  }
  .section .split li:first-child th {
    padding-bottom: 0;
  }
  table td.with-btn {
    padding: 0;
    vertical-align: middle;
    height: 56px;
  }
  table td.dd {
    padding-top: 0px;
  }
  .rental .list .info .head + .list li {
    align-items: flex-end;
  }
  .rental .list.horizon li .info dl.price {
    line-height: 1.6;
  }
  .rental .list.horizon li .info dl.price dd {
    width: 60%;
    flex-grow: 1;
    font-weight: normal;
  }
  .rental .list.horizon li .info dl.price dt {
    font-weight: normal;
  }
  .rental .list.horizon li .info dl.price dd + dt {
    margin-left: 0;
  }
  .schedule ol li .date p {
    line-height: 1.8;
    font-size: 12px;
  }
  .schedule ol li .date {
    padding: 20px 0;
  }
  .schedule ol {
    flex-wrap: wrap;
  }
  .schedule ol li {
    width: calc(100% / 6);
    text-align: center;
    text-indent: 0;
    text-align: center;
  }
  .schedule ol li:nth-child(7) {
    border-left: 0;
  }
  .schedule ol li:nth-last-child(1) > *,
  .schedule ol li:nth-last-child(2) > * {
    text-indent: 0;
  }
  .section .head .with-btn {
    display: block;
  }
  .section .head .with-btn .btn {
    margin-top: 10px;
  }
  .section .head h2.with-btn .btn {
    margin-top: 0px;
  }
  .schedule ol li h4 span.year {
    text-align: center;
    width: 100%;
    top: 7px;
  }
  .schedule ol li h4 {
    padding: 20px 0 20px 0;
    font-size: 14px;
  }

  .list li.full > .info {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }

  .process {
    flex-wrap: wrap;
    margin-left: var(--padding);
    margin-top: 20px;
  }
  .process li {
    width: calc(100vw / 2 - 12px);
    height: calc(100vw / 2 - 12px);
    flex-shrink: 0;
    flex-grow: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -10px;
  }
  .process li h4 {
    font-size: 16px;
  }
  .process li:last-child {
  }
  .process li p {
    line-height: 1.4;
    font-size: 0.86em;
  }
  .process li:first-child {
    margin-left: calc(var(--padding) * -1);
  }
  .process li h4:nth-of-type(2) {
    margin-top: 10px;
  }

  .list li.full > .info {
    display: block;
    padding-bottom: 30px;
  }
  .sect.noti.strong {
    margin: 10px;
    padding: 20px;
  }
  #map::before {
    display: none;
  }
  #map .section,
  .section.notice {
    padding: 30px var(--padding);
    width: 100%;
  }
  #map .section:last-of-type {
    padding-bottom: 30px;
    border: 0;
  }
  #map .section .head,
  .section.notice .head {
    line-height: 1.4;
  }
  #map .section .head h4,
  .section.notice .head h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #map .map-area,
  .cs .map-area {
    height: 300px;
  }
  #map .map-area iframe,
  .cs .map-area iframe {
    margin-top: -190px !important;
  }
  #map .head + .list.horizon {
    margin-top: 30px;
  }
  .footer,
  .full.reservation .footer {
    margin-top: 0;
    margin-bottom: -1px;
    padding: var(--padding) var(--padding) calc(var(--padding) + env(safe-area-inset-bottom)) var(--padding);
    background-color: var(--gray-pale);
    position: relative;
    z-index: -100;
  }
  .full.payment .footer {
    padding-bottom: 130px;
  }
  .go-next .footer {
    padding-bottom: 100px;
  }
  .footer .in .legal {
    white-space: nowrap;
    width: 100%;
  }
  .footer .in .legal a {
    margin-right: 10px;
  }
  .footer .in .slogo {
    display: block;
    position: relative;
    margin-top: 20px;
    height: 30px;
    display: none;
  }
  .footer .in .slogo img {
    height: 100%;
  }
  .gnb .menu li.mirihae-menu {
    display: block;
    width: initial;
  }
  /* 서브 */
  .sub .contents .article {
    margin: 0px 0;
    position: static;
  }
  .sub .contents .article .header h1 {
    font-size: 1.6em;
    width: initial;
    padding: 0 var(--padding);
  }
  .sub .contents .article .header > p {
    padding: 0 var(--padding);
  }
  .sub .contents .article .header.nav {
    margin: 5px 0 20px 0;
  }
  .sub .contents .article .header.nav h1 {
    font-size: 1.55em;
  }
  .sub .contents .article .header.nav img {
    height: 20px;
  }
  .sub .contents .article .header {
    margin: 10px 0 30px 0;
  }
  .local .list.vertical.gallery {
    font-size: 1em;
  }
  .local #map-picks > div > div > div > div::after,
  .list.vertical.gallery.numberic .infos h2::before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
  }
  .list.vertical.gallery.numberic .infos h2 {
    font-size: 1.2em;
  }
  .list.vertical.gallery li p.address {
    font-size: 0.9em;
  }
  .local .list.vertical.gallery li {
    --cell: 2 !important;
  }
  .local .list.vertical.gallery {
    font-size: 1em;
    row-gap: 30px;
  }
  .local .search {
    margin-bottom: 12px;
  }
  .sub .contents .article .tabs,
  .scrolled .sub .contents .article .tabs {
    padding-left: var(--padding);
    padding-right: var(--padding);
    position: fixed;
    background-color: #fff;
    top: var(--top-h);
    z-index: 10;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: flex-start;
    height: 36px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .sub .detail .detail-contents .pay-overview {
    margin-bottom: 0;
  }
  .sub .contents .article .tabs a,
  .scrolled .contents .article .tabs a {
    margin-right: 20px;
    font-size: 1.25em;
    height: 36px;
    padding-top: 5px;
    white-space: nowrap;
  }
  .sub .contents .article .tabs a.active {
    color: var(--main-color);
  }
  .scrolled .sub,
  .sub {
    tab-h: 36px;
  }
  .tabs a::after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    margin-top: 0;
    border-top-width: 3px;
    border-color: var(--main-color);
    opacity: 0;
  }
  .sub .contents .article .tabs a.active::after,
  .scrolled .contents .article .tabs a.active::after {
    opacity: 1;
  }
  .wrap.sub.has-tab .contents {
    padding-top: calc(var(--top-h) + 36px);
  }
  .sub .contents .images .swiper-slide {
    height: 200px;
  }
  .sect .form .guidance.split {
    display: block;
  }
  .sect .form .guidance.split > div {
    width: initial;
  }
  .sect .form .guidance.split > div .btn {
    margin-top: 10px;
  }
  .sect .form .guidance.split > div + div {
    margin-top: 20px;
    border-top: 1px solid var(--gray-border);
    padding-top: 20px;
  }
  .sect .noti,
  .sect .form .guidance.split > div p {
    font-size: 1em;
  }
  .sect .noti p + p {
    margin-top: 3px;
  }
  .sub .detail .detail-contents .item {
    margin: 0 10px;
    padding: 0;
    flex-direction: column;
    overflow: hidden;
  }
  .sub .detail .detail-contents .item .thumb {
    width: 100%;
    border-radius: 0;
  }
  .sub .detail .detail-contents .item .infos {
    padding: 20px;
    width: 100%;
    text-align: center;
  }

  .sub .detail .detail-contents .item .infos .option {
    border: 0;
  }
  .sub .detail .detail-contents .item .infos h4 {
    font-size: 14px;
  }
  .sub .detail .detail-contents .item .infos h3 {
  }
  .sub .detail .detail-contents .item .infos p {
    font-size: 12px;
  }
  .accordion th,
  .accordion td {
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 10px;
  }
  .accordion > li {
    padding: 0 15px;
  }
  .accordion > li h2 a {
    padding: 15px 0;
  }
  .accordion > li h2 {
    font-size: 14px;
  }
  .accordion > li:after {
    top: 22px;
  }
  select,
  input[type='text'],
  input[type='password'],
  input[type='number'] {
    padding: 0 14px;
    font-size: 14px;
  }
  .sub .detail .detail-contents {
    width: initial;
  }
  .paying.sub.reservation .footer,
  .go-next.sub.reservation .footer {
    padding-bottom: 70px;
  }
  .sub .detail .detail-contents .overview {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 20px 30px var(--padding);
  }
  .sub .detail .detail-contents .sect .overview.small {
    padding: 0;
  }
  .sub .detail .detail-contents .overview h6 {
    font-size: 12px;
  }
  .sub .detail .detail-contents .overview p,
  .overview.small p {
    font-size: 18px;
  }

  .section .guidance .overview.small {
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
  }
  .option {
    border-bottom: var(--spector);
    border-top: 0;
  }
  .sect .option {
    border: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .option .reserv-day {
    display: inline-block;
  }
  .sect .option li {
    margin: 0;
  }
  .option li h5 span.bk::after {
    margin-right: 8px;
    padding-right: 8px;
  }
  .option li {
    display: block;
    line-height: 1.8;
    padding: 16px 0;
    margin: 0 var(--padding);
    height: auto;
  }
  .option::before {
  }
  .option li:last-child {
    border: none;
  }
  .option li p {
    font-size: 0.85em;
  }
  .option li .price-area {
    align-items: flex-start;
  }
  .option .sale-tag,
  .option .name-area .reserv-day {
    line-height: 1;
    border-width: 1px;
    border-radius: 3px;
    margin-right: 0;
    font-size: 0.7em;
  }
  .option li dl.price.sale {
    padding-bottom: 15px;
  }
  .sect,
  .sect .option,
  .sub .detail .detail-contents,
  .sub .detail,
  .sub {
    overflow-x: hidden;
    width: 100%;
  }
  .sect.sight {
    width: 100%;
  }
  .sub {
    overflow: hidden;
  }
  .sub .detail .detail-contents .sub-detail {
    padding-top: 0;
    margin-top: 0;
  }
  .overview.small {
    padding: 0;
    margin: 0;
  }
  .sub .detail .detail-contents .overview-multi .overview.small li {
    width: calc(50% - 10px);
  }
  .sub .detail .detail-contents .overview-multi {
    border-top: 1px solid var(--gray-border);
    border-bottom: 1px solid var(--gray-border);
    padding: 20px 0;
  }
  .sub .detail .detail-contents .overview-multi:first-of-type {
    border-top: 1px solid var(--gray-dark);
  }
  .sub .detail .detail-contents .overview-multi + div {
    margin-top: -1px;
  }
  .sub .detail .detail-contents .overview-multi h4 {
    margin-bottom: 5px;
  }
  .sect .map iframe {
    height: calc(170vw - 48px);
    margin-top: -50px;
  }
  .sect {
    margin-bottom: 0;
    margin-top: 0;
    padding: var(--padding);
    position: relative;
  }
  .sect:not(.notice-area) + .sect:not(.shop-info) {
    border-top: var(--spector);
  }
  .sect:not(.notice-area) + .sect.sight {
    border: 0;
  }
  .sect:nth-child(1) {
    z-index: 10;
  }
  .sect:nth-child(2) {
    z-index: 9;
  }
  .sect:nth-child(3) {
    z-index: 8;
  }
  .sect:nth-child(4) {
    z-index: 7;
  }
  .sect:nth-child(5) {
    z-index: 6;
  }
  .sect:nth-child(6) {
    z-index: 5;
  }
  .sect:nth-child(7) {
    z-index: 4;
  }
  .sect:nth-child(8) {
    z-index: 3;
  }
  .sect:nth-child(9) {
    z-index: 2;
  }
  .sect.noti {
    padding: var(--padding);
    border-radius: 0;
  }
  .sect p {
    line-height: 1.4;
    font-size: 1em;
  }
  .sect p + p {
  }
  .sect .split {
    flex-wrap: wrap;
    gap: var(--padding);
    justify-content: space-between;
  }
  .sect.shop-info h4 {
    line-height: 1.3;
    width: 60%;
  }
  .sect.shop-info h4 + h4 {
    margin-top: 2px;
  }
  .sub.my .detail .detail-contents .sect:last-child {
    margin-top: 0;
  }
  .sub .detail {
    padding-bottom: 0;
  }
  .wrap:has(.reserv-ui) {
    padding-bottom: var(--btn-h);
  }
  .sect:last-child,
  .sub.my .detail .detail-contents .sect:last-child {
    /* margin-bottom: var(--padding); */
    border: none;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    width: initial;
  }
  .sub .section.sect > div:last-child {
    padding-bottom: var(--padding);
  }
  .sect.shop-info {
    padding: 0;
    margin-top: -1px;
  }
  .sect.shop-info > * {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .sect.shop-info > .map-area {
    padding: 0;
    overflow-x: hidden;
    border-radius: 0;
  }
  .sect.shop-info {
    padding-bottom: var(--padding);
  }
  .sect.shop-info .map {
    padding: 0;
    border-radius: 0;
    clip-path: inset(0% 0% 0% 0% round 0);
  }
  .option li dl.price {
    font-size: 14px;
    justify-content: flex-start;
    margin-top: 5px;
  }
  .option li .price-area {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: initial;
  }
  .sect.shop-info h4 {
    width: 100%;
  }
  .sect table.span tbody {
    display: table-row-group;
  }
  .sub .detail .sect .voucher table {
    display: table;
  }
  .sub .detail .sect .voucher tr {
    display: table-row;
  }
  .sub .detail .sect .voucher th,
  .sub .detail .sect .voucher td {
    display: table-cell;
    padding: 15px;
  }
  .sect > .overview-mm table,
  .sect > .overview-mm table tbody {
    display: block;
  }
  .sect > .overview-mm table tr {
    display: block;
  }
  .sect > .overview-mm tr:first-child {
    border-top: 1px solid var(--gray-dark);
  }
  .sect > .overview-mm tr:first-child th {
    padding-top: 20px;
  }
  .sect .overview-mm tr th {
    width: 100%;
  }
  .sect .overview-mm tr td {
  }
  .sect .overview-mm tr td:last-child {
    display: block;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 20px;
  }
  .sect .overview-mm tr td:last-child * {
    font-size: 0.8rem;
    font-weight: normal;
    color: var(--gray-mid);
  }
  .sect .overview-mm tr td:last-child h6 {
    margin-right: 3px;
  }
  .sub .detail .detail-contents table tr td p + p {
    margin-top: 5px;
  }
  .sub .detail .detail-contents table tr td.with-btn {
    height: auto;
    padding-bottom: 20px;
  }
  .sub .detail .detail-contents table tr td.with-btn a.btn {
    margin-top: -10px;
  }
  .sub .detail .detail-contents table tr th {
    /* margin-bottom: 10px; */
    word-break: keep-all;
  }
  .voucher table th,
  .voucher table td {
    font-size: 12px;
  }
  .sub.complete .detail .voucher table th {
    padding-right: 0;
  }
  .sub.complete .detail .voucher table th::before {
    display: none;
  }
  .sect .noti.with-btn {
    display: block;
  }
  .sect .noti.with-btn .qr {
    text-align: center;
    margin-bottom: 20px;
  }
  .sect .noti.with-btn .qr img {
    height: auto;
    width: 40%;
  }
  .sect.sight .head {
    margin-left: var(--padding);
    margin-right: var(--padding);
  }
  .sub .detail .detail-contents .item .qr {
    text-align: center;
    align-self: center;
    width: 50%;
    height: auto;
    padding-top: var(--padding);
  }
  .sub .detail .detail-contents .item .qr img {
    width: 100%;
  }
  .sect .noti .print,
  .sub .detail .detail-contents .item .print {
    margin-top: 15px;
    flex-direction: row;
    width: initial;
    height: initial;
    background: none;
    border: 1px solid var(--gray-border);
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
    aspect-ratio: initial;
  }
  .sub .detail .detail-contents .item .print {
    width: 100%;
    border: 0;
    border-radius: 0;
    border-top: 1px solid var(--gray-border);
    margin-top: 0;
  }
  .sect .noti .print img,
  .sub .detail .detail-contents .item .print img {
    height: 18px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .sub .detail .detail-contents .item::before {
    width: 80px;
    height: 80px;
    top: 10px;
    margin-top: 0;
    right: initial;
    left: 10px;
    mix-blend-mode: difference;
  }
  .sub.my .detail .detail-contents .sect.schedule {
    margin-bottom: 0;
    margin-top: 0;
  }
  .sub.my .detail .detail-contents .sect.schedule .list.horizon li .thumb {
    margin-right: 0;
  }
  .sub.my .list.horizon li {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .my .sect.schedule h3 span {
    padding: 5px 12px;
  }
  .sub.my .contents .article .header p {
    padding: 0 var(--padding);
  }
  .sub .contents .article .header h1 + p {
    margin-top: 10px;
  }
  .sub.my .contents .article .header p + p {
    margin-top: 5px;
  }
  .sub.my .detail .detail-contents {
    border-top: var(--spector);
  }
  .sub.my .detail .detail-contents:only-of-type {
    border-top: 0;
  }
  .sub.my .detail .detail-contents:only-of-type .sect:first-child {
    padding-top: 0;
  }
  .sub.my.log .detail .detail-contents {
    border-top: 0;
  }
  .sub .detail .detail-contents .my-ticket {
    padding: 0 10px;
  }
  .sub .detail .detail-contents .month-ticket {
    width: var(--width);
    gap: 10px;
    margin-bottom: var(--padding);
  }
  .sub .detail .detail-contents .month-ticket .item {
    width: calc(50% - 5px);
    margin: 0;
    flex-direction: column;
    border: 1px solid var(--gray-border);
    background-color: #fff;
    border-radius: 6px;
  }
  .sub .detail .detail-contents .month-ticket .item .infos h3 {
    font-size: 1.1em;
  }
  .sub .detail .detail-contents .month-ticket .item .infos h4 {
    font-size: 0.9em;
  }
  .sub .detail .detail-contents .month-ticket .item .infos p:last-child {
    font-size: 0.85em;
  }
  .sub .detail .detail-contents .month-ticket .item .dday {
    font-size: 0.6em;
    padding: 3px 8px;
    line-height: 1;
  }
  .sub .detail .detail-contents .month-ticket .item .thumb {
    width: 100%;
    min-height: 140px;
    flex-shrink: 0;
  }
  .sub .detail .detail-contents .month-ticket .item .infos {
    padding: 0 0 0 15px;
    margin: 15px 0;
    line-height: 1.2;
    text-align: left;
  }
  .sub .detail .detail-contents .month-ticket .item .infos .count-num {
    gap: 30px;
    margin-top: 5px;
  }
  .sub .detail .detail-contents .log {
    padding-top: 0;
  }
  .sub .detail .detail-contents .log .use-log table td,
  .sub .detail .detail-contents .log .use-log table th {
    font-size: 1em;
    padding: 15px 0 15px 15px;
    white-space: normal;
    word-break: break-all;
  }
  .sub .detail .detail-contents .log .use-log table td:last-child,
  .sub .detail .detail-contents .log .use-log table th:last-child {
    padding-right: 10px;
  }
  .sub .detail .detail-contents .log.with-cal .paging {
    font-size: 1em;
  }
  .sub .detail .detail-contents .log h3 {
    padding: 0 var(--padding);
  }
  .sub.reservation.my {
    padding-bottom: 0;
  }
  .board {
    padding: 0 var(--padding);
  }
  .btn-area {
    padding: 15px;
  }
  .board.view .btn-area {
    margin: 0 calc(var(--padding) * -1);
    padding-top: 15px;
  }
  .btn-area a.btn {
    font-size: 1em;
    padding: 10px 20px;
  }
  .board img {
    margin: 0 -var(--padding);
    max-width: calc(100% + 48px);
  }
  .list .full-split .info {
    flex-direction: column;
  }
  .list .full-split .info > div {
    width: 100%;
  }
  .contents > .section .list .full-split .info .head,
  .contents > .section .list .full-split .info .subscr,
  .contents > .section .list .full-split .info .ul,
  .contents > .section > .head,
  .contents > .section > .list.vertical,
  .contents > .section > div {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .contents > .section.insert-full .list .full-split .info .subscr {
    padding: 0;
  }
  .list .full-split .info .subscr {
    width: 100%;
  }
  .list .full-split .info .subscr + .subscr {
    margin-top: var(--padding);
  }
  .list .full-split .info .subscr > p {
    padding: 0;
  }
  .list .full-split .info .ul {
    margin-top: 30px;
  }
  .list .full-split.with-split {
    flex-direction: column;
    padding-bottom: var(--padding);
  }
  .list .full-split.with-split .half-split {
    width: 100%;
  }
  .list .full-split .info:last-child .ul:last-child {
    margin-bottom: 30px;
  }
  .list.all {
    display: block;
  }
  .list.all > li + li {
    margin-top: 30px;
  }
  .list .full-split .info .subscr > p {
    font-size: 0.9em;
  }
  .list .full-split .info .ul > p {
    font-size: 0.9em;
  }
  .list .full-split .info .head {
    margin-bottom: 10px;
  }
  .list .full-split .info .btns {
    margin-top: 20px;
    gap: 10px;
  }
  .list .full-split .info .btns .btn {
    font-size: 0.8em;
    padding: 10px var(--padding);
  }
  .list .full-split .info .btns .btn.on {
    font-size: 0;
  }
  .list .full-split .swiper-pagination {
    margin: 20px;
    width: initial;
  }
  .facility .swiper-slide {
    height: 60vw;
  }
  .price-popup {
    left: 0;
    width: 100%;
  }
  .price-popup .title {
    padding: 20px;
    padding-right: 10px;
  }
  .price-popup .price-table {
    padding: 0;
  }
  .price-popup .price-table .sect > p,
  .price-popup .price-table .sect > h3 {
    padding: 0 var(--padding);
  }
  .price-popup .price-table .sect .overview-mm td p {
    font-size: 1em;
  }
  .price-popup .price-table .sect .overview-mm td h6 {
    font-size: 0.7em;
  }
  .price-popup .price-table .sect .overview-mm th h5 {
    font-size: 0.7em;
    padding-left: 10px;
  }
  .price-popup .price-table {
    gap: 0;
  }
  .price-popup .price-table .sect + .sect {
    border-top: 8px solid var(--gray-pale);
    padding-top: 30px;
  }
  .price-popup .price-table .sect > p {
    font-size: 0.85em;
  }
  .price-popup .price-table .sect .overview-mm td p.ext {
    font-size: 0.7em;
  }
  .sub .detail .detail-contents .reserv-ui {
    display: block;
  }
  .sub .detail .reserv-ui.need-login {
    border-radius: 12px 12px 0 0;
  }
  .sub .detail .reserv-ui.need-login .login-wrap {
    position: relative;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay {
    padding: 30px 20px 20px 20px;
  }
  .sub .detail .reserv-ui.need-login a.submit {
    display: none;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns {
    font-size: 1em;
    margin-top: 20px;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a {
    flex-grow: 1;
    width: 48%;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay h1 {
    display: none;
  }
  .sub .detail .reserv-ui.need-login .login-wrap .overlay .btns a.join {
    text-decoration: none;
    font-size: 1em;
    margin-top: 0;
    border: 1px solid #fff;
    padding: 13px 0;
    border-radius: 5px;
  }
  .sect h3 {
    padding-bottom: 10px;
  }
  .sect:first-child > h3:last-of-type {
    margin-top: 0;
  }
  .notice-area li {
    padding: 20px;
  }
  .sect.notice-area {
    padding: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
    width: initial;
  }
  .sect.notice-area::after {
    display: none;
  }
  .notice-area {
    overflow: hidden;
    overscroll-behavior: none;
  }
  .sect.notice-area .swiper-nav .swiper-pagination-fraction {
    display: none;
  }
  .sect.notice-area .swiper-nav {
    gap: 10px;
    top: 16px;
    height: 18px;
    right: 10px;
  }
  .visual .swiper-slide.notice {
    padding-top: var(--top-h);
  }
  .visual .swiper-slide.notice .noti {
    padding: 10px;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .visual .swiper-slide.notice .noti .ment {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content {
    border-radius: 8px;
    overflow: hidden;
    overscroll-behavior: none;
    position: relative;
    bottom: 0;
    justify-self: flex-end;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr td,
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr th {
    display: table-cell;
    width: calc(100% / 7);
    border: 0;
    font-size: 10px;
    text-align: center;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td {
    padding: 5px;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table td .ui-state-default {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .visual .swiper-slide.notice .noti .cal-huge.ui-widget.ui-widget-content .ui-body table tr {
    display: table;
    border-collapse: collapse;
    border: 0 none;
    border-bottom: 1px solid var(--gray-border);
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-body table .ui-state-disabled .event {
    display: none;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content .ui-widget-header {
    display: none;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget.ui-widget-content {
    position: relative !important;
    top: 0 !important;
  }
  .visual .swiper-slide.notice .noti .ment {
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
  }
  .visual .swiper-slide.notice .noti .ment p:first-of-type {
    margin-top: 0;
  }
  .visual .swiper-slide.notice .noti .ment .days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .visual .swiper-slide.notice .noti .ment .days p strong {
    display: block;
    margin-top: 8px;
    font-size: 1.2em;
  }
  .visual .swiper-slide.notice .noti .ment p {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    width: 50%;
  }
  .visual .swiper-slide.notice .noti h1 {
    font-size: 1.4em;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .visual .swiper-slide.notice .noti h2 {
    font-size: 1.1em;
    display: none;
  }
  .visual .swiper-slide.notice .noti h1 + h2 {
    display: block;
    margin-top: -8px;
    margin-bottom: 12px;
    text-align: left;
  }
  .swiper-wrapper {
    height: auto;
  }
  .swiper-pagination-progressbar {
    height: 3px;
  }
  .swiper-container.images .swiper-pagination-progressbar {
    margin: 16px var(--padding);
    width: initial;
  }
  .sub.my .detail .detail-contents .sub-detail {
    border: 0;
  }
  .section .overview .summary table {
    border-top: 1px solid var(--gray-border);
  }
  .section .overview .summary th,
  .section .overview .summary td {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid var(--gray-border);
  }
  .section .overview .summary td:nth-child(4) {
    padding-right: 0;
  }
  .info .ul + .time-clock {
    margin-top: 0;
  }
  .time-clock > div {
    width: calc(100% / 2);
    font-size: 1.1em;
    padding: 20px 0;
  }
  .clock-frame,
  .clock-frame .clock {
    width: 100px;
    height: 100px;
  }
  .clock-frame .clock {
    border-width: 4px;
  }
  .time-clock > div.thismonth {
    border-radius: 0;
  }
  .list .full-split .info + div {
    margin-top: 0;
  }
  .list .full-split .info + div.price {
    margin-top: 30px;
  }
  .list .full-split .info .ol {
    flex-direction: column;
    padding: 0 24px;
  }
  .list .full-split .info .ol.trp li {
    width: 100%;
  }
  .list .full-split .info .noti {
    padding: 24px;
    flex-direction: column;
    gap: 20px;
    border-radius: 0;
    margin-bottom: 0 !important;
  }
  .list .full-split .info .noti > ul {
    padding: 0;
    width: 100%;
  }
  .list .full-split {
    border-bottom: var(--spector);
  }
  .section.insert-full table tbody th,
  .section.insert-full table tbody td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section.insert-full .list .full-split {
    border-bottom: 0;
  }
  .section + .section {
    border-top: var(--spector);
  }
  .section.insert-full-banner + .section,
  .section.promotion.banner + .section {
    border-top: 0;
  }
  .section .list + .guidance {
    margin-top: var(--padding);
  }
  /* .section:has(.list.vertical:last-child) {
    padding-bottom: 0;
  } */
  .section:last-of-type {
    border-bottom: 0;
  }
  .list .full-split:only-child {
    border: 0;
  }
  .list .full-split .option {
    border: 0;
  }
  .list.vertical li .price dd {
    margin-right: 0;
  }
  .section.no-bl {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .visual .swiper-slide.notice .noti .right {
    width: 100%;
  }
  .visual .swiper-slide.notice .noti .time-clock {
    margin-top: 0;
  }
  .visual .swiper-slide.notice .noti .time-clock .infos p {
    width: 100%;
    font-size: inherit;
  }
  .scroll-btn {
    display: none;
  }
  .visual .swiper-slide.notice .noti .time-clock > div .infos {
    font-size: 0.9em;
  }
  .visual .swiper-slide.notice .noti h1 {
    text-align: left;
  }
  .visual .swiper-slide .btnset {
    flex-wrap: wrap;
    justify-content: center;
  }
  .visual .swiper-slide .btnset a {
    white-space: nowrap;
    font-size: 0.9em;
    padding: 12px 15px;
  }
  .visual .ment p {
    font-size: 1em;
    margin-top: 0.4em;
  }
  .pause-play-state {
    margin: auto;
    right: initial;
    width: 100%;
    justify-content: center;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 2em;
  }
  .section .overview .subscript .head {
    width: 100%;
  }
  .section .overview + .img-full {
    margin-top: 30px;
    padding: 0 var(--padding);
  }
  ul + .promotion {
    margin-top: 10px;
  }
  .promotion {
    height: calc(50vw);
    padding: 0 var(--padding) !important;
    margin: 0 var(--padding);
  }
  .promotion .extra {
    margin-top: 12px;
  }
  .promotion .extra p {
    font-size: 0.85em;
  }
  .promotion h2 {
    width: 65%;
  }
  .promotion .ment {
  }
  .promotion.banner .extra {
    margin-top: 5px;
  }
  .table table tbody th,
  .table table.span tbody th {
    padding-right: 15px;
    width: auto;
  }
  .table table th,
  .table table td,
  .table table.span th,
  .table table.span td {
    font-size: 0.95em;
    padding: 15px 5px;
  }
  .table table.span tbody tr td:last-child,
  .table table.span tbody tr th:last-child {
    padding-left: 15px;
  }
  table tbody td.bk p {
    color: var(--gray-dark);
  }
  .table table.span tr th,
  .table table.span tr td {
    line-height: 1.4;
  }

  .table table.span tr th::after,
  .table table.span tr td::after {
    display: none;
  }
  .table table.span tbody tr + tr td {
    padding-top: 10px;
  }
  .table table.span tbody tr:first-child td {
    padding-top: 15px;
  }
  .table table.span tbody tr:last-child td {
    padding-bottom: 15px;
  }
  .table table.span :has(tr:nth-child(2)) td {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .section .head + .table {
    margin-top: 20px;
  }
  .visual .swiper-slide .all-place .infos {
    padding: var(--padding);
  }
  .visual:has(.all-place) .pause-play-state {
    margin: 0;
    justify-content: flex-end;
  }
  .visual .swiper-slide .all-place .infos .btns {
    margin-top: 12px;
  }
  .section.insert-full-banner > div h2 + h4 {
    margin-top: 10px;
  }
  .visual .swiper-slide .all-place::before {
    height: 100px;
  }
  #map .section .flex.between .head h4 {
    margin-bottom: 0;
  }
  #map .flex.between {
    flex-direction: column;
    justify-content: initial;
    gap: var(--padding);
  }
  .sub #map .flex.between {
    padding-left: 0;
    padding-right: 0;
  }
  .section .guidance {
    flex-direction: column;
    gap: 16px;
  }
  ul.notification {
    gap: 30px;
    padding: 0 var(--padding);
  }

  .sub ul.notification {
    padding: 0;
    flex-direction: column;
  }
  ul.notification li {
    width: 100%;
  }
  ul.notification li,
  .sub.full ul.notification li {
    width: 100%;
  }
  .section.insert-full-banner {
    padding: 60px 0;
    margin: -1px 0;
    border: 0;
  }
  .footer .in .copyright p {
    font-size: 0.85em;
  }
  .gnb .menu .menus .menu-n {
    width: 100%;
    position: static;
    left: 0;
    top: initial;
    transform: initial;
  }
  .sub .images + .detail {
    margin-top: 0;
    padding-bottom: 0;
  }
  .sect table.span {
    display: table;
    border-collapse: collapse;
  }
  .sect table.span tr {
    display: table-row;
    border: 0;
  }
  .sect table.span tr th {
    padding-top: 15px;
  }
  .sect table.span tr th,
  .sect table.span tr td {
    display: table-cell;
  }
  ul.demical li,
  .ul p,
  .sub ul.notification li {
    font-size: 1em;
  }
  table .ul p {
  }
  .sub ul.notification li {
    gap: 10px;
  }
  ul.notification li .icon {
    font-size: 2em;
  }
  .time h2 {
    font-size: 1.4em;
  }
  .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
    flex-grow: 1;
  }
  .option.color-var {
    font-size: 0.8em;
    border: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .construct .container {
    padding: var(--padding);
  }
  .construct .ment .title {
    padding: 7vw;
    border-width: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vw;
    margin-bottom: 10px;
  }
  .construct .ment .title h1 {
    text-align: center;
    font-size: 2.3em;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1;
  }
  .construct .ment .logo {
    margin-bottom: 10px;
    font-size: 1.5em;
    gap: 10px;
  }
  .construct .ment .logo img {
    height: 40px;
  }
  .construct .ment .title h1:first-of-type {
    font-size: 3.7em;
    margin-bottom: 5px;
  }
  .construct .ment h2 {
    font-size: 1.6em;
    color: var(--main-light);
  }
  .construct .ment .msg {
    font-size: 1em;
    line-height: 1.5;
    word-break: keep-all;
  }
  .construct .ment .msg p.extra {
    margin-top: 20px;
    font-size: 0.8em;
    opacity: 0.5;
  }
  .construct .visual .swiper-slide::before {
    background: rgba(0, 0, 0, 0.8);
  }
  .map-area {
    overflow-x: auto;
  }
  .sub.full .sect.sight .map {
    transform: scale(1);
  }
  .img-full.map-picker .option.color-var {
    padding: var(--padding) var(--padding) 0 var(--padding);
    margin: 0;
  }
  .img-full .map-area {
    transform: initial;
  }
  .sect-label {
    font-size: 0.8em;
  }
  .map img,
  .map-area1200 .map img {
    max-width: 1024px;
    width: auto;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .sect.sight .map {
    transform: initial;
  }
  .ui-sect .sect.sight .map {
    transform: scale(1);
  }
  /* .map-picker.jpg .map > div {
    display: none;
  } */
  .map-picker .option.color-var {
    margin-top: 1em;
  }
  .sub.full .sect.sight .map-area1200 .map,
  .sect.sight .map-area1200 .map,
  .sect.sight .map-area1200 .map > img {
    width: 1200px;
    max-width: 1200px;
    border-radius: 0;
  }
  .sect.sight .map > img {
    width: 1024px;
  }
  .map-picker .option.color-var {
    margin-top: 0;
    padding: 0 16px;
  }
  .sect.sight {
    border-top: 0;
    margin-top: -10px;
    background-color: #fff;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
  }
  .sect.sight .map-picker .map-area {
    padding: 10px 0;
    overflow-x: auto;
    height: auto !important;
  }
  .option.color-var .facilities {
    justify-content: center;
  }
  .option.color-var .facilities + .legend {
    border: 0;
    margin-left: 0;
    padding-left: 0;
    row-gap: 5px;
    justify-content: center;
    /* margin-top: 10px; */
  }
  .option.color-var .facilities,
  .option.color-var .legend {
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
  }
  .sect.sight {
    margin-top: 0;
  }
  .sub ul.notification li p {
    gap: 3px;
  }
  .sub ul.notification li p:has(strong, span) {
    display: block;
  }
  .sub ul.notification li p:has(strong, span)::before {
    margin-right: 3px;
  }
  .sub-sect ul.demical li {
    width: 100%;
  }
  .sub-sect ul.demical li + li {
    margin-top: 0;
  }
  .sub-sect.split > div {
    width: 100%;
  }
  .contactus .sub-sect {
    padding-bottom: var(--padding);
  }
  .contactus {
    border: 0;
  }
  .section.insert-full.scrollable,
  .section.img-full.scrollable,
  .section .img-full.scrollable {
    overflow-x: auto;
    padding-right: 0;
  }
  .section.insert-full.scrollable img,
  .section .img-full.scrollable img {
    width: 1024px;
    max-width: 1024px;
  }
  .contactus .section + .map-area {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .static .sub-sect {
    gap: 48px;
  }
  .sub.static .contents .images .swiper-slide {
    height: 70vw;
  }
  .section .list.horizon.facilities li p {
    margin-top: 4px;
  }
  .static table th,
  .static table td {
    font-size: 0.8em;
    word-break: break-all;
  }

  .zoomed .sub .detail .reserv-ui,
  .zoomed .swiper-container.images {
    display: none;
    z-index: -1;
    opacity: 0;
  }
  .zoomed .list li .thumb .zoom.with-swiper {
    height: 100%;
  }
  .zoomed .sub .contents .article .header {
    -webkit-transform: translateZ(0);
    display: none;
  }
  .section.insert-full,
  .section.insert-full-banner {
    padding: var(--padding);
    min-height: 55vw;
  }
  .contents > .section.insert-full .list .full-split .info .head,
  .contents > .section .list .full-split .info .noti .subscr {
    padding: 0;
  }
  #map .head + .list.horizon,
  .section.notice .head + .list.horizon {
    margin-top: var(--padding);
  }
  .sub .detail .reserv-ui.active .choose {
    padding-left: 0;
    margin-left: 0;
  }
  .list.vertical.prices li .thumb {
    /* height: calc(50vw - var(--padding)); */
    width: 100%;
  }
  .list li .infos .price-multi .price dl dd {
    font-size: 1.15em;
    font-weight: bold;
  }
  .list.vertical.row2.prices li {
    width: 100%;
    margin-bottom: 0;
  }
  .local .map-list .section {
    padding: 12px;
  }
  .local .map-list .section .search {
    flex-wrap: wrap;
    --input-h: 42px;
  }
  .local .map-list .section .search > * {
    font-size: 0.85em;
    border-radius: 4px;
  }
  .local .map-list .section .search select {
    flex-grow: 1;
    width: 30%;
    padding-right: 30px;
  }
  .local .map-list .section .search input {
    flex-grow: 1;
    width: 50%;
  }
  .search + .list {
    margin-top: 0;
  }
  .local .map-list .list.horizon li {
    width: calc(50% - 5px);
    flex-direction: column;
  }
  .map-wrap .category {
    right: 0;
    top: 0;
    left: 0;
    padding: 8px;
  }
  .map-wrap .category ul {
    flex-wrap: wrap;
    border-radius: 0;
  }
  .map-wrap .category ul li {
    width: calc(100% / 6 + 2px);
    padding: 10px 0;
  }
  .local .map-list .list.horizon li .thumb {
    width: 100%;
    border-radius: 4px;
    height: 30vw;
  }
  .local .map-list .list.horizon li .thumb + .infos {
    margin-left: 0;
    padding-top: 16px;
  }
  .local .map-list .list.horizon li .thumb + .infos h2 {
    font-size: 1.1em;
  }
  .local .map-list .list.horizon li .thumb + .infos h4 {
    font-size: 0.9em;
    font-weight: normal;
  }
  .local .map-list .list.horizon li .thumb + .infos .feat {
    font-size: 0.8em;
    gap: 1px;
  }
  .local .map-list .list.horizon li .info .feat > li {
    width: 100%;
  }
  .local .wrap.sub {
    overflow: hidden;
  }
  #map-picks {
    height: 100vw;
    overflow: hidden;
  }
  .sub .detail .detail-contents .option + .sub-detail {
    margin-top: 0px;
  }
  .wrap .contents .login-wrap {
    background: none;
    position: relative;
    padding: 0;
  }
  .wrap .contents .login-wrap .login-form {
    width: initial;
  }
  .wrap .contents .login-wrap .login-form input {
    font-size: 0.9em;
  }
  .map-area .root_daum_roughmap .wrap_map {
    margin-top: -100px !important;
  }
  .section .map-area .map {
    transform: none;
  }
  .map-picker {
    padding: 0 !important;
  }
  .map-picker .map {
    left: var(--padding);
  }
  .contents > .section > .list.vertical.prices {
    gap: 4em;
  }
  .section div + .guidance {
    margin-top: var(--padding);
  }
  .sub .contents .article .header h1 {
    width: 100%;
  }
  .sub .contents .article .header h1 br {
    display: none;
  }
  .section div + .map-picker {
    margin: var(--padding) 0 0 0;
  }
  .error-container .closed img {
    width: 70%;
  }
  .sub .detail .detail-contents .pay-overview.row {
    flex-direction: column;
    padding: 0 10px;
  }
  .sub .detail .detail-contents .pay-overview.row .item {
    margin: 0;
    padding: var(--padding);
    width: 100%;
  }
  .sub .detail .detail-contents .pay-overview.row .item td::after,
  .sub .detail .detail-contents .pay-overview.row .item th::after {
    border-color: #fff;
  }
  .sub .detail .detail-contents .pay-overview.row .item:first-child:nth-last-child(1),
  .sub .detail .detail-contents .pay-overview.row .item:first-child:nth-last-child(1) ~ div {
    width: 100%;
  }
  .sub .detail .detail-contents .pay-overview.row .item:first-child:nth-last-child(2),
  .sub .detail .detail-contents .pay-overview.row .item:first-child:nth-last-child(2) ~ div {
    width: 100%;
  }
  .sub .detail .detail-contents .pay-overview.row .item .qr {
    margin-top: 0;
  }
  .ui-sect {
    border: 0;
  }
  .ui-sect.no-border {
    border-bottom: 8px solid var(--gray-lightest);
  }
  .ui-sect .sect {
    padding: 0;
    border: 0;
  }
  .notice-area + .ui-sect {
    margin-top: 0;
  }
  .ui-sect .ui-sect-btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .ui-sect .ui-sect-btns .select-btns {
    width: 100%;
    margin-top: var(--padding);
  }
  .ui-sect .ui-sect-btns .select-btns a {
    flex-grow: 1;
  }
  .ui-sect + .sect {
    margin-top: 0;
  }
  .ui-sect .select-item > li {
    font-size: 0.85em;
    padding: 10px;
  }
  .ui-sect .select-item.vertical > li {
    flex-grow: 1;
  }
  .gnb .menu li.logo .verified {
    display: flex;
  }
  .sect.split {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    gap: var(--padding);
    border: 0;
  }
  .sect.split h1 {
    font-size: 2em;
  }
  .sect.split > div.w50,
  .sect.split > div.w40 {
    width: 100%;
  }
  .sect .head.typo .subtypo h4 + h3 {
    margin-top: 14px;
  }
  .sect .head.typo .subtypo {
    margin-top: var(--padding);
    font-size: 0.8em;
  }
  .list.vertical.prices.square {
    gap: 10px;
  }
  .list.vertical.prices.square li {
    width: calc(50% - 5px);
  }
  .list.vertical.prices.square li .price {
    align-items: flex-start;
  }
  .list.vertical.prices.square li:after {
    display: none;
  }
  .sub .section.sect .promotion {
    margin: 0;
    border-radius: 0;
  }
  .sub .section.sect {
    padding: 0;
  }
  .sub .section.sect > div {
    padding: 0 var(--padding);
  }
  .sub .section.sect .guidance .head {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
  }
  .sub .section.sect .guidance .head h3 {
    white-space: nowrap;
    padding-bottom: 0;
  }
  .sub .section.sect .guidance {
    gap: 10px;
  }
  .section .guidance .btns-big {
    gap: 10px;
    font-size: 0.9em;
    margin: var(--padding) 0;
  }
  .section .guidance .btns-big > a {
    flex-direction: row;
    width: auto;
    height: auto;
    padding: 15px 10px;
    border-radius: 5px;
    width: calc(50% - 5px);
    gap: 5px;
    font-weight: 500;
    color: var(--gray-dark);
  }
  .section .guidance .btns-big > a i {
    font-size: 1.2em;
  }
  .section .guidance .btns-big > a p br {
    display: none;
  }
  .sect.spect {
    border-radius: 0;
    border: 0;
    margin-top: -8px;
  }
  .ui-sect.no-border .sect .head {
    padding: var(--padding) var(--padding) 0 var(--padding);
  }
  .ui-sect.no-border .sect .calendar {
    margin: 0 10px;
  }
  .map-picker.jpg .option.color-var {
    padding: 10px 0;
    position: static;
  }
  .sub.full .detail .detail-contents .sect .map-picker .option.color-var {
    margin: 10px 0;
  }
  .sub.full .ui-sect.no-border .sect.sight .map {
    transform: scale(1);
    overflow-y: hidden;
  }
  .sect.sight .map-picker.jpg .map-area {
    padding: 0;
    border-radius: 0;
    height: auto !important;
  }
  .section.insert-full-banner .btnset {
    margin-top: 16px;
  }
  .wrap:not(.main) .map-picker::before {
    content: '↔ 좌우스크롤이 가능합니다.';
    margin: 5px auto;
    display: block;
    width: fit-content;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    top: 0;
    z-index: 5;
    padding: 6px 10px;
    border-radius: 42px;
    left: 50%;
    transform: translateX(-50%);
  }
  .map-picker.jpg .option.color-var > div {
    padding: 5px;
  }
  .sub .sect .map-picker.jpg .map,
  .map-area1200 .map {
    left: 0;
  }
  .map-area1200 {
    border-radius: 0;
    overflow-x: auto;
  }
  .sub .sect .map-picker.jpg .map > img {
    border-radius: 0 !important;
  }
  .promotion.banner {
    margin: 0;
    height: 180px;
    border: 0;
  }
  .section.promotion.banner {
    border-radius: 0;
  }
  .section.insert-full-banner > div h1 {
    font-size: 1.8em;
  }
  .section.insert-full-banner > div p:first-of-type {
    margin-top: 10px;
  }
  .sect.promotion.banner {
    margin: 0 var(--padding);
    height: 120px;
    padding: 36px var(--padding);
  }
  .promotion.banner + .sect {
    border: 0;
  }
  .promotion.banner .ment h3 {
    font-size: 1em;
  }
  .allborder {
    overflow-x: auto;
  }
  .allborder.price-table {
    border-top: 1px solid var(--gray-border);
  }
  .allborder table {
    border-collapse: collapse;
    width: 100%;
  }
  .allborder table tr td,
  .allborder table tr th {
    padding: 10px;
    border-right: 0;
  }
  .allborder table tr td:first-child,
  .allborder table tr th:first-child {
    border-left: 0;
  }
  .allborder table tr td:after,
  .allborder table tr th::after {
    display: none;
  }
  ul.notification li p {
    font-size: 0.95em;
  }
  ul.notification.vertical,
  .sub ul.notification.vertical {
    flex-direction: row;
  }
  ul.notification.vertical li,
  .sub ul.notification.vertical li {
    width: 50%;
  }
  ul.notification.vertical li {
    width: calc(50% - 1em);
  }
  .sect h3 + p {
    margin-top: 0;
  }
  .footer .in .logo img {
    margin-top: 10px;
    height: 20px;
  }
  .full.reservation .footer {
    padding-bottom: var(--padding);
  }
  .popup {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
@media (max-width: 812px) {
  .huge-widget.bus-seats .ui-widget {
    width: 100%;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame,
  .batchplan .frame {
    flex-direction: column;
    margin: 10px;
    border-radius: 10px;
    --gap: 10px;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .seat-batch,
  .batchplan .frame .batch {
    flex-direction: row-reverse;
    padding: 10px;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul,
  .batchplan .frame .batch > ul {
    flex-direction: column;
    gap: 10px;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li,
  .batchplan .frame .batch > ul li {
    width: 100% !important;
    height: var(--btn-h);
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li a.disabled .txt,
  .batchplan .frame .batch > ul a.disabled .txt {
    font-size: 0.6em;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .front,
  .batchplan .frame .front {
    flex-direction: row-reverse;
    padding-bottom: 10px;
  }
  .huge-widget .ui-widget .header {
    margin: 20px;
    display: flex;
    gap: 5px;
    margin-bottom: 6px;
  }
  .huge-widget .ui-widget .header h2,
  .huge-widget .ui-widget .header h3 {
    font-size: 1.5em;
  }
  .huge-widget.bus-seats .option.color-var,
  .batchplan .ui-widget .option.color-var {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .huge-widget.bus-seats .option.color-var .legend,
  .batchplan .option.color-var .legend {
    font-size: 1.2em;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .front li,
  .batchplan .frame .front li {
    writing-mode: horizontal-tb;
  }
  .huge-widget.map-district .option.color-var {
    position: static;
    padding: 10px 0 10px 10px;
    justify-content: flex-start;
    font-size: 0.7em;
  }
  .huge-widget.map-district .option.color-var p {
    margin-right: 10px;
  }
  .huge-widget.map-district::after {
    content: '←→ 좌우로 스크롤 하세요';
    position: relative;
    z-index: 2;
    margin-top: 10px;
  }
  .batchplan .frame.vertical {
    flex-direction: row-reverse;
  }
  .batchplan .frame.vertical .bottom {
    flex-direction: row;
    writing-mode: vertical-lr;
    gap: 30px;
  }
  .batchplan .frame.vertical .bottom li {
    letter-spacing: -3px;
  }
  .cal-huge.ui-widget .cal-btns,
  .huge-widget .ui-widget .btns {
    height: var(--btn-h);
    line-height: var(--btn-h);
  }
  .cal-huge-full,
  .huge-widget {
    padding: 0;
  }
  .huge-widget .option.color-var {
    margin: 14px 0;
  }
  .calendar .district dl.schedule dt,
  .color-var p span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    /* border-radius: 4px; */
  }
  .calendar .district dl.schedule dt {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1em;
  }
  .huge-widget .ui-widget .sight-pick {
    overflow-x: auto;
  }
  .huge-widget .ui-widget .sight-pick .sight {
    width: 300vw;
  }
  .huge-widget {
    padding: 10px;
  }
  .cal-huge-full .mask {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .ui-widget.ui-widget-content {
    margin-left: calc(var(--padding) / 2);
    margin-top: 10px;
    z-index: 120 !important;
    width: calc(100vw - var(--padding));
    top: 10px !important;
  }
  .ui-widget.ui-widget-content table td::after {
    display: none;
  }
  .cal-select-day.ui-widget.ui-widget-content {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .ui-widget.ui-widget-content table td {
    padding: 2px;
  }
  .cal-huge.ui-widget {
    width: 100% !important;
    left: 0;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    top: 0 !important;
    flex-grow: 1;
    overflow-x: hidden;
  }
  .time-range .cal-huge.ui-widget .time-range {
    padding-top: 10px;
  }
  .time-range .cal-huge.ui-widget .time-range > div {
    width: 50%;
  }
  .time-range .cal-huge.ui-widget .time-range > div.start {
    padding-right: 5px;
  }
  .time-range h5 {
    font-size: 1.1em;
  }
  .cal-huge.ui-widget .ui-body table tr td.ui-state-disabled {
    display: none;
  }
  .cal-huge.ui-widget .ui-body table tr td.ui-state-disabled.event-day {
    display: block;
  }
  .cal-huge.ui-widget.ui-datepicker .ui-datepicker-title {
    line-height: var(--ui-input);
  }
  .cal-huge.ui-widget .ui-body {
    flex-grow: 1;
    overflow-y: auto;
  }
  .cal-huge.ui-widget .ui-body table tr {
    display: block;
    width: 100%;
  }
  .ui-sect .ui-datepicker .ui-datepicker-header {
    border: 0;
    background-color: var(--gray-pale);
    border-radius: 50em;
    margin: 0 10px;
  }
  .ui-sect .cal-huge.ui-widget .ui-body {
    font-size: 1em;
  }
  .cal-huge.ui-widget .ui-body table tr td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 8px solid var(--gray-pale);
    padding: 15px;
    font-size: 1em;
  }
  .calendar .cal-huge.ui-widget .ui-body table tr,
  .calendar .cal-huge.ui-widget .ui-body table {
    background-color: transparent;
  }
  .calendar .cal-huge.ui-widget .ui-body table tr td {
    margin: 0;
    width: initial;
    border-bottom: 0;
    border-top: 8px solid var(--gray-pale);
    background-color: var(--white);
  }
  .calendar .cal-huge.ui-widget .ui-state-default {
    margin-bottom: 10px;
  }
  .calendar .cal-huge.ui-widget .ui-body table tr td {
  }
  .calendar .cal-huge.ui-widget .district {
    padding: 0;
  }
  .calendar .district .ctg dl.schedule {
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  .calendar .district .ctg dl.schedule dt {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .calendar .cal-huge.ui-widget .ui-body table td .event {
    padding: 0;
  }
  .calendar .cal-huge.ui-widget .ui-body table tr td.ui-state-disabled {
    opacity: 1;
    background-color: var(--gray-pale);
    pointer-events: none;
  }
  .calendar .district .ctg dl.schedule .title {
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
  }
  .calendar .district .ctg dl.schedule .title .name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .calendar .district .ctg dl.schedule .time {
    font-size: 12px;
    flex-shrink: 0;
  }
  .calendar .district .ctg dl.clickable {
    padding: 12px 8px;
  }
  .cal-huge.ui-widget .ui-body table td::after {
    display: none;
  }
  .cal-huge.ui-widget .ui-body table td a {
    display: flex;
    width: 100%;
    font-size: 1.2em;
  }
  .cal-huge.ui-widget .ui-body table td:nth-child(1) a:first-of-type:after {
    content: '일요일';
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget .ui-body table td:nth-child(2) a:first-of-type:after {
    content: '월요일';
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget .ui-body table td:nth-child(3) a:first-of-type:after {
    content: '화요일';
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget .ui-body table td:nth-child(4) a:first-of-type:after {
    content: '수요일';
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget .ui-body table td:nth-child(5) a:first-of-type:after {
    content: '목요일';
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget .ui-body table td:nth-child(6) a:first-of-type:after {
    content: '금요일';
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget .ui-body table td:nth-child(7) a:first-of-type:after {
    content: '토요일';
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget .ui-body table tr th {
    display: none;
  }
  .ui-body .times {
    gap: 10px;
  }
  .cal-huge .ui-body .times {
    gap: 5px;
  }
  .ui-body .times li {
    width: calc(50% - 5px);
  }
  .cal-huge .ui-body .times li {
    width: calc(50% - 3px);
  }
  .times {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .times li {
    width: calc(50% - 10px);
    margin: 0;
  }
  a + .times {
    margin-top: 10px;
  }
  .times.times-multi {
    margin: 15px 0 0 0;
    gap: 10px;
  }
  .times.times-multi li {
    width: 100%;
    padding: 10px;
  }
  .times.times-multi ol li {
    padding: 10px;
    font-size: 1em;
  }
  .visual .swiper-slide.notice .cal-huge.ui-widget .ui-widget-header,
  .ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid var(--gray-border);
  }
  #ui-datepicker-div {
    left: 10px !important;
    top: 10px !important;
    margin-left: 0;
    margin-top: 0;
    border: 1px solid var(--gray-border);
  }
  .ui-widget.ui-widget-content {
    border: 0;
  }
  .cal-info {
    gap: 20px;
    width: 100%;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    background-color: var(--gray-pale);
  }
  .cal-info .thumb {
    width: 80px;
    height: 80px;
  }
  .cal-info .infos {
    flex-grow: 1;
    justify-content: space-between;
  }
  .cal-info .infos .cnt {
    font-size: 2em;
    flex-grow: 1;
  }
  .calendar .pignose-calendar .pignose-calendar-unit {
    padding-bottom: 0;
    vertical-align: middle;
    padding: 4px;
  }
  .calendar .calendar-in .pignose-calendar .pignose-calendar-unit a {
    margin: 0 auto 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.1em;
    font-family: 'Pretendard';
  }
  .calendar .calendar-in .pignose-calendar .pignose-calendar-unit > div > div {
    padding: 0;
  }
  .calendar .pignose-calendar-button-schedule-container {
    justify-content: center;
  }
  .calendar .pignose-calendar .pignose-calendar-unit-disabled .element {
    display: none;
  }
  .calendar .pignose-calendar .pignose-calendar-unit .element .district {
    display: flex;
    gap: 2px;
    overflow: hidden;
    flex-direction: column;
    padding: 0 2px 2px;
    align-items: center;
  }
  .calendar .pignose-calendar .pignose-calendar-unit .element .district dl.schedule {
    margin: 0;
    width: calc(50% - 2px);
  }
  .calendar .pignose-calendar .pignose-calendar-unit .element .district dl.schedule dt {
    border-radius: 0;
    height: initial;
    line-height: 1;
    border-radius: 30px;
    aspect-ratio: 1/1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .lottery .calendar .pignose-calendar .pignose-calendar-unit .element .district dl.schedule dt {
    width: 100%;
    aspect-ratio: initial;
    padding: 0.5em 0;
  }
  .lottery .calendar .pignose-calendar .pignose-calendar-unit .element .district dl.schedule {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .calendar .district dl.schedule {
    justify-content: center;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a:before {
  }
  .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a::after {
    border-radius: 0;
  }
  .pignose-calendar-unit-first-active:after,
  .pignose-calendar-unit-second-active:after {
    position: static;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 0.9em;
  }
  .pignose-calendar-unit-first-active:after,
  .pignose-calendar-unit-second-active:after,
  .pignose-calendar-unit-second-active:after {
    display: none;
  }
  .calendar .pignose-calendar .pignose-calendar-unit-date .element .district dd {
    display: none;
  }
  .calendar .calendar-in {
    display: flex;
    height: 100%;
    flex-direction: column;
    max-height: calc(100% - var(--btn-h));
  }
  .calendar .pignose-calendar {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .calendar .pignose-calendar .pignose-calendar-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  /* 리스트 */
  .list.vertical.circle li {
    width: initial;
    flex-direction: row;
    text-align: left;
    margin-bottom: var(--btn-h);
    align-items: flex-start;
  }
  .list.vertical.circle li .thumb {
    width: calc(35vw - 2.5vw - 12px);
    height: calc(35vw - 2.5vw - 12px);
    margin-bottom: 20px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .list.vertical li h2 {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .list li h4.category {
    font-size: 12px;
    margin-bottom: 5px;
    display: none;
  }
  .list li.full .img {
    height: 200px;
    background-position: center;
    margin-bottom: 30px;
  }
  .list.horizon li .info {
    padding-right: 10px;
  }
  .list .info .head + .list {
    margin-top: 30px;
    border-top: 1px solid var(--gray-dark);
  }
  .list .info .head + .list li {
    margin-bottom: 0;
    padding: var(--padding) 0;
    border-bottom: 1px solid var(--gray-border);
  }
  .list.horizon li .date {
    display: none;
  }
  .list.horizon li.new::before {
    transform: scale(0.6);
  }
  .section .overview .summary {
    padding: 0;
  }
  .section .head + .list {
    margin-top: 30px;
  }
  .list.vertical.circle li .info {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .list.vertical.circle .info {
    width: initial !important;
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
  }
  .list.vertical.circle li .info p {
    font-size: 12px;
    margin-top: 5px;
    white-space: inherit;
  }
  .list.vertical.circle li .price {
    justify-content: flex-start;
    margin: 10px 0 0 0;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .list.vertical.circle li .btn {
    margin-top: 15px;
  }
  .list.vertical.circle li .price dt {
    margin-right: 0;
  }
  .list.vertical.circle li .price dd {
    margin-right: 10px;
  }
  .list.vertical.circle li:nth-child(4),
  .list.vertical.circle li:nth-child(5) {
    width: initial;
    margin-left: 0;
  }
  .list li .infos {
    flex-direction: column;
  }
  .list.horizon.single::before,
  .list.horizon.single li::after {
    transform: scaley(0.33);
  }
  .list li .thumb .with-swiper .swiper-wrapper li:hover::before {
    display: none;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper {
    pointer-events: none;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translatez(210px);
    pointer-events: all;
  }
  .list li .thumb .with-swiper.zoom .swiper-button-prev,
  .list li .thumb .with-swiper.zoom .swiper-button-next {
    width: auto;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translatez(1000px);
    pointer-events: all;
    position: static;
    margin: 0;
    padding: 20px 0;
  }
  .list li .thumb .with-swiper.zoom .close {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translatez(1000px);
    pointer-events: all;
    position: static;
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
  .list li .thumb .zoom.with-swiper .swiper-wrapper li .detailed h3 {
    font-size: 1.6em;
  }
  .list li .thumb .zoom.with-swiper .swiper-wrapper li .detailed {
    padding: var(--padding) 0;
    overflow-y: auto;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper,
  .list li .thumb .zoom.with-swiper .thumb-swiper {
    pointer-events: none;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .list.vertical.prices > li .thumb {
    --ratio: 16/9;
  }
  .list.vertical.prices:has(.with-swiper) li .thumb,
  .list li .thumb .with-swiper .swiper-wrapper,
  .list li .thumb .with-swiper .swiper-wrapper li,
  .list li .thumb .with-swiper .swiper-wrapper li .img,
  .list li .thumb .with-swiper .thumb-swiper {
    /* height: calc(50vw - var(--padding)); */
    aspect-ratio: var(--ratio);
    height: auto;
  }
  .zoomed .list.vertical li .thumb .with-swiper.zoom .thumb-swiper {
    height: 100%;
    flex-wrap: nowrap;
  }

  .list li .infos h2 span.num.pin {
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    font-size: 0.5em;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
  }
  .list.vertical li.full .infos {
    flex-direction: column;
    gap: 0px;
  }
  .list.vertical.row2 li.full .info {
    width: 100%;
  }
  .list.horizon li .infos .price-multi {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .list.horizon li .infos .price-multi .price {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding-right: var(--padding);
  }
  .list.horizon li .price dl {
    gap: 0;
  }
  .list.vertical.prices > li {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  .list.vertical.prices > li:not(.full):first-child:nth-last-child(1) .thumb {
    width: 100%;
    aspect-ratio: var(--ratio);
  }
  .list.vertical.prices > li:not(.full):first-child:nth-last-child(1) .thumb .with-swiper .thumb-swiper .swiper-wrapper,
  .list.vertical.prices > li:not(.full):first-child:nth-last-child(1) .thumb .with-swiper .thumb-swiper .swiper-wrapper li {
    height: initial !important;
  }
  .list.vertical.prices > li:not(.full):first-child:nth-last-child(1),
  .list.vertical.prices > li:not(.full):first-child:nth-last-child(1) ~ li:not(.full) {
    flex-direction: column;
    gap: 20px;
  }
  .list.vertical.prices > li:not(.full):first-child:nth-last-child(1) .infos .price {
    margin-top: 15px;
  }
  .list.vertical.prices > li:first-child:nth-last-child(1),
  .list.vertical.prices > li:first-child:nth-last-child(1) ~ li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--padding);
  }
  .list.vertical.prices > li:first-child:nth-last-child(1) .thumb,
  .list.vertical.prices > li:first-child:nth-last-child(1) .thumb ~ li .thumb,
  .list.vertical.prices > li:first-child:nth-last-child(1) .thumb .with-swiper .swiper-wrapper li,
  .list.vertical.prices > li:first-child:nth-last-child(1) .thumb .with-swiper .swiper-wrapper li .img {
    height: auto;
    width: 100%;
  }
  .list.vertical.prices > li:first-child:nth-last-child(1) .infos {
    margin-bottom: auto;
    margin-top: 0;
  }
  .list.vertical.prices > li:last-child::after {
    display: none;
  }
  .list.vertical.prices > li:last-child .price-multi {
    margin-bottom: 0;
  }
  /* .list.vertical.prices > li:after {
    content: '';
    position: absolute;
    width: calc(100% + (2 * var(--padding)));
    border-bottom: 1px solid var(--gray-border);
    bottom: 0;
    left: calc(-1 * var(--padding));
    transform: scaley(0.3);
  } */
  .list.vertical.prices > li .price-multi {
    display: flex;
    width: 100%;
  }
  .full .list.vertical.row3.prices li .price-multi {
    gap: 0;
  }
  .list.vertical.prices > li .price-multi .price {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
  }
  .list.vertical.row2.prices li .infos .price-multi {
    gap: 0;
    width: 100%;
    margin-top: 12px;
  }
  .list.vertical.row2.prices li.full .infos .price-multi .price {
    width: 50%;
  }
  .list.vertical li .infos .price-single .price {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
  .list.vertical li .infos .price-single .price dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .list.vertical li .infos .price-single .price dl dd {
    font-size: 1.4em;
  }
  .sub .sect .head + .list.vertical.prices {
    margin-bottom: 0;
  }
  .list li .thumb .zoom.with-swiper {
    padding: 0 5vw;
  }
  .section.insert-full-banner {
    min-height: calc(50vw - var(--padding));
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  }
  .section.insert-full-banner h2 {
    font-size: 1.4em;
  }
  .section.insert-full-banner .head {
    text-align: center;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li {
    /* height: 56vw; */
    flex-grow: 1;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .swiper-wrapper li .img {
    /* height: 56vw !important; */
  }
  .list li .thumb .zoom.with-swiper .swiper-wrapper {
    width: initial;
  }
  .list li .thumb .with-swiper.zoom .swiper-button-prev {
    left: 0;
  }
  .list li .thumb .with-swiper.zoom .swiper-button-next {
    right: 0;
  }
  .list.horizon.facilities {
    gap: 60px;
  }
  .list.horizon.facilities li {
    width: 100%;
    flex-direction: column;
    padding: 0 var(--padding);
    gap: 20px;
  }
  .list.horizon.facilities li .thumb {
    width: 100%;
  }
  .list.horizon.facilities li .infos {
    margin-left: 0;
    width: 100%;
  }
  .list.rect li .check {
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
  }
  .list.rect li {
    padding: 0 !important;
  }
  .sub.my .list.horizon li {
    display: block;
  }
  .sub.my .list.horizon li .thumb + .info {
    margin-left: 0;
  }
  .sub.my .list.horizon li .thumb {
    margin: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
  }
  .sub.my .list.horizon li .infos {
    align-items: flex-start;
  }
  .sub.my .list.horizon li .infos .price-multi {
    flex-direction: row;
  }
  .sub.my .list.horizon li .thumb + .infos {
    margin-left: 0;
  }
  .my .list.horizon li .info {
    font-size: 1.1em;
    line-height: 1;
  }
  .my .sect.schedule > h3 {
    font-size: 18px;
    background-size: auto 16px;
  }
  .sub.my .list.horizon li::after {
    display: none;
  }
  .list.horizon li .btnset a {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .list.horizon li .btnset .icon {
    margin-bottom: 0;
  }
  .list.horizon li .btnset .icon img {
    max-height: 18px;
    max-width: 20px;
  }
  .list.horizon li .thumb {
    width: 100px;
    height: 100px;
    align-self: flex-start;
  }
  .list.horizon li .thumb + .infos {
    margin-left: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
  }
  .sect .list.horizon {
    margin-right: calc(-1 * var(--padding));
  }
  .ui-sect .sect .list.horizon.items {
    gap: 10px;
    margin-right: 0;
  }
  .list.horizon.items li {
    width: 100%;
    max-width: 100%;
  }
  .sect .list.horizon.prices {
    margin-right: 0;
  }
  .list.horizon.rect {
    margin: 0 -10px;
    border: 1px solid var(--gray-border);
  }
  .list.horizon.rect li .infos .price-multi {
    margin-bottom: 0;
  }
  .list.horizon.rect li .check + .infos {
    padding-left: 50px;
  }
  .list.horizon.rect li .infos {
    padding: 20px 20px;
  }
  .list.horizon.rect li::after {
    display: block !important;
  }

  .list.horizon.prices li .thumb .with-swiper .swiper-wrapper li,
  .list.horizon.prices li .thumb .with-swiper .swiper-wrapper li .img {
    height: 100%;
  }
  .my .list.horizon li .info h3 {
    font-size: 1.3em;
    line-height: 1;
  }
  .sub.my .list.horizon.rect li .thumb {
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .sect.schedule .list.horizon {
    margin-right: 0;
  }
  .sect .list.horion {
    padding-right: var(--padding);
  }
  .list li .infos .price {
    font-size: 1em;
    text-align: left;
    max-width: 100%;
    gap: var(--padding);
    flex-direction: row;
    align-items: center;
  }
  .list.horizon li .infos .price {
    gap: 20px;
  }
  .list.horizon li .infos .info h4.category {
    display: block;
    margin: 0;
    font-size: 0.85em;
  }
  .list.horizon li .infos h2 {
    font-size: 1em;
  }
  .list.horizon li .price dl {
    gap: 30px;
  }
  .list.horizon li .price dl dd {
    margin-top: 2px;
    font-size: 1.2em;
    text-align: left;
  }
  .list.horizon {
    border: 0;
  }
  .list.horizon > li {
    border: 0;
    padding: 10px 0;
  }
  .list.horizon.single > li {
    padding: 20px 0;
  }
  .list li .infos .price-multi .price {
    margin-bottom: 0;
  }
  .list li .infos .price-multi .price dl + dl {
    margin-left: 0;
  }
  /* .list li .infos {
    margin-bottom: var(--padding);
  } */
  .list.vertical li {
    width: calc((100% / var(--cell)) - (var(--gap) / var(--cell)));
  }
  .list.vertical.row2,
  .list.vertical.row3,
  .list.vertical.row4,
  .list.vertical.row5 {
    --cell: 2;
    --gap: 16px;
  }
  .list.vertical li .price {
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    align-items: flex-start;
  }
  .list.vertical.prices > li:first-child:nth-last-child(1) .infos .price {
    margin-top: 12px;
  }
  .list.vertical.prices > li .price-multi .price:has(dl:only-of-type) {
    flex-direction: column;
    align-items: flex-end;
  }
  .list li .infos .price-multi .price dl {
    font-size: 1.1em;
    width: 100%;
  }
  .list.vertical li .price dl {
    display: flex;
    align-items: center;
  }
  .list.vertical li .price dl dt {
    font-size: 1.05em;
    font-weight: normal;
    color: var(--gray-dark);
    margin-right: 5px;
  }
  .list.vertical li .price dl dd {
    margin-top: 0;
    font-size: 1.1em;
  }
  .list.vertical li .thumb {
    margin-bottom: 16px;
  }
  .list.vertical li .thumb,
  .promotion {
    border-radius: 6px;
  }
  .head + .list.horizon {
    margin-top: var(--padding);
  }
  /* 예약ui */
  .reserv-ui {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    top: initial;
    z-index: 30;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    background-color: #fff;
    max-height: 100%;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .reserv-ui .floating {
    overflow: visible;
  }
  .full .reserv-ui a.notyet,
  .full .reserv-ui a.submit {
    height: 60px;
  }
  .type2 .reserv-ui,
  .full .reserv-ui,
  .scrolled.ui-fix.type2 .reserv-ui,
  .scrolled.ui-fix .reserv-ui {
    left: 0;
    width: 100%;
    transition: 0.2s;
    bottom: 0;
    padding: 0;
  }
  :where(
      .paying .full,
      .scrolled.ui-fix.paying .full,
      .scrolled.paying .full,
      .go-next .full,
      .go-next.scrolled.ui-fix .full,
      .type2.paying,
      .paying .full,
      .go-next.paying .full,
      .type2.go-next,
      .scrolled.ui-fix.type2.go-next,
      .scrolled.ui-fix.type2.go-next .full,
      .scrolled.ui-fix.type2.go-next,
      .scrolled.ui-fix.paying .full
    )
    .reserv-ui {
    bottom: -1px;
    padding: 0;
    border: 0;
    flex-direction: column;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0 0;
  }
  .paying .reserv-ui {
    bottom: -1px !important;
  }
  .full .selected-item > li {
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
    padding: 20px;
  }
  .full .selected-item > li + li,
  .full .selected-item + ul {
    border-top: 1px solid var(--gray-border);
    border-radius: 0;
  }
  .full .selected-item > li > * {
    width: 100%;
  }
  .full .selected-item > li > .selected-info {
    width: auto;
    flex-grow: 1;
  }
  .sub.full .detail .detail-contents .item .thumb {
    margin: 0;
    border-radius: 6px;
  }
  .full .selected-item > li .selected-info {
    padding: 0;
    gap: 8px;
  }
  .full .selected-item > li .selected-info + div,
  .full .selected-item > li .price {
    margin-top: 10px;
    margin-left: 0;
  }
  .full .selected-item > li .price {
    margin-top: 20px;
  }
  .full .selected-item > li .selected-info + .selected-option {
    margin-left: 0;
  }
  .full .reserv-ui a.notyet,
  .full .reserv-ui a.submit {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    border: 0;
  }
  .full .reserv-ui a.notyet,
  .reserv-ui a.notyet {
    /* display: none; */
  }
  .full .reserv-ui .choose .selected-item {
    flex-direction: column;
    gap: 0;
    max-height: 25vh;
  }
  .full .selected-item > li .selected-info {
    gap: 5px;
    margin-left: 0;
  }

  .full .selected-item > li .delete {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    color: var(--gray-dark);
    font-size: 1em;
    width: auto;
    height: auto;
  }
  .selected-item > li .delete {
    right: 20px;
    top: 20px;
  }
  .selected-item > li .selected-option,
  .selected-item > li .price-quantity {
    width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 10px 0 0;
  }
  .selected-item > li .selected-option select {
    padding: 12px;
    flex-grow: 1;
  }
  .paying.go-next .full .selected-item > li .price-quantity {
    flex-grow: 1;
    width: 100%;
  }
  .paying.go-next .full .reserv-ui dl.total-payment {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    border-top: 1px dotted var(--gray-border);
    width: 100%;
  }
  .paying.go-next .full .reserv-ui dl.total-payment {
  }
  .full .reserv-ui ul.total.pay p:first-child {
    display: block;
  }
  .full .reserv-ui ul.total.pay {
    padding: 20px;
  }
  .full.payment .reserv-ui dl.total-payment {
    display: block;
  }
  .full.payment .reserv-ui {
    background: var(--main-color);
  }
  .full.payment .reserv-ui ul.total.pay {
    display: block;
    background: transparent;
    color: #fff;
    padding-bottom: 0;
    margin-right: 10px;
  }
  .full.payment .reserv-ui ul.total.pay p:last-child {
    color: #fff;
  }
  .full.payment .reserv-ui ul.total.pay > * {
    color: #fff;
  }
  .full.payment .reserv-ui dl::after,
  .full.payment .reserv-ui .submit::before,
  .full.payment .reserv-ui .submit::before {
    display: none;
  }
  .full .reserv-ui ul.total.pay p:last-child {
    color: var(--main-color);
  }
  .reserv-ui a.notyet {
    border-radius: 0;
  }
  .reserv-ui ul.total.pay {
    display: none;
  }
  .paying .reserv-ui ul.total.pay {
    display: flex;
  }
  .full.paying .reserv-ui ul.total.pay {
    padding-bottom: 20px;
  }
  .ui-fix .reserv-ui {
    top: initial;
  }
  .sub .detail .detail-contents .pay-overview {
    margin-bottom: 0;
  }
  .sub .detail .pay-overview .reserv-ui {
    position: static;
    border: none;
  }
  .sub .detail .pay-overview .reserv-ui dl {
    border: none;
    border-top: 1px solid var(--gray-border);
  }
  .sub .detail .pay-overview .reserv-ui dl + dl {
    border-top: 1px dashed var(--gray-border);
    border-bottom: 0;
  }
  .sub .detail .pay-overview .reserv-ui dl.total-payment {
    border-top: 1px solid var(--gray-border);
  }
  .full .reserv-ui.multi dl.total-payment {
    width: 100%;
    gap: 0;
  }
  .full .reserv-ui a.submit,
  .full .reserv-ui a.pay {
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    border-radius: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translatez(105px);
    padding-bottom: var(--safe-bottom);
    box-sizing: content-box;
  }
  .paying .reserv-ui a.submit,
  .paying .reserv-ui a.pay {
    height: 60px;
  }
  .full .reserv-ui a.submit,
  .full .reserv-ui a.pay {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .full .detail .detail-contents .selected-item .item {
    padding: 20px;
    flex-direction: row;
  }
  .sub .detail .detail-contents .pay-overview .reserv-ui,
  .scrolled.ui-fix .sub .detail .detail-contents .pay-overview .reserv-ui {
    display: block;
    position: static;
    margin-top: 30px;
    border-bottom: 1px solid var(--gray-border);
    border-radius: 0;
  }
  .sub.complete .detail .detail-contents .pay-overview .reserv-ui,
  .scrolled.ui-fix .sub.complete .detail .detail-contents .pay-overview .reserv-ui {
    margin-top: 0;
    box-shadow: none;
  }
  .scrolled.ui-fix .reserv-ui,
  .full.payment .reserv-ui {
    top: initial;
    right: initial;
    display: flex;
    flex-direction: column;
    bottom: 0;
    border: none;
  }
  .has-tab .floating {
    top: 600px;
  }
  .scrolled .sub.has-tab .floating {
    top: 570px;
  }
  .scrolled.ui-fix .sub.has-tab .detail .reserv-ui,
  .scrolled.ui-fix .sub.has-tab .floating {
    top: initial !important;
  }
  .scrolled.ui-fix .reserv-ui .choose,
  .reserv-ui .choose {
    position: relative;
    z-index: 50;
    pointer-events: all;
    overflow: hidden;
    flex-grow: 0;
    transition: 0.2s ease-in-out;
    max-height: 0;
    border: 0;
  }
  .paying.go-next .reserv-ui .choose,
  .scrolled.ui-fix.paying .reserv-ui .choose,
  .paying .reserv-ui .choose,
  .scrolled.ui-fix.paying.go-next .reserv-ui .choose {
    flex-grow: 1;
    overflow-y: auto;
    max-height: calc(100vh - var(--top-h) - var(--btn-h));
  }
  .type2.paying.go-next .reserv-ui .choose,
  .type2.scrolled.ui-fix.paying .reserv-ui .choose,
  .type2.paying .reserv-ui .choose,
  .type2.scrolled.ui-fix.paying.go-next .reserv-ui .choose {
    max-height: 40vh;
  }
  .reserv-ui dl {
    border: 0;
  }
  .full .selected-item > li h3 {
    font-size: 1.2em;
  }
  .full .selected-item > li h4 {
    font-size: 1em;
  }
  .reserv-ui dl.total-payment,
  .type2.paying .reserv-ui dl.total-payment {
    display: none;
    padding-top: 0;
    border: 0;
  }
  .type2.paying {
    overflow-y: auto;
  }
  .reserv-ui dd ul.total,
  .reserv-ui dl.total-payment dt {
    display: none;
  }
  .paying .reserv-ui dl.total-payment,
  .type2.go-next.paying .reserv-ui dl.total-payment {
    display: block;
  }
  .reserv-ui dl::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--gray-border);
    transform: scaleY(0.3);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .reserv-ui .select-item {
  }
  .reserv-ui .close + dl.head {
    padding-top: 0;
  }
  .reserv-ui dl {
    padding: 16px 0 10px;
  }
  .paying .wrap .reserv-ui::before {
    position: fixed;
    /* content: ""; */
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
  }
  .paying .reserv-ui dl.selecting {
    border-left: 0;
    border-right: 0;
    /* background-color: var(--gray-pale); */
  }
  .paying .sub .detail .detail-contents {
    position: relative;
    z-index: 1;
  }
  .paying .sub.wrap {
    z-index: 1;
  }
  .paying .reserv-ui::after {
    content: '';
    width: 100%;
    height: 200vh;
    position: absolute;
    top: -200%;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .paying .reserv-ui::after {
    display: none;
  }
  .reserv-ui dl.head {
    display: none;
  }
  .selected-item > li {
    border: 1px solid var(--gray-border);
  }
  .selected-item {
    background-color: transparent;
  }
  .paying .reserv-ui {
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
    /* overflow: hidden; */
    overscroll-behavior: none;
    z-index: 140;
    border: 0;
    max-height: calc(100% - var(--top-h));
  }
  .paying .reserv-ui .choose {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .reserv-ui dd .selection {
    font-size: 16px;
    width: initial;
    position: static;
    border: none;
    box-shadow: none;
    height: 0;
    overflow: hidden;
    overscroll-behavior: none;
  }
  .reserv-ui .always .selection {
    height: auto;
  }
  .reserv-ui dd .selection.static {
    height: auto;
  }
  .reserv-ui dl.selecting .selection {
    padding-top: 0;
    height: auto;
    background: transparent;
    box-shadow: none;
  }
  .reserv-ui dl.selecting .selection.option li:first-of-type::before {
    display: none;
  }
  .reserv-ui dl.selecting dd .selection.option .name {
    display: none;
  }
  .reserv-ui dd .selection.option > li {
    padding: 0;
  }
  .reserv-ui dd .selection.option li .option-item li {
    margin: 0;
  }
  .reserv-ui dd .selection.option > li + li {
    border: 0;
    padding-top: 15px;
  }
  .sect .noti p {
    padding-left: 8px;
    font-size: 0.95em;
  }
  .reserv-ui .close {
    height: 40px;
    width: 100%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    background: var(--main-gra-rev);
    color: #fff;
    opacity: 1;
    border-radius: 20px 20px 0 0;
    height: 20px;
    align-items: flex-end;
    position: relative;
    z-index: 32;
    margin-bottom: -1px;
  }
  .reserv-ui .close::before {
    content: '';
    font-family: 'xeicon';
    transform: rotate(180deg);
    transition: 0.2s;
  }
  .paying .reserv-ui .close {
    display: flex;
    z-index: 100;
    background-color: transparent;
    color: var(--gray-dark);
  }
  .paying .reserv-ui .close::before {
    transform: rotate(0deg);
  }
  /* .paying .gnb,
  .paying .tabs {
    display: none;
  } */
  .paying .gnb,
  .paying .sub .contents .article .tabs {
    transition: 0s;
  }
  .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    margin: 0;
  }
  .reserv-ui input,
  .reserv-ui select {
    font-size: 16px;
  }
  .reserv-ui input:disabled,
  .reserv-ui input .select:disabled {
    /* color: var(--gray-dark); */
  }
  .reserv-ui .choose .total-payment dt,
  .reserv-ui .choose .total-payment .total {
    display: none;
  }
  .reserv-ui .choose .total-payment .total.pay {
    display: block;
    border: none;
    margin: 0;
    font-size: 16px;
    /* padding-top: 0; */
  }
  .paying.go-next .reserv-ui {
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.15);
  }
  .type2.paying .reserv-ui .close {
    display: none;
  }
  .type2.go-next .reserv-ui .close {
    display: flex;
    background: var(--main-gra-rev);
    color: #fff;
    height: 30px;
    align-items: center;
  }
  .paying.go-next .reserv-ui .close,
  .go-next .reserv-ui .close {
    display: flex;
  }
  .go-next.paying .reserv-ui .close,
  .paying .reserv-ui .close,
  .go-next.paying .reserv-ui .close {
    background: transparent;
    color: var(--gray-dark);
    display: flex;
    height: 30px;
  }
  .reserv-ui .close + .close {
    display: none;
  }
  .go-next .reserv-ui .tooltip .close {
    flex-grow: 0;
    width: auto;
  }
  .go-next .reserv-ui .tooltip .close::before {
    display: none;
  }
  .go-next.paying .reserv-ui .close::before {
    transform: rotate(0);
  }

  .go-next .reserv-ui .close,
  .reserv-ui .close {
    background: #fff;
    color: var(--gray-dark);
    /* color: #fff; */
    opacity: 1;
    border-radius: 20px 20px 0 0;
    height: 40px;
    align-items: center;
    position: relative;
    z-index: 32;
    margin-bottom: -1px;
    display: flex;
  }
  .reserv-ui .close {
    height: 0;
    display: none;
  }
  .reserv-ui:has(.btns + .btns) dl.total-payment {
    border: 0;
  }
  .go-next .reserv-ui .close::before {
    transform: rotate(180deg);
  }
  .go-next .reserv-ui a.submit {
    background: var(--main-gra-rev);
  }
  .paying .reserv-ui .close {
    height: 30px;
    font-size: 1.4em;
    align-items: center;
  }
  .paying.scrolled.ui-fix,
  .paying.scrolled,
  .paying {
    overflow-y: auto;
  }
  .reserv-ui .choose .head {
    display: none;
  }
  .reserv-ui .choose .selected-item {
    padding: 0;
    border: 0;
  }
  .multi .reserv-ui .choose .selected-item {
    padding: 10px;
  }
  .multi .reserv-ui .choose .selected-item > li {
    border: 1px solid var(--gray-border);
  }
  .selected-item li.none {
    display: none;
    padding: 20px 20px 0 20px;
  }
  .selected-item > li {
    border: 0;
  }
  /* 플로팅 */
  .floating {
    position: fixed;
    width: 60%;
    box-sizing: border-box;
    height: auto;
    background-color: transparent;
    top: auto;
    left: auto;
    padding: 0;
    border: 0;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
    bottom: 0;
    right: -100%;
    cursor: pointer;
    z-index: 280;
    overflow: hidden;
    overscroll-behavior: none;
    white-space: nowrap;
  }
  .floating.active {
    right: 0;
    transition: 0.6s;
  }
  .modal .modal-popup .popup-content .descript .img-set img {
    margin: 0 3px;
    height: auto;
    max-width: calc(33.3% - 6px);
  }
  .floating .icon {
    background: no-repeat top center;
    height: 46px;
    width: 46px;
    z-index: -1;
    background-size: auto 100%;
    margin: auto;
    margin-bottom: 16px;
  }
  .floating {
    top: auto !important;
    position: fixed;
    flex-direction: row;
    overflow-x: auto;
  }
  .floating .d-day {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .floating > div {
    flex-shrink: 0;
    flex-grow: 0;
    width: 120px;
    color: #fff;
    white-space: normal;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
  }
  .floating > div p {
    display: none;
  }
  .floating .btns {
    color: var(--gray-light);
  }
  .floating > div .modal-call {
    flex-grow: 1;
    position: relative;
    z-index: 1;
  }
  .floating + .gnb .menu .menus .menu-n li.ch {
    bottom: 120px;
  }
  .floating > div.float-el {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    z-index: 51;
  }
  .floating .btns input[type='checkbox'] + label {
    line-height: 1;
  }
  .huge-widget.map-district .ui-widget .ui-body .map-picker :where(.map-area, .map-area1200) {
    overflow-x: auto !important;
  }
  .scrolled .main .floating,
  .scrolled.ui-fix .sub .floating {
    top: auto !important;
    z-index: 151;
  }
  .modal.ticket .modal-popup .popup-content .subscr,
  .modal.ticket .modal-popup .popup-content .ticket-img {
    width: initial;
  }
  .cal-huge.ui-widget .ui-state-default,
  .cal-huge.ui-widget .ui-widget-content .ui-state-default {
    padding: 0;
  }
  .cal-huge.ui-widget .ui-body table tr td .element {
    padding: 0;
  }
  .widget-cal.att table thead {
    display: none;
  }
  .widget-cal.att table tbody tr td,
  .widget-cal.att table tbody tr,
  .widget-cal.att table tbody,
  .widget-cal.att table {
    display: block;
    width: 100%;
    height: auto;
  }
  .widget-cal.att table tbody tr td {
    display: flex;
    gap: 10px;
    border-left: 0 !important;
  }
  .widget-cal.att table tbody tr td > span {
    white-space: nowrap;
    font-size: 1.2em;
  }
  .widget-cal.att table tbody tr td .schedules {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .widget-cal.att table td .label + .label {
    margin-top: 0;
  }
  .sub .detail .detail-contents .log.with-cal {
    margin: 0 10px;
    gap: 10px;
  }
  .sub .detail .detail-contents .log.with-cal .use-log.scroll {
    overflow-x: auto;
  }
  .sub .detail .detail-contents .log.with-cal .use-log.scroll table td {
    white-space: nowrap;
  }
  .widget-cal .fc .fc-toolbar.fc-header-toolbar h2 {
    display: block !important;
  }
  .swiper-slide .widget-cal {
    min-height: 414px;
  }
  /*  */
  .paying .auth .floating {
    display: none;
  }
  .auth .floating {
    right: 0;
    left: 0;
    width: 100%;
    bottom: calc(var(--btn-h) + 20px);
    box-shadow: none;
    z-index: 2 !important;
  }
  .auth .floating > div.float-el {
    width: 100%;
    background-color: #fff;
    color: var(--gray-dark);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
  .auth .floating .btns {
    position: absolute;
    right: 40px;
    top: 3px;
    z-index: 20;
  }
  .auth .floating .icon {
    margin: 0;
  }
  .auth .floating > div .modal-call {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
  }
  .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a:before,
  .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-second-active a:before {
    border-radius: 0;
  }
  .selected-item > li .selected-info + .selected-option {
    margin-left: 0px;
  }
  .list.vertical li .infos .btns {
    margin-top: var(--padding);
  }
  .list.vertical li .infos .btns > a {
    font-size: 0.95em;
  }
  .list.vertical li .infos p,
  .list li .infos .price-multi .price h6 {
    font-size: 0.95em;
  }
  .selectbox > ul {
    margin: 0 10px;
    width: calc(100% - 20px);
    z-index: 100;
  }
  .reserv-ui dl {
    z-index: initial;
  }
  .paying,
  .pick-mode,
  .pick-mode.scrolled.ui-fix,
  .pick-mode.scrolled,
  .pick-mode.ui-fix {
    overflow: hidden;
    overscroll-behavior: none;
  }
  .notice-layers {
    padding: 0 10px;
    z-index: 3;
    height: fit-content;
    flex-direction: column;
    width: 100%;
    min-height: 150vw;
  }
  .notice-layer {
    padding-top: var(--top-h);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    gap: 10px;
    width: 100%;
  }
  .notice-layer li {
    width: calc(100% / 2 - 5px) !important;
    height: calc(100vw / 2 - 5px);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .notice-layer li .closes a {
    color: #fff;
  }
  .notice-layers > .closes {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    font-size: 1em;
    font-weight: bold;
    position: static;
    width: 100%;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .dimed .notice-layers {
    display: none;
  }
  .sub .notice-layers {
    margin-top: var(--top-h) !important;
  }
  .sub .notice-layer {
    height: fit-content;
    padding: var(--padding) var(--padding) 10px;
    overflow-x: auto;
    width: 100%;
  }
  .sub .notice-layer li .closes {
    gap: 0;
  }
  .sub .notice-layer li .closes a {
    font-size: 10px;
  }
  .sub .notice-layer li {
    width: 40vw;
    height: 40vw;
    min-width: 200px;
    min-height: 200px;
    flex-shrink: 0;
  }
  .notice-layers > .closes a {
    font-size: 0.8em;
  }
  .notice-layer::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
  }
  .notice-layer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
  }
  .notice-layer::-webkit-scrollbar-button {
    width: 0;
  }
  .reserv-ui .tooltip {
    margin: 0 5px;
    z-index: 10;
  }
  .go-next .reserv-ui .tooltip.on {
    top: -80px;
    opacity: 1;
  }
  .full .reserv-ui dl.total-payment {
    width: 100%;
    gap: 0;
  }
  .list.vertical.prices li:first-child:nth-last-child(2),
  .list.vertical.prices li:first-child:nth-last-child(2) ~ li {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .list.vertical.prices li .infos {
    align-items: flex-start;
    width: 100%;
  }
  .list.vertical.prices > li:first-child:nth-last-child(2) .thumb,
  .list.vertical.prices > li:first-child:nth-last-child(2) ~ li .thumb {
    width: 100%;
  }
  .full .selected-item > li.add .price,
  .full .selected-item > li.add .delete {
    margin-left: 0;
    margin-top: 10px;
  }
  .sub.my .detail .detail-contents .sect:last-child.qr-voucher,
  .sub.my .detail .detail-contents .sect.qr-voucher {
    flex-direction: column;
  }
  .qr-voucher .voucher-info .select-item.vertical {
    gap: 10px;
  }
  .qr-voucher .voucher-info .select-item.vertical li,
  .select-item.vertical li:first-child:nth-last-child(3),
  .select-item.vertical li:first-child:nth-last-child(3) ~ li {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
  .select-item.vertical li {
    min-width: auto;
  }
  .sub.my .article + .detail .detail-contents {
    border-top: 0;
  }
  .sub.my .article + .detail .detail-contents .sect.qr-voucher {
    padding-top: 0;
  }
  .global_btns {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    gap: 0;
    z-index: 10;
  }
  .global_btns .btn {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: var(--btn-h);
    font-size: 1em;
  }
  .reservation.my:has(.global_btns) {
    padding-bottom: var(--btn-h);
  }
  .global_btns .btn:first-child {
    background-color: var(--gray-mid);
  }
  .qr-voucher .cert .form > h4 {
    margin-top: 10px;
  }
  .qr-voucher .qrcode .qr-info:has(.code) {
    display: block;
    text-align: center;
  }
  .qr-voucher .qrcode .qr-info:has(.code) .code > img {
    width: 100%;
  }
  .qr-voucher .qrcode:has(.code) {
    padding: 0px 30px 30px;
  }
  .qr-voucher .qrcode .qr-info .price-status > div {
    justify-content: center;
  }
  .qr-voucher .qrcode .qr-info .code .label {
    margin-top: 20px;
  }
  .wrap {
    overflow: hidden;
  }
  .full .reserv-ui .agree-policy {
    width: 100%;
    justify-content: center;
    font-size: 1em;
    overflow: hidden;
    height: 0;
  }
  .paying.go-next .reserv-ui .agree-policy {
    height: auto;
    padding-bottom: 12px;
  }
  .full .reserv-ui .agree-policy input[type='checkbox'] + label:before {
    border-radius: 50%;
  }
  .type2.go-next .reserv-ui .close {
  }
  /* .type2.go-next .reserv-ui:has(input[type='checkbox']) .close {
    background: var(--gray-lighter);
  } */
  .type2 .reserv-ui:has(input[type='checkbox']:checked) .close {
    background: var(--main-gra-rev);
  }
  .type2.paying .reserv-ui:has(input[type='checkbox']:checked) .close {
    background: #fff;
  }
  .qr-voucher .qrcode .qr-info .btns {
    margin-top: 15px;
    display: flex;
    gap: 0.3em;
    justify-content: center;
  }
  .qr-voucher .qrcode .qr-info .btns .btn {
    font-size: 1.2em;
  }
  .my .list.horizon.point li {
    display: flex;
    padding-right: 15px;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid var(--gray-border);
  }
  .my .list.horizon.point li .date {
    display: block;
  }
  .my .list.horizon.point {
    border-top: 1px solid var(--gray-border);
  }
  .my .list.horizon.point li .info .number {
    width: 20px;
  }
  .tab-contents .tabs a {
    padding: 12px 10px 13px 10px;
    flex-grow: 1;
  }
  .subsect.guidance {
    flex-direction: column;
  }
  .subsect.guidance > div:first-child {
    width: 100% !important;
  }
  .sect.flex,
  ul.demical.flex {
    flex-direction: column;
  }
  .section .ext {
    margin: 0 var(--padding);
  }
  .section .list + .ext {
    margin-top: var(--padding);
  }
  .sect.flex > div {
    width: 100%;
  }
  .reserv-ui:has(.btns + .btns) {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .reserv-ui:has(.btns + .btns) .btns {
    order: 10;
  }
  .reserv-ui:has(.btns + .btns) .btns > a {
    border-radius: 0 !important;
  }
  .reserv-ui:has(.btns + .btns) .btns + .btns {
    margin: 10px 10px;
    order: 2;
  }
  .reserv-ui:has(.btns + .btns) .choose,
  .reserv-ui:has(.btns + .btns) .total-payment {
    border: 0;
  }
  .reserv-ui:has(.btns + .btns) .btns + .btns > a {
    border-radius: 6px !important;
  }
  .reserv-ui a.submit,
  .reserv-ui a.pay,
  .reserv-ui .btns > a {
    font-size: 1.1em;
    border-radius: 0;
  }
  .reserv-ui .floating .float-el {
    color: inherit;
    text-align: left;
    position: absolute;
    top: -85px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    width: calc(100% - 10px);
    padding: 10px;
  }
  .reserv-ui .floating .float-el > div {
  }
  .reserv-ui .floating .float-el > div > p {
    color: var(--gray-mid);
  }
  .reserv-ui .floating .float-el > div {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .reserv-ui .floating .float-el > div .icon {
    margin: 0;
    width: 12vw;
    left: 0;
    position: static;
  }
  .reserv-ui .floating .float-el > div .icon img {
    height: 100%;
  }
  .reserv-ui .floating .float-el > div .title {
    padding: 10px 0;
    flex-grow: 1;
  }
  .reserv-ui .floating .float-el > div .title h1 {
    font-size: 1em;
  }
  .reserv-ui .floating .float-el > div.close {
    display: block;
    height: 24px;
    padding: 0;
    aspect-ratio: 1/1;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 0.8em;
    background-color: var(--gray-dark);
    color: #fff;
    padding: 7px;
    border-radius: 50%;
  }
  .reserv-ui .floating {
    margin-bottom: 0;
  }
  .reserv-ui .floating .float-el > div.close::before {
    display: none;
  }
  .gnb .menu .menu-my {
    padding: 0;
    position: static;
    transform: initial;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gnb .menu .menu-my li {
    padding: 5px 30px;
  }
  .gnb .menu .menu-my li a i {
    display: none;
  }
  .cs .section .list {
    padding-left: var(--padding);
    padding-right: 20px;
    width: 100%;
    overflow: hidden;
  }
  .cs #map .section .list {
    padding-left: 0;
    padding-right: 0;
  }
  .notice-area + .ui-sect {
    border-radius: 0;
  }
  .option.color-var p img {
    height: 12px;
    width: 12px;
  }
  .auth:has(.reserv-ui .btns + .btns) .floating {
    bottom: 150px;
    width: calc(100% - 20px);
    left: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .floating .title {
    margin-bottom: 0;
  }
  .floating h1 {
    font-size: 1em;
  }
  .board.view.write .head .form .inputs {
    margin: 0;
    padding: 16px 0;
  }
  .board.view.write .head .form input {
    padding: 0;
  }
  .board.view.write .in textarea {
    padding: 16px 0;
  }
  .board.view .btn-area,
  .board.view .pager:not(:has(.paging)) {
    margin-bottom: 0;
  }
  .calendar-in .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    font-size: 16px;
  }
  .calendar .calendar-in .calendar-in .pignose-calendar .pignose-calendar-unit {
    padding: 5px 0;
  }
  .calendar .calendar-in .pignose-calendar .pignose-calendar-unit,
  .calendar .calendar-in .pignose-calendar .pignose-calendar-header {
    border-bottom: 0;
    border-top: 0;
  }
  .calendar .calendar-in .calendar-in .pignose-calendar .pignose-calendar-unit {
    padding: 0;
  }
  .ui-sect .sect:not(.notice-area) + .sect {
    border: 0;
  }
  .ui-sect .sect:not(.notice-area) {
    margin-bottom: 0;
  }
  .visual .swiper-slide .all-place > div {
    width: 100% !important;
  }
  .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next,
  .calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
    width: 28px;
    height: 28px;
    background-color: transparent;
  }
  .calendar .calendar-in .pignose-calendar .pignose-calendar-unit,
  .calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    border-right: 0;
  }
  .ui-sect .sect + .sect {
    padding-top: 0;
  }
  .ui-sect .sect > ul.select-item,
  .ui-sect .sect .head + div,
  .ui-sect .sect .head + ul {
    margin-top: 15px;
  }
  .ui-sect .sect .tabs + .prices.option-item {
    padding-top: 15px;
  }
  .ui-sect .sect .prices.option-item {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ui-sect .sect .prices.option-item > li {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    border: 0;
  }
  .ui-sect .sect .prices.option-item > li .quantity {
    width: 40%;
    margin: 0;
    flex-grow: 0;
  }
  .ui-sect .sect .prices.option-item > li .item-name {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1em;
  }

  .ui-sect .sect + .sect:has(.head) {
    padding-top: 0;
  }
  .ui-sect .sect .tab-contents .tabs {
    padding: 0;
  }
  .ui-sect .sect .tab-contents {
    padding: 0 24px;
  }
  .ui-sect .sect + .sect:not(.sight):has(.tab-contents) {
    padding-bottom: 0;
  }
  .ui-sect .sect .tabs + .prices.option-item {
    padding: 20px 0;
  }
  .outlink .gnb {
    padding-left: 20px;
  }
  .gnb .mo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--top-h);
  }
  .gnb .mo .left .back {
    display: flex;
    align-items: center;
    font-weight: bold;
    height: 100%;
    font-size: 1.4em;
    gap: 0.2em;
    user-select: none;
  }
  .gnb .mo .left .back .selectbox > ul {
    left: -15px;
    right: initial;
    border: 0;
  }
  .gnb .mo .left .back .selector {
    gap: 0.1em;
  }
  .gnb .mo .left .back .selectbox > ul li {
    padding: 15px;
  }
  .gnb .mo .left .back .selector::after {
    font-size: 0.8em;
  }
  .gnb .mo .left .back i {
    font-size: 1.2em;
  }
  .gnb .mo .right {
    padding-right: 16px;
    justify-content: flex-end;
  }
  .gnb .mo .selectbox .selector {
    border: 0;
    width: fit-content;
    padding: 0;
    gap: 0.3em;
  }
  .gnb .mo .selectbox img {
    max-width: 16px;
    min-width: 16px;
  }
  .gnb .mo .selectbox .selector::after {
    position: static;
    margin-left: 0.3em;
  }
  .gnb .mo .selectbox > ul {
    width: fit-content;
    margin: 0;
    right: 0;
  }
  .gnb .mo .selectbox > ul li {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.2em;
    padding: 10px 10px;
    width: 100%;
  }
  .gnb .mo .selectbox > ul li.on::after {
    display: none;
  }
  .gnb:has(.mo)::after {
    display: none;
  }
  .outlink .reserv-ui {
    bottom: 0 !important;
  }
  /* API */
  .gnb .menu li.logo img,
  .sub .gnb .menu li.logo img {
    height: 20px;
  }
  .section .overview .subscript {
    width: 100%;
  }
  .ui-sect .select-item > li {
    font-size: 1em;
    flex-grow: 1;
    justify-content: center;
  }
  .ui-sect .select-item > li {
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .select-item > li .infos {
    flex-wrap: wrap;
  }
  .select-item > li .infos .info {
    flex-grow: 1;
  }
  .select-item > li .infos .info.date {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1em;
    font-size: 1.1em;
  }
  .ui-sect {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px 10px;
  }
  .ui-sect .sect {
    background-color: #fff;
    border-radius: 12px;
  }
  .ui-sect.seper > .sect {
    border: 0;
  }
  body:has(.ui-sect),
  body:has(.ui-sect) .wrap,
  body:has(.ui-sect) .ui-sect {
    background-color: var(--gray-pale);
  }
  body:has(.ui-sect) .ui-sect {
    padding: 0 10px;
  }
  body:has(.ui-sect) .sect {
    background-color: var(--white);
  }
  body:has(.ui-sect) .ui-sect .sect .calendar {
    padding: 0;
    border: 0;
    margin: 0;
  }
  body:has(.ui-sect) .sect.notice-area,
  body:has(.ui-sect) .auth-banner {
    margin: 0 10px 10px;
    border-radius: 8px;
    width: calc(100% - 20px);
  }
  body:has(.ui-sect) .sect.notice-area li {
    background-color: var(--white);
    border-radius: 10px;
  }
  body:has(.ui-sect):where(.article, .gnb, .scrolled .gnb, .sub .gnb) {
    background-color: var(--white);
  }
  body:has(.ui-sect) .sect:has(.promotion) {
    background-color: transparent;
    padding: 10px;
    border: 0;
  }
  .auth-banner {
    padding: var(--padding);
    align-items: flex-start;
  }
  .auth-banner .img {
    width: 70px;
  }
  .auth-banner .btnset .btn {
    font-size: 1em;
  }
  .auth-banner .text {
    padding-right: 10px;
  }
  .auth-banner .text p {
    font-size: 1em;
  }
  .auth-banner .text .impo {
    font-size: 1.2em;
  }
  .auth-banner .text h3 br {
    display: inline-block;
  }
  .sect.sight .map-picker .map-area {
    padding: 0;
  }
  .ui-sect {
    border: 0;
  }
  .scrolled .gnb:after {
    display: none;
  }
  /* .sect:not(.notice-area) + .sect:not(.shop-info) {
    border-top: 1px solid var(--gray-border);
  } */
  .ui-sect .sect:not(.notice-area) + .sect:not(.shop-info) {
    border-top: 0;
  }
  .sub.full .ui-sect .sect.sight .map {
    left: 0;
  }
  .ui-sect .sect > div.calendar .calendar-in {
    border: 0;
  }
  .ui-sect .sect .map-area .map > img {
    border-radius: 0;
  }
  .ui-sect .calendar .pignose-calendar .pignose-calendar-body {
    overflow: hidden;
  }
  .ui-sect .calendar .calendar-in .pignose-calendar {
    height: fit-content;
    border: 2px solid var(--white);
    border-radius: 12px;
    overflow: hidden;
  }
  .ui-sect .calendar .pignose-calendar .pignose-calendar-unit {
    min-height: auto;
  }
  .ui-sect .calendar .pignose-calendar .pignose-calendar-unit-first-active {
    border-radius: 12px 0 0 12px;
  }
  .ui-sect .calendar .pignose-calendar .pignose-calendar-unit-second-active {
    border-radius: 0 12px 12px 0;
  }
  body:has(.ui-sect) .ui-sect {
    padding-bottom: 10px;
  }
  body:has(.item.append) .wrap {
    padding-bottom: 80px;
  }
  .wrap:has(.reserv-ui) {
    padding-bottom: 60px;
  }
  .wrap:has(.tabs) .gnb {
    background-color: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  .sub .sect .head + .calendar .calendar-in {
    margin-top: 15px;
    border: 0;
  }
  .paying.go-next .reserv-ui {
    display: block;
  }
  .full .reserv-ui .agree-policy:has(input[type='checkbox']) + .total-payment,
  .full .reserv-ui .agree-policy:has(input[type='checkbox']:checked) + .total-payment {
    max-width: 100%;
  }
  .type2.go-next:not(.paying) .reserv-ui {
    height: 30px;
    background-color: transparent;
  }
  .type2.go-next:not(.paying) .wrap {
    padding-bottom: 30px;
  }
  .cal-huge-full,
  .huge-widget {
    width: 100%;
    visibility: visible;
  }
  .reserv-ui .floating > .float-el .btnlook {
    margin-top: 0;
  }
  .sect .list.horion.prices {
    margin: 0;
  }
  .sect .list.horizon.prices > li {
    flex-direction: column;
    padding: 0;
  }
  .sect .list.horizon.prices > li + li {
    margin-top: calc(1.5 * var(--padding));
  }
  .notice-area li h4 {
    font-size: 1.15em;
  }
  .sect .list.horizon.prices > li .infos,
  .list.horizon.prices li .infos .price-multi {
    margin: 0;
    margin-top: 12px;
  }
  .sect .list.horizon.prices > li .infos .info h2 {
    font-size: 1.3em;
  }
  .sect .list.horizon.prices li .infos .price-multi .price {
  }
  /* .sect .list.horizon.prices > li .infos .price-multi {
    flex-direction: row;
  } */
  .sect .list.horizon.prices > li .thumb {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .visual .ment.noti .mm {
    font-size: 0.85em;
  }
  .visual .ment.noti .mm dl h1 {
    font-size: 2em;
  }
  .list .full-split .info + div.facility {
    margin-top: 1.5em;
  }
  .sub .detail .detail-contents .table.timeschedule:has(tbody td:only-of-type) tr td p + p {
    margin-top: 0;
  }
  .table.timeschedule:has(tbody td:only-of-type) > table {
    display: block;
  }
  .table.timeschedule:has(tbody td:only-of-type) > table > colgroup {
    display: none;
  }
  .table.timeschedule:has(tbody td:only-of-type) > table > tbody > tr,
  .table.timeschedule:has(tbody td:only-of-type) > table > tbody {
    display: block;
    width: 100%;
  }
  .table.timeschedule:has(tbody td:only-of-type) > table > tbody > tr > th {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.1em;
    padding: 1em 0 0 0;
  }
  .table.timeschedule:has(tbody td:only-of-type) > table > tbody > tr > th + th {
    padding-bottom: 1em;
    padding-top: 0.5em;
    font-weight: normal;
  }
  .table.timeschedule:has(tbody td:only-of-type) tr td p {
    line-height: 1.5;
  }
  .table.timeschedule:has(tbody td:only-of-type) tr td span {
    display: none;
  }
  .table.timeschedule:has(tbody td:only-of-type) > table > tbody > tr > th:first-child {
    border: 0;
  }
  .table.timeschedule:has(tbody td:only-of-type) > table > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0.5em 0 1em 0;
  }
  .scrolled .gnb {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .sub .sub-detail > .time-clock.horizon > div {
    margin: 0 20px;
    border-radius: 8px;
    padding: 20px 10px 20px 20px;
  }
  .time-clock.horizon .infos {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .time-clock.horizon .infos h3 {
    font-size: 1.3em;
  }
  .time-clock.horizon .infos h3 .status {
    padding: 0.5em 1em;
    font-size: 0.7em;
  }
  .sub .sub-detail > .time-clock.horizon {
    margin-bottom: 0;
  }
  .paying:has(.ui-sect:only-child) {
    overflow: hidden;
    height: 100dvh;
  }
  .paying .contents:has(.ui-sect:only-child) {
    overflow: hidden;
    height: 100dvh;
  }
  .paying .contents:has(.ui-sect:only-child) .detail {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 100%;
  }
  .paying .contents:has(.ui-sect:only-child) .detail .detail-contents {
    flex-grow: 1;
    overflow-y: auto;
  }
  .paying .contents:has(.ui-sect:only-child) .detail-contents .sub-detail {
    width: 100%;
    flex-grow: 1;
    overflow-y: auto;
  }
  .paying:has(.ui-sect:only-child) .sub .gnb {
    background-color: transparent;
  }
  .paying .contents:has(.ui-sect:only-child) .reserv-ui {
    position: static;
  }
  body:has(.sub-detail > .ui-sect:only-child) .wrap {
    padding-bottom: 0;
  }
  body:has(.sub-detail > .ui-sect:only-child) .sub-detail {
    padding-bottom: calc(var(--btn-h) + 10px);
  }
  .time-clock.horizon > div {
    width: 100%;
  }
  .time-clock.horizon:has(.current) {
    gap: 0;
  }
  .time-clock.horizon:has(.current) > div {
    padding: 0.7em;
    padding-right: 3em;
    border-radius: 50em;
  }
  .login-wrap .btn-set {
    margin-top: 0;
  }
  .login-wrap .btn-set .btn {
    font-size: 0.9em;
  }
  .sect:has(.notification.vertical) {
    padding-left: 0;
    padding-right: 0;
  }
  .sect:has(.notification.vertical) h3,
  .sect:has(.notification.vertical) p {
    padding-left: var(--padding);
  }

  .swiper-container.images:has(li:only-child) .swiper-pagination-progressbar {
    margin-bottom: 0;
  }
  .sub .contents .images .swiper-slide.lottery-banner {
    padding: 30px var(--padding);
    height: initial;
    aspect-ratio: initial;
  }
  .swiper-slide.lottery-banner .ment .text h1 {
    font-size: 1.7em;
    width: 60%;
  }
  .swiper-slide.lottery-banner .ment .text dl dd {
    font-size: 1.4em;
  }
  .swiper-slide.lottery-banner .ment .ext {
    margin: 0;
  }
  .swiper-slide.lottery-banner .ment .text {
    z-index: 2;
  }
  .swiper-slide.lottery-banner .ment .img {
    position: absolute;
    width: 130px;
    right: -10px;
    top: 0;
    z-index: 0;
  }
  .sub .contents .images .swiper-slide {
    aspect-ratio: initial;
  }
  .map .pin .marker input[type='text'],
  .map .pin .marker > p {
    font-size: 0.8em;
  }
  .section.map-section .map-area1200 {
    padding-left: var(--padding);
    margin-bottom: var(--padding);
  }
  .sub .limit {
    margin: 0;
  }
  .section.map-section .map-area1200 .map-img {
    max-width: 800px;
  }
  .section.map-section .course-table,
  .sect.sight .course-table {
    margin: 0 var(--padding);
  }
  .course-table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .course-table tbody tr th,
  .course-table tbody tr td {
    width: 33%;
    flex-grow: 1;
    border: 0 !important;
    border-bottom: 1px solid var(--gray-border) !important;
    border-right: 1px solid var(--gray-border) !important;
  }
  .course-table tbody tr td:nth-child(3n) {
    border-right: 0 !important;
  }
  .course-table tbody tr:last-child td:nth-last-child(1),
  .course-table tbody tr:last-child td:nth-last-child(2),
  .course-table tbody tr:last-child th:nth-last-child(3) {
    border-bottom: 0 !important;
  }
  .sub .course-table:last-child {
    margin-bottom: var(--padding);
  }
  .sect.sight .map-picker:has(.course-table) .map {
    margin-bottom: var(--padding);
    padding-left: 10px;
    padding-right: 10px;
  }

  .sect.sight .map-picker:has(.course-table) .map {
    max-width: 800px;
    width: 800px;
  }
  .sect.sight .map-picker:has(.course-table) .map .map-img {
    width: 100%;
  }
  .cal-huge-full .cal-ment {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 1em;
    background-color: var(--white);
  }
  .qr-voucher .qrcode .qr-info:has(.code) .date {
    justify-content: center;
  }
  .full .reserv-ui {
    flex-direction: column;
  }
  .sect.collabo .img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .sect.collabo .info h4 {
    font-size: 1.1em;
  }
  .list.vertical.prices.healing > li .infos {
    flex-direction: column;
  }
}
