section {
  position: relative;
}

#container {
  padding-top: 14.2rem;
}

.sec__top {
  text-align: center;
}
.sec__desc {
  font-size: 2.2rem;
  color: #767676;
  line-height: 1.4;
}
.sec__desc.white {
  opacity: 0.8;
  color: #fff;
}
.sec__title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.3;
}
.sec__title.white {
  color: #fff;
}
.sec__title + .sec__desc {
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  #container {
    padding-top: 9rem;
  }
  .sec__title {
    font-size: 4.6rem;
  }
}
@media (max-width: 480px) {
  .sec__title {
    font-size: 4.2rem;
  }
}
.notice__box {
  padding: 4rem 6rem;
  border-radius: 2rem;
  background: #fafafa;
  font-family: "Pretendard";
}
.notice__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notice__item {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.8rem;
  color: #555;
  line-height: 1.4;
}
.notice__item::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "remixicon";
  color: #999;
  content: "\ee58";
}
.notice__item strong {
  color: #111;
}

@media (max-width: 1024px) {
  .notice__box {
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .notice__box {
    padding: 4rem 3rem;
  }
}
.tab-style {
  display: inline-flex;
  justify-content: center;
}
.tab-style__wrap {
  overflow: auto;
  padding-bottom: 0.5rem;
  text-align: center;
}
.tab-style__btn {
  min-width: 16rem;
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #ddd;
  font-size: 2.2rem;
  font-weight: 800;
  color: #767676;
  line-height: 1.4;
  transition: 0.24s;
}
.tab-style__btn.active {
  border-bottom: 4px solid #76B100;
  color: #111;
}

#sec01 {
  padding: 11rem 0;
}
#sec01::before {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  width: 96rem;
  height: 100%;
  border-radius: 1rem 0 0 1rem;
  background: #001268;
  content: "";
}
#sec01::after {
  position: absolute;
  top: 1rem;
  left: 58%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 46%;
  width: 86.5rem;
  height: 29.5rem;
  background: url("/template/g2b2/img/main/bg_obj01.png") no-repeat center center/contain;
  pointer-events: none;
  content: "";
}
#sec01 .sec01__wrap {
  padding: 0 8rem 0 10rem;
  max-width: 1730px;
  margin: 0 auto;
}
#sec01 .sec01__wrap > div {
  position: relative;
}
#sec01 .sec01__control {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  gap: 0 2.4rem;
}
#sec01 .sec01__more {
  display: inline-flex;
  align-items: center;
  margin-top: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  gap: 1rem;
}
#sec01 .sec01__more i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #001268;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
}
#sec01 .sec01__item {
  display: flex;
  justify-content: space-between;
  gap: 6rem 4rem;
}
#sec01 .sec01__con {
  padding-top: 11.4rem;
}
#sec01 .sec01__slide-btn {
  font-size: 2.4rem;
}
#sec01 .sec01__slide-num {
  display: flex;
  font-family: "Pretendard";
  font-size: 1.8rem;
  font-weight: 500;
  color: #888;
  gap: 0 1.2rem;
}
#sec01 .sec01__slide-num .swiper-pagination-current {
  font-weight: 700;
  color: #111;
}
#sec01 .sec01__desc {
  margin-top: 2rem;
  font-size: 2.2rem;
  color: #767676;
  line-height: 1.4;
}
#sec01 .sec01__img {
  max-width: 56%;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 16/10;
}
#sec01 .sec01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1600px) {
  #sec01 .sec01__wrap {
    padding: 0 3rem;
  }
}
@media (max-width: 1440px) {
  #sec01 .sec01__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 1180px) {
  #sec01 .sec01__wrap {
    padding-right: 0;
  }
  #sec01 .sec01__img {
    border-radius: 1rem 0 0 1rem;
  }
}
@media (max-width: 1024px) {
  #sec01 {
    padding: 6rem 0 0;
  }
  #sec01::before {
    top: auto;
    bottom: -3rem;
    max-width: 100%;
    width: 100%;
    height: 40%;
    border-radius: 1rem 1rem 0 0;
  }
  #sec01::after {
    top: -4rem;
    left: auto;
    right: 2rem;
    transform: translateX(0);
    z-index: -1;
  }
  #sec01 .sec01__wrap {
    padding-right: 3rem;
  }
  #sec01 .sec01__con {
    padding-top: 8rem;
  }
  #sec01 .sec01__item {
    flex-direction: column;
  }
  #sec01 .sec01__more {
    margin-top: 4.6rem;
  }
  #sec01 .sec01__img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #sec01 .sec01__wrap {
    padding: 0 2.4rem;
  }
}
@media (max-width: 480px) {
  #sec01::before {
    height: 30%;
  }
  #sec01 .sec01__title {
    font-size: 4.2rem;
  }
}
#sec02 {
  padding: 22rem 0 12rem;
}
#sec02::before {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 8rem;
  background-color: #ccc;
  content: "";
}
#sec02 .sec02__tab {
  display: flex;
  margin-top: 8.4rem;
  gap: 1.4rem;
}
#sec02 .sec02__tab-item {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  transition: 0.34s;
  gap: 1.6rem;
}
#sec02 .sec02__tab-item img {
  transition: 0.34s;
}
#sec02 .sec02__tab-item:hover {
  top: -4rem;
}
#sec02 .sec02__tab-item:hover .sec02__tab-title::after {
  opacity: 1;
}
#sec02 .sec02__tab-img {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 19/20;
}
#sec02 .sec02__tab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec02 .sec02__tab-title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#sec02 .sec02__tab-title::after {
  position: absolute;
  top: -0.4rem;
  right: 0;
  opacity: 0;
  font-family: "remixicon";
  font-size: 3.2rem;
  font-weight: 400;
  color: #000E48;
  transition: 0.24s;
  content: "\ea70";
}
#sec02 .sec02__con {
  display: flex;
  justify-content: space-between;
  margin-top: 16rem;
  gap: 6rem;
}
#sec02 .sec02__text .sec__title {
  position: relative;
}
#sec02 .sec02__block {
  display: inline-block;
  position: absolute;
  top: -3.6rem;
  right: 11rem;
  padding: 0.6rem 1.4rem;
  border-radius: 50rem;
  background-color: #f18101;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
