.section {
    position: relative;
    color: #fff;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    background-color: #000;
    margin: 0 auto;
}

.big-img {
    width: 100%;
}

@font-face {
    font-family: "BRAY NOTES";
    src: url("fonts/curr4.ttf");
}

@font-face {
    font-family: "COMICI";
    src: url("fonts/curr4.ttf");
}

#Tab6Kids div, #Tab6Kids ul, #Tab6Kids li, #Tab6Kids h3, #Tab6Kids h4, #Tab6Kids p {
    margin: 0;
    padding: 0;
    font-style: normal;
}

#Tab6Kids ul, #Tab6Kids li {
    list-style: none;
}

#Tab6Kids img {
    border: 0;
    vertical-align: middle;
}

#Tab6Kids {
    font-family: 'myriadsetpro-thinthin', Arial;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

#Tab6Kids .big-img {
    width: 100%;
}

#Tab6Kids .img-100p {
    width: 100%;
}

#Tab6Kids .img-80p {
    width: 80%;
}

#Tab6Kids section {
    width: 100%;
    color: #000;
    position: relative;
    text-align: center;
}

#Tab6Kids .bv-pc {
    display: inline-block;
}

#Tab6Kids .bv-phone {
    display: none;
}

#Tab6Kids .bv-init {
    -webkit-transform: translate(0, 2rem);
    -ms-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    opacity: 0;
    -webkit-transition: opacity ease-in-out .6s, -webkit-transform ease-in-out .6s;
    transition: opacity ease-in-out .3s, -webkit-transform ease-in-out .6s;
    transition: transform ease-in-out .3s, opacity ease-in-out .6s;
    transition: transform ease-in-out .3s, opacity ease-in-out .6s, -webkit-transform ease-in-out .6s;
}

#Tab6Kids .delay-1 {
    transition-delay: .5s;
}

#Tab6Kids .delay-3 {
    transition-delay: .7s;
}

#Tab6Kids .bv-transform-move {
    transform: translate(0, 0);
    opacity: 1;
}

#Tab6Kids .bv-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Tab6Kids .bv-font-title {
    font-size: 4.5vw;
    color: #000;
    text-align: center;
    font-family: "BRAY NOTES";
}

#Tab6Kids .bv-font-txt {
    font-size: 1.35vw;
    color: #000;
    font-family: 'myriadsetpro-thinthin', Arial;
    line-height: 1.33;
}

#Tab6Kids .bv-font-small-txt {
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 1.875vw;
    color: #000;
    font-weight: bold;
    line-height: 1.33;
}

#Tab6Kids .bv-font-blue {
    font-family: "BRAY NOTES";
    background: linear-gradient(to right, #ed8ab6 40%, #33b2e1 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.125vw;
    color: #FB6878;
    display: inline-block;
}

#Tab6Kids .sect1 {
    height: 49.4vw;
}

#Tab6Kids .sect1 .sect1-box {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#Tab6Kids .sect1 .p1 {
    font-family: "BRAY NOTES";
    font-size: 5vw;
    background: linear-gradient(227deg, #F08EBC 0%, #2FAAE5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Tab6Kids .sect1 .p2 {
    font-family: COMICI;
    font-size: 1.5625vw;
    margin-bottom: 3vw;
}

#Tab6Kids .sect1 .sect1-txt-list {
    margin-bottom: 2vw;
    font-family: COMICI;
    font-size: 1vw;
    display: flex;
}

#Tab6Kids .sect1 .sect1-txt-list .txt-item {
    width: 10.4vw;
    line-height: 1.2;
}

#Tab6Kids .sect1 .sect1-txt-list .middle {
    position: relative;
}

#Tab6Kids .sect1 .sect1-txt-list .middle::after {
    display: inline-block;
    width: 2px;
    height: 30px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
}

#Tab6Kids .sect1 .sect1-txt-list .middle::before {
    display: inline-block;
    width: 2px;
    height: 30px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
}

#Tab6Kids .sect2 {
    padding: 6vw 0;
}

#Tab6Kids .sect2 .sect2-list .list-item {
    overflow: hidden;
    position: relative;
}

#Tab6Kids .sect2 .sect2-list .list-item .p1 {
    font-family: "BRAY NOTES";
    font-size: 1.5625vw;
    position: absolute;
    background: linear-gradient(227deg, #ED8AB6 0%, #33B2E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 10%;
    left: 5%;
}

#Tab6Kids .sect2 .sect2-list .list-item .p3 {
    line-height: 1;
}

#Tab6Kids .sect2 .sect2-list .list-item .p3 span {
    font-family: 'myriadsetpro-thinthin', Arial;
    color: #404040;
    font-size: 1vw;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #404040;
}

