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

Title       : Main
Author      : EASESOFT
Create Date : 2026-02

-------------------------------------------------*/
#footer {
  margin-top: 0;
}

.control {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 10;
}
.control .pager {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.8rem;
  font-variant-numeric: tabular-nums;
}
.control .pager em {
  font-size: 1.6rem;
  font-weight: 500;
}
.control button {
  flex: none;
  display: flex;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
.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-position-x: 45%;
}
.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-position-x: 55%;
}
.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;
  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: 2.2rem;
}
@media screen and (min-width: 1024px) {
  .control button:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .control button:hover.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='%2312A66B'%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");
  }
  .control button:hover.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='%2312A66B'%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");
  }
  .control button:hover.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='%2312A66B'/%3E%3C/svg%3E%0A");
  }
  .control button:hover.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='%2312A66B'%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");
  }
}
.control.white {
  color: #FFFFFF;
}
.control.white button {
  filter: invert(1);
}
@media screen and (min-width: 1024px) {
  .control.white button:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .control.white button:hover.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='%2312A66B'%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");
    filter: invert(0);
  }
  .control.white button:hover.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='%2312A66B'%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");
    filter: invert(0);
  }
  .control.white button:hover.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='%2312A66B'/%3E%3C/svg%3E%0A");
    filter: invert(0);
  }
  .control.white button:hover.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='%2312A66B'%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");
    filter: invert(0);
  }
}

.sec_tit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
.sec_tit h2 {
  font-size: 3.2rem;
  font-family: "Jalnan_gothic";
  line-height: 1.1;
}

#visual {
  background: linear-gradient(to right, rgba(218, 241, 224, 0.32), rgba(204, 217, 255, 0.32));
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
#visual::before, #visual::after {
  content: "";
  position: absolute;
  left: -12rem;
  bottom: 10rem;
  width: 23rem;
  height: 23rem;
  border: 4rem solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 100%;
}
#visual::after {
  left: auto;
  right: -13rem;
  top: 5rem;
}
#visual .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
#visual .marquee {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 1;
  pointer-events: none;
}
#visual .marquee .box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
#visual .marquee .text {
  font-size: 10rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 1px 0 #0080FB, -1px 0 #0080FB, 0 1px #0080FB, 0 -1px #0080FB;
  font-family: "Montserrat";
  opacity: 0.4;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 2px;
}
@-moz-document url-prefix() {
  #visual .marquee .text {
    -webkit-text-stroke: 2px transparent;
  }
}
@keyframes symbol_rotate {
  0% {
    transform: scale(1) rotate(0);
  }
  30% {
    transform: scale(1.1) rotate(90deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}

.visual_swiper {
  flex: 930;
  aspect-ratio: 93/56;
  position: relative;
  z-index: 5;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.8);
}
.visual_swiper .swiper-slide {
  height: 100%;
  background-size: cover;
}
.visual_swiper .cont {
  position: absolute;
  left: 6.4rem;
  top: 6.4rem;
  color: #FFFFFF;
}
.visual_swiper .cont .tx {
  font-family: "Jalnan_gothic";
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.visual_swiper .cont .tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 2rem;
}
.visual_swiper .cont .tag span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 2.4rem;
  border-radius: 1.6rem;
}
.visual_swiper .control {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 4rem;
  height: 4.8rem;
  padding: 0 2.4rem;
}
.visual_swiper .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  height: 100%;
}

