body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #030507;
  letter-spacing: -0.02em;
  font-size: 14px;
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Thin"), url(../fonts/NotoSansKR-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Light"), url(../fonts/NotoSansKR-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Regular"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Medium"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Bold"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Black"), url(../fonts/NotoSansKR-Black.otf) format("opentype");
  font-weight: 900;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

caption {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.link {
  display: inline-block;
  font-size: 16px;
  padding: 10px 16px;
  background-color: #868e96;
  font-weight: 500;
  color: #ffffff;
  border-radius: 4px;
}
.link__container {
  margin-top: 12px;
  text-align: center;
}
.link:hover {
  background-color: #78818a;
}

@media (min-width: 1024px) {
  .link__container {
    text-align: left;
  }
  .link__container.center {
    text-align: center;
  }
}
.icon {
  font-style: normal;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon_map {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon_map.png");
}

.main-page .swiper {
  height: 100svh;
}
.main-page .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}
.main-page .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 14px 0 !important;
}
.main-page .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.55) !important;
}
.main-page .swiper-pagination-vertical.swiper-pagination-bullets,
.main-page .swiper-vertical > .swiper-pagination-bullets {
  right: 20px !important;
  top: 128px !important;
  transform: translateY(-40px) !important;
}
.main-page .swiper-text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-100px);
  word-break: keep-all;
  text-align: center;
  padding: 0 16px;
  line-height: 1.2;
  opacity: 0;
  transition: opacity 1.5s ease-in-out, transform 1s ease-in-out;
}
.main-page .swiper-text__sm {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 6px;
  background-color: #404040;
  color: #ffffff;
  opacity: 0.75;
  padding: 3px 8px;
  border-radius: 2px;
}
.main-page .swiper-text__md {
  color: #ffffff;
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 28px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.15);
}
.main-page .swiper-text p {
  letter-spacing: -0.03em;
}
.main-page .swiper-text h1 {
  position: relative;
  font-size: 70px;
  font-weight: 900;
  color: rgb(45, 64, 83);
  letter-spacing: -0.03em;
  word-spacing: 0;
  text-shadow: 0 0 4px rgba(45, 63, 83, 0.2);
}
.main-page .swiper-text h1.white {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
}
.main-page .swiper-text h1.white::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.main-page .swiper-text h1::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  opacity: 0.3;
  top: -10px;
  left: 50%;
  background-color: #2d4053;
  transform: translateX(-50%);
}
.main-page .swiper-text .more-link {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.05em;
  font-weight: 700;
  padding: 4px 80px 4px 4px;
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out;
  margin-top: 40px;
}
.main-page .swiper-text .more-link:hover {
  opacity: 1;
}
.main-page .swiper-text .more-link::before {
  top: 9px;
  right: 20px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 9px;
  background-image: url(..//images/icon_swiper-more.png);
}
.main-page .swiper-text .more-link::after {
  content: "";
  top: -2px;
  right: 7px;
  position: absolute;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  opacity: 0.3;
}
.main-page .swiper-slide.second .swiper-text__md {
  font-size: 36px;
}
.main-page .swiper-slide.second .swiper-text h1 {
  font-size: 64px;
}
.main-page .swiper-slide.third .swiper-text h1 {
  font-size: 82px;
}
.main-page .swiper-slide-active .swiper-text {
  opacity: 1;
  transform: translateX(-50%) translateY(-160px);
}
.main-page .swiper-slide-active img {
  transform: scale(1.07);
}
.main-page .swiper-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  opacity: 0.65;
}
.main-page .swiper-scroll > svg {
  display: inline-block;
}
.main-page .swiper-scroll > p {
  color: #ffffff;
  font-weight: 700;
  margin-top: 8px;
}
.main-page .swiper-scroll #wheel {
  animation: scroll ease 2s infinite;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60px);
  }
}

