@charset "UTF-8";
.hp_fw200 {
  font-weight: 200 !important;
}

.hp_fw300 {
  font-weight: 300 !important;
}

.hp_fw500 {
  font-weight: 500 !important;
}

.hp_fw600 {
  font-weight: 600 !important;
}

.hp_fw700 {
  font-weight: 700 !important;
}

.hp_smHide {
  display: block !important;
}
@media (max-width: 550px) {
  .hp_smHide {
    display: none !important;
  }
}

.hp_mdHide {
  display: block !important;
}
@media (max-width: 830px) {
  .hp_mdHide {
    display: none !important;
  }
}

.hp_xlHide {
  display: block !important;
}
@media (max-width: 1280px) {
  .hp_xlHide {
    display: none !important;
  }
}

.hp_smOnly {
  display: none !important;
}
@media (max-width: 830px) {
  .hp_smOnly {
    display: block !important;
  }
}

.hp_mdOnly {
  display: none !important;
}
@media (max-width: 830px) {
  .hp_mdOnly {
    display: block !important;
  }
}

.hp_smOnly {
  display: none !important;
}
@media (max-width: 550px) {
  .hp_smOnly {
    display: block !important;
  }
}

:root {
  --cl-primary: #036EB8;
  --cl-tna-01: #ff0;
  --cl-tna-02: #fff;
  --cl-font: #222;
  --cl-bg: #f7f7f7;
  --cl-bg--rgb: 247, 247, 247;
  --cl-gray-01: #E5E5E5;
  --cl-gray-02: #B5B5B6;
  --cl-gray-03: #727272;
  --cl-black: #000;
  --cl-black-01: #222;
  --cl-white: #FFF;
  --cl-pink: #F19CA6;
  --cl-coral: #ED8080;
  --cl-purple: #6F2ACB;
  --cl-blue: #4441CB;
  --ft-size-root: 100%;
  --mw-layout: 1800px;
  --w-scrollBar: 8px;
  --h-header: 90px;
  --p-ly: 40px;
  --p-ly-lg: 140px;
  --p-card: 3.75rem;
  --p-card-lg: 90px;
  --mb-mainSection: 14.375rem;
  --mb-subSection: 8.75rem;
  --brs-card: 2.5rem;
}

@media (max-width: 1600px) {
  :root {
    --p-ly: 50px;
    --p-ly-lg: 50px;
    --p-card-lg: 3.75rem;
  }
}
@media (max-width: 1280px) {
  :root {
    --ft-size-root: 93.75%;
  }
}
@media (max-width: 1024px) {
  :root {
    --ft-size-root: 87.5%;
  }
}
@media (max-width: 830px) {
  :root {
    --ft-size-root: 81.25%;
  }
}
@media (max-width: 550px) {
  :root {
    --h-header: 70px;
    --p-ly: 20px;
    --p-ly-lg: 20px;
    --p-card: 23px;
    --p-card-lg: 20px;
    --brs-card: 23px;
    --mb-mainSection: 140px;
  }
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

html, .lenis {
  font-size: var(--ft-size-root);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  color: var(--cl-font);
  font-family: "Pretendard";
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  background-color: var(--cl-bg);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: inherit;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: inherit;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  all: unset;
  font: inherit;
  color: inherit;
}

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

img {
  max-width: 100%;
  vertical-align: top;
}

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

button {
  background: none;
  border: 0;
  cursor: pointer;
}

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

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  src: url("/assets/fonts/Pretendard-ExtraBold.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: url("/assets/fonts/Pretendard-Bold.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: url("/assets/fonts/Pretendard-SemiBold.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: url("/assets/fonts/Pretendard-Medium.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: url("/assets/fonts/Pretendard-Regular.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: url("/assets/fonts/Pretendard-Light.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  src: url("/assets/fonts/Pretendard-ExtraLight.subset.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
/* Chrome, Edge, Safari (WebKit 계열) */
body::-webkit-scrollbar {
  width: var(--w-scrollBar);
}

body::-webkit-scrollbar-track {
  background: #ececec;
}

body::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 5px;
}

.js_scrollAni {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.js_scrollAni.is_active {
  opacity: 1;
  transform: translateY(0);
}

.ly_container {
  margin: 0 auto;
  max-width: var(--mw-layout);
  padding-left: var(--p-ly);
  padding-right: var(--p-ly);
}

.ly_container__lg {
  margin: 0 auto;
  max-width: var(--mw-layout);
  padding-left: var(--p-ly-lg);
  padding-right: var(--p-ly-lg);
}

.ly_main {
  padding-top: var(--h-header);
}

#header {
  position: fixed;
  width: 100%;
  z-index: 20;
}
#header .el_dimmed {
  background: rgba(var(--cl-bg--rgb), 0.8);
  z-index: -1;
  backdrop-filter: blur(3px);
  transition: background-color 0.3s, height 0.3s;
  height: var(--h-header);
}

.ly_header {
  margin: 0 auto;
  max-width: var(--mw-layout);
  padding: 0 var(--p-ly);
}
.ly_header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--h-header);
}

.bl_headerLogo_img {
  height: 48px;
}
@media (max-width: 550px) {
  .bl_headerLogo_img {
    height: 30px;
  }
}

.bl_headerNav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.bl_headerNav_list {
  display: flex;
  gap: 5rem;
}
.bl_headerNav_item {
  font-size: 1.25rem;
  font-weight: 500;
  transition: color 0.3s;
}
.bl_headerNav_item:hover {
  color: var(--cl-primary);
}
.bl_headerNav_item.is_active {
  font-weight: 600;
  color: var(--cl-primary);
}
@media (max-width: 1280px) {
  .bl_headerNav {
    display: none;
  }
}

.bl_headerMenu {
  display: flex;
  gap: 0.9375rem;
}
@media (max-width: 1280px) {
  .bl_headerMenu {
    display: none;
  }
}
.bl_headerMenu .bl_headerMenu_btn {
  font-weight: 500;
  padding: 0.8rem 1.375rem;
}
.bl_headerMenu .bl_langBtn {
  display: flex;
  border: 1px solid var(--cl-gray-02);
}
.bl_headerMenu .bl_langBtn_option {
  display: flex;
  align-items: center;
  color: var(--cl-gray-02);
}
.bl_headerMenu .bl_langBtn_option.is_active {
  color: var(--cl-primary);
  font-weight: 700;
}
.bl_headerMenu .bl_langBtn_option:first-child::after {
  content: "";
  display: block;
  height: 1rem;
  width: 2px;
  margin: 0 0.25rem;
  background: var(--cl-gray-02);
}
.bl_headerMenu .bl_gotoBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--cl-primary);
  color: var(--cl-white);
}
.bl_headerMenu .bl_gotoBtn svg {
  width: 13px;
  height: 13px;
  stroke-width: 1.5px;
  margin-bottom: 0.125rem;
  transition: transform 0.3s;
}
.bl_headerMenu .bl_gotoBtn:hover svg {
  transform: rotate(45deg);
}

