
.hello_mypet-detailpage .visual-section { 
    position: relative;
    overflow: hidden;
}
.hello_mypet-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D5EDFF -10.4%, #FFF6BD 32.36%, #FF9B7C 84.63%);
    content: "";
}
.hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon {
    position: absolute;
    aspect-ratio: 156 / 43;
}
.hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud01 {
    width: 10vw;
    left: -2%;
    top: 8%;
    animation-delay: 0s;
    animation: cloud01 4s ease-in-out infinite;
}
.hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud02 {
    left: 10%;
    top: 4%;
    width: 9vw;
    animation-delay: 0.2s;
    animation: cloud02 5s ease-in-out infinite;
}
.hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud03 {
    right: 15%;
    top: 7%;
    width: 8vw;
    animation-delay: 0.6s;
    animation: cloud02 4s ease-in-out infinite;
}
.hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud04 {
    right: -1%;
    top: 2%;
    width: 13vw;
    animation-delay: 0.3s;
    animation: cloud01 4s ease-in-out infinite;
}

@keyframes cloud01 {
    0%   { transform: translateY(0) scale(1); }
    50%  { transform: translateY(-10px) scale(1.02); }
    100% { transform: translateY(0) scale(1); }
}
@keyframes cloud02 {
    0%   { transform: translateY(0) scale(1); }
    50%  { transform: translateY(10px) scale(1.02); }
    100% { transform: translateY(0) scale(1); }
}

.hello_mypet-detailpage .overview-section {
    position: relative;
    
}
.hello_mypet-detailpage .overview-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-color: #fff;
    content: "";
}
.hello_mypet-detailpage .overview-section::after {
    position: absolute;
    right: -7%;
    bottom: -1%;
    width: 50%;
    aspect-ratio: 937 / 817;
    z-index: -10;
    background: url(../../img/project/hello_mypet/overview_bg.png) no-repeat center center / contain;
    content: "";
}
.hello_mypet-detailpage .overview-section .contents-wrap .home-wrap {
    margin-bottom: 100px;
}
.hello_mypet-detailpage .overview-section .contents-wrap .sub-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-right: -6%;
    padding: 16px 0 0 0;
    margin-bottom: 160px;
}
.hello_mypet-detailpage .overview-section .contents-wrap .sub-wrap .inner {
    max-width: 1450px;
    width: 75vw;
}
.hello_mypet-detailpage .overview-section .contents-wrap .m-wrap {
    padding: 0 40px;
}
.hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .img-list {
    display: flex;
    gap: 130px;
}
.hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
    width: calc(25% - 97.5px);
}

.hello_mypet-detailpage .tone-manner-section {
    background-color: #FFF0EC;
}
.hello_mypet-detailpage .tone-manner-section .contents-wrap ul li.orange {
    background-color: #F57D38;
    width: 50%;
}
.hello_mypet-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}
.hello_mypet-detailpage .tone-manner-section .contents-wrap ul li.black {
    background-color: #1b1b1b;
}


.hello_mypet-detailpage .detailpage-section.ai-section {
    background-color: #fff;
}
.hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80  {
    max-width: 1420px;
}
.hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
}
.hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 80px;
}
.hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
    width: calc(78% - 40px);
}
.hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
    width: calc(22% - 40px);
}