@media (min-width: 1024px) {
  .main-page .swiper-pagination-vertical.swiper-pagination-bullets,
  .main-page .swiper-vertical > .swiper-pagination-bullets {
    top: 50% !important;
    right: 120px !important;
  }
  .main-page .swiper-button-prev,
  .main-page .swiper-button-next {
    display: flex !important;
  }
  .main-page .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    margin: 26px 0 !important;
  }
  .main-page .swiper-text__sm {
    font-size: 18px;
  }
  .main-page .swiper-text__md {
    font-size: 52px;
  }
  .main-page .swiper-text h1 {
    font-size: 94px;
  }
  .main-page .swiper-text .more-link {
    font-size: 24px;
  }
  .main-page .swiper-text .more-link::before {
    top: 12px;
    right: 20px;
    width: 50px;
    height: 9px;
  }
  .main-page .swiper-text .more-link::after {
    top: 1px;
    right: 7px;
    width: 36px;
    height: 36px;
  }
  .main-page .swiper-slide.second .swiper-text__md {
    font-size: 46px;
  }
  .main-page .swiper-slide.second .swiper-text h1 {
    font-size: 80px;
  }
  .main-page .swiper-slide.third .swiper-text h1 {
    font-size: 112px;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  }
  .main-page .swiper-slide.third .swiper-text h1::before {
    display: none;
  }
}
.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 32px;
  height: 3px;
  background-color: #ffffff;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.is-sub .icon-1,
.is-sub .icon-2,
.is-sub .icon-3 {
  background-color: #16191d;
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.icon-1.a {
  transform: rotate(40deg);
  background-color: #16191d;
}

.icon-3.b {
  transform: rotate(-40deg);
  background-color: #16191d;
}

.icon-2.c {
  opacity: 0;
  background-color: #16191d;
}

.clear {
  clear: both;
}

.tab {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 10px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.tab > button {
  background-color: #b1b6b9;
  color: #f9f9f9;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}
.tab > button:hover {
  background-color: #a4a9ad;
}
.tab > button.active {
  background-color: #7e8282;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.gallery .grid-container {
  display: grid;
  margin: 0 auto;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.gallery .grid-container .grid-item {
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.gallery .grid-container .grid-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery .grid-container .grid-item .name {
  position: absolute;
  padding: 4px 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 8px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #7a7a7a;
  gap: 6px;
  font-weight: 500;
  margin-bottom: 32px;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 4px;
}

@media (min-width: 1024px) {
  .breadcrumb {
    padding-inline: 8px;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: all 0.2s ease-in-out;
}
.header.scrolled {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.header__content {
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 0 12px;
  height: 80px;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  opacity: 0.95;
  z-index: 100;
}
.header__logo img {
  width: 64px;
}
.header__logo span {
  font-size: 18px;
  font-weight: 700;
  color: #16191d;
}
.header__logo:hover {
  opacity: 1;
}
.header__nav {
  flex-grow: 1;
  max-width: 720px;
  justify-content: space-between;
  gap: 16px;
  display: none;
  font-size: 18px;
  font-weight: 500;
}
.header__nav li {
  position: relative;
  color: #e7e7e7;
}
.header__nav li a {
  position: relative;
  padding: 12px 24px;
  word-break: keep-all;
  white-space: nowrap;
}
.header__nav li a.current {
  color: #3c3e52;
  font-weight: 700;
}
.header__nav li a:hover {
  color: #ffffff;
}
.header__nav li a:hover::before {
  width: calc(100% - 46px);
  opacity: 1;
}
.header__nav li a::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  width: 0;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e7e7e7;
  opacity: 0.4;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.header__nav li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 2px;
}
.header__trigger-btn {
  z-index: 99;
}

.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 20;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mobile-nav.opened {
  height: 100svh;
}
.mobile-nav__inner {
  padding-top: 80px;
}
.mobile-nav__list li {
  position: relative;
  padding: 0px 10px;
}
.mobile-nav__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #16191d;
  padding: 14px 8px;
  border-radius: 3px;
}
.mobile-nav__list li a svg {
  fill: #16191d;
}
.mobile-nav__list li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #f1f3f5;
}

@media screen and (min-width: 1024px) {
  .header__content {
    justify-content: flex-start;
    gap: 220px;
  }
  .header__nav {
    display: flex;
  }
  .header__trigger-btn {
    display: none;
  }
}
.footer {
  padding: 14px 12px;
  background-color: #e5e5e5;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  margin-inline: auto;
  color: #666968;
  gap: 10px;
}
.footer__logo {
  width: 64px;
  flex-shrink: 0;
  filter: grayscale(50%) opacity(0.5);
}
.footer__misc {
  font-size: 13px;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 4px;
  flex-wrap: wrap;
  margin-top: 4px;
  word-break: keep-all;
}
.footer__misc span {
  position: relative;
}
.footer__misc span + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  height: 12px;
  background-color: currentColor;
  opacity: 0.3;
  margin-bottom: 4px;
}

.footer-support {
  background-color: #cecece;
  padding: 10px 16px;
  font-size: 13px;
  color: #666968;
  font-weight: 500;
}
.footer-support__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin-inline: auto;
  gap: 4px;
  word-break: keep-all;
  text-align: center;
}
.footer-support__image {
  width: 200px;
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.main.is-sub {
  padding-top: 80px;
}

.sub-content {
  max-width: 1280px;
  margin-inline: auto;
  padding: 40px 14px;
}

.header.is-sub {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.header.is-sub .header__nav li {
  color: #343a40;
}
.header.is-sub .header__nav li a::before {
  background-color: #212529;
}
.header.is-sub .header__nav li a:hover {
  color: #0d0f12;
}

.category-image {
  position: relative;
  height: 220px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.category-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  opacity: 0.66;
}
.category-image .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 12px));
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 700;
  color: #ffffff;
  opacity: 0.97;
  z-index: 1;
}

@media screen and (min-width: 640px) {
  .sub-content {
    padding: 40px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .sub-content {
    padding: 84px 20px;
  }
  .category-image {
    height: 300px;
  }
  .category-image .title {
    font-size: 48px;
  }
}
.contact-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

.contact-subTitle {
  min-width: 140px;
  width: 100%;
  padding-top: 9px;
  flex-shrink: 0;
}
.contact-subTitle span {
  color: #50514f;
  font-weight: 500;
  font-size: 16px;
}

.contact-form {
  padding-bottom: 48px;
  margin-top: -20px;
}
.contact-form h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 44px;
}
.contact-form__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
  max-width: 620px;
  margin-inline: auto;
  border-top: 2px solid #495057;
  padding: 28px 10px;
}

