body {
    overflow: auto;
    scroll-behavior: smooth;
}

.hidden {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

main {
    margin: 0 auto;
}

.no_responsive .inner {
    min-width: 1280px !important;
}

.flex20 {
    display: flex;
    margin-top: 20px;
}


.list {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #645bff;
}

.list li {
    display: flex;
    width: calc(100%/(3));
    border: 1px solid #ddd;
    border-bottom: none;
    transition: 0.3s ease-in-out;
    border-left: none;
}

.list li:nth-child(1) {
    border-left: 1px solid #ddd !important;
}

.list li a {
    display: block;
    text-align: center;
    padding: 19px;
    font-size: 20px;
}

.list li:not(.on):hover {
    border-color: #bbb8ff;
}


.lnav {
    display: block;
    width: 15vw;
    height: 100%;
    min-width: 200px;
    border-top: 1px solid #121212;
}

.lnavd {
    height: 100%;
    padding: 12px 20px 20px 12px;
}

.lnavd>li {
    border-bottom: 1px solid #ddd;
}

.lnavd li a {
    display: block;
    width: 100%;
    padding: 18px 0;
}

.lnavd > li:hover{
    border-color: #4F46E5;
    transition: all 0.2s;
}

.rcontent {
    width: 100%;
    margin: 0 0 0 32px;
}

.on {
    background-color: #645bff !important;
    transition: all .3s;
}

.on a {
    color: #fff;
    font-weight: 700;
    font-size: 20.5px !important;
}

.on2 {
    background-color: #f0f0f0 !important;
    font-weight: 600;
    /* border-radius: 0 0 64px 0px; */
    border-radius: 2px;
}

.dep2 li:hover {
    background-color: #ddd;
    transition: all 0.3s ease;
}


.btn {
    /* display: block; */
    width: 100%;
    background-color: lightslategray;
    color: white;
    text-align: center !important;
    cursor: pointer;
}

.btn:hover {
    filter: brightness(110%);
    transition: filter 0.3s ease;
}

.btn img {
    width: 50px;
    height: auto;
    margin: 0 auto;
}

.l_intro {
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 0 0 5rem 0;
    padding-bottom: 2px;
    padding-top: 1px;
}

/* @media (hover: hover) {
    .l_intro:hover p {background-color: #eee; font-size: 18px; transition: all 0.5s ease-out; font-weight: 500; }
.l_intro:not(:hover) p {transition: 0.5s ease-out;}
  } */


.l_title {
    padding: 1.5rem 1rem;
}

.l_title p {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding-left: 13px;
}

.l_title p::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 4px solid red;
    border-top: 4px solid transparent;
    border-left: 4px solid red;
    border-right: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
}


.l_text {
    padding: 1.1rem 0.5rem 1rem 0.55rem;
}

.l_text a {
    text-align: center;
    font-weight: 400;
    font-size: 14.5px;
    cursor: pointer;
}

.l_text a:hover {
    text-decoration: underline;
}

.l_text a img {
    filter: contrast(0.5);
}


.noshow td:nth-child(1) {
    background-color: #f7f7f7 !important;
}



td:nth-child(1) {
    background-color: #f9f9f9;
    font-weight: 500;
    text-align: center !important;
    position: relative;
}

.until {
    font-size: 15px !important;
}

td:nth-child(4),
td:nth-child(5),
td:nth-child(6) {
    background-color: #ffffff;
    font-weight: 500;
    position: relative;
    border-radius: 3px;
    color: #121212;
}

.classform td:nth-child(4):hover,
.classform td:nth-child(5):hover,
.classform td:nth-child(6):hover {
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 8px 8px 15px #d9d9d9,
        -8px -8px 15px #ffffff;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.5s;
    color: #645bff;
}

td:nth-child(4),
td:nth-child(5),
td:nth-child(6),
td:nth-child(7) {
    letter-spacing: 0.5px;
    font-weight: 500;
}

td:nth-child(8) {
    font-weight: 400;
}

.enter {
    display: flex;
    width: 100%;
    border-radius: 50px;
    background-color: #5ba4ff;
    color: white;
    cursor: pointer;
    transition: all 0.2s;
    align-items: center;
    justify-content: center;
}

.enter:hover {
    color: white !important;
    background-color: #525252;
}

.n_start {
    color: rgba(12, 12, 12, 0.5) !important;
}

/* 점수 팝업 */


.under_pop {
    display: none;
    z-index: 1000;
    width: 100%;
    position: absolute;
    padding: 8px;
    border-radius: 8px;
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    left: 0;
    align-items: center;
    justify-content: center;
    margin-top: 0.5px;
}

