.itta-detailpage {
    background-color: #fff;
}
.itta-detailpage .project-detail-head {
    border-bottom: 1px solid rgba(255, 84, 125, 0.25);
}
.itta-detailpage .project-detail-head h2 {
    color: #FF547D;
}
.itta-detailpage .project-detail-head p {
    color: #FF547D;
}
.itta-detailpage .img-title-wrap .img-area,
.itta-detailpage .video-title-wrap .video-area {
    outline: 4px solid rgba(255, 84, 125, 0.8);
}
.itta-detailpage .video-title-wrap .sub-info-title .box-icon, 
.itta-detailpage .img-title-wrap .sub-info-title .box-icon {
    background-color: #FF547D;
}
.itta-detailpage .video-title-wrap .sub-info-title span,
.itta-detailpage .img-title-wrap .sub-info-title span {
    color: #FF547D;
}
.itta-detailpage .sub-info-title span {
    color: #FF547D;
}
.itta-detailpage .sub-info-title .box-icon {
    background-color: #FF547D;
}


.itta-detailpage .visual-section {
    position: relative;
    color: #FF547D;
    overflow: hidden;
}
.itta-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background: linear-gradient(180deg, #FFC7D5 0%, #FF7D9C 100%);
    content: "";
}
.itta-detailpage .visual-section .sub-info-title span {
    color: #fff;
}
.itta-detailpage .visual-section .sub-info-title .box-icon {
    background-color: #fff;
}

.itta-detailpage .visual-section .project-info .wrapper80 .title {
    border-bottom: 1px solid rgba(255, 84, 125, 0.5);
}
.itta-detailpage .visual-section .project-info .wrapper80 .title h2 {
    color: #FF547D;
}
.itta-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .category-list li {
    border: 1px solid #FF547D;
}
.itta-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .label-wrap .label-icon {
    background-color: #FF547D;
}
.itta-detailpage .visual-section  .project-mainimg .itta-rolling-banner {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: -10;
    width: 105%;
    transform: translate(-50%, 0) rotate(4deg);
}


.itta-detailpage .visual-section .project-mainimg .graphic-icon01,
.itta-detailpage .visual-section .project-mainimg .graphic-icon02 {
    position: absolute;
    width: 17%;
    max-width: 327px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(56.32% 56.32% at 50% 50%, rgba(255, 186, 191, 0.20) 0%, rgba(255, 255, 255, 0.20) 79.81%, rgba(255, 181, 186, 0.20) 100%);
    border: 0.8px solid rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); 
    /* box-shadow: inset 10px 10px 12px 5px rgba(255, 255, 255, 0.2); */
   
}
.itta-detailpage .visual-section .project-mainimg .graphic-icon01 {
    left: 10%;
    bottom: 25%;
    transform: rotate(20deg);
    animation: float-icon01 15s ease-in-out infinite;
}
.itta-detailpage .visual-section .project-mainimg .graphic-icon01 .icon {
    width: 36%;
    aspect-ratio: 1 / 1;
}
.itta-detailpage .visual-section .project-mainimg .graphic-icon01 .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itta-detailpage .visual-section .project-mainimg .graphic-icon02 {
    right: 16%;
    bottom: 65%;
    transform: rotate(15deg);
    animation-delay: 0.5s;
    animation: float-icon02 15s ease-in-out infinite;
}
.itta-detailpage .visual-section .project-mainimg .graphic-icon02 .icon {
    width: 36%;
    aspect-ratio: 1 / 1;
}
.itta-detailpage .visual-section .project-mainimg .graphic-icon02 .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes float-icon01 {
    0%, 100% {
        transform: rotate(-20deg) translateY(-45px); 
    }
    50% {
        transform: rotate(-20deg) translateY(45px); 
    }
}
@keyframes float-icon02 {
    0%, 100% {
        transform: rotate(15deg) translateY(45px); 
    }
    50% {
        transform: rotate(15deg) translateY(-45px); 
    }
}


