
.astro_x-detailpage .visual-section {
    background-color: #E0F0FF;
}
.astro_x-detailpage .visual-section .project-mainimg {
    position: relative;
}
.astro_x-detailpage .visual-section .project-mainimg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    top: 5%;
    background: linear-gradient(0deg, rgba(224, 240, 255, 0.00) 0%, #E0F0FF 80%);
    content: "";
}
.astro_x-detailpage .overview-section {
    background-color: #fff;
}
.astro_x-detailpage .overview-section .contents-wrap .home-wrap {
    margin-bottom: 100px;
}
.astro_x-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;
}
.astro_x-detailpage .overview-section .contents-wrap .sub-wrap .inner {
    max-width: 1450px;
    width: 75vw;
}
.astro_x-detailpage .overview-section .contents-wrap .m-wrap {
    padding: 0 40px;
}
.astro_x-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.astro_x-detailpage .overview-section .contents-wrap .m-wrap .img-list {
    display: flex;
    gap: 130px;
}
.astro_x-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
    width: calc(25% - 97.5px);
}

.astro_x-detailpage .tone-manner-section {
    background: #E0F0FF;
}
.astro_x-detailpage .tone-manner-section .contents-wrap ul li.blue {
    width: 50%;
    background: #00A1E9;
}
.astro_x-detailpage .tone-manner-section .contents-wrap ul li.white {
    background: #fff;
}
.astro_x-detailpage .tone-manner-section .contents-wrap ul li.black {
    background: #000;
}


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

.astro_x-detailpage .detailpage-section.news-section {
    position: relative;
}
.astro_x-detailpage .detailpage-section.news-section::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF 0%, #EFF6FF 100%);
    content: "";
}

