@charset "UTF-8";

@media only screen and (min-width: 1151px){
.linkbtnB {
	margin-left: -20px;
    }
}

.animate, .btn, .btn-border-o:before, .btn-border-o:after {
  transition: all 0.5s;
}

.linkbtn {
	display: inline-block;
	line-height: 35px;
	padding: 0 15px;
	font-size: 0.85em;
	position: relative;
	opacity: .999;
	height: 35px;
	margin-top: 20px;
	font-family: "UD Shin Go Regular";
	}

.linkbtn2 {
	display: inline-block;
	line-height: 55px;
	font-size: 0.85em;
	position: relative;
	opacity: .999;
	height: 55px;
	font-family: "Ryumin Medium KL";
	width: 250px;
	font-size: 1.5em;
	}


.btn-border-o {
	background-color: transparent;
	border: 1px solid #727171;
	color: #727171;
	}

.btn-border-o:before, .btn-border-o:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	box-sizing: content-box;
	}

.btn-border-o:before {
	width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	left: 0;
	transition-delay: 0.05s;
	}

.btn-border-o:after {
	width: 100%;
	height: 0;
	border-width: 0 1px 0 1px;
	top: 0;
	left: -1px;
	}

.btn-border-o:hover:before {
	width: 100%;
	}

.btn-border-o:hover:after {
	height: 100%;
	}

.btn-border-o.btn-blue:before, .btn-border-o.btn-blue:after {
	border-color: #c9a063;
	}

.btn-border-o.btn-blue:hover {
	color: #c9a063;
	text-decoration: none;
	}


