.markernote-detailpag {
    background-color: #fff;
}
.markernote-detailpage .detailpage-section {
    /* background-color: #fff; */
}
.markernote-detailpage .visual-section {
    position: relative;
}
.markernote-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    background: url(../../img/project/markernote/visual.png) no-repeat center center / cover;
    content: "";
}
.markernote-detailpage .visual-section .project-mainimg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -30;
    background: url(../../img/project/markernote/mainimg_line.png) no-repeat center center / cover;
    content: "";
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character {
    position: absolute;
    left: 0;
    z-index: -10;
    bottom: 42%;
    display: flex;
    width: 100%;
    overflow: hidden;
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-wrap {
    display: flex;
    gap: 10vw;
    animation: autoRoll 30s linear infinite; 
    padding-right: 10vw;
}
@keyframes autoRoll {
    0% {
        transform: translateX(0); 
    }
    100% {
        transform: translateX(-100%);
    }
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img {
    max-width: 250px;
    min-width: 100px;
    width: 12vw;
    aspect-ratio: 1 / 1;
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img {
    animation-name: rotate-motion; 
    animation-duration: 3s; 
    animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite; 
    animation-direction: alternate;
    transform-origin: bottom center;
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img.character01 {
    animation-delay: 0s;
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img.character02 {
    animation-delay: -0.6s; 
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img.character03 {
    animation-delay: -1.2s;
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img.character04 {
    animation-delay: -1.8s;
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img.character05 {
    animation-delay: -2.4s;
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img.character06 {
    animation-delay: -3s;
}
@keyframes rotate-motion {
    0% {
        transform: rotate(0deg); /* 시작 위치: 회전 없음 */
    }
    50% {
        transform: rotate(-5deg); /* 왼쪽으로 3도 회전 (미세한 기울임) */
    }
    100% {
        transform: rotate(3deg); /* 오른쪽으로 3도 회전 */
    }
}
.markernote-detailpage .visual-section .project-mainimg .rolling-character .character-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.markernote-detailpage .overview-section {
    background-color: #fff;
    padding: 100px 0 0 0;
}
.markernote-detailpage .overview-section .contents-wrap {
    padding: 0;
}
.markernote-detailpage .overview-section .project-detail-head {
    margin-bottom: 30px;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 {
    display: flex;
    gap: 50px;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    margin-top: 12%;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap span {
    position: relative;
    display: inline-block;
    font-size: 7.5rem;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
    color: #100C12;
    letter-spacing: -0.02rem;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap span.row02::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    transform: translate(0, 100%);
    background: url(../../img/project/markernote/underline_svg.svg) no-repeat center top / contain;
    content: "";
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img {
    position: absolute;
    width: 10vw;
    z-index: 10;
    aspect-ratio: 18 /10;
    min-width: 100px;
    animation-duration: 4s; 
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate; 
    transform-origin: center center;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text01 {
    left: 0;
    top: -5%;
    transform: translate(0, -100%) rotate(3deg);
    animation-delay: -0.5s;
    animation-name: float-motion01;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text02 {
    right: -5%;
    top: 8%;
    transform: translate(100%, 0%) rotate(9deg);
    animation-delay: -1s;
    animation-name: float-motion02;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text03 {
    left: 24%;
    top: 60%;
    transform: translate(0, 0%) rotate(-9deg);
    animation-delay: -1.5s;
    animation-name: float-motion03;
}
@keyframes float-motion01 {
    0% {
        transform: rotate(3deg) translate(0, calc(-100% + 0px)); 
    }
    50% {
        transform: rotate(3deg) translate(0, calc(-100% - 10px)); 
    }
    100% {
        transform: rotate(3deg) translate(0, calc(-100% + 10px)); 
    }
}
@keyframes float-motion02 {
    0% {
        transform: rotate(9deg) translate(100%, 0px); 
    }
    50% {
        transform: rotate(9deg) translate(100%, -10px); 
    }
    100% {
        transform: rotate(9deg) translate(100%, 10px); 
    }
}
@keyframes float-motion03 {
    0% {
        transform: rotate(-9deg) translateY(0px); 
    }
    50% {
        transform: rotate(-9deg) translateY(-10px); 
    }
    100% {
        transform: rotate(-9deg) translateY(10px); 
    }
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .overview-img {
    width: 55%;
}
.markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .overview-img img {
    width: 100%;
    object-fit: contain;
    display: block;
}
.markernote-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.markernote-detailpage .overview-section .contents-wrap .m-wrap {
    background-color: #ECFFA0;
    padding: 150px 0 100px 0;
}
.markernote-detailpage .overview-section .contents-wrap .m-wrap .img-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 130px;
    row-gap: 97px;
    justify-content: space-between;
}
.markernote-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
    /* width: calc(25% - 97.5px); */
    width: 15vw;
    max-width: 259px;
}
.markernote-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap .sub-info-title > span {
    white-space: wrap;
}

.markernote-detailpage .tone-manner-section {
    background-color: #fff;
}
.markernote-detailpage .tone-manner-section .contents-wrap ul li.green {
    width: 50%;
    background-color: #ECFFA0;
}
.markernote-detailpage .tone-manner-section .contents-wrap ul li.green span {
    color: rgba(0, 0, 0, 0.4);
}
.markernote-detailpage .tone-manner-section .contents-wrap ul li.white {
    background-color: #fff;
}
.markernote-detailpage .tone-manner-section .contents-wrap ul li.black {
    background-color: #1B1B1B;
}

.markernote-detailpage .detailpage-section.login-section {
    position: relative;
}
.markernote-detailpage .detailpage-section.login-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    background: linear-gradient(155deg, #FFF 59.1%, #FAFFE8 105.72%);
    content: "";
}
.markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    padding-top: 87px;
}
.markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list .img-title-wrap {
    width: 16vw;
    max-width: 310px;
}
.markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list .img-title-wrap:last-child {
    position: relative;
    width: 17vw;
    max-width: 330px;
    align-items: center;
}
.markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list .img-title-wrap:last-child::before {
    position: absolute;
    right: 6.5vw;
    top: -35px;
    z-index: 30;
    transform: translate(0, -100%);
    width: 70vw;
    height: 52px;
    background: url(../../img/project/markernote/login_line.svg) no-repeat center right / contain;
    content: "";
}
/* .markernote-detailpage .detailpage-section.login-section .line-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.markernote-detailpage .detailpage-section.note-section {
    position: relative;
}
.markernote-detailpage .detailpage-section.note-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    background-color: #fff;
    content: "";
}
.markernote-detailpage .detailpage-section.note-section .line-bg01 {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(0, -60%);
    width: 60%;
}
.markernote-detailpage .detailpage-section.note-section .line-bg02 {
    position: absolute;
    left: 0;
    top: 60%;
    width: 25%;
}
.markernote-detailpage .detailpage-section.note-section .line-bg01 img,
.markernote-detailpage .detailpage-section.note-section .line-bg02 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap {
    padding: 0 90px;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .img-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .row01,
.markernote-detailpage .detailpage-section.note-section .contents-wrap .row02 {
    position: relative;
    display: flex;
    gap: 130px;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .img-title-wrap {
    position: relative;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .row01 .img-title-wrap:nth-child(1)::after {
    position: absolute;
    left: calc(50% + 3%);
    bottom: 2%;
    transform: translate(0, -19%);
    aspect-ratio: 234 / 319;
    z-index: 20;
    width: calc(64% + 65px);
    background: url(../../img/project/markernote/note_line01.svg) no-repeat center center / contain;
    content: "";
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img {
    position: absolute;
    max-width: 180px;
    width: 14vw;
    min-width: 90px;
}

[data-aos='zoom-in-shrink'] {
    opacity: 0;
    transform: scale(3); 
    transition: all 0.5s 
    cubic-bezier(0.68, -0.55, 0.41, 2.16);
}
[data-aos='zoom-in-shrink'].aos-animate {
    opacity: 1;
    transform: scale(1);
}

.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text01 {
    right: 10%;
    top: 5%;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text01[data-aos='zoom-in-shrink'] {
    opacity: 0;
    transform: scale(3);
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text01.aos-animate {
    opacity: 1;
    transform: scale(1);
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text02 {
    right: 0%;
    top: 32%;
    transform: rotate(15deg);
    transition-delay: 0.2s; 
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text02[data-aos='zoom-in-shrink'] {
    opacity: 0;
    transform: scale(3) rotate(15deg);
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text02.aos-animate {
    opacity: 1;
    transform: scale(1) rotate(15deg); 
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text03 {
    left: -5%;
    bottom: 15%;
    transform: rotate(-15deg); 
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text03[data-aos='zoom-in-shrink'] {
    opacity: 0;
    transform: scale(3) rotate(-15deg);
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text03.aos-animate {
    opacity: 1;
    transform: scale(1) rotate(-15deg);
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text04 {
    z-index: 12;
    left: 0;
    bottom: 45%;
    transform: translate(-70%, 0) rotate(15deg); 
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text04[data-aos='zoom-in-shrink'] {
    opacity: 0;
    transform: translate(-70%, 0) rotate(15deg) scale(3); 
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text04.aos-animate {
    opacity: 1;
    transform: translate(-70%, 0) rotate(15deg) scale(1);
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .row02 { 
    justify-content: flex-end;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .row02 .img-title-wrap:nth-child(1)::after{  
    position: absolute;
    right: 0;
    bottom: 8%;
    transform: translate(60%, 0);
    width: calc(25% + 100px);
    z-index: 25;
    aspect-ratio: 173 / 369;
    background: url(../../img/project/markernote/note_line02.png) no-repeat center center / contain;
    content: "";
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .img-list .empty-item {
    display: none;
}
.markernote-detailpage .detailpage-section.note-section .contents-wrap .img-list .img-title-wrap {
    width: 16vw;
    max-width: 310px;
    flex-shrink: 0;
}
.markernote-detailpage .detailpage-section.mobile-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.markernote-detailpage .detailpage-section.mobile-section .contents-wrap {
    margin: 0 90px;
}

.markernote-detailpage .detailpage-section.mobile-section .contents-wrap .img-list {
    display: flex;
    gap: 8vw;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: stretch;
} 
.markernote-detailpage .detailpage-section.mobile-section .contents-wrap .img-list .img-title-wrap{
    /* width: calc(25% - 112.5px); */
    width: 15vw;
    max-width: 259px;
    justify-content: flex-end;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
}
.markernote-detailpage .detailpage-section.mobile-section .contents-wrap .sub-info-title span {
    white-space: wrap;
}

.markernote-detailpage .detailpage-section.archive-section,
.markernote-detailpage .detailpage-section.edit-section {
    background-color: #ECFFA0;
}

.markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list {
    align-items: flex-start;
    padding-top: 50px;
}
.markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list .img-title-wrap {
    position: relative;
}
.markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list .img-title-wrap:nth-child(1)::before {
    position: absolute;
    left: 33%;
    top: -2%;
    width: calc(185% + 12vw);
    transform: translate(0, -50%);
    z-index: 20;
    aspect-ratio: 59 / 8;
    background: url(../../img/project/markernote/edit_line01.svg) no-repeat top center / contain;
    content: "";
}
.markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list .img-title-wrap:nth-child(1)::after {
    position: absolute;
    left: 25%;
    top: 19%;
    width: calc(70% + 8vw);
    transform: translate(0, 0);
    z-index: 20;
    aspect-ratio: 354 / 274;
    background: url(../../img/project/markernote/edit_line02.svg) no-repeat top center / contain;
    content: "";
}
.markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list .img-title-wrap:nth-child(3)::after {
    position: absolute;
    left: 20%;
    top: 62.5%;
    width: calc(35% + 8vw);
    transform: translate(50%, 0);
    z-index: 20;
    aspect-ratio: 39 / 2;
    background: url(../../img/project/markernote/edit_line03.svg) no-repeat top center / contain;
    content: "";
}

.markernote-detailpage .detailpage-section.archive-section .contents-wrap {
    /* margin: 0 137px; */
}
.markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list {
    gap: 8vw;
    justify-content: center;
}
.markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list .img-title-wrap {
    position: relative;
    flex-shrink: 0;
}
.markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list > .img-title-wrap:nth-child(2)::before {
    position: absolute;
    right: 35%;
    bottom: 55%;
    width: calc(10vw + 100px);
    z-index: 20;
    transform: translate(0, 50%);
    /* max-width: 440px; */
    aspect-ratio: 340 / 68;
    background: url(../../img/project/markernote/archive_line01.svg) no-repeat center center /contain;
    content: "";
}
.markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list > .img-title-wrap:nth-child(2)::after {
    position: absolute;
    right: 1%;
    transform: translate(100%, 50%);
    top: 14%;
    width: 7.8vw;
    z-index: 20;
    /* max-width: 196px; */
    aspect-ratio: 196 / 15;
    background: url(../../img/project/markernote/archive_line02.svg) no-repeat center center /contain;
    content: "";
}
.markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list .archive-wrap {
    display: flex;
    gap: 50px;
    width: fit-content;
    flex-shrink: 0;
}
.markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list .archive-wrap .img-title-wrap {
    /* width: calc(50% - 75px); */
}
@media screen and (max-width : 1280px) {
    .markernote-detailpage .overview-section .project-detail-head {
        margin-bottom: 75px;
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap {
        margin-top: 0;
        align-items: center;
        gap: 20px;
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text01 {
        left: -40%;
        top: 0;
        transform: translate(100%, -100%) rotate(3deg);
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text02 {
        right: -25%;
        top: 12%;
        transform: translate(0, 0) rotate(9deg);
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text03 {
        left: 5%;
        top: 130%;
        transform: translate(0, 0%) rotate(-9deg);
    }
    @keyframes float-motion01 {
        0% {
            transform: rotate(3deg) translate(100%, calc(-100% + 0px)); 
        }
        50% {
            transform: rotate(3deg) translate(100%, calc(-100% - 5px)); 
        }
        100% {
            transform: rotate(3deg) translate(100%, calc(-100% + 5px)); 
        }
    }
    @keyframes float-motion02 {
        0% {
            transform: rotate(9deg) translate(0%, 0px); 
        }
        50% {
            transform: rotate(9deg) translate(0%, -5px); 
        }
        100% {
            transform: rotate(9deg) translate(0%, 5px); 
        }
    }
    @keyframes float-motion03 {
        0% {
            transform: rotate(-9deg) translateY(0px); 
        }
        50% {
            transform: rotate(-9deg) translateY(-5px); 
        }
        100% {
            transform: rotate(-9deg) translateY(5px); 
        }
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .overview-img {
        width: 110%;
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap span {
        font-size: 6rem;
    }
    .markernote-detailpage .overview-section .contents-wrap .m-wrap .img-list {
        column-gap: 40px;
        row-gap: 40px;
    }
    

    .markernote-detailpage .detailpage-section.mobile-section .contents-wrap {
        margin: 0 20px;
        gap: 20px;
    }
    .markernote-detailpage .detailpage-section.mobile-section .contents-wrap {
        gap: 0;
    }
    .markernote-detailpage .detailpage-section.mobile-section .contents-wrap .img-list .img-title-wrap {
        width: 17vw;
    }

    .markernote-detailpage .detailpage-section.note-section .contents-wrap {
        padding: 0 15px;
    }

    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row01,
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row02 {
        gap: 80px;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row01 .img-title-wrap:nth-child(1)::after {        
        width: calc(60% + 50px);
        bottom: 5%;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row02 .img-title-wrap:nth-child(1)::after {
        width: calc(35% + 50px);
        bottom: 10%;
    }
    
    .markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list .archive-wrap {
        gap: 20px;
    }
    
}

@media screen and (max-width : 768px) {
    .markernote-detailpage .visual-section .project-mainimg::before {
        display: none;
    }
    .markernote-detailpage .overview-section .contents-wrap .m-wrap {
        padding: 16px 30px 50px 30px;
    }
    .markernote-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
        gap: 12px;
    }
    .markernote-detailpage .overview-section .contents-wrap .m-wrap .img-list {
        column-gap: 40px;
        row-gap: 23px;
    }
    .markernote-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .markernote-detailpage .detailpage-section.login-section .project-detail-head {
        margin-bottom: 48px;
    }
    .markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list {
        position: relative;
        column-gap: 40px;
        row-gap: 93px;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list::before {
        position: absolute;
        right: -16px;
        top: 0;
        width: calc(100% + 32px);
        transform: translate(0, 0);
        aspect-ratio: 390 / 2;
        background: url(../../img/project/markernote/login_top_line_m.svg) no-repeat center center / cover;
        content: "";
    }
    .markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list .img-title-wrap:last-child {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list .img-title-wrap:last-child::before {
        position: absolute;
        right: 50%;
        top: -15px;
        z-index: 30;
        transform: translate(50%, -100%);
        width: 45px;
        height: 45px;
        background: url(../../img/project/markernote/dot_m.svg) no-repeat center right / contain;
        content: "";
    }
    .markernote-detailpage .detailpage-section.login-section .contents-wrap .img-list .img-title-wrap:last-child::after {
        position: absolute;
        right: 50%; 
        top: -37px; 
        width: 50vw;
        height: 1.5px;
        background-image: linear-gradient(
            to right, 
            rgba(182, 255, 35, 0.70) 50%, 
            transparent 50%
        );
        
        /* 2. 대시선과 간격의 너비를 설정 (예: 대시 10px, 간격 10px) */
        background-size: 20px 100%; /* 대시 + 간격의 총 길이(20px)를 설정 */
        background-repeat: repeat-x; /* 가로로 반복 */
        background-position-y: top;
        z-index: 25;
        content: ""; 
    }

    .markernote-detailpage .detailpage-section.mobile-section .contents-wrap {
        margin: 0 15px;
        gap: 12px;
    }
    .markernote-detailpage .detailpage-section.mobile-section .contents-wrap .img-list {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 50px;
        column-gap: 40px;
    }
    .markernote-detailpage .detailpage-section.mobile-section .contents-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row01, 
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row02 {
        column-gap: 40px;
        row-gap: 30px;
        flex-wrap: wrap;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .img-list .empty-item {
        display: block;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row01 .img-title-wrap:nth-child(1)::after {
        left: calc(50% + 10px);
        bottom: 6%;
        transform: translate(0, -15%);
        aspect-ratio: 180 / 287;
        width: calc(48% + 30px);
        background: url(../../img/project/markernote/note_line_m01.svg) no-repeat center center / contain;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .row02 .img-title-wrap:nth-child(1)::after {
        width: auto;
        height: calc(15% + 40px);
        transform: translate(30%, 0);
        right: 0;
        bottom: calc(0% - 18px);
        aspect-ratio: 120 / 300;
        background: url(../../img/project/markernote/note_line_m02.png) no-repeat center center / contain;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text01 {
        top: auto;
        right: 15%;
        bottom: -15%;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text02 {
        top: auto;
        right: -5%;
        bottom: -35%;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text03,
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .text-img.text04 {
        display: none;
    }
    .markernote-detailpage .detailpage-section.note-section .line-bg01 img, .markernote-detailpage .detailpage-section.note-section .line-bg02 img {
        display: none;
    }
    .markernote-detailpage .detailpage-section.note-section .contents-wrap .img-list::before {
        position: absolute;
        left: 50%;
        top: 35%;
        transform: translate(-50%, -50%);
        width: 110%;
        aspect-ratio: 1170 / 667;
        z-index: -10;
        background: url(../../img/project/markernote/note_bg_m.png) no-repeat center center / contain;
        content: "";
    }
    .markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list > .img-title-wrap:nth-child(2) {
        order: -1;
    }
    .markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list > .img-title-wrap:nth-child(2)::after {
        display: none;
    }
    .markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list .archive-wrap {
        gap: 40px;
    }
    .markernote-detailpage .detailpage-section.edit-section .project-detail-head h2 {
        font-size: 55px;
    }
    .markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list .img-title-wrap:nth-child(1)::before {
        position: absolute;
        left: -14%;
        top: 12%;
        width: auto;
        height: calc(93% + 50px);
        transform: translate(0, 0);
        z-index: 20;
        aspect-ratio: 49 / 353;
        background: url(../../img/project/markernote/edit_line_m01.svg) no-repeat top center / contain;
        content: "";
    }
    .markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list .img-title-wrap:nth-child(1)::after {
        position: absolute;
        left: 26%;
        top: 18%;
        width: calc(85% + 40px);
        transform: translate(0, 0);
        z-index: 20;
        aspect-ratio: 139 / 89;
        background: url(../../img/project/markernote/edit_line_m02.svg) no-repeat top center / contain;
        content: "";
    }
    .markernote-detailpage .detailpage-section.edit-section .contents-wrap .img-list .img-title-wrap:nth-child(3)::after {
        position: absolute;
        left: auto;
        right: -20px;
        top: 42%;
        width: calc(12% + 40px);
        transform: translate(50%, 0);
        z-index: 20;
        aspect-ratio: 57 / 8;
        background: url(../../img/project/markernote/edit_line_m03.svg) no-repeat top center / contain;
        content: "";
    }
    .markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list > .img-title-wrap:nth-child(2)::before {
        position: absolute;
        right: 38%;
        top: 17%;
        bottom: auto;
        height: calc(80% + 50px);
        transform: translate(0, 0%);
        z-index: 20;
        width: auto;
        aspect-ratio: 115 / 347;
        background: url(../../img/project/markernote/archive_line_m01.svg) no-repeat top center / contain;
        content: "";
    }
    .markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list > .img-title-wrap:nth-child(1)::before {
        position: absolute;
        left: -40px;
        top: 51%;
        bottom: auto;
        width: 50px;
        transform: translate(0, 0%);
        z-index: 20;
        aspect-ratio: 45 / 8;
        background: url(../../img/project/markernote/archive_line_m02.svg) no-repeat top center / contain;
        content: "";
    }
    .markernote-detailpage .detailpage-section.archive-section .contents-wrap .img-list .archive-wrap .img-title-wrap:nth-child(1)::before {
        position: absolute;
        left: 50%;
        top: -40px;
        height: 60px;
        transform: translate(0, 0%);
        z-index: 20;
        aspect-ratio: 8 / 56;
        background: url(../../img/project/markernote/archive_line_m03.svg) no-repeat top center / contain;
        content: "";
    }
}

@media screen and (max-width : 400px) {
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap {
        width: 100%;
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text01 {
        left: 0;
    }

    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text02 {
        right: 12%;
    }
    .markernote-detailpage .overview-section .contents-wrap .main-wrap .wrapper120 .title-wrap .text-img.text03 {
        left: 15%;
    }
    @keyframes float-motion01 {
        0% {
            transform: rotate(3deg) translate(0%, calc(-100% + 0px)); 
        }
        50% {
            transform: rotate(3deg) translate(0%, calc(-100% - 5px)); 
        }
        100% {
            transform: rotate(3deg) translate(0%, calc(-100% + 5px)); 
        }
    }

    @keyframes float-motion02 {
        0% {
            transform: rotate(9deg) translate(100%, 0px); 
        }
        50% {
            transform: rotate(9deg) translate(100%, -5px); 
        }
        100% {
            transform: rotate(9deg) translate(100%, 5px); 
        }
    }
}