.swiper {
  margin: unset;
}

.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.main * {
  letter-spacing: -0.02em;
}
.main .inner {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 15px;
}
.main section {
  padding: 60px 0;
}
@media (max-width: 996px) {
  .main section {
    padding: 30px 0;
  }
}
.main section:last-child {
  padding-bottom: 0;
}
.main section .section-title {
  font-size: 50px;
  margin-bottom: 55px;
  padding-left: 20px;
  font-weight: 800;
  color: #005bac;
  font-family: "suite";
  position: relative;
}
@media (max-width: 996px) {
  .main section .section-title {
    font-size: 28px;
    margin-bottom: 22px;
  }
}
.main section .section-title span {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  color: #fff;
  padding: 5px 5px 5px 4px;
  margin-left: 2px;
}
@media (max-width: 996px) {
  .main section .section-title span {
    padding: 4px 5px 4px 3px;
  }
}
.main section .section-title::before {
  border-radius: 50%;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #01a19e;
  position: absolute;
  left: 2px;
  top: 0;
}
.main .btns-wrapper1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 60px 0 50px;
}
@media (max-width: 996px) {
  .main .btns-wrapper1 {
    margin: 20px 0 20px;
  }
}
.main .btns-wrapper1 .btns1 {
  flex: 1;
}
.main .btns-wrapper1 .btns1 .swiper-pagination {
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.main .btns-wrapper1 .btns1 .swiper-pagination .swiper-pagination-current {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 996px) {
  .main .btns-wrapper1 .btns1 .swiper-pagination .swiper-pagination-current {
    font-size: 16px;
  }
}
.main .btns-wrapper1 .btns2 {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
}
.main .btns-wrapper1 .btns2 .swiper-scrollbar {
  position: relative;
  top: 50%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main .btns-wrapper1 .btns2 .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  position: absolute;
  height: 4px;
  border-radius: 100px;
  top: -1px;
}
.main .btns-wrapper2 .swiper-pagination {
  display: flex;
  gap: 10px;
}
.main .btns-wrapper2 .swiper-pagination .swiper-pagination-bullet {
  width: 75px;
  height: 81px;
  border-radius: 24px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.main .btns-wrapper2 .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .section01 {
  padding: 170px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.main .section01 .obj {
  position: absolute;
  bottom: 50px;
  z-index: 3;
  pointer-events: none;
  right: 100px;
}
@media (max-width: 1800px) {
  .main .section01 .obj {
    right: 10px;
  }
}
@media (max-width: 1500px) {
  .main .section01 .obj {
    width: 250px;
    bottom: 100px;
  }
}
@media (max-width: 996px) {
  .main .section01 .obj {
    bottom: unset;
    width: 120px;
    top: 100px;
  }
}
.main .section01 .flex-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media (max-width: 996px) {
  .main .section01 .flex-inner {
    flex-direction: column;
  }
}
.main .section01 .main-swiper {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 996px) {
  .main .section01 .main-swiper {
    order: 2;
    max-width: 100%;
  }
}
.main .section01 .main-swiper .swiper-slide {
  display: flex;
}
.main .section01 .main-swiper .swiper-slide .text .cate {
  padding: 12px 24px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #fff;
}
@media (max-width: 996px) {
  .main .section01 .main-swiper .swiper-slide .text .cate {
    padding: 10px 17px;
    font-size: 13px;
  }
}
.main .section01 .main-swiper .swiper-slide .text .title {
  font-size: 50px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.4;
  color: #fff;
  font-family: "suite";
}
@media (max-width: 996px) {
  .main .section01 .main-swiper .swiper-slide .text .title {
    font-size: 26px;
    margin-top: 10px;
  }
}
.main .section01 .main-swiper .swiper-slide .text p {
  color: #fff;
  text-align: justify;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 996px) {
  .main .section01 .main-swiper .swiper-slide .text p {
    display: none;
  }
}
.main .section01 .thumb-swiper {
  width: 100%;
  max-width: 900px;
  position: relative;
}
.main .section01 .thumb-swiper img {
  width: 100%;
}
@media (max-width: 996px) {
  .main .section01 .thumb-swiper {
    order: 1;
    max-width: 600px;
  }
}
.main .section01 .thumb-swiper .swiper-slide a {
  display: block;
}
.main .section02 {
  overflow: hidden;
}
.main .section02 .section-title {
  color: #12b5b3;
}
.main .section02 .section-title span {
  background-color: #12b5b3;
}
.main .section02 .swiper-button-prev,
.main .section02 .swiper-button-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
}
@media (max-width: 996px) {
  .main .section02 .swiper-button-prev,
  .main .section02 .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.main .section02 .swiper-button-prev img,
.main .section02 .swiper-button-next img {
  width: 20px;
}
@media (max-width: 996px) {
  .main .section02 .swiper-button-prev img,
  .main .section02 .swiper-button-next img {
    width: 11px;
  }
}
.main .section02 .swiper-button-prev {
  left: 0;
  padding-right: 5px;
  right: unset;
}
@media (max-width: 996px) {
  .main .section02 .swiper-button-prev {
    padding-right: 3px;
  }
}
.main .section02 .swiper-button-next {
  left: unset;
  padding-left: 5px;
  right: 0;
}
@media (max-width: 996px) {
  .main .section02 .swiper-button-next {
    padding-left: 3px;
  }
}
.main .section02 .section02-swiper {
  position: relative;
}
@media (max-width: 996px) {
  .main .section02 .section02-swiper {
    transform: translateY(20px);
  }
}
.main .section02 .swiper-slide .text {
  margin-top: 15px;
}
.main .section02 .swiper-slide .text .cate {
  display: inline-block;
  font-weight: 800;
  margin-bottom: 14px;
  color: #005bac;
}
@media (max-width: 996px) {
  .main .section02 .swiper-slide .text .cate {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.main .section02 .swiper-slide .text .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .main .section02 .swiper-slide .text .title {
    font-size: 17px;
  }
}
.main .section02 .swiper-slide.even {
  margin-top: -20px;
}
.main .section02 .swiper-slide.even .text {
  margin-top: -10px;
}
.main .section02 .swiper-slide.even .text .cate {
  color: #01a19e;
}
.main .section02 .btns-wrapper1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 60px 0 50px;
}
@media (max-width: 996px) {
  .main .section02 .btns-wrapper1 .btns2 {
    margin: 0 15px;
  }
}
.main .section02 .btns-wrapper1 .btns2 .swiper-scrollbar {
  background-color: #f2f2f2;
}
.main .section02 .btns-wrapper1 .btns2 .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #005bac;
  height: 6px;
  top: -2px;
}
.main .section03 {
  position: relative;
}
.main .section03 .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 150%;
  background-size: 100%;
  pointer-events: none;
  background-position: center center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .section03 .section-title {
  color: #2c71b0;
}
.main .section03 .section-title::before {
  background-color: #2c71b0;
}
.main .section03 .section-title span {
  background-color: #2c71b0;
}
.main .section03 .section03-swiper {
  position: relative;
}
.main .section03 .section03-swiper .obj {
  position: absolute;
  z-index: 3;
}
.main .section03 .section03-swiper .obj.obj1 {
  left: -40px;
  top: -40px;
}
@media (max-width: 996px) {
  .main .section03 .section03-swiper .obj.obj1 {
    width: 60px;
    left: -20px;
    top: -20px;
  }
}
.main .section03 .section03-swiper .obj.obj2 {
  right: 46%;
  bottom: -40px;
}
@media (max-width: 1200px) {
  .main .section03 .section03-swiper .obj.obj2 {
    width: 200px;
    bottom: 10%;
  }
}
@media (max-width: 996px) {
  .main .section03 .section03-swiper .obj.obj2 {
    display: none;
  }
}
.main .section03 .swiper-slide {
  display: flex;
  gap: 77px;
}
@media (max-width: 1400px) {
  .main .section03 .swiper-slide {
    gap: 32px;
  }
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide {
    flex-direction: column;
    gap: 30px;
  }
}
.main .section03 .swiper-slide .left {
  width: 200%;
  max-width: 823px;
}
@media (max-width: 1400px) {
  .main .section03 .swiper-slide .left {
    width: 150%;
  }
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .left {
    width: 100%;
    max-width: unset;
  }
}
.main .section03 .swiper-slide .left a {
  display: block;
  box-shadow: 0 0 100px #d3f1f1;
  border-radius: 50px;
  border: 10px solid #fff;
  overflow: hidden;
  box-sizing: content-box;
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .left a {
    border-radius: 30px;
    border: 5px solid #fff;
  }
}
.main .section03 .swiper-slide .left a img {
  margin: 0 auto;
  width: 100%;
}
.main .section03 .swiper-slide .right {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 620px;
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right {
    width: 100%;
  }
}
.main .section03 .swiper-slide .right .top {
  flex: 1;
}
.main .section03 .swiper-slide .right .top .cate {
  margin-bottom: 17px;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 20px;
  display: inline-block;
  font-weight: 800;
  background-color: #c2eae9;
  color: #058583;
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .top .cate {
    font-size: 15px;
  }
}
.main .section03 .swiper-slide .right .top h4 {
  font-size: 36px;
  font-weight: 700;
  word-break: keep-all;
  line-height: 1.22;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .main .section03 .swiper-slide .right .top h4 {
    font-size: 30px;
  }
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .top h4 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.main .section03 .swiper-slide .right .top p {
  font-size: 19px;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #3d5f44;
}
@media (max-width: 1400px) {
  .main .section03 .swiper-slide .right .top p {
    font-size: 17px;
  }
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .top p {
    font-size: 16px;
  }
}
.main .section03 .swiper-slide .right .top .more {
  color: #3d5f44;
  text-decoration: underline;
  display: inline-block;
  margin-top: 28px;
  text-underline-offset: 3px;
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .top .more {
    font-size: 15px;
    margin-top: 18px;
  }
}
.main .section03 .swiper-slide .right .bottom {
  display: flex;
  margin-top: 20px;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border-radius: 100px;
  box-shadow: 0 0 100px #d3f1f1;
  background-color: #fff;
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .bottom {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.main .section03 .swiper-slide .right .bottom .img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .bottom .img {
    display: none;
  }
}
.main .section03 .swiper-slide .right .bottom .img::after {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
.main .section03 .swiper-slide .right .bottom .cate {
  color: #058583;
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .bottom .cate {
    display: none;
  }
}
.main .section03 .swiper-slide .right .bottom .title {
  font-size: 24px;
  font-weight: 700;
  height: 60px;
  word-break: keep-all;
  line-height: 1.3;
  margin-bottom: 23px;
}
@media (max-width: 1400px) {
  .main .section03 .swiper-slide .right .bottom .title {
    font-size: 20px;
  }
}
@media (max-width: 996px) {
  .main .section03 .swiper-slide .right .bottom .title {
    display: none;
  }
}
.main .section03 .swiper-slide .right .bottom .btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main .section03 .swiper-slide .right .bottom .swiper-pagination {
  width: 32px;
}
.main .section03 .swiper-slide .right .bottom .swiper-button-prev,
.main .section03 .swiper-slide .right .bottom .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: #ccc;
  align-items: center;
}
.main .section04 .section-title {
  color: #e76562;
}
.main .section04 .section-title::before {
  background-color: #e76562;
}
.main .section04 .section-title span {
  background-color: #e76562;
}
.main .section04 .section04-swiper {
  overflow: hidden;
}
.main .section04 .section04-swiper .swiper-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 996px) {
  .main .section04 .section04-swiper .swiper-slide {
    border-radius: 20px;
  }
}
.main .section04 .section04-swiper .swiper-slide::after {
  content: "";
  width: 100%;
  left: 0;
  border-radius: 30px;
  top: 0;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
}
.main .section04 .section04-swiper .swiper-slide.even .text::before {
  background-image: url(../images/main04-bg2.png);
}
.main .section04 .section04-swiper .swiper-slide.even .text .cate {
  color: #a1fffd;
}
.main .section04 .section04-swiper .swiper-slide .img img {
  width: 100%;
}
.main .section04 .section04-swiper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
}
@media (max-width: 996px) {
  .main .section04 .section04-swiper .swiper-slide .text {
    padding: 35px 20px;
  }
}
.main .section04 .section04-swiper .swiper-slide .text::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  width: 100%;
  height: 213px;
  z-index: 1;
  background-image: url(../images/main04-bg.png);
}
.main .section04 .section04-swiper .swiper-slide .text .cate {
  color: #9acfff;
  position: relative;
  z-index: 2;
  font-weight: 800;
}
@media (max-width: 996px) {
  .main .section04 .section04-swiper .swiper-slide .text .cate {
    font-size: 15px;
  }
}
.main .section04 .section04-swiper .swiper-slide .text .title {
  position: relative;
  z-index: 2;
  word-break: keep-all;
  margin-top: 8px;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 996px) {
  .main .section04 .section04-swiper .swiper-slide .text .title {
    font-size: 17px;
  }
}
.main .section04 .section04-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.main .section05 .cons {
  display: flex;
  gap: 40px;
}
@media (max-width: 996px) {
  .main .section05 .cons {
    flex-direction: column;
    gap: 24px;
  }
}
.main .section05 .cons .con {
  padding: 34px 56px;
  display: flex;
  align-items: center;
  gap: 38px;
  flex: 1;
  background-color: #e5eef7;
  border-radius: 40px;
}
@media (max-width: 996px) {
  .main .section05 .cons .con {
    padding: 30px 24px;
    border-radius: 20px;
    gap: 20px;
  }
}
.main .section05 .cons .con .text h3 {
  font-size: 32px;
  line-height: 1.18;
  font-family: "suite";
  font-weight: 800;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .main .section05 .cons .con .text h3 {
    font-size: 20px;
  }
}
.main .section05 .cons .con .text h4 {
  font-weight: 800;
  margin-top: 15px;
  font-size: 24px;
  color: #213b5a;
  word-break: keep-all;
  line-height: 1.16;
}
@media (max-width: 996px) {
  .main .section05 .cons .con .text h4 {
    font-size: 18px;
    margin-top: 7px;
  }
}
.main .section05 .cons .con .text p {
  font-size: 18px;
  line-height: 1.44;
  margin-top: 12px;
}
@media (max-width: 996px) {
  .main .section05 .cons .con .text p {
    font-size: 16px;
    margin-top: 8px;
  }
}
.main .section05 .cons .con .text a {
  padding: 11px 26px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 100px;
  font-weight: 800;
  background-color: #fff;
}
@media (max-width: 996px) {
  .main .section05 .cons .con .text a {
    font-size: 14px;
    margin-top: 17px;
  }
}
.main .section05 .cons .con:nth-child(2) {
  background-color: #e5f6f5;
}
.main .section06 .cons {
  display: flex;
  gap: 33px;
}
@media (max-width: 996px) {
  .main .section06 .cons {
    flex-direction: column;
    gap: 24px;
  }
}
.main .section06 .cons .con {
  flex: 1;
  padding: 40px 37px 50px 37px;
  border-radius: 40px;
  background-color: #29b0ad;
  position: relative;
}
.main .section06 .cons .con:nth-child(2) {
  background-color: #f5a727;
}
.main .section06 .cons .con:nth-child(2)::after {
  background-color: #f5a727;
}
.main .section06 .cons .con:nth-child(3) {
  background-color: #343434;
}
.main .section06 .cons .con:nth-child(3)::after {
  background-color: #343434;
}
.main .section06 .cons .con::after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: -13px;
  background-image: url(../images/main06-arrow.png);
  border-radius: 50%;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #29b0ad;
}
@media (max-width: 996px) {
  .main .section06 .cons .con::after {
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    bottom: -4px;
    background-size: 11px;
    right: -5px;
  }
}
.main .section06 .cons .con p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 17px;
  line-height: 1.2;
  opacity: 0.9;
}
@media (max-width: 996px) {
  .main .section06 .cons .con p {
    font-size: 16px;
  }
}
.main .section06 .cons .con h3 {
  line-height: 1.3;
  font-size: 28px;
  font-family: "suite";
  font-weight: 800;
  color: #fff;
}
@media (max-width: 996px) {
  .main .section06 .cons .con h3 {
    font-size: 20px;
  }
}
.main {
  /**/
}

