@charset "UTF-8";

.footer{
padding-bottom: 70px;
}
.bottom_menu{
	background:#fff ;     
	width: 100%;
    padding: 16px 0;
    position:fixed; 
    bottom:0;
    z-index:10;
	box-shadow: 1px 0px 5px #0000001c;
    border-radius: 16px 16px 0 0;
}
.bottom_menu_PC{
	background:#fff ;
	width: 586px;
	padding: 15px 0;
	position:fixed;
	bottom:0;
	z-index:10;
	box-shadow: 1px 0px 5px #0000001c;
	border-radius: 16px 16px 0 0;
}
.bottom_menu .bottom_1200{
	display: inline-flex;
	width: 100%
}
.bottom_menu_PC .bottom_1500{
	display: inline-flex;
	width: 100%
}
.bottom_menu .b_menu{
	width: 20%; 
	display: inline-flex;
	flex-direction: row; 
	align-items: center;
	text-align: center;    
	justify-content: center;
}
.bottom_menu_PC .b_menu{
	width: 20%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.bottom_menu .b_menu a{
	display:block;
	z-index: 2;
}
.bottom_menu .b_menu img{
	width: 24px;
	height: 24px;
}
.bottom_menu .b_menu .fBtn_call{
	width: 30px;
    height: 24px;
}
.bottom_menu .b_menu .fBtn_form{
	margin-left: 2px;
}
.bottom_menu .b_menu span{
	font-size: 2.8vw;
	padding-top: 6px;
	display: block;
	color: #5a5a5a;
    font-weight: 500;
}

.bottom_menu_PC .b_menu a{
	display:block;
	z-index: 2;
}
.bottom_menu_PC .b_menu img{
	width: 20px;
	height: 20px;
}
.bottom_menu_PC .b_menu .fBtn_call{
	width: 24px;
	height: 18px;
}
.bottom_menu_PC .b_menu .fBtn_form{
	margin-left: 2px;
}
.bottom_menu_PC .b_menu span{
	font-size: 1vw;
	padding-top: 6px;
	display: block;
	color: #5a5a5a;
	font-weight: 500;
}
.b_formWrap{
	width: 22% !important;
	position: relative;
}
.b_formBtn{
	width: 60px;
    height: 60px;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(0deg, #e1e1e1 10%, #fff 90%);
    bottom: 10px;
    box-shadow: -1px -2px 2px #00000012;	
}
@keyframes rotate {
    100%{
        transform: rotate( 360deg );
    }  
}
.b_formBtn:after{
	width: 54px;
    height: 54px;
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    background: linear-gradient(90deg, #3d7fcf 20% 40%, #b9d4f5);
    animation: rotate 4s infinite;
    animation-timing-function: linear;
    z-index: 0;
}
.bottom_menu .bottom_menu_PC .b_menu .b_formBtn span{
	color: #fff;
}
.bottom_menu .bottom_menu_PC .b_formBtn a {
    width: 40px;
    height: 40px;
    position: absolute;
}

/* 반응형 */

@media all and (max-width:414px) {
	.bottom_menu .b_menu span {
    font-size: 12px;
	}
	.bottom_menu .b_formBtn a {
    width: 34px;
    height: 34px;
    position: absolute;
	}
	.b_formBtn:after {
    width: 48px;
    height: 48px;
	}
	.b_formBtn {
    width: 54px;
    height: 54px;
    bottom: 6px;
	}
}