body.is_mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 550px) {
  body.is_mobile {
    padding-right: var(--w-scrollBar);
  }
}

.bl_moHeaderMenu {
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--cl-primary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .bl_moHeaderMenu {
    display: flex;
  }
}
@media (max-width: 550px) {
  .bl_moHeaderMenu {
    width: 40px;
    height: 40px;
  }
}
.bl_moHeaderMenu_bar {
  display: block;
  position: relative;
  width: 50%;
  height: 1px;
  background: var(--cl-white);
}
.bl_moHeaderMenu_bar::before, .bl_moHeaderMenu_bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--cl-white);
  transition: all 0.3s;
}
.bl_moHeaderMenu_bar::before {
  top: -6px;
}
.bl_moHeaderMenu_bar::after {
  top: 6px;
}
.bl_moHeaderMenu.is_active {
  background: transparent;
}
.bl_moHeaderMenu.is_active .bl_moHeaderMenu_bar {
  background: transparent;
}
.bl_moHeaderMenu.is_active .bl_moHeaderMenu_bar::before {
  top: 0px;
  transform: rotate(45deg);
}
.bl_moHeaderMenu.is_active .bl_moHeaderMenu_bar::after {
  top: 0px;
  transform: rotate(-45deg);
}

.bl_moHeader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s;
}

.bl_moHeaderNav {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--cl-gray-02);
}
.bl_moHeaderNav_item > a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.125rem;
  display: flex;
  justify-content: space-between;
  padding: 1.5625rem 10px;
}
.bl_moHeaderNav_item > a svg {
  width: 1.375rem;
  height: 1.375rem;
  transition: transform 0.3s;
  stroke-width: 0.5px;
}
.bl_moHeaderNav_item > a.is_active {
  color: var(--cl-primary);
}

.ly_header.is_mobile .bl_headerLogo {
  display: none;
}
.ly_header.is_mobile .bl_headerMenu {
  display: flex;
}
.ly_header.is_mobile .el_dimmed {
  height: 100dvh !important;
  background: rgba(var(--cl-bg--rgb), 0.95) !important;
}
.ly_header.is_mobile .bl_moHeaderMenu {
  background: transparent;
}
.ly_header.is_mobile .bl_moHeaderMenu_bar {
  background: transparent;
  transition: transform 0.3s;
}
.ly_header.is_mobile .bl_moHeaderMenu_bar::before, .ly_header.is_mobile .bl_moHeaderMenu_bar::after {
  top: 0 !important;
  background: var(--cl-font);
}
.ly_header.is_mobile .bl_moHeaderMenu_bar::before {
  transform: rotate(45deg) scale(1.1);
}
.ly_header.is_mobile .bl_moHeaderMenu_bar::after {
  transform: rotate(-45deg) scale(1.1);
}
.ly_header.is_mobile .bl_moHeader {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.ly_footer {
  background-color: #111;
  border-top-right-radius: var(--brs-card);
  border-top-left-radius: var(--brs-card);
}
.ly_footer_inner {
  padding-top: 5.625rem;
  padding-bottom: 8.125rem;
  padding-left: var(--p-ly) !important;
  padding-right: var(--p-ly) !important;
}
@media (max-width: 1024px) {
  .ly_footer_inner {
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 550px) {
  .ly_footer_inner {
    padding-top: 50px;
  }
}
.ly_footer_content {
  display: flex;
}
.ly_footer_content__1 {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.bl_footerLogo {
  margin-bottom: 5.9375rem;
}
@media (max-width: 1024px) {
  .bl_footerLogo {
    margin-bottom: 5rem;
  }
}
@media (max-width: 550px) {
  .bl_footerLogo {
    margin-bottom: 30px;
  }
}
.bl_footerLogo_img {
  height: 3.4375rem;
}
@media (max-width: 550px) {
  .bl_footerLogo_img {
    height: 35px;
  }
}

.ly_footer_bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .ly_footer_bottom {
    flex-direction: column;
    gap: 40px;
  }
}

.ly_footer_content {
  display: flex;
  flex-direction: column;
}
.ly_footer_content__right {
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .ly_footer_content__right {
    align-items: flex-start;
  }
}

.bl_footerPolicy {
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--cl-white);
  margin-bottom: 15px;
}
.bl_footerPolicy > li {
  display: flex;
  align-items: center;
}
.bl_footerPolicy > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 1rem;
  margin: 0 5px;
  background-color: var(--cl-white);
}

.bl_footerInfo {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.3;
  color: var(--cl-white);
  word-break: keep-all;
}
.bl_footerInfo_address {
  margin-bottom: 5px;
}
.bl_footerInfo_etc {
  display: flex;
  flex-wrap: wrap;
}
.bl_footerInfo_etc li:not(:last-child)::after {
  content: "/";
  color: var(--cl-white);
  margin: 0 5px;
}

