/* ---------- S: Common ---------- */
#main {
  overflow: hidden;
}

.sec {
  padding: 120px 0;
}

.sec-tit {
  margin-top: -4px;
}

.sec-tit > p {
  margin-bottom: 7px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f05484;
}

.sec-tit .tit {
  display: flex;
  align-items: center;
}

.sec-tit .tit i {
  display: block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/common/sec-tit.svg');
}

.sec-tit .tit p {
  padding-left: 10px;
  font-size: 3.8rem;
  font-weight: 700;
  color: #16264c;
}

.sec-tit .tit p span {
  display: block;
}

@media(max-width:1200px) {
  .sec {
    padding: 100px 0;
  }
  
  .sec-tit {
    margin-top: -3px;
  }
  
  .sec-tit > p {
    font-size: 2.2rem;
  }
  
  .sec-tit .tit i {
    width: 34px;
    height: 34px;
  }
  
  .sec-tit .tit p {
    font-size: 3.4rem;
  }
}

@media(max-width:1024px) {
  .sec {
    padding: 90px 0;
  }
  
  .sec-tit {
    margin-top: -2px;
  }
  
  .sec-tit > p {
    font-size: 2rem;
  }
  
  .sec-tit .tit i {
    width: 32px;
    height: 32px;
  }
  
  .sec-tit .tit p {
    padding-left: 8px;
    font-size: 3rem;
  }
}

@media(max-width:768px) {
  .sec {
    padding: 80px 0;
  }
  
  .sec-tit {
    margin-top: -1px;
  }
  
  .sec-tit > p {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  
  .sec-tit .tit i {
    width: 30px;
    height: 30px;
  }
  
  .sec-tit .tit p {
    font-size: 2.6rem;
  }
}

@media(max-width:500px) {
  .sec {
    padding: 70px 0;
  }
  
  .sec-tit > p {
    font-size: 1.6rem;
  }
  
  .sec-tit .tit i {
    width: 28px;
    height: 28px;
  }
  
  .sec-tit .tit p {
    padding-left: 6px;
    font-size: 2.4rem;
  }
}
/* ---------- E: Common ---------- */
/* ---------- S: Sec01 ---------- */
.sec01 {
  width: 100%;
  height: 636px;
  padding: 0;
}

.sec01 .visual {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec01 .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec01 .swiper-slide {
  position: relative;
  width: 100%;
}

.sec01 .txt-wrap {
  position: absolute;
  top: calc(50% - 52px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
}

.sec01 .txt-wrap .tit {
  width: 100%;
  margin-bottom: 20px;
  font-size: 6.6rem;
  font-weight: 800;
  line-height: 1.375;
  color: #fff;
}

.sec01 .txt-wrap .tit i {
  font-weight: 500;
  font-style: normal;
}

.sec01 .txt-wrap .tit p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.sec01 .txt-wrap .tit span {
  display: inline-block;
  position: relative;
}

.sec01 .txt-wrap .tit span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  z-index: -1;
  left: 0;
  width: 0;
  height: 20px;
  background-color: #f05484;
  transition: width .8s ease-out;
  transition-delay: .5s;
}

.sec01 .txt-wrap .txt {
  max-width: 480px;
  width: 100%;
  padding: 24px 40px;
  border-radius: 20px;
  background-color: rgba(22, 38, 76, 0.5);
  font-size: 2.6rem;
  line-height: 1.66;
  font-weight: 500;
  color: #fff;
}

.sec01 .txt-wrap .txt p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.sec01 .bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec01 .bg01 {
  background-image: url('/child/img/main/visual01.png');
}
.sec01 .bg02 {
  background-image: url('/child/img/main/visual02.png');
}
.sec01 .bg03 {
  background-image: url('/child/img/main/visual03.png');
}

.sec01 .main-pagination {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 117px;
  transform: translateX(-50%);
  z-index: 9;
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
}

.sec01 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  width: 100px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
}

.sec01 .pagination .swiper-pagination-bullet {
  display: block;
	width: 12px;
  height: 12px;
  background-color: #898989;
  opacity: 1;
}


.sec01 .pagination .swiper-pagination-bullet-active {
  width: 34px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 6px;
}


.sec01 .scroll-btn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;
  transform: translateX(-50%);
  width: 28px;
  height: 49px;
  padding: 6px;
  border: 2px solid #fff;
  border-radius: 28px;
  cursor: pointer;
}

.sec01 .scroll-btn span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  animation: scrollAni 2s linear infinite;
}

@keyframes scrollAni {
  0% {
    top: 6px;
  }
  100% {
    top: calc(100% - 12px);
  }
}

.sec01 .txt-wrap .tit p {
  opacity: 0;
  transform: translateY(50px);
  transition: transform .4s ease-out;
  transition-delay: .1s;
}

.sec01.aos-animate  .txt-wrap .tit p,
.sec01 .swiper-slide-active .txt-wrap .tit p {
  transform: translateY(0);
  opacity: 1;
}

.sec01.aos-animate .txt-wrap .tit span::after,
.sec01 .swiper-slide-active .txt-wrap .tit span::after {
  width: 100%;
}


