@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:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.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;
}
.banner-list.module-a .banner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 36rem;
  padding: 2rem;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item {
    height: auto;
    padding: 0 0 7.6rem 0;
  }
}
.banner-list.module-a .banner-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/service/g-car/bg-noise.png") repeat;
}
.banner-list.module-a .banner-item .banner-wrap {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding-right: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap {
    flex-direction: column;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap .banner-head {
    order: 2;
    width: 31rem;
  }
}
.banner-list.module-a .banner-item .banner-wrap .banner-head .banner-subject {
  font-weight: 600;
  font-size: 3.4rem;
  color: rgb(23, 23, 23);
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap .banner-head .banner-subject {
    font-size: 2rem;
  }
}
.banner-list.module-a .banner-item .banner-wrap .banner-head .btn {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap .banner-head .btn {
    margin-top: 2rem;
  }
}
.banner-list.module-a .banner-item .banner-wrap .banner-body {
  aspect-ratio: 580/240;
}
@media (max-width: 1023px) {
  .banner-list.module-a .banner-item .banner-wrap .banner-body {
    order: 1;
  }
}
.banner-list.module-a .banner-item .banner-wrap .banner-body img {
  width: 100%;
}
.banner-list.module-b {
  width: 100%;
  max-width: 148rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .banner-list.module-b {
    padding: 0 0;
  }
}
.banner-list.module-b .banner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  height: 40rem;
  padding: 0 0 0 10rem;
  border-radius: 2rem;
  background: rgb(19, 59, 85);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item {
    justify-content: flex-start;
    gap: 3.2rem;
    height: 54rem;
    padding: 6.4rem 2rem 0 2rem;
    border-radius: 0;
  }
}
.banner-list.module-b .banner-item .banner-wrap {
  position: relative;
  z-index: 5;
}
.banner-list.module-b .banner-item .banner-wrap .banner-head {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item .banner-wrap .banner-head {
    display: flex;
    flex-direction: column;
  }
}
.banner-list.module-b .banner-item .banner-wrap .banner-head .banner-subject {
  font-weight: 600;
  font-size: 3.6rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item .banner-wrap .banner-head .banner-subject {
    font-size: 2.8rem;
  }
}
.banner-list.module-b .banner-item .banner-wrap .banner-head .button-display {
  display: flex;
  gap: 1.2rem;
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .banner-list.module-b .banner-item .banner-wrap .banner-head .button-display {
    display: inline-flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 3.2rem;
  }
}
.banner-list.module-b .banner-item .banner-wrap .banner-head .button-display .btn {
  width: 16rem;
}
.banner-list.module-b .banner-item .banner-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.banner-list.module-b .banner-item .banner-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-list.module-c .banner-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 37.5%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .banner-list.module-c .banner-item {
    padding-bottom: 100%;
  }
}
.banner-list.module-c .banner-item .banner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  contain: layout style paint;
}
.banner-list.module-c .banner-item .banner-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  will-change: auto;
}
.banner-list.module-d {
  width: 100%;
}
.banner-list.module-d .banner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 40rem;
  padding: 7.4rem 23.4rem 7.4rem 0;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .banner-list.module-d .banner-item {
    justify-content: flex-end;
    align-items: center;
    height: 50rem;
    padding: 0 2rem 4rem 2rem;
    border-radius: 2.4rem;
  }
}
.banner-list.module-d .banner-item .banner-wrap {
  position: relative;
  z-index: 5;
}
.banner-list.module-d .banner-item .banner-wrap .banner-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 1023px) {
  .banner-list.module-d .banner-item .banner-wrap .banner-head {
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }
}
.banner-list.module-d .banner-item .banner-wrap .banner-head .banner-subject {
  display: block;
  font-weight: 600;
  font-size: 3.6rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .banner-list.module-d .banner-item .banner-wrap .banner-head .banner-subject {
    font-size: 2.2rem;
  }
}
.banner-list.module-d .banner-item .banner-wrap .banner-head .banner-base {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 2rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .banner-list.module-d .banner-item .banner-wrap .banner-head .banner-base {
    margin-top: 1.2rem;
  }
}
.banner-list.module-d .banner-item .banner-wrap .banner-head .banner-base:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.33333 11.6667H5V1.66667H3.33333V11.6667ZM2.5 16.6667C1.80556 16.6667 1.21528 16.4236 0.729167 15.9375C0.243056 15.4514 0 14.8611 0 14.1667V2.5C0 1.80556 0.243056 1.21528 0.729167 0.729167C1.21528 0.243056 1.80556 0 2.5 0H11.6667V13.3333H2.5C2.26389 13.3333 2.06597 13.4132 1.90625 13.5729C1.74653 13.7326 1.66667 13.9306 1.66667 14.1667C1.66667 14.4028 1.74653 14.6007 1.90625 14.7604C2.06597 14.9201 2.26389 15 2.5 15H13.3333V1.66667H15V16.6667H2.5Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center/1.5rem;
}
@media (max-width: 1023px) {
  .banner-list.module-d .banner-item .banner-wrap .banner-head .banner-base {
    font-size: 1.6rem;
  }
}
.banner-list.module-d .banner-item .banner-wrap .banner-head .button-display {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .banner-list.module-d .banner-item .banner-wrap .banner-head .button-display {
    margin-top: 3.6rem;
  }
}
.banner-list.module-d .banner-item .banner-wrap .banner-head .button-display .btn {
  width: 16rem;
}
.banner-list.module-d .banner-item .banner-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.banner-list.module-d .banner-item .banner-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-list.module-e {
  width: 100%;
  max-width: 148rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.banner-list.module-e .banner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 32rem;
  padding: 0 10.1rem 0 8rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .banner-list.module-e .banner-item {
    justify-content: flex-start;
    height: 38rem;
    padding: 4.8rem 3.2rem 3rem;
  }
}
.banner-list.module-e .banner-item .banner-wrap {
  z-index: 5;
}
@media (max-width: 1023px) {
  .banner-list.module-e .banner-item .banner-wrap {
    height: 100%;
  }
}
.banner-list.module-e .banner-item .banner-wrap .banner-head {
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .banner-list.module-e .banner-item .banner-wrap .banner-head {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.banner-list.module-e .banner-item .banner-wrap .banner-head:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 192rem;
  height: 108rem;
  background: url("/images/common/bg-noise-1920-1080.png") repeat center;
  background-size: 1920px;
}
@media (max-width: 1023px) {
  .banner-list.module-e .banner-item .banner-wrap .banner-head:after {
    width: 100%;
    height: 100%;
  }
}
.banner-list.module-e .banner-item .banner-wrap .banner-head .banner-subject {
  position: relative;
  z-index: 1;
  padding-top: 9.9rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: rgb(67, 67, 67);
}
@media (max-width: 1023px) {
  .banner-list.module-e .banner-item .banner-wrap .banner-head .banner-subject {
    padding-top: 0;
    font-size: 2.2rem;
  }
}
.banner-list.module-e .banner-item .banner-wrap .banner-head .banner-summary {
  padding-top: 8.8rem;
  font-weight: 700;
  font-size: 6.4rem;
  color: rgb(34, 34, 34);
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-list.module-e .banner-item .banner-wrap .banner-head .banner-summary {
    font-size: 4.8rem;
  }
}
@media (max-width: 1023px) {
  .banner-list.module-e .banner-item .banner-wrap .banner-head .banner-summary {
    padding-top: 0;
    font-size: 3.2rem;
  }
}
.banner-list.module-e .banner-item .banner-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.banner-list.module-e .banner-item .banner-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-list.module-f {
  width: 100%;
  margin: 0 auto;
}
.banner-list.module-f .banner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 32rem;
  padding: 0 10.1rem 4rem 8rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .banner-list.module-f .banner-item {
    justify-content: flex-start;
    height: 38rem;
    padding: 4.8rem 3.2rem 3rem;
  }
}
.banner-list.module-f .banner-item .banner-wrap {
  z-index: 5;
  height: 100%;
}
.banner-list.module-f .banner-item .banner-wrap .banner-head {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1023px) {
  .banner-list.module-f .banner-item .banner-wrap .banner-head {
    display: flex;
    flex-direction: column;
  }
}
.banner-list.module-f .banner-item .banner-wrap .banner-head:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 192rem;
  height: 108rem;
  background: url("/images/common/bg-noise-1920-1080.png") repeat center;
  background-size: 1920px;
}
@media (max-width: 1023px) {
  .banner-list.module-f .banner-item .banner-wrap .banner-head:after {
    width: 100%;
    height: 100%;
  }
}
.banner-list.module-f .banner-item .banner-wrap .banner-head .banner-subject {
  position: relative;
  z-index: 1;
  padding-top: 9.9rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .banner-list.module-f .banner-item .banner-wrap .banner-head .banner-subject {
    padding-top: 0;
    font-size: 2.2rem;
  }
}
.banner-list.module-f .banner-item .banner-wrap .banner-head .banner-subject .accent {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #00DC9A;
}
.banner-list.module-f .banner-item .banner-wrap .banner-head .banner-summary {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 6.4rem;
  color: rgb(255, 255, 255);
  text-align: right;
}
@media (max-width: 1200px) {
  .banner-list.module-f .banner-item .banner-wrap .banner-head .banner-summary {
    justify-content: flex-end;
    font-size: 4.8rem;
  }
}
@media (max-width: 1023px) {
  .banner-list.module-f .banner-item .banner-wrap .banner-head .banner-summary {
    padding-top: 0;
    font-size: 3.2rem;
  }
}
.banner-list.module-f .banner-item .banner-figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.banner-list.module-f .banner-item .banner-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-list.module-a {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-a {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.6rem;
  }
}
.board-list.module-a .board-item {
  position: relative;
  width: calc(33.333% - 1.3333rem);
  padding: 5rem 4rem 3.6rem 4rem;
  border-radius: 2rem;
  background: #00DC9A;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item {
    width: 100%;
    padding: 3rem;
  }
}
.board-list.module-a .board-item:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 57.1rem;
  height: 32.1rem;
  background: url("/images/common/bg-noise-571-321.png") repeat-x;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item:after {
    width: 100%;
    height: 100%;
    background-size: auto;
  }
}
.board-list.module-a .board-item .board-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6.8rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item .board-wrap {
    gap: 4.8rem;
  }
}
.board-list.module-a .board-item .board-wrap .board-head {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.board-list.module-a .board-item .board-wrap .board-head .subject {
  font-weight: 700;
  font-size: 8.4rem;
  color: rgb(34, 34, 34);
}
.board-list.module-a .board-item .board-wrap .board-head .subject .pluse {
  position: relative;
  top: 0.5rem;
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item .board-wrap .board-head .subject .pluse {
    top: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item .board-wrap .board-head .subject {
    font-size: 6.4rem;
  }
}
.board-list.module-a .board-item .board-wrap .board-head .summary {
  padding: 2.4rem 0;
  font-weight: 700;
  font-size: 2.4rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .board-list.module-a .board-item .board-wrap .board-head .summary {
    padding: 1.6rem 0;
    font-size: 2.4rem;
  }
}
.board-list.module-a .board-item .board-wrap .board-body {
  padding: 0.4rem;
}
.board-list.module-a .board-item .board-wrap .board-body .para {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgb(34, 34, 34);
}
.board-list.module-a .board-item .board-wrap .board-body .para:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.board-list.module-a .board-item:nth-child(1) .board-wrap .board-body .para:before {
  background: url("/images/service/g-car/icon-home.png") no-repeat center center/cover;
}
.board-list.module-a .board-item:nth-child(2) .board-wrap .board-body .para:before {
  background: url("/images/service/g-car/icon-user.png") no-repeat center center/cover;
}
.board-list.module-a .board-item:nth-child(3) .board-wrap .board-body .para:before {
  background: url("/images/service/g-car/icon-car.png") no-repeat center center/cover;
}
.board-list.module-b {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-b {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.6rem;
  }
}
.board-list.module-b .board-item {
  position: relative;
  width: calc(33.333% - 1.3333rem);
  padding: 6.4rem;
  border-radius: 2rem;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item {
    width: 100%;
    min-height: 32rem;
    border-radius: 2.4rem;
    padding: 4.4rem 4.4rem 3.6rem 4.4rem;
  }
}
.board-list.module-b .board-item .board-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.board-list.module-b .board-item .board-wrap .board-figure img {
  width: 6.4rem;
}
.board-list.module-b .board-item .board-wrap .board-head {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head {
    margin-top: 2rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-head .subject {
  font-weight: 600;
  font-size: 2.8rem;
  color: rgb(221, 221, 221);
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-head .subject {
    font-size: 1.6rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-body {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-body {
    margin-top: 1.6rem;
  }
}
.board-list.module-b .board-item .board-wrap .board-body .para {
  word-break: break-all;
  font-weight: 500;
  font-size: 2rem;
  color: #777;
}
@media (max-width: 1023px) {
  .board-list.module-b .board-item .board-wrap .board-body .para {
    font-size: 1.6rem;
  }
}
.board-list.module-b .board-item:nth-child(1) .board-wrap .board-head .subject {
  color: rgb(0, 121, 193);
}
.board-list.module-b .board-item:nth-child(2) .board-wrap .board-head .subject {
  color: rgb(0, 200, 140);
}
.board-list.module-b .board-item:nth-child(3) .board-wrap .board-head .subject {
  color: rgb(19, 59, 85);
}
.board-list.module-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-c {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.board-list.module-c .board-item {
  position: relative;
  width: calc(33.333% - 1.3333rem);
  height: 32rem;
  border-radius: 2rem;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item {
    width: 100%;
    height: 24rem;
  }
}
.board-list.module-c .board-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/service/g-car/bg-noise.png") repeat;
}
.board-list.module-c .board-item .board-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  z-index: 2;
  height: 100%;
  padding: 4rem;
}
.board-list.module-c .board-item .board-wrap .board-head .subject {
  font-weight: 600;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
}
@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 .summary {
  font-weight: 400;
  font-size: 1.8rem;
  color: rgb(67, 67, 67);
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item .board-wrap .board-head .summary {
    font-size: 1.6rem;
  }
}
.board-list.module-c .board-item .board-wrap .board-figure {
  position: absolute;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item .board-wrap .board-figure img {
    width: 100%;
  }
}
.board-list.module-c .board-item:nth-child(1) .board-wrap .board-figure {
  bottom: -0.96rem;
  right: 2.1rem;
  transform: rotate(-30deg);
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item:nth-child(1) .board-wrap .board-figure {
    width: 12.8rem;
    bottom: -2.1rem;
    right: 0.9rem;
  }
}
.board-list.module-c .board-item:nth-child(1) .board-wrap .board-figure img {
  width: 100%;
}
.board-list.module-c .board-item:nth-child(2) .board-wrap .board-figure {
  bottom: 4.8rem;
  right: 5.3rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item:nth-child(2) .board-wrap .board-figure {
    width: 7.3rem;
    bottom: 3.6rem;
    right: 3.9rem;
  }
}
.board-list.module-c .board-item:nth-child(3) .board-wrap .board-figure {
  bottom: 4.7rem;
  right: 4.5rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item:nth-child(3) .board-wrap .board-figure {
    width: 9rem;
    bottom: 2.9rem;
    right: 2.9rem;
  }
}
.board-list.module-c .board-item:nth-child(4) .board-wrap .board-figure {
  bottom: 2.6rem;
  right: 2.6rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item:nth-child(4) .board-wrap .board-figure {
    width: 13.5rem;
    bottom: 1.8rem;
    right: 1.8rem;
  }
}
.board-list.module-c .board-item:nth-child(5) .board-wrap .board-figure {
  bottom: 4.2rem;
  right: 6.5rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item:nth-child(5) .board-wrap .board-figure {
    width: 4.8rem;
    bottom: 3rem;
    right: 3.7rem;
  }
}
.board-list.module-c .board-item:nth-child(6) .board-wrap .board-figure {
  bottom: 4.4rem;
  right: 4.9rem;
}
@media (max-width: 1023px) {
  .board-list.module-c .board-item:nth-child(6) .board-wrap .board-figure {
    width: 6.2rem;
    bottom: 4.2rem;
    right: 4rem;
  }
}
.board-list.module-d {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-d {
    gap: 1.6rem;
    flex-direction: column;
  }
}
.board-list.module-d .board-item {
  width: calc(50% - 1rem);
  height: 34.5rem;
  border-radius: 2rem;
  background: #F5F5F5;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item {
    width: 100%;
    height: auto;
  }
}
.board-list.module-d .board-item .board-wrap {
  display: flex;
  height: 100%;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap {
    flex-direction: column;
    height: auto;
  }
}
.board-list.module-d .board-item .board-wrap .board-figure {
  width: 50%;
  position: relative;
  height: 100%;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-figure {
    width: 100%;
    height: 0;
    padding-bottom: 56.2857%;
  }
}
.board-list.module-d .board-item .board-wrap .board-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-list.module-d .board-item .board-wrap .board-head {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 7.3rem 4.8rem 2rem 4.8rem;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-head {
    width: 100%;
    padding: 4rem;
  }
}
.board-list.module-d .board-item .board-wrap .board-head .subject {
  font-weight: 700;
  font-size: 2.8rem;
  color: rgb(221, 221, 221);
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-head .subject {
    font-size: 2.2rem;
  }
}
.board-list.module-d .board-item .board-wrap .board-head .desc {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(119, 119, 119);
}
@media (max-width: 1023px) {
  .board-list.module-d .board-item .board-wrap .board-head .desc {
    font-size: 1.6rem;
  }
}
.board-list.module-d .board-item:nth-child(1) .board-wrap .subject {
  color: rgb(0, 121, 193);
}
.board-list.module-d .board-item:nth-child(2) .board-wrap .subject {
  color: rgb(0, 200, 140);
}
.board-list.module-e {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-e {
    flex-direction: column;
  }
}
.board-list.module-e .board-item {
  position: relative;
  width: calc(33.333% - 1.3333rem);
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item {
    width: 100%;
  }
}
.board-list.module-e .board-item .board-wrap {
  display: block;
  padding: 4.8rem 4rem 4rem 4rem;
  border-radius: 1.6rem;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap {
    padding: 2.5rem 3.2rem 3.2rem 3.2rem;
    border-radius: 2rem;
  }
}
.board-list.module-e .board-item .board-wrap .board-head {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap .board-head {
    gap: 2.4rem;
  }
}
.board-list.module-e .board-item .board-wrap .board-head .subject {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: 3.9rem;
  padding: 0.6rem 1.4rem;
  border-radius: 2rem;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item .board-wrap .board-head .subject {
    height: 3.3rem;
    border-radius: 2rem;
  }
}
.board-list.module-e .board-item .board-wrap .board-head .desc .accent {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.board-list.module-e .board-item:not(.career) .board-wrap {
  background-color: rgb(246, 246, 246);
}
.board-list.module-e .board-item:not(.career) .board-wrap .board-head .subject {
  font-weight: 600;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 200, 140);
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item:not(.career) .board-wrap .board-head .subject {
    font-size: 1.4rem;
  }
}
.board-list.module-e .board-item:not(.career) .board-wrap .board-head .desc {
  font-weight: 600;
  font-size: 2.8rem;
  color: rgb(154, 154, 154);
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item:not(.career) .board-wrap .board-head .desc {
    font-size: 2.2rem;
  }
}
.board-list.module-e .board-item:not(.career) .board-wrap .board-head .desc .accent {
  color: rgb(34, 34, 34);
}
.board-list.module-e .board-item.career .board-wrap {
  background: url("/images/career/greencar-ness/bg-career-board.jpg") no-repeat center/cover;
}
.board-list.module-e .board-item.career .board-wrap .board-head .subject {
  font-weight: 600;
  font-size: 1.6rem;
  color: rgb(19, 59, 85);
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item.career .board-wrap .board-head .subject {
    font-size: 1.4rem;
  }
}
.board-list.module-e .board-item.career .board-wrap .board-head .desc {
  font-weight: 600;
  font-size: 2.8rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item.career .board-wrap .board-head .desc {
    font-size: 2.2rem;
  }
}
.board-list.module-e .board-item.career .board-wrap .board-head .desc .accent {
  color: rgb(255, 255, 255);
}
.board-list.module-e .board-item.career:after {
  position: absolute;
  top: 4.7rem;
  right: 4rem;
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.707 17H17.707V3.41406L1.41406 19.707L0 18.293L16.293 2H2.70703V0H19.707V17Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/2rem;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .board-list.module-e .board-item.career:after {
    top: 4.3rem;
    right: 3.2rem;
  }
}
.board-list.module-f {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
  counter-reset: board-counter;
}
@media (max-width: 1023px) {
  .board-list.module-f {
    column-gap: 0;
    row-gap: 1.6rem;
  }
}
.board-list.module-f .board-item {
  width: calc(33.333% - 1.3333rem);
  height: 23.6rem;
  padding: 4rem 4.8rem;
  border-radius: 1.6rem;
  background-color: rgb(246, 246, 246);
}
@media (max-width: 1400px) {
  .board-list.module-f .board-item {
    width: calc(50% - 1.266rem);
  }
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item {
    width: 100%;
    height: auto;
    padding: 3.2rem 3.6rem;
    border-radius: 2rem;
  }
}
.board-list.module-f .board-item .board-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap {
    gap: 2rem;
  }
}
.board-list.module-f .board-item .board-wrap .board-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap .board-head {
    gap: 0.8rem;
  }
}
.board-list.module-f .board-item .board-wrap .board-head .board-subject {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 2.4rem;
  color: rgb(67, 67, 67);
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap .board-head .board-subject {
    font-size: 1.8rem;
  }
}
.board-list.module-f .board-item .board-wrap .board-body .para {
  font-weight: 500;
  font-size: 1.8rem;
  color: rgb(119, 119, 119);
  word-break: break-all;
}
@media (max-width: 1023px) {
  .board-list.module-f .board-item .board-wrap .board-body .para {
    font-size: 1.6rem;
  }
}
.board-list.module-g {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.board-list.module-g .board-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid rgb(221, 221, 221);
  border-radius: 2rem;
  height: 22rem;
}
@media (max-width: 1023px) {
  .board-list.module-g .board-item {
    border-radius: 2.4rem;
    height: 26rem;
  }
}
.board-list.module-g .board-item .board-wrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 94.3rem;
}
@media (max-width: 1023px) {
  .board-list.module-g .board-item .board-wrap {
    flex-direction: column;
    gap: 0;
  }
}
.board-list.module-g .board-item .board-wrap .board-figure img {
  display: block;
}
.board-list.module-g .board-item .board-wrap .board-figure img.logo-movus {
  margin-left: 4.3rem;
}
.board-list.module-g .board-item .board-wrap .board-figure img.logo-clingwash {
  margin-left: 6.3rem;
}
@media (max-width: 1023px) {
  .board-list.module-g .board-item .board-wrap .board-figure img.logo-greencar {
    width: 24rem;
    margin-bottom: 1.6rem;
  }
  .board-list.module-g .board-item .board-wrap .board-figure img.logo-gcar {
    width: 24rem;
    margin-bottom: 3.28rem;
  }
  .board-list.module-g .board-item .board-wrap .board-figure img.logo-movus {
    width: 18.2rem;
    margin-left: 0;
    margin-bottom: 1.86rem;
  }
  .board-list.module-g .board-item .board-wrap .board-figure img.logo-clingwash {
    width: 13.4rem;
    margin-left: 0;
    margin-bottom: 1.9rem;
  }
}
.board-list.module-g .board-item .board-wrap .board-util {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .board-list.module-g .board-item .board-wrap .board-util {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.board-list.module-g .board-item .board-wrap .board-util .board-subject {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(67, 67, 67);
}
@media (max-width: 1023px) {
  .board-list.module-g .board-item .board-wrap .board-util .board-subject {
    font-size: 1.6rem;
  }
}
.board-list.module-g .board-item .board-wrap .board-util .btn {
  width: 16rem;
}

.button-display.align-c {
  display: flex;
  justify-content: center;
}

.btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.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-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn.module-fill.style-a {
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  border-radius: 0.8rem;
}
@media (max-width: 1023px) {
  .btn.module-fill.style-a {
    font-size: 1.4rem;
    border-radius: 1rem;
  }
}
.btn.module-fill.style-a.disabled {
  opacity: 0.2;
  color: rgb(34, 34, 34);
  border: 0.1rem solid rgb(34, 34, 34);
  background-color: rgb(34, 34, 34);
}
.btn.module-fill.neutral-800 {
  color: rgb(255, 255, 255);
  border: 0.1rem solid rgb(34, 34, 34);
  background-color: rgb(34, 34, 34);
}
.btn.module-fill.neutral-800:hover, .btn.module-fill.neutral-800:focus {
  color: rgb(34, 34, 34);
  border: 0.1rem solid rgb(0, 200, 140);
  background-color: rgb(0, 200, 140);
}
.btn.module-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn.module-line.style-a {
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  border-radius: 0.8rem;
}
@media (max-width: 1023px) {
  .btn.module-line.style-a {
    font-size: 1.4rem;
    border-radius: 1rem;
  }
}
.btn.module-line.style-a.disabled {
  opacity: 0.2;
  color: rgb(34, 34, 34);
  border: 0.1rem solid rgb(34, 34, 34);
  background-color: rgb(34, 34, 34);
}
.btn.module-line.neutral-800 {
  color: rgb(34, 34, 34);
  border: 0.1rem solid rgb(34, 34, 34);
  background-color: transparent;
}
.btn.module-line.neutral-800:hover, .btn.module-line.neutral-800:focus {
  color: rgb(34, 34, 34);
  border: 0.1rem solid rgb(0, 200, 140);
  background-color: rgb(0, 200, 140);
}
.btn.module-line.neutral-000 {
  color: rgb(255, 255, 255);
  border: 0.1rem solid rgb(255, 255, 255);
  background-color: transparent;
}
.btn.module-line.neutral-000:hover, .btn.module-line.neutral-000:focus {
  color: rgb(34, 34, 34);
  border: 0.1rem solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.btn.module-ltr-icon-text, .btn.module-rtl-icon-text {
  display: flex;
  gap: 0.8rem;
}
.btn.module-ltr-icon-text[class*=module-ltr-]:before, .btn.module-rtl-icon-text[class*=module-ltr-]:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
}
.btn.module-ltr-icon-text[class*=module-ltr-].download-app-01:before, .btn.module-rtl-icon-text[class*=module-ltr-].download-app-01:before {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM13.0059 13.583L16.292 10.293L17.708 11.707L12.7139 16.707L12.0068 17.4141L11.2988 16.708L6.29297 11.708L7.70703 10.292L11.0059 13.5869V6H13.0059V13.583Z' fill='rgb(0,121,193)'/%3E%3C/svg%3E%0A");
  background-size: cover;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn.module-ltr-icon-text[class*=module-ltr-].download-app-01 .btn-text, .btn.module-rtl-icon-text[class*=module-ltr-].download-app-01 .btn-text {
  font-weight: 700;
  font-size: 2rem;
  color: #0079C1;
}
@media (max-width: 1023px) {
  .btn.module-ltr-icon-text[class*=module-ltr-].download-app-01 .btn-text, .btn.module-rtl-icon-text[class*=module-ltr-].download-app-01 .btn-text {
    font-size: 1.6rem;
  }
}
.btn.module-ltr-icon-text[class*=module-ltr-].download-app-01:hover:before, .btn.module-ltr-icon-text[class*=module-ltr-].download-app-01:focus:before, .btn.module-rtl-icon-text[class*=module-ltr-].download-app-01:hover:before, .btn.module-rtl-icon-text[class*=module-ltr-].download-app-01:focus:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM11.0059 6V13.5869L7.70703 10.292L6.29297 11.708L11.2988 16.708L12.0068 17.4141L12.7139 16.707L17.708 11.707L16.292 10.293L13.0059 13.583V6H11.0059Z' fill='rgb(0,121,193)'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.btn.module-quick-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  background-color: rgb(67, 67, 67);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .btn.module-quick-link {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.btn.module-quick-link:after {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  background-size: cover;
}
@media (max-width: 1023px) {
  .btn.module-quick-link:after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.btn.module-quick-link.channel-kakao:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 1C31.7175 1 40 9.28253 40 19.5C40 29.7175 31.7175 38 21.5 38H0.851562L5.74414 29.1963C3.96024 26.3 2.99583 22.9452 3 19.4941C3.00316 9.27936 11.2845 1 21.5 1ZM21.5 6C14.044 6 8 12.044 8 19.5C7.99579 22.9527 9.31898 26.2754 11.6953 28.7803L9.34961 33H21.5C28.956 33 35 26.956 35 19.5C35 12.044 28.956 6 21.5 6ZM14.2305 17.4238C15.3829 17.4238 16.3076 18.3485 16.3076 19.501C16.3075 20.6407 15.3702 21.5781 14.2305 21.5781C13.0909 21.578 12.1544 20.6406 12.1543 19.501C12.1543 18.3613 13.0781 17.424 14.2305 17.4238ZM21.5 17.4238C22.6525 17.4238 23.5771 18.3485 23.5771 19.501C23.577 20.6407 22.6524 21.5781 21.5 21.5781C20.3477 21.578 19.4239 20.6406 19.4238 19.501C19.4238 18.3613 20.3477 17.424 21.5 17.4238ZM28.7695 17.4238C29.9092 17.4239 30.8467 18.3486 30.8467 19.501C30.8466 20.6406 29.9218 21.578 28.7695 21.5781C27.6171 21.5781 26.6925 20.6407 26.6924 19.501C26.6924 18.3612 27.6297 17.4238 28.7695 17.4238Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A");
}
.btn.download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.4rem 1.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  border-radius: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  color: #000;
}
@media (max-width: 1023px) {
  .btn.download {
    font-size: 1.4rem;
  }
}
.btn.download .file-name {
  word-break: break-all;
}

.form-display.module-a .form-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .form-display.module-a .form-list {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.form-display.module-a .form-list .form-item {
  display: flex;
  align-items: center;
}
.form-display.module-a .form-list .form-item .form-area {
  width: 100%;
}
.form-display.module-a .form-list .form-item .form-text {
  margin-right: 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(67, 67, 67);
}
@media (max-width: 1023px) {
  .form-display.module-a .form-list .form-item .form-text {
    margin-right: 2rem;
    font-size: 1.6rem;
  }
}
.form-display.module-a .form-list + .form-result {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .form-display.module-a .form-list + .form-result {
    margin-top: 3.6rem;
  }
}
.form-display.module-a .form-result .desc {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(67, 67, 67);
}
.form-display.module-a .form-result .desc .num {
  position: relative;
  top: 1px;
  font-family: "Pretendard";
  display: block;
  margin-left: 0.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(0, 200, 140);
}
.form-display.module-a + .post-list, .form-display.module-a + .table-display {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .form-display.module-a + .post-list, .form-display.module-a + .table-display {
    margin-top: 2rem;
  }
}

.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: 2rem;
  height: 2rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.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 .active {
  background-color: #fff;
}
.form.select .ts-wrapper.dropdown-active .ts-control:after {
  transform: translateY(-50%) rotate(-180deg);
}
.form.select.module-a .ts-wrapper .ts-control {
  height: 4.4rem;
  padding: 1rem 3.6rem 1rem 1.6rem;
  padding-right: 3.6rem !important;
  border-radius: 0.8rem;
  border: 1px solid #DDD;
  background: #FFF;
}
.form.select.module-a .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(62,58,57)'/%3E%3C/svg%3E%0A") no-repeat center/1.2rem;
}
.form.select.module-a .ts-wrapper .ts-control input {
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
}
.form.select.module-a .ts-wrapper .ts-control input::placeholder {
  color: #3E3A39;
}
.form.select.module-a .ts-wrapper .ts-control .item {
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
}
.form.select.module-a .ts-wrapper.dropdown-active .ts-control {
  border-radius: 0.8rem 0.8rem 0 0;
}
.form.select.module-a .ts-wrapper .ts-dropdown {
  top: calc(100% - 0.1rem);
  border-radius: 0 0 0.8rem 0.8rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding-right: 0.8rem;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content {
  padding: 0.7rem 1.6rem;
  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.9rem 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
}
.form.select.module-a .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  font-weight: 600;
}
.form.select.family-site .ts-wrapper .ts-control {
  position: relative;
  width: 100%;
  height: 5.6rem;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  border: none;
  border-radius: 0;
  background: rgba(83, 87, 90, 0.3);
}
.form.select.family-site .ts-wrapper .ts-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  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(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.form.select.family-site .ts-wrapper .ts-control input {
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(180, 180, 180);
  line-height: 150%;
}
.form.select.family-site .ts-wrapper .ts-dropdown {
  border: none;
  background: rgb(34, 34, 34);
  margin: 0;
  border-top: 0 none;
  box-shadow: none;
  border-radius: 0;
}
.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;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(180, 180, 180);
  line-height: 150%;
}
.form.select.family-site .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background: none;
}
.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.family-site .ts-wrapper.dropdown-active .ts-control:after {
  transform: translateY(-50%) rotate(-180deg);
}
.form.select.family-out-link .ts-wrapper .ts-control {
  position: relative;
  width: 100%;
  padding: 0 2.8rem 0rem 0rem !important;
  border: none;
  border-radius: 0;
  background: transparent;
}
.form.select.family-out-link .ts-wrapper .ts-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  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(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.form.select.family-out-link .ts-wrapper .ts-control input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.form.select.family-out-link .ts-wrapper .ts-control .placeholder-item {
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .form.select.family-out-link .ts-wrapper .ts-control .placeholder-item {
    font-size: 1.4rem;
  }
}
.form.select.family-out-link .ts-wrapper .ts-dropdown {
  width: auto !important;
  min-width: 16.1rem;
  top: calc(100% + 0.4rem);
  left: unset;
  right: 0;
  border: none;
  background: rgb(34, 34, 34);
  margin: 0;
  border-top: 0 none;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .form.select.family-out-link .ts-wrapper .ts-dropdown {
    left: 0;
    right: unset;
  }
}
.form.select.family-out-link .ts-wrapper .ts-dropdown .ts-dropdown-content {
  max-height: fit-content;
  padding: 1.4rem 0;
}
.form.select.family-out-link .ts-wrapper .ts-dropdown .ts-dropdown-content .option {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(180, 180, 180);
  line-height: 150%;
  gap: 0.4rem;
}
.form.select.family-out-link .ts-wrapper .ts-dropdown .ts-dropdown-content .option:after {
  content: "";
  position: relative;
  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(180,180,180)'/%3E%3C/svg%3E%0A") no-repeat center/0.9rem;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.form.select.family-out-link .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background: none;
}
.form.select.family-out-link .ts-wrapper.dropdown-active .ts-control:after {
  transform: translateY(-50%) rotate(-180deg);
}
.form.select.family-out-link.accent .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(0,200,140)'/%3E%3C/svg%3E%0A") no-repeat center/1.4rem;
}
.form.select.family-out-link.accent .ts-wrapper .ts-control .placeholder-item {
  font-weight: 700;
  font-size: 1.6rem;
  color: rgb(0, 200, 140);
}
@media (max-width: 1023px) {
  .form.select.family-out-link.accent .ts-wrapper .ts-control .placeholder-item {
    font-size: 1.4rem;
  }
}
.form.select.module-flex {
  flex-shrink: 0;
  width: 14rem;
}
@media (max-width: 1023px) {
  .form.select.module-flex {
    width: 12rem;
  }
}
.form.select.module-flex .ts-wrapper .ts-control {
  height: 4.4rem;
  padding: 1rem 0 1rem 1.6rem;
  padding-right: unset !important;
  border-radius: 0.8rem 0 0 0.8rem;
  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(62,58,57)'/%3E%3C/svg%3E%0A") no-repeat center/1.2rem;
}
.form.select.module-flex .ts-wrapper .ts-control input {
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
}
.form.select.module-flex .ts-wrapper .ts-control input::placeholder {
  color: #3E3A39;
}
.form.select.module-flex .ts-wrapper .ts-control input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
}
.form.select.module-flex .ts-wrapper .ts-control .item {
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
}
.form.select.module-flex .ts-wrapper.dropdown-active .ts-control {
  border-radius: 0.8rem 0 0 0;
}
.form.select.module-flex .ts-wrapper .ts-dropdown {
  top: calc(100% - 0.1rem);
  border-radius: 0 0 0.8rem 0.8rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding-right: 0.8rem;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content {
  padding: 0.7rem 1.6rem;
  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.9rem 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
}
.form.select.module-flex .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  font-weight: 600;
}
.form.search {
  display: inline-flex;
  position: relative;
}
.form.search .search-btn {
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  background: url("data:image/svg+xml,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.666 6.66602C11.666 6.00957 11.5373 5.35942 11.2861 4.75293C11.0349 4.14637 10.6664 3.59512 10.2021 3.13086C9.73792 2.66663 9.18661 2.29815 8.58008 2.04688C7.97345 1.7956 7.32263 1.66602 6.66602 1.66602C6.00953 1.66606 5.35945 1.79565 4.75293 2.04688C4.1463 2.29815 3.59515 2.66657 3.13086 3.13086C2.66657 3.59515 2.29815 4.1463 2.04688 4.75293C1.79565 5.35945 1.66606 6.00953 1.66602 6.66602C1.66602 7.32262 1.7956 7.97345 2.04688 8.58008C2.29815 9.18661 2.66663 9.73792 3.13086 10.2021C3.59512 10.6664 4.14637 11.0349 4.75293 11.2861C5.35942 11.5373 6.00957 11.666 6.66602 11.666C7.32263 11.666 7.97345 11.5374 8.58008 11.2861C9.18665 11.0349 9.73789 10.6664 10.2021 10.2021C10.6664 9.73789 11.0349 9.18665 11.2861 8.58008C11.5374 7.97345 11.666 7.32263 11.666 6.66602ZM13.333 6.66602C13.333 7.54149 13.1602 8.40894 12.8252 9.21777C12.597 9.76865 12.2948 10.2839 11.9307 10.7529L16.4219 15.2441C16.7473 15.5696 16.7473 16.0964 16.4219 16.4219C16.0964 16.7473 15.5696 16.7473 15.2441 16.4219L10.7529 11.9307C10.2839 12.2948 9.76865 12.597 9.21777 12.8252C8.40894 13.1602 7.54149 13.333 6.66602 13.333C5.79065 13.333 4.92397 13.1602 4.11523 12.8252C3.30648 12.4902 2.57117 11.9998 1.95215 11.3809C1.33311 10.7618 0.841867 10.0266 0.506836 9.21777C0.171805 8.40894 -1.30457e-08 7.54149 0 6.66602C4.27074e-05 5.79072 0.171903 4.92391 0.506836 4.11523C0.841867 3.3064 1.33309 2.57121 1.95215 1.95215C2.57121 1.33309 3.3064 0.841867 4.11523 0.506836C4.92391 0.171903 5.79072 4.27188e-05 6.66602 0C7.54149 0 8.40894 0.171805 9.21777 0.506836C10.0266 0.841867 10.7618 1.33311 11.3809 1.95215C11.9998 2.57117 12.4902 3.30648 12.8252 4.11523C13.1602 4.92397 13.333 5.79065 13.333 6.66602Z' fill='rgb(67,67,67)'/%3E%3C/svg%3E%0A") no-repeat center/17px;
  flex-shrink: 0;
  z-index: 1;
}
.form.search > input {
  -webkit-appearance: none;
  appearance: none;
}
.form.search > input::-webkit-search-decoration, .form.search > input::-webkit-search-results-button, .form.search > input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}
.form.search > input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background: url("../images/common/icon-search-delete.png") no-repeat center/contain;
}
.form.search .form-elem {
  position: relative;
  background: #fff;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3E3A39;
}
.form.search .form-elem:focus {
  outline: none;
}
.form.search .form-elem::placeholder {
  color: #AAA;
}
.form.search.module-flex {
  width: 36rem;
}
@media (max-width: 1023px) {
  .form.search.module-flex {
    flex: 1 1 100%;
    width: 100%;
  }
}
.form.search.module-flex .search-btn {
  top: 0;
  right: 0;
}
.form.search.module-flex .form-elem {
  border-radius: 0 0.8rem 0.8rem 0;
  border: 1px solid #DDD;
  border-left: none;
  padding: 0 4.4rem 0 1.6rem;
  height: 4.4rem;
}
.form.search.flex {
  flex: 1 1 100%;
}
.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: 150%;
}

