

* {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    min-width: 1340px;
}
.home_btn {
    position: absolute;
    cursor: pointer;
    top: 25px;
    left: 15px;
    z-index: 10;
}
.home_mo {
    display: none;
}
section {
    margin-top: -4px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}
.main_title {
    position: relative;
}
section img {
    width: 1903px;
}
.sec_01 {
    position: relative;
}
.sec_01 a {
    
    position: absolute;
    width: 375px;
    height: 85px;
    bottom: 194px;
    cursor: pointer;
}
.mo_img {
    display:none;
}
@media(max-width:1024px) {
    body {
        max-width: 1500px;
        min-width: 1100px;
        width: 100%;
    }
    .sec_01 a {
        position: absolute;
		width: 370px;
		height: 78px;
		bottom: 200px;
    }
    .home_btn img {
        max-width: 250px;
    }
    section{
        margin: 0 auto;
    }
     section img {
        display: none;
    }
    section img.mo_img {
        display: block;
    } 
}