@charset "UTF-8";

.main_section {
  width: 100%;
  height: 100vh;
}
.section .fade_up {
  opacity: 0;
  transition-duration: 0.7s;
  transform: translateY(30px);
}
.section.active .fade_up {
  opacity: 1;
  transform: translateY(0);
}
.section .fade_right {
  opacity: 0;
  transition-duration: 0.7s;
  transform: translateX(-30px);
}
.section.active .fade_right {
  opacity: 1;
  transform: translateX(0);
}
.section .fade_left {
  opacity: 0;
  transition-duration: 0.7s;
  transform: translateX(30px);
}
.section.active .fade_left {
  opacity: 1;
  transform: translateX(0);
}
.section .split_fade_right span {
  opacity: 0;
  /* transition: 0.7s; */
  display: inline-block;
  /* transform: translateX(-30px); */
}
.trs_3 {
  transition-delay: 0.3s;
}
.trs_6 {
  transition-delay: 0.6s;
}
.trs_9 {
  transition-delay: 0.9s;
}
.trs_12 {
  transition-delay: 1.2s;
}
.section.active .split_fade_right span {
  opacity: 1;
  transition: 0.7s;
  animation: move1 0.5s ease-in-out forwards;
}
@media screen and (max-width: 1280px) {
  .main_section,
  .section {
    height: auto !important;
    min-height: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .main_section,
  .section {
    overflow: hidden;
  }
}
.main_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
.main_tit {
  margin-bottom: 30px;
}
.main_tit > span {
  color: #eb8f22;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 16px;
  /* transition-delay: 0.6s; */
}
.main_tit h3 {
  color: #155855;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  letter-spacing: -1.44px;
  transition-delay: 0.3s !important;
}
.main_tit h3 b {
  font-weight: 700;
}
.main_tit p {
  color: #6c8480;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
@media screen and (max-width: 768px) {
  .main_tit span {
    margin-bottom: 10px;
  }
  .main_tit h3 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
  .main_tit p {
    font-size: 16px;
  }
}
.main_1 {
  position: relative;
  width: 100%;
  height: var(--setvh);
  background: #000;
  overflow: hidden;
}
.main_1 .camera {
  position: absolute;
  top: calc(50% + 80px);
  left: 50%;
  transform: translate(-50%, calc(-50% - 40px));
  width: 90%;
  height: calc(90% - 80px);
  z-index: 9999;
}
.section_1 .fp-overflow {
  /* overflow: hidden; */
}
.section_1 .main_1 .frame_wrap {
  transform: translate(-50%, -50%) scale(1.3);
  transition-delay: 0.3s;
  transition-duration: 1s;
}
.section_1.active .main_1 .frame_wrap {
  transform: translate(-50%, -50%) scale(1);
}

.main_1 .frame_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.main_1 .frame_wrap > div {
  width: 50%;
}

.main_1 .frame_2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.main_1 .frame_3 {
  display: flex;
  align-items: flex-end;
}
.main_1 .frame_4 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
/* #coords {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 10px;
  font-family: monospace;
  border-radius: 5px;
} */

.main_1 .bg {
  width: 100%;
  height: var(--setvh, 100vh);
  background-size: auto 110%;
  background-repeat: no-repeat;
  background-position-x: var(--x, center);
  background-position-y: var(--y, center);
  display: flex;
  align-items: center;
}
.main_1_1 {
  background-image: url('/img/main/main_1_1_bg.png');
}
.main_1_2 {
  background-image: url('/img/main/main_1_2_bg.png?v=2');
}
.main_1_3 {
  background-image: url('/img/main/main_1_3_bg.png?v=2');
}
.main_1 .grid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(var(--xGrid, -50%), var(--yGrid, -50%));
}
.main_1.off .grid,
.main_1.off .bg {
  transition: 0.6s all ease;
}

.main_1 .bottom_wrap {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  color: #fff;
}
.main_1 .bottom_wrap .pagination_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
.main_1 .bottom_wrap > img {
  margin: 0 auto;
}
.main_1 .fake_pagination {
  display: flex;
  gap: 20px;
}
.main_1 .fake_pagination span {
  display: flex;
  gap: 20px;
  align-items: center;
}
.main_1 .fake_pagination span::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.main_1 .swiper-pagination {
  position: static;
  width: fit-content;
  display: flex;
  gap: 20px;
}
.main_1 .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  margin: 0 !important;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  height: fit-content;
}
.main_1 .swiper-pagination-bullet:not(:last-child):after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.main_1 .swiper-pagination-bullet {
  position: relative;
}
.main_1 .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 28px;
  height: 14px;
  position: absolute;
  top: calc(100% + 10px);
  left: -11px;
  background: url('/img/main/main_1_vector3.svg');
  opacity: 0;
  transition: 0.3s;
}
.main_1 .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.main_1 .text_wrap {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}
.main_1_swiper .swiper-slide .text_wrap strong {
  color: #fff;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.4px;
  margin-bottom: 20px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.7s;
}
.main_1_swiper .swiper-slide-active .text_wrap strong {
  transform: translateY(0);
  opacity: 1;
}
.main_1 .text_wrap b {
  font-family: 'Spoqa Han Sans Neo';
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.4px;
  color: #eb8f22;
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.main_1_swiper .swiper-slide-active .text_wrap b span {
  transform: translateX(0);
  animation: move1 0.5s ease-in-out forwards;
  display: inline-block;
  transition: 0.3s;
  opacity: 0;
}
@keyframes move1 {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.main_1 .text_wrap p {
  color: #fff;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.main_1_swiper .swiper-slide .text_wrap p {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.7s;
  transition-delay: 1s;
}
.main_1_swiper .swiper-slide-active .text_wrap p {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .main_1_swiper .swiper-slide .text_wrap strong {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
  .main_1 .text_wrap b {
    font-size: 20px;
  }
  .main_1 .text_wrap p {
    font-size: 16px;
    line-height: 140%; /* 22.4px */
  }
  .main_1 .frame_wrap img {
    width: 110px;
  }
  .main_1 .bottom_wrap .pagination_wrap {
    font-size: 13px;
  }
  .main_1 .swiper-pagination-bullet::before {
    width: 20px;
    height: 7px;
  }
  .main_1 .swiper-pagination {
    gap: 8px;
  }
  .main_1 .fake_pagination {
    gap: 8px;
  }
  .main_1 .fake_pagination span {
    gap: 8px;
  }
  .main_1 .swiper-pagination-bullet {
    gap: 8px;
  }
  .main_1 .bottom_wrap .pagination_wrap {
    gap: 8px;
  }
  .main_1 .bottom_wrap .pagination_wrap > img {
    width: 10px;
  }
  .main_1 .bottom_wrap > img {
    width: 190px;
  }
  .main_1 .camera {
    height: calc(95% - 60px);
    top: calc(50% + 60px);
    transform: translate(-50%, calc(-50% - 30px));
  }
}
.main_2 {
  position: relative;
  /* padding-top: 80px; */
  box-sizing: border-box;
}
.main_2 .main_inner {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 5vw;
  max-width: 1360px;
  justify-content: space-between;
}
.main_2 .txt_wrap {
  padding: 0 5.2vw;
  display: flex;
  align-items: center;
  background: rgba(241, 248, 245, 0.95);
}
.main_2 .txt_wrap .content {
  margin-bottom: 30px;
  transition-delay: 0.6s;
}
.main_2 .txt_wrap .content p {
  color: var(--dark-point, #2e3440);
  font-family: 'Spoqa Han Sans Neo';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.main_2 .txt_wrap .content p:not(:last-child) {
  margin-bottom: 16px;
}
.main_2 .txt_wrap .content p:last-child {
  margin-bottom: 0;
}
.main_2_img1 {
  max-height: 100%;
}
.main_2_img2 {
  position: absolute;
  top: 64%;
  right: 30px;
}
.main_2 .link_btn {
  transition-delay: 0.9s;
}
@media screen and (max-width: 1680px) {
  .main_2 .main_inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1280px) {
  .main_2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main_2 .main_inner {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .main_2 .img_wrap {
    position: relative;
  }
  .main_2 .img_wrap img {
    margin: 0 auto;
    max-width: 337px;
  }
  .main_2_img2 {
    width: 200px;
    right: auto;
    top: 90%;
    left: calc(50% - 20px);
  }
  .main_2 .txt_wrap {
    background: var(--light-point, #f4f6fa);
    padding: 60px 0;
  }
  .main_2 .txt_wrap > div {
    width: 90%;
    margin: 0 auto;
  }
  .main_2 .txt_wrap .link_btn {
    margin: 0 auto;
  }
  .main_2 .txt_wrap .content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.main_3 {
  display: flex;
  align-items: center;
  background: url('/img/main/main_3_bg.png?v=2') no-repeat center center / cover;
}
.main_3 .main_tit {
  text-align: center;
}
.main_3 .main_tit span {
  color: #fff;
}
.main_3 .main_tit h3 {
  margin-bottom: 20px;
  color: #fff;
  transition-delay: 0.3s;
}
.main_3 .main_tit p {
  color: #fff;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.88px;
  transition-delay: 0.6s;
}
.main_3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  transition-delay: 0.9s !important;
}
.main_3 ul li {
  width: 355px;
  height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 999px;
}
.main_3 ul li img {
  margin: 0 auto 20px;
  width: 160px;
  animation: 3s upDown infinite ease-in-out;
}
.main_3 ul li:nth-child(2) img {
  animation: 3s upDown2 infinite ease-in-out;
}
.main_3 ul li strong {
  color: #155855;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -1.04px;
}
.main_3 ul li p {
  color: #155855;
  text-align: center;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.04px;
}

@font-face {
  font-family: 'ONE-Mobile-Title';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
}
.main_3 ul li p b {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1.92px;
}
.main_3 ul li p .counting {
  font-family: 'ONE-Mobile-Title';
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes upDown2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1500px) {
  .main_3 ul li {
    width: 337px;
    height: 337px;
  }
  .main_3 ul li img {
    width: 100px;
  }
  .main_3 ul li strong {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .main_3 ul li {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }
}
@media screen and (max-width: 1280px) {
  .main_3 {
    padding: 80px 0;
  }
  .main_3 ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main_3 .main_tit h3 {
    margin-bottom: 16px;
  }
  .main_3 .main_tit p {
    font-size: 16px;
    letter-spacing: -0.64px;
  }
  .main_3 ul {
    flex-direction: column;
    gap: 20px;
  }
  .main_3 ul li strong {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
  .main_3 ul li p b {
    font-size: 42px;

    letter-spacing: -1.68px;
  }
  .main_3 ul li p {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
}
.main_4 .main_inner {
  display: flex;
  height: 100%;
  max-width: 1360px;
}
.main_4 .img_wrap {
  width: 50%;
  height: 100%;
}
.main_4 .img_wrap .swiper {
  height: 100%;
}
.main_4 .img_wrap ._cover {
  height: 100%;
}
.main_4 .txt_wrap {
  width: 50%;
}
.main_4 .txt_wrap .swiper {
  height: 100%;
}
.main_4 .txt_wrap .swiper-slide {
  padding: 20px 5vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
}
.main_4 .txt_wrap span.top_txt {
  color: #eb8f22;
  font-family: 'Open Sans';
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section.active .main_4 .txt_wrap .split_fade_right span {
  opacity: 0;
  animation: none;
}
.section.active .main_4 .swiper-slide-active .split_fade_right span {
  opacity: 1;
  transition: 0.7s;
  animation: move1 0.5s ease-in-out forwards;
}
.main_4 .txt_wrap h3 {
  color: #155855;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 120%; /* 43.2px */
  transform: translateY(30px);
  transition: 0.7s;
  transition-delay: 0.3s;
  opacity: 0;
}
.main_4 .txt_wrap .swiper-slide-active h3 {
  transform: translateY(0);
  opacity: 1;
}
.main_4 .txt_wrap h3 b {
  font-weight: 700;
}
.main_4 .txt_wrap p {
  color: var(--dark-point, #2e3440);
  font-family: 'Spoqa Han Sans Neo';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 160%; /* 28.8px */
  transform: translateY(30px);
  transition: 0.7s;
  transition-delay: 0.6s;
  opacity: 0;
}
.main_4 .txt_wrap .swiper-slide-active p {
  transform: translateY(0);
  opacity: 1;
}
.main_4 .txt_wrap .load_wrap {
  position: relative;
  width: fit-content;
}
.main_4 .txt_wrap .load_wrap .load {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  transform: rotate(90deg);
}
.main_4 .txt_wrap .load_wrap .load circle {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.main_4 .txt_wrap .swiper-slide-active .load circle {
  animation: draw 3s linear forwards;
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.main_4 .txt_wrap .load_wrap span.num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #155855;

  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .main_4 .txt_wrap h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .main_4 .main_inner {
    flex-direction: column;
  }
  .main_4 .img_wrap {
    width: 100%;
    max-width: 337px;
    margin: 0 auto;
    border-right: 1px solid #e1e1e1;

    border-left: 1px solid #e1e1e1;
  }
  .main_4 .txt_wrap {
    width: 100%;
    max-width: 337px;
    border-right: 1px solid #e1e1e1;
    margin: 0 auto;
    border-left: 1px solid #e1e1e1;
  }
  .main_4 .txt_wrap p {
    font-size: 16px;
  }
  .main_4 .txt_wrap .swiper-slide {
    min-height: 500px;
  }
}
.main_5 {
  background: #e2f0ee;
  display: flex;
  align-items: center;
}
.main_5 .main_tit h3 {
  color: #155855;
  transition-delay: 0.3s;
}
.main_5 .main_tit p {
  transition-delay: 0.6s;
}
.main_5 ul {
  display: flex;
  gap: 1.2vw;
  margin-bottom: 24px;
}
.main_5 ul li {
  flex: 1;
  background: #fff;
  border-radius: 30px;
  padding: 40px 1.5vw;
  transition: 0.45s;
}
.main_5 ul li:hover {
  background: #155855;
}
.main_5 ul li strong {
  color: #2e3d40;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
  margin-bottom: 10px;
  transition: 0.45s;
}
.main_5 ul li:hover strong {
  color: #fff;
}
.main_5 ul li span {
  color: #e99c41;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  display: block;
  margin-bottom: 10px;
}

.main_5 ul li .list_wrap p {
  color: #2e3d40;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  transition: 0.45s;
}
.main_5 ul li:hover .list_wrap p {
  color: #fff;
}
.main_5 .txt_box {
  margin-bottom: 24px;
  color: #2e3d40;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  border-radius: 30px;
  border: 1px solid rgba(102, 115, 141, 0.2);
  padding: 20px 1.5vw;
  box-sizing: border-box;
}

.link_btn {
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: #0f4341;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
    0px 2px 4px 0px rgba(255, 255, 255, 0.8);
  padding: 6px 6px 6px 20px;
  gap: 10px;
  width: fit-content;
  color: #fff;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 1280px) {
  .main_5 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .main_5 ul li strong {
    font-size: 22px;
  }
  .main_5 ul li span {
    font-size: 16px;
  }
  .main_5 ul li .list_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main_5 ul {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
  .main_5 ul li {
    padding: 40px;
    box-sizing: border-box;
  }
  .main_5 .txt_box {
    padding: 16px 20px;
    margin-bottom: 16px;
  }
  .main_5 .link_btn {
    margin: 0 auto;
  }
}
.main_6 {
  background: var(--light-point, #f4faf9);
  display: flex;
  align-items: center;
}
.main_6 .main_tit h3 {
  margin-bottom: 16px;
}
.main_6 .list_wrap {
  padding: 20px 10px 20px 0;

  background: #fff;
  border-radius: 30px;
}
.main_6 .list_wrap > div {
  overflow-y: auto;
  max-height: calc(100vh - 400px);
  height: calc(100vh - 200px);
  box-sizing: border-box;
  border-radius: 30px;
  padding: 10px calc(1.5vw - 10px) 10px 1.5vw;
}
.main_6 .list_wrap > div::-webkit-scrollbar {
  width: 5px;
}
.main_6 .list_wrap > div::-webkit-scrollbar-thumb {
  background-color: #eb8f22;
  border-radius: 10px;
}
.main_6 .list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
}
.main_6 .list_wrap ul li {
  overflow: hidden;
  border-radius: 20px;
  width: calc((100% - 30px) / 4);
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
#main_6_slide .ico_close {
  width: 30px;
  height: 30px;
  filter: brightness(10);
}
#main_6_slide .modal_content {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
}
#main_6_slide .swiper {
  height: 100%;
  max-height: 920px;
}
#main_6_slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_6_slide .swiper-slide .inner_wrap {
  background: #fff;
  color: #171717;
  max-width: 80%;
  max-height: 80%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
#main_6_slide .swiper-slide .inner {
  /* padding: 20px; */
  /* box-sizing: border-box; */
  overflow-y: scroll;
  height: calc(80vh - 40px);
  /* overflow: hidden; */
}
#main_6_slide .swiper-slide .inner * {
  object-fit: contain;
  word-break: break-all;
  font-size: 14px !important;
}
#main_6_slide .swiper-slide .inner img {
  display: inline;
}
#main_6_slide .swiper-slide .inner > div {
}
#main_6_slide .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  z-index: 99999;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}
#main_6_slide .swiper_navigition {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}
#main_6_slide .swiper_navigition > div {
  cursor: pointer;
}
#main_6_slide .swiper_navigition svg path {
  fill: #fff;
}
@media screen and (max-width: 1280px) {
  .main_6 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .main_6 .main_tit span {
    margin-bottom: 10px;
  }
  .main_6 .list_wrap ul {
    gap: 6px;
  }
  .main_6 .list_wrap ul li {
    width: calc((100% - 20px) / 2);
  }
  #main_6_slide .btn_close {
    top: 20px;
    right: 20px;
  }
  #main_6_slide .swiper-slide > div {
    width: 80%;
  }

  #main_6_slide .swiper_navigition svg {
    width: 30px;
    height: 30px;
  }
}
.main_7 {
  display: flex;
  align-items: center;
}
.main_7 .con_wrap {
  display: flex;
  gap: 2vw;
}
.main_7 .form_box {
  padding: 30px 40px;
  border-radius: 16px;
  background: #fff;
  width: 48%;
  box-sizing: border-box;
  /* DROP-SH */
  box-shadow: 0px 2px 8px 0px rgba(145, 185, 124, 0.25);
}
.main_7 .map_box {
  width: calc(52% - 2vw);
  border-radius: 16px;
  overflow: hidden;
}
.main_7 .map_box iframe {
  height: 100%;
  width: 100%;
}
.main_7 .form_box .input_wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main_7 .form_box .input_wrap:not(:last-child) {
  margin-bottom: 10px;
}
.main_7 .form_box .input_wrap label {
  color: #444;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.main_7 .form_box .input_wrap input,
.main_7 .form_box .input_wrap textarea {
  border-radius: 6px;
  border: 1px solid var(--border1, #e1e1e1);
  color: var(--font-black, #414050);
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 400;
  resize: none;
  line-height: 140%; /* 21px */
  background: #fff;
  padding: 6px 14px;
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.main_7 .form_box .input_wrap textarea {
  height: 110px;
}
.main_7 .form_box .input_wrap input:focus,
.main_7 .form_box .input_wrap textarea:focus {
  border-radius: 6px;
  border: 1px solid var(--main, #e85d2c);
  box-shadow: 0px 2px 4px 0px rgba(201, 158, 114, 0.25);
}
.main_7 .form_box .input_wrap input:placeholder,
.main_7 .form_box .input_wrap textarea:placeholder {
  color: #b2b0b6;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.main_7 .form_box .input_wrap .tel_box {
  display: flex;
  gap: 6px;
  align-items: center;
}
.main_7 .form_box .input_wrap .tel_box input {
  width: 30%;
}

.main_7 .form_box .bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main_7 .form_box .bottom_wrap .chk_wrap {
  display: flex;
  align-items: center;
}
.main_7 .form_box .bottom_wrap .chk_wrap input {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  margin-right: 6px;
  position: relative;
}
.main_7 .form_box .bottom_wrap .chk_wrap input:after {
  content: '✓';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 14px;
  color: #155855;
  transition: 0.45s;
}
.main_7 .form_box .bottom_wrap .chk_wrap input:checked:after {
  opacity: 1;
}
.main_7 .form_box .bottom_wrap .chk_wrap label {
  color: var(--neutral-gray-900, #171717);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
  margin-right: 5px;
}
.main_7 .form_box .bottom_wrap .chk_wrap a {
  color: var(--neutral-gray-60001, #525252);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}
.main_7 .form_box .bottom_wrap button {
  color: #fff;
  font-family: 'Spoqa Han Sans Neo';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  border-radius: 999px;
  background: #0f4341;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.15),
    0px 2px 4px 0px rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 6px 6px 6px 20px;
  cursor: pointer;
}
.main_7 .form_box #mail {
  /* background: url('/img/main/ico_select.svg') no-repeat 95% center / 24px 24px; */
}
@media screen and (max-width: 1280px) {
  .main_7 {
    padding: 80px 0;
  }
  .main_7 .form_box .bottom_wrap {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main_7 .con_wrap {
    flex-direction: column;
    gap: 20px;
  }
  .main_7 .form_box {
    width: 100%;
    padding: 20px 12px;
  }
  .main_7 .map_box {
    width: 100%;
    height: 230px;
  }
}
.main_8 {
  padding: 20px 0;
  background: #f7f7f7;
}
.main_8 .swiper {
  padding: 10px 0;
}
.main_8 .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.main_8 .swiper .swiper-slide {
  border-radius: 30px;
  background: #fff;
  max-width: 440px;
  padding: 20px 1.5vw;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(202, 208, 219, 0.5);
}
.main_8 .swiper .inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main_8 .swiper .client {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 90px;
  justify-content: center;
}
.main_8 .swiper .txt_wrap {
  flex: 1;
}
.main_8 .swiper .logo {
  border: 1px solid #e1e1e1;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  overflow: hidden;
}
.main_8 .swiper .scope {
  display: flex;
  justify-content: center;
}
.main_8 .swiper .txt_wrap strong {
  color: var(--dark-point, #2e3440);
  font-family: 'Spoqa Han Sans Neo';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  line-height: 160%; /* 24px */
}
.main_8 .swiper .txt_wrap p {
  color: var(--dark-point, #2e3440);
  font-family: 'Spoqa Han Sans Neo';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .main_8 .swiper .swiper-slide {
    padding: 20px;
    max-width: 250px;
  }
  .main_8 .swiper .inner {
    flex-direction: column;
  }
}
.dial {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 62.5vw;
  height: 62.5vw;
  max-width: 430px;
  max-height: 430px;
  border-radius: 999px;
  border: 1px solid var(--accent2, #c8d3e5);
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(84, 73, 103, 0.15) inset;
  transition: 0.7s;
}
.dial.on {
  transform: translate(-50%, -50%);
}
.dial:after {
  content: '';
  display: block;
  border-radius: 9999px;
  border: 2px solid var(--accent2, #dae4e2);
  background: url('/img/main/dial_inner.png') no-repeat center center / 100%
    100%;
  box-shadow: 4px 4px 20px 0px rgba(61, 70, 99, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 195px;
  height: 195px;
  transform: translate(-50%, -50%);
}
.dial .btn {
  position: absolute;
  width: 50%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform-origin: left;
  opacity: 1;
  transition: 0.7s;
}
.dial .btn img.dial_on {
  opacity: 0;
  transition: 0.45s;
}
.dial .btn.on img {
  opacity: 0;
}
.dial .btn.on img.dial_on {
  opacity: 1;
}
.dial .btn.hidden {
  opacity: 0;
}
.dial .btn img {
  position: absolute;
  left: 63%;
  /* transform: translate(0, -50%); */
  transition: 0.7s;
}
.dial .btn:nth-child(1) {
}
@media screen and (max-width: 1500px) {
  .dial {
    max-width: 230px;
    max-height: 230px;
  }
  .dial:after {
    width: 80px;
    height: 80px;
  }

  .dial .btn img {
    width: 35px;
    left: 52%;
  }
}
@media screen and (max-width: 1500px) {
  .dial {
    display: none;
  }
}
