:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: Inter, Segoe UI Variable Text, Segoe UI, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
body {
  overflow-x: hidden;
  touch-action: manipulation;
}
@font-face {
  font-family: "headerFont";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/headerFont.woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://cdn.short.ai/fonts/inter-roman-latin.woff2");
}

.page-container *::-webkit-scrollbar {
  display: block !important;
  width: 0px !important;
  height: 0px !important;
}

a:not([href="javascript:;"]) {
  cursor: pointer;
}

.page-container *::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
}

.page-container *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
:root {
  --theme-100: #ffebd3;
  --theme-200: #ffd4a5;
  --theme-300: #ffd4a5;
  --theme-400: #ff8a32;
  --theme-500: #ff4f01;
  --theme-600: #cc3602;
  --theme-banner-100: #ffebd3;
}

.bg-black-900 {
  background-color: #171717;
}
.bg-gray-1000 {
  background-color: #fafafa;
}
.bg-gray-1100 {
  background: #fafafa;
}

.bg-\[rgb\(249\,250\,251\)\] {
  background-color: rgb(249, 250, 251);
}

.bg-\[\#F9FAFB\] {
  background-color: #f9fafb;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.h-10 {
  height: 40px;
}
.\!h-10 {
  height: 40px !important;
}

.text-black {
  color: #000000;
}
.text-white {
  color: #ffffff;
}
.\!text-white {
  color: #ffffff !important;
}
.text-black-100 {
  color: #191919;
}
.text-gray-600 {
  color: #666;
}
.text-\[\#595959\] {
  color: #595959;
}

.swiper-container {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: rgba(0, 0, 0, 0.12);
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 8px 0 !important;
}
.swiper-pagination-bullet-active {
  background: var(--theme-500) !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-slide {
  height: 0 !important;
}
.swiper-slide.swiper-slide-active {
  height: 100% !important;
}

.min-width-140 {
  min-width: 140px;
}
.nowrap {
  white-space: nowrap;
}
.fs-0 {
  font-size: 0;
}

.max-w-8xl {
  max-width: 86rem;
}
.footer {
  font-family: helvetica neue, -apple-system, BlinkMacSystemFont, segoe ui,
    Roboto, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
}
@media (min-width: 640px) {
  .min-w-360 {
    min-width: 360px;
  }
}

.editor-content a {
  color: var(--theme-500) !important;
}
.editor-content a:hover {
  text-decoration: underline;
  color: var(--theme-500) !important;
  opacity: 0.85;
}
.editor-content p {
  line-height: 1.7;
  color: #212326;
  font-size: 18px;
}

.share-active {
  display: none;
}
.share-item:hover .share-common {
  display: none;
}
.share-item:hover .share-active {
  display: block;
}

.editor-content iframe {
  margin: 14px 0;
  max-width: 100% !important;
  width: 100%;
  aspect-ratio: 560 / 315;
}

/* theme color */
.bg-banner-100 {
  background: var(--theme-banner-100);
}
.bg-linear {
  background: var(--theme-banner-100);
}

.text-theme-400 {
  color: var(--theme-400);
}
.text-theme-500 {
  color: var(--theme-500);
}
.text-theme-600 {
  color: var(--theme-600);
}
.text-theme-1000 {
  color: var(--theme-500);
}

.border-theme-400 {
  border-color: var(--theme-400);
}
.border-theme-500 {
  border-color: var(--theme-500);
}
.border-theme-600 {
  border-color: var(--theme-600);
}
.border-theme-1000 {
  border-color: var(--theme-500);
}

.bg-theme-400 {
  background-color: var(--theme-400);
}
.bg-theme-500 {
  background-color: var(--theme-500);
}
.bg-theme-600 {
  background-color: var(--theme-600);
}
.bg-theme-1000 {
  background-color: var(--theme-500);
}
.bg-theme-1200 {
  background-color: #f6fdf0;
}

.group:hover .group-hover\:text-theme-400 {
  --tw-text-opacity: 1;
  color: var(--theme-400) !important;
}
.group:hover .group-hover\:text-theme-500 {
  --tw-text-opacity: 1;
  color: var(--theme-500) !important;
}
.group:hover .group-hover\:text-theme-600 {
  --tw-text-opacity: 1;
  color: var(--theme-600) !important;
}

.group:hover .group-hover\:bg-theme-400 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400) !important;
}
.group:hover .group-hover\:bg-theme-500 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500) !important;
}
.group:hover .group-hover\:bg-theme-600 {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600) !important;
}