@media(max-width:1200px) {
  .sec01 {
    height: 600px;
  }
  
  .sec01 .txt-wrap {
    top: calc(50% - 52px);
  }
  
  .sec01 .txt-wrap .tit {
    font-size: 5.8rem;
  }
  
  .sec01 .txt-wrap .tit span::after {
    bottom: 4px;
    height: 18px;
  }
  
  .sec01 .txt-wrap .txt {
    padding: 20px 35px;
    font-size: 2.4rem;
  }
  
  .sec01 .main-pagination {
    bottom: 110px;
  }
  
  .sec01 .pagination {
    gap: 0 14px;
    width: 95px;
    height: 25px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet-active {
    width: 34px;
    height: 12px;
  }
  
  .sec01 .scroll-btn {
    bottom: 40px;
    width: 25px;
    height: 45px;
  }
}

@media(max-width:1024px) {
  .sec01 {
    height: 550px;
  }
  
  .sec01 .txt-wrap {
    top: calc(50% - 40px);
  }
  
  .sec01 .txt-wrap .tit {
    margin-bottom: 15px;
    font-size: 5rem;
  }
  
  .sec01 .txt-wrap .tit span::after {
    bottom: 3px;
    height: 15px;
  }
  
  .sec01 .txt-wrap .txt {
    padding: 18px 30px;
    border-radius: 18px;
    font-size: 2.2rem;
  }
  
  .sec01 .main-pagination {
    bottom: 100px;
  }
  
  .sec01 .pagination {
    gap: 0 12px;
    width: 90px;
    height: 20px;
    border-radius: 12px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 11px;
  }
  
  .sec01 .scroll-btn {
    bottom: 35px;
    width: 22px;
    height: 40px;
    padding: 5px;
  }
  
  .sec01 .scroll-btn span {
    width: 5px;
    height: 5px;
  }
}

@media(max-width:768px) {
  .sec01 {
    height: 500px;
  }
  
  .sec01 .txt-wrap .tit {
    font-size: 4.4rem;
  }
  
  .sec01 .txt-wrap .tit span::after {
    bottom: 2px;
    height: 12px;
  }
  
  .sec01 .txt-wrap .txt {
    padding: 15px 25px;
    border-radius: 16px;
    font-size: 2rem;
  }
  
  .sec01 .pagination {
    gap: 0 10px;
    width: 70px;
    height: 18px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
  }
  
  .sec01 .scroll-btn {
    bottom: 30px;
    width: 20px;
    height: 35px;
  }
}

@media(max-width:500px) {
  .sec01 {
    height: 450px;
  }
  
  .sec01 .txt-wrap {
    top: calc(50% - 30px);
  }
  
  .sec01 .txt-wrap .tit {
    margin-bottom: 12px;
    font-size: 3.8rem;
  }
  
  .sec01 .txt-wrap .tit span::after {
    height: 10px;
  }
  
  .sec01 .txt-wrap .txt {
    padding: 15px 20px;
    font-size: 1.8rem;
  }
  
  .sec01 .pagination {
    gap: 0 10px;
    width: 70px;
    height: 16px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  
  .sec01 .pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 9px;
  }
  
  .sec01 .scroll-btn {
    bottom: 25px;
    width: 18px;
    height: 30px;
    padding: 4px;
    border: 1px solid #fff;
  }
  
  .sec01 .scroll-btn span {
    width: 4px;
    height: 4px;
  }
}
/* ---------- E:Sec01 ---------- */

/* ---------- S:Sec02 ---------- */
.sec02 {
  position: relative;
  background-color: #f3f4f6;
}

.sec02 .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 419px;
  height: 419px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/main/sec02_bg-img.png');
}

.sec02 .bg-img02 {
  position: absolute;
  right: 0;
  top: 80px;
  width: 720px;
  aspect-ratio: 7.0588 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/main/sec02_bg-img02.png');
}

.sec02 .sec-tit {
  margin-bottom: 75px;
}
/* 
.sec02 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 25px 0;
  margin: -20px;
}

.sec02 .list .item {
  position: relative;
  width: 33.333%;
  padding: 20px;
  transform: scale(0.8);
  opacity: 0;
}

.sec02 .list .box {
  position: relative;
  width: 100%;
  border: 1px solid #16264c;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.sec02 .list .box .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -1px;
  transform: translateY(-50%);
  width: 152px;
  height: 48px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 24px;
  border-bottom-left-radius: 0;
}

.sec02 .list .box .cont {
  display: flex;
  align-items: center;
  padding: 30px 15px 20px 30px ;
}

.sec02 .list .box .cont .tit {
  display: flex;
  align-items: center;
  width: calc(100% - 178px);
}

.sec02 .list .box .cont i {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/common/check-icon.svg');
}

.sec02 .list .box .cont p {
  width: calc(100% - 24px);
  padding-left: 12px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #16264c;
}

.sec02 .list .box .icon {
  position: relative;
  width: 178px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.sec02 .list .box .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec02 .item.aos-animate {
  opacity: 1;
  transform: scale(1);
}

.sec02 .item:nth-of-type(2) {
  transition-delay: .1s;
}

.sec02 .item:nth-of-type(3) {
  transition-delay: .2s;
}

.sec02 .item:nth-of-type(5) {
  transition-delay: .1s;
}

.sec02 .item:nth-of-type(6) {
  transition-delay: .2s;
} */
 

.sec02 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}

.sec02 .list li {
  position: relative;
  z-index: 6;
  max-width: 426px;
  width: calc(34% - 1px);
  order: 1;
  transform: scale(0.9);
  opacity: 0;
  transition: all .35s ease-out;
}

.sec02 .list.aos-animate li {
  transform: scale(1);
  opacity: 1;
}

.sec02 .list li.item02 {
  transition-delay: .1s;
  z-index: 5;
}

.sec02 .list li.item03 {
  transition-delay: .2s;
  z-index: 4;
}

.sec02 .list li.item04 {
  z-index: 3;
  order: 4;
  transition-delay: .3s;
}

.sec02 .list li.item05 {
  z-index: 2;
  order: 3;
  transition-delay: .4s;
}

.sec02 .list li.item06 {
  z-index: 1;
  order: 2;
  transition-delay: .5s;
}

.sec02 .list li .box {
  position: relative;
  min-height: 404px;
  border: 10px solid #16264c;
  border-radius: 24px;
  padding: 45px 15px 42px;
  background-color: #f8f8f8;
}

