@charset "UTF-8";
@import url("layout.css");
/*-------------------------------------------------
title       : 메인
Author      : cya
Create date : 2025-12
-------------------------------------------------*/
.elice {
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.elice-bold {
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

#section1 {
  background: #F0F7FF;
  padding: 19rem 0 15rem;
}
#section1 .tit_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6rem;
}
#section1 .tit_wrap .tit {
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.2rem;
  font-size: 4.6rem;
  color: #424242;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
#section1 .tit_wrap .tit.animate {
  opacity: 1;
  transform: translateY(0);
}
#section1 .tit_wrap .tit b {
  background: linear-gradient(90deg, #23B6E2 0%, #3B6FDE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section1 .tit_wrap .tit p {
  display: inline-block;
  margin-left: -0.9rem;
}
#section1 .tit_wrap .bck_st {
  opacity: 0;
  transform: translateX(3rem);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
#section1 .tit_wrap .bck_st.animate {
  opacity: 1;
  transform: translateX(0);
}
#section1 .slide1 {
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
#section1 .slide1.animate {
  opacity: 1;
  transform: translateY(0);
}
#section1 .slide1::before, #section1 .slide1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
#section1 .slide1::before {
  left: 0;
  background: linear-gradient(90deg, #F0F7FF 0%, rgba(240, 247, 255, 0) 100%);
}
#section1 .slide1::after {
  right: 0;
  background: linear-gradient(270deg, #F0F7FF 0%, rgba(240, 247, 255, 0) 100%);
}
#section1 .slide1 .swiper-slide {
  width: 33rem;
  height: 40rem;
  border-radius: 3.6rem;
}
#section1 .slide1 .swiper-slide.swiper-slide-active > a, #section1 .slide1 .swiper-slide:hover {
  background: url("../img_2026/main/slide_active.png") no-repeat right top/cover;
}
#section1 .slide1 .swiper-slide.swiper-slide-active > a .tt, #section1 .slide1 .swiper-slide:hover .tt {
  margin-bottom: 0;
}
#section1 .slide1 .swiper-slide.swiper-slide-active > a .txt, #section1 .slide1 .swiper-slide.swiper-slide-active > a .btn, #section1 .slide1 .swiper-slide:hover .txt, #section1 .slide1 .swiper-slide:hover .btn {
  opacity: 1;
  visibility: visible;
}
#section1 .slide1 .swiper-slide:hover > a {
  background: none;
}
#section1 .slide1 a {
  background: #fff;
  border-radius: 3.6rem;
  display: flex;
  flex-direction: column;
  padding-top: 7.2rem;
  text-align: center;
  gap: 1.7rem;
  transition: background 0.5s ease;
  position: relative;
  height: 100%;
}
#section1 .slide1 a .tt {
  margin-bottom: 2.3rem;
  font-size: 2.8rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.8rem;
  transition: margin 0.5s ease;
}
#section1 .slide1 a .txt {
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
  color: #616161;
  font-weight: 500;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#section1 .slide1 a .btn {
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 4.2rem;
  height: 4.8rem;
  background: url("../img_2026/main/polygon.png") no-repeat center center/cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#section1 .slide1 a .btn i {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
#section1 .slide1 a .btn:hover i {
  transform: rotate(360deg);
}
#section1 .slide1 .slide1-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
#section1 .slide1 .slide1-control button {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#section1 .slide1 .slide1-control button i {
  font-size: 2rem;
  color: #222;
}
#section1 .slide1 .slide1-control .slide1-playpause .pause-icon {
  display: none;
}
#section1 .slide1 .slide1-control .slide1-playpause.paused .play-icon {
  display: none;
}
#section1 .slide1 .slide1-control .slide1-playpause.paused .pause-icon {
  display: block;
}
#section1 .slide1 .slide1-control .slide1-pagination {
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 2rem;
  color: #757575;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}
#section1 .slide1 .slide1-control .slide1-pagination .swiper-pagination-current {
  color: #2689E8;
}

.bck_st {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  z-index: 1;
  width: 100%;
  height: 9.6rem;
}
.bck_st::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img_2026/main/subtract.png") no-repeat center right/cover;
  background-size: cover;
  z-index: -1;
}
.bck_st.sm {
  width: 29rem;
  height: 6.4rem;
  padding: 0 0 0 3.4rem;
}
.bck_st.sm > a {
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
}
.bck_st.sm > a > i {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 2.3rem;
}
.bck_st.sm::before {
  background: url("../img_2026/main/subtract_sm.png") no-repeat center center/cover;
}

