/* 2024-12-31 (주)파이브센스_FIVESENSES.Corp. */
/* 
푸터 1
*/
.fix_footer.mob .fix_infos_box {
    padding: 40px 0;
}

.mob_wing_wrap  {
	position: fixed;
	width: auto; 
	right: 15px;
	bottom: 15px;
	z-index: 100;
}

/* .mquick_btn {
    position: relative;
    width: 43px; 
    height: 43px; 
    border-radius: 50%; 
    margin: 0 auto;
    background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 1000;
}

.mquick_btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px; 
    height: 13px;
}

.wing_box {
    position: absolute;
    bottom: 50px;
    width:100%;
    overflow: hidden;
} 

.mob_wing_top {
    transform: translateY(101%); 
    transform-origin: bottom; 
    transition: transform 0.3s ease-in-out;
}

.wing_box.open .mob_wing_top {
    transform: translateY(0); 
}

*/

.mob_wing {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
	background: #fff;
    cursor: pointer;
}

.mob_wing1 img {
	height: 18px;
}

.mob_wing2 img {
	height: 19px;
}

.mob_wing3 img {
	height: 18px;
}

.mob_wing4 img {
	height: 18px;
}


.mob_wing_wrap ul li + li {
	margin-top:7.5px;
}