.hello_mypet-detailpage .detailpage-section.register-section {
    position: relative;
}
.hello_mypet-detailpage .detailpage-section.register-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100  ;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF0EC 100%), #FFF;
    content: "";
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1579px;
    margin: 0 auto;
    padding: 0 25px;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap {
    display: flex;
    justify-content: space-between;
    gap: 8vw;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap .sub-info-title > span {
    white-space: wrap;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap .img-title-wrap {
    width: calc(25% - 6vw);
    aspect-ratio: 299 / 647;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 {
    justify-content: flex-start;
    gap: 8vw;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 12vw + 25px);
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 25px;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list .line-icon {
    position: absolute;
    left: 50%;
    top: 36.5%;
    z-index: 50;
    transform: translate(-50%, 0);
    width: 35%;
    aspect-ratio: 188 / 31;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list .line-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-title-wrap {
    width: calc(50% - 12.5px);
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list > .img-area {
    width: calc(50% - 12.5px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list > .img-area > img {
    width: 100%;
    object-fit: cover;
}

.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap {
    width: calc(25%);
    display: flex;
    align-items: flex-end;
    padding-bottom: 4%;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 {
    position: relative;
    width: 90%;
    aspect-ratio: 85 / 81;
    max-width: 460px;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 img {
    width: 100%;
    object-fit: contain;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 img.character01-img-m {
    display: none;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01  .character02,
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 .character03 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -70%);
    z-index: -1;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 .character03::after {
    position: absolute;
    right: -25%;
    top: 0;
    width: 1vw;
    aspect-ratio: 25 / 30;
    transform: translate(100%, 0);
    background: url(../../img/project/hello_mypet/character03_text.svg) no-repeat center center / contain;
    content: "";
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01  .character02 img,
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 .character03 img {
    width: 100%;
    object-fit: contain;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01  .character02 {
    aspect-ratio: 51 / 89;
    transform: translate(0, -60%);
    width: 10%;
    right: 10%;
}
.hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01  .character03 {
    aspect-ratio: 68 / 95;
    width: 12%;
}


@media screen and (max-width : 1280px) {
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud01 {
        width: 13vw;
        left: -5%;
        top: 10%;
    }
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud02 {
        left: 12%;
        width: 12vw;
    }
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud03 {
        width: 10vw;
    }
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud04 {
        right: -5%;
        top: 0%;
        width: 17vw;
    }

    .hello_mypet-detailpage .overview-section .contents-wrap .sub-wrap .inner {
        width: 83vw;
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
        padding: 0;
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
        width: calc(25% - 30px);
    }

        
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap {
        gap: 50px;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap,
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 50px;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap .img-title-wrap {
        width: calc(50% - 10px);
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap {
        width: 100%;
        gap: 20px;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-title-wrap {
        width: calc(50% - 10px);
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list > .img-area {
        width: calc(50% - 10px);
        border-radius: 10px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap {
        width: calc(50% - 10px);
        justify-content: center;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 {
        width: 80%;
        aspect-ratio: 147 / 207;
        max-width: 460px;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 img.character01-img-pc {
        display: none;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 img.character01-img-m {
        display: block;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 .character02 {
        width: 15%;
        right: 15%;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 .character03 {
        width: 18%;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 .character03::after {
        position: absolute;
        right: -20%;
        top: 0;
        width: 2vw;
        min-width: 22px;
    }

    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-list {
        gap: 30px;
    }
    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: calc(77% - 15px);
    }
    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
        width: calc(23% - 15px);
    }

    
}

@media screen and (max-width : 768px) {
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud01 {
        width: 28vw;
        left: -14%;
        top: 4%;
        min-width: 120px;
    }
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud02 {
        display: none;
    }
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud03 {
        display: none;
    }
    .hello_mypet-detailpage .visual-section .project-mainimg .cloud-icon.cloud04 {
        right: -13%;
        top: -4%;
        width: 35vw;
        min-width: 200px;
    }

    .hello_mypet-detailpage .detailpage-section .project-detail-head h2 {
        font-size: 55px;
    }
    .hello_mypet-detailpage .overview-section::after {
        display: none;
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .home-wrap {
        margin-bottom: 50px;
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .sub-wrap {
        margin-bottom: 50px;
    }
    .hello_mypet-detailpage .overview-section .contents-wrap .sub-wrap .inner {
        width: 100%;
    } 
    .hello_mypet-detailpage .overview-section .contents-wrap .sub-wrap .inner .img-title-wrap {
        margin-left: 60px;
    }

    .hello_mypet-detailpage .overview-section .contents-wrap .m-wrap {
        padding: 0 31px;
    }

    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap, 
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 {
        column-gap: 16px;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list {
        gap: 16px;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap .img-title-wrap,
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-title-wrap,
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .allergies-wrap .img-list > .img-area,
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap {
        width: calc(50% - 8px);
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 {
        width: 100%;
    }
    .hello_mypet-detailpage .detailpage-section.register-section .contents-wrap .step-wrap.step02 .character-wrap .character01 .character03::after {
        display: none;
    }
    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner {
        align-items: flex-start;
        gap: 12px;
    }
    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-list {
        position: relative;
    }
    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 35px;
    }
    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc .img-area {
        margin-left: 15%;
    }
    .hello_mypet-detailpage .detailpage-section.ai-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
        width: 30%;
    }   

    .hello_mypet-detailpage .f-thumb-section {
        aspect-ratio: 390 / 410;
    }
    .hello_mypet-detailpage .f-thumb-section img.pc-img {
        display: none;
        
    }
    .hello_mypet-detailpage .f-thumb-section img.m-img {
        display: block;
    }
    .hello_mypet-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 40px;
        color: #F57D38;
    }
}