#sec02 .sec02__block::before {
  position: absolute;
  bottom: -1rem;
  right: 1.2rem;
  z-index: -1;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 1.4rem 0px 1.4rem 2rem;
  border-color: transparent transparent transparent #f18101;
}
#sec02 .sec02__vid {
  max-width: 62%;
  width: 88rem;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 16/9;
}
#sec02 .sec02__vid iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  #sec02 .sec02__tab {
    flex-wrap: wrap;
    gap: 4rem 2rem;
  }
  #sec02 .sec02__tab-item {
    width: calc(50% - 1rem);
  }
  #sec02 .sec02__tab-item:hover {
    transform: translateY(0);
  }
  #sec02 .sec02__con {
    flex-direction: column;
    text-align: center;
  }
  #sec02 .sec02__con .sec__title {
    display: inline-block;
  }
  #sec02 .sec02__con .sec__title br {
    display: none;
  }
  #sec02 .sec02__block {
    top: -4.8rem;
    right: 0;
  }
  #sec02 .sec02__vid {
    max-width: 100%;
    width: 100%;
  }
}
#sec03 {
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
#sec03::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/template/g2b2/img/main/sec03_bg.png") no-repeat center/cover;
  content: "";
}
#sec03 > a {
  padding: 8rem 0;
  display: block;
}
#sec03 .sec03__title {
  font-size: 5.2rem;
  font-weight: 700;
}
#sec03 .sec03__desc {
  margin-top: 1rem;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  #sec03 .sec03__title {
    font-size: 4.2rem;
  }
}
#sec04 {
  overflow: hidden;
  padding: 14rem 0;
}
#sec04 .sec04__wrap {
  position: relative;
}
#sec04 .sec04__slide {
  width: 79rem;
  margin-top: 4rem;
}
#sec04 .sec04__slide-btn {
  position: absolute;
  top: 22rem;
  z-index: 5;
  border-radius: 50%;
}
#sec04 .sec04__slide-btn svg {
  height: 6rem;
}
#sec04 .sec04__slide-btn--prev {
  left: -5rem;
  transform: translateX(-100%);
}
#sec04 .sec04__slide-btn--next {
  right: -5rem;
  transform: translateX(100%);
}
#sec04 .sec04__item {
  transition: 0.4s;
}
#sec04 .sec04__img {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 16/10;
}
#sec04 .sec04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec04 .sec04__cate {
  display: inline-block;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  padding: 1rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  color: #fff;
}
#sec04 .sec04__cate.color01 {
  background-color: #001268;
}
#sec04 .sec04__cate.color02 {
  background-color: #d43989;
}
#sec04 .sec04__cate.color03 {
  background-color: #55e7bb;
  color: #222;
}
#sec04 .sec04__con {
  padding: 2rem 2.2rem 0;
}
#sec04 .sec04__title {
  display: block;
  position: relative;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#sec04 .sec04__title::after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "remixicon";
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  content: "\ea70";
}
#sec04 .sec04__desc {
  margin-top: 0.8rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #767676;
  line-height: 1.4;
}
#sec04 .sec04__thumb-slide {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  pointer-events: none;
}
#sec04 .sec04__thumb-img {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 16/10;
}
#sec04 .sec04__thumb-img::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
  content: "";
}
#sec04 .sec04__thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec04 .sec04__paging {
  display: none;
}

