@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

#society .title_box {
    background-color: #EDF6FB;
    border-radius: 30px;
    padding: 50px;
    position: relative;
    text-align: center;
}

#society .title_box span {
    font-size: 1.22rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 150%;
    font-family: "Gmarket Sans";
    color: #192D60;
}

#society .title_box p {
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 150%;
    font-family: "Gmarket Sans";
    color: #192D60;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 40px;
}

#society .title_box p::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M6.43072 13.8238C6.43072 9.96494 6.43072 9.32141 9.64492 9.32141V2.13971C2.1455 2.13971 0 7.18169 0 16.0745V27.8591H13.9336V16.0745H6.43072V13.8238Z' fill='%23173C7B'/%3E%3Cpath d='M22.5028 16.0745V13.8238C22.5028 9.96494 22.5028 9.32141 25.717 9.32141V2.13971C18.2176 2.13971 16.0732 7.18169 16.0732 16.0745V27.8591H29.9999V16.0745H22.5028Z' fill='%23173C7B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#society .title_box p::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M23.5693 16.1762C23.5693 20.0351 23.5693 20.6786 20.3551 20.6786L20.3551 27.8603C27.8545 27.8603 30 22.8183 30 13.9255L30 2.1409L16.0664 2.1409L16.0664 13.9255L23.5693 13.9255L23.5693 16.1762Z' fill='%23173C7B'/%3E%3Cpath d='M7.4972 13.9255L7.4972 16.1762C7.4972 20.0351 7.49719 20.6786 4.28299 20.6786L4.28299 27.8603C11.7824 27.8603 13.9268 22.8183 13.9268 13.9255L13.9268 2.1409L8.42645e-05 2.1409L8.32342e-05 13.9255L7.4972 13.9255Z' fill='%23173C7B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

#society .text_wrap {
    margin-top: 20px;
}

#society .text_wrap p {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}

#society .apply-service {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-top: 40px;
}

#society .apply-service__item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 30px;
    padding: 30px;
    background-color: #fff;
    flex-direction: column;
}

#society .apply-service__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
}

#society .apply-service__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.33rem;
    font-weight: 700;
    line-height: 150%;
    color: #173C7B;
}

#society .apply-service__title-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#society .apply-service__title-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#society .apply-service__desc {
    font-size: 1.11rem;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 140%;
    color: #444;
}

#society .apply-except {}

#society .apply-except__title {
    font-size: 1.22rem;
    font-weight: 700;
    color: #173C7B;
    margin-top: 15px;
    text-align: center;
}


#society .apply-except__list-wrap {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-top: 20px;
    background-color: #Fff;
    border: 5px solid #EDF6FB;
    border-radius: 20px;
    padding: 30px 40px;
    justify-content: space-evenly;
}

#society .apply-except__list li {
    font-size: 1.05rem;
    line-height: 160%;
    color: #222;
}

#society .apply-except__list li+li {
    margin-top: 4px;
}


#society .scroll_wrapper {
    margin-top: 40px;
}

#society .step_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 0 10px;
}

#society .step_wrap .step_box {
    flex: 1;
    max-width: 192px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#society .step_wrap .step_box .step_icon {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    border: 2px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#society .step_wrap .step_box .step_text {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
}

#society .step_wrap .step_box .step_text .step_num {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 150%;
    color: #173C7B;
}

#society .step_wrap .step_box .step_text .step_ti {
    font-size: 1rem;
    font-weight: 600;
    line-height: 155%;
}

#society .step_wrap span {
    margin-top: 50px;
}

#society .apply-step__note {
    margin-top: 20px;
    text-align: center;
    font-size: 0.94rem;
    color: #666;
    line-height: 150%;
    letter-spacing: -0.3px;
}

#society .part_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

#society .part_wrap .part_box {
    min-width: calc(33.333% - 13.333px);
    border: 5px solid #EDF6FB;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 25px 20px;
}

#society .part_wrap .part_box p {
    font-size: 1.11rem;
    font-weight: 400;
    letter-spacing: -0.6px;
}

#society .info-cards--plate {
    background: #F8F9FA;
    border-radius: 30px;
    padding: 30px;
    margin-top: 20px;
}

/* 카드 리스트 */
#society .info-cards {
    display: flex;
    gap: 10px;
}

/* 개별 카드 */
#society .info-card {
    flex: 1;
    background: #fff;
    border: 1px solid #E5EAF0;
    border-radius: 12px;
    padding: 16px 18px;
}

/* 헤더(아이콘 + 타이틀) */
#society .info-card__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

#society .info-card__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#society .info-card__title {
    font-size: 1.05rem;
    /* PC 기준 살짝 작게 */
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

/* 본문 */
#society .info-card__desc {
    font-size: 0.98rem;
    color: #222;
    line-height: 1.6;
}


#society .call_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #F8F9FA;
    padding: 10px 20px;
    border-radius: 30px;
}

#society .call_wrap .call_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

#society .call_wrap .call_title .call_ti {
    font-size: 1.11rem;
    font-weight: 700;
    line-height: 140%;
}

#society .call_wrap .call_co {
    font-size: 1.11rem;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 140%;
}


/****************************************/
/* 반응형 미디어 쿼리 css                 */
/***************************************/
@media (max-width:1680px) {}

