@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sub-wrap .sub-header .sub-tit{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
    background: url(../images/sub_tit_line.png) center bottom no-repeat;
}

.sub-wrap .sub-header .sub-tit h2{
    padding-top: 50px;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    background: url(../images/sub_tit_ico.png) center top no-repeat;
}

.sub-wrap .sub-header .visual{
    margin-top: auto;
}

.sub-content{
    padding-bottom: 200px;
}

.sub-wrap .list-line>li{
    position: relative;
    padding-left: 0.75em;
}

.sub-wrap .list-line>li::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
}

.department-box{
    margin-top:30px;
    font-size:18px;
}

.department-box_wrap{
    display:flex;
    align-items: center;
    margin-top:15px;
}

.department{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:10px;
    width: 100px;
    min-width: 70px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #70a425 0%, #2591a4 50%, #70a425 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.department span{
    padding: 2px 10px;
    background: linear-gradient(45deg, #70a425 0%, #2591a4 50%, #70a425 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media (max-width: 767px) {
    .sub-content{
        padding-bottom: 130px;
    }

    .sub-wrap .sub-header .sub-tit{
        height: 380px;
    }

    .sub-wrap .sub-header .sub-tit h2{
        padding-bottom: 80px;
        font-size: 45px;
    }

    .sub-wrap .sub-header .visual{
        display: flex;
        justify-content: center;
        height: 220px;
        overflow: hidden;
    }

    .sub-wrap .sub-header .visual img{
        max-width: none;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .sub-wrap .sub-header .sub-tit h2{
        font-size: 40px;
    }
}

/****** a1 ******/

#a1 .sub-content .sub-content_container1{
    padding:80px;
    text-align:center;
}

#a1 .sub-content .sub-content_container1 > span,
#a1 .sub-content .sub-content_container1 h3{
    font-weight:700;
}

#a1 .sub-content .sub-content_container1 > span{
    color: #b0b0b0;
    font-size:23px;
    font-style:italic;
}

#a1 .sub-content .sub-content_container1 h3{
    font-size:26px;
}

#a1 .sub-content .ico-box{
    display:flex;
    margin:55px 0;
    justify-content: center;
}

#a1 .sub-content{
    padding-bottom:0;
}

#a1 .sub-content .ico-box .ico-box_container{
    min-width:200px;
    height:200px;
    max-width:33.2%;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding:28px 40px;
    border:2px solid #ebebeb;
    border-radius: 5px;
    margin: 0 20px;
    font-size: 20px;
}

#a1 .sub-content .ico-box .ico-box_container img{
    position:relative;
}
#a1 .sub-content .ico-box .ico-box_container:first-child img{
    left:13px;
}
#a1 .sub-content .ico-box .ico-box_container:nth-child(2) img{
    left:15px;
}
#a1 .sub-content .ico-box .ico-box_container:last-child img{
    left:22px;
}

#a1 .sub-content .sub-content_container2{
    background-color: #f1f5f8;
    padding:55px 55px 120px 55px;
}

#a1 .sub-content .sub-content_container2 .img-box{
    display:flex;
    justify-content: center;
}

#a1 .sub-content .sub-content_container2 .img-box div{
    margin:0 20px;
}

#a1 .sub-content .sub-content_container2 .img-box img,
#a1 .sub-content .sub-content_container2 .text-content img{
    max-width:100%;
}

#a1 .sub-content .sub-content_container2 .text-content{
    max-width:880px;
    font-size:17px;
    font-weight:200;
    margin:60px auto 0 auto;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

#a1 .sub-content .sub-content_container2 .text-content li{
    margin:10px 0;
}

#a1 .sub-content .sub-content_container2 .text-content span{
    color: #00c78c;
    font-weight:500;
}

#a1 .sub-content .sub-content_container2 .text-content > div:last-child{
    margin-top: 20px;
    display:flex;
    align-items: center;
}

#a1 .sub-content .sub-content_container2 .text-content > div:last-child div{
    margin: 0 30px;
}


@media (max-width:767px) {
    #a1 .sub-content .ico-box{
        flex-direction: column;
        align-items: center;
    }
    #a1 .sub-content .sub-content_container1 .ico-box .ico-box_container{
        max-width:162px;
        margin:20px 0;
    }
    #a1 .sub-content .sub-content_container2 .text-content > div:last-child{
        flex-direction: column;
        align-items: center;
    }
    #a1 .sub-content .sub-content_container2 .text-content > div:last-child div{
        margin: 30px 0;
    }
}

