.visual {
    position: relative;
    min-height: 100vh;
    padding: 200px 0 100px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}
.visual .form {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 45px;
}
.visual .form .txt_box {
    gap: 30px;
}
.visual .form .txt_box > div {
    gap: 24px;
}
.visual .form .txt_box > div p {
    font-size: 24px;
    text-transform: capitalize;
}
.visual .form .txt_box > div h2 {
    font-size: 80px;
    line-height: 1.2;
}
.visual .form .txt_box ul {
    gap: 6px;
}
.visual .form .txt_box ul li {
    font-size: 20px;
    line-height: 1.4;
    gap: 10px;
}
.visual .img_box {
    position: relative;
    min-height: 670px;
}
.visual .img_box .phone {
    position: absolute;
    z-index: 4;
    top: 58%;
    left: 50%;
    width: min(370px,62vw);
    padding: 7px;
    transform: translate(-50%,-50%) rotate(-5deg);
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 45px;
    background: var(--white);
    animation: phone 5s ease-in-out infinite;
    box-sizing: border-box;
}
@keyframes phone {
    50% {
        transform: translate(-50%,calc(-50% - 14px)) rotate(-2deg)
    }
}
.visual .img_box .phone .screen {
    position: relative;
    overflow: hidden;
    border-radius: 37px;
}
.visual .img_box .phone .screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual .img_box .phone .screen .hearts {
    position: absolute;
    z-index: 5;
    right: 13px;
    top: 105px;
    display: grid;
    gap: 9px
}
.visual .img_box .phone .screen .hearts i {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-style: normal;
    background: rgba(255,255,255,.18);
    animation: pop 2.3s infinite
}
.visual .img_box .phone .screen .hearts i:nth-child(2) {
    animation-delay: -.7s
}
.visual .img_box .phone .screen .hearts i:nth-child(3) {
    animation-delay: -1.4s
}

@keyframes pop {
    50% {
        transform: translateY(-8px) scale(1.08)
    }
}
.visual .card_box {
    position: absolute;
    z-index: 8;
    min-width: 240px;
    padding: 20px;
    border-radius: 21px;
    background: var(--white);
    backdrop-filter: blur(17px);
    animation: fc 5.4s ease-in-out infinite;
    box-sizing: border-box;
}
.visual .card_box .tit {
    gap: 10px;
    font-size: 20px;
}
.visual .card_box strong {
    font-weight: 500;
}
.visual .card_box span {
    font-size: 16px;
    color: #44403C;
    letter-spacing: -0.32px;
}
.visual .card_box.top {
    top: 0;
    left: 0;
    transform: rotate(-5deg);
}
.visual .card_box.bottom {
    right: -1%;
    bottom: 9%;
    transform: rotate(5deg);
    animation-delay: -2.2s;
}
@keyframes fc {
    50% {
        translate: 0 -12px
    }
}
.visual .mini {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 20px;
}
.visual .card_box.bottom .mini {
    margin-top: 40px;
}
.visual .bars {
    display: flex;
    align-items: end;
    gap: 4px;
    height: 35px
}
.visual .bars i {
    width: 7px;
    border-radius: 4px;
    background: var(--key-color);
    animation: bar 1.8s infinite alternate
}
.visual .bars i:nth-child(1) {
    height: 28%
}
.visual .bars i:nth-child(2) {
    height: 55%;
    animation-delay: -.4s
}
.visual .bars i:nth-child(3) {
    height: 76%;
    animation-delay: -.8s
}
.visual .bars i:nth-child(4) {
    height: 100%;
    animation-delay: -1.2s
}
@keyframes bar {
    to {
        transform: scaleY(.72)
    }
}
.visual .slide_txt {
    position: absolute;
    bottom: 150px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--key-color);
    padding: 16px 0;
    font-size: 20px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    z-index: -1;
    box-sizing: border-box;
}
.visual .slide_txt .slide {
	position: relative;
	width: max-content;
    font-weight: 500;
	animation: text_ani 50s linear infinite;
    letter-spacing: 0.5px;
}
@keyframes text_ani {
	0% {
		transform: translateX(0%)
	}
	100% {
		transform: translateX(-50%);
	}
}
.visual .slide_txt2 {
    bottom: 38px;
    transform: skewY(5deg);
    background: var(--black);
    color: var(--key-color);
    z-index: -2;
}
.visual .slide_txt2 .slide {
	animation: text_ani 50s linear infinite reverse;
}




