@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

#container.group_school {
    width: 100%;
}

.group_school_main {
    font-family: 'pretendard', sans-serif !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group_school_main > div {
    width: 100%;
    max-width: 1440px;
}

.breadcrumb_list {
    display: flex;
    margin: 40px 0;
    align-items: center;
}

.breadcrumb_list li {
    font-size: 18px;
    font-weight: 600;
    color: #777;
}

.breadcrumb_list li.current {
    color: #000;
}

.division__banner.group_school {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.swiper-notification {
    position: absolute;
    left: 0;
    bottom: 0;
}

.group_school_main > div#group_school_menu {
    max-width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-top: 40px;
    position: sticky;
    top: 64px;
    left: 0;
    z-index: 30;
}

.group_school_menu_list {
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
}

.group_school_menu_list li {
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.group_school_menu_list li.on {
    border-bottom: 4px solid #111;
    color: #111;
}

.group_school_title {
    font-size: 40px;
    font-weight: 600;
    color: #111;
    margin-top: 80px;
    margin-bottom: 32px;
}

.desc_contents .desc_main {
    font-size: 24px;
    font-weight: 600;
    color: #555;
}

.desc_contents .desc_sub {
    font-size: 18px;
    font-weight: 600;
    color: #777;
    margin-top: 16px;
}

.group_school_btn_wrap {
    display: flex;
    gap: 12px;
    margin-top: 40px;
}

.group_school_btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 27px;
    box-sizing: border-box;
    height: 52px;
    padding: 0 24px;
}

.group_school_btn_wrap a.btn_white {
    border: 1px solid #2B398F;
    color: #2B398F !important;
}


.group_school_btn_wrap a img {
    margin-left: 8px;
}

.group_school_small_banner_wrap {
    margin-top: 40px;
}

.group_school_small_banner_wrap > .small_banner_wrap + .small_banner_wrap {
    margin-top: 20px;
}

.small_banner_wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.small_banner_wrap.division_3 > div {
    width: 33.333%;
    height: 380px;
}

.small_banner_wrap.division_2 > div {
    width: 50%;
    height: 220px;
}

.small_banner_wrap .small_banner {
    padding: 40px 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right -40px;
}

.small_banner.elementary {
    background-color: #B0EEFF;
    background-image: url(../images/group_school/elementary.svg);
}

.small_banner.middle {
    background-color: #00A76C;
    background-image: url(../images/group_school/middle.svg);
}

.small_banner.high {
    background-color: #FFC6C6;
    background-image: url(../images/group_school/high.svg);
}

.division_2 .small_banner {
    background-color: #F6F6F6;
}

.small_banner.contact_call .desc_main > span {
    font-size: 18px;
}

/*
.small_banner.contact_call{
    background-color: #F0FFE0;
    background-image:url(images/call.svg);
}
.small_banner.contact_email{
    background-color: #EDF0FF;
    background-image:url(images/email.svg);
}
*/
.small_banner_title {
    font-size: 40px;
    font-weight: 700;
    color: #111;
}

.small_banner_title.small {
    font-size: 24px;
    font-weight: 600;
}

.small_banner.middle .small_banner_title {
    color: #fff;
}

.small_banner_btn_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.small_banner_btn_wrap > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    width: 50%;
    height: 130px;
    background-color: #fff;
}

.small_banner_btn_wrap > a:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.16);
}

.small_banner_btn_wrap > a > .btn_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 16px;
}

.small_banner_desc .desc_main {
    font-size: 40px;
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: center;
}
.small_banner_desc .desc_main #copy_email > img{
    margin-left:8px;
}
.small_banner_desc .desc_sub {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-top: 12px;
}

.group_school_title.kindergarten {
    margin-top: 120px;
}

