@charset "utf-8";

/*s ====기본화면 모바일 기준====*/

img{
	width: 100%;
	height: auto;
}

#header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
}

#s1{
    height: 150vh;
}
#daumRoughmapContainer1535361154249{
    width: 100%!important;
}
#daumRoughmapContainer1535361154249 span{
    display: none!important;
}
.wrap_map{
    height: 90vh!important;
}

.map{
    position: fixed;
    top: -16%;
    left: 0;
    width: 100%;
    height: 100%;
}




#info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    text-align: center;
}
#info .inner{
    width: 100%;
    padding: 5vh 18px 5vh 18px;
    box-sizing: border-box;
}
#info h2{
    width: 290px;
    margin: 0 auto 2.5vh auto;
}

#info .t1{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.8vh;
}
#info .t1 .eng{
    font-size: 12px;
    font-weight: 500;
    color: #676767;
}
#info .t2 p{
    font-size: 13px;
    line-height: 1.5em;
    color: #717171;
    margin-bottom: 1vh;
}
#info .t2 .ad{
    margin-bottom: 2vh;
}

#info .car{
    margin-bottom: 4vh;
}

.foot{
    position: relative;
    z-index: 400;
}

/*e ====기본화면 모바일 기준====*/



/*s ====태블릿화면====*/

@media screen and (min-width:768px){
    #info .inner{
        padding: 7vh 50px 6vh 50px;
    }
    #info h2{
        width: 450px;
        margin: 0 auto 5vh auto;
    }

    #info .t1{
        font-size: 18px;
        margin-bottom: 1vh;
    }
    #info .t2 p{
        font-size: 13px;
        line-height: 1.5em;
        color: #838383;
        margin-bottom: 1vh;
    }
    #info .t2 .ad{
        margin-bottom: 2vh;
    }

    #info .car{
        margin-bottom: 4vh;
    }
} /*768px끝*/

/*e ====태블릿화면====*/



/*s ====PC화면1====*/

@media screen and (min-width:1200px){
    /*#header{
        background-color:rgba(250,250,250,0.5);
    }*/
    
    #s1{
        height: 108vh;
    }
    .map{
        top: -20%;
    }
    
    
    #info{
        text-align: left;
    }
    #info .inner{
        width: 1200px;
        margin: 0 auto;
        padding: 55px 0 390px 0;
    }
    #info h2{
        width: 500px;
        margin: 0 0 38px 0;
    }


    #info .p1{
        float: left;
        width: 50%;
        padding: 0 50px 0 5px;
        box-sizing: border-box;
    }
    
    #info .t2 p{
        font-size: 13px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }
    #info .t1{
        margin-bottom: 15px;
    }
    #info .t2 .ad{
        margin-bottom: 40px;
    }
    #info .car{
        margin-bottom: 0;
    }
    /*#footer2{
        padding: 10px 0 60px 0;
    }*/
    
} /*1024px끝*/

/*e ====PC화면1====*/





