@charset "UTF-8";
.seriousArea .Txt::before, .seriousArea .num, .seriousArea .imgBox::before, .seriousArea .Img .decoBox::after, .seriousArea .Img .decoBox::before, .seriousArea .Img .decoBox, .seriousArea .Img, .arrowBox .arrowBtn, header {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body:not(.WebSiteHome) {
  background-color: #f4f8f9;
}
body:not(.WebSiteHome) .outerWrap:not(:has(.bannerArea)) .mainArea {
  padding-top: 0;
}
body:not(.WebSiteHome) .outerWrap {
  overflow: visible;
}
body:not(.WebSiteHome) .mainArea {
  padding: 0;
  overflow: visible;
}
body:not(.WebSiteHome) .mainArea.hasLoading .pin-spacer {
  max-width: calc(100vw - 15px);
}
body:not(.WebSiteHome) .mainArea.hasLoading .pin-spacer .storyArea {
  max-width: calc(100vw - 15px) !important;
}
body:not(.WebSiteHome) .mainArea .contentBox {
  padding: 0;
}

#ib_ins_banner_000.bannerArea .bannerItem .Img {
  overflow: visible;
  position: relative;
}
#ib_ins_banner_000.bannerArea .bannerItem .Img::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at top left, transparent 120px, #f4f8f9 121px);
  z-index: 3;
  pointer-events: none;
}
#ib_ins_banner_000.bannerArea .bannerItem .Img img {
  position: relative;
  z-index: 2;
}

header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bannerArea {
  background: linear-gradient(to bottom, white 0, white calc(100% - 90px), transparent 100%);
  z-index: 4;
}

