@charset "UTF-8";

.about_1_1 {
  height: calc(var(--vh) - 115px);
  position: relative;
}
.about_1_1 .video_wrap {
  font-size: 0;
  height: 100%;
}
.about_1_1 .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .about_1_1 {
    height: calc(var(--vh) - 60px);
  }
  .about_1_1 .txt_wrap {
    font-size: 34px;
  }
}
.about_1_2 {
  background: url("/img/sub/about_1_2_bg.png") no-repeat center center / cover;
  position: relative;
  padding: 160px 0 120px;
}
.about_1_2:after {
  content: "";
  display: block;
  width: 658px;
  height: 658px;
  border-radius: 658px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(58, 139, 255, 0.8) 0%,
    #f3f3f4 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about_1_2 .inner {
  width: 95%;
  margin-left: auto;
  max-width: calc(840px + 50vw);
}
.about_1_2 .top_wrap {
  margin-left: 8.3vw;
  margin-bottom: 70px;
}
.about_1_2 h2 {
  font-family: "Purple Purse";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 82%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.about_1_2 .year_swiper {
  width: 100%;
  height: 100%;
}
.about_1_2 .year_swiper .swiper-slide[class$="-active"] {
  transform: translateX(0);
}
.about_1_2 .year_swiper .swiper-slide {
  width: 50%;
  transform: translateX(-50%);
}
.about_1_2 .year_swiper .swiper-slide[class$="-next"] {
  transform: translateX(0);
}
.about_1_2 .year_swiper .swiper-slide p {
  color: #c9c9c9;
  font-family: "Purple Purse";
  font-size: 88px;
  font-weight: 400;
  text-transform: uppercase;
}
.about_1_2 .year_swiper .swiper-slide-active p {
  color: #0069ff;
}
.about_1_2 .con_swiper .swiper-slide {
  display: flex;
  gap: 2vw;
}
.about_1_2 .con_swiper .img_wrap {
  width: 40%;
}
.about_1_2 .con_swiper .txt_wrap {
  width: 60%;
  max-width: 460px;
}
.about_1_2 .con_swiper .txt_wrap strong {
  color: var(--Blue-2, #0069ff);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 55px;
}
.about_1_2 .con_swiper .txt_wrap p {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.about_1_2 .con_swiper .txt_wrap p b {
  font-weight: 700;
}
.about_1_2 .con_swiper .swiper-slide {
  opacity: 0 !important;
  transition: 0.7s;
}
.about_1_2 .con_swiper .swiper-slide-active {
  opacity: 1 !important;
}
@media screen and (max-width: 1280px) {
  .about_1_2 .top_wrap {
    margin-left: 4.3vw;
  }
  .about_1_2 .year_swiper .swiper-slide p {
    font-size: 55px;
  }
  .about_1_2 .con_swiper .txt_wrap {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .about_1_2 {
    padding: 60px 0;
  }
  .about_1_2 .year_swiper {
    overflow: visible;
  }
  .about_1_2 .inner {
    width: 90%;
    margin: 0 auto;
  }
  .about_1_2 h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .about_1_2 .con_swiper .swiper-slide {
    flex-direction: column;
    gap: 20px;
  }
  .about_1_2 .year_swiper .swiper-slide p {
    font-size: 26px;
  }
  .about_1_2 .con_swiper .img_wrap {
    width: 100%;
  }
  .about_1_2 .con_swiper .txt_wrap {
    width: 100%;
    max-width: unset;
  }
  .about_1_2 .top_wrap {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .about_1_2 .con_swiper .txt_wrap strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about_1_2 .con_swiper .txt_wrap p {
    font-size: 16px;
  }
}
.about_1_3 {
  padding-top: 90px;
  background: url("/img/sub/about_1_3_bg.png") no-repeat center center / cover;
}
.about_1_3 .inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 3.6vw;
  align-items: flex-end;
}
.about_1_3 .img_wrap {
  flex: 1;
  max-width: 640px;
}
.about_1_3 .txt_wrap {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about_1_3 .txt_wrap h2 {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 50px;
}
.about_1_3 .txt_wrap p {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 55px;
  max-width: 490px;
}
.about_1_3 .txt_wrap .bottom {
}
.about_1_3 .txt_wrap .bottom span {
  color: #fff;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  text-align: right;
}
.about_1_3 .txt_wrap .bottom span:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .about_1_3 .inner {
    flex-direction: column-reverse;
  }
  .about_1_3 .txt_wrap {
    width: 100%;
  }
  .about_1_3 .img_wrap {
    max-width: unset;
  }
  .about_1_3 .txt_wrap p {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .about_1_3 {
    padding-top: 60px;
  }
  .about_1_3 .txt_wrap {
    padding-top: 0;
  }
  .about_1_3 .txt_wrap h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .about_1_3 .txt_wrap p {
    font-size: 16px;
  }
  .about_1_3 .txt_wrap .bottom span:first-child {
    margin-bottom: 10px;
  }
}
.about_1_4 {
  padding-top: 230px;
  background: #f3f3f4;
}
.about_1_4 .tit_wrap {
  position: relative;
  z-index: 2;
}
.about_1_4 .tit_wrap h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;

  margin-bottom: 20px;
}
.about_1_4 .tit_wrap p {
  color: #767676;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.24px;
  text-align: center;
  margin-bottom: 70px;
}
.about_1_4 .con_box {
  width: 90%;
  max-width: 1380px;
  font-size: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about_1_4 .con_box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translate(25%, -45%);
  width: 658px;
  height: 658px;
  border-radius: 999px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(58, 139, 255, 0.8) 0%,
    #f3f3f4 100%
  );
}
.about_1_4 .con_box img {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .about_1_4 {
    padding-top: 100px;
  }
  .about_1_4 .con_box:after {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .about_1_4 {
    padding-top: 60px;
  }
  .about_1_4 .tit_wrap h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .about_1_4 .tit_wrap p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .about_1_4 .con_box:after {
    width: 200px;
    height: 200px;
  }
}
.about_1_5 {
  padding-top: 120px;
  background: #f3f3f4;
}
.about_1_5 h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}
.about_1_5 ul {
  display: flex;
  gap: 1.5vw;
  max-width: 1220px;
  margin: 0 auto;
  width: 90%;
  justify-content: center;
}
.about_1_5 ul li {
  width: 387px;
  height: 370px;
  background: url("/img/sub/about_1_5_img1.png") no-repeat center center / 100%
    100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_1_5 ul li:nth-child(2) {
  background: url("/img/sub/about_1_5_img2.png") no-repeat center center / 100%
    100%;
}
.about_1_5 ul li:nth-child(3) {
  background: url("/img/sub/about_1_5_img3.png") no-repeat center center / 100%
    100%;
}
.about_1_5 ul li .con {
  max-width: 246px;
  padding-top: 30px;
}
.about_1_5 ul li strong {
  color: #fff;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.about_1_5 ul li p {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.8px;
}
.about_1_5 ul li:nth-child(3) strong {
  color: #000;
}
.about_1_5 ul li:nth-child(3) p {
  color: #000;
}
@media screen and (max-width: 1350px) {
  .about_1_5 ul li {
    width: 300px;
    height: 282px;
  }
  .about_1_5 ul li .con {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .about_1_5 ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .about_1_5 {
    padding: 60px 0;
  }
  .about_1_5 h2 {
    font-size: 26px;
  }
  .about_1_5 ul li strong {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.about_1_6 {
  padding-top: 500px;
  background: #f3f3f4;
}
.about_1_6 .top_txt {
  max-width: 1130px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
.about_1_6 .top_txt:before {
  content: "";
  display: block;
  width: 881px;
  height: 674px;
  background: url("/img/sub/about_1_6_img1.png") no-repeat center center / cover;
  position: absolute;
  top: -100%;
  right: -20%;
  z-index: -1;
}
.about_1_6 .top_txt p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.about_1_6 .top_txt span {
  color: var(--Blue-2, #0069ff);
}
.about_1_6 .box_wrap {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about_1_6 .box_wrap > div:first-child {
  margin-bottom: 100px;
}
.about_1_6 .box_wrap strong {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}
.about_1_6 .box_wrap ul {
  display: flex;
  gap: 10px;
}
.about_1_6 .box_wrap ul li {
  flex: 1;
  padding: 45px 20px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.about_1_6 .box_wrap ul li p {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}
.about_1_6 .box_wrap ul li img {
  margin: 0 auto 40px;
}
.about_1_6 .box_wrap ul li b {
  color: #000;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.about_1_6 .box_wrap ul li b span {
  font-size: 24px;
}
.about_1_6 .box_wrap .bottom_txt {
  color: #888686;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .about_1_6 .box_wrap ul li p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .about_1_6 {
    padding-top: 100px;
  }
  .about_1_6 .top_txt:before {
    width: 400px;
    height: 300px;
    top: -10%;
    right: 0%;
  }
  .about_1_6 .box_wrap ul {
    flex-wrap: wrap;
  }
  .about_1_6 .box_wrap ul li {
    width: calc((100% - 10px) / 2);
    flex: unset;
  }
}
@media screen and (max-width: 768px) {
  .about_1_6 .top_txt p {
    font-size: 30px;
  }
  .about_1_6 .top_txt {
    margin-bottom: 50px;
  }
  .about_1_6 .box_wrap strong {
    font-size: 24px;
  }
  .about_1_6 .box_wrap ul li {
    padding: 30px 10px;
  }
  .about_1_6 .box_wrap ul li p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .about_1_6 .box_wrap ul li b {
    font-size: 30px;
  }
  .about_1_6 .box_wrap .bottom_txt {
    font-size: 20px;
  }
}
.about_1_7 {
  padding-top: 150px;
  background: #f3f3f4;
}
.about_1_7 .inner {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.about_1_7 .inner > div {
  border-radius: 20px;
  background: url("/img/sub/about_1_7_bg.png") no-repeat center center / cover;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  overflow: hidden;
}
.about_1_7 .txt_wrap {
  width: 40%;
  padding: 130px 20px 0;
  position: relative;
  box-sizing: border-box;
}
.about_1_7 .txt_wrap:after {
  content: "";
  display: block;
  width: 380px;
  height: 395px;
  position: absolute;
  background: url("/img/sub/about_1_7_img17.svg") no-repeat center center /
    cover;
  bottom: 0;
  left: 0;
}
.about_1_7 .txt_wrap h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.about_1_7 .txt_wrap p {
  color: #828282;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.72px;
}
.about_1_7 .img_wrap {
  width: 60%;
  display: flex;
  gap: 10px;
  max-height: 740px;
  overflow: hidden;
}
.about_1_7 .img_wrap .swiper {
  height: 100%;
}
.about_1_7 .img_wrap .swiper-slide {
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
}
.about_1_7 .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (max-width: 1280px) {
  .about_1_7 .txt_wrap h2 {
    font-size: 36px;
  }
  .about_1_7 .txt_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_1_7 .inner > div {
    flex-direction: column;
  }
  .about_1_7 .txt_wrap {
    width: 100%;
    padding: 60px 20px;
  }
  .about_1_7 .txt_wrap:after {
    content: none;
  }
  .about_1_7 .img_wrap {
    width: 100%;
    gap: 5px;
    max-height: 400px;
    flex-direction: column;
  }
  .about_1_7 .img_wrap .swiper {
    height: 100px;
  }
  .about_1_7 .img_wrap .swiper-slide {
    height: 100%;
    width: fit-content;
  }
  .about_1_7 .img_wrap .swiper-slide img {
    width: auto;
    height: auto;
  }
}
.about_1_8 {
  padding-top: 170px;
  background: #f3f3f4;
}
.about_1_8 h2 {
  padding-bottom: 80px;
  color: #000;
  font-family: Pretendard;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.about_1_8 strong {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
}
.about_1_8 > div {
  max-width: calc(740px + 50vw);
  width: calc(95% - 300px);
  margin-left: auto;
  margin-right: 300px;
  position: relative;
}
.about_1_8 > div:nth-child(2) {
  margin-bottom: 110px;
}
.about_1_8 .swiper-slide {
  width: 50%;
  transform: scale(0.5) translateX(-150%);
}
.about_1_8 .swiper-slide-active {
  transform: scale(1) translateX(0);
}
.about_1_8 .swiper-slide[class$="-next"] {
  transform: scale(0.5) translateX(-50%);
}
.about_1_8 .swiper-slide img {
  width: 100%;
}
.gallery_swiper_1 {
  /* position: relative; */
}
.about_1_8 > div .swiper_prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.about_1_8 > div .swiper_next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1840px) {
  .about_1_8 {
    padding-top: 120px;
  }
  .about_1_8 > div {
    width: calc(90% - 160px);
    margin: 0 80px;
  }
  .about_1_8 > div .swiper_prev {
    left: -60px;
  }
  .about_1_8 > div .swiper_next {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .about_1_8 {
    padding-top: 120px;
  }
  .about_1_8 h2 {
    font-size: 30px;
    padding-bottom: 50px;
  }
  .about_1_8 strong {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .about_1_8 > div {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  .about_1_8 > div .swiper_prev {
    width: 30px;
    left: -35px;
    transform: translate(0);
  }
  .about_1_8 > div .swiper_next {
    width: 30px;
    right: -35px;
    transform: translate(0);
  }
  .about_1_8 > div:nth-child(2) {
    margin-bottom: 50px;
  }
}
.about_1_9.main_6 {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .about_1_9.main_6 {
    padding-bottom: 60px;
  }
}
.about_2_1 {
  position: relative;
}
.about_2_1 ._cover {
  height: 100%;
}
.about_2_1 .txt_box {
  position: absolute;
  left: 50%;
  bottom: 50px;
  border-radius: 15px;
  padding: 47px 20px;
  background: #e1edff;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.about_2_1 .txt_box:before {
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  background: url("/img/sub/about_2_1_icon1.png") no-repeat center center /
    cover;
  position: absolute;
  top: -10px;
  left: 6px;
}
.about_2_1 .txt_box:after {
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  background: url("/img/sub/about_2_1_icon2.png") no-repeat center center /
    cover;
  position: absolute;
  bottom: -10px;
  right: 6px;
}
.about_2_1 .txt_box p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.about_2_1 .txt_box img {
  position: absolute;
  bottom: 8px;
  right: 25px;
}
@media screen and (max-width: 1024px) {
  .about_2_1 .txt_box {
    width: 80%;
    max-width: 600px;
  }
  .about_2_1 .txt_box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* .about_2_1 {
    height: 425px;
  } */
  .about_2_1 .txt_box {
    padding: 18px 10px;
    bottom: 24px;
  }
  .about_2_1 .txt_box img {
    display: none;
  }
  .about_2_1 .txt_box p {
    font-size: 12px;
  }
  .about_2_1 .txt_box:before {
    width: 16px;
    height: 16px;
  }
  .about_2_1 .txt_box:after {
    width: 16px;
    height: 16px;
    /* content: none; */
  }
}
.about_2_2 {
  padding: 160px 0;
}
.about_2_2 .inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.about_2_2 h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 50px;
}
.about_2_2 ul {
  display: flex;
  column-gap: 45px;
  row-gap: 60px;
  flex-wrap: wrap;
}
.about_2_2 ul li {
  width: calc((100% - 135px) / 4);
  cursor: pointer;
  position: relative;
}
.about_2_2 ul li:before {
  content: "";
  display: block;
  width: 135px;
  height: 136px;
  background: url("/img/sub/about_2_2_vector1.svg") center center / cover
    no-repeat;
  position: absolute;
  top: -10px;
  left: -10px;
}
.about_2_2 ul li:after {
  content: "";
  display: block;
  width: 135px;
  height: 136px;
  background: url("/img/sub/about_2_2_vector2.svg") center center / cover
    no-repeat;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.about_2_2 .txt_wrap {
  background: #fff;
  color: #000;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 12px 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
.about_2_2 .txt_wrap strong {
  font-size: 17px;
  margin-bottom: 8px;
}
.about_2_2 .txt_wrap p {
  font-size: 15px;
}
.about_2_2 .txt_wrap span {
  color: #56bbff;
  font-family: Pretendard;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .about_2_2 ul li {
    width: calc((100% - 90px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .about_2_2 {
    padding: 60px 0;
  }
  .about_2_2 h2 {
    font-size: 26px;
  }
  .about_2_2 ul {
    /* max-width: 400px; */
    margin: 0 auto;
    column-gap: 15px;
  }
  .about_2_2 ul li {
    width: calc((100% - 15px) / 2);
  }
  .about_2_2 ul li:before {
    width: 100px;
    height: 100px;
  }
  .about_2_2 ul li:after {
    width: 100px;
    height: 100px;
  }
  .about_2_2 .txt_wrap {
    padding: 20px 10px 10px;
    flex-direction: column;
    gap: 5px;
  }
  .about_2_2 .txt_wrap strong {
    font-size: 15px;
  }
  .about_2_2 .txt_wrap span {
    font-size: 15px;
  }
  .about_2_2 .txt_wrap p {
    font-size: 14px;
  }
}
.pop_doc.modal .btn_close {
  position: absolute;
  right: 0;
  top: -58px;
  border: none;
  background: transparent;
}
.pop_doc.modal .content {
  max-height: 540px;
  overflow-y: auto;
}
.pop_doc.modal .modal_inner {
  overflow: visible;
  max-width: 1190px;
  width: 90%;
  max-height: 790px;
  border-radius: 0px 15px;
  z-index: 1;
}
.pop_doc.modal .modal_inner:before {
  content: "";
  display: block;
  width: 25%;
  height: 30%;
  border-top: 5px solid #0069ff;
  border-left: 5px solid #0069ff;
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: -1;
}
.pop_doc.modal .modal_inner:after {
  content: "";
  display: block;
  width: 25%;
  height: 30%;
  border-bottom: 5px solid #0069ff;
  border-right: 5px solid #0069ff;
  position: absolute;
  bottom: -13px;
  right: -13px;
  z-index: -1;
}
.pop_doc.modal .head h3 {
  color: #000;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}
.pop_doc.modal .head h3 b {
  font-weight: 500;
}
.pop_doc.modal .head span {
  color: var(--Blue-2, #0069ff);
  font-family: Pretendard;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  padding-right: 10px;
}
.pop_doc.modal p.doc_info {
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 20px;
}
.pop_doc.modal .con_wrap {
  display: flex;
  gap: 15px;
}
.pop_doc.modal .txt_wrap {
  position: relative;
  padding-top: 30px;
  overflow: visible;
  max-height: unset;
}
.pop_doc.modal .txt_wrap:before {
  content: "";
  display: block;
  width: 164px;
  height: 1px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #0069ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pop_doc.modal .txt_wrap:after {
  content: "";
  display: block;
  width: 164px;
  height: 1px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #0069ff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pop_doc.modal .txt_wrap b {
  color: var(--Blue-2, #0069ff);
  font-family: Pretendard;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
}
.pop_doc.modal .txt_wrap ul li {
  display: flex;
}
.pop_doc.modal .txt_wrap ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 13px;
}
.pop_doc.modal .txt_wrap ul {
  margin-bottom: 80px;
}
.pop_doc.modal .txt_wrap ul li p {
  flex: 1;
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.pop_doc.modal .head {
  border-bottom: transparent;
  align-items: center;
  padding-bottom: 10px;
}
.pop_doc.modal .video_btn {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: Pretendard;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 15px 5px;
  align-items: center;
}
.pop_doc.modal .video_btn svg {
  transition: 0.45s;
}
.pop_doc.modal .video_btn svg path {
  transition: 0.45s;
}
.pop_doc.modal .video_btn.active svg {
  transform: rotate(180deg);
}
.pop_doc.modal .video_btn.active svg path {
  fill: #0069ff;
}
.pop_doc.modal .vid_wrap {
  position: relative;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  margin-top: 90px;
  transition: 0.3s;
}
.pop_doc.modal .vid_wrap.active {
  padding-bottom: 56.25%;
}
.pop_doc.modal .vid_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .pop_doc.modal .head {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5px;
  }
  .pop_doc.modal .head h3 {
    font-size: 20px;
  }
  .pop_doc.modal .head span {
    font-size: 16px;
  }
  .pop_doc.modal p.doc_info {
    font-size: 14px;
  }
  .pop_doc.modal .con_wrap {
    flex-direction: column;
  }
  .pop_doc.modal .txt_wrap:before {
    content: none;
  }
  .pop_doc.modal .txt_wrap:after {
    content: none;
  }
  .pop_doc.modal .txt_wrap {
    padding-top: 20px;
  }
  .pop_doc.modal .txt_wrap b {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .pop_doc.modal .txt_wrap ul {
    margin-bottom: 50px;
  }
  .pop_doc.modal .txt_wrap ul li p {
    font-size: 14px;
    line-height: 1.3;
  }
  .pop_doc.modal .video_btn {
    font-size: 18px;
  }
  .pop_doc.modal .video_btn svg {
    width: 20px;
  }
  .pop_doc.modal .vid_wrap {
    margin-top: 30px;
  }
}
.about_2_3 .txt_wrap {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.about_2_3 .txt_wrap .txt_1 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-family: "Shippori Antique B1";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
}
.about_2_3 .txt_wrap .txt_1 span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about_2_3 .txt_wrap .txt_1 span:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
}
.about_2_3 .txt_wrap .txt_2 {
  color: #fff;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 20px;
}
.about_2_3 .txt_wrap .txt_box {
  position: static;
  transform: translate(0);

  max-width: 700px;
}
@media screen and (max-width: 1700px) {
  .about_2_3 {
    height: 720px;
  }
  .about_2_3 .txt_wrap {
    top: 60px;
  }
  .about_2_3 .txt_wrap .txt_1 {
    font-size: 26px;
  }
  .about_2_3 .txt_wrap .txt_2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .about_2_3 .txt_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about_2_3 {
    height: auto;
  }
  .about_2_3 .txt_wrap {
    width: 90%;
    top: auto;
    bottom: 30px;
    max-width: auto;
  }
  .about_2_3 .txt_wrap .txt_1 {
    display: none;

    font-size: 16px;
  }
  .about_2_3 .txt_wrap .txt_2 {
    display: none;

    font-size: 12px;
    margin-bottom: 10px;
  }
}
.about_2_5.main_6 {
  background: #fff;
  padding-bottom: 160px;
}
.about_3_1 {
  padding-top: 130px;
  background: #f2f2f2;
}
.about_3_1 h2 {
  color: var(--blue, #030f54);
  font-family: Peddana;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 50px;
  text-align: center;
}
.about_3_1 .link_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 110px;
}
.about_3_1 .link_wrap a {
  color: #fdfdfd;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 10px;
  background: #acacac;
  padding: 15px;
  box-sizing: border-box;
}
.about_3_1 .link_wrap a.active {
  color: #000;
  border: 2px solid #0069ff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #fff;
}
.about_3_1 .box_wrap {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  width: 90%;
  background: url("/img/sub/about_3_1_img1.png") no-repeat center center / cover;
}
.about_3_1 .left_box {
  width: 40%;
  background: rgba(0, 0, 0, 0.3);
  padding: 100px 3.1vw 325px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  box-sizing: border-box;
}
.about_3_1 .left_box img {
  margin: 0 auto;
}
.about_3_1 .right_box {
  width: 60%;
}
.about_3_1 .right_box .box_1 {
  background: rgba(4, 60, 216, 0.6);
  height: 60%;
  display: flex;
  align-items: center;
  padding: 10px 1.5vw;
  box-sizing: border-box;
}
.about_3_1 .right_box .box_1 .inner > div:first-child {
  margin-bottom: 25px;
}
.about_3_1 .right_box .box_2 {
  background: rgb(14 26 65 / 63%);
  height: 40%;
  display: flex;
  align-items: center;
  padding: 10px 1.5vw;
  box-sizing: border-box;
}
.about_3_1 .right_box b {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-bottom: 25px;
}
.about_3_1 .right_box p {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about_3_1 {
    padding-top: 60px;
  }
  .about_3_1 h2 {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .about_3_1 .link_wrap {
    gap: 10px;
    margin-bottom: 30px;
  }
  .about_3_1 .link_wrap a {
    font-size: 14px;
    padding: 10px;
  }
  .about_3_1 .box_wrap {
    flex-direction: column;
  }
  .about_3_1 .left_box {
    width: 100%;
    padding: 20px 10px;
    font-size: 20px;
  }
  .about_3_1 .left_box img {
    width: 150px;
  }
  .about_3_1 .right_box {
    width: 100%;
  }
  .about_3_1 .right_box .box_1 {
    padding: 20px 10px;
  }
  .about_3_1 .right_box .box_2 {
    padding: 20px 10px;
  }
  .about_3_1 .right_box b {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .about_3_1 .right_box p {
    font-size: 14px;
  }
}
.about_3_2 {
  padding-top: 170px;
  background: #f2f2f2;
  position: relative;
  padding-bottom: 180px;
}
.about_3_2:after {
  content: "";
  display: block;
  width: 716.072px;
  height: 580.691px;
  background: var(--1, linear-gradient(180deg, #0069ff 0%, #b7d4ff 100%));
  filter: blur(113.05000305175781px);
  position: absolute;
  bottom: 180px;
  right: 0;
  transform: translateX(88%);
}
.about_3_2 .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
.about_3_2 h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 35px;
}

.about_3_2 .tabnav {
  padding: 23px 19px;
  box-sizing: border-box;
  border-radius: 30px;
  background: var(
    --Blue-2,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #0069ff
  );
  width: fit-content;
  margin-bottom: 68px;
  display: flex;
  gap: 1vw;
}
.about_3_2 .tabnav a {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 20px;
  padding: 10px;
  background: #fff;
  transition: 0.45s;
}
.about_3_2 .tabnav a.active {
  background: #c7d6ff;
}
.about_3_2 .tabcon .swiper:first-child {
  margin-bottom: 110px;
}
.about_3_2 .tabcon .seoul_subway_swiper2 {
  margin-bottom: 100px;
}
.about_3_2 .tabcon .swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.about_3_2 .tabcon .swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.about_3_2 .tabcon .swiper-slide > div {
  display: flex;
  gap: 30px;
}
.about_3_2 .tabcon .swiper-slide .img_wrap img {
  width: 100%;
}
.about_3_2 .tabcon .seoul_subway_swiper1 {
  margin-bottom: 100px;
}
.about_3_2 .tabcon ._cover {
  width: calc(65% - 30px);
}
.about_3_2 .tabcon .txt_wrap {
  width: 35%;
}
.about_3_2 .tabcon .txt {
  display: flex;
  gap: 10px;
}
.about_3_2 .tabcon .txt_wrap span {
  color: #fff;
  font-family: "Proza Libre", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #0069ff;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_3_2 .tabcon .txt_wrap p {
  color: var(--Blue-2, #0069ff);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  flex: 1;
  display: inline-block;
}
.about_3_2 .nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about_3_2 .nav button {
  background: transparent;
  border: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.about_3_2 button.active {
  visibility: visible;
  opacity: 1;
}
.about_3_2 #subway p.desc {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
}
.about_3_2 #subway p.desc_1 span {
  color: #0f8858;
}
.about_3_2 #subway p.desc_2 span {
  color: #db73b5;
}
.about_3_2 .car_img_swiper .slide_head {
  color: #000;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  background: #fff;
  padding: 15px 0;
  border-bottom: 5px solid #e0e0e0;
  justify-content: center;
}
.about_3_2 .car_img_swiper .slide_head b {
  font-size: 40px;
  font-weight: 900;
  margin-right: 10px;
}
.about_3_2 .car_img_swiper .swiper_prev {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 1;
  border: none;
  background: transparent;
  width: 50px;
  height: 50px;
}
.about_3_2 .car_img_swiper .swiper_next {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
  border: none;
  background: transparent;
  width: 50px;
  height: 50px;
}
.about_3_2 .car_img_swiper button svg {
  width: 100%;
  height: 100%;
}
.about_3_2 .car_img_swiper .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.about_3_2 .car_img_swiper .swiper-button-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 1280px) {
  .about_3_2 {
    padding-top: 60px;
  }
  .about_3_2 .tabnav {
    margin-bottom: 30px;
  }
  .about_3_2 .tabcon .txt_wrap {
    margin-bottom: 100px;
    width: 45%;
  }
  .about_3_2 .tabcon ._cover {
    width: calc(55% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .about_3_2 {
    padding-bottom: 0px;
  }
  .about_3_2 h2 {
    font-size: 26px;
  }
  .about_3_2 .tabnav a {
    font-size: 14px;
    padding: 8px;
    border: 1px solid #0069ff;
  }
  .about_3_2 .tabnav {
    background: transparent;
    padding: 0;
    gap: 8px;
  }
  .about_3_2 #subway p.desc {
    font-size: 18px;
  }
  .about_3_2 .car_img_swiper .slide_head {
    font-size: 14px;
  }
  .about_3_2 .tabcon .seoul_subway_swiper1 {
    margin-bottom: 50px;
  }
  .about_3_2 .tabcon .img_wrap {
    padding-bottom: 50px;
  }
  .about_3_2 .tabcon .swiper:first-child {
    margin-bottom: 50px;
  }
  .about_3_2 .tabcon .swiper {
    padding-bottom: 50px;
  }
  .about_3_2 .tabcon .swiper-slide > div {
    flex-direction: column;
  }
  .about_3_2 .tabcon ._cover {
    width: 100%;
  }
  .about_3_2 .tabcon .txt_wrap {
    width: 100%;
  }
  .about_3_2:after {
    content: none;
  }
  .about_3_2 .tabcon .txt_wrap {
    margin-bottom: 0px;
  }
  .about_3_2 .tabcon .txt_wrap span {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .about_3_2 .tabcon .txt_wrap p {
    font-size: 16px;
    margin-top: 5px;
  }
  .about_3_2 .car_img_swiper .slide_head p {
    width: 80%;
    margin: 0 auto;
  }
  .about_3_2 .car_img_swiper .slide_head b {
    margin-right: 0;
    font-size: 20px;
  }
  .about_3_2 .nav button {
    width: 40px;
    height: 40px;
  }
  .about_3_2 .nav button svg {
    width: 100%;
    height: 100%;
  }
  .about_3_2 .car_img_swiper .swiper_prev {
    width: 30px;
    height: 30px;
    top: 10px;
  }
  .about_3_2 .car_img_swiper .swiper_next {
    width: 30px;
    height: 30px;
    top: 10px;
  }
}
.about_3_3.main_6 {
  background: #f2f2f2;
  padding-bottom: 150px;
}
.about_3_1_3.main_6 {
  padding-top: 60px;
}
.about_3_1_3 {
  position: relative;
}
.about_3_1_3::after {
  content: "";
  display: block;
  width: 716.072px;
  height: 580.691px;
  background: var(--1, linear-gradient(180deg, #0069ff 0%, #b7d4ff 100%));
  filter: blur(113.05000305175781px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-80%);
}
@media screen and (max-width: 768px) {
  .about_3_3.main_6 {
    padding-top: 60px;
  }
  .about_3_1_3::after {
    content: none;
  }
}
.about_3_2_1 .box_wrap {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  background: url("/img/sub/about_3_2_img1.png") no-repeat center center / cover;
}
.about_3_2_2 {
  background: #f2f2f2;
  padding: 300px 0 150px;
}
.about_3_2_2 .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.about_3_2_2 h2 {
  color: #000;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 70px;
}
.about_3_2_2 .img_wrap img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_3_2_2 {
    padding: 120px 0 60px;
  }
  .about_3_2_2 h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