.form-list.module-a {
  display: flex;
  flex-direction: row;
}
.form-list.module-b {
  display: flex;
  flex-direction: column;
}

.form-area {
  display: flex;
}

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: 10000;
  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;
}
@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;
  display: flex;
  align-items: center;
  z-index: 1;
}
body .page-head .page-head-wrap .page-head-subject .page-head-name {
  display: block;
  width: 13.4rem;
  height: 2.3rem;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body .page-head .page-head-wrap .page-head-subject .page-head-name {
    width: 96.402px;
    height: 16.148px;
  }
}
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);
}
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;
  z-index: 1;
}
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%;
  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 .lnb .lnb-list .lnb-item.out-link .lnb-name {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}
body .page-head .page-head-wrap .page-head-nav .gnb-list .gnb-item .lnb .lnb-list .lnb-item.out-link .lnb-name:after {
  content: "";
  position: absolute;
  left: 10.5rem;
  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(119,119,119)'/%3E%3C/svg%3E%0A") no-repeat center/0.9rem;
  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.show-pc-menu .gnb-name {
  color: rgb(0, 200, 140) !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: 0.4rem;
}
body .page-head .page-head-wrap .page-head-sitemap .page-head-sitemap-inner .page-head-sitemap-wrap::-webkit-scrollbar-thumb {
  background-color: #D5D4D9;
  border-radius: 5rem;
}
@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%;
}
@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: 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: 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);
  }
}
@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(119, 119, 119);
  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(119, 119, 119);
    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(0, 200, 140);
}
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.out-link .lnb-name {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
}
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.out-link .lnb-name: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(119,119,119)'/%3E%3C/svg%3E%0A") no-repeat center/0.9rem;
  transition: 0.5s 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 .lnb-item.out-link .lnb-name:hover:after, 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.out-link .lnb-name:focus:after {
  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(0,200,140)'/%3E%3C/svg%3E%0A") no-repeat center/0.9rem;
}
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, body .page-head.white-common {
  top: 0;
  background-color: rgb(255, 255, 255);
}
body .page-head.white .page-head-wrap .page-head-subject .page-head-name, body .page-head.white-common .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, body .page-head.white-common .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, body .page-head.white-common .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);
}
body .page-head .page-progress-bar.active {
  opacity: 1;
}
body .page-head .page-progress-bar .page-progress-fill {
  width: 0%;
  height: 100%;
  background: rgb(0, 200, 140);
  transition: width 0.1s ease;
  clip-path: polygon(0 0, 100% 0, calc(100% - 3px) 100%, 0 100%);
}

