@charset "UTF-8";
/**
 * tom-select.css (v2.4.3)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: white;
  border: 0 solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-dropdown-up {
  bottom: 100% !important;
  top: auto !important;
  margin-bottom: 0;
}


@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-Thin.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-Thin.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-Thin.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-Thin.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-Thin.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-ExtraLight.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-ExtraLight.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-ExtraLight.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-ExtraLight.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-Light.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-Light.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-Light.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-Light.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-Light.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-Regular.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-Regular.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-Regular.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-Regular.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-Regular.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-Medium.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-Medium.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-Medium.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-Medium.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-Medium.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-SemiBold.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-SemiBold.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-SemiBold.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-SemiBold.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-Bold.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-Bold.woff") format("woff2"), url("../../../fonts/pretendard/Pretendard-Bold.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-Bold.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-Bold.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-ExtraBold.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-ExtraBold.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-ExtraBold.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url("../../../fonts/pretendard/Pretendard-Black.woff2") format("woff2"), url("../../../fonts/pretendard/Pretendard-Black.woff") format("woff"), url("../../../fonts/pretendard/Pretendard-Black.otf") format("opentype"), url("../../../fonts/pretendard/Pretendard-Black.ttf") format("truetype"), url("../../../fonts/pretendard/Pretendard-Black.svg") format("svg");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 100;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-Thin.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-Thin.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 200;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-ExtraLight.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-ExtraLight.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 300;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-Light.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-Light.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 400;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-Regular.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-Regular.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 500;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-Medium.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-Medium.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 600;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-SemiBold.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-SemiBold.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 700;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-Bold.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-Bold.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 800;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-ExtraBold.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-ExtraBold.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Outfit";
  font-weight: 900;
  font-style: normal;
  src: url("../../../fonts/outfit/Outfit-Black.woff2") format("woff2"), url("../../../fonts/outfit/Outfit-Black.ttf") format("truetype");
  font-display: fallback;
}
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: rgba(107, 101, 97, 0.48) transparent;
  }
}
.banner-list.module-a .banner-item .banner-wrap {
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 12rem 8rem 12rem 12rem;
  min-height: 36.4rem;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap {
    padding: 8rem 0 4.4rem 2rem;
  }
}
.banner-list.module-a .banner-item .banner-wrap .banner-figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-list.module-a .banner-item .banner-wrap .banner-inform {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6.4rem;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap .banner-inform {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.4rem;
  }
}
.banner-list.module-a .banner-item .banner-wrap .banner-inform .qr-img {
  width: 12.4rem;
  height: 12.4rem;
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  overflow: hidden;
}
.banner-list.module-a .banner-item .banner-wrap .banner-inform .qr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap .banner-inform .qr-img {
    width: 10rem;
    height: 10rem;
  }
}
.banner-list.module-a .banner-item .banner-wrap .banner-inform .title {
  font-weight: 700;
  font-size: 3.6rem;
  color: #FFF;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap .banner-inform .title {
    font-size: 2.2rem;
  }
}
.banner-list.module-b .banner-item .banner-wrap {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  padding: 2rem;
  min-height: 42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("/images/page/g-car-plus/banner-qna-bg-pc.jpg") no-repeat center/cover;
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item .banner-wrap {
    min-height: 33.9rem;
    background: url("/images/page/g-car-plus/banner-qna-bg-mo.jpg") no-repeat center/cover;
  }
}
.banner-list.module-b .banner-item .banner-wrap .banner-head .title {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 3.6rem;
  color: #FFF;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item .banner-wrap .banner-head .title {
    font-size: 2.2rem;
  }
}
.banner-list.module-b .banner-item .banner-wrap .banner-head .title + .desc {
  margin-top: 0.4rem;
}
.banner-list.module-b .banner-item .banner-wrap .banner-head .desc {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  color: #ED1C24;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item .banner-wrap .banner-head .desc {
    font-size: 1.6rem;
  }
}
.banner-list.module-b .banner-item .banner-wrap .banner-head + .banner-util {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item .banner-wrap .banner-head + .banner-util {
    margin-top: 3.2rem;
  }
}
.banner-list.module-b .banner-item .banner-wrap .banner-util .btn {
  min-width: 16rem;
}

.board-list.module-a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.board-list.module-a .board-item {
  min-height: 50rem;
  padding-block: 12rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, #FF1010 0%, #F2745E 100%), #171717;
  flex-grow: 1;
  align-content: center;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item {
    padding-block: 6.4rem;
    min-height: 33.2rem;
  }
}
.board-list.module-a .board-item .board-head .subject {
  text-align: center;
  font-weight: 700;
  font-size: 4.8rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item .board-head .subject {
    font-size: 3rem;
  }
}
.board-list.module-a .board-item .board-head + .board-body {
  margin-top: 1.6rem;
}
.board-list.module-a .board-item .board-body .para {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item .board-body .para {
    font-size: 1.8rem;
  }
}
.board-list.module-a .board-item .board-body + .btn-area {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item .board-body + .btn-area {
    margin-top: 3.6rem;
  }
}
.board-list.module-a .board-item:first-child {
  background: url("../images/page/main/support-partner-card-bg-a.jpg") center center no-repeat;
  background-size: cover;
}
.board-list.module-a .board-item:last-child {
  background: url("../images/page/main/support-partner-card-bg-b.jpg") center center no-repeat;
  background-size: cover;
}
.board-list.module-b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-b {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }
}
.board-list.module-b .board-item.type-1 {
  background: linear-gradient(180deg, #ED1C24 54.24%, #FB7F69 127.23%);
}
.board-list.module-b .board-item.type-2 {
  background: linear-gradient(180deg, #171717 0%, #7E7E7E 100%);
}
.board-list.module-b .board-item {
  border-radius: 2rem;
  overflow: hidden;
  padding: 1.6rem 1.2rem 1.2rem 1.2rem;
}
@media (min-width: 1024px) {
  .board-list.module-b .board-item {
    min-height: 71.7rem;
  }
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item {
    border-radius: 2.4rem;
    padding: 1.2rem 0.8rem 0.8rem 0.8rem;
  }
}
.board-list.module-b .board-item .label {
  padding-left: 1.6rem;
  font-weight: 800;
  font-size: 2.4rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .label {
    padding-left: 1.2rem;
    font-size: 1.8rem;
  }
}
.board-list.module-b .board-item .label + .board-wrap {
  margin-top: 1.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .label + .board-wrap {
    margin-top: 1.2rem;
  }
}
.board-list.module-b .board-item .board-wrap {
  position: relative;
  border-radius: 2.4rem 0 2.4rem 2.4rem;
  background: #FFF;
  padding: 5.6rem 4rem;
}
@media (min-width: 1024px) {
  .board-list.module-b .board-item .board-wrap {
    min-height: 63.5rem;
    height: calc(100% - 5.6rem);
  }
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap {
    padding: 4rem 3.2rem;
  }
}
.board-list.module-b .board-item .board-wrap:before {
  content: "";
  width: 36.3rem;
  height: 2.9rem;
  position: absolute;
  top: -2.9rem;
  right: 0;
  background: url("../images/page/event/white-top-a.svg") no-repeat center/cover;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap:before {
    width: 22.5rem;
    height: 1.7rem;
    top: -1.7rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head .summary {
  display: inline-block;
  border-radius: 0.8rem;
  background: #DDD;
  padding: 0.4rem 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head .summary {
    font-size: 1.6rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head .summary .num {
  padding-right: 0.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head .summary .num {
    padding-right: 0.4rem;
    font-size: 1.4rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head .summary + .subject {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head .summary + .subject {
    margin-top: 2rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head .subject {
  font-weight: 800;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head .subject {
    font-size: 2.2rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head .subject + .desc {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head .subject + .desc {
    margin-top: 0.8rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head .desc {
  min-height: 3rem;
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head .desc {
    font-size: 1.6rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head + .board-figure {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head + .board-figure {
    margin-top: 4.4rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-figure {
  padding-inline: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-figure {
    gap: 2rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-figure img {
  max-width: 100%;
}
.board-list.module-b .board-item .board-wrap .board-figure + .board-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-figure + .board-body {
    margin-top: 4.4rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-body {
  padding-left: 5.6rem;
  position: relative;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-body {
    padding-left: 5.2rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-body:before {
  content: "";
  width: 4rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/icon-check-round.svg") no-repeat center/contain;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-body:before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-body .title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-body .title {
    font-size: 1.8rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-body .title + .para {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-body .title + .para {
    margin-top: 0.4rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-body .para {
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-body .para {
    font-size: 1.6rem;
  }
}
.board-list.module-c {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 2fr;
}
@media (max-width: 1023px) {
  .board-list.module-c {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.board-list.module-c .board-item {
  border-radius: 2rem;
  background: #F6F6F6;
  padding: 4.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item {
    border-radius: 2.4rem;
    padding: 3.6rem;
    width: 100%;
  }
}
.board-list.module-c .board-item .board-wrap .board-head .subject {
  font-weight: 700;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item .board-wrap .board-head .subject {
    font-size: 2.2rem;
  }
}
.board-list.module-c .board-item .board-wrap .board-head + .board-body {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item .board-wrap .board-head + .board-body {
    margin-top: 2.4rem;
  }
}
.board-list.module-c .board-item .board-wrap .board-body .para {
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item .board-wrap .board-body .para {
    font-size: 1.6rem;
  }
}
.board-list.module-c .board-item.type-1 {
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item.type-1 {
    width: 100%;
  }
}
.board-list.module-c .board-item.type-1 .board-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item.type-1 .board-wrap {
    gap: 2.4rem;
    justify-content: flex-start;
  }
}
@media (max-width: 1023px) and (max-width: 768px) {
  .board-list.module-c .board-item.type-1 .board-wrap {
    flex-direction: column;
  }
}
.board-list.module-c .board-item.type-1 .board-wrap .board-body {
  margin-top: unset;
}
.board-list.module-c .board-item.type-1 .board-wrap .board-body .label-area {
  display: flex;
  align-items: stretch;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item.type-1 .board-wrap .board-body .label-area {
    gap: 1.6rem;
  }
}
@media (max-width: 1023px) and (max-width: 768px) {
  .board-list.module-c .board-item.type-1 .board-wrap .board-body .label-area {
    flex-direction: column;
  }
}
.board-list.module-c .board-item.type-1 .board-wrap .board-body .label-area .label {
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background: #DDD;
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #171717;
  line-height: 150%;
}
.board-list.module-c .board-item.type-1 .board-wrap .board-body .label-area .label + .para {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item.type-1 .board-wrap .board-body .label-area .label + .para {
    margin-top: 0.8rem;
  }
}
.board-list.module-c .board-item.type-1 .board-wrap .board-body .label-area .para {
  min-width: 17.5rem;
}
.board-list.module-d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  gap: 4.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-d {
    gap: 3.6rem;
  }
}
.board-list.module-d.style-a .board-item .board-wrap .board-figure {
  aspect-ratio: 696/360;
}
.board-list.module-d.style-b .board-item .board-wrap .board-figure {
  aspect-ratio: 448/360;
}
.board-list.module-d .board-item .board-wrap .board-figure {
  border-radius: 2rem;
  border: 1px solid #DDD;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-figure {
    border-radius: 2.4rem;
  }
}
.board-list.module-d .board-item .board-wrap .board-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-list.module-d .board-item .board-wrap .board-figure + .board-body {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-figure + .board-body {
    margin-top: 3.2rem;
  }
}
.board-list.module-d .board-item .board-wrap .board-body .title {
  font-weight: 600;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-body .title {
    font-size: 2.2rem;
  }
}
.board-list.module-d .board-item .board-wrap .board-body .title + .para {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-body .title + .para {
    margin-top: 0.8rem;
  }
}
.board-list.module-d .board-item .board-wrap .board-body .para {
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-body .para {
    font-size: 1.6rem;
  }
}
.board-list.module-e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  gap: 2rem;
}
.board-list.module-e .board-item {
  border-radius: 2rem;
  background: #F6F6F6;
  padding: 4.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item {
    border-radius: 2.4rem;
    padding: 3.6rem;
  }
}
.board-list.module-e .board-item .board-wrap .label {
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background: #F83333;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap .label {
    border-radius: 1rem;
    font-size: 1.4rem;
  }
}
.board-list.module-e .board-item .board-wrap .label + .board-body {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap .label + .board-body {
    margin-top: 0.8rem;
  }
}
.board-list.module-e .board-item .board-wrap .board-body .title {
  font-weight: 700;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap .board-body .title {
    font-size: 2.2rem;
  }
}
.board-list.module-e .board-item .board-wrap .board-body .title + .para {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap .board-body .title + .para {
    margin-top: 2.4rem;
  }
}
.board-list.module-e .board-item .board-wrap .board-body .para {
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap .board-body .para {
    font-size: 1.6rem;
  }
}
.board-list.module-f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-f {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 1.6rem;
  }
}
.board-list.module-f .board-item {
  border-radius: 2rem;
  background: #F6F6F6;
  padding: 6.4rem 4.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item {
    border-radius: 2.4rem;
    padding: 3.6rem;
  }
}
.board-list.module-f .board-item .board-wrap .board-icon {
  display: block;
  width: 6.4rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-a {
  background-image: url("../images/page/g-car-plus/icon-a.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-b {
  background-image: url("../images/page/g-car-plus/icon-b.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-c {
  background-image: url("../images/page/g-car-plus/icon-c.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-d {
  background-image: url("../images/page/g-car-plus/icon-d.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-e {
  background-image: url("../images/page/g-car-plus/icon-e.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-f {
  background-image: url("../images/page/g-car-plus/icon-f.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-g {
  background-image: url("../images/page/g-car-plus/icon-g.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-h {
  background-image: url("../images/page/g-car-plus/icon-h.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-i {
  background-image: url("../images/page/g-car-plus/icon-i.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-j {
  background-image: url("../images/page/g-car-plus/icon-j.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-k {
  background-image: url("../images/page/g-car-plus/icon-k.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-l {
  background-image: url("../images/page/g-car-plus/icon-l.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-m {
  background-image: url("../images/page/g-car-plus/icon-m.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-n {
  background-image: url("../images/page/g-car-plus/icon-n.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-o {
  background-image: url("../images/page/g-car-plus/icon-o.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon.icon-p {
  background-image: url("../images/page/g-car-plus/icon-p.svg");
}
.board-list.module-f .board-item .board-wrap .board-icon + .board-head {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap .board-icon + .board-head {
    margin-top: 2rem;
  }
}
.board-list.module-f .board-item .board-wrap .board-head .subject {
  font-weight: 700;
  font-size: 2.8rem;
  color: #111717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap .board-head .subject {
    font-size: 2.2rem;
  }
}
.board-list.module-f .board-item .board-wrap .board-head .subject.color-1 {
  color: #ED1C24;
}
.board-list.module-f .board-item .board-wrap .board-head .subject.color-2 {
  color: #0079C1;
}
.board-list.module-f .board-item .board-wrap .board-head .subject.color-3 {
  color: #00C88C;
}
.board-list.module-f .board-item .board-wrap .board-head .subject.color-4 {
  color: #FB7F69;
}
.board-list.module-f .board-item .board-wrap .board-head + .board-body {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap .board-head + .board-body {
    margin-top: 2.4rem;
  }
}
.board-list.module-f .board-item .board-wrap .board-body .para {
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap .board-body .para {
    font-size: 1.6rem;
  }
}
.board-list.module-g {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .board-list.module-g {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 1.6rem;
  }
}
.board-list.module-g .board-item {
  display: block;
  position: relative;
  border-radius: 2rem;
  aspect-ratio: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .board-list.module-g .board-item {
    border-radius: 2.4rem;
  }
}
.board-list.module-g .board-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.26%, rgba(0, 0, 0, 0.5) 85.04%) no-repeat;
}
.board-list.module-g .board-item .board-wrap .board-head {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  z-index: 2;
}
.board-list.module-g .board-item .board-wrap .board-head .subject {
  font-weight: 500;
  font-size: 2.8rem;
  color: #FFF;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-g .board-item .board-wrap .board-head .subject {
    font-size: 2.2rem;
  }
}
.board-list.module-h {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6.4rem;
}
@media (max-width: 1199px) {
  .board-list.module-h {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 4.4rem;
  }
}
.board-list.module-h .board-item .board-wrap .board-figure {
  border-radius: 2rem;
  aspect-ratio: 350/256;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .board-list.module-h .board-item .board-wrap .board-figure {
    border-radius: 2.4rem;
  }
}
.board-list.module-h .board-item .board-wrap .board-figure + .board-head {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-h .board-item .board-wrap .board-figure + .board-head {
    margin-top: 2rem;
  }
}
.board-list.module-h .board-item .board-wrap .board-head .subject {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-h .board-item .board-wrap .board-head .subject {
    font-size: 1.8rem;
  }
}
.board-list.module-h .board-item .board-wrap .board-head + .board-body {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-h .board-item .board-wrap .board-head + .board-body {
    margin-top: 0.8rem;
  }
}
.board-list.module-h .board-item .board-wrap .board-body .para {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-h .board-item .board-wrap .board-body .para {
    font-size: 1.4rem;
  }
}
.board-list.module-i {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 1023px) {
  .board-list.module-i {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.board-list.module-i .board-item {
  flex-grow: 1;
  border-radius: 2rem;
  overflow: hidden;
  background: #FFF;
  padding: 4.8rem 4rem;
}
@media (min-width: 1024px) {
  .board-list.module-i .board-item {
    min-height: 24.9rem;
  }
}
@media (max-width: 1023px) {
  .board-list.module-i .board-item {
    border-radius: 2.4rem;
    padding: 3.2rem;
  }
}
.board-list.module-i .board-item .board-wrap {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1023px) {
  .board-list.module-i .board-item .board-wrap {
    gap: 4rem;
  }
}
.board-list.module-i .board-item .board-wrap .board-inform {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-i .board-item .board-wrap .board-inform {
    gap: 2rem;
    flex-direction: column;
  }
}
.board-list.module-i .board-item .board-wrap .board-inform .board-bi {
  width: auto;
  height: 4rem;
  position: relative;
}
.board-list.module-i .board-item .board-wrap .board-inform .board-bi img {
  width: auto;
  height: 100%;
}
.board-list.module-i .board-item .board-wrap .board-inform .board-head .title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-i .board-item .board-wrap .board-inform .board-head .title {
    font-size: 1.8rem;
  }
}
.board-list.module-i .board-item .board-wrap .board-inform .board-head .title + .desc {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-i .board-item .board-wrap .board-inform .board-head .title + .desc {
    margin-top: 0.4rem;
  }
}
.board-list.module-i .board-item .board-wrap .board-inform .board-head .desc {
  font-weight: 500;
  font-size: 1.6rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-i .board-item .board-wrap .board-inform .board-head .desc {
    font-size: 1.4rem;
  }
}
.board-list.module-i .board-item .board-wrap .btn-area .btn {
  min-width: 16rem;
}
.board-list.module-j .board-item + .board-item {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item + .board-item {
    margin-top: 4.4rem;
  }
}
.board-list.module-j .board-item .board-wrap {
  display: flex;
  gap: 4.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item .board-wrap {
    flex-direction: column;
    gap: 3.6rem;
  }
}
.board-list.module-j .board-item .board-wrap .board-figure {
  width: 32rem;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 32/24;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item .board-wrap .board-figure {
    width: 100%;
    border-radius: 2.4rem;
  }
}
.board-list.module-j .board-item .board-wrap .board-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-list.module-j .board-item .board-wrap .board-inform .title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item .board-wrap .board-inform .title {
    font-size: 1.8rem;
  }
}
.board-list.module-j .board-item .board-wrap .board-inform .title + .para {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item .board-wrap .board-inform .title + .para {
    margin-top: 0.8rem;
  }
}
.board-list.module-j .board-item .board-wrap .board-inform .para {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item .board-wrap .board-inform .para {
    font-size: 1.6rem;
  }
}
.board-list.module-j .board-item .board-wrap .board-inform .para + .tip {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item .board-wrap .board-inform .para + .tip {
    margin-top: 0.4rem;
  }
}
.board-list.module-j .board-item .board-wrap .board-inform .tip {
  font-weight: 500;
  font-size: 1.6rem;
  color: #9A9A9A;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-j .board-item .board-wrap .board-inform .tip {
    font-size: 1.6rem;
  }
}
.board-list.module-j .board-item .board-wrap .board-inform .tip .accent {
  color: #F83333;
}
.board-list.module-k {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-k {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  }
}
.board-list.module-k .board-item {
  padding: 4rem 2.4rem 2.4rem 2.4rem;
  border-radius: 2rem;
  background: #FFF;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item {
    border-radius: 2.4rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-head .subject {
  height: 4.8rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-head .subject {
    font-size: 1.8rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-head + .board-inform {
  margin-top: 0.4rem;
}
@media (min-width: 1024px) {
  .board-list.module-k .board-item .board-wrap .board-head + .board-inform {
    min-height: 11.4rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-inform .charge {
  font-weight: 600;
  font-size: 1.6rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .board-list.module-k .board-item .board-wrap .board-inform .charge {
    min-height: 2.4rem;
  }
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-inform .charge {
    font-size: 1.4rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-inform .price {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-inform .price {
    font-size: 2.2rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-inform .price .pretendard {
  padding-left: 0.4rem;
  font-weight: 800;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-inform .price .pretendard {
    font-size: 1.8rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-inform .price + .period {
  margin-top: 0.4rem;
}
.board-list.module-k .board-item .board-wrap .board-inform .period {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background-color: #ddd;
  font-weight: 500;
  font-size: 1.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-inform .period {
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-inform + .board-body {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-inform + .board-body {
    margin-top: 2rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-body {
  padding-top: 2.4rem;
  border-top: 2px solid #F6F6F6;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-body {
    padding-top: 2rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-body .title {
  font-weight: 700;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-body .title {
    font-size: 1.6rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-body .title + .data-list {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-body .title + .data-list {
    margin-top: 0.8rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-body .data-list .data-item {
  position: relative;
  padding-left: 3.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.board-list.module-k .board-item .board-wrap .board-body .data-list .data-item:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-body .data-list .data-item {
    font-size: 1.4rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-body .data-list .data-item.type-1::before {
  background: url("../images/icons/icon-check-round.svg") no-repeat center/cover;
}
.board-list.module-k .board-item .board-wrap .board-body .data-list .data-item.type-2 {
  color: #0079C1;
}
.board-list.module-k .board-item .board-wrap .board-body .data-list .data-item.type-2::before {
  background: url("../images/icons/icon-plus-round.svg") no-repeat center/cover;
}
.board-list.module-k .board-item .board-wrap .board-body .data-list .data-item + .data-item {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-body .data-list .data-item + .data-item {
    margin-top: 0.8rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-body .data-list + .title {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-body .data-list + .title {
    margin-top: 2rem;
  }
}
.board-list.module-k .board-item .board-wrap .board-body + .btn-area {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .board-list.module-k .board-item .board-wrap .board-body + .btn-area {
    margin-top: 3.2rem;
  }
}
.board-list.module-l .board-item {
  position: relative;
}
.board-list.module-l .board-item:before {
  content: "";
  width: 100%;
  height: 28rem;
  display: inline-block;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item:before {
    height: auto;
    aspect-ratio: 35/12;
    border-radius: 2.4rem;
    margin-bottom: 2rem;
  }
}
.board-list.module-l .board-item:nth-child(1):before {
  background-image: url("../images/page/sharing/oneway-service-a.jpg");
}
.board-list.module-l .board-item:nth-child(2):before {
  background-image: url("../images/page/sharing/oneway-service-b.jpg");
}
.board-list.module-l .board-item:nth-child(3):before {
  background-image: url("../images/page/sharing/oneway-service-c.jpg");
}
.board-list.module-l .board-item + .board-item {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item + .board-item {
    margin-top: 4.4rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-head .subject {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-head .subject {
    font-size: 1.8rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-head + .board-body {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-head + .board-body {
    margin-top: 0.8rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list {
    flex-wrap: wrap;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item {
  width: 100%;
  flex-grow: 1;
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .title {
    font-size: 1.4rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .title + .desc {
  margin-top: 0.4rem;
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .para {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .para {
    font-size: 1.6rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .para + .comment {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .para + .comment {
    margin-top: 0.8rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .desc {
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .desc {
    font-size: 1.6rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .comment {
  font-weight: 500;
  font-size: 1.6rem;
  color: #9A9A9A;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item .comment {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(1) {
    max-width: 39.6rem;
    margin-right: 4rem;
  }
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(1) {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(2) {
  margin-right: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(2) {
    margin-right: 2rem;
  }
}
.board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(2), .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(3) {
  padding-left: 1.8rem;
  border-left: 2px solid #DDD;
}
@media (min-width: 1024px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(2), .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(3) {
    max-width: 18.6rem;
  }
}
@media (max-width: 1023px) {
  .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(2), .board-list.module-l .board-item .board-wrap .board-body > .data-list > .data-item:nth-child(3) {
    padding-left: 1.4rem;
    width: calc(50% - 1rem);
  }
}
.board-list.module-n {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 4.8rem;
}
@media (max-width: 1199px) {
  .board-list.module-n {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 4.4rem;
  }
}
.board-list.module-n .board-item .board-wrap .board-figure {
  aspect-ratio: 326/210;
  border-radius: 2rem;
  overflow: hidden;
}
.board-list.module-n .board-item .board-wrap .board-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-list.module-n .board-item .board-wrap .board-figure + .board-head {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-n .board-item .board-wrap .board-figure + .board-head {
    margin-top: 2rem;
  }
}
.board-list.module-n .board-item .board-wrap .board-head .subject {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-n .board-item .board-wrap .board-head .subject {
    font-size: 1.8rem;
  }
}
.board-list.module-n .board-item .board-wrap .board-head + .board-body {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-n .board-item .board-wrap .board-head + .board-body {
    margin-top: 0.4rem;
  }
}
.board-list.module-n .board-item .board-wrap .board-body .para {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-n .board-item .board-wrap .board-body .para {
    font-size: 1.4rem;
  }
}
.board-list.module-o .board-item .board-wrap {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap {
    flex-direction: column;
    align-items: baseline;
    gap: 6.4rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-figure {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 466/599;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-figure {
    border-radius: 2.4rem;
    aspect-ratio: 35/24;
    width: 100%;
  }
}
.board-list.module-o .board-item .board-wrap .board-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-list.module-o .board-item .board-wrap .board-inform {
  width: 100%;
  max-width: 89.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform {
    max-width: unset;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step + .info-step {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step + .info-step {
    margin-top: 4.4rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .subject {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .subject {
    font-size: 1.8rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .subject .num {
  text-align: center;
  display: inline-block;
  min-width: 3.8rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background: #DDD;
  margin-right: 1.2rem;
  font-weight: 600;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .subject .num {
    font-size: 1.6rem;
    margin-right: 0.8rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .subject + .desc {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .subject + .desc {
    margin-top: 0.4rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .desc {
  padding-left: 5rem;
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head .desc {
    padding-left: 4.6rem;
    font-size: 1.6rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head + .info-body {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-head + .info-body {
    margin-top: 3.2rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body {
    gap: 0.8rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card {
  border-radius: 2rem;
  border: 1px solid #DDD;
  padding: 2.4rem 3.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card {
    border-radius: 2.4rem;
    padding: 2rem 2.4rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .title {
    font-size: 1.4rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .title + .para {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .title + .para {
    margin-top: 0.4rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .para {
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .para {
    font-size: 1.6rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .para + .comment {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .para + .comment {
    margin-top: 0.4rem;
  }
}
.board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .comment {
  font-weight: 500;
  font-size: 1.6rem;
  color: #9A9A9A;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .board-list.module-o .board-item .board-wrap .board-inform .info-step .info-body .info-card .comment {
    font-size: 1.4rem;
  }
}

.btn {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn .btn-text {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn.module-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 1.7rem;
  border-radius: 1.2rem;
  height: 5rem;
}
.btn.module-a .btn-text {
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  line-height: 120%;
  font-family: "Pretendard", sans-serif;
}
@media (min-width: 1024px) {
  .btn.module-a:hover {
    background-color: #000;
    border-color: #000;
  }
  .btn.module-a:hover .btn-text {
    color: #FFF;
  }
  .btn.module-a:hover .ico:after {
    background-color: #FFF;
  }
}
@media (max-width: 1023px) {
  .btn.module-a.m-w-100 {
    width: 100%;
  }
}
.btn.module-a.col {
  width: 100%;
}
.btn.color-1 {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn.color-1.ico:after {
  background-color: #ED1C24;
}
.btn.color-2 {
  background-color: #222;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn.color-2 .btn-text {
  color: #FFFFFF;
}
.btn.color-2.ico:after {
  background-color: #ED1C24;
}
.btn.color-3.ico:after {
  background-color: #B4B4B4;
}
.btn.color-4 {
  background-color: #ED1C24;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.btn.color-4 .btn-text {
  color: #FFFFFF;
}
.btn.line-1 {
  background-color: transparent;
  border: 1px solid #171717;
}
.btn.line-1.ico:after {
  background-color: #ED1C24;
}
.btn.disabled {
  background-color: #F6F6F6;
  border-color: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.btn.disabled .btn-text {
  color: #B4B4B4;
}
.btn.ico {
  gap: 0.8rem;
  align-items: center;
  position: relative;
}
.btn.ico.ico-left {
  flex-direction: row-reverse; /* 아이콘을 왼쪽으로 이동 */
}
.btn.ico.disabled:after {
  filter: grayscale(100%);
  opacity: 0.4;
}
.btn.ico:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.btn.ico.icon-out-link-02:after {
  -webkit-mask: url("../images/icons/icon-out-link-02.svg") no-repeat center/contain;
  mask: url("../images/icons/icon-out-link-02.svg") no-repeat center/contain;
}
.btn.ico.icon-arrow-right:after {
  -webkit-mask: url("../images/icons/icon-arrow-right.svg") no-repeat center/contain;
  mask: url("../images/icons/icon-arrow-right.svg") no-repeat center/contain;
}
.btn.ico.icon-arrow-left:after {
  -webkit-mask: url("../images/icons/icon-arrow-left.svg") no-repeat center/contain;
  mask: url("../images/icons/icon-arrow-left.svg") no-repeat center/contain;
}
.btn.ico.icon-arrow-right-a:after {
  -webkit-mask: url("../images/icons/icon-arrow-right-a.svg") no-repeat center/contain;
  mask: url("../images/icons/icon-arrow-right-a.svg") no-repeat center/contain;
}
.btn.ico.icon-youtube:after {
  -webkit-mask: url("../images/icons/icon-sns-youtube.svg") no-repeat center/contain;
  mask: url("../images/icons/icon-sns-youtube.svg") no-repeat center/contain;
}
.btn.ico.icon-share:after {
  -webkit-mask: url("../images/icons/icon-share.svg") no-repeat center/contain;
  mask: url("../images/icons/icon-share.svg") no-repeat center/contain;
}

.btn-area {
  display: flex;
}
.btn-area.align-1 {
  justify-content: flex-start;
}
.btn-area.align-2 {
  justify-content: center;
}
.btn-area.align-3 {
  justify-content: flex-end;
}
.btn-area.gap-1 {
  gap: 0.8rem;
}
@media (max-width: 1023px) {
  .btn-area.gap-1 {
    gap: 0.4rem;
  }
}

