html ,body{

    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.imgContent{
    width: 100%;
}

.content{
    position: relative;
}

#back{
    position:absolute;
}
#front{
    position: absolute;
}

#btn_tel{
	position:absolute;
}
#btn01{
    position:absolute;
    top: 71%;
    left: 13%;
}

#btn02{
    position:absolute;
    top: 61%;
    left: 50%;
}

#btn03{
    position:absolute;
    top: 61%;
    left: 15%;
}

.banner-wrap{
    position: relative;
}

#top{
    position: absolute;
    top: 88%;
    width: 100%;
}

.banner-wrap #bx-pager{
    position: absolute;
    top: 90%;
    width: 100%;
    text-align: center;
}

#bx-pager a img{
    content: url("image/scroll_1.png");
}

#bx-pager a.active img{
    content: url("image/scroll_2.png");
}

#btnTop{
    position: fixed;
    bottom: 3vw;
}