@charset "utf-8";
.post_type{}
.color_white{color:white}
.post_type .msinga{margin-bottom: 45px;margin-top: 110px;}
.msinga_white{color:white}
.msinga_white .mings{color:white}
.flex{display:flex;justify-content: space-between;}
.post_01{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}
.post_01>img{width: 38%;height: auto;object-fit: cover;}
.post_01 .ro{width: 59%;font-size: 16px;line-height: 28px;color: #666666;}
.post_02_list{display:flex;flex-wrap: wrap;justify-content: space-between;}
.post_02_list li{width: 32.5%;background: white;}
.post_02_list li .pic{height:0;padding-bottom: 64%;width: 100%;}
.post_02_list li .pic img{width:100%;height:100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.post_02_list li .ro{
    color: #666666;
    line-height: 28px;
    font-size: 16px;
    padding: 25px;
    margin-top: 10px;
    text-align: center;
}
.post_02 .ms{font-size:16px;line-height:28px}
.post_02{background-image:url(../type/post/post_06.jpg);background-size: 100% 906px;background-position: 0px 442px;background-repeat: no-repeat;}
.post_02_ro1{
    margin-top: 60px;
}
.post_02_ro2{
    padding-bottom: 100px;
    color: #666666;
}
@media only screen and (max-width: 960px){
    .post_02_list{display:block}
    .post_02_list li{width:100%;margin-bottom: 50px;} 
    .post_02{background-size: auto 2500px;}
    
}
@media only screen and (max-width: 500px){
    .post_02{background-size: auto 2250px;}
    .post_01{display:block;margin-bottom: 0;}
    .post_01>img{width:100%}
    .post_01 .ro{width:100%;margin-top:30px}
    .post_type .msinga{margin-top:50px}
}