.sec02 .list li:nth-child(2n) .box {
  border-color: #f05484;
}

.sec02 .list li .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -33px;
  left: -10px;
  padding: 0 35px 0 34px;
  height: 48px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 24px;
  border-bottom-left-radius: 0;
}

.sec02 .list li .tag span {
  display: inline-block;
  padding-left: 6px;
  font-weight: 800;
}

.sec02 .list li .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(100%, -50%);
  width: 50px;
  aspect-ratio: 0.442 / 1;
}

.sec02 .list li .arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec02 .list li.item03 .arrow {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translate(-50%, 72%) rotate(90deg);
}

.sec02 .list li.item04 .arrow,
.sec02 .list li.item05 .arrow {
  right: auto;
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg);
}

.sec02 .list li .icon {
  position: relative;
  width: 144px;
  margin: 0 auto 29px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.sec02 .list li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec02 .list li .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.sec02 .list li .tit i {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/common/check-icon.svg');
}

.sec02 .list li .tit p {
  padding-left: 12px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #16264c;
}

.sec02 .list li .txt {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #555;
} 

@media(max-width:1310px) {
  .sec02 .list li {
     width: calc(33.333% - 1px);
   }
 }

@media(max-width:1200px) {
  .sec02 .bg-img {
    width: 350px;
    height: 350px;
  }
  
  .sec02 .bg-img02 {
    width: 600px;
  }
  
  .sec02 .sec-tit {
    top: 60px;
    margin-bottom: 65px;
  }
  
  .sec02 .list {
    gap: 20px 0;
  }
  
 .sec02 .list li .box {
    min-height: 348px;
    padding: 35px 15px 30px;
  }
  
 .sec02 .list li .tag {
    top: -25px;
    padding: 0 25px;
    height: 45px;
    font-size: 2rem;
  }
  
 .sec02 .list li .arrow {
    width: 45px;
  }
  
 .sec02 .list li.item03 .arrow {
    transform: translate(-50%, 72.2%) rotate(90deg);
  }
  
 .sec02 .list li .icon {
    width: 125px;
    margin: 0 auto 25px;
  }
  
 .sec02 .list li .tit i {
    width: 22px;
    height: 22px;
  }
  
 .sec02 .list li .tit p {
    font-size: 2.2rem;
  }
  
 .sec02 .list li .txt {
    font-size: 2rem;
  } 
  
  /* .sec02 .list {
    gap: 20px 0;
    margin: -18px;
  }
  
  .sec02 .list .item {
    padding: 18px;
  }
  
  .sec02 .list .box .tag {
    width: 130px;
    height: 45px;
    font-size: 1.6rem;
  }
  
  .sec02 .list .box .cont {
    padding: 25px 12px 15px 25px ;
  }
  
  .sec02 .list .box .cont .tit {
    width: calc(100% - 158px);
  }

  .sec02 .list .box .cont p {
    padding-left: 10px;
    font-size: 2rem;
  }
  
  .sec02 .list .box .icon {
    width: 158px;
  } */
}

@media(max-width:1024px) {
  .sec02 .bg-img {
    width: 280px;
    height: 280px;
  }
  
  .sec02 .bg-img02 {
    width: 480px;
  }
  
  .sec02 .sec-tit {
    top: 50px;
    margin-bottom: 55px;
  }
  
  /* .sec02 .list {
    gap: 18px 0;
    margin: -12px;
  }
  
  .sec02 .list .item {
    padding: 12px;
  }
  
  .sec02 .list .box {
    border-radius: 18px;
  }
  
  .sec02 .list .box .tag {
    width: 110px;
    height: 40px;
    font-size: 1.6rem;
  }
  
  .sec02 .list .box .cont {
    padding: 22px 10px 12px 22px;
  }
  
  .sec02 .list .box .cont .tit {
    width: calc(100% - 138px);
  }
  
  .sec02 .list .box .cont i {
    width: 22px;
    height: 22px;
  }
  
  .sec02 .list .box .cont p {
    width: calc(100% - 22px);
    font-size: 1.8rem;
  }
  
  .sec02 .list .box .icon {
    width: 138px;
  } */
   
  .sec02 .list {
    gap: 20px 0;
  }
  
 .sec02 .list li .box {
    min-height: 290px;
    padding: 25px 15px 20px;
    border-width: 8px;
  }
  
 .sec02 .list li .tag {
    top: -25px;
    left: -8px;
    padding: 0 18px;
    height: 40px;
    font-size: 1.8rem;
  }
  
 .sec02 .list li .tag span {
    padding-left: 4px;
  }
  
 .sec02 .list li .arrow {
    width: 38px;
  }
  
 .sec02 .list li.item03 .arrow {
    transform: translate(-50%, 72%) rotate(90deg);
  }
  
 .sec02 .list li .icon {
    width: 105px;
    margin: 0 auto 20px;
  }
  
 .sec02 .list li .tit {
    margin-bottom: 10px;
  }
  
 .sec02 .list li .tit i {
    width: 20px;
    height: 20px;
  }
  
 .sec02 .list li .tit p {
    padding-left: 10px;
    font-size: 2rem;
  }
  
 .sec02 .list li .txt {
    font-size: 1.8rem;
  } 
}

@media(max-width:860px) {
  /* .sec02 .list {
    gap: 18px 0;
    margin: -12px;
  }
  
  .sec02 .list .item {
    width: 50%;
    padding: 12px;
  }
  
  .sec02 .item:nth-of-type(2) {
    transition-delay: .1s;
  }
  
  .sec02 .item:nth-of-type(3) {
    transition-delay: 0s;
  }

  .sec02 .item:nth-of-type(4) {
    transition-delay: .1s;
  }
  
  .sec02 .item:nth-of-type(5) {
    transition-delay: 0s;
  }
  
  .sec02 .item:nth-of-type(6) {
    transition-delay: .1s;
  } */
   
  .sec02 .list li {
    width: calc(50% - 1px);
  }
  
 .sec02 .list li.item02 {
    transition-delay: .1s;
    z-index: 5;
  }

 .sec02 .list li.item03 {
    transition-delay: .2s;
    z-index: 4;
    order: 3;
  }

 .sec02 .list li.item04 {
    z-index: 3;
    order: 2;
    transition-delay: .3s;
  }

 .sec02 .list li.item05 {
    z-index: 2;
    order: 4;
    transition-delay: .4s;
  }

 .sec02 .list li.item06 {
    z-index: 1;
    order: 5;
    transition-delay: .5s;
  }
  
 .sec02 .list li.item02 .arrow {
    top: auto;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translate(-50%, 72%) rotate(90deg);
  }
  
 .sec02 .list li.item03 .arrow {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translate(-100%, -50%) rotate(180deg);
  }
  
 .sec02 .list li.item04 .arrow {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 72%) rotate(90deg);
  }

 .sec02 .list li.item05 .arrow {
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    transform: translate(100%, -50%) rotate(0);
  }
}

