@charset "utf-8";
@import "default.css";
body{font-family: "Noto Sans KR", sans-serif;}
header{width: 100%; height: 86px; padding-bottom: 50px;}
header a{width: 200px; height: 86px; display: inline-block; padding-top: 16px; margin-left: 120px;}
header a h1{font-size: 34px; color: #111;}
main{width: 100%;}
.s1{height: 400px; background: pink;}
.s1 p{font-size: 24px; text-align: center; padding-top: 160px;}
.div1{height: 200px; background: yellowgreen; margin-bottom: 140px;}
.div1 p{font-size: 20px; text-align: center; padding-top: 80px;}
.s2{margin-bottom: 280px;}
.s2 h2{font-size: 28px; font-weight: bold; text-align: center; margin-bottom: 50px; color: #111;}
.div_wrap{width: 60%; height: 300px; display: flex; margin: auto; flex-wrap: wrap; justify-content: space-between;}
.div_wrap div{width: 200px; height: 282px; margin: auto; border: 1px solid #ddd; border-radius: 30px; box-sizing: border-box; box-shadow: 3px 3px 4px #ddd; margin-bottom: 10px; overflow: hidden;}
.div_wrap div img{width: 200px; height: auto;}
footer{height: 470px; border-top: 1px solid #ddd; box-sizing: border-box;}
.s3{margin: 0 0 20px 460px;}
.s3 h2{font-size: 28px; font-weight: 400; margin: 50px 0 40px 0;}
.s3 div{width: 250px; height: 100px;}
.s3 div p{font-size: 25px;}
.s3 div p span{font-weight: bold;}
.s3p{margin-left: 460px; font-size: 18px;}

@media screen and (max-width: 1400px){
    .s2{margin-bottom: 380px;}
    .div_wrap{width: 40%;}
}

@media screen and (max-width: 999px){
    .div_wrap{height: 1000px;}
    .s3{margin: 0 0 20px 200px;}
    .s3p{margin-left: 200px;}
}

@media screen and (max-width: 380px){
    header a{margin-left: 50px;}
    .s3{margin: 0 0 20px 50px;}
    .s3p{margin-left: 50px;}
}