.hover\:text-theme-400:hover {
  --tw-text-opacity: 1;
  color: var(--theme-400);
}
.hover\:text-theme-500:hover {
  --tw-text-opacity: 1;
  color: var(--theme-500);
}
.hover\:text-theme-600:hover {
  --tw-text-opacity: 1;
  color: var(--theme-600);
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(204 54 2 / var(--tw-text-opacity));
}

.hover\:bg-theme-400:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400);
}
.hover\:bg-theme-500:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500);
}
.hover\:bg-theme-600:hover {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600);
}

.hover\:border-theme-400:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-400);
}
.hover\:border-theme-500:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-500);
}
.hover\:border-theme-600:hover {
  --tw-bg-opacity: 1;
  border-color: var(--theme-600);
}

.focus\:ring-theme-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-400);
}
.focus\:ring-theme-6500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-500);
}
.focus\:ring-theme-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--theme-600);
}

.focus\:bg-theme-400:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-400);
}
.focus\:bg-theme-500:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-500);
}
.focus\:bg-theme-600:focus {
  --tw-bg-opacity: 1;
  background-color: var(--theme-600);
}

.focus\:border-theme-400:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-400);
}
.focus\:border-theme-500:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-500);
}
.focus\:border-theme-600:focus {
  --tw-border-opacity: 1;
  border-color: var(--theme-600);
}
.basis-full {
  flex-basis: 100%;
}
/* top banner */
.banner-bg {
  background: #0751ad;
}
.banner-content {
  max-width: 644px;
  margin: 0 auto;
}
.banner-content ul li {
  position: relative;
}
.banner-content ul li::after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}
.banner-pic {
  width: 41%;
}
.banner-content a {
  min-width: 202px;
}
.h-38px {
  height: 38px;
}
@media only screen and (max-width: 1100px) {
  .top-banner {
    display: block;
  }
  .top-banner .banner-content,
  .top-banner .banner-pic {
    width: 100%;
  }
  .banner-content a {
    min-width: auto;
    width: 100%;
  }
}
/* top banner end */

/* width limit */
.max-w-wrap {
  max-width: 1430px;
  margin: 0 auto;
  padding: 14px 10px;
}
/* width limit end */

.leading-h1 {
  line-height: 1.25 !important;
  word-wrap: break-word !important;
  word-break: normal !important;
}
.leading-h2 {
  line-height: 1.25 !important;
}