.photo_swiper {
  flex: 470;
  aspect-ratio: 47/56;
  position: relative;
  z-index: 5;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.photo_swiper .swiper-slide {
  height: 100%;
  position: relative;
}
.photo_swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.photo_swiper .img {
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.photo_swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo_swiper .desc {
  flex: none;
  width: 100%;
  padding: 3.6rem 2.4rem;
  background: #30456E;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
.photo_swiper .desc .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
}
.photo_swiper .desc .date {
  font-size: 1.5rem;
}
.photo_swiper .now {
  background: rgba(0, 25, 74, 0.5);
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  color: #FFFFFF;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.photo_swiper .control {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  background: rgba(21, 21, 21, 0.5);
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
}
.photo_swiper .control .pager {
  font-size: 1.5rem;
  display: none;
}
.photo_swiper button.prev,
.photo_swiper button.next {
  position: absolute;
  left: 0;
  top: calc(40% - 2.8rem);
  z-index: 10;
  width: 4.2rem;
  height: 5.6rem;
  border-radius: 0 100% 100% 0;
  background: #000000 url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2L2 11L11 20' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat 40% center;
  opacity: 0.2;
  transition: 0.3s;
}
.photo_swiper button.prev:hover,
.photo_swiper button.next:hover {
  opacity: 0.6;
}
.photo_swiper button.next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.photo_swiper .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  height: 100%;
  color: #fff;
}

.sec_link {
  padding: 4rem 0;
}
.sec_link ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
}
.sec_link li {
  flex: 1;
}
.sec_link a {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  height: 100%;
  gap: 1.6rem;
  border: 1px solid #ECECEC;
  border-radius: 1.2rem;
  padding: 4.8rem 1.6rem 4rem;
  transition: 0.3s;
}
.sec_link a:hover {
  border-color: #0080FB;
}
.sec_link a:hover .ic {
  background-color: #0080FB;
}
.sec_link a:hover .ic img {
  filter: invert(1) brightness(100);
}
.sec_link .ic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9.4rem;
  height: 9.4rem;
  background: #F7F9FB;
  border-radius: 100%;
  transition: 0.3s;
}
.sec_link .ic img {
  max-width: 70%;
  transition: 0.3s;
}
.sec_link .tit {
  font-size: 1.8rem;
  font-weight: 800;
}
.sec_link .tx {
  font-size: 1.5rem;
  color: #717171;
  word-break: keep-all;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.sec_link .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 4rem 0;
}

.sec_activity {
  background: #F7F9FB;
  padding: 6.8rem 0;
}
.sec_activity .group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
}
.sec_activity .item {
  border: 1px solid #dddddd;
  border-radius: 1.2rem;
  background: #FFFFFF;
  padding: 2.4rem 3.2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.4rem;
  transition: 0.3s;
}
.sec_activity .item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22rem;
  height: 22rem;
  border-radius: 0 0 0 22rem;
  background: linear-gradient(to bottom, #034EA2, #F8FAFC);
  opacity: 0.1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .sec_activity .item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  }
}
.sec_activity .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.sec_activity .top h3 {
  font-size: 2.4rem;
  line-height: 1;
}
.sec_activity .more {
  margin-left: auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 2rem;
  border: 1px solid #dddddd;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  gap: 1rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.sec_activity .more::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: 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='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  background-size: auto 100%;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .sec_activity .more:hover::after {
    transform: rotate(180deg);
  }
}
.sec_activity .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.sec_activity .list li {
  width: 100%;
}
.sec_activity .list a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sec_activity .list a:hover .tit em::before {
    width: 100%;
  }
}
.sec_activity .list .tit {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
.sec_activity .list .tit em {
  position: relative;
}
.sec_activity .list .tit em::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: 1px;
  background: #00194A;
  transition: 0.5s;
}
.sec_activity .list .date {
  flex: none;
  font-size: 1.5rem;
  color: #555555;
}
.sec_activity .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 2rem 0;
}

.sec_board {
  padding: 6.4rem 0 7rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.4rem;
}
.sec_board .board {
  flex: 1;
  overflow: hidden;
}
.sec_board .board .sec_tit {
  justify-content: space-between;
  align-items: center;
}
.sec_board .board .tab_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.sec_board .board .tab_box button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding: 0 4rem;
  border: 1px solid #dddddd;
  border-radius: 2.4rem;
  font-size: 1.6rem;
}
.sec_board .board .tab_box button.active {
  background: #00194A;
  color: #FFFFFF;
  border-color: transparent;
  font-weight: 500;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}