.astro_x-detailpage .detailpage-section.news-section::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    max-width: 777px;
    aspect-ratio: 777 / 243;
    background: url(../../img/project/astro_x/logo.png) no-repeat center center / contain;
    content: "";
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 10vw;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap {
    display: flex;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    /* max-width: 1210px; */
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(2) {
    justify-content: flex-end;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(2) .inner {
    align-items: flex-end;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list{
    justify-content: flex-end;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
    width: calc(50% - 30px);
    /* max-width: 850px; */
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
    position: relative;
    width: calc(20% - 30px);
    /* max-width: 330px; */
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile .sub-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);

    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile .sub-img img {
    width: 100%;
    object-fit: contain;
}
.astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile .sub-img img.m-img {
    display: none;
}

.astro_x-detailpage .detailpage-section.contact-section {
    position: relative;
    padding: 100px 0 0 0;
}
.astro_x-detailpage .detailpage-section.contact-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #E0F0FF;
    z-index: -50;
    content: "";
}
.astro_x-detailpage .detailpage-section.contact-section::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    z-index: -30;
    aspect-ratio: 777 / 242;
    background: url(../../img/project/astro_x/logo_bg.svg) no-repeat center center / contain;
    content: "";
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    max-width: 1500px;
    margin: 0 auto;
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-list {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: -10px;
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
    width: calc(73% - 50px);
    transform: rotate(-2.032deg);
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
    position: relative;
    width: calc(27% - 50px);
    transform: rotate(1.963deg);
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile .img-box {
    position: relative;
    width: 100%;
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile .img-box::after {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    z-index: 10;
    aspect-ratio: 334 / 679;
    outline: 4px solid rgba(16, 12, 18, 0.8);
    border-radius: 20px;
    box-shadow: 0 4.024px 10.061px 0 rgba(0, 0, 0, 0.15);
    content: "";
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile .img-box img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    object-fit: contain;
}
.astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner > .sub-info-title {
    display: none;
}

@media screen and (max-width : 1280px) {
    .astro_x-detailpage .overview-section .contents-wrap .sub-wrap .bg-text {
        left: 20px;
        top: 20px;
    }
    .astro_x-detailpage .overview-section .contents-wrap .sub-wrap .inner {
        width: 83vw;
    }
    .astro_x-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
        padding: 0;
    }
    .astro_x-detailpage .overview-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
    }
    .astro_x-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
        width: calc(25% - 30px);
    }


    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner .img-list {
        gap: 30px;
    }
    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: calc(77% - 15px);
    }
    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
        width: calc(23% - 15px);
    }
    .astro_x-detailpage .detailpage-section.news-section {
        padding: 100px 0 50px 0;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap {
        gap: 9vw;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .main-wrap {
        flex-direction: column;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .main-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .main-wrap .img-title-wrap.community02 .img-area {
        margin-top: 60px;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list {
        width: 100%;
    } 
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list {
        gap: 40px;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
        width: calc(60% - 20px);
        /* max-width: 850px; */
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
        position: relative;
        width: calc(20% - 20px);
        /* max-width: 330px; */
    }

    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-list {
        gap: 80px;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: calc(73% - 45px);
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile  {
        width: calc(27% - 45px);
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile .img-box::after {
        aspect-ratio: 334 / 679;
        outline: 2px solid rgba(16, 12, 18, 0.8);
        border-radius: 10px;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile .img-box img {
        border-radius: 10px 10px 0 0;
    }
}

@media screen and (max-width : 768px) {
    .astro_x-detailpage .overview-section .contents-wrap .home-wrap {
        margin-bottom: 50px;
    }
    .astro_x-detailpage .overview-section .contents-wrap .m-wrap .wrapper120 {
        padding: 0 15px;
    }
    .astro_x-detailpage .overview-section .contents-wrap .m-wrap .img-list {
        gap: 40px;
        flex-wrap: wrap;
    }
    .astro_x-detailpage .overview-section .contents-wrap .m-wrap .img-list .img-title-wrap {
        width: calc(50% - 20px);
    }
    .astro_x-detailpage .overview-section .contents-wrap .sub-wrap {
        margin-bottom: 80px;
    }
    .astro_x-detailpage .overview-section .contents-wrap .sub-wrap .bg-text {
        display: none;
     }
    .astro_x-detailpage .overview-section .contents-wrap .sub-wrap .inner {
        width: 100%;
    } 
    .astro_x-detailpage .overview-section .contents-wrap .sub-wrap .inner .video-title-wrap.campaign {
        margin-left: 60px;
    }

    .astro_x-detailpage .overview-section .contents-wrap .m-wrap {
        padding: 0 15px;
    }
    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner {
        align-items: flex-start;
        gap: 12px;
    }
    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner .img-list {
        position: relative;
    }
    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        width: 100%;
        margin-bottom: 35px;
    }
    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc .img-area {
        margin-left: 15%;
    }
    .astro_x-detailpage .detailpage-section.about-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
        width: 30%;
    }


    .astro_x-detailpage .detailpage-section.news-section {
        padding: 100px 0 27vw 0;
    }
    .astro_x-detailpage .detailpage-section.news-section::after {
        display: none;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .inner {
        width: 100%;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap {
        gap: 15vw;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .inner {
        gap: 12px;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(odd) .inner  {
        align-items: flex-start;

    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list {
        position: relative;
        justify-content: flex-end;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(odd) .img-list .img-title-wrap.pc {
        position: absolute;
        width: 100%;
        left: -15%;
        top: 0;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(odd) .img-title-wrap.mobile {
        width: 30%;
        margin-top: 57%;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list {
        justify-content: flex-start;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list .img-title-wrap.pc {
        position: absolute;
        width: 100%;
        right: -15%;
        top: 0;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list {
        justify-content: flex-start;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list .img-title-wrap.mobile {
        position: relative;
        width: 30%;
        margin-top: 65%;
        z-index: 20;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile .sub-img img.pc-img {
        display: none;
    }
    .astro_x-detailpage .detailpage-section.news-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile .sub-img img.m-img {
        display: block;
    }

    .astro_x-detailpage .detailpage-section.contact-section::after {
        display: none;
    }
    .astro_x-detailpage .detailpage-section.contact-section .project-detail-head h2 {
        font-size: 53px;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner {
        width: 100%;
        align-items: flex-start;
       
        gap: 12px;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-list {
        position: relative;
        width: 100%;
        gap: 0;
        justify-content: flex-end;
        align-items: flex-start;
        margin-bottom: -20px;
        /* margin-right: -16px; */
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc {
        position: absolute;
        left: calc(-5% - 16px);
        width: 100%;
        transform: rotate(0);
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.pc .sub-info-title {
        display: none;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner > .sub-info-title {
        position: absolute;
        left: 0;
        bottom: 50px;
        display: flex;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile {
        width: 35%;
        aspect-ratio: 177 / 678;
        margin-top: 20%;
        transform: rotate(7deg);
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile .img-box {
        position: absolute;
        right: 0;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80.align-r .inner {
        margin-left: -16px;
        align-items: flex-start;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80.align-r .inner .img-list {
        justify-content: flex-end;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80.align-r .inner .img-title-wrap.mobile {
        left: 0;
    }
    .astro_x-detailpage .detailpage-section.contact-section .contents-wrap .wrapper80 .inner .img-title-wrap.mobile .img-box::after {
        outline: 1px solid rgba(16, 12, 18, 0.8);
    }
}