.required {
  position: absolute;
  top: -28px;
  right: 2px;
  color: #666968;
  font-size: 13px;
  font-weight: 500;
}

.asterisk {
  color: #ff6b6b !important;
  font-weight: 700 !important;
}

.contact-radio {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-radio__container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
  font-size: 16px;
  height: 42px;
}
.contact-radio input {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #adb5bd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.contact-radio input::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
}
.contact-radio input:checked {
  border-color: #339af0;
}
.contact-radio input:checked::before {
  background-color: #339af0;
}

.contact-inputContainer {
  flex-grow: 1;
}

.contact-input {
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 10px;
  outline: none;
  width: 100%;
}
.contact-input:focus {
  border-color: #16191d;
}

.contact-textarea {
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 8px 10px;
  outline: none;
  height: 160px;
  resize: none;
  width: 100%;
}
.contact-textarea:focus {
  border-color: #16191d;
}

.privacy {
  position: relative;
  padding-top: 28px;
}
.privacy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 2px;
  background-color: #495057;
}
.privacy__title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
}
.privacy__description {
  font-size: 13px;
  word-break: keep-all;
  color: #666968;
  padding-bottom: 4px;
}
.privacy__check {
  padding-top: 4px;
  text-align: right;
}
.privacy__check label {
  font-size: 16px;
  color: #16191d;
  font-weight: 500;
}
.privacy__check label input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #adb5bd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  outline: none;
}
.privacy__check label input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  border-width: 0 2px 2px 0;
  border-color: transparent;
  background-color: transparent;
  rotate: 45deg;
  left: 5px;
  top: 1px;
}
.privacy__check label input[type=checkbox]:checked {
  background-color: #339af0;
  border-color: #339af0;
}
.privacy__check label input[type=checkbox]:checked::before {
  border-color: #ffffff;
}
.privacy .terms {
  color: #666968;
  padding: 12px 12px 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.privacy .terms strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #252521;
  font-weight: 500;
}
.privacy .terms strong ~ strong {
  padding-top: 8px;
}
.privacy .terms p {
  padding-top: 8px;
  padding-left: 4px;
}
.privacy .terms p + p {
  padding-top: 4px;
}
.privacy .terms ul {
  padding-top: 8px;
  padding-left: 4px;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  max-width: 400px;
  height: 56px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  background-color: #1c7ed6;
  color: #ffffff;
}
.contact-submit__container {
  text-align: center;
  margin-top: 24px;
}
.contact-submit:hover {
  background-color: #1971bf;
}

