@charset "UTF-8";

.main_eng_tit {
  display: block;
  color: var(--main_color, #fcb03f);
  font-family: Marcellus;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.9px;
  margin-bottom: 18px;
}

.main_color {
  color: var(--main_color, #fcb03f);
}

@media screen and (max-width: 768px) {
  .main_eng_tit {
    font-size: 14px;
  }
}

.main_visual {
  position: relative;
  background: url("../img/main/main_visual_bg.png") no-repeat center center /
    cover;
}

.main_visual .main_img_swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;

  opacity: 0;
  animation: imgIn 1s 0.4s ease both;
}

@keyframes imgIn {
  100% {
    opacity: 1;
  }
}

.main_visual .main_img_swiper .swiper-slide {
  /* transition-delay: 0.1s; */
  opacity: 0 !important;
  transition: 0.9s opacity !important;
}

.main_visual .main_img_swiper .swiper-slide.on {
  opacity: 1 !important;
}

.main_visual .main_img_swiper .img_wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.main_visual .main_img_swiper .img_wrap img {
  transform: scaleY(0.99);
  transition: 0.9s transform !important;
}

.main_visual .main_img_swiper .eye_cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);

  width: 80%;
  height: 85%;

  clip-path: ellipse(49% 50% at 50% 50%);
  -webkit-clip-path: ellipse(49% 50% at 50% 50%);
}

.main_visual .main_img_swiper .eye_cover:before,
.main_visual .main_img_swiper .eye_cover:after {
  content: "";
  position: absolute;
  left: 0;

  width: 100%;
  height: 50%;
  opacity: 1;

  transition: 0.9s height, 0.75s opacity;
}