.group_school_banner.kindergarten {
    border-radius: 20px;
    background-color: #FCECBA;
    height: 224px;
    padding: 40px 120px;
    box-sizing: border-box;
    background-image: url(../images/group_school/infants_banner_bg.svg);
    background-repeat: no-repeat;
    background-position: 60% 30%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.group_school_banner.kindergarten > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.group_school_banner.kindergarten > div.banner_content > .banner_title {
    font-size: 30px;
    font-weight: 600;
    color: #111;
}

.group_school_banner.kindergarten > div.banner_content > .banner_desc {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.banner_content > .banner_desc > span + span:before {
    content: "·";
    display: inline-block;
    margin: 0 10px;
}


.group_school_banner.kindergarten > div.banner_btn_wrap {
    justify-content: flex-end;
}

.group_school_banner.kindergarten > div.banner_btn_wrap > a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    width: 215px;
    height: 52px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
}

.group_school_banner.kindergarten > div.banner_btn_wrap > a > img {
    margin-left: 8px;
}

.group_school_main > div#grouptest_detailview_wrap {
    max-width: 100%;
    background-color: #F6F6F6;
    padding: 120px 0;
}

#grouptest_detailview_wrap > div {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.grouptest_detailview_tab > .grouptest_tab_list {
    display: flex;
    gap: 10px;
    padding: 24px 0 40px;
}

.grouptest_tab_list > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    box-sizing: border-box;
    border-radius: 61px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    height: 58px;
    padding: 0 24px;
    cursor: pointer;
}

.grouptest_tab_list > li.on > span {
    background-color: #111;
    color: #fff;
}

.grouptest_tab_list > li > span > img {
    width: 28px;
    margin-right: 6px;
}

.group_school_main > div.followup_program_maintitle {
    max-width: 100%;
    background-color: #F1F7FF;
    padding: 100px 0;
}

.followup_program_maintitle > div {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.followup_program_maintitle > .main_title {
    font-size: 44px;
    font-weight: 600;
    color: #111;
}

.followup_program_maintitle > .main_desc {
    margin-top: 20px;
}

.followup_program_maintitle > .main_desc ul {
    list-style: disc;
    padding-left: 20px;
}

.followup_program_maintitle > .main_desc ul li {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.followup_program_maintitle > .main_desc ul li + li {
    margin-top: 8px;
}

.followup_program_maintitle > .main_desc ul li .contact {
    color: #333;
}

.followup_program_title {
    margin-top: 80px;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 600;
    color: #111;
}

.followup_program_main_banner {
    display: flex;
    gap: 20px;
}

.followup_program_main_banner > div {
    width: 33.333%;
    border-radius: 20px;
    padding: 24px 36px 36px 36px;
    box-sizing: border-box;
    height: 220px;
}

.followup_program_main_banner > div.elementary,
.followup_program_main_banner > div.middle,
.followup_program_main_banner > div.high {
    height: 240px;
}

.followup_banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.followup_banner.path {
    padding: 0;
    background-color: #BEDAFF;
    background-image: url(../images/group_school/common_path.svg);
}

.followup_banner.edu {
    padding: 0;
    background-color: #EDF0FF;
    background-image: url(../images/group_school/common_edu.svg);
}

.followup_banner.sociality {
    padding: 0;
    background-color: #F0FFE0;
    background-image: url(../images/group_school/common_sociality.svg);
}

.followup_banner.elementary {
    background-image: url(../images/group_school/exclusive_elementary.svg);
}

.followup_banner.middle {
    background-image: url(../images/group_school/exclusive_middle.svg);
}

.followup_banner.high {
    background-image: url(../images/group_school/exclusive_high.svg);
}

.followup_banner_title {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    align-items: center;
    justify-content: space-between;
}

.followup_banner.path a,
.followup_banner.edu a,
.followup_banner.sociality a {
    width: 100%;
    height: 100%;
    padding: 24px 36px;
    box-sizing: border-box;
}

.followup_program_main_banner.exclusive {
    margin-bottom: 120px;
}

.followup_banner_btn_wrap > a.btn_white {
    padding: 11px 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #111 !important;
    width: auto;
    height: 44px;
    border: none;
    border-radius: 24px;
    box-sizing: border-box;
}

.followup_banner_btn_wrap > a + a {
    margin-top: 16px;
}

.followup_banner_btn_wrap > a.btn_white > img {
    margin-left: 8px;
}

.data_table_wrap .group_school_data {
    width: 100%;
    display: none;
}

.data_table_wrap .group_school_data.active {
    display: table;
}

.data_table_wrap .group_school_data img {
    display: inline-flex;
}

.data_table_wrap .group_school_data thead th,
.data_table_wrap .group_school_data tbody td {
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

.data_table_wrap .group_school_data thead th {
    padding-left: 40px;
    height: 60px;
    color: #111;
}

/*초등*/
.data_table_wrap #data_elementary thead th {
    background-color: #B0EEFF;
}

/*중등*/
.data_table_wrap #data_middle thead th {
    background-color: #37CE99;
}

/*고등*/
.data_table_wrap #data_high thead th {
    background-color: #FFC6C6;
}