.page-footer {
  position: relative;
  padding: 4rem 2rem 4.8rem 2rem;
  background-color: rgb(23, 23, 23);
}
@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: 78.5rem;
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-subject {
  display: block;
  width: 140.877px;
  height: 23.598px;
  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: 160px;
    height: 27px;
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-nav {
  display: flex;
  margin-top: 4.8rem;
  max-width: 72rem;
}
@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;
  display: flex;
  align-items: center;
}
@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%;
}
@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);
  }
}
.page-footer .page-footer-wrap .page-footer-body .page-footer-nav .data-list .data-item .data-name strong {
  font-weight: 700;
  color: rgb(0, 200, 140);
}
.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 {
  display: flex;
  align-items: center;
  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: 0 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #898989;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .page-footer .page-footer-wrap .page-footer-body .page-footer-info .data-list .data-item .data-name {
    font-weight: 500;
    font-size: 1.2rem;
    color: #898989;
  }
}
.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%;
}
@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 .fixed-buttons {
  position: fixed;
  z-index: 998;
}
.page-footer .fixed-buttons.fixed {
  position: absolute;
  bottom: unset;
}
.page-footer .fixed-buttons.customer {
  right: 4rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  .page-footer .fixed-buttons.customer {
    right: 2rem;
  }
}
.page-footer .fixed-buttons.customer:hover, .page-footer .fixed-buttons.customer:active {
  opacity: 1;
}
.page-footer .fixed-buttons.customer.fixed {
  top: -10.4rem;
}
@media (max-width: 1023px) {
  .page-footer .fixed-buttons.customer.fixed {
    top: -8.4rem;
  }
}
.page-footer .fixed-buttons.top {
  right: 5.65rem;
  bottom: 1.65rem;
}
@media (max-width: 1023px) {
  .page-footer .fixed-buttons.top {
    bottom: 0;
    right: 0;
  }
}
.page-footer .fixed-buttons.top.fixed {
  top: -12.75rem;
}
@media (max-width: 1023px) {
  .page-footer .fixed-buttons.top.fixed {
    top: -10.75rem;
  }
}