.sec_board .board .more {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.sec_board .board .more::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 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='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .sec_board .board .more:hover::after {
    transform: rotate(180deg);
  }
}
.sec_board .board .list li + li {
  margin-top: 1.6rem;
}
.sec_board .board .list li:not(.first) a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .sec_board .board .list a:hover .title em::before {
    width: 100%;
  }
}
.sec_board .board .list .title {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.sec_board .board .list .title em {
  position: relative;
}
.sec_board .board .list .title em::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: 1px;
  background: #00194A;
  transition: 0.5s;
}
.sec_board .board .list .date {
  font-size: 1.6rem;
  color: #8e8e8e;
  flex: none;
}
.sec_board .board .list .con {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 7rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  color: #717171;
  font-size: 1.6rem;
}
.sec_board .board .list .first {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.6rem;
}
.sec_board .board .list .first .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
.sec_board .board .list .first .title {
  font-size: 2.4rem;
  font-weight: 700;
}
.sec_board .board .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  min-height: 30rem;
}
.sec_board .popup_zone {
  flex: none;
  width: 56.6rem;
}
.sec_board .popup_zone .sec_tit {
  height: 4.8rem;
  align-items: center;
}
.sec_board .popup_zone .control {
  margin-left: auto;
}
.sec_board .popup_zone .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  min-height: 30rem;
}
.sec_board .popup_zone .popupzone_swiper {
  border-radius: 2.4rem;
}
.sec_board .popup_zone .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_story {
  background: rgba(191, 216, 230, 0.4);
  padding: 6.4rem 0;
}
.sec_story .sec_tit {
  align-items: center;
  margin-bottom: 4.2rem;
}
.sec_story .sns {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.sec_story .sns a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
.sec_story .sns .facebook {
  background-color: #1877F2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.27778 9.22578V16.4258H5.6358V9.32578H7.90741L8.5 6.32578H5.6358C5.6358 6.32578 5.6358 4.92578 5.6358 4.12578C5.6358 3.82578 5.73457 3.42578 6.2284 3.42578C6.91975 3.42578 7.80864 3.42578 7.80864 3.42578V0.425781C7.80864 0.425781 6.32716 0.425781 4.74691 0.425781C3.75926 0.425781 2.27778 1.72578 2.27778 3.22578C2.27778 4.72578 2.27778 6.32578 2.27778 6.32578H0.5V9.32578L2.27778 9.22578Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 1.4rem;
}
.sec_story .sns .youtube {
  background-color: #FF0000;
  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='M12.2439 4C12.778 4.00294 14.1143 4.01586 15.5341 4.07273L16.0375 4.09468C17.467 4.16236 18.8953 4.27798 19.6037 4.4755C20.5486 4.74095 21.2913 5.5155 21.5423 6.49732C21.942 8.05641 21.992 11.0994 21.9982 11.8358L21.9991 11.9884L21.9991 11.9991C21.9991 11.9991 21.9991 12.0028 21.9991 12.0099L21.9982 12.1625C21.992 12.8989 21.942 15.9419 21.5423 17.501C21.2878 18.4864 20.5451 19.261 19.6037 19.5228C18.8953 19.7203 17.467 19.8359 16.0375 19.9036L15.5341 19.9255C14.1143 19.9824 12.778 19.9953 12.2439 19.9983L12.0095 19.9991L11.9991 19.9991C11.9991 19.9991 11.9956 19.9991 11.9887 19.9991L11.7545 19.9983C10.6241 19.9921 5.89772 19.941 4.39451 19.5228C3.4496 19.2573 2.70692 18.4828 2.45587 17.501C2.0562 15.9419 2.00624 12.8989 2 12.1625V11.8358C2.00624 11.0994 2.0562 8.05641 2.45587 6.49732C2.7104 5.51186 3.45308 4.73732 4.39451 4.4755C5.89772 4.05723 10.6241 4.00622 11.7545 4H12.2439ZM9.99911 8.49914V15.4991L15.9991 11.9991L9.99911 8.49914Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.8rem;
}
.sec_story .sns .blog {
  background-color: #24943C;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='10.9mm' height='9.1mm' data-name='Layer 1' version='1.1' viewBox='0 0 30.8 25.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0%7D%3C/style%3E%3C/defs%3E%3Cpath d='M24.5 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM17.2 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM6.4 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2Z' class='cls-1'/%3E%3Cpath d='M25.9 0h-21C2.2 0 0 2.2 0 4.9v11.6c0 2.7 2.2 4.9 4.9 4.9h7.3l2.5 4v.1c.2.4.7.5 1.1.3.1 0 .2-.2.3-.3v-.1l2.5-4h7.3c2.7 0 4.9-2.2 4.9-4.9V4.9c0-2.7-2.2-4.9-4.9-4.9ZM6.8 14.3c-.6 0-1.2-.3-1.6-.8v.6H3.3V6.2h1.9v3c.4-.4 1-.7 1.6-.7 2.6 0 2.7 2.9 2.7 2.9 0 1.5-1.1 2.8-2.7 2.9Zm6-5.3v5.1H11V9.5c0-1.6-.9-1.6-.9-1.6V6.1c2.8 0 2.7 3 2.7 3Zm4.4 5.3h-.4c-1.6 0-2.8-1.3-2.7-2.9 0-2.9 3.1-2.9 3.1-2.9h.4c1.6 0 2.8 1.3 2.8 2.9 0 2.9-3.2 2.9-3.2 2.9Zm7.5 2.7H24v-1.7h.5c1.3 0 1.2-1.4 1.2-1.4v-.4c-.4.5-1 .7-1.7.7-2.6 0-2.6-2.8-2.6-2.8V11c0-1.4 1.2-2.6 2.7-2.5.6 0 1.2.3 1.6.7v-.5h1.8v5.5c0 1.5-1.3 2.7-2.8 2.7Z' class='cls-1'/%3E%3C/svg%3E");
  background-size: 2.6rem;
}
@media screen and (min-width: 1024px) {
  .sec_story .sns a:hover {
    transform: translateY(-5px);
  }
}
.sec_story .more {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  padding: 0 2rem;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  border-radius: 1.2rem;
  font-size: 1.5rem;
}
.sec_story .more::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 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='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .sec_story .more:hover::after {
    transform: rotate(180deg);
  }
}
.sec_story .story_swiper {
  padding: 2rem;
  margin: -2rem;
}
.sec_story .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 1.6rem;
  padding: 2.4rem;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec_story .swiper-slide a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
  .sec_story .swiper-slide a:hover .view {
    bottom: 0;
  }
}
.sec_story .swiper-slide .thumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  aspect-ratio: 16/9;
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.4);
}
.sec_story .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_story .swiper-slide .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 5rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.sec_story .swiper-slide .date {
  font-size: 1.4rem;
  color: #555555;
  align-self: flex-start;
  margin-top: 0.8rem;
}
.sec_story .swiper-slide .view {
  position: absolute;
  left: 0;
  bottom: -6rem;
  width: 100%;
  background: #00194A;
  color: #FFFFFF;
  padding: 1.6rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}