/****** b1 ******/
#b1 .sub-content{
    padding-top: 65px;
    padding-bottom: 200px;
}

#b1 .sub-content>h3{
    margin-bottom: 62px;
    color: #222;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

#b1 .step-wrap{
    position: relative;
    padding-top: 168px;
    
}

#b1 .step-wrap li{
    width: 50%;
    margin-bottom: 140px;
    padding-right: 55px;
    text-align: right;
}

#b1 .step-wrap li:last-child{
    margin-bottom: 0;
}

#b1 .step-wrap li:nth-child(2n){
    text-align: left;
    padding-right: 0;
    padding-left: 55px;
    transform: translateY(270px);
}

#b1 .step-wrap h4{
    margin-bottom: 8px;
    color: #00c78c;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
}

#b1 .step-wrap h4::before{
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/b1_ico.png) no-repeat;
    content: '';
}

#b1 .step-wrap p{
    color: #666;
    font-size: 17px;
    line-height: 1.6;
}

#b1 .step-wrap .img{
    position: relative;
    margin-top: 43px;
}

#b1 .step-wrap .img .num{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-family: 'SBAggroB';
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #00c78c;
    z-index: 1;
}

#b1 .step-wrap .img .num::before{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #00c78c;
    transform: translate(-50%, -50%);
    z-index: -1;
    content: ''
}

#b1 .step-wrap li:nth-child(2) .img .num{
    right: auto;
    top: 8%;
    left: 4%;
}

#b1 .step-wrap li:nth-child(3) .img .num{
    right: 11%;
}

#b1 .step-wrap .img .box{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 18px -18px 29px rgba(0, 0, 0, 0.1);
}

#b1 .progressline{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}

#b1 .progressline .top{
    position: absolute;
    top: 0;
    left: 50%;
    width: 91px;
    transform: translateX(-50%);
}

#b1 .progressline .line-box{
    width: 20px;
    padding-top: 20px;
    height: 100%;
    border-radius: 10px;
    background: #f1f5f8;
    overflow: hidden;
}

#b1 .progressline .line{
    display: block;
    width: 100%;
    height: 10%;
    border-radius: 10px;
    background: url(../images/b1_line.png) top center / 100% 100% no-repeat;
}

#b1 .category{
    display:flex;
    margin-bottom:10px;
}


#b1 .step-wrap ul li:first-child .category,
#b1 .step-wrap ul li:last-child .category{
    justify-content: flex-end;
}

#b1 .category .online,
#b1 .category .offline{
    color: #fff;
    width: 120px;
    font-weight:500;
    padding:0px 12px;
    border-radius: 20px;
    text-align: center;
}

#b1 .category .online{
    z-index: 5;
    background-color: #2591a4;
}

#b1 .category.mix .online{
    position:relative;
    left: 5px;
}

#b1 .category .offline{
    background-color: #f94149;
}

@media (max-width:767px) {
    #b1 .step-wrap{
        padding-top: 130px;
        padding-left: 100px;
    }

    #b1 .step-wrap li{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-right: 0;
        margin-bottom: 140px;
        text-align: left;
    }

    #b1 .step-wrap li:nth-child(2n) {
        transform: none;
        padding-left: 0;
    }

    #b1 .step-wrap .img .num{
        right: auto;
        left: 0;
    }

    #b1 .progressline{
        left: 37px;
        transform: none;
    }
}

@media (max-width:575px) {
    #b1 .sub-content>h3{
        font-size: 28px;
    }
    #b1 .step-wrap{
        padding-top: 100px;
        padding-left: 80px;
    }

    #b1 .progressline .line-box{
        /* left: 32px; */
        width: 16px;
    }
    #b1 .progressline .top{
        width: 70px;
    }
}

/****** c1 ******/

#c1 .sub-content{
    padding-top: 80px;
    padding-bottom: 120px;
    color: #222;
    letter-spacing: -0.01em;
}

#c1 .tab-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto 95px;
}

#c1 .tab-list button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 56px;
    margin: 0 10px;
    color: #0060a0;
    font-size: 22px;
    font-weight: 700;
    border-radius: 28px;
    border: 2px solid #0060a0;
}