.history-display {
  display: flex;
  gap: 8rem;
}
@media (max-width: 1023px) {
  .history-display {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.history-display .history-head {
  position: sticky;
  top: 14rem;
  flex-shrink: 0;
  width: 65rem;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .history-display .history-head {
    position: relative;
    top: 0;
    width: 100%;
    gap: 2rem;
  }
}
.history-display .history-head .history-subject {
  font-weight: 700;
  font-size: 4.8rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .history-display .history-head .history-subject {
    font-size: 3rem;
  }
}
.history-display .history-head .history-summary {
  font-weight: 500;
  font-size: 2.4rem;
  color: rgb(119, 119, 119);
}
@media (max-width: 1023px) {
  .history-display .history-head .history-summary {
    font-size: 1.8rem;
  }
}
.history-display .history-list {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.8rem 4.55rem 5.2rem 4.55rem;
  gap: 4.8rem;
}
@media (max-width: 1023px) {
  .history-display .history-list {
    padding: 0.4rem 3.2rem 4rem 3.2rem;
    gap: 3.6rem;
  }
}
.history-display .history-list:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: rgb(221, 221, 221);
}
.history-display .history-list .history-item {
  position: relative;
}
.history-display .history-list .history-item:before {
  position: absolute;
  top: 2rem;
  left: -5rem;
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: rgb(0, 200, 140);
  z-index: 2;
}
@media (max-width: 1023px) {
  .history-display .history-list .history-item:before {
    top: 1.2rem;
    left: -3.5rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.history-display .history-list .history-item .history-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .history-display .history-list .history-item .history-wrap {
    gap: 1.6rem;
  }
}
.history-display .history-list .history-item .history-wrap .year {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 3.4rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .history-display .history-list .history-item .history-wrap .year {
    font-size: 2rem;
  }
}
.history-display .history-list .history-item .history-wrap .data-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  .history-display .history-list .history-item .history-wrap .data-list {
    gap: 0.8rem;
  }
}
.history-display .history-list .history-item .history-wrap .data-list .data-item {
  position: relative;
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .history-display .history-list .history-item .history-wrap .data-list .data-item {
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
}
.history-display .history-list .history-item .history-wrap .data-list .data-item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .history-display .history-list .history-item .history-wrap .data-list .data-item::before {
    top: 1rem;
    left: 1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.history-display .history-list .history-item .history-wrap .data-list .data-item.color-a {
  color: rgb(34, 34, 34);
}
.history-display .history-list .history-item .history-wrap .data-list .data-item.color-a:before {
  background-color: rgb(34, 34, 34);
}
.history-display .history-list .history-item .history-wrap .data-list .data-item.color-b {
  color: rgb(119, 119, 119);
}
.history-display .history-list .history-item .history-wrap .data-list .data-item.color-b:before {
  background-color: rgb(119, 119, 119);
}
.history-display .history-list .history-item .history-wrap .data-list .data-item .data-figure {
  margin-top: 1.2rem;
  width: 100%;
  height: 10rem;
  background-color: rgb(246, 246, 246);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .history-display .history-list .history-item .history-wrap .data-list .data-item .data-figure {
    margin-top: 0.8rem;
    border-radius: 1.6rem;
  }
}
.post-list.module-a {
  display: flex;
  column-gap: 2.4rem;
  row-gap: 2.4rem;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .post-list.module-a {
    flex-direction: column;
    row-gap: 3.2rem;
    column-gap: 0;
  }
}
.post-list.module-a .post-item {
  width: calc(33.333% - 1.6rem);
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item {
    width: 100%;
  }
}
.post-list.module-a .post-item .post-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.post-list.module-a .post-item .post-wrap .post-figure {
  position: relative;
  width: 100%;
  height: 26.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-figure {
    height: 0;
    padding-bottom: 56%;
    border-radius: 1.4rem;
  }
}
.post-list.module-a .post-item .post-wrap .post-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.post-list.module-a .post-item .post-wrap .post-head {
  padding: 0 0.8rem;
}
.post-list.module-a .post-item .post-wrap .post-head .subject {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  color: rgb(67, 67, 67);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-head .subject {
    font-size: 1.6rem;
  }
}
.post-list.module-a .post-item .post-wrap .post-head .subject + .para {
  margin-top: 0.4rem;
}
.post-list.module-a .post-item .post-wrap .post-head .para {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgb(67, 67, 67);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-head .para {
    font-size: 1.6rem;
  }
}
.post-list.module-a .post-item .post-wrap .post-head .date {
  margin-top: 1.2rem;
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(154, 154, 154);
}
@media (max-width: 1023px) {
  .post-list.module-a .post-item .post-wrap .post-head .date {
    display: none;
  }
}
.post-list.module-a .post-item .post-wrap:hover .post-figure img, .post-list.module-a .post-item .post-wrap:focus .post-figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.post-list.module-b {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-b {
    gap: 4.4rem;
  }
}
.post-list.module-b .post-item {
  width: 100%;
}
.post-list.module-b .post-item .post-wrap {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-figure {
  position: relative;
  flex-shrink: 0;
  width: 58.8rem;
  height: 33.1rem;
  border-radius: 2rem;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-figure {
    width: 100%;
    height: 0;
    padding-bottom: 56.2857%;
    border-radius: 2.4rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.post-list.module-b .post-item .post-wrap .post-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 65rem;
}
.post-list.module-b .post-item .post-wrap .post-info .post-sub {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  color: rgb(0, 200, 140);
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-info .post-sub {
    font-size: 1.6rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-info .post-subject {
  margin-top: 0.8rem;
  display: block;
  font-weight: 700;
  font-size: 3.4rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-info .post-subject {
    margin-top: 0.4rem;
    font-size: 2rem;
  }
}
.post-list.module-b .post-item .post-wrap .post-info .para {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 2rem;
  color: rgb(67, 67, 67);
}
@media (max-width: 1023px) {
  .post-list.module-b .post-item .post-wrap .post-info .para {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.post-list.module-b .post-item .post-wrap:hover .post-figure img, .post-list.module-b .post-item .post-wrap:focus .post-figure img {
  transform: translate(-50%, -50%) scale(1.05);
}
.post-list.module-c {
  margin-bottom: 8rem;
}
.post-list.module-c .post-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 4.8rem;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-wrapper {
    column-gap: 1.6rem;
    row-gap: 3.6rem;
  }
}
.post-list.module-c .post-wrapper .post-item {
  width: calc(25% - 1.5rem);
}
@media (max-width: 1023px) {
  .post-list.module-c .post-wrapper .post-item {
    width: calc(50% - 0.8rem);
  }
}
.post-list.module-c .post-wrapper .post-item .post-wrap .post-figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 133.33%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-wrapper .post-item .post-wrap .post-figure {
    border-radius: 2.4rem;
    padding-bottom: 131.13%;
  }
}
.post-list.module-c .post-wrapper .post-item .post-wrap .post-figure img,
.post-list.module-c .post-wrapper .post-item .post-wrap .post-figure iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.post-list.module-c .post-wrapper .post-item .post-wrap .post-figure .category {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.8rem;
  border-radius: 3.2rem;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  z-index: 3;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-wrapper .post-item .post-wrap .post-figure .category {
    top: 0.8rem;
    left: 0.8rem;
    padding: 0.4rem 1.6rem;
    border-radius: 3.6rem;
    font-size: 1.4rem;
  }
}
.post-list.module-c .post-wrapper .post-item .post-wrap .post-head {
  margin-top: 2rem;
  padding: 0 1.2rem;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-wrapper .post-item .post-wrap .post-head {
    margin-top: 1.6rem;
    padding: 0 0.8rem;
  }
}
.post-list.module-c .post-wrapper .post-item .post-wrap .post-head .subject {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(34, 34, 34);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .post-list.module-c .post-wrapper .post-item .post-wrap .post-head .subject {
    font-size: 1.6rem;
  }
}
.post-list.module-c .post-wrapper .post-item .post-wrap .post-head .date {
  font-family: "Pretendard";
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(154, 154, 154);
}
@media (max-width: 1023px) {
  .post-list.module-c .post-wrapper .post-item .post-wrap .post-head .date {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.post-list.module-c .post-wrapper .post-item .post-wrap:hover .post-figure img,
.post-list.module-c .post-wrapper .post-item .post-wrap:hover .post-figure iframe, .post-list.module-c .post-wrapper .post-item .post-wrap:focus .post-figure img,
.post-list.module-c .post-wrapper .post-item .post-wrap:focus .post-figure iframe {
  transform: translate(-50%, -50%) scale(1.1);
}
.post-list.module-d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media (max-width: 1023px) {
  .post-list.module-d {
    grid-template-columns: 1fr;
  }
}
.post-list.module-d .post-item:first-child {
  grid-column: 1/-1;
}
.post-list.module-d .post-item:first-child .post-wrap {
  aspect-ratio: 1440/480;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item:first-child .post-wrap {
    aspect-ratio: 350/374;
    align-items: flex-start;
  }
}
.post-list.module-d .post-item .post-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 716/480;
  padding: 6rem;
  border-radius: 2rem;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap {
    padding: 4rem;
    aspect-ratio: 350/374;
  }
}
.post-list.module-d .post-item .post-wrap .post-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-list.module-d .post-item .post-wrap .post-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.post-list.module-d .post-item .post-wrap .post-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-info {
    gap: 2rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-info .post-subject {
  font-weight: 600;
  font-size: 3.6rem;
  color: rgb(0, 0, 0);
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-info .post-subject {
    font-size: 2.2rem;
  }
}
.post-list.module-d .post-item .post-wrap .post-info .post-summary {
  font-weight: 600;
  font-size: 2.4rem;
  color: rgb(34, 34, 34);
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .post-list.module-d .post-item .post-wrap .post-info .post-summary {
    font-size: 1.8rem;
  }
}
.post-list.module-f .post-item .post-wrap {
  display: flex;
  gap: 9rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-figure {
  position: relative;
  flex-shrink: 1;
  width: 71rem;
  height: fit-content;
  aspect-ratio: 710/460;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-figure {
    width: 100%;
    aspect-ratio: 350/227;
    border-radius: 2.4rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-f .post-item .post-wrap .post-body {
  flex-shrink: 0;
  width: 56rem;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-body {
    width: 100%;
    padding: 0 2rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-body .data-list .data-item {
  border-bottom: 1px solid rgb(221, 221, 221);
}
.post-list.module-f .post-item .post-wrap .post-body .data-list .data-item:last-child {
  border-bottom: none;
}
.post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap {
  display: flex;
  padding: 2rem 0;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap {
    gap: 2.4rem;
    padding: 1.6rem 0;
  }
}
.post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap .data-head {
  flex-shrink: 0;
  width: 12rem;
}
.post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap .data-head .data-subject {
  font-weight: 600;
  font-size: 2rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap .data-head .data-subject {
    font-size: 1.6rem;
  }
}
.post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap .data-body {
  flex: 1;
}
.post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap .data-body .para {
  word-break: break-all;
  font-weight: 400;
  font-size: 2rem;
  color: rgb(34, 34, 34);
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .post-list.module-f .post-item .post-wrap .post-body .data-list .data-item .data-wrap .data-body .para {
    font-size: 1.6rem;
  }
}
.post-list.module-g {
  max-width: 119.4rem;
  margin: 0 auto;
}
.post-list.module-g .post-item .post-wrap {
  display: flex;
  justify-content: space-between;
  gap: 11.4rem;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.post-list.module-g .post-item .post-wrap .post-figure {
  position: relative;
  flex-shrink: 0;
  width: 38rem;
  height: fit-content;
  aspect-ratio: 380/475;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-figure {
    width: 100%;
    aspect-ratio: 350/437;
    border-radius: 2.4rem;
  }
}
.post-list.module-g .post-item .post-wrap .post-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list.module-g .post-item .post-wrap .post-info {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-info {
    width: 100%;
    gap: 3.2rem;
  }
}
.post-list.module-g .post-item .post-wrap .post-info .para {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(34, 34, 34);
  line-height: 1.5;
}
.post-list.module-g .post-item .post-wrap .post-info .para .sign {
  margin-left: 1.6rem;
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-info .para .sign {
    width: 11.1rem;
  }
}
@media (max-width: 1023px) {
  .post-list.module-g .post-item .post-wrap .post-info .para {
    font-size: 1.6rem;
  }
}
.post-list.module-h {
  display: flex;
  column-gap: 2rem;
  row-gap: 8rem;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .post-list.module-h {
    column-gap: 0;
    row-gap: 3.6rem;
  }
}
.post-list.module-h .post-item {
  width: calc(33.333% - 1.3333rem);
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item {
    width: 100%;
  }
}
.post-list.module-h .post-item .post-wrap .post-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14rem;
  text-align: center;
  background: url("/images/career/greencar-ness/bg-greencar-ness.png") repeat;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item .post-wrap .post-head {
    height: 11rem;
    border-radius: 2rem;
  }
}
.post-list.module-h .post-item .post-wrap .post-head .post-subject {
  font-weight: 500;
  font-size: 6.4rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item .post-wrap .post-head .post-subject {
    font-size: 4.4rem;
  }
}
.post-list.module-h .post-item .post-wrap .post-head .post-subject span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: rgb(0, 220, 154);
}
.post-list.module-h .post-item .post-wrap .post-body {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item .post-wrap .post-body {
    margin-top: 2.4rem;
  }
}
.post-list.module-h .post-item .post-wrap .post-body .data-display {
  padding: 0 0.8rem;
}
.post-list.module-h .post-item .post-wrap .post-body .data-display .data-subject {
  display: block;
  padding: 0 1.2rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item .post-wrap .post-body .data-display .data-subject {
    padding: 0 0.8rem;
    font-size: 1.8rem;
  }
}
.post-list.module-h .post-item .post-wrap .post-body .data-display .data-list {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item .post-wrap .post-body .data-display .data-list {
    margin-top: 1.2rem;
  }
}
.post-list.module-h .post-item .post-wrap .post-body .data-display .data-list .data-item {
  position: relative;
  padding-left: 3rem;
  font-weight: 500;
  font-size: 2rem;
  color: rgb(119, 119, 119);
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item .post-wrap .post-body .data-display .data-list .data-item {
    padding-left: 2.6rem;
    font-size: 1.6rem;
  }
}
.post-list.module-h .post-item .post-wrap .post-body .data-display .data-list .data-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.post-list.module-h .post-item .post-wrap .post-body .data-display .data-list .data-item::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgb(119, 119, 119);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .post-list.module-h .post-item .post-wrap .post-body .data-display .data-list .data-item::before {
    top: 1.1rem;
  }
}

.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 > tr > th {
  background-color: #F6F6F6;
  padding: 1.9rem 1.6rem 1.95rem;
  text-align: center;
  border-bottom: 1px solid #DDD;
  border-top: 2px solid #252525;
  font-weight: 700;
  font-size: 2rem;
  color: #171717;
}
.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;
  font-weight: 500;
  font-size: 2rem;
  color: #171717;
}
@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;
  }
  .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;
  }
}
.table-display.module-a table > tbody > tr > th .link,
.table-display.module-a table > tbody > tr > td .link {
  display: block;
}
@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) and (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.date,
  .table-display.module-a.style-c table > tbody > tr > td.date {
    width: auto;
    order: 3;
    display: flex;
    align-items: center;
    margin-left: 0.8rem;
  }
  .table-display.module-a.style-c table > tbody > tr > th.date:before,
  .table-display.module-a.style-c table > tbody > tr > td.date:before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 100%;
    margin-right: 0.8rem;
    background-color: #9A9A9A;
  }
  .table-display.module-a.style-c table > tbody > tr > th.category,
  .table-display.module-a.style-c table > tbody > tr > td.category {
    width: auto;
    order: 2;
  }
}
.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 {
      @include flex-center;

      .page-util {
        display: flex;
        align-items: center;

        .util-item {
          .btn {
            width: 3.2rem;
            height: 3.2rem;
            position: relative;
            @include flex-center;

            &:after {
              content: '';
              display: block;
              width: 1.6rem;
              height: 1.6rem;
            }

            &.icon-arrow-right {
              &:after {
                background: icon(arrow-right, #777) no-repeat center / 0.8rem;
              }
            }

            &.icon-arrow-right-twin {
              &:after {
                background: icon(arrow-right-twin, #777) no-repeat center / 1.6rem;
              }
            }
          }

          &.prev {
            .btn {
              &:after {
                transform: rotate(-180deg);
              }
            }
          }

        }
      }

      .page-list {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        padding-inline: 1.6rem;

        .page-item {
          width: 3.6rem;
          height: 3.6rem;
          border-radius: 0.8rem;
          @include flex-center;
          @include fontInfo(500, 1.8rem, #222);

          &.current {
            background-color: #222;
            color: #FFF;
          }
        }
      }
    }
  }*/
}
.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-family: Pretendard;
  font-weight: 500;
  font-size: 1.8rem;
  color: #222;
}
.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;
}
@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: flex-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 .util-text {
  text-align: right;
}
.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-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 1023px) {
  .pagination.module-b .pagination-inner .page-util .util-text {
    width: 100%;
  }
}

.swiper-display.module-a {
  display: flex;
  align-items: center;
  gap: 11.3rem;
}
@media (max-width: 1023px) {
  .swiper-display.module-a {
    flex-direction: column;
    gap: 2rem;
  }
}
.swiper-display.module-a .slide-list.title {
  padding-top: 206px;
  padding-bottom: 1.7rem;
  width: 46.7rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .swiper-display.module-a .slide-list.title {
    order: 2;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.swiper-display.module-a .slide-list.title .swiper-wrapper {
  height: 100%;
}
.swiper-display.module-a .slide-list.title .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-subject {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  color: rgb(34, 34, 34);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .swiper-display.module-a .slide-list.title .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-subject {
    font-size: 1.8rem;
  }
}
.swiper-display.module-a .slide-list.title .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-sub-title {
  display: block;
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgb(67, 67, 67);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .swiper-display.module-a .slide-list.title .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-sub-title {
    font-size: 1.6rem;
  }
}
.swiper-display.module-a .slide-list.title .swiper-navigation {
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  gap: 0;
  width: 10.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 1.5rem 2rem;
  z-index: 10;
}
@media (max-width: 1023px) {
  .swiper-display.module-a .slide-list.title .swiper-navigation {
    margin-top: 2rem;
  }
}
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-prev,
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-next {
  position: static;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 1.1rem;
  background-position: center;
}
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-prev:after,
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-next:after {
  display: none;
}
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-prev {
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 1.41406L2.82812 8.70703L10.1211 16L8.70703 17.4141L0 8.70703L8.70703 0L10.1211 1.41406Z' fill='rgb(67,67,67)'/%3E%3C/svg%3E%0A");
}
.swiper-display.module-a .slide-list.title .swiper-navigation .swiper-button-next {
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8.70703L1.41406 17.4141L0 16L7.29297 8.70703L0 1.41406L1.41406 0L10.1211 8.70703Z' fill='rgb(67,67,67)'/%3E%3C/svg%3E%0A");
}
.swiper-display.module-a .slide-list.title .swiper-navigation .divider {
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 1.2rem;
}
.swiper-display.module-a .slide-list.youtube {
  flex-shrink: 0;
  width: calc(100% - 46.7rem - 11.3rem);
  aspect-ratio: 16/9;
}
@media (max-width: 1023px) {
  .swiper-display.module-a .slide-list.youtube {
    order: 1;
    width: 100%;
  }
}
.swiper-display.module-a .slide-list.youtube .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 860/483;
  border-radius: 2rem;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  contain: layout style paint;
  overflow: hidden;
}
.swiper-display.module-a .slide-list.youtube .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  will-change: auto;
  pointer-events: none;
}

.slide-list.module-a {
  counter-reset: subject-counter;
}
.slide-list.module-a .swiper-wrapper .swiper-item {
  width: 32.4rem !important;
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item {
    width: 100% !important;
    padding: 0 1.2rem;
  }
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
  height: 16.5rem;
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
    height: 15.3rem;
  }
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display {
  position: relative;
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-subject {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: rgb(19, 59, 85);
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-subject {
    gap: 0.8rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-subject::before {
  content: counter(subject-counter);
  counter-increment: subject-counter;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  background-color: rgb(19, 59, 85);
  border-radius: 50%;
  font-weight: 600;
  font-size: 2.4rem;
  color: rgb(255, 255, 255);
  flex-shrink: 0;
  font-family: "Pretendard";
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-subject::before {
    font-size: 1.8rem;
  }
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-list .data-item {
  position: relative;
  padding-left: 1.7rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: rgb(67, 67, 67);
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-list .data-item {
    padding-left: 1.3rem;
    font-size: 1.6rem;
  }
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-list .data-item:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-list .data-item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-list .data-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgb(180, 180, 180);
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .data-display .data-list .data-item::before {
    top: 0.9rem;
  }
}
.slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
    margin-top: 3.6rem;
  }
}
@media (max-width: 1023px) {
  .slide-list.module-a .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img {
    width: 24.2rem;
  }
}
.slide-list.module-a .swiper-pagination {
  position: relative;
  bottom: 0;
  top: unset;
  left: 0;
  width: 100%;
  line-height: 0;
  margin-top: 5rem;
}
.slide-list.module-a .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.4rem;
  line-height: 0;
  height: 0.8rem;
  background-color: rgb(34, 34, 34);
  opacity: 0.4;
}
.slide-list.module-a .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-list.module-b {
  overflow: visible;
}
@media (max-width: 1023px) {
  .swiper-list.module-b {
    overflow: hidden;
  }
  .swiper-list.module-b:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    display: block;
    width: 5.5rem;
    height: 100%;
    background: url("/images/common/blur-slide-module-b.png") no-repeat center/100%;
    z-index: 3;
  }
}
.swiper-list.module-b .swiper-wrapper .swiper-item {
  width: 46.4rem !important;
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-wrapper .swiper-item {
    width: 29.5rem !important;
  }
}
.swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
  position: relative;
  width: 100%;
  height: 26.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
    height: 16.6rem;
  }
}
.swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img,
.swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
  margin-top: 2rem;
  padding: 0 0.8rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
    margin-top: 1.6rem;
    padding: 0 0.4rem;
  }
}
.swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .subject {
  font-weight: 600;
  font-size: 2rem;
  color: rgb(34, 34, 34);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .subject {
    font-size: 1.6rem;
  }
}
.swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .summary {
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgb(67, 67, 67);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .summary {
    font-size: 1.6rem;
  }
}
.swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .date {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: rgb(154, 154, 154);
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .date {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.swiper-list.module-b .swiper-scrollbar {
  position: relative;
  left: unset;
  top: unset;
  width: 100%;
  margin-top: 6.8rem;
  background: rgb(221, 221, 221);
}
@media (max-width: 1023px) {
  .swiper-list.module-b .swiper-scrollbar {
    margin-top: 4.4rem;
  }
}
.swiper-list.module-b .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgb(34, 34, 34);
}
.swiper-list.module-c {
  overflow: visible;
}
.swiper-list.module-c .swiper-wrapper .swiper-item {
  width: 34.5rem !important;
}
@media (max-width: 1023px) {
  .swiper-list.module-c .swiper-wrapper .swiper-item {
    width: 24.2rem !important;
  }
}
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
  position: relative;
  width: 100%;
  height: 46rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
    height: 32.3rem;
  }
}
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img,
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure .category {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.8rem;
  border-radius: 3.2rem;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  z-index: 3;
}
@media (max-width: 1023px) {
  .swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure .category {
    top: 0.8rem;
    left: 0.8rem;
    padding: 0.4rem 1.6rem;
    border-radius: 3.6rem;
    font-size: 1.4rem;
  }
}
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
  margin-top: 2rem;
  padding: 0 1.2rem;
}
@media (max-width: 1023px) {
  .swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
    margin-top: 1.6rem;
    padding: 0 0.8rem;
  }
}
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .subject {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(34, 34, 34);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1023px) {
  .swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .subject {
    font-size: 1.6rem;
  }
}
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .date {
  font-family: "Pretendard";
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(154, 154, 154);
}
@media (max-width: 1023px) {
  .swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .date {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap:hover .swiper-figure img,
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap:hover .swiper-figure iframe, .swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap:focus .swiper-figure img,
.swiper-list.module-c .swiper-wrapper .swiper-item .swiper-wrap:focus .swiper-figure iframe {
  transform: translate(-50%, -50%) scale(1.1);
}

.modal {
  outline: none !important;
}
.modal.module-main {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  z-index: 9999;
  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: 35.8rem;
  height: auto;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  background: var(--Gray-Scale-800, #222);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .modal.module-main .modal-dialog .modal-content {
    width: 100%;
    max-width: 35.8rem;
    max-height: 100%;
  }
}
.modal.module-main .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.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;
  padding-bottom: 133.2402%;
}
.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%;
}
.modal.module-common.style-a {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.4rem;
  z-index: 9999;
  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: 9999;
  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;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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-text {
  font-weight: 400;
  font-size: 1.8rem;
  color: #ddd;
  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 ~ .slide-text {
    font-weight: 400;
    font-size: 1.6rem;
    color: #ddd;
  }
}
.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 ~ .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-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .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 ~ .date {
    margin-top: 2rem;
  }
}
.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: rgba(255, 255, 255, 0.4);
}
@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: 9999;
  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) !important;
  }
}
.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;
}
.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;
}
.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: 9999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d {
    padding: 1.6rem;
    background: rgba(0, 0, 0, 0.3) !important;
  }
}
.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: 40rem;
  height: auto;
  padding: 6.4rem 4rem;
  border-radius: 2rem;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .modal.module-common.style-d .modal-dialog .modal-content {
    width: 100%;
    max-width: 40rem;
    max-height: 100%;
  }
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body {
  flex: 1 1 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .isms-display .isms-head .title {
  font-weight: 600;
  font-size: 2.4rem;
  color: #222;
  display: inline-block;
  text-align: center;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .isms-display .isms-figure {
  margin-bottom: 1.6rem;
  text-align: center;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .isms-display .isms-body .item .item-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #222;
  display: inline-block;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .isms-display .isms-body .item .item-title ~ .item-text {
  padding-top: 0.4rem;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .isms-display .isms-body .item .item-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5E5E5E;
}
.modal.module-common.style-d .modal-dialog .modal-content .modal-body .isms-display .isms-body .item + .item {
  margin-top: 1.6rem;
}
.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;
}

.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 (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

.mo-only {
  display: none !important;
}
@media (max-width: 1023px) {
  .mo-only {
    display: block !important;
  }
}

[data-common-animation=case-1] {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-common-animation=case-1].common-active-animation01 {
  transform: translateY(0);
  opacity: 1;
}

.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;
}
.page-body .ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-body .ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

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

*: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%;
  overscroll-behavior: none;
}

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: unset;
  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-weight: 800;
  font-size: 8rem;
}
#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;
  font-weight: 400;
  font-size: 2rem;
}
#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-subject .local-name {
    font-weight: 700;
    font-size: 4.5rem;
  }
  #guide-list .page-body .local-head .local-subject .local-desc {
    font-weight: 400;
    font-size: 1.6rem;
  }
  #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: 1199px) {
  #guide-list .page-body .local-body .section .section-body .data-table {
    width: calc(100% + 3.6rem);
    padding-bottom: 1.2rem;
    padding-right: 3.6rem;
    margin-right: -3.6rem;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-body .data-table {
    width: calc(100% + 2.4rem);
    padding-bottom: 1.2rem;
    padding-right: 2.4rem;
    margin-right: -2.4rem;
  }
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-body .data-table::-webkit-scrollbar {
    height: 0.4rem;
  }
  #guide-list .page-body .local-body .section .section-body .data-table::-webkit-scrollbar-thumb {
    background-color: #D5D4D9;
    border-radius: 5rem;
  }
  #guide-list .page-body .local-body .section .section-body .data-table::-webkit-scrollbar-track {
    border-radius: 5rem;
  }
}
@media (max-width: 1023px) and (max-width: 1199px) {
  #guide-list .page-body .local-body .section .section-body .data-table::-webkit-scrollbar-track {
    margin-right: 3.6rem;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #guide-list .page-body .local-body .section .section-body .data-table::-webkit-scrollbar-track {
    margin-right: 2.4rem;
  }
}
@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: #00DC9A;
  border-color: #00DC9A;
}
#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;
  }
}
#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: 1199px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body {
    width: calc(100% + 3.6rem);
    padding-bottom: 1.2rem;
    padding-right: 3.6rem;
    margin-right: -3.6rem;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body {
    width: calc(100% + 2.4rem);
    padding-bottom: 1.2rem;
    padding-right: 2.4rem;
    margin-right: -2.4rem;
  }
}
@media (max-width: 1023px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body::-webkit-scrollbar {
    height: 0.4rem;
  }
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body::-webkit-scrollbar-thumb {
    background-color: #D5D4D9;
    border-radius: 5rem;
  }
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body::-webkit-scrollbar-track {
    border-radius: 5rem;
  }
}
@media (max-width: 1023px) and (max-width: 1199px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body::-webkit-scrollbar-track {
    margin-right: 3.6rem;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #guide-list .page-body .local-body .section.font-guide .subsection .subsection-body::-webkit-scrollbar-track {
    margin-right: 2.4rem;
  }
}
@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.channel-kakao .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 1C31.7175 1 40 9.28253 40 19.5C40 29.7175 31.7175 38 21.5 38H0.851562L5.74414 29.1963C3.96024 26.3 2.99583 22.9452 3 19.4941C3.00316 9.27936 11.2845 1 21.5 1ZM21.5 6C14.044 6 8 12.044 8 19.5C7.99579 22.9527 9.31898 26.2754 11.6953 28.7803L9.34961 33H21.5C28.956 33 35 26.956 35 19.5C35 12.044 28.956 6 21.5 6ZM14.2305 17.4238C15.3829 17.4238 16.3076 18.3485 16.3076 19.501C16.3075 20.6407 15.3702 21.5781 14.2305 21.5781C13.0909 21.578 12.1544 20.6406 12.1543 19.501C12.1543 18.3613 13.0781 17.424 14.2305 17.4238ZM21.5 17.4238C22.6525 17.4238 23.5771 18.3485 23.5771 19.501C23.577 20.6407 22.6524 21.5781 21.5 21.5781C20.3477 21.578 19.4239 20.6406 19.4238 19.501C19.4238 18.3613 20.3477 17.424 21.5 17.4238ZM28.7695 17.4238C29.9092 17.4239 30.8467 18.3486 30.8467 19.501C30.8466 20.6406 29.9218 21.578 28.7695 21.5781C27.6171 21.5781 26.6925 20.6407 26.6924 19.501C26.6924 18.3612 27.6297 17.4238 28.7695 17.4238Z' 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.out-link-02 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.707 17H17.707V3.41406L1.41406 19.707L0 18.293L16.293 2H2.70703V0H19.707V17Z' 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-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.arrow-left-01 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 1.41406L2.82812 8.70703L10.1211 16L8.70703 17.4141L0 8.70703L8.70703 0L10.1211 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-01 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8.70703L1.41406 17.4141L0 16L7.29297 8.70703L0 1.41406L1.41406 0L10.1211 8.70703Z' 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-02 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-4.11502e-07 4.70703L4.70703 1.23621e-07L6.12109 1.41406L2.82812 4.70703L6.12109 8L4.70703 9.41406L-4.11502e-07 4.70703Z' 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-02 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.12109 4.70703L1.41406 9.41406L0 8L3.29297 4.70703L0 1.41406L1.41406 0L6.12109 4.70703Z' 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.download-app-01 .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM13.0059 13.583L16.292 10.293L17.708 11.707L12.7139 16.707L12.0068 17.4141L11.2988 16.708L6.29297 11.708L7.70703 10.292L11.0059 13.5869V6H13.0059V13.583Z' 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.download-app-01-hover .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM11.0059 6V13.5869L7.70703 10.292L6.29297 11.708L11.2988 16.708L12.0068 17.4141L12.7139 16.707L17.708 11.707L16.292 10.293L13.0059 13.583V6H11.0059Z' 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.search .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.666 6.66602C11.666 6.00957 11.5373 5.35942 11.2861 4.75293C11.0349 4.14637 10.6664 3.59512 10.2021 3.13086C9.73792 2.66663 9.18661 2.29815 8.58008 2.04688C7.97345 1.7956 7.32263 1.66602 6.66602 1.66602C6.00953 1.66606 5.35945 1.79565 4.75293 2.04688C4.1463 2.29815 3.59515 2.66657 3.13086 3.13086C2.66657 3.59515 2.29815 4.1463 2.04688 4.75293C1.79565 5.35945 1.66606 6.00953 1.66602 6.66602C1.66602 7.32262 1.7956 7.97345 2.04688 8.58008C2.29815 9.18661 2.66663 9.73792 3.13086 10.2021C3.59512 10.6664 4.14637 11.0349 4.75293 11.2861C5.35942 11.5373 6.00957 11.666 6.66602 11.666C7.32263 11.666 7.97345 11.5374 8.58008 11.2861C9.18665 11.0349 9.73789 10.6664 10.2021 10.2021C10.6664 9.73789 11.0349 9.18665 11.2861 8.58008C11.5374 7.97345 11.666 7.32263 11.666 6.66602ZM13.333 6.66602C13.333 7.54149 13.1602 8.40894 12.8252 9.21777C12.597 9.76865 12.2948 10.2839 11.9307 10.7529L16.4219 15.2441C16.7473 15.5696 16.7473 16.0964 16.4219 16.4219C16.0964 16.7473 15.5696 16.7473 15.2441 16.4219L10.7529 11.9307C10.2839 12.2948 9.76865 12.597 9.21777 12.8252C8.40894 13.1602 7.54149 13.333 6.66602 13.333C5.79065 13.333 4.92397 13.1602 4.11523 12.8252C3.30648 12.4902 2.57117 11.9998 1.95215 11.3809C1.33311 10.7618 0.841867 10.0266 0.506836 9.21777C0.171805 8.40894 -1.30457e-08 7.54149 0 6.66602C4.27074e-05 5.79072 0.171903 4.92391 0.506836 4.11523C0.841867 3.3064 1.33309 2.57121 1.95215 1.95215C2.57121 1.33309 3.3064 0.841867 4.11523 0.506836C4.92391 0.171903 5.79072 4.27188e-05 6.66602 0C7.54149 0 8.40894 0.171805 9.21777 0.506836C10.0266 0.841867 10.7618 1.33311 11.3809 1.95215C11.9998 2.57117 12.4902 3.30648 12.8252 4.11523C13.1602 4.92397 13.333 5.79065 13.333 6.66602Z' 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.guide .data-name::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.33333 11.6667H5V1.66667H3.33333V11.6667ZM2.5 16.6667C1.80556 16.6667 1.21528 16.4236 0.729167 15.9375C0.243056 15.4514 0 14.8611 0 14.1667V2.5C0 1.80556 0.243056 1.21528 0.729167 0.729167C1.21528 0.243056 1.80556 0 2.5 0H11.6667V13.3333H2.5C2.26389 13.3333 2.06597 13.4132 1.90625 13.5729C1.74653 13.7326 1.66667 13.9306 1.66667 14.1667C1.66667 14.4028 1.74653 14.6007 1.90625 14.7604C2.06597 14.9201 2.26389 15 2.5 15H13.3333V1.66667H15V16.6667H2.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;
  font-weight: 500;
  font-size: 3.2rem;
}
#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 .btn-text {
  font-weight: 700;
  font-size: 2rem;
}
#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.accordion-guide .guide-accordion-area .accordion-display .accordion-body {
  font-weight: 400;
  font-size: 1.8rem;
}
#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-detail.style-a {
  padding-bottom: 16rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail.style-a {
    padding-bottom: 0;
  }
}
.page-body .page.module-detail.style-b {
  padding-bottom: 16rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail.style-b {
    padding-bottom: 12rem;
  }
}
.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: 2rem;
  width: calc(100% - 4rem);
  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;
}
@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 ~ .sub-text {
  font-weight: 600;
  font-size: 2rem;
  color: #434343;
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head .local-subject .local-name ~ .sub-text {
    font-weight: 600;
    font-size: 1.6rem;
    color: #434343;
  }
}
.page-body .page.module-detail .local-head .local-subject .local-name ~ .date,
.page-body .page.module-detail .local-head .local-subject .local-name + .category {
  margin-top: 3.2rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head .local-subject .local-name ~ .date,
  .page-body .page.module-detail .local-head .local-subject .local-name + .category {
    margin-top: 2.4rem;
  }
}
.page-body .page.module-detail .local-head .local-subject .category {
  font-weight: 400;
  font-size: 1.6rem;
  color: #777;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-head .local-subject .category {
    font-size: 1.4rem;
  }
}
.page-body .page.module-detail .local-head .local-subject .category + .date {
  margin-top: 0.4rem;
}
.page-body .page.module-detail .local-head .local-subject .date {
  font-weight: 400;
  font-size: 1.6rem;
  color: #777;
}
@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 .page.module-detail .local-util {
  max-width: 99.4rem;
  padding: 0 2rem;
  margin: 0 auto 9.8rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-util {
    margin: 0 auto 10.3rem;
  }
}
.page-body .page.module-detail .local-util .data-display {
  padding: 2.4rem 4rem;
  background: #F6F6F6;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-util .data-display {
    padding: 2rem 3.2rem;
  }
}
.page-body .page.module-detail .local-util .data-display .data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.page-body .page.module-detail .local-body + .local-aside {
  margin-top: 20rem;
}
@media (max-width: 1023px) {
  .page-body .page.module-detail .local-body + .local-aside {
    margin-top: 12rem;
  }
}

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 strong {
  font-weight: bolder;
}
.editor-section .editor-area ul {
  list-style: disc;
}
.editor-section .editor-area ol {
  list-style: decimal;
}
.editor-section .editor-area li {
  list-style: unset;
}
.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 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 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;
}
.editor-section .editor-area img {
  max-width: 100%;
  border-radius: 2rem;
}
.editor-section .editor-area hr {
  border-width: 1px !important;
  border-style: inset !important;
}
.editor-section .editor-area .fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.editor-section + .util-section {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .editor-section + .util-section {
    margin-top: 6.4rem;
  }
}

