@charset "UTF-8";
/**********
max-width
***********/
/**********
breakpoints
**********/
/**********
font-size
**********/
/**********
color
**********/
/**********
shadow
**********/
/**********
breakpoints
**********/
/**********
shadow
**********/
/**********
main(index) 페이지
**********/
.main-page {
  width: 100%;
  height: auto;
}
.main-page section {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.main-page {
  /* hero 섹션 */
}
.main-page .hero .inner {
  gap: 20px;
}
.main-page .hero .inner .img-wrapper {
  animation-duration: 1.3s;
}
.main-page .hero .inner .img-wrapper img {
  max-height: 8rem;
}
.main-page .hero .inner .text-wrapper .splitting-text {
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .main-page .hero .inner .text-wrapper .splitting-text {
    font-size: 1.8rem;
  }
}
.main-page .hero .inner .text-wrapper .splitting-text .char {
  margin: 0 1px;
}
.main-page {
  /* section-1 */
}
.main-page .section-1 .inner {
  gap: 30px;
  padding: 0 4rem;
}
.main-page .section-1 .inner .title-text-wrapper {
  opacity: 0;
}
.main-page .section-1 .inner .box-wrapper {
  position: relative;
  margin-top: 3rem;
  height: 36rem;
}
.main-page .section-1 .inner .box-wrapper .line.center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.25rem;
  height: 0;
  background: linear-gradient(180deg, #25aab8 0%, #665eff 62.98%, rgba(94, 110, 255, 0) 100%);
}
.main-page .section-1 .inner .box-wrapper .line.left {
  position: absolute;
  top: 30px;
  right: 50%;
  width: 0;
  max-width: 10rem;
  height: 0.25rem;
  background: #25aab8;
}
.main-page .section-1 .inner .box-wrapper .line.left .line-dot {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #25aab8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
}
.main-page .section-1 .inner .box-wrapper .line.right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  width: 0;
  max-width: 10rem;
  height: 0.25rem;
  background: #665eff;
}
.main-page .section-1 .inner .box-wrapper .line.right .line-dot {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #665eff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0;
}
.main-page .section-1 .inner .box-wrapper .box {
  width: 20vw;
  max-width: 25rem;
  min-width: 80px;
  height: 20vw;
  max-height: 160px;
  min-height: 50px;
  border: 2px solid #1c74fc;
  background-color: #fff;
  border-radius: 1.25rem;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 0 min(2vw, 50px);
}
.main-page .section-1 .inner .box-wrapper .box img {
  width: 45%;
  max-width: 5rem;
}
.main-page .section-1 .inner .box-wrapper .box.left-box {
  right: 230px;
  right: min(20vw, 230px);
  top: max(-4vw, -40px);
  opacity: 0;
}
.main-page .section-1 .inner .box-wrapper .box.right-box {
  left: min(20vw, 200px);
  top: 50%;
  transform: translate(0, -50%);
  border-color: #ffb75b;
  opacity: 0;
}
@media (max-width: 768px) {
  .main-page .section-1 .inner .box-wrapper .box {
    font-size: 1.4rem;
    box-shadow: 1.5rem 1.5rem 1.5rem 0 rgba(196, 208, 221, 0.7);
  }
}
@media (max-width: 500px) {
  .main-page .section-1 .inner .box-wrapper .box {
    box-shadow: 0.8rem 0.8rem 0.8rem 0 rgba(196, 208, 221, 0.4);
  }
  .main-page .section-1 .inner .box-wrapper .box.left-box {
    right: 15vw;
    top: -1vw;
  }
  .main-page .section-1 .inner .box-wrapper .box.right-box {
    left: 13vw;
  }
}
@media (max-width: 500px) {
  .main-page .section-1 .inner .box-wrapper {
    margin-top: 0;
  }
}
.main-page .section-1 .inner .box-wrapper-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  opacity: 0;
}
.main-page .section-1 .inner .box-wrapper-bottom .path-dest-box {
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  position: relative;
}
.main-page .section-1 .inner .box-wrapper-bottom .path-dest-box img {
  width: min(33vw, 20rem);
  margin: 0 auto;
}
.main-page .section-1 .inner .box-wrapper-bottom .path-dest-box .airplane {
  display: block;
  position: absolute;
  top: -1.2rem;
  left: 15%;
  max-width: none;
  width: 2.2rem;
  aspect-ratio: 56/28;
  height: auto;
  z-index: 100;
  opacity: 0;
}
@media (max-width: 768px) {
  .main-page .section-1 .inner .box-wrapper-bottom .path-dest-box .airplane {
    width: 1.8rem;
  }
}
.main-page .section-1 .inner .box-wrapper-bottom .text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.6rem;
}
.main-page .section-1 .inner .box-wrapper-bottom .text-wrapper p {
  flex-shrink: 0;
  font-size: 1.7rem;
  text-wrap: nowrap;
}
@media (max-width: 500px) {
  .main-page .section-1 .inner .box-wrapper-bottom .text-wrapper p {
    font-size: 1.5rem;
  }
}
.main-page .section-1 .inner .box-wrapper-bottom .text-wrapper img {
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  top: -8%;
  width: min(20vw, 6rem);
}
.main-page {
  /* section-2 */
}
.main-page .section-2 .inner {
  padding: 0rem 4rem;
}
@media (max-width: 768px) {
  .main-page .section-2 .inner {
    padding: 2rem 2.5rem;
  }
}
.main-page .section-2 .inner .box-wrapper-top {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.main-page .section-2 .inner .box-wrapper-top img {
  width: min(33vw, 20rem);
  margin: 0 auto;
}
.main-page .section-2 .inner .box-wrapper-top .text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.main-page .section-2 .inner .box-wrapper-top .text-wrapper p {
  flex-shrink: 0;
  font-size: 1.7rem;
  text-wrap: nowrap;
}
@media (max-width: 500px) {
  .main-page .section-2 .inner .box-wrapper-top .text-wrapper p {
    font-size: 1.5rem;
  }
}
.main-page .section-2 .inner .box-wrapper-top .text-wrapper img {
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  top: -8%;
  width: min(20vw, 6rem);
}
.main-page .section-2 .inner .ani-container-wrapper {
  flex-grow: 1;
  width: 100%;
  position: relative;
  padding-top: clamp(0px, 14vh, 120px);
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper {
    padding-top: 0;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(60%, 930px);
  aspect-ratio: 16/9;
}
@media screen and (max-height: 1200px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner {
    position: static;
    margin: 0 auto;
    transform: translate(0, 50%);
  }
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .video-container {
  width: 100%;
  height: 100%;
  border: 8px solid #000;
  border-radius: 7px;
  font-size: 0;
  overflow: hidden;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .video-container video {
  display: block;
  width: 100.5%;
  height: 100%;
  object-fit: cover;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container {
    position: static;
    height: auto;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box {
  position: absolute;
  width: fit-content;
  border: 1px solid green;
  border-radius: 13px;
  border: 1px solid #6070ff;
  z-index: 1;
  background-color: #fff;
  width: min(88%, 618px);
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box {
    position: static;
    width: 100%;
    transform: translate(0, 0) !important;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box::before {
  content: "";
  position: absolute;
  z-index: -1;
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box::before {
    display: none;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box.vertical {
  width: min(40%, 223px);
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box.vertical {
    width: 100%;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box.vertical .text-box-wrapper {
  flex-direction: column;
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box.vertical .text-box-wrapper {
    flex-direction: row;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box > .title-text {
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  color: #fff;
  font-size: 1.06rem;
  font-weight: 600;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box .text-box-wrapper {
  display: flex;
  gap: 1.3rem;
  padding: 1.3rem;
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box .text-box-wrapper {
    gap: 0.8rem;
    padding: 0.8rem;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box .text-box-wrapper .text-box {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding: 1rem;
  border: 1px solid #6070ff;
  border-radius: 13px;
}
@media (max-width: 768px) {
  .main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box .text-box-wrapper .text-box {
    gap: 0.5rem;
  }
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box .text-box-wrapper .text-box .title-text {
  font-size: 0.9rem;
  font-weight: 600;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container .ani-box .text-box-wrapper .text-box .content-text {
  word-break: keep-all;
  font-size: 0.8rem;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-1 .ani-box {
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  box-shadow: 0 0 32.07px 0 rgba(96, 112, 255, 0.2);
  border-color: #6070ff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-1 .ani-box::before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: linear-gradient(180deg, rgba(96, 112, 255, 0.3) 28%, rgba(96, 112, 255, 0.1) 61%, rgba(96, 112, 255, 0) 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 95%;
  height: min(5vw, 80px);
  z-index: -1;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-1 .ani-box > .title-text {
  background-color: #6070ff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-1 .ani-box .text-box {
  border-color: #6070ff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-1 .ani-box .text-box .title-text {
  color: #6070ff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-2 {
  animation-delay: 0.4s;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-2 .ani-box {
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
  box-shadow: 0 0 32.07px 0 rgba(123, 93, 255, 0.2);
  border-color: #7a5cff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-2 .ani-box::before {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  background: linear-gradient(-90deg, rgba(96, 112, 255, 0.3) 28%, rgba(96, 112, 255, 0.1) 61%, rgba(96, 112, 255, 0) 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  height: 95%;
  width: min(5vw, 80px);
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-2 .ani-box > .title-text {
  background-color: #7a5cff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-2 .ani-box .text-box {
  border-color: #7a5cff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-2 .ani-box .text-box .title-text {
  color: #7a5cff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-3 {
  animation-delay: 1s;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-3 .ani-box {
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
  box-shadow: 0 0 32.07px 0 rgba(123, 93, 255, 0.2);
  border-color: #db2777;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-3 .ani-box::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: linear-gradient(0deg, rgba(219, 39, 119, 0.3) 28%, rgba(219, 39, 119, 0.1) 61%, rgba(219, 39, 119, 0) 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: min(5vw, 80px);
  width: 95%;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-3 .ani-box > .title-text {
  background-color: #db2777;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-3 .ani-box .text-box {
  border-color: #db2777;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-3 .ani-box .text-box .title-text {
  color: #db2777;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-4 {
  animation-delay: 1.6s;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-4 .ani-box {
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
  box-shadow: 0 0 32.07px 0 rgba(123, 93, 255, 0.2);
  border-color: #7a5cff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-4 .ani-box::before {
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background: linear-gradient(90deg, rgba(122, 92, 255, 0.3) 28%, rgba(122, 92, 255, 0.1) 61%, rgba(122, 92, 255, 0) 100%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  height: 95%;
  width: min(5vw, 80px);
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-4 .ani-box > .title-text {
  background-color: #7a5cff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-4 .ani-box .text-box {
  border-color: #7a5cff;
}
.main-page .section-2 .inner .ani-container-wrapper .ani-container-inner .ani-box-container.ani-4 .ani-box .text-box .title-text {
  color: #7a5cff;
}
.main-page {
  /* section-3 */
}
.main-page .section-3 .inner {
  gap: 3rem;
  padding-top: 220px;
}
.main-page .section-3 .inner .box-wrapper-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3rem;
  width: 100%;
  max-width: 1194px;
}
.main-page .section-3 .inner .box-wrapper-top img {
  width: min(33vw, 12.5rem);
}
.main-page .section-3 .inner .box-wrapper-top .text-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 0.6rem;
}
.main-page .section-3 .inner .box-wrapper-top .text-wrapper p {
  flex-shrink: 0;
  font-size: 1.7rem;
  text-wrap: nowrap;
}
@media (max-width: 500px) {
  .main-page .section-3 .inner .box-wrapper-top .text-wrapper p {
    font-size: 1.5rem;
  }
}
.main-page .section-3 .inner .box-wrapper-top .text-wrapper img {
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  top: -8%;
  width: min(20vw, 6rem);
}
.main-page .section-3 .inner .ani-box-container {
  display: flex;
  gap: 6rem;
  border: 2px solid #e6e8ed;
  background-color: #f5f6f8;
  border-radius: 20px;
  position: relative;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .main-page .section-3 .inner .ani-box-container {
    padding: 0 2.5rem;
    gap: 2.5rem;
  }
}
.main-page .section-3 .inner .ani-box-container .left-box {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.main-page .section-3 .inner .ani-box-container .left-box .text-box {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.main-page .section-3 .inner .ani-box-container .left-box .text-box .title-text {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  gap: 0.5rem;
}
.main-page .section-3 .inner .ani-box-container .left-box .text-box .description {
  line-height: 1.6rem;
  font-size: 1.1rem;
  color: #494e55;
}
.main-page .section-3 .inner .ani-box-container .left-box img {
  height: auto;
}
.main-page .section-3 .inner .ani-box-container .right-box img {
  height: auto;
}
.main-page {
  /* section-4 */
}
.main-page .section-4 {
  min-height: 953px;
  background: url("../../img/main/section_4_bg.svg") no-repeat center/contain;
}
@media (max-width: 500px) {
  .main-page .section-4 {
    min-height: auto;
  }
}
.main-page .section-4 .inner {
  gap: 6rem;
}
.main-page .section-4 .inner .random-ani-container {
  width: min(70%, 800px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-page .section-4 .inner .random-ani-container .ani-box {
  flex-shrink: 0;
  display: inline-block;
  font-size: 1rem;
  padding: 0 1rem;
  height: 2.6rem;
  line-height: 2.6rem;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #6070ff;
  font-weight: 600;
  transition: 0.6s ease;
}
.main-page .section-4 .inner .random-ani-container .ani-box.on {
  border-color: #6070ff;
}
.main-page {
  /* section-5 */
}
.main-page .section-5 .inner {
  gap: 6rem;
}
.main-page .section-5 .inner .svg-box svg {
  display: block;
  overflow: visible;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.main-page {
  /* section-6 */
}
.main-page .section-6 .inner {
  gap: 6rem;
  max-width: 1200px;
  background-color: #fff;
}
.main-page .section-6 .inner .title-text-wrapper {
  width: 100%;
  align-items: flex-start;
  text-align: left;
}
.main-page .section-6 .inner .box-wrapper {
  width: 100%;
  gap: 2rem;
  height: min(90vw, 549px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .main-page .section-6 .inner .box-wrapper {
    gap: 1.2rem;
  }
}
.main-page .section-6 .inner .box-wrapper .box:hover .box-inner {
  transform: rotateY(180deg);
}
.main-page .section-6 .inner .box-wrapper .box {
  display: block;
  flex-grow: 1;
  height: 100%;
  perspective: 1000px;
}
.main-page .section-6 .inner .box-wrapper .box .box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 1rem;
}
.main-page .section-6 .inner .box-wrapper .box .front,
.main-page .section-6 .inner .box-wrapper .box .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  backface-visibility: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 12px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page .section-6 .inner .box-wrapper .box .front {
  background-color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.main-page .section-6 .inner .box-wrapper .box .front .img-box {
  height: 75%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-page .section-6 .inner .box-wrapper .box .front .img-box img {
  width: auto;
  height: min(8vw, 100px);
}
.main-page .section-6 .inner .box-wrapper .box .front .text-box {
  padding: 1.5rem;
  width: 100%;
  height: 25%;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .main-page .section-6 .inner .box-wrapper .box .front .text-box {
    padding: 1rem 0.5rem;
    gap: 0.3rem;
  }
}
.main-page .section-6 .inner .box-wrapper .box .front .text-box .title-text {
  font-size: 1.7rem;
  font-weight: 600;
  word-break: break-all;
}
@media (max-width: 500px) {
  .main-page .section-6 .inner .box-wrapper .box .front .text-box .title-text {
    font-size: 1.2rem;
  }
}
.main-page .section-6 .inner .box-wrapper .box .front .text-box .sub-text {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
}
.main-page .section-6 .inner .box-wrapper .box .back {
  background-color: #fff;
  transform: rotateY(180deg);
  padding: 15px;
}
.main-page .section-6 .inner .box-wrapper .box .back .text-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: keep-all;
}
.main-page .section-6 .inner .box-wrapper .box .back .text-box .title-text {
  font-size: 2rem;
  font-weight: 600;
  word-break: break-all;
}
@media (max-width: 500px) {
  .main-page .section-6 .inner .box-wrapper .box .back .text-box .title-text {
    font-size: 1.3rem;
  }
}
.main-page .section-6 .inner .box-wrapper .box .back .text-box .sub-text {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
}
@media (max-width: 500px) {
  .main-page .section-6 .inner .box-wrapper .box .back .text-box .sub-text {
    font-size: 1.1rem;
  }
}
.main-page .section-6 .inner .box-wrapper .box .back .text-box .sub-text {
  margin-bottom: 3rem;
  font-size: 1.25rem;
}

/*# sourceMappingURL=index.css.map */
