@charset "utf-8";

/* color */

:root {
    --main-text: #282A2D;
    --main-color: #276EF1;
    --blue-bg: #EDF5FF;
    --sub-text: #909090;
    --gray-bg: #F7F8FB;
    --navy-color: #2E4C84;
    --sub-blue: #4E82E2;
    --hover-color: #194597;
    --gra01-blue: linear-gradient(180deg, #FFFFFF 0%, #D2E2FF 100%);
}

/* user_guide */

.container.guide {
    width: 100%;
}

/* section01 */

.guide .sec01 {
    width: 100%;
    padding: 12.7rem 0;
    text-align: center;
}

.guide .sec01 h3 {
    font-size: 4.2rem;
}

.guide .sec01 h3.mb30 {
    margin-bottom: 2.6rem !important;
}

.guide .sec01 .sub_txt {
    font-size: 2.2rem;
    line-height: 3.3rem;
    font-weight: 700;
}

/* section02 */

.guide .sec02 {
    width: 100%;
    padding: 13.6rem 0;
    background-color: var(--blue-bg);
}

.guide .sec02_con {
    max-width: 120rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.guide .sec02_con h4 {
    font-size: 3.2rem;
}

.guide .sec02_con .box {
    padding: 7rem;
}

.guide .sec02_con .box .sub_txt {
    font-size: 2rem;
    color: var(--sub-text);
    margin-bottom: 6.6rem;
}

.guide .sec02_con .one_two {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
}

.guide .sec02_con .step {
    max-width: 50.5rem;
    width: 100%;
}
.guide .sec02_con .step.big {
    margin: 0 auto;
}

.guide .sec02_con .step .number {
    width: 7.3rem;
    height: 3.6rem;
    border-radius: 50px;
    padding: 0.8rem 2.4rem;
    font-size: 2rem;
    font-weight: 800;
    background-color: var(--main-color);
    color: #fff;
    margin: 0 auto 3.2rem;
}

.guide .sec02_con .step img {
    max-width: 50.5rem;
    width: 100%;
    height: 34.3rem;
}

.guide .sec02_con .step .guide_txt {
    font-size: 2rem;
    line-height: 2.7rem;
}

/* section03 */

.guide .sec03 {
    width: 100%;
    padding: 13.6rem 0;
}

.guide .sec03_con {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}

.guide .sec03_con h5 {
    text-align: center;
    font-size: 3.2rem;
}

.guide .sec03_con .sub_txt {
    font-size: 2rem;
    color: var(--sub-text);
    text-align: center;
}

.guide .sec03_con .box {
    padding: 5.2rem 7rem;
    cursor: pointer;
}

.guide .sec03_con .inner_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guide .sec03_con .box .question {
    font-size: 2.2rem;
}

.guide .sec03_con .box.on .question {
    color: var(--main-color);
}

.guide .sec03_con .box .answer_box::before {
    display: block;
    content: '';
    width: 100%;
    height: 0.1rem;
    background-color: #E1E4EE;
    margin: 3.6rem 0;
}

.guide .sec03_con .box .answer_box {
    display: none;
}
.guide .sec03_con .box .answer_box.on {
    display: block;
}

.guide .sec03_con .box .answer_box p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

/* section04 */

.guide .sec04 {
    width: 100%;
    padding: 10rem 0;
    background-color: var(--sub-blue);
}

.guide .sec04_con {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.guide .sec04_con .sub_txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.guide .sec04_con .sns ul {
    max-width: 20.3rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
    margin: 0 auto;
}

.guide .sec04_con .sns li {
    cursor: pointer;
}

/* 모바일 */

@media (max-width:1199px) {
    /* margin */

    .mmb30 {
        margin-bottom: 3rem !important;
    }

    .guide .sec02 {
        padding: 13.6rem 2rem;
    }

    .guide .sec02_con .one_two {
        display: block;
    }

    .guide .sec02_con .step {
        margin: 0 auto;
    }

    .guide .sec03 {
        padding: 13.6rem 2rem;
    }

    .guide .sec04 {
        padding: 10rem 2rem;
    }

    .guide .sec05 {
        padding: 5.6rem 2rem;
    }
}

@media (max-width:768px) {
    /* margin */

    .sec02 .box.mb70 {
        margin-bottom: 5rem !important;
    }

    .sec03 .box.mb30 {
        margin-bottom: 2rem !important;
    }

    /* section01 */

    .guide .sec01 {
        padding: 10rem 1.6rem;
    }

    .guide .sec01 h3 {
        font-size: 3rem !important;
    }

    .guide .sec01 .sub_txt {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }

    /* section02 */

    .guide .sec02 {
        padding: 7rem 1.6rem;
    }

    .guide .sec02_con .box {
        padding: 7rem 1.6rem;
    }

    .guide .sec02_con .box .sub_txt {
        margin-bottom: 5rem;
    }

    .guide .sec02_con .step .number {
        margin: 0 auto 3rem;
    }

    .guide .sec02_con .step img {
        max-width: 32.9rem;
        width: 100%;
        height: 22.346rem;
        margin: 0 auto;
    }

    /* section03 */

    .guide .sec03 {
        padding: 7rem 1.6rem;
    }

    .guide .sec03_con h5 {
        margin-bottom: 1.6rem !important;
    }

    .guide .sec03_con .sub_txt {
        margin-bottom: 4rem !important;
    }

    .guide .sec03_con .box {
        padding: 3.2rem 3.6rem;
    }

    .guide .sec03_con .box .question {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .guide .sec03_con .box .answer_box::before {
        margin: 1.6rem 0;
    }

    /* section04 */

    .guide .sec04 {
        padding: 6rem 1.6rem;
    }

    .guide .sec04_con h5 {
        font-size: 1.6rem;
        margin-bottom: 2.4rem !important;
    }

    .guide .sec04_con .sub_txt {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
}