.util-section .tag-list + .util-module {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .util-section .tag-list + .util-module {
    margin-top: 3.2rem;
  }
}
.util-section .util-module.style-a {
  border-top: 2px solid #F6F6F6;
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  .util-section .util-module.style-a {
    padding-top: 3.2rem;
  }
}
.util-section .util-module.style-a .pagination + .button-display {
  margin-top: 5.6rem;
}
@media (max-width: 1023px) {
  .util-section .util-module.style-a .pagination + .button-display {
    margin-top: 4rem;
  }
}
.util-section .util-module.style-a .button-display {
  width: 100%;
  position: relative;
  gap: 0.8rem;
}
.util-section .util-module.style-a .button-display .btn {
  width: 16rem;
}

.no-data.module-a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.6rem;
}
.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) {
  .no-data.module-a:before {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 3.6rem;
  }
}
.no-data.module-a .desc {
  color: var(--Gray-Scale-850, #171717);
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
}
@media (max-width: 1023px) {
  .no-data.module-a .desc {
    font-size: 2.2rem;
  }
}
.no-data.module-a .desc .accent {
  color: #ED1C24;
}

.complete-data.module-a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
@media (max-width: 1023px) {
  .complete-data.module-a {
    padding-top: 3.2rem;
  }
}
.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) {
  .complete-data.module-a:before {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 3.6rem;
  }
}
.complete-data.module-a .desc {
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1023px) {
  .complete-data.module-a .desc {
    font-size: 2.2rem;
  }
}
.complete-data.module-a .desc + .para {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .complete-data.module-a .desc + .para {
    margin-top: 1.2rem;
  }
}
.complete-data.module-a .para {
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
}
@media (max-width: 1023px) {
  .complete-data.module-a .para {
    font-size: 1.6rem;
  }
}
.complete-data.module-a + .button-display {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .complete-data.module-a + .button-display {
    margin-top: 6.4rem;
  }
}
.complete-data.module-a + .button-display .btn {
  width: 15.8rem;
}

