body {
    background: #fff;
}

/* html, body, .body-class, main, .evt-container {
    min-height: 100%;
} */

html, body, .body-class { height: 100%; }
main { min-height: 100%; }

.evt-container {
    padding: 60px 0;
}
.evt-container .standard {
    width: 1130px; margin: 0 auto;
}

.evt-container .evt-page-title {
    font-size: var(--fs-24); line-height: var(--lh-24); letter-spacing: var(--ls-24);
    font-weight: 600;
}

.evt-container .home-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}



.detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px; 
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.detail-wrapper .detail-top {
    display: flex;
    flex-direction: column;
    gap: 12px; justify-content: center;
    align-items: center; color: rgba(60, 60, 67, 0.60); font-weight: 600;
    font-size: var(--fs-18); line-height: var(--lh-18); letter-spacing: var(--ls-18);
    text-align: center; color: #000;
}
.detail-wrapper .detail-top .title {
    font-size: var(--fs-32); line-height: var(--lh-32); letter-spacing: var(--ls-32); font-weight: 600;
    color: #000;
}
.detail-wrapper .detail-top .created {
    padding-top: 20px;
    color: rgba(60, 60, 67, 0.60); font-weight: 400;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
}
.detail-wrapper .detail-box {
    display: flex;
    flex-direction: column;
}
.detail-wrapper .detail-box .banner {
    height: 200px;
    width: 100%;
    border-radius: 8px;
    background: #027549;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-wrapper .detail-box .banner.v1 {
    background: #1870F3;
}
.detail-wrapper .detail-box .banner.v2 {
    background: #FFE864;
}
.detail-wrapper .detail-box .banner.v2 img {
    width: 232px;
}
.detail-wrapper .detail-box .banner.v1 img {
    width: 258px;
}
.detail-wrapper .detail-box .banner.v3 {
    background: #A7ECFF;
}
.detail-wrapper .detail-box .banner.v3 img { width: 241px; }



.detail-wrapper .detail-box .contents {
    width: 670px; max-width: 100%;
    margin: auto;
    display: flex; flex-direction: column; gap: 60px;
}
.detail-wrapper .detail-box .contents .descript {
    /* margin-top: 60px; */
    /* display: flex; flex-direction: column; gap: 12px; */
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
    overflow: hidden;
}
.detail-wrapper .detail-box .contents .descript img {
    max-width: 100% !important;
}
.sort-ul {
    font-weight: 600;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15);
    display: flex;
    flex-direction: column; gap: 24px;
}
.sort-ul > li {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 20px;
}
.sort-ul > li > ul {
    color: rgba(60, 60, 67, 0.60); font-weight: 400;
    display: flex;
    flex-direction: column; gap: 16px;
}
.detail-wrapper .detail-box .bottom {
    display: flex;
    flex-direction: column; gap: 40px;
}
.detail-wrapper .detail-box .bottom .participation {
    display: flex;
    flex-direction: column; gap: 16px;
    justify-content: center;
    align-items: center;
}
.detail-wrapper .detail-box .bottom .participation .btn {
    border-radius: 8px;
    background: #FFEB3B;
    display: flex;
    width: 300px;
    max-width: 100%;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    font-size: var(--fs-15); line-height: var(--lh-15); letter-spacing: var(--ls-15); font-weight: 500;
}

.detail-wrapper .detail-box .bottom .participation .btn.naver {
    background: #03C569;
    color: #fff;
    gap: 10px;
}

.detail-wrapper .detail-box .bottom .etc {
    display: flex; flex-direction: column; justify-content: center;
    gap: 24px;
}
.detail-wrapper .detail-box .bottom .etc .share {
    display: flex; justify-content: center; gap: 12px;
}
.detail-wrapper .detail-box .bottom .etc .tag {
    display: flex; justify-content: center; gap: 12px;
}

.detail-wrapper .detail-box .bottom .etc .share .cir {
    width: 36px;
    height: 36px;
    background: rgba(120, 120, 128, 0.12);
    aspect-ratio: 1/1;
    border-radius: 50%;;
    justify-content: center;
    align-items: center;
    display: flex;
}
.detail-wrapper .detail-box .bottom .etc .share .cir textarea {
    display: none;
}
.detail-wrapper .detail-box .bottom .etc .tag .name {
    color: rgba(60, 60, 67, 0.60); font-size: var(--fs-13); line-height: var(--lh-13); letter-spacing: var(--ls-13);
    padding: 8px 16px;
    border-radius: 900px;
    background: rgba(120, 120, 128, 0.08);
}
.detail-wrapper .detail-box .bottom .etc .back {
    padding-top: 36px; display: flex;
    justify-content: center;
    align-items: center;
}
.detail-wrapper .detail-box .bottom .etc .btn {
    font-size: var(--fs-14); line-height: var(--lh-14); letter-spacing: var(--ls-14); font-weight: 600;
    padding: 12px; border-radius: 900px; display: flex;
    background: rgba(120, 120, 128, 0.12); width: 120px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1150px) {  

    .evt-container .standard {
        width: auto; margin: 0 16px;
    }
}

@media only screen and (max-width: 1000px) {  

    .evt-container {
        padding: 32px 0 60px 0;
    }

    .evt-container .evt-page-title {
        font-size: var(--fs-20);
        line-height: var(--lh-20);
        letter-spacing: var(--ls-20);
    }

    .evt-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px; width: 100%;
    }
    
    .mobile-hidden {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {  
    .evt-container .evt-page-title {
        justify-content: center;
        display: flex;
    }
    /* .evt-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px; width: 100%;
    } */
    .detail-wrapper {
        gap: 32px;
    }
    .detail-wrapper .detail-top .title {
        font-size: var(--fs-22);
        line-height: var(--lh-22);
        letter-spacing: var(--ls-22);
    }

    .detail-wrapper .detail-box .banner {
        height: 210px;
    }
    .detail-wrapper .detail-box .banner.v2 img {
        width: 216px;
    }
    .detail-wrapper .detail-box .banner.v1 img {
        width: 258px;
    }
    .detail-wrapper .detail-box .banner.v3 img {
        width: 216px;
    }

    .sort-ul {
        background: rgba(120, 120, 128, 0.08);
        padding: 16px 12px;border-radius: 12px;
        font-size: var(--fs-13);
        line-height: var(--lh-13);
        letter-spacing: var(--ls-13);
        gap: 20px;
    }
    .sort-ul > li {
        grid-template-columns: 1fr; gap: 8px;
    }
    .sort-ul > li > ul {
        font-size: var(--fs-14);
        line-height: var(--lh-14);
        letter-spacing: var(--ls-14);
        gap: 8px;
    }

    .detail-wrapper .detail-box .contents .descript {
        /* margin-top: 32px; */
        padding: 0 16px;
    }
    .detail-wrapper .detail-box .contents {
        gap: 32px;
    }
    .detail-wrapper .detail-box .bottom {
        gap: 60px;
    }
    .detail-wrapper .detail-box .bottom .etc .back {
        padding-top: 16px;
    }

}