.sec_story .swiper-slide .view::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 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");
}
.sec_story .swiper-scrollbar {
  position: static;
  margin-top: 4rem;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
}
.sec_story .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3E7AC4;
}
.sec_story .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 4rem 0;
}

.sec_photo {
  padding: 6.4rem 0;
}
.sec_photo .sec_tit {
  align-items: center;
  margin-bottom: 4.2rem;
}
.sec_photo .control {
  margin-left: auto;
}
.sec_photo .more {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  padding: 0 2rem;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  border-radius: 1.2rem;
  font-size: 1.5rem;
}
.sec_photo .more::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 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='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .sec_photo .more:hover::after {
    transform: rotate(180deg);
  }
}
.sec_photo .story_swiper {
  padding: 2rem;
  margin: -2rem;
}
.sec_photo .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 1.6rem;
  padding: 2.4rem;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec_photo .swiper-slide a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-color: #3E7AC4;
  }
  .sec_photo .swiper-slide a:hover .view {
    bottom: 0;
  }
}
.sec_photo .swiper-slide .thumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  aspect-ratio: 16/9;
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.4);
}
.sec_photo .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_photo .swiper-slide .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
}
.sec_photo .swiper-slide .cont {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 4.4rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  font-size: 1.6rem;
  line-height: 1.3;
  width: 100%;
}
.sec_photo .swiper-slide .date {
  font-size: 1.4rem;
  color: #555555;
  align-self: flex-start;
  margin-top: 0.8rem;
}
.sec_photo .swiper-slide .view {
  position: absolute;
  left: 0;
  bottom: -6rem;
  width: 100%;
  background: #00194A;
  color: #FFFFFF;
  padding: 1.6rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}