.local .local-head.module-a {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 2rem min(33.333%, 64rem) 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .local .local-head.module-a {
    padding: 0 2rem max(71.794%, 28rem) 2rem;
  }
}
.local .local-head.module-a .local-head-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 148rem;
  margin: 0 auto;
  padding: 8rem 2rem 0;
}
@media (max-width: 1023px) {
  .local .local-head.module-a .local-head-wrap {
    padding: 6.4rem 2rem 0;
  }
}
.local .local-head.module-a .local-head-wrap .local-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .local .local-head.module-a .local-head-wrap .local-info {
    gap: 1.6rem;
  }
}
.local .local-head.module-a .local-head-wrap .local-info .data-list {
  display: flex;
}
.local .local-head.module-a .local-head-wrap .local-info .data-list .data-item {
  position: relative;
  display: flex;
  align-items: center;
}
.local .local-head.module-a .local-head-wrap .local-info .data-list .data-item .item-text {
  font-weight: 700;
  font-size: 1.3rem;
  color: rgb(221, 221, 221);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .local .local-head.module-a .local-head-wrap .local-info .data-list .data-item .item-text {
    font-size: 1.2rem;
  }
}
.local .local-head.module-a .local-head-wrap .local-info .data-list .data-item:not(:last-child) {
  gap: 0.4rem;
}
.local .local-head.module-a .local-head-wrap .local-info .data-list .data-item:not(:last-child):after {
  content: "";
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.12109 4.70703L1.41406 9.41406L0 8L3.29297 4.70703L0 1.41406L1.41406 0L6.12109 4.70703Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.local .local-head.module-a .local-head-wrap .local-info .local-subject .local-name {
  font-weight: 700;
  font-size: 6.4rem;
  color: rgb(221, 221, 221);
}
@media (max-width: 1023px) {
  .local .local-head.module-a .local-head-wrap .local-info .local-subject .local-name {
    font-size: 3.2rem;
  }
}
.local .local-head.module-a .local-figure {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  contain: layout style paint;
}
.local .local-head.module-a .local-figure video,
.local .local-head.module-a .local-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  will-change: auto; /* transform 대신 auto 사용 */
}
.local .local-head.module-a.white .local-head-wrap .local-info .data-list .data-item .item-text {
  font-weight: 700;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .local .local-head.module-a.white .local-head-wrap .local-info .data-list .data-item .item-text {
    font-size: 1.2rem;
  }
}
.local .local-head.module-a.white .local-head-wrap .local-info .data-list .data-item:not(:last-child):after {
  background: url("data:image/svg+xml,%0A%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.12109 4.70703L1.41406 9.41406L0 8L3.29297 4.70703L0 1.41406L1.41406 0L6.12109 4.70703Z' fill='rgb(255,255,255)'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.local .local-head.module-a.white .local-head-wrap .local-info .local-subject .local-name {
  font-weight: 700;
  font-size: 6.4rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .local .local-head.module-a.white .local-head-wrap .local-info .local-subject .local-name {
    font-size: 3.2rem;
  }
}
.local .local-head.module-a.black .local-head-wrap .local-info .data-list .data-item .item-text {
  font-weight: 700;
  font-size: 1.3rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .local .local-head.module-a.black .local-head-wrap .local-info .data-list .data-item .item-text {
    font-size: 1.2rem;
  }
}
.local .local-head.module-a.black .local-head-wrap .local-info .data-list .data-item:not(:last-child):after {
  background: url("data:image/svg+xml,%0A%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.12109 4.70703L1.41406 9.41406L0 8L3.29297 4.70703L0 1.41406L1.41406 0L6.12109 4.70703Z' fill='rgb(34,34,34)'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.local .local-head.module-a.black .local-head-wrap .local-info .local-subject .local-name {
  font-weight: 700;
  font-size: 6.4rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .local .local-head.module-a.black .local-head-wrap .local-info .local-subject .local-name {
    font-size: 3.2rem;
  }
}
.local .local-head.module-b {
  position: relative;
  width: 100%;
  padding: 16rem 2rem 8rem 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .local .local-head.module-b {
    padding: 12.2rem 2rem 6.4rem 2rem;
  }
}
.local .local-head.module-b .local-head-wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.local .local-head.module-b .local-head-wrap .local-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.local .local-head.module-b .local-head-wrap .local-info .data-list {
  display: flex;
}
.local .local-head.module-b .local-head-wrap .local-info .data-list .data-item {
  position: relative;
  display: flex;
  align-items: center;
}
.local .local-head.module-b .local-head-wrap .local-info .data-list .data-item .item-text {
  font-weight: 700;
  font-size: 1.3rem;
  color: #222;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .local .local-head.module-b .local-head-wrap .local-info .data-list .data-item .item-text {
    font-size: 1.2rem;
  }
}
.local .local-head.module-b .local-head-wrap .local-info .data-list .data-item:not(:last-child) {
  gap: 0.4rem;
}
.local .local-head.module-b .local-head-wrap .local-info .data-list .data-item:not(:last-child):after {
  content: "";
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml,%0A%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.12109 4.70703L1.41406 9.41406L0 8L3.29297 4.70703L0 1.41406L1.41406 0L6.12109 4.70703Z' fill='rgb(34,34,34)'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.local .local-head.module-b .local-head-wrap .local-info .local-subject .local-name {
  display: block;
  font-weight: 700;
  font-size: 6.4rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .local .local-head.module-b .local-head-wrap .local-info .local-subject .local-name {
    font-size: 3.2rem;
  }
}
.local .local-head.module-b .local-head-wrap .local-info .local-subject + .local-summary {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .local .local-head.module-b .local-head-wrap .local-info .local-subject + .local-summary {
    margin-top: 2rem;
  }
}
.local .local-head.module-b .local-head-wrap .local-info .local-summary {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(119, 119, 119);
}
@media (max-width: 1023px) {
  .local .local-head.module-b .local-head-wrap .local-info .local-summary {
    font-size: 1.6rem;
  }
}
.local .local-body.module-a.style-a {
  padding-bottom: 16rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .local .local-body.module-a.style-a {
    padding-bottom: 0;
  }
}
.local .local-body.module-a.style-b {
  padding-bottom: 16rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .local .local-body.module-a.style-b {
    padding-bottom: 10rem;
  }
}

.section .section-wrap {
  position: relative;
}
.section .section-wrap .section-body > .figure img {
  width: 100%;
}
.section.module-common.style-a {
  padding-top: 14rem;
}
@media (max-width: 1023px) {
  .section.module-common.style-a {
    padding-top: 8rem;
  }
}
.section.module-a {
  position: relative;
  padding: 14rem 2rem;
}
@media (max-width: 1023px) {
  .section.module-a {
    padding: 8rem 2rem;
  }
}
.section.module-a .section-wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.section.module-a .section-wrap .section-head {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .section.module-a .section-wrap .section-head {
    gap: 2rem;
  }
}
.section.module-a .section-wrap .section-head .section-subject {
  font-weight: 700;
  font-size: 4.8rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .section.module-a .section-wrap .section-head .section-subject {
    font-size: 3rem;
  }
}
.section.module-a .section-wrap .section-head .section-summary {
  font-weight: 500;
  font-size: 2.4rem;
  color: rgb(94, 94, 94);
}
@media (max-width: 1023px) {
  .section.module-a .section-wrap .section-head .section-summary {
    font-size: 1.8rem;
  }
}
.section.module-a .section-wrap .section-head + .section-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .section.module-a .section-wrap .section-head + .section-body {
    margin-top: 4.4rem;
  }
}
.section.module-a.style-a {
  background-color: rgb(255, 255, 255);
}
.section.module-a.style-b {
  background-color: rgb(246, 246, 246);
}
.section.module-b {
  position: relative;
  padding: 14rem 2rem 0 2rem;
}
@media (max-width: 1023px) {
  .section.module-b {
    padding: 8rem 2rem 0 2rem;
  }
}
.section.module-b.talk-show .section-wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.section.module-b.talk-show .section-wrap .section-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 46.7rem;
  padding-top: 1.7rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section.module-b.talk-show .section-wrap .section-head {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.section.module-b.talk-show .section-wrap .section-head .section-sub {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  color: rgb(0, 200, 140);
}
@media (max-width: 1023px) {
  .section.module-b.talk-show .section-wrap .section-head .section-sub {
    font-size: 1.6rem;
  }
}
.section.module-b.talk-show .section-wrap .section-head .section-subject {
  display: block;
  margin-top: 1.6rem;
  word-break: break-all;
  font-weight: 600;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .section.module-b.talk-show .section-wrap .section-head .section-subject {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .section.module-b.talk-show .section-wrap .section-body {
    margin-top: 4.4rem;
  }
}
.section.module-b.greencar-ness .section-wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.section.module-b.greencar-ness .section-wrap .section-head .section-sub {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  color: rgb(0, 200, 140);
}
@media (max-width: 1023px) {
  .section.module-b.greencar-ness .section-wrap .section-head .section-sub {
    font-size: 1.6rem;
  }
}
.section.module-b.greencar-ness .section-wrap .section-head .section-subject {
  display: block;
  margin-top: 1.6rem;
  word-break: break-all;
  font-weight: 600;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .section.module-b.greencar-ness .section-wrap .section-head .section-subject {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .section.module-b.greencar-ness .section-wrap .section-body {
    margin-top: 4.4rem;
  }
}
.section.module-b.style-a .section-wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.section.module-b.style-a .section-wrap .section-head .section-sub {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  color: rgb(0, 200, 140);
}
@media (max-width: 1023px) {
  .section.module-b.style-a .section-wrap .section-head .section-sub {
    font-size: 1.6rem;
  }
}
.section.module-b.style-a .section-wrap .section-head .section-sub + .section-subject {
  margin-top: 1.6rem;
}
.section.module-b.style-a .section-wrap .section-head .section-subject {
  display: block;
  font-weight: 600;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .section.module-b.style-a .section-wrap .section-head .section-subject {
    font-size: 2.2rem;
  }
}
.section.module-b.style-a .section-wrap .section-head .section-subject + .section-summary {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-a .section-wrap .section-head .section-subject + .section-summary {
    margin-top: 2rem;
  }
}
.section.module-b.style-a .section-wrap .section-head .section-summary {
  font-weight: 500;
  font-size: 2.4rem;
  color: rgb(119, 119, 119);
}
@media (max-width: 1023px) {
  .section.module-b.style-a .section-wrap .section-head .section-summary {
    font-size: 1.8rem;
  }
}
.section.module-b.style-a.case-a .section-wrap .section-body {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-a.case-a .section-wrap .section-body {
    margin-top: 3.2rem;
  }
}
.section.module-b.style-a.case-b .section-wrap .section-head + .section-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-a.case-b .section-wrap .section-head + .section-body {
    margin-top: 4.4rem;
  }
}
.section.module-b.style-a.case-c .section-wrap .section-head + .section-body {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-a.case-c .section-wrap .section-head + .section-body {
    margin-top: 3.6rem;
  }
}
.section.module-b.style-b .section-wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.section.module-b.style-b .section-wrap .section-head .section-subject {
  display: block;
  font-weight: 700;
  font-size: 4.8rem;
  color: rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .section.module-b.style-b .section-wrap .section-head .section-subject {
    font-size: 3rem;
  }
}
.section.module-b.style-b .section-wrap .section-head .section-subject + .section-summary {
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-b .section-wrap .section-head .section-subject + .section-summary {
    margin-top: 2rem;
  }
}
.section.module-b.style-b .section-wrap .section-head .section-summary {
  font-weight: 500;
  font-size: 2.4rem;
  color: rgb(119, 119, 119);
}
@media (max-width: 1023px) {
  .section.module-b.style-b .section-wrap .section-head .section-summary {
    font-size: 1.8rem;
  }
}
.section.module-b.style-b.case-a .section-wrap .section-body {
  margin-top: 4rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-b.case-a .section-wrap .section-body {
    margin-top: 3.2rem;
  }
}
.section.module-b.style-b.case-b .section-wrap .section-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-b.case-b .section-wrap .section-body {
    margin-top: 4.4rem;
  }
}
.section.module-b.style-b.case-c .section-wrap .section-head + .section-body {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .section.module-b.style-b.case-c .section-wrap .section-head + .section-body {
    margin-top: 3.6rem;
  }
}
.section.module-c {
  position: relative;
  padding: 0 2rem 0 2rem;
}
.section.module-c .section-wrap {
  max-width: 144rem;
  margin: 0 auto;
}
.section.module-c .section-wrap .section-head + .section-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .section.module-c .section-wrap .section-head + .section-body {
    margin-top: 4.4rem;
  }
}
.section.module-error {
  padding: 26rem 2rem 0 2rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .section.module-error {
    padding: 17.6rem 2rem 0 2rem;
  }
}
.section.module-error .section-head {
  position: relative;
}
.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) {
  .section.module-error .section-head:before {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 3.6rem;
  }
}
.section.module-error .section-head .section-title {
  font-weight: 600;
  font-size: 3.6rem;
  color: #171717;
}
@media (max-width: 1023px) {
  .section.module-error .section-head .section-title {
    font-size: 2.2rem;
  }
}
.section.module-error .section-head .section-title + .section-summary {
  margin-top: 1.6rem;
}
@media (max-width: 1023px) {
  .section.module-error .section-head .section-title + .section-summary {
    margin-top: 1.2rem;
  }
}
.section.module-error .section-head .section-summary {
  font-weight: 400;
  font-size: 2rem;
  color: #171717;
}
@media (max-width: 1023px) {
  .section.module-error .section-head .section-summary {
    font-size: 1.6rem;
  }
}
.section.module-error .section-head + .section-util {
  margin-top: 8rem;
}
.section.module-error .section-head + .section-util .btn {
  min-width: 16rem;
}
@media (max-width: 1023px) {
  .section.module-error .section-head + .section-util {
    margin-top: 6.4rem;
  }
}