/* .under_pop:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 10px;
    pointer-events: none;
    content: ' ';
    z-index: 999999999;
  } */

.enter:hover+.under_pop {
    display: flex;
}


/* 2차 */
.dep2 li a {
    font-size: 16px;
}

.dep2 li a::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: -5px 10px 0 0;
    content: '';
    vertical-align: middle;
    background: red;
    border-radius: 50%
}


/* common */
.noshow {
    display: none;
}

.appl {
    display: none;
}

.r_table_wrap table thead tr th {
    padding: 28px 20px 10px 20px;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}

.w100 {
    width: 100%;
    background-color: #645bff !important;
    padding: 20px;
}

.r_table_wrap table tbody tr td {
    padding: 25px 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.r_table_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
    max-width: 1600px;
}

.r_table_wrap table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}


.r_table_wrap table thead tr th {
    border-bottom: 1px solid #121212;
}

.r_table_wrap table tbody tr:last-child {
    margin-bottom: 20px;
}



/* .r_table_wrap table thead tr th,
.r_table_wrap table tbody tr td {
    padding: 0.8125vw 1.25vw;
    font-size: 15px;
    font-size: 1.3vw;
    line-height: 1.375vw;
    text-align: center;
} */

.r_table_wrap table tbody tr td {
    border-bottom: 1px solid #efefef;
}

.r_table_wrap table tbody tr td a {
    width: auto;
}

.r_table_wrap table tbody tr td a:hover {
    color: rgb(31, 31, 31);
    /* text-decoration: underline; */
    transition: 0.2s ease;
}

.dbtn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 40px;
}

.download {
    display: flex;
    height: 40px;
    margin: 0;
    background-color: #f1f1f1;
    color: #121212;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
    padding: 1em 1.2em;
}

.download:hover {
    color: white;
}

.download:hover .gg-check {
    color: #5bff64;
}

.gg-check {
    display: block;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs, 1));
    border: 2px solid transparent;
    border-radius: 100px;
    color: #ff645b;
}

.gg-check::after {
    display: block;
    width: 6px;
    height: 10px;
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}



footer {
    margin: 30vh 0 0 0;
    font-size: 14px;
    color: #ddd;
    background-color: #f6f8fb;
}

footer .inner {
    display: flex;
    padding: 30px 0 60px 0;
    justify-content: space-between;
    line-height: 1.2;
}

footer .inner .f1 {
    color: #8f8f8f;
    padding-right: 20px;
}

footer .inner .f2 {
    color: #8f8f8f;
    font-size: 14px;
    min-width: 200px;
    padding: 0 20px 0 25px;
    line-height: 1.5;
    border-left: 1px solid #ddd;
}

footer .inner p {
    color: #5f5f5f;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 22px;
    margin-top: 20px;
}

@keyframes hov1 {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    30% {
        -webkit-transform: scaleY(.8) scaleX(1.2);
        transform: scaleY(.8) scaleX(1.2)
    }

    65% {
        -webkit-transform: scaleY(1.1) scaleX(.9) translateY(-8px);
        transform: scaleY(1.1) scaleX(.9) translateY(-8px)
    }

    85% {
        -webkit-transform: scaleY(.95) scaleX(1.01) translateY(0);
        transform: scaleY(.95) scaleX(1.01) translateY(0)
    }

    100% {
        -webkit-transform: scaleY(1) scaleX(1) translateY(0);
        transform: scaleY(1) scaleX(1) translateY(0)
    }
}

.float:hover {
    /* filter: brightness(110%); */
    animation: .6s both hov1;
}

