@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
#group_corp_wrap{
    margin-top: -64px;
    overflow: hidden;
    font-family: 'pretendard', sans-serif !important;
}
.group_corp_top{
    width:100%;
    height:516px;
    background-image:url('../images/group_corp/group_corp_top.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}
.group_corp_top .group_corp_title{
    font-size:64px;
    font-weight:600;
    margin-bottom: 40px;
}
.group_corp_top .group_corp_desc{
    font-size:24px;
    font-weight:600;
}
.bg_gray{
    background-color:#F6F6F6;
}
.group_corp_section_inner{
    width:100%;
    max-width:1440px;
    margin:0 auto;
}
.group_corp_section .group_corp_section_inner{
    padding: 100px 0;
}
.group_corp_section_title{
    font-size:30px;
    font-weight:600;
    color:#111;
    margin-bottom:24px;
}
.group_corp_small_banner{
    width:100%;
    display: flex;
    gap:20px;
}
.group_corp_small_banner > div{
    padding:40px 50px;
    box-sizing: border-box;
    color:#fff;
}

.group_corp_small_banner + .group_corp_small_banner{
    margin-top:20px;
}

.group_corp_small_banner + .group_corp_small_banner > div{
    color:#111;
}

.group_corp_small_banner .small_banner1{
    width:50%;
    border-radius: 20px;
    height:300px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url('../images/group_corp/group_corp_banner1.png');
}
.group_corp_small_banner .small_banner2{
    width:50%;
    border-radius: 20px;
    height:300px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url('../images/group_corp/group_corp_banner2.png');
}
.group_corp_small_banner .small_banner3{
    width:65%;
    height:160px;
    border-radius: 20px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url('../images/group_corp/group_corp_banner3.png');
}
.group_corp_small_banner .small_banner4{
    width:35%;
    height:160px;
    border-radius: 20px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url('../images/group_corp/group_corp_banner4.png');
}

.small_banner1 .crop_small_banner_title,
.small_banner2 .crop_small_banner_title{
    font-size:30px;
    font-weight:600;
}

.small_banner1 .crop_small_banner_desc,
.small_banner2 .crop_small_banner_desc{
    font-size:18px;
    font-weight:600;
    margin-top:10px;
}

.small_banner1 .btn_white,
.small_banner2 .btn_white{
    margin-top:83px;
    width:188px;
    height:52px;
    border-radius: 27px;
    color:#111 !important;
    font-size: 16px;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small_banner1 .btn_white img,
.small_banner2 .btn_white img{
    margin-left:8px;
}
.small_banner3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.small_banner3 .crop_small_banner_title{
    font-size:30px;
    font-weight:600;
}

.small_banner3 .btn_black{
    width:184px;
    height:52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#111;
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
}
.small_banner3 .btn_black img{
    margin-left:8px;
}
.small_banner4 .crop_small_banner_title{
    font-size:18px;
    font-weight:600;
}

.small_banner4 .crop_small_banner_desc{
    font-size:30px;
    font-weight:600;
    margin-top:12px;
}

#corp_customized_test .group_corp_section_inner{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.corp_customized_test_list .corp_test_list{
    display: flex;
    gap:20px;
    justify-content: center;
}

.corp_test_list > li {
    width:33.333%;
    max-width: 345px;
    border-radius: 20px;
    background-color: #fff;
    padding: 24px 22px 30px 22px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.corp_test_list_info{
    width:100%;
}

.test_result_down{
    display: flex;
    justify-content: flex-end;
}
.corp_test_img{
    display: flex;
    justify-content: center;
}
.corp_test_info{
    text-align: center;
}
.corp_test_info .corp_test_name{
    font-size:18px;
    font-weight: 600;
    color:#333;
}

.corp_test_info .corp_test_desc{
    margin-top:12px;
    font-size: 14px;
    font-weight:500;
    color:#555;
    word-break: keep-all;
}
.corp_test_detail_btn_wrap{
    display: flex;
    justify-content: center;
    margin-top:20px;
}
.corp_test_detail_btn_wrap .corp_test_detail_btn{
    border:1px solid #2B398F;
    border-radius: 23px;
    color:#2B398F;
    font-size:15px;
    font-weight:500;
    display: flex;
    justify-content: center;
    align-items: center;
    width:110px;
    height:36px;
}
.test_result_list{
    position: relative;
    color:#333;
    font-size:16px;
    font-weight: 500;
}
.test_result_list_pop {
    display: none;
    list-style: none;
    padding-left: 0;
    border-radius: 22px;
    border:1px solid #ddd;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    min-width:140px;
    padding:3px;
    background-color:#fff;
}
.test_result_list_pop li a{
    display: flex;
    align-items: center;
    width:100%;
    padding:8px 10px;
    border-radius: 38px;
    box-sizing: border-box;
}
.test_result_list_pop li a:hover{
    background-color:#F6F6F6;
}
.down_arrow{
    margin-right:5px;
}
.test_result_btn{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.toggle-arrow {
    width:18px;
    height:18px;
    font-size:12px;
    display: inline-block;
    transition: transform 0.3s ease;
    color:#777;
    margin-left:5px;
    text-align: center;
}

.test_result_list.active .test_result_list_pop{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position:absolute;
    right:0;
    top:30px;
    z-index:2;
}

.test_result_list.active .toggle-arrow {
    transform: rotate(180deg);
}
.corp_test_list.etc li{
    background-color:#F6F6F6;
}

/*  미디어 쿼리 */
@media all and (max-width:680px){
    .group_corp_top{
        height:284px;
        background-position: center bottom;
    }
    .group_corp_section_inner{
        width:calc(100% - 40px);
    }
    .group_corp_top .group_corp_title{
        font-size:30px;
        margin-bottom:20px;
        padding-top:60px;
    }
    .group_corp_top .group_corp_desc{
        font-size:18px;
    }
    .group_corp_section .group_corp_section_inner{
        padding:60px 0;
    }
    .group_corp_section_title{
        font-size:24px;
    }
    .group_corp_small_banner{
        flex-wrap:wrap;
    }
    .group_corp_small_banner .small_banner1,
    .group_corp_small_banner .small_banner2{
        width:100%;
        height:auto;
    }
    .group_corp_small_banner > div{
        padding:20px 24px;
    }
    .small_banner1 .btn_white,
    .small_banner2 .btn_white{
        width:100%;
        margin-top:62px;
    }
    .group_corp_small_banner .small_banner3 {
        width: 100%;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .group_corp_small_banner .small_banner4{
        width:100%;
        height:auto;
    }
    .small_banner1 .crop_small_banner_title,
    .small_banner2 .crop_small_banner_title{
        font-size:24px;
    }
    .small_banner1 .crop_small_banner_desc,
    .small_banner2 .crop_small_banner_desc{
        font-size:16px;
        margin-top:12px;
    }
    .small_banner3 .crop_small_banner_title{
        font-size: 24px;
    }
    .small_banner3 .btn_black{
        width:100%;
        margin-top:76px;
    }
    .small_banner4 .crop_small_banner_title{
        font-size: 16px;
    }
    .small_banner4 .crop_small_banner_desc{
        font-size:24px;
    }
    #corp_customized_test .group_corp_section_inner{
        display: block;
    }
    .corp_customized_test_list .corp_test_list{
        flex-direction: column;
        gap:16px;
    }
    .corp_test_list > li{
        width:100%;
        max-width:100%;
        padding:24px 20px;
    }
    .corp_test_detail_btn_wrap .corp_test_detail_btn{
        width:100%;
    }
    .corp_test_info .corp_test_name{
        font-size:16px;
    }
    .corp_test_detail_btn_wrap{
        width:100%;
    }
}