.hero {
    max-width:1381px;
    margin:30px auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}
.hero-text{
    width:100%;
    max-width:439px;
    text-align: center;
    background: #5199FF url('/img/home/bg01.svg') no-repeat right 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.hero-text a{
    color:#fff;
    width:80%;
    display: block;
    text-align: center;
    margin:17px 0;
}
.hero-text .btn1{
    background: #fff;
    font-weight: 500;
    font-size: 18px;
    color: #2A2A2A;
    border:1px #fff solid;
    border-radius: 28px;
    box-shadow: 0px 0px 9.8px #89BAFF;
    padding: 9px 0px;
    max-width:302px;
}
.hero-text .btn1:hover{
    color:#5199FF;
}

.home h1 {
    font-size: 32px;
    font-weight: 500;
    color: #2f2f2f;
}

.homeSwiper-pc {
    width: 100%;
    max-width:calc(100% - 439px);
    max-height: 349px;
}
.homeSwiper-mobile {
    width: 100%;
}
.homeSwiper-mobile {
    display: none;
}
.homeSwiper-pc .swiper-slide img,
.homeSwiper-mobile .swiper-slide img {
    width: 100%;
    object-fit: cover;
}
.homeSwiper-pc .swiper-slide {
    width: 100%;
    max-width: 1570px;
}

.choice {
    padding: 40px 0 80px;
}
.choice .container1{
    background: url('/img/choice-bg.svg') no-repeat calc(100% - 130px) 30px;
}
.choice .choice-wrap {
    width: 100%;
    margin: 24px 0 0;
    padding: 30px 0px;
    gap:30px;
}
.choice .choice-wrap .choice-item {
    padding:20px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    position: relative;
    max-width:calc(25% - 23px);
}
.choice-item .wiki-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.choice-item img {
    max-width: 150px;
    position: absolute;
    right:20px;
    top:20px;
}
.choice-item p {
    font-size: 18px;
    color: #5a5a5a;
    margin:0;
}

