@charset "UTF-8";
@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600&display=swap");
@font-face {
  font-family: "SCoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SCoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SCoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
}

.SCore {
  font-family: "SCoreDream", sans-serif;
}

.RobotoMono {
  font-family: "Roboto Mono", monospace;
}

.emphasis {
  color: #19a5da;
}

.emphasis-light {
  color: #1cabe2;
}

/* CSS 초기화 세팅 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
  margin: 0;
  padding: 0;
  letter-spacing: -0.7px;
  line-height: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #2d2926;
  font-family: "Spoqa Han Sans Neo";
  font-size: 16px;
}

@media only screen and (max-width: 1280px) {
  html,
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  html,
  body {
    font-size: 13px;
  }
}

html {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
}

input,
select,
textarea,
button {
  border: none;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
}

@media only screen and (max-width: 1440px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  input,
  select,
  textarea,
  button {
    font-size: 13px;
  }
}

button {
  cursor: pointer;
  background: transparent;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

img {
  vertical-align: top;
  max-width: 100%;
}

img,
fieldset {
  border: 0;
}

address,
cite,
code,
em {
  font-style: normal;
  font-weight: normal;
}

label,
img,
input,
select,
textarea,
button {
  vertical-align: middle;
}

.hide,
caption,
legend {
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}

hr {
  display: none;
}

main,
header,
section,
nav,
footer,
aside,
article,
figure {
  display: block;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none;
}

/* 히든 텍스트 */
.for-a11y {
  display: block;
  z-index: -1;
  height: 1px;
  overflow: hidden;
  font-size: 1px;
  line-height: 1px;
  color: transparent;
  border: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: none;
  position: absolute;
  width: 1px;
  margin: 0;
}

caption.for-a11y {
  display: table-caption;
  height: 1px;
  margin-bottom: -1px;
  position: static;
}

.clear-fix {
  *zoom: 1;
}

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

/* 폼 요소 */
textarea {
  outline: 0;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}

/* check box */
input {
  outline: 0;
  min-width: 68px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
}

input .label-chk::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  margin-right: 8px;
}

input .label-chk.active::before {
  border-color: #d9d9d9;
}

input[type="tel"],
input[type="time"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"] {
  padding: 0 12px;
  outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.ui-input-block {
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* select box */
.select-box {
  outline: 0;
  min-width: 120px;
  height: 38px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  position: relative;
  text-align: left;
}

.select-box select.select {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 41px;
}

.select-box span.select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 30px 0 10px;
  height: 38px;
  line-height: 38px;
  cursor: default;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 스크립트를 위한 최소한 스타일 */
.js-ui-dropdown-layer,
.js-ui-tab-panel-content {
  display: none;
}

.js-ui-tab-panel-content.js-tabpanel-opened {
  display: block;
}

/* display table */
.form-flex {
  display: table;
}

.form-flex.type-full {
  width: 100%;
}

.form-flex-cell {
  display: table-cell;
  vertical-align: middle;
}

.form-flex-cell + .form-flex-cell {
  padding-left: 8px;
}

.form-flex-cell + .btn-confirm {
  display: table-cell;
}

.hide {
  display: none !important;
}

.slick-initialized {
  visibility: visible !important;
}

#wrap {
  min-width: 1400px;
  overflow: hidden;
}

.inner {
  width: 1400px;
  margin: 0 auto;
}

br.mobile-block {
  display: none;
}

@media only screen and (max-width: 1440px) {
  #wrap {
    min-width: 100%;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 640px) {
  br.mobile-block {
    display: block;
  }
}

.up-on-scroll {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 0.7s;
  transition: opacity 1s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 1s;
  transition: transform 0.7s, opacity 1s, -webkit-transform 0.7s;
}

.up-on-scroll.type-ib {
  display: inline-block;
}

@-webkit-keyframes moveText {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-2560px);
            transform: translateX(-2560px);
  }
}

@keyframes moveText {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-2560px);
            transform: translateX(-2560px);
  }
}

@-webkit-keyframes airplaneHorizontal {
  0% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    opacity: 0;
  }
}