.itta-detailpage .overview-section { 
    position: relative;
}
.itta-detailpage .overview-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-color: #FFF;
    content: "";
}
.itta-detailpage .overview-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.itta-detailpage .overview-section .main-wrap {
    position: relative;
    width: 100%;
    padding: 0 23rem;
    overflow: hidden;
}
.itta-detailpage .overview-section .main-wrap .itta-rolling-banner {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 105%;
    z-index: -10;
    transform: translate(-50%, 0)  rotate(-9deg);
}
.itta-detailpage .overview-section .main-wrap .itta-rolling-banner.black {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 10%;
    z-index: 10;
    width: 105%;
    transform: translate(-50%, 0) rotate(3deg);
    background-color: #000;
}
.itta-detailpage .overview-section .main-wrap .mockup-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.itta-detailpage .overview-section .main-wrap .mockup-wrap .video-wrap {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    border: 3.2rem solid #F1F1F1;
}
.itta-detailpage .overview-section .main-wrap .mockup-wrap .video-wrap video {
    display: block;
    width: 100%;
    object-fit: contain;
}
.itta-detailpage .overview-section .main-wrap .mockup-wrap .mockup-img {
    display: block;
    width: 100%;
}
.itta-detailpage .overview-section .main-wrap .mockup-wrap .mockup-img img {
    width: 100%;
    object-fit: contain;
    display: block;
}
.itta-detailpage .overview-section .sub-wrap {
    display: flex;
    gap: 20px;
}
.itta-detailpage .overview-section .sub-wrap .img-box {
    border-radius: 3rem;
    width: calc(60% - 10px);
    overflow: hidden;
}
.itta-detailpage .overview-section .sub-wrap .img-box img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.itta-detailpage .overview-section .sub-wrap .video-box {
    position: relative;
    border-radius: 3rem;
    width: calc(40% - 10px);
    background-color: #FF547D;
    overflow: hidden;
    padding-top: 5.4rem;
}
.itta-detailpage .overview-section .sub-wrap .video-box .video-area {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    border-radius: 2rem;
    border: 4px solid rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
.itta-detailpage .overview-section .sub-wrap .video-box .video-area video {
    width: 100%;
    object-fit: contain;
}

.itta-detailpage .tone-manner-section {
    background: #FFF;
}
.itta-detailpage .tone-manner-section .contents-wrap ul li.pink {
    width: 50%;
    background: #FF547D;
}
.itta-detailpage .tone-manner-section .contents-wrap ul li.white {
    background: #FFF4F7;
}
.itta-detailpage .tone-manner-section .contents-wrap ul li.black {
    background: #000000;
}


.itta-detailpage .detailpage-section.features01-section {
    background: #FFF;
}
.itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner .pc-wrap { 
    position: relative;
    width: 78%;
    margin: 20px -1% 60px 0;
}
.itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner .pc-wrap .img-title-wrap {
    transform: rotate(-2deg);
    z-index: -1;
}
.itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner .m-wrap { 
    width: 22%;
    margin-left: -1%;
}
.itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner > .sub-info-title {
    display: none;
}
.itta-detailpage .detailpage-section.features02-section {
    background: #FFF4F7;
}
.itta-detailpage .detailpage-section.features03-section {
    background: #FFF;
}
.itta-detailpage .detailpage-section.features04-section {
    background: #FFF4F7;
}
.itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap,
.itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap  {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap {
    align-items: flex-end;
}
.itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list,
.itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 80px;
}

.itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile,
.itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile  {
    width: 22%;
}
.itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc,
.itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
    width: 78%;
}

.itta-detailpage .f-thumb-section .wrapper80 h2 {
    font-size: 40px;
    color: #FF547D;
}



.itta-rolling-banner {
    position: relative;
    display: flex;
    align-items: center;
    height: 66px;
    background-color: #FFECF0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.itta-rolling-banner .group-rolling {
    display: flex;
    width: 100%;
    animation: rolling 80s linear infinite;
}
.itta-rolling-banner .group-rolling .rolling-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.itta-rolling-banner .group-rolling .rolling-item {
    display: flex;
      align-items: center;
    gap: 15px;
}
.itta-rolling-banner .group-rolling .rolling-item .rolling-text{ 
    width: 229px;
    height: 25px;
}
.itta-rolling-banner .group-rolling .rolling-item .rolling-text img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itta-rolling-banner .group-rolling .rolling-item .rolling-icon { 
    width: 61.6px;
    height: 25.3px;
}
.itta-rolling-banner .group-rolling .rolling-item .rolling-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@keyframes rolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-15 * (229px + 15px + 61.6px + 15px)));
    }
  }
  


@media screen and (max-width : 1280px) {
    .itta-detailpage .img-title-wrap .img-area,
    .itta-detailpage .video-title-wrap .video-area {
        outline: 2px solid rgba(255, 84, 125, 0.8);
    }

    .itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap, 
    .itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap {
        gap: 12px;
    }
    .itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list, 
    .itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list {
        gap: 50px;
    }
    

    .itta-rolling-banner {
        height: 39px; 
    }
    .itta-rolling-banner .group-rolling {
        display: flex;
        width: 100%;
        animation: rolling 80s linear infinite;
    }
    .itta-rolling-banner .group-rolling .rolling-wrap {
        gap: 9px;
    }
    .itta-rolling-banner .group-rolling .rolling-item {
        gap: 9px;
    }
    .itta-rolling-banner .group-rolling .rolling-item .rolling-text{ 
        width: 137px; 
        height: 15px;
    }
    .itta-rolling-banner .group-rolling .rolling-item .rolling-icon { 
        width: 38px;
        height: 15px;
    }
    @keyframes rolling {
        0% {
          transform: translateX(0);
        }
        100% {
          /* ✅ calc 값 수정 (1.2배):
    -15 * (137px + 9px + 38px + 9px) = -15 * 193px = -2895px
          */
          transform: translateX(-2895px);
        }
    }
}