.go-wash {
    padding: 36px 0 50px;
    background-color: #d1e7fc;
}
.go-wash h1 {
    display: flex;
    justify-content: start;
    align-items: center;
}
.wash-guide{
    margin:0 auto;
}
.go-wash .order-description,
.wash-guide .order-description,
.professional .order-description {
    min-height: 20px;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 400;
    color: #5199FF;
    border-bottom: 1px solid #4f4f4f;
    transform: translateY(3px);
}
.order-description:hover {
    color: #009fe8;
    border-bottom: 1px solid #009fe8;
}
.laundryGuideSwiperPackage .step{
    color: #5199FF;
    font-size: 18px;
    margin-top:30px;
}
.laundryGuideSwiperPackage .card-text{
    color: #5a5a5a;
}
.laundryGuideSwiperPackage .card-text .order-description{
    font-weight: 700;
    font-size: 16px;
    margin-top:15px;
    cursor: pointer;
}
.wikiinfobg .card-body{
    padding: 30px 40px !important;
}
.wikiinfobg .card-title{
    font-weight: 500;
    font-size: 24px;
}
.wikiinfobg .card-text{
    font-size: 18px;
}
.wikiinfobg-box{
    background: url('/img/home/bg02.svg') no-repeat left 5px #EDEDED;
}
.go-wash .wash-wrap {
    display: flex;
    justify-content: start;
    gap: 40px;
    padding: 15px 0;
}
.wash-item {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 30%;
    padding: 20px 24px;
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px;
    box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.3);
}
.wash-item .wash-item-icon {
    padding: 6px 7px;
    border-radius: 20px;
    max-height: 132px;
}
.wash-item .wash-item-icon img {
    width: 100%;
}
.wash-item .wash-item-text {
    font-size: 28px;
    font-weight: 600;
    margin-left: 18px;
}
.wash-item .diagonal-square {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 20px;
    bottom: 16px;
    background-color: transparent;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.wash-item:nth-child(1) {
    border-color: rgba(66, 192, 249, 0.8);
}
.wash-item:nth-child(1):hover {
    border: rgba(66, 192, 249, 0.8) solid 1.5px;
    box-shadow: 6px 6px 15px 0 rgba(56, 162, 211, 0.3);
}
.wash-item:nth-child(1) .diagonal-square,
.wash-item:nth-child(1) .wash-item-icon {
    background-color: #009fe8;
}
.wash-item:nth-child(1) .wash-item-text {
    color: #009fe8;
}

.wash-item:nth-child(2) {
    border-color: rgba(65, 181, 110, 0.8);
}
.wash-item:nth-child(2):hover {
    border: rgba(65, 181, 110, 0.8) solid 1.5px;
    box-shadow: 6px 6px 15px 0 rgba(49, 131, 80, 0.3);
}
.wash-item:nth-child(2) .diagonal-square,
.wash-item:nth-child(2) .wash-item-icon {
    background-color: #41b56e;
}
.wash-item:nth-child(2) .wash-item-text {
    color: #41b56e;
}

.wash-item:nth-child(3) {
    border-color: rgba(255, 138, 0, 0.7);
}
.wash-item:nth-child(3):hover {
    border: rgba(250, 168, 74, 0.7) solid 1.5px;
    box-shadow: 6px 6px 15px 0 rgba(169, 95, 10, 0.3);
}
.wash-item:nth-child(3) .diagonal-square,
.wash-item:nth-child(3) .wash-item-icon {
    background-color: #ff8a00;
}
.wash-item:nth-child(3) .wash-item-text {
    color: #ff8a00;
}

.wash-guide {
    width: 100%;
    padding: 30px 0 36px;
}
.wash-guide .guide-wrap {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
.guide-item {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    padding: 45px 25px;
    border-radius: 20px;
    box-shadow: 6px 6px 15px 0 rgba(147, 145, 145, 0.3);
    background-color: #fff;
}
.guide-item .guide-item-step-icon {
    width: 64px;
    height: 64px;
    align-self: flex-start;
}
.guide-item .guide-item-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    padding: 0 6px 0 32px;
}
.guide-item .guide-item-description h2 {
    font-size: 24px;
    font-weight: 500;
    color: #2f2f2f;
}
.guide-item .guide-item-description p {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #4f4f4f;
    line-height: 1.75;
}
.guide-item .guide-item-description a {
    align-self: flex-start;
    font-size: 16px;
    color: #009fe8;
    cursor: pointer;
}
.description-item .order-description{
    border:none;
}
.professional {
    position: relative;
    padding: 80px 0 25px;
    background-color: #f2f4f6;
}
.professional-wrap {
    position: relative;
    width: 100%;
}
.professional .center-img {
    position: absolute;
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    border-radius: 20px;
    padding-bottom: 30%;
    background-image: url("/img/home/MaskGroup 1_0_0.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.professional-wrap .professional-content {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 250px 0 0;
}
.professional-content .professional-item {
    width: 49%;
    padding: 60px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.professional-content .professional-item h2 {
    font-size: 45px;
    font-weight: 700;
    text-align: left;
}
.professional-content .professional-item h2 .professional-item-icon {
    width: 79px;
}
.professional-content .professional-item p {
    font-size: 16px;
    color: #4f4f4f;
    text-align: left;
}
.profession-video {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    display: flex;
    align-items: end;
}
.profession-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9.66;
}
.professional-content .profession-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    object-fit: cover;
    object-position: bottom;
}
.professional-count-group,
.professional-btn-group {
    display: flex;
    justify-content: start;
    align-items: center;
}
.professional-count-group .professional-count {
    position: relative;
    display: flex;
    flex-direction: column;
}
.professional-btn-group {
    margin: 24px 0;
}
.professional-btn-group button {
    padding: 16px 50px;
}

.split {
    margin: 0 25px;
    width: 1px;
    height: 60px;
    background-color: #7b7a7a;
    transform: translateY(10px);
}
.professional-count-group .professional-count span:nth-child(1) {
    font-size: 42px;
    font-weight: 500;
    color: #2f2f2f;
}
.professional-count-group .professional-count span:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
    color: #2f2f2f;
}

