.secondtable-detailpage .visual-section {
    position: relative;
    overflow: hidden;
}
.secondtable-detailpage .visual-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-color: #FF8800;
    content: "";
}
.secondtable-detailpage .visual-section .project-mainimg {
    position: relative;
}
.secondtable-detailpage .visual-section .project-mainimg .star-icon {
    position: absolute;
}
.secondtable-detailpage .visual-section .project-mainimg .star-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.secondtable-detailpage .visual-section .project-mainimg .star-icon.star01 {
    left: 13%;
    bottom: 17%;
    max-width: 220px;
    width: 15vw;
    z-index: 20;
    aspect-ratio: 261 / 233;
  
}
[data-aos='zoom-in-burst'] {
    opacity: 0;
    transform: scale(0.1); 
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.27); 
}
[data-aos='zoom-in-burst'].aos-animate {
    opacity: 1; 
    transform: scale(1); 
}
.secondtable-detailpage .visual-section .project-mainimg .star-icon.star02 {
    right: 13%;
    top: 0%;
    z-index: -10;
    max-width: 350px;
    width: 18vw;
    aspect-ratio: 45 / 44;
    /* animation: star-rotate 13s linear infinite; */
}

.secondtable-detailpage .visual-section .project-mainimg .bg-text {
    display: block;
    position: absolute;
    font-size: 17rem;
    font-family: 'MungyeongGamhongApple';
    text-transform: uppercase;
    background: linear-gradient(-45deg, #FFBA5F, #FFE491, #FFECCC);
    background-size: 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: animated_text 10s ease-in-out infinite;
    -moz-animation: animated_text 10s ease-in-out infinite;
    -webkit-animation: animated_text 10s ease-in-out infinite;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #100C12;
}
.secondtable-detailpage .visual-section .project-mainimg .bg-text.text01 {
    left: -2%;
    top: 4%;
}
.secondtable-detailpage .visual-section .project-mainimg .bg-text.text02 {
    right: -1%;
    bottom: 15%;
}

@keyframes animated_text {
	0% { background-position: 0px 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0px 50%; }
}

/* @keyframes star-rotate {
    0%{
        transform: scale(1) rotate(0);
    }
    50% {
        transform: scale(0.5) rotate(-180deg); 
    }
    100% {
        transform: scale(1) rotate(-360deg) ;
    }
} */

.secondtable-detailpage .overview-section {
    background-color: #FFECCC;
}
.secondtable-detailpage .overview-section .contents-wrap .home-wrap {
    margin-bottom: 100px;
}
.secondtable-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;
}
.secondtable-detailpage .overview-section .contents-wrap .sub-wrap .inner {
    max-width: 1450px;
    width: 75vw;
}
.secondtable-detailpage .overview-section .contents-wrap .m-wrap {
    padding: 0 40px;
}
.secondtable-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.secondtable-detailpage .overview-section .contents-wrap .m-wrap .img-list {
    display: flex;
    gap: 130px;
}
.secondtable-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
    width: calc(25% - 97.5px);
}

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

.secondtable-detailpage .detailpage-section.home-section {
    background-color: #fff;
}
.secondtable-detailpage .detailpage-section.home-section .contents-wrap { 
    padding: 0 80px;
    max-width: 2000px;
    margin: 0 auto;
}
.secondtable-detailpage .detailpage-section.home-section .contents-wrap .inner {
    position: relative;
}
.secondtable-detailpage .detailpage-section.home-section .contents-wrap .inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 12%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    content: "";  
} 
.secondtable-detailpage .detailpage-section.project-section {
    background: url(../../img/project/secondtable/project_bg_pc.jpg) no-repeat center center / cover;
}
.secondtable-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    width: 70%;
}
.secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap.align-r {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .img-list {
    display: flex;
    align-items: flex-end;
    gap: 30px;
 
}
.secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .img-title-wrap.pc {
    width: 70%;
}
.secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .img-title-wrap.mobile  {
    width: 30%;
}

.secondtable-detailpage .detailpage-section.contact-section {
    position: relative;
}
.secondtable-detailpage .detailpage-section.contact-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    background-color: #FFECCC;
    content: "";
}
.secondtable-detailpage .detailpage-section.contact-section .contents-wrap {
    position: relative;
    padding: 0 15px;
}
.secondtable-detailpage .detailpage-section.contact-section .contents-wrap::before {
    position: absolute;
    left: 0;
    bottom: -100px;
    transform: translate(-5%, 20%);
    width: 45%;
    aspect-ratio: 777 / 243;
    background: url(../../../src/img/credit_logo_w.svg) no-repeat center center / contain;
    opacity: 0.5;
    content: "";
}
.secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul {
    display: flex;
    gap: 30px;
}
.secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul li {
    width: calc(50% - 15px);
}
.secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul li:nth-child(2) .img-title-wrap{
    margin-top: 225px;
}