.float {
    display: none;
    z-index: 9999999999;
    width: 120px;
    height: 120px;
    position: fixed;
    bottom: 6%;
    right: 3.5%;
    background-color: #4F46E5;
    opacity: 0.9;
    color: white;
    border-radius: 500px;
    cursor: pointer;
    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.float_text {
    color: white;
}













/* 반응형 */
@media screen and (min-width: 1400px) {
    .float {
        display: flex;
    }

    .enter {
        display: block;
    }
}

/* desktop only */
@media screen and (min-width: 1200px) {

    .r_table_wrap table thead tr th {
        padding: 28px 20px 10px 20px;
        font-size: 17px;
        line-height: 1.5;
    }

    .r_table_wrap table tbody tr td {
        padding: 20px 20px;
        font-size: 16px;
        line-height: 1.5;
    }

}




/* mobile only */
@media screen and (max-width: 990px) {

    #header {
        z-index: 99999;
        position: fixed;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }


    .r_table_wrap table col {
        width: 100% !important;
    }

    .lnav {
        display: none;
    }

    .list li a {
        font-size: 17px;
    }

    .l_text {
        max-width: 290px;
        line-height: 1.5;
    }

    .l_intro {
        height: 125px;
        border-radius: 0;
        flex-direction: column;
        border-radius: 0 0 18px 18px;
    }

    .l_title p {
        font-size: 17px;
    }

    .l_title {
        padding: 25px;
        padding-bottom: 0;
    }

    .rcontent {
        margin: 0 auto;
        padding: 0;
    }

    .enter {
        margin-left: 1rem;
        padding: 0 1rem;
    }

    .flex2 {
        margin-top: 20vh;
    }

    .noshow td:nth-child(1) {
        display: block;
    }

    .noshow td:nth-child(1) input[type="checkbox"] {
        zoom: 1.5;
    }

    /* .r_table_wrap table tbody tr::before {display: block; content: ''; position: absolute; left: 20px; top: 20px; width: 20px; height: 20px; z-index: 9999999; border-radius: 50px;
        background: #ffffff;
        box-shadow: inset 4px 4px 8px #d9d9d9,
                    inset -4px -4px 8px #ffffff;}
    .r_table_wrap table tbody tr::after {display: block; content: ''; position: absolute; right: 20px; top: 20px; width: 20px; height: 20px; z-index: 9999999; border-radius: 50px;
        background: #ffffff;
        box-shadow: inset 4px 4px 8px #d9d9d9,
                    inset -4px -4px 8px #ffffff;} */

    .r_table_wrap table tbody tr {
        position: relative;
    }

    .r_table_wrap table thead {
        display: none;
    }

    .r_table_wrap table tbody tr {
        display: block;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        margin-top: 28px;
        border: 1px solid #e3e3e3;
        border-radius: 20px;
        padding: 25px;
    }

    .r_table_wrap table tbody tr td {
        display: flex;
        width: 100%;
        padding: 8px;
        border-bottom: none;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
    }

    .r_table_wrap table tbody tr td:first-child::before {
        display: none;
    }

    .r_table_wrap table tbody tr td:first-child,
    .r_table_wrap table tbody tr th:first-child {
        margin-top: 8px;
        padding: 15px 10px 10px 15px;
        margin-bottom: 1rem;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        align-items: center;
        border-bottom: 1px dotted #e5e5e5;
        border-top: 1px dotted #ddd;
        justify-content: center;
    }

    .l_imgs {
        display: none;
    }

    .btn img {
        width: 40px;
    }

    .r_table_wrap table tbody tr td:last-child,
    .r_table_wrap table tbody tr th:last-child {
        /* padding: 15px; */
        justify-content: center;
        font-weight: 600;
        margin-top: 20px;
        border-radius: 50px;
    }

    .r_table_wrap table tbody tr td:before {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        font-weight: 700;
        content: attr(data-label);
        text-align: left;
    }

    .r_table_wrap table tbody tr td:last-child::before {
        display: none;
    }

    footer .inner {
        flex-direction: column-reverse;
    }

    footer .inner .f1 {
        margin-top: 32px;
        padding: 0 !important;
        font-size: 12px;
        border-top: 1px solid #ddd;
    }

    footer .inner .f2 {
        border: none;
    }

    footer .inner img {
        display: none;
    }

}

/* 태블릿 */
@media all and (min-width:768px) and (max-width:1023px) {

    main {
        padding-top: 120px;
    }

}


@media all and (max-width:767px) {

    #header {
        z-index: 99999;
        position: relative !important;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }


}


@media screen and (max-width: 1280px) {

    .lnav {
        display: none;
    }


    .enter {
        display: none;
    }
}

/* 모바일 폰트조정 */

@media all and (max-width:767px) {
    .list li a {
        font-size: 0.9rem !important;
        padding: 18px 10px;
    }

    .r_table_wrap table tbody tr td {
        font-size: 0.875rem !important;
    }

    .row a {
        font-size: 0.9rem;
    }

    .l_title p {
        font-size: 0.9rem;
    }

    .l_text a {
        font-size: 0.875rem;
    }

    footer {
        font-size: 0.8rem;
    }

    footer .inner {
        padding: 45px 0 60px 0;
    }


    footer .inner .f2 {
        font-size: 0.8rem;
        display: flex;
        gap: 16px;
        justify-content: space-around;
        align-items: center;
    }

    footer .inner p {
        font-size: 1.25rem;
    }
}