@media (min-width:461px){
#content-wrap{width: 1200px; height: 100%; margin: 50px auto;}
#wrapping{display: flex; margin-top: 30px; justify-content: space-between; align-items: center;}
.title{width: 100%; height: 100px;  line-height: 100px; border-bottom: 0.5px solid #ccc;}
.title span{font-size: 40px;}
.text-wrap{width: 600px; height: 80%; font-size: 20px; line-height: 50px;}
.img-wrap{width: 500px; height: 80%;}

#main1{width: 100%; height: 800px;}
#main1 img{width: 500px; height: auto;}

#main2{width: 100%; height: 600px; display: flex; justify-content: space-between; align-items: center;}
#main2 img{width: 500px; height: auto;}

#main3{width: 100%; height: 800px; display: flex; justify-content: space-between; align-items: center;}
#main3 img{width: 500px; height: auto;}

#main4{width: 100%; height: 600px; display: flex; justify-content: space-between; align-items: center;}
#main4 img{width: 500px; height: auto;}

#mobile-main1{display: none;}
#mobile-main2{display: none;}
#mobile-main3{display: none;}
#mobile-main4{display: none;}
}