#Tab6Kids .sect2 .sect2-list .list-item .p6 {
    left: 10%;
}

#Tab6Kids .sect2 .sect2-list .list-item img {
    transition: all ease .3s;
}

#Tab6Kids .sect2 .sect2-list .list-item img:hover {
    transform: scale(1.2);
}

#Tab6Kids .sect2 .sect2-list-1 .list-item {
    width: 24.479vw;
    height: 17.6vw;
}

#Tab6Kids .sect2 .sect2-list-1 .middle {
    margin: 0 15px;
}

#Tab6Kids .sect2 .sect2-list-2 {
    margin-top: 1.8vw;
}

#Tab6Kids .sect2 .sect2-list-2 .list-item {
    width: 37.2916vw;
    height: 16.7vw;
}

#Tab6Kids .sect2 .sect2-list-2 .list-item:nth-child(1) {
    margin-right: 15px;
}

#Tab6Kids .sect3 {
    padding-bottom: 6vw;
}

#Tab6Kids .sect3 .sect3-title-box {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

#Tab6Kids .sect3 .p1 {
    font-family: "BRAY NOTES";
    font-size: 5.5vw;
    line-height: 1.3;
}

#Tab6Kids .sect3 .p2 {
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 1.5625vw;
    line-height: 1.2;
}

#Tab6Kids .sect3 .sect3-content {
    margin-top: 6vw;
    justify-content: flex-start;
}

#Tab6Kids .sect3 .sect3-content .left {
    width: 60%;
}

#Tab6Kids .sect3 .sect3-content .right {
    width: 30%;
    text-align: left;
}

#Tab6Kids .sect4 {
    background: #fcfcfc;
    padding-top: 3vw;
}

#Tab6Kids .sect4 .sect4-content {
    align-items: flex-start;
}

#Tab6Kids .sect4 .icon-item:nth-child(1) {
    margin-right: 3vw;
}

#Tab6Kids .sect4 .middle {
    position: relative;
}

#Tab6Kids .sect4 .hand-box {
    margin: 0 auto;
    position: absolute;
    transform: translateY(0);
    opacity: 0;
}

#Tab6Kids .sect4 .hand-box.bv-transform-move {
    transform: translateY(-100%);
    opacity: 1;
}

#Tab6Kids .sect4 .sect-txt-box {
    width: 50%;
    margin: 0 auto 1.5vw auto;
}

#Tab6Kids .sect4 .list {
    margin-top: 2vw;
    font-family: COMICI;
}

#Tab6Kids .sect4 .list .blue {
    color: #4258BC;
    font-size: 1.4vw;
}

#Tab6Kids .sect4 .list .red {
    color: #FB6878;
}

#Tab6Kids .sect4 .list .p5 {
    font-size: 1.25vw;
}

#Tab6Kids .sect5 {
    padding-top: 5vw;
}

#Tab6Kids .sect5 .sect5-txt-box {
    width: 55%;
    margin: 0 auto;
}

#Tab6Kids .sect5 .img-box {
    margin-top: 4vw;
}

#Tab6Kids .sect6 {
    padding: 8vw 0;
}

#Tab6Kids .sect6 .p1 {
    font-size: 1.875vw;
}

#Tab6Kids .sect6 .box-item {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

#Tab6Kids .sect6 .box-item .txt-item {
    width: 35%;
    position: absolute;
    text-align: left;
}

#Tab6Kids .sect6 .top-box .txt-item {
    top: -5%;
    left: 26%;
}

#Tab6Kids .sect6 .middle-box {
    text-align: left;
    margin-bottom: 2.7vw;
    padding-left: 5%;
}

#Tab6Kids .sect6 .middle-box .left {
    width: 35%;
    margin-right: 2vw;
}

#Tab6Kids .sect6 .middle-box .right {
    width: 40%;
}

#Tab6Kids .sect6 .bottom-box {
    width: 80%;
    padding-left: 10%;
}

#Tab6Kids .sect6 .bottom-box .txt-item {
    bottom: -5%;
    right: 25%;
}

#Tab6Kids .sect7 .sect7-txt {
    position: absolute;
    top: 1.5vw;
}

#Tab6Kids .sect7 .sect7-txt .p3 {
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
}

#Tab6Kids .sect7 .sect7-txt-2 {
    padding: 5vw;
}

#Tab6Kids .sect7 .sect7-txt-2 .p3 {
    width: 65%;
    margin: 1vw auto 0 auto;
}

#Tab6Kids .sect7 .icon-box .icon-item {
    width: 45%;
    flex-wrap: wrap;
    margin-bottom: 5vw;
}

#Tab6Kids .sect7 .icon-box .icon-item .icon-item-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 15px;
}

#Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .left {
    margin-right: 20px;
}

#Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .right {
    text-align: left;
    width: 55%;
}

#Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .right .p4 {
    font-family: "BRAY NOTES";
    font-size: 1.35vw;
}

#Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .right .p5 {
    font-size: 1vw;
}

#Tab6Kids .sect7 .icon-box .img-item {
    width: 23vw;
    height: 28.5vw;
    position: relative;
}

#Tab6Kids .sect7 .icon-box .img-item img {
    position: absolute;
    bottom: 0;
    left: 0;
}

#Tab6Kids .sect8 {
    padding-bottom: 10vw;
}

#Tab6Kids .sect8 .p3 {
    width: 50%;
    margin: 1vw auto 5vw auto;
}

#Tab6Kids .sect8 .sect8-img-box {
    position: relative;
}

#Tab6Kids .sect8 .sect8-img-box img {
    height: 29.16vw;
}

#Tab6Kids .sect8 .sect8-img-box .txt {
    position: absolute;
    width: 25%;
    text-align: left;
}

#Tab6Kids .sect8 .sect8-img-box .txt p {
    display: inline-block;
}

#Tab6Kids .sect8 .sect8-img-box .txt .p4 {
    font-family: "BRAY NOTES";
    font-size: 1.5vw;
}

#Tab6Kids .sect8 .sect8-img-box .txt .p5 {
    font-size: 1.2vw;
}

#Tab6Kids .sect8 .sect8-img-box1 .txt-1 {
    left: 28%;
    top: 7%;
}

#Tab6Kids .sect8 .sect8-img-box1 .txt-2 {
    right: 17%;
    bottom: 4%;
}

#Tab6Kids .sect8 .sect8-img-box2 .txt-1 {
    left: 25%;
    bottom: -19%;
}

#Tab6Kids .sect8 .sect8-img-box2 .txt-2 {
    right: 22%;
    bottom: -8%;
}

#Tab6Kids .sect9 .sect9-txt {
    position: absolute;
    top: 1.5vw;
}

#Tab6Kids .sect9 .sect9-txt .p3 {
    width: 55%;
    margin: 0 auto;
    font-weight: bold;
}

#Tab6Kids .sect9 .sect9-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Tab6Kids .sect9 .sect9-list .left {
    width: 40vw;
    height: 26.4vw;
    overflow: hidden;
}

#Tab6Kids .sect9 .sect9-list .left img {
    transition: all ease .3s;
}

#Tab6Kids .sect9 .sect9-list .left img:hover {
    transform: scale(1.2);
}

#Tab6Kids .sect9 .sect9-list .right {
    box-sizing: border-box;
    height: 100%;
    position: relative;
    padding-left: 5%;
    width: 40vw;
    text-align: left;
}

#Tab6Kids .sect9 .sect9-list .right img {
    position: absolute;
}

#Tab6Kids .sect9 .sect9-list .right .bv-font-txt {
    width: 60%;
}

#Tab6Kids .sect9 .sect9-list-1 {
    margin-top: 7vw;
}

#Tab6Kids .sect9 .sect9-list-2 .right img {
    top: -53%;
    left: 2%;
}

#Tab6Kids .sect9 .sect9-list-3 .right img {
    top: -35%;
    right: 14%;
}

#Tab6Kids .sect10 {
    margin-top: 7vw;
    margin-bottom: 5vw;
}

#Tab6Kids .sect10 .sect10-txt {
    position: absolute;
    top: 1.5vw;
}

#Tab6Kids .sect10 .sect10-txt .p3 {
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
}

#Tab6Kids .sect10 .p4 {
    width: 50%;
    margin: 0 auto 1vw auto;
}

#Tab6Kids .sect10 .bv-font-blue {
    margin-top: 3vw;
}

#Tab6Kids .sect10 .move-box {
    padding-top: 25px;
    height: 236px;
    width: 575px;
    position: relative;
    display: inline-block;
}

#Tab6Kids .sect10 .move-box .img-item {
    position: absolute;
}

#Tab6Kids .sect10 .move-box .img-1 {
    bottom: 0;
    left: -80px;
}

#Tab6Kids .sect10 .move-box .img-2 {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

#Tab6Kids .sect10 .move-box .img-3 {
    bottom: 0;
    right: -50px;
}

#Tab6Kids .sect10 .move-box .img-4 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#Tab6Kids .sect10 .move-big-box {
    padding-top: 50px;
    height: 300px;
    position: relative;
    width: 60%;
    margin: 0 auto;
}

#Tab6Kids .sect10 .move-model {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
    transition: all ease 5s;
}

#Tab6Kids .sect10 .move-active {
    width: 0%;
}

#Tab6Kids .sect10 .img-box img {
    width: 62.5vw;
}

