/* 버튼 */
.btn-outline-01{
	color: #013076;
	border-radius: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	background: transparent;
	border: 1px solid #013076;
	font-weight: 600
}

.btn-outline-01:active, .btn-outline-01:hover {
	color: #fff;
	background: #013076;
}

.btn-outline-02{
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	background: transparent;
	border: 1px solid #fff;
	font-weight: 600
}
.btn-outline-02:active, .btn-outline-02:hover {
	color: #013076;
	background: #fff;
}


.btn-rounded{
	padding-left: 20px;
	font-family: gmarket-medium;
	color: #333;
	background: #fff !important;
	border-radius: 50px !important;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: 14px;
	background: transparent;
	border: 1px solid #fff;
	font-weight: 600;
	width: 200px;
	text-align: left !important;
	position: relative;
	-webkit-transition:font-size .3s; transition:font-size .3s;
}

.btn-rounded i{position: absolute; right: 20px; top: 9px; color: #F0809A;-webkit-transition:all .3s; transition:all .3s;}

.btn-rounded:active{}
.btn-rounded:hover i{right: 10px; }

@media (min-width: 768px) {
	.btn-rounded i{top: 13px;}
	.btn-rounded{width: 250px; padding-top: 16px; padding-bottom: 12px;}
}