.laundryGuideSwiperPackage, .laundryGuideSwiperPro{
    max-height: none;
}
.comment-box{
    background: url('/img/home/bg04.svg?2') no-repeat 0px 30px #83DAB3;
}
.comment-box .container1{
    padding:60px 0 10px 0;
    position: relative;
}
.comment-box .swiper{
    margin-left:-20px;
    width:calc(100% + 40px);
}
.comment-box .swiper-slide{
    padding:20px;
}
.comment-box .card{
    box-shadow: 0px 2px 17.5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.comment-box .card-title{
    width:100%;
    font-size: 18px;
    font-weight: 500;
}
.comment-box .card-title::before, .comment-box .card-title::after{
    display:block ;
    font-family: 'Muna';
    font-size: 40px;
}
.comment-box .card-title::before{
    content: '”';
}
.comment-box .card-title::after{
    content:'“';
    margin-top:20px;
}
.comment-box .icon{
    position: absolute;
    z-index:2;
    left:50px;
    bottom:0;
}
.comment-box .card-text{
    width:100%;
    color: #2A2A2A;
}
.comment-box .star{
    margin-bottom: 20px;
}
.corp {
    padding: 25px 0;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}
.corp .corp-wrap {
    padding: 50px 0;
    background-color: #fff;
}
.corp .corp-wrap p {
    padding: 0 200px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.16px;
    color: #4f4f4f;
}
.corp h1 {
    font-size: 45px;
    font-weight: 700;
    color: #2f2f2f;
}
.corp .corp-wrap .corp-list {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
.corp .corp-wrap .corp-list .corp-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 5px 0;
}
.corp .corp-wrap .corp-list img {
    padding: 0 10px;
    height: 35px;
    object-fit: contain;
}

.first-promo {
    max-height: 272px;
    background-color: #2db5f4;
}
.first-promo .promo-wrap {
    position: relative;
    max-height: 272px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 85px 0;
    overflow-y: hidden !important;
}
.promo-wrap .join-us {
    position: relative;
    background-color: #fff;
    color: #333;
    min-width: 300px;
    min-height: 300px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.promo-wrap .join-us div:nth-child(1) {
    font-size: 35px;
    font-weight: 700;
}
.promo-wrap .join-us div:nth-child(2) {
    font-size: 40px;
}
.promo-wrap .join-us::after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: -30px;
    transform: translateY(60%) rotate(-85deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
}
.promo-wrap .promo-title {
    position: relative;
    margin: 5px 0;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 2.8px;
    color: #fff;
}
.promo-wrap .promo-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, 50%);
    width: 40px;
    height: 40px;
    background: url("/img/shines.svg") no-repeat;
    background-size: 100%;
    z-index: 1;
}
.promo-wrap .promo-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 25%);
    width: 40px;
    height: 40px;
    background: url("/img/shines2.svg") no-repeat;
    background-size: 100%;
    z-index: 1;
}

.promo-wrap .promo-title span {
    margin-left: 10px;
    font-weight: 700;
    color: #fafe82;
}