#Tab6Kids .sect11 .sect11-txt {
    position: absolute;
    display: inline-block;
    top: 6%;
    left: 20%;
    text-align: left;
}

#Tab6Kids .sect11 .sect11-txt .bv-font-txt {
    width: 42%;
}

#Tab6Kids .sect12 {
    padding-top: 5vw;
}

#Tab6Kids .sect12 .sect12-txt {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
}

#Tab6Kids .sect12 .sect12-txt .bv-font-txt {
    width: 55%;
    margin: 1vw auto 0 auto;
}

#Tab6Kids .sect12 .sect12-txt ul {
    padding-top: 5vw;
}

#Tab6Kids .sect12 .sect12-txt li {
    width: 150px;
    font-size: 1.5625vw;
    font-weight: bold;
    background: linear-gradient(227deg, #FFBBD9, #72D9FF);
    color: #fff;
    border-radius: 19px;
    margin: 0 22.5px;
}

#Tab6Kids .sect12 .tab-box {
    width: 20.1%;
    position: absolute;
    bottom: 5%;
    right: 26%;
}

#Tab6Kids .sect13 {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

#Tab6Kids .sect13 .sect13-txt {
    width: 65%;
    margin: 0 auto;
    text-align: left;
}

#Tab6Kids .sect13 .sect13-txt .bv-font-txt {
    width: 70%;
    padding-bottom: 3vw;
}

#Tab6Kids .sect13 .waveBox {
    width: 80%;
    margin: 0 auto;
    transform: translateY(0.41666vw);
    -webkit-transform: translateY(0.41666vw);
    -moz-transform: translateY(20.41666vw);
    -ms-transform: translateY(20.41666vw);
    -o-transform: translateY(20.41666vw);
    position: relative;
}

#Tab6Kids .sect13 .wave-left {
    position: relative;
    width: 30.27083vw;
    height: 3.29166vw;
    transform: translate(70%, -3.9375vw);
}

#Tab6Kids .sect13 .wave-right {
    position: absolute;
    width: 30.427vw;
    height: 3.646vw;
    right: 1vw;
    top: -10vw;
}

#Tab6Kids .sect13 .wave-left span,
#Tab6Kids .sect13 .wave-right span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(images/wave.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(0.053) rotateX(0);
    opacity: 0;
}

#Tab6Kids .sect13 .wave-left span:nth-child(1),
#Tab6Kids .sect13 .wave-right span:nth-child(1) {
    -webkit-transform: scale(1) rotateX(0);
    -ms-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
    top: 4.17vw;
    -webkit-animation: wave 5.6s linear 0s infinite;
    animation: wave 5.6s linear 0s infinite;
}

#Tab6Kids .sect13 .wave-left span:nth-child(2),
#Tab6Kids .sect13 .wave-right span:nth-child(2) {
    -webkit-transform: scale(0.7) rotateX(0);
    -ms-transform: scale(0.7) rotateX(0);
    transform: scale(0.7) rotateX(0);
    top: 3.39vw;
    -webkit-animation: wave 5.6s linear .8s infinite;
    animation: wave 5.6s linear .8s infinite;
}

#Tab6Kids .sect13 .wave-left span:nth-child(3),
#Tab6Kids .sect13 .wave-right span:nth-child(3) {
    -webkit-transform: scale(0.4) rotateX(0);
    -ms-transform: scale(0.4) rotateX(0);
    transform: scale(0.4) rotateX(0);
    top: 2.6vw;
    -webkit-animation: wave 5.6s linear 1.6s infinite;
    animation: wave 5.6s linear 1.6s infinite;
}

#Tab6Kids .sect13 .wave-left span:nth-child(4),
#Tab6Kids .sect13 .wave-right span:nth-child(4) {
    -webkit-transform: scale(0.2) rotateX(0);
    -ms-transform: scale(0.2) rotateX(0);
    transform: scale(0.2) rotateX(0);
    top: 1.82vw;
    -webkit-animation: wave 5.6s linear 2.4s infinite;
    animation: wave 5.6s linear 2.4s infinite;
}

#Tab6Kids .sect13 .wave-left span:nth-child(5),
#Tab6Kids .sect13 .wave-right span:nth-child(5) {
    -webkit-transform: scale(0.1) rotateX(0);
    -ms-transform: scale(0.1) rotateX(0);
    transform: scale(0.1) rotateX(0);
    top: 1.04vw;
    -webkit-animation: wave 5.6s linear 3.2s infinite;
    animation: wave 5.6s linear 3.2s infinite;
}

#Tab6Kids .sect13 .wave-left span:nth-child(6),
#Tab6Kids .sect13 .wave-right span:nth-child(6) {
    -webkit-transform: scale(0.4) rotateX(0);
    -ms-transform: scale(0.4) rotateX(0);
    transform: scale(0.4) rotateX(0);
    top: 0.26vw;
    -webkit-animation: wave 5.6s linear 4s infinite;
    animation: wave 5.6s linear 4s infinite;
}