@keyframes airplaneHorizontal {
  0% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes airplane {
  0% {
    -webkit-transform: translate(200px, 200px);
            transform: translate(200px, 200px);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(80px, 80px);
            transform: translate(80px, 80px);
    opacity: 1;
  }
}

@keyframes airplane {
  0% {
    -webkit-transform: translate(200px, 200px);
            transform: translate(200px, 200px);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(80px, 80px);
            transform: translate(80px, 80px);
    opacity: 1;
  }
}

@-webkit-keyframes truck {
  0% {
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes truck {
  0% {
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes box {
  0% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes box {
  0% {
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal
> .swiper-wrapper
> .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(183, 184, 186, 0.4);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #1cabe2;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header h1 {
  width: 163px;
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 16px;
  }
  header h1 {
    width: 100px;
  }
}

@media only screen and (max-width: 640px) {
  header {
    padding: 8px;
  }
  header h1 {
    width: 84px;
  }
}

/* placeholder */
::-webkit-input-placeholder {
  color: #b7b8ba;
  vertical-align: middle;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
}

:-webkit-input-placeholder {
  color: #b7b8ba;
  vertical-align: middle;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  :-webkit-input-placeholder {
    font-size: 13px;
  }
}

::-moz-placeholder {
  color: #b7b8ba;
  vertical-align: middle;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  ::-moz-placeholder {
    font-size: 13px;
  }
}

:-moz-placeholder {
  color: #b7b8ba;
  vertical-align: middle;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  :-moz-placeholder {
    font-size: 13px;
  }
}

input[type="text"] {
  height: 48px;
  line-height: 48px;
  padding: 0;
}

.inp-chk .box {
  position: relative;
}

.inp-chk {
  display: inline-block;
  cursor: pointer;
}

.inp-chk .inp {
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.inp-chk .inp input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.inp-chk .inp .ic {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e6e8;
  background: #fff;
}

.inp-chk .inp input[type="radio"] + .ic {
  border-radius: 24px;
}

.inp-chk .inp input:checked + .ic {
  border-color: #1cabe2;
  background: #fff url(../images/ico_check@2x.png) no-repeat center center;
  background-size: 22px;
}

.inp-chk .inp input[type="radio"]:checked + .ic {
  position: relative;
  background: none;
}

.inp-chk .inp input[type="radio"]:checked + .ic:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  border-radius: 12px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #0a73ca;
}

.inp-chk .txt {
  display: inline-block;
  vertical-align: top;
  color: #2d2926;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 32px;
  word-break: keep-all;
}

.form-label {
  font-size: 13px;
  color: #828385;
  margin-bottom: 4px;
}

.form-label span {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.form-label.is-required span::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #1cabe2;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.flex-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-multi .w30 {
  width: 30%;
}

.flex-multi .w50 {
  width: 50%;
}

.flex-multi .w70 {
  width: 70%;
}

.form-text {
  font-size: 20px;
  padding-bottom: 8px;
}

.form-elements {
  border-bottom: 1px solid #2d2926;
}

.form-elements + .form-elements {
  margin-top: 16px;
}

.form-elements.no-border {
  border-bottom: none;
}

.form-list .form-items + .form-items {
  margin-top: 28px;
}

.form-list .form-el input[type="text"],
.form-list .form-el textarea {
  padding: 0 16px;
  height: 56px;
  line-height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .form-list .form-el input[type="text"],
  .form-list .form-el textarea {
    height: 48px;
    line-height: 48px;
  }
}

.form-list .form-el textarea {
  height: 250px;
  line-height: normal;
  padding: 16px;
}

.btn.primary-square {
  color: #fff;
  display: block;
  background: #374ea2;
  height: 54px;
  width: 100%;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
}

.btn.primary-square.outline {
  background: #fff;
  border: 2px solid #1cabe2;
  color: #1cabe2;
}

.btn.primary-round {
  color: #fff;
  display: inline-block;
  background: #374ea2;
  height: 54px;
  width: auto;
  padding: 0 65px;
  font-weight: bold;
  border-radius: 30px;
  font-size: 16px;
}

.btn.primary-round.outline {
  background: #fff;
  border: 2px solid #1cabe2;
  color: #1cabe2;
}

@media only screen and (max-width: 640px) {
  .btn.primary-round {
    font-size: 16px;
    height: 48px;
  }
}

.btn.secondary-square {
  background: #1cabe2;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 64px;
  display: block;
  width: 100%;
}

.btn.yellow-round {
  color: #fff;
  display: inline-block;
  background: #ffdc0e;
  height: 68px;
  width: auto;
  padding: 0 48px;
  font-weight: bold;
  border-radius: 34px;
  font-size: 24px;
  color: #2d2926;
}

.btn.yellow-round.outline {
  background: #fff;
  border: 2px solid #1cabe2;
  color: #1cabe2;
}

@media only screen and (max-width: 640px) {
  .btn.yellow-round {
    font-size: 16px;
    height: 48px;
  }
}

.title-area {
  word-break: keep-all;
}

.title-area h2 {
  text-align: center;
  color: #fff;
  letter-spacing: -3.6px;
}

@media only screen and (max-width: 640px) {
  .title-area h2 {
    line-height: 1.6;
    letter-spacing: -2.4px;
  }
}

.title-area h2 span {
  display: block;
}

.title-area h2 .eng-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 4.6px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1440px) {
  .title-area h2 .eng-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .title-area h2 .eng-title {
    font-size: 13px;
  }
}

.title-area h2 .kor-title {
  font-size: 72px;
}

@media only screen and (max-width: 1440px) {
  .title-area h2 .kor-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .title-area h2 .kor-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 640px) {
  .title-area h2 .kor-title {
    font-size: 28px;
  }
}

.title-area h2 .small-title {
  font-size: 60px;
}

.title-area h2 .small-title em {
  font-size: 32px;
  line-height: normal;
}

@media only screen and (max-width: 1440px) {
  .title-area h2 .small-title {
    font-size: 48px;
  }
  .title-area h2 .small-title em {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .title-area h2 .small-title {
    font-size: 28px;
  }
  .title-area h2 .small-title em {
    font-size: 20px;
  }
}

.title-area p {
  font-size: 24px;
  text-align: center;
  margin-top: 32px;
}

@media only screen and (max-width: 1440px) {
  .title-area p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .title-area p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .title-area p {
    font-size: 13px;
  }
}

.contents-section[data-index="0"] {
  background: url(../images/bg_section_01.png) no-repeat center top;
  padding: 160px 0 142px 0;
  height: 1131px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] {
    height: auto;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] {
    padding-top: 80px;
    padding-bottom: 350px;
    background-color: #477dbb;
    background-position: center bottom;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] {
    padding-top: 72px;
  }
}

.contents-section[data-index="0"] .title-area {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .title-area {
    margin-bottom: 40px;
  }
}

.contents-section[data-index="0"] .air-ticket {
  width: 100%;
  height: 588px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket {
    max-width: 336px;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }
  .contents-section[data-index="0"] .air-ticket::before {
    content: "";
    display: block;
    width: 100%;
    height: 52px;
    background: url(../images/img_air_ticket_head@2x.png) no-repeat center top;
    background-size: 100%;
  }
}

.contents-section[data-index="0"] .air-ticket .ticket-left,
.contents-section[data-index="0"] .air-ticket .ticket-right {
  height: 100%;
  padding-top: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.contents-section[data-index="0"] .air-ticket .ticket-left {
  width: 529px;
  background: url(../images/bg_ticket_left@2x.png) no-repeat left top;
  background-size: 100%;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .ticket-left {
    width: 100%;
    height: auto;
    background: #fff;
    padding-top: 24px;
  }
}

.contents-section[data-index="0"] .air-ticket .ticket-left .ticket-inner {
  padding: 32px 46px 32px 54px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .ticket-left .ticket-inner {
    padding: 3% 6%;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .ticket-left .ticket-inner {
    padding: 24px 12px;
  }
}

.contents-section[data-index="0"] .air-ticket .ticket-right {
  width: 871px;
  background: url(../images/bg_ticket_right@2x.png) no-repeat left top;
  background-size: 100%;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .ticket-right {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 0 36px 0;
    border-top: 1px dashed #ccc;
  }
}

.contents-section[data-index="0"] .air-ticket .ticket-right .ticket-inner {
  padding: 55px 70px 0 154px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .ticket-right .ticket-inner {
    padding: 2% 6% 6% 74px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .ticket-right .ticket-inner {
    padding: 0 12px;
  }
}

.contents-section[data-index="0"] .air-ticket .from-to-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents-section[data-index="0"] .air-ticket .from-to-information .airplane {
  width: 40px;
  padding-top: 20px;
  -webkit-animation: airplaneHorizontal linear 3s forwards infinite;
          animation: airplaneHorizontal linear 3s forwards infinite;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
}

.contents-section[data-index="0"] .air-ticket .from-to-information .city-name {
  color: #828385;
  font-size: 13px;
}

.contents-section[data-index="0"] .air-ticket .from-to-information .nation-name {
  font-size: 72px;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .from-to-information .nation-name {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .from-to-information .nation-name {
    font-size: 43px;
  }
}

.contents-section[data-index="0"] .air-ticket .ticket-user {
  margin: 16px 0 0 0;
}

.contents-section[data-index="0"] .air-ticket .ticket-user p {
  color: #374ea2;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .ticket-user p {
    font-size: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .ticket-user p {
    font-size: 16px;
  }
}

.contents-section[data-index="0"] .air-ticket .ticket-user .form-elements .cell.w70 {
  border-bottom: 4px solid #2d2926;
}

.contents-section[data-index="0"] .air-ticket .ticket-user .form-elements .cell.w70 + .cell {
  margin-left: 14px;
}

.contents-section[data-index="0"] .air-ticket .ticket-user .form-elements input[type="text"] {
  border: none;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .ticket-user .form-elements .form-text {
    font-size: 16px;
  }
  .contents-section[data-index="0"] .air-ticket .ticket-user .form-elements.no-border .flex-multi {
    display: block;
  }
  .contents-section[data-index="0"] .air-ticket .ticket-user .form-elements.no-border .flex-multi .cell + .cell {
    margin: 12px 0 0 0;
  }
  .contents-section[data-index="0"] .air-ticket .ticket-user .form-elements.no-border .flex-multi .cell.w70 {
    width: 100%;
  }
  .contents-section[data-index="0"] .air-ticket .ticket-user .form-elements.no-border .flex-multi .cell.w30 {
    width: 100%;
  }
}

.contents-section[data-index="0"] .air-ticket .ticket-user .ticket-detail {
  margin-top: 16px;
}

.contents-section[data-index="0"] .air-ticket .ticket-user .ticket-detail .flex-multi .cell {
  position: relative;
}

.contents-section[data-index="0"] .air-ticket .ticket-user .ticket-detail .flex-multi .cell + .cell {
  padding-left: 19px;
}

.contents-section[data-index="0"] .air-ticket .ticket-user .ticket-detail .flex-multi .cell + .cell::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2d2926;
}

.contents-section[data-index="0"] .air-ticket .barcode {
  width: 66px;
  height: 230px;
  background: url(../images/img_barcode@2x.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 45px;
  top: 219px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .barcode {
    width: 33px;
    height: 115px;
    left: 20px;
    top: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .barcode {
    width: 110px;
    height: 32px;
    background-image: url(../images/img_barcode_mobile@2x.png);
    position: static;
    margin: 0 auto 24px;
  }
}

.contents-section[data-index="0"] .air-ticket .time-difference {
  margin-bottom: 24px;
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-cell {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-cell {
    width: 46%;
  }
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-cell.time-between {
    width: 12%;
  }
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-cell .time {
  font-size: 56px;
  font-weight: bold;
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-cell .time span {
  font-size: 28px;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-cell .time {
    font-size: 32px;
    white-space: nowrap;
  }
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-cell .time span {
    font-size: 20px;
    margin-right: -12px;
  }
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between {
  color: #8c8c8c;
  margin-top: 26px;
  position: relative;
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between::before, .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #8c8c8c;
  position: absolute;
  opacity: 0.3;
  top: 50%;
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between::before {
  left: -16px;
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between::after {
  right: -16px;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between {
    font-size: 11px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between::before {
    left: -4px;
  }
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .time-between::after {
    right: -4px;
  }
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .nation-info {
  color: #6f6f6f;
  position: relative;
  padding-left: 21px;
}

.contents-section[data-index="0"] .air-ticket .time-difference .time-flex .nation-info::before {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background: url(../images/ico_location_pin@2x.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .nation-info {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .time-difference .time-flex .nation-info {
    font-size: 12px;
  }
}

.contents-section[data-index="0"] .air-ticket .korea-to-dr {
  text-align: center;
  font-weight: bold;
  color: #374ea2;
  background: #e8ebf4;
  border-radius: 4px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .korea-to-dr {
    font-size: 14px;
  }
}

.contents-section[data-index="0"] .air-ticket .trip-warning {
  margin-top: 42px;
}

.contents-section[data-index="0"] .air-ticket .trip-warning ul li {
  position: relative;
  font-weight: bold;
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 44px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .trip-warning ul li {
    min-height: auto;
  }
}

.contents-section[data-index="0"] .air-ticket .trip-warning ul li + li {
  margin-top: 32px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .trip-warning ul li + li {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .trip-warning ul li + li {
    margin-top: 16px;
  }
}

.contents-section[data-index="0"] .air-ticket .trip-warning ul li .ico {
  width: 40px;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .trip-warning ul li .ico {
    width: 32px;
  }
}

.contents-section[data-index="0"] .air-ticket .trip-warning ul li p {
  display: table-cell;
  padding-left: 16px;
  line-height: 1.4;
  vertical-align: middle;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .air-ticket .trip-warning ul li p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .air-ticket .trip-warning ul li p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .air-ticket .trip-warning ul li p {
    font-size: 12px;
  }
}

.contents-section[data-index="0"] .flow-text {
  background: #1c1c1c;
  position: absolute;
  left: 0;
  bottom: 239px;
  width: 100%;
  z-index: -1;
  white-space: nowrap;
}

.contents-section[data-index="0"] .flow-text span {
  display: inline-block;
  width: 2560px;
  background: url(../images/obj_flow_text@2x.png) repeat-x left center;
  background-size: 482px;
  height: 135px;
  -webkit-animation: moveText linear 40s forwards infinite;
          animation: moveText linear 40s forwards infinite;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .flow-text {
    bottom: 0;
    height: 96px;
  }
  .contents-section[data-index="0"] .flow-text span {
    height: 96px;
    background-size: auto 100%;
  }
}

.contents-section[data-index="0"] .obj-dr-map {
  width: 410px;
  position: absolute;
  right: -94px;
  bottom: 135px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="0"] .obj-dr-map {
    bottom: inherit;
    top: 20px;
    z-index: -1;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .obj-dr-map {
    top: inherit;
    bottom: 190px;
    right: 0;
    width: 240px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="0"] .obj-dr-map {
    top: inherit;
    bottom: 140px;
    right: inherit;
    left: -20px;
  }
}

.contents-section[data-index="0"] .obj-airplane {
  width: 350px;
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 1;
  -webkit-animation: airplane linear 2s forwards normal;
          animation: airplane linear 2s forwards normal;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="0"] .obj-airplane {
    width: 300px;
  }
}

@media only screen and (max-width: 414px) {
  .contents-section[data-index="0"] .obj-airplane {
    width: 220px;
    bottom: 160px;
    right: 50px;
  }
}

.contents-section[data-index="0"] .scroll-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents-section[data-index="0"] .chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.contents-section[data-index="0"] .chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.contents-section[data-index="0"] .chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.contents-section[data-index="0"] .chevron:before,
.contents-section[data-index="0"] .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.contents-section[data-index="0"] .chevron:before {
  left: 0;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}

.contents-section[data-index="0"] .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

.contents-section[data-index="1"] {
  padding: 90px 0 150px 0;
  background: #16426c url(../images/bg_section_02.png) no-repeat center bottom;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="1"] {
    padding-bottom: 96px;
  }
}

.contents-section[data-index="1"] .title-area p {
  color: #fff;
  opacity: 0.7;
}

.contents-section[data-index="1"] .video {
  width: 1182px;
  margin: 28px auto 0;
}

.contents-section[data-index="1"] .video .video-inner {
  height: 665px;
}

.contents-section[data-index="1"] .video iframe {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="1"] .video {
    width: 100%;
  }
  .contents-section[data-index="1"] .video .video-inner {
    height: 56.25vw;
  }
}

.contents-section[data-index="1"] .button-mute {
  position: absolute !important;
  left: 24px;
  top: 24px;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 78px;
  height: 78px;
  background: url("../images/ico_mute@2x.png") no-repeat center center;
  background-size: 100%;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="1"] .button-mute {
    width: 48px;
    height: 48px;
  }
}

.contents-section[data-index="1"] .button-mute.is-unmute {
  background-image: url("../images/ico_unmute@2x.png");
}

.contents-section[data-index="1"] .video-tip {
  text-align: right;
  color: #7c9dbe;
  margin-bottom: 8px;
}

.contents-section[data-index="1"] .video-caption {
  text-align: center;
  color: #b7bdc6;
  opacity: 0.7;
  font-size: 20px;
  margin-top: 32px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="1"] .video-caption {
    font-size: initial;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="1"] .video-caption {
    font-size: 10px;
  }
}

.contents-section[data-index="2"] {
  background: #19a5da;
  padding: 32px 0 0 0;
  position: relative;
  z-index: 1;
  height: 1569px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] {
    height: auto;
    padding-bottom: 40px;
  }
}

.contents-section[data-index="2"] .inner {
  position: relative;
}

.contents-section[data-index="2"] .section-tip {
  text-align: right;
  padding-right: 20px;
  color: #b9ecff;
  margin-bottom: 75px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .section-tip {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .section-tip {
    font-size: 12px;
  }
}

.contents-section[data-index="2"] .key-planned {
  margin-top: 100px;
  padding: 0 100px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="2"] .key-planned {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .key-planned {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .contents-section[data-index="2"] .key-planned .swiper {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .key-planned {
    margin-top: 32px;
  }
}

.contents-section[data-index="2"] .key-planned .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide {
  width: 283px;
  text-align: center;
}

.contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide .planned-txt {
  display: inline-block;
  min-width: 200px;
  background: #47b7e1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 24px;
  margin-top: 32px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide .planned-txt {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide .planned-txt {
    font-size: 16px;
  }
}

.contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide .planned-num {
  font-weight: bold;
  color: #a1dcf6;
}

.contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide .planned-num strong {
  color: #fff;
  font-size: 60px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide .planned-num strong {
    font-size: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .key-planned .swiper-wrapper .swiper-slide .planned-num strong {
    font-size: 32px;
  }
}

.contents-section[data-index="2"] .emergency-kit {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 17px solid #efeff2;
  border-radius: 25px;
  padding: 70px 80px;
  margin-top: 124px;
  position: relative;
  -webkit-box-shadow: 12px 12px 44px 0 rgba(110, 110, 110, 0.5);
          box-shadow: 12px 12px 44px 0 rgba(110, 110, 110, 0.5);
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .emergency-kit {
    padding: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .emergency-kit {
    margin-top: 175px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .emergency-kit {
    padding: 36px 24px;
  }
}

.contents-section[data-index="2"] .emergency-kit .emergency-title h3 {
  position: relative;
  padding-left: 52px;
  font-size: 48px;
}

.contents-section[data-index="2"] .emergency-kit .emergency-title h3::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/ico_emergency@2x.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .emergency-kit .emergency-title h3 {
    font-size: 36px;
  }
  .contents-section[data-index="2"] .emergency-kit .emergency-title h3::before {
    top: -3px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .emergency-kit .emergency-title h3 {
    font-size: 24px;
    padding-left: 36px;
  }
  .contents-section[data-index="2"] .emergency-kit .emergency-title h3::before {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .emergency-kit .kit-tab {
    text-align: center;
  }
}

.contents-section[data-index="2"] .emergency-kit .kit-toggle {
  position: absolute;
  right: 80px;
  top: 151px;
  background: #dae8ed;
  padding: 10px;
  border-radius: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.contents-section[data-index="2"] .emergency-kit .kit-toggle button {
  font-weight: bold;
  color: #95c7db;
  background: transparent;
  min-width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  border-radius: 28px;
  font-size: 28px;
}

.contents-section[data-index="2"] .emergency-kit .kit-toggle button.is-active {
  background: #1cabe2;
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .emergency-kit .kit-toggle {
    right: 48px;
    top: 36px;
  }
  .contents-section[data-index="2"] .emergency-kit .kit-toggle button {
    font-size: 20px;
    height: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .emergency-kit .kit-toggle {
    position: static;
    display: inline-block;
    margin-top: 24px;
  }
  .contents-section[data-index="2"] .emergency-kit .kit-toggle button {
    font-size: 15px;
    height: 34px;
    padding: 0 16px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .emergency-kit .kit-toggle button {
    min-width: 100px;
    display: inline-block;
  }
}

.contents-section[data-index="2"] .emergency-kit .kit-contents {
  display: none;
}

.contents-section[data-index="2"] .emergency-kit .kit-contents[data-index="0"] {
  display: block;
}

.contents-section[data-index="2"] .emergency-kit .kit-contents p {
  font-size: 24px;
  margin-top: 20px;
  width: 821px;
  line-height: 1.6;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .emergency-kit .kit-contents p {
    text-align: left;
    width: 100%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .emergency-kit .kit-contents p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .emergency-kit .kit-contents p {
    font-size: 13px;
    word-break: keep-all;
  }
  .contents-section[data-index="2"] .emergency-kit .kit-contents p br {
    display: none;
  }
}

.contents-section[data-index="2"] .emergency-kit .emergency-swiper {
  margin-top: 60px;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .emergency-kit .emergency-swiper {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .emergency-kit .emergency-swiper {
    margin-top: 24px;
  }
}

.contents-section[data-index="2"] .emergency-kit .emergency-swiper .swiper {
  padding-bottom: 48px;
}

.contents-section[data-index="2"] .emergency-kit .emergency-swiper .swiper-slide {
  width: 184px;
}

.contents-section[data-index="2"] .emergency-kit .emergency-swiper .swiper-slide .txt {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .emergency-kit .emergency-swiper .swiper-slide .txt {
    font-size: 16px;
  }
}

.contents-section[data-index="2"] .emergency-kit .emergency-swiper .swiper-scrollbar {
  bottom: 0;
}

.contents-section[data-index="2"] .obj-group .cloud-01 {
  width: 597px;
  position: absolute;
  left: -200px;
  top: 891px;
  -webkit-animation: floating 5s linear infinite;
          animation: floating 5s linear infinite;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .obj-group .cloud-01 {
    top: 300px;
    width: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .obj-group .cloud-01 {
    width: 280px;
    left: -100px;
    top: 40%;
  }
}

.contents-section[data-index="2"] .obj-group .cloud-02 {
  width: 555px;
  position: absolute;
  right: -100px;
  top: 304px;
  -webkit-animation: floating 3s linear infinite;
          animation: floating 3s linear infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .obj-group .cloud-02 {
    top: 130px;
    width: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .obj-group .cloud-02 {
    width: 280px;
    right: -140px;
    top: 15%;
  }
}

.contents-section[data-index="2"] .obj-group .truck {
  width: 415px;
  position: absolute;
  right: -57px;
  top: 908px;
}

.contents-section[data-index="2"] .obj-group .truck.is-active {
  -webkit-animation: truck linear 3s forwards normal;
          animation: truck linear 3s forwards normal;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .obj-group .truck {
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .obj-group .truck {
    top: 60%;
    z-index: 1;
  }
}

@media only screen and (max-width: 960px) {
  .contents-section[data-index="2"] .obj-group .truck {
    top: 52%;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="2"] .obj-group .truck {
    width: 200px;
    top: 53%;
  }
}

.contents-section[data-index="2"] .obj-group .box {
  width: 185px;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.contents-section[data-index="2"] .obj-group .box.is-active {
  -webkit-animation: box linear 3s forwards normal;
          animation: box linear 3s forwards normal;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.12, 1);
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="2"] .obj-group .box {
    width: 160px;
    bottom: -200px;
    z-index: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="2"] .obj-group .box {
    width: 140px;
    bottom: -80px;
  }
}

.contents-section[data-index="3"] {
  padding: 447px 0 0 0;
  background: #fff;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1440px) {
  .contents-section[data-index="3"] {
    padding: 300px 0 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="3"] {
    padding: 120px 0 0 0;
  }
}

.contents-section[data-index="3"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 31%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #f8f9fa;
}

.contents-section[data-index="3"] .title-area {
  margin-bottom: 70px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .title-area {
    margin-bottom: 32px;
  }
}

.contents-section[data-index="3"] .title-area h2 {
  color: #19a5da;
}

.contents-section[data-index="3"] .title-area h2 em {
  font-weight: bold;
}

.contents-section[data-index="3"] .title-area p {
  color: #828385;
  opacity: 0.7;
}

.contents-section[data-index="3"] .swiper-button .humanitarian-button-prev,
.contents-section[data-index="3"] .swiper-button .humanitarian-button-next {
  width: 85px;
  height: 85px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="3"] .swiper-button .humanitarian-button-prev,
  .contents-section[data-index="3"] .swiper-button .humanitarian-button-next {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .swiper-button .humanitarian-button-prev,
  .contents-section[data-index="3"] .swiper-button .humanitarian-button-next {
    width: 40px;
    height: 40px;
  }
}

.contents-section[data-index="3"] .swiper-button .swiper-button-disabled {
  cursor: default;
}

.contents-section[data-index="3"] .swiper-button .humanitarian-button-prev {
  background-image: url(../images/ico_swiper_prev@2x.png);
  left: 50%;
  margin-left: -460px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .swiper-button .humanitarian-button-prev {
    left: 14px;
    margin-left: 0;
  }
}

.contents-section[data-index="3"] .swiper-button .humanitarian-button-prev.swiper-button-disabled {
  background-image: url(../images/ico_swiper_prev_disabled@2x.png);
}

.contents-section[data-index="3"] .swiper-button .humanitarian-button-next {
  background-image: url(../images/ico_swiper_next@2x.png);
  right: 50%;
  margin-right: -460px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .swiper-button .humanitarian-button-next {
    right: 14px;
    margin-right: 0;
  }
}

.contents-section[data-index="3"] .swiper-button .humanitarian-button-next.swiper-button-disabled {
  background-image: url(../images/ico_swiper_next_disabled@2x.png);
}

.contents-section[data-index="3"] .humanitarian-swiper {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .humanitarian-swiper {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contents-section[data-index="3"] .humanitarian-swiper .swiper-wrapper {
  padding-bottom: 158px;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="3"] .humanitarian-swiper .swiper-wrapper {
    padding-right: 40px;
    padding-bottom: 66px;
  }
}

.contents-section[data-index="3"] .humanitarian-swiper .swiper-slide {
  width: 656px;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.contents-section[data-index="3"] .humanitarian-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.contents-section[data-index="3"] .humanitarian-swiper .swiper-slide.swiper-slide-active .swiper-inner {
  border: 4px solid #1cabe2;
}

.contents-section[data-index="3"] .humanitarian-swiper .swiper-slide.swiper-slide-active .support-head {
  background: #1cabe2;
}

.contents-section[data-index="3"] .humanitarian-swiper .swiper-slide.swiper-slide-active .support-foot .emphasis {
  color: #1cabe2 !important;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .humanitarian-swiper .swiper-slide {
    width: 280px;
  }
}

.contents-section[data-index="3"] .humanitarian-swiper .swiper-inner {
  overflow: hidden;
  border: 4px solid #000;
  border-radius: 38px;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 12px 12px 44px 0 #e5e5e5;
          box-shadow: 12px 12px 44px 0 #e5e5e5;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .humanitarian-swiper .swiper-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 24px;
  }
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head {
  background: #000;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 24px 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="3"] .humanitarian-swiper .support-head {
    font-size: 20px;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .humanitarian-swiper .support-head {
    font-size: 16px;
  }
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head span {
  position: relative;
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head span.support-01::before {
  background-image: url(../images/ico_support_01@2x.png);
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head span.support-02::before {
  background-image: url(../images/ico_support_02@2x.png);
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head span.support-03::before {
  background-image: url(../images/ico_support_03@2x.png);
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head span.support-04::before {
  background-image: url(../images/ico_support_04@2x.png);
}

.contents-section[data-index="3"] .humanitarian-swiper .support-head span.support-05::before {
  background-image: url(../images/ico_support_05@2x.png);
}

.contents-section[data-index="3"] .humanitarian-swiper .support-body {
  padding: 36px;
  background: #fff;
}

.contents-section[data-index="3"] .humanitarian-swiper .support-body img {
  border-radius: 20px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .humanitarian-swiper .support-body {
    padding: 16px 20px;
  }
}

.contents-section[data-index="3"] .humanitarian-swiper .support-foot {
  padding: 12px 36px 48px;
  min-height: 180px;
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .humanitarian-swiper .support-foot {
    padding: 10px 20px 40px 20px;
  }
}

.contents-section[data-index="3"] .humanitarian-swiper .support-foot .emphasis {
  color: #000 !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.contents-section[data-index="3"] .humanitarian-swiper .support-foot p {
  font-size: 22px;
  line-height: 1.6;
  word-break: keep-all;
}

.contents-section[data-index="3"] .humanitarian-swiper .support-foot p + p {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="3"] .humanitarian-swiper .support-foot {
    min-height: 120px;
  }
  .contents-section[data-index="3"] .humanitarian-swiper .support-foot p {
    font-size: 18px;
  }
  .contents-section[data-index="3"] .humanitarian-swiper .support-foot p + p {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="3"] .humanitarian-swiper .support-foot p {
    font-size: inherit;
  }
  .contents-section[data-index="3"] .humanitarian-swiper .support-foot p br {
    display: none;
  }
}

.contents-section[data-index="4"] {
  background: #e2f0f6;
  padding: 92px 0 72px 0;
}

.contents-section[data-index="4"] .title-area h2 .eng-title {
  color: #1cabe2;
}

.contents-section[data-index="4"] .title-area h2 .small-title {
  color: #2d2926;
  font-size: 48px;
  line-height: 1.4;
}

.contents-section[data-index="4"] .title-area p {
  line-height: 1.6;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="4"] .title-area h2 .small-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="4"] .title-area h2 .small-title {
    font-size: 28px;
  }
}

.contents-section[data-index="4"] .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="4"] .form-flex {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="4"] .form-flex {
    margin-top: 32px;
  }
}

.contents-section[data-index="4"] .form-flex .gift-box::after {
  content: "";
  display: table;
  clear: both;
}

.contents-section[data-index="4"] .form-flex .gift-box .gift {
  width: 243px;
  position: relative;
  float: left;
}

.contents-section[data-index="4"] .form-flex .gift-box .gift + .gift {
  margin-left: 84px;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="4"] .form-flex .gift-box {
    text-align: center;
  }
  .contents-section[data-index="4"] .form-flex .gift-box .gift {
    width: 200px;
    float: none;
    display: inline-block;
  }
  .contents-section[data-index="4"] .form-flex .gift-box .gift + .gift {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="4"] .form-flex .gift-box .gift {
    width: 146px;
  }
}

.contents-section[data-index="4"] .form-flex .form-box {
  width: 544px;
}

@media only screen and (max-width: 1280px) {
  .contents-section[data-index="4"] .form-flex .form-box {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="4"] .form-flex .form-box {
    width: 60%;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  .contents-section[data-index="4"] .form-flex .form-box {
    width: 100%;
  }
}

.contents-section[data-index="4"] .form-flex .button-submit {
  margin-top: 48px;
}

@media only screen and (max-width: 1024px) {
  .contents-section[data-index="4"] .form-flex .button-submit {
    margin-top: 24px;
  }
}

footer {
  background: #2d2926;
  padding: 88px 0;
}

footer h4 {
  width: 346px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  footer h4 {
    width: 208px;
  }
}

#wrap.intro {
  background: #293973 url(../images/bg_reservation.png) repeat-x left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#wrap.intro .title-area {
  margin-bottom: 105px;
}

@media only screen and (max-width: 640px) {
  #wrap.intro .title-area {
    margin-bottom: 50%;
  }
}

#wrap.intro .title-area .small-title {
  font-size: 32px;
}

#wrap.intro .title-area .highlight {
  font-weight: bold;
  position: relative;
  z-index: 0;
}

#wrap.intro .title-area .highlight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1cabe2;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  #wrap.intro .title-area .highlight::before {
    bottom: 2px;
  }
}

@media only screen and (max-width: 1280px) {
  #wrap.intro .title-area {
    font-size: 32px;
  }
  #wrap.intro .title-area .small-title {
    font-size: 28px;
    margin-bottom: 20px;
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  #wrap.intro .title-area {
    font-size: 28px;
  }
  #wrap.intro .title-area .small-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

#wrap.intro .invitation-card {
  position: relative;
  z-index: 0;
  text-align: center;
}

#wrap.intro .invitation-card .card {
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-perspective: 1500px;
          perspective: 1500px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#wrap.intro .invitation-card .card.is-active {
  -webkit-transform: translate(0, 200px);
          transform: translate(0, 200px);
}

#wrap.intro .invitation-card .card.is-active .card-head {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 2px;
}

#wrap.intro .invitation-card .card.is-active .card-open {
  display: none;
}

@media only screen and (max-width: 640px) {
  #wrap.intro .invitation-card .card.is-active {
    -webkit-transform: translate(0, 120%);
            transform: translate(0, 120%);
  }
}

#wrap.intro .invitation-card .card.is-opened .card-paper {
  height: auto;
  overflow: visible;
}

#wrap.intro .invitation-card .card.is-opened .card-paper img {
  -webkit-transform: translate(0, -500%);
          transform: translate(0, -500%);
  -webkit-transition: 3s;
  transition: 3s;
}

#wrap.intro .invitation-card .card.is-opened .card-head {
  z-index: -2;
}

#wrap.intro .invitation-card .card .card-head {
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: top 0.2s, -webkit-transform 1s;
  transition: top 0.2s, -webkit-transform 1s;
  transition: transform 1s, top 0.2s;
  transition: transform 1s, top 0.2s, -webkit-transform 1s;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  #wrap.intro .invitation-card .card .card-head {
    padding: 0 8px;
    top: -5px;
  }
}

#wrap.intro .invitation-card .card .card-body {
  width: 866px;
  height: 462px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  #wrap.intro .invitation-card .card .card-body {
    width: 700px;
    height: 348px;
  }
}

@media only screen and (max-width: 640px) {
  #wrap.intro .invitation-card .card .card-body {
    width: 80vw;
    height: 38.6vw;
  }
}

#wrap.intro .invitation-card .card .card-body .card-post {
  height: 100%;
  position: relative;
}

#wrap.intro .invitation-card .card .card-body .card-post img {
  position: absolute;
  top: -8px;
}

#wrap.intro .invitation-card .card .card-body .card-post .card-body-left {
  left: -11px;
}

#wrap.intro .invitation-card .card .card-body .card-post .card-body-right {
  right: -11px;
}

#wrap.intro .invitation-card .card .card-paper {
  height: 432px;
  overflow: hidden;
  position: absolute;
  width: calc(100% - 37px);
  left: 18px;
  top: 0;
  z-index: -2;
  text-align: center;
  background: #fff;
}

#wrap.intro .invitation-card .card .card-paper img {
  width: 80%;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(186, 186, 186, 0.5);
          box-shadow: 4px 4px 6px 0 rgba(186, 186, 186, 0.5);
}

@media only screen and (max-width: 1024px) {
  #wrap.intro .invitation-card .card .card-paper {
    height: 343px;
  }
}

@media only screen and (max-width: 640px) {
  #wrap.intro .invitation-card .card .card-paper {
    height: 35vw;
  }
}

#wrap.intro .invitation-card .card .card-open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 2;
}

#wrap.intro .invitation-card .card .card-open button {
  background: #17a8e0;
  height: 68px;
  border-radius: 34px;
  font-size: 24px;
  padding: 0 65px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #wrap.intro .invitation-card .card .card-open {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  #wrap.intro .invitation-card .card .card-open button {
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #wrap.intro .invitation-card .card .card-open button {
    font-size: 12px;
    height: 30px;
    padding: 0 24px;
  }
}

