.pubstation-detailpage {
    background-color: #fff;
}
.pubstation-detailpage .visual-section {
    position: relative;
    background: url(../../img/project/pubstation/visual_pc.jpg) no-repeat center center / cover;
    color: #5DA4FB;
}
.pubstation-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .category-list li {
    border: 1px solid #5DA4FB;
}
.pubstation-detailpage .visual-section .project-info .wrapper80 .title {
    border-bottom: 
    1px solid rgba(93, 164, 215, 0.5);
}
.pubstation-detailpage .visual-section .project-info .wrapper80 .info-wrap .info-detail > ul > li .label-wrap .label-icon  {
    background-color: #5DA4FB;
}
.pubstation-detailpage .visual-section .sub-info-title .box-icon{
    background-color: #5DA4FB;
}
.pubstation-detailpage .visual-section .sub-info-title span {
    color: #5DA4FB;
}

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

.pubstation-detailpage .tone-manner-section {
    background: #C4DDFB;
}
.pubstation-detailpage .tone-manner-section .contents-wrap ul li.blue {
    width: 50%;
    background: #5DA4FB;
}
.pubstation-detailpage .tone-manner-section .contents-wrap ul li.white {
    background: #fff;
}
.pubstation-detailpage .tone-manner-section .contents-wrap ul li.black {
    background: #000;
}


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

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

.pubstation-detailpage .detailpage-section.community-section::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    max-width: 777px;
    aspect-ratio: 777 / 243;
    background: url(../../img/project/pubstation/logo.png) no-repeat center center / contain;
    content: "";
}
.pubstation-detailpage .detailpage-section.community-section .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap {
    display: flex;
}
.pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
    max-width: 1210px;
}
.pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap:nth-child(2) {
    justify-content: flex-end;
}
.pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .img-list {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.pc {
    width: calc(70% - 15px);
    /* max-width: 850px; */
}
.pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .img-list .img-title-wrap.mobile {
    width: calc(30% - 15px);
    /* max-width: 330px; */
}

.pubstation-detailpage .detailpage-section.mypage-section {
    background: url(../../img/project/pubstation/mypage_bg_pc.jpg) no-repeat center center / cover;
}
.pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner {
    position: relative;
}
.pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner .m-wrap { 
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    z-index: 15;
}
.pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner > .sub-info-title {
    display: none;
}
.pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner .pc-wrap {
    margin-right: 10%;
}

.pubstation-detailpage .admin-section {
    background-color: #EFF6FF;
}
.pubstation-detailpage .admin-section .contents-wrap ul li:nth-child(1) {
    justify-content: center;
}

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


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

    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .main-wrap {
        flex-direction: column;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .main-wrap .img-title-wrap {
        width: 90vw;
        margin: 0 auto;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .main-wrap .img-title-wrap.community02 .img-area {
        margin-top: 60px;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .img-list {
        width: 100%;
    } 
}

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

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

    .pubstation-detailpage .detailpage-section.community-section::after {
        display: none;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .inner {
        width: 100%;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap {
        gap: 50px;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .inner {
        gap: 12px;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap:nth-child(odd) .inner  {
        align-items: flex-end;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap .img-list {
        position: relative;
        justify-content: flex-end;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap:nth-child(odd) .img-list .img-title-wrap.pc {
        position: absolute;
        width: 100%;
        left: -15%;
        top: 0;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap:nth-child(odd) .img-title-wrap.mobile {
        width: 30%;
        margin-top: 48%;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list {
        justify-content: flex-start;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap:nth-child(2) .img-list .img-title-wrap.pc {
        position: absolute;
        width: 100%;
        right: -15%;
        top: 0;
    }
    .pubstation-detailpage .detailpage-section.community-section .contents-wrap .pc-m-wrap:nth-child(2) .inner .img-list .img-title-wrap.mobile {
        position: relative;
        width: 30%;
        margin-top: 48%;
        z-index: 20;
    }

    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap {
        margin-bottom: 66px;
    }
    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner {
        display: flex;
        flex-direction: column;
        /* align-items: flex-end; */
        gap: 12px;
    }
    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner .pc-wrap {  
        position: absolute;
        left: -15%;
        top: 0;
        width: 100%;
    }
    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner .m-wrap { 
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 20%;
        display: flex;
        justify-content: flex-end;
    }
    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner .m-wrap .img-title-wrap {
        width: 30%;
    }
    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner > .sub-info-title {
        display: flex;
    }
    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner .pc-wrap .sub-info-title {
        display: none;
    }
    .pubstation-detailpage .detailpage-section.mypage-section .home-wrap .wrapper230 .inner .pc-wrap {
        
    }
    
}