#Tab6Kids .sect13 .wave-left span:nth-child(7),
#Tab6Kids .sect13 .wave-right span:nth-child(7) {
    -webkit-transform: scale(0.2) rotateX(0);
    -ms-transform: scale(0.2) rotateX(0);
    transform: scale(0.2) rotateX(0);
    top: 0;
    -webkit-animation: wave 5.6s linear 4.8s infinite;
    animation: wave 5.6s linear 4.8s infinite;
}

@keyframes wave {
    0% {
        -webkit-transform: scale(0.053) rotateX(0);
        transform: scale(0.053) rotateX(0);
        opacity: 0.25;
        top: 0;
    }

    30% {
        -webkit-transform: scale(0.13) rotateX(0);
        transform: scale(0.13) rotateX(0);
        opacity: 0.25;
        top: 1.56vw;
    }

    40% {
        opacity: 0.25;
        top: 2.38vw;
    }

    50% {
        top: 3.17vw;
        opacity: 0.25;
    }

    60% {
        top: 4.17vw;
        opacity: 0.25;
    }

    100% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
        opacity: 0.05;
        top: 4.17vw;
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(0.053) rotateX(0);
        transform: scale(0.053) rotateX(0);
        opacity: 0.25;
        top: 0;
    }

    30% {
        -webkit-transform: scale(0.13) rotateX(0);
        transform: scale(0.13) rotateX(0);
        opacity: 0.25;
        top: 1.56vw;
    }

    40% {
        opacity: 0.25;
        top: 2.38vw;
    }

    50% {
        top: 3.17vw;
        opacity: 0.25;
    }

    60% {
        top: 4.17vw;
        opacity: 0.25;
    }

    100% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
        opacity: 0.05;
        top: 4.17vw;
    }
}

@-moz-keyframes wave {
    0% {
        -webkit-transform: scale(0.053) rotateX(0);
        transform: scale(0.053) rotateX(0);
        opacity: 0.25;
        top: 0;
    }

    30% {
        -webkit-transform: scale(0.13) rotateX(0);
        transform: scale(0.13) rotateX(0);
        opacity: 0.25;
        top: 1.56vw;
    }

    40% {
        opacity: 0.25;
        top: 2.38vw;
    }

    50% {
        top: 3.17vw;
        opacity: 0.25;
    }

    60% {
        top: 4.17vw;
        opacity: 0.25;
    }

    100% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
        opacity: 0.05;
        top: 4.17vw;
    }
}

#Tab6Kids .sect14 .sect14-txt {
    position: absolute;
    width: 60%;
    top: 7%;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
}

#Tab6Kids .sect15 {
    padding-top: 5vw;
}

#Tab6Kids .sect15 .sect15-txt {
    width: 45%;
    margin: 0 auto;
    top: 7%;
    text-align: left;
}

#Tab6Kids .sect15 .sect15-txt ul {
    padding-top: 3vw;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 5vw;
}

#Tab6Kids .sect15 .sect15-txt li {
    width: 290px;
    text-align: center;
    font-size: 1.25vw;
    background: linear-gradient(227deg, #FFBBD9, #72D9FF);
    color: #fff;
    border-radius: 19px;
    padding: 5px;
    margin: 0 5px;
}

#Tab6Kids .sect16 {
    padding-bottom: 5vw;
}

#Tab6Kids .sect16 .sect16-txt {
    position: absolute;
    top: 2%;
}

#Tab6Kids .sect16 .sect16-txt .bv-font-txt {
    width: 58%;
    margin: 0 auto;
}

#Tab6Kids .sect16 ul {
    width: 50%;
    margin: 4vw auto;
    flex-wrap: wrap;
}

#Tab6Kids .sect16 ul li {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3vw;
}

#Tab6Kids .sect16 ul li .right {
    margin-left: 22px;
    text-align: left;
}

#Tab6Kids .sect16 ul li .right .p1 {
    font-size: 1.5625vw;
}

#Tab6Kids .sect16 ul li .right .p2 {
    font-size: 1vw;
}

#Tab6Kids .sect16 .swiper-container {
    width: 100%;
    height: 100%;
    margin: 4vw auto 0 auto;
}

#Tab6Kids .sect16 .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    z-index: 1;
    transform: scale(0.8);
}

#Tab6Kids .sect16 .swiper-container .swiper-slide-active,
#Tab6Kids .sect16 .swiper-container .swiper-slide-duplicate-active {
    position: relative;
    z-index: 11;
}