@media (min-width: 640px) {
  .contact-form__inner {
    padding: 28px 16px;
  }
}
@media (min-width: 1024px) {
  .contact-form__inner {
    gap: 24px;
  }
  .contact-subTitle {
    width: auto;
  }
  .contact-row {
    flex-direction: row;
    gap: 0px;
  }
  .contact-submit {
    width: 240px;
  }
  .privacy::before {
    width: calc(100% + 32px);
  }
}
.intro__second {
  margin-top: 40px;
}

.intro-category {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
  align-items: center;
  padding: 28px 20px 20px;
}
.intro-category + .intro-category {
  margin-top: 36px;
}
.intro-category__left {
  z-index: 1;
  top: 0px;
  left: 0;
  aspect-ratio: 16/9;
  border-radius: 3px;
  overflow: hidden;
}
.intro-category__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-category__right {
  position: relative;
  width: 100%;
  border-radius: 3px;
}
.intro-category__right-inner {
  text-align: center;
  padding-top: 4%;
}
.intro-category__right-inner .number {
  display: inline-flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  background-color: #495057;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.95;
}
.intro-category__right-inner h3 {
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 900;
  word-break: keep-all;
  text-align: center;
  letter-spacing: -0.035em;
  color: #16191d;
  line-height: 1.35;
  margin-top: 16px;
}
.intro-category__right-inner p {
  font-size: 20px;
  text-align: center;
  margin-top: 36px;
  color: #343a40;
  font-weight: 500;
  word-break: keep-all;
}

.intro-info {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.intro-info > * {
  flex: 1;
  border-radius: 3px;
  padding: 12px 24px 20px;
}
.intro-info > * h3 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  padding-left: 14px;
}
.intro-info > * h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  height: calc(1em - 4px);
  background-color: currentColor;
  opacity: 0.55;
}
.intro-info__contact {
  position: relative;
  background-color: #f5f5f5;
  min-width: 280px;
  flex-grow: 2;
}
.intro-info__contact h3 {
  color: #212529;
}
.intro-info__contact-description {
  font-size: 18px;
  font-weight: 500;
  color: #495057;
  word-break: keep-all;
}
.intro-info__contact-description.bold {
  font-weight: 700;
  color: #212529;
  font-size: 20px;
}
.intro-info__contact-image {
  display: inline-block;
  opacity: 0.85;
  overflow: hidden;
  max-width: 280px;
}
.intro-info__contact-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-info__contact-imageContainer {
  text-align: center;
  flex-grow: 1;
}
.intro-info__contact-info {
  position: relative;
  text-align: center;
  padding-top: 34px;
}
.intro-info__contact address {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
.intro-info__contact address p {
  position: relative;
  font-size: 14px;
}
.intro-info__contact address p + p::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  height: 12px;
  background-color: currentColor;
  opacity: 0.2;
  margin-bottom: 4px;
}
.intro-info__contact address .th {
  display: inline-block;
  margin-right: 8px;
  color: #495057;
}
.intro-info__contact address .td {
  font-weight: 500;
  color: #343a40;
}
.intro-info__location {
  border: 1px solid #dee2e6;
  width: 100%;
  flex-grow: 3;
  flex-shrink: 0;
}
.intro-info__location h3 {
  color: #16191d;
}
.intro-info__location .map-wrapper {
  width: 100%;
  overflow: hidden;
}
.intro-info__location address {
  margin-top: 18px;
}
.intro-info__location address .icon {
  flex-shrink: 0;
}
.intro-info__location address p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #16191d;
  word-break: keep-all;
}

