/* global reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: var(--base-font-size);
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--brand-color);
  text-align: left;
  background-color: var(--gray-lightest-color);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  cursor: pointer;
}

a:not([href]):hover {
  color: inherit;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

button {
  overflow: visible;
}

input {
  overflow: visible;
  color: var(--brand-color);
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: var(--font-size-lg);
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* global reset */
/* utils style */
.overflow-hidden {
  overflow: hidden;
}

.h-100 {
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.border-radius-lg {
  border-radius: var(--border-radius-lg);
}

.text-center {
  text-align: center;
}

.text-small {
  font-size: 0.85rem;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.link {
  color: var(--brand-color);
  text-decoration: underline;
  -webkit-transition: var(--transition-second);
  transition: var(--transition-second);
}

.link.link-secondary {
  color: var(--secondary-color);
}

.link.link-secondary:hover, .link.link-secondary:not([href]) {
  color: var(--secondary-darker-color);
}

.link.link-sub {
  color: var(--gray-color);
}

.link.link-sub:hover, .link.link-sub:not([href]) {
  color: #a6a4a4;
}

/* utils style end */
/* hero banner - lower height */
.hero-swiper {
  background-color: #001c41;
}

.hero-swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.hero-swiper-slide:hover {
  text-decoration: none;
}

.hero-swiper-slide .container {
  margin-top: 60%;
  padding: 10px 10px 30px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: linear-gradient(rgba(0, 28, 65, 0), rgba(0, 28, 65, 0.29) 20px, rgba(0, 28, 65, 0.64) 45px, rgba(0, 28, 65, 0.84) 65px, rgba(0, 28, 65, 0.96) 85px, #001c41 100px);
  color: #fff;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hero-swiper-slide._noText .hero-swiper-slide-bg {
  height: 100%;
}

.hero-swiper-slide._noText .container {
  display: none;
}

.hero-swiper-slide.hero-swiper-slide-light .container {
  color: var(--brand-color);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.29) 20px, rgba(255, 255, 255, 0.64) 45px, rgba(255, 255, 255, 0.84) 65px, rgba(255, 255, 255, 0.96) 85px, #fff 100px);
}

.hero-swiper-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85.5vw;
  background-position: 80% center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-swiper-title {
  font-size: 1.71rem;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
}

.hero-swiper-title._ipMMLineHeight {
  line-height: normal;
}

.hero-swiper-desc {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
}

.hero-swiper-text {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.hero-swiper-buttonGroup {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-swiper-buttonGroup > .t-button ~ .t-button {
  margin-left: 10px;
}

.hero-swiper-pagination.hero-swiper-pagination {
  width: 100%;
  height: 33px;
  padding: 15px 10px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 10px;
  background-color: var(--main-lighter-color);
  -webkit-transition: var(--transition-second);
  transition: var(--transition-second);
  outline: none;
}

.hero-swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}

._my-MM .hero-swiper-title,
._my-MM .hero-swiper-desc,
._my-MM .hero-swiper-text {
  line-height: normal;
}

/* hero banner end */
@media (min-width: 1024px) {
  .hero-swiper-slide,
  .hero-swiper-slide._noText {
    height: 375px;
  }
  .hero-swiper-slide .hero-swiper-slide-bg,
  .hero-swiper-slide._noText .hero-swiper-slide-bg {
    height: 100%;
  }
  .hero-swiper-slide .container,
  .hero-swiper-slide._noText .container {
    margin-top: 70px;
    height: auto;
    max-height: 80%;
    display: block;
    text-align: left;
    overflow: hidden;
    background-image: none;
  }
  .hero-swiper-slide.hero-swiper-slide-light .container {
    background-image: none;
  }
  .hero-swiper-title,
  .hero-swiper-desc,
  .hero-swiper-text {
    width: 310px;
  }
  .hero-swiper-title {
    font-size: 2rem;
  }
  ._my-MM .hero-swiper-title, .hero-swiper-title._ipMMLineHeight {
    font-size: 2rem;
  }
  .hero-swiper-desc {
    font-size: 1.5rem;
  }
  .hero-swiper-text {
    font-size: 1rem;
  }
  .hero-swiper-buttonGroup {
    margin-top: 20px;
  }
  .hero-swiper-pagination.hero-swiper-pagination {
    height: 38px;
    max-width: 1000px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero-swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--main-lighter-color);
    -webkit-transition: var(--transition-second);
    transition: var(--transition-second);
  }
}

@media (min-width: 1360px) {
  .hero-swiper-title,
  .hero-swiper-desc,
  .hero-swiper-text {
    width: 360px;
  }
  .hero-swiper-title {
    font-size: 2.4rem;
  }
  .hero-swiper-pagination.hero-swiper-pagination {
    max-width: 1200px;
  }
}

@media (min-width: 1601px) {
  .hero-swiper-title,
  .hero-swiper-desc,
  .hero-swiper-text {
    width: 450px;
  }
  .hero-swiper-title {
    font-size: 3rem;
  }
  .hero-swiper-pagination.hero-swiper-pagination {
    max-width: 1500px;
  }
  .hero-swiper-slide,
  .hero-swiper-slide._noText {
    height: 500px;
  }
  ._ko-KR .hero-swiper-title {
    font-size: 2.9rem;
  }
}

/* promo tabs */
.promoTabs-wrapper {
  padding-bottom: 5px;
  overflow-x: auto;
}

.promoTabs {
  --promo-tabs-count:6;
  margin: 0 auto;
  padding: 0;
  width: calc(80px * var(--promo-tabs-count));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.promoTabs-item {
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray-color);
  fill: var(--gray-color);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

.promoTabs-item > svg {
  width: 36px;
  height: auto;
}

.promoTabs-item._active {
  color: var(--main-color);
  fill: var(--main-color);
}

@media (min-width: 768px) {
  .promoTabs {
    width: calc(100px * var(--promo-tabs-count));
  }
  .promoTabs-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

/* promo tabs */
/* promo cards */
.promoCard {
  margin-bottom: 25px;
  height: calc(100% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: var(--border-radius-lg);
  -webkit-box-shadow: 0 11px 22px rgba(0, 0, 0, 0.08);
          box-shadow: 0 11px 22px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform var(--transition-second);
  transition: -webkit-transform var(--transition-second);
  transition: transform var(--transition-second);
  transition: transform var(--transition-second), -webkit-transform var(--transition-second);
  overflow: hidden;
}

.promoCard-img {
  width: 100%;
  height: auto;
}

.promoCard-body {
  padding: 20px;
  min-height: 130px;
}

.promoCard-desc {
  margin-bottom: 0;
}

.promoCard-footer {
  margin-top: auto;
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (pointer: fine) {
  .promoCard:hover {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@media (min-width: 1024px) {
  .promoCard {
    margin-bottom: 35px;
    height: calc(100% - 35px);
  }
  .promoCard-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promoCard-footer > .link {
    padding-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
  }
}

/* promo cards */
/* promo detail */
.promoDetail {
  padding-top: 80px;
}

.promoDetail-title {
  padding-bottom: 10px;
  font-size: var(--font-size-lg);
  font-weight: 900;
  text-align: center;
}

.promoDetail-img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-lg);
}

.promoDetail-content {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promoDetail-desc {
  font-size: 16px;
}

.promoDetail-body {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: var(--border-radius-lg);
}

.promoDetail-body ul {
  list-style: disc;
}

.promoDetail-body h3 {
  margin: 15px 0 10px;
  font-size: 16px;
}

.promoDetail-body p {
  margin-bottom: 5px;
}

.promoDetail-body .summary {
  margin-bottom: 20px;
}

.promoDetail-body .summary-list {
  font-size: 16px;
}

.promoDetail-body .tnc-title {
  padding: 5px 10px;
  background-color: var(--gray-lightest-color);
}

.promoDetail-body .img-responsive {
  max-width: 100%;
}

.promoDetail-body a {
  color: var(--brand-color);
  text-decoration: underline;
}

.promoDetail-body .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.promoDetail-body .table {
  width: auto !important;
  background-color: transparent;
}

.promoDetail-body .table th,
.promoDetail-body .table td {
  min-width: 90px;
  padding: 7px;
}

.promoDetail-body .table th {
  background-color: var(--gray-color) !important;
  color: #fff;
  font-weight: normal !important;
}

.promoDetail-body .table td {
  color: #000000;
}

@media (min-width: 1024px) {
  .promoDetail {
    padding-top: 120px;
  }
  .promoDetail-title {
    font-size: 32px;
    text-align: left;
  }
  .promoDetail-content > .t-button {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .promoDetail-desc {
    font-size: 21px;
  }
  .promoDetail-body {
    padding: 30px;
  }
}

.promoEmpty {
  min-height: 200px;
  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;
  text-align: center;
  color: var(--gray-color);
}

.icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABHNCSVQICAgIfAhkiAAAA9FJREFUaEPtm1FS4kAQhv+mCK+rVWZfN3uC3RsIJ1isJQ+GrZI9gXgC9QTiCcSqRR9gSzyB4QTrnkCewSrx1VD0VhKwQgQSDDODZn2hyiTd8013enp6OgSBf31zdxtMeSYYxGQwsUEgI6iSwV1i6jK5v+iC2Nablx1Rw6JVCn4oVjYc7WmPmIog5BPJZthM3Nac3Plmuz5IJCvw8EqA+6UfedBoH6DiqgY2LYfb4Myp3vplJ5WfCNgDBR8mtmZcCoYN0HES8FcBu6471J7OxFl08QwwuK45uYPXuPrSwPffd4tMmTMQNuIaRsh9jAHx6OfW78v2MvKXAu6XyicgVJdRIPxeRk1vNQ7i6okFPI6+NwT6Glew1PsYdnao7cRx8UjgtYcdzyyDbzUnV4iCXgj8VmAn3hQHeiFwz7T+rK0bz3tnGLbeahTmXZ4LfG9aNQbtS30XV6SMwKdbzYuZwXUmsLf0ZDJXK9KvRAyNRjuzlqwXwF5SkXXulK+zSaeJMcgOtc/hIPYCuG9aV6oyqKSM4eeZcf6x1agE/z8F7G8C+GbViify9GZj5ivUN8ssSieYCsHcOwRcvhG5EVADPB21n4FFW9e1oBJgV3HAygFgqw2ib8JcSykwX+utC2+v7gH72z3nQSSsUgsDyDraphuxPeB+qVwF4eQ9A4NxoLcaNR/YtNxKwva7BgZ39OZFfgwscFkIzKKyoDUeg6ufZERnpetw0G2ZCtQvWUcgOhTtzqqDlsfHfEy9UrlOhL00ALupJskKWGthYXCHeqZ1Fz7+EGVt1UHLrYiQ0MQ9NHOqgb1M6z+wKH9WmUsHmFJo4ZLVBdEngYZ9Fq36HWbgr9RlScakLtbhLksSEw/VwH7iITG1VA3spZYyNw/qgakgdXuoGtjbHsosAKgFDhYA0lbiSV0Rzy/kpahM6wOLPWZRuh+eVYiXEbzUpJZ+sJoEzHQfpsl6l2UtT5HHpe5Axl12XYA+yBqYGD38mHVyRuSBuKs8VS0Pk9lOVVPLBLpnlm8J+CLG5URJnY7KYS0xGtMc+61AuxUNzdHyi7rxYrYerj90HFivTBvHsfwWxHWG5k7WyRWj+ixjA69zIFvUdTfLmLEsHHzQX7Korn6d5kcacUVog/gE3HPxrFOTdeoYtpSbQWlDrRrHhZeK0lHv9/hrliMZ7RL+WLgDzhxJ/8gjPBH+1y2jqrC2J+ZrIFNLAjpztxRl0ajr48bUCoiLya3uWpPa2aFWf43rzhvr0kErCjp4fWz5PIMMIjbAMMLHOt7xB3jATF0Cd4GMvQpLzhvnPyTKJ6MiZCyyAAAAAElFTkSuQmCC");
}