#Tab6Kids .sect16 .swiper-container .swiper-slide-active::before,
#Tab6Kids .sect16 .swiper-container .swiper-slide-duplicate-active::before {
    content: '';
    width: 126%;
    height: 139%;
    background-image: url(images/box.webp);
    background-size: 100% 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 57%;
    transform: translateY(-50%);
    z-index: -1;
}

#Tab6Kids .sect17 .bv-font-small-txt {
    width: 60%;
    margin: 0 auto;
    font-size: 1.354vw;
}

#Tab6Kids .sect17 ul {
    margin: 5vw auto;
}

#Tab6Kids .sect17 ul li {
    width: 540px;
    height: 540px;
    margin: 0 60px;
}

#Tab6Kids .sect17 .txt-box {
    height: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

#Tab6Kids .sect17 .txt-box .name {
    font-weight: bold;
    font-size: 1.875vw;
    border-bottom: 2px solid #2B2929;
}

#Tab6Kids .sect17 .txt-box-1 {
    background: linear-gradient(to left bottom, #dbe5ef, #ffe0d9);
}

#Tab6Kids .sect17 .txt-box-2 {
    background: linear-gradient(to left bottom, #f4d9e9, #b3e3fe);
}

#Tab6Kids .sect17 .item-detail {
    padding-left: 20px;
    margin-top: 30px;
    text-align: left;
    font-size: 1.25vw;
    line-height: 1.3;
}

#Tab6Kids .sect18 {
    width: 55%;
    margin: 0 auto;
}

#Tab6Kids .sect18 .sect18-list {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #000;
}

#Tab6Kids .sect18 .sect18-list .left {
    width: 25%;
    border-right: 1px solid #000;
    text-align: right;
    padding: 5px 20px 5px 0;
}

#Tab6Kids .sect18 .sect18-list .left span {
    font-family: "BRAY NOTES";
    background: linear-gradient(to right, #ed8ab6 40%, #33b2e1 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.25vw;
    color: #FB6878;
}

#Tab6Kids .sect18 .sect18-list .right {
    flex: 1;
    font-size: 1.25vw;
    text-align: left;
    padding: 5px 0 5px 20px;
}

#Tab6Kids .sect19 img, #Tab6Kids .sect20 img {
    width: 70%;
}

