@charset "utf-8";

.contents .inner .title h2::before {
    background: url("../images/flower_blue.png")no-repeat center/contain;
}
body {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.2;
}
/* ent */
.ent {
    padding-bottom: 50px;
    overflow: hidden;
}
.ent ul li .bg {
    border-radius: 10px;
    height: 100%;
    padding-top: 60px;
}
.ent ul li {
    float: left;
    width: 33.333%;
    padding: 0 20px;
    text-align: center;
    height: 600px;
}
.ent ul .age3 .bg {
    background: url("../images/entrance_img1.jpg")no-repeat center/cover;
}
.ent ul .age4 .bg {
    background: url("../images/entrance_img2.jpg")no-repeat center/cover;}
.ent ul .age5 .bg {
    background: url("../images/entrance_img3.jpg")no-repeat center/cover;}
.ent ul li h3 {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
}
.ent ul li span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
}
.ent ul li p {
    padding-top: 20px;
    color: #fff;
}
/* breakpoint 991px - mobile size */
@media screen and (max-width:991px){
    .ent {
        padding-bottom: 0px;
    }
    .ent ul li {
        float: none;
        width: 100%;
        padding: 10px;
        height: 480px;
    }
    .ent ul li p {
        padding-top: 20px;
        font-size: 18px;
    }
}