@charset "UTF-8";
:root {
  --font-pri: "Be Vietnam Pro", sans-serif;
  --font-title: "Runalto", sans-serif;
  --font-subTitle: "Noto Serif Display", sans-serif;
  --z-i-header: 100;
  --header-fixed: 8rem;
  --header-height: 10.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-fixed: 6.9rem;
    --header-height: 9.3rem;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --header-fixed: 6.3rem;
    --header-height: 8.7rem;
  }
}
:root {
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(83%) sepia(12%) saturate(6399%) hue-rotate(349deg) brightness(104%)
    contrast(99%);
  --filter-sec: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(3405%) hue-rotate(184deg) brightness(92%)
    contrast(91%);
  --filter-third: brightness(0) saturate(100%) invert(20%) sepia(27%) saturate(948%) hue-rotate(91deg) brightness(97%) contrast(97%);
  --filter-grey-1: brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(2390%) hue-rotate(48deg) brightness(96%)
    contrast(107%);
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --container-full: 4.8rem;
  --footer-img-h: calc(100vw * 500 / 1728);
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}

.sdn-content > * {
  color: #1f1f1f;
  line-height: 150%;
}
.sdn-content b,
.sdn-content strong {
  font-weight: 700;
}
.sdn-content em,
.sdn-content i {
  font-style: italic;
}
.sdn-content h1,
.sdn-content h2,
.sdn-content h3,
.sdn-content h4,
.sdn-content h5,
.sdn-content h6 {
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 1.2rem;
}
.sdn-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h1 {
    font-size: 2.1rem;
  }
}
.sdn-content h2 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h2 {
    font-size: 1.7rem;
  }
}
.sdn-content h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h3 {
    font-size: 1.6rem;
  }
}
.sdn-content h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h4 {
    font-size: 1.5rem;
  }
}
.sdn-content h5 {
  font-size: 1.4rem;
}
.sdn-content h6 {
  font-size: 1.2rem;
}
.sdn-content p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sdn-content p {
    font-size: 1.4rem;
  }
}
.sdn-content ul,
.sdn-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.sdn-content ul ul,
.sdn-content ul ol,
.sdn-content ol ul,
.sdn-content ol ol {
  margin-left: 1em;
}
.sdn-content ul {
  list-style-type: disc;
}
.sdn-content ol {
  list-style-type: decimal;
}
.sdn-content ul ul,
.sdn-content ol ul {
  list-style-type: circle;
}
.sdn-content ol ol,
.sdn-content ul ol {
  list-style-type: lower-latin;
}
.sdn-content img,
.sdn-content iframe {
  height: auto;
  margin: 4rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .sdn-content img,
  .sdn-content iframe {
    margin: 2.4rem 0;
  }
}
.sdn-content iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 0.8rem;
  overflow: hidden;
}
.sdn-content blockquote {
  background: #f9f9f9;
  border-left: 1rem solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.sdn-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.sdn-content blockquote p {
  display: inline;
}
.sdn-content table {
  max-width: 100%;
  margin: 3.2rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .sdn-content table {
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 576px) {
  .sdn-content table {
    min-width: 70rem;
  }
}
.sdn-content table th,
.sdn-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 576px) {
  .sdn-content table th,
  .sdn-content table td {
    font-size: 1.4rem;
  }
}
.sdn-content .sdn-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.sdn-content .sdn-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdn-content .sdn-table-wrap {
  overflow: auto;
}
.sdn-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin: 2.4rem auto !important;
}
@media screen and (max-width: 1200px) {
  .sdn-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.sdn-content .wp-caption-text {
  padding: 1.2rem 0;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 !important;
  color: #656565;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.sdn-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.sdn-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sdn-content a {
  font-weight: 700;
  color: #fec110;
  transition: all 0.5s ease;
}
.sdn-content a:hover {
  color: #1e2943;
  text-decoration: underline;
}
.sdn-content li {
  margin: 1em 0;
}
.sdn-content figure {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.sdn-content figure img {
  margin: 0;
}
.sdn-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.sdn-content .img-full img {
  width: 100%;
}
.sdn-content table {
  width: 100%;
}
.sdn-content table td {
  text-align: left;
  vertical-align: middle;
}
.sdn-content table th,
.sdn-content table td {
  padding: 1.2rem;
}
.sdn-content table td {
  background-color: transparent;
}
.sdn-content table tbody {
  background-color: #fff;
}
.sdn-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.sdn-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.sdn-content img {
  border-radius: 0.8rem;
}
.sdn-content img.size-full {
  width: 100%;
}
.sdn-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .sdn-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.sdn-content img.alignright {
  margin-left: auto;
}
.sdn-content img.alignleft {
  margin-right: auto;
}
.sdn-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.sdn-content .gallery-columns img {
  margin: 0;
}
.sdn-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.sdn-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdn-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.sdn-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.hero {
  padding-top: 6.4rem;
}
.hero-meta {
  gap: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .hero-meta {
    gap: 2.4rem;
  }
}
.hero-meta li {
  position: relative;
}
.hero-meta li:not(:last-child)::after {
  top: 0;
  content: "";
  right: -2rem;
  position: absolute;
  background-color: #d9d9d9;
  width: 0.1rem;
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .hero-meta li:not(:last-child)::after {
    right: -1.2rem;
    height: 3.2rem;
  }
}
.hero-meta img {
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .hero-meta img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.hero-bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 52.0833333333%;
}
@media screen and (max-width: 767px) {
  .hero-bg {
    padding-top: 64%;
  }
}
.hero-bg::before {
  left: 0;
  width: 100%;
  top: -0.2rem;
  height: 40rem;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
@media screen and (max-width: 767px) {
  .hero-bg::before {
    height: 16rem;
  }
}
.hero-bg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.hero-bg img.js-parallax {
  top: -14%;
  height: 128%;
  will-change: transform;
}

.cate {
  padding: 2.4rem;
  border-radius: var(--radius);
  background-color: white;
  box-shadow: 0 0.8rem 2.4rem 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 576px) {
  .cate {
    padding: 1.6rem;
  }
}
.cate-line {
  height: 0.1rem;
  background: linear-gradient(90deg, #1e2943 0%, rgba(30, 41, 67, 0) 100%);
}
.cate-text {
  transition: 0.4s ease-in-out;
}
.cate-arrow {
  opacity: 0;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.4s ease-in-out;
  transform: translateX(-0.6rem);
}
.cate-arrow img {
  filter: var(--filter-sec);
}
.cate-item.is-active .cate-text {
  font-weight: 600;
  color: #1e2943;
}
.cate-item.is-active .cate-arrow {
  opacity: 1;
  transform: none;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .cate-link:hover .cate-text, .cate-link:focus-visible .cate-text {
    color: #1e2943;
  }
  .cate-link:hover .cate-arrow, .cate-link:focus-visible .cate-arrow {
    opacity: 1;
    transform: none;
  }
}

.sdn-plus ul {
  list-style: none !important;
}
.sdn-plus ul li {
  margin: 0 0 0.8rem;
  position: relative;
  padding-left: 2.4rem;
}
.sdn-plus ul li:last-child {
  margin-bottom: 0;
}
.sdn-plus ul li::before {
  left: 0.2rem;
  top: 0.85rem;
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  background-color: #1e2943;
}
.sdn-plus blockquote {
  border: 0;
  margin: 2rem 0;
  quotes: none;
  overflow: hidden;
  position: relative;
  padding: 2.4rem;
  border-radius: var(--radius-m);
  background-color: rgba(254, 193, 16, 0.05);
}
.sdn-plus blockquote::before {
  top: 0;
  content: "";
  left: 2.4rem;
  margin: 0;
  z-index: 0;
  width: 12.9rem;
  height: 10.4rem;
  position: absolute;
  vertical-align: unset;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../images/blog-detail/icon-quote.svg");
}
.sdn-plus blockquote p {
  display: block;
  margin-bottom: 1.6rem;
  position: relative;
  z-index: 1;
}
.sdn-plus blockquote ul {
  position: relative;
  z-index: 1;
}
.sdn-plus blockquote ul li::before {
  background-color: #1f1f1f;
}
.sdn-plus .wp-caption-text {
  color: #999999;
}
.sdn-plus .table-resp {
  margin: 4rem 0;
  overflow: auto hidden;
  border-radius: var(--radius-m);
  background-color: white;
  box-shadow: 0 0.8rem 2.4rem 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .sdn-plus .table-resp {
    overflow-x: auto;
    margin: 2.4rem 0;
  }
}
.sdn-plus .table-resp table {
  margin: 0;
  width: 100%;
}
.sdn-plus .table-resp table th,
.sdn-plus .table-resp table td {
  height: 4.8rem;
  text-align: center;
  padding: 1.2rem 1.6rem;
  white-space: nowrap;
}
.sdn-plus .table-resp table th {
  color: white;
  text-align: center;
  border-bottom: 0;
  background-color: #1e2943;
}
.sdn-plus .table-resp table th:not(:first-child) {
  border-left: 0.1rem solid white;
}
.sdn-plus .table-resp table td {
  border-bottom: 0.1rem solid #d9d9d9;
}
.sdn-plus .table-resp table td:not(:first-child) {
  border-left: 0.1rem solid #d9d9d9;
}
.sdn-plus .table-resp table tr:last-child td {
  border-bottom: 0;
}

.subs {
  position: relative;
  padding: 0rem 0rem 14rem;
}
@media screen and (max-width: 991px) {
  .subs {
    padding: 6rem 0rem;
  }
}
.subs .container-wide {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .subs-decor {
    display: none;
  }
}
.subs-decor img {
  z-index: 0;
  position: absolute;
  pointer-events: none;
  transform: scaleX(-1);
}
.subs-decor_left {
  left: 0;
  top: 40.5rem;
  width: 50rem;
  height: 50rem;
}
.subs-decor_right {
  right: 0;
  top: 21.7rem;
  width: 69.2rem;
  height: 69.2rem;
}
.subs-decor_fade {
  left: 0;
  right: 0;
  top: 14.1rem;
  z-index: 1;
  height: 76.8rem;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
.subs-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 4rem;
  background-color: #1e2943;
}
@media screen and (min-width: 1201px) {
  .subs-wrap {
    min-height: 76.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .subs-wrap {
    border-radius: var(--radius-xl);
  }
}
@media screen and (min-width: 1201px) {
  .subs-bg {
    inset: 6.2rem 0 0;
    position: absolute;
  }
}
@media screen and (max-width: 1200px) {
  .subs-bg {
    position: relative;
  }
}
.subs-bg_arc {
  left: 0;
  top: 29.5%;
  width: 100%;
  height: auto;
  position: absolute;
}
.subs-bg_img {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .subs-bg_img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media screen and (max-width: 1200px) {
  .subs-bg_img {
    width: 100%;
    display: block;
  }
}
.subs-content {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .subs-content {
    width: 60rem;
    margin: 9.3rem 10.4rem 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .subs-content {
    padding: 3.2rem 4rem 4rem;
  }
}
@media screen and (max-width: 576px) {
  .subs-content {
    padding: 2.4rem 1.6rem;
  }
}
.subs-content .title-heading .title-64 {
  color: white;
}
.subs-form {
  gap: 0.8rem;
  display: flex;
  max-width: 52rem;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius-max);
  padding: 0.8rem 0.8rem 0.8rem 3.2rem;
}
.subs-form::before {
  content: "";
  inset: 0;
  padding: 0.1rem;
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(45deg, #fec110 7%, rgba(254, 193, 16, 0.05) 96%);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (max-width: 576px) {
  .subs-form {
    padding-left: 1.6rem;
  }
}
.subs-form_input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0;
  min-width: 0;
  color: white;
  background: transparent;
}
.subs-form_input::-moz-placeholder {
  font-style: italic;
  color: #999999;
}
.subs-form_input:-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}
.subs-form_input::placeholder {
  font-style: italic;
  color: #999999;
}
.subs-form .btn::after {
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .subs-form .btn:hover {
    color: #1e2943;
    border-color: white;
  }
}
.subs-form input {
  height: auto;
  color: white !important;
}
.subs-form .wpcf7-spinner {
  top: 50%;
  left: 50%;
  margin: 0 auto !important;
  position: absolute !important;
  transform: translate(-50%, -50%);
}

.aside-btn {
  top: 50%;
  z-index: 11;
  width: 3.2rem;
  right: 0.5rem;
  position: fixed;
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border: 0.1rem solid #fec110;
}
@media screen and (min-width: 1201px) {
  .aside-btn {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .aside-wrap {
    top: 10rem;
    position: sticky;
    transition: 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    transition: 0.4s ease-in-out;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .aside-wrap {
    width: 28rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap.is-active {
    transform: none;
  }
}
@media screen and (min-width: 1201px) {
  .aside-wrap.is-top {
    top: 2rem;
  }
}
.aside-close {
  flex-shrink: 0;
  padding: 1.2rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1201px) {
  .aside-close {
    display: none;
  }
}
.aside-close img {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .aside-block {
    flex: 1;
    min-height: 0;
    overflow: hidden auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}

@media screen and (max-width: 1200px) {
  body.aside-open .main {
    z-index: calc(var(--z-i-header) + 1);
  }
}

.policy {
  padding: 12rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .policy {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .policy-col {
    width: 100%;
  }
}