.kr-liner-banner {
	margin-top: 12px;
	margin-bottom: 30px;
	background: linear-gradient(90deg, #fcc3ab 0%, #f2fafd 40%);
}

.kr-liner-banner-content {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	height: 50px;
}

.kr-liner-banner-flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.kr-liner-banner-img {
	width: 270px;
	position: relative;
	height: 100%;
}

.kr-liner-banner-img img {
	height: 62px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.kr-liner-banner-text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	font-weight: 700;
	padding-left: 40px;
	padding-right: 40px;
}

.kr-liner-banner-text span {
	color: #ff642d;
	white-space: nowrap;
}

.kr-liner-banner-btn {
	/*width: 220px;*/
}

.kr-liner-banner-btn a {
	/*width: 100%;*/
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding-left: 40px;
	padding-right: 49px;
	padding-right: 
	border-radius: 3px;
	background-color: #ff642d;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	/*background-image: url(../img/liner-banners/add_icon.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left 42px;*/
}

.kr-liner-banner-btn img {
	position: relative;
	top: 4px;
	margin-right: 14px;
}

.kr-liner-banner-btn a:hover {
	background-color: #ff855a;
}

@media (max-width: 991px) {
	.kr-liner-banner {
		background: none;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.kr-liner-banner-content{
		height: auto;
	}

	.kr-liner-banner-flex {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.kr-liner-banner-text {
		order: 1;
		-moz-order: 1;
		-webkit-order: 1;
		margin-bottom: 30px;
		font-size: 12px;
	}

	.kr-liner-banner-img {
		order: 2;
		-moz-order: 2;
		-webkit-order: 2;
		height: 50px;
		width: 100%;
		background: linear-gradient(90deg, #fcc3ab 0%, #f2fafd 40%);
	}

	.kr-liner-banner-img img {
		height: 45px;
		bottom: 20px;
	}

	.kr-liner-banner-btn {
		order: 3;
		-moz-order: 3;
		-webkit-order: 3;
		margin-top: -20px;
		position: relative;
	}
}