.form.input.module-a {
  display: inline-flex;
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  padding: 0 0 0 2rem;
  height: 5.3rem;
}
@media (max-width: 1023px) {
  .form.input.module-a {
    padding: 0 0 0 1.6rem;
    height: 4.9rem;
  }
}
.form.input.module-a .form-elem {
  width: 100%;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  color: #171717;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form.input.module-a .form-elem:not(textarea) {
  white-space: nowrap;
}
.form.input.module-a .form-elem::placeholder {
  color: #9A9A9A;
}
.form.input.module-a.textarea {
  width: 100%;
  height: 24rem;
}
@media (max-width: 1023px) {
  .form.input.module-a.textarea {
    height: 15.7rem;
  }
}
.form.input.module-a.textarea > textarea {
  height: 100%;
  resize: none;
  padding: 1.3rem 2rem 1.3rem 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.form.input.module-a.textarea > textarea::-webkit-scrollbar {
  width: 2rem;
}
.form.input.module-a.textarea > textarea::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.8rem solid transparent;
  background-clip: padding-box;
}
.form.input.module-a.textarea > textarea::-webkit-scrollbar-track {
  margin: 1.2rem;
  background: transparent;
}
.form.input.disabled {
  border-color: #DDD;
  background: #F6F6F6;
  pointer-events: none;
}
.form.input.disabled:focus {
  border: none;
}
.form.input.disabled::placeholder {
  color: #B4B4B4;
}
.form.input.disabled .form-elem {
  color: #B4B4B4;
}
.form.search {
  display: inline-flex;
  position: relative;
}
.form.search .search-btn {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  background: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9951 3.20312C19.9597 3.20312 24.7948 8.03834 24.7949 14.0029C24.7949 16.5065 23.9404 18.8091 22.5107 20.6406L29.0771 27.208L27.1924 29.0928L20.624 22.5254C18.7939 23.9509 16.4947 24.8027 13.9951 24.8027C8.03053 24.8026 3.19531 19.9675 3.19531 14.0029C3.19542 8.03841 8.0306 3.20323 13.9951 3.20312ZM13.9951 5.87012C9.50336 5.87022 5.86241 9.51117 5.8623 14.0029C5.8623 18.4948 9.50329 22.1366 13.9951 22.1367C18.487 22.1367 22.1289 18.4948 22.1289 14.0029C22.1288 9.5111 18.487 5.87012 13.9951 5.87012Z' fill='rgb(67,67,67)'/%3E%3C/svg%3E%0A") no-repeat center/cover;
  flex-shrink: 0;
  z-index: 1;
}
.form.search > input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  border-radius: unset;
  background: url("../images/icons/icon-search-delete.svg") no-repeat center/contain;
}
.form.search .form-elem {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  color: #171717;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
}
.form.search .form-elem::placeholder {
  color: #B4B4B4;
}
.form.search.module-a {
  border-radius: 1.6rem;
  padding: 0 6.4rem 0 2rem;
  height: 7.4rem;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .form.search.module-a {
    border-radius: 1.2rem;
    padding: 0 4.4rem 0 1.2rem;
    height: 4.9rem;
  }
}
.form.search.module-a .search-btn {
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .form.search.module-a .search-btn {
    width: 2.4rem;
    height: 2.4rem;
    right: 1.2rem;
  }
}
.form.search.module-a > input::-webkit-search-cancel-button {
  margin-right: 0;
}
.form.search.module-a .form-elem {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .form.search.module-a .form-elem {
    font-size: 1.8rem;
  }
}
.form.search.module-a.type-1 .form-elem::placeholder {
  color: #B4B4B4;
}
.form.search.module-a.type-2 {
  border: 2px solid #171717;
}
.form.search.module-a.type-2 .form-elem::placeholder {
  color: #777;
}
.form.search.module-b {
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  padding: 0 0 0 2rem;
  overflow: hidden;
  background: #FFF;
}
@media (max-width: 1023px) {
  .form.search.module-b {
    padding: 0 0 0 1.6rem;
  }
}
.form.search.module-b .search-btn {
  top: 1.45rem;
  right: 2rem;
}
@media (max-width: 1023px) {
  .form.search.module-b .search-btn {
    right: 1.6rem;
  }
}
.form.search.module-b > input::-webkit-search-cancel-button {
  margin-right: 5rem;
}
@media (max-width: 1023px) {
  .form.search.module-b > input::-webkit-search-cancel-button {
    margin-right: 4.6rem;
  }
}
.form.search.module-b .form-elem {
  height: 5.3rem;
}
.form.search.module-flex {
  border-radius: 0 1.2rem 1.2rem 0;
  border: 1px solid #DDD;
  border-left: none;
  padding: 0 0 0 2rem;
  height: 5.3rem;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .form.search.module-flex {
    padding: 0 0 0 1.6rem;
  }
}
.form.search.module-flex .search-btn {
  top: 1.45rem;
  right: 2rem;
}
@media (max-width: 1023px) {
  .form.search.module-flex .search-btn {
    right: 1.6rem;
  }
}
.form.search.module-flex > input::-webkit-search-cancel-button {
  margin-right: 5rem;
}
@media (max-width: 1023px) {
  .form.search.module-flex > input::-webkit-search-cancel-button {
    margin-right: 4.6rem;
  }
}
.form.search.module-flex .form-elem::placeholder {
  color: #B4B4B4;
}
@media (max-width: 1023px) {
  .form.search.module-flex .form-elem::placeholder {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .form.search.col {
    width: 100%;
    flex-basis: unset;
  }
}
.form.select .ts-wrapper .ts-control {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0;
}
.form.select .ts-wrapper .ts-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.form.select .ts-wrapper .ts-control input {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
  line-height: 150%;
}
.form.select .ts-wrapper .ts-dropdown {
  border: none;
  margin: 0;
  border-top: 0 none;
  box-shadow: none;
  border-radius: 0;
}
.form.select .ts-wrapper .ts-dropdown .ts-dropdown-content .option {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
  line-height: 150%;
}
.form.select .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background: none;
}
.form.select .ts-wrapper.dropdown-active .ts-control:after {
  transform: translateY(-50%) rotate(-180deg);
}
.form.select.family-site .ts-wrapper .ts-control {
  height: 5.6rem;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  background: rgba(83, 87, 90, 0.3);
}
.form.select.family-site .ts-wrapper .ts-control:after {
  background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
}
.form.select.family-site .ts-wrapper .ts-control input {
  color: rgb(180, 180, 180);
}
.form.select.family-site .ts-wrapper .ts-dropdown {
  background: rgb(34, 34, 34);
}
.form.select.family-site .ts-wrapper .ts-dropdown .ts-dropdown-content {
  max-height: fit-content;
  padding: 1.2rem 0;
}
.form.select.family-site .ts-wrapper .ts-dropdown .ts-dropdown-content .option {
  padding: 0.8rem 1.6rem;
  color: rgb(180, 180, 180);
}
.form.select.family-site .ts-wrapper.dropdown-active .ts-control {
  background: rgb(34, 34, 34);
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.form.select.module-flex .ts-wrapper .ts-control {
  height: 5.3rem;
  padding: 1.4rem 0 1.4rem 2rem;
  padding-right: unset !important;
  border-radius: 1.2rem 0 0 1.2rem;
  border: 1px solid #DDD;
  border-right: none;
  background: #FFF;
}
.form.select.module-flex .ts-wrapper .ts-control:after {
  right: 0;
  background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
}
.form.select.module-flex .ts-wrapper .ts-control input {
  font-size: 1.8rem;
  color: #171717;
}
.form.select.module-flex .ts-wrapper .ts-control input::placeholder {
  color: #171717;
}
.form.select.module-flex .ts-wrapper .ts-control .item {
  font-weight: 500;
  font-size: 1.8rem;
  color: #171717;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
  line-height: normal !important;
}
.form.select.module-flex .ts-wrapper .ts-dropdown {
  top: calc(100% + 0.8rem);
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding-right: 0.8rem;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content {
  padding: 1.1rem 0 1.1rem 1.1rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar {
  width: 1.2rem;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.4rem solid transparent;
  background-clip: padding-box;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-track {
  margin: 0.8rem 0;
  background: transparent;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content .option {
  padding: 0 0.8rem;
  margin-right: 0.4rem;
  border-radius: 0.8rem;
  height: 4.9rem;
  font-size: 1.8rem;
  color: #9A9A9A;
  line-height: 4.9rem;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background: #F6F6F6;
  color: #171717;
}
.form.select.module-a .ts-wrapper .ts-control {
  height: 5.3rem;
  padding: 1.4rem 2rem;
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  background: #FFF;
}
@media (max-width: 1023px) {
  .form.select.module-a .ts-wrapper .ts-control {
    height: 4.9rem;
    padding: 1.2rem 1.6rem;
  }
}
.form.select.module-a .ts-wrapper .ts-control:after {
  right: 2rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
}
.form.select.module-a .ts-wrapper .ts-control input {
  font-size: 1.8rem;
  color: #171717;
}
.form.select.module-a .ts-wrapper .ts-control input::placeholder {
  color: #171717;
}
.form.select.module-a .ts-wrapper .ts-control .item {
  font-weight: 500;
  font-size: 1.8rem;
  color: #171717;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
  line-height: normal !important;
}
.form.select.module-a .ts-wrapper .ts-dropdown {
  top: calc(100% + 0.8rem);
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding-right: 0.8rem;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content {
  padding: 1.1rem 0 1.1rem 1.1rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar {
  width: 1.2rem;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.4rem solid transparent;
  background-clip: padding-box;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-track {
  margin: 0.8rem 0;
  background: transparent;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content .option {
  padding: 0 0.8rem;
  margin-right: 0.4rem;
  border-radius: 0.8rem;
  height: 4.9rem;
  font-size: 1.8rem;
  color: #9A9A9A;
  line-height: 4.9rem;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background: #F6F6F6;
  color: #171717;
}
.form.select.module-a:focus-within .ts-control,
.form.select.module-a .ts-wrapper.dropdown-active .ts-control {
  border-color: #171717;
  box-shadow: inset 0 0 0 1px #171717 !important;
}
.form.checkbox.module-a {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.form.checkbox.module-a .form-elem {
  position: relative;
  width: 2rem;
  height: 2rem;
  background-color: #777;
}
.form.checkbox.module-a .form-elem::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
}
.form.checkbox.module-a .form-elem:checked::before {
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7012 5.71289L6.84961 13.4414L1.26074 7.30859L2.73926 5.96094L6.92773 10.5576L13.2988 4.28711L14.7012 5.71289Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center/100%;
}
.form.checkbox.module-a .form-text {
  font-weight: 700;
  font-size: 1.3rem;
  color: #B4B4B4;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
  line-height: 150%;
}
.form.checkbox.module-b {
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  .form.checkbox.module-b {
    gap: 0.8rem;
  }
}
.form.checkbox.module-b .form-elem {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.8rem;
  border: 2px solid #DDD;
  background-color: #FFF;
  flex-shrink: 0;
}
.form.checkbox.module-b .form-elem::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7012 5.71289L6.84961 13.4414L1.26074 7.30859L2.73926 5.96094L6.92773 10.5576L13.2988 4.28711L14.7012 5.71289Z' fill='rgb(221,221,221)'/%3E%3C/svg%3E%0A") no-repeat center center/1.4rem;
}
.form.checkbox.module-b .form-elem:checked {
  border: 2px solid #00C88C;
  background-color: #00C88C;
}
.form.checkbox.module-b .form-elem:checked::before {
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7012 5.71289L6.84961 13.4414L1.26074 7.30859L2.73926 5.96094L6.92773 10.5576L13.2988 4.28711L14.7012 5.71289Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center/1.4rem;
}
.form.checkbox.module-b .form-text {
  align-content: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #434343;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .form.checkbox.module-b .form-text {
    font-size: 1.6rem;
  }
}
.form.checkbox.module-b .form-text .link {
  font: inherit;
  all: unset;
  color: inherit;
  cursor: pointer;
  text-decoration-line: underline;
  text-underline-position: from-font;
}
.form.radio.module-a {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .form.radio.module-a {
    gap: 0.8rem;
  }
}
.form.radio.module-a .form-elem {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  border: 2px solid #DDD;
  background-color: #FFF;
}
.form.radio.module-a .form-elem::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background-color: transparent;
}
.form.radio.module-a .form-elem:checked::before {
  background-color: #00C88C;
}
.form.radio.module-a .form-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #434343;
  line-height: 140%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .form.radio.module-a .form-text {
    font-size: 1.6rem;
  }
}
.form.flex {
  flex: 1 1 100%;
}
@media (max-width: 1023px) {
  .form.col {
    flex-basis: 0;
    width: 100%;
  }
}
.form .form-elem:focus {
  outline: none !important;
}
.form:not([class*=checkbox]):not([class*=radio]):not([class*=file]):not([class*=search]):not([class*=select]):not([class*=disabled]):not(:has([readonly])):focus-within {
  border-color: #171717;
  box-shadow: inset 0 0 0 1px #171717 !important;
}
.form.checkbox .form-elem:focus-visible, .form.radio .form-elem:focus-visible {
  border: 2px solid #171717 !important;
}

.form-area {
  display: flex;
}
.form-area.col {
  flex-direction: column !important;
}
.form-area.wrap {
  flex-wrap: wrap !important;
}
.form-area.gap-1 {
  row-gap: 0.8rem !important;
}
@media (max-width: 1023px) {
  .form-area.gap-1 {
    row-gap: 0.4rem !important;
  }
}
.form-area.gap-2 {
  gap: 1.2rem !important;
}
@media (max-width: 1023px) {
  .form-area.gap-2 {
    gap: 0.8rem !important;
  }
}
.form-area.file-upload .form.input {
  position: relative;
}
.form-area.file-upload .form.input .form-elem {
  pointer-events: none;
}
.form-area.file-upload .form.input .btn-delete {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background: url("../images/icons/icon-search-delete.svg") no-repeat center/cover;
  display: none;
}
@media (max-width: 1023px) {
  .form-area.file-upload .form.input .btn-delete {
    top: 1.4rem;
    right: 1.6rem;
  }
}
.form-area.file-upload .form.input .btn-delete.show {
  display: block;
}
.form-area + .form-caption {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .form-area + .form-caption {
    margin-top: 0.4rem;
  }
}

.form-display.module-a .form-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .form-display.module-a .form-list {
    flex-direction: column;
    align-items: normal;
    gap: 1rem;
  }
}
.form-display.module-b .form-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list {
    row-gap: 2rem;
  }
}
.form-display.module-b .form-list .form-item .form-wrap {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list .form-item .form-wrap {
    flex-direction: column;
    align-items: normal;
    gap: unset;
  }
}
.form-display.module-b .form-list .form-item .form-wrap .form-head {
  min-width: 14rem;
  padding-block: 1.2rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list .form-item .form-wrap .form-head {
    padding-block: 0.8rem;
  }
}
.form-display.module-b .form-list .form-item .form-wrap .form-head .form-name {
  font-weight: 700;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list .form-item .form-wrap .form-head .form-name {
    font-size: 1.6rem;
  }
}
.form-display.module-b .form-list .form-item .form-wrap .form-head .form-name .required {
  padding-left: 0.2rem;
  color: #F83333;
}
.form-display.module-b .form-list .form-item .form-wrap .form-body {
  flex: 1 1 100%;
  align-content: center;
}
.form-display.module-b .form-list .form-item .form-wrap .form-body .form-area {
  width: 100%;
  gap: 0.8rem 1.2rem;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list .form-item .form-wrap .form-body .form-area {
    gap: 0.4rem 0.8rem;
  }
}
.form-display.module-b .form-list .form-item .form-wrap .form-body .form-area + .form-area {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list .form-item .form-wrap .form-body .form-area + .form-area {
    margin-top: 0.4rem;
  }
}
.form-display.module-b .form-list .form-item .form-wrap .form-body .btn {
  flex-shrink: 0;
  height: 5.3rem;
  position: relative;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list .form-item .form-wrap .form-body .btn {
    height: 4.9rem;
  }
}
.form-display.module-b .form-list .form-item.compact .form-wrap .form-head {
  padding-block: unset;
}
@media (max-width: 1023px) {
  .form-display.module-b .form-list .form-item.compact .form-wrap .form-head {
    padding-bottom: 0.8rem;
  }
}

.form-result .desc {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #222222;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .form-result .desc {
    font-size: 1.6rem;
  }
}
.form-result .desc .num {
  padding-inline: 1.2rem 0.4rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: #E7081A;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .form-result .desc .num {
    font-size: 1.8rem;
    padding-inline: 0.8rem 0.4rem;
  }
}

.form-caption .caption {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .form-caption .caption {
    font-size: 1.6rem;
  }
}
.form-caption .caption.mark-1 {
  padding-left: 1.8rem;
}
.form-caption .caption.mark-1:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .form-caption .caption.mark-1 {
    padding-left: 1.6rem;
  }
}
.form-caption .caption.mark-2 {
  padding-left: 1rem;
}
.form-caption .caption.mark-2:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .form-caption .caption.mark-2 {
    padding-left: 0.8rem;
  }
}
.form-caption .caption + .caption {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .form-caption .caption + .caption {
    margin-top: 0.4rem;
  }
}
.form-caption.indent-1 {
  padding-left: 4rem;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input::-webkit-search-decoration, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}