@media(max-width:768px) {
  .sec02 .bg-img {
    width: 200px;
    height: 200px;
  }
  
  .sec02 .bg-img02 {
    width: 360px;
  }
  
  .sec02 .sec-tit {
    top: 40px;
    margin-bottom: 45px;
  }
  
  /* .sec02 .list {
    gap: 15px 0;
    margin: -10px;
  }
  
  .sec02 .list .item {
    padding: 10px;
  }
  
  .sec02 .list .box {
    border-radius: 18px;
  }
  
  .sec02 .list .box .tag {
    width: 90px;
    height: 35px;
    font-size: 1.4rem;
  }
  
  .sec02 .list .box .cont {
    padding: 22px 10px 10px 15px;
  }
  
  .sec02 .list .box .cont .tit {
    width: calc(100% - 118px);
  }
  
  .sec02 .list .box .cont i {
    width: 20px;
    height: 20px;
  }
  
  .sec02 .list .box .cont p {
    width: calc(100% - 20px);
    padding-left: 8px;
    font-size: 1.6rem;
  }
  
  .sec02 .list .box .icon {
    width: 118px;
  } */
   
  .sec02 .list {
    gap: 20px 0;
  }
  
 .sec02 .list li .box {
    min-height: 265px;
    padding: 25px 12px 15px;
    border-width: 5px;
  }
  
 .sec02 .list li .tag {
    top: -20px;
    left: -5px;
    padding: 0 15px;
    height: 35px;
    font-size: 1.6rem;
  }
  
 .sec02 .list li .arrow {
    width: 30px;
  }
  
 .sec02 .list li.item04 .arrow {
    transform: translate(-50%, 72.3%) rotate(90deg);  
  }

 .sec02 .list li .icon {
    width: 85px;
    margin: 0 auto 18px;
  }
  
 .sec02 .list li .tit i {
    width: 18px;
    height: 18px;
  }
  
 .sec02 .list li .tit p {
    padding-left: 8px;
    font-size: 1.8rem;
  }
  
 .sec02 .list li .txt {
    font-size: 1.6rem;
  } 
  
 .sec02 .list li.item02 {
    transition-delay: .15s;
  }

 .sec02 .list li.item03 {
    transition-delay: .3s;
  }

 .sec02 .list li.item04 {
    transition-delay: .45s;
  }

 .sec02 .list li.item05 {
    transition-delay: .6s;
  }

 .sec02 .list li.item06 {
    transition-delay: .75s;
  }
}

@media(max-width:500px) {
  .sec02 .bg-img {
    width: 130px;
    height: 130px;
  }
  
  .sec02 .bg-img02 {
    top: 30px;
    width: 260px;
  }
  
  .sec02 .sec-tit {
    margin-bottom: 40px;
  }
/*   
  .sec02 .list {
    gap: 12px 0;
    margin: -8px;
  }
  
  .sec02 .list .item {
    padding: 8px;
  }
  
  .sec02 .list .box .tag {
    width: 80px;
    height: 30px;
    font-size: 1.3rem;
  }
  
  .sec02 .list .box .cont {
    flex-wrap: wrap;
    gap: 10px 0;
  }
    
  .sec02 .list .box .cont .tit {
    width: 100%;
  }
  
  .sec02 .list .box .cont i {
    width: 18px;
    height: 18px;
  }
  
  .sec02 .list .box .cont p {
    width: auto;
    font-size: 1.4rem;
  }
 
  .sec02 .list .box .icon {
    width: 100px;
    margin: 0 auto;
  } */
   
  .sec02 .list {
    gap: 12px 0;
  }
  
 .sec02 .list li {
    width: 100%;
    margin: 0 auto;
  }
  
 .sec02 .list.aos-animate li {
    transform: scale(0.9);
    opacity: 0;
  }
  
 .sec02 .list li.item {
    order: 1;
    transition-delay: 0s;
  }
  
 .sec02 .list li.item.aos-animate {
    transform: scale(1);
    opacity: 1;
  }
  
 .sec02 .list li .box {
    min-height: auto;
  }
  
 .sec02 .list li .tag {
    top: -12px;
    padding: 0 15px;
    height: 30px;
    font-size: 1.5rem;
  }
  
 .sec02 .list li .arrow {
    width: 26px;
  }
  
 .sec02 .list li.item .arrow {
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    transform: translate(-50%, 72.3%) rotate(90deg);  
  }
  
 .sec02 .list li.item:nth-child(1) .arrow {
    transform: translate(-50%, 71.5%) rotate(90deg);  
  }
 .sec02 .list li.item:nth-child(2n) .arrow {
    transform: translate(-50%, 71.9%) rotate(90deg);  
  }

 .sec02 .list li .icon {
    width: 85px;
    margin: 0 auto 18px;
  }
  
 .sec02 .list li .tit i {
    width: 18px;
    height: 18px;
  }
  
 .sec02 .list li .tit p {
    padding-left: 8px;
    font-size: 1.6rem;
  }
  
 .sec02 .list li .txt {
    min-height: 37px;
    font-size: 1.5rem;
  } 
  
 .sec02 .list li .txt br {
    display: block;
  }
}
/* ---------- E:Sec02 ---------- */
/* ---------- S:Sec03 ---------- */
.sec03 {
  position: relative;
  overflow: hidden;
}