.main_visual .main_img_swiper .eye_cover:before {
  top: 0;
  background: linear-gradient(to bottom, #f1f2f3 50%, transparent);
  transform-origin: center top;
}

.main_visual .main_img_swiper .eye_cover:after {
  bottom: 0;
  background: linear-gradient(to top, #f1f2f3 50%, transparent);
  transform-origin: center bottom;
}

.main_img_swiper .swiper-slide.on .img_wrap img {
  transform: scaleY(1);
}

.main_visual .main_img_swiper .swiper-slide.on .eye_cover:before,
.main_visual .main_img_swiper .swiper-slide.on .eye_cover:after {
  height: 0;
  opacity: 0;
}

.main_visual .over_txt {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
  padding: 250px 0 180px;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}

.main_visual .over_txt > div {
  width: 50%;
}
.main_visual .over_txt .big_txt {
  opacity: 0;
  transition: 0.9s opacity;
}
.main_visual .over_txt .big_txt.on {
  opacity: 1;
  transition-delay: 0.5s;
}
.main_visual .over_txt .big_txt p {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
}

.main_visual .over_txt .big_txt strong {
  color: #313131;
  font-family: Marcellus;
  font-size: 144px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.44px;
}

.main_visual .over_txt .big_txt strong span {
  display: block;
  opacity: 0;
  transform: translate(-0.2em, 0);

  animation: textIn 0.8s ease both;
}

@keyframes textIn {
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main_visual .over_txt .big_txt strong span:nth-child(1) {
  animation-delay: 0s;
  display: block;
}

.main_visual .over_txt .big_txt strong span:nth-child(2) {
  animation-delay: 0.3s;
}

.main_visual .over_txt .big_txt strong span:nth-child(3) {
  animation-delay: 0.5s;
}

.main_visual .over_txt .big_txt strong span:nth-child(1) .char {
  color: #fcb03f;
  font-family: Marcellus;
  font-size: 144px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.44px;
  /* animation-delay: 1.5s !important; */
}

.main_visual .over_txt .big_txt strong span:nth-child(2) {
  margin-left: 70px;
}

.main_visual .over_txt .small_txt {
  width: fit-content;
  max-width: 420px;
}

.main_visual .over_txt .small_txt_swiper .swiper-wrapper {
  margin-bottom: 30px;
}

.main_visual .over_txt .small_txt .swiper-slide {
  /* width: fit-content; */
  opacity: 0 !important;
  transition: 0.9s !important;
}

.main_visual .over_txt .small_txt .swiper-slide-active {
  transition-delay: 1.2s !important;
  opacity: 1 !important;
}

.main_visual .over_txt .swiper-pagination {
  position: static;
}

.main_visual .over_txt .small_txt h2 {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 18px;
}

.main_visual .over_txt .small_txt p {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.main_visual .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main_visual .swiper-pagination-bullet-active {
  color: #fcb03f;
  opacity: 1;
}

.main_visual .swiper_bar {
  position: relative;
  display: inline-flex;
  /* width: 90%; */
  /* height: 50px; */
  box-sizing: border-box;
  /* padding: 0 20px; */
  /* transform: translate(-50%, -50%); */
  z-index: 20;
  gap: 20px;
}

.main_visual .progress-box {
  position: relative;
  /* width: 170px; */
  /* height: 50px; */
  z-index: 11;
}

.autoplay-progress {
  position: relative;
  /* left: 30px;
  top: 10px; */
  z-index: 10;
  width: 80px;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.2);
}

.main_visual .swiper-pagination-bullet .autoplay-progress {
  display: none;
}

.main_visual .swiper-pagination-bullet-active .autoplay-progress {
  display: block;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  /* height: 100%; */
  stroke-width: 4px;
  stroke: #fcb03f;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}

/* stroke-dashoffset은 선의 테두리가 얼마나 이동하는지 결정 progress라는 변수를 사용하여 계산되어진 값이 들어감 100은전체길이 
   stroke-dasharray는 선의 테두리를 구성하는 선 조각의 길이를 설정 전체길이가 100
 */
.main_visual .swiper-pagination {
  display: flex;
  color: #fff;
  justify-content: space-between;
  position: static;
  text-align: left;
}

.main_visual .arrow-box {
  display: flex;
  align-items: center;
}

.main_visual .btn_pause {
  cursor: pointer;
}

.main_visual .swiper-button-next,
.main_visual .swiper-button-prev {
  position: static;
  margin: 0;
  width: fit-content;
  padding-bottom: 3px;
  height: fit-content;
}

.main_visual .swiper-button-next::after,
.main_visual .swiper-button-prev::after {
  font-size: 0;
}

@media screen and (max-width: 1440px) {
  .main_visual .over_txt .big_txt strong,
  .main_visual .over_txt .big_txt strong span:nth-child(1) .char {
    font-size: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .main_visual .main_img_swiper {
    position: static;
    transform: translate(0);
  }

  .main_visual .over_txt {
    padding: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .main_visual .over_txt > div {
    width: 100%;
  }

  .main_visual .over_txt .small_txt {
    max-width: 100%;
  }

  .main_visual .over_txt .big_txt strong span {
    display: inline-block;
  }

  .main_visual .over_txt .big_txt strong span:nth-child(2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main_visual {
    padding-top: 80px;
  }
  .main_visual .over_txt {
    gap: min(102vw, 430px);
  }
  .main_visual .over_txt .big_txt p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main_visual .over_txt .big_txt strong span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
  }
  .main_visual .over_txt .big_txt strong,
  .main_visual .over_txt .big_txt strong span:nth-child(1) .char {
    font-size: 30px;
    line-height: 1;
    display: block;
    letter-spacing: -1.3px;
    margin-bottom: 15px;
  }

  .main_visual .over_txt .small_txt h2 {
    font-size: 30px;
  }

  .main_visual .over_txt .small_txt p {
    font-size: 14px;
  }
  .main_visual .main_img_swiper {
    position: absolute;
    top: 150px;
    left: 0;
  }
  .main_visual .main_img_swiper .img_wrap img {
    max-height: 490px;
  }
}

/* main_2 */
.main_2 {
  background: url("../img/main/main_2_bg.jpg") no-repeat center center / cover;
  overflow: hidden;

  padding-top: 100px;
}

.main_2 .w1500 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_2 .txt_wrap {
}

.main_2 .txt_wrap h2 {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 52px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 30px;
}

.main_2 .txt_wrap b {
  font-weight: 700;
}

.main_2 .txt {
  margin-bottom: 30px;
}

.main_2 .txt p {
  color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.main_2 .txt p:not(:last-child) {
  margin-bottom: 15px;
}

.main_2 .txt_wrap a {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 9999px;
  background: rgba(69, 100, 88, 0.05);

  color: #fcb03f;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
  padding: 15px 25px;
  box-sizing: border-box;
}

.main_2 .img_wrap {
  padding-top: 40px;
  max-width: 900px;
}

@media screen and (max-width: 1440px) {
  .main_2 {
    padding-top: 30px;
  }

  .main_2 .w1500 {
    align-items: flex-end;
  }

  .main_2 .txt_wrap {
    width: 60%;
  }

  .main_2 .img_wrap {
    flex: 1;
  }
}

@media screen and (max-width: 1024px) {
  .main_2 .txt_wrap h2 {
    font-size: 45px;
  }

  .main_2 .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .main_2 {
    padding-top: 50px;
  }

  .main_2 .w1500 {
    flex-direction: column;
  }

  .main_2 .txt_wrap {
    width: 100%;
  }

  .main_2 .txt_wrap h2 {
    font-size: 30px;
  }

  .main_2 .txt p {
    font-size: 17px;
    line-height: 1.6;
  }
}

.rolling_txt {
  display: flex;
  padding: 40px 0;
  overflow: hidden;
}

.rolling_txt img {
  max-width: unset;
}

.rolling_txt img:first-child {
  animation: rolltxt 20s linear infinite;
  padding-right: 100px;
}

.rolling_txt img:last-child {
  animation: rolltxt2 20s linear infinite;
  padding-right: 100px;
}

@keyframes rolltxt {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }

  50.1% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rolltxt2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 768px) {
  .rolling_txt {
    padding: 20px 0;
  }

  .rolling_txt img {
    max-width: 1200px;
  }
}

.main_3 {
  overflow: hidden;
  background: url("../img/main/main_3_bg.png") no-repeat center center / cover;
}

.main_3 .tit_wrap h2 {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.6;
}

.main_3 .have_tab {
  display: flex;
  justify-content: center;
  gap: 5.2vw;
}

.main_3 .img_wrap {
  position: relative;
  /* aspect-ratio: 538/760; */
  overflow: hidden;
  width: 50%;
}

.main_3 .con_wrap {
  padding: 40px 0 150px;
  flex: 1;
}

.main_3 .doc_img {
  display: none;
  /* position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  aspect-ratio: 602/760;
  overflow: hidden;
  max-width: 538px;
  margin-left: auto;
}

.main_3 .doc_img.active {
  display: block;
}

.main_3 .tabnav {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.main_3 .tabnav a {
  max-width: 110px;
}
.main_3 .tabnav p {
  color: #cacaca;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.main_3 .tabnav a img {
  margin-bottom: 10px;
}

.main_3 .tabnav a img.none {
  display: block;
}

.main_3 .tabnav a img.active {
  display: none;
}

.main_3 .tabnav a.active img.none {
  display: none;
}

.main_3 .tabnav a.active img.active {
  display: block;
}

.main_3 .tabnav a.active p {
  color: #fcb03f;
}

.main_3 .tabcontent strong {
  color: #222;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 30px;
}

.main_3 .tabcontent strong b {
  font-size: 52px;
  font-weight: 700;
  margin-right: 20px;
}

.main_3 .tabcontent p.txt_1 {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 32px;
}

.main_3 .tabcontent p.txt_1 b {
  font-weight: 700;
}

.main_3 .tabcontent p.txt_2 {
  color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 32px;
}

.main_3 .tabcontent a {
  color: #fcb03f;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 9999px;
  background: rgba(69, 100, 88, 0.05);
  width: fit-content;
}

@media screen and (max-width: 1440px) {
  .main_3 .have_tab {
    align-items: flex-end;
  }
  .main_3 .tit_wrap {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .main_3 .have_tab {
    flex-direction: column-reverse;
  }

  .main_3 .have_tab > div {
    width: 100%;
  }

  .main_3 .img_wrap {
    max-width: 500px;
    margin: 0 auto;
  }

  .main_3 .doc_img img {
    width: 100%;
  }

  .main_3 .tit_wrap h2 {
    font-size: 30px;
  }

  .main_3 .tabnav {
    /* gap: 15px; */
  }

  .main_3 .tabnav a {
    max-height: 100px;
    width: fit-content;
    max-width: 80px;
  }
  .main_3 .tabnav a img {
    height: calc(100% - 24px);
    /* margin: 0 auto 10px; */
  }
  .main_3 .tabnav p {
    width: fit-content;
  }
  .main_3 .tabcontent strong b {
    font-size: 24px;
    margin-right: 8px;
  }

  .main_3 .tabcontent strong {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .main_3 .tabcontent p.txt_1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .main_3 .tabcontent p.txt_2 {
    font-size: 17px;
  }

  .main_3 .con_wrap {
    padding: 30px 0 30px;
  }
}

/* main_4 */
.main_4 {
  background: url("../img/main/main_4_bg.jpg") no-repeat center center / cover;
  padding: 360px 0;
  position: relative;
}

.main_4 .w1500 {
  display: flex;
  justify-content: space-between;
}

.main_4 .txt_l {
  width: 50%;
}

.main_4 .txt_l strong {
  color: #fff;
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
  display: block;
  margin-bottom: 30px;
}

.main_4 .main_4_txt_swiper {
  max-width: 400px;
  text-align: center;
  margin-right: 0;
}
.main_4 .main_4_img_swiper .swiper-slide {
  opacity: 0 !important;
  bottom: -15px;
  transition: 0.45s !important;
}
/* .main_4 .main_4_img_swiper .swiper-slide-duplicate-active, */
.main_4 .main_4_img_swiper .swiper-slide-on {
  opacity: 1 !important;
  transition-delay: 0.2s !important;
  bottom: 0;
}
.main_4 .main_4_txt_swiper .swiper-slide {
  opacity: 0 !important;
  transition: 0.45s !important;
  bottom: -15px;
}
/* .main_4 .main_4_txt_swiper .swiper-slide-duplicate-active, */
.main_4 .main_4_txt_swiper .swiper-slide-on {
  opacity: 1 !important;
  transition-delay: 0.2s !important;
  bottom: 0;
}
.main_4 .txt_r b {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  display: block;
  /* margin-bottom: 13px; */
}
.main_4 .txt_r b span {
  color: #90d5ac;
}
.main_4 p {
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.main_4 .txt_r p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}
.main_4 .txt_r p span {
  font-weight: 600;
  font-size: 22px;
}
.main_4 .main_4_img_swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
}
.main_4 .main_4_img_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  transform: translateX(-12px);
}
.main_4 .main_4_img_swiper .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 9px;
  transition: 0.45s;
  background: #fff;
  opacity: 0.5;
}
.main_4 .main_4_img_swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.main_4 .main_4_img_swiper .swiper-slide {
  /* width: fit-content; */
}
@media screen and (max-width: 1440px) {
  .main_4 .main_4_img_swiper {
    max-width: 30vw;
  }

  .main_4 .txt_l {
    max-width: 30vw;
  }

  .main_4 .main_4_txt_swiper {
    max-width: 30vw;
  }
}

@media screen and (max-width: 1024px) {
  .main_4 {
    padding: 70px 0;
  }

  .main_4 .w1500 {
    flex-direction: column;
  }

  .main_4 .main_4_img_swiper {
    position: static;
    width: 100%;
    transform: translateX(12px);
    margin: 0 auto 20px;
    max-width: 500px;
  }

  .main_4 .txt_l {
    order: 2;
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .main_4 .main_4_txt_swiper {
    order: 3;
    max-width: 100%;
  }

  .main_4 .txt_l strong {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .main_4 {
    padding: 50px 0;
  }

  .main_4 p {
    font-size: 17px;
    line-height: 1.6;
  }

  .main_4 .txt_l {
    margin-bottom: 15px;
    text-align: left;
    order: 1;
  }
  .main_4 .main_4_img_swiper {
    order: 2;
  }
  .main_4 .main_4_txt_swiper {
    text-align: left;
  }
  .main_4 .txt_r b {
    font-size: 18px;
  }
}

/* main_5 */
.main_5 {
  overflow: hidden;
  background: url("../img/main/main_5_bg.png") no-repeat center center / cover;

  padding: 100px 0;
}

.main_5 .w1500 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.main_5 .txt_wrap {
}

.main_5 .txt_wrap h2 {
  color: #222;
  font-family: Pretendard;
  font-size: 60px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 30px;
}

.main_5 .txt_wrap h2 b {
  font-weight: 700;
}

.main_5 .txt_wrap .txt_1 {
  color: #222;
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 30px;
}

.main_5 .txt_wrap .txt_1 b {
  font-weight: 700;
}

.main_5 .txt_wrap .txt_2 {
  color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 30px;
}

.main_5 .txt_wrap .txt_2 p:not(:last-child) {
  margin-bottom: 15px;
}

.main_5 .txt_wrap a {
  color: #fcb03f;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 9999px;
  background: rgba(69, 100, 88, 0.05);
  width: fit-content;
}

.main_5 .img_wrap {
  position: relative;

  width: 34vw;
  max-width: 670px;
  aspect-ratio: 670 / 806;
}

.main_5 .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: 1.2s opacity;
}

.main_5 .img_wrap img.active {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .main_5 {
    padding: 50px 0;
  }

  .main_5 .txt_wrap {
    width: 60%;
  }

  .main_5 .img_wrap {
    flex: 1;
  }

  .main_5 .txt_wrap .txt_1 {
    font-size: 26px;
  }

  .main_5 .txt_wrap h2 {
    font-size: 45px;
  }

  .main_5 .txt_wrap .txt_2 {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .main_5 .w1500 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }

  .main_5 .img_wrap {
    padding: 0;
  }

  .main_5 .txt_wrap {
    width: 100%;
  }

  .main_5 .txt_wrap h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .main_5 .txt_wrap .txt_1 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .main_5 .img_wrap {
    width: 100%;
    max-width: 500px;
  }
}

.main_6 {
  padding: 70px 0 170px;
  /* cursor: none; */
  overflow: hidden;
}

.cursor_section {
  cursor: none;
}

.main_6 .tit_wrap {
  text-align: center;
  margin-bottom: 50px;
}

.main_6 .tit_wrap h2 {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}

.main_6 .tit_wrap p {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.main_6_swiper {
  overflow: visible;
}

.main_6 .img_wrap img {
  width: 100%;
}

.main_6 .txt_wrap {
  background: #fff;
  padding: 40px 50px;
  max-width: 80%;
  margin-left: auto;
  margin-top: -110px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  position: relative;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

.main_6 .txt_wrap strong {
  color: #222;
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
  display: block;
}

.main_6 .txt_wrap p.eng {
  color: var(--main_color, #fcb03f);
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.main_6 .txt_wrap p.txt {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
}

.main_6 .txt_wrap svg {
  position: absolute;
  top: 0;
  right: 0;
}

.custom_cursor {
  position: fixed;
  z-index: 9999;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  overflow: hidden;
  background: url("../img/main/main_6_cursor.png") center center / cover no-repeat;
  pointer-events: none;
  backdrop-filter: blur(5px);
}

.cursor_section + .custom_cursor {
  transform: scale(0);
  transition: 0.3s transform ease;
}

.cursor_section:hover + .custom_cursor {
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .main_6 .txt_wrap {
    padding: 20px 20px;
  }

  .main_6 .txt_wrap strong {
    font-size: 26px;
  }

  .main_6 .txt_wrap p.eng {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main_6 {
    padding: 50px 0px;
  }

  .main_6 .tit_wrap {
    width: 90%;
    margin: 0 auto 30px;
    text-align: left;
  }

  .main_6 .tit_wrap h2 {
    font-size: 30px;
  }

  .main_6 .tit_wrap p {
    font-size: 17px;
    text-align: left;
  }

  .main_6_swiper {
    width: 90%;
    margin: 0 auto;
  }

  .main_6 .txt_wrap {
    margin-top: 0;
    max-width: 100%;
    padding: 20px 16px;
    min-height: 255px;
  }

  .main_6 .txt_wrap svg {
    top: 10px;
    right: 0;
    width: 40px;
    height: 40px;
  }

  .main_6 .txt_wrap p.txt {
    line-height: 1.6;
  }
}

/* main_7 */
.main_7 {
  display: flex;
  /* padding: 220px 0 160px; */
  min-height: var(--vh);
  box-sizing: border-box;
}

.main_7 .slide_wrap {
  position: relative;
}

.main_7 .slide_wrap .overview {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateX(-43%);
  z-index: 9;
}

.main_7 .slide_wrap .overview p {
  color: var(--main_color, #fcb03f);
  text-align: center;
  font-family: Marcellus;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.24px;
  text-transform: capitalize;
  display: flex;
  gap: 10px;
}

.main_7 .slide_wrap .overview .num {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-right: 20px;
}

.main_7 .slide_wrap .overview .num span {
  color: var(--main_color, #fcb03f);
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: capitalize;
}

.main_7 .slide_wrap .overview span.white {
  color: #fff;
}

.main_7 .slide_pagination {
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: calc(50% + 100px);
  left: 100%;
  z-index: 99;
  transform: translateX(-50%);
}

.main_7 .slide_pagination > div {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_7 .slide_pagination > div:after {
  content: "";
  display: block;
  border-radius: 9px;
  transition: 0.45s;
  background: #fcb03f;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
}

.main_7 .slide_pagination > div.on:after {
  background: transparent;
  width: 14px;
  height: 14px;
  border: 1px solid #fcb03f;
}

.main_7 .slide_wrap {
  margin-left: auto;
  width: 45%;
  max-width: 700px;
  display: flex;
  align-items: center;
}

.main_7 .big_wrap {
  width: 50%;
}

.main_7 .slide_wrap > div {
  width: 100%;
}

.main_7 .slide_box {
  width: 100%;
  position: relative;
}

.main_7 .slide_box ._cover {
  width: 100%;
  aspect-ratio: 490/600;
  /* max-width: 490px; */
  height: calc(var(--vh) * 0.55);
  border-radius: 8px;
  overflow: hidden;
}
.main_7 .slide_box ._cover img {
  width: auto;
  border-radius: 8px;
}
.main_7 .slide_box .slide.slide1 {
  z-index: 3;
  position: relative;
}

.main_7 .slide_box .slide2 {
  z-index: 2;
}

.main_7 .slide_box .slide3 {
  z-index: 1;
}

.main_7 .slide_box .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  min-width: 415px;
}

.main_7 .slide_box .txt {
  background: #fff;
  padding: 30px 24px;
  box-sizing: border-box;
}

.main_7 .slide_box .txt span {
  color: var(--main_color, #fcb03f);
  display: block;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}

.main_7 .slide_box .txt strong {
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  display: block;
  margin-bottom: 24px;
}

.main_7 .slide_box .txt p {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.main_7 .big_wrap {
  position: relative;
}

.main_7 .big_wrap img {
  position: absolute;
  top: 0;
  left: 0;
}

.main_7 .big_wrap img.big_img1 {
  z-index: 3;
}

.main_7 .big_wrap img.big_img2 {
  z-index: 2;
}

.main_7 .big_wrap img.big_img3 {
  z-index: 1;
}

.main_7 .big_wrap img.big_img4 {
}

@media screen and (max-width: 1280px) {
  .main_7 .slide_box .txt strong {
    font-size: 35px;
  }

  .main_7 .slide_box .slide {
    width: 80%;
    min-width: unset;
  }

  .main_7 .slide_box .txt {
    padding: 15px;
  }

  .main_7 .slide_box .txt span {
    font-size: 20px;
  }

  .main_7 .slide_box .txt strong {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .main_7 {
    padding: 100px 0;
  }

  .main_7 .big_wrap {
    display: none;
  }

  .main_7 .slide_wrap {
    width: 90%;
    margin: 0 auto;
    max-width: unset;
  }

  .main_7 .slide_wrap .overview {
    position: static;
    transform: translate(0);
  }
  .main_7 .slide_box ._cover {
    width: 50%;
  }
  .main_7 .slide_pagination {
    position: static;
    transform: translate(0);
    margin-bottom: 20px;
  }
  .main_7 .slide_box .slide {
    width: 100%;
    display: flex;
    /* align-items: center; */
  }

  .main_7 .slide_wrap .overview span.white {
    color: #fcb03f;
  }

  .main_7 .slide_wrap .overview .num {
    width: fit-content;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .main_7 {
    padding: 60px 0 0;
  }

  .main_7 .slide_box .slide {
    flex-direction: column;
  }

  .main_7 {
    font-size: 14px;
  }

  .main_7 .slide_wrap .overview .num span {
    font-size: 40px;
    letter-spacing: 0;
  }

  .main_7 .slide_pagination {
    margin-left: 0;
  }

  .main_7 .slide_box ._cover {
    width: 100%;
    max-height: 35vh;
    min-height: 35vh;
    /* aspect-ratio: 490/600; */
  }
  .main_7 .slide_box .txt {
    padding: 15px 0;
    margin-bottom: 100px;
  }
  .main_7 .slide_box .txt span {
    font-size: 17px;
  }

  .main_7 .slide_box .txt strong {
    font-size: 26px;
  }
  .main_7 .slide_box ._cover img {
    width: 100%;
  }
}

/* main_8 */
.main_8 {
  background: url("../img/main/main_8_bg.jpg") no-repeat left center / cover;
  padding: 150px 0;
  position: relative;
  z-index: 111;
  /* overflow: hidden; */
}

.main_8 .w1500 {
  display: flex;
  align-items: flex-start;
}

.main_8 .txt_wrap {
  flex: 1;
  padding-left: 4.1vw;
  position: sticky;
  top: 100px;
  padding-right: 10px;
}

.main_8 .txt_wrap span.main_eng_tit {
  color: #fff;
}

.main_8 .txt_wrap h2 {
  color: #fff;
  margin-bottom: 20px;
  /* Main_tit01 */
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main_8 .txt_wrap b {
  color: #fff;
  font-family: "Noto Serif KR";
  font-size: 22px;
  display: block;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 18px;
}

.main_8 .box_wrap {
  display: flex;
  gap: min(60px, 3.1vw);
  width: 57%;
}

.main_8 .box_wrap > div {
  display: flex;
  flex-direction: column;
  gap: 80px;
  flex: 1;
}

.main_8 .box_wrap > div:first-child {
  margin-top: 170px;
}

.main_8 .box {
  background: linear-gradient(180deg, #f4f5f7 0%, #deede0 100%);
  padding: 50px min(30px, 1.5vw);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 390/500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  filter: drop-shadow(16px 16px 64px rgba(44, 110, 66, 0.6));
}
.main_8 .box .top .num {
  color: var(--main_new, #fcb03f);
  font-family: Marcellus;
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
.main_8 .box .top strong {
  color: var(--main_new, #fcb03f);
  font-family: Pretendard;
  font-size: 28px;
  margin-bottom: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.56px;
  display: block;
}
.main_8 .box .top p {
  color: #303030;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
}
.main_8 .box .top p .small {
  color: #303030;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.32px;
}
.main_8 .box img {
  width: fit-content;
  display: block;
  margin-left: auto;
  max-width: 200px;
}
.main_8 .box_wrap > div.mobile_block {
  display: none;
}
@media screen and (max-width: 1440px) {
  .main_8 .box .top .num {
    font-size: 12px;
  }
  .main_8 .box {
    padding: 20px 2vw;
  }

  .main_8 .box img {
    max-width: 130px;
  }

  .main_8 .box .top strong {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main_8 .box .top p {
    font-size: 14px;
  }
  .main_8 .box .top p .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .main_8 {
    padding: 50px 0;
  }
  .main_8 .txt_wrap {
    position: static;
    padding-left: 0;
  }
  .main_8 .w1500 {
    flex-direction: column;
    gap: 30px;
  }

  .main_8 .box_wrap {
    width: 100%;
    flex-direction: column;
  }

  .main_8 .box_wrap > div {
    flex-direction: row;
    gap: 4.1vw;
  }

  .main_8 .box {
    width: calc((100% - 8vw) / 3);
  }

  .main_8 .box_wrap > div:first-child {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .main_8 .box_wrap > div:first-child {
    margin-top: 0;
  }
  .main_8 .box_wrap > div.pc_block {
    display: none;
  }
  .main_8 .box_wrap > div.mobile_block {
    display: flex;
  }
  .main_8 .box_wrap > div {
    flex-wrap: wrap;
  }

  .main_8 .box_wrap {
    gap: 20px;
  }

  .main_8 .box {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    aspect-ratio: unset;
    gap: 10px;
  }

  .main_8 .txt_wrap h2 {
    font-size: 30px;
  }

  .main_8 .txt_wrap b {
    font-size: 16px;
  }

  .main_8 .box_wrap > div {
    gap: 20px;
  }
  .main_8 .box img {
    margin-left: auto;
  }
  .main_8 .box strong {
    font-size: 25px;
  }
  .main_8 .box .top p {
    font-size: 19px;
  }
  .main_8 .box .top p .small {
    font-size: 16px;
  }
}

.main_9 {
  padding: 150px 0;
  overflow: hidden;
  background: url("../img/main/main_9_bg.png") no-repeat center center / cover;
}

.main_9 .tit_wrap .w1500 {
  display: flex;
  margin-bottom: 70px;
  align-items: center;
}

.main_9 .tit_wrap .w1500 > div {
  flex: 1;
}

.main_9 .tit_wrap h2 {
  color: var(--font_color2, #070707);
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.main_9 .tit_wrap p {
  color: #555;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.main_9 .tit_wrap a {
  color: #fcb03f;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 9999px;
  background: rgba(69, 100, 88, 0.05);
  width: fit-content;
  margin-left: auto;
}

.main_9 .img_wrap {
  position: relative;
}

.main_9 .img_wrap .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.main_9 .img_wrap .blur:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main_9_swiper {
  overflow: visible;
}
.main_9_swiper.login .blur {
  display: none;
}
.main_9_swiper .img_wrap img {
  filter: blur(10px);
}
.main_9_swiper.login .img_wrap img {
  filter: blur(0);
}

.main_9 .img_wrap .blur p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.main_9 .img_wrap .blur a {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 10px 20px;
  border-radius: 4px;
  background: var(--main_color, #fcb03f);
  width: fit-content;
  margin: 0 auto;
}

.main_9 .swiper-slide .img_wrap {
  overflow: hidden;
  aspect-ratio: 650/390;
}

.main_9 .swiper-slide {
  filter: drop-shadow(0 2px 36px rgba(0, 0, 0, 0.15));
  transform: scale(0.8);
  transition: 0.45s;
  border-radius: 8px;
  overflow: hidden;
  cursor: none;
}

.main_9 .swiper-slide-active {
  transform: scale(1);
}

.main_9 .swiper-slide .tag {
  color: var(--main_color, #fcb03f);
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 99px;
  border: 1px solid var(--main_color, #fcb03f);
  background: #fff;
  padding: 4px 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
  width: fit-content;
}

.main_9 .swiper-slide b {
  color: var(--font_color2, #070707);
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_9 .swiper-slide span {
  color: #888;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  display: block;
}

.main_9 .swiper-slide .txt_wrap {
  padding: 20px 30px;
  background: #fff;
}

.main_9_swiper .swiper-pagination {
  position: static;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.main_9_swiper .swiper-pagination-bullet {
  background: #fcb03f;
  width: 6px;
  height: 6px;
  border-radius: 9px;
  opacity: 1;
  margin: 0 !important;
}

.main_9_swiper .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 1px solid #fcb03f;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .main_9 .tit_wrap .w1500 {
    flex-direction: column;
    gap: 15px;
  }

  .main_9 .tit_wrap .w1500 > div {
    text-align: center;
  }

  .main_9 {
    padding: 50px 0;
  }

  .main_9 .tit_wrap .w1500 {
    margin-bottom: 50px;
  }

  .main_9_swiper {
    width: 90%;
    margin: 0 auto;
  }

  .main_9 .tit_wrap h2 {
    font-size: 30px;
  }

  .main_9 .tit_wrap p {
    font-size: 17px;
  }

  .main_9 .swiper-slide .tag {
    font-size: 14px;
  }

  .main_9 .img_wrap .blur p {
    font-size: 16px;
  }

  .main_9 .swiper-slide b {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .main_9 .swiper-slide {
    transform: scale(1);
    transition: none;
  }
  .main_9 .tit_wrap .w1500 > div {
    text-align: left;
    width: 100%;
  }
  .main_9 .tit_wrap a {
    margin-left: 0;
  }
}

.main_10 {
  padding: 150px 0;
}

.main_10 .top_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main_10 .tit h2 {
  color: var(--font_color, #222);

  /* Main_tit01 */
  font-family: Pretendard;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.main_10 .tit p {
  color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.main_10 .nav_wrap {
  display: flex;
  gap: 1.5vw;
}

.main_10 .nav_wrap a {
  color: #aaa;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 34px */
  position: relative;
}

.main_10 .nav_wrap a.active {
  color: #fcb03f;
}

.main_10 .nav_wrap a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fcb03f;
  bottom: 0;
  position: absolute;
}

.main_10 .nav_wrap a.active:after {
  width: 100%;
}

.main_10 .swiper-slide {
  position: relative;
  height: auto;
}

.main_10 .swiper-slide a {
  cursor: none;
}

.main_10 .con_wrap ul {
  display: flex;
  gap: 2vw;
}

.main_10 .con_wrap ul li {
  width: calc(100%);
}

.main_10 .con_wrap ._cover {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.main_10 .con_wrap b {
  display: block;
  color: var(--font_color, #222);
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.main_10 .con_wrap p {
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .main_10 {
    padding: 50px 0;
  }

  .main_10 .top_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .main_10 .tit h2 {
    font-size: 30px;
  }

  .main_10 .tit p {
    font-size: 16px;
  }

  .main_10 .con_wrap b {
    font-size: 17px;
  }

  .main_10 .nav_wrap {
    gap: 15px;
  }

  .main_10 .nav_wrap a {
    font-size: 17px;
  }
}

.main_11 {
  background: #f0f0f0;
  padding: 150px 0;
}

.main_11 .w1500 {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.main_11 .img_wrap {
  width: 70%;
}
.main_11 .txt_wrap {
  background: var(--main_color, #fcb03f);
  padding: 100px 2.6vw;
  flex: 1;
}

.main_11 .txt_wrap h2 {
  color: #fff;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 46.8px */
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}

.main_11 .txt_wrap .info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.main_11 .txt_wrap .info > li {
  display: flex;
  gap: 1.8vw;
}

.main_11 .txt_wrap .info > li > b {
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  min-width: 63px;
}

.main_11 .txt_wrap .info li p {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.main_11 .txt_wrap .info li p span.small {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.9;
}
.main_11 .txt_wrap .time > li {
  display: flex;
  gap: 1vw;
}

.main_11 .txt_wrap .time > li > span {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  min-width: 74px;
}

.main_11 .txt_wrap .sns {
  display: flex;
  gap: 25px;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .main_11 .txt_wrap {
    /* width: 30%; */
  }

  .main_11 .img_wrap {
    /* flex: 1; */
    width: 60%;
  }

  .main_11 .txt_wrap h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  /* .main_11 .img_wrap {
    width: 60%;
  }
  .main_11 .txt_wrap {
    width: 40%;
  } */

  .main_11 .txt_wrap .info > li {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .main_11 {
    padding: 50px 0;
  }

  .main_11 .w1500 {
    flex-direction: column;
  }
  .main_11 .img_wrap {
    width: 100%;
  }
  .main_11 .txt_wrap {
    width: 100%;
    padding: 30px 15px;
  }

  .main_11 .txt_wrap h2 br {
    display: none;
  }

  .main_11 .txt_wrap .time > li > span {
    min-width: 78px;
  }
}

/* 공지사항 섹션 마지막 슬라이드에 더보기 버튼 추가 */
.board_more_wrapper {
  width: 100%;
  aspect-ratio: 1/1;

  display: flex;
  justify-content: center;
  align-items: center;
}

.board_more_wrapper a {
  width: 100%;
  height: 100%;

  background: #ecf7ef;
  border-radius: 50%;

  color: #fcb03f;
  font-size: 20px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;

  padding: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.board_more_wrapper a svg {
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 500px) {
  .board_more_wrapper a {
    flex-direction: column;
    gap: 16px;
  }
}

.no_data {
  width: 100%;
  aspect-ratio: 25/6;

  background: #f8f8f8;
  border-radius: 15px;

  color: #a9a9a9;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* main_sec_news */
.main_sec_news {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}

.main_sec_news .news-content-inner {
  max-width: calc(1600px + 20px * 2);
  padding: 0 20px;
  margin: 0 auto;
}

.main_sec_news .news-top-content {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #b10f15;
  padding-bottom: 40px;
}

.main_sec_news .news-top-content .news-sub-txt {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 300;
  line-height: 1.6;
  text-align: right;
}

.main_sec_news .news-top-content .news-logo {
  width: clamp(311px, 33vw, 631px);
}

.main_sec_news .news-top-content .news-logo img {
  max-width: 100%;
}

.main_sec_news .news-info-content .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.main_sec_news .news-info-content .news-img-wrap {
  border-radius: 20px;
  border: 1px solid #efe7e7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: calc(100% - 600px);
  aspect-ratio: 964/475;
  overflow: hidden;
}

.main_sec_news .news-info-content .news-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_sec_news .news-info-content .news-txt-wrap {
  max-width: 576px;
  padding: 0 38px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_sec_news .news-info-content .news-txt-wrap h5 {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 300;
  line-height: 1.6;
  color: #404040;
  margin-bottom: 16px;
}

.main_sec_news .news-info-content .news-txt-wrap h3 {
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_sec_news .news-info-content .news-txt-wrap p {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
  word-break: break-all;
  min-height: 7.4em;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_sec_news .news-info-content .news-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
  padding: 12px 20px;
  position: relative;
  content: "";
  overflow: hidden;
}

.main_sec_news .news-info-content .news-link-wrap > div {
  position: relative;
  z-index: 1;
}

.main_sec_news .news-info-content .news-link-wrap:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    270deg,
    #ed1b23 20.05%,
    #d71820 40.09%,
    #b10f15 70.16%
  );
  transform: translateX(-50%);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main_sec_news .news-info-content .news-link-wrap:hover:after {
  transform: translateX(0);
}

.main_sec_news .mainNewsSwiper {
  overflow: visible;
}

.main_sec_news .mainNewsSwiper .swiper-slide {
  display: flex;
  justify-content: center;

  height: auto;
  background: #fff;
}

.main_sec_news .mainNewsSwiper .swiper-pagination {
  position: relative;
  top: 30px;
}

.main_sec_news
  .mainNewsSwiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 30px;
  height: 8px;
  border-radius: 100px;
  background: linear-gradient(
    270deg,
    #ed1b23 20.05%,
    #d71820 40.09%,
    #b10f15 70.16%
  );
}

@media screen and (max-width: 1024px) {
  .main_sec_news .news-info-content .news-item {
    flex-direction: column;
    justify-content: flex-start;
  }

  .main_sec_news .news-info-content .news-img-wrap {
    width: 100%;
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .main_sec_news {
    padding: 60px 0 100px;
  }

  .main_sec_news .news-top-content {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    gap: 15px;
  }

  .main_sec_news .news-top-content .news-sub-txt {
    text-align: center;
  }

  .main_sec_news .news-info-content .news-img-wrap {
    border-radius: 12px;
  }

  .main_sec_news .news-info-content .news-txt-wrap {
    padding: 0;
  }

  .main_sec_news .news-info-content .news-txt-wrap p {
    margin-bottom: 32px;
  }
}