@media screen and (max-width : 1280px) {
    .secondtable-detailpage .visual-section .project-mainimg .bg-text {
        font-size: 14rem;
    }


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

    .secondtable-detailpage .detailpage-section.home-section .contents-wrap{
        padding: 0;
    }

    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner {
        width: 80%;
    }

    .secondtable-detailpage .overview-section .contents-wrap .contact-wrap .video-title-wrap {
        width: 83vw;
    } 
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap {
        padding: 0;
    }
}

@media screen and (max-width : 768px) {
    .secondtable-detailpage .visual-section .project-mainimg .bg-text {
        font-size: 12rem;
        -webkit-text-stroke: 0.2px;
    }
    .secondtable-detailpage .visual-section .project-mainimg .bg-text.text01 {
        top: 5%;
    }
    .secondtable-detailpage .visual-section .project-mainimg .bg-text.text02 {
        bottom: 22%;
    }
    .secondtable-detailpage .visual-section .project-mainimg .star-icon.star01 {
        left: 6%;
        bottom: 25%;
    }
    .secondtable-detailpage .visual-section .project-mainimg .star-icon.star02 {
        top: 5%;
        right: 8%;
    }
    .secondtable-detailpage .visual-section .project-mainimg .pc-img {
        display: none;
    }
    .secondtable-detailpage .visual-section .project-mainimg .m-img {
        position: relative;
        display: block;
        z-index: 10;
    }

    .secondtable-detailpage .overview-section .contents-wrap .home-wrap {
        margin-bottom: 50px;
    }
    .secondtable-detailpage .overview-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .secondtable-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
    }
    .secondtable-detailpage .overview-section .contents-wrap .sub-wrap {
        margin-bottom: 50px;
    }
    .secondtable-detailpage .overview-section .contents-wrap .sub-wrap .inner {
        width: 100%;
    } 
    .secondtable-detailpage .overview-section .contents-wrap .sub-wrap .inner .video-title-wrap {
        margin-left: 60px;
    }

    .secondtable-detailpage .overview-section .contents-wrap .m-wrap {
        padding: 0 15px;
    }

    .secondtable-detailpage .detailpage-section.project-section {
        background: url(../../img/project/secondtable/project_bg_m.jpg) no-repeat center center / cover;
    }
    .secondtable-detailpage .detailpage-section.project-section .project-detail-head h2 {
        font-size: 55px;
        letter-spacing: -2.2px;
        word-break: break-all;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .wrapper80 {
        padding: 0;
        gap: 50px;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .inner .img-title-wrap.mobile { 
        position: absolute;
        bottom: 32px;
        right: 20px;
        transform: translate(50%, 0%);
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner {
        width: 100%;
        align-items: flex-end;
        margin-left: -16px;
        gap: 12px;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .img-list {
        position: relative;
        width: 100%;
        gap: 0;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .img-title-wrap.pc {
        width: 90%;
        margin-bottom: 32px;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap.align-r .inner .img-title-wrap.pc .img-area {
        margin: 0 -28px 0 0;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap.align-r::before {
        display: none;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .img-title-wrap.pc .img-area {
        margin: 0 0 0 -28px;
    }
    
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap .inner .img-title-wrap.mobile {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 30;
        width: 35%;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap.align-r .inner {
        margin-right: -16px;
        align-items: flex-start;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap.align-r .inner .img-list {
        justify-content: flex-end;
    }
    .secondtable-detailpage .detailpage-section.project-section .contents-wrap .pc-m-wrap.align-r .inner .img-title-wrap.mobile {
        left: 0;

    }

    .secondtable-detailpage .detailpage-section.contact-section {
        width: 100%;
        overflow: hidden;
    }
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap::before {
        display: none;
    }
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul {
        flex-direction: column;
        gap: 50px;
    }
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul li {
        width: 100%;
    }
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul li:nth-child(1) {
        padding-right: 44px;
    }
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul li:nth-child(2) {
        padding-left: 44px;
    }
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul li:nth-child(1) .img-title-wrap {
        align-items: flex-end;
        margin-left: -30px;
    }
    .secondtable-detailpage .detailpage-section.contact-section .contents-wrap ul li:nth-child(2) .img-title-wrap {
        margin-top: 0;
        margin-right: -30px;
    }
    
}


@media screen and (max-width : 500px) {
    .secondtable-detailpage .f-thumb-section .wrapper80 h2 {
        font-size: 40px;
    }
    .secondtable-detailpage .visual-section .project-mainimg .star-icon.star01 {
        width: 20vw;
    }
    .secondtable-detailpage .visual-section .project-mainimg .star-icon.star02 {
        right: 3%;
        width: 25vw;
    }
    .secondtable-detailpage .visual-section .project-mainimg .bg-text {
        font-size: 8rem;
    }
    .secondtable-detailpage .visual-section .project-mainimg .bg-text.text01 {
        top: 10%;
        left: -3%;
    }
    .secondtable-detailpage .visual-section .project-mainimg .bg-text.text02 {
        bottom: 25%;
    }
}