.sec03 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 3.84 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/main/sec03_bg.png');
}

.sec03 .sec-tit {
  margin-bottom: 51px;
}

.sec03 .inner {
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.sec03 .tab {
  display: flex;
  align-items: start;
  border: 1px solid #dadada;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: none;
}

.sec03 .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 33.333%;
  height: 72px;
  cursor: pointer;
}

.sec03 .tab-item::after {
  content: "";
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width:  calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #16264c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: display .3s ease-out;
}

.sec03 .tab-item:nth-of-type(2) {
  padding-left: 59px;
}

.sec03 .tab-item:nth-of-type(3) {
  padding-left: 67px;
}

.sec03 .tab-item:nth-of-type(2):after {
  left: 0px;
  transform: translateX(0);
}

.sec03 .tab-item:last-of-type:after {
  left: auto;
  right: -1px;
  transform: translateX(0);
}

.sec03 .tab-item .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image .3s ease-out;
}

.sec03 .tab-item .icon01 {
  background-image: url('/child/img/main/faq-icon01.png');
}

.sec03 .tab-item .icon02 {
  background-image: url('/child/img/main/faq-icon02.png');
}

.sec03 .tab-item .icon03 {
  background-image: url('/child/img/main/faq-icon03.png');
}

.sec03 .tab-item p {
  padding-left: 24px;
  padding-right: 39px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #16264c;
  transition: color .3s ease-out;
}

.sec03 .tab-item .check {
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/common/check-icon.svg');
  transition: opacity .3s ease-out;
}

.sec03 .tab-item.on::after {
  display: block;
}

.sec03 .tab-item.on .icon01 {
  background-image: url('/child/img/main/faq-icon01-on.png');
}

.sec03 .tab-item.on .icon02 {
  background-image: url('/child/img/main/faq-icon02-on.png');
}

.sec03 .tab-item.on .icon03 {
  background-image: url('/child/img/main/faq-icon03-on.png');
}

.sec03 .tab-item .icon03,
.sec03 .tab-item:nth-of-type(3) p,
.sec03 .tab-item:nth-of-type(3) .check  {
  transform: translateX(-10px);
}

.sec03 .tab-item.on p {
  color: #fff;
}

.sec03 .tab-item.on .check {
  opacity: 1;
}

.sec03 .cont {
  position: relative;
}

.sec03 .cont .cont-item {
  position: relative;
  display: none;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #16264c;
  background-color: #fcfcfc;
  box-sizing: border-box;
  transition: display .3s ease-out;
}

.sec03 .cont .cont-item::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 196px;
  height: 196px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/main/sec03_cont-bg.png');
}

.sec03 .cont .cont-item .box {
  position: relative;
  z-index: 1;
  min-height: 620px;
  padding: 55px;
}

.sec03 .cont .cont-item .faq-item {
  margin-bottom: 36px;
}

.sec03 .cont .cont-item .faq-item:last-of-type{
  margin-bottom: 0;
}

.sec03 .cont .cont-item .faq-item p {
  /* display: flex;
  align-items: center; */
  position: relative;
  max-width: 1150px;
  width: 100%;
  margin-bottom: 13px;
  padding-left: 50px;
  padding-top: 2px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  letter-spacing: -0.02em;
}

.sec03 .cont .cont-item .faq-item p:last-of-type {
  margin-bottom: 0;
}

.sec03 .cont .cont-item .faq-item p.faq-a {
  font-weight: 500;
  color: #555;
  line-height: 1.272;
}

.sec03 .cont .cont-item .faq-item p.faq-a .caution {
  font-size: 2.2rem;
}

.sec03 .cont .cont-item .faq-item p.faq-a .dot {
  display: block;
  position: relative;
  padding-left: 20px;
}

.sec03 .cont .cont-item .faq-item p.faq-a .dot::after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sec03 .cont .cont-item .faq-item .tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.sec03 .cont .cont-item .ex {
  width: 100%;
  margin-top: 78px;
  padding: 30px 32px;
  border-radius: 20px;
  background-color: rgba(236, 236, 236, 0.8);
}

.sec03 .cont .cont-item .ex p {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.272;
  color: #999999;
}

.sec03 .cont .cont-item.on {
  display: block;
}

