.surifloBox{
	/* display:none; */
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:100;
}
.surifloInner {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.suriflo{position:Relative;}
.suriflo a {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	position:Relative;
    width: 240px;
    display: flex;
    padding: 15px 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 63px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    color: #222;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.suriflo a:hover{
	border: 1px solid #1A133F;
	background: #F3F4F6;
	color: #1A133F;
	font-weight: 700;
}
.suriflo a:hover:after{content:'';}
.suriflo a:after {
    content: none;
    position: absolute;
    right: 24px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-image: url(/public/img/common/link.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.surifloFlex {
    gap: 4px;
    display: flex;
    width: 100%;
}
.surifloshare{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	cursor:pointer;
	position:Relative;
    width: 128px;
    display: flex;
    padding: 12px 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 63px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    color: #222;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.surifloshare:after {
    content:'';
    position: absolute;
    right: 24px;
    top: 16px;
    width: 16px;
    height: 16px;
    background-image: url(/public/img/common/share.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.surifloshare:hover{
	border: 1px solid #1A133F;
	background: #F3F4F6;
	color: #1A133F;
	font-weight: 700;
}
.suriflopm{
	width: 108px;
	display:flex;
	gap:4px;
}
.sufmi{
	cursor: pointer;
	display: flex;
	width: 52px;
	height: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 24px 8px 8px 24px;
	border: 1px solid #E5E7EB;
	background: #FFF;
	color: #222;
	text-align: center;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 157.143% */
}
.sufmi.disabled{
	    text-decoration: line-through;
	opacity:0.8;
}
.sufpl{
	cursor: pointer;
	display: flex;
	width: 52px;
	height: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px 24px 24px 8px;
	border: 1px solid #E5E7EB;
	background: #FFF;
	color: #222;
	text-align: center;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 122.222% */
}
.sufpl.disabled{
	text-decoration: line-through;
	opacity:0.8;
}
.mobotnavBox{
	display:none;
}
@media (max-width:1600px) {
	.surifloBox {
		right: 20px;
		bottom: 20px;
	}
	.suriflo a {
		width: 200px;
		padding: 12px 18px;
		border-radius: 63px;
		font-size: 15px;
		line-height: 22px;
	}
	.suriflo a:after {
		right: 18px;
		top: 16px;
		width: 16px;
		height: 16px;
	}
	.surifloshare {
		width: 112px;
		padding: 8px 15px;
		border-radius: 63px;
		font-size: 14px;
		line-height: 20px;
	}
	.surifloshare:after {
		right: 14px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	.suriflopm {
		width: 84px;
		display: flex;
		gap: 4px;
	}
	.sufmi {
		width: 44px;
		height: 40px;
		gap: 10px;
		border-radius: 24px 8px 8px 24px;
		font-size: 14px;
		line-height: 22px;
	}
	.sufpl {
		width: 44px;
		height: 40px;
		gap: 10px;
		border-radius: 8px 24px 24px 8px;
		font-size: 17px;
		line-height: 20px;
	}
}
@media (max-width:767px) {
	.surifloBox{display:none;}
		
	.mobotnavBox{
		display:flex;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		z-index:100;
	}
	.mobotnavInner{
		display:flex;
		width:100%;
		/* border: 1px solid rgba(0, 0, 0, 0.10); */
	background: #FFF;
	box-shadow: 0 -20px 40px 0 rgba(0, 0, 0, 0.15);
	justify-content: center;
	align-items: center;
	}
	.botnav {
		height: 64px;
		display: flex;;
	}
	.botnav a {
		display: flex;
		position: Relative;
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #222;
		text-align: center;
		font-family: Pretendard;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 14px;
	}
	.botnav.call{width:17.066%; background: #19133D;}
	.botnav.call a{color:#fff;gap:4px;}
	.botnav.whlink01{width:22.4%;border-right: 1px solid #EEE;}
	.botnav.whlink02{width:20.8%;border-right: 1px solid #EEE;}
	.botnav.whlink03{width:22.6666%;}
	.botnav.inq{width:17.066%;background: #B89251;}
	.botnav.inq a{color:#fff;gap:4px;}

	.botnav.call span{
		position: Relative;
		display:inline-block;
		width: 18px;
		height: 18px;
		background-image: url(/public/img/common/call.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.botnav.inq span{
		position: Relative;
		display:inline-block;
		width: 18px;
		height: 18px;
		background-image: url(/public/img/common/pen.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}