body .skip ul li a {
  display: flex;
  position: absolute;
  top: -10rem;
  right: 0;
  left: 0;
  height: 5.6rem;
  background: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  line-height: 5.6rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  z-index: 99999;
}
body .skip ul li a:focus-within, body .skip ul li a:focus, body .skip ul li a:active {
  top: 0;
}
body .page-head {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8rem;
  z-index: 999;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  body .page-head {
    height: 6.4rem;
  }
}
body .page-head .page-head-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 8rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap {
    padding: 0 2rem;
  }
}
body .page-head .page-head-wrap .page-head-subject {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
body .page-head .page-head-wrap .page-head-subject .page-head-name {
  display: block;
  width: 19.6rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  background-size: cover;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-subject .page-head-name {
    width: 14.1rem;
    height: 2.9rem;
  }
}
body .page-head .page-head-wrap .page-head-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-nav {
    display: none;
  }
}
body .page-head .page-head-wrap .page-head-nav .gnb-list {
  display: flex;
  gap: 4.8rem;
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item {
  position: relative;
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item .gnb-name {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  white-space: nowrap;
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item .lnb {
  position: absolute;
  top: 100%;
  padding-top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item .lnb .lnb-list {
  display: flex;
  width: 16rem;
  flex-direction: column;
  padding: 0.8rem;
  background-color: rgb(255, 255, 255);
  border-radius: 1.2rem;
  border: 0.1rem solid rgb(221, 221, 221);
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.08);
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item .lnb .lnb-list .lnb-item .lnb-name {
  display: block;
  padding: 0.6rem 0;
  font-weight: 600;
  font-size: 1.8rem;
  color: rgb(119, 119, 119);
  line-height: 150%;
  line-height: 150%;
  text-align: center;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item .lnb .lnb-list .lnb-item .lnb-name:hover, body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item .lnb .lnb-list .lnb-item .lnb-name:focus {
  border-radius: 0.8rem;
  background-color: rgb(246, 246, 246);
  color: rgb(34, 34, 34);
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item.show-pc-menu .gnb-name {
  color: rgb(231, 8, 26) !important;
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item.show-pc-menu .lnb {
  visibility: visible;
  opacity: 1;
}
body .page-head .page-head-wrap .page-head-aside {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 12.8rem;
  z-index: 1;
}
body .page-head .page-head-wrap .page-head-aside .page-control .goto-page-navi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  width: 3.2rem;
  height: 3.2rem;
}
body .page-head .page-head-wrap .page-head-aside .page-control .goto-page-navi div {
  width: 2.4rem;
  height: 0.3rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body .page-head .page-head-wrap .page-head-sitemap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 0;
  max-height: 100vh;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap {
    position: fixed;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner {
  display: flex;
  width: 100%;
  height: fit-content;
  max-height: 100vh;
  padding: 8rem 12rem 7rem 8rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner {
    height: 100%;
    padding: 6.4rem 0 0 0;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap {
  display: flex;
  gap: 8rem;
  justify-content: space-between;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap::-webkit-scrollbar {
  width: 1.2rem;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.4rem solid transparent;
  background-clip: padding-box;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap::-webkit-scrollbar-track {
  margin: 0.8rem 0;
  background: transparent;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap {
    flex-direction: column;
    gap: 0;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util {
  flex-shrink: 0;
  padding: 4.7rem 0 0 0;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util {
    order: 2;
    padding: 3.6rem 2rem 3.6rem 2rem;
    border-top: 0.1rem solid rgb(221, 221, 221);
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .page-head-sitemap-subject {
  font-weight: 500;
  font-size: 2.4rem;
  color: rgb(67, 67, 67);
  line-height: 150%;
  line-height: 150%;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .page-head-sitemap-subject {
    font-size: 2rem;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .page-head-sitemap-subject .accent {
  font-weight: 600;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .nav-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .nav-list {
    margin-top: 2.7rem;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .nav-list .nav-item .nav-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: rgb(67, 67, 67);
  line-height: 150%;
  line-height: 120%;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .nav-list .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .nav-list .nav-item .nav-link:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.75 8.75H7.25V2.56055L1.06348 8.74707L0.00292969 7.68652L6.18945 1.5H0V0H8.75V8.75Z' fill='rgb(67,67,67)'/%3E%3C/svg%3E%0A") no-repeat center/0.9rem;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .sns-list {
  display: flex;
  gap: 0.8rem;
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .sns-list {
    margin-top: 2.4rem;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .sns-list .sns-item .sns-link {
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .sns-list .sns-item.insta .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5596 0C16.5819 0.00025565 18.9997 2.41809 19 5.44043V13.4727C19 16.5816 16.5821 18.9997 13.5596 19H5.52734C2.41825 19 0 16.5817 0 13.4727V5.44043C0.000255791 2.41793 2.41842 0 5.52734 0H13.5596ZM9.5 4.57715C6.73651 4.57715 4.57738 6.90884 4.57715 9.58594C4.57715 12.2632 6.73636 14.5088 9.5 14.5088C12.2636 14.5088 14.4229 12.1773 14.4229 9.5C14.4229 6.82273 12.2636 4.57715 9.5 4.57715ZM9.49902 6.33398C11.2105 6.33417 12.6649 7.78847 12.665 9.5C12.665 11.2116 11.2106 12.6668 9.49902 12.667C7.78731 12.667 6.33203 11.2117 6.33203 9.5C6.33212 7.78836 7.78737 6.33398 9.49902 6.33398ZM14.5957 3.36816C13.9912 3.36816 13.4727 3.88667 13.4727 4.49121C13.4728 5.09563 13.9913 5.61328 14.5957 5.61328C15.2 5.61314 15.7176 5.09554 15.7178 4.49121C15.7178 3.88675 15.2001 3.36831 14.5957 3.36816Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/1.9rem;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .sns-list .sns-item.blog .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2432 0C20.5348 0.000140253 21.5996 1.07991 21.5996 2.38867V12.0625C21.5996 13.3713 20.5348 14.451 19.2432 14.4512H12.584C12.5767 14.4699 11.1983 18 10.7334 18C10.268 17.9999 8.99306 14.4617 8.98926 14.4512H2.35742C1.06568 14.4512 0 13.3713 0 12.0625V2.38867C0 1.07983 1.06568 0 2.35742 0H19.2432ZM16.7793 5.4375C16.2201 5.4375 15.7408 5.62661 15.3945 6.03125C15.0616 6.43603 14.8887 6.97596 14.8887 7.66406C14.8887 8.27108 15.0347 8.75681 15.3408 9.12109C15.647 9.48533 16.0999 9.67472 16.6191 9.6748C17.1918 9.6748 17.6045 9.52589 17.8975 9.12109H17.9111V9.37793C17.9111 10.0523 17.2058 10.4033 16.6865 10.3496V11.3613C17.299 11.4422 18.0315 11.4151 18.5508 10.916C18.9768 10.4977 19.1631 9.90381 19.1631 8.91895H19.1768V5.53223H17.9111V5.84277H17.8975C17.5912 5.55951 17.2719 5.4375 16.7793 5.4375ZM12.0518 5.49219C11.7723 5.49219 11.4927 5.54551 11.2266 5.65332C10.9603 5.76122 10.7335 5.90983 10.5205 6.09863C10.3075 6.30098 10.1476 6.53062 10.041 6.77344C9.93453 7.0297 9.88091 7.28613 9.88086 7.56934C9.88086 7.85269 9.93448 8.12333 10.041 8.36621C10.1475 8.60891 10.3076 8.83777 10.5205 9.04004C10.7203 9.22894 10.9602 9.37741 11.2266 9.48535C11.4795 9.59323 11.7589 9.64746 12.0518 9.64746C12.3447 9.64746 12.6243 9.5933 12.8906 9.48535C13.157 9.37741 13.3969 9.22894 13.5967 9.04004C13.8095 8.83779 13.9697 8.62235 14.0762 8.36621C14.1827 8.10984 14.2354 7.85269 14.2354 7.56934C14.2353 7.28613 14.1827 7.0297 14.0762 6.77344C13.9563 6.51709 13.8097 6.30102 13.5967 6.09863C13.3969 5.90977 13.1569 5.76125 12.8906 5.65332C12.6244 5.54544 12.3446 5.49219 12.0518 5.49219ZM2.43652 3.77832V9.37793H3.70215V9.1084H3.71582C3.98207 9.32404 4.35477 9.47259 4.86035 9.47266C5.41966 9.47266 5.93954 9.31043 6.27246 8.93262C6.61859 8.55491 6.77825 8.19053 6.77832 7.55664C6.77832 6.97643 6.56481 6.44964 6.28516 6.1123C5.99219 5.77513 5.51315 5.49146 5.06055 5.50488C4.52787 5.53187 4.07475 5.62698 3.72852 5.92383H3.70215V3.77832H2.43652ZM7.08496 5.05957C7.10025 5.06233 7.71086 5.17788 7.71094 5.96387V9.43164H9.00195V6.00488C8.89628 3.79658 7.11392 3.67179 7.08496 3.66992V5.05957ZM4.56836 6.66602C4.82124 6.66602 5.02128 6.74687 5.19434 6.93555C5.36746 7.11096 5.46094 7.32761 5.46094 7.58398C5.46083 7.84017 5.36736 8.05613 5.19434 8.23145C5.02126 8.4067 4.80795 8.50098 4.56836 8.50098C4.32884 8.50088 4.12907 8.40673 3.95605 8.23145C3.78303 8.04264 3.70321 7.84015 3.70312 7.58398C3.70312 7.32761 3.78294 7.11096 3.95605 6.93555C4.11576 6.76031 4.32887 6.66611 4.56836 6.66602ZM17.0332 6.66602C17.2728 6.66602 17.4861 6.74687 17.6592 6.93555C17.8323 7.11096 17.9258 7.32761 17.9258 7.58398C17.9257 7.84017 17.8322 8.05613 17.6592 8.23145C17.4861 8.4067 17.2728 8.50098 17.0332 8.50098C16.7937 8.50088 16.5939 8.40673 16.4209 8.23145C16.2479 8.04264 16.1681 7.84015 16.168 7.58398C16.168 7.32761 16.2478 7.11096 16.4209 6.93555C16.5806 6.76031 16.7937 6.66611 17.0332 6.66602ZM12.041 6.65234C12.2939 6.65234 12.5072 6.73321 12.667 6.92188C12.8401 7.11078 12.9336 7.31394 12.9336 7.57031C12.9335 7.8265 12.84 8.04246 12.667 8.21777C12.4939 8.39303 12.2806 8.4873 12.041 8.4873C11.8015 8.48721 11.6017 8.39306 11.4287 8.21777C11.2557 8.02897 11.1759 7.82648 11.1758 7.57031C11.1758 7.31394 11.2556 7.09729 11.4287 6.92188C11.5884 6.74664 11.8015 6.65244 12.041 6.65234Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/2.2rem;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .sns-list .sns-item.youtube .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5377 2.50206C21.2826 1.5144 20.5333 0.740741 19.5928 0.477366C17.871 2.35475e-07 11 0 11 0C11 0 4.11304 2.35475e-07 2.40725 0.477366C1.46667 0.740741 0.717392 1.5144 0.462319 2.50206C2.28053e-07 4.27983 0 8 0 8C0 8 2.28053e-07 11.7202 0.462319 13.4979C0.717392 14.4856 1.46667 15.2593 2.40725 15.5226C4.12899 16 11 16 11 16C11 16 17.887 16 19.5928 15.5226C20.5333 15.2593 21.2826 14.4856 21.5377 13.4979C22 11.7202 22 8 22 8C22 8 22 4.27983 21.5377 2.50206ZM8.75217 11.3745V4.62551L14.5072 8L8.75217 11.3745Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/2.2rem;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .page-head-sitemap-util .sns-list .sns-item.facebook .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22222 9.9V18H6.41975V10.0125H9.25926L10 6.6375H6.41975C6.41975 6.6375 6.41975 5.0625 6.41975 4.1625C6.41975 3.825 6.54321 3.375 7.16049 3.375C8.02469 3.375 9.1358 3.375 9.1358 3.375V0C9.1358 0 7.28395 0 5.30864 0C4.07407 0 2.22222 1.4625 2.22222 3.15C2.22222 4.8375 2.22222 6.6375 2.22222 6.6375H0V10.0125L2.22222 9.9Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/1rem;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8rem;
  height: fit-content;
  margin: 0 -4rem;
  padding: 4.7rem 0 0 0;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list {
    order: 1;
    flex-direction: column;
    row-gap: 0;
    margin: 0;
    padding: 1.6rem 0 2.1rem 0;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 24rem;
  padding: 0 4rem;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item {
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item + .gnb-item {
  border-left: 0.1rem solid rgb(221, 221, 221);
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item + .gnb-item {
    border-left: none;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .gnb-name {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(23, 23, 23);
  line-height: 150%;
  line-height: 120%;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .gnb-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 2rem;
    font-weight: 600;
    font-size: 2.4rem;
    color: rgb(23, 23, 23);
    line-height: 150%;
  }
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item.has-2depth .gnb-name:after {
    display: flex;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%0A%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.626 0.292908C14.0164 -0.0975623 14.6495 -0.0974538 15.04 0.292908C15.4305 0.683438 15.4305 1.31647 15.04 1.70697L8.37402 8.37396C7.98363 8.76435 7.35052 8.76409 6.95996 8.37396L0.292969 1.70697C-0.0975555 1.31645 -0.0975555 0.683432 0.292969 0.292908C0.683493 -0.0976166 1.31651 -0.0976166 1.70703 0.292908L7.66602 6.25189L13.626 0.292908Z' fill='rgb(180,180,180)'/%3E%3C/svg%3E%0A") no-repeat center/1.6rem;
    transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item.has-2depth.show-mo-menu .gnb-name:after {
    transform: rotate(-180deg);
  }
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .lnb {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .lnb .lnb-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .lnb .lnb-list {
    gap: 1.6rem;
    padding: 0.4rem 0 1.6rem 0;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .lnb .lnb-list .lnb-item .lnb-name {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(67, 67, 67);
  line-height: 150%;
  line-height: 150%;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .lnb .lnb-list .lnb-item .lnb-name {
    padding: 0 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: rgb(67, 67, 67);
    line-height: 150%;
    line-height: 160%;
  }
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .lnb .lnb-list .lnb-item .lnb-name:hover, body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap .gnb-list .gnb-item .lnb .lnb-list .lnb-item .lnb-name:focus {
  color: rgb(243, 64, 64);
}
body .page-head.transparent .page-head-wrap .page-head-subject .page-head-name {
  background-image: url("/images/common/page-head-logo-transparent.png");
}
body .page-head.transparent .page-head-wrap .page-head-nav .gnb-list .gnb-item .gnb-name {
  color: rgb(255, 255, 255);
}
body .page-head.transparent .page-head-wrap .page-head-aside .page-control .goto-page-navi div {
  background: rgb(255, 255, 255);
}
body .page-head.black .page-head-wrap .page-head-subject .page-head-name {
  background-image: url("/images/common/page-head-logo-black.png");
}
body .page-head.black .page-head-wrap .page-head-nav .gnb-list .gnb-item .gnb-name {
  color: rgb(23, 23, 23);
}
body .page-head.black .page-head-wrap .page-head-aside .page-control .goto-page-navi div {
  background: rgb(23, 23, 23);
}
body .page-head.white {
  top: 0;
  background-color: rgb(255, 255, 255);
}
body .page-head.white .page-head-wrap .page-head-subject .page-head-name {
  background-image: url("/images/common/page-head-logo-black.png");
}
body .page-head.white .page-head-wrap .page-head-nav .gnb-list .gnb-item .gnb-name {
  color: rgb(23, 23, 23);
}
body .page-head.white .page-head-wrap .page-head-aside .page-control .goto-page-navi div {
  background: rgb(23, 23, 23);
}
body .page-head.scroll-down {
  top: -8rem;
}
@media (max-width: 1023px) {
  body .page-head.scroll-down {
    top: -6.4rem;
  }
}
body .page-head.show-all .page-head-wrap .page-head-subject .page-head-name {
  background-image: url("/images/common/page-head-logo-black.png");
}
@media (max-width: 1023px) {
  body .page-head.show-all .page-head-wrap .page-head-subject .page-head-name {
    background-image: none;
  }
}
body .page-head.show-all .page-head-wrap .page-head-aside .page-control .goto-page-navi div {
  background: rgb(23, 23, 23);
}
body .page-head.show-all .page-head-wrap .page-head-aside .page-control .goto-page-navi div:nth-child(2) {
  transform: translateY(0.5rem) rotate(45deg);
}
body .page-head.show-all .page-head-wrap .page-head-aside .page-control .goto-page-navi div:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}
body .page-head.show-all .page-head-wrap .page-head-sitemap {
  visibility: visible;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body .page-head.show-all .page-head-wrap .page-head-sitemap .page-head-sitemap-inner {
  opacity: 1;
  visibility: visible;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0.2s;
}
body .page-head .page-progress-bar {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  opacity: 0;
  display: none;
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
body .page-head .page-progress-bar.active {
  opacity: 1;
}
body .page-head .page-progress-bar .page-progress-fill {
  width: 0%;
  height: 100%;
  background: #ED1C24;
  transition: width 0.1s ease;
  clip-path: polygon(0 0, 100% 0, calc(100% - 3px) 100%, 0 100%);
}

.page-footer {
  padding: 4rem 2rem 4.8rem 2rem;
  background-color: rgb(23, 23, 23);
  position: relative;
}
@media (max-width: 1023px) {
  .page-footer {
    padding: 6.4rem 2rem;
  }
}
.page-footer .page-footer-wrap {
  max-width: 144rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 2.4rem;
  }
}
.page-footer .page-footer-wrap .page-footer-body {
  max-width: 72rem;
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-subject {
  display: block;
  width: 20.1rem;
  height: 4.1rem;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  background: url("/images/common/page-footer-logo-transparent.png") no-repeat center/100%;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-subject {
    width: 13.2rem;
    height: 2.7rem;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-nav {
  display: flex;
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav {
    margin-top: 4rem;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 0.8rem;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 두 열 */
    width: 100%;
    column-gap: 0;
    row-gap: 1.2rem;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item .data-name {
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item .data-name {
    font-weight: 500;
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
    line-height: 150%;
    font-family: "Pretendard", sans-serif;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item .data-name .strong {
  font-weight: 700;
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-info {
  display: flex;
  flex-direction: column;
  margin: 6rem -1.2rem 0;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-info {
    margin: 4rem -1.2rem 0;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list {
    row-gap: 0.6rem;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list .data-item {
  flex-shrink: 0;
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list .data-item:last-child .data-name:after {
  display: none;
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list .data-item .data-name {
  position: relative;
  padding-inline: 1.2rem;
  font-weight: 500;
  font-size: 1.3rem;
  color: #898989;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list .data-item .data-name {
    padding-inline: 0.6rem;
    font-size: 1.2rem;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list .data-item .data-name:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.1rem;
  height: 0.9rem;
  background-color: rgb(67, 67, 67);
}
.page-footer .page-footer-wrap .page-footer-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-aside {
    align-items: flex-start;
    width: 100%;
  }
}
.page-footer .page-footer-wrap .page-footer-aside .family-site {
  width: 27.4rem;
  max-width: 100%;
  z-index: 997;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-aside .family-site {
    width: 100%;
    order: 2;
    margin-top: 4rem;
  }
}
.page-footer .page-footer-wrap .page-footer-aside .sns-list {
  display: flex;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-aside .sns-list {
    order: 3;
    margin: 1.6rem 0 0 auto;
  }
}
.page-footer .page-footer-wrap .page-footer-aside .sns-list .sns-item .sns-link {
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-aside .sns-list .sns-item .sns-link {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.page-footer .page-footer-wrap .page-footer-aside .sns-list .sns-item.insta .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5596 0C16.5819 0.00025565 18.9997 2.41809 19 5.44043V13.4727C19 16.5816 16.5821 18.9997 13.5596 19H5.52734C2.41825 19 0 16.5817 0 13.4727V5.44043C0.000255791 2.41793 2.41842 0 5.52734 0H13.5596ZM9.5 4.57715C6.73651 4.57715 4.57738 6.90884 4.57715 9.58594C4.57715 12.2632 6.73636 14.5088 9.5 14.5088C12.2636 14.5088 14.4229 12.1773 14.4229 9.5C14.4229 6.82273 12.2636 4.57715 9.5 4.57715ZM9.49902 6.33398C11.2105 6.33417 12.6649 7.78847 12.665 9.5C12.665 11.2116 11.2106 12.6668 9.49902 12.667C7.78731 12.667 6.33203 11.2117 6.33203 9.5C6.33212 7.78836 7.78737 6.33398 9.49902 6.33398ZM14.5957 3.36816C13.9912 3.36816 13.4727 3.88667 13.4727 4.49121C13.4728 5.09563 13.9913 5.61328 14.5957 5.61328C15.2 5.61314 15.7176 5.09554 15.7178 4.49121C15.7178 3.88675 15.2001 3.36831 14.5957 3.36816Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/1.9rem;
}
.page-footer .page-footer-wrap .page-footer-aside .sns-list .sns-item.blog .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2432 0C20.5348 0.000140253 21.5996 1.07991 21.5996 2.38867V12.0625C21.5996 13.3713 20.5348 14.451 19.2432 14.4512H12.584C12.5767 14.4699 11.1983 18 10.7334 18C10.268 17.9999 8.99306 14.4617 8.98926 14.4512H2.35742C1.06568 14.4512 0 13.3713 0 12.0625V2.38867C0 1.07983 1.06568 0 2.35742 0H19.2432ZM16.7793 5.4375C16.2201 5.4375 15.7408 5.62661 15.3945 6.03125C15.0616 6.43603 14.8887 6.97596 14.8887 7.66406C14.8887 8.27108 15.0347 8.75681 15.3408 9.12109C15.647 9.48533 16.0999 9.67472 16.6191 9.6748C17.1918 9.6748 17.6045 9.52589 17.8975 9.12109H17.9111V9.37793C17.9111 10.0523 17.2058 10.4033 16.6865 10.3496V11.3613C17.299 11.4422 18.0315 11.4151 18.5508 10.916C18.9768 10.4977 19.1631 9.90381 19.1631 8.91895H19.1768V5.53223H17.9111V5.84277H17.8975C17.5912 5.55951 17.2719 5.4375 16.7793 5.4375ZM12.0518 5.49219C11.7723 5.49219 11.4927 5.54551 11.2266 5.65332C10.9603 5.76122 10.7335 5.90983 10.5205 6.09863C10.3075 6.30098 10.1476 6.53062 10.041 6.77344C9.93453 7.0297 9.88091 7.28613 9.88086 7.56934C9.88086 7.85269 9.93448 8.12333 10.041 8.36621C10.1475 8.60891 10.3076 8.83777 10.5205 9.04004C10.7203 9.22894 10.9602 9.37741 11.2266 9.48535C11.4795 9.59323 11.7589 9.64746 12.0518 9.64746C12.3447 9.64746 12.6243 9.5933 12.8906 9.48535C13.157 9.37741 13.3969 9.22894 13.5967 9.04004C13.8095 8.83779 13.9697 8.62235 14.0762 8.36621C14.1827 8.10984 14.2354 7.85269 14.2354 7.56934C14.2353 7.28613 14.1827 7.0297 14.0762 6.77344C13.9563 6.51709 13.8097 6.30102 13.5967 6.09863C13.3969 5.90977 13.1569 5.76125 12.8906 5.65332C12.6244 5.54544 12.3446 5.49219 12.0518 5.49219ZM2.43652 3.77832V9.37793H3.70215V9.1084H3.71582C3.98207 9.32404 4.35477 9.47259 4.86035 9.47266C5.41966 9.47266 5.93954 9.31043 6.27246 8.93262C6.61859 8.55491 6.77825 8.19053 6.77832 7.55664C6.77832 6.97643 6.56481 6.44964 6.28516 6.1123C5.99219 5.77513 5.51315 5.49146 5.06055 5.50488C4.52787 5.53187 4.07475 5.62698 3.72852 5.92383H3.70215V3.77832H2.43652ZM7.08496 5.05957C7.10025 5.06233 7.71086 5.17788 7.71094 5.96387V9.43164H9.00195V6.00488C8.89628 3.79658 7.11392 3.67179 7.08496 3.66992V5.05957ZM4.56836 6.66602C4.82124 6.66602 5.02128 6.74687 5.19434 6.93555C5.36746 7.11096 5.46094 7.32761 5.46094 7.58398C5.46083 7.84017 5.36736 8.05613 5.19434 8.23145C5.02126 8.4067 4.80795 8.50098 4.56836 8.50098C4.32884 8.50088 4.12907 8.40673 3.95605 8.23145C3.78303 8.04264 3.70321 7.84015 3.70312 7.58398C3.70312 7.32761 3.78294 7.11096 3.95605 6.93555C4.11576 6.76031 4.32887 6.66611 4.56836 6.66602ZM17.0332 6.66602C17.2728 6.66602 17.4861 6.74687 17.6592 6.93555C17.8323 7.11096 17.9258 7.32761 17.9258 7.58398C17.9257 7.84017 17.8322 8.05613 17.6592 8.23145C17.4861 8.4067 17.2728 8.50098 17.0332 8.50098C16.7937 8.50088 16.5939 8.40673 16.4209 8.23145C16.2479 8.04264 16.1681 7.84015 16.168 7.58398C16.168 7.32761 16.2478 7.11096 16.4209 6.93555C16.5806 6.76031 16.7937 6.66611 17.0332 6.66602ZM12.041 6.65234C12.2939 6.65234 12.5072 6.73321 12.667 6.92188C12.8401 7.11078 12.9336 7.31394 12.9336 7.57031C12.9335 7.8265 12.84 8.04246 12.667 8.21777C12.4939 8.39303 12.2806 8.4873 12.041 8.4873C11.8015 8.48721 11.6017 8.39306 11.4287 8.21777C11.2557 8.02897 11.1759 7.82648 11.1758 7.57031C11.1758 7.31394 11.2556 7.09729 11.4287 6.92188C11.5884 6.74664 11.8015 6.65244 12.041 6.65234Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/2.2rem;
}
.page-footer .page-footer-wrap .page-footer-aside .sns-list .sns-item.youtube .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5377 2.50206C21.2826 1.5144 20.5333 0.740741 19.5928 0.477366C17.871 2.35475e-07 11 0 11 0C11 0 4.11304 2.35475e-07 2.40725 0.477366C1.46667 0.740741 0.717392 1.5144 0.462319 2.50206C2.28053e-07 4.27983 0 8 0 8C0 8 2.28053e-07 11.7202 0.462319 13.4979C0.717392 14.4856 1.46667 15.2593 2.40725 15.5226C4.12899 16 11 16 11 16C11 16 17.887 16 19.5928 15.5226C20.5333 15.2593 21.2826 14.4856 21.5377 13.4979C22 11.7202 22 8 22 8C22 8 22 4.27983 21.5377 2.50206ZM8.75217 11.3745V4.62551L14.5072 8L8.75217 11.3745Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/2.2rem;
}
.page-footer .page-footer-wrap .page-footer-aside .sns-list .sns-item.facebook .sns-link {
  background: url("data:image/svg+xml,%0A%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22222 9.9V18H6.41975V10.0125H9.25926L10 6.6375H6.41975C6.41975 6.6375 6.41975 5.0625 6.41975 4.1625C6.41975 3.825 6.54321 3.375 7.16049 3.375C8.02469 3.375 9.1358 3.375 9.1358 3.375V0C9.1358 0 7.28395 0 5.30864 0C4.07407 0 2.22222 1.4625 2.22222 3.15C2.22222 4.8375 2.22222 6.6375 2.22222 6.6375H0V10.0125L2.22222 9.9Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/1rem;
}
.page-footer .page-footer-wrap .page-footer-aside .page-footer-util {
  margin-top: 6.7rem;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-aside .page-footer-util {
    order: 1;
    margin-top: 0;
  }
}
.page-footer .page-footer-wrap .page-footer-aside .page-footer-util .data-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-aside .page-footer-util .data-list .data-item:nth-child(1) {
    width: 13rem;
  }
  .page-footer .page-footer-wrap .page-footer-aside .page-footer-util .data-list .data-item:nth-child(2) {
    width: 9.1rem;
  }
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-aside .page-footer-util .data-list .data-item img {
    width: 100%;
    height: auto;
  }
}
.page-footer .floating-area {
  position: fixed;
  z-index: 99;
  display: none;
}
.page-footer .floating-area.show {
  display: block;
}
.page-footer .floating-area.absolute {
  position: absolute;
  bottom: unset !important;
}
.page-footer .floating-area .floating-btn {
  display: grid;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-footer .floating-area .floating-btn .top {
  transform-origin: center bottom;
  display: block;
}
.page-footer .floating-area.main-only {
  right: 8rem;
  bottom: 5.2rem;
}
@media (max-width: 1023px) {
  .page-footer .floating-area.main-only {
    bottom: 4.8rem;
    right: 1.8rem;
  }
}
.page-footer .floating-area.main-only.on {
  bottom: 7.2rem;
}
.page-footer .floating-area.main-only.absolute {
  top: -22.8rem;
}
@media (max-width: 1023px) {
  .page-footer .floating-area.main-only.absolute {
    top: -15.6rem;
  }
}
.page-footer .floating-area.main-only .floating-btn {
  width: 11.7rem;
  height: 15.6rem;
}
@media (max-width: 1023px) {
  .page-footer .floating-area.main-only .floating-btn {
    width: 6rem;
    height: 8rem;
  }
}
.page-footer .floating-area.main-only .floating-btn .top {
  animation: top-swing 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}
@media (max-width: 1023px) {
  .page-footer .floating-area.main-only .floating-btn .top {
    width: 6rem;
    height: auto;
  }
}
.page-footer .floating-area.main-only .floating-btn.wh {
  background: url("../images/page/main/floating-btn-wh.svg") no-repeat center bottom/contain;
}
.page-footer .floating-area.main-only .floating-btn.bk {
  background: url("../images/page/main/floating-btn-bk.svg") no-repeat center bottom/contain;
}
@keyframes top-swing {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.74rem);
  }
}
.page-footer .floating-area.notice-only {
  right: 1rem;
  bottom: 8rem;
}
.page-footer .floating-area.notice-only.absolute {
  top: -14.4rem;
}
.page-footer .floating-area.notice-only .floating-btn {
  filter: drop-shadow(0 0 23.375px rgba(0, 0, 0, 0.12));
  width: 6.4rem;
  height: 6.4rem;
}
@media (min-width: 1024px) {
  .page-footer .floating-area.notice-only {
    display: none !important;
  }
}
.page-footer .floating-area.top {
  right: 5.65rem;
  bottom: 1.65rem;
}
@media (max-width: 1023px) {
  .page-footer .floating-area.top {
    right: -0.55rem;
    bottom: -0.35rem;
  }
}
.page-footer .floating-area.top.absolute {
  top: -14.4rem;
}
@media (max-width: 1023px) {
  .page-footer .floating-area.top.absolute {
    top: -10.75rem;
  }
}
@media (min-width: 1024px) {
  .page-footer .floating-area.top {
    display: none;
  }
}
.page-footer .floating-area.top.show {
  display: block;
}

.data-list.module-a > .data-item {
  font-weight: 400;
  font-size: 1.8rem;
  color: #434343;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .data-list.module-a > .data-item {
    font-size: 1.6rem;
  }
}
.data-list.module-a > .data-item .large {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .data-list.module-a > .data-item .large {
    font-size: 1.6rem;
  }
}
.data-list.module-a > .data-item .line {
  text-decoration-line: underline;
}
.data-list.module-a > .data-item .indent-1 {
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  .data-list.module-a > .data-item .indent-1 {
    padding-left: 1.6rem;
  }
}
.data-list.module-a > .data-item + .data-item {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .data-list.module-a > .data-item + .data-item {
    margin-top: 1.6rem;
  }
}
.data-list.module-b > .data-item .data-head {
  font-weight: 700;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-list.module-b > .data-item .data-head {
    font-size: 1.6rem;
  }
}
.data-list.module-b > .data-item.flex {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .data-list.module-b > .data-item.flex {
    gap: 2rem;
  }
}
.data-list.module-b > .data-item .data-inform .title {
  font-weight: 600;
  font-size: 1.6rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-list.module-b > .data-item .data-inform .title {
    font-size: 1.4rem;
  }
}
.data-list.module-b > .data-item .data-inform .title + .para,
.data-list.module-b > .data-item .data-inform .title + .figure,
.data-list.module-b > .data-item .data-inform .title + .dash-list {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .data-list.module-b > .data-item .data-inform .title + .para,
  .data-list.module-b > .data-item .data-inform .title + .figure,
  .data-list.module-b > .data-item .data-inform .title + .dash-list {
    margin-top: 0.8rem;
  }
}
.data-list.module-b > .data-item .data-inform .para {
  padding-left: 1.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-list.module-b > .data-item .data-inform .para {
    font-size: 1.6rem;
  }
}
.data-list.module-b > .data-item .data-inform .figure {
  width: 18.6rem;
  aspect-ratio: 186/244;
  border-radius: 1.2rem;
  background: #F6F6F6;
  overflow: hidden;
  border: 1px solid #DDD;
}
@media (max-width: 1023px) {
  .data-list.module-b > .data-item .data-inform .figure {
    width: 16.5rem;
  }
}
.data-list.module-b > .data-item .data-inform .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.data-list.module-b > .data-item + .data-item {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .data-list.module-b > .data-item + .data-item {
    margin-top: 2rem;
  }
}
.data-list.module-b + .form-area {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .data-list.module-b + .form-area {
    margin-top: 2rem;
  }
}
.data-list.module-c > .data-item .data-head {
  font-weight: 600;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-list.module-c > .data-item .data-head {
    font-size: 2.2rem;
  }
}
.data-list.module-c > .data-item .data-head + .data-body {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .data-list.module-c > .data-item .data-head + .data-body {
    margin-top: 2rem;
  }
}
.data-list.module-c > .data-item .data-body + .data-util {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .data-list.module-c > .data-item .data-body + .data-util {
    margin-top: 1.6rem;
  }
}
.data-list.module-c > .data-item + .data-item {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .data-list.module-c > .data-item + .data-item {
    margin-top: 6.4rem;
  }
}
.data-list.module-d > .data-item + .data-item {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item + .data-item {
    margin-top: 6.4rem;
  }
}
.data-list.module-d > .data-item .data-wrap + .data-wrap {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item .data-wrap + .data-wrap {
    margin-top: 2rem;
  }
}
.data-list.module-d > .data-item .data-wrap > .data-head .data-title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item .data-wrap > .data-head .data-title {
    font-size: 2.2rem;
  }
}
.data-list.module-d > .data-item .data-wrap > .data-head .data-title + .data-subtitle {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item .data-wrap > .data-head .data-title + .data-subtitle {
    margin-top: 2rem;
  }
}
.data-list.module-d > .data-item .data-wrap > .data-head .data-subtitle {
  font-weight: 600;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item .data-wrap > .data-head .data-subtitle {
    font-size: 2.2rem;
  }
}
.data-list.module-d > .data-item .data-wrap > .data-head .data-subtitle + .data-desc {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item .data-wrap > .data-head .data-subtitle + .data-desc {
    margin-top: 1.2rem;
  }
}
.data-list.module-d > .data-item .data-wrap > .data-head .data-desc {
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item .data-wrap > .data-head .data-desc {
    font-size: 1.6rem;
  }
}
.data-list.module-d > .data-item .data-wrap > .data-head + .data-body {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .data-list.module-d > .data-item .data-wrap > .data-head + .data-body {
    margin-top: 2rem;
  }
}
.bullet-list.module-a > .bullet-item {
  position: relative;
  padding-left: 1rem;
  font-weight: 400;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
}
.bullet-list.module-a > .bullet-item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #434343;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
@media (max-width: 1023px) {
  .bullet-list.module-a > .bullet-item::before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.05rem;
  }
}
@media (max-width: 1023px) {
  .bullet-list.module-a > .bullet-item {
    font-size: 1.6rem;
    padding-left: 0.9rem;
  }
}
.bullet-list.module-a > .bullet-item .link {
  font-weight: 600;
  text-decoration-line: underline;
}
.bullet-list.module-a.gap-1 > .bullet-item + .bullet-item {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .bullet-list.module-a.gap-1 > .bullet-item + .bullet-item {
    margin-top: 1.6rem;
  }
}
.bullet-list.module-a.gap-2 > .bullet-item + .bullet-item {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .bullet-list.module-a.gap-2 > .bullet-item + .bullet-item {
    margin-top: 0.4rem;
  }
}
.bullet-list.module-b .bullet-item {
  position: relative;
  padding-left: 1rem;
}
.bullet-list.module-b .bullet-item:not(.large) {
  font-weight: 400;
  font-size: 1.8rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .bullet-list.module-b .bullet-item:not(.large) {
    font-size: 1.6rem;
  }
}
.bullet-list.module-b .bullet-item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #434343;
  position: absolute;
  top: 1.15rem;
  left: 0;
}
@media (max-width: 1023px) {
  .bullet-list.module-b .bullet-item::before {
    width: 0.3rem;
    height: 0.3rem;
    top: 1.05rem;
  }
}
@media (max-width: 1023px) {
  .bullet-list.module-b .bullet-item {
    padding-left: 0.9rem;
  }
}
.bullet-list.module-b .bullet-item.large {
  font-weight: 400;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .bullet-list.module-b .bullet-item.large {
    font-size: 1.6rem;
  }
}
.bullet-list.module-b .bullet-item + .bullet-item {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .bullet-list.module-b .bullet-item + .bullet-item {
    margin-top: 0.4rem;
  }
}

.dash-list.module-a > .dash-item {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
}
.dash-list.module-a > .dash-item::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .dash-list.module-a > .dash-item {
    font-size: 1.6rem;
    padding-left: 1.2rem;
  }
}
.dash-list.module-b > .dash-item {
  position: relative;
  padding-left: 1.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: #434343;
  line-height: 150%;
}
.dash-list.module-b > .dash-item::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .dash-list.module-b > .dash-item {
    font-size: 1.6rem;
    padding-left: 1.1rem;
  }
}

.order-list.module-a > .order-item:not(:first-child) {
  padding-block: 4rem;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item:not(:first-child) {
    padding-block: 3.2rem;
  }
}
.order-list.module-a > .order-item:first-child {
  padding-bottom: 4rem;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item:first-child {
    padding-bottom: 3.2rem;
  }
}
.order-list.module-a > .order-item:last-child {
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item:last-child {
    padding-top: 3.2rem;
  }
}
.order-list.module-a > .order-item + .order-item {
  border-top: 2px solid #F6F6F6;
}
.order-list.module-a > .order-item .order-wrap {
  position: relative;
  padding-left: 5.8rem;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item .order-wrap {
    padding-left: 4.2rem;
  }
}
.order-list.module-a > .order-item .order-wrap .order-num {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 3.8rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background: #DDD;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item .order-wrap .order-num {
    padding: 0.4rem 0.8rem;
    border-radius: 0.6rem;
    min-width: 2.6rem;
    font-size: 1.6rem;
    line-height: normal;
  }
}
.order-list.module-a > .order-item .order-wrap .order-inform .title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item .order-wrap .order-inform .title {
    font-size: 1.8rem;
  }
}
.order-list.module-a > .order-item .order-wrap .order-inform .title + .desc {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item .order-wrap .order-inform .title + .desc {
    margin-top: 0.4rem;
  }
}
.order-list.module-a > .order-item .order-wrap .order-inform .desc {
  font-weight: 600;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .order-list.module-a > .order-item .order-wrap .order-inform .desc {
    font-size: 1.6rem;
  }
}

.data-display.module-a {
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  padding: 3.2rem 2.4rem;
}
.data-display.module-a.style-a > .data-title {
  font-weight: 600;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-display.module-a.style-a > .data-title {
    font-size: 1.6rem;
  }
}
.data-display.module-a.style-a > .data-title + .bullet-list {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .data-display.module-a.style-a > .data-title + .bullet-list {
    margin-top: 1.6rem;
  }
}
.data-display.module-a.style-a.bg {
  background: #F6F6F6;
}
.data-display.module-b {
  border-radius: 1.2rem;
  background: #F6F6F6;
  padding: 2.4rem 2rem;
}
@media (max-width: 1023px) {
  .data-display.module-b {
    padding: 2rem 1.6rem;
  }
}
.data-display.module-b.style-a {
  max-height: 24rem;
}
@media (max-width: 1023px) {
  .data-display.module-b.style-a {
    max-height: 42rem;
  }
}
.data-display.module-b > .data-title {
  font-weight: 600;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .data-display.module-b > .data-title {
    font-size: 1.6rem;
  }
}
.data-display.module-b > .data-title + .bullet-list {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .data-display.module-b > .data-title + .bullet-list {
    margin-top: 1.6rem;
  }
}
.data-display.module-b > .data-title.icon {
  display: flex;
  align-items: center;
}
.data-display.module-b > .data-title i.notice-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/images/icons/icon-exclamation.svg") no-repeat center/cover;
  margin-right: 0.8rem;
  display: inline-block;
}
@media (max-width: 1023px) {
  .data-display.module-b > .data-title i.notice-icon {
    margin-right: 0.4rem;
  }
}

.data-indent-1 {
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  .data-indent-1 {
    padding-left: 1.6rem;
  }
}

.post-list .post-item {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.post-list .post-item .post-figure img {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scale(1);
}
@media (min-width: 1024px) {
  .post-list .post-item .post-figure:hover img {
    transform: scale(1.1);
  }
}
.post-list.module-a .post-item {
  display: flex;
  width: 100%;
  max-width: 48.5rem;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item {
    max-width: unset;
  }
}
.post-list.module-a .post-item .post-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.post-list.module-a .post-item .post-wrap .post-figure {
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-figure {
    border-radius: 2.4rem;
  }
}
.post-list.module-a .post-item .post-wrap .post-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-a .post-item .post-wrap .post-inform {
  position: absolute;
  top: 6rem;
  left: 4rem;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-inform {
    top: 5.2rem;
    left: 3.2rem;
  }
}
.post-list.module-a .post-item .post-wrap .post-inform .post-head .subject {
  font-weight: 700;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-inform .post-head .subject {
    font-size: 2.2rem;
  }
}
.post-list.module-a .post-item .post-wrap .post-inform .post-head + .post-body {
  margin-top: 1.2rem;
}
.post-list.module-a .post-item .post-wrap .post-inform .post-body .para {
  font-weight: 600;
  font-size: 1.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-inform .post-body .para {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .post-list.module-b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(204px, 1fr));
    gap: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .post-list.module-b {
    display: flex;
    gap: 1.2rem;
  }
}
.post-list.module-b .post-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item {
    min-width: 16rem;
  }
}
.post-list.module-b .post-item .post-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.post-list.module-b .post-item .post-wrap .post-figure {
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-figure {
    border-radius: 2.4rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-b .post-item .post-wrap .post-figure + .post-inform {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-figure + .post-inform {
    margin-top: 2rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-inform {
  padding-inline: 0.8rem;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-inform {
    padding-inline: 0.4rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-inform .post-head .subject {
  font-weight: 700;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-inform .post-head .subject {
    font-size: 1.6rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-inform .post-head + .post-body {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-inform .post-head + .post-body {
    margin-top: 0.8rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-inform .post-body .para {
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-inform .post-body .para {
    font-size: 1.4rem;
  }
}
.post-list.module-c {
  display: flex;
}
.post-list.module-c.style-a {
  flex-wrap: wrap;
  gap: 6.4rem 2.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-c.style-a {
    gap: 4.4rem 2rem;
  }
}
.post-list.module-c.style-a .post-item {
  width: calc(25% - 1.8rem);
}
@media (max-width: 1023px) {
  .post-list.module-c.style-a .post-item {
    width: calc(50% - 1rem);
  }
}
.post-list.module-c.style-b .post-item {
  width: 23.75%;
}
@media (max-width: 1023px) {
  .post-list.module-c.style-b .post-item {
    width: 16.4rem;
  }
}
.post-list.module-c .post-item {
  position: relative;
}
.post-list.module-c .post-item .post-wrap .label {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  padding: 0.4rem 1.2rem;
  background: #fff;
  border-radius: 1.6rem;
  z-index: 1;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-item .post-wrap .label {
    font-size: 1.6rem;
  }
}
.post-list.module-c .post-item .post-wrap .post-figure {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 342/457;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-item .post-wrap .post-figure {
    border-radius: 2.4rem;
  }
}
.post-list.module-c .post-item .post-wrap .post-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-c .post-item .post-wrap .post-figure + .post-head {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-item .post-wrap .post-figure + .post-head {
    margin-top: 1.6rem;
  }
}
.post-list.module-c .post-item .post-wrap .post-head .subject {
  font-weight: 600;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-item .post-wrap .post-head .subject {
    font-size: 1.6rem;
  }
}
.post-list.module-c .post-item .post-wrap .post-head .subject + .desc {
  margin-top: 0.4rem;
}
.post-list.module-c .post-item .post-wrap .post-head .desc {
  font-weight: 400;
  font-size: 1.6rem;
  color: #434343;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-item .post-wrap .post-head .desc {
    font-size: 1.4rem;
  }
}
.post-list.module-c .post-item .post-wrap .post-head + .post-body {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-item .post-wrap .post-head + .post-body {
    margin-top: 1.2rem;
  }
}
.post-list.module-c .post-item .post-wrap .post-body .date {
  font-weight: 400;
  font-size: 1.6rem;
  color: #B4B4B4;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-item .post-wrap .post-body .date {
    font-size: 1.4rem;
  }
}
.post-list.module-d .post-item {
  width: 42.3rem;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item {
    width: 32.5rem;
  }
}
.post-list.module-d .post-item .post-wrap {
  position: relative;
  display: block;
}
.post-list.module-d .post-item .post-wrap .post-figure {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 423/564;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-figure {
    border-radius: 2.4rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-d .post-item .post-wrap .post-inform {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  padding: 2.4rem 2rem 2.4rem 2rem;
  background: #fff;
  border-radius: 2rem 2rem 2rem 0;
  min-height: 23.2rem;
  width: 23rem;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform {
    top: 2rem;
    left: 2rem;
    padding: 2rem 1.6rem 2rem 1.6rem;
    border-radius: 1.6rem 1.6rem 1.6rem 0;
    min-height: 18.5rem;
    width: 20rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-inform:after {
  width: 15.8rem;
  height: 2.1rem;
  position: absolute;
  left: 0;
  bottom: -2.1rem;
  background: url("../images/svg/white-down.svg") no-repeat center center;
  content: "";
}
.post-list.module-d .post-item .post-wrap .post-inform .label {
  padding: 0.4rem 1.2rem;
  background: #000;
  border-radius: 2rem;
  z-index: 1;
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform .label {
    top: 2rem;
    left: 1.6rem;
    font-size: 1.6rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-inform .label + .post-head {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform .label + .post-head {
    margin-top: 0.8rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-inform .post-head {
  min-width: 18rem;
  padding-left: 0.8rem;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform .post-head {
    min-width: 16.8rem;
    padding-left: 0.4rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-inform .post-head .subject {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform .post-head .subject {
    font-size: 1.8rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-inform .post-head .desc {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform .post-head .desc {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-inform .post-body {
  padding-left: 0.8rem;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform .post-body {
    padding-left: 0.4rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-inform .post-body .date {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #B4B4B4;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-inform .post-body .date {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.post-list.module-e .post-item .post-wrap {
  display: flex;
  gap: 14.2rem;
}
@media (max-width: 1023px) {
  .post-list.module-e .post-item .post-wrap {
    gap: 3.2rem;
    flex-direction: column;
  }
}
.post-list.module-e .post-item .post-figure {
  aspect-ratio: 71/48;
  max-width: 71rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .post-list.module-e .post-item .post-figure {
    width: 49.305%;
  }
}
@media (max-width: 1023px) {
  .post-list.module-e .post-item .post-figure {
    aspect-ratio: 35/23.7;
    max-width: unset;
  }
}
.post-list.module-e .post-item .post-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .post-list.module-e .post-item .post-inform {
    margin-top: 4.444%;
  }
}
.post-list.module-e .post-item .post-inform .category {
  font-weight: 600;
  font-size: 1.6rem;
  color: #B4B4B4;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-e .post-item .post-inform .category {
    font-size: 1.4rem;
  }
}
.post-list.module-e .post-item .post-inform .category + .post-head {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .post-list.module-e .post-item .post-inform .category + .post-head {
    margin-top: 1.2rem;
  }
}
.post-list.module-e .post-item .post-inform .category + .post-head + .date {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .post-list.module-e .post-item .post-inform .category + .post-head + .date {
    margin-top: 2.4rem;
  }
}
.post-list.module-e .post-item .post-inform .subject {
  font-weight: 800;
  font-size: 3.6rem;
  color: #222;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.post-list.module-e .post-item .post-inform .subject + .desc {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .post-list.module-e .post-item .post-inform .subject {
    font-size: 2.2rem;
  }
  .post-list.module-e .post-item .post-inform .subject + .desc {
    margin-top: 0.8rem;
  }
}
.post-list.module-e .post-item .post-inform .desc {
  font-weight: 400;
  font-size: 1.6rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .post-list.module-e .post-item .post-inform .desc {
    font-size: 1.4rem;
  }
}
.post-list.module-e .post-item .post-inform .date {
  font-weight: 400;
  font-size: 1.4rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.post-list.module-f.style-a .post-item {
  width: 46.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-f.style-a .post-item {
    width: 29.5rem;
  }
}
.post-list.module-f.style-a .post-item .post-figure {
  aspect-ratio: 464/261;
}
.post-list.module-f.style-b .post-item {
  width: 30rem;
}
@media (max-width: 1023px) {
  .post-list.module-f.style-b .post-item {
    width: 22rem;
  }
}
.post-list.module-f.style-b .post-item .post-figure {
  aspect-ratio: 300/533;
}
.post-list.module-f.style-c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 6.4rem 2.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-f.style-c {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 4.4rem 2.4rem;
  }
}
@media (max-width: 1023px) {
  .post-list.module-f.style-c .post-item {
    width: 100%;
  }
}
.post-list.module-f.style-c .post-item .post-figure {
  aspect-ratio: 464/310;
}
.post-list.module-f:not(.point-event) .post-item .post-wrap .post-figure iframe {
  pointer-events: none;
}
.post-list.module-f .post-item .post-wrap .post-figure {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-figure {
    border-radius: 2.4rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-figure img,
.post-list.module-f .post-item .post-wrap .post-figure iframe,
.post-list.module-f .post-item .post-wrap .post-figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-f .post-item .post-wrap .post-figure + .post-body {
  margin-top: 1.2rem;
}
.post-list.module-f .post-item .post-wrap .post-figure + .post-head {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-figure + .post-head {
    margin-top: 1.2rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-head .subject {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-head .subject {
    font-size: 1.8rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-head .subject + .desc {
  margin-top: 0.4rem;
}
.post-list.module-f .post-item .post-wrap .post-head .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
  font-weight: 400;
  font-size: 2rem;
  color: #434343;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-head .desc {
    font-size: 1.6rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-head .desc + .subject {
  margin-top: 0.4rem;
}
.post-list.module-f .post-item .post-wrap .post-head + .post-body {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-head + .post-body {
    margin-top: 1.2rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-body .date {
  font-weight: 400;
  font-size: 1.6rem;
  color: #B4B4B4;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-body .date {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .post-list.module-g {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(204px, 464px));
    gap: 2.4rem;
  }
}
.post-list.module-g .post-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item {
    width: calc(100% - 2rem);
    max-width: 40rem;
  }
}
.post-list.module-g .post-item .post-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.post-list.module-g .post-item .post-wrap .post-figure {
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 464/310;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-figure {
    border-radius: 2.4rem;
  }
}
.post-list.module-g .post-item .post-wrap .post-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-g .post-item .post-wrap .post-figure + .post-inform {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-figure + .post-inform {
    margin-top: 1.2rem;
  }
}
.post-list.module-g .post-item .post-wrap .post-inform .post-head .subject {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-inform .post-head .subject {
    font-size: 1.8rem;
  }
}
.post-list.module-g .post-item .post-wrap .post-inform .post-head + .post-body {
  margin-top: 0.4rem;
}
.post-list.module-g .post-item .post-wrap .post-inform .post-body .date {
  font-weight: 400;
  font-size: 1.6rem;
  color: #9A9A9A;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-inform .post-body .date {
    font-size: 1.4rem;
  }
}

.tab-display .tab-content .tab-pane {
  display: none;
}
.tab-display .tab-content .tab-pane.active {
  display: block;
}
.tab-display.module-a .nav-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 1023px) {
  .tab-display.module-a .nav-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    overflow: hidden;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.tab-display.module-a .nav-area .nav {
  display: flex;
  align-items: center;
  width: auto;
  margin: unset;
}
.tab-display.module-a .nav-area .nav .nav-item {
  width: auto;
}
.tab-display.module-a .nav-area .nav .nav-item .nav-link {
  height: 7.4rem;
  background: #FFF;
  font-weight: 500;
  font-size: 2.4rem;
  color: #222222;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .tab-display.module-a .nav-area .nav .nav-item .nav-link {
    height: 4.9rem;
    font-size: 1.8rem;
  }
}
.tab-display.module-a .nav-area .nav .nav-item .nav-link .num {
  opacity: 0.2;
  padding-left: 0.8rem;
}
@media (max-width: 1023px) {
  .tab-display.module-a .nav-area .nav .nav-item .nav-link .num {
    padding-left: 0.4rem;
  }
}
.tab-display.module-a .nav-area .nav .nav-item .nav-link.active {
  background: #222;
  color: #FFF;
}
.tab-display.module-a .nav-area .nav .nav-item .nav-link.active .num {
  opacity: 1;
}
.tab-display.module-a .nav-area .nav .nav-item .nav-link.disabled {
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #DDD;
  color: #9A9A9A;
}
.tab-display.module-a .nav-area .nav .nav-item .nav-link.disabled .num {
  color: #222;
}
.tab-display.module-a .nav-area .nav .nav-item:not(:first-child) .nav-link {
  padding: 1.8rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.tab-display.module-a .nav-area .nav .nav-item:not(:first-child) .nav-link.active {
  border: 1px solid #222;
}
@media (max-width: 1023px) {
  .tab-display.module-a .nav-area .nav .nav-item:not(:first-child) .nav-link {
    padding: 1.2rem 1.6rem;
    border-radius: 1.2rem;
  }
}
.tab-display.module-a .nav-area .nav .nav-item:first-child {
  position: relative;
  display: flex;
  align-items: center;
}
.tab-display.module-a .nav-area .nav .nav-item:first-child .nav-link {
  position: relative;
  padding-right: 2rem;
  border-radius: 0 1.6rem 1.6rem 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-left: 2.9rem;
}
@media (max-width: 1023px) {
  .tab-display.module-a .nav-area .nav .nav-item:first-child .nav-link {
    border-radius: 0 1.2rem 1.2rem 0;
    padding-right: 1.6rem;
    margin-left: 2.3rem;
  }
}
.tab-display.module-a .nav-area .nav .nav-item:first-child .nav-link:before {
  content: "";
  width: 2.9rem;
  height: 7.4rem;
  margin-left: -2.8rem;
  display: inline-block;
  background: url("../images/common/tab-first-bg-wh.svg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .tab-display.module-a .nav-area .nav .nav-item:first-child .nav-link:before {
    width: 2.3rem;
    height: 4.9rem;
    margin-left: -2.2rem;
    background: url("../images/common/tab-first-bg-wh-mo.svg") no-repeat center center;
  }
}
.tab-display.module-a .nav-area .nav .nav-item:first-child .nav-link.active {
  border-left: 0;
}
.tab-display.module-a .nav-area .nav .nav-item:first-child .nav-link.active:before {
  background: url("../images/common/tab-first-bg-dark.svg") no-repeat center center;
}
@media (max-width: 1023px) {
  .tab-display.module-a .nav-area .nav .nav-item:first-child .nav-link.active:before {
    background: url("../images/common/tab-first-bg-dark-mo.svg") no-repeat center center;
  }
}
.tab-display.module-b .nav-area .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 1023px) {
  .tab-display.module-b .nav-area .nav {
    gap: 0.4rem;
  }
}
.tab-display.module-b .nav-area .nav .nav-item .nav-link {
  height: 4rem;
  padding: 0.6rem 1.8rem 0.7rem 1.8rem;
  border-radius: 24.8rem;
  background: #F6F6F6;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .tab-display.module-b .nav-area .nav .nav-item .nav-link {
    height: 3.7rem;
    font-size: 1.6rem;
  }
}
.tab-display.module-b .nav-area .nav .nav-item .nav-link.active {
  background: #3E3A39;
  color: #FFF;
  position: relative;
}
.tab-display.module-b .nav-area .nav .nav-item .nav-link.active:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7012 5.71289L6.84961 13.4414L1.26074 7.30859L2.73926 5.96094L6.92773 10.5576L13.2988 4.28711L14.7012 5.71289Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center/1.4rem;
  margin-right: 0.8rem;
}
.tab-display.module-b .nav-area + .tab-content {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .tab-display.module-b .nav-area + .tab-content {
    margin-top: 2.4rem;
  }
}

.tag-list.module-a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.tag-list.module-a .tag-item {
  display: block;
  padding: 0.6rem 1.6rem 0.7rem 1.6rem;
  border-radius: 24.8rem;
  background: #F6F6F6;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  line-height: 150%;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .tag-list.module-a .tag-item {
    padding: 0.4rem 1.2rem 0.5rem 1.2rem;
    font-size: 1.4rem;
  }
}
.tag-list.module-b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .tag-list.module-b {
    gap: 0.8rem 1.6rem;
  }
}
.tag-list.module-b .tag-item {
  font-weight: 500;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .tag-list.module-b .tag-item {
    font-size: 1.6rem;
  }
}

.accordion-list {
  /* 아코디언 내부 숨김 영역 */
}
.accordion-list .collapse {
  display: none;
}
.accordion-list {
  /* 펼쳐진 상태 */
}
.accordion-list .collapse.show {
  display: block;
}
.accordion-list .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.accordion-list.module-a {
  border-top: 2px solid #222;
}
.accordion-list.module-a .accordion-item {
  border-bottom: 2px solid #F6F6F6;
}
.accordion-list.module-a .accordion-item .accordion-header {
  min-height: 10rem;
}
.accordion-list.module-a .accordion-item .accordion-header .accordion-button {
  padding: 3.2rem 6.8rem 3.2rem 2rem;
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .accordion-list.module-a .accordion-item .accordion-header .accordion-button {
    padding: 2.4rem 6rem 2.4rem 2rem;
  }
}
.accordion-list.module-a .accordion-item .accordion-header .accordion-button:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
  position: absolute;
  right: 2.9rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .accordion-list.module-a .accordion-item .accordion-header .accordion-button:after {
    right: 2rem;
  }
}
.accordion-list.module-a .accordion-item .accordion-header .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion-list.module-a .accordion-item .accordion-header .accordion-button .q-t {
  font-weight: 800;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  padding-right: 2rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-a .accordion-item .accordion-header .accordion-button .q-t {
    font-size: 1.8rem;
  }
}
.accordion-list.module-a .accordion-item .accordion-header .accordion-button .title {
  text-align: left;
  margin-top: 0.3rem;
  font-weight: 600;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .accordion-list.module-a .accordion-item .accordion-header .accordion-button .title {
    font-size: 1.6rem;
  }
}
.accordion-list.module-a .accordion-item .accordion-body .body-inner {
  background: #F6F6F6;
  padding: 3.2rem 2.4rem 8rem 6.4rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-a .accordion-item .accordion-body .body-inner {
    padding: 2.4rem 2rem 6.4rem 4.4rem;
  }
}
.accordion-list.module-b .accordion-item {
  border-radius: 2rem;
  background: #F6F6F6;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item {
    border-radius: 2.4rem;
  }
}
.accordion-list.module-b .accordion-item + .accordion-item {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item + .accordion-item {
    margin-top: 0.8rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-header .accordion-button {
  padding: 4rem 11.6rem 4rem 4rem;
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-header .accordion-button {
    padding: 3.2rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-header .accordion-button:after {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/2.1rem;
  position: absolute;
  right: 4rem;
  top: 4rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-header .accordion-button:after {
    width: 2.4rem;
    height: 2.4rem;
    right: 3.2rem;
    top: 3.2rem;
    background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-header .accordion-button.collapsed:after {
  transform: rotate(-180deg);
}
.accordion-list.module-b .accordion-item .accordion-header .accordion-button .header-inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-header .accordion-button .header-inner {
    gap: 0.4rem;
    padding-right: 5.6rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-header .accordion-button .header-inner .title {
  text-align: left;
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  white-space: normal !important;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-header .accordion-button .header-inner .title {
    font-size: 1.8rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-header .accordion-button .header-inner .summary {
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  color: #9A9A9A;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-header .accordion-button .header-inner .summary {
    font-size: 1.6rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-body {
  padding: 4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-body {
    padding: 3.2rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-body:before {
  content: "";
  width: calc(100% - 8rem);
  height: 1px;
  background: #DDD;
  position: absolute;
  top: 0;
  left: 4rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-body:before {
    width: calc(100% - 6.4rem);
    left: 3.2rem;
  }
}
.accordion-list.module-b .accordion-item .accordion-body .body-inner,
.accordion-list.module-b .accordion-item .accordion-body .body-inner > * {
  font-weight: 400;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
  white-space: normal !important;
}
@media (max-width: 1023px) {
  .accordion-list.module-b .accordion-item .accordion-body .body-inner,
  .accordion-list.module-b .accordion-item .accordion-body .body-inner > * {
    font-size: 1.6rem;
  }
}
.accordion-list.module-c .accordion-item .accordion-header .accordion-button {
  position: relative;
  width: 100%;
  display: block;
}
.accordion-list.module-c .accordion-item .accordion-header .accordion-button:after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(23,23,23)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
  position: absolute;
  right: 2rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .accordion-list.module-c .accordion-item .accordion-header .accordion-button:after {
    right: 0;
  }
}
.accordion-list.module-c .accordion-item .accordion-header .accordion-button .header-inner {
  width: calc(100% - 4.8rem);
}
.accordion-list.module-c.case-1 .accordion-item .accordion-header .accordion-button:after {
  top: 50%;
  transform: translateY(-50%);
}
.accordion-list.module-c.case-1 .accordion-item .accordion-header .accordion-button.collapsed:after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion-list.module-c.case-1 .accordion-collapse {
  margin-left: -1rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-c.case-1 .accordion-collapse {
    margin-left: -0.9rem;
  }
}
.accordion-list.module-c.case-2 .accordion-item .accordion-header .header-inner + .data-display {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-c.case-2 .accordion-item .accordion-header .header-inner + .data-display {
    margin-top: 2rem;
  }
}
.accordion-list.module-c.case-2 .accordion-item .accordion-header .accordion-button:after {
  top: 3.2rem;
}
@media (max-width: 1023px) {
  .accordion-list.module-c.case-2 .accordion-item .accordion-header .accordion-button:after {
    top: 3.45rem;
  }
}
.accordion-list.module-c.case-2 .accordion-item .accordion-header .accordion-button.collapsed:after {
  transform: rotate(-180deg);
}

.table-display {
  width: 100%;
  margin: 0 auto;
  max-width: 144rem;
  overflow: auto;
}
.table-display table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border-left: hidden;
  border-right: hidden;
}
.table-display.module-a table > thead {
  border-top: 3px solid #252525;
}
.table-display.module-a table > thead > tr > th {
  background-color: #F6F6F6;
  padding: 1.9rem 1.6rem 1.95rem;
  text-align: center;
  border-bottom: 1px solid #DDD;
  font-weight: 700;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.table-display.module-a table > tbody > tr {
  border-bottom: 1px solid #DDD;
}
.table-display.module-a table > tbody > tr > th,
.table-display.module-a table > tbody > tr > td {
  padding: 4rem 1.6rem;
  border-bottom: 1px solid #DDD;
  background: #FFF;
  font-weight: 500;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .table-display.module-a table > tbody > tr > th.title,
  .table-display.module-a table > tbody > tr > td.title {
    font-weight: 500;
    font-size: 1.6rem;
    color: #171717;
    line-height: 150%;
  }
  .table-display.module-a table > tbody > tr > th.desc,
  .table-display.module-a table > tbody > tr > td.desc {
    font-weight: 400;
    font-size: 1.4rem;
    color: #9A9A9A;
    line-height: 150%;
  }
}
.table-display.module-a table > tbody > tr > th .link,
.table-display.module-a table > tbody > tr > td .link {
  display: block;
}
.table-display.module-a table > tbody > tr > th.bg,
.table-display.module-a table > tbody > tr > td.bg {
  background-color: #F6F6F6 !important;
}
.table-display.module-a table > tbody > tr > th.break-1,
.table-display.module-a table > tbody > tr > td.break-1 {
  word-break: break-all;
}
@media (max-width: 1023px) {
  .table-display.module-a.style-a table {
    display: flex;
  }
  .table-display.module-a.style-a table > thead {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .table-display.module-a.style-a table > tbody {
    width: 100%;
    border-top: 2px solid #434343;
  }
  .table-display.module-a.style-a table > tbody > tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 3.2rem 1.2rem;
  }
  .table-display.module-a.style-a table > tbody > tr > th,
  .table-display.module-a.style-a table > tbody > tr > td {
    text-align: left;
    padding: unset;
    border-bottom: unset;
  }
}
@media (max-width: 1023px) {
  .table-display.module-a.style-b table > thead > tr > th {
    padding: 1.5rem 1.1rem 1.5rem;
    font-size: 1.6rem;
  }
}
.table-display.module-a.style-b table > tbody > tr > th,
.table-display.module-a.style-b table > tbody > tr > td {
  border-right: 1px solid #DDD;
}
@media (max-width: 1023px) {
  .table-display.module-a.style-b table > tbody > tr > th,
  .table-display.module-a.style-b table > tbody > tr > td {
    padding: 3.2rem 1.2rem;
    font-size: 1.6rem;
  }
}
.table-display.module-a.style-b.type-1 table > thead > tr > th {
  border-right: 1px solid #DDD;
}
@media (max-width: 1023px) {
  .table-display.module-a.style-c table {
    display: flex;
  }
  .table-display.module-a.style-c table > thead {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .table-display.module-a.style-c table > tbody {
    width: 100%;
    border-top: 2px solid #434343;
  }
  .table-display.module-a.style-c table > tbody > tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 3.2rem 1.2rem;
  }
  .table-display.module-a.style-c table > tbody > tr > th,
  .table-display.module-a.style-c table > tbody > tr > td {
    display: block;
    width: 100%;
    text-align: left;
    padding: unset;
    border-bottom: unset;
  }
  .table-display.module-a.style-c table > tbody > tr > th.title,
  .table-display.module-a.style-c table > tbody > tr > td.title {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .table-display.module-a.style-c table > tbody > tr > th.desc,
  .table-display.module-a.style-c table > tbody > tr > td.desc {
    width: auto;
  }
  .table-display.module-a.style-c table > tbody > tr > th.desc + .desc,
  .table-display.module-a.style-c table > tbody > tr > td.desc + .desc {
    display: flex;
    align-items: center;
    margin-left: 0.8rem;
  }
  .table-display.module-a.style-c table > tbody > tr > th.desc + .desc:before,
  .table-display.module-a.style-c table > tbody > tr > td.desc + .desc:before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 100%;
    margin-right: 0.8rem;
    background-color: #9A9A9A;
  }
}
.table-display.align-1 tbody {
  text-align: left;
}
.table-display.align-2 tbody {
  text-align: right;
}
.table-display.align-3 tbody {
  text-align: center;
}
.table-display th.align-1,
.table-display td.align-1 {
  text-align: left;
}
.table-display th.align-2,
.table-display td.align-2 {
  text-align: right;
}
.table-display th.align-3,
.table-display td.align-3 {
  text-align: center;
}

.pagination.module-a .pagination-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination.module-a .pagination-inner .page-util {
  display: flex;
  align-items: center;
}
.pagination.module-a .pagination-inner .page-util .util-item .btn {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination.module-a .pagination-inner .page-util .util-item .btn:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.pagination.module-a .pagination-inner .page-util .util-item .btn.icon-arrow-right:after {
  background: url("data:image/svg+xml,%0A%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000151038 11.3123L4.9496 6.3626L-0.000151038 1.41285L1.41406 -0.00135934L7.77802 6.3626L1.41406 12.7266L-0.000151038 11.3123Z' fill='rgb(119,119,119)'/%3E%3C/svg%3E%0A") no-repeat center/0.8rem;
}
.pagination.module-a .pagination-inner .page-util .util-item .btn.icon-arrow-right-twin:after {
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.22949 12.9922L13.1797 8.04199L8.22949 3.09277L9.64355 1.67773L16.0078 8.04199L9.64355 14.4063L8.22949 12.9922ZM-0.000976686 12.9922L4.94922 8.04199L-0.000977552 3.09277L1.41406 1.67774L7.77734 8.04199L1.41406 14.4063L-0.000976686 12.9922Z' fill='rgb(119,119,119)'/%3E%3C/svg%3E%0A") no-repeat center/1.6rem;
}
.pagination.module-a .pagination-inner .page-util .util-item.prev.disable .btn.icon-arrow-right:after, .pagination.module-a .pagination-inner .page-util .util-item.next.disable .btn.icon-arrow-right:after {
  background: url("data:image/svg+xml,%0A%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000151038 11.3123L4.9496 6.3626L-0.000151038 1.41285L1.41406 -0.00135934L7.77802 6.3626L1.41406 12.7266L-0.000151038 11.3123Z' fill='rgb(221,221,221)'/%3E%3C/svg%3E%0A") no-repeat center/0.8rem;
}
.pagination.module-a .pagination-inner .page-util .util-item.prev.disable .btn.icon-arrow-right-twin:after, .pagination.module-a .pagination-inner .page-util .util-item.next.disable .btn.icon-arrow-right-twin:after {
  background: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.22949 12.9922L13.1797 8.04199L8.22949 3.09277L9.64355 1.67773L16.0078 8.04199L9.64355 14.4063L8.22949 12.9922ZM-0.000976686 12.9922L4.94922 8.04199L-0.000977552 3.09277L1.41406 1.67774L7.77734 8.04199L1.41406 14.4063L-0.000976686 12.9922Z' fill='rgb(221,221,221)'/%3E%3C/svg%3E%0A") no-repeat center/1.6rem;
}
.pagination.module-a .pagination-inner .page-util .util-item.prev .btn:after {
  transform: rotate(-180deg);
}
.pagination.module-a .pagination-inner .page-list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-inline: 1.6rem;
}
.pagination.module-a .pagination-inner .page-list .page-item {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #222;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.pagination.module-a .pagination-inner .page-list .page-item.current {
  background-color: #222;
  color: #FFF;
}
.pagination.module-b .pagination-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
}
.pagination.module-b .pagination-inner .page-util {
  width: 50%;
  padding-inline: 2rem;
}
.pagination.module-b .pagination-inner .page-util .util-item {
  display: flex;
  align-items: center;
}
.pagination.module-b .pagination-inner .page-util .util-item .btn {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.pagination.module-b .pagination-inner .page-util .util-item .btn:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.69434 9.89844L7.94727 6.64648L0.00390584 6.57422L0.0136714 5.57422L0.0224603 4.57324L7.92773 4.64746L4.69434 1.41309L6.1084 -0.000976068L11.7656 5.65625L6.1084 11.3125L4.69434 9.89844Z' fill='rgb(34,34,34)'/%3E%3C/svg%3E%0A") no-repeat center/1.2rem;
}
.pagination.module-b .pagination-inner .page-util .util-item .btn-text {
  width: 8rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .pagination.module-b .pagination-inner .page-util .util-item.prev {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.pagination.module-b .pagination-inner .page-util .util-item.prev .btn:before {
  transform: rotate(180deg);
}
.pagination.module-b .pagination-inner .page-util .util-item.next {
  justify-content: end;
}
@media (max-width: 1023px) {
  .pagination.module-b .pagination-inner .page-util .util-item.next {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}
.pagination.module-b .pagination-inner .page-util .util-item.next .btn {
  flex-direction: row-reverse;
}
.pagination.module-b .pagination-inner .page-util .util-item.next .btn .btn-text {
  text-align: right;
}
.pagination.module-b .pagination-inner .page-util .util-item.next .util-text {
  text-align: right;
}
.pagination.module-b .pagination-inner .page-util .util-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #222;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
@media (max-width: 1023px) {
  .pagination.module-b .pagination-inner .page-util .util-text {
    width: 100%;
  }
}

.swiper-list.module-a {
  overflow: visible;
}
.swiper-list.module-b, .swiper-list.module-c, .swiper-list.module-d {
  overflow: visible;
}
.swiper-list.module-b .swiper-wrapper + .swiper-scrollbar, .swiper-list.module-c .swiper-wrapper + .swiper-scrollbar, .swiper-list.module-d .swiper-wrapper + .swiper-scrollbar {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-wrapper + .swiper-scrollbar, .swiper-list.module-c .swiper-wrapper + .swiper-scrollbar, .swiper-list.module-d .swiper-wrapper + .swiper-scrollbar {
    margin-top: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .swiper-list.module-d .swiper-wrapper {
    justify-content: center;
  }
}
.swiper-list.module-e {
  height: 65.2rem;
  position: relative;
}
@media (max-width: 1023px) {
  .swiper-list.module-e {
    height: 52.4rem;
  }
}
.swiper-list.module-e:after, .swiper-list.module-e:before {
  content: "";
  width: 100%;
  height: 19.1rem;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 46.67%);
  z-index: 2;
}
@media (max-width: 1023px) {
  .swiper-list.module-e:after, .swiper-list.module-e:before {
    height: 12rem;
  }
}
.swiper-list.module-e:after {
  bottom: 0;
  left: 0;
  transform: rotate(-180deg);
}
.swiper-list.module-e:before {
  top: 0;
  left: 0;
}
.swiper-list.module-e .swiper-wrapper .swiper-item {
  height: 21.8rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item {
    height: 15rem;
    max-width: 80rem;
    width: 100%;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-body {
  width: 35rem;
  height: 100%;
  border-radius: 2.4rem;
  border: 5px solid #F6F6F6;
  background: #FFF;
  padding: 3.5rem 4.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-body {
    width: 100%;
    max-width: calc(100% - 11.2rem);
    border-radius: 1.6rem;
    border-width: 3px;
    padding: 2.5rem 2.9rem;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-body .title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-body .title {
    font-size: 2.2rem;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-body .para {
  font-weight: 400;
  font-size: 2rem;
  color: #5E5E5E;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-body .para {
    font-size: 1.3rem;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
  width: 16.4rem;
  height: 100%;
  background: #5E5E5E;
  border-radius: 2.4rem;
  padding-block: 4.3rem;
  text-align: center;
  transition: 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
    width: 11.2rem;
    border-radius: 1.6rem;
    padding-block: 2.95rem;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img {
  width: 8.4rem;
  height: 8.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img + .category {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img + .category {
    margin-top: 0.8rem;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure .category {
  font-weight: 600;
  font-size: 2.4rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .swiper-list.module-e .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure .category {
    font-size: 1.8rem;
  }
}
.swiper-list.module-e .swiper-wrapper .swiper-item.swiper-slide-active .swiper-wrap .swiper-figure {
  background: #ED1C24;
}
.swiper-list.module-f {
  margin-left: -2rem;
  padding-left: 2rem;
  margin-right: -2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .swiper-list.module-f.style-b {
    width: 1068px;
    margin: 0 auto;
  }
}
.swiper-list.module-f .swiper-wrapper {
  align-items: stretch;
}
.swiper-list.module-f .swiper-item {
  width: 32.4rem;
  height: 100%;
}
@media (max-width: 1023px) {
  .swiper-list.module-f .swiper-item {
    width: 24.4rem;
  }
}
.swiper-list.module-f .swiper-item .swiper-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform {
  display: flex;
  align-items: flex-start;
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-num {
  min-width: 3.2rem;
  min-height: 3.2rem;
  padding-block: 0.4rem;
  border-radius: 0.8rem;
  background: #F83333;
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-num {
    min-width: 2.6rem;
    min-height: 2.6rem;
    font-size: 1.4rem;
  }
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject {
  display: block;
  padding-left: 1.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: #ED1C24;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject + .data-list,
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject + .sub-title {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject {
    font-size: 1.8rem;
    padding-left: 0.8rem;
  }
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject + .data-list,
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject + .sub-title {
    margin-top: 2rem;
  }
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .sub-title {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .sub-title {
    font-size: 1.6rem;
  }
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .data-list .data-item {
  padding-left: 1rem;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .data-list .data-item {
    font-size: 1.6rem;
  }
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .data-list .data-item:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #5E5E5E;
  border-radius: 100%;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .data-list .data-item + .data-item {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform .swiper-head .data-list .data-item + .data-item {
    margin-top: 0.4rem;
  }
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform + .swiper-figure {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-f .swiper-item .swiper-wrap .swiper-inform + .swiper-figure {
    margin-top: 2.4rem;
  }
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-figure {
  border-radius: 1.6rem;
  overflow-x: hidden;
  border: 1px solid #DDD;
  height: auto;
  margin-inline: auto;
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-figure.type-1 {
  width: 24.4rem;
  height: 49.7rem;
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-figure.type-2 {
  width: 100%;
  height: 19.2rem;
}
.swiper-list.module-f .swiper-item .swiper-wrap .swiper-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-list.module-g {
  overflow: visible;
}
@media (max-width: 1023px) {
  .swiper-list.module-g .swiper-wrapper {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.swiper-list.module-g .swiper-item {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .swiper-list.module-g .swiper-item {
    width: 76rem;
  }
}
@media (max-width: 1023px) {
  .swiper-list.module-g .swiper-item {
    border-radius: 2.4rem;
  }
}
.swiper-list.module-g .swiper-item .swiper-wrap .swiper-figure {
  width: 100%;
  aspect-ratio: 76/52;
  position: relative;
}
.swiper-list.module-g .swiper-item .swiper-wrap .swiper-figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.21%, rgba(0, 0, 0, 0.7) 80.32%);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-list.module-g .swiper-item .swiper-wrap .swiper-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-list.module-g .swiper-item .swiper-wrap .swiper-inform {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  width: calc(100% - 4.8rem);
}
@media (max-width: 1023px) {
  .swiper-list.module-g .swiper-item .swiper-wrap .swiper-inform {
    left: 2rem;
    bottom: 2rem;
    padding: 2rem;
    width: calc(100% - 4rem);
  }
}
.swiper-list.module-g .swiper-item .swiper-wrap .swiper-inform .desc {
  font-weight: 600;
  font-size: 1.6rem;
  color: #B4B4B4;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-g .swiper-item .swiper-wrap .swiper-inform .desc {
    font-size: 1.4rem;
  }
}
.swiper-list.module-g .swiper-item .swiper-wrap .swiper-inform .desc + .title {
  margin-top: 0.4rem;
}
.swiper-list.module-g .swiper-item .swiper-wrap .swiper-inform .title {
  font-weight: 700;
  font-size: 2rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-g .swiper-item .swiper-wrap .swiper-inform .title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .swiper-list.module-g .swiper-item:nth-child(even) {
    margin-bottom: 6rem;
  }
  .swiper-list.module-g .swiper-item:nth-child(odd) {
    margin-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .swiper-list.module-h .swiper-item .swiper-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1.2rem;
  }
}
@media (max-width: 1023px) {
  .swiper-list.module-h .swiper-item .swiper-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
  }
}
.swiper-list.module-h .swiper-item .swiper-wrap .swiper-figure {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 714/620;
}
@media (max-width: 1023px) {
  .swiper-list.module-h .swiper-item .swiper-wrap .swiper-figure {
    border-radius: 2.4rem;
  }
}
.swiper-list.module-h .swiper-item .swiper-wrap .swiper-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform {
    align-items: normal;
  }
}
.swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform .title {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform .title {
    text-align: left;
    font-size: 2.2rem;
  }
}
.swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform .title + .para {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform .title + .para {
    margin-top: 1.2rem;
  }
}
.swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform .para {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-h .swiper-item .swiper-wrap .swiper-inform .para {
    text-align: left;
    font-size: 1.6rem;
  }
}
.swiper-list.module-h .swiper-util.module-a {
  z-index: 9;
}
@media (min-width: 1024px) {
  .swiper-list.module-h .swiper-util.module-a {
    top: 50%;
    right: 2.4rem;
    width: calc(50% - 4.8rem);
    justify-content: space-between;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .swiper-list.module-h .swiper-util.module-a {
    top: 2rem;
    right: 2rem;
  }
}
.swiper-list.module-i {
  overflow: visible;
}
.swiper-list.module-i .swiper-item {
  width: 98rem;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0 14px 24px 0 rgba(0, 0, 0, 0.03);
  opacity: 0.4;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-inline: 4rem;
}
.swiper-list.module-i .swiper-item.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item {
    width: calc(100% - 2rem);
    border-radius: 2.4rem;
    margin-inline: 0.6rem;
  }
}
.swiper-list.module-i .swiper-item .swiper-wrap {
  min-height: 43.7rem;
  padding: 6.4rem 8rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item .swiper-wrap {
    min-height: 39.9rem;
    padding: 4.4rem 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-body {
  position: relative;
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-body:before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 2.4rem;
  margin-bottom: 4rem;
  background: url("/images/page/g-car-plus/icon-double-quotes.svg") no-repeat center center/cover;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item .swiper-wrap .swiper-body:before {
    width: 3rem;
    height: 2rem;
  }
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-body .para {
  font-weight: 600;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item .swiper-wrap .swiper-body .para {
    font-size: 1.8rem;
  }
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-body + .swiper-aside {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item .swiper-wrap .swiper-body + .swiper-aside {
    margin-top: unset;
  }
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-aside {
  padding-left: 2rem;
  border-left: 2px solid #DDD;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item .swiper-wrap .swiper-aside {
    padding-left: 1.6rem;
  }
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-aside .team {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item .swiper-wrap .swiper-aside .team {
    font-size: 1.6rem;
  }
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-aside .team + .position {
  margin-top: 0.4rem;
}
.swiper-list.module-i .swiper-item .swiper-wrap .swiper-aside .position {
  font-weight: 600;
  font-size: 1.6rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-item .swiper-wrap .swiper-aside .position {
    font-size: 1.4rem;
  }
}
.swiper-list.module-i .swiper-util.module-a {
  right: 0;
  top: -9.8rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-i .swiper-util.module-a {
    top: -10.75rem;
  }
}
.swiper-list.module-j .swiper-item {
  border-radius: 2rem;
  border: 1px solid #DDD;
  overflow: hidden;
  min-height: 60rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item {
    min-height: 74.2rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .swiper-list.module-j .swiper-item .swiper-wrap {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap {
    flex-direction: column;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-figure {
  width: 50%;
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-figure {
    width: 100%;
    min-height: 29.2rem;
    aspect-ratio: 35/29.2;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform {
  width: 50%;
  background: #F6F6F6;
  padding: 6.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform {
    width: 100%;
    padding: 4.4rem 2rem;
    min-height: 45rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .label {
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background: #F83333;
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .label + .swiper-head {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .label + .swiper-head {
    margin-top: 2rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject {
  font-weight: 800;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-head .subject {
    font-size: 2.2rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-head + .swiper-body {
  margin-top: 5.6rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-head + .swiper-body {
    margin-top: 2.4rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-body .para {
  font-weight: 500;
  font-size: 2rem;
  color: #222;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-body .para {
    font-size: 1.6rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-body .para + .tip {
  margin-top: 1.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-body .para + .tip {
    margin-top: 1.2rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-body .tip {
  padding-left: 3rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-body .tip {
    padding-left: 2.5rem;
    font-size: 1.4rem;
  }
}
.swiper-list.module-j .swiper-item .swiper-wrap .swiper-inform .swiper-body .tip:before {
  content: "Tip.";
  color: #ED1C24;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-list.module-j .swiper-util {
  right: 8rem;
  bottom: 8rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-j .swiper-util {
    right: 2rem;
    bottom: 4.4rem;
  }
}
@media (max-width: 1023px) {
  .swiper-list.module-k {
    margin-left: -2rem;
    padding-left: 2rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
}
.swiper-list.module-k .swiper-item {
  width: calc(33.333% - 1.333rem);
  min-width: 30rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(15px);
  outline: 2px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item {
    width: 96.774%;
    min-width: 26rem;
    min-height: 40.7rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  min-height: 54.6rem;
  padding: 6.4rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item .swiper-wrap {
    padding: 4.4rem;
    min-height: 40.7rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .num {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .num {
    font-size: 1.4rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .num + .swiper-head {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .num + .swiper-head {
    margin-top: 0.8rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .swiper-head .subject {
  font-weight: 700;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .swiper-head .subject {
    font-size: 2.2rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .swiper-head + .swiper-body {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .swiper-head + .swiper-body {
    margin-top: 2.4rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .swiper-body .para {
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item .swiper-wrap .swiper-info .swiper-body .para {
    font-size: 1.6rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-icon {
  width: 100%;
  display: flex;
  justify-content: end;
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-icon i {
  width: 12rem;
  height: 12rem;
  aspect-ratio: 1/1;
}
@media (max-width: 1023px) {
  .swiper-list.module-k .swiper-item .swiper-wrap .swiper-icon i {
    width: 8.4rem;
    height: 8.4rem;
  }
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-icon i.icon-clean {
  background: url("/images/page/sharing/gcar-point-icon-a.svg") no-repeat center center/cover;
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-icon i.icon-app {
  background: url("/images/page/sharing/gcar-point-icon-b.svg") no-repeat center center/cover;
}
.swiper-list.module-k .swiper-item .swiper-wrap .swiper-icon i.icon-check {
  background: url("/images/page/sharing/gcar-point-icon-c.svg") no-repeat center center/cover;
}
.swiper-list .swiper-util.module-a {
  position: absolute;
  display: flex;
  gap: 0.4rem;
}
.swiper-list .swiper-util.module-a .swiper-button-prev,
.swiper-list .swiper-util.module-a .swiper-button-next {
  width: 5rem;
  height: 5rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: static;
  margin: unset;
}
.swiper-list .swiper-util.module-a .swiper-button-prev:after,
.swiper-list .swiper-util.module-a .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.69434 9.89844L7.94727 6.64648L0.00390584 6.57422L0.0136714 5.57422L0.0224603 4.57324L7.92773 4.64746L4.69434 1.41309L6.1084 -0.000976068L11.7656 5.65625L6.1084 11.3125L4.69434 9.89844Z' fill='rgb(243,64,64)'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.swiper-list .swiper-util.module-a .swiper-button-prev:after {
  transform: rotate(-180deg);
}
.swiper-list .swiper-scrollbar {
  position: static !important;
  background: #DDD;
  border-radius: unset;
  width: 100% !important;
}
.swiper-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: #222;
  border-radius: unset;
}

.modal {
  outline: none !important;
}
.modal.module-main {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  z-index: 998;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .modal.module-main {
    position: fixed;
    padding: 1.6rem;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
  }
}
.modal.module-main .modal-dialog {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .modal.module-main .modal-dialog {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.modal.module-main .modal-dialog .modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 35.8rem;
  border-radius: 0.8rem;
  background: var(--Gray-Scale-800, #222);
  overflow: hidden;
}
.modal.module-main .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  overflow: hidden;
}
.modal.module-main .modal-dialog .modal-content .modal-body .slide-list .swiper-wrapper .swiper-item .swiper-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 358/477;
}
.modal.module-main .modal-dialog .modal-content .modal-body .slide-list .swiper-wrapper .swiper-item .swiper-wrap picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal.module-main .modal-dialog .modal-content .modal-body .slide-list .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.4rem;
}
.modal.module-main .modal-dialog .modal-content .modal-body .slide-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.modal.module-main .modal-dialog .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 2rem;
}
.modal.module-main .modal-dialog .modal-content .modal-footer .btn.close {
  font-weight: 700;
  font-size: 1.3rem;
  color: #B4B4B4;
  line-height: 150%;
  line-height: 150%;
}
.modal.module-common.style-a {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.4rem;
  z-index: 998;
  background: rgba(23, 23, 23, 0.8);
}
.modal.module-common.style-a .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal.module-common.style-a .modal-dialog .modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60rem;
  height: auto;
  max-height: 24.9rem;
  background: rgb(255, 255, 255);
  border-top: 0.4rem solid rgb(243, 29, 56);
}
@media (max-width: 1023px) {
  .modal.module-common.style-a .modal-dialog .modal-content {
    width: 100%;
    max-height: 80%;
  }
}
.modal.module-common.style-a .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  padding: 0 2.8rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.module-common.style-b {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.4rem !important;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
}
.modal.module-common.style-b.type-1 .modal-dialog .modal-content {
  max-width: 125.6rem;
  max-height: 36rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b.type-1 .modal-dialog .modal-content {
    max-height: unset;
  }
}
@media (min-width: 1024px) {
  .modal.module-common.style-b.type-1 .modal-dialog .modal-content .modal-body .swiper-display:before {
    content: "";
    width: 22.133%;
  }
}
.modal.module-common.style-b.type-1 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-thumbs {
  width: 64rem;
  aspect-ratio: 16/9;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b.type-1 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-thumbs {
    max-width: 80rem;
  }
}
@media (min-width: 1024px) {
  .modal.module-common.style-b.type-1 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform {
    width: 22.133%;
  }
}
.modal.module-common.style-b.type-1 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform .swiper-wrapper .swiper-wrap .slide-youtube {
  aspect-ratio: 64/36;
  max-width: 64rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b.type-1 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform .swiper-wrapper .swiper-wrap .slide-youtube {
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .modal.module-common.style-b.type-1 .modal-dialog .modal-content .modal-footer {
    right: calc(50% - 39.8rem);
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  .modal.module-common.style-b.type-2 {
    padding: 2.4rem 4rem !important;
  }
}
.modal.module-common.style-b.type-2 .modal-dialog .modal-content {
  max-width: 97.6rem;
  max-height: 64rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b.type-2 .modal-dialog .modal-content {
    max-width: 40rem;
  }
}
@media (min-width: 1024px) {
  .modal.module-common.style-b.type-2 .modal-dialog .modal-content .modal-body .swiper-display:before {
    content: "";
    width: 28.483%;
  }
}
.modal.module-common.style-b.type-2 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-thumbs {
  width: 36rem;
  aspect-ratio: 9/16;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b.type-2 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-thumbs {
    max-width: 36rem;
  }
}
@media (min-width: 1024px) {
  .modal.module-common.style-b.type-2 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform {
    width: 28.483%;
  }
}
.modal.module-common.style-b.type-2 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform .swiper-wrapper .swiper-wrap .slide-youtube {
  aspect-ratio: 9/16;
  max-width: 36rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b.type-2 .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform .swiper-wrapper .swiper-wrap .slide-youtube {
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .modal.module-common.style-b.type-2 .modal-dialog .modal-content .modal-footer {
    right: calc(50% - 25.8rem);
    transform: translateX(-50%);
  }
}
.modal.module-common.style-b .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal.module-common.style-b .modal-dialog .modal-content {
  pointer-events: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display {
  position: relative;
  display: flex;
  width: 100%;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display {
    flex-direction: column;
    align-items: center;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-thumbs {
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  background-color: black;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-thumbs {
    width: 100% !important;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform {
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list.youtube-inform .swiper-wrapper {
    pointer-events: none;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap {
    align-items: flex-end;
  }
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap:before {
    content: "";
    height: 100%;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-youtube {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform {
    margin-bottom: 10.8rem;
  }
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform {
    width: 100%;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .slide-title {
  font-weight: 500;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .slide-title + .slide-subtitle {
  margin-top: 0.4rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .slide-title {
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .slide-subtitle {
  font-weight: 400;
  font-size: 1.8rem;
  color: #DDD;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .slide-subtitle {
    font-size: 1.6rem;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .slide-subtitle + .date {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .slide-subtitle + .date {
    margin-top: 0.8rem;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .date {
  font-weight: 500;
  font-size: 1.6rem;
  color: #9A9A9A;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .slide-inform .date {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-wrapper + .swiper-util {
    margin-top: 4.8rem;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-util {
  display: flex;
  width: 10.2rem;
  min-height: 4.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-util .swiper-button-prev,
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-util .swiper-button-next {
  position: relative;
  inset: unset;
  margin-top: unset;
  width: 1.8rem;
  height: 1.8rem;
  margin-inline: 1.2rem;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-util .swiper-button-prev:after,
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-util .swiper-button-next:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000151038 11.3123L4.9496 6.3626L-0.000151038 1.41285L1.41406 -0.00135934L7.77802 6.3626L1.41406 12.7266L-0.000151038 11.3123Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/1rem;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-util .swiper-button-prev:after {
  transform: rotate(180deg);
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-body .swiper-display .swiper-list .swiper-util .swiper-button-next:before {
  content: "";
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -1.2rem;
  top: 0.2rem;
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-footer {
  position: absolute;
  top: 0;
  z-index: 9;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-footer {
    position: fixed;
    right: 2rem;
    top: 2rem;
  }
}
.modal.module-common.style-b .modal-dialog .modal-content .modal-footer .btn {
  width: 3.2rem;
  height: 3.2rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8L17.7988 0.322266L19.9199 2.44336L12.2422 10.1211L19.7988 17.6777L17.6777 19.7988L10.1211 12.2422L2.24219 20.1211L0.121094 18L8 10.1211L0 2.12109L2.12109 0L10.1211 8Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/2rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-b .modal-dialog .modal-content .modal-footer .btn {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.5rem;
  }
}
.modal.module-common.style-c {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.4rem !important;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .modal.module-common.style-c {
    padding: 1.6rem;
    background: rgba(0, 0, 0, 0.3);
  }
}
.modal.module-common.style-c .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal.module-common.style-c .modal-dialog .modal-content {
  pointer-events: auto;
  position: relative;
  width: 40rem;
  height: auto;
  padding: 6.4rem 4rem;
  border-radius: 2rem;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .modal.module-common.style-c .modal-dialog .modal-content {
    width: 100%;
    max-width: 40rem;
    max-height: 100%;
  }
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-head .title {
  text-align: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222;
  line-height: 150%;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-head .title .brand {
  padding-right: 0.4rem;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-head + .qr-figure {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-head + .qr-figure {
    margin-top: 1.2rem;
  }
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-figure {
  width: 18rem;
  aspect-ratio: 1;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-figure img {
  width: 100%;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-figure + .qr-body {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-figure + .qr-body {
    margin-top: 1.2rem;
  }
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-body .qr-display .qr-body .para {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: #5E5E5E;
  line-height: 150%;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-footer {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal.module-common.style-c .modal-dialog .modal-content .modal-footer .btn.close {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  border-radius: 0.8rem;
  background: #DDD url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8L17.7988 0.322266L19.9199 2.44336L12.2422 10.1211L19.7988 17.6777L17.6777 19.7988L10.1211 12.2422L2.24219 20.1211L0.121094 18L8 10.1211L0 2.12109L2.12109 0L10.1211 8Z' fill='rgb(34,34,34)'/%3E%3C/svg%3E%0A") no-repeat center/1.5rem;
}
.modal.module-common.style-d {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.4rem !important;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d {
    padding: 0 !important;
  }
}
.modal.module-common.style-d.pop-w-large .modal-dialog .modal-content {
  max-width: 95.4rem;
}
.modal.module-common.style-d.pop-w-small .modal-dialog .modal-content {
  max-width: 71rem;
}
.modal.module-common.style-d .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal.module-common.style-d .modal-dialog .modal-content {
  pointer-events: auto;
  position: relative;
  width: 100%;
  border-radius: 2rem;
  background: #FFF;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-content-inner {
  height: auto;
  padding-block: 8rem;
  padding-inline: 6.4rem;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-content-inner::-webkit-scrollbar {
  width: 1.2rem;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-content-inner::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.4rem solid transparent;
  background-clip: padding-box;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-content-inner::-webkit-scrollbar-track {
  margin: 0.8rem 0;
  background: transparent;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-content-inner {
    height: 100%;
    max-height: 100vh;
    padding-block: 6.4rem;
    padding-inline: 2rem;
  }
  .modal.module-common.style-d .modal-dialog .modal-content .modal-content-inner::-webkit-scrollbar {
    display: none;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-head .modal-title {
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-head .modal-title {
    font-size: 2.2rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-head .modal-title + .modal-summary {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-head .modal-title + .modal-summary {
    margin-top: 1.2rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-head .modal-summary {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-head .modal-summary {
    font-size: 1.6rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-head + .modal-body {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-head + .modal-body {
    margin-top: 6.4rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 70.4rem;
  margin-inline: auto;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .form-display + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .form-display + .btn-area {
    margin-top: 6.4rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item {
  font-weight: 500;
  font-size: 1.8rem;
  color: #434343;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item .large {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item .large {
    font-size: 1.6rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item .line {
  text-decoration-line: underline;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item .indent-1 {
  margin-left: 1.8rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item .indent-1 {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item {
    font-size: 1.6rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item + .policy-item {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list .policy-item + .policy-item {
    margin-top: 0.8rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list + .policy-notice {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-list + .policy-notice {
    margin-top: 0.8rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-notice {
  font-weight: 500;
  font-size: 1.6rem;
  color: #9A9A9A;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-notice {
    font-size: 1.4rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-notice + .policy-notice {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content .modal-body .policy-content .policy-notice + .policy-notice {
    margin-top: 0.8rem;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-footer {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-footer .btn.close {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  border-radius: 0.8rem;
  background: #DDD url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8L17.7988 0.322266L19.9199 2.44336L12.2422 10.1211L19.7988 17.6777L17.6777 19.7988L10.1211 12.2422L2.24219 20.1211L0.121094 18L8 10.1211L0 2.12109L2.12109 0L10.1211 8Z' fill='rgb(34,34,34)'/%3E%3C/svg%3E%0A") no-repeat center/1.5rem;
}
.modal.module-common.style-e {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.4rem !important;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .modal.module-common.style-e {
    padding: 1.6rem;
    background: rgba(0, 0, 0, 0.3) !important;
  }
}
.modal.module-common.style-e .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal.module-common.style-e .modal-dialog .modal-content {
  pointer-events: auto;
  position: relative;
  width: 40.1rem;
  height: auto;
  padding: 6.4rem 4rem;
  border-radius: 2rem;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .modal.module-common.style-e .modal-dialog .modal-content {
    width: 100%;
    max-width: 40rem;
    max-height: 100%;
  }
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-body .isms-display .isms-head .title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #222;
  line-height: 150%;
  display: inline-block;
  text-align: center;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-body .isms-display .isms-figure {
  margin-bottom: 1.6rem;
  text-align: center;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-body .isms-display .isms-body .item .item-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #222;
  line-height: 150%;
  display: inline-block;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-body .isms-display .isms-body .item .item-title ~ .item-text {
  padding-top: 0.4rem;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-body .isms-display .isms-body .item .item-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-body .isms-display .isms-body .item + .item {
  margin-top: 1.6rem;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-footer {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal.module-common.style-e .modal-dialog .modal-content .modal-footer .btn.close {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  border-radius: 0.8rem;
  background: #DDD url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8L17.7988 0.322266L19.9199 2.44336L12.2422 10.1211L19.7988 17.6777L17.6777 19.7988L10.1211 12.2422L2.24219 20.1211L0.121094 18L8 10.1211L0 2.12109L2.12109 0L10.1211 8Z' fill='rgb(34,34,34)'/%3E%3C/svg%3E%0A") no-repeat center/1.5rem;
}
.modal.module-common.style-f {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.4rem !important;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .modal.module-common.style-f {
    padding: 1.6rem;
    background: rgba(0, 0, 0, 0.3) !important;
  }
}
.modal.module-common.style-f .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal.module-common.style-f .modal-dialog .modal-content {
  pointer-events: auto;
  position: relative;
  width: 120rem;
  max-height: 70rem;
  height: auto;
  padding: 6.4rem 4rem;
  border-radius: 2rem;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .modal.module-common.style-f .modal-dialog .modal-content {
    width: 100%;
    max-width: 40rem;
    max-height: 100%;
  }
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body .terms-display .terms-head {
  text-align: center;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body .terms-display .terms-head .title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #222;
  line-height: 150%;
  display: inline-block;
  margin-bottom: 1.6rem;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body .terms-display .terms-figure {
  margin-bottom: 1.6rem;
  text-align: center;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body .terms-display .terms-body .item .item-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #222;
  line-height: 150%;
  display: inline-block;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body .terms-display .terms-body .item .item-title ~ .item-text {
  padding-top: 0.4rem;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body .terms-display .terms-body .item .item-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
  line-height: 150%;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-body .terms-display .terms-body .item + .item {
  margin-top: 1.6rem;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-footer {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal.module-common.style-f .modal-dialog .modal-content .modal-footer .btn.close {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  border-radius: 0.8rem;
  background: #DDD url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8L17.7988 0.322266L19.9199 2.44336L12.2422 10.1211L19.7988 17.6777L17.6777 19.7988L10.1211 12.2422L2.24219 20.1211L0.121094 18L8 10.1211L0 2.12109L2.12109 0L10.1211 8Z' fill='rgb(34,34,34)'/%3E%3C/svg%3E%0A") no-repeat center/1.5rem;
}
.modal#modalTerms b, .modal#modalTerms strong {
  font-weight: bolder;
}
.modal#modalTerms table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.modal#modalTerms table tr th {
  color: #5c5c5c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  padding: 1.1rem 1.2rem;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #e2e2e5;
  border-left: 1px solid #e2e2e5;
}
.modal#modalTerms table tr td {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 11px 12px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #e2e2e5;
  border-left: 1px solid #e2e2e5;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

@media (min-width: 1024px) {
  .mo-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}
.page-body .w-large {
  width: 100%;
  max-width: 148rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
.page-body .w-small {
  width: 100%;
  max-width: 99.4rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
.page-body .wave-w-large {
  width: 100%;
  max-width: 157.2rem;
  padding-inline: 6.6rem;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .page-body .wave-w-large {
    padding-inline: 2rem;
  }
}
.page-body .ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.page-body .ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.page-body .ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.page-body .scroll-x {
  max-width: unset;
  overflow: auto;
}
@media (max-width: 1023px) {
  .page-body .scroll-x {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
}
.page-body .scroll-x-2 {
  max-width: unset;
  overflow: auto;
}
@media (max-width: 1023px) {
  .page-body .scroll-x-2 {
    width: calc(100% + 32px);
    margin-left: -1.6rem;
    padding-left: 1.6rem;
    margin-right: -1.6rem;
    padding-right: 1.6rem;
  }
}
.page-body .scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
}
.page-body .scroll-y::-webkit-scrollbar {
  width: 1.2rem;
}
.page-body .scroll-y::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.4rem solid transparent;
  background-clip: padding-box;
}
.page-body .scroll-y::-webkit-scrollbar-track {
  margin: 0.8rem 0;
  background: transparent;
}
.page-body .scroll-y-2 {
  overflow-x: hidden;
  overflow-y: auto;
}
.page-body .scroll-y-2::-webkit-scrollbar {
  width: 1.2rem;
}
.page-body .scroll-y-2::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.4rem solid transparent;
  background-clip: padding-box;
}
.page-body .scroll-y-2::-webkit-scrollbar-track {
  margin: 0.8rem 0;
  background: transparent;
}
.page-body .scroll-y-3 {
  overflow-x: hidden;
  overflow-y: auto;
}
.page-body .scroll-y-3::-webkit-scrollbar {
  width: 2rem;
}
.page-body .scroll-y-3::-webkit-scrollbar-thumb {
  background-color: #1f1f17;
  border-radius: 5rem;
  border: 0.8rem solid transparent;
  background-clip: padding-box;
}
.page-body .scroll-y-3::-webkit-scrollbar-track {
  margin: 1.2rem;
  background: transparent;
}

.accent.bold-1 {
  font-weight: 500 !important;
}
.accent.bold-2 {
  font-weight: 600 !important;
}
.accent.bold-3 {
  font-weight: 700 !important;
}
.accent.color-1 {
  color: rgb(243, 64, 64) !important;
}
.accent.color-2 {
  color: #FB7F69 !important;
}
.accent.color-3 {
  color: rgb(119, 119, 119) !important;
}
.accent.color-4 {
  color: #ED1C24 !important;
}

.pretendard {
  font-family: "Pretendard", sans-serif !important;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-sizing: border-box;
  touch-action: auto;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  height: 100vh;
  font-size: 1.6rem;
}

html,
body {
  font-family: "Outfit", "Pretendard", sans-serif;
  letter-spacing: 0;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body:lang(ko) {
  word-break: keep-all;
}

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

em,
i,
cite,
code,
address {
  font-weight: normal;
  font-style: normal;
}

a,
ins {
  color: inherit;
  text-decoration: none;
}

table caption {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  color: transparent;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

button {
  border: none;
  background: none;
  font-family: "Pretendard", sans-serif;
  cursor: pointer;
}

label,
img,
input,
select,
textarea,
button,
a {
  vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: "Pretendard", sans-serif;
  appearance: none;
  border-radius: 0;
}

sub {
  font-size: smaller;
  vertical-align: text-bottom;
}

input[type=search] {
  padding-right: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: url("data:image/svg+xml,%0A%3Csvg width='' height='' viewBox='0 0  ' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='' fill='rgb(221,221,221)'/%3E%3C/svg%3E%0A") no-repeat center center rgb(221, 221, 221);
  cursor: pointer;
  margin-left: 1rem;
}

[v-cloak] {
  display: none;
}

body.fonts-loading {
  opacity: 0;
}

body.fonts-loaded {
  opacity: 1;
  transition: opacity 0.2s ease;
}

#guide-list .page-head {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 1rem 1.8rem;
  background-color: #ffffff;
  border-bottom: 0.1rem solid #E9E9E9;
  z-index: 101;
  transition: background-color 0.3s ease;
}
#guide-list .page-head .page-head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#guide-list .page-head .page-subject {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#guide-list .page-head .page-control {
  display: flex;
  z-index: 101;
}
#guide-list .page-head .page-control .control-btn.guide-intro {
  display: block;
  padding: 1rem 3.7rem;
  border: 0.1rem solid #e3e3e3;
  background-color: #222;
  border-radius: 0.6rem;
}
#guide-list .page-head .page-control .control-btn.guide-intro .btn-txt {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 1023px) {
  #guide-list .page-head .page-control .control-btn.guide-intro {
    padding: 1rem 1.4rem;
  }
}
#guide-list .page-head .page-control .control-btn.guide-menu {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  padding: 1.2rem 1rem;
  border: 0.1rem solid #222;
  background-color: #f8f8f8;
  border-radius: 0.6rem;
}
#guide-list .page-head .page-control .control-btn.guide-menu .line {
  display: block;
  position: absolute;
  height: 0.2rem;
  background: #222;
  border-radius: 0.6rem;
  transition: 0.3s ease;
}
#guide-list .page-head .page-control .control-btn.guide-menu .line.top {
  top: 1.2rem;
  width: 1.8rem;
}
#guide-list .page-head .page-control .control-btn.guide-menu .line.middle {
  top: 1.8rem;
  width: 1.3rem;
}
#guide-list .page-head .page-control .control-btn.guide-menu .line.bottom {
  top: 2.4rem;
  width: 1.8rem;
}
#guide-list .page-head .page-control .control-btn ~ .control-btn {
  margin-left: 1.5rem;
}
#guide-list .page-body {
  position: relative;
  min-height: calc(100vh - 12rem);
}
#guide-list .page-body .local-head {
  position: relative;
  padding: 0 1.8rem;
}
#guide-list .page-body .local-head .local-subject {
  padding: 10rem 0 2.5rem;
  margin: 0 auto;
  max-width: 144rem;
  border-bottom: 0.1rem solid #b9b9b9;
}
#guide-list .page-body .local-head .local-subject .local-name {
  display: block;
  color: #000000;
  letter-spacing: -0.05rem;
  font-size: 6.4rem;
}
#guide-list .page-body .local-head .local-subject .local-name + .local-desc {
  padding-top: 1rem;
}
#guide-list .page-body .local-head .local-subject .local-desc {
  display: block;
  color: #1c1c1c;
}
#guide-list .page-body .local-head.anchor-area + .local-body {
  padding: 12rem 1.8rem 15rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-head.anchor-area + .local-body {
    padding: 9rem 1.8rem 15rem;
  }
}
#guide-list .page-body .local-head + .local-body {
  padding: 7rem 1.8rem 15rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-head .local-subject {
    padding: 5rem 0 2.5rem;
  }
  #guide-list .page-body .local-head + .local-body {
    padding-top: 3rem;
  }
}
#guide-list .page-body .local-body .section {
  margin: 0 auto;
  max-width: 144rem;
}
#guide-list .page-body .local-body .section .section-head .section-subject .section-name {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: -0.05rem;
}
#guide-list .page-body .local-body .section .section-head .section-subject + .section-desc {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  padding-top: 0.8rem;
}
#guide-list .page-body .local-body .section .section-head + .section-body {
  padding-top: 6rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-head .section-subject .section-name {
    font-size: 2.6rem;
  }
  #guide-list .page-body .local-body .section .section-head .section-subject + .section-desc {
    font-size: 1.4rem;
  }
  #guide-list .page-body .local-body .section .section-head + .section-body {
    padding-top: 2.5rem;
    padding-left: 0;
  }
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head {
  color: #1c1c1c;
  font-weight: 600;
  font-size: 2.2rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body {
  margin-top: 1.8rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body > .subcategory {
  margin-top: 1.8rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body .subcategory .subcategory-head {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 1.6rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body .subcategory .subcategory-head + .subcategory-body {
  margin-top: 1rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body .subcategory ~ .subcategory {
  margin-top: 1.8rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body .subcontent-wrap .subcontent-head {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body .subcontent-wrap .subcontent-head + .subcontent-body {
  margin-top: 0.6rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body .subcontent-wrap ~ .subcontent-wrap {
  margin-top: 2rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-body .highlight-js + .subcategory {
  padding-top: 1.8rem;
}
#guide-list .page-body .local-body .section .section-body .subsection .subsection-head + .subsection-info {
  margin-top: 1.8rem;
}
#guide-list .page-body .local-body .section .section-body .subsection ~ .subsection {
  padding-top: 4rem;
}
#guide-list .page-body .local-body .section .section-body .subsection.line {
  border-top: 0.1rem solid #cacaca;
  margin-top: 5rem;
}
#guide-list .page-body .local-body .section .section-body .data-table .table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border-right: hidden;
  border-left: hidden;
  border-top: hidden;
}
#guide-list .page-body .local-body .section .section-body .data-table tbody {
  border-bottom: 1px solid #626262;
}
#guide-list .page-body .local-body .section .section-body .data-table tbody th, #guide-list .page-body .local-body .section .section-body .data-table tbody td {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
}
#guide-list .page-body .local-body .section .section-body .data-table tbody th {
  text-align: left;
  border-top: 1px solid #626262;
  border-right: 1px solid #626262;
  border-left: 1px solid #626262;
  background-color: #e7e7e7;
}
#guide-list .page-body .local-body .section .section-body .data-table tbody td {
  border-top: 1px solid #626262;
  border-right: 1px solid #626262;
  border-left: 1px solid #626262;
}
#guide-list .page-body .local-body .section .section-body .data-table + .para-list {
  margin-top: 1.8rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-body .data-table {
    max-width: unset;
    overflow: auto;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-body .data-table {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-body .data-table .table {
    min-width: 80rem;
  }
  #guide-list .page-body .local-body .section .section-body .data-table tbody {
    border-bottom: 1px solid #626262;
  }
  #guide-list .page-body .local-body .section .section-body .data-table tbody th, #guide-list .page-body .local-body .section .section-body .data-table tbody td {
    font-size: 1.4rem;
  }
}
#guide-list .page-body .local-body .section .section-body .link {
  display: inline-block;
}
#guide-list .page-body .local-body .section .section-body .link:hover {
  text-decoration: underline;
}
#guide-list .page-body .local-body .section .section-body .bold {
  font-weight: 700;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-body .subsection ~ .subsection {
    padding-top: 3.5rem;
  }
  #guide-list .page-body .local-body .section .section-body .subsection .subsection-head {
    font-size: 1.6rem;
  }
}
#guide-list .page-body .local-body .section ~ .section {
  padding-top: 12rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section ~ .section {
    padding-top: 8rem;
  }
}
#guide-list .page-body .local-body .section.hidden {
  display: none;
}
#guide-list .page-side {
  display: none;
}
#guide-list .page-side .aside-body {
  width: 100%;
  height: 100%;
  padding: 10rem 1.8rem;
  margin: 0 auto;
  max-width: 144rem;
  overflow: auto;
}
#guide-list .page-side .aside-body .section .section-head {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #484848;
}
#guide-list .page-side .aside-body .section .section-head .section-subject .section-name {
  color: #fafafa;
  font-weight: 600;
  font-size: 3rem;
  line-height: 150%;
  margin-bottom: 3rem;
}
#guide-list .page-side .aside-body .section .section-head .section-subject .section-name + .para {
  padding-top: 1rem;
}
#guide-list .page-side .aside-body .section .section-head .section-subject .para {
  color: #6F6F6F;
  font-weight: 400;
  font-size: 1.4rem;
}
#guide-list .page-side .aside-body .section .section-head + .section-body {
  padding-top: 9rem;
}
@media (max-width: 1023px) {
  #guide-list .page-side .aside-body .section .section-head + .section-body {
    padding-top: 4rem;
  }
  #guide-list .page-side .aside-body .section .section-head .section-subject .section-name {
    font-size: 1.8rem;
  }
  #guide-list .page-side .aside-body .section .section-head .section-subject .para {
    font-size: 1.2rem;
  }
}
#guide-list .page-side .aside-body .section .section-body {
  position: relative;
}
#guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item .gnb-name {
  color: #ffffff;
  font-weight: 700;
  font-size: 4.8rem;
}
#guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item .gnb-name + .lnb-list {
  padding-top: 5rem;
}
#guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item ~ .gnb-item {
  padding-top: 10rem;
}
#guide-list .page-side .aside-body .section .section-body .lnb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4rem;
  z-index: 100;
}
#guide-list .page-side .aside-body .section .section-body .lnb-list .lnb-item {
  width: 16.6666666667%;
}
#guide-list .page-side .aside-body .section .section-body .lnb-list .lnb-item .lnb-name {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1rem;
  color: #dddddd;
  font-weight: 500;
  font-size: 2rem;
  transition: 0.4s ease;
}
#guide-list .page-side .aside-body .section .section-body .lnb-list .lnb-item .lnb-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ffffff;
  transition: 0.4s ease;
  opacity: 0;
}
#guide-list .page-side .aside-body .section .section-body .lnb-list .lnb-item .lnb-name:hover {
  opacity: 0.8;
}
#guide-list .page-side .aside-body .section .section-body .lnb-list .lnb-item .lnb-name:hover::after {
  width: 80%;
  opacity: 0.8;
}
@media (max-width: 1023px) {
  #guide-list .page-side .aside-body {
    height: 100%;
    padding: 2rem 1.8rem;
  }
  #guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item .gnb-name {
    font-size: 2.4rem;
  }
  #guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item .gnb-name + .lnb-list {
    padding-top: 2rem;
    row-gap: 0.5rem;
  }
  #guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item .gnb-name + .lnb-list .lnb-item {
    width: 100%;
  }
  #guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item .gnb-name + .lnb-list .lnb-item .lnb-name {
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
  }
  #guide-list .page-side .aside-body .section .section-body .gnb-list .gnb-item ~ .gnb-item {
    padding-top: 5rem;
  }
}
#guide-list .page-foot {
  width: 100%;
  text-align: center;
  background-color: #1A1A1A;
}
#guide-list .page-foot .copyright {
  padding: 2rem;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.4rem;
}
#guide-list .page-foot .copyright .email {
  color: inherit;
  font-weight: inherit;
}
@media (max-width: 1023px) {
  #guide-list .page-foot .copyright {
    font-size: 1.2rem;
  }
}
#guide-list.open-aside, #guide-list.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#guide-list.open-aside {
  background-color: #1C1C1C;
  overflow-y: auto;
}
#guide-list.open-aside .page-head {
  border: none;
  background-color: #1c1c1c;
}
#guide-list.open-aside .page-head .page-head-inner .page-control .guide-menu .line.top {
  left: 1.3rem;
  transform: rotate(45deg);
  transform-origin: top left;
}
#guide-list.open-aside .page-head .page-head-inner .page-control .guide-menu .line.middle {
  transform: translateX(-20px);
  opacity: 0;
}
#guide-list.open-aside .page-head .page-head-inner .page-control .guide-menu .line.bottom {
  right: 0.7rem;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
#guide-list.open-aside .page-head.back-white {
  background-color: #ffffff;
}
#guide-list.open-aside .page-side {
  display: block;
}
#guide-list.open-aside .pub-list,
#guide-list.open-aside .page-body {
  display: none;
}
#guide-list .highlight-js .hljs {
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: Consolas, Courier New, monospace, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", dotum, 돋움, sans-serif;
  scrollbar-color: #cdcdcd #f0f0f0;
}
#guide-list .highlight-js .hljs {
  padding: 1.5rem;
  border: 0.1rem solid #f3f3f3;
  background: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: Consolas, Courier New, monospace, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", dotum, 돋움, sans-serif;
  scrollbar-color: #cdcdcd #f0f0f0;
}

#wrap #guide-intro {
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1200px) {
  #wrap #guide-intro {
    height: auto;
  }
}
#wrap #guide-intro .guide-wrap {
  display: flex;
  height: 100%;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap {
    flex-direction: column;
  }
}
#wrap #guide-intro .guide-wrap .guide-head {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 300px;
  padding-left: 230px;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-head {
    padding-left: 135px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-head {
    width: 100%;
    padding: 150px 20px 0 20px;
  }
}
#wrap #guide-intro .guide-wrap .guide-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 350px;
  width: 2px;
  height: 200px;
  background-color: #222;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-head::after {
    width: 1px;
    left: 250px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-head::after {
    display: none;
  }
}
#wrap #guide-intro .guide-wrap .guide-head .guide-summary {
  font-size: 20px;
  font-weight: 200;
  color: #222;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#wrap #guide-intro .guide-wrap .guide-head .guide-summary + .guide-subject {
  margin-top: 10px;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-summary {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-summary {
    font-size: 14px;
  }
}
#wrap #guide-intro .guide-wrap .guide-head .guide-subject {
  font-size: 120px;
  font-weight: 900;
  color: #222;
  line-height: 1;
  transition: 0.2s ease;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-subject {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-subject {
    font-size: 50px;
  }
}
#wrap #guide-intro .guide-wrap .guide-head .guide-subject + .guide-title {
  margin-top: 270px;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-subject + .guide-title {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-subject + .guide-title {
    margin-top: 70px;
  }
}
#wrap #guide-intro .guide-wrap .guide-head .guide-title {
  padding-left: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #222;
  transition: 0.2s ease;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-title {
    padding-left: 0;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-head .guide-title {
    font-size: 14px;
  }
}
#wrap #guide-intro .guide-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap::before {
    width: 320px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap::before {
    width: 130px;
  }
}
#wrap #guide-intro .guide-wrap .guide-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-body {
    justify-content: flex-start;
  }
}
#wrap #guide-intro .guide-wrap .guide-body .para {
  font-size: 16px;
  line-height: 1.4;
  padding: 478px 20px 0 6.25vw;
  color: #afaeae;
  text-align: left;
}
#wrap #guide-intro .guide-wrap .guide-body .para strong {
  color: #222;
}
@media (max-width: 1200px) {
  #wrap #guide-intro .guide-wrap .guide-body .para {
    padding: 100px 20px 0 135px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-body .para {
    padding: 150px 20px 0 20px;
    font-size: 12px;
  }
}
#wrap #guide-intro .guide-wrap .guide-util {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding-top: 20px;
  padding-right: 40px;
  height: 75px;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-util {
    padding: 20px;
    width: 100%;
    justify-content: space-between;
  }
}
#wrap #guide-intro .guide-wrap .guide-util .btn {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 12px 50px;
  max-width: 250px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid #222;
  color: #222;
  font-size: 16px;
  border-radius: 0px;
}
@media (max-width: 768px) {
  #wrap #guide-intro .guide-wrap .guide-util .btn {
    padding: 6px 25px;
    font-size: 14px;
  }
}
#wrap #guide-intro .guide-wrap .guide-util .btn .btn-text {
  position: relative;
  z-index: 2;
}
#wrap #guide-intro .guide-wrap .guide-util .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #222;
  transform: translateX(-100%);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
#wrap #guide-intro .guide-wrap .guide-util .btn:hover {
  color: #ffffff;
}
#wrap #guide-intro .guide-wrap .guide-util .btn:hover::before {
  transform: translateX(0);
}

#guide-list .page-body.pub-list {
  min-height: calc(100vh - 12rem);
  background-color: #f6f4f5;
}
#guide-list .page-body.pub-list .local-head {
  position: relative;
  background-color: #fff;
}
#guide-list .page-body.pub-list .local-head .page-search {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 119rem;
  padding-top: 4rem;
  padding-bottom: 3.6rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search {
    gap: 1.3rem;
    padding-top: 2.7rem;
    padding-bottom: 2.4rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap {
  position: relative;
  width: 23.1rem;
  border: 0.1rem solid #dddbdc;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.6rem;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .select-wrap {
    width: 10rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select {
  display: flex;
  padding: 1.1rem 1.9rem;
  align-items: center;
  padding-right: 5rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select {
    padding: 0.7rem 1rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select .select-item {
  width: 100%;
  color: #afaeae;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: -0.05rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select .select-item {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select::after {
  display: inline-block;
  position: absolute;
  right: 1.8rem;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0.585815L15.7071 8.29292C16.0976 8.68345 16.0976 9.31661 15.7071 9.70714C15.3166 10.0977 14.6834 10.0977 14.2929 9.70714L8 3.41424L1.70711 9.70714C1.31658 10.0977 0.683417 10.0977 0.292893 9.70714C-0.0976311 9.31661 -0.0976311 8.68345 0.292893 8.29292L8 0.585815Z' fill='rgb(175,174,174)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select::after {
    right: 1rem;
    background-size: 1rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select.active + .search-category {
  top: 5.8rem;
  opacity: 1;
  z-index: 10;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select.active + .search-category {
    top: 3.8rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-select.active::after {
  transform: rotate(0deg);
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-category {
  position: absolute;
  top: 4.8rem;
  width: 100%;
  padding: 1.1rem 1.9rem;
  border: 0.1rem solid #dddbdc;
  background-color: #fff;
  border-radius: 0.6rem;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-category {
    top: 2.8rem;
    padding: 1.1rem 0.9rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-category .select-item {
  color: #afaeae;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: -0.05rem;
  cursor: default;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-category .select-item {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .select-wrap .search-category .select-item:hover {
  color: #14121f;
}
#guide-list .page-body.pub-list .local-head .page-search .search-input-wrap {
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
}
#guide-list .page-body.pub-list .local-head .page-search .search-input-wrap .search-input {
  width: 100%;
  padding: 1.1rem 1.4rem 1.1rem 6.2rem;
  color: #afaeae;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.2rem;
  background-color: #f6f4f5;
  border-radius: 0.6rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .search-input-wrap .search-input {
    padding: 0.7rem 1rem 0.7rem 3.2rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .search-input-wrap .search-input::placeholder {
  color: #afaeae;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .search-input-wrap .search-input::placeholder {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .search-input-wrap::before {
  display: block;
  position: absolute;
  left: 1.4rem;
  width: 2.6rem;
  height: 2.6rem;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.375 2.15758C9.90664 2.15771 8.4596 2.5075 7.15461 3.17779C5.84962 3.84807 4.72452 4.81941 3.87317 6.01076C3.02183 7.20211 2.46893 8.57892 2.2606 10.0263C2.05227 11.4737 2.19456 12.9498 2.67559 14.3313C3.15662 15.7128 3.96245 16.9597 5.02584 17.968C6.08923 18.9764 7.37935 19.7168 8.78856 20.1277C10.1978 20.5385 11.6852 20.6078 13.1268 20.3297C14.5683 20.0517 15.9222 19.4344 17.0755 18.5293L21.0318 22.4691C21.2362 22.6656 21.5098 22.7743 21.7939 22.7718C22.0779 22.7694 22.3496 22.6559 22.5505 22.4559C22.7513 22.2559 22.8653 21.9853 22.8677 21.7025C22.8702 21.4196 22.761 21.1471 22.5637 20.9437L18.6073 17.0039C19.6777 15.6518 20.3441 14.0269 20.5304 12.3152C20.7166 10.6035 20.4152 8.87416 19.6606 7.32509C18.906 5.77603 17.7286 4.46982 16.2633 3.55594C14.798 2.64207 13.104 2.15747 11.375 2.15758ZM4.33333 11.3273C4.33333 9.46757 5.07522 7.68401 6.39579 6.36897C7.71636 5.05394 9.50743 4.31516 11.375 4.31516C13.2426 4.31516 15.0336 5.05394 16.3542 6.36897C17.6748 7.68401 18.4167 9.46757 18.4167 11.3273C18.4167 13.187 17.6748 14.9706 16.3542 16.2856C15.0336 17.6007 13.2426 18.3394 11.375 18.3394C9.50743 18.3394 7.71636 17.6007 6.39579 16.2856C5.07522 14.9706 4.33333 13.187 4.33333 11.3273Z' fill='rgb(165,165,165)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .page-search .search-input-wrap::before {
    left: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem;
  }
}
#guide-list .page-body.pub-list .local-head .page-search .search-btn {
  flex-shrink: 0;
}
#guide-list .page-body.pub-list .local-head .menu-anchor {
  position: absolute;
  top: 13rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .menu-anchor {
    top: 8.3rem;
  }
}
#guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list {
  display: flex;
  width: 100%;
  max-width: 120rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list {
    gap: 2rem;
  }
}
#guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item {
  position: relative;
  width: auto;
  cursor: pointer;
}
#guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item .anchor-btn {
  display: inline-block;
  color: #afaeae;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 4rem;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item .anchor-btn {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
#guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item.active .anchor-btn {
  color: #222;
}
#guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item.active::after {
  width: 100%;
}
#guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.2rem;
  content: "";
  background-color: #222;
  border-radius: 0.6rem;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
#guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item + .anchor-item {
  margin-left: 6rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .menu-anchor .anchor-list .anchor-item + .anchor-item {
    margin-left: 2rem;
  }
}
#guide-list .page-body.pub-list .local-head .menu-anchor.fix {
  position: fixed;
  top: 6.1rem;
  z-index: 999;
  height: 6.1rem;
  display: flex;
  align-items: flex-end;
  border-bottom: 0.1rem solid #ddd;
}
#guide-list .page-body.pub-list .local-head .menu-anchor.fix .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-head .menu-anchor.fix .swiper-wrapper {
    justify-content: flex-start;
  }
}
#guide-list .page-body.pub-list .local-body {
  position: relative;
  padding: 0 1.8rem;
  margin: 6rem auto 0;
  max-width: 119rem;
}
#guide-list .page-body.pub-list .local-body .content-body {
  min-height: 65rem;
  padding: 0 0 10rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section {
  padding-top: 6rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section {
    padding-top: 3.2rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-head {
  position: relative;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-head .section-subject .section-name {
  color: #222;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 4rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-head .section-subject .section-name {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-head .section-subject + .para {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 1rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-head + .section-body {
  padding-top: 1.8rem;
  padding-left: 0;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-head + .section-body {
    padding-top: 1.5rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-head button {
  position: absolute;
  top: 1.5rem;
  right: 0;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #2d2d2d;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head {
  padding: 1.1rem 0 1.1rem 0.6rem;
  background-color: #222;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head {
    padding: 0.5rem 0;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list {
  display: flex;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list {
    display: none;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 3rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item.al {
  padding-left: 2rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item.ac {
  text-align: center;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item:nth-child(1) {
  width: 7%;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item:nth-child(2) {
  width: 20%;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item:nth-child(3) {
  width: 22%;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item:nth-child(4) {
  flex: 1;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item:nth-child(5) {
  width: 10%;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-head .cate-list .cate-item:nth-child(6) {
  width: 12%;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body {
  background-color: #ffffff;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item {
  transition: border-top 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item {
    transition: margin 0.3s ease;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area .data-wrap {
  display: flex;
  flex-direction: column;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area .data {
  display: inline-block;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  word-break: break-all;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area .data {
    text-align: left;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default {
  border: 0.1rem solid #ffffff;
  border-left-width: 0.6rem;
  transition: border-color 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default {
    border: none;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list {
  display: flex;
  width: 100%;
  padding: 1.3rem 0;
  max-width: 119rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list {
    position: relative;
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.2rem;
    padding-bottom: 0;
    padding-bottom: 2rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item {
  display: flex;
  text-align: center;
  flex-direction: column;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data {
  color: #4d4d4d;
  line-height: 3rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data.data-view .data-text {
  display: inline-block;
  width: 6rem;
  border: 0.1rem solid #e1e1e1;
  color: #4e4e4e;
  border-radius: 0.6rem;
  background-color: #f3f3f3;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data.data-view .data-text {
    width: auto;
    padding: 0.3rem 0.85rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data.data-view .data-text + .data-text {
  margin-top: 0.5rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data.data-view .data-text.disabled {
  pointer-events: none;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data.data-view .data-text.complete {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data.data-view .data-text.remove {
  color: #ffffff;
  background-color: rgb(215, 29, 29);
  background-color: rgb(215, 29, 29);
  pointer-events: none;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data.data-view + .data-view {
    margin-top: 0.4rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data + .data {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item .data {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.no {
  width: 7%;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.no {
    width: 100%;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.view, #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn {
  width: 6%;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.view, #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn {
    width: 100%;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.status {
  width: 10%;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.status {
    width: 100%;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.no, #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.menu {
  align-self: center;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.id {
  width: 20%;
  text-align: left;
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.id {
    display: none;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.menu {
  width: 22%;
  text-align: left;
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.menu {
    width: 100%;
    padding-left: unset;
  }
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.menu .data-menu {
    font-weight: 800;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.root {
  text-align: left;
  padding-left: 2rem;
  flex: 1;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.root {
    width: 100%;
    padding: 0;
    padding-right: 15rem;
  }
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.root .data-root {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn .btn {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: #f3f3f3;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn .btn {
    width: 2rem;
    height: 2rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn .btn::after {
  display: block;
  height: 100%;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.264138 0.266446C0.433317 0.0958407 0.662742 0 0.901961 0C1.14118 0 1.37061 0.0958407 1.53978 0.266446L6.00545 4.77111L10.4711 0.266446C10.6413 0.100676 10.8691 0.00894946 11.1057 0.0110229C11.3422 0.0130963 11.5685 0.108803 11.7358 0.277531C11.903 0.446259 11.9979 0.674507 12 0.913115C12.002 1.15172 11.9111 1.3816 11.7468 1.55323L6.64327 6.7013C6.47409 6.8719 6.24467 6.96774 6.00545 6.96774C5.76623 6.96774 5.5368 6.8719 5.36762 6.7013L0.264138 1.55323C0.0950107 1.38258 0 1.15115 0 0.90984C0 0.668531 0.0950107 0.437102 0.264138 0.266446Z' fill='rgb(204,204,204)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center 1.303rem;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn .btn::after {
    background-size: 0.8rem;
    background-position: center;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn .btn + .btn {
  margin-top: 0.5rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: auto;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item {
    text-align: left;
  }
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.no {
    display: none;
  }
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.status {
    position: absolute;
    top: 50%;
    right: 10.5rem;
    width: auto;
    font-size: 1.2rem;
    max-width: unset;
    transform: translateY(-50%);
  }
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.status .data {
    line-height: 2rem;
    text-align: right;
  }
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.default .default-list .default-item.view {
    position: absolute;
    top: 50%;
    right: 5.5rem;
    width: auto;
    text-align: center;
    transform: translateY(-50%);
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-inner {
  padding: 1.5rem 0;
  background-color: #f8f8f8;
  border-left-width: 0.6rem;
  border-style: solid;
  border-color: #ffffff;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-inner {
    padding: 0.2rem 0;
    margin: 0 1.5rem;
    border: none;
    border-radius: 0.4rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list {
  display: flex;
  position: relative;
  width: 100%;
  padding: 1.5rem 0.6rem;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 100rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data {
  color: #222;
  line-height: 2rem;
  max-width: 50rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
  }
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.contents {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.title {
  font-weight: 600;
  padding-right: 1.8rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.title {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: -0.025rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name, #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.contents {
  font-weight: 400;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name {
  position: relative;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name.ko::before {
  content: "ko";
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name.en::before {
  content: "en";
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name.zhs::before {
  content: "zhs";
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name.zht::before {
  content: "zht";
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name.ja::before {
  content: "ja";
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -5rem;
  width: 3.5rem;
  padding: 0.1rem 0;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0.6rem;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name::before {
    right: 4rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list .data.name + .name {
  margin-top: 1.2rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list.worker .title {
  align-self: center;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list + .data-list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  border-top: 0.05rem solid #222;
  opacity: 0.4;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data-list {
    padding: 0.9rem 1.2rem 0.9rem 1.5rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item .data-area.detail .data {
  line-height: 2rem;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item + .data-item {
  border-top: 0.1rem solid #eeeded;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item.active .default {
  border-color: #222;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item.active .default .default-list .default-item.btn .btn {
  background-color: #222;
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item.active .default .default-list .default-item.btn .btn::after {
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.264138 0.266446C0.433317 0.0958407 0.662742 0 0.901961 0C1.14118 0 1.37061 0.0958407 1.53978 0.266446L6.00545 4.77111L10.4711 0.266446C10.6413 0.100676 10.8691 0.00894946 11.1057 0.0110229C11.3422 0.0130963 11.5685 0.108803 11.7358 0.277531C11.903 0.446259 11.9979 0.674507 12 0.913115C12.002 1.15172 11.9111 1.3816 11.7468 1.55323L6.64327 6.7013C6.47409 6.8719 6.24467 6.96774 6.00545 6.96774C5.76623 6.96774 5.5368 6.8719 5.36762 6.7013L0.264138 1.55323C0.0950107 1.38258 0 1.15115 0 0.90984C0 0.668531 0.0950107 0.437102 0.264138 0.266446Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item.active {
    padding-bottom: 2rem;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item.active + .data-item {
  border-top: 0;
}
@media (max-width: 1023px) {
  #guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item.active + .data-item {
    border-top: 0.1rem solid #eeeded;
  }
}
#guide-list .page-body.pub-list .local-body .content-body .section .section-body .data-display .data-body .data-item.hidden {
  display: none;
}
#guide-list .page-body.pub-list .local-body .content-body .no-result {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#guide-list .page-body.pub-list .local-body .content-body .no-result .no-result-inner::before {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto;
  content: "";
  margin-bottom: 3rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='55' height='55' viewBox='0 0 55 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 52.7083C41.4222 52.7083 52.7083 41.4222 52.7083 27.5C52.7083 13.5778 41.4222 2.29167 27.5 2.29167C13.5778 2.29167 2.29167 13.5778 2.29167 27.5C2.29167 41.4222 13.5778 52.7083 27.5 52.7083ZM27.5 55C42.6878 55 55 42.6878 55 27.5C55 12.3122 42.6878 0 27.5 0C12.3122 0 0 12.3122 0 27.5C0 42.6878 12.3122 55 27.5 55ZM27.9582 12.3177C28.7493 12.3177 29.3905 12.959 29.3905 13.75V33C29.3905 33.791 28.7493 34.4323 27.9582 34.4323C27.1672 34.4323 26.5259 33.791 26.5259 33V13.75C26.5259 12.959 27.1672 12.3177 27.9582 12.3177ZM27.9583 44.0001C29.4771 44.0001 30.7083 42.7689 30.7083 41.2501C30.7083 39.7313 29.4771 38.5001 27.9583 38.5001C26.4396 38.5001 25.2083 39.7313 25.2083 41.2501C25.2083 42.7689 26.4396 44.0001 27.9583 44.0001Z' fill='rgb(68,68,68)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
#guide-list .page-body.pub-list .local-body .content-body .no-result .des {
  color: #4d4d4d;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
}
#guide-list .page-body.pub-list .local-body .content-body .no-result.active {
  display: block;
}

#guide-list .page-body .local-body .section .guide-area + .guide-area {
  margin-top: 2rem;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list {
  display: flex;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list + .data-list {
  margin-top: 5rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section.color-guide .subsection-body .data-list {
    gap: 2rem 0;
  }
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item {
    pointer-events: none;
  }
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .data-box {
  position: relative;
  width: 100%;
  height: 2.8rem;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .data-box .use {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  width: 90%;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .data-box + .data-name {
  padding-top: 0.8rem;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .data-box.border {
  border: 0.1rem solid rgb(180, 180, 180);
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .data-name {
  color: #555555;
  font-weight: 500;
  font-size: 1.3rem;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .data-name + .data-code {
    padding-top: 0.3rem;
  }
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .data-code {
  width: 100%;
  color: #8C8C8C;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item span[class^=data] {
  display: block;
  text-align: left;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .copied-text {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #a1a1aa;
  color: #f6f6f7;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#guide-list .page-body .local-body .section.color-guide .subsection-body .data-list .data-item .copied-text.show {
  opacity: 1;
  visibility: visible;
}
#guide-list .page-body .local-body .section.button-guide .subsection .subsection-body .guide-button-area + .guide-button-area {
  margin-top: 2rem;
}
#guide-list .page-body .local-body .section.font-guide .section-head + .section-body {
  padding-left: 0;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border-right: hidden;
  border-left: hidden;
  border-top: hidden;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table thead {
  background-color: #14121F;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table tbody tr {
  height: 14rem;
  border-bottom: 0.1rem solid #b9b9b9;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table tbody tr.line {
  border-top: 0.2rem solid #14121F;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table th {
  padding: 1.2rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table th:first-child {
  border-radius: 1.2rem 0 0 0;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table th:last-child {
  border-radius: 0 1.2rem 0 0;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table td {
  text-align: center;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  border-right: 0.1rem solid #b9b9b9;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table td.demo {
  text-align: left;
  padding-left: 2rem;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table td.demo .desc {
  display: block;
  font-family: "Pretendard" !important;
  font-size: 1.4rem;
  font-weight: 400;
  color: #808080;
  line-height: 160% !important;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table td.demo .desc.mt1 {
  margin-top: 1rem;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table td.type, #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table td.name {
  font-weight: 700;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info {
  display: inline-block;
  height: auto;
  padding: 3rem 2rem;
  min-width: 20rem;
  background-color: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info .text {
  padding: 0 1rem 1rem 1rem;
  color: #14121F;
  font-size: 8rem;
  line-height: 100%;
  border-bottom: 1px solid #dadada;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info .text + .family {
  color: #14121F;
  font-weight: 600;
  font-size: 1.6rem;
  padding-top: 1.5rem;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info .text + .family + .type {
  display: flex;
  color: #4f4f4f;
  font-weight: 400;
  font-size: 1.4rem;
  padding-top: 0.8rem;
  justify-content: space-between;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info.light .text {
  font-weight: 400;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info.medium .text {
  font-weight: 500;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info.semibold .text {
  font-weight: 600;
}
#guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .font-info.bold .text {
  font-weight: 700;
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body {
    max-width: unset;
    overflow: auto;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding-left: 2rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body .table {
    min-width: 100rem;
  }
}
#guide-list .page-body .local-body .section.wai-guide .section-body .para-list .para {
  position: relative;
  color: #1c1c1c;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  padding-left: 1.3rem;
}
#guide-list .page-body .local-body .section.wai-guide .section-body .para-list .para::before {
  position: absolute;
  top: 0;
  left: 0.2rem;
  content: "-";
}
#guide-list .page-body .local-body .section.wai-guide .section-body .data-list .data {
  position: relative;
  color: #1c1c1c;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  padding-left: 1.2rem;
}
#guide-list .page-body .local-body .section.wai-guide .section-body .data-list .data ~ .data {
  margin-top: 0.8rem;
}
#guide-list .page-body .local-body .section.wai-guide .section-body .data-list .data::before {
  position: absolute;
  top: 0;
  left: 0.2rem;
  font-size: 2rem;
  content: "·";
}
#guide-list .page-body .local-body .section.wai-guide .section-body .data-list .data .data-table {
  margin-top: 1.2rem;
}
#guide-list .page-body .local-body .section.wai-guide .section-body .data-list .data .highlight-js {
  margin-top: 0.8rem;
}
#guide-list .page-body .local-body .section.wai-guide .section-body .data-list .data .highlight-js + .para-list {
  margin-top: 1.2rem;
}
#guide-list .page-body .local-body .section.wai-guide .section-body .data-list .data .link:hover {
  text-decoration: underline;
}
#guide-list .page-body .local-body .section.source-guide .section-head + .section-body {
  padding-top: 3rem;
  padding-left: unset;
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon {
  display: flex;
  flex-wrap: wrap;
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item .data-name {
  display: flex;
  width: 9rem;
  font-size: 1.4rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-height: 10rem;
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item .data-name::before {
  width: 3rem;
  height: 3rem;
  margin: 1rem auto 1.6rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.link:hover {
  text-decoration: none;
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.sns-insta .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5596 0C16.5819 0.00025565 18.9997 2.41809 19 5.44043V13.4727C19 16.5816 16.5821 18.9997 13.5596 19H5.52734C2.41825 19 0 16.5817 0 13.4727V5.44043C0.000255791 2.41793 2.41842 0 5.52734 0H13.5596ZM9.5 4.57715C6.73651 4.57715 4.57738 6.90884 4.57715 9.58594C4.57715 12.2632 6.73636 14.5088 9.5 14.5088C12.2636 14.5088 14.4229 12.1773 14.4229 9.5C14.4229 6.82273 12.2636 4.57715 9.5 4.57715ZM9.49902 6.33398C11.2105 6.33417 12.6649 7.78847 12.665 9.5C12.665 11.2116 11.2106 12.6668 9.49902 12.667C7.78731 12.667 6.33203 11.2117 6.33203 9.5C6.33212 7.78836 7.78737 6.33398 9.49902 6.33398ZM14.5957 3.36816C13.9912 3.36816 13.4727 3.88667 13.4727 4.49121C13.4728 5.09563 13.9913 5.61328 14.5957 5.61328C15.2 5.61314 15.7176 5.09554 15.7178 4.49121C15.7178 3.88675 15.2001 3.36831 14.5957 3.36816Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.sns-blog .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2432 0C20.5348 0.000140253 21.5996 1.07991 21.5996 2.38867V12.0625C21.5996 13.3713 20.5348 14.451 19.2432 14.4512H12.584C12.5767 14.4699 11.1983 18 10.7334 18C10.268 17.9999 8.99306 14.4617 8.98926 14.4512H2.35742C1.06568 14.4512 0 13.3713 0 12.0625V2.38867C0 1.07983 1.06568 0 2.35742 0H19.2432ZM16.7793 5.4375C16.2201 5.4375 15.7408 5.62661 15.3945 6.03125C15.0616 6.43603 14.8887 6.97596 14.8887 7.66406C14.8887 8.27108 15.0347 8.75681 15.3408 9.12109C15.647 9.48533 16.0999 9.67472 16.6191 9.6748C17.1918 9.6748 17.6045 9.52589 17.8975 9.12109H17.9111V9.37793C17.9111 10.0523 17.2058 10.4033 16.6865 10.3496V11.3613C17.299 11.4422 18.0315 11.4151 18.5508 10.916C18.9768 10.4977 19.1631 9.90381 19.1631 8.91895H19.1768V5.53223H17.9111V5.84277H17.8975C17.5912 5.55951 17.2719 5.4375 16.7793 5.4375ZM12.0518 5.49219C11.7723 5.49219 11.4927 5.54551 11.2266 5.65332C10.9603 5.76122 10.7335 5.90983 10.5205 6.09863C10.3075 6.30098 10.1476 6.53062 10.041 6.77344C9.93453 7.0297 9.88091 7.28613 9.88086 7.56934C9.88086 7.85269 9.93448 8.12333 10.041 8.36621C10.1475 8.60891 10.3076 8.83777 10.5205 9.04004C10.7203 9.22894 10.9602 9.37741 11.2266 9.48535C11.4795 9.59323 11.7589 9.64746 12.0518 9.64746C12.3447 9.64746 12.6243 9.5933 12.8906 9.48535C13.157 9.37741 13.3969 9.22894 13.5967 9.04004C13.8095 8.83779 13.9697 8.62235 14.0762 8.36621C14.1827 8.10984 14.2354 7.85269 14.2354 7.56934C14.2353 7.28613 14.1827 7.0297 14.0762 6.77344C13.9563 6.51709 13.8097 6.30102 13.5967 6.09863C13.3969 5.90977 13.1569 5.76125 12.8906 5.65332C12.6244 5.54544 12.3446 5.49219 12.0518 5.49219ZM2.43652 3.77832V9.37793H3.70215V9.1084H3.71582C3.98207 9.32404 4.35477 9.47259 4.86035 9.47266C5.41966 9.47266 5.93954 9.31043 6.27246 8.93262C6.61859 8.55491 6.77825 8.19053 6.77832 7.55664C6.77832 6.97643 6.56481 6.44964 6.28516 6.1123C5.99219 5.77513 5.51315 5.49146 5.06055 5.50488C4.52787 5.53187 4.07475 5.62698 3.72852 5.92383H3.70215V3.77832H2.43652ZM7.08496 5.05957C7.10025 5.06233 7.71086 5.17788 7.71094 5.96387V9.43164H9.00195V6.00488C8.89628 3.79658 7.11392 3.67179 7.08496 3.66992V5.05957ZM4.56836 6.66602C4.82124 6.66602 5.02128 6.74687 5.19434 6.93555C5.36746 7.11096 5.46094 7.32761 5.46094 7.58398C5.46083 7.84017 5.36736 8.05613 5.19434 8.23145C5.02126 8.4067 4.80795 8.50098 4.56836 8.50098C4.32884 8.50088 4.12907 8.40673 3.95605 8.23145C3.78303 8.04264 3.70321 7.84015 3.70312 7.58398C3.70312 7.32761 3.78294 7.11096 3.95605 6.93555C4.11576 6.76031 4.32887 6.66611 4.56836 6.66602ZM17.0332 6.66602C17.2728 6.66602 17.4861 6.74687 17.6592 6.93555C17.8323 7.11096 17.9258 7.32761 17.9258 7.58398C17.9257 7.84017 17.8322 8.05613 17.6592 8.23145C17.4861 8.4067 17.2728 8.50098 17.0332 8.50098C16.7937 8.50088 16.5939 8.40673 16.4209 8.23145C16.2479 8.04264 16.1681 7.84015 16.168 7.58398C16.168 7.32761 16.2478 7.11096 16.4209 6.93555C16.5806 6.76031 16.7937 6.66611 17.0332 6.66602ZM12.041 6.65234C12.2939 6.65234 12.5072 6.73321 12.667 6.92188C12.8401 7.11078 12.9336 7.31394 12.9336 7.57031C12.9335 7.8265 12.84 8.04246 12.667 8.21777C12.4939 8.39303 12.2806 8.4873 12.041 8.4873C11.8015 8.48721 11.6017 8.39306 11.4287 8.21777C11.2557 8.02897 11.1759 7.82648 11.1758 7.57031C11.1758 7.31394 11.2556 7.09729 11.4287 6.92188C11.5884 6.74664 11.8015 6.65244 12.041 6.65234Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.sns-youtube .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5377 2.50206C21.2826 1.5144 20.5333 0.740741 19.5928 0.477366C17.871 2.35475e-07 11 0 11 0C11 0 4.11304 2.35475e-07 2.40725 0.477366C1.46667 0.740741 0.717392 1.5144 0.462319 2.50206C2.28053e-07 4.27983 0 8 0 8C0 8 2.28053e-07 11.7202 0.462319 13.4979C0.717392 14.4856 1.46667 15.2593 2.40725 15.5226C4.12899 16 11 16 11 16C11 16 17.887 16 19.5928 15.5226C20.5333 15.2593 21.2826 14.4856 21.5377 13.4979C22 11.7202 22 8 22 8C22 8 22 4.27983 21.5377 2.50206ZM8.75217 11.3745V4.62551L14.5072 8L8.75217 11.3745Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.sns-facebook .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22222 9.9V18H6.41975V10.0125H9.25926L10 6.6375H6.41975C6.41975 6.6375 6.41975 5.0625 6.41975 4.1625C6.41975 3.825 6.54321 3.375 7.16049 3.375C8.02469 3.375 9.1358 3.375 9.1358 3.375V0C9.1358 0 7.28395 0 5.30864 0C4.07407 0 2.22222 1.4625 2.22222 3.15C2.22222 4.8375 2.22222 6.6375 2.22222 6.6375H0V10.0125L2.22222 9.9Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.out-link-01 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.75 8.75H7.25V2.56055L1.06348 8.74707L0.00292969 7.68652L6.18945 1.5H0V0H8.75V8.75Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-up-01 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.71004 8.37373C1.31957 8.7642 0.686511 8.7641 0.295974 8.37373C-0.0944749 7.9832 -0.0945253 7.35017 0.295974 6.95967L6.96199 0.292679C7.35238 -0.0977118 7.98549 -0.0974446 8.37605 0.292679L15.043 6.95967C15.4336 7.35019 15.4336 7.98321 15.043 8.37373C14.6525 8.76426 14.0195 8.76426 13.629 8.37373L7.67 2.41475L1.71004 8.37373Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-down-01 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.626 0.292908C14.0164 -0.0975623 14.6495 -0.0974538 15.04 0.292908C15.4305 0.683438 15.4305 1.31647 15.04 1.70697L8.37402 8.37396C7.98363 8.76435 7.35052 8.76409 6.95996 8.37396L0.292969 1.70697C-0.0975555 1.31645 -0.0975555 0.683432 0.292969 0.292908C0.683493 -0.0976166 1.31651 -0.0976166 1.70703 0.292908L7.66602 6.25189L13.626 0.292908Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-up-02 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 7.70711C13.3166 8.09763 12.6834 8.09763 12.2929 7.70711L7 2.41421L1.70711 7.70711C1.31658 8.09763 0.683417 8.09763 0.292893 7.70711C-0.0976315 7.31658 -0.0976315 6.68342 0.292893 6.29289L6.29289 0.292893C6.68342 -0.0976315 7.31658 -0.0976315 7.70711 0.292893L13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-down-02 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7071 0.292893C13.3166 -0.0976311 12.6834 -0.0976311 12.2929 0.292893L7 5.58579L1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976315 0.683417 -0.0976315 1.31658 0.292893 1.70711L6.29289 7.70711C6.68342 8.09763 7.31658 8.09763 7.70711 7.70711L13.7071 1.70711C14.0976 1.31658 14.0976 0.683417 13.7071 0.292893Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-swiper .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='39' viewBox='0 0 36 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36 20L25.3779 39H0L10.6221 20L0 0H25.3779L36 20Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-left .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.07129 1.41406L3.82129 4.66309L11.7598 4.73633L11.7412 6.73633L3.83594 6.66309L7.07129 9.89941L5.65723 11.3135L0 5.65625L5.65723 0L7.07129 1.41406Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-right .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000151038 11.3123L4.9496 6.3626L-0.000151038 1.41285L1.41406 -0.00135934L7.77802 6.3626L1.41406 12.7266L-0.000151038 11.3123Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-right-twin .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.22949 12.9922L13.1797 8.04199L8.22949 3.09277L9.64355 1.67773L16.0078 8.04199L9.64355 14.4063L8.22949 12.9922ZM-0.000976686 12.9922L4.94922 8.04199L-0.000977552 3.09277L1.41406 1.67774L7.77734 8.04199L1.41406 14.4063L-0.000976686 12.9922Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.arrow-right-a .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.69434 9.89844L7.94727 6.64648L0.00390584 6.57422L0.0136714 5.57422L0.0224603 4.57324L7.92773 4.64746L4.69434 1.41309L6.1084 -0.000976068L11.7656 5.65625L6.1084 11.3125L4.69434 9.89844Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.out-link-02 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.96387 8H6.96387V3.42676L1.42773 9.06641L0.713867 8.36523L0 7.66504L5.5625 2H0.963867V0H8.96387V8Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.form-check-01 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7012 5.71289L6.84961 13.4414L1.26074 7.30859L2.73926 5.96094L6.92773 10.5576L13.2988 4.28711L14.7012 5.71289Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.search .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9951 3.20312C19.9597 3.20312 24.7948 8.03834 24.7949 14.0029C24.7949 16.5065 23.9404 18.8091 22.5107 20.6406L29.0771 27.208L27.1924 29.0928L20.624 22.5254C18.7939 23.9509 16.4947 24.8027 13.9951 24.8027C8.03053 24.8026 3.19531 19.9675 3.19531 14.0029C3.19542 8.03841 8.0306 3.20323 13.9951 3.20312ZM13.9951 5.87012C9.50336 5.87022 5.86241 9.51117 5.8623 14.0029C5.8623 18.4948 9.50329 22.1366 13.9951 22.1367C18.487 22.1367 22.1289 18.4948 22.1289 14.0029C22.1288 9.5111 18.487 5.87012 13.9951 5.87012Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.share .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.59961 14.002H14.4004V9.00195H16V16.002H0V9.00195H1.59961V14.002ZM9.36816 1.41504L9.36133 1.4209L13.2773 5.33691L11.8682 6.74609L9.00391 3.88184V11.002H7.00391V3.77832L4.08789 6.69434L2.67383 5.28027L6.53711 1.41504L6.53516 1.41309L7.94336 0.00390625L7.94629 0.00683594L7.95312 0L9.36816 1.41504Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.close .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8L17.7988 0.322266L19.9199 2.44336L12.2422 10.1211L19.7988 17.6777L17.6777 19.7988L10.1211 12.2422L2.24219 20.1211L0.121094 18L8 10.1211L0 2.12109L2.12109 0L10.1211 8Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.play .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28542 5.18844C9.60909 5.38264 9.60909 5.85173 9.28542 6.04593L0.757248 11.1628C0.423986 11.3628 4.50751e-07 11.1227 4.67739e-07 10.7341L9.15073e-07 0.500282C9.32061e-07 0.111635 0.423987 -0.128422 0.757249 0.0715359L9.28542 5.18844Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .data-list.svg-icon .data-item.pause .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 0C9.77614 0 10 0.223858 10 0.5V9.5C10 9.77614 9.77614 10 9.5 10H0.5C0.223858 10 0 9.77614 0 9.5V0.5C6.4426e-08 0.223858 0.223858 0 0.5 0H9.5Z' fill='rgb(0,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.icon-guide .icon-button::after {
  display: block;
  width: 20rem;
  height: 20rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='' height='' viewBox='0 0  ' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='' fill='rgb(255,0,0)'/%3E%3C/svg%3E%0A");
}
#guide-list .page-body .local-body .section.table-guide .t-display + .t-display {
  margin-top: 7rem;
}
#guide-list .page-body .local-body .section.mark-guide .subsection .subsection-body .guide-mark-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.8rem;
  gap: 2rem;
}
#guide-list .page-body .local-body .section.post-guide .section-head + .section-body {
  padding-left: unset;
}
#guide-list .page-body .local-body .section .guide-tab-area {
  padding-top: 1.8rem;
}
#guide-list .page-body .local-body .section .guide-tab-panel-area {
  padding-top: 1.8rem;
}
#guide-list .page-body .local-body .section .guide-tab-panel-area .panel-wrap {
  height: 30rem;
  line-height: 30rem;
  text-align: center;
}
#guide-list .page-body .local-body .section .guide-swiper {
  padding-top: 1.8rem;
}
#guide-list .page-body .local-body .section.board-guide .section-head + .section-body {
  padding-left: unset;
}
#guide-list .page-body .local-body .section.list-guide .section-head + .section-body {
  padding-left: unset;
}
#guide-list .page-body .local-body .section.list-guide .section-head + .section-body .subsection.line {
  border-top: 0.1rem dashed rgb(34, 34, 34);
}
#guide-list .page-body .local-body .section.list-guide .data-display.design1.case6 .data-head {
  width: 20%;
}
#guide-list .page-body .local-body .section.list-guide .data-display.design1.case6 .data-body {
  width: 70%;
}
#guide-list .page-body .local-body .section.layout-guide .section-head + .section-body {
  padding-left: unset;
  padding-top: unset;
}
#guide-list .page-body .local-body .section.layout-guide .section[class*=design].type1 .section-name {
  font-size: 3.2rem !important;
}
#guide-list .page-body .local-body .section.layout-guide .section[class*=design].type2 .section-name {
  font-size: 2.4rem !important;
}
#guide-list .page-body .local-body .section.accordion-guide .guide-accordion-area {
  margin-top: 2rem;
}
#guide-list .page-body .local-body .section.accordion-guide .guide-accordion-area .accordion-display .accordion-item + .accordion-item {
  margin-top: 3rem;
}
#guide-list .page-body .local-body .section.accordion-guide .guide-accordion-area .accordion-display .accordion-head + .accordion-body {
  margin-top: 0.5rem;
}
#guide-list .page-body .local-body .section.tag-guide .guide-tag-area .tag-list + .tag-list {
  margin-top: 5rem;
}
#guide-list .page-body .local-body .section.tag-guide .guide-tag-area + .guide-tag-area {
  margin-top: 5rem;
}

.page-body .page.module-a .local-head {
  padding-block: 11rem 20rem;
  background: linear-gradient(180deg, rgba(242, 243, 238, 0) 0%, rgba(243, 239, 238, 0.8) 75.18%);
  background-blend-mode: multiply;
}
@media (min-width: 1024px) {
  .page-body .page.module-a .local-head {
    height: 49rem;
  }
}
@media (max-width: 1023px) {
  .page-body .page.module-a .local-head {
    padding-block: 7.6rem 8rem;
  }
}
.page-body .page.module-a .local-head .head-inner {
  width: 100%;
  max-width: 148rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
.page-body .page.module-a .local-head .local-info .breadcrumb {
  display: flex;
  align-items: center;
}
.page-body .page.module-a .local-head .local-info .breadcrumb > li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.5rem;
  color: #B4B4B4;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
.page-body .page.module-a .local-head .local-info .breadcrumb > li + li {
  position: relative;
}
.page-body .page.module-a .local-head .local-info .breadcrumb > li + li:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
  margin-inline: 0.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000151038 11.3123L4.9496 6.3626L-0.000151038 1.41285L1.41406 -0.00135934L7.77802 6.3626L1.41406 12.7266L-0.000151038 11.3123Z' fill='rgb(180,180,180)'/%3E%3C/svg%3E%0A") no-repeat center/0.6rem;
}
.page-body .page.module-a .local-head .local-info .breadcrumb > li.on {
  color: #222;
}
.page-body .page.module-a .local-head .local-info + .local-subject {
  margin-top: 4.6rem;
}
.page-body .page.module-a .local-head .local-subject .local-name {
  text-align: center;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 600;
  font-size: 8rem;
  color: #222;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body .page.module-a .local-head .local-subject .local-name {
    font-size: 4.4rem;
  }
}
.page-body .page.module-a.type-1 {
  padding-bottom: 16rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-a.type-1 {
    padding-bottom: 10rem;
  }
}
.page-body .page.module-a.type-1 .local-body section:first-child .section-inner {
  padding-top: 8rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-a.type-1 .local-body section:first-child .section-inner {
    padding-top: 6.4rem;
  }
}
.page-body .page.module-a.type-2 .local-body section:first-child .section-inner {
  padding-top: 8rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-a.type-2 .local-body section:first-child .section-inner {
    padding-top: 6.4rem;
  }
}
.page-body .page.module-detail {
  padding-bottom: 16rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail {
    padding-bottom: 10rem;
  }
}
.page-body .page.module-detail .local-head {
  padding-block: 22rem 6.4rem;
  position: relative;
}
.page-body .page.module-detail .local-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #DDD;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head {
    padding-block: 14.4rem 4.4rem;
  }
}
.page-body .page.module-detail .local-head .local-subject .local-name {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 800;
  font-size: 5.2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head .local-subject .local-name {
    font-size: 2.8rem;
  }
}
.page-body .page.module-detail .local-head .local-subject .local-name + .date {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head .local-subject .local-name + .date {
    margin-top: 2.4rem;
  }
}
.page-body .page.module-detail .local-head .local-subject .date {
  font-weight: 400;
  font-size: 1.6rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head .local-subject .date {
    font-size: 1.4rem;
  }
}
.page-body .page.module-detail .local-head + .local-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head + .local-body {
    margin-top: 4.4rem;
  }
}
.page-body section.module-a .section-head .section-title {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 600;
  font-size: 4.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body section.module-a .section-head .section-title {
    font-size: 3rem;
  }
}
.page-body section.module-a .section-head + .section-body {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .page-body section.module-a .section-head + .section-body {
    margin-top: 3.2rem;
  }
}
.page-body section.module-b .section-head .section-title {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 700;
  font-size: 4.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body section.module-b .section-head .section-title {
    font-size: 3rem;
  }
}
.page-body section.module-b .section-head .section-title + .section-summary {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .page-body section.module-b .section-head .section-title + .section-summary {
    margin-top: 2rem;
  }
}
.page-body section.module-b .section-head .section-summary {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body section.module-b .section-head .section-summary {
    font-size: 1.6rem;
  }
}
.page-body section.module-b .section-head + .section-body {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .page-body section.module-b .section-head + .section-body {
    margin-top: 6.4rem;
  }
}
.page-body section.module-c .section-head .section-title {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .page-body section.module-c .section-head .section-title {
    font-size: 2.2rem;
  }
}
.page-body section.module-c .section-head .section-title + .section-summary {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .page-body section.module-c .section-head .section-title + .section-summary {
    margin-top: 1.2rem;
  }
}
.page-body section.module-c .section-head .section-summary {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .page-body section.module-c .section-head .section-summary {
    font-size: 1.6rem;
  }
}
.page-body section.module-c .section-head + .section-body {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .page-body section.module-c .section-head + .section-body {
    margin-top: 3.6rem;
  }
}
.page-body section.module-c .bi-area {
  text-align: center;
}
.page-body section.module-c .bi-area img {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .page-body section.module-c .bi-area.type-1 img {
    max-height: 5.8rem;
  }
}
@media (max-width: 1023px) {
  .page-body section.module-c .bi-area.type-2 img {
    max-height: 6.8rem;
  }
}
.page-body section.module-c .bi-area.type-3 {
  max-height: 4.8rem;
}
@media (max-width: 1023px) {
  .page-body section.module-c .bi-area.type-3 img {
    max-height: 3.6rem;
  }
}
@media (max-width: 1023px) {
  .page-body section.module-c .bi-area.type-4 img {
    max-height: 3rem;
  }
}
.page-body section.module-c.flex-1 .section-inner {
  display: flex;
}
.page-body section.module-d .section-head .section-title {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body section.module-d .section-head .section-title {
    font-size: 2.2rem;
  }
}
.page-body section.module-d .section-head .section-title + .section-summary {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .page-body section.module-d .section-head .section-title + .section-summary {
    margin-top: 1.2rem;
  }
}
.page-body section.module-d .section-head .section-summary {
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 600;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body section.module-d .section-head .section-summary {
    font-size: 2.2rem;
  }
}
.page-body section.module-d .section-head + .section-body {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .page-body section.module-d .section-head + .section-body {
    margin-top: 2rem;
  }
}
.page-body section.module-e .section-inner + .section-inner {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  .page-body section.module-e .section-inner + .section-inner {
    margin-top: 10rem;
  }
}
.page-body section.module-e .section-head .section-title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .page-body section.module-e .section-head .section-title {
    font-size: 2.2rem;
  }
}
.page-body section.module-e .section-body {
  flex-grow: 1;
}
.page-body section.module-e.flex-1 .section-inner {
  display: flex;
  gap: 6.4rem;
}
@media (max-width: 1023px) {
  .page-body section.module-e.flex-1 .section-inner {
    flex-direction: column;
    gap: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .page-body section.module-e.flex-1 .section-head {
    width: 37.777%;
  }
}
.page-body section.module-e.flex-1 .section-body {
  max-width: 83.2rem;
}
@media (max-width: 1023px) {
  .page-body section.module-e.flex-1 .section-body {
    max-width: unset;
  }
}
.page-body section.module-e.flex-2 .section-inner {
  display: flex;
  gap: 6.4rem;
}
@media (max-width: 1023px) {
  .page-body section.module-e.flex-2 .section-inner {
    flex-direction: column;
    gap: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .page-body section.module-e.flex-2 .section-head {
    min-width: 30rem;
  }
}
.page-body section.module-e.flex-2 .section-body {
  flex-grow: 1;
}
.page-body section.module-e.style-a .section-head + .section-body {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .page-body section.module-e.style-a .section-head + .section-body {
    margin-top: 3.6rem;
  }
}
.page-body section.module-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4.8rem 2rem 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 21.51%, #FFF 100%);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page-body section.module-floating {
    padding: 6.7rem 2rem 2rem;
  }
}
.page-body section.module-floating.active {
  opacity: 1;
}
.page-body section.module-floating.active .btn-area .btn {
  pointer-events: auto;
}
.page-body section.module-floating.hidden {
  opacity: 0 !important;
  pointer-events: none;
}
.page-body section.module-floating.hidden .btn-area .btn {
  pointer-events: none;
}
.page-body section.module-floating .btn-area .btn {
  min-width: 46.6rem;
}
@media (max-width: 1023px) {
  .page-body section.module-floating .btn-area .btn {
    min-width: unset;
    width: 100%;
  }
}
.page-body section.module-floating .btn-area .btn .btn-text {
  text-align: center;
}
.page-body section.module-error {
  padding-block: 28rem 16rem;
  min-height: calc(100vh - 8rem - 34rem);
  text-align: center;
}
@media (max-width: 1023px) {
  .page-body section.module-error {
    padding-block: 22.4rem 16rem;
    min-height: calc(100vh - 6.4rem - 62rem);
  }
}
.page-body section.module-error .section-head {
  position: relative;
}
.page-body section.module-error .section-head:before {
  content: "";
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  background: url("../images/icons/icon-close-round.svg") center center no-repeat;
  background-size: cover;
  margin-inline: auto;
  margin-bottom: 4.8rem;
}
@media (max-width: 1023px) {
  .page-body section.module-error .section-head:before {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 3.6rem;
  }
}
.page-body section.module-error .section-head .section-title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body section.module-error .section-head .section-title {
    font-size: 2.2rem;
  }
}
.page-body section.module-error .section-head .section-title + .section-summary {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .page-body section.module-error .section-head .section-title + .section-summary {
    margin-top: 1.2rem;
  }
}
.page-body section.module-error .section-head .section-summary {
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body section.module-error .section-head .section-summary {
    font-size: 1.6rem;
  }
}
.page-body section.module-error .section-head + .section-util {
  margin-top: 8rem;
}
.page-body section.module-error .section-head + .section-util .btn {
  min-width: 16rem;
}
@media (max-width: 1023px) {
  .page-body section.module-error .section-head + .section-util {
    margin-top: 6.4rem;
  }
}
.page-body .section-head.flex-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .page-body .section-head.flex-1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
.page-body .section-head.flex-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.6rem;
}
@media (max-width: 1023px) {
  .page-body .section-head.flex-2 {
    flex-direction: column-reverse;
    align-items: normal;
    gap: 4.4rem;
  }
}
.page-body .section-head.flex-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.8rem;
}
@media (max-width: 1023px) {
  .page-body .section-head.flex-3 {
    gap: 3.6rem;
  }
}
.page-body .section-head.flex-3 .section-title,
.page-body .section-head.flex-3 .section-summary {
  text-align: center;
}
.page-body .no-data.module-a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  .page-body .no-data.module-a {
    padding-top: 3.2rem;
  }
}
.page-body .no-data.module-a:before {
  content: "";
  width: 8.4rem;
  height: 8.4rem;
  background: url(../images/icons/icon-close-round.svg) center center no-repeat;
  background-size: cover;
  margin-bottom: 4.8rem;
}
@media (max-width: 1023px) {
  .page-body .no-data.module-a:before {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 3.6rem;
  }
}
.page-body .no-data.module-a .desc {
  color: var(--Gray-Scale-850, #171717);
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page-body .no-data.module-a .desc {
    font-size: 2.2rem;
  }
}
.page-body .no-data.module-a .desc .accent {
  color: #ED1C24;
}
.page-body .complete-data.module-a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  .page-body .complete-data.module-a {
    padding-top: 3.2rem;
  }
}
.page-body .complete-data.module-a:before {
  content: "";
  width: 8.4rem;
  height: 8.4rem;
  background: url(../images/icons/icon-check-round-blue.svg) center center no-repeat;
  background-size: cover;
  margin-bottom: 4.8rem;
}
@media (max-width: 1023px) {
  .page-body .complete-data.module-a:before {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 3.6rem;
  }
}
.page-body .complete-data.module-a .desc {
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .page-body .complete-data.module-a .desc {
    font-size: 2.2rem;
  }
}
.page-body .complete-data.module-a .desc + .para {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .page-body .complete-data.module-a .desc + .para {
    margin-top: 1.2rem;
  }
}
.page-body .complete-data.module-a .para {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .page-body .complete-data.module-a .para {
    font-size: 1.6rem;
  }
}
.page-body .util-section .tag-list + .util-module {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .page-body .util-section .tag-list + .util-module {
    margin-top: 3.2rem;
  }
}
.page-body .util-section .util-module.style-a {
  border-top: 2px solid #F6F6F6;
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  .page-body .util-section .util-module.style-a {
    padding-top: 3.2rem;
  }
}
.page-body .util-section .util-module.style-a .pagination + .btn-area {
  margin-top: 5.6rem;
}
@media (max-width: 1023px) {
  .page-body .util-section .util-module.style-a .pagination + .btn-area {
    margin-top: 4rem;
  }
}
.page-body .util-section .util-module.style-a .btn-area {
  width: 100%;
  position: relative;
}
.page-body .util-section .util-module.style-a .btn-area .btn:first-child {
  min-width: 16rem;
}
@media (max-width: 1023px) {
  .page-body .util-section .util-module.style-a .btn-area .btn:first-child {
    width: 17.3rem;
  }
}
.page-body .util-section .util-module.style-a .btn-area .btn.absolute {
  position: absolute;
  top: 0;
  right: 0;
}
.page-body .wave-area {
  position: relative;
}
.page-body .wave-area:before {
  content: "";
  position: absolute;
}
.page-body .wave-area.wave-a:before {
  top: -6.9rem;
  left: 0;
  width: 100%;
  height: 7rem;
  background: url("../images/page/main/wave-a-left.svg") left 0 top 0 no-repeat, url("../images/page/main/wave-a-right.svg") right 0 top 0 no-repeat;
  background-size: contain, contain;
}
@media (max-width: 1023px) {
  .page-body .wave-area.wave-a:before {
    top: -1.3rem;
    height: 1.4rem;
  }
}
.page-body .wave-area.wave-b:before {
  top: -6.9rem;
  left: 0;
  width: 100%;
  height: 7rem;
  background: url("../images/page/main/wave-b-left.svg") left 0 top 0 no-repeat, url("../images/page/main/wave-b-right.svg") right 0 top 0 no-repeat;
  background-size: contain, contain;
}
@media (max-width: 1023px) {
  .page-body .wave-area.wave-b:before {
    top: -1.3rem;
    height: 1.4rem;
  }
}
.page-body .wave-area.wave-c:before {
  top: -7.9rem;
  left: 50%;
  width: 100%;
  height: 8rem;
  background: url(../images/page/main/wave-c.svg) center bottom no-repeat;
  transform: translateX(-50%);
  background-size: contain;
}
@media (max-width: 1023px) {
  .page-body .wave-area.wave-c:before {
    top: -1.6rem;
    height: 1.7rem;
  }
}
.page-body .wave-area.wave-d:before {
  top: 0;
  left: 50%;
  width: 100%;
  height: 8rem;
  background: url(../images/page/main/wave-d.svg) center top no-repeat;
  transform: translateX(-50%);
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1023px) {
  .page-body .wave-area.wave-d:before {
    height: 1.7rem;
  }
}
.page-body .wave-top {
  will-change: transform;
}
.page-body [data-fade] {
  opacity: 0;
  --fade-x: 0px;
  --fade-y: 0px;
  transform: translate3d(var(--fade-x), var(--fade-y), 0);
  transition: opacity 0.7s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform;
}
.page-body [data-fade][data-fade=up] {
  --fade-y: 8rem;
}
.page-body [data-fade][data-fade=left] {
  --fade-x: -8rem;
}
.page-body [data-fade][data-fade=immediate] {
  --fade-y: 8rem;
}
.page-body [data-move] {
  --move-x: 0px;
  --move-y: 0px;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translate3d(var(--move-x), var(--move-y), 0);
  /* 방향 기본값 */
}
.page-body [data-move][data-move=up] {
  --move-y: 8rem;
}
.page-body [data-move][data-move=left] {
  --move-x: -8rem;
}

div#nttCtnt::after {
  content: "";
  display: block;
  clear: both;
}

.editor-section .editor-area {
  font-size: 1.8rem;
  font-weight: revert;
  line-height: 150% !important;
  word-break: break-word !important;
}
@media (max-width: 1023px) {
  .editor-section .editor-area {
    font-size: 1.6rem;
  }
}
.editor-section .editor-area ul {
  list-style: disc;
}
.editor-section .editor-area ol {
  list-style: decimal;
}
.editor-section .editor-area em {
  font-style: italic;
}
.editor-section .editor-area h1 {
  font-size: 2em;
  font-weight: bold;
}
.editor-section .editor-area h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.editor-section .editor-area h3 {
  font-size: 1.17em;
  font-weight: bold;
}
.editor-section .editor-area h4 {
  font-size: inherit;
  font-weight: bold;
}
.editor-section .editor-area sub {
  font-size: smaller;
  vertical-align: sub;
}
.editor-section .editor-area span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.editor-section .editor-area span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.editor-section .editor-area .fr-inner {
  color: rgb(65, 65, 65) !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  display: block !important;
  padding: 0.5rem 0.5rem 1rem 0.5rem !important;
  opacity: 0.9 !important;
  text-align: center !important;
}
.editor-section .editor-area table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.editor-section .editor-area table > thead > tr > th {
  padding: 0.8rem;
  background: #ececec;
  border: 1px solid #DDD;
}
.editor-section .editor-area table > tbody > tr > th,
.editor-section .editor-area table > tbody > tr > td {
  padding: 0.8rem;
  border: 1px solid #DDD;
}
.editor-section .editor-area hr {
  border-width: 1px !important;
  border-style: inset !important;
}
.editor-section .editor-area img {
  max-width: 100%;
  border-radius: 2rem;
}
.editor-section .editor-area .fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.editor-section .editor-area strong {
  font-weight: bolder;
}
.editor-section .editor-area + .btn-area {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .editor-section .editor-area + .btn-area {
    margin-top: 3.2rem;
  }
}
@media (max-width: 1023px) {
  .editor-section .fr-img-caption {
    width: 100% !important;
  }
}
.editor-section + .util-section {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .editor-section + .util-section {
    margin-top: 6.4rem;
  }
}

main.page.main {
  position: relative;
  background: #fff !important;
}
main.page.main section:not(.main-kv) {
  z-index: 10;
  position: relative;
}
main.page.main section.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000 !important;
  z-index: 99999;
  /*&::before,
  &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity 1.2s ease;
      pointer-events: none;
  }

  // 1단계: 거의 검은 바탕, 왼쪽 상단에만 살짝 붉은 그라데이션
  &::before {
      opacity: 1;
      background:
              radial-gradient(circle at 85% 90%, #000000 0%, #000000 35%, rgba(0, 0, 0, 0) 65%),
              linear-gradient(135deg,
                      rgba(254, 231, 191, 0.25) 0%,   !* #FEE7BF 25% *!
                      rgba(254, 0, 1, 0.15) 15%,      !* #FE0001 15% *!
                      rgba(164, 0, 1, 0.1) 30%,       !* 어두운 빨강 10% *!
                      #000000 50%
              );
      background-repeat: no-repeat;
      background-color: #000;
  }

  // 2단계: 중간 강도 그라데이션
  &::after {
      opacity: 0;
      background:
              radial-gradient(circle at 81% 85%, #000000 0%, #000000 26%, rgba(0, 0, 0, 0) 56%),
              linear-gradient(135deg,
                      #FEE7BF 0%,        !* 밝은 살구색 *!
                      #FED5A7 12%,       !* 중간 살구색 *!
                      #FE0001 28%,       !* 기본 빨강 *!
                      #D00001 45%,       !* 진한 빨강 *!
                      #8B0001 65%,       !* 더 진한 빨강 *!
                      #000000 85%
              );
      background-repeat: no-repeat;
      background-color: #000;
      @include mobile {
          background: radial-gradient(circle at 119% 96%, #000000 41%, #000000 57%, rgba(0, 0, 0, 0) 82%), linear-gradient(135deg, #FEE7BD 0%, #FED5A6 3%, #FE0001 25%, #D00001 45%, #8B0001 70%, #000000 90%);                }
  }

  &.gradient-stage-2 {
      &::before {
          opacity: 0;
      }
      &::after {
          opacity: 1;
      }
  }

  // 3단계: 가장 밝고 강한 그라데이션
  &.gradient-stage-3 {
      //background: radial-gradient(circle at 70% 101%, #000000 40%, #000000 46%, rgba(0, 0, 0, 0) 75%), linear-gradient(135deg, #FEE7BD 0%, #FED5A6 10%, #FE0001 25%, #D00001 45%, #8B0001 70%, #000000 90%);
      background: radial-gradient(circle at 90% 128%, #000000 40%, #000000 57%, rgba(0, 0, 0, 0) 76%), linear-gradient(135deg, #FEE7BD 0%, #FED5A6 10%, #FE0001 25%, #D00001 45%, #8B0001 70%, #000000 90%);                background-repeat: no-repeat;
      background-color: #000;
      transition: background 0.8s ease;
      @include mobile {
          background: radial-gradient(circle at 119% 95%, #000000 40%, #000000 57%, rgba(0, 0, 0, 0) 89%), linear-gradient(135deg, #FEE7BD 0%, #FED5A6 3%, #FE0001 25%, #D00001 45%, #8B0001 70%, #000000 90%);                }

      &::before,
      &::after {
          opacity: 0;
          transition: opacity 0.8s ease;
      }
  }*/
}
main.page.main section.intro::before, main.page.main section.intro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.9s cubic-bezier(0.55, 0, 0.2, 1);
  pointer-events: none;
}
main.page.main section.intro::before {
  inset: 0;
  z-index: 1;
  background: linear-gradient(126.43deg, #FEE7BF -1.54%, #FE0001 25.25%);
}
main.page.main section.intro::after {
  z-index: 2;
  background: radial-gradient(48.15% 48.15% at 50% 50%, #000000 0%, #000000 57.2%, rgba(0, 0, 0, 0) 100%);
  transform-origin: 50% 55%;
  opacity: 1;
}
@media (max-width: 1023px) and (max-width: 768px) {
  main.page.main section.intro::after {
    width: 200%;
    aspect-ratio: 70/100;
    height: auto;
  }
}
main.page.main section.intro::after {
  transform: rotate(-30.63deg) scale(3.5);
  top: 25%;
  left: 14%;
}
@media (max-width: 1023px) and (max-width: 768px) {
  main.page.main section.intro::after {
    transform: rotate(54.63deg) scale(2.5);
    top: -1%;
    left: -27%;
  }
}
main.page.main section.intro.gradient-stage-2::after {
  transform: rotate(-30.63deg) scale(2);
  top: 43%;
  left: 30%;
}
@media (max-width: 1023px) and (max-width: 768px) {
  main.page.main section.intro.gradient-stage-2::after {
    transform: rotate(54.63deg) scale(1.25);
    top: -1%;
    left: -27%;
  }
}
main.page.main section.intro.gradient-stage-3::after {
  transform: rotate(-30.63deg) scale(2.4);
  top: 43%;
  left: 30%;
}
@media (max-width: 1023px) and (max-width: 768px) {
  main.page.main section.intro.gradient-stage-3::after {
    transform: rotate(54.63deg) scale(1.4);
    top: -1%;
    left: -27%;
  }
}
main.page.main section.intro .logo-container {
  display: block;
  width: 540px;
  height: 83px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  main.page.main section.intro .logo-container {
    transform: translate(-50%, -50%) scale(0.433);
  }
}
main.page.main section.intro .logo-container .main-svg-logo {
  width: 297px;
  height: 276px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -148.5px;
  margin-top: -138px;
  transform: none;
  opacity: 0;
  shape-rendering: crispEdges;
  shape-rendering: geometricPrecision;
  backface-visibility: hidden;
}
main.page.main section.intro .logo-container .main-svg-logo g {
  isolation: isolate;
}
main.page.main section.intro .logo-container .main-svg-logo path, main.page.main section.intro .logo-container .main-svg-logo rect {
  vector-effect: non-scaling-stroke;
  stroke: none;
  paint-order: fill;
}
main.page.main section.intro .logo-container .main-svg-logo.show {
  opacity: 1;
}
main.page.main section.intro .logo-container .main-svg-logo.hide {
  opacity: 0 !important;
}
main.page.main section.intro .g-gradient-group {
  opacity: 0;
}
main.page.main section.intro .g-monochrome-group {
  opacity: 0;
}
main.page.main section.intro .mask-rect {
  x: 0;
  y: 0;
  width: 100%;
  height: 100%;
  fill: white;
  transform-origin: top;
}
main.page.main section.intro {
  /* 위→아래로 채움 */
}
main.page.main section.intro #mask-rect-1,
main.page.main section.intro #mask-rect-3,
main.page.main section.intro #mask-rect-4 {
  transform: translateY(-100%);
}
main.page.main section.intro {
  /* 아래→위로 채움 */
}
main.page.main section.intro #mask-rect-2 {
  transform: translateY(100%);
}
main.page.main section.intro .full-logo-svg .left,
main.page.main section.intro .full-logo-svg .right {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.6s ease 0.1s;
  will-change: transform;
}
main.page.main section.intro .full-logo-svg .left {
  transform: translate(calc(-50% - 30rem), -50%) scale(3);
}
main.page.main section.intro .full-logo-svg .right {
  transform: translate(calc(-50% + 64.1rem), -50%) scale(3);
}
main.page.main section.intro .full-logo-svg.show .left,
main.page.main section.intro .full-logo-svg.show .right {
  opacity: 1;
}
main.page.main section.intro .full-logo-svg.show .left {
  transform: translate(-2.4rem, 0);
}
@media (max-width: 1023px) {
  main.page.main section.intro .full-logo-svg.show .left {
    transform: translate(-2.8rem, 0);
  }
}
main.page.main section.intro .full-logo-svg.show .right {
  transform: translate(37rem, 0);
}
@media (max-width: 1023px) {
  main.page.main section.intro .full-logo-svg.show .right {
    transform: translate(37.3rem, 0);
  }
}
main.page.main section.main-kv {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  color: #333;
  opacity: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.page.main section.main-kv.show .swiper-container .swiper-slide .inner-text {
  transform: rotate(0deg);
}
main.page.main section.main-kv.show .swiper-container .swiper-slide.img-only .slide-bg:after {
  top: -162%;
}
main.page.main section.main-kv.show .slide-navigation {
  top: 50%;
}
main.page.main section.main-kv .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
main.page.main section.main-kv .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-bg img,
main.page.main section.main-kv .swiper-container .swiper-slide .slide-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .swiper-container .swiper-slide .slide-bg iframe {
    transform: scale(1.1);
  }
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-overlay {
  position: absolute;
  width: 100%;
  height: 53.703%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 13.19%, rgba(0, 0, 0, 0) 86.81%);
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-content {
  position: relative;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 11rem;
  width: 100%;
  max-width: 148rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .swiper-container .swiper-slide .slide-content {
    justify-content: flex-start;
    padding-bottom: unset;
    height: 22.9rem;
    position: absolute;
    border: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 10.6rem;
  }
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-subtitle {
  transition: all ease 0.6s;
  font-weight: 600;
  font-size: 2.4rem;
  color: #FFF;
  line-height: 150%;
  overflow: hidden;
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-subtitle + .slide-title {
  margin-top: 0.4rem;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .swiper-container .swiper-slide .slide-subtitle {
    font-size: 1.8rem;
  }
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-subtitle .inner-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-title {
  transition: all ease 0.7s;
  transition-delay: 0.2s;
  word-break: break-word;
  font-weight: 600;
  font-size: 8rem;
  color: #FFF;
  line-height: 150%;
  overflow: hidden;
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-title .outfit {
  font-weight: 500;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .swiper-container .swiper-slide .slide-title {
    font-size: 4.4rem;
  }
}
main.page.main section.main-kv .swiper-container .swiper-slide .slide-title .inner-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
main.page.main section.main-kv .swiper-container .swiper-slide .inner-text {
  transform: rotate(15deg);
  transform-origin: -23% 46%;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s;
}
main.page.main section.main-kv .swiper-container .swiper-slide.img-only {
  position: relative;
}
main.page.main section.main-kv .swiper-container .swiper-slide.img-only .slide-bg:after {
  content: "";
  position: absolute;
  top: calc(-162% + 50rem);
  left: -102%;
  width: 300%;
  height: 626%;
  pointer-events: none;
  transform: rotate(-30.63deg);
  flex-shrink: 0;
  background: linear-gradient(355deg, rgba(255, 0, 0, 0.6) 50.66%, rgba(255, 0, 0, 0) 68.34%, rgba(255, 0, 0, 0) 96.03%);
  background-blend-mode: lighten;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .swiper-container .swiper-slide.img-only .slide-bg:after {
    top: calc(-162% + 20rem);
    width: 400%;
    height: 550%;
    background: linear-gradient(355deg, rgba(255, 0, 0, 0.6) 54.66%, rgba(255, 0, 0, 0) 64.34%, rgba(255, 0, 0, 0) 96.03%);
  }
}
main.page.main section.main-kv .slide-navigation {
  position: absolute;
  right: 8rem;
  top: calc(50% + 2rem);
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.2rem;
  pointer-events: none;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .slide-navigation {
    display: block;
    position: absolute;
    transform: unset;
    left: 0;
    right: unset;
    top: unset !important;
    bottom: 32.3rem;
  }
}
main.page.main section.main-kv .slide-navigation .nav-current {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .slide-navigation .nav-current {
    display: none;
  }
}
main.page.main section.main-kv .slide-navigation .nav-current .nav-current-num {
  position: relative;
  height: 2rem;
  overflow: hidden;
  width: 2.4rem;
  flex-shrink: 0;
}
main.page.main section.main-kv .slide-navigation .nav-current .nav-current-num .num-wrapper {
  position: absolute;
  width: 100%;
  transition: transform 0.6s ease;
}
main.page.main section.main-kv .slide-navigation .nav-current .nav-current-num .num-item {
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
main.page.main section.main-kv .slide-navigation .nav-current .nav-current-title {
  opacity: 0.9;
  white-space: nowrap;
  position: relative;
  height: 2rem;
  overflow: hidden;
  width: 20rem;
  flex-shrink: 0;
}
main.page.main section.main-kv .slide-navigation .nav-current .nav-current-title .title-wrapper {
  position: absolute;
  width: 100%;
  transition: transform 0.6s ease;
}
main.page.main section.main-kv .slide-navigation .nav-current .nav-current-title .title-item {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 600;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
main.page.main section.main-kv .slide-navigation .nav-progress {
  width: 1px;
  height: 8rem;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  margin: 0.4rem 1rem 0.4rem 0;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .slide-navigation .nav-progress {
    transform: rotate(-90deg);
    margin: unset;
    margin-left: 6rem;
    height: 7.6rem;
  }
}
main.page.main section.main-kv .slide-navigation .nav-progress .nav-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: white;
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
main.page.main section.main-kv .slide-navigation .nav-total {
  width: 2.4rem;
  height: 2rem;
  text-align: right;
  font-weight: 600;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .slide-navigation .nav-total {
    display: none;
  }
}
main.page.main section.main-kv .slide-navigation .nav-autoplay-toggle {
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28542 5.18844C9.60909 5.38264 9.60909 5.85173 9.28542 6.04593L0.757248 11.1628C0.423986 11.3628 4.50751e-07 11.1227 4.67739e-07 10.7341L9.15073e-07 0.500282C9.32061e-07 0.111635 0.423987 -0.128422 0.757249 0.0715359L9.28542 5.18844Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center/1.2rem;
  pointer-events: auto;
  margin-right: -0.2rem;
  opacity: 0.8;
}
@media (max-width: 1023px) {
  main.page.main section.main-kv .slide-navigation .nav-autoplay-toggle {
    position: absolute;
    top: 2.5rem;
    right: -7.2rem;
  }
}
main.page.main section.main-kv .slide-navigation .nav-autoplay-toggle.is-playing {
  background: url("data:image/svg+xml,%0A%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 0C9.77614 0 10 0.223858 10 0.5V9.5C10 9.77614 9.77614 10 9.5 10H0.5C0.223858 10 0 9.77614 0 9.5V0.5C6.4426e-08 0.223858 0.223858 0 0.5 0H9.5Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center/1rem;
}
main.page.main section.main-kv .start-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(126deg, #FEE7BF -1.54%, #FE0001 25.25%);
  z-index: 1;
  pointer-events: none;
}
main.page.main section {
  /* JUST GO, G car 섹션 스타일 */
}
main.page.main section.just-go {
  background: #fff;
  z-index: 99;
}
@media (min-width: 1024px) {
  main.page.main section.just-go {
    padding-block: 16rem 10rem;
  }
}
@media (max-width: 1023px) {
  main.page.main section.just-go {
    padding-top: 10rem;
  }
}
main.page.main section.just-go .section-head .title {
  text-align: center;
}
main.page.main section.just-go .section-head .title .outfit {
  font-weight: 500;
}
main.page.main section.just-go .section-head + .section-body {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.main section.just-go .section-head + .section-body {
    margin-top: 10rem;
  }
}
main.page.main section.just-go .section-body {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  main.page.main section.just-go .section-body {
    min-height: 300vh;
    max-width: 178rem;
    padding-inline: 2rem;
    margin-inline: auto;
  }
}
@media (max-width: 1023px) {
  main.page.main section.just-go .section-body {
    flex-direction: column-reverse;
  }
}
main.page.main section.just-go .just-content-row {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  justify-content: space-between;
  overflow: visible;
}
@media (max-width: 1023px) {
  main.page.main section.just-go .just-content-row {
    padding-inline: unset;
  }
}
main.page.main section.just-go .just-text-column {
  padding-left: 16rem;
}
@media (min-width: 1024px) {
  main.page.main section.just-go .just-text-column {
    flex-shrink: 0;
  }
  main.page.main section.just-go .just-text-column .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  main.page.main section.just-go .just-text-column {
    padding-left: unset;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  main.page.main section.just-go .just-text-column {
    width: 100%;
  }
}
main.page.main section.just-go .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  main.page.main section.just-go .text-block {
    min-height: 100vh;
  }
  main.page.main section.just-go .text-block:not(:first-child) {
    transition: 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.1;
  }
  main.page.main section.just-go .text-block:not(:first-child).show {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  main.page.main section.just-go .text-block {
    padding-left: 2rem;
    background: #FFF;
    min-height: 33.6rem;
    justify-content: flex-start;
  }
}
main.page.main section.just-go .text-block .num {
  font-weight: 600;
  font-size: 2.4rem;
  color: #F34040;
  line-height: 150%;
}
main.page.main section.just-go .text-block .num + .title {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  main.page.main section.just-go .text-block .num {
    font-size: 1.8rem;
  }
  main.page.main section.just-go .text-block .num + .title {
    margin-top: 0.8rem;
  }
}
main.page.main section.just-go .text-block .title {
  font-weight: 800;
  font-size: 5.2rem;
  color: #171717;
  line-height: 150%;
}
main.page.main section.just-go .text-block .title .outfit {
  font-weight: 600;
}
main.page.main section.just-go .text-block .title + .desc {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  main.page.main section.just-go .text-block .title {
    font-size: 2.8rem;
  }
  main.page.main section.just-go .text-block .title + .desc {
    margin-top: 2.4rem;
  }
}
main.page.main section.just-go .text-block .desc {
  font-weight: 400;
  font-size: 2rem;
  color: #3E3A39;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.main section.just-go .text-block .desc {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  main.page.main section.just-go .just-image-column {
    position: sticky;
    top: 0;
    height: 100vh;
    max-width: 84.5rem;
    display: flex;
    align-items: center;
    margin: unset;
    width: 48.563%;
  }
}
@media (max-width: 1023px) {
  main.page.main section.just-go .just-image-column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  main.page.main section.just-go .just-image-column .swiper-util {
    display: none;
  }
}
main.page.main section.just-go .just-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 845/920;
}
@media (min-width: 1024px) {
  main.page.main section.just-go .just-image-container {
    max-height: 92rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1023px) {
  main.page.main section.just-go .just-image-container {
    position: relative;
  }
  main.page.main section.just-go .just-image-container:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 2.6rem;
    width: 20.8rem;
    height: 1.8rem;
    z-index: 2;
    background: url("../images/page/main/just-wh-box-mo.svg") no-repeat;
  }
}
main.page.main section.just-go .just-image-container .just-arrows {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 10;
}
@media (min-width: 1024px) {
  main.page.main section.just-go .just-image-container .just-arrows {
    top: 5rem;
    right: 5rem;
  }
}
@media (max-width: 1023px) {
  main.page.main section.just-go .just-image-container .just-arrows {
    bottom: 2.4rem;
    right: 2.4rem;
  }
}
main.page.main section.just-go .just-image-container .just-arrows .arrow {
  width: 3.6rem;
  height: 3.9rem;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("data:image/svg+xml,%0A%3Csvg width='36' height='39' viewBox='0 0 36 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36 20L25.3779 39H0L10.6221 20L0 0H25.3779L36 20Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/cover;
}
@media (max-width: 1023px) {
  main.page.main section.just-go .just-image-container .just-arrows .arrow {
    width: 1.7rem;
    height: 1.8rem;
  }
}
main.page.main section.just-go .just-image-container .just-arrows .arrow + .arrow {
  margin-left: 0.8rem;
}
main.page.main section.just-go .just-image-container .just-arrows .arrow.is-active {
  opacity: 1;
}
main.page.main section.just-go .just-image-container .just-card {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
main.page.main section.just-go .just-image-container .just-card img,
main.page.main section.just-go .just-image-container .just-card video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 102%;
  transform: translate(-50%, -50%) translateZ(0);
  object-fit: cover;
  outline: none;
  border: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
@media (min-width: 1024px) {
  main.page.main section.just-go .just-image-container .just-card {
    position: absolute;
    opacity: 0;
  }
  main.page.main section.just-go .just-image-container .just-card.is-visible {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  main.page.main section.just-go .just-image-container .just-card {
    aspect-ratio: 39/42.4;
    border-radius: 2.4rem;
    overflow: hidden;
  }
}
main.page.main section.just-go .just-image-container .wh-box {
  position: absolute;
  left: -1px;
  top: 0;
  width: 4.3rem;
  /* max-height: 50rem; */
  z-index: 10;
  background: url(../images/page/main/just-wh-box.svg) no-repeat;
  background-size: contain;
  height: 46.296vh;
}
main.page.main section.just-go .just-image-container .swiper-util {
  top: 2rem;
  right: 2rem;
}
main.page.main section.forest {
  position: sticky;
  top: -8rem;
  height: calc(100vh + 16rem);
}
main.page.main section.forest video,
main.page.main section.forest img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page.main section.forest {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  main.page.main section.forest {
    top: -1.7rem;
    height: calc(100vh + 3.4rem);
  }
}
main.page.main section.forest .section-head {
  text-align: center;
}
main.page.main section.forest .section-head .title {
  color: #FFF;
}
main.page.main section.forest .section-head .title + .title {
  margin-top: 0.4rem;
}
main.page.main section.forest .section-head .title .outfit {
  font-weight: 500;
}
main.page.main section.service {
  padding-top: 27.2rem;
  background: #FFF;
}
@media (max-width: 1023px) {
  main.page.main section.service {
    padding-top: 10rem;
    padding-bottom: 6.4rem;
  }
}
main.page.main section.service .section-inner {
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  main.page.main section.service .section-inner {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  main.page.main section.service .section-head {
    position: sticky;
    top: 19.2rem;
    max-width: 40rem;
    margin-bottom: 22rem;
    align-self: start;
  }
}
main.page.main section.service .section-head .title {
  margin: 0 0 1.6rem;
}
main.page.main section.service .section-head .title .outfit {
  font-weight: 500;
}
main.page.main section.service .section-head .title + .desc {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  main.page.main section.service .section-head + .section-body {
    margin-top: 6.4rem;
  }
}
main.page.main section.service .section-body {
  position: relative;
}
@media (max-width: 1023px) {
  main.page.main section.service .section-body {
    overflow-x: scroll;
    overflow-y: hidden;
    width: calc(100% + 4rem);
    margin-right: 2rem;
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  main.page.main section.service .section-body::-webkit-scrollbar {
    display: none;
  }
}
main.page.main section.service .service-grid-wrapper {
  display: flex;
  gap: 8rem;
  align-items: flex-start;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1199px) {
  main.page.main section.service .service-grid-wrapper {
    gap: 4rem;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  main.page.main section.service .service-grid-wrapper {
    gap: 1.2rem;
  }
}
main.page.main section.service .service-grid-wrapper .service-grid-left,
main.page.main section.service .service-grid-wrapper .service-grid-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (max-width: 1023px) {
  main.page.main section.service .service-grid-wrapper .service-grid-left,
  main.page.main section.service .service-grid-wrapper .service-grid-right {
    flex-direction: row;
    gap: 1.2rem;
    transform: unset !important;
  }
}
main.page.main section.service .service-grid-wrapper .service-card {
  position: relative;
  border-radius: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #F6F6F6;
  padding: 4rem 2.4rem;
  width: 40rem;
  height: 43.1rem;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
main.page.main section.service .service-grid-wrapper .service-card:hover {
  border-color: #000;
  background: #000;
}
main.page.main section.service .service-grid-wrapper .service-card:hover .service-text-wrap .title,
main.page.main section.service .service-grid-wrapper .service-card:hover .service-text-wrap .desc {
  color: #FFF;
}
@media (max-width: 1199px) {
  main.page.main section.service .service-grid-wrapper .service-card {
    width: 32rem;
    height: 34.5rem;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  main.page.main section.service .service-grid-wrapper .service-card {
    width: 28rem;
    height: 32rem;
    border-radius: 2.4rem;
    padding: 2.8rem 1.6rem;
  }
}
main.page.main section.service .service-grid-wrapper .service-card .service-icon-motion-wrap {
  width: 40rem;
  height: 31rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
}
@media (max-width: 1199px) {
  main.page.main section.service .service-grid-wrapper .service-card .service-icon-motion-wrap {
    transform: scale(0.8);
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  main.page.main section.service .service-grid-wrapper .service-card .service-icon-motion-wrap {
    transform: scale(0.7);
  }
}
main.page.main section.service .service-grid-wrapper .service-card .service-icon-motion {
  position: absolute;
  will-change: transform;
}
main.page.main section.service .service-grid-wrapper .service-card .service-icon-motion svg {
  will-change: transform;
}
main.page.main section.service .service-grid-wrapper .service-card .service-text-wrap .title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
}
main.page.main section.service .service-grid-wrapper .service-card .service-text-wrap .title .outfit {
  font-weight: 500;
}
main.page.main section.service .service-grid-wrapper .service-card .service-text-wrap .title + .desc {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  main.page.main section.service .service-grid-wrapper .service-card .service-text-wrap .title {
    font-size: 2.2rem;
  }
  main.page.main section.service .service-grid-wrapper .service-card .service-text-wrap .title + .desc {
    margin-top: 1.2rem;
  }
}
main.page.main section.service .service-grid-wrapper .service-card .service-text-wrap .desc {
  font-weight: 400;
  font-size: 1.6rem;
  color: #5E5E5E;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.main section.service .service-grid-wrapper .service-card .service-text-wrap .desc {
    font-size: 1.4rem;
  }
}
main.page.main section.service .service-grid-wrapper .service-card.card-1 .service-icon-motion {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main.page.main section.service .service-grid-wrapper .service-card.card-1 .service-icon-motion .svg {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  position: absolute;
  transition: transform 2s ease-out, background-image 0.7s ease;
}
main.page.main section.service .service-grid-wrapper .service-card.card-1 .service-icon-motion .svg.icon-1 {
  left: 6.9rem;
  top: 9.3rem;
  width: 14.6rem;
  height: 17.4rem;
  background: url("../images/page/main/card-1-a.svg") no-repeat center/cover;
}
main.page.main section.service .service-grid-wrapper .service-card.card-1 .service-icon-motion .svg.icon-2 {
  right: 2.46rem;
  top: 4.4rem;
  width: 6.7rem;
  height: 7.8rem;
  background: url("../images/page/main/card-1-b.svg") no-repeat center/cover;
}
main.page.main section.service .service-grid-wrapper .service-card.card-1 .service-icon-motion .svg.bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.page.main section.service .service-grid-wrapper .service-card.card-1:hover .service-icon-motion .icon-1 {
  animation: iconSwing-1 4s ease-out infinite;
}
main.page.main section.service .service-grid-wrapper .service-card.card-1:hover .service-icon-motion .icon-2 {
  animation: iconSwing-2 4s ease-out infinite;
}
@keyframes iconSwing-1 {
  0% {
    transform: translateY(0);
    background-image: url("../images/page/main/card-1-a.svg");
  }
  20% {
    transform: translateY(-3rem);
    background-image: url("../images/page/main/card-1-a-red.svg");
  }
  39% {
    transform: translateY(-3rem);
    background-image: url("../images/page/main/card-1-a-red.svg");
  }
  55% {
    transform: translateY(0);
    background-image: url("../images/page/main/card-1-a.svg");
  }
  100% {
    transform: translateY(0);
    background-image: url("../images/page/main/card-1-a.svg");
  }
}
@keyframes iconSwing-2 {
  0% {
    transform: translateY(0);
    background-image: url("../images/page/main/card-1-b.svg");
  }
  45% {
    transform: translateY(0);
    background-image: url("../images/page/main/card-1-b.svg");
  }
  68% {
    transform: translateY(-3rem);
    background-image: url("../images/page/main/card-1-b-red.svg");
  }
  78% {
    transform: translateY(-3rem);
    background-image: url("../images/page/main/card-1-b-red.svg");
  }
  90% {
    transform: translateY(0);
    background-image: url("../images/page/main/card-1-b.svg");
  }
  100% {
    transform: translateY(0);
    background-image: url("../images/page/main/card-1-b.svg");
  }
}
main.page.main section.service .service-grid-wrapper .service-card.card-2 .service-icon-motion {
  width: 13.3rem;
  height: 21rem;
  right: 4.8rem;
  bottom: 2.2rem;
}
main.page.main section.service .service-grid-wrapper .service-card.card-2 .service-icon-motion .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
main.page.main section.service .service-grid-wrapper .service-card.card-2 .service-icon-motion .bottom {
  position: absolute;
  left: 2.9rem;
  bottom: 0;
}
main.page.main section.service .service-grid-wrapper .service-card.card-2:hover .service-icon-motion .top {
  transform: translateY(-5rem);
}
main.page.main section.service .service-grid-wrapper .service-card.card-3 .service-icon-motion {
  width: 26.2rem;
  height: 30.2rem;
  right: 2.5rem;
  bottom: -3.1rem;
}
main.page.main section.service .service-grid-wrapper .service-card.card-4 .service-icon-motion {
  width: 58rem;
  height: 58rem;
  left: 6.8rem;
  top: 3.3rem;
  transform: rotate(-30deg);
}
main.page.main section.service .service-grid-wrapper .service-card.card-4 .service-icon-motion .svg {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page.main section.service .service-grid-wrapper .service-card.card-4 .service-icon-motion.active {
  opacity: 0;
}
main.page.main section.service .service-grid-wrapper .service-card.card-5 .service-icon-motion {
  right: 2.5rem;
  bottom: 1.2rem;
}
main.page.main section.service .service-grid-wrapper .service-card.card-6 .service-icon-motion {
  width: 40rem;
  height: 20rem;
  overflow: hidden;
  left: 0;
  bottom: 2.5rem;
}
main.page.main section.service .service-grid-wrapper .service-card.card-6 .service-icon-motion::before, main.page.main section.service .service-grid-wrapper .service-card.card-6 .service-icon-motion::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5rem;
  background: rgba(63, 63, 64, 0.06);
  z-index: 0;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
main.page.main section.service .service-grid-wrapper .service-card.card-6 .service-icon-motion::before {
  bottom: 30%;
}
main.page.main section.service .service-grid-wrapper .service-card.card-6 .service-icon-motion::after {
  bottom: 2%;
}
main.page.main section.service .service-grid-wrapper .service-card.card-6 .service-icon-motion .train {
  position: absolute;
  bottom: 7%;
  left: 4.3rem;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
main.page.main section.service .service-grid-wrapper .service-card.card-6 .service-icon-motion .car {
  position: absolute;
  bottom: 40%;
  left: -27.8rem;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
main.page.main section.service .service-grid-wrapper .service-card.card-6:hover .service-icon-motion .train {
  left: 18.8rem;
}
main.page.main section.service .service-grid-wrapper .service-card.card-6:hover .service-icon-motion .car {
  left: -5.4rem;
}
main.page.main section.service .service-grid-wrapper .service-card.card-6:hover .service-icon-motion:before, main.page.main section.service .service-grid-wrapper .service-card.card-6:hover .service-icon-motion:after {
  background: rgba(255, 255, 255, 0.09);
}
main.page.main section.magazine {
  background: #F6F6F6 url("../images/page/main/magazine-bg.svg") center center no-repeat;
  background-size: cover;
  padding-top: 24rem;
}
@media (max-width: 1023px) {
  main.page.main section.magazine {
    padding-top: 10rem;
  }
}
main.page.main section.magazine .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 148rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .section-head {
    flex-direction: column;
    align-items: start;
    gap: 3.2rem;
  }
}
main.page.main section.magazine .section-head .outfit {
  font-weight: 500;
}
main.page.main section.magazine .section-head + .section-body {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .section-head + .section-body {
    margin-top: 6.4rem;
  }
}
main.page.main section.magazine .section-body {
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .section-body {
    position: relative;
  }
  main.page.main section.magazine .section-body:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.6rem;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0) 9.15%, #F6F6F6 90.85%);
    z-index: 1;
    pointer-events: none;
  }
}
main.page.main section.magazine .text-swiper-area {
  position: relative;
  width: 41.6rem;
  margin-inline: auto;
  padding: 4.8rem 3.2rem 0;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .text-swiper-area {
    width: 35rem;
    padding: 4rem 2.4rem 0;
  }
}
main.page.main section.magazine .text-swiper-area:after {
  content: "";
  background: #FFFFFF;
  border-radius: 2rem 2rem 0 0;
  width: 41.6rem;
  height: 72.4rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  main.page.main section.magazine .text-swiper-area:after {
    border-radius: 3.6rem 3.6rem 0 0;
    width: 35rem;
    height: 72.4rem;
  }
}
main.page.main section.magazine .magazine-text-swiper {
  overflow: hidden;
}
main.page.main section.magazine .magazine-text-swiper .swiper-wrapper {
  height: auto;
}
main.page.main section.magazine .magazine-text-swiper .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}
main.page.main section.magazine .magazine-text-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
main.page.main section.magazine .magazine-text-swiper .swiper-wrapper .swiper-slide .title {
  font-weight: 800;
  font-size: 2.8rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
main.page.main section.magazine .magazine-text-swiper .swiper-wrapper .swiper-slide .title + .desc {
  margin-top: 0.8rem;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .magazine-text-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 2.2rem;
  }
  main.page.main section.magazine .magazine-text-swiper .swiper-wrapper .swiper-slide .title + .desc {
    margin-top: 0.4rem;
  }
}
main.page.main section.magazine .magazine-text-swiper .swiper-wrapper .swiper-slide .desc {
  font-weight: 600;
  font-size: 1.6rem;
  color: #171717;
  line-height: 150%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
main.page.main section.magazine .image-swiper-area {
  position: relative;
  padding: 0 2rem;
  max-width: 140rem;
  margin: 0 auto;
}
main.page.main section.magazine .image-swiper-area .magazine-image-swiper {
  overflow: visible;
  padding-block: 4rem 2.5rem;
  min-height: 55rem;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .image-swiper-area .magazine-image-swiper {
    padding-block: 3.2rem 2rem;
    min-height: 46.9rem;
  }
}
main.page.main section.magazine .image-swiper-area .swiper-slide {
  border-radius: 2rem;
  overflow: hidden;
  width: 35.2rem;
  aspect-ratio: 1;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-inline: 1rem;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .image-swiper-area .swiper-slide {
    border-radius: 2.4rem;
    width: 30.2rem;
    margin-inline: 0.6rem;
  }
}
main.page.main section.magazine .image-swiper-area .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
main.page.main section.magazine .image-swiper-area .swiper-slide .tag {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: 0.3rem 1.2rem;
  border-radius: 1.6rem;
  background: #FFF;
  z-index: 5;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.main section.magazine .image-swiper-area .swiper-slide .tag {
    padding: 0.2rem 0.8rem;
    font-size: 1.4rem;
  }
}
main.page.main section.magazine .image-swiper-area .swiper-slide.swiper-slide-active {
  aspect-ratio: 35.2/46.9;
  opacity: 1;
  z-index: 10;
}
main.page.main section.magazine .image-swiper-area .swiper-slide.swiper-slide-active .tag {
  opacity: 1;
}
@media (min-width: 1024px) {
  main.page.main section.magazine .image-swiper-area .swiper-slide:hover img {
    transform: scale(1.1);
  }
}
main.page.main section.only-gcar {
  padding-block: 16rem 8rem;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main.page.main section.only-gcar {
    padding-block: 10rem 6.4rem;
  }
}
@media (min-width: 1024px) {
  main.page.main section.only-gcar .section-inner {
    width: 100%;
    max-width: 148rem;
    padding-inline: 2rem;
    margin-inline: auto;
  }
}
main.page.main section.only-gcar .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.page.main section.only-gcar .section-head + .section-body {
  margin-top: 8.5rem;
}
@media (max-width: 1023px) {
  main.page.main section.only-gcar .section-head {
    padding-inline: 2rem;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  main.page.main section.only-gcar .section-head + .section-body {
    margin-top: 6.4rem;
  }
}
@media (max-width: 1023px) {
  main.page.main section.only-gcar .section-body {
    padding-left: 2rem;
  }
}
main.page.main section.only-gcar .section-body .post-display {
  display: flex;
  gap: 3.5rem;
}
main.page.main section.only-gcar .section-body .post-display .post-list.module-a {
  flex-shrink: 0;
}
main.page.main section.only-gcar .section-body .post-display .post-list.module-b {
  width: 100%;
}
@media (max-width: 1023px) {
  main.page.main section.only-gcar .section-body .post-display {
    flex-direction: column;
    gap: 1.6rem;
  }
  main.page.main section.only-gcar .section-body .post-display .post-list.module-a {
    padding-inline: 2rem;
  }
  main.page.main section.only-gcar .section-body .post-display .post-list.module-b {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-inline: 2rem;
  }
  main.page.main section.only-gcar .section-body .post-display .post-list.module-b::-webkit-scrollbar {
    display: none;
  }
}
main.page.main section.support-partner {
  padding-top: 8.7rem;
  background: #FFF;
}
@media (max-width: 1023px) {
  main.page.main section.support-partner {
    padding-top: unset;
  }
}
main.page.main section.support-partner .section-inner {
  margin-inline: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  main.page.main section.support-partner .section-inner {
    width: calc(100% - 8rem);
    border-radius: 0 0 2rem 2rem;
    margin-bottom: 4rem;
    padding-bottom: 16rem;
    background: linear-gradient(180deg, rgba(242, 243, 238, 0) 0%, #F3F1EE 24.4%), url("../images/page/main/support-partner-bg.svg") center center no-repeat;
    background-blend-mode: color;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  main.page.main section.support-partner .section-inner {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: linear-gradient(180deg, rgba(242, 243, 238, 0) 0%, #F3F1EE 24.4%), url("../images/page/main/support-partner-bg-mo.jpg") top center no-repeat;
    background-blend-mode: darken;
    background-size: cover;
  }
}
main.page.main section.support-partner .section-head {
  text-align: center;
}
main.page.main section.support-partner .section-head + .section-body {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.main section.support-partner .section-head + .section-body {
    margin-top: 6.4rem;
  }
}
main.page.main section.support-partner .section-body {
  max-width: 124.4rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
main.page.main .section-head.style-a .title {
  font-weight: 600;
  font-size: 4.8rem;
  color: #000;
  line-height: 150%;
}
main.page.main .section-head.style-a .title + .summary {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  main.page.main .section-head.style-a .title {
    font-size: 3rem;
  }
  main.page.main .section-head.style-a .title + .summary {
    margin-top: 2rem;
  }
}
main.page.main .section-head.style-a .summary {
  font-weight: 400;
  font-size: 2rem;
  color: #3E3A39;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.main .section-head.style-a .summary {
    font-size: 1.6rem;
  }
}
main.page.main .section-head.style-b .title {
  font-weight: 600;
  font-size: 5.2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.main .section-head.style-b .title {
    font-size: 2.8rem;
  }
}
main.page.main .section-head.style-c .title {
  font-weight: 600;
  font-size: 6.4rem;
  color: #171717;
  line-height: 150%;
}
main.page.main .section-head.style-c .title + .summary {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  main.page.main .section-head.style-c .title {
    font-size: 3.2rem;
  }
  main.page.main .section-head.style-c .title + .summary {
    margin-top: 2rem;
  }
}
main.page.main .section-head.style-c .summary {
  font-weight: 400;
  font-size: 2rem;
  color: #3E3A39;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.main .section-head.style-c .summary {
    font-size: 1.6rem;
  }
}
main.page.main .wave-area.wave-a {
  margin-top: 7rem;
}
@media (max-width: 1023px) {
  main.page.main .wave-area.wave-a {
    margin-top: 1.4rem;
  }
}
main.page.main .wave-area.wave-b {
  margin-top: 7rem;
}
@media (max-width: 1023px) {
  main.page.main .wave-area.wave-b {
    margin-top: 1.4rem;
  }
}
main.page.main .wave-area.wave-c {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.main .wave-area.wave-c {
    margin-top: 1.7rem;
  }
}
main.page.main ~ footer .floating-area {
  display: block;
}

main.page.magazine section.popular-now {
  padding-block: 16rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main.page.magazine section.popular-now {
    padding-block: 10rem;
  }
}
main.page.magazine section.g-collection {
  padding-block: 16rem;
  background: #F6F6F6;
}
@media (max-width: 1023px) {
  main.page.magazine section.g-collection {
    padding-block: 10rem;
  }
}
main.page.magazine section.g-collection .section-body .nav-area + .form-result {
  margin-top: 6.4rem;
}
@media (min-width: 1024px) {
  main.page.magazine section.g-collection .section-body .nav-area .form.search {
    width: 44rem;
  }
}
main.page.magazine section.g-collection .section-body .form-result + .tab-content {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  main.page.magazine section.g-collection .section-body .form-result + .tab-content {
    margin-top: 1.6rem;
  }
}
main.page.magazine section.g-collection .section-body .tab-content .post-list + .section-util {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.magazine section.g-collection .section-body .tab-content .post-list + .section-util {
    margin-top: 5.2rem;
  }
}
@media (max-width: 1023px) {
  main.page.magazine section.g-collection .section-util .pagination.module-a {
    display: none;
  }
}
main.page.magazine section.media, main.page.magazine section.moment {
  overflow: hidden;
}
main.page.magazine section.media .section-body, main.page.magazine section.moment .section-body {
  overflow: visible;
  position: relative;
}
main.page.magazine section.media .section-body:after, main.page.magazine section.moment .section-body:after {
  content: "";
  width: 19.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  main.page.magazine section.media .section-body:after, main.page.magazine section.moment .section-body:after {
    width: 5.5rem;
  }
}
main.page.magazine section.media {
  padding-block: 16rem;
}
@media (max-width: 1023px) {
  main.page.magazine section.media {
    padding-block: 10rem;
  }
}
main.page.magazine-detail {
  padding-bottom: 16rem;
}
@media (max-width: 1023px) {
  main.page.magazine-detail {
    padding-bottom: 10rem;
  }
}
main.page.magazine-detail .local-head {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 43.4rem 2rem 4.8rem;
  z-index: -1;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-head {
    padding: 18.2rem 2rem 4.8rem;
  }
}
main.page.magazine-detail .local-head .local-subject {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.page.magazine-detail .local-head .local-subject .local-name {
  font-weight: 800;
  font-size: 5.2rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-head .local-subject .local-name {
    font-size: 2.8rem;
  }
}
main.page.magazine-detail .local-head .local-subject .local-summary {
  margin-top: 1.2rem;
  font-weight: 600;
  font-size: 2rem;
  color: #B4B4B4;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-head .local-subject .local-summary {
    font-size: 1.6rem;
  }
}
main.page.magazine-detail .local-head .local-subject .category {
  padding: 0.4rem 1.2rem;
  border-radius: 1.6rem;
  background: #FFF;
  margin-top: 4.8rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-head .local-subject .category {
    font-size: 1.4rem;
  }
}
main.page.magazine-detail .local-head .local-subject .date {
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-head .local-subject .date {
    font-size: 1.4rem;
  }
}
main.page.magazine-detail .local-head .head-figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
main.page.magazine-detail .local-head .head-figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), no-repeat;
}
main.page.magazine-detail .local-head .head-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page.magazine-detail .local-head + .local-body {
  padding-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-head + .local-body {
    padding-top: 6.4rem;
  }
}
main.page.magazine-detail .local-body {
  background: #FFF;
}
main.page.magazine-detail .local-body + .local-footer {
  background: #FFF;
  padding-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-body + .local-footer {
    padding-top: 6.4rem;
  }
}
main.page.magazine-detail .local-footer .section-body {
  overflow: hidden;
}
main.page.magazine-detail .local-footer .section-body .swiper-list + .banner-list {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.magazine-detail .local-footer .section-body .swiper-list + .banner-list {
    margin-top: 6.4rem;
  }
}

main.page.event section.wave-area.wave-c .section-body .nav-area + .tab-content {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  main.page.event section.wave-area.wave-c .section-body .nav-area + .tab-content {
    margin-top: 4.4rem;
  }
}
main.page.event section.wave-area.wave-c .section-body .tab-content + .section.pagination-util {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.event section.wave-area.wave-c .section-body .tab-content + .section.pagination-util {
    margin-top: 6.4rem;
  }
}
main.page.event section.wave-area.wave-c .section-body .tab-pane .post-list + .pagination,
main.page.event section.wave-area.wave-c .section-body .tab-pane .table-display + .pagination {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.event section.wave-area.wave-c .section-body .tab-pane .post-list + .pagination,
  main.page.event section.wave-area.wave-c .section-body .tab-pane .table-display + .pagination {
    margin-top: 6.4rem;
  }
}
main.page.coupon section.wave-area.wave-c .section-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: unset !important;
}
@media (max-width: 1023px) {
  main.page.coupon section.wave-area.wave-c .section-inner {
    align-items: center;
  }
}
main.page.coupon section.wave-area.wave-c .section-inner .section-head {
  margin-top: 12rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  main.page.coupon section.wave-area.wave-c .section-inner .section-head {
    margin-top: 6.4rem;
  }
}
@media (min-width: 1024px) {
  main.page.coupon section.wave-area.wave-c .section-inner .section-head + .section-body {
    margin-right: 19.6rem;
    margin-top: -5.5%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  main.page.coupon section.wave-area.wave-c .section-inner .section-head + .section-body {
    margin-right: unset;
  }
}
main.page.coupon section.wave-area.wave-c .section-inner .section-body {
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1199px) {
  main.page.coupon section.wave-area.wave-c .section-inner .section-body {
    transform: scale(0.9);
    transform-origin: top left;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  main.page.coupon section.wave-area.wave-c .section-inner .section-body {
    transform: scale(1);
  }
}
@media (max-width: 1199px) and (max-width: 1023px) and (max-width: 768px) {
  main.page.coupon section.wave-area.wave-c .section-inner .section-body {
    width: 100%;
  }
}
main.page.coupon section.wave-area.wave-c + .new-member-coupon {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.coupon section.wave-area.wave-c + .new-member-coupon {
    margin-top: 10rem;
  }
}
main.page.coupon section.new-member-coupon + .verified-member-coupon {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.coupon section.new-member-coupon + .verified-member-coupon {
    margin-top: 10rem;
  }
}
main.page.coupon section.verified-member-coupon .board-list + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.coupon section.verified-member-coupon .board-list + .btn-area {
    margin-top: 5.2rem;
  }
}

main.page.faq section.wave-area.wave-c {
  width: 100%;
  max-width: 157.2rem;
  margin-inline: auto;
}
main.page.faq section.wave-area.wave-c .section-head {
  display: grid;
}
main.page.faq section.wave-area.wave-c .section-head .form.search + .tag-list {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  main.page.faq section.wave-area.wave-c .section-head .form.search + .tag-list {
    margin-top: 2rem !important;
  }
}
main.page.faq section.wave-area.wave-c .section-head + .section-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  main.page.faq section.wave-area.wave-c .section-head + .section-body {
    margin-top: 4.4rem;
  }
}
main.page.faq section.wave-area.wave-c .section-body .tab-display .accordion-list + .pagination {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.faq section.wave-area.wave-c .section-body .tab-display .accordion-list + .pagination {
    margin-top: 6.4rem;
  }
}
main.page.faq .accordion-list .accordion-body .body-inner {
  line-height: 150%;
}
main.page.faq .accordion-list .accordion-body .body-inner > *,
main.page.faq .accordion-list .accordion-body .body-inner * {
  line-height: 150%;
}
main.page.faq .accordion-list .accordion-body .body-inner table {
  max-width: 100%;
}
main.page.notice section.notice-important + .filter-section {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.notice section.notice-important + .filter-section {
    margin-top: 5.2rem;
  }
}
main.page.notice section.filter-section .form-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  main.page.notice section.filter-section .form-display {
    flex-direction: column;
    align-items: normal;
    gap: 1rem;
  }
}
main.page.notice section.filter-section .form-display .form-area .form.select {
  width: 14rem;
}
@media (max-width: 1023px) {
  main.page.notice section.filter-section .form-display .form-area .form.select {
    width: 12rem;
    flex-shrink: 0;
  }
}
main.page.notice section.filter-section .form-display .form-area .form.search {
  width: 34rem;
}
@media (max-width: 1023px) {
  main.page.notice section.filter-section .form-display .form-area .form.search {
    width: 100%;
  }
}
main.page.notice section.filter-section .form-display + .table-display,
main.page.notice section.filter-section .form-display + .no-data {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  main.page.notice section.filter-section .form-display + .table-display,
  main.page.notice section.filter-section .form-display + .no-data {
    margin-top: 4.4rem;
  }
}
main.page.notice section.filter-section .table-display + .pagination {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.notice section.filter-section .table-display + .pagination {
    margin-top: 5.2rem;
  }
}

main.page.alliance-info section.wave-area.wave-c + .w-large.module-c {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.alliance-info section.wave-area.wave-c + .w-large.module-c {
    margin-top: 10rem;
  }
}
main.page.alliance-info section.w-large.module-c .board-list + .btn-area {
  margin-top: 8rem;
}
main.page.alliance-info section.w-large.module-c .board-list + .btn-area .btn {
  min-width: 16rem;
}
@media (max-width: 1023px) {
  main.page.alliance-info section.w-large.module-c .board-list + .btn-area {
    margin-top: 6.4rem;
  }
}
main.page.gcarzone-register section.wave-area.wave-c .board-list + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.gcarzone-register section.wave-area.wave-c .board-list + .btn-area {
    margin-top: 6.4rem;
  }
}
main.page.sharecar section.wave-area.wave-c + .w-large.module-d {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.sharecar section.wave-area.wave-c + .w-large.module-d {
    margin-top: 5.2rem;
  }
}
main.page.sharecar section.w-large.module-d .section-body .data-display + .table-display {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  main.page.sharecar section.w-large.module-d .section-body .data-display + .table-display {
    margin-top: 3.2rem;
  }
}
main.page.sharecar section.w-large.module-d .section-body .table-display + .table-display {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  main.page.sharecar section.w-large.module-d .section-body .table-display + .table-display {
    margin-top: 3.2rem;
  }
}
main.page.sharecar section.w-large.module-d .section-body .table-display + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.sharecar section.w-large.module-d .section-body .table-display + .btn-area {
    margin-top: 5.2rem;
  }
}
main.page.partner-detail section.wave-area.wave-c .section-inner .complete-data + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.partner-detail section.wave-area.wave-c .section-inner .complete-data + .btn-area {
    margin-top: 6.4rem;
  }
}
main.page.partner-detail section.wave-area.wave-c .section-inner .btn-area .btn {
  min-width: 16rem;
}
main.page.submit-form section.wave-area.wave-c + .w-small.module-d {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.submit-form section.wave-area.wave-c + .w-small.module-d {
    margin-top: 6.4rem;
  }
}
main.page.submit-form section.wave-area.wave-c .section-body .form-display + .form-display {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  main.page.submit-form section.wave-area.wave-c .section-body .form-display + .form-display {
    margin-top: 2rem;
  }
}
main.page.submit-form section.wave-area.wave-c .section-body .form-display + .data-list.module-c {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.submit-form section.wave-area.wave-c .section-body .form-display + .data-list.module-c {
    margin-top: 6.4rem;
  }
}
main.page.submit-form section.wave-area.wave-c .section-body .form-display .form-list + .data-list.module-c {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.submit-form section.wave-area.wave-c .section-body .form-display .form-list + .data-list.module-c {
    margin-top: 6.4rem;
  }
}
main.page.submit-form section.wave-area.wave-c .section-body .data-list.module-c .data-display.scroll-y-3 {
  max-height: 24rem;
}
@media (max-width: 1023px) {
  main.page.submit-form section.wave-area.wave-c .section-body .data-list.module-c .data-display.scroll-y-3 {
    max-height: 42rem;
  }
}
main.page.submit-form section.wave-area.wave-c .section-body + .section-util {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.submit-form section.wave-area.wave-c .section-body + .section-util {
    margin-top: 6.4rem;
  }
}
main.page.submit-form section.wave-area.wave-c .section-util .btn-area .btn {
  min-width: 16rem;
}

main.page.gcar-pass section.wave-w-large.wave-c.module-c + section.benefit {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass section.wave-w-large.wave-c.module-c + section.benefit {
    margin-top: 5.2rem;
  }
}
main.page.gcar-pass section.wave-w-large.wave-c.module-c + .module-e {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass section.wave-w-large.wave-c.module-c + .module-e {
    margin-top: 10rem;
  }
}
main.page.gcar-pass section.benefit + section {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass section.benefit + section {
    margin-top: 10rem;
  }
}
main.page.gcar-pass section.module-e + .module-e,
main.page.gcar-pass section.module-e + .new-car,
main.page.gcar-pass section.module-e + .more-view {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass section.module-e + .module-e,
  main.page.gcar-pass section.module-e + .new-car,
  main.page.gcar-pass section.module-e + .more-view {
    margin-top: 10rem;
  }
}
main.page.gcar-pass section.module-e + .logo-rolling {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass section.module-e + .logo-rolling {
    margin-top: 0.8rem;
  }
}
main.page.gcar-pass section.module-e.more-view {
  padding-block: 16rem;
  position: relative;
  background: url("/images/page/g-car-plus/template-footer-bg-pc.jpg") no-repeat center/cover;
}
@media (max-width: 1023px) {
  main.page.gcar-pass section.module-e.more-view {
    padding-block: 10rem;
  }
}
main.page.gcar-pass-template section.template-intro .section-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  main.page.gcar-pass-template section.template-intro .section-bi img {
    max-width: 100%;
    max-height: 7.4rem;
  }
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro .section-bi img {
    max-width: 18.8rem;
    max-height: 5.8rem;
  }
}
main.page.gcar-pass-template section.template-intro .section-bi + .section-figure {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro .section-bi + .section-figure {
    margin-top: 3.6rem;
  }
}
main.page.gcar-pass-template section.template-intro .section-figure {
  width: 100%;
  height: 40rem;
  position: relative;
  border-radius: 2rem;
  border: 1px solid #F6F6F6;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro .section-figure {
    height: 24rem;
    border-radius: 2.4rem;
  }
}
main.page.gcar-pass-template section.template-intro .section-figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.26%, rgba(0, 0, 0, 0.5) 85.04%) no-repeat center/cover;
}
main.page.gcar-pass-template section.template-intro .section-figure + .section-head {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro .section-figure + .section-head {
    margin-top: 3.6rem;
  }
}
main.page.gcar-pass-template section.template-intro .section-head .section-title {
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro .section-head .section-title {
    font-size: 2.2rem;
  }
}
main.page.gcar-pass-template section.template-intro .section-head .section-title + .section-summary {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro .section-head .section-title + .section-summary {
    margin-top: 1.2rem;
  }
}
main.page.gcar-pass-template section.template-intro .section-head .section-summary {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro .section-head .section-summary {
    font-size: 1.6rem;
  }
}
main.page.gcar-pass-template section.template-intro + .feature-list {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.template-intro + .feature-list {
    margin-top: 12.8rem;
  }
}
main.page.gcar-pass-template section.feature-list + .module-e {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-pass-template section.feature-list + .module-e {
    margin-top: 10rem;
  }
}
main.page.gcar-m section.new-car .section-inner {
  display: flex;
}
@media (max-width: 1023px) {
  main.page.gcar-m section.new-car .section-inner {
    flex-direction: column;
  }
}
main.page.gcar-m section.new-car .section-head {
  background: #F6F6F6;
  padding-block: 16rem;
}
@media (min-width: 1024px) {
  main.page.gcar-m section.new-car .section-head {
    width: 50%;
    display: flex;
    justify-content: end;
    padding-left: 2rem;
  }
  main.page.gcar-m section.new-car .section-head .section-head-inner {
    width: 72rem;
    max-width: 96rem;
  }
}
@media (max-width: 1023px) {
  main.page.gcar-m section.new-car .section-head {
    padding-inline: 2rem;
    padding-block: 6.4rem;
  }
}
main.page.gcar-m section.new-car .section-head .section-desc {
  font-weight: 500;
  font-size: 2rem;
  color: #ED1C24;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.gcar-m section.new-car .section-head .section-desc {
    font-size: 1.6rem;
  }
}
main.page.gcar-m section.new-car .section-head .section-desc + .section-title {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  main.page.gcar-m section.new-car .section-head .section-desc + .section-title {
    margin-top: 0.8rem;
  }
}
main.page.gcar-m section.new-car .section-head .section-title {
  font-weight: 800;
  font-size: 3.6rem;
  color: #3E3A39;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.gcar-m section.new-car .section-head .section-title {
    font-size: 2.2rem;
  }
}
main.page.gcar-m section.new-car .section-head .section-title + .btn-area {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-m section.new-car .section-head .section-title + .btn-area {
    margin-top: 3.6rem;
  }
}
main.page.gcar-m section.new-car .section-head .btn-area .btn {
  min-width: 16rem;
}
@media (min-width: 1024px) {
  main.page.gcar-m section.new-car .section-figure {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  main.page.gcar-m section.new-car .section-figure {
    aspect-ratio: 39/25.3;
    min-height: 25.4rem;
  }
}
main.page.gcar-m section.new-car .section-figure {
  background: url("/images/page/g-car-plus/gcar-m-footer-bg.jpg") no-repeat center/cover;
}
main.page.gcar-ktx section.package {
  overflow: hidden;
}
main.page.gcar-ktx .swiper-list.module-f + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-ktx .swiper-list.module-f + .btn-area {
    margin-top: 6.4rem;
  }
}
main.page.gcar-biz section.useguide .tab-display .nav-area + .tab-content {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.useguide .tab-display .nav-area + .tab-content {
    margin-top: 3.6rem;
  }
}
main.page.gcar-biz section.useguide .tab-display .swiper-list.admin .swiper-inform {
  min-height: 7.2rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.useguide .tab-display .swiper-list.admin .swiper-inform {
    min-height: 5.4rem;
  }
}
main.page.gcar-biz section.useguide .tab-display .swiper-list.member .swiper-inform {
  min-height: 15rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.useguide .tab-display .swiper-list.member .swiper-inform {
    min-height: 12.2rem;
  }
}
main.page.gcar-biz section.useguide .tab-display .swiper-list.member .swiper-inform .subject {
  min-height: 7.2rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.useguide .tab-display .swiper-list.member .swiper-inform .subject {
    min-height: 5.4rem;
  }
}
main.page.gcar-biz section.useguide .tab-display .swiper-list.member .swiper-inform .data-list {
  min-height: 5.4rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.useguide .tab-display .swiper-list.member .swiper-inform .data-list {
    min-height: 4.8rem;
  }
}
main.page.gcar-biz section.useguide .tab-display + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.useguide .tab-display + .btn-area {
    margin-top: 6.4rem;
  }
}
main.page.gcar-biz section.logo-rolling .logo-row {
  overflow: hidden;
  --rolling-duration: 70s;
}
main.page.gcar-biz section.logo-rolling .logo-row .logo-row-inner {
  position: relative;
  display: flex;
  /* track 두 개가 옆으로 이어지도록 */
  white-space: nowrap;
}
main.page.gcar-biz section.logo-rolling .logo-row {
  /* 실제 롤링 트랙 */
}
main.page.gcar-biz section.logo-rolling .logo-row .logo-track {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding-inline: 0.6rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.logo-rolling .logo-row .logo-track {
    gap: 0.8rem;
    padding-inline: 0.4rem;
  }
}
main.page.gcar-biz section.logo-rolling .logo-row .logo-item {
  flex: 0 0 auto;
  width: 28rem; /* 필요하면 조정 */
  height: 12rem;
  border-radius: 2rem;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.logo-rolling .logo-row .logo-item {
    width: 18.6rem;
    height: 8rem;
    border-radius: 1.6rem;
  }
}
main.page.gcar-biz section.logo-rolling .logo-row .logo-item img {
  max-width: 20rem;
  height: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.logo-rolling .logo-row .logo-item img {
    max-width: 15.6rem;
  }
}
main.page.gcar-biz section.logo-rolling .logo-row .logo-item:hover img {
  filter: none;
}
main.page.gcar-biz section.logo-rolling .logo-row + .logo-row {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.logo-rolling .logo-row + .logo-row {
    margin-top: 0.8rem;
  }
}
main.page.gcar-biz section.logo-rolling .logo-row {
  /* 상단: 좌측으로 롤링 */
}
main.page.gcar-biz section.logo-rolling .logo-row.logo-row--top .logo-track {
  animation: logo-roll-left var(--rolling-duration) linear infinite;
}
main.page.gcar-biz section.logo-rolling .logo-row {
  /* 하단: 우측으로 롤링 */
}
main.page.gcar-biz section.logo-rolling .logo-row.logo-row--bottom .logo-track {
  animation: logo-roll-right var(--rolling-duration) linear infinite;
}
main.page.gcar-biz section.logo-rolling {
  /* Keyframes: track 두 개 이어져 있다는 전제(0 → -50%) */
}
@keyframes logo-roll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes logo-roll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
main.page.gcar-biz section.logo-rolling + .module-e {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.logo-rolling + .module-e {
    margin-top: 10rem;
  }
}
main.page.gcar-biz section.bg-grey {
  background-color: #F6F6F6;
  overflow: hidden;
  padding-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.bg-grey {
    padding-top: 10rem;
  }
}
main.page.gcar-biz section.bg-grey + .bg-grey {
  margin-top: unset !important;
  padding-bottom: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section.bg-grey + .bg-grey {
    padding-bottom: 10rem;
  }
}
main.page.gcar-biz section .swiper-list + .btn-area {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.gcar-biz section .swiper-list + .btn-area {
    margin-top: 6.4rem;
  }
}

main.page.sharing section.wave-area + .module-sharing-bg {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  main.page.sharing section.wave-area + .module-sharing-bg {
    margin-top: 3.2rem;
  }
}
main.page.sharing section.module-e + .module-e {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.sharing section.module-e + .module-e {
    margin-top: 10rem;
  }
}
main.page.sharing section.module-sharing-bg {
  position: relative;
  padding-top: 44rem;
}
@media (max-width: 1023px) {
  main.page.sharing section.module-sharing-bg {
    padding-top: unset;
  }
}
main.page.sharing section.module-sharing-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62rem;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1023px) {
  main.page.sharing section.module-sharing-bg:before {
    height: auto;
    aspect-ratio: 390/126;
    display: inline-block;
    background-size: cover;
    position: unset;
    top: unset;
    left: unset;
    margin-bottom: 3.2rem;
  }
}
main.page.sharing section.module-sharing-bg + .module-e {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.sharing section.module-sharing-bg + .module-e {
    margin-top: 10rem;
  }
}
main.page.oneway section.module-sharing-bg:before {
  background-image: url("/images/page/sharing/oneway-kv.jpg");
}
main.page.oda section.module-sharing-bg:before {
  background-image: url("/images/page/sharing/oda-kv.jpg");
}
main.page.gcar section.wave-area.wave-c + .tab-display {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.wave-area.wave-c + .tab-display {
    margin-top: 6.4rem;
  }
}
main.page.gcar section.intro {
  height: 200vh;
}
main.page.gcar section.intro .section-inner {
  height: calc(100vh - 28rem);
  overflow: hidden;
  position: sticky;
  top: 13.5rem;
  padding-top: unset !important;
}
@media (max-width: 1023px) {
  main.page.gcar section.intro .section-inner {
    height: 100vh;
    top: 0;
  }
}
main.page.gcar section.intro .section-inner video,
main.page.gcar section.intro .section-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page.gcar section.intro .section-inner .section-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.page.gcar section.intro .section-inner .section-head .title {
  font-weight: 500;
  font-size: 5.2rem;
  color: #FFF;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  main.page.gcar section.intro .section-inner .section-head .title {
    font-size: 3.2rem;
  }
}
main.page.gcar section.intro .section-inner .section-head .after,
main.page.gcar section.intro .section-inner .section-head .before {
  display: block;
  will-change: transform, opacity;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main.page.gcar section.intro .section-inner .section-head .after {
  opacity: 1;
  transform: translateY(0);
}
main.page.gcar section.intro .section-inner .section-head .before {
  opacity: 0;
  transform: translateY(100%);
}
main.page.gcar section.intro .section-inner .section-head .title-top,
main.page.gcar section.intro .section-inner .section-head .title-bottom {
  display: block;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main.page.gcar section.intro .section-inner .section-head .title-top {
  height: 7.8rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.intro .section-inner .section-head .title-top {
    height: 9.6rem;
  }
}
main.page.gcar section.intro .section-inner .section-head .title-bottom {
  margin-top: 0.4rem;
  height: 7.8rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.intro .section-inner .section-head .title-bottom {
    height: 4.8rem;
  }
}
main.page.gcar section.intro.is-active .section-inner .section-head .after {
  opacity: 0;
}
main.page.gcar section.intro.is-active .section-inner .section-head .before {
  opacity: 1;
}
@media (min-width: 1024px) {
  main.page.gcar section.intro.is-active .section-inner .section-head .after {
    transform: translateY(-7.8rem);
  }
  main.page.gcar section.intro.is-active .section-inner .section-head .before {
    transform: translateY(-7.8rem);
  }
}
@media (max-width: 1023px) {
  main.page.gcar section.intro.is-active .section-inner .section-head .title-top {
    height: 4.8rem;
  }
  main.page.gcar section.intro.is-active .section-inner .section-head .title-top .after {
    transform: translateY(-4.8rem);
  }
  main.page.gcar section.intro.is-active .section-inner .section-head .title-top .before {
    transform: translateY(-9.6rem);
  }
  main.page.gcar section.intro.is-active .section-inner .section-head .title-bottom {
    height: 9.6rem;
  }
  main.page.gcar section.intro.is-active .section-inner .section-head .title-bottom .after {
    transform: translateY(-9.6rem);
  }
  main.page.gcar section.intro.is-active .section-inner .section-head .title-bottom .before {
    transform: translateY(-4.8rem);
  }
}
main.page.gcar section.history .section-inner {
  display: flex;
  gap: 11.111%;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-inner {
    flex-direction: column;
    gap: unset;
  }
}
main.page.gcar section.history .section-head {
  min-width: 44.8rem;
  padding-block: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-head {
    padding-block: 10rem 4.4rem;
    min-width: unset;
  }
}
main.page.gcar section.history .section-head .section-title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-head .section-title {
    font-size: 2.2rem;
  }
}
main.page.gcar section.history .section-head .section-title + .section-summary {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-head .section-title + .section-summary {
    margin-top: 1.2rem;
  }
}
main.page.gcar section.history .section-head .section-summary {
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-head .section-summary {
    font-size: 1.6rem;
  }
}
main.page.gcar section.history .section-body {
  padding-block: 16rem;
  padding-left: 9.722%;
  border-left: 1px solid #DDD;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-body {
    border-left: unset;
    padding-left: unset;
    padding-block: 0 10rem;
  }
}
main.page.gcar section.history .section-body > .data-list > .data-item {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-body > .data-list > .data-item {
    gap: 0.4rem;
  }
}
main.page.gcar section.history .section-body > .data-list > .data-item .date {
  min-width: 8.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: #777;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-body > .data-list > .data-item .date {
    font-size: 1.6rem;
  }
}
main.page.gcar section.history .section-body > .data-list > .data-item .cont {
  font-weight: 500;
  font-size: 1.8rem;
  color: #000;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-body > .data-list > .data-item .cont {
    font-size: 1.6rem;
  }
}
main.page.gcar section.history .section-body > .data-list > .data-item + .data-item {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.history .section-body > .data-list > .data-item + .data-item {
    margin-top: 2rem;
  }
}
main.page.gcar section.point {
  width: calc(100% - 4rem);
  margin-inline: auto;
  padding-block: 14rem;
  border-radius: 2rem;
  background: url("/images/page/sharing/gcar-point-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main.page.gcar section.point {
    padding-block: 8rem;
    background: url("/images/page/sharing/gcar-point-bg-mo.jpg") no-repeat left center;
  }
}
main.page.gcar section.point + .howto {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.point + .howto {
    margin-top: 10rem;
  }
}
@media (min-width: 1024px) {
  main.page.gcar section.point .swiper-list .swiper-item:nth-child(2),
  main.page.gcar section.point .swiper-list .swiper-item:nth-child(3) {
    transition: 0.7s ease;
    opacity: 0;
    top: 10rem;
  }
  main.page.gcar section.point .swiper-list .swiper-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  main.page.gcar section.point .swiper-list .swiper-item:nth-child(3) {
    transition-delay: 0.2s;
  }
  main.page.gcar section.point.is-active .swiper-list .swiper-item:nth-child(2),
  main.page.gcar section.point.is-active .swiper-list .swiper-item:nth-child(3) {
    opacity: 1;
    top: 0;
  }
}
main.page.gcar section.howto + .manner {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.howto + .manner {
    margin-top: 10rem;
  }
}
main.page.gcar section.manner + .safety {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.manner + .safety {
    margin-top: 10rem;
  }
}
main.page.gcar section.safety {
  overflow: hidden;
}
main.page.gcar section.safety + .campaign {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.safety + .campaign {
    margin-top: 10rem;
  }
}
main.page.gcar section.campaign.is-active .section-figure img {
  transform: scale(1);
}
main.page.gcar section.campaign .section-inner {
  display: flex;
  height: 43rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main.page.gcar section.campaign .section-inner {
    flex-direction: column;
    height: auto;
    border-radius: 2rem;
  }
}
main.page.gcar section.campaign .section-head {
  width: 50%;
  padding-left: 9.722%;
  background: #222;
  align-content: center;
}
@media (max-width: 1023px) {
  main.page.gcar section.campaign .section-head {
    width: 100%;
    padding: 4.4rem 3.2rem;
  }
}
main.page.gcar section.campaign .section-head .section-desc {
  font-weight: 500;
  font-size: 2rem;
  color: #ED1C24;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.gcar section.campaign .section-head .section-desc {
    font-size: 1.6rem;
  }
}
main.page.gcar section.campaign .section-head .section-desc + .section-title {
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.campaign .section-head .section-desc + .section-title {
    margin-top: 0.8rem;
  }
}
main.page.gcar section.campaign .section-head .section-title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  main.page.gcar section.campaign .section-head .section-title {
    font-size: 2.2rem;
  }
}
main.page.gcar section.campaign .section-figure {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main.page.gcar section.campaign .section-figure {
    width: 100%;
    min-height: 18;
  }
}
main.page.gcar section.campaign .section-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.7s ease;
}
main.page.gcar section.notice .section-inner {
  padding-top: unset !important;
}
main.page.gcar section.notice .data-list.module-d .accordion-list + .data-display,
main.page.gcar section.notice .data-list.module-d .accordion-header + .accordion-collapse,
main.page.gcar section.notice .data-list.module-d .table-display + .data-display,
main.page.gcar section.notice .data-list.module-d .data-display + .table-display {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  main.page.gcar section.notice .data-list.module-d .accordion-list + .data-display,
  main.page.gcar section.notice .data-list.module-d .accordion-header + .accordion-collapse,
  main.page.gcar section.notice .data-list.module-d .table-display + .data-display,
  main.page.gcar section.notice .data-list.module-d .data-display + .table-display {
    margin-top: 2rem;
  }
}
main.page.zone section + section:not(.map) {
  margin-top: 16rem;
}
@media (max-width: 1023px) {
  main.page.zone section + section:not(.map) {
    margin-top: 10rem;
  }
}
main.page.zone section.map {
  margin-top: 8rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main.page.zone section.map {
    margin-top: 6.4rem;
  }
}
main.page.zone section.map .map-wrapper {
  position: relative;
  max-width: 95.4rem;
  margin-inline: auto;
  /* SVG */
}
main.page.zone section.map .map-wrapper .svg-wrap {
  position: relative;
  width: 100%;
  z-index: 10;
}
main.page.zone section.map .map-wrapper .svg-wrap svg {
  display: block;
  width: 100%;
  height: auto;
}
main.page.zone section.map .map-wrapper {
  /* 지역 스타일 (투명 히트박스 전용) */
}
main.page.zone section.map .map-wrapper .region {
  fill: transparent !important;
  stroke: none !important;
}
main.page.zone section.map .map-wrapper .region:hover, main.page.zone section.map .map-wrapper .region.active {
  fill: transparent !important;
}
main.page.zone section.map .map-wrapper {
  /* 이미지 레이어 */
}
main.page.zone section.map .map-wrapper .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
main.page.zone section.map .map-wrapper .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
main.page.zone section.map .map-wrapper .img-wrap img.default {
  display: block;
  opacity: 1;
  z-index: 1; /* 가장 아래 베이스 */
}
main.page.zone section.map .map-wrapper .img-wrap img.active {
  display: block;
  opacity: 1;
  z-index: 2;
}
main.page.zone section.map .map-wrapper {
  /* 툴팁 */
}
main.page.zone section.map .map-wrapper .tooltip {
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  display: flex;
  gap: 0.8rem;
}
main.page.zone section.map .map-wrapper .tooltip .figure img {
  width: 5.4rem;
  filter: drop-shadow(0 0 2.935px rgba(0, 0, 0, 0.08));
}
main.page.zone section.map .map-wrapper .tooltip.is-active {
  opacity: 1;
  visibility: visible;
}
main.page.zone section.map .map-wrapper .tooltip.jeju .side-info {
  top: unset;
  bottom: 0;
}
main.page.zone section.map .map-wrapper .tooltip .side-info {
  padding: 2rem;
  border-radius: 1.6rem;
  background: #222;
  box-shadow: 0 0 12px 0 rgba(245, 245, 245, 0.6);
  width: 28rem;
  position: absolute;
  top: 0;
  left: calc(100% + 0.8rem);
}
main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-title {
  display: block;
  font-weight: 2rem;
  font-size: 700;
  color: #FFF;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-title + .region-para {
  margin-top: 1.6rem;
}
main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-para {
  font-weight: 500;
  font-size: 1.5rem;
  color: #DDD;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-para + .region-btn {
  margin-top: 3.2rem;
}
main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 1.5rem;
  font-size: 500;
  color: #F6F6F6;
  line-height: 150%;
  font-family: "Pretendard", sans-serif;
}
main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-btn i {
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.69434 9.89844L7.94727 6.64648L0.00390584 6.57422L0.0136714 5.57422L0.0224603 4.57324L7.92773 4.64746L4.69434 1.41309L6.1084 -0.000976068L11.7656 5.65625L6.1084 11.3125L4.69434 9.89844Z' fill='rgb(246,246,246)'/%3E%3C/svg%3E%0A") no-repeat center/1.17rem 1.13rem;
  margin-left: 0.8rem;
}
main.page.zone section.map .map-wrapper .tooltip {
  /* 지역별 좌표 */
}
main.page.zone section.map .map-wrapper .tooltip.seoul {
  left: 35.5%;
  top: 12.2%;
}
main.page.zone section.map .map-wrapper .tooltip.incheon {
  left: 27%;
  top: 11%;
}
main.page.zone section.map .map-wrapper .tooltip.gyeonggi {
  left: 42.2%;
  top: 12.8%;
}
main.page.zone section.map .map-wrapper .tooltip.gangwon {
  left: 59.2%;
  top: 11.5%;
}
main.page.zone section.map .map-wrapper .tooltip.chungbuk {
  left: 46.5%;
  top: 28%;
}
main.page.zone section.map .map-wrapper .tooltip.chungnam {
  left: 31.8%;
  top: 32.5%;
}
main.page.zone section.map .map-wrapper .tooltip.daejeon {
  left: 41%;
  top: 37%;
}
main.page.zone section.map .map-wrapper .tooltip.sejong {
  left: 39.2%;
  top: 33%;
}
main.page.zone section.map .map-wrapper .tooltip.gwangju {
  left: 29.5%;
  top: 60%;
}
main.page.zone section.map .map-wrapper .tooltip.jeonbuk {
  left: 36%;
  top: 49.5%;
}
main.page.zone section.map .map-wrapper .tooltip.jeonnam {
  left: 32%;
  top: 65%;
}
main.page.zone section.map .map-wrapper .tooltip.daegu {
  left: 60.5%;
  top: 48%;
}
main.page.zone section.map .map-wrapper .tooltip.gyeongbuk {
  left: 62.7%;
  top: 36.5%;
}
main.page.zone section.map .map-wrapper .tooltip.gyeongnam {
  left: 54%;
  top: 58%;
}
main.page.zone section.map .map-wrapper .tooltip.ulsan {
  left: 71.5%;
  top: 55%;
}
main.page.zone section.map .map-wrapper .tooltip.busan {
  left: 69%;
  top: 61%;
}
main.page.zone section.map .map-wrapper .tooltip.jeju {
  left: 24.8%;
  top: 88%;
}
@media (max-width: 1023px) {
  main.page.zone section.map .map-wrapper .tooltip .figure img {
    width: clamp(2rem, 5.765vw, 5.4rem);
  }
  main.page.zone section.map .map-wrapper .tooltip .side-info {
    padding: clamp(0.8rem, 1.95vw, 2rem);
    border-radius: clamp(1rem, 1.56vw, 1.6rem);
    width: clamp(14rem, 27.34vw, 28rem);
    left: calc(100% + clamp(0.4rem, 0.78vw, 0.8rem));
  }
  main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-title {
    font-size: clamp(0.8rem, 2.08vw, 2rem);
  }
  main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-title + .region-para {
    margin-top: clamp(0.6rem, 1.67vw, 1.6rem);
  }
  main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-para {
    font-size: clamp(0.7rem, 1.56vw, 1.5rem);
  }
  main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-para + .region-btn {
    margin-top: clamp(1.2rem, 3.33vw, 3.2rem);
  }
  main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-btn {
    font-size: clamp(0.7rem, 1.56vw, 1.5rem);
  }
  main.page.zone section.map .map-wrapper .tooltip .side-info .info-inner .region-btn i {
    width: clamp(0.8rem, 1.67vw, 1.6rem);
    height: clamp(0.8rem, 1.67vw, 1.6rem);
    background: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.69434 9.89844L7.94727 6.64648L0.00390584 6.57422L0.0136714 5.57422L0.0224603 4.57324L7.92773 4.64746L4.69434 1.41309L6.1084 -0.000976068L11.7656 5.65625L6.1084 11.3125L4.69434 9.89844Z' fill='rgb(246,246,246)'/%3E%3C/svg%3E%0A") no-repeat center/clamp(0.58rem, 1.22vw, 1.17rem) clamp(0.56rem, 1.18vw, 1.13rem);
    margin-left: clamp(0.3rem, 0.83vw, 0.8rem);
  }
  main.page.zone section.map .map-wrapper .tooltip.gangwon .side-info, main.page.zone section.map .map-wrapper .tooltip.gyeongbuk .side-info, main.page.zone section.map .map-wrapper .tooltip.ulsan .side-info, main.page.zone section.map .map-wrapper .tooltip.busan .side-info, main.page.zone section.map .map-wrapper .tooltip.daegu .side-info, main.page.zone section.map .map-wrapper .tooltip.gyeongnam .side-info {
    padding: clamp(0.8rem, 1.95vw, 2rem);
    border-radius: clamp(1rem, 1.56vw, 1.6rem);
    width: clamp(14rem, 27.34vw, 28rem);
    right: calc(100% + clamp(0.4rem, 0.78vw, 0.8rem));
    left: unset;
  }
}
main.page.zone section.mobility-zone {
  height: 200vh;
}
@media (max-width: 1023px) {
  main.page.zone section.mobility-zone {
    height: 150vh;
  }
}
main.page.zone section.mobility-zone.is-active .section-head .section-subject.before {
  opacity: 0;
}
main.page.zone section.mobility-zone.is-active .section-head .section-subject.after {
  opacity: 1;
}
main.page.zone section.mobility-zone .section-inner {
  position: sticky;
  top: 8rem;
  height: auto;
}
main.page.zone section.mobility-zone .section-head {
  height: 18.4rem;
  position: relative;
}
@media (max-width: 1023px) {
  main.page.zone section.mobility-zone .section-head {
    height: 12.6rem;
  }
}
main.page.zone section.mobility-zone .section-head .section-subject {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-out;
  width: 100%;
}
main.page.zone section.mobility-zone .section-head .section-subject.before {
  opacity: 1;
}
main.page.zone section.mobility-zone .section-head .section-subject.after {
  opacity: 0;
}
main.page.zone section.mobility-zone .section-head + .section-figure {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  main.page.zone section.mobility-zone .section-head + .section-figure {
    margin-top: 6.4rem;
  }
}
main.page.zone section.mobility-zone .section-figure {
  max-width: 144rem;
  margin-inline: auto;
  aspect-ratio: 1440/688;
  border-radius: 2.4rem;
  overflow: hidden;
}
main.page.zone section.mobility-zone .section-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page.zone section.jeju-access {
  background: #F6F6F6;
  padding-block: 16rem;
}
@media (max-width: 1023px) {
  main.page.zone section.jeju-access {
    padding-block: 10rem;
  }
}

main.page.terms .section-inner .section-head + .section-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  main.page.terms .section-inner .section-head + .section-body {
    margin-top: 4.4rem;
    overflow: hidden;
  }
}
main.page.terms .form-area.terms-select {
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1023px) {
  main.page.terms .form-area.terms-select {
    gap: unset;
    flex-direction: column;
    align-items: baseline;
  }
}
main.page.terms .form-area.terms-select .form-title {
  padding-block: 1.2rem;
  font-weight: 700;
  font-size: 2rem;
  color: #171717;
  line-height: 150%;
}
@media (max-width: 1023px) {
  main.page.terms .form-area.terms-select .form-title {
    padding-block: 0.8rem;
    font-size: 1.6rem;
  }
}
main.page.terms .form-area.terms-select .form.select {
  min-width: 33.1rem;
}
@media (max-width: 1023px) {
  main.page.terms .form-area.terms-select .form.select {
    width: 100%;
  }
}
main.page.terms #termsContent b, main.page.terms #termsContent strong {
  font-weight: bolder;
}
main.page.terms #termsContent h3 {
  font-weight: bold;
}
main.page.terms #termsContent h5 {
  color: #2e2e2e;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 31px;
}
main.page.terms #termsContent table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
main.page.terms #termsContent table tr th {
  color: #5c5c5c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  padding: 1.1rem 1.2rem;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #e2e2e5;
  border-left: 1px solid #e2e2e5;
}
main.page.terms #termsContent table tr th:last-child {
  border-right: 1px solid #e2e2e5;
}
main.page.terms #termsContent table tr td {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 11px 12px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #e2e2e5;
  border-left: 1px solid #e2e2e5;
  border-right: 1px solid #e2e2e5;
  border-color: #e2e2e5 !important;
}

/**
 * Swiper 11.0.5
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev: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:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
