@charset "utf-8";

/* CSS Document */

@media (min-width: 768px) {
.pc-hidden {
	display: none;
}
	.more-btn {
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
}
.inquiry-btn {
	background-color: #09912b;
	color: white;
	padding: 10px 80px;
	border: 1px solid #09912b;
}
.inquiry-btn:hover {
	background-color: white;
	color: #09912b;
}
.learn-btn {
	color: white;
	padding: 10px 80px;
		border: 1px solid #ffffff;
	font-weight: bold;
}
.learn-btn:hover {
	background-color: white;
	color: #2A2A2A;
}
	.learn-btn1 {
	color: #343434;
	padding: 10px 50px;
		border: 1px solid #343434;
	font-weight: bold;
}
.learn-btn1:hover {
	background-color: #343434;
	color: white;
}
}
 @media (max-width: 767px) {
.mobile-hidden {
	display: none;
}
	 .more-btn {
	background-color: #111e6c; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
}
.inquiry-btn {
	background-color: #09912b;
	color: white;
	padding: 10px 83px;
	border: 1px solid #09912b;
}
.inquiry-btn:hover {
	background-color: white;
	color: #09912b;
}
.learn-btn {
	background-color: #c80700;
	color: white;
	padding: 10px 80px;
		border: 1px solid #c80700;
}
.learn-btn:hover {
	background-color: white;
	color: #c80700;
}
	 .learn-btn1 {
	color: #343434;
	padding: 10px 80px;
		border: 1px solid #343434;
	font-weight: bold;
}
.learn-btn1:hover {
	background-color: white;
	color: #343434;
}
}