@media (max-width: 1600px) {
  #sec04 .sec04__slide {
    max-width: 50%;
    width: 70rem;
  }
  #sec04 .sec04__title {
    font-size: 3.6rem;
  }
  #sec04 .sec04__title::after {
    font-size: 4rem;
  }
  #sec04 .sec04__desc {
    font-size: 2rem;
  }
  #sec04 .sec04__thumb-slide {
    width: calc(100% - 10rem);
  }
  #sec04 .sec04__slide-btn {
    top: 18rem;
  }
  #sec04 .sec04__slide-btn svg {
    height: 5rem;
  }
  #sec04 .sec04__slide-btn--prev {
    left: 2rem;
  }
  #sec04 .sec04__slide-btn--next {
    right: 2rem;
  }
}
@media (max-width: 1024px) {
  #sec04 .sec04__slide {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  #sec04 .sec04__slide {
    max-width: 100%;
    width: 100%;
  }
  #sec04 .sec04__slide-btn {
    display: none;
  }
  #sec04 .sec04__thumb-slide {
    display: none;
  }
  #sec04 .sec04__paging {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
  }
  #sec04 .sec04__paging .swiper-pagination-bullet {
    transition: 0.24s;
  }
  #sec04 .sec04__paging .swiper-pagination-bullet-active {
    background-color: #76B100;
  }
}
#sec05 {
  padding: 10rem 0;
  background: url(/template/g2b2/img/main/sec05_bg.png) no-repeat center/cover;
}
#sec05 .sec05__wrap {
  padding: 5rem 4.8rem 6rem;
  margin-top: 4rem;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
