body * {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

b {
  font-weight: 700;
}

.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.main section {
  margin-bottom: 130px;
}
@media (max-width: 996px) {
  .main section {
    margin-bottom: 50px;
  }
}
.main section .inner {
  width: 100%;
  max-width: 1670px;
  padding: 0 15px;
  margin: 0 auto;
}
.main section .section-title {
  font-size: 60px;
  font-family: "impact";
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
@media (max-width: 996px) {
  .main section .section-title {
    font-size: 35px;
    margin-bottom: 24px;
  }
}
.main section .section-title span {
  font-size: inherit;
  font-family: inherit;
}
.main section .section-title::after {
  content: url(../images/section-title-obj.png);
  top: -27px;
  right: -9px;
  transform: translateX(100%);
  width: 35px;
  height: 35px;
  position: absolute;
}
@media (max-width: 996px) {
  .main section .section-title::after {
    transform: scale(0.7);
    top: -14px;
    right: -35px;
  }
}
.main section .tag {
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 11px;
}
@media (max-width: 996px) {
  .main section .tag {
    font-size: 14px;
    padding: 8px 15px;
    margin-bottom: 8px;
  }
}
.main section h3 {
  letter-spacing: -0.025em;
  word-break: keep-all;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 996px) {
  .main section h3 {
    font-size: 17px;
  }
}
.main .main-visual {
  overflow: hidden;
  min-height: 556px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (max-width: 996px) {
  .main .main-visual {
    min-height: 600px;
    background-position: right -300px center;
  }
}
.main .main-visual .bg2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: bling 2s linear infinite;
}
.main .main-visual .bg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes bling {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.main .main-visual .objs .obj {
  position: absolute;
  z-index: 5;
}
.main .main-visual .objs .obj.obj1 {
  left: 8.7%;
  bottom: 74px;
  animation: boongboong2 4s 0.3s linear infinite;
}
@media (max-width: 1900px) {
  .main .main-visual .objs .obj.obj1 {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .main .main-visual .objs .obj.obj1 {
    left: 15px;
    width: 350px;
    bottom: 130px;
  }
}
@media (max-width: 996px) {
  .main .main-visual .objs .obj.obj1 {
    width: 245px;
    left: -15px;
    bottom: 170px;
  }
}
.main .main-visual .objs .obj.obj2 {
  right: 10%;
  top: 140px;
  animation: boongboong1 3s linear infinite;
}
@media (max-width: 1900px) {
  .main .main-visual .objs .obj.obj2 {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .main .main-visual .objs .obj.obj2 {
    width: 450px;
    right: 15px;
  }
}
@media (max-width: 996px) {
  .main .main-visual .objs .obj.obj2 {
    width: 245px;
    right: -10px;
  }
}
@keyframes boongboong2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes boongboong1 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(8px, 8px);
  }
  50% {
    transform: translate(0);
  }
  75% {
    transform: translate(-8px, -8px);
  }
  100% {
    transform: translate(0);
  }
}
.main .main-visual .title {
  position: absolute;
  top: 100px;
  right: 260px;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 1900px) {
  .main .main-visual .title {
    right: 30px;
  }
}
@media (max-width: 996px) {
  .main .main-visual .title {
    font-size: 30px;
    right: unset;
    left: 30px;
  }
}
.main .main-visual .title span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  background-image: linear-gradient(to right, #ce6aff, #ff83d8, #cf7dff, #8fc7ff, #8fc7ff, #cf7dff, #ff83d8, #ce6aff);
  background-clip: text;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  color: transparent;
  animation: title-gradient 3s linear infinite;
}
@keyframes title-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.main .main-visual .title::after {
  content: "";
  margin-left: 12px;
  display: inline-block;
  width: 76px;
  height: 4px;
  background-color: #fff;
}
@media (max-width: 996px) {
  .main .main-visual .title::after {
    width: 50px;
  }
}
.main .main-visual .marquee__wrap {
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.main .main-visual .marquee__wrap.marquee__wrap1 {
  bottom: 80px;
}
@media (max-width: 996px) {
  .main .main-visual .marquee__wrap.marquee__wrap1 {
    bottom: 55px;
  }
}
.main .main-visual .marquee__wrap.marquee__wrap1 .marquee-item {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
.main .main-visual .marquee__wrap.marquee__wrap2 {
  bottom: 0;
}
.main .main-visual .marquee__wrap.marquee__wrap2 .marquee__inner {
  animation: marquee2 60s linear infinite;
}
.main .main-visual .marquee__wrap.marquee__wrap2 .marquee-item {
  color: #fff;
}
.main .main-visual .marquee__wrap .marquee__inner {
  display: flex;
  transform: translateX(0);
  animation: marquee 60s linear infinite;
}
.main .main-visual .marquee__wrap .marquee-list {
  display: flex;
  gap: 100px;
  padding-right: 100px;
}
.main .main-visual .marquee__wrap .marquee-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 90px;
  line-height: 100%;
  white-space: nowrap;
  font-family: "impact";
  color: #151515;
}
@media (max-width: 996px) {
  .main .main-visual .marquee__wrap .marquee-item {
    font-size: 60px;
  }
}
.main .main-visual .marquee__wrap:hover {
  background-position: bottom;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1022.5px);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(-1022.5px);
  }
  100% {
    transform: translateX(0);
  }
}
.main .main-visual .banner {
  position: absolute;
  bottom: 40px;
  z-index: 10;
  left: 95px;
}
@media (max-width: 996px) {
  .main .main-visual .banner {
    left: 5px;
    bottom: 40px;
    width: 150px;
  }
}
.main .section01 {
  margin-top: 80px;
}
@media (max-width: 996px) {
  .main .section01 {
    margin-top: 30px;
  }
}
.main .section01 .con {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 996px) {
  .main .section01 .con {
    border-radius: 20px;
  }
}
.main .section01 .con img {
  width: 100%;
}
.main .section01 .con .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35px 55px 35px 40px;
  gap: 20px;
  background-color: rgba(1, 2, 4, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 996px) {
  .main .section01 .con .text {
    padding: 17px 21px;
  }
}
.main .section01 .con .text .left .tag {
  background-color: #dd481c;
}
.main .section01 .con .text .left h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 996px) {
  .main .section01 .con .text .left h3 {
    font-size: 17px;
  }
}
.main .section01 .con .text .arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-image: url(../images/section01-arrow.png);
}
@media (max-width: 996px) {
  .main .section01 .con .text .arrow {
    width: 30px;
    height: 30px;
    background-size: 11px;
  }
}
.main .section02 .section-title span {
  color: #165cff;
}
.main .section02 .section-title::after {
  filter: invert(64%) sepia(24%) saturate(838%) hue-rotate(179deg) brightness(101%) contrast(99%);
}
.main .section02 .cons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1300px) {
  .main .section02 .cons {
    gap: 20px;
  }
}
@media (max-width: 996px) {
  .main .section02 .cons {
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }
}
.main .section02 .cons .con {
  border-radius: 30px;
  box-shadow: 5px 0 13px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}