.sec_photo .swiper-slide .view::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 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");
}
.sec_photo .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  padding: 4rem 0;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1480px) {
  .sec_story .story_swiper {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .photo_swiper .desc {
    padding: 2.4rem;
    gap: 1rem;
  }
  .photo_swiper .control {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
  }
}
@media (max-width: 1280px) {
  .sec_tit h2 {
    font-size: 3rem;
  }
  .visual_swiper .cont {
    left: 4rem;
    top: 4rem;
  }
  .visual_swiper .cont .tx {
    font-size: 3.2rem;
  }
  .visual_swiper .cont .tag span {
    height: 3.6rem;
    padding: 0 1.6rem;
  }
  .visual_swiper .control {
    right: 2.4rem;
    bottom: 2.4rem;
  }
  .sec_board {
    gap: 4rem;
  }
  .sec_board .board .tab_box {
    gap: 0.8rem;
  }
  .sec_board .board .tab_box button {
    height: 4rem;
    padding: 0 2.4rem;
  }
  .sec_board .board .list .con {
    -webkit-line-clamp: 2;
    height: 5rem;
  }
  .sec_board .board .list .first .title {
    font-size: 2rem;
  }
  .sec_board .board .list .title {
    font-size: 1.6rem;
  }
  .sec_board .board .list li + li {
    margin-top: 1rem;
  }
  .sec_board .popup_zone {
    width: 50%;
  }
  .sec_story .swiper-slide a {
    padding: 1.6rem;
  }
  .sec_story .swiper-slide .title {
    font-size: 1.8rem;
    height: 4.8rem;
  }
  .sec_photo .swiper-slide a {
    padding: 1.6rem;
  }
  .sec_photo .swiper-slide .title {
    font-size: 1.8rem;
    height: 4.8rem;
  }
}
@media (max-width: 1024px) {
  .sec_tit h2 {
    font-size: 2.2rem;
  }
  #visual .marquee {
    display: none;
  }
  #visual .layout_fix {
    flex-direction: column;
  }
  #visual .visual_swiper {
    flex: none;
    width: 100%;
  }
  #visual .photo_swiper {
    flex: none;
    width: 100%;
  }
  .sec_link {
    display: none;
  }
  .sec_activity {
    padding: 2.4rem 0;
  }
  .sec_activity .sec_tit {
    justify-content: center;
  }
  .sec_activity .group {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .sec_activity .item {
    padding: 2rem;
    gap: 1.6rem;
  }
  .sec_activity .top h3 {
    font-size: 2rem;
  }
  .sec_activity .list .tit {
    font-size: 1.6rem;
  }
  .sec_activity .more {
    height: 3.2rem;
    padding: 0 1.2rem;
  }
  .sec_board {
    flex-direction: column;
    padding: 3.2rem 0;
  }
  .sec_board .board {
    flex: none;
    width: 100%;
  }
  .sec_board .popup_zone {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .visual_swiper .cont {
    left: 3.2rem;
    top: 3.2rem;
  }
  .visual_swiper .cont .tx {
    font-size: 4.5vw;
  }
  .visual_swiper .cont .tag {
    font-size: 2.5vw;
    margin-top: 1rem;
  }
  .visual_swiper .cont .tag span {
    height: 3rem;
  }
  .visual_swiper .control {
    right: 1.6rem;
    bottom: 1.6rem;
    height: 4rem;
    padding: 0 1.6rem;
  }
  .visual_swiper .control .pager {
    font-size: 1.6rem;
  }
  .sec_board .board {
    position: relative;
    padding-bottom: 4em;
  }
  .sec_board .board .sec_tit {
    flex-direction: column;
  }
  .sec_board .board .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 1.6rem;
    justify-content: center;
    height: 4rem;
  }
  .sec_board .board .list .date {
    font-size: 1.4rem;
  }
  .sec_board .board .no_data {
    min-height: 25rem;
  }
  .sec_board .popup_zone .sec_tit {
    flex-direction: column;
  }
  .sec_board .popup_zone .control {
    margin: 0;
  }
  .sec_story {
    padding: 2.4rem 0;
  }
  .sec_story .layout_fix {
    width: 100%;
    position: relative;
    padding-bottom: 6rem;
  }
  .sec_story .sec_tit {
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec_story .sec_tit h2 {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .sec_story .more {
    position: absolute;
    left: 1.6rem;
    bottom: 0;
    width: calc(100% - 3.2rem);
  }
  .sec_story .sns {
    margin: 0;
  }
  .sec_story .sns a {
    width: 4rem;
    height: 4rem;
  }
  .sec_story .story_swiper {
    padding-left: 1.6rem;
  }
  .sec_photo {
    padding: 2.4rem 0 8rem;
    width: 100%;
    position: relative;
  }
  .sec_photo .sec_tit {
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec_photo .sec_tit h2 {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .sec_photo .more {
    position: absolute;
    left: 1.6rem;
    bottom: 1.6rem;
    width: calc(100% - 3.2rem);
  }
  .sec_photo .control {
    margin: 0;
  }
  .sec_photo .swiper-slide .thumb {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 480px) {
  #visual {
    padding-top: 1.6rem;
  }
  #visual .layout_fix {
    gap: 2.4rem;
  }
  .visual_swiper {
    aspect-ratio: 10/11;
  }
  .visual_swiper .swiper-slide {
    background-position: center center;
  }
  .visual_swiper .control {
    left: calc(50% - 10rem);
    width: 20rem;
  }
  .photo_swiper .desc {
    padding: 1.6rem;
  }
  .photo_swiper .desc .title {
    font-size: 1.6rem;
  }
  .photo_swiper .desc .date {
    display: none;
  }
  .photo_swiper .control {
    bottom: 5rem;
    right: 1.6rem;
  }
}