.edu_tit {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    background: #515fa7 url(/pages/basic/img/sub/edu_img3.png) right top no-repeat;
    border-radius: 20px;
    color: #fff;
    float: left;
}

.edu_tit h5 {
    font-family: "Gmarket Sans";
    font-size: 30px;
    padding: 57px 0 0 42px;
    font-weight: 400;
}

.edu_box {
    float: left;
    width: 100%;
    font-size: 20px;
    display: block;
    padding: 20px 0 20px 20px;
    line-height: 30px;

}
.edu_box .tit{font-size:24px;margin-bottom: 38px;color: #000;}
.edu_box p {
    font-size: 18px;
    line-height: 24px
}


@media screen and (max-width:1200px){
.edu_tit { height: 176px; background-size: contain;}
.edu_tit h5 {
    font-size: 25px;}
}

@media screen and (max-width:900px){
    .edu_tit h5 {
        font-size: 20px;
    }
.edu_box .tit {
    font-size: 20px;
    margin-bottom: 26px;}
.edu_box {font-size:16px;}
}


@media screen and (max-width:540px){
    .edu_tit {height: 133px;
        background-size: auto;
        text-align: center;
		background: url(/pages/basic/img/sub/edu_img3.png) right top no-repeat;
        background-color: #000000;
        text-shadow: 0 0 black;opacity: 0.8;}
		.edu_tit h5 {
        padding: 30px 0px 20px 0;
        text-shadow: 0px 2px 2px rgb(0 0 0);
    }
}