@media (max-width: 1024px) {
.un_images{
    width: 45vw;
}
.un_images p{
    width: 330px;
}
.ly_contents div {
    padding-top: 60vh;
    width: 80%;
}
.ly_contents {
    width: 55vw;
}
.el_btn_inner h4{
	font-size: 20px;
}
.el_btn_con {
    line-height: 1.8;
    margin: 20px 0;
}
.ly_contents div:last-child{ 
    padding-bottom: 30vh; 
}
}

@media (max-width: 754px) {
.un_images{
    height: 68vh;
    width: 35vw;
    margin-top: 50px;
    top:50px;
}
.un_images p{
    height: 500px;
    width: 100%;
}
.ly_contents {
    width: 60vw;
}
.ly_contents div {
    width: 100%;
    padding-top: 40vh;
    line-height: 30px;
}
.ly_contents div h3{
    font-size: 14px;
}

.ly_contents div p{
    font-size: 12px;
}
.ly_contents_img{
    width: 23%;
}
.ly_contents_img_in {
    width: 70%;
}
.ly_contents div:first-child{
    padding-top: 41px;
} 

.ly_contents div:last-child{ 
    padding-bottom: 20vh; 
}
.el_btn {
    margin-top: 50px;
}
.el_btn_inner h4{
	font-size: 14px;
}
.el_btn_inner img{
    display:block;
    width:100%;
    height:180px;
    object-fit:cover;
    object-position:center;
}
.el_btn_con {
    font-size: 12px;
    line-height: 1.5;
    margin: 8px 0;
}
.el_btn_inner .maru{
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.ly_contents div:last-child{ 
    padding-bottom: 10vh; 
}
}