@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  padding: 0 !important;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang TC", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f4f4f4 !important;
  scroll-behavior: smooth;
  position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
*list-style-clear
*/
ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0 !important;
}

.bg--primary {
  background-color: #FF9904;
}

.bg--secondary {
  background-color: #617866;
}

.bg--dark {
  background-color: #000000;
}

.bg--darker {
  background-color: #dee2e6;
}

.bg--white {
  background-color: #fff;
}

.bg--gray {
  background-color: #EFEFEF;
}

.bg--light {
  background-color: #f4f4f4;
}

.txt--white {
  color: #fff;
}

.txt--dark {
  color: #000000;
}

.txt--primary {
  color: #FF9904;
}

.txt--secondary {
  color: #617866;
}

.l-navbar {
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-navbar > .conatainer-fluid {
  padding: 1rem 1.25rem;
}
.l-navbar--scrolled {
  background-color: rgba(244, 244, 244, 0.9);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.l-navbar--overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #343a40;
  overflow: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-navbar--overlay.open {
  opacity: 1 !important;
  z-index: 98 !important;
}
.l-navbar--overlay .l-navbar__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7rem 3rem 3rem;
}
.l-navbar--overlay .l-navbar__menu__items {
  margin: 0 auto;
  font-size: 1.3rem;
  color: #e9ecef;
  padding: 0.5rem 0;
}
.l-navbar__toggler {
  z-index: 150;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .l-navbar__toggler {
    display: none !important;
  }
}
.l-navbar__toggler span {
  width: 24px;
  height: 2px;
  background-color: #FF9904;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-navbar__toggler--activate {
  width: 30px;
  height: 30px;
  z-index: 150;
}
.l-navbar__toggler--activate span {
  width: 24px;
  height: 2px;
  background-color: #FF9904;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-navbar__toggler--activate span:nth-child(2) {
  opacity: 0;
}
.l-navbar__toggler--activate span:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
}
.l-navbar__toggler--activate span:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(-45deg);
          transform: translateY(-17px) rotate(-45deg);
}
.l-navbar__brand {
  z-index: 20;
}
.l-navbar__brand img {
  height: 40px;
  width: auto !important;
}
.l-navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.l-navbar__menu__items {
  padding: 0 0.5rem;
  font-size: 0.85rem;
  text-align: center;
  padding: 0 1rem;
}
.l-navbar__menu__items a {
  color: #FF9904;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-navbar__menu__items a:hover, .l-navbar__menu__items a:focus, .l-navbar__menu__items a:active {
  color: #FF9904;
  text-decoration: none;
}
.l-navbar__menu__items .e-button {
  color: #fff;
  max-width: 100%;
}
.l-navbar__menu__items--active a {
  color: #FF9904;
}
@media (max-width: 769px) {
  .l-navbar__menu {
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
  .l-navbar__menu.open {
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6rem;
    text-align: center;
    position: fixed;
    background-color: #343a40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-navbar__menu__items {
    color: #fff;
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}
.l-navbar__cart {
  color: #FF9904;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-navbar__cart:hover, .l-navbar__cart:focus, .l-navbar__cart:active {
  color: #FF9904;
}

.l-register {
  margin-top: 4rem;
  padding: 30px 0;
  background-color: #E3B702;
}
@media (max-width: 768px) {
  .l-register {
    margin-top: 0;
  }
}
.l-register__title {
  color: #FFE4A2;
}
.l-register__title img {
  max-width: 2.5rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .l-register__title img {
    margin-right: 10px;
  }
}
.l-register__title h4 {
  margin: 0;
  font-weight: 300;
}
@media (max-width: 768px) {
  .l-register__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}
.l-register__submit {
  height: 3.5rem;
  width: 4rem;
}
.l-register__submit i {
  line-height: 2;
}
.l-register__form__text {
  max-width: 16.75rem;
  width: 100%;
  height: 3.5rem;
  border: none;
  border-radius: 0;
  background-color: #FFE4A2;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-register__form__text::-webkit-input-placeholder {
  color: #FF9904;
}
.l-register__form__text::-moz-placeholder {
  color: #FF9904;
}
.l-register__form__text:-ms-input-placeholder {
  color: #FF9904;
}
.l-register__form__text::-ms-input-placeholder {
  color: #FF9904;
}
.l-register__form__text::placeholder {
  color: #FF9904;
}
.l-register__form__text, .l-register__form__text:hover, .l-register__form__text:focus {
  background-color: #FFE4A2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-register__form > i {
  position: relative;
  color: #E3B702;
  background-color: #FFE4A2;
  padding: 1rem;
}
@media (max-width: 768px) {
  .l-register__form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer {
  padding: 2.5rem 0;
  color: #000000;
  background-color: #FF9904;
  font-size: 0.8rem;
  line-height: 1.9rem;
}
.l-footer a {
  color: #000000;
  text-decoration: underline !important;
}
.l-footer a:hover, .l-footer a:focus, .l-footer a:active {
  color: #617866;
}

.xform {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.formtitle {
  font-weight: 700;
  font-size: 160%;
  clear: left;
  margin: 0 0 5px;
}

iframe {
  border-width: 0px;
  width: 100%;
  /*height: 700px;*/
}

/* add css for TCR-170 */
@media (max-width: 669px) {
  /*
      body {
          margin: 10px;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
  */
  .xform {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*display: -webkit-box;
          display: -ms-flexbox;
          display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  #dform-iframe-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: white;
  }
  #contentFrame {
    background: #fff;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    /* flex: 1; */
    -webkit-overflow-scrolling: touch;
  }
  .formtitle {
    font-size: 140%;
    clear: none;
  }
  div.formfield {
    min-height: auto;
    margin: 10px;
    padding: 10px;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
/* card */
.m-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 30rem;
  border-radius: 0.25rem;
  height: 100%;
  background-color: #fff;
}
.m-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem;
}
.m-card__body img {
  max-width: 8rem;
}
.m-card__title {
  font-size: 2rem;
  font-weight: 300;
}
.m-card__text {
  text-align: justify;
  color: #495057;
  line-height: 1.8rem;
  font-size: 0.95rem;
}
.m-card__img {
  position: relative;
  height: 315px;
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.m-card__img__tag {
  position: absolute;
  top: 0;
  left: 1rem;
  color: #FFE4A2;
  background-color: #E3B702;
  padding: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.2rem;
}
.m-card__img__like {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #E3B702;
  cursor: pointer;
}
.m-card__info {
  color: #E3B702;
  font-size: 20px;
}
.m-card__info__title {
  padding: 1rem;
  font-weight: lighter;
  border-right: 1px solid #FFE4A2;
}
.m-card__info__price {
  padding: 1rem;
}
.m-card__submit {
  padding: 16px 0;
  background-color: #FFE4A2;
  color: #E3B702;
  font-size: 24px;
  font-weight: bolder;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-card__submit:hover, .m-card__submit:focus {
  color: #FFE4A2;
  text-decoration: none;
  background-color: #E3B702;
}

.m-form {
  background-color: #E3B702;
  padding: 1.8rem 2.5rem;
}
.m-form__title {
  font-size: 2rem;
  color: #FFE4A2;
}
.m-form__group label {
  font-size: 1.25rem;
  color: #FFE4A2;
}
.m-form__group.col {
  padding: 0 0.5rem 0 0;
}
.m-form__group.col:last-child {
  padding: 0;
}
.m-form__group select {
  color: #FF9904;
}
.m-form__text {
  max-width: 100%;
  width: 100%;
  height: 3.5rem;
  border: none;
  border-radius: 0;
  background-color: #FFE4A2;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.m-form__text option {
  color: #E3B702;
}
.m-form__text::-webkit-input-placeholder {
  color: #FF9904;
}
.m-form__text::-moz-placeholder {
  color: #FF9904;
}
.m-form__text:-ms-input-placeholder {
  color: #FF9904;
}
.m-form__text::-ms-input-placeholder {
  color: #FF9904;
}
.m-form__text::placeholder {
  color: #FF9904;
}
.m-form__text, .m-form__text:hover, .m-form__text:focus {
  background-color: #FFE4A2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m-form__wrapper {
  position: relative;
  width: 100%;
  background-color: #E3B702;
}
@media (max-width: 768px) {
  .m-form__wrapper {
    width: 100%;
  }
}
.m-form__wrapper__title {
  padding-top: 1.5rem;
  font-size: 2rem;
  color: #FFE4A2;
}
.m-form__wrapper__submit {
  width: 100%;
  font-size: 1.5rem;
  height: auto;
  padding: 1rem;
}

.m-bar {
  padding: 20px 0 20px 0;
  background-color: rgba(52, 58, 64, 0.9);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}
.m-bar .e-button {
  margin: 1rem 0 0 0;
}
@media (min-width: 1280px) {
  .m-bar .e-button {
    margin: 0 0 0 1rem;
  }
}
.m-bar__highlight {
  font-size: 1.1rem;
  font-weight: 700;
}
.m-bar__button {
  width: 12rem !important;
  padding: 0.6rem 1rem !important;
}

.scrollUp {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.m-floatButton {
  position: fixed;
  display: inline-block;
  background-color: #FF9904;
  color: #fff;
  width: 5.5rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 0.25rem;
  text-align: center;
  bottom: 10%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-floatButton:hover, .m-floatButton:focus {
  background-color: #000;
  bottom: 11.5%;
  color: #FF9904;
  text-decoration: none;
}
.m-floatButton img {
  border: none;
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
  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-unique.swiper-button-disabled,
.swiper-button-prev-unique.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next-unique.swiper-button-hidden,
.swiper-button-prev-unique.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next-unique,
.swiper-navigation-disabled .swiper-button-prev-unique {
  display: none !important;
}

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

.swiper-button-prev-unique,
.swiper-rtl .swiper-button-next {
  left: -1rem;
  right: auto;
}
@media (min-width: 1200px) {
  .swiper-button-prev-unique,
  .swiper-rtl .swiper-button-next {
    left: -2rem;
  }
}

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

.swiper-button-next-unique,
.swiper-rtl .swiper-button-prev {
  right: -1rem;
  left: auto;
}
@media (min-width: 1200px) {
  .swiper-button-next-unique,
  .swiper-rtl .swiper-button-prev {
    right: -2rem;
  }
}

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

.e-button {
  position: relative;
  display: inline-block;
  max-width: 85%;
  padding: 1rem 2rem;
  border: none;
  border-radius: 10rem;
  text-align: center;
  cursor: pointer;
  min-width: 15.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .e-button {
    width: 100%;
    font-weight: 700;
  }
}
@media (min-width: 1280px) {
  .e-button {
    min-width: 15.625rem;
  }
}
.e-button:hover, .e-button:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.e-button:hover .material-symbols-outlined, .e-button:focus .material-symbols-outlined {
  -webkit-transform: translate(0.3rem, -50%);
          transform: translate(0.3rem, -50%);
}
.e-button span {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
}
@media (min-width: 1280px) {
  .e-button span {
    font-size: 1.125rem;
  }
}
.e-button .material-symbols-outlined {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.e-button--rect {
  border-radius: 0.25rem;
  padding: 0.75rem 3rem;
  background-color: #FF9904;
  color: #000000;
  font-weight: 500;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .e-button--rect {
    width: 100%;
  }
}
.e-button--regis {
  width: 900px;
  padding: 1.5rem 0;
}
.e-button--regis .e-button__text {
  font-size: 1.3rem;
}
@media (min-width: 1280px) {
  .e-button--regis {
    padding: 2.6rem 0;
  }
  .e-button--regis .e-button__text {
    font-size: 1.8rem;
  }
}
.e-button--secondary {
  background-color: #617866;
  color: #fff;
}
.e-button--primary {
  background-color: #FF9904;
  color: #000000;
}
.e-button--primary:hover {
  background-color: #fff;
  color: #000000;
}
.e-button--white {
  background-color: #fff;
  color: #617866;
}
.e-button--underline {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.e-sliderIcon:first-child {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 10%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  font-size: 2rem;
  background-color: #617866;
  border-radius: 3rem;
  color: #fff;
}
@media (min-width: 1280px) {
  .e-sliderIcon:first-child {
    left: -3%;
    font-size: 3rem;
    background-color: transparent;
    color: #000000;
  }
}
.e-sliderIcon2:first-child {
  cursor: pointer;
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  font-size: 2rem;
  background-color: #617866;
  border-radius: 3rem;
  color: #fff;
}
@media (min-width: 1280px) {
  .e-sliderIcon2:first-child {
    right: -6%;
    font-size: 3rem;
    background-color: transparent;
    color: #000000;
  }
}
.e-tag {
  padding: 0.2rem 0.5rem;
  max-width: 5rem;
  border: 1px solid #617866;
  color: #617866;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
.e-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(97, 120, 102, 0.5);
}

.e-check {
  color: #FFE4A2;
  font-weight: 300;
}
.e-check label {
  font-size: 1rem;
}
.e-check input[type=checkbox] {
  display: none;
}
.e-check input[type=checkbox] + label {
  display: inline;
  position: relative;
}
.e-check input[type=checkbox] + label::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: " ";
  background-color: #FFE4A2;
  vertical-align: middle;
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
  top: -2px;
  z-index: 10;
}
.e-check input[type=checkbox]:checked + label::before {
  background-color: #617866;
}
.e-check input[type=checkbox]:checked + label::after {
  width: 6px;
  height: 13px;
  border: 3px solid #E3B702;
  border-left: none;
  border-top: none;
  content: " ";
  position: absolute;
  left: 6px;
  bottom: 4px;
  -webkit-transform: rotatez(45deg);
          transform: rotatez(45deg);
  cursor: pointer;
  z-index: 20;
}

.e-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  text-align: center;
}
.e-title--lr {
  color: #617866;
  position: relative;
  z-index: 2;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.e-title--tag {
  font-size: 1.3rem;
  font-family: "Anton", sans-serif;
  padding: 0.05rem 0.5rem;
  background-color: #000000;
  color: #fff;
  letter-spacing: 0.1rem;
}
.e-title--eng {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: 3.125rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .e-title--eng {
    font-size: 2.6rem;
  }
}
.e-title h5 {
  font-weight: 700;
}
@media (min-width: 1280px) {
  .e-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .e-title--eng {
    font-size: 3.75rem;
    margin-right: 0.5rem;
  }
  .e-title--tag {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
  .e-title h5 {
    font-size: 1.5rem;
  }
}

.e-line--dashed {
  border: 1px #000000 dashed;
}

[class^=tooltip] {
  position: relative;
}
[class^=tooltip]:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: 1.4em;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-2px);
          transform: translateX(-50%) translateY(-2px);
  background: grey;
  color: white;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
[class^=tooltip]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.tooltip--triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px grey;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-2px);
          transform: translateX(-50%) translateY(-2px);
  top: 1.1em;
  left: 50%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}
.tooltip--triangle:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

body {
  background-color: #000000 !important;
}

a {
  text-decoration: none !important;
}

:root {
  --swiper-theme-color: $primary !important;
}

.row > * {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.disabled {
  pointer-events: none;
}

.imgWrap {
  overflow: hidden;
}
.imgWrap img {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1328px;
  }
}
.sectionBtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  border: 0.125rem solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sectionBtn:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: 1.875rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/arrow-btn.svg");
}
.sectionBtn span {
  letter-spacing: 0.125rem;
  display: block;
  line-height: 2;
}
.sectionBtn--primary {
  background-color: #000000;
}
.sectionBtn--primary span {
  color: #FF9904;
}
.sectionBtn--secondary {
  background-color: #617866;
}
.sectionBtn--secondary span {
  color: #fff;
}
@media (min-width: 1200px) {
  .sectionBtn--primary:hover {
    background-color: #fff;
  }
  .sectionBtn--primary:hover:after {
    background-image: url("../images/arrow-btn_hover.svg");
  }
  .sectionBtn--secondary:hover {
    background-color: #fff;
  }
  .sectionBtn--secondary:hover:after {
    background-image: url("../images/arrow-btn_hover.svg");
  }
  .sectionBtn--secondary:hover span {
    color: #FF9904;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sectionPart {
  overflow-x: clip;
  padding: 2.8rem 0;
}
.sectionPart .heading-container {
  margin: 0 -10%;
  margin-bottom: 3.75rem;
}
.sectionPart .heading-container.rightTop {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.sectionPart .heading-container.leftTop {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
@media (min-width: 1200px) {
  .sectionPart {
    padding: 5rem 0;
  }
  .sectionPart .heading-container {
    margin-bottom: 10rem;
  }
}
.sectionPart .container .info__title {
  font-size: 1.25rem;
}
.sectionPart .container .info__desc {
  font-size: 1rem;
}

.p-fixedbtn {
  display: block;
  position: fixed;
  bottom: 0.5rem;
  right: 0rem;
  z-index: 95;
}
.p-fixedbtn .imgWrap {
  width: 92px;
}
@media (min-width: 1200px) {
  .p-fixedbtn {
    bottom: 1.5rem;
  }
  .p-fixedbtn .imgWrap {
    width: 110px;
  }
}
.p-sectitle {
  position: relative;
}
.p-sectitle h2 {
  padding: 1.875rem 0;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.2px;
  text-align: center;
  font-size: 2.25rem;
  overflow: hidden;
}
.p-sectitle h2 span {
  display: block;
}
.p-sectitle h3 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 2.5rem;
}
.p-sectitle h3 .marquee__content {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
.p-sectitle.c-primary h2 {
  background-color: #FF9904;
  color: #000000;
}
.p-sectitle.c-primary h3 {
  color: #617866;
}
.p-sectitle.c-dark h2 {
  background-color: #000000;
  color: #FF9904;
}
.p-sectitle.c-dark h3 {
  color: #000000;
}
@media (min-width: 1200px) {
  .p-sectitle h2 {
    font-size: 3.875rem;
  }
  .p-sectitle h2 span {
    display: inline;
  }
  .p-sectitle h3 {
    font-size: 3.875rem;
  }
}
.p-hero {
  padding: 0;
  position: relative;
  background-color: #000000;
}
.p-hero .imgWrap {
  overflow: hidden;
  width: 100%;
}
.p-hero .imgWrap img {
  width: auto;
}
.p-hero .is-pc .p-hero__title {
  padding-left: 0;
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-hero .is-pc .p-hero__title > .imgs {
  position: relative;
  margin-bottom: 1.375rem;
}
.p-hero .is-pc .p-hero__title > .imgs:last-child {
  margin-bottom: 0;
}
.p-hero .is-pc .p-hero__title .kvTxt {
  position: relative;
}
.p-hero .is-pc .p-hero__title .kvTxt--3 {
  top: -2.5rem;
  left: -2.125rem;
}
.p-hero .is-pc .imgWrap {
  text-align: right;
}
.p-hero .is-mb .p-hero__title {
  position: absolute;
  width: 100%;
  top: 6.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-hero .is-mb .p-hero__title > div:last-child {
  margin-bottom: 0;
}
.p-hero .is-mb .p-hero__title > div.txt1 {
  text-align: center;
}
.p-hero .is-mb .p-hero__title > div.txt2 {
  text-align: left;
  margin-top: 16.25rem;
  padding: 0 1.25rem;
}
.p-hero .is-mb .p-hero__title .kvTxt {
  position: relative;
}
.p-hero .is-mb .imgWrap .kvBg {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .p-hero .is-pc .p-hero__title {
    top: 25%;
    width: 45%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  .p-hero .is-pc .p-hero__title .kvTxt--1 {
    width: 100%;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--2 {
    width: 60%;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--3 {
    position: absolute;
    right: 1.25rem;
    width: 40%;
    top: 1.875rem;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .p-hero .container {
    max-width: 1310px;
    padding: 0;
  }
  .p-hero .is-pc .p-hero__title {
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    width: auto;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--1 {
    width: auto;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--2 {
    width: auto;
  }
  .p-hero .is-pc .p-hero__title .kvTxt--3 {
    position: relative;
    width: auto;
    top: -2.5rem;
    left: -2.125rem;
    right: auto;
  }
}
.p-trend {
  margin-top: -5rem;
  padding-top: 0;
  padding-bottom: 6.25rem;
  position: relative;
}
.p-trend .chartTxt {
  text-align: center;
  color: #fff;
}
.p-trend .chartTxt__title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  font-weight: bold;
}
.p-trend .chartTxt__desc {
  font-size: 1.25rem;
  font-weight: 100;
}
.p-trend .chartImg {
  margin: 3.125rem auto 0;
}
.p-trend .chartImg .img--desktop {
  display: none;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
@media (min-width: 1200px) {
  .p-trend .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--desktop {
    display: block;
  }
}
.p-trend .chartImg .img--mobile {
  display: block;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
@media (min-width: 1200px) {
  .p-trend .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-trend .chartImg .img--mobile {
    display: none;
  }
}
.p-trend .action {
  margin-top: 3.125rem;
}
@media (min-width: 1200px) {
  .p-trend {
    padding-bottom: 10.3125rem;
  }
  .p-trend .chartTxt__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .p-trend .chartImg {
    margin: 3.75rem auto 0;
    max-width: 61.125rem;
  }
}
.p-degree {
  position: relative;
  padding-bottom: 6.25rem;
}
.p-degree .col-md-6 {
  margin-bottom: 2.8125rem;
}
.p-degree .leaderItem {
  position: relative;
  color: inherit;
  display: block;
}
.p-degree .leaderItem .txtWrap {
  display: block;
  position: relative;
  margin-top: -0.9375rem;
  color: #FF9904;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.p-degree .leaderItem .txtWrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.6875rem;
  height: 1rem;
  background-image: url("../images/arrow-article.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
.p-degree .leaderItem .txtWrap__title {
  font-size: 1.875rem;
  font-weight: 100;
}
.p-degree .leaderItem .txtWrap__name {
  font-size: 1.5rem;
}
.p-degree .leaderItem .txtWrap__name span {
  display: block;
  font-weight: bold;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .p-degree {
    padding-bottom: 10.3125rem;
  }
  .p-degree .col-md-6 {
    padding: 0 0.5625rem;
    margin-bottom: 5rem;
  }
  .p-degree .leaderItem .imgWrap img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p-degree .leaderItem .txtWrap:after {
    display: none;
  }
  .p-degree .leaderItem .txtWrap__title {
    display: inline-block;
    font-size: 3rem;
    position: relative;
    padding-right: 3.125rem;
  }
  .p-degree .leaderItem .txtWrap__title:after {
    content: "";
    position: absolute;
    bottom: 0.9375rem;
    right: 0;
    width: 3.125rem;
    height: 1.875rem;
    background-image: url("../images/arrow-article.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p-degree .leaderItem .txtWrap__name {
    font-size: 1.875rem;
  }
  .p-degree .leaderItem .txtWrap__name span {
    font-size: 1rem;
  }
  .p-degree .leaderItem:hover .imgWrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-degree .leaderItem:hover .txtWrap__title:after {
    right: -0.3125rem;
  }
}
.p-criteria {
  position: relative;
  padding: 0 0 6.25rem;
  background-color: #617866;
}
.p-criteria .heading-container {
  position: relative;
}
.p-criteria .heading-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
}
.p-criteria .chart .info {
  text-align: center;
  color: #fff;
}
.p-criteria .chart .info__title {
  margin-bottom: 1.875rem;
}
.p-criteria .chart .info__desc {
  color: #FF9904;
}
.p-criteria .chart .chartImg {
  margin: 3.125rem auto 0;
}
.p-criteria .chart .chartImg .img--desktop {
  display: none;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
@media (min-width: 1200px) {
  .p-criteria .chart .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--desktop {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--desktop {
    display: block;
  }
}
.p-criteria .chart .chartImg .img--mobile {
  display: block;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
@media (min-width: 1200px) {
  .p-criteria .chart .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .p-criteria .chart .chartImg .img--mobile {
    display: none;
  }
}
.p-criteria .chart .action {
  margin-top: 4.375rem;
}
.p-criteria .article {
  margin-top: 6.25rem;
}
.p-criteria .article__title .title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-criteria .article__list {
  margin-top: 1.875rem;
}
.p-criteria .article__list .col-md-4 {
  margin-bottom: 3.75rem;
}
.p-criteria .article__list .col-md-4:last-child {
  margin-bottom: 0;
}
.p-criteria .article__action {
  margin-top: 3.125rem;
}
@media (min-width: 1200px) {
  .p-criteria {
    padding-bottom: 12.5rem;
  }
  .p-criteria .chart .chartImg {
    margin: 3.75rem auto 0;
    max-width: 39.0625rem;
  }
  .p-criteria .chart .action {
    margin-top: 5rem;
  }
  .p-criteria .article__title .title {
    font-size: 1.875rem;
  }
  .p-criteria .article__list {
    margin-top: 2.8125rem;
  }
  .p-criteria .article__list .col-md-4 {
    padding: 0 0.5625rem;
    margin-bottom: 0;
  }
  .p-criteria .article__list .leaderItem .imgWrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p-criteria .article__list .leaderItem:hover .imgWrap {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .p-criteria .article__action {
    margin-top: 4.375rem;
  }
}
.p-mbti {
  padding: 0 0 6.25rem;
  position: relative;
  z-index: 1;
  background-color: #617866;
}
.p-mbti .heading-container {
  position: relative;
}
.p-mbti .heading-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  background-color: #617866;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
}
.p-mbti .heading-container .p-sectitle {
  z-index: 5;
}
.p-mbti .container {
  z-index: 10;
}
.p-mbti .info {
  margin: 0 auto 3.125rem;
}
.p-mbti .info__title {
  text-align: center;
  color: #fff;
  font-weight: 100;
}
.p-mbti .cards {
  padding: 0;
  position: relative;
}
.p-mbti .cards .swiper-button-next {
  right: 0.3125rem;
}
.p-mbti .cards .swiper-button-prev {
  left: 0.3125rem;
}
.p-mbti .cards .swiper-button-next,
.p-mbti .cards .swiper-button-prev {
  color: #fff;
}
.p-mbti .swiper {
  padding: 0 1.25rem;
  height: 100%;
}
.p-mbti .swiper .swiper-slide {
  height: auto;
  padding: 0 1.25rem;
}
.p-mbti .swiper .swiper-slide .mbtiCard {
  height: 100%;
}
.p-mbti .mbtiCard {
  border-radius: 1.125rem;
  border: 0.1875rem solid #000000;
  background-color: #EBEBEB;
  padding: 1.6875rem 1.0625rem;
}
.p-mbti .mbtiCard__image {
  position: relative;
}
.p-mbti .mbtiCard__image .imgWrap {
  padding: 0 0.625rem;
}
.p-mbti .mbtiCard__image .imgWrap .imgWrapper {
  border-radius: 50%;
  overflow: hidden;
}
.p-mbti .mbtiCard__image .mbtiName {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
.p-mbti .mbtiCard__image .mbtiName .chinese {
  font-size: 1.25rem;
}
.p-mbti .mbtiCard__image .mbtiName .en {
  font-size: 3.75rem;
  line-height: 1;
  font-family: "Josefin Sans", serif;
  font-style: italic;
}
.p-mbti .mbtiCard__point {
  margin-top: 1.25rem;
}
.p-mbti .mbtiCard__point .title {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.p-mbti .mbtiCard__point .list > li {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.375rem;
}
.p-mbti .mbtiCard__point .list > li:last-child {
  margin-bottom: 0;
}
.p-mbti .mbtiCard__point .list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 1.125rem;
  width: 1.125rem;
  line-height: 1.625rem;
  color: #000000;
}
.p-mbti .mbtiCard__point .list > li:nth-child(1):before {
  content: "➊";
}
.p-mbti .mbtiCard__point .list > li:nth-child(2):before {
  content: "➋";
}
.p-mbti .mbtiCard__point .list > li:nth-child(3):before {
  content: "➌";
}
.p-mbti .action {
  margin-top: 3.125rem;
}
@media (min-width: 1200px) {
  .p-mbti {
    padding-bottom: 10.3125rem;
  }
  .p-mbti .info {
    padding: 0;
    max-width: 40.3125rem;
    margin: 0 auto 3.75rem;
  }
  .p-mbti .cards .swiper-button-next {
    right: -1.25rem;
  }
  .p-mbti .cards .swiper-button-prev {
    left: -1.25rem;
  }
  .p-mbti .swiper {
    padding: 0 0.625rem;
  }
  .p-mbti .swiper .swiper-slide {
    padding: 0 0.625rem;
  }
  .p-mbti .mbtiCard {
    padding: 1.6875rem 1.6875rem 2.3125rem;
  }
  .p-mbti .mbtiCard__image .imgWrap {
    padding: 0;
  }
  .p-mbti .mbtiCard__image .imgWrap .imgWrapper {
    max-width: 15.875rem;
  }
  .p-mbti .mbtiCard__image .mbtiName {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-mbti .mbtiCard__image .mbtiName .chinese {
    margin-bottom: 0.625rem;
  }
  .p-mbti .mbtiCard__image .mbtiName .en {
    font-size: 5.625rem;
  }
  .p-mbti .mbtiCard__point {
    margin-top: 1.875rem;
  }
  .p-mbti .action {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1440px) {
  .p-mbti .container {
    max-width: 1352px;
  }
}
.p-ranking {
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
  background-color: #617866;
}
.p-ranking .heading-container {
  position: relative;
  z-index: 5;
}
.p-ranking .heading-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background-color: #617866;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 20%);
}
.p-ranking .heading-container .p-sectitle {
  z-index: 5;
}
.p-ranking .info__title {
  color: #fff;
  text-align: center;
  font-weight: 100;
}
.p-ranking .container {
  z-index: 10;
}
.p-ranking .chart {
  margin-top: 3.75rem;
}
.p-ranking .chart__top5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-ranking .chart__top5 .rankingItem {
  margin-bottom: 2.5rem;
}
.p-ranking .chart__top5 .rankingItem:last-child {
  margin-bottom: 0;
}
.p-ranking .chart__wrapper {
  background-color: #FF9904 !important;
}
.p-ranking .chart__wrapper .modal-header {
  border-bottom: 0;
}
.p-ranking .chart__wrapper .modal-footer {
  border-top: 0;
}
.p-ranking .chart__wrapper .btn-close {
  opacity: 1;
}
.p-ranking .chart__wrapper .modal-title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-ranking .chart__action {
  margin-top: 3.125rem;
}
.p-ranking .chart__action .sectionBtn {
  margin-bottom: 1.25rem;
}
.p-ranking .chart__action .sectionBtn:last-child {
  margin-bottom: 0;
}
.p-ranking .chart .rg-table {
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #fff;
}
.p-ranking .chart .rg-table thead {
  border-bottom: 1px solid #fff;
}
.p-ranking .chart .rg-table tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-align: center;
}
.p-ranking .chart .rg-table tr th {
  padding: 0.4375rem 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  border-left: 1px solid #fff;
}
.p-ranking .chart .rg-table tr th:first-child {
  border-left: none;
  padding: 0.4375rem 0.625rem;
}
.p-ranking .chart .rg-table tr td {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  color: #fff;
  text-align: left;
  border-left: 1px solid #fff;
}
.p-ranking .chart .rg-table tr td:first-child {
  border-left: none;
}
.p-ranking .chart .rg-table tr .t-number {
  padding: 0.4375rem 0.625rem;
  line-height: 1;
  font-family: "Josefin Sans", serif;
  font-style: italic;
  font-weight: 500;
}
.p-ranking .chart .rg-table tr .text {
  padding: 0.4375rem 1.25rem;
  font-weight: 300;
}
.p-ranking .chart .rg-table tr .number {
  display: none;
}
.p-ranking .chart .t-number {
  position: relative;
}
.p-ranking .rankingAll {
  margin-top: 6.25rem;
}
.p-ranking .chartTxt {
  text-align: center;
  color: #fff;
  margin-bottom: 3.125rem;
}
.p-ranking .chartTxt__title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
.p-ranking .chartTxt__desc {
  font-size: 1.25rem;
  font-weight: 100;
}
.p-ranking .rankingItem {
  position: relative;
}
.p-ranking .rankingItem .rankingItem__text {
  color: #fff;
}
.p-ranking .rankingItem .rankingItem__text .rank {
  line-height: 1;
  font-family: "Josefin Sans", serif;
  font-style: italic;
  font-weight: 100;
}
.p-ranking .rankingItem .rankingItem__text .school {
  font-weight: 500;
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
  word-break: keep-all;
}
.p-ranking .rankingItem .rankingItem__point {
  color: #FF9904;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
}
.p-ranking .rankingItem.is-crown:before {
  content: "";
  display: inline-block;
  background-image: url("../images/deco-crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-ranking .rankingItem--top5.is-crown:before {
  position: absolute;
  top: 0;
  right: -1.25rem;
  width: 25px;
  height: 17px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.p-ranking .rankingItem--top5 .rankingItem__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-ranking .rankingItem--top5 .rankingItem__text .rank {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.8125rem;
          flex: 0 0 7.8125rem;
  font-size: 3.75rem;
  line-height: 2.375rem;
}
.p-ranking .rankingItem--top5 .rankingItem__text .school {
  margin-left: 2.5625rem;
}
.p-ranking .rankingItem--top5 .rankingItem__point {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
  margin-top: 0.3125rem;
}
.p-ranking .rankingItem--top5 .rankingItem__point:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  background-image: url("../images/arrow-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-ranking .rankingItem--top5 .rankingItem__point strong {
  font-family: "Josefin Sans", serif;
  font-size: 1.5rem;
}
.p-ranking .rankingItem--normal.is-crown:before {
  width: 1.5625rem;
  height: 1.0625rem;
  margin-bottom: 0.625rem;
}
.p-ranking .rankingItem--normal .rankingItem__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-ranking .rankingItem--normal .rankingItem__text .rank {
  font-size: 1.875rem;
  margin-bottom: 0.625rem;
}
.p-ranking .rankingItem--normal .rankingItem__text .school {
  font-size: 1.25rem;
}
.p-ranking .rankingItem--normal .rankingItem__point {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.625rem;
}
.p-ranking .rankingItem--normal .rankingItem__point span {
  margin-right: 0.3125rem;
  font-size: 0.9375rem;
}
.p-ranking .chartList__top3 {
  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;
  padding-bottom: 1.5625rem;
}
.p-ranking .chartList__top3 .rankingItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  width: 70%;
  margin: 0 auto 1.875rem;
}
.p-ranking .chartList__top3 .rankingItem:last-child {
  margin-bottom: 0;
}
.p-ranking .chartList__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-ranking .chartList__other .rankingItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 1.25rem) / 2);
          flex: 0 0 calc((100% - 1.25rem) / 2);
  padding: 0.9375rem 0;
}
.p-ranking .chartList + .action {
  margin-top: 2.1875rem;
}
@media (min-width: 1200px) {
  .p-ranking {
    padding-bottom: 10.3125rem;
  }
  .p-ranking .info {
    padding: 0;
    max-width: 40.3125rem;
    margin: 0 auto 2.5rem;
  }
  .p-ranking .chart__top5 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-ranking .chart__top5 .rankingItem {
    width: 20%;
  }
  .p-ranking .chart__action {
    margin-top: 4.375rem;
  }
  .p-ranking .chart__action .sectionBtn {
    margin: 0 2.1875rem;
  }
  .p-ranking .chartTxt {
    padding: 0;
    max-width: 40.3125rem;
    margin: 0 auto 3.75rem;
  }
  .p-ranking .chartTxt__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .p-ranking .rankingItem--top5.is-crown:before {
    display: block;
    width: 2.5rem;
    height: 1.6875rem;
    margin: 0 auto 0.125rem;
    position: static;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .p-ranking .rankingItem--top5 .rankingItem__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-ranking .rankingItem--top5 .rankingItem__text .rank {
    font-size: 6.25rem;
    line-height: 1;
  }
  .p-ranking .rankingItem--top5 .rankingItem__text .school {
    margin-top: -1.25rem;
    margin-left: 0;
    font-size: 1.875rem;
  }
  .p-ranking .rankingItem--top5 .rankingItem__point {
    padding-left: 3.125rem;
  }
  .p-ranking .rankingItem--top5 .rankingItem__point span {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  .p-ranking .chartList .rankingItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p-ranking .chartList .rankingItem:hover {
    background-color: #839d8a;
  }
  .p-ranking .chartList__top3, .p-ranking .chartList__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-ranking .chartList__top3 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 0;
  }
  .p-ranking .chartList__top3 .rankingItem {
    padding: 1.875rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    margin: 0;
  }
  .p-ranking .chartList__other {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0.0625rem solid #fff;
  }
  .p-ranking .chartList__other .rankingItem {
    padding: 2.25rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    border-top: 0.0625rem solid #fff;
  }
  .p-ranking .chartList + .action {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1440px) {
  .p-ranking .rankingAll {
    max-width: 1130px;
  }
}
.p-adlist {
  position: relative;
  z-index: 10;
  padding-top: 0;
  background-color: #FF9904;
}
.p-adlist .heading-container {
  position: relative;
}
.p-adlist .heading-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  background-color: #617866;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
}
.p-adlist .heading-container .p-sectitle {
  z-index: 5;
}
.p-adlist__tab {
  margin-bottom: 2.75rem !important;
  border-bottom: none;
}
.p-adlist__tab .p-adlist__nav {
  margin: 0 0.375rem 1rem;
}
.p-adlist__tab .p-adlist__nav:first-child {
  margin-left: 0;
}
.p-adlist__tab .p-adlist__nav:last-child {
  margin-right: 0;
}
.p-adlist .tab-pane {
  padding: 0;
}
.p-adlist__nav--link {
  padding: 0.625rem 0.875rem;
  background-color: #fff;
  color: #000000;
  border-radius: 0;
  font-weight: 500;
  border: 0.125rem solid #fff;
  font-size: 1rem;
}
.p-adlist__nav--link.active {
  background-color: #000000;
  color: #FF9904;
}
.p-adlist .txtWrap {
  margin-top: 0.3125rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.p-adlist__item {
  padding: 0;
  margin-bottom: 3.125rem;
}
.p-adlist__item a:hover {
  text-decoration: none;
}
.p-adlist__item img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-adlist__label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.p-adlist__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.p-adlist.is-talent .heading-container {
  position: relative;
}
.p-adlist.is-talent .heading-container:before {
  background-color: #FF9904;
}
@media (min-width: 1200px) {
  .p-adlist__nav--link {
    padding: 1rem 1.125rem;
    margin: 0 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.1875rem;
  }
  .p-adlist__item {
    padding: 0 0.625rem;
  }
  .p-adlist.is-talent {
    padding-bottom: 2.5rem;
  }
}
.p-quote {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #FF9904;
  color: #000000;
}
.p-quote .quoteItem {
  padding: 0 3rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  color: #000000;
  font-weight: 300;
}
.p-quote .quoteItem p {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 0.75rem;
}
.p-quote .quoteItem span {
  display: block;
  text-align: left;
}
.p-quote .swiper {
  padding: 1.25rem 0;
}
.p-quote .swiper-button-prev,
.p-quote .swiper-button-next {
  color: #fff;
}
@media (min-width: 1200px) {
  .p-quote .quoteItem p {
    font-size: 3rem;
    line-height: 3.125rem;
    margin-bottom: 2rem;
  }
  .p-quote .swiper-button-next {
    right: 0 !important;
  }
  .p-quote .swiper-button-prev {
    left: 0 !important;
  }
}
.p-video {
  background-color: #FF9904;
  position: relative;
  padding-top: 2.5rem;
}