@media screen and (min-width: 1024px) {
  .intro__second {
    margin-top: 80px;
  }
  .intro-category {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 8%;
    background-color: transparent;
  }
  .intro-category + .intro-category {
    margin-top: 84px;
  }
  .intro-category__left {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 56%;
    aspect-ratio: 16/9;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .intro-category__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .intro-category__right {
    position: relative;
    width: 64%;
    aspect-ratio: 16/9;
    background-color: #f2f2f5;
    overflow: hidden;
  }
  .intro-category__right-inner {
    position: absolute;
    width: 94%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 36%;
    padding-right: 9%;
    padding-top: 8%;
    border: 2px solid #a0a0a0;
    border-radius: 2px;
  }
  .intro-category__right-inner h3 {
    font-size: clamp(38px, 3.8vw, 50px);
    text-align: center;
  }
  .intro-category.reverse {
    flex-direction: row-reverse;
  }
  .intro-category.reverse .intro-category__left {
    left: auto;
    right: 0;
  }
  .intro-category.reverse .intro-category__right {
    padding-left: 5%;
    padding-right: 40%;
  }
  .intro-category.reverse .intro-category__right-inner {
    padding-left: 6%;
    padding-right: 40%;
  }
}
.business-slogan {
  position: relative;
  font-size: 40px;
  font-weight: 500;
  color: #030507;
  line-height: 1.35;
  text-align: center;
  margin-top: 64px;
  word-break: keep-all;
}
.business-slogan .first {
  position: relative;
  color: #354456;
  letter-spacing: -0.04em;
  z-index: 0;
}
.business-slogan .first b {
  font-weight: 900;
  color: #2c425c;
}
.business-slogan .first::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/images/icon_business-quote.png);
  width: 72px;
  height: 72px;
  background-size: cover;
  top: -34px;
  left: -16px;
  z-index: -1;
}
.business-slogan .second {
  letter-spacing: -0.04em;
  color: #343a40;
}
.business-slogan .second b {
  font-weight: 900;
  color: #16191d;
}

.business-diagram {
  margin-top: -24px;
  margin-bottom: 60px;
}

.business-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 48px;
  margin-bottom: 80px;
}
.business-area__item {
  flex-shrink: 0;
  max-width: 560px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.business-area__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 32px;
}
.business-area__info {
  text-align: center;
}
.business-area__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #343a40;
  margin-bottom: 16px;
  line-height: 0.95;
  height: 56px;
}
.business-area__title .sub {
  font-size: 0.6em;
  opacity: 0.8;
}
.business-area__description {
  font-size: 18px;
  font-weight: 500;
  color: #495057;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.business-section {
  padding-bottom: 120px;
}
.business-section__title {
  word-break: keep-all;
  text-align: center;
  margin-bottom: 42px;
}
.business-section__title h4 {
  font-size: 48px;
  font-weight: 700;
  color: #252521;
  letter-spacing: -0.03em;
}
.business-section__title > span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #868e96;
  margin-top: 2px;
}
.business-section.canopy {
  margin-top: 28px;
}

.character-list {
  display: none;
  min-height: 400px;
}
.character-list.active {
  display: block;
}

.character-more {
  display: block;
  text-align: center;
  margin-top: 80px;
}
.character-more a {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  padding: 16px 100px;
  border-radius: 50px;
  border: 1px solid #adb5bd;
  color: #495057;
  background-color: #f7f7f7;
  cursor: pointer;
}
.character-more a:hover {
  background-color: #f2f2f2;
}

