@charset "utf-8";

.dpn {
    display: none;
}

.f18 {
    font-size: 18px;
}

#support_type {
    border-bottom: 1px solid #eee;
}

.support_nav {
    position: relative;
    width: 100%;
}

.support_nav>.swiper-container {
    padding: 10px 0 16px 0;
}

.faq_nav_slide {
    width: auto;
    margin-right: 24px;
}

.support_nav_menu {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    white-space: nowrap;
    cursor: pointer;
}

.support_nav_menu.active {
    position: relative;
    font-weight: 600;
    color: #000;
}

.f18>.support_nav_menu.active::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #364653;
}

.faq_content_wrap {
    position: relative;
    padding-top: 48px;
}

.faq_content_wrap.active {
    display: block;
}

.faq_container {
    margin-bottom: 60px;
}

#policy_eodream_container>div {
    flex-basis: 25%;
}

.faq_type_title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 16px;
}

.faq_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.16);
}

.faq_question_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 24px 32px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}

.faq_question_wrap[data-fold="true"] {
    border-bottom: none;
}

.faq_question_wrap>button {
    margin-left: auto;
}

.faq_question_wrap>button>img {
    height: 12px;
}

.faq_question_wrap[data-fold="true"]>button>img {
    transform: rotate(180deg);
}

.faq_answer_wrap {
    position: relative;
    display: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 24px 32px;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3;
}

.faq_answer_wrap[data-fold="true"] {
    display: block;
}

.faq_answer_wrap b {
    font-weight: 500;
}

.faq_answer_wrap span.faq_numbering {
    line-height: 2;
}

.faq_answer_wrap a {
    color: #3281f9;
    text-decoration: underline;
}

.cert_table {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}

.cert_wrap {
    position: relative;
    display: flex;
    width: 49.5%;
    height: 180px;
    padding: 16px 24px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background-color: #fff;
}

.cert_wrap:nth-child(1),
.cert_wrap:nth-child(2) {
    margin-bottom: 12px;
}

.cert_title_wrap {
    position: absolute;
    display: flex;
    align-items: flex-end;
}

.cert_title_wrap>span {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.cert_title_wrap>span.circle_title {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: -9px;
    width: 34px;
    height: 34px;
    background-color: #3281f9;
    border-radius: 50%;
}

.cert_cont_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    width: 100%;
    padding-top: 16px;
}

.cert_cont_wrap>span {
    font-weight: 400;
}

.desc {
    font-size: 14px;
    color: #777;
}

.faq_link {
    display: inline-block;
    color: #3281f9;
    font-weight: 500;
    text-decoration: underline;
    padding-top: 8px;
    cursor: pointer;
}

/* 운영 정책 */
.policy_title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 16px;
}

.policy_wrap {
    position: relative;
    padding: 16px 0;
}

.policy_sub_title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 16px;
}

.policy_inner {
    font-size: 14px;
    padding-bottom: 12px;
}

.numbering {
    font-weight: 500;
    padding-right: 4px;
}

.block {
    display: block;
}

.fee_table {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0;
    border: 1px solid #777;
    border-radius: 8px;
    background-color: #fff;
}

.fee_table_title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding-top: 12px;
}

.fee_table>ul.fee_table_sub_title {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    background-color: #c9d7eb;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #777;
}

.fee_table>ul:nth-child(odd) {
    background-color: #efefef;
}

.fee_table>ul {
    position: relative;
    display: flex;
    width: 100%;
}

.fee_table>ul>li:first-child {
    border-right: 1px solid #777;
}

.fee_table li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 12px;
    text-align: center;
}

/*FAQ*/
#faq_tab_container {
    margin-top: 48px;
}

.faq_tab_wrapper {
    display: flex;
    height: 48px;
    border: 1px solid #ffffff;
    background-color: #fbfbfb;
    font-size: 16px;
    font-weight: 500;
    color: #acacac;
}

.faq_tab_wrapper>div {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

#policy_tutoring_container {
    margin-top: 48px;
}

.tutoring_policy_tab_wrapper {
    display: flex;
    height: 48px;
    border: 1px solid #ffffff;
    background-color: #fbfbfb;
    font-size: 16px;
    font-weight: 500;
    color: #acacac;
}

.tutoring_policy_tab_wrapper>div {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

/*이용약관*/
.top_policy_box {
    display: flex;
    height: 48px;
    border: 1px solid #ffffff;
    background-color: #fbfbfb;
    font-size: 16px;
    font-weight: 500;
    color: #acacac;
    margin-top: 48px;
}

.top_policy_box>div {
    flex-basis: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.policy_click {
    background-color: #ececec;
    color: #364653;
}

@media screen and (max-width: 600px) {
    .faq_nav>.swiper-container {
        padding: 12px 0;
    }

    .faq_nav_menu {
        font-size: 14px;
    }

    .faq_nav_menu.active::before {
        bottom: -13px;
        height: 2px;
    }

    .top_policy_box {
        font-size: 12px;
        margin-top: 28px;
    }

    .top_policy_box>div {
        white-space: pre-line;
    }

    .faq_nav_slide {
        margin-right: 16px;
    }

    .faq_question_wrap {
        padding: 16px 24px;
        font-size: 14px;
    }

    .faq_question_wrap>span {
        margin-right: 24px;
    }

    .faq_question_wrap>button>img {
        height: 8px;
    }

    .faq_answer_wrap {
        padding: 16px 24px;
        font-size: 14px;
    }

    .cert_wrap {
        width: 100%;
        margin-bottom: 12px;
    }

    .policy_title {
        font-size: 24px;
    }

    .policy_sub_title {
        font-size: 20px;
    }

    .faq_container {
        margin-bottom: 36px;
    }

    .faq_content_wrap {
        padding-top: 24px;
    }

    .faq_type_title {
        /* margin: 24px 0 16px 0; */
        font-size: 20px;
    }
}