@media (max-width: 640px) {
  section .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  section .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .titleBox.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
section .titleBox .subtitle {
  color: #fdd000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding: 0 0 10px 0;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
section .titleBox .subtitle .icon {
  padding-bottom: 8px;
  width: 33px;
}
section .titleBox .title {
  color: #000;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  section .titleBox .title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  section .titleBox .title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
section .titleBox .textTitle {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-top: 40px;
}
section .titleBox .text {
  color: #000;
}
section .btnBox {
  margin-left: -25px;
}
@media (max-width: 640px) {
  section .btnBox {
    margin-left: 0;
  }
}
section .btnBox .btn {
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
section .btnBox .btn svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 1181px) {
  section .btnBox .btn:hover {
    background-color: transparent;
    color: #000;
  }
}

.arrowBox {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.arrowBox .arrowBtn {
  width: 50px;
  height: 50px;
  border: 1px solid #595757;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.arrowBox .arrowBtn svg {
  width: 20px;
  height: 20px;
  fill: #595757;
}
@media (min-width: 1181px) {
  .arrowBox .arrowBtn:hover {
    border-color: transparent;
    background-color: #fdd000;
  }
  .arrowBox .arrowBtn:hover svg {
    fill: #fdd000;
  }
}

.controlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.controlBlock .arrowBox {
  gap: 4px;
  height: 45px;
}
.controlBlock .arrowBox .arrowBtn {
  width: 45px;
  height: 45px;
}

.coreArea {
  padding: 120px 0 200px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .coreArea {
    padding: 80px 0 150px;
  }
}
.coreArea .bgArea {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.coreArea .bgArea::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1205px;
  aspect-ratio: 1205/550;
  background-image: url(../images/ins/lb001_core_bg_left.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
}
.coreArea .bgArea::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 805px;
  aspect-ratio: 806/534;
  background-image: url(../images/ins/lb001_core_bg_right.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .coreArea .bgArea::after {
    bottom: -50px;
  }
}
.coreArea .bgArea .listBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  z-index: 2;
}
.coreArea .bgArea .textList:not(.slick-slider) {
  overflow: hidden;
}
.coreArea .bgArea .textList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.coreArea .bgArea .text {
  padding: 0 50px;
  color: #e5e5e5;
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .coreArea .bgArea .text {
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 1.2;
  }
}
.coreArea .blockTitle {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #000;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .coreArea .blockTitle {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .coreArea .blockTitle {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
.coreArea .wrap {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .coreArea .wrap {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .coreArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
.coreArea .leftBox {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .coreArea .leftBox {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .coreArea .leftBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 620px;
    padding-left: 6%;
  }
}
.coreArea .imgBox {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 20px;
  padding-right: 13%;
}
.coreArea .imgBox .Img {
  max-width: 470px;
}
.coreArea .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.coreArea .imgBox .decoSquare {
  display: block;
  position: absolute;
  height: calc(100% - 20px);
  aspect-ratio: 375/490;
  background-color: #fdd000;
  border-radius: 40px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.coreArea .imgBox .pointBox {
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  width: 47.5%;
  right: 0;
  top: 5px;
}
.coreArea .imgBox .pointBox i {
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.coreArea .imgBox .pointBox .pointWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.coreArea .imgBox .pointBox .pointWrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
}
.coreArea .imgBox .pointBox .point {
  border: 1px solid #fdd000;
  width: 80%;
  -webkit-animation: rotate-center 8s linear infinite;
          animation: rotate-center 8s linear infinite;
}
.coreArea .imgBox .pointBox .point .dot {
  background-color: #fdd000;
  width: 10px;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coreArea .imgBox .pointBox .point .dot::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #fdd000;
  border-radius: 50%;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.coreArea .imgBox .pointBox .line1 {
  width: 73%;
  border: 1px solid #fff;
}
.coreArea .imgBox .pointBox .line1 {
  width: 70%;
  border: 2px solid #fdd000;
}
.coreArea .imgBox .pointBox .glow {
  width: 45%;
  background-color: rgba(253, 208, 0, 0.3);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation: ripple-center-small 2s infinite alternate;
          animation: ripple-center-small 2s infinite alternate;
}
.coreArea .rightBox {
  width: 54%;
}
@media (max-width: 1024px) {
  .coreArea .rightBox {
    width: 100%;
    max-width: 620px;
  }
}
.coreArea .titleBox {
  margin-bottom: 25px;
}
.coreArea .textBox {
  position: relative;
}
.coreArea .textBox .lineOut {
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 1px;
  right: 0;
}
@media (max-width: 1024px) {
  .coreArea .textBox .lineOut {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.coreArea .textBox .line {
  display: block;
  position: absolute;
  width: 240px;
  height: 3px;
  background-color: #fdd000;
  top: 0;
  left: 0;
}
.coreArea .textEditor {
  padding-top: 30px;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  color: #1a1a1a;
}
@media (max-width: 1440px) {
  .coreArea .textEditor {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .coreArea .textEditor {
    font-size: 16px;
  }
}

.seriousArea {
  padding: 100px 0 550px;
  background-color: #f5f5f5;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
  position: relative;
}
.seriousArea::before {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 870px;
  aspect-ratio: 870/580;
  background-image: url(../images/ins/lb001_serious_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.seriousArea::after {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 870px;
  aspect-ratio: 870/580;
  background-image: url(../images/ins/lb001_serious_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 100px;
  left: -100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
  pointer-events: none;
}
.seriousArea .wrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .seriousArea .dataBoxWrap {
    padding: 60px 40px;
    cursor: move;
    overflow-x: auto;
    height: 530px;
  }
  .seriousArea .dataBoxWrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #dbdbdb;
  }
  .seriousArea .dataBoxWrap::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .seriousArea .dataBoxWrap::-webkit-scrollbar-thumb {
    background: #fdd000;
  }
}
.seriousArea .dataBox {
  position: relative;
}
@media (max-width: 1770px) {
  .seriousArea .dataBox {
    padding-right: 10%;
  }
}
@media (max-width: 1300px) {
  .seriousArea .dataBox {
    padding-right: 5%;
  }
}
@media (max-width: 1180px) {
  .seriousArea .dataBox {
    min-width: 1065px;
    padding-right: 8%;
    margin-top: -50px;
  }
}
.seriousArea .arrowBg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 0px);
  height: 100%;
}
.seriousArea .arrowBg .arrowImg {
  display: block;
  height: 100%;
  aspect-ratio: 1551/829;
  background-image: url(../images/ins/lb001_serious_arrow_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1.55);
          transform: scale(1.55);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 1536px) {
  .seriousArea .arrowBg .arrowImg {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@media (max-width: 1300px) {
  .seriousArea .arrowBg .arrowImg {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@media (max-width: 1180px) {
  .seriousArea .arrowBg .arrowImg {
    -webkit-transform: scale(1.3) translateX(50px);
            transform: scale(1.3) translateX(50px);
  }
}
.seriousArea .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
}
.seriousArea .dataItem {
  width: 25%;
}
.seriousArea .dataItem.current .Img .decoBox {
  background-color: rgba(255, 255, 255, 0.3);
}
.seriousArea .dataItem.current .Img .decoBox::before {
  opacity: 1;
}
.seriousArea .dataItem.current .Img .decoBox::after {
  background-color: #fff;
  border-color: #fdd000;
}
.seriousArea .dataItem.current .Txt::before {
  height: 100%;
}
.seriousArea .dataItem.current .num {
  background-color: #fdd000;
  color: #000;
}
.seriousArea .dataItem.current .num::before {
  background-color: rgba(253, 208, 0, 0.3);
}
.seriousArea .dataItem.current .num::after {
  background-color: rgba(253, 208, 0, 0.3);
}
@media (min-width: 1181px) {
  .seriousArea .dataItem:hover .Img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .seriousArea .dataItem:hover .Img .decoBox {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .seriousArea .dataItem:hover .Img .decoBox::before {
    opacity: 1;
  }
  .seriousArea .dataItem:hover .Img .decoBox::after {
    background-color: #fff;
    border-color: #fdd000;
  }
  .seriousArea .dataItem:hover .Txt::before {
    height: 100%;
  }
  .seriousArea .dataItem:hover .num {
    background-color: #fdd000;
    color: #000;
  }
  .seriousArea .dataItem:hover .num::before {
    background-color: rgba(253, 208, 0, 0.3);
  }
  .seriousArea .dataItem:hover .num::after {
    background-color: rgba(253, 208, 0, 0.3);
  }
}
.seriousArea .dataItem.even .pathLine {
  -webkit-transform: scaleY(-1) translateY(-10px);
          transform: scaleY(-1) translateY(-10px);
}
.seriousArea .dataItem.even .Img .decoBox::before {
  animation: rotate-center 10s linear infinite reverse;
}
.seriousArea .dataItem:nth-child(3) .imgBox::before {
  background-color: #fff;
}
.seriousArea .dataItem.big .imgWrap {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.seriousArea .dataItem.big .imgWrap::after {
  height: 45%;
}
.seriousArea .dataItem.big .pathLine {
  -webkit-transform: scaleY(-1) rotate(5deg);
          transform: scaleY(-1) rotate(5deg);
}
.seriousArea .dataItem.big .Img .decoBox {
  background-color: rgba(255, 255, 255, 0.3);
}
.seriousArea .dataItem.big .Img .decoBox::before {
  display: none;
}
.seriousArea .dataItem.big .Img .decoBox::after {
  background-color: #fff;
  border-color: #fdd000;
}
.seriousArea .dataItem.big .imgBox::before {
  width: calc(100% - 70px);
  background-color: transparent;
  border: 1px solid rgba(253, 208, 0, 0.3);
}
.seriousArea .dataItem.big .num {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.seriousArea .imgWrap {
  aspect-ratio: 1/1;
  position: relative;
  padding: 35px;
}
@media (max-width: 1680px) {
  .seriousArea .imgWrap {
    padding: 20px;
  }
}
.seriousArea .imgWrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(50% - 30px + 58px + 20px);
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  top: calc(50% + 50px);
  left: 0;
}
.seriousArea .pathLine {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.seriousArea .pathLine svg {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.seriousArea .Img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.seriousArea .Img .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
}
.seriousArea .Img .decoBox::before {
  content: "";
  position: absolute;
  width: calc(100% - 25px);
  aspect-ratio: 1/1;
  background-image: url(../images/ins/lb001_deco_round.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: rotate-center 10s linear infinite;
          animation: rotate-center 10s linear infinite;
}
.seriousArea .Img .decoBox::after {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.seriousArea .imgBox {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.seriousArea .imgBox::before {
  content: "";
  position: absolute;
  width: calc(100% - 90px);
  aspect-ratio: 1/1;
  background-color: #f2f3f2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.seriousArea .imgBox img {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.seriousArea .imgBox img:nth-child(1) {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.seriousArea .imgBox img:nth-child(2) {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.seriousArea .imgBox img:nth-child(3) {
  -webkit-animation: floatAnimation 4s ease-in-out infinite;
          animation: floatAnimation 4s ease-in-out infinite;
}
.seriousArea .imgBox img:nth-child(4) {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.seriousArea .imgBox img:nth-child(5) {
  -webkit-animation: floatAnimation 6s ease-in-out infinite;
          animation: floatAnimation 6s ease-in-out infinite;
}
.seriousArea .imgBox img:nth-child(6) {
  -webkit-animation: floatAnimation 6s ease-in-out infinite;
          animation: floatAnimation 6s ease-in-out infinite;
}
.seriousArea .imgBox img:nth-child(7) {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.seriousArea .imgBox img:nth-child(8) {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.seriousArea .imgBox .glow {
  display: block;
  position: absolute;
  width: calc(100% - 150px);
  aspect-ratio: 1/1;
  background-color: #feac5c;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.seriousArea .numBox {
  position: absolute;
  top: calc(50% + 6px);
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.seriousArea .num {
  font-family: "Poppins", sans-serif;
  color: #8b8b8b;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.8;
  text-align: center;
  aspect-ratio: 1/1;
  width: 48px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fdd000;
  position: relative;
}
.seriousArea .num::before {
  content: "";
  position: absolute;
  width: calc(100% + 5px);
  aspect-ratio: 1/1;
  background-color: rgba(253, 208, 0, 0);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple-center-small 2s infinite;
          animation: ripple-center-small 2s infinite;
  z-index: -1;
}
.seriousArea .num::after {
  content: "";
  position: absolute;
  width: calc(100% + 5px);
  aspect-ratio: 1/1;
  background-color: rgba(253, 208, 0, 0);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple-center-small 2s infinite 0.5s;
          animation: ripple-center-small 2s infinite 0.5s;
  z-index: -1;
}
.seriousArea .Txt {
  margin-top: 40px;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1250px) {
  .seriousArea .Txt {
    font-size: 20px;
  }
}
.seriousArea .Txt::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 0%;
  background-color: #fdd000;
  top: 0;
  left: -1px;
}

.advantagesArea {
  position: relative;
  margin-top: -300px;
  background-color: #fff;
  border-radius: 0 350px 0 0;
  padding: 100px 0 0px;
  z-index: 5;
}
@media (max-width: 1680px) {
  .advantagesArea {
    border-radius: 0 250px 0 0;
  }
}
@media (max-width: 1440px) {
  .advantagesArea {
    border-radius: 0 150px 0 0;
  }
}
@media (max-width: 1180px) {
  .advantagesArea {
    border-radius: 0 100px 0 0;
  }
}
.advantagesArea .titleBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .advantagesArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}
.advantagesArea .titleBox .leftSide {
  width: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .advantagesArea .titleBox .leftSide {
    width: 100%;
  }
}
.advantagesArea .titleBox .text {
  padding-top: 0;
  max-width: 960px;
  font-size: 19px;
  line-height: 1.8;
}

.storyArea {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
}
.storyArea .storyBgBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.storyArea .storyBgBox .bgColor {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  border-radius: 350px 0 0 0;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1680px) {
  .storyArea .storyBgBox .bgColor {
    border-radius: 250px 0 0 0;
  }
}
@media (max-width: 1440px) {
  .storyArea .storyBgBox .bgColor {
    border-radius: 150px 0 0 0;
  }
}
@media (max-width: 1180px) {
  .storyArea .storyBgBox .bgColor {
    border-radius: 100px 0 0 0;
  }
}
.storyArea .storyBgBox .decoLine {
  display: block;
  width: 100%;
  aspect-ratio: 1920/708;
  background-image: url(../images/ins/lb001_story_line_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /**動畫需求**/
  opacity: 0;
}

.scene {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0;
  /**動畫需求**/
  z-index: 11;
  overflow: hidden;
}
.scene .titleBox {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 30px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .scene .titleBox {
    height: 130px;
  }
}
.scene .titleBox .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .scene .titleBox .title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .scene .titleBox .title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
.scene .titleBox .subtitle {
  color: #000;
  padding-top: 20px;
}
.scene .titleBox .text {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.scene .dataBox {
  position: relative;
  height: calc(100dvh - 100px - 80px);
}
@media (max-width: 1180px) {
  .scene .dataBox {
    height: calc(100dvh - 100px - 130px);
  }
}
.scene .circleBox {
  height: 100%;
  max-height: 630px;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 768px) {
  .scene .circleBox {
    height: auto;
    max-height: none;
    width: 90%;
  }
}
@media (max-width: 640px) {
  .scene .circleBox {
    width: 100%;
  }
}
.scene .circleBox .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid rgba(253, 208, 0, 0.3);
}
.scene .circleBox .decoBox i {
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scene .circleBox .decoBox .round:nth-child(1) {
  border: 1px solid rgba(253, 208, 0, 0.3);
}
.scene .circleBox .decoBox .round:nth-child(2) {
  width: calc(100% - 35px);
  -webkit-animation: rotate-center 20s linear infinite;
          animation: rotate-center 20s linear infinite;
  background-image: url(../images/ins/lb001_story_round.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .scene .circleBox .decoBox .round:nth-child(2) {
    width: calc(100% - 15px);
  }
}
.scene .circleBox .decoBox .round:nth-child(3) {
  width: calc(100% - 75px);
  border: 1px solid #fdd000;
}
@media (max-width: 640px) {
  .scene .circleBox .decoBox .round:nth-child(3) {
    width: calc(100% - 40px);
  }
}
.scene .circleBox .decoBox .glow {
  width: 60%;
  background-color: rgba(253, 208, 0, 0.3);
  -webkit-filter: blur(80px);
          filter: blur(80px);
}

.capsuleArea {
  padding: 100px 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 15;
}
@media (min-width: 1181px) {
  .capsuleArea {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.capsuleArea .wrapBox {
  position: relative;
  width: 100%;
}
.capsuleArea .wrapBox .particlesBox {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.capsuleArea .wrapBox .particlesBox #particles-js4 {
  aspect-ratio: 3/1;
  height: 65%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: relative;
}
.capsuleArea .wrapBox .particlesBox #particles-js4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(253, 208, 0, 0.2) 0%, transparent 100%);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.capsuleArea .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1380px;
  position: relative;
}
@media (min-width: 1181px) {
  .capsuleArea .wrap {
    overflow: hidden;
    padding: 0;
  }
}
.capsuleArea .centerBox {
  width: 45%;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 1180px) {
  .capsuleArea .centerBox {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .capsuleArea .centerBox {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .capsuleArea .centerBox {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .capsuleArea .centerBox {
    width: calc(100% - 50px);
  }
}
.capsuleArea .roundBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #fdd000;
  border-radius: 50%;
}
.capsuleArea .roundBox .round {
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.capsuleArea .roundBox .round:nth-child(1) {
  width: calc(100% - 60px);
  border: 1px dashed #fdd000;
}
@media (max-width: 768px) {
  .capsuleArea .roundBox .round:nth-child(1) {
    width: calc(100% - 30px);
  }
}
.capsuleArea .roundBox .round:nth-child(2) {
  width: calc(100% - 90px);
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .capsuleArea .roundBox .round:nth-child(2) {
    width: calc(100% - 60px);
  }
}
.capsuleArea .roundBox .round:nth-child(3) {
  width: 70%;
  background-color: #fff;
}
.capsuleArea .roundBox .round:nth-child(4) {
  width: 70%;
  background-image: url(../images/ins/round.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotate-center 20s linear infinite;
          animation: rotate-center 20s linear infinite;
}
.capsuleArea .roundBox .round:nth-child(5) {
  width: 60%;
  border: 1px dashed #fdd000;
}
.capsuleArea .capsuleBox {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.capsuleArea .capsule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.capsuleArea .capsuleImg {
  position: relative;
  aspect-ratio: 294/738;
  width: 45%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.capsuleArea .capsuleImg .capsule_top {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.capsuleArea .capsuleImg .capsule_bottom {
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.capsuleArea .dataDotBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 480px) {
  .capsuleArea .dataDotBox {
    display: none;
  }
}
.capsuleArea .dataDotItem {
  position: absolute;
  pointer-events: auto;
  offset-path: circle(50% at 50% 50%);
  offset-rotate: 0deg;
}
.capsuleArea .dataDotItem:nth-child(1) {
  offset-distance: 67.5%;
}
@media (max-width: 1180px) {
  .capsuleArea .dataDotItem:nth-child(1) {
    offset-distance: 70.5%;
  }
}
.capsuleArea .dataDotItem:nth-child(1) .dotItem .line {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.capsuleArea .dataDotItem:nth-child(2) {
  offset-distance: 49%;
}
@media (max-width: 1180px) {
  .capsuleArea .dataDotItem:nth-child(2) {
    offset-distance: 52%;
  }
}
.capsuleArea .dataDotItem:nth-child(2) .dotItem .line {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.capsuleArea .dataDotItem:nth-child(3) {
  offset-distance: 4%;
}
@media (max-width: 1366px) {
  .capsuleArea .dataDotItem:nth-child(3) {
    offset-distance: -5%;
  }
}
@media (max-width: 1180px) {
  .capsuleArea .dataDotItem:nth-child(3) {
    offset-distance: 4%;
  }
}
.capsuleArea .dotItem {
  position: relative;
}
.capsuleArea .dotItem .line {
  position: absolute;
  width: 50dvw;
  height: 1px;
  background-color: #fdd000;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 1180px) {
  .capsuleArea .dotItem .line {
    display: none;
  }
}
.capsuleArea .dotItem .dot {
  width: 10px;
  height: 10px;
  background-color: #fdd000;
  border-radius: 50%;
  position: relative;
}
.capsuleArea .dotItem .dot::before {
  content: "";
  position: absolute;
  width: calc(100% + 5px);
  aspect-ratio: 1/1;
  background-color: rgba(253, 208, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple-center-small 2s infinite;
          animation: ripple-center-small 2s infinite;
  z-index: 1;
}
.capsuleArea .dataIconBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.capsuleArea .dataIconList .Txt {
  position: absolute;
  padding-top: 20px;
}
@media (min-width: 1181px) {
  .capsuleArea .dataIconList .Txt {
    display: none;
  }
}
.capsuleArea .dataIconList .Txt .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .capsuleArea .dataIconList .Txt .title {
    font-size: 18px;
  }
}
.capsuleArea .dataIconItem {
  position: absolute;
  pointer-events: auto;
  offset-path: circle(50% at 50% 50%);
  offset-rotate: 0deg;
}
.capsuleArea .dataIconItem:nth-child(1) {
  offset-distance: 61.5%;
}
@media (max-width: 1180px) {
  .capsuleArea .dataIconItem:nth-child(1) {
    offset-distance: 64.5%;
  }
}
.capsuleArea .dataIconItem:nth-child(2) {
  offset-distance: 45%;
}
@media (max-width: 1180px) {
  .capsuleArea .dataIconItem:nth-child(2) {
    offset-distance: 48%;
  }
}
.capsuleArea .dataIconItem:nth-child(3) {
  offset-distance: 8%;
}
@media (max-width: 1366px) {
  .capsuleArea .dataIconItem:nth-child(3) {
    offset-distance: 0%;
  }
}
@media (max-width: 1180px) {
  .capsuleArea .dataIconItem:nth-child(3) {
    offset-distance: 8%;
  }
}
.capsuleArea .iconBox {
  pointer-events: auto;
}
.capsuleArea .iconBox .Img {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fdd000;
  padding: 15px;
}
@media (max-width: 640px) {
  .capsuleArea .iconBox .Img {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
}
.capsuleArea .iconBox .Img::before {
  content: "";
  position: absolute;
  width: calc(100% + 5px);
  aspect-ratio: 1/1;
  background-color: rgba(253, 208, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ripple-center-small 2s infinite;
          animation: ripple-center-small 2s infinite;
  z-index: 1;
}
.capsuleArea .iconBox .Img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.capsuleArea .iconBox .Img .advantagesToggle {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1181px) {
  .capsuleArea .iconBox .Img .advantagesToggle {
    pointer-events: none;
  }
}
.capsuleArea .dataBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .capsuleArea .dataBox {
    display: none;
  }
}
.capsuleArea .dataItem {
  position: absolute;
}
.capsuleArea .dataItem:nth-child(1) {
  top: 10.5%;
  left: 3.5%;
}
@media (max-width: 1366px) {
  .capsuleArea .dataItem:nth-child(1) {
    left: 0;
  }
  .capsuleArea .dataItem:nth-child(1) .Txt .text {
    width: 290px;
  }
}
.capsuleArea .dataItem:nth-child(2) {
  top: 58%;
  left: 0%;
}
.capsuleArea .dataItem:nth-child(3) {
  top: 68.5%;
  left: 77%;
}
@media (max-width: 1366px) {
  .capsuleArea .dataItem:nth-child(3) {
    top: 50%;
    left: auto;
    right: 0;
  }
  .capsuleArea .dataItem:nth-child(3) .Txt .text {
    width: 230px;
  }
}
.capsuleArea .Txt .title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.capsuleArea .Txt .text {
  margin-top: 15px;
  width: 290px;
  line-height: 1.7;
}
@media (max-width: 1366px) {
  .capsuleArea .Txt .text {
    width: 260px;
  }
}

.scene2 .titleBox {
  height: 188px;
}
.scene2 .titleBox .title {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .scene2 .titleBox .title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .scene2 .titleBox .title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
.scene2 .dataBox {
  position: relative;
  height: calc(100dvh - 100px - 188px);
}
.scene2 .bgBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
.scene2 .bgBox .line {
  position: absolute;
  width: 80%;
  max-width: 1070px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .scene2 .bgBox .line {
    width: 100%;
  }
}
.scene2 .bgBox .line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.scene2 .bgBox .line svg {
  opacity: 0.4;
}
.scene2 .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scene2 .plusBox {
  width: 20%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .scene2 .plusBox {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .scene2 .plusBox {
    padding: 5px;
  }
}
.scene2 .plusBox .plus {
  max-width: 206px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scene2 .capsuleItem {
  width: 40%;
  z-index: 5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1440px) {
  .scene2 .capsuleItem {
    width: 42.5%;
  }
}
@media (max-width: 768px) {
  .scene2 .capsuleItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.scene2 .capsuleItem.capsule2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .scene2 .capsuleItem.capsule2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.scene2 .capsuleItem.capsule2 .textBox {
  text-align: left;
}
@media (max-width: 768px) {
  .scene2 .capsuleItem.capsule2 .textBox {
    text-align: center;
  }
}
.scene2 .capsuleItem.capsule2 .textBox .decoTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .scene2 .capsuleItem.capsule2 .textBox .decoTitle {
    width: 100%;
  }
}
.scene2 .capsuleItem .capsule {
  max-width: 168px;
  width: 30%;
}
@media (max-width: 1180px) {
  .scene2 .capsuleItem .capsule {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .scene2 .capsuleItem .capsule {
    width: 50%;
  }
}
.scene2 .capsuleItem .capsule img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scene2 .capsuleItem .textBox {
  width: 55%;
  text-align: right;
}
@media (max-width: 1680px) {
  .scene2 .capsuleItem .textBox {
    width: calc(70% - 20px);
  }
}
@media (max-width: 1180px) {
  .scene2 .capsuleItem .textBox {
    width: calc(60% - 20px);
  }
}
@media (max-width: 768px) {
  .scene2 .capsuleItem .textBox {
    width: 100%;
    text-align: center;
  }
}
.scene2 .capsuleItem .textBox .title {
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 840px) {
  .scene2 .capsuleItem .textBox .title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
.scene2 .capsuleItem .textBox .decoTitle {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#e2e2e1), to(#ffe104));
  background: linear-gradient(90deg, #e2e2e1 0%, #ffe104 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1440px) {
  .scene2 .capsuleItem .textBox .decoTitle {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
@media (max-width: 1180px) {
  .scene2 .capsuleItem .textBox .decoTitle {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
@media (max-width: 840px) {
  .scene2 .capsuleItem .textBox .decoTitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .scene2 .capsuleItem .textBox .decoTitle {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}
@media (max-width: 380px) {
  .scene2 .capsuleItem .textBox .decoTitle {
    font-size: 18px;
  }
}

.scene3 .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.scene3 .virusBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.scene3 .virusBox .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.scene3 .virusBox .virus {
  position: absolute;
  width: 10%;
}
.scene3 .virusBox .virus:nth-child(1) img {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.scene3 .virusBox .virus:nth-child(2) img {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.scene3 .virusBox .virus:nth-child(3) img {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.scene3 .virusBox .virus:nth-child(4) img {
  -webkit-animation: floatAnimation 6s ease-in-out infinite;
          animation: floatAnimation 6s ease-in-out infinite;
}
.scene3 .virusBox .virus:nth-child(5) img {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.scene3 .virusBox .virus:nth-child(6) img {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.scene3 .virusBox .virus:nth-child(7) img {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.scene3 .virusBox .virus:nth-child(8) img {
  -webkit-animation: floatAnimation 4s ease-in-out infinite;
          animation: floatAnimation 4s ease-in-out infinite;
}
.scene3 .virusBox .virus img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scene3 .virusBox .virus:nth-child(1) {
  width: 25%;
  top: 16%;
  left: 49%;
}
.scene3 .virusBox .virus:nth-child(2) {
  width: 20%;
  top: 65%;
  left: 36%;
}
.scene3 .virusBox .virus:nth-child(3) {
  width: 20%;
  top: 21%;
  left: 20%;
}
.scene3 .virusBox .virus:nth-child(4) {
  width: 21%;
  top: 34%;
  left: 65%;
}
.scene3 .virusBox .virus:nth-child(5) {
  width: 26%;
  top: 40%;
  left: 13%;
}
.scene3 .virusBox .virus:nth-child(6) {
  width: 20%;
  top: 52%;
  left: 59%;
}
.scene3 .virusBox .virus:nth-child(7) {
  width: 29%;
  top: 51%;
  left: 18%;
}
.scene3 .virusBox .virus:nth-child(8) {
  width: 32%;
  top: 25%;
  left: 35%;
}

.scene4 .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.scene4 .logoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scene4 .logoBox .logo {
  position: relative;
  width: 60%;
  max-width: 240px;
}
.scene4 .logoBox .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}