#sec05 .sec05__con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  gap: 0 3rem;
}
#sec05 .sec05__slide {
  max-width: 100rem;
}
#sec05 .sec05__slide-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  font-size: 2.4rem;
}
#sec05 .sec05__slide-btn i {
  transition: 0.24s;
}
#sec05 .sec05__slide-btn.swiper-button-disabled {
  pointer-events: none;
}
#sec05 .sec05__slide-btn.swiper-button-disabled i {
  opacity: 0.2;
}
#sec05 .sec05__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
}
#sec05 .sec05__info {
  max-width: 44%;
  width: 43rem;
}
#sec05 .sec05__info-type {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  color: #76B100;
  line-height: 1.4;
}
#sec05 .sec05__info-name {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
}
#sec05 .sec05__info-list {
  margin-top: 1.6rem;
  border-top: 1px solid #333;
}
#sec05 .sec05__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e6e6e6;
  gap: 1.8rem;
}
#sec05 .sec05__info-item strong {
  font-size: 2rem;
  font-weight: 600;
}
#sec05 .sec05__info-item p {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}
#sec05 .sec05__img {
  max-height: 40rem;
  aspect-ratio: 4.9/4;
}
#sec05 .sec05__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  #sec05 .sec05__wrap {
    padding: 4rem 3rem 5rem;
  }
  #sec05 .sec05__item {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  #sec05 .sec05__wrap {
    padding: 4rem;
  }
  #sec05 .sec05__item {
    flex-direction: column-reverse;
  }
  #sec05 .sec05__info {
    max-width: 100%;
    width: 100%;
  }
  #sec05 .sec05__slide-btn {
    display: none;
  }
}
#sec06 {
  overflow: hidden;
  padding: 14rem 0;
}
#sec06 .sec06__top {
  position: relative;
}
#sec06 .sec06__top::before {
  position: absolute;
  bottom: -9rem;
  right: -9rem;
  z-index: -1;
  width: 53.1rem;
  height: 54rem;
  background: url(/template/g2b2/img/main/bg_obj02.png) no-repeat center/contain;
  content: "";
}
#sec06 .sec06__con {
  position: relative;
}
#sec06 .sec06__slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  border-radius: 1rem;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#sec06 .sec06__slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
#sec06 .sec06__slide-bar {
  position: relative;
  height: 2px;
  border-radius: 50rem;
  background-color: #e0e0e0;
}
#sec06 .sec06__slide-bar .swiper-pagination-progressbar-fill {
  height: 4px;
  margin-top: -1px;
  border-radius: 50rem;
  background-color: #111;
}
#sec06 .sec06__slide-btn {
  font-size: 2.4rem;
  transition: 0.24s;
}
#sec06 .sec06__slide-btn.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
#sec06 .sec06__slide-btn-wrap {
  display: flex;
  flex-shrink: 0;
  position: relative;
  gap: 4rem;
}
#sec06 .sec06__slide-btn-wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  width: 2px;
  height: 1.6rem;
  background-color: #111;
  content: "";
}
#sec06 .sec06__item {
  width: auto !important;
}
#sec06 .sec06__img {
  height: 30rem;
  overflow: hidden;
  border-radius: 1rem;
}
#sec06 .sec06__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec06 .sec06__name {
  padding: 1.6rem 2.2rem 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#sec06 .sec06__control {
  display: flex;
  align-items: center;
  margin-top: 5.4rem;
  gap: 0 2.8rem;
}

@media (max-width: 1024px) {
  #sec06 .sec06__top::before {
    bottom: 4rem;
    right: -20rem;
  }
}
@media (max-width: 480px) {
  #sec06 .sec06__top::before {
    bottom: 14rem;
  }
}
#sec07 {
  padding: 21rem 0 14rem;
}
#sec07::after {
  position: absolute;
  top: 14rem;
  left: 50%;
  opacity: 0.3;
  z-index: 1;
  width: 1px;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.5019607843);
  content: "";
}
#sec07::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57rem;
  background: url(/template/g2b2/img/main/sec07_bg.png) no-repeat center/cover;
  content: "";
}
#sec07 .sec07__tab {
  display: flex;
  flex-wrap: wrap;
  padding: 5rem;
  margin-top: 6.4rem;
  border-radius: 1.6rem;
  background: #fff;
  gap: 1rem 1.4rem;
}
#sec07 .sec07__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(25% - 1.05rem);
  height: 18rem;
  overflow: hidden;
  padding: 2rem 1rem;
  border-radius: 1rem;
  background: #fafafa;
  font-family: "Pretendard";
  text-align: center;
  transition: 0.24s;
  gap: 0.6rem;
}
#sec07 .sec07__item.active {
  background-color: #001268;
  color: #fff;
}
#sec07 .sec07__item.active::before {
  opacity: 0.2;
}
#sec07 .sec07__item.active .sec07__desc {
  opacity: 1;
  font-weight: 800;
  color: #76B100;
}
#sec07 .sec07__item::before {
  position: absolute;
  top: -10rem;
  right: 0;
  transform: rotate(30deg);
  opacity: 0;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: linear-gradient(182deg, #fff 0%, rgba(255, 255, 255, 0) 90%);
  pointer-events: none;
  transition: 0.24s;
  content: "";
}
#sec07 .sec07__date {
  display: block;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.4;
}
#sec07 .sec07__desc {
  opacity: 0.7;
  font-size: 2rem;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.8);
  line-height: 1.4;
  transition: 0.24s;
}