.sec {
    min-height: 100vh;
    justify-content: center;
    padding: 200px 0;
    box-sizing: border-box;
}



.sec01 {
    position: relative;
    padding: 0 20px;
    height: min-content;
    box-sizing: border-box;
}
.sec01 .bg {
    position: absolute;
    z-index: 0;
    inset: 0 -20px;
}
.sec01 .bg span {
    position: relative;
    display: block;
    width: calc(100% - -40px);
    height: 100%;
    opacity: 1;
    background-color: var(--bg);
}
.sec01 .sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 1;
}
.sec01 .sticky .tit_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.sec01 .box_wrap {
    position: relative;
    height: 250vh;
    flex-wrap: nowrap;
    padding: 0;
}
.sec01 .box_wrap .item {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec01 .box_wrap .item .box {
    position: absolute;
    background: #44403C;
    color: var(--white);
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    z-index: 1;
}
.sec01 .box_wrap .item .box .icon {
    margin-bottom: 30px;
}
.sec01 .box_wrap .item .box .icon svg {
    animation: rotate 5s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec01 .box_wrap .item .box strong {
    font-size: 24px;
    font-weight: 500;
}
.sec01 .box_wrap .item .box p {
    font-size: 18px;
}
.sec01 .box_wrap .item1 .box {
    top: 42%;
    left: 0;
}
.sec01 .box_wrap .item2 .box {
    top: 50%;
    right: 0;
}
.sec01 .box_wrap .item3 .box {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 325px;
}
.sec01 .box_wrap .item4 .box {
    top: 50%;
    left: 0;
}
.sec01 .box_wrap .item5 .box {
    top: 50%;
    right: 0;
}
.sec01 .box_wrap .item6 .box {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 365px;
}
.sec01 .bottom {
    position: relative;
    width: 100%;
    opacity: 0;
    height: 50vh;
}






.sec02 {
    overflow: hidden;
}
.sec02 .bg {
    position: absolute;
    top: 0;
    left: -140px;
    transform: rotate(-37deg);
    width: 740px;
    height: 90px;
    overflow: hidden;
}
.sec02 .bg svg {
    height: auto;
}
.sec02 .bg svg path {
  stroke-dasharray: 1500;
  -webkit-animation: dash 15s linear infinite;
          animation: dash 15s linear infinite;
  stroke: var(--key-color);
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 10;
  }
  100% {
    stroke-dashoffset: 9800;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 10;
  }
  100% {
    stroke-dashoffset: 9800;
  }
}
.sec02 .i_t_box2 .bg {
    top: 50px;
    left: auto;
    right: -240px;
    transform: rotate(37deg);
}
.sec02 .i_t_box2 .bg svg path {
    stroke: var(--point);
    animation-direction: reverse;
}

.sec02 > div {
    min-height: 100vh;
    justify-content: center;
    padding: 120px 0;
    box-sizing: border-box;
}
.sec02 .i_t_box .box {
    gap: 40px 100px;
}
.sec02 .i_t_box .box .v_box {
    position: relative;
    box-sizing: border-box;
}
.sec02 .i_t_box .box .v_box .video {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.sec02 .i_t_box .box .v_box .t_box {
    position: absolute;
    padding: 30px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    box-sizing: border-box;
}
.sec02 .i_t_box .box .v_box .t_box strong {
    font-size: 32px;
    font-weight: 500;
}
.sec02 .i_t_box .box .v_box .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec02 .i_t_box .box .txt_box {
    flex: 1;
    width: 100%;
    gap: 30px;
}
.sec02 .i_t_box .box .txt_box h4 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
}
.sec02 .i_t_box .box .txt_box h4 .m {
    display: none;
}
.sec02 .i_t_box .box .txt_box p {
    font-size: 24px;
    color: #44403C;
    line-height: 1.4;
}
.sec02 .i_t_box1 .box .v_box {
    padding-left: 60px;
}
.sec02 .i_t_box1 .box .v_box .video {
    width: 420px;
    height: 690px;
}
.sec02 .i_t_box1 .box .v_box .t_box {
    min-width: 307px;
    left: 0;
    bottom: 30px;
}
.sec02 .i_t_box1 .box .v_box .t_box p {
    color: #AC459D;
}
.sec02 .i_t_box2 .box .v_box .video {
    width: 504px;
    height: 360px;
}
.sec02 .i_t_box2 .box .v_box .t_box {
    right: 20px;
    bottom: -50px;
}



.sec03 .inner {
    gap: 60px;
}
.sec03 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.sec03 .grid .item {
    padding: 30px;
    background: var(--white);
    border-radius: 30px;
    gap: 60px;
    box-sizing: border-box;
}
.sec03 .grid .item .tit {
    font-weight: 500;
}
.sec03 .grid .item .txt h4 {
    font-size: 32px;
    font-weight: 500;
}
.sec03 .grid .item .txt p {
    color: #44403C;
    font-size: 20px;
    line-height: 1.2;
}


.sec04 .scene {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 90%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 90%);
}
.sec04 .tit_box {
    position: absolute;
    bottom: 100px;
    z-index: 10;
}
.sec04 .wheel {
    position: absolute;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    top: 50px;
    will-change: transform;
}
.sec04 .card {
    position: absolute;
    width: min(20vw, 260px);
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform-origin: center center;
}
.sec04 .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.sec05 {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.sec05 .inner {
    gap: 80px;
}
.sec05 .item {
    position: sticky;
    top: 0;
    height: 100vh;
    border-radius: 0 50px 50px 50px;
    gap: 120px;
    justify-content: center;
    box-sizing: border-box;
}
.sec05 .item .top span {
    display: inline-block;
    width: 25%;
    border-radius: 10px 50px 0 0;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    box-sizing: border-box;
}
.sec05 .item .box {
    padding: 60px 50px;
    border-radius: 50px;
    gap: 40px;
    box-sizing: border-box;
}
.sec05 .item1 .top span,
.sec05 .item1 .box {
    background: #AA94FF;
}
.sec05 .item1 .box {
    border-radius: 0 50px 50px 50px;
}
.sec05 .item2 .top span {
    margin-left: 25%;
}
.sec05 .item2 .top span,
.sec05 .item2 .box {
    background: var(--key-color);
}
.sec05 .item3 .top span {
    margin-left: 50%;
}
.sec05 .item3 .top span,
.sec05 .item3 .box {
    background: #D0CAC6;
}
.sec05 .item4 .top span {
    margin-left: 75%;
}
.sec05 .item4 .top span,
.sec05 .item4 .box {
    background: #9EF483;
}
.sec05 .item4 .box {
    border-radius: 50px 0 50px 50px;
}
.sec05 .item .box .txt_box {
    flex: 1;
    width: 100%;
}
.sec05 .item .box .txt_box .tit_box {
    gap: 10px;
}
.sec05 .item .box .txt_box .sub_tit h3 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
}
.sec05 .item .box .txt_box .sub_tit p {
    font-size: 24px;
    color: #44403C;
    line-height: 1.4;
}
.sec05 .item .box .img {
    width: 530px;
}
.sec05 .item .box .img img {
    width: 100%;
}