@media (max-width: 996px) {
  .main .section02 .cons .con {
    width: 100%;
  }
}
@media (max-width: 996px) {
  .main .section02 .cons .con img {
    width: 100%;
  }
}
.main .section02 .cons .con::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 30px;
  box-sizing: border-box;
  transition: all 0.1s;
  border: 3px solid transparent;
  pointer-events: none;
}
.main .section02 .cons .con:hover::after {
  border: 3px solid #0066f1;
}
.main .section02 .cons .con .text {
  padding: 120px 30px 30px;
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
}
.main .section02 .cons .con .text .tag {
  background-color: #5166c0;
}
.main .section03 {
  background-image: url(../images/section03-bg.jpg);
  padding: 115px 0 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .main .section03 {
    padding: 42px 0;
  }
}
.main .section03 .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 996px) {
  .main .section03 .titles {
    margin-bottom: 17px;
    flex-wrap: wrap;
  }
}
.main .section03 .titles .section-title {
  margin-bottom: 0;
}
.main .section03 .titles .section-title span {
  color: #f2505f;
}
.main .section03 .titles .section-title::after {
  filter: invert(62%) sepia(38%) saturate(517%) hue-rotate(306deg) brightness(112%) contrast(91%);
}
.main .section03 .titles .btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 996px) {
  .main .section03 .titles .btns {
    gap: 11px;
  }
}
.main .section03 .titles .btns .swiper-button-prev {
  padding-right: 3px;
}
.main .section03 .titles .btns .swiper-button-next {
  padding-left: 3px;
}
.main .section03 .titles .btns .swiper-button-prev,
.main .section03 .titles .btns .swiper-button-next {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 5px 0 13px rgba(219, 125, 125, 0.3);
}
@media (max-width: 996px) {
  .main .section03 .titles .btns .swiper-button-prev,
  .main .section03 .titles .btns .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .main .section03 .titles .btns .swiper-button-prev img,
  .main .section03 .titles .btns .swiper-button-next img {
    width: 9px;
  }
}
.main .section03 .titles .btns .swiper-button-prev.swiper-button-disabled,
.main .section03 .titles .btns .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.main .section03 .titles .btns .swiper-pagination-fraction {
  font-weight: 500;
  font-size: 20px;
  color: #75656a;
}
@media (max-width: 996px) {
  .main .section03 .titles .btns .swiper-pagination-fraction {
    font-size: 16px;
  }
}
.main .section03 .titles .btns .swiper-pagination-fraction .swiper-pagination-current {
  font-weight: 700;
  color: #ea316a;
}
.main .section03 .section03-swiper {
  overflow: hidden;
  padding: 10px;
}
.main .section03 .section03-swiper .swiper-slide {
  padding: 50px 30px;
  box-shadow: 5px 0 13px rgba(219, 125, 125, 0.3);
  border-radius: 30px;
  background: linear-gradient(45deg, #fff, #fff);
  position: relative;
  overflow: hidden;
}
@media (max-width: 996px) {
  .main .section03 .section03-swiper .swiper-slide {
    padding: 30px 18px;
  }
}
.main .section03 .section03-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.2s;
  height: 100%;
  background: linear-gradient(45deg, #fee0f7, #ffe7eb, #fedae4);
  z-index: 2;
}
.main .section03 .section03-swiper .swiper-slide:hover::before {
  opacity: 1;
}
.main .section03 .section03-swiper .text {
  position: relative;
  z-index: 3;
}
@media (max-width: 996px) {
  .main .section03 .section03-swiper .text {
    padding-left: 10px;
  }
}
.main .section03 .section03-swiper .text .tag {
  background-color: #eb4d5b;
}
.main .section03 .section03-swiper .text h3 {
  margin-bottom: 24px;
  min-height: 67.59px;
}
@media (max-width: 996px) {
  .main .section03 .section03-swiper .text h3 {
    margin-bottom: 10px;
  }
}
.main .section03 .section03-swiper .img {
  position: relative;
  z-index: 3;
}
.main .section03 .section03-swiper .img img {
  border-radius: 30px;
}
@media (max-width: 996px) {
  .main .section03 .section03-swiper .img img {
    border-radius: 20px;
  }
}
.main .section03 .section03-swiper .img::after {
  content: "";
  height: 66px;
  width: 66px;
  border-radius: 50%;
  background-image: url(../images/section03-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eb4d5b;
  position: absolute;
  bottom: -16px;
  right: -6px;
}
@media (max-width: 996px) {
  .main .section03 .section03-swiper .img::after {
    width: 42px;
    height: 42px;
    background-size: 13px;
  }
}
.main .section04 .inner {
  max-width: 1830px;
  position: relative;
}
.main .section04 .swiper-pagination {
  display: flex;
  gap: 5px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 170px;
  width: 113px;
  right: 75px;
  height: 50px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 996px) {
  .main .section04 .swiper-pagination {
    top: 62px;
    right: 20px;
    font-size: 14px;
    width: 80px;
    height: 34px;
  }
}
.main .section04 .swiper-pagination .swiper-pagination-current {
  font-size: 16px;
}
@media (max-width: 996px) {
  .main .section04 .swiper-pagination .swiper-pagination-current {
    font-size: 14px;
  }
}
.main .section04 .swiper-pagination .swiper-pagination-total {
  font-size: 16px;
  opacity: 0.5;
}
@media (max-width: 996px) {
  .main .section04 .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
  }
}
.main .section04 .banner-swiper {
  padding-top: 150px;
  overflow: hidden;
  min-height: 285px;
  box-sizing: content-box;
  position: relative;
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper {
    padding-top: 42px;
  }
}
.main .section04 .banner-swiper .swiper-slide {
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 285px;
  justify-content: space-between;
  padding: 24px 100px;
  border-radius: 30px;
  gap: 50px;
  opacity: 0 !important;
  pointer-events: none;
}
.main .section04 .banner-swiper .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
  pointer-events: all;
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper .swiper-slide {
    flex-direction: column;
    height: unset;
    padding: 40px 30px;
    gap: 30px;
    border-radius: 20px;
  }
}
.main .section04 .banner-swiper .swiper-slide .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper .swiper-slide .text {
    order: 2;
    gap: 4px;
  }
}
.main .section04 .banner-swiper .swiper-slide .text h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper .swiper-slide .text h3 {
    font-size: 24px;
  }
}
.main .section04 .banner-swiper .swiper-slide .text p {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper .swiper-slide .text p {
    font-size: 17px;
    line-height: 1.3;
  }
}
.main .section04 .banner-swiper .swiper-slide .text .pagination {
  margin-top: 15px;
  gap: 11px;
  display: flex;
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper .swiper-slide .text .pagination {
    margin-top: 10px;
  }
}
.main .section04 .banner-swiper .swiper-slide .text .pagination li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.main .section04 .banner-swiper .swiper-slide .text .pagination li.active {
  background-color: #fff;
}
.main .section04 .banner-swiper .swiper-slide .img {
  position: relative;
  flex: 1;
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper .swiper-slide .img {
    order: 1;
  }
}
.main .section04 .banner-swiper .swiper-slide .img img {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
  transform: translateY(30px);
}
@media (max-width: 996px) {
  .main .section04 .banner-swiper .swiper-slide .img img {
    position: static;
    margin: 0 auto;
  }
}
.main .section04 .banner-swiper .swiper-slide.swiper-slide-active img {
  transform: translateY(0);
  opacity: 1;
}
.main .section04 .swiper-button-next {
  position: absolute;
  bottom: -16px;
  top: unset;
  right: -8px;
  z-index: 7;
}
@media (max-width: 1900px) {
  .main .section04 .swiper-button-next {
    bottom: -14px;
    right: 7px;
  }
}
@media (max-width: 996px) {
  .main .section04 .swiper-button-next {
    width: 80px;
    bottom: -10px;
    right: 9px;
  }
}
@media (max-width: 1900px) {
  .main .section04 .swiper-button-next img.big {
    display: none;
  }
}
@media (min-width: 1900px) {
  .main .section04 .swiper-button-next img.small {
    display: none;
  }
}
.main .section05 .section-title span {
  color: #6350f2;
}
.main .section05 .section-title::after {
  filter: invert(78%) sepia(10%) saturate(5814%) hue-rotate(197deg) brightness(97%) contrast(100%);
}
.main .section05 .cons {
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
}
.main .section05 .cons .con {
  width: 33.3333336%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 996px) {
  .main .section05 .cons .con {
    width: 50%;
    border-radius: 20px;
  }
}
@media (max-width: 420px) {
  .main .section05 .cons .con {
    width: 100%;
  }
}
.main .section05 .cons .con img {
  transition: all 0.2s ease-out;
}
.main .section05 .cons .con:hover img {
  transform: scale(1.03);
}
.main .section05 .cons .con .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 100px 30px 30px;
}
@media (max-width: 996px) {
  .main .section05 .cons .con .text {
    padding: 40px 17px;
  }
}
.main .section05 .cons .con .text .tag {
  border: 1px solid #fff;
}
.main .section05 .cons .con .text h3 {
  color: #fff;
}
.main .section05 .cons .con .text::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 40px;
  width: 30px;
  height: 31px;
  background-image: url(../images/section05-arrow.png);
}
@media (max-width: 996px) {
  .main .section05 .cons .con .text::after {
    width: 16px;
    height: 17px;
    background-size: 16px;
    bottom: 15px;
    left: 15px;
  }
}
.main .section05 .cons .con:nth-child(even) .text {
  top: 0;
  padding: 30px 100px 50px 30px;
  bottom: unset;
}
@media (max-width: 996px) {
  .main .section05 .cons .con:nth-child(even) .text {
    padding: 20px 17px 40px;
  }
}
.main .section05 .cons .con:nth-child(even) .text::after {
  bottom: 110px;
}
@media (max-width: 996px) {
  .main .section05 .cons .con:nth-child(even) .text::after {
    bottom: 15px;
  }
}
.main .section06 {
  padding: 90px 0 110px;
  background-color: #ecf5ff;
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .main .section06 {
    padding: 42px 0;
  }
}
.main .section06 .section-title span {
  color: #0f247c;
}
.main .section06 .section-title::after {
  filter: invert(80%) sepia(15%) saturate(614%) hue-rotate(188deg) brightness(92%) contrast(83%);
}
.main .section06 .cons {
  display: flex;
  gap: 48px;
}
@media (max-width: 996px) {
  .main .section06 .cons {
    flex-direction: column;
    gap: 35px;
  }
}
.main .section06 .cons .left {
  flex: 1;
  overflow: hidden;
}
.main .section06 .cons .left .news-swiper a {
  display: block;
  padding: 22px 80px 22px 34px;
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  margin-bottom: 24px;
}
@media (max-width: 996px) {
  .main .section06 .cons .left .news-swiper a {
    padding: 21px 31px 42px;
    border-radius: 40px;
    margin-bottom: 8px;
  }
}
.main .section06 .cons .left .news-swiper a:last-child {
  margin-bottom: 0;
}
.main .section06 .cons .left .news-swiper a:hover {
  background-color: #e0e8fc;
}
.main .section06 .cons .left .news-swiper a p {
  display: flex;
  font-size: 20px;
  gap: 11px;
}
@media (max-width: 996px) {
  .main .section06 .cons .left .news-swiper a p {
    flex-direction: column;
    font-size: 15px;
  }
}
.main .section06 .cons .left .news-swiper a p b {
  font-weight: 700;
  flex-shrink: 0;
  color: #0f247c;
}
.main .section06 .cons .left .news-swiper a p span {
  word-break: keep-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main .section06 .cons .left .news-swiper a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 31px;
  height: 15px;
  background-image: url(../images/section06-arrow.png);
}
@media (max-width: 996px) {
  .main .section06 .cons .left .news-swiper a::after {
    top: unset;
    left: 31px;
    bottom: 20px;
    width: 21px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 21px;
    transform: translateY(0);
  }
}
.main .section06 .cons .left .news-swiper .btns-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 46px;
}
@media (max-width: 996px) {
  .main .section06 .cons .left .news-swiper .btns-wrapper {
    gap: 11px;
    margin-top: 22px;
  }
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns2 {
  flex: 1;
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns2 .swiper-scrollbar {
  position: relative;
  text-align: left;
  height: 4px;
  background-color: #b9c0d4;
  border-radius: 100px;
  overflow: hidden;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  width: 100%;
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns2 .swiper-scrollbar .swiper-scrollbar-drag {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10000px;
  transform-origin: left;
  background-color: #0f247c;
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 996px) {
  .main .section06 .cons .left .news-swiper .btns-wrapper .btns {
    gap: 9px;
  }
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns .swiper-button-prev,
.main .section06 .cons .left .news-swiper .btns-wrapper .btns .swiper-button-next {
  margin: 0;
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns .swiper-pagination {
  color: #828793;
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns .swiper-pagination span {
  font-size: 17px;
  letter-spacing: -0.02em;
}
@media (max-width: 996px) {
  .main .section06 .cons .left .news-swiper .btns-wrapper .btns .swiper-pagination span {
    font-size: 15px;
    font-weight: 600;
  }
}
.main .section06 .cons .left .news-swiper .btns-wrapper .btns .swiper-pagination .swiper-pagination-current {
  color: #111;
  font-weight: 700;
}
.main .section06 .cons .right {
  padding: 50px;
  border-radius: 50px;
  min-height: 425px;
  flex: 1;
  background-color: #162f74;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../images/section06-right-bg.png);
}
@media (max-width: 996px) {
  .main .section06 .cons .right {
    background-image: none;
    padding: 18px 22px 28px;
    border-radius: 30px;
  }
}
@media (max-width: 996px) {
  .main .section06 .cons .right img {
    width: 215px;
    margin: 0 auto 14px;
  }
}
.main .section06 .cons .right .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main .section06 .cons .right .text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 996px) {
  .main .section06 .cons .right .text h3 {
    font-size: 20px;
  }
}
.main .section06 .cons .right .text p {
  color: #fff;
  font-size: 22px;
  opacity: 0.7;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 996px) {
  .main .section06 .cons .right .text p {
    font-size: 16px;
  }
}
.main .section06 .cons .right .text a {
  background-color: #fff;
  margin-top: 24px;
  font-size: 18px;
  color: #162f74;
  font-weight: 700;
  border-radius: 100px;
  padding: 16px 37px;
  transition: all 0.2s ease-out;
}
.main .section06 .cons .right .text a:hover {
  background-color: #00103d;
  color: #fff;
}
@media (max-width: 996px) {
  .main .section06 .cons .right .text a {
    font-size: 14px;
    padding: 13px 24px;
    margin-top: 15px;
  }
}

.sub {
  padding-top: 99px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.sub .sub-quick {
  position: absolute;
  top: 150px;
  right: 50%;
  margin-right: -600px;
}
.sub .sub-quick.close {
  display: none;
}
@media (max-width: 1300px) {
  .sub .sub-quick {
    margin-right: 0;
    right: 30px;
  }
}
.sub .sub-quick .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 30px;
  font-weight: 900;
  width: 25px;
  padding: 3px;
  top: 0;
  margin-bottom: 5px;
  transform: translateY(-100%);
}
.sub .sub-quick > a {
  display: block;
  width: 150px;
}
@media (max-width: 996px) {
  .sub {
    padding-top: 80px;
  }
}
.sub .sub-top .bg {
  width: 100%;
  position: relative;
}
.sub .sub-top .text {
  width: 100%;
  max-width: 1230px;
  margin: 58px auto 0;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 996px) {
  .sub .sub-top .text {
    margin: 34px auto 0;
  }
}
.sub .sub-top .text .tag {
  font-size: 16px;
  padding: 11px 21px;
  color: #fff;
  border-radius: 100px;
  background-color: #000;
  margin-bottom: 15px;
}
@media (max-width: 996px) {
  .sub .sub-top .text .tag {
    font-size: 15px;
    padding: 8px 17px;
  }
}
.sub .sub-top .text h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .sub .sub-top .text h2 {
    font-size: 28px;
  }
}
.sub .sub-top .text h2 + h3 {
  margin-top: 3px;
}
.sub .sub-top .text h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 996px) {
  .sub .sub-top .text h3 {
    font-size: 18px;
  }
}
.sub .sub-top .text h3 + h2 {
  margin-top: 10px;
}
.sub .sub-top .text .ex {
  line-height: 1.4;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 36px;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #cecece;
}
@media (max-width: 996px) {
  .sub .sub-top .text .ex {
    font-size: 16px;
  }
}
.sub .sub-top .text .ex + .by {
  margin-top: 36px;
}
.sub .sub-top .text .by {
  width: 100%;
  text-align: center;
}
@media (max-width: 996px) {
  .sub .sub-top .text .by {
    font-size: 15px;
  }
}
.sub .sub-top .text.color1 .tag {
  background-color: #dd481c;
}
.sub .sub-top .text.color2 .tag {
  background-color: #5166c0;
}
.sub .sub-top .text.color3 .tag {
  background-color: #f2505f;
}
.sub .sub-top .text.color4 .tag {
  background-color: #4637ba;
}
.sub .sub-con {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 80px auto 0;
}
@media (max-width: 996px) {
  .sub .sub-con {
    margin: 50px auto 0;
  }
}
.sub .sub-con .textbox {
  margin-bottom: 80px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox {
    margin-bottom: 55px;
  }
}
.sub .sub-con .textbox:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .video {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.sub .sub-con .textbox .video iframe,
.sub .sub-con .textbox .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub .sub-con .textbox .line {
  margin: 40px 0;
  height: 1px;
  width: 100%;
  background-color: #999;
}
.sub .sub-con .textbox .table {
  margin-bottom: 34px;
}
.sub .sub-con .textbox .table:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .table table {
  width: 100%;
  border-collapse: collapse;
}
.sub .sub-con .textbox .table table th,
.sub .sub-con .textbox .table table td {
  padding: 15px 20px;
  border: 1px solid #1166ac;
  word-break: keep-all;
}
.sub .sub-con .textbox .table table th {
  background-color: #559bd5;
  color: #fff;
  text-align: center;
}
.sub .sub-con .textbox .table02 .title {
  padding: 24px 38px;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  font-size: 18px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .table02 .title {
    padding: 14px;
    font-size: 17px;
  }
}
.sub .sub-con .textbox .table02 table {
  width: 100%;
}
.sub .sub-con .textbox .table02 table tr:nth-child(even) {
  background-color: #f4f6f8;
}
.sub .sub-con .textbox .table02 table th,
.sub .sub-con .textbox .table02 table td {
  padding: 24px 38px;
  word-break: keep-all;
  vertical-align: middle;
  line-height: 1.3;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .table02 table th,
  .sub .sub-con .textbox .table02 table td {
    padding: 14px;
  }
}
.sub .sub-con .textbox .table02 table th {
  text-align: left;
  color: #fff;
  font-weight: 700;
  color: #19448b;
}
.sub .sub-con .textbox .bt-txt {
  padding-top: 15px;
  display: inline-block;
  margin-top: 15px;
  border-top: 1px solid #000;
}
.sub .sub-con .textbox .deps1 {
  display: flex;
}
.sub .sub-con .textbox .deps1 dt {
  flex-shrink: 0;
  min-width: 57px;
  position: relative;
  text-align: justify;
  font-weight: 800;
  margin-right: 15px;
  flex-shrink: 0;
}
.sub .sub-con .textbox .deps1 dt::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.sub .sub-con .textbox .deps1 dd {
  margin-top: -4px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.sub .sub-con .textbox .tag01 {
  padding: 10px 24px;
  display: inline-block;
  font-size: 18px;
  border-radius: 1000px;
}
.sub .sub-con .textbox .tag02 {
  padding: 7px 17px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
}
.sub .sub-con .textbox .tag02-block {
  padding: 7px 17px;
  display: block;
  font-weight: 500;
  color: #fff;
}
.sub .sub-con .textbox .circle-tag {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
}
.sub .sub-con .textbox .circle-tag::after {
  content: "";
  width: 120%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 30px;
  background-color: #fff;
  z-index: 1;
}
.sub .sub-con .textbox .circle-tag span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
}
.sub .sub-con .textbox .shadow-box {
  padding: 20px;
  border: 2px solid #f7f2e8;
  border-radius: 20px;
  background-color: #6da69f;
  box-shadow: 3px 3px 0px #305268;
  margin-bottom: 34px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .shadow-box {
    margin-bottom: 24px;
  }
}
.sub .sub-con .textbox .shadow-box:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .inline {
  display: inline-block;
}
.sub .sub-con .textbox .box01 {
  padding: 30px 40px;
  border: 1px solid #787878;
  border-radius: 10px;
  margin-bottom: 34px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .box01 {
    padding: 20px 24px;
    margin-bottom: 28px;
  }
}
.sub .sub-con .textbox .box02 {
  padding: 35px 15px;
  border-radius: 10px;
  margin-bottom: 34px;
}
.sub .sub-con .textbox .box02:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .box02 {
    padding: 20px 15px;
    margin-bottom: 28px;
  }
}
.sub .sub-con .textbox h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  word-break: keep-all;
}
.sub .sub-con .textbox h3:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox h3 {
    font-size: 19px;
  }
}
.sub .sub-con .textbox h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  word-break: keep-all;
}
.sub .sub-con .textbox h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox h4 {
    font-size: 18px;
  }
}
.sub .sub-con .textbox h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  word-break: keep-all;
  line-height: 1.3;
}
.sub .sub-con .textbox h5:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox h5 {
    font-size: 18px;
  }
}
.sub .sub-con .textbox .epil {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
  margin-bottom: 56px;
  font-family: "ridi";
  color: #0f247c;
}
.sub .sub-con .textbox .epil:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .epil {
    font-size: 21px;
  }
}
.sub .sub-con .textbox .list-flex {
  display: flex;
  gap: 8px;
  text-align: left;
}
.sub .sub-con .textbox .list-flex > span:nth-child(1) {
  flex-shrink: 0;
}
.sub .sub-con .textbox .right {
  display: block;
  text-align: right;
}
.sub .sub-con .textbox p {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: justify;
}
@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 p.img {
  line-height: 1;
}
.sub .sub-con .textbox p.img img {
  margin: 0 auto;
}
.sub .sub-con .textbox p.img small {
  font-size: 15px;
  display: block;
  text-align: center;
  color: #666;
  padding-top: 10px;
}
.sub .sub-con .textbox .up {
  font-size: 120%;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .up {
    font-size: 110%;
  }
}
.sub .sub-con .textbox .down {
  font-size: 90%;
}
.sub .sub-con .textbox small {
  font-size: 15px;
  color: #666;
  padding-top: 10px;
}
.sub .sub-con .textbox .formbox .flex {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .formbox .flex {
    gap: 0;
  }
}
.sub .sub-con .textbox .interview h3 {
  margin-bottom: 25px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .interview h3 {
    text-align: center;
  }
}
.sub .sub-con .textbox .interview .con {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 70px;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .interview .con {
    flex-direction: column;
    gap: 17px;
  }
}
.sub .sub-con .textbox .interview .con:last-child {
  margin-bottom: 0;
}
.sub .sub-con .textbox .interview .con .text {
  flex: 1;
}
.sub .sub-con .textbox .interview .con .text h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.sub .sub-con .textbox .interview .con .text h3 b {
  font-weight: 700;
  display: block;
}
.sub .sub-con .textbox .interview .con .text p {
  padding: 15px;
  border-radius: 10px;
  font-size: 17px;
}
.sub .sub-con .textbox .flex {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.sub .sub-con .textbox .flex:last-child {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .sub .sub-con .textbox .flex.col769 {
    flex-direction: column;
  }
}
.sub .sub-con .textbox .flex.col769.right {
  justify-content: right;
}
@media (max-width: 769px) {
  .sub .sub-con .textbox .flex.col769.right {
    justify-content: unset;
  }
}
.sub .sub-con .textbox .flex.center {
  justify-content: center;
}
.sub .sub-con .textbox .flex.al-center {
  align-items: center;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex.al-center {
    align-items: unset;
  }
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex:not(.col769) {
    flex-direction: column;
  }
}
.sub .sub-con .textbox .flex:not(.col769).right {
  justify-content: right;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex:not(.col769).right {
    justify-content: unset;
  }
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .flex > span {
    flex: unset !important;
    max-width: unset !important;
    width: unset !important;
  }
}
.sub .sub-con .textbox .news .con {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #666;
  position: relative;
}
.sub .sub-con .textbox .news .con:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sub .sub-con .textbox .news .con .num {
  position: absolute;
  top: -130px;
}
.sub .sub-con .textbox .news .con .tag {
  border: 1px solid #000;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.sub .sub-con .textbox .news .con h3 {
  margin-bottom: 20px;
}
.sub .sub-con .textbox .news .con .flex {
  align-items: center;
}
.sub .sub-con .textbox .news .con .flex .img {
  max-width: 40%;
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .news .con .flex .img {
    max-width: unset;
  }
}
.sub .sub-con .textbox .news .con .flex .txt {
  flex: 1;
  margin-bottom: 0;
}
.sub .sub-con .textbox .roulette {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.sub .sub-con .textbox .roulette .pan,
.sub .sub-con .textbox .roulette .go,
.sub .sub-con .textbox .roulette .pin,
.sub .sub-con .textbox .roulette .character {
  position: absolute;
}
.sub .sub-con .textbox .roulette .pan,
.sub .sub-con .textbox .roulette .go {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub .sub-con .textbox .roulette .go {
  cursor: pointer;
  width: 15%;
}
.sub .sub-con .textbox .roulette .pin {
  width: 5.5%;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.sub .sub-con .textbox .roulette .pan {
  width: 72.3%;
}
.sub .sub-con .textbox .roulette .character {
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  width: 65%;
}
.sub .sub-con .textbox .roulette.start .go {
  cursor: default;
}
.sub .sub-con .textbox .roulette.start .pan {
  animation: roulette 1s linear infinite;
}
.sub .sub-con .textbox .result {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.sub .sub-con .textbox .result .pan,
.sub .sub-con .textbox .result .go,
.sub .sub-con .textbox .result .pin,
.sub .sub-con .textbox .result .character {
  position: absolute;
}
.sub .sub-con .textbox .result .pan,
.sub .sub-con .textbox .result .go {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub .sub-con .textbox .result .go {
  width: 15%;
}
.sub .sub-con .textbox .result .pin {
  width: 5.5%;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.sub .sub-con .textbox .result .pan {
  width: 72.3%;
}
.sub .sub-con .textbox .result .character {
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  width: 65%;
}
.sub .sub-con .textbox .result.result2 .pan {
  transform: translate(-50%, -50%) rotate(60deg);
}
.sub .sub-con .textbox .result1-1,
.sub .sub-con .textbox .result2-1 {
  width: 100%;
  max-width: 463px;
  margin: 0 auto;
}
.sub .sub-con .textbox .result1-1 .tag01,
.sub .sub-con .textbox .result2-1 .tag01 {
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #0f247c;
  color: #fff;
}
.sub .sub-con .textbox .result1-1 .list-flex,
.sub .sub-con .textbox .result2-1 .list-flex {
  margin-bottom: 5px;
}
.sub .sub-con .textbox .result1-1 small,
.sub .sub-con .textbox .result2-1 small {
  font-size: 16px;
  line-height: 1.3;
}
.sub .sub-con .textbox .result1-1 p,
.sub .sub-con .textbox .result2-1 p {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
  font-size: 30px;
  word-break: keep-all;
  font-weight: 500;
}
@media (max-width: 996px) {
  .sub .sub-con .textbox .result1-1 p,
  .sub .sub-con .textbox .result2-1 p {
    font-size: 22px;
  }
}
.sub .sub-con .textbox .result1-1 p span,
.sub .sub-con .textbox .result2-1 p span {
  color: #0f247c;
  font-weight: 700;
}
.sub .sub-con .textbox .result1-1 img,
.sub .sub-con .textbox .result2-1 img {
  margin: 0 auto;
}
.sub .pagination {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 100px auto 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 996px) {
  .sub .pagination {
    margin: 70px auto 0;
    justify-content: center;
  }
}
.sub .pagination div,
.sub .pagination a {
  width: 33.3333336%;
  word-break: keep-all;
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
  padding: 21px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
}
@media (max-width: 996px) {
  .sub .pagination div,
  .sub .pagination a {
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    width: unset;
    flex: 1;
  }
}
@media (max-width: 996px) {
  .sub .pagination div,
  .sub .pagination a {
    font-size: 14px;
  }
}
.sub .pagination div {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
}
@media (max-width: 996px) {
  .sub .pagination div {
    display: none;
  }
}
.sub .pagination a {
  border: 1px solid #111;
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  .sub .pagination a {
    max-width: 360px;
  }
}
.sub .pagination a:hover {
  background-color: #111;
  color: #fff;
}
.sub .pagination a:hover::after, .sub .pagination a:hover::before {
  filter: invert(1);
}
.sub .pagination .prev {
  padding-left: 33px;
}
@media (max-width: 996px) {
  .sub .pagination .prev {
    padding-left: 18px;
  }
}
.sub .pagination .prev::before {
  position: absolute;
  content: "";
  transition: all 0.2s ease-out;
  display: inline-block;
  width: 11px;
  height: 16px;
  background-image: url(../images/pagination-prev.png);
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media (max-width: 996px) {
  .sub .pagination .prev::before {
    width: 8px;
    background-position: center;
    background-size: 8px;
    left: 10px;
  }
}
.sub .pagination .next {
  padding-right: 33px;
}
@media (max-width: 996px) {
  .sub .pagination .next {
    padding-right: 18px;
  }
}
.sub .pagination .next::after {
  position: absolute;
  content: "";
  transition: all 0.2s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 11px;
  height: 16px;
  background-image: url(../images/pagination-next.png);
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
@media (max-width: 996px) {
  .sub .pagination .next::after {
    width: 8px;
    background-position: center;
    background-size: 8px;
    right: 10px;
  }
}

.formbox textarea {
  width: 100%;
  resize: none;
  background-color: #f4f3f3;
  min-height: 300px;
  padding: 20px;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
}
.formbox .title {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px 0;
  border-radius: 20px;
  margin-bottom: 30px;
}
.formbox .important {
  color: #000;
  margin-bottom: 20px;
  margin: 5px 0 15px;
  font-size: 14px;
  display: block;
}
.formbox .input-group-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formbox .input-group-flex .input-group {
  width: calc(50% - 10px);
}
.formbox .input-group {
  background: #f4f3f3;
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 5px;
  margin-bottom: 10px;
}
.formbox .input-group label {
  background: #8d8d8d;
  min-width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px 0 0 5px;
}
.formbox .input-group input {
  height: 100%;
  border: none;
  outline: none;
  background: none;
  width: calc(100% - 160px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.formbox .input-group input::placeholder {
  color: #8d8d8d;
}
.formbox .input-group input#input_file {
  opacity: 0;
}
.formbox .input-group button {
  background: #373737;
  width: 160px;
  height: 45px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
.formbox .input-check-group {
  border: none;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.formbox .input-check-group input {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  margin-right: 5px;
  display: block;
  cursor: pointer;
}
.formbox .input-check-group label {
  cursor: pointer;
}
.formbox .input-captcha-group {
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  gap: 20px;
}
@media (max-width: 996px) {
  .formbox .input-captcha-group {
    flex-direction: column;
    align-items: unset;
    gap: 10px;
  }
}
.formbox .input-captcha-group h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-bottom: 0;
  color: #000;
}
.formbox .input-captcha-group .input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formbox .input-captcha-group .input-wrap .secureimage {
  width: 160px;
  height: 55px;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}
.formbox .input-captcha-group .input-wrap .secureimage img {
  width: 100%;
  height: 100%;
}
.formbox .input-captcha-group .input-wrap .btn-refresh {
  border: none;
  background: none;
  cursor: pointer;
}
.formbox .input-captcha-group .input-wrap input {
  width: 160px;
  height: 55px;
  border: 1px solid #ccc;
  font-size: 22px;
  padding-left: 10px;
}
.formbox .agreebox {
  background: #f5fbe4;
  padding: 24px;
  font-size: 16px;
  color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 996px) {
  .formbox .agreebox {
    padding: 20px;
  }
}
.formbox .agreebox h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.formbox .agreebox li {
  margin-bottom: 5px;
  line-height: 1.3;
}
.formbox .agreebox li span:last-child {
  font-weight: 300;
}
.formbox .btnbox {
  width: 100%;
}
.formbox .btnbox button {
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 17px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
}

@keyframes roulette {
  0% {
    transform: translate(-50%, -50%) rotate();
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.sub.back-list .sub-top .text {
  max-width: 1030px;
}
.sub.back-list .sub-con {
  max-width: 1030px;
}
.sub .back {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 769px) {
  .sub .back {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .sub .back {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.sub .back li img {
  margin: 0 auto;
}
.sub .back li p {
  padding-top: 10px;
}

.tab-container .tab-menu {
  display: flex;
  background-color: #f4f3f3;
  border-radius: 20px;
  overflow: hidden;
}
.tab-container .tab-menu .tab-link {
  flex: 1;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 28px 16px;
  color: #979797;
  cursor: pointer;
}
.tab-container .tab-menu .tab-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 26px;
  background-color: #dbdada;
}
.tab-container .tab-menu .tab-link:last-child::after {
  content: none;
}
.tab-container .tab-menu .tab-link:hover {
  background-color: #f1f1f1;
}
.tab-container .tab-menu .tab-link.active {
  color: #000;
}
.tab-container .tab-content {
  display: none;
  margin-top: 30px;
}
.tab-container .tab-content.active {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.overlay .modal {
  position: absolute;
  width: calc(100% - 30px);
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.overlay .close-x {
  position: absolute;
  top: -45px;
  right: -7px;
  cursor: pointer;
  font-size: 50px;
  color: #fff;
}