/* quick */
.mq_wrap {
    position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 60;
	display: block;
	flex-direction: column;
}
.mq_wrap.show {
	display: flex;
}
.mq_wrap .qr .tooltip {
	color: #fb0101;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 0 10px;
	display: none;
}
.mq_wrap .qr {
	display: flex;
	margin-bottom: 10px;
}
.mq_wrap .qr:hover .tooltip {
	display: none;
}
.mq_wrap .qr i {
	display: inline-block;
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
}
.mq_wrap .btn_talk {
	background: url(../img23/q_07.png) no-repeat 0 0;
	display: inline-block;
	width: 81px;
	height: 81px;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
.mq_wrap .btn_talk.scroll_talk {
	position: relative;
	right: auto;
	bottom: auto;
}

.mq_wrap .btn_top {
	background: url(../img23/q_01.png) no-repeat 0 0;
	/* display: inline-block; */
	width: 81px;
	height: 81px;
	background-size: 100% auto;
}
.mq_wrap .btn_top p{
	display: none;
}
.mq_wrap .btn_top.show {
	display: block;
}
.show_talk.nm {
	bottom: 215px;
}
.show_talk.active .pf_clise {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.show_talk.active .pf_clise img {
	width: 90%;
}
.scroll_talk.btn_talk.active {
	background: url(../img23/q_07.png) no-repeat 0 0;
	display: inline-block;
	width: 81px;
	height: 81px;
	background-size: 100% auto;
}
.scroll_talk.btn_talk button {
	width: 59px;
	height: 59px;
	background-size: 100% 100%;
}
/* 플로팅 메뉴 사이즈 */
.mobile .scroll_talk.btn_talk {
	width: 59px;
	height: 59px;
	background-size: 100% 100%;
}
.mobile .mq_wrap .qr i{
	width: 59px;
	height: 59px;
	background-size: 100% 100% !important;
}
.mobile .mq_wrap .btn_top{
	width: 59px;
	height: 59px;
	background-size: 100% 100% !important;
}

.scroll_talk {
	position: fixed;
	right: 30px;
	width: 50px !important;
	height: 50px !important;
	background: transparent url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='25' fill='%234483F6'/%3E%3Cpath d='M20.7734 16.7326C16.2347 19.3501 14.6794 25.1469 17.2997 29.6806C18.044 30.9683 19.0462 32.0147 20.2022 32.7943L19.3124 35.1667C19.1913 35.4895 19.5097 35.804 19.832 35.68L23.6142 34.2254C25.8089 34.6753 28.1705 34.3569 30.2635 33.1499C34.802 30.5323 36.3574 24.7355 33.7371 20.2019C31.1166 15.6682 25.3123 14.115 20.7734 16.7326Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center / contain !important;
}

.scroll_top {
    position: fixed;
    right: 30px;
    width: 50px !important;
    height: 50px !important;
}

@media only screen and (max-width: 420px) {
    .show_talk {
        width: calc(100% - 70px);
		bottom: 140px;
    }
}