.sec06 .inner {
    gap: 60px;
}
.sec06 .form .item {
    background: var(--white);
    padding: 30px 50px;
    border-radius: 30px;
    gap: 60px;
    margin: 0 -10px;
    box-sizing: border-box;
}
.sec06 .form .item .txt {
    font-weight: 500;
    text-transform: uppercase;
}
.sec06 .form .item .title strong {
    font-size: 32px;
    font-weight: 400;
}
.sec06 .form .item .title p {
    font-size: 20px;
    color: #44403C;
}
.sec06 .form .item ul {
    gap: 20px;
}
.sec06 .form .item ul li {
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
}
.sec06 .form .item ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
}
.sec06 .form .item ul li strong {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.sec06 .form .item ul li p {
    color: #44403C;
    font-size: 20px;
    line-height: 1.4;
}



.sec07 .inner {
    gap: 30px;
}
.sec07 .step_box {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sec07 .step_box .item {
    min-height: 394px;
    padding: 20px;
    border-radius: 30px;
    box-sizing: border-box;
}
.sec07 .step_box .item .top {
    position: relative;
    height: 60px;
    background: var(--white);
    padding: 0 20px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    box-sizing: border-box;
}
.sec07 .step_box .item .top:after {
    content: '';
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.sec07 .step_box .item .txt_box {
    gap: 20px;
}
.sec07 .step_box .item .txt_box strong {
    font-size: 32px;
    font-weight: 500;
}
.sec07 .step_box .item .txt_box p {
    color: #44403C;
    font-size: 20px;
    line-height: 1.2;
}


.sec07 .step_box .item1 {
    background: var(--key-color);
}
.sec07 .step_box .item1 .top:after {
    background-image: url("../images/step_img1.gif");
}
.sec07 .step_box .item2 {
    background: var(--point);
}
.sec07 .step_box .item2 .top:after {
    background-image: url("../images/step_img2.gif");
}
.sec07 .step_box .item3 {
    background: #D0CAC6;
}
.sec07 .step_box .item3 .top:after {
    background-image: url("../images/step_img3.gif");
}
.sec07 .step_box .item4 {
    background: #9EF483;
}
.sec07 .step_box .item4 .top:after {
    background-image: url("../images/step_img4.gif");
}


.sec08 .inner {
    gap: 60px;
}
.sec08 .grid_box {
    gap: 20px;
}
.sec08 .grid_box .item {
    position: relative;
    height: 500px;
    width: calc(33.333% - 14px);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
}
.sec08 .grid_box .item .txt_box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: var(--white);
}

.sec08 .grid_box .item1 {
    background-image: url("../images/create_img1.png");
}
.sec08 .grid_box .item2 {
    background-image: url("../images/create_img2.png");
}
.sec08 .grid_box .item3 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec08 .grid_box .item4,
.sec08 .grid_box .item5 {
    width: calc(50% - 10px);
    height: 400px;
}
.sec08 .grid_box .item4 {
    background-image: url("../images/create_img4.png");
}
.sec08 .grid_box .item5 {
    background-image: url("../images/create_img5.png");
}



.sec09 .inner {
    gap: 50px;
}
.sec09 .sub_tit_box h3 {
    font-size: 64px;
    font-weight: 500;
}
.sec09 .list {
    gap: 20px;
    max-width: 630px;
    margin: 0 auto;
}
.sec09 .list .item {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    box-sizing: border-box;
}
.sec09 .list .item .ques_btn {
    padding: 20px;
    font-size: 20px;
    text-align: left;
    box-sizing: border-box;
}
.sec09 .list .item .ques_btn .arrow {
    position: relative;
    width: 32px;
    height: 32px;
    background: var(--point);
    border-radius: 5px;
    transition: all .3s;
}
.sec09 .list .item .ques_btn .arrow span {
    position: absolute;
    display: block;
    background: var(--white);
    transition: all .3s;
}
.sec09 .list .item .ques_btn .arrow span:nth-child(1) {
    width: 16px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}
.sec09 .list .item .ques_btn .arrow span:nth-child(2) {
    width: 2px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 1px);
}
.sec09 .list .item .answer {
    opacity: 0;
    height: 0;
    overflow: hidden;
    font-size: 20px;
    transition: all .3s;
    box-sizing: border-box;
}
.sec09 .list .item.open .arrow {
    transform: rotate(90deg);
}
.sec09 .list .item.open .arrow span {
    transform: rotate(-45deg);
}
.sec09 .list .item.open .answer {
    opacity: 1;
    height: auto;
    padding: 0 20px 20px;
}


.sec10 .box_wrap {
    gap: 20px;
}
.sec10 .box_wrap .txt_box {
    width: 532px;
    height: 600px;
    padding: 30px 50px;
    border-radius: 50px;
    background: var(--black);
    color: var(--white);
    gap: 30px;
    box-sizing: border-box;
}
.sec10 .box_wrap .txt_box strong {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
}
.sec10 .box_wrap .txt_box p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #D0CAC6;
}
.sec10 .box_wrap .txt_box a {
    border-radius: 100px;
    border: 2px solid var(--key-color);
    background: var(--white);
    font-size: 20px;
    font-weight: 500;
    padding: 15px 24px;
    box-sizing: border-box;
}
.sec10 .box_wrap .img {
    border-radius: 50px;
    background: url("../images/bottom_img.png")no-repeat 50% 50% / cover;
    overflow: hidden;
}






