@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Pretendard';
}
#group #sub_banner{
    background: url(../../img/sub/sub_banner_1.png) no-repeat center center/cover;
}
#group{
    font-family: 'Montserrat', sans-serif ;
    font-weight:400;
    letter-spacing:-0.02em;
    position: relative;
}
#group .container{
    padding: 180px 0 107px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
#group .content .heading .sub{
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
}
#group .content .heading .tit{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.02em;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
#group .content .heading .blue_line{
    display: block;
    width: 97px;
    height: 3px;
    background: #28a9e0;
    margin: 25px 0;
}
#group .content .heading .ss{
    font-size: 16px;
    line-height: 1.4;
}
#group .table{
    display: flex;
    justify-content: center;
    align-items: center;
}
#group .table .ceo_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 38px;
}
#group .table .ceo_center{
    width: 220px;
    height: 220px;
    background: url(../../img/sub/ceo_bg.png) no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#group .table .ceo_center p{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
#group .table .line_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
#group .table .line_wrap span.line_w{
    width: 85px;
    height: 2px;
    background: #c3ccd0;
}
#group .table .line_wrap span.line_h{
    width: 2px;
    height: 422px;
    background: #c3ccd0;

}
#group .table .four_con{}
#group .table .four_con .con{
    display: grid;
    grid-template-columns: 64px 180px 144px 1fr;
    align-items: center;
    margin-bottom: -40px;
}
#group .table .four_con .con span{
    display: block;
}
#group .table .four_con .con span.line{
    width: 64px;
    height: 2px;
    background-color: #c3ccd0;
}
#group .table .four_con .con .part{
    width: 180px;
    height: 180px;
    background: rgba(194, 237, 255, 0.70);
    border-radius: 100%;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#group .table .four_con .con .part p{
    color: #152637;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
}
#group .table .four_con .con span.dash{
    width: 54px;
    height: 1px;
    border: 1px dashed #c3ccd0;
    margin: 0 45px;
}
#group .table .four_con .con ul{}
#group .table .four_con .con ul li{
    font-size: 16px;
    color: #676767;
    letter-spacing: -0.05em;
    line-height: 1.4;
    white-space: nowrap;
}
#group .m_table{
    display: none;
    width: auto;
    margin: 0 auto;
    /* background: url(../../img/sub/m_table.png) no-repeat center center/cover; */
}
#group .m_table img{
    width: 100%;
}
/* ------------------------------------ RESPONSIVE ------------------------------------- */
@media (max-width:1780px){
    #group .container{
        width: 90%;
    }
}
@media (max-width:1440px){
    #group .container{
        width: 90%;
    }
}
@media (max-width:1300px){

    #group .container{
        flex-direction: column;
    }
    #group .table{
        align-self: flex-end;
    }
}
@media (max-width:1200px){

}
@media (max-width:905px){
    #group .container {
        padding: 100px 0;
    }
    #group .content .heading .tit{
        font-size: 32px;
    }
    #group .table .ceo_center {
        width: 180px;
        height: 180px;
    }
    #group .table .four_con .con{
        grid-template-columns: 64px 180px 86px 1fr;
    }
    #group .table .four_con .con .part{
        width: 160px;
        height: 160px;
    }
    #group .table .four_con .con span.dash{
        margin: 0 14px;
    }
    #group .table .line_wrap span.line_h{
        height: 363px;
    }
    #group .table .four_con .con ul li{
        font-size: 14px;
    }
    #group .content .heading .ss{
        font-size: 14px;
    }
}
@media (max-width:768px){
    #group .table{
        display: none;
    }
    #group .m_table{
        display: block;
    }
}
@media (max-width:600px){

}
@media (max-width:500px){
    #group .content .heading .sub{
        font-size: 14px;
        text-align: center;
    }
    #group .content .heading .tit{
        font-size: 26px;
        text-align: center;
    }
    #group .content .heading .ss{
        text-align: center;
        margin-bottom: 40px;
    }
    #group .content .heading .ss br{
        display: none;
    }
    #group .content .heading .blue_line{
        margin: 16px auto 20px;
    }
}
@media (max-width:375px){

}