#wrap.intro .invitation-card .obj-group .obj-ticket {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1280px) {
  #wrap.intro .invitation-card .obj-group .obj-ticket {
    left: -150px;
    bottom: -80px;
    width: 300px;
  }
}

@media only screen and (max-width: 640px) {
  #wrap.intro .invitation-card .obj-group .obj-ticket {
    width: 160px;
    bottom: inherit;
    top: -140px;
    left: -20px;
  }
}

#wrap.intro .invitation-card .obj-group .obj-map {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1280px) {
  #wrap.intro .invitation-card .obj-group .obj-map {
    right: -120px;
    width: 400px;
    bottom: -80px;
  }
}

@media only screen and (max-width: 640px) {
  #wrap.intro .invitation-card .obj-group .obj-map {
    width: 160px;
    right: -20px;
    bottom: -100px;
  }
}

.pop-invitation {
  position: fixed;
  overflow-y: auto;
  width: 100%;
  min-height: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: none;
}

.pop-invitation.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pop-invitation.is-active .letter-view {
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.pop-invitation .letter-view {
  -webkit-transform: translate(0, -500%);
          transform: translate(0, -500%);
  padding: 40px 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 640px) {
  .pop-invitation .letter-view {
    width: 80%;
    padding: 40px 0;
  }
}

.pop-invitation .letter-view .letter-eng,
.pop-invitation .letter-view .letter-kor {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(186, 186, 186, 0.5);
          box-shadow: 4px 4px 6px 0 rgba(186, 186, 186, 0.5);
  overflow: hidden;
  padding: 16px 36px 40px 36px;
}

.pop-invitation .letter-view .letter-kor {
  display: none;
}

.pop-invitation .letter-view img {
  display: block;
  margin: 0 auto;
}

.pop-invitation .letter-view .primary-round {
  margin-top: 42px;
}

.pop-invitation .yellow-round {
  margin-top: 28px;
}
