@charset "UTF-8";
/* display */
/* breakpoint */
/* breakpoint : content */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  -webkit-text-size-adjust: none;
}

html, body {
  position: relative;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 16px;
  font-family: "gothic", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  line-height: 1.5;
  color: #666;
  word-break: keep-all;
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a, a:hover, a:active, a:focus, a:visited {
  color: inherit;
  text-decoration: none;
}

b, strong {
  font-weight: 700;
}

em, dfn, cite, address, i {
  font-style: normal;
}

sup, sub {
  position: relative;
  font-size: 0.9em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ol, ul, li, menu {
  list-style: none;
}

img, video, audio, svg, canvas, object, picture {
  max-width: 100%;
  max-height: 100%;
  border: none;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  min-width: 0;
}

caption, legend {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

button, input, textarea, select, label {
  padding: 0;
  margin: 0;
  border: none;
  font: inherit;
  letter-spacing: inherit;
  vertical-align: middle;
  color: inherit;
}

button, input[type=button], input[type=submit] {
  overflow: visible;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

input[disabled=disabled] {
  background-color: #CDD1D5;
  color: #58616A;
}

input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator,
input[type=password]::-ms-reveal {
  display: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
  margin: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select[disabled=disabled] {
  background-color: #CDD1D5;
  color: transparent;
}

select {
  padding: 0 5px;
  background: transparent url(/pcms/common/images/ir/arrow-select.png) no-repeat 98% 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

:lang(zh-CN) body {
  font-family: "gothic", "Helvetica", "Arial", sans-serif, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
}

:lang(ja-JP) body,
:lang(ja) body {
  font-family: "gothic", "Helvetica", "Arial", sans-serif, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
}

:lang(en) body {
  font-family: "gothic", "Helvetica", "Arial", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

*:focus {
  outline: 2px solid rgba(36, 107, 235, 0.8);
  outline-offset: -2px;
}

::-moz-selection {
  background: #2F6AAC;
  color: #FFF;
}

::selection {
  background: #2F6AAC;
  color: #FFF;
}

::-moz-selection {
  background: #2F6AAC;
  color: #FFF;
}

.ib {
  display: inline-block;
}

.clear {
  clear: both;
}

.clearfix {
  display: block;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.hide, .sr-only, .skip, .blind {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

[role=button] {
  cursor: pointer;
}

#skipnavi {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
}

#skipnavi a {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 0.4em 0.1em;
  background-color: #222;
  outline-offset: -2px;
  text-align: center;
  color: #FFF;
}

#skipnavi a:focus {
  top: 0;
  box-shadow: inset 0 0 0 4px #FFF;
}

.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide button[data-control] span {
  font-size: 0;
}

:root {
  --header-height: 108px;
  --scroll-width: 0px;
  --body-width: calc(100vw - var(--scroll-width));
  --layout-width: 1280px;
  --layout-padding: 50px;
  --layout-margin: max(
    var(--layout-padding),
    calc(((var(--body-width)) - var(--layout-width)) / 2)
  );
  --font-suit: "suit", "Pretendard", "gothic", sans-serif;
  --font-mbc-1961: "MBC1961M", "Pretendard", "gothic", sans-serif;
  --font-base: var(--font-suit);
}
@media (max-width: 1279px) {
  :root {
    --layout-padding: calc(-2.25741px + 4.0858vw);
  }
}

html {
  min-height: 100svh;
  background: #FCFCFC;
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  min-height: 100svh;
  background: #FFF;
  color: var(--color-text-basic, #444);
  font-family: var(--font-base);
}
body.is-gnb-open, body.is-allmenu-open {
  overflow: hidden;
}

*:focus {
  outline: 2px solid rgba(217, 89, 7, 0.8235294118);
  outline-offset: 0;
}

::-moz-selection {
  background: #B42F07;
  color: #FFF;
}

::selection {
  background: #B42F07;
  color: #FFF;
}

::-moz-selection {
  background: #B42F07;
  color: #FFF;
}

.layout {
  position: relative;
  width: 100%;
  max-width: calc(var(--layout-width) + var(--layout-padding) * 2);
  padding: 0 var(--layout-padding);
  margin: 0 auto;
}

.ib {
  display: inline-block;
}

.drop-menu {
  display: none;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-up-right {
  0% {
    opacity: 0;
    transform: translate(-40px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-up-left {
  0% {
    opacity: 0;
    transform: translate(40px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-down-right {
  0% {
    opacity: 0;
    transform: translate(-40px, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-down-left {
  0% {
    opacity: 0;
    transform: translate(40px, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-zoom-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade-zoom-out {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blur-zoom-in {
  0% {
    transform: scale(1.1);
    filter: blur(10px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes text-up {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes text-down {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flip-up {
  0% {
    transform: perspective(2500px) rotateX(-100deg);
  }
  100% {
    transform: perspective(2500px) rotateX(0);
  }
}
@keyframes flip-down {
  0% {
    transform: perspective(2500px) rotateX(100deg);
  }
  100% {
    transform: perspective(2500px) rotateX(0);
  }
}
@keyframes flip-right {
  0% {
    transform: perspective(2500px) rotateY(100deg);
  }
  100% {
    transform: perspective(2500px) rotateY(0);
  }
}
@keyframes flip-left {
  0% {
    transform: perspective(2500px) rotateY(-100deg);
  }
  100% {
    transform: perspective(2500px) rotateY(0);
  }
}
@keyframes clip-down {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clip-up {
  0% {
    clip-path: inset(100% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clip-right {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clip-left {
  0% {
    clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clip-ver {
  0% {
    clip-path: inset(50% 0% 50% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clip-hor {
  0% {
    clip-path: inset(0% 50% 0% 50%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes clip-circle {
  0% {
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
#top_layout {
  height: clamp(72px, 59.98749px + 3.75391vw, 108px);
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
#top_layout .header-wrap {
  height: 100%;
}
#top_layout .header-wrap > .layout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#top_layout::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDD;
  transition: background-color 0.3s, opacity 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
#top_layout .logo-wrap {
  display: flex;
  align-items: center;
}
#top_layout .logo-wrap .main-logo {
  width: clamp(164px, 148.98468px + 5.00511vw, 213px);
  aspect-ratio: 213/48;
  background: url(/assets/images/layout/pre-open/logo.svg) no-repeat center/contain;
}

#foot_layout {
  background: #3A1F0E;
  color: #FFF;
  padding: 70px 0;
}
@media (max-width: 1279px) {
  #foot_layout {
    padding: clamp(50px, 43.8713px + 2.0429vw, 70px) 0;
  }
}
#foot_layout .layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#foot_layout .logo-wrap {
  display: flex;
  align-items: center;
  width: 1px;
  flex-grow: 1;
}
#foot_layout .logo-wrap .main-logo {
  width: 287px;
  background: url(/assets/images/layout/pre-open/logo-w.svg) no-repeat center/contain;
  aspect-ratio: 213/48;
}
@media (max-width: 1279px) {
  #foot_layout .logo-wrap .main-logo {
    width: calc(195.54954px + 7.15015vw);
  }
}
#foot_layout .top-btn {
  margin-left: auto;
  width: 68px;
  aspect-ratio: 1;
  border-radius: 8px;
  background: #F6AB00 url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6V34' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15.3333L20 6L30 15.3333' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/58.82353%;
  transition: background-color 0.3s;
}
@media (max-width: 1279px) {
  #foot_layout .top-btn {
    width: calc(31.41982px + 2.86006vw);
  }
}
@media (max-width: 575px) {
  #foot_layout .top-btn {
    border-radius: 6px;
  }
}
#foot_layout .top-btn:hover {
  background-color: #D95907;
}
#foot_layout .footer-info {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625em 2.22223em;
  font-weight: 500;
  align-items: center;
}
@media (max-width: 1279px) {
  #foot_layout .footer-info {
    padding-top: calc(21.54852px + 0.81716vw);
    font-size: calc(14.08069px + 0.30644vw);
  }
}
#foot_layout .footer-info .item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.66667em;
       column-gap: 0.66667em;
}
#foot_layout .footer-info .item dt {
  padding: 0.13334em 0.66667em;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 5em;
}
#foot_layout .footer-info .item dd {
  padding-top: 0.13334em;
}
#foot_layout .footer-info .copy {
  width: 100%;
}

.sub-visual {
  position: relative;
  color: #FFF;
  background-color: #DDD;
}
.sub-visual-wrap {
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
@media (max-width: 1279px) {
  .sub-visual-wrap {
    font-size: calc(22.66006px + 1.98123vw);
  }
}
.sub-visual-wrap .layout {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  min-height: 5.41667em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5));
}
.sub-visual-wrap .tit {
  font-family: var(--font-mbc-1961);
  font-weight: 400;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  animation: 1.2s 0.2s both;
  animation-name: fade-in, clip-hor;
}
.sub-visual-wrap .tit span {
  color: #FEE79B;
}
.sub-visual-wrap .desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  animation: 1.1s 0.4s both;
  animation-name: fade-in, clip-hor;
}
@media (max-width: 1279px) {
  .sub-visual-wrap .desc {
    font-size: calc(13.3316px + 0.52138vw);
  }
}
.sub-visual-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sub-visual-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/assets/images/common/pre-open/sub-visual-bg.webp) no-repeat center/cover;
  animation: sub-visual-bg 5s;
}
@keyframes sub-visual-bg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.body-wrap .contents-wrap {
  padding-top: 76px;
}
@media (max-width: 1279px) {
  .body-wrap .contents-wrap {
    padding-top: calc(17.31804px + 4.58811vw);
  }
}
.body-wrap .contents-header .title-wrap {
  font-size: 40px;
  color: #333;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 1em;
}
@media (max-width: 1279px) {
  .body-wrap .contents-header .title-wrap {
    font-size: calc(18.66111px + 1.6684vw);
  }
}/*# sourceMappingURL=layout.css.map */