/* 참여 & 기부하기 컨테이너 */
div.participate-container h3.participate-title,
div.participate-container button.participate-button {
    color: #000 !important;
}


#no-plastic-promise {
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: 100% 232px;
    background-image: url("/mobile/img/main_back_left02_pc.jpg");
    margin-bottom: 15px;
}
#no-plastic-promise > p { font-size: 32px; }
#no-plastic-promise > p .border {
    padding: 4px 8px;
    border: 1px solid #c7ff95;
}
#no-plastic-promise > span { font-size: 26px; }
#no-plastic-promise > .colored {
    color: #bdeb92;
    font-size: 18px;
    line-height: 15px;
    margin-top: 1rem;
}

/* swipers */
.answer-container-wrapper {
    display: flex;
    width: 50%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 0;
    background-color: #f9f9f9;
}
.answer-container {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.answer-container b.colored { color: #00630E; }

div.swiper-container { padding: 0 15px; }
a.swiper-button-prev { left:  1%; }
a.swiper-button-next { right: 1%; }

/* 재활용 성과 */
.result-wrapper {
    position: relative;
    margin: 10px 0;
    font-size: 2.5rem;
}
#result-papers b { font-size: 4.5rem; }
#result-trees b, #result-CO2 b { font-size: 4rem; }

#result-papers, #result-trees, #result-CO2 {
    position: absolute;
    text-align: center;
    z-index: 1;
}
#result-papers {
    top: 63%;
    left: 17.6%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    width: 22%;
}
#result-trees {
    top: 34%;
    left: 58%;
    display: flex;
    gap: 4px;
    align-items: center;
    width: 22%;
}
#result-CO2 {
    top: 63.5%;
    left: 58%;
    width: 15%;
}
.sns-share-container {
    text-align: center;
    margin: 30px 0 60px;
}
.sns-share-container p {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.sns-share-container button {
    border: none;
    background: transparent;
    margin-right: 1rem;
}
.sns-share-container button:last-child { margin-right: 0; }

/* ========== [ mobile : break-point: 1024px ] ========== */
@media screen and (max-width: 1023px) {
    #no-plastic-promise {
        line-height: 1.8;
        background-size: cover;
        background-position: center;
        margin-bottom: 10px;
    }
    #no-plastic-promise > p { font-size: 17px; }
    #no-plastic-promise > span { font-size: 14px; }
    #no-plastic-promise > .colored { font-size: 15px; }
    #bottle-cnt { font-size: 22px; }

    /* swipers */
    .answer-container-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
    .answer-container { font-size: 1.6rem; }

    /* 재활용 성과 */
    .result-wrapper { font-size: 1.2rem; }
    #result-papers b { font-size: 3.5rem; }
    #result-trees b, #result-CO2 b { font-size: 2.5rem; }
    #result-papers, #result-trees { gap: 0; }
}

/* 재활용 성과 추가 설정 */
/* ========== [ mobile : break-point: 778px ] ========== */
@media screen and (max-width: 777px) {
    .result-wrapper { font-size: 1rem; }
    #result-papers b { font-size: 2.5rem; }
    #result-trees b, #result-CO2 b { font-size: 2rem; }
}
/* ========== [ mobile : break-point: 580px ] ========== */
@media screen and (max-width: 579px) {
    .result-wrapper { font-size: 0.9rem; }
    #result-papers b { font-size: 2rem; }
    #result-trees b, #result-CO2 b { font-size: 1.6rem; }
}