.bl_footerSNS {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .bl_footerSNS {
    gap: 15px;
  }
}
.bl_footerSNS img {
  width: 30px;
  height: 30px;
}

.bl_footerCopyright {
  font-size: 1.125rem;
  color: var(--cl-gray-03);
}

.el_icon {
  color: var(--cl-font);
}

.el_btn {
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 1.5625rem;
  padding: 0.9375rem 1.5rem;
  cursor: pointer;
}

.bl_arrowBtn {
  position: relative;
}
.bl_arrowBtn_txt {
  padding-right: 0.875rem;
}
@media (min-width: 830px) {
  .bl_arrowBtn_txt {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding-right: 2.8125rem;
  }
}
.bl_arrowBtn_icon {
  color: var(--cl-black);
  width: 2rem;
}
@media (min-width: 830px) {
  .bl_arrowBtn_icon {
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 830px) {
  .bl_arrowBtn:hover .bl_arrowBtn_txt {
    opacity: 1;
    visibility: visible;
  }
  .bl_arrowBtn:hover .bl_arrowBtn_icon {
    transform: translate(100%, -50%);
  }
}

.bl_scTitle_sub {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--cl-primary);
}
@media (max-width: 550px) {
  .bl_scTitle_sub {
    font-size: 4.5vw;
  }
}
.bl_scTitle_main {
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.25rem;
  word-break: keep-all;
}
@media (max-width: 550px) {
  .bl_scTitle_main {
    font-size: 8.5vw;
    letter-spacing: -2px;
  }
}

.el_dimmed {
  position: absolute;
  inset: 0;
}

.el_tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.el_tag {
  display: flex;
  gap: 0.1875rem;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 17px;
  line-height: 1;
  padding: 0.3125rem 0.875rem;
  color: var(--cl-gray-02);
  background: var(--cl-white);
  border: 1px solid var(--cl-gray-01);
}
.el_tag::before {
  content: "#";
}

.bl_mainSwiper {
  margin-bottom: var(--mb-mainSection);
}
.bl_mainSwiper .swiper {
  position: relative;
  border-radius: var(--brs-card);
  overflow: hidden;
  height: clamp(750px, 96dvh - var(--h-header), 800px);
}
@media (max-width: 1600px) {
  .bl_mainSwiper .swiper {
    height: clamp(700px, 92dvh - var(--h-header), 800px);
  }
}
@media (max-width: 550px) {
  .bl_mainSwiper .swiper {
    height: calc(95dvh - var(--h-header));
  }
}
.bl_mainSwiper .swiper .swiper-slide .bl_mainSwiper_txt > * {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s ease, opacity 1s ease;
}
.bl_mainSwiper .swiper .swiper-slide .bl_mainSwiper_txt_title {
  transition-delay: 0.4s;
}
.bl_mainSwiper .swiper .swiper-slide .bl_mainSwiper_txt_desc {
  transition-delay: 0.8s;
}
.bl_mainSwiper .swiper .swiper-slide .bl_mainSwiper_img {
  transition: transform 4s ease;
  transform: scale(1.1);
}
.bl_mainSwiper .swiper .swiper-slide.show {
  z-index: 1;
}
.bl_mainSwiper .swiper .swiper-slide.show .bl_mainSwiper_txt > * {
  opacity: 1;
  transform: translateY(0px);
}
.bl_mainSwiper .swiper .swiper-slide.show .bl_mainSwiper_img {
  transform: scale(1);
}
.bl_mainSwiper .swiper .swiper-pagination {
  display: flex;
  gap: 10px;
  position: absolute;
  width: auto;
  left: auto;
  right: 100px;
  bottom: 70px;
}
@media (max-width: 550px) {
  .bl_mainSwiper .swiper .swiper-pagination {
    right: 50%;
    transform: translateX(50%);
  }
}
.bl_mainSwiper .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  overflow: hidden;
}
.bl_mainSwiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 65px;
  border-radius: 5px;
}
.bl_mainSwiper .swiper .swiper-pagination .swiper-pagination-bullet .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--cl-white);
  border-radius: 5px;
  transition: width 0s;
}
.bl_mainSwiper_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 var(--p-card-lg);
  color: var(--cl-white);
  z-index: 100;
}
@media (max-width: 1280px) {
  .bl_mainSwiper_txt {
    top: 12%;
    transform: translateY(0%);
  }
}
.bl_mainSwiper_txt_sub {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 550px) {
  .bl_mainSwiper_txt_sub {
    font-size: 5vw;
  }
}
.bl_mainSwiper_txt_title {
  display: flex;
  flex-direction: column;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .bl_mainSwiper_txt_title {
    font-size: 10vw;
  }
}
.bl_mainSwiper_txt_desc {
  font-size: 1.5rem;
}
@media (max-width: 550px) {
  .bl_mainSwiper_txt_desc {
    font-size: 16px;
  }
}
.bl_mainSwiper_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bl_mainSwiper_img__1 {
  background-image: url("/assets/images/mainSwiper_1.jpg");
}
.bl_mainSwiper_img__2 {
  background-image: url("/assets/images/mainSwiper_2.jpg");
}
.bl_mainSwiper_img__3 {
  background-image: url("/assets/images/mainSwiper_3.jpg");
}