@media(max-width:1200px) {
  .sec03 .sec-tit {
    margin-bottom: 45px;
  }
  
  .sec03 .tab-item {
    height: 65px;
  }
  
  .sec03 .tab-item:nth-of-type(2) {
    padding-left: 50px;
  }
  
  .sec03 .tab-item:nth-of-type(3) {
    padding-left: 60px;
  }
  
  .sec03 .tab-item p {
    padding-left: 20px;
    padding-right: 30px;
    font-size: 2rem;
  }  
  .sec03 .cont .cont-item::after {
    width: 175px;
    height: 175px;
  }
    
  .sec03 .tab-item:last-of-type:after {
    right: -1px;
  }
  
  .sec03 .cont .cont-item .box {
    min-height: 600px;
    padding: 45px;
  }
  
  .sec03 .cont .cont-item .faq-item {
    margin-bottom: 30px;
  }
  
  .sec03 .cont .cont-item .faq-item p {
    min-height: 28px;
    padding-left: 45px;
    font-size: 2.2rem;
  }
    
  .sec03 .cont .cont-item .faq-item p.faq-a .caution {
    font-size: 2rem;
  }

  .sec03 .cont .cont-item .faq-item p.faq-a .dot {
    padding-left: 20px;
  }
  
  .sec03 .cont .cont-item .faq-item .tag {
    width: 30px;
    height: 30px;
    font-size: 2rem;
  }
  
  .sec03 .cont .cont-item .ex {
    margin-top: 70px;
    padding: 25px 30px;
  }
  
  .sec03 .cont .cont-item .ex p {
    font-size: 2.2rem;
  }
}

