@charset "utf-8";

.sub_con h5 {
    font-size: 30px;
    margin-bottom: 3rem;
}

.volun-top {
    text-align: center;
    margin-top: var(--sub_pd_half);
}

.volun-top p {
    color: #555;
    /* border-bottom: 2px dotted #B8C6E4; */
    padding-bottom: 2rem;
}

.volun-top h4 {
    margin-bottom: 1rem;
}

.volun-top h4 span {
    color: var(--color-main);
    font-weight: 900;
    font-size: 40px;
}

.volun-top .imgbox {
    margin-top: 1rem;
}

.volun-top .imgbox img {
    width: 30%;
}

.volun-conts {
    background-color: #ECF5FC;
    padding: var(--sub_pd) 0;
}

.conbox {}

.conbox+.conbox {
    margin-top: var(--sub_pd_half)
}

.conbox>p {
    color: #555
}

.conbox h5 {
    margin-bottom: 1rem
}

.whbox {
    background-color: #fff;
    padding: 3rem;
    margin-top: 2rem;
    border-radius: 1rem;
    text-align: center;
}

.whbox h6 {
    font-size: 24px;
    color: var(--color-main);
    margin-bottom: 2rem;
}

.t-center-list {
    display: flex;
    /* background-color:#F4F4F4; */
    justify-content: space-between;
    gap: 2rem;
}

.t-center-list li {
    text-align: center;
    background-color: #F4F4F4;
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
}

.t-center-list strong {
    margin-bottom: .5rem;
    display: inline-block
}

.actionlist {
    display: flex;
    gap: 2rem
}

.actionlist li {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
}

.actionlist li span {
    display: block;
    margin-bottom: 2rem
}

.actionlist li strong {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-main);
}

.actionlist li p {
    margin-top: 5px;
}

.volun-step {
    background-color: #f7f8f9;
    padding: var(--sub_pd) 0;
}

.step-list {
    display: flex;
    justify-content: space-between;
}

.step-list li {
    background-color: #fff;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step-list li span {
    margin-bottom: 1rem;
    height: 30%
}

.step-list li p {
    height: 25%;
    line-height: 1.2;
}

.step-list li:last-child {
    /* background-color:#0083CB; */
}

.step-list li:last-child p {
    /* color:#fff; */
}

.step-list li:after {
    content: "";
    position: absolute;
    background-image: url(/img/common/arrow_ri.png);
    width: 35px;
    height: 35px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -2.8rem;
}

.step-list li:last-child::after {
    display: none
}

.volun-boon {}

.vo-info {
    display: flex;
    padding: 3rem 4rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    gap: 3rem;
    position: relative;
}

.vo-info .txt {}

