@font-face {
  font-family: "akrobat";
  src: url('../fonts/Akrobat-ExtraBold.woff');
}
.english {
  font-family: "akrobat", sans-serif;
}
.hide {
  display: none;
}
@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 639px) {
  .pc-only {
    display: none;
  }
}
.clip-animate {
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate2 {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate3 {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-active {
  opacity: 1 !important;
  -webkit-clip-path: inset(0) !important;
  clip-path: inset(0) !important;
}
@media (max-width: 639px) {
  .golive-page .contact {
    padding-top: 8rem;
  }
}
.golive-page .flow-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.golive-page .flow-swiper .swiper-slide img {
  width: 80%;
  max-width: 800px;
  border: 12px solid white;
  border-radius: 8px;
}
@media (max-width: 639px) {
  .golive-page .flow-swiper .swiper-slide img {
    border: 4px solid white;
    border-radius: 4px;
  }
}
.golive-page .slick-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.golive-page .slick-container .inside {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
}
.golive-page .slick-container .swiper {
  max-width: 100rem;
}
.golive-page .slick-container .images-slick {
  background-color: white;
  width: 80vw;
  max-width: 80rem;
  padding: 2rem;
  max-height: 60rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}
.golive-page .slick-container .images-slick img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 639px) {
  .golive-page .slick-container .images-slick {
    padding: 1rem;
    border: 0.4rem;
  }
}
.golive-page .slick-container .close-btn {
  position: absolute;
  right: 10rem;
  top: 7rem;
  cursor: pointer;
  transform: scale(1) rotate(0);
  transition: all 0.3s ease-in-out;
}
.golive-page .slick-container .close-btn:hover {
  transform: scale(1.1) rotate(180deg);
}
@media (max-width: 639px) {
  .golive-page .slick-container .close-btn {
    right: 3rem;
    top: 20rem;
  }
}
.golive-page .golive-head {
  padding: 22rem 0 18rem 0;
  position: relative;
}
@media (max-width: 639px) {
  .golive-page .golive-head {
    padding: 36rem 0 8rem 0;
  }
  .golive-page .golive-head .tips {
    text-align: center;
  }
  .golive-page .golive-head h2 {
    font-size: 4.8rem;
    margin-top: 1.4rem;
    text-align: center;
  }
  .golive-page .golive-head .head-title {
    padding-left: 0;
  }
  .golive-page .golive-head .features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.golive-page .golive-head .info {
  margin: 0 auto;
}
.golive-page .golive-head .info .head-title .sub-title {
  padding: 2.5rem 0 3rem 0;
}
@media (max-width: 639px) {
  .golive-page .golive-head .info .head-title .sub-title {
    padding: 1.4rem 0;
    text-align: center;
  }
}
.golive-page .golive-head .info .ani-btn {
  width: 24rem;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .golive-page .golive-head .info .ani-btn {
    margin: 1.5rem auto 0 auto;
  }
}
.golive-page .golive-head .info .sub-title::before {
  display: none;
}
.golive-page .golive-head .top-kv {
  position: absolute;
  right: 0;
  top: 6rem;
  width: 60vw;
  max-width: 90rem;
  height: 60rem;
  object-fit: cover;
}
@media (max-width: 639px) {
  .golive-page .golive-head .top-kv {
    top: 6rem;
    width: 90vw;
    max-width: initial;
    height: 68vw;
  }
}
.golive-page .creative-solve-title {
  padding: 0 0 8rem 0;
}
.golive-page .creative-head {
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 6rem 0 12rem 0;
}
.golive-page .creative-head .creative-kv {
  max-width: 100rem;
  max-height: 66rem;
  width: 50vw;
  height: 33vw;
}
.golive-page .creative-head .info {
  max-width: 76rem;
}
@media (max-width: 639px) {
  .golive-page .creative-head {
    flex-direction: column;
    gap: 3rem;
    padding: 5.5rem 0 8rem 0;
  }
  .golive-page .creative-head .head-title {
    width: 90vw;
    padding-left: 0;
  }
  .golive-page .creative-head .creative-kv {
    width: 80vw;
    height: 52vw;
  }
}
.golive-page .problems {
  background-color: #f4f4f4;
  padding: 6rem 0 10rem 0;
  position: relative;
}
@media (max-width: 639px) {
  .golive-page .problems {
    padding: 8rem 0;
  }
}
.golive-page .problems::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-top: 3rem solid #f4f4f4;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.golive-page .problems h2 {
  font-size: 3.2rem;
  margin-bottom: 7rem;
  text-align: center;
  line-height: 3.8rem;
}
@media (max-width: 639px) {
  .golive-page .problems h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.golive-page .problems .total-comments {
  width: 88rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 639px) {
  .golive-page .problems .total-comments {
    width: 100%;
  }
}
.golive-page .problems .problems-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9rem;
}
@media (max-width: 639px) {
  .golive-page .problems .problems-list {
    flex-direction: column;
    gap: 5rem;
  }
}
.golive-page .problems .problems-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.golive-page .problems .problems-list .item .text {
  background-color: white;
  text-align: center;
  padding: 2.5rem 0;
  width: 24rem;
  position: relative;
}
.golive-page .problems .problems-list .item .text::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1rem solid white;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.golive-page .problems .problems-list .item img {
  width: 22rem;
}
.golive-page .solve {
  padding: 6rem 0;
}
@media (max-width: 639px) {
  .golive-page .solve {
    padding-bottom: 0;
  }
}
.golive-page .solve .head-title {
  margin: 0 auto 6rem auto;
  width: fit-content;
}
.golive-page .solve .head-title .comment {
  background-image: url('/assets/images/golive/comment_box.svg');
  background-size: contain;
  margin-left: auto;
  margin-right: 2rem;
  width: 15rem;
  height: 5.6rem;
  padding-top: 0.7rem;
  padding-left: 1rem;
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  .golive-page .solve .head-title .comment {
    padding-top: 1.2rem;
    padding-left: 2rem;
  }
}
.golive-page .solve .head-title h2 {
  padding: 1rem 0;
}
.golive-page .solve .head-title .sub-s-title {
  font-size: 2.8rem;
  text-align: right;
}
@media (max-width: 639px) {
  .golive-page .solve .head-title .sub-s-title {
    font-size: 2.2rem;
  }
}
.golive-page .solve .head-title .sub-s-title span {
  position: relative;
}
.golive-page .solve .head-title .sub-s-title span::after {
  position: absolute;
  top: 86%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f6de79;
  content: '';
}
.golive-page .solve .solve-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .golive-page .solve .solve-list {
    flex-direction: column;
    gap: 4rem;
  }
}
.golive-page .solve .solve-list .item {
  width: 34rem;
}
.golive-page .solve .solve-list .item .top-box {
  background-color: white;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  padding: 5rem 0 3rem 0;
}
.golive-page .solve .solve-list .item .top-box .tips {
  font-size: 1.8rem;
  text-align: center;
}
.golive-page .solve .solve-list .item .top-box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}
.golive-page .solve .solve-list .item .top-box .title .big-yellow {
  font-size: 4.8rem;
  color: #f6de79;
}
@media (max-width: 639px) {
  .golive-page .solve .solve-list .item .top-box .title .big-yellow {
    font-size: 3.6rem;
  }
}
.golive-page .solve .solve-list .item .top-box .title .txt {
  font-size: 2.4rem;
  color: #333333;
}
@media (max-width: 639px) {
  .golive-page .solve .solve-list .item .top-box .title .txt {
    font-size: 2rem;
  }
}
.golive-page .solve .solve-list .item .info {
  margin-top: 2.7rem;
  font-size: 1.8rem;
}
@media (max-width: 639px) {
  .golive-page .solve .solve-list .item .info {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}
.golive-page .red-title {
  color: #ff0000;
}
.golive-page .what-is-go-to-live .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  align-items: center;
}
@media (max-width: 639px) {
  .golive-page .what-is-go-to-live .container {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.golive-page .what-is-go-to-live .container:last-child {
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .golive-page .what-is-go-to-live .container:last-child {
    margin-bottom: 8rem;
  }
}
@media (max-width: 639px) {
  .golive-page .what-is-go-to-live .sp-reverse {
    flex-direction: column-reverse;
  }
}
.golive-page .container .about-img {
  width: 48rem;
}
@media (max-width: 639px) {
  .golive-page .container .about-img {
    width: 90vw;
  }
}
.golive-page .container .about-img img {
  width: 100%;
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.golive-page .container .wider-img {
  width: 60rem;
}
@media (max-width: 639px) {
  .golive-page .container .wider-img {
    width: 90vw;
  }
}
.golive-page .container .global-img {
  width: 50rem;
}
@media (max-width: 639px) {
  .golive-page .container .global-img {
    width: 90vw;
  }
}
.golive-page .container .global-img img {
  width: 100%;
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.golive-page .container .about-content {
  width: 55rem;
}
@media (max-width: 639px) {
  .golive-page .container .about-content {
    width: 90vw;
  }
}
.golive-page .container .about-content .big-title {
  font-family: "akrobat", sans-serif;
  font-size: 4rem;
}
@media (max-width: 639px) {
  .golive-page .container .about-content .big-title {
    font-size: 3rem;
  }
}
.golive-page .container .about-content .sub-title {
  position: relative;
  font-size: 2.4rem;
}
@media (max-width: 639px) {
  .golive-page .container .about-content .sub-title {
    font-size: 1.8rem;
  }
}
.golive-page .container .about-content p {
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 639px) {
  .golive-page .container .about-content p {
    font-size: 1.4rem;
    padding-top: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
}
.golive-page .container .global-content {
  width: 46rem;
}
@media (max-width: 639px) {
  .golive-page .container .global-content {
    width: 100%;
  }
}
.golive-page .golive-cta {
  background-color: #f4f4f4;
  padding: 8rem 0;
}
.golive-page .golive-cta .container {
  display: flex;
  justify-content: center;
  gap: 10rem;
  align-items: center;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.golive-page .golive-cta .container .phone-image {
  width: 21rem;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container .phone-image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.golive-page .golive-cta .container .cta-info {
  width: 50rem;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container .cta-info {
    width: 100%;
  }
}
.golive-page .golive-cta .container .cta-info h4 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container .cta-info h4 {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.golive-page .golive-cta .container .cta-info .main-title .sub-title {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container .cta-info .main-title .sub-title {
    text-align: center;
  }
}
.golive-page .golive-cta .container .cta-info .main-title .title {
  font-size: 5.8rem;
  line-height: 6rem;
  text-align: center;
  font-family: "akrobat", sans-serif;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container .cta-info .main-title .title {
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
  }
}
.golive-page .golive-cta .container .cta-info .cta-btn-tips {
  background-color: #4caea9;
  color: white;
  border-radius: 4px;
  padding: 0.6rem 4rem;
  width: fit-content;
  font-size: 1.2rem;
  margin: 0 auto;
  position: relative;
}
.golive-page .golive-cta .container .cta-info .cta-btn-tips::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.7rem solid #4caea9;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.golive-page .golive-cta .container .cta-info .cta-btn {
  width: 32rem;
  justify-content: space-between;
  margin: 1rem auto;
}
.golive-page .golive-cta .container .cta-info .cta-btn:hover::after {
  width: 32rem;
  height: 32rem;
  opacity: 1;
}
.golive-page .golive-cta .container .cta-info .tips {
  font-size: 1.2rem;
  margin-top: 2.2rem;
  color: #333;
}
.golive-page .golive-cta .container .features {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container .features {
    flex-direction: column;
    gap: 1rem;
  }
}
.golive-page .golive-cta .container .features .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 639px) {
  .golive-page .golive-cta .container .features .item {
    justify-content: center;
  }
}
.golive-page .show-chart {
  margin-bottom: 8rem;
  color: #0000ff;
  cursor: pointer;
}
.golive-page .reason {
  padding: 12rem 0;
}
@media (max-width: 639px) {
  .golive-page .reason {
    padding: 8rem 0;
  }
}
.golive-page .reason .subpage-head {
  padding: 0;
  justify-content: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 639px) {
  .golive-page .reason .subpage-head {
    margin-bottom: 3rem;
  }
}
.golive-page .reason .subpage-head h3 {
  font-size: 2.3rem;
}
.golive-page .reason .show-slick {
  margin-bottom: 4rem;
  text-align: right;
  color: #0000ff;
  cursor: pointer;
}
.golive-page .reason .case-example .case-box {
  border: 1px solid #aaaaaa;
  padding: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box {
    padding: 2rem;
  }
}
.golive-page .reason .case-example .case-box .price-intro {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .price-intro {
    font-size: 1.4rem;
  }
}
.golive-page .reason .case-example .case-box .price {
  font-size: 4.2rem;
  color: #58cdc7;
}
.golive-page .reason .case-example .case-box .price span {
  font-size: 2rem;
  color: #333333;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .price {
    font-size: 3rem;
  }
  .golive-page .reason .case-example .case-box .price span {
    font-size: 1.4rem;
  }
}
.golive-page .reason .case-example .case-box .case-data-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 4rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .case-data-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 3rem;
    margin-top: 3rem;
  }
}
.golive-page .reason .case-example .case-box .case-data-grid .data-item .item-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .case-data-grid .data-item .item-title {
    font-size: 1.4rem;
  }
}
.golive-page .reason .case-example .case-box .case-data-grid .data-item .item-num {
  font-size: 3.2rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .case-data-grid .data-item .item-num {
    font-size: 2.4rem;
  }
}
.golive-page .reason .case-example .case-box .case-data-grid .data-item .item-num span {
  font-size: 1.8rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .case-data-grid .data-item .item-num span {
    font-size: 1.4rem;
  }
}
.golive-page .reason .case-example .case-box .single-line {
  padding-top: 4rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .single-line {
    padding-top: 3rem;
    gap: 1rem;
  }
}
.golive-page .reason .case-example .case-box .single-line .data-item .item-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .single-line .data-item .item-title {
    font-size: 1.4rem;
  }
}
.golive-page .reason .case-example .case-box .single-line .data-item .item-num {
  font-size: 3.2rem;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .single-line .data-item .item-num {
    font-size: 2.4rem;
  }
}
.golive-page .reason .case-example .case-box .single-line .data-item .item-num span {
  font-size: 1.8rem;
}
@media (max-width: 639px) {
  .golive-page .reason .case-example .case-box .single-line .data-item .item-num span {
    font-size: 1.4rem;
  }
}
.golive-page .reason-part {
  margin-top: 10rem;
}
@media (max-width: 639px) {
  .golive-page .reason-part {
    margin-top: 6rem;
  }
}
.golive-page .reason-part .reason-4 {
  width: 80rem;
  margin: 2rem auto;
}
@media (max-width: 639px) {
  .golive-page .reason-part .reason-4 {
    width: 100%;
  }
}
.golive-page .reason-part .reason-4 img {
  width: 100%;
}
.golive-page .reason-part .reason-5 img {
  width: 100%;
}
@media (max-width: 639px) {
  .golive-page .reason-part .reason-5 {
    padding: 0 1rem;
    overflow-x: scroll;
  }
  .golive-page .reason-part .reason-5 .reason-5-image {
    width: 77rem;
    height: 20rem;
  }
}
.golive-page .second-reason-part {
  margin-bottom: 4rem;
}
.golive-page .second-reason-part .second-part {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.golive-page .second-reason-part .second-part p {
  padding-top: 10rem;
  padding-left: 6rem;
}
@media (max-width: 639px) {
  .golive-page .second-reason-part .second-part {
    flex-direction: column;
    gap: 2rem;
  }
  .golive-page .second-reason-part .second-part p {
    padding: 0;
  }
}
.golive-page .live-status .head-title h2 {
  font-size: 3.2rem;
  line-height: 5rem;
}
.golive-page .live-status .subpage-head {
  padding: 0;
}
.golive-page .live-status p {
  padding: 3rem 0 5rem 0;
}
.golive-page .live-status .live-status-image {
  width: 100%;
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .golive-page .live-status .live-status-image {
    margin-bottom: 6rem;
  }
}
@media (max-width: 639px) {
  .golive-page .live-status .live-status-container {
    padding: 1rem;
    overflow-x: scroll;
  }
  .golive-page .live-status .live-status-container .live-status-image {
    width: 60rem;
  }
}
.golive-page .flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.golive-page .flow .head-title h2 {
  font-size: 3.2rem;
}
@media (max-width: 639px) {
  .golive-page .flow .head-title h2 {
    font-size: 2.4rem;
  }
}
.golive-page .flow .flow-list {
  display: flex;
  margin-top: 6rem;
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .golive-page .flow .flow-list {
    margin-top: 4rem;
    margin-bottom: 6rem;
    flex-direction: column;
  }
}
.golive-page .flow .flow-list .flow-item {
  width: 30rem;
}
@media (max-width: 639px) {
  .golive-page .flow .flow-list .flow-item {
    margin-bottom: 4rem;
  }
}
.golive-page .flow .flow-list .flow-item .num {
  background-color: #111111;
  text-align: center;
  padding: 3rem 0;
  color: white;
  font-size: 2rem;
  font-family: "akrobat", sans-serif;
}
@media (max-width: 639px) {
  .golive-page .flow .flow-list .flow-item .num {
    padding: 1.4rem 0;
    font-size: 1.6rem;
  }
}
.golive-page .flow .flow-list .flow-item .title {
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 639px) {
  .golive-page .flow .flow-list .flow-item .title {
    padding: 2rem 0 1rem 0;
  }
}
.golive-page .flow .flow-list .flow-item .intro {
  width: 23rem;
}
@media (max-width: 639px) {
  .golive-page .flow .flow-list .flow-item .intro {
    width: auto;
  }
}
@media (min-width: 768px) {
  .golive-page .flow .flow-list .flow-item:first-child .num {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  }
  .golive-page .flow .flow-list .flow-item:nth-child(2) .num,
  .golive-page .flow .flow-list .flow-item:nth-child(3) .num {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
  }
  .golive-page .flow .flow-list .flow-item:nth-child(2) .title,
  .golive-page .flow .flow-list .flow-item:nth-child(3) .title,
  .golive-page .flow .flow-list .flow-item:nth-child(2) .intro,
  .golive-page .flow .flow-list .flow-item:nth-child(3) .intro {
    padding-left: 5rem;
    width: auto;
  }
  .golive-page .flow .flow-list .flow-item:last-child .num {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  }
  .golive-page .flow .flow-list .flow-item:last-child .title,
  .golive-page .flow .flow-list .flow-item:last-child .intro {
    width: auto;
    padding-left: 5rem;
  }
}
.golive-page .common-part {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .golive-page .common-part {
    flex-direction: column;
    gap: 2rem;
  }
}
.golive-page .common-part .part {
  width: 55rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 639px) {
  .golive-page .common-part .part {
    width: 90vw;
  }
}
.golive-page .common-part .part .title {
  text-align: center;
  padding: 2rem 0;
  font-size: 2.4rem;
  line-height: 2.8rem;
  background-color: #111111;
  color: white;
}
.golive-page .common-part .part .inside {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .inside {
    padding: 3rem 2rem;
    height: auto;
  }
}
.golive-page .common-part .part .inside .rank {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.golive-page .common-part .part .inside .rank .rank-item {
  width: 40rem;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .inside .rank .rank-item {
    width: 26rem;
  }
}
.golive-page .common-part .part .inside .rank .rank-item .num {
  width: 9rem;
  text-align: center;
  padding: 0.6rem 0;
  font-family: "akrobat", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  background-color: #999999;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.golive-page .common-part .part .inside .rank .rank-item .r-title {
  width: 100%;
  text-align: center;
  padding: 1.4rem 0;
}
.golive-page .common-part .part .inside .rank .rank-item:first-child .num {
  background-color: #f4bd32;
}
.golive-page .common-part .part .inside .rank .rank-item:nth-child(2) .num {
  background-color: #a9b7c2;
}
.golive-page .common-part .part .inside .rank-item:nth-child(3) .num {
  background-color: #c97e1d;
}
.golive-page .common-part .part .more-gap-rank {
  gap: 2rem;
}
.golive-page .common-part .part .market-size,
.golive-page .common-part .part .net-size,
.golive-page .common-part .part .up-size {
  display: flex;
  align-items: flex-end;
}
.golive-page .common-part .part .market-size {
  gap: 2rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .market-size {
    gap: 1rem;
  }
}
.golive-page .common-part .part .market-size .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14rem;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .market-size .item {
    width: 10rem;
  }
}
.golive-page .common-part .part .market-size .item .country {
  font-size: 1.4rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .market-size .item .country {
    font-size: 1.2rem;
  }
}
.golive-page .common-part .part .market-size .item .country-flag .china {
  width: 11rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .market-size .item .country-flag .china {
    width: 6rem;
  }
}
.golive-page .common-part .part .market-size .item .country-flag .usa {
  width: 5rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .market-size .item .country-flag .usa {
    width: 4rem;
  }
}
.golive-page .common-part .part .market-size .item .human-nums {
  font-size: 2.2rem;
}
.golive-page .common-part .part .market-size .item .human-nums span {
  font-size: 1.4rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .market-size .item .human-nums {
    font-size: 1.4rem;
  }
  .golive-page .common-part .part .market-size .item .human-nums span {
    font-size: 1rem;
  }
}
.golive-page .common-part .part .up-size {
  gap: 2rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .up-size .item:not(:first-child) {
    display: flex;
    flex-direction: column;
    width: 8rem;
  }
}
.golive-page .common-part .part .net-size {
  gap: 2rem;
  padding: 1.4rem 0;
}
.golive-page .common-part .part .net-size .item {
  padding: 0 1.2rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .net-size .item {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .golive-page .common-part .part .net-size .item:nth-child(2) {
    padding-left: 4rem;
    padding-right: 1rem;
  }
}
.golive-page .common-part .part .net-size,
.golive-page .common-part .part .up-size {
  display: flex;
  align-items: center;
}
.golive-page .common-part .part .net-size .item,
.golive-page .common-part .part .up-size .item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 2.4rem;
}
.golive-page .common-part .part .net-size .item span,
.golive-page .common-part .part .up-size .item span {
  font-size: 1.6rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .net-size .item,
  .golive-page .common-part .part .up-size .item {
    font-size: 1.3rem;
  }
  .golive-page .common-part .part .net-size .item span,
  .golive-page .common-part .part .up-size .item span {
    font-size: 1rem;
  }
}
.golive-page .common-part .part .net-size .item:first-child,
.golive-page .common-part .part .up-size .item:first-child {
  font-size: 1.6rem;
  flex-direction: column;
}
.golive-page .common-part .part .net-size .item:first-child span,
.golive-page .common-part .part .up-size .item:first-child span {
  font-size: 1.2rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .net-size .item:first-child,
  .golive-page .common-part .part .up-size .item:first-child {
    font-size: 1.4rem;
  }
  .golive-page .common-part .part .net-size .item:first-child span,
  .golive-page .common-part .part .up-size .item:first-child span {
    font-size: 1rem;
  }
}
.golive-page .common-part .part .rich-people img {
  max-width: 100%;
}
.golive-page .common-part .part .rich-people .reason-5-image {
  max-width: 100%;
}
.golive-page .common-part .part .rich-people .country-list {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin: 1rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 639px) {
  .golive-page .common-part .part .rich-people .country-list {
    gap: 3rem;
    margin-bottom: 1.7rem;
  }
}
.golive-page .common-part .part .rich-people .country-list .country-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.golive-page .common-part .part .rich-people .country-list .country-item img {
  width: 5rem;
}
.golive-page .common-part .part .rich-people .country-list .country-item div {
  font-size: 1.4rem;
}
.golive-page .intro-table {
  display: flex;
  gap: 0.2rem;
}
.golive-page .intro-table .first-column .table-item {
  background-color: #FAFAFA;
}
.golive-page .intro-table .first-column .table-item:first-child {
  background-color: transparent;
}
.golive-page .intro-table .second-column .table-item {
  background-color: #EEEEEE;
}
.golive-page .intro-table .third-column .table-item {
  background-color: #E2F4F3;
}
.golive-page .intro-table .first-column .table-item:first-child,
.golive-page .intro-table .second-column .table-item:first-child,
.golive-page .intro-table .third-column .table-item:first-child {
  height: 5rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 639px) {
  .golive-page .intro-table .first-column .table-item:first-child,
  .golive-page .intro-table .second-column .table-item:first-child,
  .golive-page .intro-table .third-column .table-item:first-child {
    height: 7rem;
  }
}
.golive-page .intro-table .first-column .table-item,
.golive-page .intro-table .second-column .table-item,
.golive-page .intro-table .third-column .table-item {
  padding: 3rem 2rem;
  height: 12rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 639px) {
  .golive-page .intro-table .first-column .table-item,
  .golive-page .intro-table .second-column .table-item,
  .golive-page .intro-table .third-column .table-item {
    padding: 1.2rem;
    height: 20rem;
    font-size: 1.2rem;
  }
}
.golive-page .intro-table .first-column .table-item::after,
.golive-page .intro-table .second-column .table-item::after,
.golive-page .intro-table .third-column .table-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 94%;
  height: 1px;
  z-index: 6;
  background-color: #999999;
}
@media (max-width: 639px) {
  .golive-page .intro-table .first-column .table-item::after,
  .golive-page .intro-table .second-column .table-item::after,
  .golive-page .intro-table .third-column .table-item::after {
    width: 80%;
    left: 10%;
  }
}
.golive-page .intro-table .first-column .table-item:first-child::after,
.golive-page .intro-table .second-column .table-item:first-child::after,
.golive-page .intro-table .third-column .table-item:first-child::after,
.golive-page .intro-table .first-column .table-item:last-child::after,
.golive-page .intro-table .second-column .table-item:last-child::after,
.golive-page .intro-table .third-column .table-item:last-child::after {
  display: none;
}
.golive-page .intro-table .first-column .head-item,
.golive-page .intro-table .second-column .head-item,
.golive-page .intro-table .third-column .head-item {
  color: white;
  justify-content: center;
  font-size: 2rem;
  border-radius: 4px;
  background-color: #777777;
}
@media (max-width: 639px) {
  .golive-page .intro-table .first-column .head-item,
  .golive-page .intro-table .second-column .head-item,
  .golive-page .intro-table .third-column .head-item {
    font-size: 1.4rem;
  }
}
.golive-page .intro-table .second-column .head-item {
  background-color: #777777;
  position: relative;
}
.golive-page .intro-table .second-column .head-item::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1rem solid #777777;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.golive-page .intro-table .third-column .head-item {
  background-color: #4CAEA9;
  position: relative;
}
.golive-page .intro-table .third-column .head-item::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1rem solid #4CAEA9;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.golive-page .area-list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .golive-page .area-list {
    gap: 0;
    margin-top: 0;
    margin-bottom: 8rem;
  }
}
.golive-page .area-list .country-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 639px) {
  .golive-page .area-list .country-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
.golive-page .area-list .country-list .country-item {
  width: 30rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.golive-page .area-list .country-list .country-item .title {
  background-color: #111111;
  color: white;
  padding: 2rem 0;
  font-size: 2rem;
  text-align: center;
}
.golive-page .area-list .country-list .country-item .inside {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.golive-page .area-list .country-list .country-item .inside img {
  width: 10rem;
}
.golive-page .area-list .country-list .country-item .inside .tp-list {
  margin-top: 2rem;
  text-align: center;
}
.golive-page .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .golive-page .product {
    gap: 0;
    margin-bottom: 8rem;
  }
}
.golive-page .product .question-list .item {
  position: relative;
  padding: 2rem 4rem;
  background-color: white;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-top: 3rem;
  width: 120rem;
  cursor: pointer;
}
@media (max-width: 639px) {
  .golive-page .product .question-list .item {
    width: 90vw;
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
}
.golive-page .product .question-list .item .status-icon {
  position: absolute;
  right: 4rem;
  top: 4rem;
}
@media (max-width: 639px) {
  .golive-page .product .question-list .item .status-icon {
    right: 2rem;
    top: 3rem;
  }
}
.golive-page .product .question-list .item .answer {
  padding: 2rem 0 2rem 7.6rem;
  height: 10rem;
  display: none;
}
@media (max-width: 639px) {
  .golive-page .product .question-list .item .answer {
    padding: 2rem 0 2rem 6.4rem;
    height: auto;
  }
}
.golive-page .product .question-list .item .question {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.golive-page .product .question-list .item .question .icon {
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.golive-page .product .question-list .item .question .icon img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}
@media (max-width: 639px) {
  .golive-page .product .question-list .item .question .icon {
    width: 4.6rem;
    min-width: 4.6rem;
    height: 4.6rem;
  }
  .golive-page .product .question-list .item .question .icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.golive-page .product .question-list .active .tr-status-icon {
  content: url(/assets/images/service/minus.svg);
}
.golive-page .product .question-list .active .tr-status-icon img {
  width: 1.4rem;
}
.golive-page .product .question-list .active .status-icon {
  top: 4.5rem;
  content: url(/assets/images/service/minus.svg);
}
.golive-page .product .question-list .active .status-icon img {
  width: 1.8rem;
}
@media (max-width: 639px) {
  .golive-page .product .question-list .active .status-icon {
    top: 3rem;
    right: 2rem;
    width: 1.8rem;
  }
  .golive-page .product .question-list .active .status-icon img {
    width: 1.4rem;
  }
}
.creative-page {
  padding-bottom: 12rem;
}
@media (max-width: 639px) {
  .creative-page {
    padding-bottom: 0;
  }
  .creative-page .subpage-head {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
  .creative-page .head-title::before {
    top: 2px;
  }
}
.creative-page .solve .solve-title {
  font-size: 4.2rem;
}
@media (max-width: 639px) {
  .creative-page .solve .solve-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 639px) {
  .creative-page .solve .head-title {
    margin-bottom: 0;
  }
}
.creative-page .what-is-go-to-live {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.creative-page .what-is-go-to-live .about-img {
  width: 48rem;
}
.creative-page .what-is-go-to-live .wider-img {
  width: 55rem;
}
.creative-page .what-is-go-to-live .about-content {
  width: 54rem;
}
@media (max-width: 639px) {
  .creative-page .what-is-go-to-live {
    gap: 4rem;
  }
  .creative-page .what-is-go-to-live .about-img {
    width: 100%;
  }
  .creative-page .what-is-go-to-live .about-content {
    width: 100%;
  }
  .creative-page .what-is-go-to-live .container:last-child {
    margin-bottom: 0;
  }
}
.creative-page .reason-list-container .reason-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 639px) {
  .creative-page .reason-list-container .reason-list {
    gap: 2rem;
  }
}
.creative-page .reason-list-container .reason-list .reason-item {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  background-color: #F4F4F4;
  padding: 4rem;
}
@media (max-width: 639px) {
  .creative-page .reason-list-container .reason-list .reason-item {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}
.creative-page .reason-list-container .reason-list .reason-item .info .in-title {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .creative-page .reason-list-container .reason-list .reason-item .info .in-title {
    flex-direction: column;
    gap: 1rem;
  }
}
.creative-page .reason-list-container .reason-list .reason-item .info .in-title .num {
  width: 16rem;
  padding: 0.5rem 0;
  background-color: #111111;
  color: white;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 639px) {
  .creative-page .reason-list-container .reason-list .reason-item .info .in-title .num {
    font-size: 1.4rem;
    width: 14rem;
  }
}
.creative-page .reason-list-container .reason-list .reason-item .info .in-title .title {
  font-size: 2rem;
}
@media (max-width: 639px) {
  .creative-page .reason-list-container .reason-list .reason-item .info .in-title .title {
    font-size: 1.8rem;
  }
}
.creative-page .reason-list-container .reason-list .reason-item .info p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 639px) {
  .creative-page .reason-list-container .reason-list .reason-item .info p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.creative-page .reason-list-container .reason-list .reason-item .img {
  margin: 0 auto;
}
.creative-page .reason-list-container .reason-list .reason-item .img img {
  width: 22rem;
}
.creative-page .hotel-info-container {
  padding-bottom: 8rem;
}
@media (max-width: 639px) {
  .creative-page .hotel-info-container {
    padding-bottom: 0;
  }
}
.creative-page .hotel-info-container .hotel-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
}
@media (max-width: 639px) {
  .creative-page .hotel-info-container .hotel-info-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 2rem;
    row-gap: 3rem;
  }
}
.creative-page .hotel-info-container .hotel-info-grid .grid-item {
  width: 30rem;
}
@media (max-width: 639px) {
  .creative-page .hotel-info-container .hotel-info-grid .grid-item {
    width: 100%;
  }
}
.creative-page .hotel-info-container .hotel-info-grid .grid-item .head-image {
  width: 30rem;
}
@media (max-width: 639px) {
  .creative-page .hotel-info-container .hotel-info-grid .grid-item .head-image {
    width: 100%;
  }
}
.creative-page .hotel-info-container .hotel-info-grid .grid-item .head-image img {
  width: 100%;
}
.creative-page .hotel-info-container .hotel-info-grid .grid-item .title {
  font-size: 2.4rem;
  padding: 1rem 0;
}
@media (max-width: 639px) {
  .creative-page .hotel-info-container .hotel-info-grid .grid-item .title {
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
.creative-page .hotel-info-container .hotel-info-grid .grid-item .info {
  font-size: 1.8rem;
  line-height: 2.1rem;
}
@media (max-width: 639px) {
  .creative-page .hotel-info-container .hotel-info-grid .grid-item .info {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.creative-page .container {
  position: relative;
}
.creative-page .show-chart {
  position: absolute;
  right: 0;
  bottom: -50px;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .creative-page .show-chart {
    bottom: -25px;
  }
}
.creative-page .chose-us .other-company {
  width: 50rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
@media (max-width: 639px) {
  .creative-page .chose-us .other-company {
    width: 100%;
  }
}
.creative-page .chose-us .other-company .head-title {
  color: white;
  background-color: #AAAAAA;
  padding: 2rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.creative-page .chose-us .other-company .inside-info {
  padding: 4rem;
}
@media (max-width: 639px) {
  .creative-page .chose-us .other-company .inside-info {
    padding: 2rem;
  }
}
.creative-page .chose-us .other-company .inside-info .image-group {
  display: flex;
  gap: 6rem;
}
@media (max-width: 639px) {
  .creative-page .chose-us .other-company .inside-info .image-group {
    gap: 3rem;
  }
}
.creative-page .chose-us .other-company .inside-info .image-group .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.creative-page .chose-us .other-company .inside-info .image-group .image {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creative-page .chose-us .other-company .inside-info .image-group .text {
  text-align: center;
  padding: 1rem 0 2rem 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.creative-page .chose-us .other-company .inside-info .triangle {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}
@media (max-width: 639px) {
  .creative-page .chose-us .other-company .inside-info .triangle {
    margin: 0 0 1.5rem 0;
  }
}
.creative-page .chose-us .pitk-company {
  width: 100rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  margin: 12rem auto;
}
@media (max-width: 639px) {
  .creative-page .chose-us .pitk-company {
    width: 100%;
    margin: 6rem auto;
  }
}
.creative-page .chose-us .pitk-company .head-title {
  color: white;
  background-color: #111111;
  padding: 2rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.creative-page .chose-us .pitk-company p {
  width: 70rem;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .creative-page .chose-us .pitk-company p {
    width: 100%;
  }
}
.creative-page .chose-us .pitk-company .more-info-text {
  text-align: center;
  text-decoration: underline;
  padding: 5rem 0;
}
@media (max-width: 639px) {
  .creative-page .chose-us .pitk-company .more-info-text {
    padding: 2rem 0;
  }
}
.creative-page .chose-us .pitk-company .inside-info {
  padding: 4rem;
}
@media (max-width: 639px) {
  .creative-page .chose-us .pitk-company .inside-info {
    padding: 2rem;
  }
}
.creative-page .chose-us .pitk-company .inside-info .more-image-group {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 639px) {
  .creative-page .chose-us .pitk-company .inside-info .more-image-group {
    flex-direction: column;
    gap: 0;
  }
}
.creative-page .chose-us .pitk-company .inside-info .more-image-group .group-package .group-title {
  padding-bottom: 1.4rem;
  text-align: center;
}
.creative-page .chose-us .pitk-company .inside-info .image-group {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.creative-page .chose-us .pitk-company .inside-info .image-group .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 12rem;
}
.creative-page .chose-us .pitk-company .inside-info .image-group .image {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creative-page .chose-us .pitk-company .inside-info .image-group .text {
  text-align: center;
  padding: 1rem 0 2rem 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.creative-page .chose-us .pitk-company .inside-info .triangle {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}
@media (max-width: 639px) {
  .creative-page .chose-us .pitk-company .inside-info .triangle {
    margin: 0 0 1.5rem 0;
  }
}
.creative-page .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 12rem;
}
@media (max-width: 639px) {
  .creative-page .product {
    gap: 0;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.creative-page .product .question-list .item {
  position: relative;
  padding: 2rem 4rem;
  background-color: white;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-top: 3rem;
  width: 120rem;
  cursor: pointer;
}
@media (max-width: 639px) {
  .creative-page .product .question-list .item {
    width: 90vw;
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
}
.creative-page .product .question-list .item .status-icon {
  position: absolute;
  right: 4rem;
  top: 4rem;
}
@media (max-width: 639px) {
  .creative-page .product .question-list .item .status-icon {
    right: 2rem;
    top: 3rem;
  }
}
.creative-page .product .question-list .item .answer {
  padding: 2rem 0 2rem 7.6rem;
  height: 16rem;
  display: none;
}
@media (max-width: 639px) {
  .creative-page .product .question-list .item .answer {
    padding: 2rem 0 2rem 6.4rem;
    height: auto;
  }
}
.creative-page .product .question-list .item .question {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.creative-page .product .question-list .item .question .icon {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
  border-radius: 0.5rem;
}
.creative-page .product .question-list .item .question .icon img {
  width: 4.4rem;
  height: 4.4rem;
  object-fit: contain;
}
@media (max-width: 639px) {
  .creative-page .product .question-list .item .question .icon {
    width: 4.6rem;
    min-width: 4.6rem;
    height: 4.6rem;
  }
  .creative-page .product .question-list .item .question .icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.creative-page .product .question-list .active .tr-status-icon {
  content: url(/assets/images/service/minus.svg);
}
.creative-page .product .question-list .active .tr-status-icon img {
  width: 1.4rem;
}
.creative-page .product .question-list .active .status-icon {
  top: 4.5rem;
  content: url(/assets/images/service/minus.svg);
}
.creative-page .product .question-list .active .status-icon img {
  width: 1.8rem;
}
@media (max-width: 639px) {
  .creative-page .product .question-list .active .status-icon {
    top: 3rem;
  }
  .creative-page .product .question-list .active .status-icon img {
    width: 1.4rem;
  }
}
.creative-page .line-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 3rem;
  position: relative;
}
@media (max-width: 639px) {
  .creative-page .line-title {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.creative-page .line-title::before {
  content: "";
  position: absolute;
  left: -36px;
  top: -9px;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  background: url(/assets/images/common/border-yellow.webp) no-repeat;
  width: 22px;
  height: 41px;
  background-size: 100%;
}
@media (max-width: 639px) {
  .creative-page .line-title::before {
    width: 14px;
    height: 34px;
    left: 0;
  }
}
.creative-page .line-title-active::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.creative-page .common-part-2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 {
    flex-direction: column;
    gap: 2rem;
  }
}
.creative-page .common-part-2 .part {
  width: 55rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part {
    width: 90vw;
  }
}
.creative-page .common-part-2 .part .title {
  text-align: center;
  padding: 2rem 0;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.creative-page .common-part-2 .part .inside {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside {
    padding: 3rem 2rem;
    height: auto;
  }
}
.creative-page .common-part-2 .part .inside p {
  font-size: 2rem;
  line-height: 2.4rem;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.creative-page .common-part-2 .part .inside .img-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside .img-list {
    gap: 1.4rem;
  }
}
.creative-page .common-part-2 .part .inside .img-list .gray-icon {
  opacity: 0.5;
}
.creative-page .common-part-2 .part .inside .img-list .list-item {
  width: 13.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside .img-list .list-item {
    width: 8.5rem;
  }
}
.creative-page .common-part-2 .part .inside .img-list .list-item img {
  width: 8.5rem;
  height: 7.5rem;
  object-fit: contain;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside .img-list .list-item img {
    width: 6.8rem;
    height: 6rem;
  }
}
.creative-page .common-part-2 .part .inside .img-list .list-item .item-tips {
  padding-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside .img-list .list-item .item-tips {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.creative-page .common-part-2 .part .inside .triangle {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside .triangle {
    padding: 1.2rem 0 2rem 0;
  }
}
.creative-page .common-part-2 .part .inside .triangle img {
  width: 2.1rem;
}
@media (max-width: 639px) {
  .creative-page .common-part-2 .part .inside .triangle img {
    width: 1.6rem;
  }
}
.creative-page .common-part-2 .part:first-child .title {
  background-color: #AAAAAA;
  color: white;
}
.creative-page .common-part-2 .part:last-child .title {
  background-color: #111111;
  color: white;
}
.subpage-head {
  padding: 8rem 0 6rem 0;
}
@media (max-width: 639px) {
  .br-line {
    padding-left: 2rem;
  }
}
.head-title .sub-title::before {
  top: -1.6rem;
}
@media (max-width: 639px) {
  .head-title .sub-title::before {
    top: -1rem;
  }
}
@media (max-width: 639px) {
  .creative-solve-title {
    padding-top: 5rem !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  transform: translateY(-50%);
}
.swiper-button-next svg {
  transform: rotate(180deg);
}
/*# sourceMappingURL=./live.css.map */