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

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

.btn-outline-03{
	color: #000;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	background: #fff;
	border: 1px solid #000;
	font-weight: 500;
	border-radius:0;
	width:100px;
}
.btn-outline-03.active {
	color: #fff;
	background: #000;
}


.btn-rounded{
	padding-left: 20px;
	font-family: gmarket-medium;
	color: #000;
	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:all .3s; transition:all .3s
}

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

.btn-rounded:hover{color: #fff !important; background: #000 !important; border: 1px solid #000 !important;}
.btn-rounded:hover i{right: 10px; color: #fff; }

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