#section2 {
  margin-top: -4.8rem;
}
#section2 .bck_st {
  gap: 4rem;
  border-radius: 2rem;
  overflow: hidden;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#section2 .bck_st.animate {
  opacity: 1;
  transform: translateY(0);
}
#section2 .bck_st .btn {
  width: 12rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
#section2 .bck_st .btn i {
  margin-left: 4px;
}
#section2 .noti_wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: calc(100% - 19rem);
  gap: 1rem;
  padding-left: 4.5rem;
  height: 100%;
}
#section2 .noti_wrap .tit {
  font-size: 2.4rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5rem;
  white-space: nowrap;
  position: relative;
  margin-top: 6px;
}
#section2 .noti_wrap .tit:before {
  background: url("../img_2026/main/icon.png") no-repeat center center;
  width: 2.2rem;
  height: 2.1rem;
  display: inline-block;
  margin-right: 1.2rem;
  content: "";
}
#section2 .noti_wrap .noti_list {
  width: 100%;
  display: flex;
  align-items: center;
  width: calc(100% - 14rem);
}
#section2 .noti_wrap .noti_list li {
  flex: 1;
  width: 50%;
  text-align: left;
  position: relative;
}
#section2 .noti_wrap .noti_list li a {
  display: flex;
  padding: 0 4rem;
  align-items: center;
  justify-content: space-between;
}
#section2 .noti_wrap .noti_list li a .title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  max-width: 100%;
  width: calc(100% - 9rem);
}
#section2 .noti_wrap .noti_list li a .title .txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#section2 .noti_wrap .noti_list li a .title i {
  flex-shrink: 0;
  color: #FFFF75;
  font-size: 1.2rem;
  font-weight: bold;
}
#section2 .noti_wrap .noti_list li a .date {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  opacity: 0.8;
}
#section2 .noti_wrap .noti_list li + li:before {
  content: "";
  width: 1px;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#section3 {
  padding: 10rem 0 12rem;
}
#section3 .container {
  gap: 6rem;
  display: flex;
}
#section3 .container .tit {
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.9rem;
  font-size: 3.2rem;
  color: #000;
  margin-bottom: 2.8rem;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#section3 .container .tit.animate {
  opacity: 1;
  transform: translateY(0);
}
#section3 .container [class*=article] {
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#section3 .container [class*=article].animate {
  opacity: 1;
  transform: translateY(0);
}
#section3 .container [class*=article] .more {
  position: absolute;
  right: 0;
  top: 0.6rem;
  color: #616161;
}
#section3 .container [class*=article] .more i {
  margin-left: 4px;
  color: #222;
  font-weight: 500;
}
#section3 .container [class*=article].article1 {
  width: 36.3rem;
  flex-shrink: 0;
  transition-delay: 0.2s;
}
#section3 .container [class*=article].article1 .box {
  height: 35.9rem;
  width: 100%;
  background: #FFD8B8;
  border-radius: 3.6rem;
  padding: 4rem;
  position: relative;
}
#section3 .container [class*=article].article1 .box:before {
  content: "";
  background: url("../img_2026/main/box_icon.png") no-repeat center center;
  width: 10.5rem;
  height: 9.5rem;
  position: absolute;
  bottom: 3.8rem;
  right: 4.5rem;
}
#section3 .container [class*=article].article1 .box strong {
  font-size: 2.8rem;
  font-family: "Elice", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.8rem;
  margin-bottom: 1.6rem;
  display: block;
}
#section3 .container [class*=article].article1 .box p {
  font-size: 1.8rem;
  color: #424242;
}
#section3 .container [class*=article].article2 {
  width: calc(100% - 42.3rem);
  flex-shrink: 0;
  transition-delay: 0.4s;
}
#section3 .container [class*=article].article2 .video_lst {
  display: flex;
  gap: 2.4rem;
  height: 35rem;
}
#section3 .container [class*=article].article2 .video_lst li {
  width: calc(50% - 1.2rem);
}
#section3 .container [class*=article].article2 .video_lst li a {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#section3 .container [class*=article].article2 .video_lst li a .tt {
  font-size: 2rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  max-height: 7.5rem;
}
#section3 .container [class*=article].article2 .video_lst li a .img {
  position: relative;
  display: block;
  border-radius: 1.6rem;
  width: 100%;
  height: 26rem;
  overflow: hidden;
}
#section3 .container [class*=article].article2 .video_lst li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#section3 .container [class*=article].article2 .video_lst li a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 1280px) {
  #section2 .noti_wrap {
    width: calc(100% - 16rem);
    padding-left: 3rem;
  }
  #section2 .noti_wrap .noti_list {
    padding: 0 2rem;
  }
  #section2 .noti_wrap .noti_list li a {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  #section1 {
    padding: 17rem 0 14rem;
  }
  #section1 .tit_wrap .tit {
    font-size: 4rem;
  }
  #section2 .noti_wrap .noti_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #section2 .noti_wrap .noti_list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #section2 .noti_wrap .noti_list li a {
    width: 100%;
  }
  #section2 .noti_wrap .noti_list li + li:before {
    display: none;
  }
  #section3 .container {
    gap: 4rem;
  }
  #section3 .container [class*=article].article1 {
    width: 31rem;
  }
  #section3 .container [class*=article].article2 {
    width: calc(100% - 35rem);
  }
}
@media (max-width: 900px) {
  #section3 .container {
    flex-direction: column;
    gap: 8rem;
  }
  #section3 .container [class*=article] {
    width: 100% !important;
  }
  #section3 .container [class*=article].article1 .box {
    height: auto;
    padding-right: 11rem;
    border-radius: 2rem;
  }
  #section3 .container [class*=article].article1 .box strong {
    font-size: 2.5rem;
    letter-spacing: -0.6rem;
  }
  #section3 .container [class*=article].article1 .box strong br {
    display: none;
  }
  #section3 .container [class*=article].article1 .box p br {
    display: none;
  }
  #section3 .container [class*=article].article1 .box:before {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-size: cover;
    right: 2rem;
    width: 8.5rem;
    height: 7.5rem;
  }
  #section3 .container [class*=article].article2 .video_lst {
    height: auto;
  }
  #section3 .container [class*=article].article2 .video_lst li a .tt {
    margin-top: 1rem;
  }
  #section3 .container [class*=article].article2 .video_lst li a .img {
    height: auto;
  }
  #section3 .container [class*=article].article2 .video_lst li a .img img {
    position: static;
    transform: none;
  }
}
@media (max-width: 768px) {
  #section3 .container .tit {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  #section1 .tit_wrap {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  #section1 .slide1::before, #section1 .slide1::after {
    width: 2rem;
  }
  #section1 .slide1 .swiper-slide .img {
    height: 15rem;
  }
  #section1 .slide1 .swiper-slide .img img {
    height: 100%;
  }
}
@media (max-width: 580px) {
  #section1 {
    padding: 11rem 0 11rem;
  }
  #section1 .slide1 .slide1-control {
    margin-top: 2rem;
  }
  #section2 .bck_st {
    background: #145490;
    height: auto;
    display: block;
    position: relative;
  }
  #section2 .bck_st .btn {
    width: auto;
    position: absolute;
    right: 3rem;
    top: 3rem;
    font-size: 1.8rem;
  }
  #section2 .bck_st:before {
    display: none;
  }
  #section2 .noti_wrap {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
  }
  #section2 .noti_wrap .tit {
    margin-bottom: 1.5rem;
  }
  #section2 .noti_wrap .noti_list {
    width: 100%;
    padding: 0;
    gap: 2rem;
  }
  #section1 .tit_wrap .tit {
    font-size: 3.2rem;
    letter-spacing: -1.1rem;
  }
}
@media (max-width: 480px) {
  #section3 .container [class*=article].article1 .box strong br {
    display: block;
  }
  #section3 .container [class*=article].article2 .video_lst {
    flex-direction: column;
  }
  #section3 .container [class*=article].article2 .video_lst li {
    width: 100%;
  }
  #section1 .slide1::before, #section1 .slide1::after {
    display: none;
  }
  #section1 .slide1 .swiper-slide {
    width: 28rem;
    height: 36rem;
  }
  #section1 .slide1 .swiper-slide .img {
    height: 13rem;
  }
}
@media (max-width: 370px) {
  #section3 .container .tit {
    font-size: 2.5rem;
  }
  #section3 .container [class*=article].article1 .box {
    padding: 3rem;
  }
  #section3 .container [class*=article].article1 .box:before {
    width: 6.4rem;
    height: 5.5rem;
    top: auto;
    transform: none;
  }
  #section1 .tit_wrap .tit {
    font-size: 2.6rem;
    letter-spacing: -0.9rem;
  }
}/*# sourceMappingURL=main.css.map */