#c1 .tab-list button.on{
    color: #fff;
    background: #0060a0;
}

#c1 .tab-cont>.cont{
    display: none;
}

#c1 .tab-cont>.cont.on{
    display: block;
    animation: fadeUp 1s
}

@keyframes fadeUp {
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

#c1 .tab-cont .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#c1 .tab-cont .top .img{
    width: 40.8%;
}

#c1 .tab-cont .top .img.img-bd{
    border: 1px solid #f1f1f1;
}

#c1 .tab-cont .top .date-list{
    width: 54.9%;
}

#c1 .tab-cont h3{
    position: relative;
    margin-bottom: 23px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

#c1 .tab-cont h3 span{
    position: relative;
    padding-right: 20px;
    background: #fff;
    z-index: 1;
}

#c1 .tab-cont h3::after{
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 80%;
    height: 1px;
    background: #222;
    content: '';
}

#c1 .sub-title{
    display:flex;
    justify-content: center;
    align-items: center;
    margin:50px 0;
}

#c1 .sub-title > a{
    font-weight:700;
    font-size:24px;
    color: #00c78c;
    border: 1px solid #00c78c;
    padding:2px 20px;
    border-radius: 7px;
    margin-left:30px;
}

#c1 .sub-title h4{
    font-weight:700;
    font-size:24px;
    font-style:italic;
}

#c1 .sub-title h4 > span:first-child{
    color: #ababab;
    display:inline-block;
    position:relative;
}

#c1 .sub-title h4 > span:first-child::before{
    position:absolute;
    display:block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #00c78c;
    content: '';
    left: -10px;
    top: -5px;
}

#c1 .tab-cont .img img{
    border-radius: 10px;
}

#c1 .tab-cont .top .date-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 17px 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f1f5f8;
}

#c1 .tab-cont .top .date-list li:last-child{
    margin-bottom: 0;
}

#c1 .tab-cont .top .date-list li b{
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 21px;
    background: #f1f5f8;
}

#c1 .tab-cont .top .date-list li b::before{
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 10px;
    background-image: url(../images/c1_ico1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00c78c;
    content: '';
}

#c1 .tab-cont .top .date-list li:nth-child(2) b::before{
    background-color: #2591a4;
}

#c1 .tab-cont .top .date-list li:nth-child(3) b::before{
    background-color: #0060a0;
}

#c1 .tab-cont .top .date-list li .date{
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
    background: #f1f5f8;
}

#c1 .tab-cont .top .date-list li::before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 50px);
    height: 2px;
    font-size: 0;
    transform: translate(-50%, -50%);
    background: url(../images/c1_dotline.png) repeat-x;
    content: '';
}

#c1 .tab-cont .top .date-list .dotline-13{
    max-width: 97px;
    overflow: hidden;
}

#c1 .tab-cont .map{
    position:relative;
    top:-100px;
    margin-bottom: 34px;
    z-index: -1;
}

#c1 .c1_table1{
    width:100%;
    text-align: center;
}

#c1 .c1_table1 thead tr th{
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    background-color: #0060a0;
    color:#fff;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

#c1 .c1_table1 tbody tr td:first-child{
    font-weight:700;
    color:#0060a0;
}

#c1 .c1_table1 tbody tr td:last-child{
    font-weight:400;
    color:#666666;
}

#c1 .c1_table1 tbody tr td{
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #c2c6c9;
}

@media (max-width:991px) {
    #c1 .tab-cont .top{
        flex-direction: column;
    }

    #c1 .tab-cont .top>*{
        width: 100% !important;
    }

    #c1 .tab-cont .top .img{
        text-align: center;
        margin-bottom: 30px;
    }

}