@media screen and (max-width: 1280px) {
    .visual .form .txt_box > div p {
        font-size: 20px;
    }
    .visual .form .txt_box > div h2 {
        font-size: 64px;
    }
    .visual .slide_txt {
        bottom: 270px;
        font-size: 16px;
    }
    .visual .slide_txt2 {
        bottom: 115px;
    }





    .sec02 .i_t_box .box {
        gap: 20px 30px;
    }
    .sec02 .i_t_box .box .txt_box h4 {
        font-size: 48px;
    }
    .sec02 .i_t_box .box .txt_box p {
        font-size: 20px;
    }
    .sec02 .i_t_box .box .v_box .t_box {
        font-size: 16px;
    }
    .sec02 .i_t_box .box .v_box .t_box strong {
        font-size: 26px;
    }
    .sec02 .i_t_box1 .box .v_box .video {
        width: 350px;
        height: 620px;
    }
    .sec02 .i_t_box2 .box .v_box .video {
        width: 405px;
        height: 250px;
    }


    .sec03 .grid {
        gap: 20px;
    }
    .sec03 .grid .item .txt h4 {
        font-size: 26px;
    }
    .sec03 .grid .item .txt p {
        font-size: 16px;
    }


    .sec04 .scene {
        height: 600px;
    }
    .sec04 .card {
        width: min(50vw, 180px);
    }


    .sec05 .item .box .txt_box .sub_tit h3 {
        font-size: 48px;
    }
    .sec05 .item .box .txt_box .sub_tit p {
        font-size: 20px;
    }
    .sec05 .item .box .img {
        width: 480px;
    }

    
    .sec06 .form .item {
        padding: 30px 40px;
        gap: 40px;
    }
    .sec06 .form .item .title strong {
        font-size: 26px;
    }
    .sec06 .form .item .title p {
        font-size: 16px;
    }
    .sec06 .form .item ul li strong {
        font-size: 18px;
    }
    .sec06 .form .item ul li p {
        font-size: 16px;
    }


    .sec07 .step_box .item {
        min-height: 315px;
    }
    .sec07 .step_box .item .top {
        font-size: 20px;
    }
    .sec07 .step_box .item .txt_box strong {
        font-size: 24px;
    }
    .sec07 .step_box .item .txt_box p {
        font-size: 16px;
    }


    .sec08 .grid_box .item {
        height: 400px;
    }
    .sec08 .grid_box .item4, 
    .sec08 .grid_box .item5 {
        height: 300px;
    }


    .sec09 .sub_tit_box h3 {
        font-size: 48px;
    }


    .sec10 .box_wrap .txt_box {
        width: 400px;
        height: 490px;
        padding: 30px;
    }
    .sec10 .box_wrap .txt_box strong {
        font-size: 48px;
    }
    .sec10 .box_wrap .txt_box p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .visual {
        padding: 145px 0 100px;
    }
    .visual .form {
        grid-template-columns: 1fr;
    }
    .visual .form .txt_box {
        flex-direction: row;
        align-items: center;
    }
    .visual .form .txt_box > div h2 {
        font-size: 48px;
    }
    .visual .form .txt_box > div {
        flex: 1;
    }
    .visual .form .txt_box ul {
        width: auto;
        min-width: 250px;
    }
    .visual .form .txt_box ul li {
        font-size: 16px;
    }
    .visual .img_box {
        min-height: 500px;
    }
    .visual .img_box .phone {
        width: min(300px,62vw);
    }
    .visual .card_box.bottom {
        bottom: -4%;
    }


    .sec {
        min-height: auto;
        padding: 120px 0;
    }


    .sec02 > div {
        min-height: auto;
    }
    .sec02 .i_t_box .box .v_box .t_box {
        padding: 20px;
    }
    .sec02 .i_t_box .box .txt_box {
        gap: 20px;
    }
    .sec02 .i_t_box .box .txt_box h4 {
        font-size: 36px;
    }
    .sec02 .i_t_box .box .txt_box p {
        font-size: 16px;
    }
    .sec02 .i_t_box1 .box .v_box {
        padding-left: 30px;
    }
    .sec02 .i_t_box1 .box .v_box .t_box {
        min-width: 230px;
        padding: 20px;
    }
    .sec02 .i_t_box1 .box .v_box .video {
        width: 290px;
        height: 485px;
    }
    .sec02 .i_t_box2 .box .v_box .video {
        width: 320px;
        height: 200px;
    }


    .sec03 .grid {
        grid-template-columns: 1fr 1fr;
    }
    .sec03 .grid .item {
        gap: 40px;
    }
    .sec03 .grid .item .txt h4 {
        font-size: 22px;
    }


    .sec04 .scene {
        height: 520px;
    }
    .sec04 .wheel {
        top: 240px;
        width: 1200px;
    }
    .sec04 .card {
        width: min(50vw, 220px);
    }


    .sec05 .item .top span {
        border-radius: 10px 20px 0 0;
        padding: 15px 20px;
        font-size: 14px;
    }
    .sec05 .item .box {
        padding: 30px 20px;
        gap: 20px;
        border-radius: 25px;
    }
    .sec05 .item1 .box {
        border-radius: 0 25px 25px 25px;
    }
    .sec05 .item4 .box {
        border-radius: 25px 0 25px 25px;
    }
    .sec05 .item .box .txt_box .sub_tit h3 {
        font-size: 36px;
    }
    .sec05 .item .box .txt_box .sub_tit p {
        font-size: 16px;
    }
    .sec05 .item .box .img {
        width: 270px;
    }


    .sec06 .form .item {
        width: 100%;
        margin: -5px 0;
    }



    .sec07 .step_box {
        grid-template-columns: 1fr 1fr;
    }
    .sec07 .step_box .item {
        min-height: 240px;
    }


    .sec08 .grid_box .item {
        width: calc(50% - 10px);
    }
    .sec08 .grid_box .item3 {
        width: 100%;
        height: 300px;
    }


    .sec09 .list .item .ques_btn {
        font-size: 16px;
    }
    .sec09 .list .item .ques_btn .arrow {
        width: 24px;
        height: 24px;
    }
    .sec09 .list .item .answer {
        font-size: 16px;
    }


    .sec10 .box_wrap .txt_box {
        margin: 0 auto;
    }
    .sec10 .box_wrap .img {
        flex: none;
        height: 500px;
    }
}
@media screen and (max-width: 768px) {
    .visual .form .txt_box > div {
        flex: none;
    }
    .visual .form .txt_box > div p {
        font-size: 16px;
    }
    .visual .form .txt_box > div h2 {
        font-size: 36px;
    }
    .visual .form .txt_box ul li {
        font-size: 14px;
    }
    .visual .card_box {
        min-width: 180px;
    }
    .visual .card_box .tit {
        font-size: 16px;
    }
    .visual .card_box span {
        font-size: 14px;
    }
    .visual .card_box.bottom {
        bottom: -13%;
    }
    .visual .mini {
        font-size: 14px;
    }
    .visual .slide_txt {
        font-size: 14px;
    }


    .sec {
        padding: 80px 0;
    }


    .sec01 .box_wrap .item .box {
        padding: 20px;
    }
    .sec01 .box_wrap .item .box .icon {
        margin-bottom: 20px;
    }
    .sec01 .box_wrap .item .box .icon svg {
        width: 25px;
    }
    .sec01 .box_wrap .item .box strong {
        font-size: 20px;
    }
    .sec01 .box_wrap .item .box p {
        font-size: 15px;
    }


    .sec02 > div {
        padding: 70px 0;
    }
    .sec02 .bg {
        top: 20px;
        left: -30px;
        width: 460px;
    }
    .sec02 .i_t_box .box .v_box {
        width: 100%;
    }
    .sec02 .i_t_box .box .v_box .video {
        width: 100%;
        height: 0;
        padding-bottom: 70%;
        margin: 0 auto;
    }
    .sec02 .i_t_box .box .txt_box {
        flex: none;
        text-align: center;
        margin-top: 20px;
    }
    .sec02 .i_t_box .box .txt_box h4 {
        font-size: 28px;
    }
    .sec02 .i_t_box .box .v_box .t_box strong {
        font-size: 20px;
    }
    .sec02 .i_t_box .box .v_box .t_box {
        bottom: -20px;
        font-size: 14px;
    }
    .sec02 .i_t_box .box .txt_box h4 .m {
        display: block;
    }
    .sec02 .i_t_box1 .box .v_box {
        padding-left: 0;
    }
    .sec02 .i_t_box1 .box .v_box .video {
        width: 80%;
        max-width: 360px;
        padding-bottom: 100%;
    }
    .sec02 .i_t_box1 .box .v_box .t_box {
        left: 0;
        bottom: -20px;
    }
    .sec02 .i_t_box2 .box .v_box {
        order: 0;
    }
    .sec02 .i_t_box2 .box .txt_box {
        order: 1;
    }
    .sec02 .i_t_box2 .bg {
        right: -160px;
    }


    .sec03 .grid .item {
        padding: 20px;
    }


    .sec04 .wheel {
        top: 350px;
    }


    .sec05 .item .top span em {
        display: none;
    }
    .sec05 .item .box .txt_box {
        gap: 36px;
    }
    .sec05 .item .box .txt_box .sub_tit h3 {
        font-size: 22px;
    }
    .sec05 .item .box .img {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        border-radius: 20px;
        overflow: hidden;
    }
    .sec05 .item .box .img img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
    }


    .sec06 .form .item {
        gap: 40px;
        padding: 30px 25px;
    }
    .sec06 .form .item .txt {
        font-size: 14px;
    }
    .sec06 .form .item .title strong {
        font-size: 22px;
    }
    .sec06 .form .item ul li {
        gap: 5px;
        padding-left: 28px;
    }
    .sec06 .form .item ul li .icon svg {
        width: 18px;
    }
    .sec06 .form .item ul li strong {
        font-size: 16px;
    }
    .sec06 .form .item ul li p {
        font-size: 14px;
    }


    .sec07 .step_box {
        grid-template-columns: 1fr;
    }
    .sec07 .step_box .item .top {
        font-size: 16px;
    }


    .sec08 .inner {
        gap: 40px;
    }
    .sec08 .grid_box .item {
        height: 260px;
    }
    .sec08 .grid_box .item3 {
        height: 200px;
    }
    .sec08 .grid_box .item4, 
    .sec08 .grid_box .item5 {
        height: 220px;
    }
    .sec08 .grid_box .item .txt_box {
        left: 20px;
    }


    .sec09 .inner {
        gap: 30px;
    }
    .sec09 .sub_tit_box h3 {
        font-size: 28px;
    }


    .sec10 .box_wrap .txt_box {
        width: 360px;
        height: 390px;
        border-radius: 25px;
    }
    .sec10 .box_wrap .txt_box strong {
        font-size: 28px;
    }
    .sec10 .box_wrap .txt_box p {
        font-size: 14px;
    }
    .sec10 .box_wrap .txt_box a {
        font-size: 16px;
    }
    .sec10 .box_wrap .img {
        height: 375px;
        border-radius: 25px;
    }
}
@media screen and (max-width: 600px) {
    .sec04 .wheel {
        top: 400px;
        width: 1000px;
    }
    .sec04 .card {
        width: min(50vw, 180px);
    }
}
@media screen and (max-width: 480px) {
    .sec01 .box_wrap .item .box {
        width: 100%;
    }


    .sec02 .i_t_box .box .txt_box h4 {
        font-size: 22px;
    }



    .sec03 .grid {
        grid-template-columns: 1fr;
    }


    .sec04 .scene {
        height: 465px;
    }


    .sec08 .grid_box .item {
        width: 100%;
        height: 250px!important;
    }
}
@media screen and (max-width: 380px) {
}