@media screen and (max-width: 1050px) and (min-width: 200px) {
    #Tab6Kids .bv-font-small-txt {
        font-size: 20px;
    }

    #Tab6Kids .bv-font-title {
        font-size: 40px;
    }

    #Tab6Kids .bv-font-txt {
        font-size: 18px;
        line-height: 1.2;
    }

    #Tab6Kids .bv-font-blue {
        font-size: 20px;
    }

    #Tab6Kids .bv-pc {
        display: none;
    }

    #Tab6Kids .bv-phone {
        display: inline-block;
    }

    #Tab6Kids .sect1 {
        height: 74.8vw;
    }

    #Tab6Kids .sect1 .sect1-box {
        display: none;
    }

    #Tab6Kids .sect2 .sect2-list {
        width: 100%;
    }

    #Tab6Kids .sect2 .sect2-list-1 {
        flex-wrap: wrap;
    }

    #Tab6Kids .sect2 .sect2-list-1 .middle {
        margin: unset;
    }

    #Tab6Kids .sect2 .sect2-list-1 .list-item {
        width: 45%;
        height: unset;
        margin: 5px;
    }

    #Tab6Kids .sect2 .sect2-list-1 .list-item .p1 {
        font-size: 18px;
        text-align: left;
        top: 5%;
    }

    #Tab6Kids .sect2 .sect2-list-2 .list-item {
        width: 96%;
        height: unset;
    }

    #Tab6Kids .sect2 .sect2-list-2 .list-item .p1 {
        top: 5%;
        font-size: 18px;
        text-align: left;
    }

    #Tab6Kids .sect2 .sect2-list-2 .list-item:nth-child(1) {
        margin: unset;
    }

    #Tab6Kids .sect3 .p2 {
        font-size: 18px;
    }

    #Tab6Kids .sect3 .sect3-title-box {
        width: 90%;
        margin: 0 auto;
    }

    #Tab6Kids .sect3 .sect3-content {
        flex-wrap: wrap;
    }

    #Tab6Kids .sect3 .sect3-content .left {
        width: 100%;
    }

    #Tab6Kids .sect3 .sect3-content .right {
        margin: 20px auto;
        width: 90%;
        text-align: left;
    }

    #Tab6Kids .sect4 {
        padding-top: 50px;
        background: #f6f5f8;
    }

    #Tab6Kids .sect4 .icon-item {
        display: flex;
    }

    #Tab6Kids .sect4 .list .p4 {
        font-size: 16px;
    }

    #Tab6Kids .sect4 .list .p5 {
        font-size: 14px;
    }

    #Tab6Kids .sect4 .icon-item:nth-child(1) {
        margin-right: 0;
    }

    #Tab6Kids .sect4 .list {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin: 0 5px;
    }

    #Tab6Kids .sect4 .sect-txt-box {
        width: 90%;
    }

    #Tab6Kids .sect4 .sect4-content {
        margin-top: 30px;
        align-items: flex-end;
        margin-bottom: 20px;
    }

    #Tab6Kids .sect4 .hand-box {
        width: 60%;
    }

    #Tab6Kids .sect4 .middle {
        width: 50%;
    }

    #Tab6Kids .sect4 .middle img {
        width: 100%;
    }

    #Tab6Kids .sect4 .list img {
        width: 30px;
    }

    #Tab6Kids .sect5 {
        padding-top: 50px;
    }

    #Tab6Kids .sect5 .sect5-txt-box {
        width: 95%;
    }

    #Tab6Kids .sect6 {
        padding: 50px 0;
    }

    #Tab6Kids .sect6 .p1 {
        font-size: 24px;
    }

    #Tab6Kids .sect6 .box-item {
        width: 95%;
    }

    #Tab6Kids .sect6 .box-item .txt-item {
        position: relative;
        left: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
    }

    #Tab6Kids .sect6 .box-item .txt-item .bv-phone {
        width: 100%;
    }

    #Tab6Kids .sect6 .middle-box {
        flex-direction: column;
    }

    #Tab6Kids .sect6 .middle-box .left {
        width: 100%;
    }

    #Tab6Kids .sect6 .middle-box .right {
        width: 100%;
    }

    #Tab6Kids .sect6 .middle-box .bv-phone {
        width: 100%;
    }

    #Tab6Kids .sect6 .txt-box {
        width: 85%;
        margin-left: 10%;
    }

    #Tab6Kids .sect7 .sect7-txt {
        top: 30px;
    }

    #Tab6Kids .sect7 .sect7-txt .p3 {
        width: 95%;
    }

    #Tab6Kids .sect7 .sect7-txt-2 .p3 {
        width: 95%;
    }

    #Tab6Kids .sect7 .icon-box .icon-item {
        width: 98%;
    }

    #Tab6Kids .sect7 .icon-box .icon-item .icon-item-list {
        width: 48%;
        flex-direction: column;
    }

    #Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .left {
        margin-right: 10px;
    }

    #Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .left img {
        width: 50px;
    }

    #Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .right {
        width: unset;
    }

    #Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .right .p4 {
        font-size: 18px;
    }

    #Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .right .p5 {
        font-size: 13px;
    }

    #Tab6Kids .sect8 .p3 {
        width: 95%;
    }

    #Tab6Kids .sect8 .txt-box {
        width: 80%;
        margin: 0 auto;
    }

    #Tab6Kids .sect8 .sect8-img-box {
        margin-top: 50px;
    }

    #Tab6Kids .sect8 .sect8-img-box .txt {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 95%;
        margin: 0 auto;
    }

    #Tab6Kids .sect8 .sect8-img-box .txt .p4 {
        font-size: 24px;
    }

    #Tab6Kids .sect8 .sect8-img-box .txt .p5 {
        font-size: 16px;
    }

    #Tab6Kids .sect8 .sect8-img-box img {
        height: unset;
    }

    #Tab6Kids .sect9 .sect9-txt {
        top: 30px;
    }

    #Tab6Kids .sect9 .sect9-txt .p3 {
        width: 95%;
    }

    #Tab6Kids .sect9 .sect9-list {
        flex-direction: column;
    }

    #Tab6Kids .sect9 .sect9-list .left {
        width: 90%;
        height: unset;
    }

    #Tab6Kids .sect9 .sect9-list .right {
        width: 80%;
        height: unset;
        padding: 20px 0;
    }

    #Tab6Kids .sect9 .sect9-list .right img {
        width: 100px;
        position: relative;
        left: unset;
        top: unset;
    }

    #Tab6Kids .sect9 .sect9-list .right .bv-font-txt {
        width: 100%;
    }

    #Tab6Kids .sect10 .p4 {
        width: 90%;
    }

    #Tab6Kids .sect10 .sect10-txt {
        top: 30px;
    }

    #Tab6Kids .sect10 .sect10-txt .p3 {
        width: 90%;
    }

    #Tab6Kids .sect10 .img-box {
        width: 90%;
        margin: 0 auto;
    }

    #Tab6Kids .sect10 .img-box img {
        width: 100%;
    }

    #Tab6Kids .sect11 .sect11-txt {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        text-align: center;
    }

    #Tab6Kids .sect11 .sect11-txt .bv-font-txt {
        width: 95%;
    }

    #Tab6Kids .sect12 .sect12-txt {
        position: relative;
        top: unset;
    }

    #Tab6Kids .sect12 .sect12-txt .bv-font-txt {
        width: 95%;
    }

    #Tab6Kids .sect12 .sect12-txt ul {
        display: none;
    }

    #Tab6Kids .sect12 .sect12-txt li {
        width: 40%;
        margin: 20px 5px;
        font-size: 18px;
    }

    #Tab6Kids .sect13 {
        padding-top: 50px;
    }

    #Tab6Kids .sect13 .sect13-txt {
        width: 95%;
        text-align: center;
    }

    #Tab6Kids .sect13 .sect13-txt .bv-font-txt {
        width: 95%;
    }

    #Tab6Kids .sect13 .sect13-img {
        width: 95%;
    }

    #Tab6Kids .sect14 {
        padding-top: 50px;
    }

    #Tab6Kids .sect14 .sect14-txt {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 95%;
        margin: 10px auto;
        text-align: center;
    }

    #Tab6Kids .sect15 {
        padding: 50px 0;
        text-align: center;
    }

    #Tab6Kids .sect15 .sect15-txt {
        width: 95%;
    }

    #Tab6Kids .sect15 .sect15-txt ul {
        display: none;
    }

    #Tab6Kids .sect15 .sect15-txt li {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Tab6Kids .sect15 img {
        width: 95%;
    }

    #Tab6Kids .sect16 .sect16-txt {
        top: 20px;
    }

    #Tab6Kids .sect16 .sect16-txt .bv-font-title {
        line-height: 1;
    }

    #Tab6Kids .sect16 .sect16-txt .bv-font-txt {
        width: 95%;
    }

    #Tab6Kids .sect16 ul {
        width: 98%;
    }

    #Tab6Kids .sect16 ul .left img {
        width: 50px;
    }

    #Tab6Kids .sect16 ul li {
        flex-direction: column;
    }

    #Tab6Kids .sect16 ul li .right {
        margin-top: 10px;
        margin-left: 10px;
    }

    #Tab6Kids .sect16 ul li .right .p1 {
        font-size: 18px;
        line-height: 1;
    }

    #Tab6Kids .sect17 .bv-font-small-txt {
        width: 95%;
        font-size: 18px;
    }

    #Tab6Kids .sect17 .txt-box .name {
        font-size: 18px;
    }

    #Tab6Kids .sect17 ul {
        align-items: flex-end;
    }

    #Tab6Kids .sect17 ul li {
        width: 48%;
        height: unset;
        margin: 0 5px;
    }

    #Tab6Kids .sect17 ul li img {
        width: 100%;
    }

    #Tab6Kids .sect17 .item-detail {
        margin-top: 10px;
        font-size: 14px;
    }

    #Tab6Kids .sect17 .txt-box {
        padding: 5px;
    }

    #Tab6Kids .sect18 {
        width: 90%;
    }

    #Tab6Kids .sect18 .sect18-list .left span {
        font-size: 16px;
    }

    #Tab6Kids .sect18 .sect18-list .right {
        font-size: 16px;
    }

    #Tab6Kids .sect19 img, #Tab6Kids .sect20 img {
        width: 95%;
    }
}