/* header */
header {
  font-family: Inter, Segoe UI Variable Text, Segoe UI, sans-serif;
  color: #26262e;
}
.max-width {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .max-width {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.common-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.common-button-hollow {
  color: #000000;
  background: var(--site-bg-color);
}
.common-button-hollow:hover {
  color: var(--theme-500);
}
.common-button--primary {
  color: #fff;
  background-color: var(--theme-500);
  border-color: var(--theme-500);
}
.common-button--primary:hover {
  opacity: 0.8;
}
.menu-dropdown-wrap {
  position: relative;
}
.menu-dropdown-wrap .menu-dropdown {
  display: none;
  position: absolute;
  top: 81px;
  left: 0;
  right: 0;
  z-index: 1001;
  width: fit-content;
}
.menu-dropdown-wrap:hover .menu-dropdown {
  display: block;
}
.menu-dropdown-wrap:hover .menu-dropdown .menu-dropdown__main {
  position: relative;
  min-width: 190px;
  margin-left: -2px;
  padding: 5px 0;
  background: var(--site-bg-color);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e8f0ee;
  border-radius: 4px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  word-break: break-all;
}
.btn-with-icon .icon-3,
.btn-with-icon .icon-2 {
  display: none;
}
.btn-with-icon:hover .icon-1 {
  display: none;
}
.btn-with-icon:hover .icon-2 {
  display: inline-block;
}
.home-top {
  padding: 2px 20px;
  min-height: 33px;
  background: #dbe4ff;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.home-top .top-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-top .top-wrap span {
  line-height: 26px;
}
.home-top .top-wrap .c-logo {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.home-top .top-wrap .yt-logo {
  width: 18px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
}
.home-top .top-wrap .try-text {
  margin-left: 20px;
  color: var(--theme-500);
  text-decoration-line: underline;
  font-weight: 600;
}
.short-header {
  -webkit-backdrop-filter: blur(8.5px);
  backdrop-filter: blur(8.5px);
  background: rgba(255, 255, 255, 0.8);
}

.max-h-\[75vh\] {
  max-height: 75vh;
}
.\[--adaptive\:none\] {
  --adaptive: none;
}
.\[--strategy\:static\] {
  --strategy: static;
}
.w-\[70px\] {
  width: 70px;
}
.h-\[70px\] {
  height: 70px;
}

.size-5 {
  width: 20px;
  height: 20px;
}

.text-\[\#26262E\] {
  color: #26262e;
}
.text-\[\#E8F5FE\] {
  --tw-text-opacity: 1;
  color: rgb(232 245 254 / var(--tw-text-opacity));
}
.text-\[\#667078\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 120 / var(--tw-text-opacity));
}
.bg-\[\#14161B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 22 27 / var(--tw-bg-opacity));
}
.border-\[\#30363F\] {
  border-color: #30363f;
}
.border-\[\#F1F2F3\] {
  border-color: #f1f2f3;
}
.divide-\[\#F1F2F3\] > :not([hidden]) ~ :not([hidden]) {
  border-color: #f1f2f3;
}

.h-\[30px\] {
  height: 30px;
}
.text-neutral-300 {
  color: #40444c;
}
.bg-neutral-800 {
  background-color: #40444c;
}
.text-neutral-300 {
  color: #b6bac3;
}
.text-neutral-50 {
  color: #ffffff;
}
.text-neutral-100 {
  color: #edeeef;
}
.text-neutral-200 {
  color: #d8dbdf;
}
.text-neutral-300 {
  color: #b6bac3;
}
.text-neutral-400 {
  color: #8e95a2;
}
.text-neutral-500 {
  color: #6b7280;
}
.text-neutral-600 {
  color: #5b616e;
}
.text-neutral-700 {
  color: #4a4e5a;
}
.text-neutral-800 {
  color: #40444c;
}
.text-neutral-900 {
  color: #383a42;
}
.text-neutral-950 {
  color: #1d1d1d;
}
.hover\:text-neutral-950:hover {
  color: #1d1d1d;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}
.rotate-180 {
  transform: rotate(180deg);
}
.transition-transform {
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.lang-box.show {
  position: absolute;
  bottom: 42px;
  left: 0;
  opacity: 1;
}
.text-primary-500 {
  color: #ff4f01;
}
.hover\:bg-primary-50:hover {
  background-color: #fff6ec;
}
.hover\:text-primary-500:hover {
  color: #ff4f01;
}
.min-w-32 {
  min-width: 8rem;
}
@media only screen and (max-width: 1280px) {
  .lang-box.show {
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 1240px) {
  .main-content .section-top h1 {
    font-size: 50px;
  }
  .collapse {
    -webkit-animation: navExtend 0.3s ease-out;
    animation: navExtend 0.3s ease-out;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .menu-dropdown-wrap .menu-dropdown {
    top: 44px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .md\:order-4 {
    order: 4;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:basis-auto {
    flex-basis: auto;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:ms-0 {
    margin-inline-start: 0;
  }
  .md\:group:hover .group-hover\:top-0 {
    top: 0;
  }
  .md\:group:hover .group-hover\:absolute {
    position: absolute;
  }
  .md\:group:hover .group-hover\:block {
    display: block;
  }
  .md\:group:hover .group-hover\:opacity-1 {
    opacity: 1;
  }
  .md\:group:hover .group-hover\:top-full {
    top: 100%;
  }
  .md\:group:hover .group-hover\:top-10 {
    top: 40px;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .section-top h1.title,
  .main-content .section-top h1 {
    font-size: 42px;
    line-height: 1.6;
  }
  .main-content .section-top h1 span.tit2 {
    font-size: 42px;
    line-height: 1.6;
  }
  .table-resp {
    overflow-x: auto;
  }
  .table-resp table {
    min-width: 700px;
  }
  .common-button {
    white-space: normal;
  }
  .menu-box.show {
    width: 100%;
  }
  .menu-box.show .menu-list {
    display: block;
  }
  .sub-menu-box.show {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 640px) {
}

.first\:border-t-0:first-child {
  border-top-width: 0;
}
.first\:pt-0:first-child {
  padding-top: 0;
}
/* header end */

.breadcrumb-max-w {
  max-width: 1312px;
}
@media (min-width: 640px) {
  .breadcrumb-max-w {
    max-width: 1328px;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .breadcrumb-max-w {
    max-width: 1344px;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[144px\] {
    padding-left: 144px;
    padding-right: 144px;
  }
}

@media (min-width: 1280px) {
  .xl\:text-\[60px\] {
    font-size: 60px;
  }
  .xl\:leading-\[64px\] {
    line-height: 64px;
  }
}

/* detail page */
.article-banner {
  background: linear-gradient(to bottom, #fff, rgb(255, 240, 236));
}
.leading-\[54px\] {
  line-height: 54px;
}

.blog-banner {
  height: 310px;
}

.lg\:max-w-\[240px\] {
  max-width: 240px;
}

.lg\:max-w-\[280px\] {
  max-width: 280px;
}
.bg-gray-50 {
  background: #f9fafb;
}
.bg-gray-200 {
  background: #e5e7eb;
}

.bg-gray-1300 {
  background: #d5d9e2;
}
.bg-gray-1400 {
  background: #fcfcfc;
}
.text-gray-1900 {
  color: #1a1a1a;
}
.text-gray-2000 {
  color: #6b7280;
}
.text-gray-2100 {
  color: #3b4252;
}
.bg-gray-2100 {
  background: #3b4252;
}
.border-gray-1300 {
  border-color: #ebebeb;
}

.border-theme-100 {
  border-color: var(--theme-100);
}
.bg-theme-200 {
  background: var(--theme-200);
}
.border-theme-200 {
  border-color: var(--theme-200);
}
.bg-theme-300 {
  background: var(--theme-300);
}
.hover\:bg-theme-600:hover {
  background: var(--theme-600);
}
.bg-short-primary-500,
.bg-primary-500 {
  background-color: rgb(255, 79, 1);
}

.hover\:bg-\[\#EB3701\]:hover {
  background-color: rgb(235, 55, 1);
}

.left-1\.75 {
  left: 7px;
}
.group:hover .group-hover\:opacity-80 {
  color: #6b7280 !important;
  opacity: 80;
}
.rotate-180 {
  transform: rotate(180deg);
}
.text-wrap {
  word-wrap: break-word !important;
  word-break: normal !important;
}
.faq-list .hidden {
  display: none !important;
}
.faq-item .faq-title {
  display: flex !important;
}
.border-1\.5 {
  border-width: 3px;
}
.mt-0 {
  margin-top: 0px !important;
}
.text-base {
  font-size: 16px !important;
}
.bg-red-1100 {
  background-color: #ff3b30 !important;
}
/* detail page end */

.line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mini-article-simple {
  min-width: 256px;
}
.mini-article-simple .mini-article-simple-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}

.mini-article-simple .mini-article-simple-cover {
  aspect-ratio: 137 / 85;
}

.bg-white\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.s10-link {
  background-color: rgba(0, 0, 0, 0.7);
}

.s10-link:hover {
  background-color: #000000e6;
}