
img {max-width: 100%; object-fit: contain;}
.wrap{max-width: 1200px; margin: 0 auto; padding:  120px 0; box-sizing: border-box;}
/* title */

.title-wrap{width: 100%; display: flex; flex-direction: column;}
.title-wrap>.span{font-size: 15px; columns: #666;}
.title{font-size: 24px; margin: 20px 0;}

.date{font-size: 15px; color: #666;}
.fnd{font-size: 15px; color: #666; margin: 10px 0 20px 0;}
.line{margin-bottom: 70px;}

.wrap .img{width: 100%; height: 700px; background-image: url(/img/news/Rectangle\ 48.jpg);
    background-repeat: no-repeat;
    background-size: fit;
    background-position: center;
}

.text{margin: 60px 0;}
/* p{margin: 60px 0;} */
.viewmore{margin: 30px 0 120px 0; width: 170px; height: 60px; display: flex; align-items: center; justify-content: center; border: 1px solid #000;}

/* mobile */
.wrap{padding: 100px 15px; box-sizing: border-box;}

.title{font-size: 20px; margin: 10px 0 20px 0;}
.line{margin-bottom: 30px;}

.wrap .img{width: 100%; height: 330px;}
/* p{margin: 30px 0 60px 0;} */
.text{margin: 40px 0;}

