@media screen and (max-width : 768px) {
    .itta-detailpage .img-title-wrap .img-area,
    .itta-detailpage .video-title-wrap .video-area {
        outline: 1px solid rgba(255, 84, 125, 0.8);
    }
    .portfolio-detailpage .visual-section .project-mainimg .pc-img { 
        display: none;
    }
    .portfolio-detailpage .visual-section .project-mainimg .m-img {
        display: block;
    }
    .itta-detailpage .visual-section .project-mainimg .graphic-icon01, 
    .itta-detailpage .visual-section .project-mainimg .graphic-icon02 {
        width: 20%;
    }
    .itta-detailpage .visual-section .project-mainimg .graphic-icon01 {
        left: -3%;
        bottom: 15%;
        transform: rotate(-20deg);
        animation: float-icon01 15s ease-in-out infinite;
    }
    .itta-detailpage .visual-section .project-mainimg .graphic-icon02 {
        right: 3%;
        bottom: 70%;
        transform: rotate(15deg);
        animation-delay: 0.5s;
        animation: float-icon02 15s ease-in-out infinite;
    }
    @keyframes float-icon01 {
        0%, 100% {
            transform: rotate(-20deg) translateY(-30px); 
        }
        50% {
            transform: rotate(-20deg) translateY(30px); 
        }
    }
    @keyframes float-icon02 {
        0%, 100% {
            transform: rotate(15deg) translateY(30px); 
        }
        50% {
            transform: rotate(15deg) translateY(-30px); 
        }
    }

    .itta-detailpage .overview-section .main-wrap {
        padding: 0 16px;
    }
    .itta-detailpage .overview-section .main-wrap .mockup-wrap .video-wrap {
        border: 10px solid #F1F1F1;
    }
    .itta-detailpage .overview-section .sub-wrap {
        flex-direction: column;
    } 
    .itta-detailpage .overview-section .sub-wrap .img-box {
        width: 100%;
        border-radius: 10px;
    }
    .itta-detailpage .overview-section .sub-wrap .video-box {
        width: 100%;
        aspect-ratio: 358 / 325;
        border-radius: 15px;
    }
    .itta-detailpage .overview-section .sub-wrap .video-box .video-area {
        border-radius: 10px;
        border: 2px solid rgba(0, 0, 0, 0.8);
    }
    .itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner .pc-wrap {  
        position: absolute;
        left: -15%;
        bottom: 100PX;
        width: 100%;
        margin: 0;
    }
    .itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner .m-wrap { 
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 80px;
        display: flex;
        justify-content: flex-end;
    }
    .itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner .m-wrap .img-title-wrap {
        width: 30%;
    }
    .itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner > .sub-info-title {
        display: flex;
    }
    .itta-detailpage .detailpage-section.features01-section .home-wrap .wrapper230 .inner .pc-wrap .sub-info-title {
        display: none;
    }
    .itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap {
        align-items: flex-start;
    }
    .itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap {
        align-items: flex-end;
    }
    .itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list,
    .itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list {
        position: relative;
    }
    .itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc,
    .itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 10px;
    }
    .itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc .img-area {
        margin: 0  0 0 15%;
    }
    .itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc .img-area {
        margin: 0 0 0 -15%;
    }
    .itta-detailpage .detailpage-section.features03-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile  {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 30;
        width: 30%;
    }
    .itta-detailpage .detailpage-section.features04-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile  {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 30;
        width: 30%;
    }
    .itta-detailpage .detailpage-section.features02-section,
    .itta-detailpage .detailpage-section.features03-section,
    .itta-detailpage .detailpage-section.features04-section {
        padding: 50px 0;
    }

    .itta-rolling-banner {
        height: 26px;
    }
    .itta-rolling-banner .group-rolling {
        display: flex;
        width: 100%;
        animation: rolling 80s linear infinite;
    }
    .itta-rolling-banner .group-rolling .rolling-wrap {
        gap: 6px;
    }
    .itta-rolling-banner .group-rolling .rolling-item {
        gap: 6px;
    }
    .itta-rolling-banner .group-rolling .rolling-item .rolling-text{ 
        width: 91px;
        height: 10px;
    }
    .itta-rolling-banner .group-rolling .rolling-item .rolling-icon { 
        width: 25px;
        height: 10px;
    }
    @keyframes rolling {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-15 * (91px + 6px + 25px + 6px)));
        }
      }
      
}