.page.main .section-area {
  position: relative;
}
.page.main .section-area .section.section-01 {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  background-color: #fff;
}
.page.main .section-area .section.section-01 .section-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page.main .section-area .section.section-01 .section-wrap .section-head {
  position: absolute;
  top: 60.9259vh;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  padding: 0 2rem;
  justify-content: flex-end;
  text-align: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-01 .section-wrap .section-head {
    top: 52vh;
    gap: 1.2rem;
  }
}
.page.main .section-area .section.section-01 .section-wrap .section-head .section-summary {
  position: relative;
  transform: translateY(10rem);
  opacity: 0;
  font-weight: 600;
  font-size: 2.4rem;
  color: rgb(19, 59, 85);
  line-height: 150%;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-01 .section-wrap .section-head .section-summary {
    font-size: 1.8rem;
  }
}
.page.main .section-area .section.section-01 .section-wrap .section-head .section-subject {
  position: relative;
  transform: translateY(10rem);
  opacity: 0;
  font-weight: 500;
  font-size: 6.4rem;
  color: rgb(19, 59, 85);
  line-height: 150%;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-01 .section-wrap .section-head .section-subject {
    font-size: 3.2rem;
  }
}
.page.main .section-area .section.section-01 .section-wrap .section-body {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-list {
  position: absolute;
  top: 18.888vh;
  left: 50%;
  width: 2931px;
  height: 2931px;
  transform: translate(-50%, 0) rotate(20deg);
  transform-origin: center center;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-01 .section-wrap .section-body .video-list {
    top: 22vh;
    width: 1092px;
    height: 1092px;
  }
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box {
  position: absolute;
  top: 0;
  left: calc(50% - 90px);
  width: 180px;
  height: 250px;
  border-radius: 12px;
  transform-origin: center 1460px;
  opacity: 0.9;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-01 .section-wrap .section-body .video-box {
    left: calc(50% - 45px);
    width: 9rem;
    height: 12.5rem;
    border-radius: 0.6rem;
    transform-origin: center 720px;
  }
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-wrap {
  width: 100%;
  height: 100%;
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.main .section-area .section.section-01 .section-wrap .section-body {
  /* 비디오 컨트롤 숨기기 */
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-wrap video::-webkit-media-controls {
  display: none !important;
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-wrap video::-webkit-media-controls-enclosure {
  display: none !important;
}
.page.main .section-area .section.section-01 .section-wrap .section-body {
  /* 24개 div를 원형으로 배치 - transform-origin 방식 */
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(1) {
  transform: rotate(0deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(2) {
  transform: rotate(15deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(3) {
  transform: rotate(30deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(4) {
  transform: rotate(45deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(5) {
  transform: rotate(60deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(6) {
  transform: rotate(75deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(7) {
  transform: rotate(90deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(8) {
  transform: rotate(105deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(9) {
  transform: rotate(120deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(10) {
  transform: rotate(135deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(11) {
  transform: rotate(150deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(12) {
  transform: rotate(165deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(13) {
  transform: rotate(180deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(14) {
  transform: rotate(195deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(15) {
  transform: rotate(210deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(16) {
  transform: rotate(225deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(17) {
  transform: rotate(240deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(18) {
  transform: rotate(255deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(19) {
  transform: rotate(270deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(20) {
  transform: rotate(285deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(21) {
  transform: rotate(300deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(22) {
  transform: rotate(315deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(23) {
  transform: rotate(330deg);
}
.page.main .section-area .section.section-01 .section-wrap .section-body .video-box:nth-child(24) {
  transform: rotate(345deg);
}
.page.main .section-area .section.section-01.active-01 .section-wrap .section-head .section-summary {
  transform: translateY(0);
  opacity: 1;
}
.page.main .section-area .section.section-01.active-01 .section-wrap .section-head .section-subject {
  transform: translateY(0);
  opacity: 1;
}
.page.main .section-area .section.section-01.active-01 .section-wrap .section-body .video-list {
  opacity: 1;
  transform: translate(-50%, 0) rotate(0);
}
.page.main .section-area .section.section-01.active-02 .section-wrap {
  opacity: 0;
}
.page.main .section-area .section.section-02 {
  width: 100%;
  height: 300vh;
  position: sticky;
  top: 0;
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-02 {
    height: auto;
    position: relative;
  }
}
.page.main .section-area .section.section-02 > .section-wrap {
  position: sticky;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-02 > .section-wrap {
    position: relative;
    display: block;
    height: 600vh;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section {
  width: 33.333%;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap:after {
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url("/images/main/bg-noise.png") repeat;
  background-size: auto;
  z-index: 1;
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .bg {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 1300px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .bg {
    transform: translate(-50%, -50%) scale(0.75);
  }
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .bg {
    transform: translate(-50%, -50%) scale(1);
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .bg img {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .title {
  position: absolute;
  font-weight: 700;
  font-size: 3.6rem;
  color: rgb(255, 255, 255);
  line-height: 150%;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 3;
}
@media (max-width: 1600px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1300px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1100px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section > .sub-section-wrap .title {
    width: 100%;
    padding: 0 2rem;
    font-size: 7.692vw;
    text-align: center !important;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 {
  opacity: 0;
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 {
    opacity: 1;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap {
  background: rgb(0, 220, 154);
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg {
  width: 77.7rem;
  height: 108.6rem;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg {
    width: 163.076vw;
    height: 227.692vw;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg .bg-01-01 {
  top: -90px;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg .bg-01-01 {
    top: -23.0769vw;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg .bg-01-02 {
  top: 390px;
  left: 148px;
  width: 255px;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg .bg-01-02 {
    top: 39.405%;
    left: 19.2264%;
    width: 28.729%;
    transform: rotate(74deg);
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg .bg-01-03 {
  top: 700px;
  left: 348px;
  width: 166px;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .bg .bg-01-03 {
    top: 54%;
    left: 33%;
    width: 42%;
    transform: rotate(-15deg);
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .title {
  top: 35%;
  left: 37.5%;
  text-align: left;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-01 .sub-section-wrap .title {
    top: 66.666vw;
    left: 0;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 {
  transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 {
    opacity: 1;
    transform: translateY(0);
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap {
  background: linear-gradient(180deg, #00DC9A 0%, #00F4AB 100%);
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .bg {
  position: absolute;
  width: 99.5rem;
  height: 121.6rem;
  transform: translate(-50%, -50%) scale(0.97) rotate(-30deg);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .bg {
    width: 208.461vw;
    height: 234.384vw;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .bg .bg-02-01 {
  top: 0;
  left: 0;
  transform-origin: center;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .bg .bg-02-01 {
    top: -3%;
    width: 100%;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .bg .bg-02-02 {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .bg .bg-02-02 {
    top: 65%;
    left: 50%;
    width: 23.832%;
    transform: translate(-50%, -50%);
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .title {
  top: 37%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-02 .sub-section-wrap .title {
    top: 66.666vw;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 {
  transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 1023px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 {
    opacity: 1;
    transform: translateY(0);
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap {
  background: rgb(0, 220, 154);
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg {
  width: 187.6rem;
  height: 278.7rem;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg {
    width: 299.66vw;
    height: 484.179vw;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg .bg-03-01 {
  top: 334px;
  left: 100px;
  width: 920px;
  transform: rotate(32deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg .bg-03-01 {
    top: 3%;
    left: -3%;
    width: 59.183%;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg .bg-03-02 {
  bottom: -28px;
  right: 163px;
  width: 920px;
  transform: rotate(13deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg .bg-03-02 {
    bottom: -4%;
    right: 4%;
    width: 59.183%;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg .bg-03-03 {
  top: 1425px;
  left: 680px;
  width: 29.6rem;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .bg .bg-03-03 {
    top: 47.51361%;
    left: 32.5368%;
    width: 20.4705%;
  }
}
.page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .title {
  top: 45%;
  left: 16.5625%;
  text-align: left;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02 > .section-wrap > .sub-section.sub-section-03 .sub-section-wrap .title {
    top: 66.666vw;
    left: 0;
  }
}
.page.main .section-area .section.section-02.active-01 .section-wrap .sub-section-01 {
  transform: translateY(0);
  opacity: 1;
}
.page.main .section-area .section.section-02.active-01 .section-wrap .sub-section-01 .sub-section-wrap .bg .bg-01-02 {
  transform: rotate(-140deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01 .section-wrap .sub-section-01 .sub-section-wrap .bg .bg-01-02 {
    transform: rotate(220deg);
  }
}
.page.main .section-area .section.section-02.active-01 .section-wrap .sub-section-01 .sub-section-wrap .bg .bg-01-03 {
  transform: scale(2.1) rotate(140deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01 .section-wrap .sub-section-01 .sub-section-wrap .bg .bg-01-03 {
    transform: rotate(130deg);
  }
}
.page.main .section-area .section.section-02.active-01 .section-wrap .sub-section-01 .sub-section-wrap .title {
  top: 16.666%;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01 .section-wrap .sub-section-01 .sub-section-wrap .title {
    top: 41.025vw;
  }
}
.page.main .section-area .section.section-02.active-01.active-02 .section-wrap .sub-section-02 {
  transform: translateY(0);
  opacity: 1;
}
.page.main .section-area .section.section-02.active-01.active-02 .section-wrap .sub-section-02 .sub-section-wrap .bg {
  transform: translate(-50%, -50%) scale(0.97) rotate(0deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01.active-02 .section-wrap .sub-section-02 .sub-section-wrap .bg .bg-02-01 {
    transform: scale(1) rotate(0deg);
  }
}
.page.main .section-area .section.section-02.active-01.active-02 .section-wrap .sub-section-02 .sub-section-wrap .bg .bg-02-02 {
  left: 49.95%;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01.active-02 .section-wrap .sub-section-02 .sub-section-wrap .bg .bg-02-02 {
    top: 74.8%;
    left: 50%;
    width: 23.832%;
    transform: translate(-50%, -50%);
  }
}
.page.main .section-area .section.section-02.active-01.active-02 .section-wrap .sub-section-02 .sub-section-wrap .title {
  top: 16.666%;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01.active-02 .section-wrap .sub-section-02 .sub-section-wrap .title {
    top: 41.025vw;
  }
}
.page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 {
  transform: translateY(0);
  opacity: 1;
}
.page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .bg .bg-03-01 {
  top: 439px;
  left: 259px;
  transform: rotate(33deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .bg .bg-03-01 {
    top: 11%;
    left: 8.9%;
    width: 59.183%;
  }
}
.page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .bg .bg-03-02 {
  bottom: 238px;
  right: 218px;
  width: 920px;
  transform: rotate(13deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .bg .bg-03-02 {
    bottom: 4.5%;
    right: 1.2%;
    width: 59.183%;
  }
}
.page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .bg .bg-03-03 {
  top: 1387px;
  left: 739px;
  width: 296px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .bg .bg-03-03 {
    top: 48.4%;
    left: 39.2%;
    width: 20.4705%;
    transform: rotate(181deg);
  }
}
.page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .title {
  top: 16.666%;
  left: 16.5625%;
}
@media (max-width: 768px) {
  .page.main .section-area .section.section-02.active-01.active-02.active-03 .section-wrap .sub-section-03 .sub-section-wrap .title {
    top: 41.025vw;
    left: 0;
  }
}
.page.main .section-03 {
  width: 100%;
  height: 300vh;
  position: sticky;
  top: 0;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .page.main .section-03 {
    position: sticky;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
  }
}
.page.main .section-03 .section-wrap {
  position: sticky;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .page.main .section-03 .section-wrap {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100vh;
  }
}
.page.main .section-03 .section-wrap .sub-section.graphics {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  overflow: hidden;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.page.main .section-03 .section-wrap .sub-section.graphics:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url("/images/main/bg-noise.png") repeat;
  background-size: auto;
  z-index: 1;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.page.main .section-03 .section-wrap .sub-section.graphics .circle-container {
  position: relative;
}
.page.main .section-03 .section-wrap .sub-section.graphics .circle-wrapper {
  position: absolute;
  width: 193.85vw;
  height: 193.85vw;
  top: -28vw;
  right: 94px;
}
@media (max-width: 768px) {
  .page.main .section-03 .section-wrap .sub-section.graphics .circle-wrapper {
    width: 954.35vw;
    height: 954.35vw;
    top: -138vw;
    right: -168vw;
  }
}
.page.main .section-03 .section-wrap .sub-section.graphics .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.page.main .section-03 .section-wrap .sub-section.graphics {
  /* 가장 바깥 - 녹색 링 */
}
.page.main .section-03 .section-wrap .sub-section.graphics .circle-outer {
  width: 100%;
  height: 100%;
  background: conic-gradient(from 90deg, rgb(255, 255, 255) 0deg, rgb(255, 255, 255) 108deg, #00C88C 252deg, #00C88C 360deg);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.page.main .section-03 .section-wrap .sub-section.graphics {
  /* 중간 - 파란색 링 */
}
.page.main .section-03 .section-wrap .sub-section.graphics .circle-middle {
  width: 82.858%;
  height: 82.858%;
  background: conic-gradient(from 23deg, #00DC9A 0deg, #00DC9A 108deg, #245575 252deg, #245575 360deg);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.page.main .section-03 .section-wrap .sub-section.graphics {
  /* 안쪽 - 청록색 링 */
}
.page.main .section-03 .section-wrap .sub-section.graphics .circle-inner-ring {
  width: 66.55%;
  height: 66.55%;
  background: conic-gradient(from 60deg, #00C88C 0deg, #00C88C 108deg, #133B55 252deg, #133B55 360deg);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .page.main .section-03 .section-wrap .sub-section.graphics .circle-inner-ring {
    transform: translate(-50%, -50%) rotate(-15deg);
  }
}
.page.main .section-03 .section-wrap .sub-section.graphics {
  /* 흰색 clip-path 원 */
}
.page.main .section-03 .section-wrap .sub-section.graphics .circle-white-center {
  width: 83.858%;
  height: 83.858%;
  background: white;
  clip-path: circle(12.94% at center);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.page.main .section-03 .section-wrap .sub-section.summary {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1023px) {
  .page.main .section-03 .section-wrap .sub-section.summary {
    gap: 4.8rem;
  }
}
.page.main .section-03 .section-wrap .sub-section.summary .nav-list .nav-wrap {
  display: flex;
  gap: 1.8rem;
}
.page.main .section-03 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page.main .section-03 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item:nth-child(1) {
  background-color: rgb(255, 255, 255);
}
.page.main .section-03 .section-wrap .sub-section.summary .slide-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10.8rem;
}
@media (max-width: 1023px) {
  .page.main .section-03 .section-wrap .sub-section.summary .slide-list {
    height: 9rem;
  }
}
.page.main .section-03 .section-wrap .sub-section.summary .slide-list .slide-wrap {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page.main .section-03 .section-wrap .sub-section.summary .slide-list .slide-wrap .slide-item {
  display: flex;
  align-items: center;
  text-align: center;
}
.page.main .section-03 .section-wrap .sub-section.summary .slide-list .slide-wrap .slide-item .para {
  font-weight: 700;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page.main .section-03 .section-wrap .sub-section.summary .slide-list .slide-wrap .slide-item .para {
    font-size: 3rem;
  }
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics {
  /* 가장 바깥 - 녹색 링 */
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics .circle-outer {
  transform: translate(-50%, -50%) rotate(-34deg);
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics {
  /* 중간 - 파란색 링 */
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics .circle-middle {
  transform: translate(-50%, -50%) rotate(17deg);
}
@media (max-width: 768px) {
  .page.main .section-03.active-01 .section-wrap .sub-section.graphics .circle-middle {
    transform: translate(-50%, -50%) rotate(24deg);
  }
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics {
  /* 안쪽 - 청록색 링 */
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics .circle-inner-ring {
  transform: translate(-50%, -50%) rotate(-36deg);
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics {
  /* 흰색 clip-path 원 */
}
.page.main .section-03.active-01 .section-wrap .sub-section.graphics .circle-white-center {
  clip-path: circle(29.8% at center);
}
.page.main .section-03.active-01 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item:nth-child(1) {
  background-color: rgb(255, 255, 255);
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics {
  /* 가장 바깥 - 녹색 링 */
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics .circle-outer {
  transform: translate(-50%, -50%) rotate(-44deg);
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics {
  /* 중간 - 파란색 링 */
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics .circle-middle {
  transform: translate(-50%, -50%) rotate(40deg);
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics {
  /* 안쪽 - 청록색 링 */
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics .circle-inner-ring {
  transform: translate(-50%, -50%) rotate(-44deg);
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics {
  /* 흰색 clip-path 원 */
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.graphics .circle-white-center {
  clip-path: circle(39.7% at center);
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item:nth-child(1) {
  background-color: rgb(0, 0, 0);
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item:nth-child(2) {
  background-color: rgb(255, 255, 255);
}
.page.main .section-03.active-01.active-02 .section-wrap .sub-section.summary .slide-list .slide-wrap {
  top: -100%;
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics {
  /* 가장 바깥 - 녹색 링 */
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics .circle-outer {
  transform: translate(-50%, -50%) rotate(-62deg);
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics {
  /* 중간 - 파란색 링 */
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics .circle-middle {
  transform: translate(-50%, -50%) rotate(52deg);
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics {
  /* 안쪽 - 청록색 링 */
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics .circle-inner-ring {
  transform: translate(-50%, -50%) rotate(-62deg);
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics {
  /* 흰색 clip-path 원 */
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.graphics .circle-white-center {
  clip-path: circle(51% at center);
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item:nth-child(1) {
  background-color: rgb(0, 0, 0);
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item:nth-child(2) {
  background-color: rgb(0, 0, 0);
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.summary .nav-list .nav-wrap .nav-item:nth-child(3) {
  background-color: rgb(255, 255, 255);
}
.page.main .section-03.active-01.active-02.active-03 .section-wrap .sub-section.summary .slide-list .slide-wrap {
  top: -200%;
}
.page.main .section-04 {
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .page.main .section-04 {
    padding: 0 0;
  }
}
.page.main .section-04 .section-wrap {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  padding: 14.6rem 0 12rem;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap {
    padding: 0 0 0;
  }
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-head {
    position: absolute;
    bottom: 36rem;
    transform: translateY(6rem);
    padding: 0 2rem;
    opacity: 0;
    z-index: 2;
    transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    pointer-events: none;
  }
}
.page.main .section-04 .section-wrap .section-head .section-subject {
  font-weight: 700;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-head .section-subject {
    font-weight: 700;
    font-size: 3rem;
    color: rgb(255, 255, 255);
  }
}
.page.main .section-04 .section-wrap .section-head.hide-head {
  opacity: 0 !important;
  transform: translateY(-6rem) !important;
}
.page.main .section-04 .section-wrap .section-head + .section-body {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-head + .section-body {
    margin-top: 0;
  }
}
.page.main .section-04 .section-wrap .section-body {
  /* Fade In Up Animation */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page.main .section-04 .section-wrap .section-body {
  /* Swiper List Container */
}
.page.main .section-04 .section-wrap .section-body .swiper-list {
  position: relative;
  width: 100%;
  height: 64.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
  transform: translateY(10rem);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list {
    height: 100vh;
    border-radius: 0;
    transform: translateY(0);
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper {
    display: flex !important;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
  clip-path: inset(0 0 0 0);
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item {
    position: relative !important;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition: none !important;
    clip-path: none !important;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item.swiper-slide-active {
  clip-path: inset(0 0 0 0);
  z-index: 1;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item.swiper-slide-active {
    clip-path: none !important;
    z-index: auto !important;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item.leaving {
  clip-path: inset(0 0 100% 0);
  z-index: 2;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item.leaving {
    clip-path: none !important;
    z-index: auto !important;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img, .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
  position: relative;
  width: 44.4rem;
  padding: 4rem 6rem;
  text-align: left;
  z-index: 1;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
    width: calc(100% - 4rem);
    max-width: calc(100% - 4rem);
    margin: 0 auto 7.2rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 2rem;
    opacity: 0;
    transform: translateY(6rem);
    transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .logo {
  display: none;
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .summary {
  font-weight: 500;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .summary {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .btn {
  min-width: 32.4rem;
  position: relative;
  margin-top: 3.6rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .btn {
    min-width: 100%;
    margin-top: 2.4rem;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list {
  /* Swiper Pagination (Logo Tabs) */
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 1000;
  padding: 0.6rem;
  bottom: 0;
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination.pc {
  display: flex !important;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination.pc {
    display: none !important;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination.mo {
  display: none !important;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination.mo {
    display: flex !important;
  }
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    width: 100%;
    padding: 0;
    top: unset;
    bottom: 4rem;
    justify-content: center;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26rem;
  height: calc(33.333% - 0.2rem);
  border-radius: 0.6rem;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo:after {
    display: none;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo img {
  position: relative;
  filter: grayscale(100%);
  opacity: 0.3;
  z-index: 2;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo img {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo.active, .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo.swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo.active:after, .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo.swiper-pagination-bullet-active:after {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(0);
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo.active img, .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-pagination .tab-logo.swiper-pagination-bullet-active img {
  filter: grayscale(0);
  opacity: 1;
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-number {
  width: 100%;
  justify-content: center;
  display: none;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 1023px) {
  .page.main .section-04 .section-wrap .section-body .swiper-list .swiper-number {
    bottom: 4rem;
  }
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-number .current {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}
.page.main .section-04 .section-wrap .section-body .swiper-list .swiper-number .total {
  margin-left: 0.3rem;
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  .page.main .section-04.active-animation .section-wrap .section-head {
    opacity: 1;
    transform: translateY(0);
  }
}
.page.main .section-04.active-animation .section-wrap .section-body .swiper-list {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  .page.main .section-04.active-animation .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
    opacity: 1;
    transform: translateY(0);
  }
}
.page.main .section-05 {
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .page.main .section-05 {
    padding: 0 0;
  }
}
.page.main .section-05 .section-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 144rem;
  margin: 0 auto;
  padding: 14.6rem 0 12rem;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap {
    padding: 8rem 0;
  }
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-head {
    padding: 0 2rem;
  }
}
.page.main .section-05 .section-wrap .section-head .section-subject {
  font-weight: 700;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-head .section-subject {
    font-weight: 700;
    font-size: 3rem;
    color: rgb(34, 34, 34);
  }
}
.page.main .section-05 .section-wrap .section-head .btn {
  margin-top: 3rem;
}
.page.main .section-05 .section-wrap .section-aside {
  margin-left: auto;
  width: calc(100% - 45rem);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-aside {
    order: 2;
    width: 100%;
    padding: 0 2rem;
    flex-direction: column;
  }
}
.page.main .section-05 .section-wrap .section-aside .data-list {
  width: 67.2rem;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-aside .data-list {
    margin-top: 3rem;
  }
}
.page.main .section-05 .section-wrap .section-aside .data-list .data-item {
  display: block;
  padding: 2.15rem 2rem;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-aside .data-list .data-item {
    padding: 1.6rem 0.4rem;
  }
}
.page.main .section-05 .section-wrap .section-aside .data-list .data-item .data-wrap .data-inform {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-aside .data-list .data-item .data-wrap .data-inform {
    gap: 0.8rem;
  }
}
.page.main .section-05 .section-wrap .section-aside .data-list .data-item .data-wrap .data-inform .title {
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  color: rgb(67, 67, 67);
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-aside .data-list .data-item .data-wrap .data-inform .title {
    font-size: 1.6rem;
  }
}
.page.main .section-05 .section-wrap .section-aside .data-list .data-item .data-wrap .data-inform .title .category {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.page.main .section-05 .section-wrap .section-aside .data-list .data-item .data-wrap .data-inform .date {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(119, 119, 119);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-aside .data-list .data-item .data-wrap .data-inform .date {
    font-weight: 400;
    font-size: 1.2rem;
    color: #444;
  }
}
.page.main .section-05 .section-wrap .section-aside .data-list .data-item + .data-item {
  border-top: 0.1rem solid #DCDCDC;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-aside .btn {
    margin-top: 3rem;
  }
}
.page.main .section-05 .section-wrap .section-body {
  width: 100%;
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body {
    margin-top: 3rem;
    padding: 0 0 0 2rem;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list {
  position: relative;
  width: 100%;
  padding-bottom: 8rem;
  overflow: hidden;
  transform: translateY(10rem);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body .swiper-list {
    padding: 0;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper {
  display: flex;
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item {
  width: 34.5rem;
  height: 46rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item {
    width: 24.2rem;
    height: 32.3rem;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap {
    border-radius: 2rem;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15.6rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head {
    padding: 2rem;
    height: 12.5rem;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-subject {
  font-weight: 400;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-subject {
    font-size: 1.6rem;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-data {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
  line-height: 150%;
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item .swiper-wrap .swiper-head .swiper-data {
    font-size: 1.4rem;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item:hover .swiper-wrap .swiper-figure img, .page.main .section-05 .section-wrap .section-body .swiper-list .swiper-wrapper .swiper-item:focus .swiper-wrap .swiper-figure img {
  transform: scale(1.1);
}
.page.main .section-05 .section-wrap .section-body .swiper-list {
  /* 네비게이션 */
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  gap: 0;
  width: 10.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 1.5rem 2rem;
  z-index: 10;
}
@media (max-width: 1023px) {
  .page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation {
    display: none;
  }
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-prev,
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-next {
  position: static;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 1.1rem;
  background-position: center;
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-prev.swiper-button-disabled,
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-prev:after,
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-next:after {
  display: none;
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 1.41406L2.82812 8.70703L10.1211 16L8.70703 17.4141L0 8.70703L8.70703 0L10.1211 1.41406Z' fill='rgb(67,67,67)'/%3E%3C/svg%3E%0A");
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1211 8.70703L1.41406 17.4141L0 16L7.29297 8.70703L0 1.41406L1.41406 0L10.1211 8.70703Z' fill='rgb(67,67,67)'/%3E%3C/svg%3E%0A");
}
.page.main .section-05 .section-wrap .section-body .swiper-list .swiper-navigation .divider {
  width: 0.1rem;
  height: 1.4rem;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 1.2rem;
}
.page.main .section-05.active-animation .section-wrap .section-body .swiper-list {
  transform: translateY(0);
}
.page.main .section-06 {
  width: 100%;
  position: relative;
  padding: 22rem 2rem;
  background: rgb(0, 200, 140);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .page.main .section-06 {
    padding: 8rem 2rem 25rem 2rem;
  }
}
.page.main .section-06:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/main/bg-noise.png") repeat;
  background-size: auto;
}
.page.main .section-06 .section-bg {
  position: absolute;
  top: -3.2rem;
  right: 0;
  transform: translateY(10rem) scale(1);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1023px) {
  .page.main .section-06 .section-bg {
    top: -8.2rem;
    right: -65rem;
    transform: translateY(10rem) scale(0.75);
  }
}
.page.main .section-06 .section-wrap {
  position: relative;
  max-width: 144rem;
  margin: 0 auto;
  z-index: 2;
}
.page.main .section-06 .section-wrap .section-head {
  position: relative;
  transform: translateY(10rem);
  transition: 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page.main .section-06 .section-wrap .section-head .section-subject {
  font-weight: 700;
  font-size: 3.6rem;
  color: rgb(34, 34, 34);
  line-height: 150%;
}
@media (max-width: 1023px) {
  .page.main .section-06 .section-wrap .section-head .section-subject {
    font-size: 3rem;
  }
}
.page.main .section-06 .section-wrap .section-head .btn {
  margin-top: 4rem;
}
.page.main .section-06.active-animation .section-bg {
  transform: translateY(0) scale(1);
}
@media (max-width: 1023px) {
  .page.main .section-06.active-animation .section-bg {
    transform: translateY(0) scale(0.75);
  }
}
.page.main .section-06.active-animation .section-wrap .section-head {
  transform: translateY(0);
}

@media (max-width: 1023px) {
  .page.service.g-car .banner-list.module-b .banner-item .banner-wrap .banner-head {
    max-width: 28rem;
  }
}

@media (max-width: 1023px) {
  .page.service.movus .banner-list.module-b .banner-item .banner-wrap .banner-head {
    max-width: 32.3rem;
  }
}

.page.service.clingwash .slide-list.module-a {
  max-width: 106.8rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .page.service.clingwash .banner-list.module-b .banner-item .banner-wrap .banner-head {
    max-width: 33rem;
  }
}

.page.career.story .post-list.module-a + .button-display {
  margin-top: 8rem;
}
.page.career.story .post-list.module-a + .button-display .btn {
  min-width: 16rem;
}

.page.career.greencar-ness .post-list.module-a + .button-display {
  margin-top: 8rem;
}
.page.career.greencar-ness .post-list.module-a + .button-display .btn {
  min-width: 16rem;
}

.page.career.benefits .banner-list.module-f + .board-list.module-f {
  margin-top: 4.8rem;
}

.page.news.report .form-display.module-a .form-list .form-item .form.select.module-a {
  width: 24rem;
}
@media (max-width: 1023px) {
  .page.news.report .form-display.module-a .form-list .form-item .form.select.module-a {
    width: 100%;
  }
}

.page.news.notice .form-display.module-a .form-list .form-item .form.select.module-a {
  width: 24rem;
}
@media (max-width: 1023px) {
  .page.news.notice .form-display.module-a .form-list .form-item .form.select.module-a {
    width: 100%;
  }
}
.page.news.notice .pagination {
  margin-top: 6.4rem;
}
@media (max-width: 1023px) {
  .page.news.notice .pagination {
    margin-top: 4.4rem !important;
  }
}

.page.greencar.esg .button-display {
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .page.greencar.esg .button-display {
    margin-top: 6.4rem;
  }
}
.page.greencar.esg .button-display .btn {
  width: 16rem;
}

.page.greencar.about .section .section-body .figure img {
  width: 100%;
}
.page.greencar.about .post-list.module-f {
  margin-top: 14rem;
}
@media (max-width: 1023px) {
  .page.greencar.about .post-list.module-f {
    margin-top: 8rem;
  }
}

.page.greencar.history .local .local-body.module-a.style-b {
  overflow: unset;
}

.page.greencar.ci .board-list.module-g {
  margin-top: 4.8rem;
}
@media (max-width: 1023px) {
  .page.greencar.ci .board-list.module-g {
    margin-top: 3.6rem;
  }
}
.page.greencar.ci .banner-list.module-d {
  margin-top: 14rem;
}
@media (max-width: 1023px) {
  .page.greencar.ci .banner-list.module-d {
    margin-top: 8rem;
  }
}

.page.etc.user-terms .form-display.module-a .form-list .form-item .form.select.module-a {
  width: 24rem;
}
.page.etc #termsContent b, .page.etc #termsContent strong {
  font-weight: bolder;
}
.page.etc #termsContent h3 {
  font-weight: bold;
}
.page.etc #termsContent h5 {
  color: #2e2e2e;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 31px;
}
.page.etc #termsContent table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.page.etc #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;
}
.page.etc #termsContent table tr th:last-child {
  border-right: 1px solid #e2e2e5;
}
.page.etc #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;
}

/*# sourceMappingURL=style.css.map */