.oem-examples {
  position: relative;
  overflow: hidden;
  padding: 0 6%;
}
.oem-examples .swiper-slide {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 6px;
}
.oem-examples .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oem-examples .swiper-button-prev,
.oem-examples .swiper-button-next {
  display: none !important;
  color: #343a40;
  opacity: 0.4;
}
.oem-examples .swiper-button-prev::after,
.oem-examples .swiper-button-next::after {
  position: relative;
  z-index: 1;
}
.oem-examples .swiper-button-prev::before,
.oem-examples .swiper-button-next::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  background-color: #dee2e6;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50%;
}
.oem-examples .swiper-button-prev {
  left: 28px !important;
}
.oem-examples .swiper-button-prev::before {
  transform: translate(-48%, -50%);
}
.oem-examples .swiper-button-next {
  right: 24px !important;
}
.oem-examples .swiper-button-next::before {
  transform: translate(-58%, -50%);
}

@media (min-width: 640px) {
  .business-slogan {
    font-size: 48px;
  }
  .business-slogan .first::before {
    width: 96px;
    height: 96px;
    top: -52px;
    left: -24px;
  }
  .oem-examples {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .business-slogan {
    font-size: 56px;
  }
  .business-slogan .first::before {
    width: 120px;
    height: 120px;
    top: -64px;
    left: -28px;
  }
  .business-diagram {
    margin-top: -32px;
    margin-bottom: 100px;
  }
  .business-area {
    flex-direction: row;
    align-items: flex-start;
    row-gap: 28px;
    margin-bottom: 100px;
  }
  .business-area__item {
    max-width: 394px;
    text-align: left;
  }
  .oem-examples {
    padding: 0;
  }
  .oem-examples .swiper-slide {
    max-width: 380px;
    width: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .oem-examples .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .oem-examples .swiper-button-prev,
  .oem-examples .swiper-button-next {
    display: block !important;
  }
  .business-section.canopy {
    margin-top: 52px;
  }
}
.tnpcanopy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 8px;
  padding-right: 8px;
}
.tnpcanopy__item {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: flex-start;
  flex-direction: column;
}
.tnpcanopy__item.reverse {
  flex-direction: column;
  align-items: flex-end;
}
.tnpcanopy__item.reverse .tnpcanopy__info {
  text-align: right;
  flex-grow: 1;
  align-items: flex-end;
}
.tnpcanopy__image {
  border-radius: 4px;
  overflow: hidden;
  max-width: 620px;
  flex-shrink: 0;
}
.tnpcanopy__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tnpcanopy__info {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  row-gap: 28px;
  flex-grow: 1;
}
.tnpcanopy__title {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.tnpcanopy__description {
  font-size: 20px;
  word-break: keep-all;
  font-weight: 500;
  color: #495057;
  line-height: 1.7;
  letter-spacing: -0.02em;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: balance;
}
.tnpcanopy .border-dashed {
  display: none;
}
.tnpcanopy .point-dot {
  display: none;
}

@media (min-width: 1024px) {
  .tnpcanopy {
    align-items: stretch;
    row-gap: 100px;
    padding-left: 0;
    padding-right: 0;
  }
  .tnpcanopy__item {
    flex-direction: row;
  }
  .tnpcanopy__item.reverse {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .tnpcanopy__info {
    margin-top: 92px;
  }
}
@media (min-width: 1280px) {
  .tnpcanopy .border-dashed {
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-image: linear-gradient(1800deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #F1F3F6, #F1F3F6, #F1F3F6, #F1F3F6, #F1F3F6);
    background-size: 3px 20px, 100% 20px;
    border: none;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tnpcanopy .point-dot {
    display: block;
    position: absolute;
    z-index: 1;
    width: 22px;
    height: 22px;
    background-color: #2561a5;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .tnpcanopy .point-dot.n01 {
    top: 200px;
  }
  .tnpcanopy .point-dot.n02 {
    top: 680px;
  }
  .tnpcanopy .point-dot.n03 {
    top: 1160px;
  }
}/*# sourceMappingURL=style.css.map */