.bl_mainStory {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--mb-mainSection);
}
.bl_mainStory_title {
  margin-top: 50px;
}
@media (max-width: 550px) {
  .bl_mainStory_title {
    margin-top: 20px;
  }
}
.bl_mainStory_title_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-black);
  font-size: 8.4375rem;
  font-weight: 700;
  letter-spacing: -0.3125rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .bl_mainStory_title_txt {
    font-size: 7.8125rem;
  }
}
@media (max-width: 1024px) {
  .bl_mainStory_title_txt {
    font-size: 6.875rem;
  }
}
@media (max-width: 830px) {
  .bl_mainStory_title_txt {
    font-size: 11vw;
  }
}
.bl_mainStory_title_icon {
  display: block;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  background-color: var(--cl-pink);
  border-radius: 1.4375rem;
  margin: 0 20px;
}
@media (max-width: 1024px) {
  .bl_mainStory_title_icon {
    width: 5.9375rem;
    height: 5.9375rem;
  }
}
@media (max-width: 550px) {
  .bl_mainStory_title_icon {
    width: 60px;
    height: 60px;
    border-radius: 11px;
    margin: 0 10px;
  }
}
.bl_mainStory_title_icon img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-40%);
  height: 85%;
  object-fit: cover;
  overflow: visible;
}
.bl_mainStory_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 830px) {
  .bl_mainStory_bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 45px;
  }
}
@media (max-width: 550px) {
  .bl_mainStory_bottom {
    text-align: left;
    gap: 28px;
  }
}
.bl_mainStory_bottom .bl_mainStory_desc_ttl {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .bl_mainStory_bottom .bl_mainStory_desc_ttl {
    margin: 0 12px 10px;
  }
}
.bl_mainStory_bottom .bl_mainStory_desc_txt {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media (max-width: 550px) {
  .bl_mainStory_bottom .bl_mainStory_desc_txt {
    margin: 0 12px;
  }
}
.bl_mainStory_bottom .el_btn {
  border: 1px solid var(--cl-font);
}
.bl_mainStory_ani {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.bl_mainStory_ani img {
  position: absolute;
}
.bl_mainStory_ani img:first-child {
  width: 30%;
}
@media (max-width: 830px) {
  .bl_mainStory_ani img:first-child {
    width: 50%;
  }
}
.bl_mainStory_ani img:last-child {
  width: 20%;
}
@media (max-width: 830px) {
  .bl_mainStory_ani img:last-child {
    width: 40%;
  }
}

.bl_mainService {
  margin-bottom: var(--mb-mainSection);
}
.bl_mainService .bl_scTitle {
  margin-bottom: 5rem;
}
@media (max-width: 550px) {
  .bl_mainService .bl_scTitle {
    margin-bottom: 30px;
  }
}
.bl_mainService_swiper {
  overflow: visible;
}

.bl_hoverCard {
  position: relative;
  border-radius: var(--brs-card);
  min-height: 700px;
  padding: var(--p-card) var(--p-card) 0 var(--p-card);
  transition: width 0.5s ease;
}
@media (min-width: 1280px) {
  .bl_hoverCard {
    position: absolute;
    width: calc(50% - 12.5px) !important;
  }
  .bl_hoverCard_wrapper {
    margin-bottom: 700px;
    padding-bottom: 220px;
  }
  .bl_hoverCard__1 {
    top: 0;
    left: 0;
  }
  .bl_hoverCard__2 {
    top: 0;
    right: 0;
  }
  .bl_hoverCard:hover {
    width: 100% !important;
    z-index: 2;
  }
  .bl_hoverCard:hover .bl_hoverCard_txt_sub {
    font-size: 1.875rem;
  }
  .bl_hoverCard:hover .bl_hoverCard_txt_ttl {
    font-size: 3.5rem;
  }
  .bl_hoverCard:hover .bl_hoverCard_desc, .bl_hoverCard:hover .bl_arrowBtn {
    opacity: 1;
    transform: translateY(0px);
  }
  .bl_hoverCard:hover .bl_hoverCard_img {
    height: 480px;
    transform: translateX(70%);
  }
}
@media (max-width: 1280px) {
  .bl_hoverCard {
    min-height: 800px;
  }
}
@media (max-width: 550px) {
  .bl_hoverCard {
    min-height: 550px;
  }
}
.bl_hoverCard__1 {
  background: var(--cl-coral);
}
.bl_hoverCard__1 .el_dimmed {
  background: linear-gradient(to bottom, #cc5858 0%, rgba(0, 0, 0, 0) 40%);
}
.bl_hoverCard__2 {
  background: linear-gradient(to top right, var(--cl-purple), var(--cl-blue));
}
.bl_hoverCard__2 .el_dimmed {
  background: linear-gradient(to bottom, rgba(63, 31, 133, 0.8705882353) 0%, rgba(0, 0, 0, 0) 30%);
}
.bl_hoverCard_txt {
  color: var(--cl-white);
}
.bl_hoverCard_txt_sub {
  font-size: 1.75rem;
  font-weight: 600;
  transition: all 0.3s;
  margin-bottom: 0.9375rem;
}
@media (max-width: 550px) {
  .bl_hoverCard_txt_sub {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.bl_hoverCard_txt_ttl {
  font-size: 3.125rem;
  line-height: 1.15;
  letter-spacing: -0.1875rem;
  transition: all 0.3s;
  margin-bottom: 1.25rem;
}
@media (max-width: 1280px) {
  .bl_hoverCard_txt_ttl {
    min-height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .bl_hoverCard_txt_ttl {
    font-size: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 15px;
  }
}
.bl_hoverCard_txt_ttl span {
  font-weight: 300;
}
.bl_hoverCard_txt_ttl strong {
  display: block;
  font-weight: 600;
}
.bl_hoverCard_desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--cl-white);
  max-width: 580px;
  word-break: keep-all;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .bl_hoverCard_desc {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s, transform 0.4s;
  }
}
@media (max-width: 550px) {
  .bl_hoverCard_desc {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.bl_hoverCard .bl_arrowBtn {
  display: inline-block;
  color: var(--cl-white);
  font-weight: 200;
  border: 1px solid var(--cl-white);
  z-index: 1;
}
@media (min-width: 1280px) {
  .bl_hoverCard .bl_arrowBtn {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.bl_hoverCard .bl_arrowBtn_icon {
  color: var(--cl-white);
}
.bl_hoverCard_img {
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: translateX(50%);
  transition: transform 0.5s, height 0.5s;
  width: 100%;
  height: 450px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.bl_hoverCard_img__1 {
  background-image: url("/assets/images/mainService_1.png");
}
.bl_hoverCard_img__2 {
  background-image: url("/assets/images/mainService_2.png");
}
@media (max-width: 1280px) {
  .bl_hoverCard_img {
    width: 90%;
  }
}
.bl_hoverCard .el_dimmed {
  z-index: -10;
  border-radius: var(--brs-card);
}

.bl_mainNews {
  margin-bottom: 10rem;
}
.bl_mainNews .bl_scTitle {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 550px) {
  .bl_mainNews .bl_scTitle {
    margin-bottom: 20px;
  }
}

.bl_newsCard {
  display: flex;
  background: var(--cl-white);
  border-radius: var(--brs-card);
  overflow: hidden;
}
.bl_newsCard > * {
  flex: 1;
}
@media (max-width: 550px) {
  .bl_newsCard > * {
    flex: none;
  }
}
.bl_newsCard:not(:last-child) {
  margin-bottom: 20px;
}
.bl_newsCard:hover .bl_newsCard_img > img {
  scale: 1.1;
}
@media (max-width: 550px) {
  .bl_newsCard {
    flex-direction: column;
  }
}
.bl_newsCard_txt {
  display: flex;
  align-items: center;
  padding: var(--p-card) 0 var(--p-card) var(--p-card);
}
.bl_newsCard_txt .bl_newsCard_mark {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 550px) {
  .bl_newsCard_txt .bl_newsCard_mark {
    font-size: 18px;
  }
}
.bl_newsCard_txt .bl_newsCard_mark__fm {
  color: var(--cl-coral);
}
.bl_newsCard_txt_ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.bl_newsCard_txt_ttl svg {
  width: 20px;
  transform: rotate(90deg);
  margin-top: 1px;
  margin-left: 5px;
}
.bl_newsCard_txt_desc {
  font-size: 1.25rem;
  word-break: keep-all;
  line-height: 1.7;
  max-width: 21rem;
}
.bl_newsCard_txt .el_btn {
  display: inline-block;
  border: 1px solid var(--cl-font);
  margin-top: 40px;
}
@media (max-width: 550px) {
  .bl_newsCard_txt .el_btn {
    display: none;
  }
}
.bl_newsCard_img {
  overflow: hidden;
}
@media (max-width: 550px) {
  .bl_newsCard_img {
    height: 220px;
  }
}
.bl_newsCard_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.bl_banner {
  margin-top: 25px;
  margin-bottom: var(--mb-subSection);
}
@media (max-width: 1024px) {
  .bl_banner {
    margin-top: 0px;
  }
}
.bl_banner_inner {
  border-radius: var(--brs-card);
  height: clamp(380px, 33vw, 650px);
  padding: var(--p-card-lg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .bl_banner_inner {
    height: clamp(380px, 40vw, 650px);
  }
}
@media (max-width: 1024px) {
  .bl_banner_inner {
    height: clamp(380px, 50vw, 650px);
  }
}
@media (max-width: 830px) {
  .bl_banner_inner {
    aspect-ratio: 1/1;
    height: auto;
  }
}
@media (max-width: 550px) {
  .bl_banner_inner {
    aspect-ratio: auto;
    min-height: 350px;
    height: calc(65vh - var(--h-header));
  }
}
.bl_banner_txt {
  color: var(--cl-white);
}
@media (max-width: 550px) {
  .bl_banner_txt {
    text-align: center;
  }
}
.bl_banner_txt_sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .bl_banner_txt_sub {
    font-size: 5vw;
    margin-top: 5vh;
  }
}
.bl_banner_txt_title {
  font-size: 3.75rem;
  line-height: 1.1;
  letter-spacing: -0.1875rem;
}
@media (max-width: 550px) {
  .bl_banner_txt_title {
    font-size: 8.5vw;
    letter-spacing: -1px;
  }
}
.bl_banner_txt_title > span:first-child {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 550px) {
  .bl_banner_txt_title > span:first-child {
    font-weight: 400 !important;
    margin-bottom: 0px;
  }
}

.bl_overview {
  margin-bottom: var(--mb-subSection);
}
.bl_overview .bl_scTitle {
  text-align: center;
  margin-bottom: 30px;
}
.bl_overview_desc {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8;
  width: clamp(320px, 70vw, 950px);
  margin: 0 auto 3.75rem;
}
.bl_overview_desc p {
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .bl_overview_desc {
    width: 80vw;
  }
}
@media (max-width: 550px) {
  .bl_overview_desc {
    width: 90vw;
  }
}
.bl_overview_img {
  height: clamp(350px, 29vw, 580px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bl_business {
  margin-bottom: 12.5rem;
}
.bl_business .bl_scTitle {
  margin-bottom: 6.25rem;
}
.bl_business_contentUnit {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.bl_business_content {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .bl_business_content {
    flex-direction: column !important;
    gap: 3.125rem;
  }
}
.bl_business_content > * {
  flex: 1;
  min-width: 0;
}
.bl_business_content__reverse {
  flex-direction: row-reverse;
}
.bl_business_ttl {
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .bl_business_ttl {
    margin-bottom: 20px;
  }
}
.bl_business_ttl_main {
  display: flex;
  font-size: 3.4375rem;
  font-weight: 700;
  align-items: center;
  letter-spacing: -0.1875rem;
}
@media (max-width: 550px) {
  .bl_business_ttl_main {
    font-size: 35px;
  }
}
.bl_business_ttl_main .el_bar {
  display: block;
  width: 4px;
  height: 3rem;
  background: var(--cl-gray-01);
  margin: 0 1.25rem;
}
@media (max-width: 550px) {
  .bl_business_ttl_main .el_bar {
    height: 30px;
  }
}
.bl_business_ttl_sub {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 550px) {
  .bl_business_ttl_sub {
    font-size: 17px;
  }
}
.bl_business_txtList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: 1.25rem;
}
@media (max-width: 1024px) {
  .bl_business_txtList {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0px;
    column-gap: 3.75rem;
  }
}
@media (max-width: 550px) {
  .bl_business_txtList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bl_business_txtItem {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--cl-gray-01);
  cursor: pointer;
}
@media (max-width: 550px) {
  .bl_business_txtItem {
    padding: 15px 0;
  }
}
.bl_business_txtItem_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.125rem;
  color: var(--cl-gray-02);
  transition: color 0.3s;
}
@media (max-width: 550px) {
  .bl_business_txtItem_title {
    font-size: 25px;
  }
}
.bl_business_txtItem_title svg {
  width: 2rem;
  height: 2rem;
  color: var(--cl-gray-02);
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.bl_business_txtItem_desc {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s;
}
.bl_business_txtItem_desc p {
  width: 80%;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--cl-gray-03);
  word-break: keep-all;
  padding-top: 10px;
}
.bl_business_txtItem_desc .el_tagList {
  margin-top: 1rem;
}
.bl_business_txtItem.is_active .bl_business_txtItem_title {
  color: var(--cl-font);
}
.bl_business_txtItem.is_active .bl_business_txtItem_title svg {
  color: var(--cl-black);
  transform: rotate(0deg);
}
.bl_business_txtItem:hover .bl_business_txtItem_title {
  color: var(--cl-font);
}
.bl_business_linkWrap {
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .bl_business_linkWrap {
    display: flex;
    gap: 1.75rem;
    justify-content: flex-end;
  }
}
.bl_business_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.25rem;
}
.bl_business_link:not(:first-child) {
  margin-top: 0.1875rem;
}
.bl_business_link svg {
  width: 1rem;
  height: 2rem;
  transform: rotate(90deg);
  margin-left: 0.3125rem;
  stroke-width: 3px;
}
@media (min-width: 1280px) {
  .bl_business_right {
    margin: auto 0;
  }
}
.bl_business_imgList {
  position: relative;
  border-radius: var(--brs-card);
  overflow: hidden;
  aspect-ratio: 1;
}
@media (max-width: 1280px) {
  .bl_business_imgList {
    aspect-ratio: 1/1.2;
  }
}
@media (max-width: 1024px) {
  .bl_business_imgList {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 550px) {
  .bl_business_imgList {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.bl_business_imgItem {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bl_business_imgItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  visibility: hidden;
}
.bl_business_imgItem.is_active img {
  opacity: 1;
  visibility: visible;
}

.pg_story .bl_scTitle_sub {
  color: var(--cl-primary) !important;
}
.pg_story .bl_banner_inner {
  background-image: url("/assets/images/banner_3.jpg");
}
.pg_story .bl_overview_img {
  background-image: url("/assets/images/overview_3.jpg");
}
@media (max-width: 550px) {
  .pg_story .bl_overview {
    margin-bottom: 0px !important;
  }
}

.bl_coreValue {
  margin-bottom: 15.625rem;
}
@media (max-width: 550px) {
  .bl_coreValue {
    padding: 0px !important;
  }
}
.bl_coreValue_inner {
  background: linear-gradient(to bottom, var(--cl-black-01) 70%, #04365a 100%);
  border-radius: var(--brs-card);
  padding: 6.875rem var(--p-card-lg) 9.375rem;
}
@media (max-width: 550px) {
  .bl_coreValue_inner {
    border-radius: 0px;
    padding: 6.875rem var(--p-card-lg) 50px;
  }
}
.bl_coreValue .bl_scTitle {
  text-align: center;
  margin-bottom: 7.8125rem;
}
@media (max-width: 550px) {
  .bl_coreValue .bl_scTitle {
    margin-bottom: 30px;
  }
}
.bl_coreValue .bl_scTitle_main {
  color: var(--cl-white) !important;
}
.bl_coreValue_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .bl_coreValue_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .bl_coreValue_list {
    row-gap: 30px;
  }
}
.bl_coreValue_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_coreValue_icon {
  aspect-ratio: 1;
  margin-bottom: 3.75rem;
}
@media (max-width: 550px) {
  .bl_coreValue_icon {
    margin-bottom: 1.875rem;
  }
}
.bl_coreValue_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bl_coreValue_txt {
  text-align: center;
  line-height: 1.3;
}
.bl_coreValue_txt_title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: var(--cl-white);
}
.bl_coreValue_txt_sub {
  font-size: 1.25rem;
  color: var(--cl-gray-02);
  word-break: keep-all;
}

.bl_brand {
  margin-bottom: 11.875rem;
}
.bl_brand .bl_scTitle {
  margin-bottom: 50px;
}
.bl_brand_top {
  display: flex;
  margin-bottom: 20px;
}
.bl_brand_top > * {
  flex: 1;
}
@media (max-width: 830px) {
  .bl_brand_top {
    margin-bottom: 10px;
  }
}
.bl_brand_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-white);
  border-radius: var(--brs-card);
  aspect-ratio: 1.65/1;
}
.bl_brand_img img {
  width: 60%;
}
.bl_brand_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
}
.bl_brand_txt_inner {
  width: 80%;
}
.bl_brand_txt_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.bl_brand_txt_desc {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media (max-width: 830px) {
  .bl_brand_txt {
    margin-top: 40px;
    text-align: center;
  }
  .bl_brand_txt_inner {
    width: 90%;
    margin: 0 auto;
  }
}
.bl_brand_imgUnit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 830px) {
  .bl_brand_imgUnit {
    gap: 10px;
  }
}
@media (max-width: 550px) {
  .bl_brand_imgUnit {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bl_contactCard {
  color: var(--cl-white);
  margin-bottom: 12.5rem;
}
@media (max-width: 550px) {
  .bl_contactCard {
    text-align: center;
  }
}
.bl_contactCard_inner {
  position: relative;
  background: linear-gradient(to top right, var(--cl-black-01) 0%, #061e30 50%, var(--cl-primary) 100%);
  padding: 5.625rem var(--p-card-lg);
  border-radius: var(--brs-card);
  overflow: hidden;
}
.bl_contactCard_txtWrap {
  position: relative;
  z-index: 2;
}
.bl_contactCard_title {
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .bl_contactCard_title {
    font-size: 35px;
  }
}
.bl_contactCard_desc {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 40px;
}
.bl_contactCard_btn {
  display: inline-block;
  border: currentColor 1px solid;
}
.bl_contactCard_btn span {
  padding: 0 2rem;
}
.bl_contactCard_ani {
  position: absolute;
  top: 0;
  bottom: 70%;
  left: 30%;
  right: 100%;
  z-index: 1;
  width: 50%;
  height: 70%;
}
.bl_contactCard_ani img {
  position: absolute;
}
.bl_contactCard_ani img:first-child {
  width: 43.75rem;
}
.bl_contactCard_ani img:last-child {
  width: 31.25rem;
}

.pg_service__1 .bl_scTitle_sub {
  color: var(--cl-coral) !important;
}
.pg_service__1 .bl_banner_inner {
  position: relative;
  background: var(--cl-coral) !important;
}
.pg_service__1 .bl_banner_txt {
  position: relative;
  z-index: 2;
}
.pg_service__1 .bl_banner_bakImg {
  width: 100%;
}
.pg_service__1 .bl_banner_bakImg_wrapper {
  position: absolute;
  right: 5%;
  bottom: -2.7%;
  z-index: 1;
  width: 70%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 830px) {
  .pg_service__1 .bl_banner_bakImg_wrapper {
    right: 50%;
    bottom: -1.5%;
    transform: translateX(50%);
    width: 95%;
  }
}
@media (max-width: 550px) {
  .pg_service__1 .bl_banner_bakImg_wrapper {
    bottom: -1%;
    width: 100%;
  }
}
.pg_service__1 .bl_overview_img {
  background-image: url("/assets/images/overview_1.jpg");
}
.pg_service__1 .bl_business_link {
  color: var(--cl-coral) !important;
}

.bl_char {
  margin-bottom: 18.75rem;
}
.bl_char_title {
  width: clamp(200px, 55vw, 910px);
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .bl_char_title {
    width: 85%;
  }
}
@media (max-width: 830px) {
  .bl_char_title {
    width: 100%;
  }
}
.bl_char_title img {
  width: 100%;
}

.bl_charIntro {
  position: relative;
  aspect-ratio: 1.8/1;
  width: clamp(180px, 50vw, 810px);
  margin: -50px auto 0;
}
@media (max-width: 1280px) {
  .bl_charIntro {
    width: 75%;
  }
}
@media (max-width: 830px) {
  .bl_charIntro {
    width: 90%;
  }
}
.bl_charIntro_img {
  position: absolute;
  display: flex;
  align-items: flex-end;
  height: 100%;
  visibility: hidden;
  cursor: pointer;
}
.bl_charIntro_img img, .bl_charIntro_img video {
  visibility: visible;
}
.bl_charIntro_img__ukki {
  z-index: 6;
  left: 0;
}
.bl_charIntro_img__ukki img, .bl_charIntro_img__ukki video {
  height: 66%;
}
.bl_charIntro_img__jilong {
  z-index: 6;
  left: 23.5%;
}
.bl_charIntro_img__jilong img, .bl_charIntro_img__jilong video {
  height: 30%;
}
.bl_charIntro_img__joa {
  z-index: 4;
  left: 9%;
}
.bl_charIntro_img__joa img, .bl_charIntro_img__joa video {
  height: 100%;
}
.bl_charIntro_img__hao {
  z-index: 4;
  left: 31%;
}
.bl_charIntro_img__hao img, .bl_charIntro_img__hao video {
  height: 45%;
}
.bl_charIntro_img__jaemi {
  z-index: 6;
  right: 26%;
}
.bl_charIntro_img__jaemi img, .bl_charIntro_img__jaemi video {
  height: 67%;
}
.bl_charIntro_img__sama {
  z-index: 6;
  right: 17%;
  margin-left: -24%;
}
.bl_charIntro_img__sama img, .bl_charIntro_img__sama video {
  height: 27%;
}
.bl_charIntro_img__ippu {
  z-index: 2;
  right: 0;
}
.bl_charIntro_img__ippu img, .bl_charIntro_img__ippu video {
  height: 63%;
}
.bl_charIntro_img__dayo {
  z-index: 2;
  right: 4%;
}
.bl_charIntro_img__dayo img, .bl_charIntro_img__dayo video {
  height: 20%;
  margin-bottom: 190%;
}
.bl_charIntro_txtBox {
  position: absolute;
  z-index: 10;
  background: var(--cl-white);
  border: 0.5rem solid currentColor;
  border-radius: var(--brs-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media (max-width: 1280px) {
  .bl_charIntro_txtBox {
    top: 0 !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -110%) !important;
  }
}
@media (max-width: 830px) {
  .bl_charIntro_txtBox {
    width: 65%;
  }
}
@media (max-width: 550px) {
  .bl_charIntro_txtBox {
    width: 85%;
  }
}
.bl_charIntro_txtBox.is_active {
  opacity: 1;
  visibility: visible;
}
.bl_charIntro_txtBox_name {
  height: 6.25rem;
  margin-bottom: 15px;
}
.bl_charIntro_txtBox_name img {
  height: 100%;
}
.bl_charIntro_txtBox_ttl {
  color: currentColor;
  text-align: center;
  word-break: keep-all;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4;
}
.bl_charIntro_txtBox__ukki {
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  color: #BFA0C5;
}
.bl_charIntro_txtBox__jilong {
  bottom: 0;
  left: 32%;
  color: #F49E00;
}
.bl_charIntro_txtBox__joa {
  top: 0;
  left: 15%;
  transform: translateX(-100%);
  color: #2F3E48;
}
.bl_charIntro_txtBox__hao {
  bottom: 5%;
  right: 1%;
  color: #A1CF7A;
}
.bl_charIntro_txtBox__jaemi {
  bottom: 10%;
  right: 0;
  transform: translateX(50%);
  color: #856136;
}
.bl_charIntro_txtBox__sama {
  bottom: 0;
  right: 0;
  transform: translateX(60%);
  color: #D19EC2;
}
.bl_charIntro_txtBox__sama .bl_charIntro_txtBox_name {
  height: 5rem;
}
.bl_charIntro_txtBox__ippu {
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  color: #F19CA6;
}
.bl_charIntro_txtBox__dayo {
  top: 0;
  right: 0;
  transform: translateX(100%);
  color: #FAC000;
}
.bl_charIntro_shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  margin-bottom: -0.5%;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1000;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

.cursor .bg-0 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(237, 128, 128, 0.7960784314);
  transform: translate(-50%, -50%);
}

.cursor .bg {
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
}

.cursor.on .bg {
  opacity: 1;
  transform: scale(1);
  position: absolute;
  left: -45px;
  top: -45px;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  width: 90px;
  height: 90px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 90px;
  color: #fff;
  background: rgba(237, 128, 128, 0.8901960784);
}

.pg_service__2 .bl_scTitle_sub {
  color: var(--cl-blue) !important;
}
.pg_service__2 .bl_banner_inner {
  background-image: url("/assets/images/banner_2.jpg");
}
.pg_service__2 .bl_overview_img {
  background-image: url("/assets/images/overview_2.jpg");
}
.pg_service__2 .bl_business_txtList {
  grid-template-columns: repeat(1, 1fr) !important;
}
.pg_service__2 .bl_business_link {
  color: var(--cl-blue) !important;
}

.bl_systemOverview {
  margin-bottom: 18.75rem;
}
.bl_systemOverview .bl_overview {
  margin-bottom: 6.25rem;
}
@media (max-width: 550px) {
  .bl_systemOverview .bl_overview {
    margin-bottom: 50px;
  }
}

.bl_imgCard_unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  .bl_imgCard_unit {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .bl_imgCard_unit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bl_imgCard_thumb {
  aspect-ratio: 5/4;
  margin-bottom: 1.5625rem;
}
@media (max-width: 550px) {
  .bl_imgCard_thumb {
    margin: 0 40px 15px;
  }
}
.bl_imgCard_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--brs-card);
  overflow: hidden;
}
.bl_imgCard_txt {
  text-align: center;
}
.bl_imgCard_txt_title {
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 550px) {
  .bl_imgCard_txt_title {
    font-size: 22px;
  }
}
.bl_imgCard_txt_sub {
  font-size: 1.25rem;
  color: var(--cl-gray-02);
  word-break: keep-all;
}

.pg_contactUs {
  background: linear-gradient(to top right, var(--cl-black-01) 0%, #061e30 50%, var(--cl-primary) 100%);
}
.pg_contactUs svg {
  width: 20px;
  height: 20px;
}

.bl_touch {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .bl_touch {
    flex-direction: column;
    gap: 60px;
  }
}
.bl_touch_ani {
  position: absolute;
  top: var(--h-header);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
}
.bl_touch_ani img {
  position: absolute;
}
.bl_touch_ani img:nth-child(1) {
  width: 43.75rem;
}
.bl_touch_ani img:nth-child(2) {
  width: 31.25rem;
}

.bl_touchInfo {
  flex: 1;
  color: var(--cl-white);
  margin-top: 7.5rem;
}
@media (max-width: 1280px) {
  .bl_touchInfo {
    margin-top: 0;
  }
}
.bl_touchInfo_ttl {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.1875rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 550px) {
  .bl_touchInfo_ttl {
    font-size: 50px;
  }
}
.bl_touchInfo_desc {
  font-size: 1.5625rem;
  word-break: keep-all;
  margin-bottom: 5rem;
}
@media (max-width: 1280px) {
  .bl_touchInfo_desc {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 550px) {
  .bl_touchInfo_desc {
    font-size: 18px;
  }
}
.bl_touchInfo_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
}
.bl_touchInfo_list li:not(:last-child) {
  margin-bottom: 10px;
}

.bl_touchCard {
  flex: 1;
  padding: var(--p-card);
  background: var(--cl-gray-01);
  border-radius: 1.5625rem;
}
.bl_touchCard_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2.8125rem;
}
.bl_touchCard_form {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin-bottom: 2.6875rem;
}
@media (max-width: 550px) {
  .bl_touchCard_form {
    row-gap: 1rem;
  }
}
.bl_touchCard_form_box {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 550px) {
  .bl_touchCard_form_box {
    flex-direction: column;
    gap: 1rem;
  }
}
.bl_touchCard_submit {
  display: flex;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.bl_touchCard_submit .el_btn {
  background: #144465;
  color: var(--cl-white);
  padding: 0.9375rem 3.5rem;
}

.el_touchForm {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.el_touchForm label {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.el_touchForm input, .el_touchForm textarea {
  border: 1px solid var(--cl-font);
  border-radius: 9px;
  padding: 0.625rem;
}
.el_touchForm textarea {
  min-height: 9.5rem;
}

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