    section:nth-child(4){
        background-color: var(--gray-100) !important;
    }
    .section1{
        height: 704px;
        margin-top: 120px;
    }
@media (max-width:375px) {
    .groups{
        text-align: center;
    }
    .mobileBtn{
    }
    .mobileBtn:nth-child(2){
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 768px) {
    .section1{
        height: unset !important;
        margin-top: calc(40/375*100vw) !important;
        margin-bottom: calc(40/375*100vw) !important;;
    }
    .wrapper, section, .prgrm_main, .section1_t_container ,.flex{
    width: 100% !important;
    }
    .section1_t_container{
    margin-top: 80px !important;
    }
    section{
    margin-top: unset !important;
    }
    .prgrm_main{
    margin-top: 180px !important;
    margin-bottom: 90px !important;
    }
    .mobileBtn{
        position: relative !important;
        top: 50px !important;
        width: 92vw !important;
        height: 72px;
        border-radius: 12px !important;
        background: var(--primary-500) !important;
        margin-top: 40px !important;
        padding : 12px 16px !important;
        color :white !important;
        margin-bottom: 60px;
        display: flex !important;
        gap : 16px !important;
    }
    .hanagroup{
        white-space: nowrap;
        display: flex !important;
        align-items: center !important;
    }
    section:nth-child(3){
        margin-bottom: unset !important;
        background: unset !important;
    }
    .mbilemt80{
        padding-top:60px;
        padding-bottom:60px;
    }
}
@media (min-width:768px) {
    .mobileBtn, .mentoring-mobile, .mentoring-m, .mobile-only{
        display: none !important;
    }
    .mbilemt80{
        height: 736px !important;
        padding : 120px 0px !important;
        margin-top: 0px !important;
    }
}
.section1_t_container{
    margin-top: unset !important;
}
.wrapper{
    height: 100vh;
}
section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: auto;
    position: relative;
}
section:nth-child(4){
    margin-top: unset;
}
.prgrm_main{
    position: relative;
    width: 1200px;
    min-height: 390px;
    height: auto;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_desc{
    width: 90vw !important;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 36px;
}
@media (max-width:768px) {
    section:nth-child(4){
        background-color: var(--gray-100);
    }
    .groups{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    section{
        min-height: 664px !important;
    }
    .flex, .infodiv {
        display: none !important;
    }
    .circle{
        width: 280px !important;
        height: 280px !important;
    }

    .circle:first-child , .circle:nth-child(3){
        padding : 86px 0px !important;
    }
    .circle:first-child {
        right:unset !important;
        bottom: 250px !important; 
    }
    .circle:nth-child(3){
        left: unset !important;
        top: 250px;
    }
    .circle:nth-child(2){
        width: 160px !important;
        height: 160px !important;
        top : 116px !important;
    }
    .mentoring-m{
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        min-height: unset !important;
        padding-top: calc(16/375*100vw) !important; 
        padding-left : calc(16/375*100vw) !important;
        gap: 36px !important;
        margin-top: 24px !important;
    }
    .mentoring-content-m{
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    .infodiv{
        top: 0px !important;
    }
    .circle_title{
        margin-bottom: 20px !important;
    }
    .ipju_container{
        margin-top: 40px !important;
        gap: 36px !important;
    }
}
.circle{
    position: absolute;
    width: 408px;
    height: 408px;
    flex-shrink: 0;
    border-radius: 408px;
    background: var(--gray-100, #F7FAFD);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.circle:first-child {right:  710px;}
.circle:nth-child(3){left: 710px;}
.circle:nth-child(2){
    z-index: 1;
    width: 240px;
    height: 240px;
    flex-shrink: 0;
    top: 69px;
    background-color: var(--primary-500);
    color: var(--gray-white);
}
.section1_t_container{
    position: relative;
    margin-top: 120px;
    margin-bottom: unset !important;
}
.circle span{
    display: block;
}
.circle_desc{
    text-align: center;
}
.infodiv{
    position: relative;
    color: var(--gray-white);
    padding:8px 20px;
    border-radius: 22px;
    background: var(--primary-500);
    width: auto;
    min-width: 488px;
    height: 44px;
    left: 355px;
    top: 80px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* position: absolute; */
}
.infodiv img{
    margin-right: 8px;
}
/* section:nth-child(3){
    background-color: var(--primary-50);
} */
.flex{
    margin-top: 60px;
    width: 1200px;
    height: 300px;
    display: flex;
}
.divided{
    height: auto;
}
.divided:nth-child(1){
}
.divided:nth-child(1){
    width: 200px;
}
.divided:nth-child(2){
    width: 950px;
}

.redivided{
    width: 900px;
    height: calc(700px/4);
}
.redivided:first-child{
    height: 120px;
}
.subtitle{
    color : var(--primary-500) !important;
}
.subcontent span{
    display: block !important;
    margin-top: 12px !important;
    font-size: 14px;
    line-height: 24px;
}
.subcontent span:first-child{
    margin-top: unset !important;
}
.ipju_container{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}
.circle_title{
    margin-bottom: 12px;
}

