@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.css");
/****************************** Variable ******************************/
/****************************** Function ******************************/
/****************************** Mixin ******************************/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  letter-spacing: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

em, address {
  font-style: normal;
}

span, div {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  overflow: visible;
}
button:not(:disabled) {
  cursor: pointer;
}

img {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
  max-width: 100%;
}

a, input, textarea, select, button {
  text-decoration: none;
  font-size: 100%;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
a[disabled], a[readonly], input[disabled], input[readonly], textarea[disabled], textarea[readonly], select[disabled], select[readonly], button[disabled], button[readonly] {
  cursor: default;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

button {
  width: auto;
  overflow: visible;
  vertical-align: middle;
  background: transparent;
  border: none;
  box-sizing: border-box;
}

button *, a * {
  pointer-events: none;
}

input[type=text]::-ms-clear, input[type=tel]::-ms-clear {
  display: none;
}

select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}
select::-ms-expand {
  display: none;
}

caption, legend {
  text-indent: -9999px;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}

table {
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
}

th, td {
  text-indent: 0;
  word-break: keep-all;
  word-wrap: break-word;
}

div:focus, button:focus:not(:focus-visible), a:focus:not(:focus-visible) {
  outline: none;
}

* {
  letter-spacing: -0.02em !important;
}

/****************************** BASE ******************************/
html {
  --vh: 1vh;
  --vh-100: 100vh;
  --vw: 1vw;
  --vw-100: 100vw;
  --body-bg: #e6e6e6;
  --wrap-bg: #f4f4f4;
  --wrap-color: #222;
  --tab-bg: #002060;
  --tab-color: #222;
  --tab-off-bg: #abdcff;
  --tab-off-color: rgba(34,34,34,.6);
  font-size: min(2.7777777778vw, 20px);
}

body {
  font-family: Pretendard, sans-serif;
  line-height: normal;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  min-height: 100%;
  font-weight: 300;
}

/****************************** LAYOUT ******************************/
html {
  background-color: var(--body-bg);
}
html,
html body {
  scrollbar-width: thin;
  scroll-behavior: smooth !important;
  min-height: var(--vh-100);
}

[hidden] {
  display: none !important;
}

.wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  --header-h: 4.8rem; /* rem(00, 96) */
  min-height: var(--vh-100);
  color: var(--wrap-color, #000);
  background-color: var(--wrap-bg, #fff);
}
.wrap .header {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.8rem;
  height: var(--header-h);
  background-color: #1F2C4C;
}
.wrap .header .logo img {
  height: 2rem;
}
.wrap .aside {
  z-index: 97;
}
.wrap .aside .qrcode {
  position: absolute;
  left: 35px; /* rem(00, 500) */
  bottom: 35px; /* rem(00, 500) */
  width: 140px;
  height: 140px;
}
.wrap .aside .qrcode a, .wrap .aside .qrcode img {
  width: 100%;
  height: 100%;
}
.wrap .aside .appdownload {
  display: none;
}
@media (min-width: 1001px) {
  .wrap .aside {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 210px;
    height: 378px;
    background: url("https://1a06a712be1187f9.kinxzone.com/common-v2/images/qr.webp") center center/contain no-repeat;
    border-radius: 17.5px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
}
@media (min-width: 1001px) and (max-width: 1250px) {
  .wrap .aside {
    right: auto;
    left: 50%;
    transform: translateX(385px);
  }
}
@media (max-width: 1000px) {
  .wrap .aside {
    position: sticky;
    bottom: 0;
    padding: 0 1.6rem 2rem;
    pointer-events: none;
  }
  .wrap .aside .qrcode {
    display: none !important;
  }
  .wrap .aside .appdownload {
    display: block;
    width: 100%;
    padding-top: 16.3%;
    pointer-events: all;
    background: url("https://1a06a712be1187f9.kinxzone.com/common-v2/images/appdown-v2.webp") center center/contain no-repeat;
    overflow: hidden;
    text-indent: -999px;
    font-size: 1px;
    text-align: left;
  }
}
.wrap .footer {
  padding: 1.2rem 1.6rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #666;
}
.wrap .footer .approved {
  text-align: center;
  padding-top: 1.2rem;
  font-size: 1.2rem;
  color: var(--wrap-color);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em !important;
  border-top: 1px solid #DDD;
}
.wrap .keyvisual {
  position: relative;
}
.wrap .keyvisual::before {
  content: "";
  display: block;
  padding-top: 143%;
}
.wrap .keyvisual img, .wrap .keyvisual video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tabcont[data-theme=domestic], .tabcont [data-theme-name=domestic], .main-tab[data-theme=domestic], .main-tab [data-theme-name=domestic] {
  --bg: #67BFFF;
}
.tabcont[data-theme=welcome], .tabcont [data-theme-name=welcome], .main-tab[data-theme=welcome], .main-tab [data-theme-name=welcome] {
  --bg: #CBE9FF;
}

.main-tab {
  padding: calc(var(--header-h) + 2.6rem) 2.6rem 1rem;
  margin-top: calc(var(--header-h) * -1);
  overflow: auto;
  scrollbar-width: none;
  background-color: var(--tab-bg);
}
.main-tab .in {
  position: relative;
  z-index: 2;
}
.main-tab .in::before {
  content: "";
  display: block;
  padding-top: 17.5324675325%;
  border-radius: 99.9rem;
  background-color: #F4F4F4;
  background-image: url("https://1a06a712be1187f9.kinxzone.com/common-v2/images/260909/tab.webp");
  background-repeat: no-repeat;
  background-size: 100% 400%;
  background-position: 0 var(--bg-y, 0);
  box-shadow: 0 0.25rem 0.15rem 0 rgba(255, 255, 255, 0.6), 0 -0.2rem 0.3rem 0 rgba(0, 0, 0, 0.15), 0 0.2774rem 0.55rem 0 rgba(0, 0, 0, 0.3) inset;
}
.main-tab .in::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  z-index: -1;
  border-radius: 2.8rem 2.8rem 0 0;
  background: #F4F4F4;
}
.main-tab .in a {
  position: absolute;
  top: 0;
  left: var(--l, 0);
  bottom: 0;
  width: var(--w, 100%);
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
}
.main-tab .in {
  --bg-y: 0%;
}
.main-tab .in a:nth-child(1) {
  --l: 2%;
  --w: 25.5%;
}
.main-tab .in a:nth-child(2) {
  --l: 29%;
  --w: 22%;
}
.main-tab .in a:nth-child(3) {
  --l: 54%;
  --w: 22.2%;
}
.main-tab .in a:nth-child(4) {
  --l: 80%;
  --w: 18%;
}
.main-tab .in:has(a.active:nth-child(2)) {
  --bg-y: 33.33333333333333%;
}
.main-tab .in:has(a.active:nth-child(2)) a:nth-child(1) {
  --l: 2%;
  --w: 21.5%;
}
.main-tab .in:has(a.active:nth-child(2)) a:nth-child(2) {
  --l: 26%;
  --w: 25.2%;
}
.main-tab .in:has(a.active:nth-child(2)) a:nth-child(3) {
  --l: 53%;
  --w: 22.4%;
}
.main-tab .in:has(a.active:nth-child(2)) a:nth-child(4) {
  --l: 80%;
  --w: 18%;
}
.main-tab .in:has(a.active:nth-child(3)) {
  --bg-y: 66.66666666666666%;
}
.main-tab .in:has(a.active:nth-child(3)) a:nth-child(1) {
  --l: 2%;
  --w: 21.5%;
}
.main-tab .in:has(a.active:nth-child(3)) a:nth-child(2) {
  --l: 28.5%;
  --w: 21.5%;
}
.main-tab .in:has(a.active:nth-child(3)) a:nth-child(3) {
  --l: 52.4%;
  --w: 25.2%;
}
.main-tab .in:has(a.active:nth-child(3)) a:nth-child(4) {
  --l: 80%;
  --w: 18%;
}
.main-tab .in:has(a.active:nth-child(4)) {
  --bg-y: 100%;
}
.main-tab .in:has(a.active:nth-child(4)) a:nth-child(1) {
  --l: 2%;
  --w: 21.5%;
}
.main-tab .in:has(a.active:nth-child(4)) a:nth-child(2) {
  --l: 26.5%;
  --w: 20.5%;
}
.main-tab .in:has(a.active:nth-child(4)) a:nth-child(3) {
  --l: 50%;
  --w: 21.4%;
}
.main-tab .in:has(a.active:nth-child(4)) a:nth-child(4) {
  --l: 73%;
  --w: 25%;
}
.main-tab a {
  position: relative;
}

.sub-tab {
  display: flex;
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 0.8rem 0.8rem 0;
  overflow: hidden;
  background-color: #fff;
}
.sub-tab > a + a {
  margin-left: -0.15rem;
}
.sub-tab > a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  height: 4.4rem;
  color: rgba(34, 34, 34, 0.5);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  background-color: #EDEDED;
  border: 0.15rem solid #E4E4E4;
}
.sub-tab > a:first-child {
  border-radius: 0.8rem 0 0 0.8rem;
}
.sub-tab > a:last-child {
  border-radius: 0 0.8rem 0.8rem 0;
}
.sub-tab > a.active {
  color: #0088EA;
  background-color: #fff;
  border-color: #0088EA;
  position: relative;
  z-index: 2;
}

.tabcont-wrap {
  padding: 0 1.6rem 1.6rem;
  background-color: var(--tab-bg);
}
.tabcont-wrap .sec-wrap {
  display: flex;
  flex-direction: column;
}
.tabcont-wrap .sec-wrap img {
  max-width: 100%;
  vertical-align: top;
}
.tabcont-wrap .gap-1 {
  gap: 0.1rem;
}
.tabcont-wrap .mgt-1 {
  margin-top: 0.1rem;
}
.tabcont-wrap .sec-group {
  position: relative;
  background-color: transparent;
}

.tabcont {
  display: flex;
  flex-direction: column;
}

.attention {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-top: 1px solid #ddd;
  padding: 2rem 0 1.2rem;
  counter-reset: dt-num;
}
.attention.dt-num .tit, .attention dt.dt-num {
  counter-increment: dt-num;
}
.attention.dt-num .tit::before, .attention dt.dt-num::before {
  content: counter(dt-num) ". ";
}
.attention .group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.attention .group .tit {
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: var(--wrap-color);
}
.attention .group .txt:not(.not-dot) {
  position: relative;
  padding-left: 0.9rem;
}
.attention .group .txt:not(.not-dot)::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.75rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #313131;
  border-radius: 50%;
}
.attention .group .txt:not(.not-dot) + .not-dot:not(.line-top) {
  margin-top: 0.5rem;
}
.attention .group .txt:not(.not-dot) + .not-dot:has(.data-ps.std:first-child) {
  margin-top: 0.8rem;
}
.attention .group .txt:not(.not-dot) + .not-dot.line-top {
  margin-top: 1.2rem;
}
.attention .group .txt.not-dot + .not-dot {
  margin-top: 0.8rem;
}
.attention .group .txt.not-dot + .txt:not(.not-dot) {
  margin-top: 0.5rem;
}
.attention .group .txt.line-top {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}
.attention .group .txt .bul-dots {
  margin-left: 0.7rem;
  font-size: 1.1rem;
  color: #999;
}
.attention .group .txt .bul-dots > li {
  position: relative;
  padding-left: 1rem;
}
.attention .group .txt .bul-dots > li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: currentColor;
}
.attention .group .txt .bul-hyphen {
  font-size: 1.1rem;
  color: #999;
}
.attention .group .txt .bul-hyphen > li {
  position: relative;
  padding-left: 1rem;
}
.attention .group .txt .bul-hyphen > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: currentColor;
}
.attention .group .txt .bul-num {
  counter-reset: item-counter;
}
.attention .group .txt .bul-num > li {
  position: relative;
  counter-increment: item-counter;
  padding-left: 1.1em;
}
.attention .group .txt .bul-num > li::before {
  content: counter(item-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.attention .group .txt .color-normal {
  color: inherit;
}
.attention .group .txt .data-ps {
  margin: 0.4rem 0;
  color: #999;
}
.attention .group .txt .data-ps:first-child {
  margin-top: 0;
}
.attention .group .txt .data-ps:last-child {
  margin-bottom: 0;
}
.attention .group .txt .data-ps.std {
  text-align: right;
}
.attention .group .data-table {
  width: 100%;
  border-collapse: collapse;
  color: #666;
}
.attention .group .data-table th, .attention .group .data-table td {
  padding: 0.6rem;
  border: 1px solid #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.attention .group .data-table th {
  font-weight: 700;
}
.attention .bul-dots > li {
  position: relative;
  padding-left: 0.9rem;
}
.attention .bul-dots > li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.75rem;
}
.attention .color-blue {
  color: #223AD3 !important;
}

.attention-toggle {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 1.2rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: var(--wrap-color);
  cursor: pointer;
}
.attention-toggle .toggle-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  transform: translateY(-50%);
  color: #141414;
}
.attention-toggle .toggle-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(90deg);
}
.attention-toggle .toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.attention-toggle.active .toggle-icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.attention-toggle:not(.active) ~ .attention {
  display: none;
}