@media (max-width:767px) {
    #c1 .sub-title{
        flex-direction: column;
    }

    #c1 .sub-title a{
        margin-top: 40px;
    }

    /* #c1 .tab-list{
        margin: 0 auto 120px;
    } */

    #c1 .tab-list button{
        width: calc(33.33% - 5px);
        margin: 0 5px;
        font-size: 19px;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list li{
        max-width: none;
        width: 50%;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list li .img{
        width: 30%;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list li .info{
        width: 70%;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list li .img img{
        width: 100%;
    }
}

@media (max-width:575px) {
    #c1 .sub-content{
        padding-bottom: 200px;
    }
    #c1 .tab-cont .top .date-list li{
        flex-direction: column;
        padding: 15px;
    }

    #c1 .tab-cont .top .date-list li::before{
        width: 2px;
        height: 23px;
        background-repeat: repeat-y;
    }
    
    #c1 .tab-cont .top .date-list li b{
        padding-right: 0;
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 19px;
    }

    #c1 .tab-cont .top .date-list li .date{
        padding-left: 5px;
        font-size: 16px;
    }

    #c1 .tab-cont .top .date-list li b::before{
        width: 35px;
        height: 35px;
        background-size: 20px;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list{
        margin-bottom: -40px;
    }
    #c1 .tab-cont .alumni-wrap .alumni-list li{
        width: 100%;
        margin-bottom: 40px;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list li .info .num{
        width: 72px;
        padding: 7px 13px;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list li .info .num img{
        width: 17px;
    }

    #c1 .tab-cont .alumni-wrap .alumni-list li .info .num b{
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }
}

/****** d1 ******/

#d1 .graduate{
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 95px;
}

#d1 .graduate>li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#d1 .graduate>li .info{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#d1 .graduate>li .department-wrap::before{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-image: linear-gradient(136deg, #2591a4 0%, #70a425 100%);
    content: '';
}

#d1 .graduate>li .department-wrap .department:not(:last-child){
    margin-bottom: 5px;
}

#d1 .graduate>li h3{
    align-self: start;
    color: #222;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}

#d1 .graduate>li p{
    margin-top: 15px;
    color: #666;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

#d1 .img-box{
    display:grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap:20px;
    max-width:960px;
    margin: 0 auto;
}

#d1 .img-box img{
    width:100%;
    border-radius:10px;
}

#d1 .accordion-list{
    margin-top:40px;
}

#d1 .accordion-list>li{
    background: #fff;
    transition: background 0.5s 0.2s;
}

#d1 .accordion-list>li .inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    max-width: 920px;
    /* height: 224px; */
    padding: 52px 0;
    border-bottom: 1px solid #dde5eb;

    height: auto;
}

#d1 .accordion-list>li .tit,
#d1 .accordion-list>li .cont{
    padding-right: 40px;
}

#d1 .accordion-list>li .tit{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

#d1 .accordion-list>li .tit::after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 18px;
    background: url(../images/a1_arr.png) no-repeat;
    transform: translateY(calc(-50% - 15px));
    transition: transform 0.5s;
    content: '';
}

#d1 .accordion-list>li.active .tit::after{
    transform: translateY(calc(-50% - 15px)) rotate(180deg);
}

#d1 .accordion-list>li .img{
    width: 160px;
    text-align: center;
}

#d1 .accordion-list>li .tit h3,
#d1 .accordion-list>li .cont{
    width: calc(100% - 160px);
    padding-left: 14px;
}

#d1 .accordion-list>li .tit h3{
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
}

#d1 .accordion-list>li .cont{
    display: none;
    margin-left: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.6;
}

#d1 .accordion-list>li .cont>ul{
    padding-bottom: 50px;
}

#d1 .accordion-list>li:first-child .inner{
    padding-top: 82px;
}

#d1 .accordion-list>li.active{
    background: #f1f5f8;
}

#d1 .accordion-list>li.active .cont .list-line>li:not(:last-child){
    margin-bottom: 6px;
}

@media (max-width:767px) {

    #d1 .img-box {
        display: grid;
        grid-template-columns: repeat(1, minmax(0,1fr));
        padding:25px;
    }

    #d1 .graduate>li .img{
        max-width: 220px;
    }

    #d1 .review .row>li:first-child{
        margin-bottom: 20px;
    }

    #d1 .review .row>li img{
        width: 100%;
    }
    
    #d1 .accordion-list>li .inner{
        padding: 35px 20px;
    }

    #d1 .accordion-list>li:first-child .inner{
        padding-top: 50px;
    }

    #d1 .accordion-list>li .img{
        width: 70px;
    }

    #d1 .accordion-list>li .tit,
    #d1 .accordion-list>li .cont{
        padding-right: 30px;
    }
    

    #d1 .accordion-list>li .tit h3,
    #d1 .accordion-list>li .cont{
        width: calc(100% - 70px);
    }

    #d1 .accordion-list>li .tit h3{
        font-size: 22px;
        margin-bottom: 10px;
    }

    #d1 .accordion-list>li .tit::after {
        width: 20px;
        height: 12px;
        background-size: 20px auto;
    }
}