@media(max-width:1024px) {
  .sec03 .sec-tit {
    margin-bottom: 40px;
  }
  
  .sec03 .inner {
    border-radius: 18px;
  }
  
  .sec03 .tab {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  
  .sec03 .tab-item {
    height: 60px;
  }
  
  .sec03 .tab-item:nth-of-type(2) {
    padding-left: 40px;
  }
  
  .sec03 .tab-item:nth-of-type(3) {
    padding-left: 50px;
  }
  
  .sec03 .tab-item::after {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .sec03 .tab-item .icon {
    width: 35px;
    height: 35px;
  }
  
  .sec03 .tab-item p {
    padding-left: 18px;
    padding-right: 25px;
    font-size: 1.8rem;
  }
  
  .sec03 .tab-item .check {
    width: 20px;
    height: 20px;
  }
  
  .sec03 .cont .cont-item {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  
  .sec03 .cont .cont-item::after {
    width: 155px;
    height: 155px;
  }
  
  .sec03 .cont .cont-item .box {
    min-height: 580px;
    padding: 40px;
  }
  
  .sec03 .cont .cont-item .faq-item {
    margin-bottom: 25px;
  }
  
  .sec03 .cont .cont-item .faq-item p {
    min-height: 25px;
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 2rem;
  }
  
  .sec03 .cont .cont-item .faq-item p.faq-a .caution {
    font-size: 1.8rem;
  }

  .sec03 .cont .cont-item .faq-item p.faq-a .dot {
    padding-left: 18px;
  }
  
  .sec03 .cont .cont-item .faq-item .tag {
    width: 28px;
    height: 28px;
    font-size: 1.8rem;
  }
  
  .sec03 .cont .cont-item .ex {
    margin-top: 60px;
    padding: 20px 25px;
    border-radius: 18px;
  }
  
  .sec03 .cont .cont-item .ex p {
    font-size: 2rem;
  }
}

@media(max-width:768px) {
  .sec03 .sec-tit {
    margin-bottom: 35px;
  }
  
  .sec03 .tab-item {
    height: 55px;
  }
  
  .sec03 .tab-item:nth-of-type(2) {
    padding-left: 30px;
  }
  
  .sec03 .tab-item:nth-of-type(3) {
    padding-left: 40px;
  }
  
  .sec03 .tab-item .icon {
    width: 30px;
    height: 30px;
  }
  
  .sec03 .tab-item p {
    padding-left: 15px;
    padding-right: 20px;
    font-size: 1.6rem;
  }
  
  .sec03 .tab-item .check {
    width: 18px;
    height: 18px;
  }

  .sec03 .cont .cont-item::after {
    width: 135px;
    height: 135px;
  }
  
  .sec03 .cont .cont-item .box {
    min-height: 572px;
    padding: 35px;
  }
  
  .sec03 .cont .cont-item .faq-item {
    margin-bottom: 20px;
  }
  
  .sec03 .cont .cont-item .faq-item p {
    min-height: 24px;
    padding-left: 35px;
    font-size: 1.8rem;
  }
    
  .sec03 .cont .cont-item .faq-item p.faq-a .caution {
    font-size: 1.6rem;
  }

  .sec03 .cont .cont-item .faq-item p.faq-a .dot {
    padding-left: 15px;
  }
  
  .sec03 .cont .cont-item .faq-item .tag {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
  }
  
  .sec03 .cont .cont-item .ex {
    margin-top: 50px;
    padding: 18px 20px;
  }
  
  .sec03 .cont .cont-item .ex p {
    font-size: 1.8rem;
  }
}

@media(max-width:500px) {
  .sec03 .sec-tit {
    margin-bottom: 30px;
  }
  
  .sec03 .inner {
    border-radius: 16px;
  }
  
  .sec03 .tab {
    flex-direction: column;
    align-items: start;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  
  .sec03 .tab-item {
    width: 100%;
    height: 47px;
  }
  
  .sec03 .tab-item:nth-of-type(2),
  .sec03 .tab-item:nth-of-type(3) {
    padding-left: 0;
  }
  
  .sec03 .tab-item::after {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  
  .sec03 .tab-item .icon {
    width: 28px;
    height: 28px;
  }
  
  .sec03 .tab-item p {
    width: 95px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  
  .sec03 .tab-item .check {
    width: 16px;
    height: 16px;
  }
  
  .sec03 .cont .cont-item {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  
  .sec03 .cont .cont-item::after {
    width: 115px;
    height: 115px;
  }
  
  .sec03 .tab-item:nth-of-type(2):after, 
  .sec03 .tab-item:nth-of-type(3):after {
    border-radius: 0;
  }
  
  .sec03 .tab-item:nth-of-type(2):after {
    left: -1px;
  }
  
  .sec03 .cont .cont-item .box {
    min-height: 510px;
    padding: 25px 20px;
  }
  
  .sec03 .cont .cont-item .faq-item p {
    min-height: 21px;
    padding-left: 30px;
    font-size: 1.6rem;
  }
  
  .sec03 .cont .cont-item .faq-item p.faq-a .caution {
    font-size: 1.5rem;
  }

  .sec03 .cont .cont-item .faq-item p.faq-a .dot {
    padding-left: 12px;
  }
  
  .sec03 .cont .cont-item .faq-item .tag {
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
  }
  
  .sec03 .cont .cont-item .ex {
    margin-top: 40px;
    padding: 15px;
    border-radius: 16px;
  }
  
  .sec03 .cont .cont-item .ex p {
    font-size: 1.6rem;
  }
}

@media(max-width:415px) {
  .sec03 .cont .cont-item .box {
    min-height: 550px;
    padding: 25px 15px;
  }
}

@media(max-width:380px) {
  .sec03 .cont .cont-item .box {
    min-height: 565px;
  }
}

@media(max-width:355px) {
  .sec03 .cont .cont-item .box {
    min-height: 585px;
  }
}
/* ---------- E:Sec03 ---------- */
/* ---------- S:Sec04 ---------- */
.sec04 {
  position: relative;
  padding-top: 0;
}

.sec04 .bg {
  position: absolute;
  right: 0;
  bottom: -27px;
  z-index: -1;
  width: 720px;
  aspect-ratio: 7.0588 / 1;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/main/sec04_bg.png');
  transition: all .35s ease-out;
}

.sec04 .heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 52px;
}

.sec04 .more-btn a {
  display: flex;
  align-items: center;
}

.sec04 .more-btn  p {
  padding-right: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #16264c;
}

.sec04 .more-btn span {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition:  all .3s ease-out;
}

.sec04 .more-btn span::after,
.sec04 .more-btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f05484;
  transition:  background-color .3s ease-out;
}

.sec04 .more-btn span::after {
  width: 16px;
  height: 2px;
}

.sec04 .more-btn span::before {
  width: 2px;
  height: 16px;
}

.sec04 .partner {
  position: relative;
}

.sec04 .partner .prev, 
.sec04 .partner .next {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  z-index: 3;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #dcdfe5; */
  cursor: pointer;
  transition: background-color .3s ease-out;
}

.sec04 .partner .prev {
  left: -40px;
  transform: translate(-100%, -50%);
  background-image: url('/child/img/main/sec04_prev.png');
}

.sec04 .partner .next {
  right: -40px;
  transform: translate(100%, -50%);
  background-image: url('/child/img/main/sec04_next.png');
}

.sec04 .swiper-container {
  width: 100%;
  overflow: hidden;
}

.sec04 .swiper-slide {
  width: 100%;
}

.sec04 .swiper-slide .box {
  position: relative;
  width: 100%;
  aspect-ratio: 2.6521 / 1;
  overflow: hidden;
  border-radius: 10px;
  border-top-left-radius: 0;
  border: 1px solid #d0d0d0;
}

.sec04 .swiper-slide .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec04 .progressbar {
  position: relative;
  display: none;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(22, 38, 76, 0.5);
}

.sec04 .progressbar .swiper-pagination-progressbar-fill {
  height: 100%;
  border-radius: 10px;
  background-color: #f05484;
}

@media(min-width:1201px) {
  .sec04 .more-btn:hover span {
    transform: rotate(180deg);
    background-color: #f05484;
  }
  
  .sec04 .more-btn:hover span::after,
  .sec04 .more-btn:hover span::before {
    background-color: #16264c;
  }
  
  /* .sec04 .partner .arrow > div:hover {
    background-color: #f05484;
  } */
}

@media(max-width:1480px){
  .sec04 .partner .next {
    right: 0;
    transform: translate(50%, -50%);
  }
  
  .sec04 .partner .prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
}

@media(max-width:1200px) {
  .sec04 {
    padding-bottom: 110px;
  }
  
  .sec04 .bg {
    bottom: -25px;
    width: 620px;
  }
  
  .sec04 .heading {
    margin-bottom: 45px;
  }
  
  .sec04 .more-btn  p {
    font-size: 2rem;
  }
  
  .sec04 .more-btn span {
    width: 30px;
    height: 30px;
  }
  
  .sec04 .more-btn span::after {
    width: 14px;
  }
  
  .sec04 .more-btn span::before {
    height: 14px;
  }
  
  .sec04 .partner .prev, 
  .sec04 .partner .next {
    display: none;
  }
  
  .sec04 .progressbar {
    display: block;
    margin-top: 20px;
  }
}

@media(max-width:1024px) {
  .sec04 {
    padding-bottom: 100px;
  }
  
  .sec04 .bg {
    bottom: -20px;
    width: 520px;
  }
  
  .sec04 .heading {
    margin-bottom: 40px;
  }
  
  .sec04 .more-btn  p {
    padding-right: 8px;
    font-size: 1.8rem;
  }
  
  .sec04 .more-btn span {
    width: 28px;
    height: 28px;
  }
  
  .sec04 .more-btn span::after {
    width: 12px;
    height: 1px;
  }
  
  .sec04 .more-btn span::before {
    width: 1px;
    height: 12px;
  }
  
  .sec04 .progressbar {
    height: 3px;
    margin-top: 18px;
  }
}

@media(max-width:768px) {
  .sec04 {
    padding-bottom: 90px;
  }
  
  .sec04 .bg {
    bottom: -15px;
    width: 420px;
  }
  
  .sec04 .heading {
    margin-bottom: 35px;
  }
  
  .sec04 .more-btn  p {
    font-size: 1.6rem;
  }
  
  .sec04 .more-btn span {
    width: 26px;
    height: 26px;
  }
  
  .sec04 .more-btn span::after {
    width: 12px;
    height: 1px;
  }
  
  .sec04 .more-btn span::before {
    width: 1px;
    height: 12px;
  }
  
  .sec04 .progressbar {
    margin-top: 15px;
  }
}

@media(max-width:500px) {
  .sec04 {
    padding-bottom: 80px;
  }
  
  .sec04 .bg {
    bottom: -8px;
    width: 320px;
  }
  
  .sec04 .heading {
    margin-bottom: 30px;
  }
  
  .sec04 .more-btn  p {
    font-size: 1.5rem;
  }
  
  .sec04 .more-btn span {
    width: 24px;
    height: 24px;
  }
  
  .sec04 .more-btn span::after {
    width: 10px;
    height: 1px;
  }
  
  .sec04 .more-btn span::before {
    width: 1px;
    height: 10px;
  }
  
  .sec04 .progressbar {
    height: 2px;
    margin-top: 12px;
  }
}
/* ---------- E:Sec04 ---------- */
/* ---------- S:Sec05 ---------- */
.sec05 {
  /* padding-top: 0; */
}

.sec05 .list {
  display: flex;
  align-items: start;
  gap: 0 40px;
}

.sec05 .list .item {
  width: 100%;
  border-radius: 20px;
  border-top-left-radius: 0;
  overflow: hidden;
}


.sec05 .list .item .box {
  position: relative;
  padding: 51px 55px;
  min-height: 280px;
}

.sec05 .list .item .box::after {
  content: "";
  display: block;
  position: absolute;
  right: -21px;
  bottom: -22px;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/child/img/main/sec05_icon.png');
}

.sec05 .list .item .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-out;
}

.sec05 .list .item .tit {
  margin-bottom: 14px;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  transition: font-size .3s ease-out;
}

.sec05 .list .item .txt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  letter-spacing: -0.02em;
  transition: font-size .3s ease-out;
}

@media(min-width:1201px) {
  .sec05 .list .item:hover .box img {
    transform: scale(1.15) translate(-50%, -50%);
  }
  
  /* .sec05 .list .item:hover .tit {
    font-size: 4rem;
  }
  
  .sec05 .list .item:hover .txt {
    font-size: 2.4rem;
  } */
}

@media(max-width:1200px) {
  .sec05 .list {
    gap: 0 35px;
  }

  .sec05 .list .item .box {
    padding: 40px 45px;
    min-height: 260px;
  }
  
  .sec05 .list .item .box::after {
    right: -20px;
    bottom: -20px;
    width: 170px;
    height: 170px;
  }
  
  .sec05 .list .item .tit {
    font-size: 3.4rem;
  }
  
  .sec05 .list .item .txt {
    font-size: 2rem;
  }
}

@media(max-width:1024px) {
  .sec05 .list {
    gap: 0 30px;
  }
  
  .sec05 .list .item {
    border-radius: 18px;
  }
  
  .sec05 .list .item .box {
    padding: 35px 40px;
    min-height: 240px;
  }
  
  .sec05 .list .item .box::after {
    right: -20px;
    bottom: -20px;
    width: 140px;
    height: 140px;
  }
  
  .sec05 .list .item .tit {
    margin-bottom: 12px;
    font-size: 3rem;
  }
  
  .sec05 .list .item .txt {
    font-size: 1.8rem;
  }
}

@media(max-width:768px) {
  .sec05 .list {
    flex-direction: column;
    align-items: start;
    gap: 25px 0;
  }
  
  .sec05 .list .item .box {
    padding: 30px 35px;
    min-height: 220px;
  }
  
  .sec05 .list .item .box::after {
    right: -16px;
    bottom: -16px;
    width: 120px;
    height: 120px;
  }
  
  .sec05 .list .item .tit {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
  
  .sec05 .list .item .txt {
    font-size: 1.6rem;
  }
}

@media(max-width:500px) {
  .sec05 .list {
    gap: 20px 0;
  }
  
  .sec05 .list .item {
    border-radius: 16px;
  }
  
  .sec05 .list .item .box {
    padding: 25px 30px;
    min-height: 190px;
  }
  
  .sec05 .list .item .box::after {
    right: -16px;
    bottom: -16px;
    width: 110px;
    height: 110px;
  }
  
  .sec05 .list .item .tit {
    font-size: 2.4rem;
  }
  
  .sec05 .list .item .txt {
    font-size: 1.5rem;
  }
}
/* ---------- E:Sec05 ---------- */

/* Popup */
#popup {
	position: relative;
}

.popup-layer {
	z-index: 10000;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
	animation: popup-fade .65s ease-in-out .35s forwards;
	opacity: 0;
	max-width:800px;
}

@keyframes popup-fade {
	0% { opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px); }
	100% { opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }
}
.popup-layer__body {
	background: #fff;
}

.popup-layer__body img {
	display: block;
	margin: 0 auto;
	border: none;
	max-width: 100%;
}

.popup-layer__foot {
	background: #424242;
}

.popup-layer__foot ul {
	display:flex;
	flex-wrap: wrap;
}

.popup-layer__foot li {
	width:50%;
	padding:10px;
}

.popup-layer__foot li:first-child {
	padding-right:0;
}

.popup-layer__foot li:last-child {
	text-align: right;
}

.popup-layer__foot span {
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
	transition:all 0.3s ease;
}

.popup-layer__foot label:hover span { opacity: .7; }

/* .popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; } */


@media (max-width: 1024px){
	/* .popup-layer { z-index: 999; } */
	.popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
}
@media (max-width: 768px){

	.popup-layer {
		width:calc(100% - 10px);
	}

	.popup-layer img {
		max-width: none;
		width:100%;
		height: auto !important;
	}
	.popup-layer-foot span { font-size: 14px; }

}
@media (max-width: 375px){
	.popup-layer-foot li { width: 100%; }
	.popup-layer-foot li:last-child { text-align: left; }
}