@charset "UTF-8";
/*반응형*/
@media (max-width: 812px) {
  html,
  :root {
    --Width: initial;
    --Top-h: 60px;
    --Input-h: 50px;
    --spector: 8px solid var(--Gray-Lightest);
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: var(--padding);
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  body,
  input {
    font-size: 14px;
  }
  .wrap {
    top: 0;
  }
  .visual {
    position: relative;
    height: auto;
  }
  .visual .swiper-slide {
    height: auto;
    min-height: 100vw;
  }
  table th,
  table td {
    padding: 15px 0;
    font-size: 0.85em;
    border-bottom: 0;
    position: relative;
  }
  table th::after,
  table td::after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--Gray-Dark);
    transform-origin: left bottom;
    transform: scaleY(0.33);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  table tbody th {
    padding-right: 15px;
  }
  .gnb {
    padding: 0 0 0 20px;
  }
  .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;
  }
  .scrolled .gnb,
  .sub .gnb {
    background-color: #fff;
  }
  .scrolled .gnb .menu {
    height: var(--Top-h);
  }
  .scrolled .gnb:after {
    width: 300%;
    transform: scale(0.34);
    transform-origin: left bottom;
  }
  .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(20px + var(--Top-h));
    top: 0;
    right: -100%;
    z-index: 1;
    background-color: var(--Gray-Dark);
    color: #fff;
    transition: 0.4s;
    min-width: 50%;
    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: 60%;
    max-width: 80%;
  }
  .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;
  }
  .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 .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 p {
    font-size: 12px;
    line-height: 1.5;
  }

  .btn {
    font-size: 10px;
    height: auto;
    line-height: initial;
    min-width: initial;
    padding: 10px 20px;
    display: inline-block;
  }
  .section {
    padding: 30px 0;
  }
  .section p {
    line-height: 1.4;
  }
  .section .overview {
    margin-top: 10px;
    display: block;
    position: relative;
  }
  .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);
  }
  .list.vertical.circle li {
    width: initial;
    flex-direction: row;
    text-align: left;
    margin-bottom: 50px;
    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.vertical.circle::before {
    content: "종합운동장";
    font-size: var(--padding);
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
  } */
  #leisure .list.vertical.circle {
    display: block;
  }
  .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;
  }
  #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;
  }

  p.noti {
    font-size: 12px;
    word-break: break-all;
  }
  table th,
  td {
    padding: 15px 0;
    line-height: initial;
  }
  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;
  }
  #rent .list.vertical {
    display: block;
  }
  .list li.full > .info {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  #rent .list.vertical li .thumb {
    height: 200px;
    margin-bottom: 30px;
  }
  #rent .list.vertical li .info {
    width: initial;
    padding: 0 var(--padding);
  }
  #rent .list li h4.category {
    display: block;
  }
  #rent .list.vertical li + li {
    margin-top: 60px;
  }
  .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;
  }
  #rent .list.vertical li {
    width: initial;
  }
  .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);
  }
  #rent .list li.full .head p {
    width: initial;
  }
  .list li.full > .info {
    display: block;
    padding-bottom: 30px;
  }
  #rent .list .info .head + .list {
    width: initial;
  }
  #rent .list.vertical {
    margin-top: 30px;
  }
  .rental {
  }
  .rental .section {
    padding-top: 0;
  }
  #rent #education.list.vertical li .thumb {
    border-radius: 0;
  }
  #map::before {
    display: none;
  }
  #map .section,
  .section.notice {
    padding: 30px var(--padding);
  }
  #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;
  }
  .list.horizon li .date {
    display: none;
  }
  .list.horizon li.new::before {
    transform: scale(0.6);
  }
  #map .head + .list.horizon {
    margin-top: 30px;
  }

  .footer {
    margin-top: 0;
    margin-bottom: -1px;
    padding: var(--padding);
    background-color: var(--Gray-Pale);
  }
  .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;
  }
  /* 모달 */
  .modal-on .modal.on {
    padding: 5px;
  }
  .modal .modal-popup .popup-content li {
    padding: 30px 20px;
  }
  .modal .modal-popup h2 {
    /* font-size: 12px; */
  }
  .modal .modal-popup {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }
  .modal .modal-popup .popup-content {
    max-height: calc(100% - 50px);
  }
  .modal .btn-set a {
    line-height: 50px;
    height: 50px;
  }
  .modal .filebox label,
  .modal .filebox input {
    font-size: 12px;
  }
  .modal .no {
    padding-bottom: 10px;
  }
  .modal .btn-set a {
    height: 60px;
    line-height: 60px;
  }
  /* 서브 */

  .sub .contents .article {
    margin: 0px 0;
  }
  .sub .contents .article .header h1 {
    font-size: 1.4em;
    width: initial;
    padding: 0 var(--padding);
  }
  .sub .contents .article .header.nav {
    margin: 10px 0 20px 0;
  }
  .sub .contents .article .header.nav h1 {
    font-size: var(--padding);
  }
  .sub .contents .article .header.nav img {
    height: var(--padding);
  }
  .sub .contents .article .header {
    margin: 10px 0 30px 0;
    position: relative;
    z-index: -1;
  }
  .sub .contents .article .tabs {
    margin-bottom: 0;
    padding-left: var(--padding);
    align-items: flex-start;
    margin-top: 8px;
    left: auto;
    right: auto;
    overflow-x: auto;
  }
  .sub .contents .article .tabs::after {
    transform-origin: left bottom;
    transform: scaleY(0.3);
  }
  
  .scrolled .sub .contents .article .tabs {
	min-width:100%;
    margin-top: -1px;
  }
  .sub .contents .article .tabs a, .scrolled .sub .contents .article .tabs a {
    font-size: inherit;
  }
  .sub .contents .article .tabs a.active {
    color: var(--Main-color);
  }
  .sub .contents .article .tabs a.active::after {
    width: 100%;
    opacity: 1;
  }
  .sub .contents .article .tabs a::after {
    margin-top: 10px;
    border-top: 4px solid var(--Main-color);
    width: 0;
  }
  .sub .contents .article .tabs a {
    margin-right: 20px;
  }
  .sub .contents .images .swiper-slide {
    height: 200px;
  }
  .sub .detail .detail-contents .sect .form .guidance.split {
    display: block;
  }
  .sub .detail .detail-contents .sect .form .guidance.split > div {
    width: initial;
  }
  .sub .detail .detail-contents .sect .form .guidance.split > div .btn {
    margin-top: 10px;
  }
  .sub .detail .detail-contents .sect .form .guidance.split > div + div {
    margin-top: 20px;
    border-top: 1px solid var(--Gray-Border);
    padding-top: 20px;
  }
  .sub .detail .detail-contents .sect .noti,
  .sub .detail .detail-contents .sect .form .guidance.split > div p {
    font-size: 1em;
  }
  .sub .detail .detail-contents .sect .noti p + p {
    margin-top: 3px;
  }
  .sub .detail .detail-contents .item {
    margin: 0 var(--padding);
    padding: 0;
    flex-direction: column;
  }
  
  .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: 20px 0;
  }
  .accordion > li h2 {
    font-size: 14px;
  }
  select,
  input[type="text"],
  input[type="password"],
  input[type="number"] {
    padding: 0 14px;
    font-size: 14px;
  }
  .sub .detail .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);
  }
  .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);
  }
  .swiper-container.images .swiper-pagination-progressbar {
    margin: 16px var(--padding);
    width: initial;
  }
  .sub .detail .reserv-ui a.submit,
  .sub .detail .reserv-ui a.pay {
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    border-radius: 0;
  }
  .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;
  }
  .scrolled.ui-fix .sub .detail .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 .sub .detail .reserv-ui input,
  .scrolled.ui-fix .sub .detail .reserv-ui select {
    font-size: 16px;
  }
  .sub .detail .reserv-ui .choose {
    display: none;
    background: #fff;
  }
  .scrolled.ui-fix .sub .detail .reserv-ui .choose,
  .sub .detail .reserv-ui .choose {
    display: none;
    background-color: #fff;
    position: relative;
    z-index: 50;
    max-height: calc(100vh - var(--Top-h) - 60px);
    overflow-y: auto;
    pointer-events: all;
  }
  .paying {
    overflow: hidden;
    overscroll-behavior: none;
  }
  .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 .sub .detail .reserv-ui dl.selecting .selector {
    background-image: url(../images/icon/close.svg);
  }
  .paying .sub .detail .reserv-ui dl.selecting {
    border-left: 0;
    border-right: 0;
    /* background-color: var(--Gray-Pale); */
  }
  /* .paying .sub .detail .reserv-ui dl.selecting input {
		display: none;
	} */
  .paying .sub .detail .reserv-ui {
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 24px 24px 0 0;
    /* overflow: hidden; */
    overscroll-behavior: none;
    z-index: 140;
    border: 0;
  }
  .paying .sub .detail .reserv-ui .choose {
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.15);
  }
  .sub .detail .reserv-ui dd .selection {
    font-size: 16px;
    width: initial;
    position: static;
    border: none;
    box-shadow: none;
    height: 0;
    overflow: hidden;
    overscroll-behavior: none;
  }
  .sub .detail .reserv-ui dd .selection.static {
    height: auto;
  }
  .sub .detail .reserv-ui dl.selecting .selection {
    padding-top: 0;
    height: auto;
    background: transparent;
    box-shadow: none;
  }
  .sub .detail .reserv-ui dl.selecting .selection.option li:first-of-type::before {
    display: none;
  }
  .sub .detail .reserv-ui dl.selecting dd .selection.option .name {
    display: none;
  }
  .sub .detail .reserv-ui dd .selection.option > li {
    padding: 0;
  }
  .sub .detail .reserv-ui dd .selection.option li .option-item li {
    margin: 0;
  }
  .sub .detail .reserv-ui dd .selection.option > li + li {
    border: 0;
    padding-top: 15px;
  }
  .ui-widget.ui-widget-content {
    margin-left: var(--padding);
    margin-top: 10px;
    z-index: 120 !important;
    width: calc(100vw - 48px);
    top: 10px !important;
  }
  .cal-huge.ui-widget.ui-widget-content {
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0;
    top: 0 !important;
    flex-grow: 1;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td.ui-state-disabled {
    display: none;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td.ui-state-disabled.event-day {
    display: block;
  }
  .cal-huge.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-title {
    line-height: 36px;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body {
    flex-grow: 1;
    overflow-y: auto;
  }

  .cal-huge.ui-widget.ui-widget-content .ui-body table tr {
    display: block;
    width: 100%;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 8px solid var(--Gray-Pale);
    padding: 10px;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td::after {
    display: none;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td a {
    display: flex;
    width: 100%;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(1) a:first-of-type:after {
    content: "일요일";
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(2) a:first-of-type:after {
    content: "월요일";
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(3) a:first-of-type:after {
    content: "화요일";
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(4) a:first-of-type:after {
    content: "수요일";
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(5) a:first-of-type:after {
    content: "목요일";
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(6) a:first-of-type:after {
    content: "금요일";
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table td:nth-child(7) a:first-of-type:after {
    content: "토요일";
    margin-left: 5px;
    white-space: nowrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr th {
    display: none;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td .times {
    display: flex;
    flex-wrap: wrap;
  }
  .cal-huge.ui-widget.ui-widget-content .ui-body table tr td .times li {
    width: calc(50% - 10px);
  }
  .sub .detail .detail-contents .sect .noti p {
    font-size: 0.88em;
  }
  .sub .detail .reserv-ui .choose .close {
    content: "";
    height: 40px;
    display: block;
    background: url(../images/icon/select.svg) no-repeat center center;
    opacity: 0.4;
    background-size: auto 14px;
  }
  .paying .gnb,
  .paying .sub .contents .article .tabs {
    transition: 0s;
  }
  .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    margin: 0;
  }
  .sub .detail .reserv-ui input,
  .sub .detail .reserv-ui select {
    font-size: 16px;
  }
  .sub .detail .reserv-ui input:disabled,
  .sub .detail .reserv-ui input .select:disabled {
    color: var(--Gray-Dark);
  }
  .sub .detail .reserv-ui .choose .total-payment dt,
  .sub .detail .reserv-ui .choose .total-payment .total {
    display: none;
  }
  .sub .detail .reserv-ui .choose .total-payment .total.pay {
    display: block;
    border: none;
    margin: 0;
    font-size: 16px;
    padding-top: 0;
  }
  .sub .detail .detail-contents {
    width: initial;
    width:100%
  }
  .sub.reservation {
    padding-bottom: 60px;
  }
  .sub .detail .detail-contents .overview {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 20px 30px var(--padding);
  }
  .sub .detail .detail-contents .overview h6 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .sub .detail .detail-contents .overview p {
    font-size: 18px;
  }
  .option {
    border-bottom: var(--spector);
    border-top: 0;
  }
  .sub .detail .detail-contents .sect .option {
    border: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .option .reserv-day {
    display: inline-block;
  }
  .sub .detail .detail-contents .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;
  }
  .sub .detail .detail-contents .sect,
  .sub .detail .detail-contents .sect .option,
  .sub .detail .detail-contents,
  .sub .detail,
  .sub {
    overflow: auto;
  }
  .sub .detail .detail-contents .sub-detail {
    padding-top: 0;
    margin-top: 0;
  }
  .sub .detail .detail-contents .overview.small {
    padding: 0;
    margin: 0;
  }
  .sub .detail .detail-contents .sect .map iframe {
    height: calc(170vw - 48px);
    margin-top: -50px;
  }
  .sub .detail .detail-contents .sect {
    margin-bottom: 0;
    margin-top: 0;
    padding: var(--padding);
    border-bottom: var(--spector);
    position: relative;
  }
  .sub .detail .detail-contents .sect p {
    line-height: 1.4;
  }
  .sub .detail .detail-contents .sect p + p {
  }
  .sub .detail .detail-contents .sect .split {
    flex-wrap: wrap;
    gap: var(--padding);
    justify-content: space-between;
  }
  .sub .detail .detail-contents .sect.shop-info h4 {
    line-height: 1.3;
    width: 60%;
  }
  .sub .detail .detail-contents .sect.shop-info h4 + h4 {
    margin-top: 2px;
  }
  .sub .detail .detail-contents .sect:last-child,
  .sub.my .detail .detail-contents .sect:last-child {
    /* margin-bottom: var(--padding); */
    border: none;
    padding-top: var(--padding);
  }
  .sub .detail .detail-contents .sect.shop-info {
    padding: 0;
    margin-top: -1px;
  }
  .sub .detail .detail-contents .sect.shop-info > * {
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .sub .detail .detail-contents .sect.shop-info .introduction {
    padding-bottom: var(--padding);
  }
  .sub .detail .detail-contents .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;
  }
  .sub .detail .detail-contents .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;
  }
  .sub .detail .detail-contents .sect > .overview-mm table,
  .sub .detail .detail-contents .sect > .overview-mm table tbody {
    display: block;
  }
  .sub .detail .detail-contents .sect > .overview-mm table tr {
    display: block;
  }

  .sub .detail .detail-contents .sect > .overview-mm tr:first-child {
    border-top: 1px solid var(--Gray-Dark);
  }
  .sub .detail .detail-contents .sect > .overview-mm tr:first-child th {
    padding-top: 20px;
  }
  .sub .detail .detail-contents .sect .overview-mm tr th {
    width: 100%;
  }
  .sub .detail .detail-contents .sect .overview-mm tr td {
  }
  .sub .detail .detail-contents .sect .overview-mm tr td:last-child {
    display: block;
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 20px;
  }
  .sub .detail .detail-contents .sect .overview-mm tr td:last-child * {
    font-size: 0.8rem;
    font-weight: normal;
    color: var(--Gray-Mid);
  }
  .sub .detail .detail-contents .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;
  }
  .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;
  }
  .sub .detail .detail-contents .sect .noti.with-btn {
    display: block;
  }
  .sub .detail .detail-contents .sect .noti.with-btn .qr {
    text-align: center;
    margin-bottom: 20px;
  }
  .sub .detail .detail-contents .sect .noti.with-btn .qr img {
    height: auto;
    width: 40%;
  }
  .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%;
  }
  .sub .detail .detail-contents .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;
  }
  .sub .detail .detail-contents .item .print {
    width: 100%;
    border: 0;
    border-radius: 0;
    border-top: 1px solid var(--Gray-Border);
    margin-top: 0;
  }
  .sub .detail .detail-contents .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;
  }
  /* 플로팅 */
  .floating {
    position: fixed;
    width: 50%;
    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;
    padding: 20px;
  }
  .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;
  }
  .floating + .gnb .menu .menus .menu-n li.ch {
    bottom: 120px;
  }
  .sub.my .list.horizon li {
    display: block;
  }
  .sub.my .list.horizon li .thumb + .info {
    margin-left: 0;
  }
  .sub.my .list.horizon li .thumb {
    margin-bottom: 20px;
    width: initial;
    height: 150px;
  }
  .my .sect.schedule > h3 {
    font-size: 18px;
    background-size: auto 16px;
  }
  .list.horizon li .btnset {
    margin-top: 10px;
    gap: 40px;
  }
  .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;
  }
  .sub.my .detail .detail-contents .sect.schedule {
    margin-bottom: 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.my .contents .article .header p + p {
    margin-top: 5px;
  }
  .sub.my .detail .detail-contents {
    border-top: var(--spector);
  }
  .sub.my.log .detail .detail-contents {
    border-top: 0;
  }
  .sub .detail .detail-contents .my-ticket {
    padding: 0 var(--padding);
  }
  .sub .detail .detail-contents .month-ticket {
    width: var(--Width);
    gap: 10px;
  }
  .sub .detail .detail-contents .month-ticket .item {
    width: 100%;
    margin: 0;
    flex-direction: row;
    border: 1px solid var(--Gray-Border);
    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 {
    margin-top: 5px;
    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: 100px;
    min-height: 100px;
    height: 100%;
    flex-shrink: 0;
  }
  .sub .detail .detail-contents .month-ticket .item .infos {
    padding: 0 0 0 15px;
    line-height: 1.2;
  }
  .sub .detail .detail-contents .log {
    padding-top: 0;
  }
  .sub .detail .detail-contents .log table td,
  .sub .detail .detail-contents .log table th {
    font-size: 10px;
    padding: 15px 0 15px 15px;
    white-space: normal;
    word-break: break-all;
  }
  .sub .detail .detail-contents .log table td:last-child,
  .sub .detail .detail-contents .log table th:last-child {
    padding-right: 10px;
  }
  .sub .detail .detail-contents .log h3 {
    padding: 0 var(--padding);
  }
  .sub.reservation.my {
    padding-bottom: 0;
  }
  .board {
    padding: 0 var(--padding);
  }
  .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: 0 var(--padding);
  }
  .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;
  }

  .sub .detail .detail-contents .sect h3 {
    padding-bottom: 10px;
  }
  .notice-area li {
    padding: 20px;
  }
  .sub .detail .detail-contents .sect.notice-area {
    padding: 0;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
  }
  .sub .detail .detail-contents .sect.notice-area::after {
    display: none;
  }
  .notice-area {
    overflow: hidden;
    overscroll-behavior: none;
  }
  .sub .detail .detail-contents .sect.notice-area .swiper-nav .swiper-pagination-fraction {
    display: none;
  }
  .sub .detail .detail-contents .sect.notice-area .swiper-nav {
    gap: 5px;
    top: 20px;
    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;
  }
  .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 {
    border-bottom: 1px solid var(--Gray-Border);
    padding: 15px 15px 15px 0;
    font-size: 0.8em;
  }
  .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,
  .section {
    border-bottom: var(--spector);
  }
  .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;
  }
  .visual .ment p {
    font-size: 1em;
    margin-top: 0.4em;
  }
  .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);
  }
  .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: var(--padding);
  }
  .list.vertical li .price dl {
    display: flex;
    align-items: flex-end;
  }
  .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;
  }
  ul + .promotion {
    margin-top: 10px;
  }
  .promotion {
    height: 40vw;
    padding: 0 var(--padding) !important;
    margin: 0 var(--padding);
  }
  .promotion .extra {
    margin-top: 12px;
  }
  .promotion .extra p {
    font-size: 0.85em;
  }
  .promotion h2 {
    font-size: 1.3em;
  }
  .table table tbody th,
  .table table.span tbody th {
    padding-right: 15px;
  }
  .table table th,
  .table table td,
  .table table.span th,
  .table table.span td {
    font-size: 0.85em;
    padding: 15px 0;
  }
  .table table.span td {
    padding: 0;
  }
  .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 tbody tr th,
  .table table.span tbody tr td,
  .sect .table table.span tbody tr th,
  .sect .table table.span tbody tr td {
    line-height: 1.4;
  }
  .table table.span tbody tr + tr td,
  .sect table.span tbody tr + tr td {
    padding-top: 10px;
  }
  .sect .table table.span tbody tr:first-child td,
  .table table.span tbody tr:first-child td {
    padding-top: 15px;
  }
  .table table.span tbody tr:last-child td,
  .sect .table table.span tbody tr:last-child td {
    padding-bottom: 15px;
  }
  .section .head + .table {
    margin-top: 20px;
  }
  .section.insert-full-banner > div h2 + h4 {
    margin-top: 10px;
  }
  .section .guidance {
    flex-direction: column;
    gap: 16px;
  }
  ul.notification {
    gap: 30px;
    padding: 0 var(--padding);
  }
  .sub ul.notification {
    padding: 0;
  }
  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%;
  }
  .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;
    border-bottom: 1px solid var(--Gray-Border);
  }
  .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 {
    font-size: 0.9em;
    gap: 10px;
  }
  ul.notification li .icon {
    font-size: 2em;
  }
  .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));
  }
  .sect.schedule .list.horizon {
    margin-right: 0;
  }
  .sect .list.horion {
    padding-right: var(--padding);
  }
  .list li .infos .price {
    font-size: 0.9em;
    text-align: left;
    width: 100%;
    gap: var(--padding);
    flex-direction: row;
    align-items: center;
  }

  .list.horizon li .infos .price {
    gap: 20px;
  }
  .list.horizon li .info {
    line-height: 1.4;
  }
  .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;
  }
  .list.horizon {
    border: 0;
  }
  .list.horizon > li {
    border: 0;
    padding: 10px 0;
  }
  .list.horizon.single > li {
    padding: 20px 0;
  }
  .head + .list.horizon {
    margin-top: var(--padding);
  }

  .time h2 {
    font-size: 1.4em;
  }
  .cal-huge-full .mask {
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .pignose-calendar .pignose-calendar-unit {
    padding-bottom: 0;
    min-height: 80px;
  }
  .pignose-calendar .pignose-calendar-unit a {
    margin: 5px auto;
  }
  .pignose-calendar-unit-first-active:after,
  .pignose-calendar-unit-second-active:after {
    position: static;
    text-align: center;
    padding: 5px;
    display: block;
  }
  .calendar .pignose-calendar .pignose-calendar-unit-date .element .district {
    display: none;
  }

  .calendar .calendar-in {
    display: flex;
    height: 100%;
    flex-direction: column;
    max-height: calc(100% - 50px);
  }
  .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;
  }
  .calendar .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
    flex-grow: 1;
  }
  .sub .detail .reserv-ui ul.total.pay p {
    font-size: 1.2em;
  }
  .cal-huge-full,
  .huge-widget {
    padding: 0;
  }
  .option.color-var {
    font-size: 0.8em;
    border: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px;
  }
  .huge-widget .option.color-var {
    margin: 14px 0;
  }
  .calendar .district dl.schedule dt,
  .color-var p span {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
  .huge-widget .ui-widget .sight-pick {
    overflow-x: auto;
  }
  .huge-widget .ui-widget .sight-pick .sight {
    width: 300vw;
  }
  .huge-widget {
    padding: 10px;
  }
  .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;
  }
  .section .overview + .img-full.map-picker .map {
    margin-left: var(--padding);
  }
  .img-full.map-picker .option.color-var {
    padding: var(--padding) var(--padding) 0 var(--padding);
    margin: 0;
  }
  .img-full .map-area {
    transform: initial;
  }
  .map img {
    max-width: 1024px;
    width: auto;
  }
  .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::before {
    content: "←→ 좌우로 스크롤 하세요";
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
  .cal-huge.ui-widget.ui-widget-content .cal-btns,
  .huge-widget .ui-widget .btns {
    height: 50px;
    line-height: 50px;
  }
  .sub .detail .reserv-ui dl {
    padding: 16px 0;
  }
  .paying .sub .detail .detail-contents {
    position: relative;
    z-index: 1;
  }
  .paying .sub.wrap {
    z-index: 1;
  }
  .paying .sub .detail .reserv-ui::after {
    content: "";
    width: 100%;
    height: 200vh;
    position: absolute;
    top: -150%;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .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;
  }
  .scrolled .main .floating,
  .scrolled.ui-fix .sub .floating {
    top: auto !important;
    z-index: 51;
  }
  .modal .modal-popup .popup-content.split {
    flex-direction: column;
    width: initial;
  }
  .modal.login .modal-popup {
    overflow-y: auto;
  }
  .modal.login .modal-popup .popup-content {
    max-height: initial;
    flex-grow: 1;
  }
  .modal.login .modal-popup .popup-content.split > li {
    width: 100%;
    padding: var(--padding);
    gap: 2px;
  }
  .modal.login .modal-popup .popup-content.split > li.non-login {
    border: 0;
  }
  .modal-on .modal.on {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal .modal-popup .popup-content.split > li .login-form {
    margin-top: 10px;
  }
  .modal-on .modal .dimed {
    display: none;
  }
  .list li .infos .price-multi .price {
    margin-bottom: 0;
  }
  .list li .infos .price-multi .price dl + dl {
    margin-left: 0;
  }
  .list li .infos .price-multi {
    margin-bottom: var(--padding);
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .sub .detail .detail-contents .sect.sight .map {
    transform: initial;
  }
  .sub .detail .detail-contents .sect.sight .map img {
    width: 1024px;
  }
  .sub .detail .detail-contents .sect.sight .map-picker .option.color-var {
    margin-top: 0;
    padding: 0 16px;
  }
  .sub .detail .detail-contents .sect.sight {
    border-top: 0;
    margin-top: -10px;
    background-color: #fff;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .sub .detail .detail-contents .sect.sight .map-picker .map-area {
    padding: var(--padding);
    overflow-x: auto;
  }
  .option.color-var .facilities {
    width: 100%;
  }
  .option.color-var .facilities + .legend {
    border: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
  }
  .option.color-var .facilities,
  .option.color-var .legend {
    gap: 10px;
    flex-wrap: wrap;
  }
  .sub .detail .detail-contents .sect.sight {
    margin-top: 0;
  }
  .sub ul.notification li p {
    gap: 3px;
  }
  .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:last-child::after {
    display: none;
  }
  .list.vertical.prices li:after {
    content: "";
    position: absolute;
    width: calc(100% + (2 * var(--padding)));
    border-bottom: 1px solid var(--Gray-Border);
    bottom: 0;
    left: 0;
    transform: scaleY(0.3);
  }
  .list.vertical.prices li .price-multi {
    display: flex;
    width: 100%;
  }
  .list.vertical.prices li .price-multi .price {
    width: 50%;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
  }
  .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%;
  }
  .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;
  }
  .huge-widget.bus-seats .ui-widget {
    width: 100%;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame {
    flex-direction: column;
    margin: 10px;
    border-radius: 10px;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .seat-batch {
    flex-direction: row-reverse;
    padding: 10px;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul {
    flex-direction: column;
    gap: 10px;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .seat-batch > ul li {
    width: 100%;
    height: 50px;
  }
  .huge-widget.bus-seats .ui-widget .bus-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 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .huge-widget.bus-seats .option.color-var .legend {
    font-size: 1.2em;
  }
  .huge-widget.bus-seats .ui-widget .bus-frame .front li {
    writing-mode: horizontal-tb;
  }
  .list.vertical li .infos .price-single .price {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .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;
  }
  .list li .thumb .with-swiper.zoom .swiper-button-prev,
  .list li .thumb .with-swiper.zoom .swiper-button-next {
    bottom: 0;
    top: initial;
    margin: 12px;
  }
  .route .time-table {
    overflow-x: auto;
  }
  .route .route-map {
    flex-direction: row;
    gap: 50px;
  }
  .route .route-map ul {
    flex-direction: column;
    gap: 30px;
  }
  .route .route-map.cycle ul + ul {
    flex-direction: column-reverse;
  }
  .route .route-map ul li {
    width: 100%;
  }
  .route .route-map.cycle ul + ul {
    padding-top: 0;
  }
  .route .route-map ul li {
    flex-direction: row;
  }
  .route .route-map.cycle ul + ul li {
    flex-direction: row-reverse;
  }
  .route .route-map ul::after {
    width: auto;
    height: 100%;
    border-top: 0;
    border-right: 4px dotted var(--Gray-Lighter);
    bottom: 0;
    right: 10px;
  }
  .route .route-map ul + ul::after {
    right: initial;
    left: 10px;
  }
  .route .route-map ul li .infos {
    gap: 10px;
  }
  .route .route-map ul li .dot {
    margin: 0;
    padding-top: 33px;
    width: auto;
    height: 100%;
  }
  .route .route-map ul li .dot i {
    transform: rotate(90deg);
  }
  .route .route-map ul + ul li .dot i {
    transform: rotate(-90deg);
  }
  .route .route-map ul li .dot > div {
    margin: 0;
  }
  .route .route-map ul li.transfer .dot > div:after {
    background-color: #fff;
    padding: 3px;
  }
  .route .route-map ul li:first-child .dot::before,
  .route .route-map ul li:last-child .dot::after {
    width: 100%;
    height: calc(100% - 56px);
  }
  .route .route-map ul li:last-child .dot::after {
    top: 56px;
  }
  .route .route-map ul + ul li:first-child .dot::before {
    top: 56px;
  }
  .route .route-map.cycle ul + ul::after {
    top: 0;
  }
  .route .route-map ul + ul li:last-child .dot::after {
    top: 0;
  }
  .route .route-map.cycle ul + ul li:first-child:before {
    border-radius: 0 0 50px 50px;
    border: 4px dotted var(--Gray-Lighter);
    border-top: 0;
    width: 72px;
    height: 38px;
    top: 42px;
    left: -62px;
  }
  p + .route {
    margin-top: 20px;
  }
  .route .time-table thead {
    display: none;
  }
  .route .time-table tbody {
    display: block;
    width: 100%;
  }
  .route .time-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px;
    border-bottom: 1px dotted var(--Gray-Border);
  }
  .route .time-table tbody tr th.row {
    width: 100%;
    display: block;
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.4;
  }
  .route .time-table tbody tr th.row span {
    color: inherit;
    margin-bottom: 10px;
  }
  .route .time-table tbody tr:last-of-type {
    border-bottom: 0;
  }
  .route .time-table tbody tr td {
    border: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 300;
    width: 16%;
    text-align: left;
    letter-spacing: 0;
  }
  .zoomed .sub .detail .reserv-ui,
  .zoomed .swiper-container.images {
    display: none;
    z-index: -1;
    opacity: 0;
  }
  .zoomed .list li .thumb .zoom.with-swiper {
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(50px);
  }
  .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 .close,
  .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 -20px;
    padding: 20px;
  }

  .zoomed .sub .contents .article .header {
    -webkit-transform: translateZ(0);
    display: none;
  }
  .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;
  }
  .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%;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .list li .thumb .zoom.with-swiper .thumb-swiper .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section.insert-full,
  .section.insert-full-banner {
    padding: var(--padding);
  }
  .contents > .section.insert-full .list .full-split .info .head,
  .contents > .section .list .full-split .info .noti .subscr {
    padding: 0;
  }
  .list li .thumb .with-swiper .swiper-wrapper li,
  .list li .thumb .with-swiper .swiper-wrapper li .img,
  .list li .thumb .with-swiper .thumb-swiper,
  .list.vertical.row2.prices li .thumb {
    height: 50vw;
  }
  .list.vertical li.full .infos {
    flex-direction: column;
  }
  #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));
  }
  .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;
  }
  .map-wrap .category ul li {
    width: calc(100% / 6);
    border-bottom: 1px solid var(--Gray-Border);
    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;
  }
  .list li .infos h2 span.num.pin {
    width: 20px;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    font-size: 0.5em;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
  }
  #map-picks {
    height: 70vh;
    overflow: hidden;
  }
  .gnb .menu .menus .mirihae-menu li.member a{font-size:initial}
  .gnb .menu .mirihae-menu li.member::before{display:none}
  .gnb .menu .menus .mirihae-menu li{margin-left:0px}
}
/*반응형*/
@media (min-width: 415px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: -0.05em;
  }
}
