@charset "UTF-8";
.sub .header-language-title-white { display: none; }

/* layout */
.layout { position: relative; margin: 0 auto; width: 100%; max-width: 1400px; }
@media (max-width: 1440px) { .layout { max-width: 100%; padding: 0 2rem; } }
.layout[data-layout-size="wide"] { max-width: 1680px; }
@media (max-width: 1720px) { .layout[data-layout-size="wide"] { max-width: 100%; padding: 0 2rem; } }
.layout[data-layout-size="xwide"] { max-width: 1820px; }
@media (max-width: 1860px) { .layout[data-layout-size="xwide"] { max-width: 100%; padding: 0 2rem; } }

/* header */
#header { position: fixed; top: 0; width: 100%; height: 13rem; background-color: #fff; /*transition:background-color .5s;*/ z-index: 20; }
#header:before { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: .75rem; background: linear-gradient(to bottom, #000, transparent); opacity: 0; /*transition:.5s opacity;*/ }
#header .layout { display: flex; justify-content: space-between; align-items: center; position: static; gap: 3rem; height: 100%; }
@media (max-width: 1279px) { 
  #header { height: 10rem; } 
  #header .layout{gap:2.4rem;}
}

@media(max-width:479px) {
  #header .layout{gap:0}
}
@media (max-width: 767px) { #header { height: 15rem; padding-top: 5rem; } }

/* header-gnb */
#gnb { position: static; height: 100%; transition: .5s width; }
@media (max-width: 1279px) { #gnb { display: flex; margin-left: auto; } }

.header-logo {flex-shrink: 0; position: relative; z-index: 2; margin-right: auto; }
.header-logo-link { display: block; position: relative; overflow: hidden;  height: auto; width:30.7rem;aspect-ratio: 307 / 34; transition: .5s width, .5s height; }
.header-logo-link img { position: absolute; top: 0; left: 0; width: 100%; transition: .5s transform; transform: translatey(-50%); }

html:not([lang*="ko"]) .header-logo-link{aspect-ratio:386.46 / 58;}
@media(min-width:1721px) {
  html:not([lang*="ko"]) .header-logo-link{width:38.646rem;}
}

@media (max-width: 1720px) { .header-logo-link { width: 28rem; } }
@media (max-width: 479px) { .header-logo-link { width: 24rem; } }
@media (max-width: 767px) { .header-logo { margin-right: 0; } }
.header-navi [class*="-link"] { display: flex; align-items: center; position: relative; height: 100%; color: #222; }
.header-navi [class*="-link"]:after { flex-shrink: 0; position: relative; font-family: "remixicon"; }
.header-navi [class*="-link"][target="_blank"] > span { padding-right: .5rem; }
.header-navi [class*="-link"][target="_blank"]:after { flex-shrink: 0; content: "\ecaf"; }
@media (min-width: 1280px) { .header-navi { display: flex; justify-content: center; position: relative; height: 100%; transition: 0s overflow .5s; z-index: 2; }
  .header-navi-wrap { display: flex; align-items: center; height: 100%; }
  .header-navi-obj { display: none; }
  .header-navi .depth01 { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; transition: .5s padding; }
  .header-navi .depth01-link { flex-shrink: 0; position: relative; color: #222; font-size: 2.2rem; font-weight: 600; text-align: center; }
  .header-navi .depth01-link span { display: flex; align-items: center; position: relative; padding: 0 4.8rem; word-break: keep-all !important; white-space: nowrap; }
  .header-navi .depth01-link.on, .header-navi .depth01-link.active.on { color: #199ddf; }
  .header-navi .depth01-link.on + .depth01-child { visibility: visible; opacity: 1; transition-delay: 0s; } }
@media (min-width: 1280px) and (max-width: 1640px) { .header-navi .depth01-link { font-size: 1.9rem; } }
@media (min-width: 1280px) { .header-navi .depth01-child { visibility: hidden; position: absolute; top: 100%; left: 0; padding: 0 2.4rem; width: 100%; opacity: 0; }
  .header-navi .depth01-child:before { content: ""; position: absolute; top: 0; left: 50%; width: 150vw; height: 100%; background-color: #fff; border-top: 1px solid #eaeaea; transform: translatex(-50%); }
  .header-navi .depth01-child:after { content: ""; position: absolute; top: 100%; left: 50%; width: 150vw; height: 1rem; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent); transform: translatex(-50%); }
  .header-navi .depth02 { position: relative; flex-shrink: 0; padding: 0 1rem; width: calc(100% / 4); }
  .header-navi .depth02-list { display: flex; flex-wrap: wrap; position: relative; row-gap: 2.4rem; margin: 0 -1rem; padding: 3.2rem 0; row-gap: 1.5rem; z-index: 1; }
  .header-navi .depth02-link { display: flex; justify-content: space-between; align-items: center; padding: 0 2rem; height: 6.4rem; border: 1px solid #cecece; border-radius: .5rem; font-size: 2rem; letter-spacing: -.15rem; }
  .header-navi .depth02-link:hover, .header-navi .depth02-link.active.on { border-color: #199ddf; color: #199ddf; }
  .header-navi .depth02-link:after { content: "\ea6e"; } }
@media (min-width: 1280px) and (max-width: 1640px) { .header-navi .depth02-link { font-size: 1.8rem; } }
@media (min-width: 1280px) { .header-navi .depth03-list { display: none; }
  .header-navi-bg { visibility: hidden; position: absolute; top: 0; left: 0; width: 100vw; min-height: 40rem; /* 스크립트 안먹었을 때 대비 최소장치 */ background-color: #fff; box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.16); opacity: 0; transition: 0s visibility .5s, .5s opacity; }
  .header-navi-bg:before { content: ""; position: absolute; top: 13rem; left: 0; width: 100%; height: 1px; background-color: #ededed; }
  .header-navi-bg:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 13rem; background-color: #fff; } }
@media (max-width: 1279px) { .header-navi { display: flex; flex-wrap: wrap; align-items: flex-start; margin: 0 -1.5rem; row-gap: 6rem; padding: 4rem 0; height: auto; }
  .header-navi-wrap { visibility: hidden; overflow-y: auto; position: fixed; top: 10rem; left: 0; padding: 0 2rem; width: 100%; height: calc(100% - 10rem); background-color: #fff; opacity: 0; }
  .header-navi [class*="-link"] { display: flex; align-items: center; position: relative; height: 100%; color: #222; }
  .header-navi-obj { display: none; }
  .header-navi .depth01 { display: flex; flex-direction: column; position: relative; padding: 0 1.5rem; width: calc(100% / 3); }
  .header-navi .depth01-link { justify-content: center; border: 3px solid #0098cb; color: #222; font-size: 2rem; font-weight: 600; text-align: center; }
  .header-navi .depth01-link span { display: flex; align-items: center; position: relative; padding: 1.75rem 2rem; }
  .header-navi .depth01-child { position: relative; }
  .header-navi .depth02 { position: relative; flex-shrink: 0; border-bottom: 1px solid #ddd; }
  .header-navi .depth02-link { display: block; padding: 1.5rem 2rem; color: #343434; letter-spacing: -.15rem; align-items: stretch; }
  .header-navi .depth02-link:hover, .header-navi .depth02-link.active.on { color: #008dcb; }
  .header-navi-bg { display: none; } }
@media (max-width: 767px) { .header-navi { margin: 0 -1rem; }
  .header-navi-wrap { top: 15rem; height: calc(100% - 15rem); }
  .header-navi .depth01 { padding: 0 1rem; } }
@media (max-width: 639px) { .header-navi-wrap { row-gap: 4rem; }
  .header-navi .depth01 { width: calc(100% / 2); } }
.header-util { display: flex; align-items: center; flex-shrink: 0; column-gap: 2.3rem; position: relative; margin-left: auto; z-index: 1; }
.header-util-btn .btn { display: flex; align-items: center; position: relative; column-gap: 4px; font-family: "Montserrat", "Pretendard"; color: #222; font-size: 14px; line-height: 1; }
.header-util-btn .btn i { position: relative; }
.header-util-btn .btn i[class*="icon-"], .header-util-btn .btn i[class*="ri-"] { font-size: 2rem; }
@media (max-width: 1279px) { .header-util-btn .btn { font-size: 1.8rem; }
  .header-util-btn .btn i[class*="icon-"], .header-util-btn .btn i[class*="ri-"] { font-size: 2.4rem; } }
.header-util-btn-social { display: flex; align-items: center; column-gap: 1rem; position: absolute; top: 17rem; opacity: 0; transform: translateX(-100%); z-index: 2; }
.header-util-btn-social .btn { width: 3.5rem; height: 3.5rem; }
@media (max-width: 1439px) { .header-util-btn-social { column-gap: 1rem; } }
@media (max-width: 1279px) { .header-util-btn-social { position: relative; transform: none; top: auto; left: auto !important; opacity: 1; } }
.header-util-btn-menu-bar { position: absolute; left: 0; height: 2px; background-color: #222; transition: .5s width, .25s background-color, .5s transform, .5s top, .5s bottom; }
.header-util-btn-menu-bar-top { top: 0; width: 100%; }
.header-util-btn-menu-bar-mid { top: 50%; width: 2.5rem; transform: translatey(-50%); }
.header-util-btn-menu-bar-bot { bottom: 0; width: 100%; }
.header-util-btn-menu .btn { position: relative; width: 3.4rem; height: 2rem; }
.header-util-btn-menu .btn:hover .header-util-btn-menu-bar-top, .header-util-btn-menu .btn:hover .header-util-btn-menu-bar-bot { width: 2.5rem; }
.header-util-btn-menu .btn:hover .header-util-btn-menu-bar-mid { width: 100%; }
.header-util-btn-menu .btn.on .header-util-btn-menu-bar { transition-duration: .75s; }
.header-util-btn-menu .btn.on .header-util-btn-menu-bar-top { top: 50%; width: 100% !important; transform: translatey(-50%) rotate(-45deg); }
.header-util-btn-menu .btn.on .header-util-btn-menu-bar-mid { opacity: 0; }
.header-util-btn-menu .btn.on .header-util-btn-menu-bar-bot { bottom: 50%; width: 100% !important; transform: translatey(50%) rotate(45deg); }
@media (max-width: 1279px) { .header-util-btn-menu .btn[data-menu="pc"] { display: none; } }
@media (min-width: 1280px) { .header-util-btn-menu .btn[data-menu="mobile"] { display: none; } }
@media (max-width: 1440px) { .header-util-btn-menu-bar-mid { width: 2.5rem; }
  .header-util-btn-menu .btn:hover .header-util-btn-menu-bar-top, .header-util-btn-menu .btn:hover .header-util-btn-menu-bar-bot { width: 2.5rem; } }
.header-util-btn-search > button { position: relative; z-index: 1; display: block; width: 2.689rem; height: 2.689rem; background: url(/resources/images/mps/layout/header/search-black.svg) no-repeat center center/contain; transition: .25s; }
.header-util-btn-search > button.on + .header-search { display: block; }
.header-util-btn-login { display: none; align-items: center; gap: 1rem; color: #222; margin-left: auto; }
.header-util-btn-login:has(.header-util-btn-login-session, .header-util-btn-login-button) { display: flex; }
.header-util-btn-login > * { z-index: 1; position: relative; }
.header-util-btn-login-button { font-size: 1.7rem !important; padding: .3rem 1rem; border: 1px solid #222; transition: .25s; }
.header-util-btn-login-button.btn { color: #222; }
.header-util-btn-login-session { display: flex; align-items: center; gap: .2rem; font-size: 1.7rem; }
.header-util-btn-login-session::before { display: block; content: url("/resources/images/mps/layout/header/timer-black.svg"); line-height: 1; margin-top: .3rem; }
.header-util-btn-banner { display: none; }
@media (max-width: 1279px) { .header-util { margin-left: 0; } }
@media (max-width: 767px) { .header-util { column-gap: 2rem; } }
.header-language { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; position: relative; top: 7rem; width: 5rem; transition: .5s width; z-index: 2; }
.header-language-title { order: 2; position: relative; padding-top: 3.15rem; margin-top: 1.5rem; }
.header-language-title:before { content: ""; position: absolute; top: 0; left: 50%; width: 5rem; height: 1px; background-color: #707070; transform: translatex(-50%); }
.header-language-title img { width: 100%; max-width: 2.4rem; transition: .5s opacity ease-out; }
.header-language-link { display: block; order: 1; color: #222; font-size: 1.6rem; font-weight: 500; text-align: center; }
.header-language-link + .header-language-link { margin-top: .5rem; }
.header-language-link-list { display: none; position: absolute; top: 3.3rem; left: calc(50% - 2.5rem); width: 5rem; padding: 1rem; background-color: #fff; border: 1px solid #707070; z-index: 1; }
.header-language-link > .header-language-link { color: #222; }
.header-language[data-status="active"] .header-language-title:before { opacity: 0; }
.header-language[data-status="active"] .header-language-title img { opacity: 0; }
@media (max-width: 767px) { .header-language { margin-left: 0; }
  .header-language-link-list { display: flex !important; } }
.header-search { position: fixed; top: 0; left: 0; width: 100%; padding-top: 13rem; background: #0098CB; display: none; }
.header-search-info { padding: 3.6rem 0; text-align: center; color: #fff; width: 62.4rem; max-width: calc(100% - 4rem); margin: 0 auto; }
.header-search-title { font-size: 2.8rem; font-weight: 700; display: block; margin-bottom: 1.8rem; }
.header-search-input { overflow: hidden; position: relative; margin-bottom: 3.8rem; }
.header-search-input input { display: block; width: 100%; height: 6rem; padding: .75rem 7rem .75rem 2.9rem; font-size: 1.7rem; border: none; border-radius: .5rem; background: #fff; }
.header-search-input input::placeholder { color: #999999; }
.header-search-input button { position: absolute; right: 2.4rem; top: 0; bottom: 0; margin: auto 0; width: 2.6rem; }
.header-search-close { padding: 1.02rem 3.55rem; border: 1px solid #fff; border-radius: 2.5rem; font-size: 1.7rem; display: flex; align-items: center; gap: .75rem; margin: 0 auto; }
.header-search-close img { width: 1.6rem; }
@media (max-width: 767px) { .header-top { display: flex; justify-content: space-between; width: 100%; position: absolute; top: 0; left: 0; padding: 0 2rem; height: 5rem; align-items: center; gap: 2rem; border-bottom: 1px solid rgba(221, 221, 221, 0.5); z-index: 2; }
  .header-top .header-language { position: relative; top: auto; right: auto; gap: 1.5rem; width: auto; flex-direction: row; }
  .header-top .header-language-title { display: none; }
  .header-top .header-language-button { font-weight: 700 !important; text-decoration: underline; text-underline-position: under; }
  .header-top .header-language-link { order: 0; margin: 0 !important; line-height: 1; font-weight: 300; color: #222; }
  .header-top .header-language-link-list { left: auto; width: auto; padding: 0; position: relative; top: auto; display: flex; gap: 1.5rem; background: transparent; padding: 0; border: none; }
  .header-util { padding-right: 0; } }

/* 전체메뉴 */
#total-menu-wrap { visibility: hidden; position: fixed; top: 0; right: 0; padding: 10rem 0; width: 100%; height: 100%; background: url(/_html/images/layout/mobile/bg.jpg) no-repeat right bottom/cover; opacity: 0; transition: .3s opacity ease-out, 0s visibility .3s; z-index: 15; }
#total-menu-wrap .layout { margin: auto; max-width: 90rem; max-height: 100%; }

.total-menu-inner { display: flex; align-items: center; height: 100%; overflow-y: auto; }
.total-menu-navi button { display: none; }

/* container */
#container { position: relative; width: 100%; }

.sub #container { padding: 22.4rem 0 10rem; /*padding:20rem 0 10rem;*/ overflow: hidden; }
@media (max-width: 1279px) { .sub #container { padding: 18rem 0 10rem; } }

#sub-title { color: #222; font-size: 7rem; font-weight: 700; }
@media (max-width: 1279px) { #sub-title { font-size: 6rem; } }
@media (max-width: 1023px) { #sub-title { font-size: 5.3rem; } }
@media (max-width: 767px) { #sub-title { font-size: 4.5rem; } }
#sub-visual { position: relative; margin-top: 3rem; height: 52rem; /*height:30rem;*/ transition: .5s height; }
#sub-visual:before { content: ""; position: absolute; top: 0; left: calc(50% + 84rem); width: calc(50% - 84rem); height: 100%; background-color: #0098cb; transition: .5s width; }
#sub-visual img { position: absolute; top: 0; right: calc(50% - 70rem); width: calc(50% + 70rem); height: 100%; object-fit: cover; transition: .5s width; }
@media (max-width: 1899px) { #sub-visual:before { left: auto; right: 0; width: 10rem; }
  #sub-visual img { right: auto; left: 0; width: calc(100% - 24rem); } }
@media (max-width: 1440px) { #sub-visual { height: 48rem; }
  #sub-visual img { width: calc(100% - 20rem); } }
@media (max-width: 1279px) { #sub-visual { height: 34.325vw; transition: unset; }
  #sub-visual:before { width: 8rem; }
  #sub-visual img { width: calc(100% - 16rem); } }
@media (max-width: 767px) { #sub-visual:before { width: 0; }
  #sub-visual img { width: 100%; } }
#sub-reservation { display: flex; flex-direction: column; gap: .6rem; position: fixed; top: 45%; left: calc(50% + 84rem); /*opacity:0;*/ transform: translatex(-50%); z-index: 15; transition: 1s bottom, .5s opacity; }
#sub-reservation > a { display: flex; justify-content: center; align-items: center; width: 10rem; height: 10rem; background-color: #d4503a; border-radius: 50%; color: #fff; font-weight: 600; box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.16); text-align: center; }
#sub-reservation > a.route-move-button { background-color: #132d76; }
@media (max-width: 1899px) { #sub-reservation { left: auto; right: 10rem; transform: translatex(50%); } }
@media (max-width: 1279px) { #sub-reservation { right: 8rem; } }
@media (max-width: 767px) { #sub-reservation { top: auto; bottom: 2rem; right: 2rem; margin-top: 0; transform: unset; } }
@media (max-width: 479px) { #sub-reservation { flex-direction: row; gap: 1px; bottom: 0; right: 0; width: 100%; }
  #sub-reservation > a { flex: 1; width: auto; height: auto; padding: 1.5rem; border-radius: 0; /*font-size:2.4rem;*/ font-size: 2.55rem; }
  #sub-reservation > a br { display: none; } }
#sub-location { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 1rem 2.5rem; margin-top: 3rem; }
#sub-location > a { position: relative; color: #888; font-size: 1.6rem; line-height: 1; }
#sub-location > a > i { display: block; font-size: 1.8rem; }
#sub-location > a:not(:first-child):before { content: ""; position: absolute; top: calc(50% - 1px); left: -1.25rem; width: 7px; height: 9px; background: url(/resources/images/mps/layout/sub-location-arrow.svg) no-repeat 50% 50%/cover; transform: translate(-50%, -50%); }

.snb-wrap { overflow: hidden; margin-top: 6rem; }
@media (max-width: 1279px) { .snb-wrap { margin-top: 3rem; } }
.snb-navi { display: flex; flex-wrap: wrap; row-gap: 1.2rem; margin: 0 -2.4rem; }
.snb-navi > li { position: relative; padding: 0 2.4rem; }
.snb-navi > li:not(:last-child):before { content: ""; position: absolute; top: calc(50% - .4rem); right: -.4rem; width: .8rem; height: .8rem; background-color: #0aafe6; border-radius: 50%; }
.snb-navi > li.on .depth02-link { color: #000; font-weight: 700; }
.snb-navi .depth02-link { color: #666; font-size: 2rem; font-weight: 500; }
.snb-navi .depth03-list { display: none; }

#content-wrap { overflow: initial; position: relative; margin-top: 10rem; }
@media (max-width: 1279px) { #content-wrap { margin-top: 6rem; } }
@media (max-width: 767px) { #content-wrap { margin-top: 4rem; } }
#content-title { position: relative; padding-bottom: 2rem; color: #222; font-size: 4rem; font-weight: 700; }
#content-title:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; max-width: 50rem; height: 3px; background-color: #222; }
#content-title + * { margin-top: 11rem; }
@media (max-width: 1279px) { #content-title + * { margin-top: 6rem; } }
@media (max-width: 767px) { #content-title { font-size: 3.6rem; }
  #content-title + * { margin-top: 4rem; } }
#content-desc { position: relative; width: 100%; }
#content-info { margin-top: 7.5rem; }

.content-tab { display: flex; flex-wrap: wrap; margin: 0 -.5rem; row-gap: 1rem; }
.content-tab > li { display: flex; justify-content: center; margin: 0 .5rem; }
.content-tab > li .content-tab-button { margin: 0; width: 100%; }
.content-tab > li.on .content-tab-button { background-color: #264cb2; border-color: #dee2f0; color: #fff; }
.content-tab-button { display: flex; justify-content: center; align-items: center; margin: 0 .5rem; padding: 1.75rem; border: 1px solid #dee2f0; border-radius: .5rem; color: #3c4b74; font-weight: 500; }
.content-tab-button:hover, .content-tab-button:focus { border-color: #264cb2; }
.content-tab-button[data-status="active"] { background-color: #264cb2; border-color: #dee2f0; color: #fff; }
.content-tab-button[data-status="active"] + .content-tab-desc { display: block; }
.content-tab-length-1 > .content-tab-button, .content-tab-length-1 > li { width: 100%; }
.content-tab-length-2 > .content-tab-button, .content-tab-length-2 > li { width: calc(100% / 2 - 1rem); }
.content-tab-length-3 > .content-tab-button, .content-tab-length-3 > li { width: calc(100% / 3 - 1rem); }
@media (max-width: 479px) { .content-tab-length-3 > .content-tab-button, .content-tab-length-3 > li { width: calc(100% - 1rem); } }
.content-tab-length-4 > .content-tab-button, .content-tab-length-4 > li { width: calc(100% / 4 - 1rem); }
@media (max-width: 767px) { .content-tab-length-4 > .content-tab-button { width: calc(100% / 2 - 1rem); } }
@media (max-width: 479px) { .content-tab-length-4 > .content-tab-button, .content-tab-length-4 > li { width: calc(100% / 2 - 1rem); } }
.content-tab-length-5 > .content-tab-button, .content-tab-length-5 > li { width: calc(100% / 5 - 1rem); }
@media (max-width: 767px) { .content-tab-length-5 > .content-tab-button { width: calc(100% / 3 - 1rem); } }
@media (max-width: 479px) { .content-tab-length-5 > .content-tab-button, .content-tab-length-5 > li { width: calc(100% / 2 - 1rem); } }
.content-tab-desc { display: none; order: 999; padding: 0 .5rem; width: 100%; }
.content-info-kogl { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 3rem; padding: 2.5rem 3.5rem; background-color: #fafafa; border: 1px solid #ddd; }
.content-info-kogl-image { flex-shrink: 0; margin-bottom: auto; }
.content-info-kogl-image img { width: 100%; }
.content-info-kogl-image img[src*="type01"] { max-width: 18.5rem; }
.content-info-kogl-image img[src*="type02"] { max-width: 22.6rem; }
.content-info-kogl-image img[src*="type03"] { max-width: 22.6rem; }
.content-info-kogl-image img[src*="type04"] { max-width: 27.1rem; }
.content-info-kogl-desc { padding: 2rem 0; }
.content-info-kogl-desc > span { color: #008ab8; font-weight: 600; }
.content-info-kogl-detail{margin-top:1.5rem;padding-top:3rem;border-top:1px solid #e0e0e0;width:100%;line-height:1.4;}
@media (max-width: 767px) { .content-info-kogl { padding: 2rem 3rem; flex-direction: column; text-align: center; }
  .content-info-kogl-image { flex-shrink: 1; }
  .content-info-kogl-desc { padding: 0; } }

#subTabMenu + #content-desc { margin-top: 4.5rem; }

/* footer */
#footer { position: relative; margin-top: auto; padding: 8.5rem 0; border-top: 1px solid #aaa; z-index: 0; }
#footer:before { content: ""; position: absolute; top: -.25rem; right: calc(50% + 46.4rem); width: calc(50% - 46.4rem); height: .5rem; background-color: #222; }
#footer > .layout { display: flex; justify-content: space-between; align-items: flex-start; gap: 5rem; align-items: flex-start; }
@media (max-width: 1720px) { #footer:before { right: auto; left: 0; width: calc(29.15% - 5rem); } }
@media (max-width: 1279px) { #footer { padding: 7.5rem 0; }
  #footer:before { width: 29.15%; } }
@media (max-width: 1023px) { #footer { padding: 5.5rem 0; }
  #footer > .layout { flex-wrap: wrap; gap: 3.5rem; }
  #footer:before { width: 33rem; } }

.footer-logo { display: flex; flex-wrap: wrap; align-items: center; gap: 1.75rem 3.5rem; }
.footer-logo-img { width: 100%; }
.footer-logo-img-mcst { max-width: 20.8rem; }
.footer-logo-img-kchf { max-width: 24.2rem; }
.footer-info { display: flex; flex-wrap: wrap; gap: 2.25rem 4.5rem; }
.footer-info-item { display: flex; flex-direction: column; align-items: flex-start; }
.footer-info-item-first { color: #474645; font-size: 2.2rem; font-weight: 700; }
.footer-info-item-first + *:not(.footer-info-item-first) { margin-top: 1rem; color: #777; font-weight: 500; }
.footer-info-item-first-group { display: flex; flex-wrap: wrap; gap: 1rem 3rem; }
.footer-info-item-first-group + * { margin-top: 1rem; color: #777; font-weight: 500; }
.footer-info-item[data-title="none"] { margin-top: 3.7rem; }
.footer-util { display: flex; flex-direction: column; gap: 1.5rem; }
.footer-social { display: flex; justify-content: flex-end; align-items: center; gap: 1rem; }
.footer-social-wa { width: 8rem; }
.footer-copyright { text-align: right; }
.footer-wa { margin-left: auto; width: 8rem; }
@media (max-width: 1279px) { .footer-wa { display: none; } }
@media (max-width: 1023px) { .footer-logo, .footer-info { width: 100%; }
  .footer-logo-item[data-title="none"], .footer-info-item[data-title="none"] { margin-top: 0; width: 100%; }
  .footer-logo { padding-left: 0; }
  .footer-social { justify-content: flex-start; }
  .footer-copyright { text-align: center; } }

/* on-mobile */
.blind { visibility: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); opacity: 0; transition: .5s opacity, visibility .5s; z-index: 25; }
.blind-on-gnb .header-logo-link img, .blind-on-gnb.scrolling .header-logo-link img, .blind-on-search .header-logo-link img, .blind-on-search.scrolling .header-logo-link img { transform: translatey(-50%); }
.blind-on-gnb .header-navi .depth01-link, .blind-on-gnb.scrolling .header-navi .depth01-link, .blind-on-search .header-navi .depth01-link, .blind-on-search.scrolling .header-navi .depth01-link { color: #222; }
.blind-on-gnb .header-navi .depth01-link span:before, .blind-on-gnb.scrolling .header-navi .depth01-link span:before, .blind-on-search .header-navi .depth01-link span:before, .blind-on-search.scrolling .header-navi .depth01-link span:before { background-color: #0097dc; }
.blind-on-gnb .header-util-btn .btn, .blind-on-gnb.scrolling .header-util-btn .btn, .blind-on-search .header-util-btn .btn, .blind-on-search.scrolling .header-util-btn .btn { color: #111; }
.blind-on-gnb .header-util-btn-menu-bar, .blind-on-gnb.scrolling .header-util-btn-menu-bar, .blind-on-search .header-util-btn-menu-bar, .blind-on-search.scrolling .header-util-btn-menu-bar { background-color: #222; }
.blind-on-gnb .header-navi { overflow: visible; transition: 0s overflow; }
.blind-on-gnb .header-navi .depth01-link { color: #222; }
.blind-on-gnb .header-util-btn .btn { color: #111; }
.blind-on-gnb .header-util-btn-menu-bar { background-color: #222; }
.blind-on-gnb .header-util-btn-social { opacity: 1; transition: .5s; }
.blind-on-gnb .header-language-title img { opacity: 0; }
.blind-on-mobile { overflow: hidden !important; }
.blind-on-mobile #header { background-color: #fff; box-shadow: none; }
.blind-on-mobile #header:before { opacity: .25; z-index: 1; }
.blind-on-mobile .header-logo-link img { transform: translatey(-50%); }
.blind-on-mobile .header-language-title img { opacity: 0; }
.blind-on-mobile .header-navi-wrap { visibility: visible; opacity: 1; transition: .5s opacity, 0s visibility; }
.blind-on-search .header { background: transparent; }
.blind-on-search .header-search { visibility: visible; opacity: 1; transition: .5s opacity ease-out, 0s visibility 0s; }
.blind-on-search .header-logo-link img { transform: translatey(0) !important; }
.blind-on-search .header-navi .depth01-link { color: #fff !important; }
.blind-on-search .header-navi .depth01-link span:before { background-color: #0097dc !important; }
.blind-on-search .header-util-btn .btn { color: #fff !important; }
.blind-on-search .header-util-btn-menu-bar { background-color: #fff !important; }
.blind-on-search .header-util-btn-search > button { background-image: url(/resources/images/mps/layout/header/search.svg) !important; }
.blind-on-search .header-util-btn-login { color: #fff !important; }
.blind-on-search .header-util-btn-login-button { border: 1px solid #fff !important; }
.blind-on-search .header-util-btn-login-session::before { content: url("/resources/images/mps/layout/header/timer.svg") !important; }
.blind-on-search .header-language-button { color: #fff !important; }
.blind-on-search .header-language-title::before { background: #fff !important; }
.blind-on-search .header-language-title-black { display: none; }
.blind-on-search .header-language-title-white { display: block; }
@media (max-width: 767px) { .blind-on-search .header-language-button, .blind-on-search .header-language-link { color: #fff !important; } }
.blind-on-popup, .blind-on-popup.loaded { overflow: hidden; }
.blind-on-popup .blind { visibility: visible; opacity: 1; transition-delay: 0s; opacity:0.4;}
.blind-on-popup .popupzone { visibility: visible; opacity: 1; }

.scrolling #header:before { opacity: .25; }
.scrolling .header-language-title img { opacity: 0; }

/*
.loaded{ #sub-reservation{opacity:1;}
}
*/
.no-contents { text-align: center; margin-top: 10rem; }

.flex { display: flex; gap: 1.2rem; flex-wrap: wrap; align-items: center; }

.input { display: flex; gap: .75rem; align-items: center; }
.input input[type="text"], .input input[type="number"], .input input[type="password"] { height: 3.8rem; }
.input[data-status="number"] input[type="text"], .input[data-status="number"] input[type="number"], .input[data-status="number"] input[type="password"] { width: 6rem; text-align: right; }

/* 현석 추가 */
.content-button { border: 1px solid #707070; border-radius: .5rem; color: #222; box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.07); background: #fff; display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 6rem; padding: 1rem 3rem; gap: 1.5rem; max-width: 100%; line-height: 1; }
.content-button-group { display: flex; flex-wrap: wrap; gap: 1rem; }
.content-button-group[data-align="center"] { justify-content: center; }
.content-button-group[data-align="right"] { justify-content: flex-end; }
.content-button span { font-weight: 500; white-space: nowrap; }
.content-button i { transform: none; }
.content-button[data-size="large"] { min-height: 8rem; font-size: 2.6rem; }
.content-button[data-size="small"] { min-height: 4.8rem; font-size: 1.8rem; color: #333; border: 1px solid #ddd; min-width: 14rem; box-shadow: none; border-radius: 0; }
.content-button[data-size="small"]:hover { background: #333333; color: #fff; border-color: #333; }
.content-button[data-color="blue"] { background: #264CB2; border-color: #264CB2; color: #fff; }
.content-button[data-color="orange"] { background: #D4503A; border-color: #D4503A; color: #fff; }
.content-button[data-size="xsmall"] { gap: .5rem; padding: 0 2rem; min-height: 3.6rem; border: 1px solid #222; color: #222; font-size: 1.6rem; font-weight: 500; box-shadow: none; }
.content-button[data-size="xsmall"] > i { font-size: 1.8rem; }
.content-button.content-button-radius { border-radius: 8rem; }
.content-notice { display: flex; gap: .4rem; color: #2B2B2B; font-size: 1.8rem; align-items: flex-start; }
.content-notice[data-align="center"] { justify-content: center; }
.content-notice::before { display: block; content: "\e9a6"; font-family: 'xeicon'; color: #D4503A; font-size: 1.8rem; line-height: 1.35; }
.content-notice-sub { display: flex; gap: .4rem; color: #555555; font-size: 1.8rem; line-height: 1.35; margin: .25rem 0; align-items: flex-start; text-align: left; }
.content-notice-sub span { line-height: 1; color: #D4503A !important; transform: translateY(15%); font-weight: 700; }
.content-notice-sub span:has(+ p:empty, + #noticeText:empty) { display: none; }
.content-checkbox { display: flex; position: relative; }
.content-checkbox input[type="checkbox"] { width: 0; height: 0; font-size: 0; opacity: 0; overflow: hidden; clip: rect(0, 0, 0, 0); position: absolute; }
.content-checkbox input[type="checkbox"]:checked + label::before { opacity: 0; }
.content-checkbox input[type="checkbox"]:checked + label::after { opacity: 1; }
.content-checkbox label { color: #555555; font-size: 1.9rem; font-weight: 500; padding-left: 3.3rem; cursor: pointer; display: flex; align-items: center; gap: .8rem; }
.content-checkbox label::before { display: block; content: ""; width: 1.6rem; height: 1.6rem; border: 1px solid #707070; position: absolute; top: .4rem; left: .4rem; }
.content-checkbox label::after { display: block; content: "\e92d"; font-family: 'xeicon'; font-size: 2.3rem; position: absolute; color: #2B2B2B; left: .1rem; top: .1rem; line-height: 1; opacity: 0; }
.content-checkbox label span { color: #797979; font-weight: 400; }
.content-checkbox input:focus-visible + label { outline: 2px solid #000; }
.content-radio input[type="radio"] { width: 0; height: 0; font-size: 0; opacity: 0; overflow: hidden; clip: rect(0, 0, 0, 0); position: absolute; }
.content-radio input[type="radio"]:focus-visible + label { outline: 2px solid #000; }
.content-radio input[type="radio"]:checked + label { color: #213D88; }
.content-radio input[type="radio"]:checked + label::after { display: block; content: ""; width: 100%; height: 100%; border-radius: 2.3rem; border: 2px solid #264CB2; position: absolute; top: 0; left: 0; }
.content-radio input[type="radio"]:disabled + label { background: #F5F5F5; color: #919191; }
.content-radio label { display: inline-flex; align-items: center; padding: 1.2rem 1.8rem; white-space: nowrap; border: 1px solid #ddd; border-radius: 2.3rem; color: #2B2B2B; font-size: 1.8rem; font-weight: 500; transition: none; position: relative; line-height: 1; }
.content-radio label span { padding-right: 1rem; margin-right: 1rem; position: relative; }
.content-radio label span::after { display: block; content: ""; width: 1px; height: 1.2rem; background: #AAA; position: absolute; right: -0.5px; top: 0; bottom: 0; margin: auto 0; }
.content-radio label span:last-of-type { padding-right: 0; margin-right: 0; }
.content-radio label span:last-of-type::after { display: none; }
.content-accordion { display: flex; flex-direction: column; gap: 1rem; }
.content-accordion-item { display: flex; flex-direction: column; gap: .7rem; width: 100%; }
.content-accordion-item[data-status="active"] .content-accordion-title { background: #264CB2; border-radius: 1rem 1rem 0 0; }
.content-accordion-item[data-status="active"] .content-accordion-title::after { background-image: url(/resources/images/mps/common/accordion-minus.svg); }
.content-accordion-item[data-status="active"] .content-accordion-title span { color: #fff; }
.content-accordion-item[data-status="active"] .content-accordion-info { display: flex; }
.content-accordion-item .content-notice { width: 100%; }
.content-accordion-title { border: 1px solid #ECECEC; overflow: hidden; display: flex; gap: 1.2rem; min-height: 6rem; padding: 1.5rem 3rem; align-items: center; border-radius: 0; transition: none; }
.content-accordion-title::after { flex-shrink: 0; display: block; content: ""; width: 1.4rem; height: 1.4rem; background: url(/resources/images/mps/common/accordion-plus.svg) no-repeat center center/100% auto; margin-left: auto; font-weight: 700; }
.content-accordion-title img { width: 1.515rem; }
.content-accordion-title span { font-size: 1.9rem; font-weight: 600; color: #333; text-align: left; }
.content-accordion-title:disabled { background: #F5F5F5; }
.content-accordion-title:disabled span { color: #919191; }
.content-accordion-title:disabled::after { display: none; }
.content-accordion-info { border: 1px solid #707070; padding: 3rem 5rem; display: none; flex-direction: column; gap: 3rem; }
.content-accordion-info-list { margin: -3rem 0; }
.content-accordion-info-list > li { padding: 3rem 2rem; display: flex; gap: 2rem; align-items: center; }
.content-accordion-info-list > li + li { border-top: 1px solid #CECECE; }
.content-accordion-info-list > li[data-align="top"] { align-items: flex-start; }
.content-accordion-info-list > li[data-align="bottom"] { align-items: flex-end; }
.content-accordion-info-list-title { flex-shrink: 0; width: 18.6rem; color: #222; font-weight: 600; }
.content-accordion-info-list-detail { flex-grow: 1; display: flex; flex-direction: column; gap: 3rem; width: 100%; }
.content-accordion-info-list-detail-language { gap: 1rem; }
.content-accordion-info-sub { display: flex; flex-direction: column; gap: 1.6rem; }
.content-accordion-info-sub p { font-size: 1.8rem; line-height: 1.5; }
.content-accordion-info-sub span { display: block; font-size: 1.8rem; line-height: 1.5; color: #555555; }
.content-accordion-info-sub .content-notice::before { transform: translateY(0.2rem); }
@media (max-width: 1279px) { .content-accordion-info { padding: 3rem; }
  .content-accordion-info-list { margin: -2rem 0; }
  .content-accordion-info-list > li { padding: 2rem; }
  .content-accordion-info-list-title { width: 15rem; } }
@media (max-width: 1023px) { .content-accordion-info-list > li { padding: 2rem 0; } }
@media (max-width: 767px) { .content-accordion-info-list > li { flex-direction: column; align-items: flex-start; }
  .content-accordion-info-list-title { width: 100%; }
  .content-accordion-info-sub span { padding-left: 2.2rem; } }
@media (max-width: 767px) { .content-accordion-title:disabled { flex-direction: column; align-items: flex-start; gap: .35rem; } }

.sitemap { display: flex; gap: 5rem 4rem; flex-wrap: wrap; }
.sitemap-item { width: calc(100% /  4 - 4rem * 3 / 4); }
.sitemap-item a[target="_blank"] > span { padding-right: .5rem; }
.sitemap-item a[target="_blank"]:after { content: ""; position: relative; top: 0.1rem; font-family: "xeicon"; }
.sitemap-item-title { display: flex; justify-content: center; text-align: center; align-items: center; padding: 1rem 2rem; min-height: 6rem; border: 3px solid #0098CB; }
.sitemap-item-title > a { font-size: 1.9rem; font-weight: 600; color: #111; }
.sitemap-item-info > li { border-bottom: 1px solid #DDD; }
.sitemap-item-info > li > a { display: block; font-size: 1.8rem; color: #333333; font-weight: 500; padding: 1.9rem 2.8rem; }
.sitemap-item-info > li > ul { background: #F7F9FA; display: flex; flex-direction: column; gap: 1rem; padding: 2.2rem 2.8rem; border-top: 1px solid #ddd; }
.sitemap-item-info > li > ul > li > a { color: #727272; position: relative; padding-left: .9rem; font-size: 1.8rem; }
.sitemap-item-info > li > ul > li > a::before { display: block; content: ""; width: .3rem; height: .3rem; background: #727272; position: absolute; left: 0; top: 1rem; border-radius: 50%; }
@media (max-width: 1279px) { .sitemap { gap: 4rem 2rem; }
  .sitemap-item { width: calc(100% / 4 - 2rem * 3 / 4); } }
@media (max-width: 1023px) { .sitemap-item { width: calc(100% / 3 - 2rem * 2 / 3); }
  .sitemap-item-info > li > a { padding: 1.75rem; }
  .sitemap-item-info > li > ul { padding: 2rem 1.75rem; } }
@media (max-width: 587px) { .sitemap-item { width: calc(100% / 2 - 2rem * 1 / 2); } }

.faq-quick { margin-top: 2rem; }

.blind-on-banner #header { top: 18rem; }

.blind-on-banner .header-banner { visibility: visible; transform: translatey(0); }

.header-banner { visibility: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 18rem; background-color: #008ab8; z-index: 100; transform: translatey(-100%); }
.header-banner .layout { padding: 0; height: 100%; }
.header-banner .slide-container { overflow: hidden; height: 100%; }
.header-banner .slide-container .swiper-slide a { display: block; width: 100%; height: 100%; }
.header-banner .slide-container .swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.header-banner .slide-paging { display: flex; flex-wrap: wrap; bottom: 0; width: auto; margin-right: auto; gap: .75rem; padding: 0 2rem; }
.header-banner .slide-paging button { margin: 0 !important; width: 1.25rem; height: 1.25rem; background-color: #fff; border: 1px solid #777; opacity: 1; }
.header-banner .slide-paging button[class*="active"] { background-color: #555; border-color: #555; }
.header-banner-util { display: flex; align-items: center; position: absolute; bottom: 0; left: 0; width: 100%; z-index: 1; }
.header-banner-open-button span { display: flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; background-color: #008ab8; border-radius: 50%; color: #fff; font-size: 1.4rem; white-space: nowrap; text-align: center; }
.header-banner-close { display: flex; }
.header-banner-close-button { display: flex; justify-content: center; align-items: center; padding: 1rem; background-color: #222; }
.header-banner-close-button > i { color: #fff; }
.header-banner-close-button-day { display: flex; align-items: center; padding: .25rem 1.5rem; background-color: #fafafa; }
.header-banner-close-button-day > label { position: relative; padding-left: 2.75rem; font-size: 1.6rem; }
.header-banner-close-button-day > label:before, .header-banner-close-button-day > label:after { content: ""; position: absolute; border-radius: 50%; }
.header-banner-close-button-day > label:before { top: 0; left: 0; width: 2rem; height: 2rem; background-color: #fff; border: 2px solid #008ab8; }
.header-banner-close-button-day > label:after { top: .5rem; left: .5rem; width: 1rem; height: 1rem; background-color: #008ab8; opacity: 0; }
.header-banner-close-button-day input:checked + label:after { opacity: 1; }

.layerPop-area { display: flex; flex-direction: column; position: absolute; background-color: #fff; z-index: 5; }
.layerPop-area > p:first-child { flex: 1; }
.layerPop-area > p:first-child * { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.layerPop-area > p:first-child > a { display: block; }
.layerPop-close { display: flex; justify-content: space-between; align-items: center; position: absolute; top: 100%; left: 0; padding: .75rem 1rem; width: 100%; background-color: #fafafa; border-top: 1px solid #ddd; }
.layerPop-close .checks { display: flex; align-items: center; gap: .5rem; }
.layerPop-close * { font-size: 1.6rem; line-height: 1; }
.layerPop .btnPopupWinodwClose { display: flex; align-items: center; gap: .5rem; }
.layerPop .btnPopupWinodwClose > i { display: flex; justify-content: center; align-items: center; width: 2rem; height: 2rem; background-color: #000; border-radius: 50%; color: #fff; }
@media (max-width: 1279px) { .layerPop { position: absolute; top: 12rem; left: 2rem; }
  .layerPop-area { top: 0 !important; left: 0 !important; } }
@media (max-width: 767px) { .layerPop { top: 17rem; width: calc(100% - 4rem); max-width: 48rem; }
  .layerPop-area { width: 100% !important; height: auto !important; } }

.popupzone { display: flex; justify-content: center; height: 100%; overflow-y: auto; visibility: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; opacity: 0; z-index: 100; }
.popupzone-container { margin: auto; padding: 5rem 0; width: 100%; max-width: 111rem; }
.popupzone-title { display: block; color: #fff; font-size: 4.6rem; font-weight: 500; text-align: center; }
.popupzone-title > span { font-weight: 700; }
.popupzone-slide { position: relative; }
.popupzone .slide-container { overflow: hidden; margin: 5rem -1.5rem 0; }
.popupzone .slide-container .swiper-slide { padding: 0 1.5rem; width: calc(100% / 3); }
.popupzone .slide-desc { width: 100%; aspect-ratio: 1 / 1.405; background-color: #fafafa; }
.popupzone .slide-desc a, .popupzone .slide-desc img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.popupzone .slide-move { position: absolute; top: 50%; width: 4rem; height: 4rem; color: #fff; transform: translatey(-50%); z-index: 2; }
.popupzone .slide-move > i { font-size: 4rem; }
.popupzone .slide-move[data-move="prev"] { right: calc(100% + 2rem); }
.popupzone .slide-move[data-move="next"] { left: calc(100% + 2rem); }
.popupzone-util { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; margin-top: 7rem; }
.popupzone-util > * { display: flex; justify-content: center; align-items: center; flex-shrink: 0; padding: 0 2.4rem; height: 5rem; border-radius: 5rem; border: 1px solid #fff; color: #fff; }
.popupzone-count { background-color: #111; }
.popupzone-count b { font-weight: 700; }
.popupzone-close { background-color: #111; gap: .5rem; }
.popupzone-close > i { font-size: 2.2rem; transform: unset; }
@media (max-width: 1140px) { .popupzone-container { padding-left: 8rem; padding-right: 8rem; }
  .popupzone .slide-move[data-move="prev"] { right: calc(100% + 2rem); }
  .popupzone .slide-move[data-move="next"] { left: calc(100% + 2rem); } }
@media (max-width: 1023px) { .popupzone-title { font-size: 4rem; }
  .popupzone .slide-container { margin: 3.5rem -1rem 0; }
  .popupzone .slide-container .swiper-slide { padding: 0 1rem; }
  .popupzone-util { margin-top: 5rem; } }
@media (max-width: 767px) { .popupzone .slide-container { margin: 3rem -1rem 0; }
  .popupzone .slide-container .swiper-slide { width: calc(100% / 2); }
  .popupzone-util { margin-top: 3.5rem; }
  .popupzone-util > * { padding: 0 2rem; height: 4.5rem; } }
@media (max-width: 479px) { 
  .popupzone .slide-container .swiper-slide { width: 100% }}




@media(min-width:1024px) {
  .content-tab:has([data-tab-name="공지사항"]){justify-content:center;}
  .content-tab:has([data-tab-name="공지사항"]) > li{width:calc(100% / 4 - 1rem);}
}