/*유치원*/
.data_table_wrap #data_kindergarten thead th {
    background-color: #FFE96B;
}



.data_table_wrap .group_school_data tbody td {
    color: #333;
}

.group_school_data thead th .dwn_title {
    display: flex;
    align-items: center;
}

.group_school_data .date_grade,
.group_school_data .data_totalnum,
.group_school_data .data_activitysheet,
.group_school_data .data_saenggibu {
    text-align: center;
}

.data_table_wrap .group_school_data thead th:first-of-type {
    border-radius: 20px 0 0 20px;
}

.data_table_wrap .group_school_data thead th:last-of-type {
    border-radius: 0 20px 20px 0;
}

.data_table_wrap .group_school_data tbody tr td {
    background-color: #fff;
    padding: 20px 0 20px 40px;
}

.data_table_wrap .group_school_data tbody tr td:last-of-type {
    padding: 20px 40px;
}

.data_table_wrap .group_school_data tbody tr + tr > td {
    border-top: 1px solid #ddd;
}

.data_table_wrap .group_school_data tbody tr:first-of-type > td:first-of-type {
    border-radius: 20px 0 0 0;
}

.data_table_wrap .group_school_data tbody tr:first-of-type > td:last-of-type {
    border-radius: 0 20px 0 0;
}

.data_table_wrap .group_school_data tbody tr:last-of-type > td:first-of-type {
    border-radius: 0 0 0 20px;
}

.data_table_wrap .group_school_data tbody tr:last-of-type > td:last-of-type {
    border-radius: 0 0 20px 0;
}

.data_test .data_test_name_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.classify {
    white-space: nowrap;
    border-radius: 14px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
}

/*학습*/
.classify.learning {
    color: #DC3131;
    background-color: #FFEDED;
}

/*진로*/
.classify.path {
    color: #061870;
    background-color: #CFD7FF;
}

/*부적응*/
.classify.maladjustment {
    color: #373FDE;
    background-color: #ECEDFF;
}

/*성격*/
.classify.character {
    color: #049350;
    background-color: #D9FAEB;
}

/*지능*/
.classify.intelligence {
    color: #D46400;
    background-color: #FFECDB;
}

/*발달*/
.classify.growth {
    color: #083983;
    background-color: #EBF3FF;
}

/*종합*/
.classify.total {
    color: #333333;
    background-color: #F6F6F6;
}

/*영유아*/
.classify.infants {
    color: #3D2E08;
    background-color: #FFF5AA;
}

.data_test_name_wrap .test_name {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    position: relative;
}

.data_test_name_wrap .test_name .test_name_etc {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 12px;
    font-weight: 600;
    color: #2B398F;
    width: max-content;
    z-index: 2;
}

.data_dwn_list {
    display: flex;
    gap: 8px;
}

.data_dwn_list > li {
    position: relative;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 22px;
    height: 36px;
}

.data_dwn_list > li > span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 34px 0 16px;
    box-sizing: border-box;
    border-radius: 22px;
    cursor: pointer;
}

.data_dwn_list > li.active > span {
    background-color: #F6F6F6;
}

.data_dwn_list > li > span:after {
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.data_dwn_list > li.active > span:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.data_dwn_list > li .dwn_list {
    display: none;
}

.data_dwn_list > li.active .dwn_list {
    display: block;
    position: absolute;
    left: 0;
    top: 37px;
    background-color: #fff;
    border-radius: 22px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 3px;
    box-sizing: border-box;
    width: max-content;
    z-index: 10;
}

.dwn_list > li {
    height: 36px;
    display: flex;
    align-items: center;
}

.dwn_list > li > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 16px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    border-radius: 38px;
}

.dwn_list > li > a:hover {
    background-color: #F6F6F6;
}

.dwn_list > li > a > img {
    display: none;
}

.group_school_data .date_grade {
    width: 100px;
}

