/*floatMenu*/
.floatMenu{width:40px; right:5%; bottom:70px; position:fixed; z-index:9999;}
.floatMenu div{text-align:center; width:70px; height:40px; margin-top:1rem; border-radius:20px 0 0 20px; background:rgba(69,166,175,0.8); display:table; padding}
.floatMenu div:nth-child(even) { background: rgba(53,96,157,0.8) }
.floatMenu div:hover{background:#c8a151; transition:0.2s;}
.floatMenu div a{display:table-cell; vertical-align:middle; text-align:center;}
.floatMenu div img{display:inline-block; cursor:pointer;}
.floatMenu .goForm img{width:25px;}
.floatMenu .kakao img{width:25px;}
.floatMenu .blog img{width:22px;}
.floatMenu .insta img{width:22px;}
.floatMenu .call img{width:22px;}
.floatMenu .top img{width:22px;}
.floatMenu div.kakao { background:#FF8F02}

@media screen and (min-width:1200px){
.floatMenu{width:60px; right:20px;}
.floatMenu div{width:60px; height:60px; border-radius:30px;}
.floatMenu .goForm img{width:auto;}
.floatMenu .kakao img{width:auto;}
.floatMenu .blog img{width:auto;background-image: url(../img/floatmenu_blog.png)}
.floatMenu .insta img{width:auto;}
.floatMenu .call img{width:auto;background-image: url(../img/floatmenu_call.png)}
.floatMenu .top img{width:auto;background-image: url(../img/floatmenu_top.png)}
}