@charset "utf-8";

html, body{
    height: 100%;
}

#wrap{
    width:100%;
    margin: 0 auto;
}

/*banner s*/
#banner{
    height:350px;
    background:url(../images/map/banner.jpg) no-repeat center 0/cover;
}

/*cont1 s*/
#cont1 .inner .ttl{
    text-align:center;
    padding:50px 0 60px 0;
}

#cont1 .inner .left{
    width:50%;
    float:left;
}
#cont1 .inner .right{
    width:50%;
    float:left;
}

#cont1 .inner h3{
    font-size:23px;
    font-weight:600;
    margin:0 0 20px 0;
    color:#333;
}
#cont1 .inner h4{
    margin:0 0 30px 0;
    font-size:17px;
    font-weight:400;
}
#cont1 .inner h4.t{
    margin:30px 0;
}
#cont1 .inner .t2{
    margin:0 0 30px 0;
}
#cont1 .inner p{
    font-size:15px;
    line-height:26px;
}
#cont1 .inner p span{
    color:#d50f0f;
    font-weight:500;
}

/*cont2 s*/
#cont2{
    padding:50px 0;
}
#cont2 .inner .btn{
    width:410px;
    height:50px;
    margin:30px auto 0 auto;
}
#cont2 .inner .btn .naver{
    width:200px;
    height:50px;
    float:left;
    border:1.5px solid #159033;
    box-sizing:border-box;
    margin:0 10px 0 0;
    text-align:center;
    line-height:48px;
    color:#159033;
    font-size:17px;
    font-weight:400;
    transition:all 0.3s;
}
#cont2 .inner .btn .naver:hover{
    background-color:#159033;
    color:#fff;
    border-radius:20px;
}
#cont2 .inner .btn .google{
    width:200px;
    height:50px;
    float:left;
    border:1.5px solid rgba(0,0,0,0.7);
    box-sizing:border-box;
    text-align:center;
    line-height:48px;
    color:rgba(0,0,0,0.7);
    font-size:17px;
    font-weight:400;
    transition:all 0.3s;
}
#cont2 .inner .btn .google:hover{
    background-color:rgba(0,0,0,0.7);
    color:#fff;
    border-radius:20px;
}