@media (max-width:700px) {
    #d1 .graduate>li{
        flex-direction: column;
        justify-content: center;
    }
    #d1 .graduate>li .info{
        margin-top:40px;
    }
    /* #d1 .graduate{
        flex-wrap: wrap;
    }

    #d1 .graduate>li{
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    

    #d1 .graduate>li .img{
        width: 120px;
    }

    #d1 .graduate>li .info{
        width: calc(100% - 120px);
        padding-left: 20px;
        align-items: flex-start;
    }

    #d1 .graduate>li h3{
        text-align: left;
    }

    #d1 .graduate>li .department{
        margin-top: 0;
    } */

    #d1 .graduate{
        flex-wrap: wrap;
    }

    #d1 .graduate>li{
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }

    #d1 .graduate>li:last-child{
        margin-bottom: 0;
    }

    #d1 .review h3{
        max-width: 80%;
        margin: 0 auto 30px;
    }

    #d1 .review p{
        padding: 20px 30px;
    }

    

    #d1 .review{
        padding-bottom: 230px;
        background-size: 60% auto;
    }
}

/****** e1 ******/

#e1 .sub-content{
    position: relative;
    padding-top: 80px;
    padding-bottom: 416px;
    background: url(../images/e1_bg.jpg) #f1f5f8 center bottom / 100% auto no-repeat;
}

#e1 .sub-content .b-img{
    position: absolute;
    display: block;
    left: 17%;
    bottom: 0;
    width: 27.2%;
}

#e1 .graduate>li{
    display: flex;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.06);
}

#e1 .graduate>li:last-child{
    margin-bottom: 0;
}

#e1 .graduate>li .img-wrap{
    width: 38.7%;
}

#e1 .graduate>li .img{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 18px;
}

#e1 .graduate>li .img.img-bd{
    border: 1px solid #f5f5f5;
}

#e1 .graduate>li .img:last-child{
    margin-bottom: 0;
}

#e1 .graduate>li .cont{
    position: relative;
    padding-left: 3.5%;
    width: 61.3%;
}

#e1 .graduate>li .flag{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-8px);
}

#e1 .graduate>li .cate{
    display: flex;
    flex-wrap: wrap;
}

#e1 .graduate>li .cate>*{
    margin-bottom: 5px;
}

#e1 .graduate>li .cate .country{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    /* line-height: 30px; */
    padding: 3px 17px;
    margin-right: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.1;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    background: url(../images/e1_country_bg.jpg) left center / 100% 100%;
}

#e1 .graduate>li .tit{
    margin-top: 10px;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
}

#e1 .graduate>li .tit h3{
    color: #444;
    font-size: 19px;
}

#e1 .graduate>li .tit p{
    color: #666;
    font-size: 17px;
}

#e1 .graduate>li .cont>p{
    color: #222;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

#e1 .graduate>li .cont>p b{
    color: #00c78c;
    font-weight: 700;
}

@media (max-width: 991px){
    #e1 .sub-content .b-img{
        width: 380px;
    }
}

@media (max-width: 767px) {
    #e1 .sub-content{
        padding-bottom: 320px;
        /* background-size: 200% auto;
        background-position: left 40% bottom; */
    }

    #e1 .sub-content .b-img{
        width: 280px;
        left: 10%;
    }

    #e1 .graduate>li{
        flex-wrap: wrap;
        padding: 20px;
        margin-bottom: 40px;
    }

    #e1 .graduate>li>*{
        width: 100% !important;
    }

    #e1 .graduate>li .img img{
        width: 100%;
    }

    #e1 .graduate>li .cont{
        padding-left: 0;
        margin-top: 40px;
    }

    #e1 .graduate>li .flag{
        width: 50px;
    }

    /* #e1 .graduate>li .cate{
        
    } */
}

@media (max-width: 575px) {
    #e1 .sub-content{
        padding-bottom: 245px;
    }
}

/****** f1 ******/

#f1 .sub-content{
    padding-top: 75px;
    padding-bottom: 200px;
}

#f1 .sub-content>ul>li:nth-child(1){
    padding-bottom: 152px;
    margin-bottom: 145px;
    background: url(../images/f1_line.png) center bottom no-repeat;
}