@media screen and (max-width: 1050px) and (min-width: 767px) {
    #Tab6Kids .bv-font-small-txt {
        font-size: 30px;
    }

    #Tab6Kids .bv-font-title {
        font-size: 50px;
    }

    #Tab6Kids .bv-font-txt {
        font-size: 28px;
        line-height: 1.2;
    }

    #Tab6Kids .bv-font-blue {
        font-size: 30px;
    }

    #Tab6Kids .sect2 .sect2-list .list-item .p1 {
        font-size: 26px;
    }

    #Tab6Kids .sect2 .sect2-list .list-item .p1 span {
        font-size: 20px;
    }

    #Tab6Kids .sect3 .p2 {
        font-size: 22px;
    }

    #Tab6Kids .sect7 .icon-box .icon-item .icon-item-list .right .p5 {
        font-size: 20px;
    }

    #Tab6Kids .sect8 .sect8-img-box .txt .p5 {
        font-size: 20px;
    }

    #Tab6Kids .sect16 ul li .right .p1 {
        font-size: 24px;
    }

    #Tab6Kids .sect16 ul li .right .p2 {
        font-size: 20px;
    }

    #Tab6Kids .sect17 .item-detail {
        font-size: 18px;
    }

    #Tab6Kids .sect17 .txt-box .name {
        font-size: 26px;
    }

    #Tab6Kids .sect18 .sect18-list .left span {
        font-size: 20px;
    }

    #Tab6Kids .sect18 .sect18-list .right {
        font-size: 18px;
    }
}