.new-user-box{
    background: linear-gradient(88.8deg, #2F82F5 3.55%, #5199FF 53.6%);
    border-radius: 20px;
    padding: 46px 40px;
}
.new-user-box .text-white{
    font-size: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 300;
    gap:30px;
    line-height: 1;
}
.new-user-box .text-white .text-center, .new-user-box .text-white strong{
    font-weight: 500;
}
.new-user-box .text-white strong{
    position: relative;
}
.new-user-box .text-white strong img{
    position: absolute;
    top:-5px;
}
.new-user-box .line-button{
    max-width: 300px;
}
.new-user-box .line-button img.icon{
    height: 45.83px;
}
.img1{
    width:75%;
    max-width:382px;
}

@media (max-width: 1552px) {
    .guide-item {
        margin: 12px 0;
    }

    .guide-icon img {
        width: 80px;
    }

    .professional .center-img {
        width: calc(100% - 31px);
    }
}

@media (max-width: 1450px) {
    .guide-item .guide-item-description {
        padding: 0 0 0 24px;
    }
    .promo-wrap .promo-title {
        font-size: 45px;
    }
    .promo-wrap .join-us {
        min-width: 290px;
        min-height: 290px;
    }
    .promo-wrap .join-us div:nth-child(1) {
        font-size: 30px;
    }
    .promo-wrap .join-us div:nth-child(2) {
        font-size: 35px;
    }
    .promo-wrap .join-us::after {
        right: -25px;
        border-width: 50px 20px 0 20px;
    }

    .professional {
        padding: 80px 0 25px 0;
    }
    .professional-wrap .professional-content {
        flex-direction: column;
        padding: 150px 0 0 0;
    }
    .professional-content .professional-item {
        width: 100%;
    }
    .professional-content .profession-img img {
        width: 100%;
    }

    .corp {
        padding: 25px 0;
    }
    .corp .corp-wrap p {
        padding: 0 20px;
    }
    .corp .corp-wrap .corp-list {
        flex-direction: column;
        justify-content: space-between;
        padding: 0 150px;
    }
    .corp .corp-wrap .corp-list img {
        padding: 0;
        height: 40px;
    }
}

@media (max-width: 1200px) {
    .wash-item {
        padding: 14px 18px;
    }
    .wash-item span {
        font-size: 20px;
    }
    .wash-item .wash-item-icon {
        width: 75px;
        padding: 5px;
        border-radius: 20px;
    }
    .wash-item .wash-item-text {
        font-size: 20px;
    }
    .home h1 {
        font-size: 28px;
    }
    .go-wash .wash-wrap {
        gap: 24px;
    }
    .choice {
        padding: 30px 0 36px;
    }
    .guide-icon img {
        width: 85px;
    }
    .guide-item .guide-icon {
        padding: 0 30px;
    }
    .guide-item .guide-item-description {
        padding: 0 0 0 18px;
    }
    .wash-guide .guide-wrap {
        flex-direction: column;
    }
    .guide-item-arrow {
        display: none;
    }
    .guide-item {
        width: 100%;
        padding: 20px;
        min-height: 189px;
    }
    .wash-guide .description-item {
        text-align: right;
    }

    .first-promo {
        max-height: 500px;
    }
    .first-promo .promo-wrap {
        max-height: 500px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 100px 0 30px 0;
    }

    .join-item {
        position: absolute;
        top: 0;
        left: 10%;
        transform: translateY(-40%);
    }

    .promo-wrap .join-us {
        min-width: 150px;
        min-height: 150px;
        justify-content: end;
        z-index: 998;
    }
    .promo-wrap .join-us div:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        transform: translateY(-14px);
        z-index: 1;
    }
    .promo-wrap .join-us div:nth-child(2) {
        font-size: 20px;
        transform: translateY(-14px);
        z-index: 1;
    }

    .promo-wrap .join-us::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 5px;
        transform: rotate(-45deg);
        z-index: 999;
    }

    .corp .corp-wrap {
        padding: 40px 30px;
    }
    .corp .corp-wrap .corp-list {
        padding: 0;
    }
    .new-user-box .text-white .text-center{
        width:100%;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .hero{
        border-radius: 0;
    }
    .homeSwiper-pc, .hero-text{
        max-width:none;
    }
    .hero-text{
        padding:40px 0;
        background-image: url('/img/home/bg01-re.svg');
        background-position: left -90px;
    }
    .choice .container1{
        background-image: none;
    }
    .choice .choice-wrap .choice-item{
        padding:10px 20px;
        max-width:100%;
    }
    .choice{
        background: none;
    }
    .choice-item.col-md-3{
        max-width:100%;
    }
    .wikiinfobg-box{
        background-image: none;
    }
    .comment-box{
        background-image: none;
    }
    .comment-box .icon{
        left:calc(50% - 75px);
    }
}

@media (max-width: 800px) {
    .go-wash {
        padding: 16px 0 20px;
    }
    .go-wash .wash-wrap {
        justify-content: space-between;
        gap: 12px;
        padding: 16px 0 4px 0;
    }
    .wash-item {
        width: 47.5%;
        padding: 10px 15px;
    }
    .wash-item:nth-child(3) {
        display: none;
    }
    .wash-item .wash-item-text {
        font-size: 18px;
    }
    .professional {
        padding: 40px 0 15px 0;
    }
    .professional .center-img {
        padding-bottom: 75%;
        background-image: url("/img/home/clean-clothes_0.png");
    }
    .professional-wrap .professional-content {
        padding: 350px 0 0;
    }
    .professional-content .professional-item h2 {
        font-size: 30px;
    }
    .professional-content .professional-item h2 .professional-item-icon {
        width: 70px;
    }
    .professional-content .professional-item p {
        font-size: 13px;
    }

    .corp {
        text-align: left;
    }
    .corp .corp-wrap p span {
        display: block;
        margin-top: 13px;
    }
    .corp .corp-wrap .corp-list {
        padding: 0;
        margin-top: 20px;
    }
    .corp .corp-wrap .corp-list img {
        height: 20px;
    }
    .join-item {
        left: 5%;
    }
    .img1{
        width:50%;
    }
}