.group_school_data .data_totalnum,
.group_school_data .data_activitysheet {
    width: 90px;
}

.group_school_data .data_saenggibu {
    width: 140px;
    letter-spacing:-0.1px;
}

.group_school_data .data_dwn {
    width: 520px;
}

.data_dwn_mo,
.mo_title {
    display: none;
}


/* 검사후속 프로그램 서브 공통 */
.followup_program_sub {
    width: 100%;
    max-width: 1440px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding-top: 40px;
}

.followup_program_sub > .followup_left {
    width: 20%;
    max-width: 200px;
}

.followup_program_sub > .followup_right {
    width: 80%;
    max-width: 1200px;
}

.side_category .category_title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.side_category .main_category {
    margin-top: 24px;
}

.side_category .main_category > li {
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

.side_category .main_category > li > a {
    position: relative;
    display: block;
}

.side_category .main_category > li > a:hover,
.side_category .main_category > li.open > a {
    color: #111;
    font-weight: 600;
}

.side_category .main_category > li:not(.all) > a:after {
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.side_category .main_category > li.open > a:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.side_category .main_category > li + li {
    margin-top: 22px;
}

.side_category .main_category > li > .sub_category {
    display: none;
    margin-top: 22px;
}

.side_category .main_category > li.open > .sub_category {
    display: block;
}

.side_category .main_category > li > .sub_category > li {
    padding-left: 16px;
}

.side_category .main_category > li > .sub_category > li + li {
    margin-top: 22px;
}

.side_category .main_category > li > .sub_category > li > a:hover,
.side_category .main_category > li > .sub_category > li.current > a {
    color: #2B398F;
    font-weight: 600;
}

.side_category.mo {
    display: none;
}

.followup_sub_content > .main_title {
    font-size: 30px;
    font-weight: 600;
    color: #111;
}

.followup_sub_content > .sub_title {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: center;
    margin: 40px 0 20px;
}

.followup_sub_content > .sub_title > span {
    font-size: 16px;
    font-weight: 500;
    color: #2B398F;
    margin-left: 12px;
}

.followup_contents {
    padding-bottom: 40px;
}

.followup_test_info_list {
    display: flex;
    gap: 20px;
}

.followup_test_info_list > li {
    width: 25%;
    background-color: #F6F6F6;
    border-radius: 16px;
    padding: 30px;
    height: 112px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.followup_test_info_list > li > .num {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.followup_test_info_list > li > .title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.2em;
}

.followup_contents > .followup_program_tb {
    background-color: #F8F8FB;
    border-radius: 20px;
    width: 100%;
}

.followup_contents > .followup_program_tb tr {
    height: 65px;
}

.followup_contents > .followup_program_tb > thead > tr {
    background-color: #C9DFFD;
}

.followup_contents > .followup_program_tb.elementary > thead > tr {
    background-color: #B0EEFF;
}

.followup_contents > .followup_program_tb.middle > thead > tr {
    background-color: #FFB0B0;
}

.followup_contents > .followup_program_tb.high > thead > tr {
    background-color: #CAD3FF;
}

.followup_contents > .followup_program_tb > thead > tr > th {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.followup_contents > .followup_program_tb > thead > tr > th:first-of-type {
    border-radius: 20px 0 0 0;
    width: 15%;
}

.followup_contents > .followup_program_tb > thead > tr > th:last-of-type {
    border-radius: 0 20px 0 0;
    width: 25%;
}

.followup_contents > .followup_program_tb > thead > tr > th,
.followup_contents > .followup_program_tb > tbody > tr > td {
    padding-left: 40px;
}

.followup_contents > .followup_program_tb > tbody > tr > td {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.followup_contents > .followup_program_tb > tbody > tr + tr > td {
    border-top: 1px solid #ddd;
}

.followup_contents > .followup_program_tb > tbody > tr > td.program {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.followup_contents > .desc_list {
    margin-top: 20px;
}

.followup_contents > .expectation_effect {
    padding-left: 20px;
    list-style: disc;
}

.followup_contents > .expectation_effect > li {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.followup_contents > .expectation_effect > li + li {
    margin-top: 8px;

}

.followup_test_list > li {
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.followup_test_list > li + li {
    border-top: 1px solid #ddd;
    padding-top: 24px;
}

.followup_test_list > li > .test_image {
    width: 127px;
    height: 127px;
    border-radius: 16px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.followup_test_list > li > .test_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: calc(100% - 307px);
    padding: 0 28px;
}

.followup_test_list > li > .test_info > .test_name {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.followup_test_list > li > .test_info > .test_desc {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.followup_test_list > li > .test_info > .test_detail_view > a {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 15px;
    font-weight: 500;
}

.followup_test_list > li > .test_result_tb_down {
    position: relative;
}

.followup_test_list > li > .test_result_tb_down > .btn_main {
    cursor: pointer;
    color: #2B398F;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
}

.test_result_tb_down > .btn_main > .toggle-arrow {
    font-size: 12px;
    width: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.test_result_tb_down > .btn_main.open > .toggle-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.followup_test_list > li > .test_result_tb_down > .result_tb_list {
    display: none;
}

.followup_test_list > li > .test_result_tb_down > .btn_main.open + .result_tb_list {
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 22px;
    padding: 3px;
    box-sizing: border-box;
    background-color: #fff;
}

.result_tb_list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
}

.result_tb_list > li > a:hover {
    background-color: #F6F6F6;
    border-radius: 38px;
}

.result_tb_list > li > a > img {
    margin-right: 5px;
}

#group_school_reference_from {
    width: 100%;
    max-width: 954px;
    margin: 0 auto;
}

.group_school_reference_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}

.group_school_reference_title > .reference_title {
    font-size: 30px;
    font-weight: 600;
    color: #111;
}

.reference_search_wrap {
    display: flex;
}

/* ul 셀렉트 박스*/
.ul_select_wrap {
    cursor: pointer;
    position: relative;
    z-index: 3;
    width: 124px;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    border-radius: 22px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    box-sizing: border-box;
}

.ul_select_wrap::after {
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ul_select_wrap .ul_select_option {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    border: 1px solid #ddd;
    border-radius: 22px;
    background-color: #fff;
    color: #333;
}

.ul_select_wrap .ul_select_option li {
    height: 44px;
    line-height: 44px;
}

.ul_select_wrap .ul_select_option li a {
    color: #695d52;
    display: block;
    text-decoration: none;
    padding-left: 11px;
}

.ul_select_wrap span {
    color: #111;
}

.ul_select_wrap .ul_select_option li.selected a,
.ul_select_wrap .ul_select_option li:hover a {
    background-color: #F6F6F6;
    border-radius: 22px;
}

.ul_select_wrap.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ul_select_wrap.active .ul_select_option {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

#reference_search {
    border-radius: 22px;
    border: none;
    padding-left: 50px;
    padding-right: 10px;
    max-width: 210px;
    height: 44px;
    background: #F6F6F6 url("../imgs/icon_search.svg") no-repeat 16px 50%;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

#reference_search::placeholder {
    color: #999;
}


.group_school .paging {
    padding-top: clamp(24px, 3vw, 44px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.group_school .paging a span {
    background: none;
}

.group_school .paging a,
.group_school .paging strong {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: #999;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 400;
    line-height: 100%;
    background-color: #fff;
    font-family: 'pretendard', sans-serif;
}

.group_school .paging a.btn-first,
.group_school .paging a.btn-last,
.group_school .paging a.btn-prev,
.group_school .paging a.btn-next,
.group_school .paging strong.btn-first,
.group_school .paging strong.btn-last,
.group_school .paging strong.btn-prev,
.group_school .paging strong.btn-next {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    opacity: .5;
    font-size: 0;
    line-height: 0;
    background-color: #fff !important;
}

.group_school .paging a.btn-first:hover,
.group_school .paging a.btn-last:hover,
.group_school .paging a.btn-prev:hover,
.group_school .paging a.btn-next:hover,
.group_school .paging strong.btn-first:hover,
.group_school .paging strong.btn-last:hover,
.group_school .paging strong.btn-prev:hover,
.group_school .paging strong.btn-next:hover {
    opacity: 1
}

.group_school .paging a.btn-prev,
.group_school .paging strong.btn-prev {
    background-image: url("../imgs/icon_blue_prev.svg")
}

.group_school .paging a.btn-next,
.group_school .paging strong.btn-next {
    background-image: url("../imgs/icon_blue_next.svg")
}

.group_school .paging a.btn-first,
.group_school .paging strong.btn-first {
    background-image: url("../imgs/icon_blue_first.svg")
}

.group_school .paging a.btn-last,
.group_school .paging strong.btn-last {
    background-image: url("../imgs/icon_blue_end.svg")
}

.group_school .paging strong {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-line: 2px;
    text-underline-offset: 2px
}

.group_school_reference_tab {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 24px;
}

.reference_tab_list {
    display: flex;
    gap: 14px;
}

.reference_tab_list > li > a {
    display: flex;
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 22px;
    color: #333;
    text-align: center;
    padding: 0 16px;
    height: 36px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
}

.reference_tab_list > li.on > a {
    background-color: #111;
    color: #fff;
}

.reference_tab_list_wrap {
    display: none;
    margin-bottom: 110px;
}

.reference_tab_list_wrap.active {
    display: block;
}

.reference_list > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

.reference_list > li + li {
    border-top: 1px solid #ddd;
}

.reference_list > li > .list_title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.reference_list > li > .list_down_btn > a {
    border: 1px solid #2B398F;
    border-radius: 23px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    color: #2B398F;
}
.followup_service_content{
    width:100%;
    max-width: 954px;
    margin:0 auto;
    padding:60px 0;
    box-sizing: border-box;
    font-family: 'pretendard', sans-serif;
}

.followup_service_num{
    background-color: #2B398F;
    width:24px;
    height:31px;
    border-radius: 12px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
.followup_service_title{
    font-size: 40px;
    font-weight:600;
    color:#111;
    margin-top:12px;
}

.followup_service_desc_title{
    font-size:18px;
    color:#111;
    font-weight: 600;
    margin-top:24px;
}
.followup_service_desc_content{
    margin-top:12px;
    font-size: 16px;
    font-weight:500;
    color:#555;
}
.followup_service_detail{
    margin:40px 0;
}
.followup_service_detail_title{
    color:#2B398F;
    font-size: 24px;
    font-weight:600;
    margin-bottom: 24px;
}
.test_implement_list{
    display: flex;
    gap:70px;
}
.test_implement_list >li{
    width:25%;
}

.test_implement_list > li > .icon_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.test_implement_list > li > .icon_wrap > .step_icon{
    width:80px;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 16px;
}
.test_implement_list > li > .content_wrap > .content_title{
    font-size: 18px;
    font-weight: 600;
    color:#333;
}

.test_implement_list > li > .content_wrap > .content_detail{
    font-size:14px;
    font-weight: 500;
    color:#555;
    margin-top:12px;
}
.test_implement_list > li > .content_wrap > .content_detail > .sub_text{
    color:#777;
    margin-top:10px;
}
.followup_service_datadown{
    display: flex;
    gap:20px;
}
.followup_service_datadown > .datadown_banner{
    width:50%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:24px 0;
}

.followup_service_datadown > .datadown_banner.type1{
    background-color:#2B398F;
}
.followup_service_datadown > .datadown_banner.type2{
    background-color:#6273DE;
}

.followup_service_datadown > .datadown_banner > .down_title{
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    margin:20px 0;
}

.followup_service_datadown > .datadown_banner > .down_btn{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#111;
    height:44px;
    padding:0 22px;
    font-size:16px;
    font-weight: 600;
}
.followup_service_datadown > .datadown_banner > .down_btn.btn_black{
    color:#fff;
}
.followup_service_datadown > .datadown_banner > .down_btn > img{
    margin-left:6px;
}
.provide_studentrecord_test_list {
    display: flex;
    gap:20px;
    align-items: stretch;
}
.provide_studentrecord_test_list > li{
    width:33.333%;
    padding:30px;
    background-color: #F6F6F6;
    border-radius: 20px;
    box-sizing: border-box;
}
.provide_studentrecord_test_list > li > .list_title{
    font-size:18px;
    font-weight: 600;
    color:#333;
}
.provide_studentrecord_test_list > li > .sub_list{
    padding-left:20px;
    list-style: disc;
    margin-top:16px;
    font-size: 16px;
    font-weight: 500;
    color:#555;
}
.provide_studentrecord_test_list > li > .sub_list >li +li{
    margin-top:8px;
}