.brand_section div img {
    width: 100%;
}

.left_title {
    color: #B0B8C1;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 30px;
}

.left_sub_title {
    color: #B0B8C1;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
}

.left_title.active {
    color: #353C49;
    padding-bottom: 2px;
}

.left_sub_title.active {
    color: #353C49;
    padding-bottom: 2px;
}

.container-fluid.begin {
    padding-top: 120px;
}

.sub_left .sub_fixed {
    position: fixed;
}

.area_program {
    display: none;
}

.area_program.active {
    display: inherit;
}

.notice_table {
    table-layout: fixed;
}

.notice_table tbody tr th:first-child {
    width: 90px;
}

.notice_table tbody tr th {
    font-size: 12px;
    padding: 20px 0;
}

.notice_table tbody tr td,
.notice_table tbody tr td a {
    font-weight: 700;
    font-size: 16px;
    padding: 29px 0;
    color: #353C49;
    text-decoration: none;
}

.notice_table tbody tr td.txt_content {
    font-size: 16px;
}

.notice_table tbody tr td:first-child {
    width: 50px;
    font-weight: 700;
    font-size: 12px;
    color: #B0B8C1;
}

.notice_table tbody tr td:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice_table tbody tr:last-child td {
    border-bottom: 1px solid #E5E8EB;
}

.faq_table {
    table-layout: fixed;
    margin-top: 58px;
    border-bottom: 1px solid #E5E8EB;
}

.faq_table tbody tr:first-child td {
    border-top: 1px solid #E5E8EB;
}

.faq_table tbody tr td {
    font-weight: 700;
    font-size: 16px;
    padding: 29px 0;
    border-top: 1px solid #E5E8EB;
}

.faq_table tbody tr.faq-question {
    cursor: pointer;
}

.faq_table tbody tr.faq-question td:first-child {
    width: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #B0B8C1;
}

.faq_table tbody tr.faq-answer td:first-child {
    width: 50px;
    font-weight: 700;
    font-size: 16px;
    color: #8831F6;
}

.faq_table tbody tr.faq-answer td:last-child {
    color: #353C49;
    font-weight: 300;
    font-size: 16px;
}

/*.faq_table tbody tr td:last-child  {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}*/
.faq_table {
    border-bottom: 1px solid #E5E8EB;
}

.pager {
    text-align: left;
}

.pager a {
    font-size: 16px;
    font-weight: 700;
    color: #B0B8C1;
    margin-right: 20px;
    text-decoration: none;
}

.pager a.now {
    color: #353C49;
}

.pager a img {
    width: 8px;
    padding-bottom: 3px;
}

.faq-answer {
    display: none;
}

pre {
    background: none;
    border: none;
}

.relative {
    position: relative;
}

.sa.relative.pc {
    opacity: 1;
    display: block !important;
    transition: all .9s ease;
}
.sa.relative.mobile {
    opacity: 0;
    display: none !important;
    transition: all .9s ease;
}

.inquiry-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.inquiry-container .inquiry-title {
    color: #FFF;
    text-align: center;
    font-family: 'NanumSquareNeo', san-serif;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.1rem;
}

.inquiry-container .inquiry-title b {
    font-family: 'NanumSquareNeoExtraBold', san-serif;
    font-weight: 800;
}

.inquiry-container .inquiry-title storng {
    font-family: 'NanumSquareNeoBold', san-serif;
    font-weight: 700;
}

.inquiry-btn {
    display: inline-flex;
    padding: 0.5rem 2rem 0.5rem 2.5rem;
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border: none;
    border-radius: 62.5rem;
    background: #FFF;
    color: #444;
    text-align: center;
    text-decoration: none;
    font-family: 'NanumSquareNeoExtraBold', san-serif;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: -0.1rem;
}

.inquiry-btn:hover {
    color: #444;
    text-decoration: none;
    font-family: 'NanumSquareNeoExtraBold', san-serif;;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: -0.1rem;
}

.btn-jelly:hover {
    animation: jelly 0.5s !important;
}

.btn-jelly:active {
    outline: none;
    border: none;
}

@keyframes jelly {
    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.guest-pulse:hover,
.guest-pulse:focus,
.guest-pulse:active {
    animation: pulse 1s;
    box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.guest-pulse {
    --color: #575552;
    --hover: #ffffff;
}

.program .sa.pc.show {
    opacity: 1;
    display: block !important;
}

.program .sa.mobile.show {
    opacity: 0;
    display: none !important;
}

.mb-2-rem {
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .container-fluid.begin {
        margin-top: 65px;
        border-top: 1px solid #F2F4F6;
        padding-top: 16px;
    }

    .sub_fixed {
        overflow-y: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .left_title,
    .left_sub_title {
        float: inline-block;
        margin-right: 16px;
        font-size: 16px;
    }

    .left_title.active,
    .left_sub_title.active {
        border-bottom: 1px solid #353C49;
    }

    a:focus.left_title.active,
    a:hover.left_title.active {
        text-decoration: none;
    }

    .faq_table {
        margin-top: 0;
    }

    a:focus,
    a:hover {
        text-decoration: none;
    }

}

@media (max-width: 768px) {
    .inquiry-container .inquiry-title b {
        font-weight: 600;
    }

    .inquiry-container .inquiry-title storng {
        font-weight: 500;
    }

    .inquiry-btn {
        font-weight: 700;
    }

    .program .sa.pc.show {
        opacity: 0;
        display: none !important;
    }

    .program .sa.mobile.show {
        opacity: 1;
        display: block !important;
    }

    .sa.relative.pc {
        opacity: 0;
        display: none !important;
        transition: all .9s ease;
    }
    .sa.relative.mobile {
        opacity: 1;
        display: block !important;
        transition: all .9s ease;
    }
    .pc .inquiry-container {
        transition: all 0.7s;
        opacity: 0;
    }
    .mobile .inquiry-container {
        transition: all 0.7s;
        opacity: 1;
    }

    .mobile .inquiry-container .inquiry-title {
        font-size: 2rem;
        font-weight: 300;
    }
    .mobile .inquiry-btn {
        font-size: 2.25rem;
    }
}