@media (max-width: 576px) {
    .hero {
        margin-top: 4px;
        margin-bottom: 12px;
    }
    .hero-text:after{
        content: '';
        display: block;
        position: absolute;
        left:0;
        bottom:0;
        width:100%;
        height: 15px;
        background: url('/img/home/Vector.svg') repeat-x bottom #fff;
    }
    .homeSwiper-pc .swiper-slide {
        aspect-ratio: 3 / 2;
    }
    .wash-item .wash-item-icon {
        width: 60px;
    }
    .choice,
    .wash-guide {
        padding: 16px 0 20px;
    }

    .choice .choice-wrap {
        padding: 15px;
        margin: 16px 0 0;
    }
    .choice-item .wiki-title {
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .choice-item img {
        top:calc(50% - 15px);
    }
    .choice-item p {
        font-size: 14px;
        padding-right: 30px;
    }

    .go-wash h1 {
        justify-content: space-between;
    }
    .go-wash .order-description,
    .wash-guide .order-description,
    .professional .order-description {
        font-size: 16px;
        padding-bottom: 1px;
        font-weight: 600;
    }
    .wash-item {
        flex-direction: column;
        align-items: start;
    }
    .wash-item .wash-item-text {
        padding-top: 5px;
        margin-left: 0;
        font-size: 14px;
    }
    .wash-item .diagonal-square {
        width: 10px;
        height: 10px;
        right: 14px;
        bottom: 10px;
    }
    .wash-guide .guide-wrap {
        margin: 0;
    }
    .guide-item {
        padding: 16px 20px;
        min-height: 177px;
    }
    .guide-item .guide-item-step-icon {
        width: 54px;
        height: 54px;
    }
    .guide-item .guide-item-description h2 {
        font-size: 16px;
        font-weight: 600;
    }
    .guide-item .guide-item-description p,
    .guide-item .guide-item-description a {
        font-size: 13px;
    }
    .guide-item .guide-icon {
        padding: 0;
    }
    .professional, .description-item {
        text-align: center;
    }
    .professional-content .profession-video {
        margin-top: 20px;
        width: calc(100% + 36px);
        align-self: center;
    }
    .join-item {
        left: 0;
        transform: translateY(-45%);
    }
    .promo-wrap .promo-title {
        font-size: 30px;
    }
    .promo-wrap .promo-title::before {
        width: 25px;
        height: 25px;
        top: -10px;
        left: -5px;
    }
    .promo-wrap .promo-title::after {
        width: 25px;
        height: 25px;
    }
    .line-button {
        width: 300px;
        margin-top: 5px;
    }
    .line-text {
        font-size: 14px;
    }

    .professional-count-group,
    .professional-btn-group {
        flex-wrap: wrap;
    }
    .professional .professional-wrap .professional-content {
        padding: 200px 0 0;
        gap: 15px;
    }
    .professional-content .professional-item {
        display: flex;
        flex-direction: column;
        padding: 40px 30px;
    }
    .split {
        height: 50px;
    }

    .professional-content .profession-img {
        order: 0;
        margin-top: 24px;
        width: calc(100% + 36px);
        align-self: center;
    }
    .professional-content .profession-img img {
        min-height: 0;
    }
    .professional-btn-group {
        justify-content: center;
        order: 1;
        margin-bottom: 10px;
    }
    .professional-count-group .professional-count span:nth-child(1) {
        font-size: 32px;
    }
    .professional-count-group .professional-count span:nth-child(2) {
        font-size: 14px;
    }

    .professional-btn-group button {
        padding: 12px 30px;
    }

    .corp {
        padding: 0 0 15px 0;
    }
    .corp .corp-wrap {
        background-image: url("/img/home/about-us-3.jpg");
    }
    .corp .corp-wrap h1 {
        font-size: 34px;
    }
    .corp .corp-wrap p {
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    .comment-box .swiper{
        width:calc(100% + 20px);
    }
}

@media (max-width: 382px) {
    .home h1{
        font-size: 22px;
    }
    .new-user-box .text-white .text-center{
        font-size: 38px;
    }
    .choice .choice-wrap .choice-item{
        padding:10px;
    }
    .choice-item img{
        right:10px;
    }
    .new-user-box .text-white{
        font-size: 28px;
    }
}