.sub * {
  letter-spacing: -0.025em;
}
.sub .inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.sub .sub-top {
  background-size: cover;
  padding: 180px 0 200px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 996px) {
  .sub .sub-top {
    padding: 120px 0 20%;
  }
}
.sub .sub-top::after {
  content: "";
  width: 100%;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/sub-top-book.png);
  background-size: 100%;
}
.sub .sub-top .top {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 996px) {
  .sub .sub-top .top {
    flex-direction: column;
    align-items: unset;
    padding-bottom: 30px;
  }
}
.sub .sub-top .top .text .cate {
  font-size: 20px;
  font-weight: 800;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 100px;
  background-color: #e8f6f6;
  color: #02a19e;
}
.sub .sub-top .top .text .cate.type2 {
  background-color: #d7ecff;
  color: #2164a3;
}
.sub .sub-top .top .text .cate.type3 {
  background-color: #fff0f0;
  color: #ef5d5b;
}
@media (max-width: 996px) {
  .sub .sub-top .top .text .cate {
    font-size: 15px;
  }
}
.sub .sub-top .top .text h2 {
  font-family: "suite";
  font-size: 45px;
  line-height: 1.2;
  word-break: keep-all;
  font-weight: 800;
  margin-top: 30px;
}
@media (max-width: 996px) {
  .sub .sub-top .top .text h2 {
    font-size: 30px;
    margin-top: 15px;
  }
}
.sub .sub-top .top .text h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 30px;
  word-break: keep-all;
  font-family: "suite";
  line-height: 1.2;
}
@media (max-width: 996px) {
  .sub .sub-top .top .text h3 {
    font-size: 20px;
    margin-top: 15px;
  }
}
.sub .sub-top .top .text .by {
  font-size: 20px;
  margin-top: 45px;
  line-height: 1.2;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .sub .sub-top .top .text .by {
    font-size: 16px;
    margin-top: 30px;
  }
}
.sub .sub-top .top .img {
  position: relative;
  width: 100%;
  max-width: 631px;
  flex-shrink: 0;
}
@media (max-width: 996px) {
  .sub .sub-top .top .img {
    margin: 0 auto;
  }
  .sub .sub-top .top .img img {
    width: 100%;
  }
}
.sub .sub-top .top .img::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 47px;
  width: 91px;
  height: 56px;
  background-image: url(../images/sub_bg_icon.png);
}
@media (max-width: 996px) {
  .sub .sub-top .top .img::after {
    background-size: cover;
    width: 59px;
    right: 10%;
    height: 35px;
  }
}
.sub .sub-top .ex {
  padding-top: 30px;
  border-top: 1px dotted #999;
  line-height: 1.66;
  font-size: 18px;
}
@media (max-width: 996px) {
  .sub .sub-top .ex {
    font-size: 16px;
    padding-top: 24px;
  }
}
.sub .sub-con {
  padding-top: 90px;
}
@media (max-width: 996px) {
  .sub .sub-con {
    padding-top: 55px;
  }
}
.sub .sub-con .textbox {
  margin-bottom: 100px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox {
    margin-bottom: 80px;
  }
}
.sub .sub-con .textbox:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox h3 {
    font-size: 20px;
  }
}
.sub .sub-con .textbox h3:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox h4 {
    font-size: 19px;
  }
}
.sub .sub-con .textbox h4:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .epil {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "maru";
  font-weight: normal;
  margin-bottom: 60px;
  color: #12b5b3;
}
.sub .sub-con .textbox .epil:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .epil {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.sub .sub-con .textbox h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox h5 {
    font-size: 18px;
  }
}
.sub .sub-con .textbox h5:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox h6 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox h6 {
    font-size: 17px;
  }
}
.sub .sub-con .textbox h6:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .comment {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #444;
  font-size: 15px;
}
.sub .sub-con .textbox p {
  font-size: 18px;
  line-height: 1.55;
  text-align: justify;
  margin-bottom: 60px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox p {
    font-size: 16px;
  }
}
.sub .sub-con .textbox p:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox small {
  font-size: 16px;
  color: #999;
}
.sub .sub-con .textbox b {
  font-weight: 700;
}
.sub .sub-con .textbox .marker {
  background: linear-gradient(to top, #ceebfb 40%, transparent 30%);
}
.sub .sub-con .textbox p.img {
  text-align: center;
}
.sub .sub-con .textbox p.img span {
  display: inline-block;
}
.sub .sub-con .textbox p.img img {
  margin: 0 auto;
}
.sub .sub-con .textbox p.img small {
  display: block;
  text-align: left;
}
.sub .sub-con .textbox .qna {
  padding: 20px 18px;
  width: 100%;
  display: inline-flex;
  background-color: #2e5198;
  color: #fff;
  gap: 10px;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .qna {
    flex-direction: column;
  }
}
.sub .sub-con .textbox .qna .q {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 800;
  font-family: "suite";
  width: 40px;
  height: 40px;
  color: #2e5198;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .qna .q {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}
.sub .sub-con .textbox .qna p {
  padding-top: 2px;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .qna p {
    font-size: 18px;
  }
}
.sub .sub-con .textbox .video {
  padding-bottom: 56.25%;
  position: relative;
}
.sub .sub-con .textbox .video video,
.sub .sub-con .textbox .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sub .sub-con .textbox .list-flex {
  display: flex;
  gap: 7px;
}
.sub .sub-con .textbox .list-flex > span:nth-child(1) {
  flex-shrink: 0;
}
.sub .sub-con .textbox .tag-line-title {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .tag-line-title {
    margin-bottom: 25px;
  }
}
.sub .sub-con .textbox .tag-line-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.sub .sub-con .textbox .tag-line-title h4 {
  padding: 12px 34px;
  border: 1px solid #000;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.sub .sub-con .textbox .flex .box01 {
  margin-bottom: 0;
}
.sub .sub-con .textbox .flex .box02 {
  margin-bottom: 0;
}
.sub .sub-con .textbox .flex .box03 {
  margin-bottom: 0;
}
.sub .sub-con .textbox .flex .shadow-box {
  margin-bottom: 0;
}
.sub .sub-con .textbox .box01 {
  border: 1px solid #ebebeb;
  padding: 50px;
  margin-bottom: 60px;
}
.sub .sub-con .textbox .box01.small {
  padding: 20px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .box01.small {
    padding: 30px 12px;
  }
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .box01 {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.sub .sub-con .textbox .box01:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .box02 {
  padding: 30px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .box02 {
    padding: 20px;
  }
}
.sub .sub-con .textbox .box03 {
  background-color: #e9f5f5;
  padding: 28px 36px 24px;
  border-radius: 30px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .box03 {
    padding: 20px 26px;
  }
}
.sub .sub-con .textbox .shadow-box {
  padding: 24px;
  border: 1px solid #c6c6c6;
  box-shadow: 5px 5px 1px #f0f0f0;
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.sub .sub-con .textbox .shadow-box:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .tag-flex {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.sub .sub-con .textbox .tag-flex .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #67d0fd;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .tag-flex .img {
    width: 32px;
    height: 32px;
  }
  .sub .sub-con .textbox .tag-flex .img img {
    width: 18px;
  }
}
.sub .sub-con .textbox .tag-flex .tags {
  display: flex;
}
.sub .sub-con .textbox .tag-flex .tags span {
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  margin-left: -10px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .tag-flex .tags span {
    font-size: 15px;
  }
}
.sub .sub-con .textbox .tag-flex .tags span:nth-child(1) {
  margin-left: 0;
}
.sub .sub-con .textbox .interview .con {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px;
  margin-bottom: 34px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .interview .con {
    padding: 20px;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.sub .sub-con .textbox .interview .con:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .interview .con .img {
  flex-shrink: 0;
}
.sub .sub-con .textbox .interview .con .tag {
  display: inline-block;
  padding: 18px 24px;
  margin-bottom: 24px;
  border-radius: 100px;
  font-size: 18px;
}
.sub .sub-con .textbox .table {
  margin-bottom: 60px;
  overflow-x: auto;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .table {
    margin-bottom: 40px;
  }
}
.sub .sub-con .textbox .table table {
  width: 100%;
  min-width: 800px;
  border-top: 2px solid #ef857d;
}
.sub .sub-con .textbox .table table tbody tr:last-child {
  border-bottom: 2px solid #ef857d;
}
.sub .sub-con .textbox .table table tr.bold td {
  font-weight: 700;
}
.sub .sub-con .textbox .table table th {
  background-color: #ffe4e2;
  border-right: 1px solid #ffbfbb;
  font-weight: 700;
  padding: 7px;
  height: 40px;
  vertical-align: middle;
  word-break: keep-all;
  text-align: center;
  line-height: 1.3;
}
.sub .sub-con .textbox .table table th:last-child {
  border-right: 0;
}
.sub .sub-con .textbox .table table td {
  padding: 7px;
  height: 40px;
  line-height: 1.3;
  vertical-align: middle;
  word-break: keep-all;
  text-align: center;
  border-bottom: 1px solid #ffe4e2;
  border-right: 1px solid #ffbfbb;
}
.sub .sub-con .textbox .table table td:last-child {
  border-right: 0;
}
.sub .sub-con .textbox .tag0 {
  padding: 20px 30px;
  color: #fff;
  background-color: #ef857d;
  border-radius: 30px 30px 0 0;
  display: inline-block;
  margin-bottom: 24px;
}
.sub .sub-con .textbox .tag0:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .tag0 {
    padding: 12px 20px;
  }
}
.sub .sub-con .textbox .tag01 {
  padding: 20px 30px;
  color: #fff;
  background-color: #ffb6b0;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 24px;
}
.sub .sub-con .textbox .tag01:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .tag01 {
    padding: 12px 20px;
  }
}
.sub .sub-con .textbox .tag02 {
  padding: 6px 16px 4px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 14px;
}
.sub .sub-con .textbox .tag02:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .flex {
  display: flex;
  margin-bottom: 60px;
  gap: 30px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex {
    gap: 24px;
    flex-direction: column;
  }
}
.sub .sub-con .textbox .flex:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex > span {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
  }
}
.sub .sub-con .textbox .line {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}
.sub .sub-con .textbox .flex03 {
  display: flex;
  margin-bottom: 40px;
  gap: 24px;
}
.sub .sub-con .textbox .flex03:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex03 {
    flex-direction: column;
    gap: 0;
  }
}
.sub .sub-con .textbox .flex03 .con {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  position: relative;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex03 .con {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
  }
  .sub .sub-con .textbox .flex03 .con:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.sub .sub-con .textbox .flex03 .con:last-child::after {
  content: none;
}
.sub .sub-con .textbox .flex03 .con::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  background-color: #dbdbdb;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex03 .con::after {
    content: none;
  }
}
.sub .pagination {
  padding: 30px 50px;
  margin-top: 80px;
  display: flex;
  background-color: #f2f2f2;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 996px) {
  .sub .pagination {
    padding: 20px 15px;
    margin-top: 60px;
  }
}
.sub .pagination a {
  font-size: 20px;
  color: #b1b1b1;
  font-weight: 900;
  transition: color 0.2s ease-out;
}
@media (max-width: 996px) {
  .sub .pagination a {
    font-size: 16px;
    font-weight: 500;
  }
}
.sub .pagination a:hover {
  color: #666;
}
.sub .pagination > div {
  font-weight: 900;
  background-color: #fff;
  border-radius: 100px;
  font-size: 20px;
  padding: 18px 100px;
}
@media (max-width: 996px) {
  .sub .pagination > div {
    display: none;
  }
}

/*end*/