.fs0 {
  font-size: 0;
}

.btn-link {
  position: absolute;
  top: var(--top, auto);
  bottom: var(--bottom, auto);
  left: var(--left, auto);
  right: var(--right, auto);
  width: var(--width, 0);
  height: var(--height, 0);
  overflow: hidden;
  text-indent: -999px;
  font-size: 1px;
  text-align: left;
}

.popup {
  --width: 30rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.popup:not(.is-visible) {
  opacity: 0;
}
.popup:not(.is-visible), .popup:not(.is-visible) > .popup-content {
  pointer-events: none;
}
.popup .popup-content {
  position: relative;
  width: var(--width);
  pointer-events: all;
}
.popup .popup-content .btn-close {
  --line-width: 2.2rem;
  --line-height: 0.108rem;
  --lincolor: #222;
  --size: 5.2rem;
  position: absolute;
  top: 100%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  transform: translate(-50%, 1.2rem);
}
.popup .popup-content .btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: var(--line-width, 100%);
  height: var(--line-height, 0.2rem);
  background-color: var(--line-color, #222);
}
.popup .popup-content .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: var(--line-width, 100%);
  height: var(--line-height, 0.2rem);
  background-color: var(--line-color, #222);
}

.swiper {
  --swiper-pagination-bullet-size: 0.6rem;
  --swiper-pagination-bullet-width: 0.6rem;
  --swiper-pagination-bullet-horizontal-gap: 0.3rem;
  --swiper-pagination-bullet-border-radius: 0.3rem;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-pagination-bullet-inactive-color: #DEE2E6;
  --swiper-pagination-color: #878F96;
  --swiper-pagination-bottom: 1.6rem;
}
.swiper .swiper-pagination {
  font-size: 0;
}
.swiper .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
}
.swiper .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 2rem;
}