#f1 .sub-content h3 span{
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

#f1 .sub-content h3 span::before{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 0.6em;
    margin-right: 5px;
    border-radius: 100%;
    background: #00c78c;
    content: '';
}

#f1 .sub-content h3 span b{
    font-size: 32px;
}

#f1 .sub-content p{
    margin-top: 15px;
    margin-bottom: 55px;
    color: #666;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

#f1 .sub-content>ul>li .img{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#f1 .sub-content>ul>li .img img{
    min-width: 700px;
}

#f1 .sub-content>ul>li:nth-child(1) .img{
    margin-top: 35px;
}

#f1 .sub-content>ul>li:nth-child(2) span.img{
    display: inline-block;
    margin-bottom: 140px;
}

#f1 .sub-content>ul>li:nth-child(2) div.img{
    padding: 0 30px;
    margin-bottom: 100px;
}

#f1 .sub-content>ul>li:nth-child(2) div.img img{
    min-width: auto;
}

@media (max-width:575px) {
    #f1 .sub-content>ul>li:nth-child(2) div.img{
        padding: 0;
    }
}

/****** g1 ******/
#g1 .sub-content{
    padding-top: 79px;
    padding-bottom: 200px;
}

#g1 .bubble-wrap{
    display: flex;
    align-items: flex-end;
}

#g1 .bubble-wrap .smile{
    width: 20.7%;
    padding-left: 10px;
}

#g1 .bubble-wrap .bubble{
    width: 79.3%;
    position: relative;
    padding: 25px 30px;
    color: #666;
    font-size: 19px;
    line-height: 1.5;
    border-radius: 30px;
    background: #f1f5f8;
}

#g1 .bubble-wrap .bubble::before{
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 65px;
    height: 37px;
    background: url(../images/g1_bubble_arr.png) no-repeat;
    transform: rotate(180deg) translateX(-58.5%) scaleY(-1);
    content: '';
}

#g1 .bubble-wrap .bubble::after{
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 38px;
    height: 30px;
    background: url(../images/g1_heart.png) no-repeat;
    transform: translate(6px, 5px);
    content: '';
}

#g1 .sub-content > h3{
    font-size: 24px;
    margin-top: 70px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}

#g1 .round{
    display: flex;
    justify-content: space-evenly;
    margin-top: 70px;
    margin-bottom: 79px;
}

#g1 .round li{
    display: flex;
    align-items: center;
}

#g1 .round .ico{
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
}

#g1 .round .txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0 8px 19px;
}

#g1 .round .txt p{
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

#g1 .round .txt p em{
    color: #00c78c;
    font-weight: 700;
}

#g1 .round .txt span{
    margin-top: 10px;
    color: #666;
    font-size: 19px;
}

#g1 .row{
    margin-top: 90px;
}

#g1 .row li span{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}



@media (max-width:767px) {
    #g1 .sub-content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #g1 .bubble-wrap{
        flex-direction: column-reverse;
        align-items: center;
    }

    

    #g1 .bubble-wrap .smile{
        width: 100%;
        padding-left: 0;
        margin-bottom: 23px;
        text-align: center;
        position: relative;
        left: -20px;
    }

    #g1 .bubble-wrap .smile img{
        transform: translateX(9.1%);
    }
    
    #g1 .bubble-wrap .bubble{
        width: 100%;
        margin-top: 49px;
        font-size: 18px;
        text-align: center;
    }

    #g1 .bubble-wrap .bubble::before {
        left: 50%;
        bottom: auto;
        top: 0;
        width: 122px;
        height: 49px;
        background: url(../images/g1_bubble_arr_m.png) no-repeat;
        transform: translate(-50%, -100%);
    }

    #g1 .bubble-wrap .bubble::after{
        right: 50%;
        width: 38px;
        transform: translate(50%, 50%);
        background-size: 38px auto;
    }

    #g1 .round{
        flex-direction: column;
    }

    #g1 .round li:not(:last-child){
        margin-bottom: 20px;
    }

    #g1 .row li{
        margin-bottom: 20px;
    }

    #g1 .diagram{
        display: inline-block;
        max-width: 290px;
    }

    #g1 .row.bottom{
        margin-top:0 !important;
        width: 100%;
    }
    #g1 .row.bottom li {
        padding:0;
    }
}