@media (max-width: 1440px) {
  #sec07 .sec07__date {
    font-size: 3.6rem;
  }
}
@media (max-width: 1024px) {
  #sec07 .sec07__tab {
    padding: 3rem;
  }
}
@media (max-width: 840px) {
  #sec07 {
    padding-top: 14rem;
  }
  #sec07::after {
    top: 6rem;
  }
  #sec07 .sec07__tab {
    justify-content: center;
  }
  #sec07 .sec07__item {
    width: calc(33.3333333333% - 0.94rem);
    height: 16rem;
  }
}
@media (max-width: 640px) {
  #sec07 .sec07__item {
    width: calc(50% - 0.7rem);
    height: 14rem;
  }
}
@media (max-width: 480px) {
  #sec07 .sec07__item {
    width: 100%;
    height: 11rem;
  }
  #sec07 .sec07__date {
    font-size: 3.2rem;
  }
}
#sec08 {
  padding: 0 0 14rem;
}
#sec08 .layout {
  position: relative;
}
#sec08 .sec08__top {
  position: relative;
}
#sec08 .sec08__top::before {
  position: absolute;
  top: -6rem;
  left: -6rem;
  z-index: -1;
  width: 39.5rem;
  height: 17.7rem;
  background: url(/template/g2b2/img/main/bg_obj03.png) no-repeat center/contain;
  content: "";
}
#sec08 .sec08__tab-wrap {
  margin: 3rem 0 3.6rem;
}
#sec08 .sec08__con {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#sec08 .sec08__con.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
#sec08 .sec08__con-wrap {
  position: relative;
}
#sec08 .sec08__map {
  width: 100%;
  height: 48rem;
  overflow: hidden;
  border-radius: 1rem;
}
#sec08 .sec08__map .root_daum_roughmap {
  width: 100%;
}
#sec08 .sec08__map .root_daum_roughmap .wrap_map {
  height: 48rem;
}
#sec08 .sec08__map .map_border {
  display: none;
}
#sec08 .sec08__info {
  display: flex;
  margin-top: 2rem;
  border-top: 2px solid #111;
}
#sec08 .sec08__info-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  position: relative;
  min-height: 12.4rem;
  padding: 1.4rem 4rem;
  gap: 1.6rem;
}
#sec08 .sec08__info-item:last-child::after {
  display: none;
}
#sec08 .sec08__info-item::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 3.2rem;
  background-color: #ddd;
  content: "";
}
#sec08 .sec08__info-item.item01 .sec08__info-title::before {
  background: url(/template/g2b2/img/main/sec08_icon01.svg) no-repeat center/contain;
}
#sec08 .sec08__info-item.item02 .sec08__info-title::before {
  background: url(/template/g2b2/img/main/sec08_icon02.svg) no-repeat center/contain;
}
#sec08 .sec08__info-item.item03 .sec08__info-title::before {
  background: url(/template/g2b2/img/main/sec08_icon03.svg) no-repeat center/contain;
}
#sec08 .sec08__info-title {
  display: block;
  position: relative;
  padding-left: 7rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
