/* -------- float_menu_m -------- */
.float_menu_m {
	position: fixed;
	bottom: 0;
	left: 0;

	/* ios */
    bottom:env(safe-area-inset-bottom);
	box-shadow: 0 12px 24px rgb(0 0 0 / 40%);
	z-index: 1030;
	width: 100%;
	background: #fff;
	text-align: center;
}

.float_menu_m li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	flex-direction: column;
	padding: 9px 0 11px 0;
	min-width: 20%;
	height: 70px;
	box-sizing: border-box;
}

.float_menu_m li a {
	display: flex;
	align-items: center;
	justify-content: center;
    flex:none;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
}

.float_menu_m img {
	width: 100%;
	height: auto;
}

.float_menu_m .current_item_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	flex: none;
	width: 100%;
	height: 100%;
}

.float_menu_m li span {
	font-size: 11px;
	letter-spacing: -0.045rem;
}

.float_menu_m .thumb {
	margin-top: 6px;
	width: 39px;
	height: 39px;
}

.float_menu_m .float_btn_wrap > button {
	position: relative;
	display: none;
	box-shadow: 0 0 30px 0 rgba(123, 123, 123, 0.16);
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 45px;
}

.float_menu_m .btn_top.ico_kakao {
	box-shadow: none;
	height: auto;
	background-color: transparent;
	border-radius: unset;
}

.float_menu_m .btn_top.ico_kakao > img {
	width: 45px;
	height: auto;
}

.float_menu_m .btn_top.top_arr {
	background-color: #fff;
	color: #b1b2b3;
}

.float_menu_m .btn_top.top_arr > img {
	width: 8px;
	height: auto;
	transform: translateY(-10px);
}

.float_menu_m .btn_top.top_arr:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 12px;
	font-weight: 500;
	color: #b1b2b3;
	letter-spacing: -0.72px;
	content: "TOP";
	transform: translate(-50%, -35%);
}

.float_menu_m li .current_item_thumb {
	position: relative;
	overflow: hidden;
	background-color: #eee;
	object-fit: fill;
	border-radius: 6px;
}

.float_menu_m .float_btn_wrap {
	position: fixed;
	right: 16px;
	bottom: 80px;
	display: flex;
	gap: 10px;
	flex-direction: column;

	/* ios */
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

.float_menu_m .btn_top.ico_logo {
	border: 1px solid #dbdbdb;
}

.float_menu_m .btn_top.ico_logo > img {
	width: 30px;
	height: auto;
}

/* @media */
@media (max-width: 991px) {
	.float_menu_pc .banner {
		display: none;
	}
}

@media (min-width: 768px) {
	/* --- float_menu_pc --- */
	.float_menu_pc {
		position: fixed;
		top: 300px;
		right: 30px;
		z-index: 1030;
	}

	.float_menu_pc.hide {
		display: none !important;
	}

	.float_menu_pc .menu_list ul {
		padding: 0 10px;
		padding: 20px 0;
		box-shadow: 0 8px 15px rgb(0 0 0 / 8%);
		width: 68px;
		background: #fff;
		border-radius: 200px;
	}

	.float_menu_pc .menu_list li {
		padding: 10px 0;
	}

	.float_menu_pc .menu_list ul a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		font-size: 11px;
		font-weight: 500;
		color: #333;
	}

	.float_menu_pc li a span.txt {
		letter-spacing: -0.08rem;
		word-spacing: -0.08rem;
	}

	.float_menu_pc .menu_list ul a span.img {
		margin-bottom: 3px;
		width: 30px;
	}

	.float_menu_pc .menu_list ul a span.img img {
		max-width: 100%;
	}

	.float_menu_pc .menu_list ul .btn_top {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		width: 100%;
		text-align: center;
	}

	.float_menu_pc .menu_list ul .btn_top {
		display: block;
		margin: 0 auto;
		width: 30px;
		height: 30px;
		background: #7261ff url("/content/images/icon/ico_quick_top.png") no-repeat center / 12px auto;
		border-radius: 50%;
	}

	.float_menu_pc .banner ul {
		width: 90px;
	}

	.float_menu_pc .banner ul li {
		position: relative;
	}

	.float_menu_pc .banner ul li a {
		display: block;
	}

	.float_menu_pc .banner ul li.banner_01 {
		margin: 30px 0 14px 0;
	}

	.float_menu_pc .banner ul li .dd_banner {
		position: absolute;
		right: 0;
		bottom: 0;
		overflow: hidden;
		z-index: 99;
		width: 560px;
		height: auto;
		visibility: hidden;
		transition: opacity 0.35s;
		cursor: pointer;
		opacity: 0;
		border-radius: 30px;
	}

	.float_menu_pc .banner ul li:hover > .dd_banner {
		visibility: visible;
		transition: opacity 0.35s;
		opacity: 1;
	}

	.float_menu_pc .fix_btn_kakako {
		position: relative;
		margin-top: 10px;
		box-shadow: 0 8px 15px rgb(0 0 0 / 8%);
		width: 68px;
		height: 68px;
		background: #ffde00;
		text-align: center;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.float_menu_pc .fix_btn_kakako a span img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: auto;
		transform: translate(-48%, -46%);
	}

	.float_menu_pc .fix_btn_kakako .dd_banner {
		position: absolute;
		right: 0;
		bottom: 0;
		overflow: hidden;
		z-index: 99;
		width: 560px;
		height: auto;
		visibility: hidden;
		transition: opacity 0.35s;
		cursor: pointer;
		opacity: 0;
		border-radius: 30px;
	}

	.float_menu_pc .fix_btn_kakako:hover .dd_banner {
		visibility: visible;
		transition: opacity 0.35s;
		opacity: 1;
	}
}
@media (max-width: 991px) {
	.float_btn_wrap button {
		display: inline-block !important;
	}

	.float_menu_m.mobile {
		display: block !important;
	}

	.float_menu_m.mobile > .row {
		max-width: 550px;
	}
}
