/*-------------------------------------------------

Title       : Main
Author      : EASESOFT
Create Date : 2025-08

-------------------------------------------------*/
#main_wrap {
  padding-bottom: 12rem;
}
#main_wrap .section {
  padding-top: 8rem;
}

.control {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.control .pagination {
  margin-right: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.control .pagination span {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
}
.control .pagination .progress_bar {
  width: 5rem;
  height: 3px;
  background: #000000;
  position: relative;
}
.control .pagination .progress_bar .fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #B3FFF8;
  transition: width 0.5s ease;
}
.control .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.control button {
  flex: none;
  display: flex;
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.control button.prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.2rem;
}
.control button.next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.2rem;
}
.control button.pause {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 14V0H12.5V14H8.5ZM0.5 14V0H4.5V14H0.5Z' fill='%23000'/%3E%3C/svg%3E%0A");
  background-size: 1.2rem;
}
.control button.play {
  display: none;
}
.control button.play {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2rem;
}
.control .paging {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.control .paging span {
  font-weight: 500;
  font-size: 1.6rem;
  font-variant-numeric: tabular-nums;
}

.visual {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.visual .swiper-slide {
  position: relative;
}
.visual .img_box {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .visual .img_box .img {
    text-align: center;
  }
}
.visual .txt {
  position: absolute;
  left: calc(50% - 72rem);
  top: 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.4rem;
  width: 90rem;
  height: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.visual .txt strong {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
}
.visual .txt p {
  font-size: 2.8rem;
}
.visual .txt a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 2.4rem;
  border: 1px solid #FFFFFF;
  border-radius: 1.6rem;
}
.visual .control {
  position: absolute;
  right: 3rem;
  bottom: 3.6rem;
  z-index: 5;
  padding: 2.4rem 3.6rem;
  border-radius: 1.6rem;
  background: linear-gradient(to right, #0076D1, #00B0CF);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.visual .control .pagination span {
  color: #FFFFFF;
}
.visual .control .pagination .progress_bar {
  background: #FFFFFF;
}
.visual .control .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.visual .control button.prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}
.visual .control button.next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}
.visual .control button.pause {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 14V0H12.5V14H8.5ZM0.5 14V0H4.5V14H0.5Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.visual .control button.play {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E");
}

.section01 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8rem;
}
.section01 .board {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.section01 .board .more {
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.section01 .board .label {
  position: absolute;
  top: 0.2rem;
  font-size: 2.4rem;
  opacity: 0.6;
  font-weight: 600;
}
.section01 .board .label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
  width: 0;
  height: 3px;
  background: #0072CB;
  transition: 0.3s;
}
.section01 .board .group.active .label {
  opacity: 1;
  font-weight: 700;
}
.section01 .board .group.active .label::before {
  width: 100%;
}
.section01 .board .group:nth-of-type(1) .label {
  left: 0;
}
.section01 .board .group:nth-of-type(2) .label {
  left: 11rem;
}
.section01 .board .list {
  padding-top: 6.4rem;
  height: 34rem;
}
.section01 .board .list li + li {
  margin-top: 1.6rem;
}
.section01 .board .list li:not(.first) {
  position: relative;
}
.section01 .board .list li:not(.first) a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.section01 .board .list .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.8rem;
  transition: 0.3s;
}
.section01 .board .list .date {
  flex: none;
  margin-left: auto;
  font-size: 1.6rem;
  color: #555555;
  letter-spacing: -0.5px;
}
.section01 .board .first {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.6rem;
}
.section01 .board .first .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.section01 .board .first a {
  display: block;
  position: relative;
  overflow: hidden;
}
.section01 .board .first a .title {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}
.section01 .board .first a .con {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.6rem;
  margin-top: 1rem;
  color: #333333;
}
.section01 .board .no_data {
  padding-top: 6.4rem;
  text-align: center;
  height: 34rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section01 .popupzone .tit_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.section01 .popupzone .swiper {
  margin-top: auto;
}
.section01 .popupzone .swiper-slide {
  overflow: hidden;
  border-radius: 2.4rem;
}

.section02 h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.section02 .service_swiper {
  padding: 2rem;
  margin: 4rem -2rem -2rem;
}
.section02 .service_swiper .swiper-slide {
  display: block;
  background: #F2F6FC;
  border-radius: 2.4rem;
  text-align: center;
  padding: 2.4rem 0 0;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .section02 .service_swiper .swiper-slide:hover .img img {
    transform: scale(1.05);
  }
}
.section02 .service_swiper .img {
  margin-top: 2.4rem;
  overflow: hidden;
  border-radius: 2.4rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.section02 .service_swiper .img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  .visual .txt {
    left: 1.6rem;
    width: 55%;
  }
  .visual .txt strong {
    font-size: 5vw;
  }
  .visual .txt p {
    font-size: 2.4rem;
  }
  .visual .control {
    right: 1.6rem;
    bottom: 1.6rem;
  }
  .section02 .service_swiper {
    padding: 2rem 0;
    margin: 4rem 0 -2rem;
  }
}
@media (max-width: 1280px) {
  .section01 {
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .visual .img_box {
    aspect-ratio: 16/9;
  }
  .visual .img_box .img {
    height: 100%;
  }
  .visual .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .visual .txt {
    width: 60%;
  }
  .visual .txt strong {
    font-size: 6vw;
  }
  .visual .txt p {
    font-size: 3vw;
  }
  .visual .control {
    padding: 1.6rem 2.4rem;
  }
  .section01 {
    display: block;
  }
  .section01 .board {
    width: 100%;
    max-width: 68rem;
    margin: 0 auto;
  }
  .section01 .popupzone {
    width: 100%;
    max-width: 68rem;
    margin: 6rem auto 0;
  }
  .section02 {
    width: 100%;
  }
  .section02 .service_swiper {
    font-size: 2rem;
    gap: 1.6rem;
  }
}
@media (max-width: 800px) {
  .section01 .board .first .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .section01 .board .first .date {
    margin: 1rem 0 0 0;
  }
  .section01 .board .list {
    height: 36rem;
  }
  .section01 .board .no_data {
    height: 36rem;
  }
  .section02 .service_swiper .img {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .visual .img_box {
    aspect-ratio: 4/3;
  }
  .visual .txt {
    width: 65%;
  }
  .visual .txt strong {
    font-size: 7vw;
  }
  .visual .txt p {
    font-size: 4vw;
  }
  .visual .control {
    padding: 0.8rem 1.6rem;
    gap: 0.3rem;
  }
  .visual .control .pagination {
    gap: 1rem;
  }
  .section01 .board .list {
    height: 35rem;
  }
  .section01 .board .list .title {
    font-size: 1.6rem;
  }
  .section01 .board .list .date {
    font-size: 1.4rem;
  }
  .section01 .board .no_data {
    height: 35rem;
  }
  .section02 .service_swiper .img {
    aspect-ratio: 4/3;
  }
}