#sec08 .sec08__info-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  content: "";
}
#sec08 .sec08__info-desc {
  font-size: 2.2rem;
  font-weight: 500;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  #sec08 .sec08__info-item {
    flex-direction: column;
    text-align: center;
  }
  #sec08 .sec08__info-title {
    margin-left: -3rem;
  }
}
@media (max-width: 768px) {
  #sec08 .sec08__top::before {
    top: -16rem;
    width: 30rem;
  }
  #sec08 .sec08__info {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  #sec08 .sec08__info-item {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 8rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  #sec08 .sec08__info-item::after {
    display: none;
  }
  #sec08 .sec08__info-title {
    min-width: 13rem;
    padding-left: 5.4rem;
  }
  #sec08 .sec08__info-title::before {
    width: 5rem;
    height: 5rem;
  }
  #sec08 .sec08__info-desc {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media (min-width: 1024.1px) {
  #sec01::before {
    width: 0;
    transition: width 1.2s 0.2s;
  }
  #sec01 .sec01__control,
  #sec01 .sec01__con {
    transform: translateX(3rem);
    opacity: 0;
    transition: opacity 1.2s 1.4s, transform 1.2s 1.4s;
  }
  #sec01 .sec01__img {
    transform: translateX(-3rem);
    opacity: 0;
    transition: opacity 1.2s 1.4s, transform 1.2s 1.4s;
  }
  #sec01::after {
    top: -3rem;
    transform: translateX(-40%);
    opacity: 0;
    transition: 1.4s 2.4s;
  }
  #header {
    transform: translateY(-100%);
    transition: transform 1s 3.4s;
  }
  #quick-menu {
    transform: translateY(-50%) translateX(100%);
    transition: transform 1s 3.4s;
  }
  body.ani-start #sec01::before {
    width: 96rem;
  }
  body.ani-start #sec01 .sec01__control,
  body.ani-start #sec01 .sec01__con,
  body.ani-start #sec01 .sec01__img {
    transform: translateX(0);
    opacity: 1;
  }
  body.ani-start #sec01::after {
    top: 1rem;
    transform: translateX(-50%);
    opacity: 1;
  }
  body.ani-start #header {
    transform: translateY(0);
  }
  body.ani-start #quick-menu {
    transform: translateY(-50%) translateX(0);
  }
}
.ani {
  opacity: 0;
}

#sec02.on .ani01 {
  animation: slide-in-bottom 1s 0.2s both;
}
#sec02.on .ani02 {
  animation: slide-in-bottom 1s 0.4s both;
}
#sec02.on .ani03 {
  animation: slide-in-bottom 1s 1s both;
}
#sec02.on .ani04 {
  animation: slide-in-bottom 1s 1.1s both;
}
#sec02.on .ani05 {
  animation: slide-in-bottom 1s 1.2s both;
}
#sec02.on .ani06 {
  animation: slide-in-bottom 1s 1.3s both;
}
#sec02.on section.on .ani07 {
  animation: slide-in-left 1s 0.2s both;
}
#sec02.on section.on .ani08 {
  animation: slide-in-right 1s 0.2s both;
}

#sec03::before {
  width: 0;
  transition: width 1.2s 0.2s ease-in-out;
}
#sec03.on::before {
  width: 100%;
}
#sec03.on .ani01 {
  animation: slide-in-bottom 1s 1.4s both;
}
#sec03.on .ani02 {
  animation: slide-in-bottom 1s 1.6s both;
}

#sec04.on .ani01,
#sec05.on .ani01,
#sec06.on .ani01,
#sec08.on .ani01 {
  animation: slide-in-top 0.8s 0.2s both;
}
#sec04.on .ani02,
#sec05.on .ani02,
#sec06.on .ani02,
#sec08.on .ani02 {
  animation: slide-in-bottom 0.7s 0.3s both;
}

#sec07::before {
  width: 0;
  transition: width 1.2s 0.2s ease-in-out;
}
#sec07.on::before {
  width: 100%;
}
#sec07.on .ani01 {
  animation: slide-in-top 1s 1.4s both;
}
#sec07.on .ani02 {
  animation: slide-in-top 1s 1.6s both;
}
#sec07.on .ani03 {
  animation: slide-in-bottom 1s 2.2s both;
}
#sec07.on .ani04 {
  animation: slide-in-bottom 1s 2.4s both;
}
#sec07.on .ani05 {
  animation: slide-in-bottom 1s 2.5s both;
}
#sec07.on .ani06 {
  animation: slide-in-bottom 1s 2.6s both;
}
#sec07.on .ani07 {
  animation: slide-in-bottom 1s 2.7s both;
}
#sec07.on .ani08 {
  animation: slide-in-bottom 1s 2.8s both;
}
#sec07.on .ani09 {
  animation: slide-in-bottom 1s 2.9s both;
}
#sec07.on .ani10 {
  animation: slide-in-bottom 1s 3s both;
}
#sec07.on .ani11 {
  animation: slide-in-bottom 1s 3.1s both;
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes opaAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}