@media (max-width:1440px) {
    #society .title_box {
        padding: 40px 30px;
    }

    #society .title_box p {
        font-size: 1.45rem;
    }

    #society .apply-service {
        gap: 16px;
    }

    #society .step_wrap {
        gap: 20px;
    }
}

@media (max-width:1200px) {
    #society .title_box p {
        font-size: 1.35rem;
    }

    #society .apply-service__item {
        padding: 25px;
        border-radius: 24px;
    }

    #society .apply-service__title {
        font-size: 1.2rem;
    }

    #society .apply-service__desc {
        font-size: 1rem;
    }

    #society .step_wrap {
        flex-wrap: wrap;
        gap: 24px;
    }

    #society .step_wrap .step_box {
        max-width: 180px;
    }
}

@media (max-width:1024px) {
    #society .title_box {
        padding: 35px 25px;
        border-radius: 24px;
    }

    #society .title_box span {
        font-size: 1.05rem;
    }

    #society .apply-service__desc,
    #society .apply-content__item-desc {
        font-size: 0.98rem;
    }

    #society .step_wrap {
        overflow-x: auto;
        justify-content: flex-start;
    }

    #society .step_wrap .step_box {
        min-width: 140px;
    }

    #society .scroll_wrapper {
        overflow-x: scroll;
        padding-bottom: 8px;
    }
}

@media (max-width:991px) {}

@media (max-width:768px) {
    #society .title_box {
        padding: 30px 20px;
        border-radius: 20px;
    }

    #society .title_box span {
        font-size: 1rem;
        line-height: 140%;
    }

    #society .title_box p {
        font-size: 1.25rem;
        padding: 0 28px;
    }

    #society .apply-service__title-icon {
        width: 18px;
        height: 18px;
    }

    #society .apply-except__list-wrap {
        flex-direction: column;
        padding: 20px;
    }

    #society .apply-content__group {
        padding: 18px;
    }

    #society .step_wrap {
        gap: 16px;
    }

    /* 본문 텍스트 */
    #society .text_wrap p {
        font-size: 0.95rem;
        line-height: 150%;
    }

    /* 서비스 신청 (apply-service) */
    #society .apply-service {
        flex-direction: column;
        gap: 15px;
    }

    #society .apply-service__item {
        padding: 20px;
        border-radius: 20px;
    }

    #society .apply-service__title {
        font-size: 1.1rem;
        gap: 8px;
    }

    #society .apply-service__desc {
        font-size: 0.95rem;
        line-height: 150%;
    }

    #society .apply-except {
        border-radius: 15px;
    }

    #society .apply-except__title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    #society .apply-except__list li {
        font-size: 0.95rem;
        line-height: 150%;
    }

    /* 서비스 대상 (apply-target) */
    #society .apply-target {
        padding: 25px 20px;
        border-width: 3px;
    }

    #society .apply-target__title {
        font-size: 1.1rem;
    }

    #society .apply-target__desc {
        font-size: 0.95rem;
    }

    #society .apply-target__note {
        font-size: 0.85rem;
    }

    /* 이용절차 (step) */

    #society .step_wrap .step_box .step_text .step_ti {
        font-size: 0.95rem;
    }

    /* 서비스 내용 (apply-content) */
    #society .apply-content__group {
        padding: 20px;
        gap: 15px;
    }

    #society .apply-content__group-title {
        font-size: 1.15rem;
        margin-bottom: 8px;
    }

    #society .apply-content__item-title {
        font-size: 1rem;
    }

    #society .apply-content__item-desc {
        font-size: 0.95rem;
        line-height: 150%;
    }

    /* 문의 (call_wrap) */
    #society .call_wrap {
        flex-direction: column;
        gap: 5px;
        padding: 12px 16px;
    }

    #society .call_wrap .call_ti {
        font-size: 1rem;
    }

    #society .call_wrap .call_co {
        font-size: 0.95rem;
    }
}

@media (max-width:640px) {
    #society .title_box p::before {
        display: none;
    }
    #society .title_box p::after {
        display: none;
    }
    #society .title_box p {
        font-size: 1.15rem;
    }

    #society .apply-service__title {
        font-size: 1rem;
    }

    #society .apply-service__desc,
    #society .info-card__desc {
        font-size: 0.9rem;
    }

    #society .info-card__title {
        font-size: 1rem;
    }

    #society .apply-content__item-title {
        font-size: 0.95rem;
    }
    

    #society .call_wrap {
        padding: 10px;
        border-radius: 20px;
    }
    .offical_tab ul li {
        width: 220px !important;
    }
}

@media (max-width:480px) {
    #society .title_box {
        padding: 25px 15px;
    }

    #society .title_box p {
        font-size: 1.05rem;
        padding: 0;
    }

    #society .apply-service__item {
        padding: 16px;
    }

    #society .apply-service__title {
        font-size: 0.95rem;
    }

    #society .apply-service__desc,
    #society .info-card__desc {
        font-size: 0.88rem;
        line-height: 145%;
    }

    #society .info-card__header {
        flex-direction: column;
    }

    #society .apply-step__note {
        font-size: 0.85rem;
    }

    #society .call_wrap {
        flex-direction: column;
        gap: 4px;
    }

    #society .apply-service {
        margin-top: 20px;
    }
    #society .scroll_wrapper {
        margin-top: 20px;
    }
    #society .part_wrap .part_box {
        width: 100%;
    }
    #society .info-cards--plate {
        padding: 15px;
    }
}