/* 2506 PLUS*/
.extra_bnr_wrap {
		display: flex;
		padding-left: 40px;
		height: 1px;
		box-sizing: border-box;
		position: fixed;
		bottom: 90px;
		left: 0;
		width: 100%;
		z-index: 10;
}
.extra_bnr {
		width: 240px;
		position: relative;
}
.extra_bnr_body img {
		width: 100%;
		height: auto;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.extra_bnr .bnr_close {
		position: absolute;
		top: -6px;
		right: -6px;
		width: 21px;
		height: 21px;
		border-radius: 50%;
		background: #000;
		cursor: pointer;
}
.bnr_close::before, .bnr_close::after {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 6px;
		width: 9px;
		height: 1px;
		background: #fff;
		pointer-events: none
}
.bnr_close::before {
		transform: rotate(45deg)
}
.bnr_close::after {
		transform: rotate(-45deg)
}
@media(max-width: 767px) {
		.extra_bnr_wrap {
				position: fixed !important;
				right: inherit;
				top: inherit;
				bottom: 25px;
				left: 20px;
				height: 50px;
				width: 170px;
				padding-right: 0;
				padding-left: 0;
		}
		.extra_bnr {
				width: 170px;
				position: static;
				right: inherit;
				left: inherit;
				bottom: inherit;
		}
		.extra_bnr .bnr_close {
				position: absolute;
				top: -8px;
				right: -8px;
				width: 23px;
				height: 23px;
		}
		.bnr_close::before, .bnr_close::after {
				top: 11px;
				left: 7px;
				width: 9px;
				height: 1px;
		}
}