.txt .v-ti {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.bo-info .txt p {}

.bo-info .txt p+p {
    margin-top: .5rem
}

.point {
    color: var(--color-main2);
    font-weight: 500;
}

.bo-info .txt strong {
    font-size: 30px;
    color: var(--color-main);
    font-weight: 800;
}

.v-link {
    background-color: var(--color-main);
    color: #fff;
    padding: 1rem 3rem;
    display: inline-flex;
    border-radius: 2rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 4rem;
    text-align: center;
    height: calc(100% - 6rem);
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.v-link:hover {
    box-shadow: 4px 4px 12px rgb(45 81 163 / 20%);
    top: 45%
}

.inquiry-box {
    background-color: #ecf5fc;
    display: flex;
    margin-top: var(--sub_pd);
    border-radius: 1rem;
    justify-content: center;
    gap: 5rem;
    align-items: center;
    padding: 2rem;
}

.inquiry-box h5 {
    background-image: url(/img/page/sponsor/call.svg);
    margin-bottom: 0;
    background-repeat: no-repeat;
    padding-left: 3rem;
    background-position: left;
}

.inquiry {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.inquiry dt {
    font-size: 24px;
}

.inquiry dd {
    color: var(--color-main);
    font-size: 35px;
    font-weight: 800;
}

/* PC */
@media only screen and (min-width:1025px) and (max-width: 1500px) {
    .boxlist {
        gap: 2rem
    }

    .step-list li {
        width: 150px;
        height: 150px;
    }

    .step-list li span {
        width: 100%;
        height: 25%;
    }

    .step-list li span img {
        width: 30%
    }

    .step-list li p {
        font-size: 17px
    }

    .step-list li:after {
        margin-right: -2.3rem;
        width: 26px;
        height: 26px;
        background-size: contain;
        z-index: 1;
        right: 0;
    }

    .vo-info {
        padding: 2rem;
        flex-wrap: wrap;
        gap: 1rem 3rem;
        display: flex;
        justify-content: center;
    }

    .vo-info .txt {
        /* width:70%; */
    }

    .v-link {
        padding: 1rem 2rem;
        position: relative;
        top: 0;
        margin-right: 0;
        /* margin-top: 1rem; */
        display: block;
        transform: unset;
    }

    .v-link br {
        display: none
    }
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/
@media all and (max-width:1024px) {
    .volun-top .imgbox img {
        width: 50%
    }

    .step-list {
        flex-wrap: wrap;
        gap: 2rem 4rem;
        justify-content: flex-start;
    }

    .step-list li {
        width: 180px;
        height: 180px
    }

    .step-list li:after {
        width: 28px;
        height: 28px;
        background-size: contain;
        margin-right: -3rem;
    }

    .step-list li span {
        width: 100%;
        height: 25%
    }

    .step-list li span img {
        width: 30%
    }

    .whbox {
        padding: 2rem
    }

    .t-center-list {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .t-center-list li {
        width: 48.5%
    }

    .actionlist li {
        padding: 1.5rem
    }

    .vo-info {
        flex-wrap: wrap;
        padding: 2rem;
        gap: 2rem;
    }

    .vo-info .txt {
        width: 72%;
    }

    .v-link {
        position: relative;
        margin-right: 0;
        margin-left: 27%;
        margin-top: 0;
        display: block;
        transform: unset;
    }

    .v-link br {
        display: none
    }

    .inquiry-box {
        gap: 2rem
    }

    .inquiry dd {
        font-size: 30px
    }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:767px) {
    .sub_con h5 {
        font-size: 24px
    }

    .volun-top h4 {
        font-size: 26px
    }

    .volun-top p {
        font-size: 18px
    }

    .volun-top h4 span {
        font-size: 30px;
        word-break: auto-phrase;
    }

    .volun-top .imgbox img {
        width: 90%
    }

    .conbox h5 {
        font-size: 24px
    }

    .whbox {
        padding: 1rem;
    }

    .whbox h6 {
        font-size: 20px;
        margin-bottom: 1rem
    }

    .t-center-list li {
        width: 100%
    }

    .actionlist {
        flex-wrap: wrap
    }

    .actionlist li span {
        margin-bottom: 1rem
    }

    .actionlist li img {
        width: 25%
    }

    .actionlist li strong {
        font-size: 20px
    }

    .step-list {
        gap: 2rem;
    }

    .step-list li {
        width: 140px;
        height: 140px;
    }

    .step-list li:after {
        margin-right: -1.5rem;
        width: 20px;
        height: 20px;
    }

    .vo-info {
        padding: 1.5rem;
        gap: 1rem;
    }

    .vo-info img {
        width: 60%
    }

    .vo-info .txt {
        width: 100%
    }

    .txt .v-ti {
        font-size: 20px
    }

    .v-link {
        margin-left: 0
    }

    .inquiry-box {
        flex-wrap: wrap;
        display: flex;
        gap: 1rem;
        padding: 1.5rem;
    }

    .inquiry-box h5 {
        font-size: 24px;
        background-size: contain;
        padding-left: 2.5rem;
    }

    .inquiry-box h5 span {
        width: 20px
    }

    .inquiry {
        flex-wrap: wrap;
        gap: 1rem;
        display: flex;
        justify-content: center;
    }

    .inquiry dt {
        font-size: 18px
    }

    .inquiry dd {
        font-size: 24px
    }
}

@media all and (max-width:320px) {
    .step-list li {
        width: 126px;
        height: 126px;
    }


}