/*----- top 輪播 -----*/
.top-banner .carousel-item {
  padding-bottom: calc( 100% * 750 / 2100 );
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top-banner h3 {
	line-height: 100px;
	font-size: 50px;
	margin: 0;
	text-shadow: 0px 1px 3px #000;
}
.top-banner .carousel-caption {
	top: calc( (100% - 100px) / 2);
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 576px) {
	.top-banner h3 {
		font-size: 25px;
	}
}
/*------ top 輪播 ↑ -----*/
.carousel-item-head-banner {
  padding-bottom: calc( 100% * 519 / 1110 );
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner {
	border: 1px solid #999;
}
.good-link img {
	border: 1px solid #999;
}
.navbar-dark .navbar-toggler {
    color: rgba(12, 24, 81, 0.5);
    border-color: rgba(12, 24, 81, 0.5);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(12, 24, 81, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
footer .badge-secondary {
  background-color: rgba(12, 24, 81, 1);
}
.list-group-mine .list-group-item {
  background-color: rgba(255, 255, 255 , 0);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-mine .list-group-item  a {
  color: #fff;
}
.list-group-mine .list-group-item  a:hover{
	text-decoration: none;
}
.mycounter img {
	margin-bottom: 6.5px;
}
#inquiry article.row {
	align-items: center;
}
#inquiry input, #inquiry textarea {
    padding: 5px;
    /*border: solid 1px #ff8484;*/
	border: 1px solid #fbd088;		
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    font-weight: 300;
}
article > div > input,  #inquiry textarea {
	background: #fff4e2;
	width:100%;
}
#inquiry label {
	margin-bottom: 0 !important;
	line-height: 34px;
}
.form-submit {
   	text-align: center;
	margin: 10px 0px;
}
.form-submit input {
    margin: 0px 20px;
    padding: 5px 20px !important;
}
.g-recaptcha > div {
		margin: 0 auto;
}

/*---- News -----*/
a.news-wrap {
	display: block;
    background: #F5F5F5;
    position: relative;
    padding: 20px;
    zoom: 1;
	text-decoration: none;
    transition: 0.3s linear;					
}
				
a.news-wrap:hover {
    background: linear-gradient(to right, #896552 10%, #923b10 99%);
    zoom: 1;
    transition: 0.3s linear;
}

a.news-wrap .news-date {
    color: #000;
    display: block;
    padding-bottom: 10px;
}
a.news-wrap:hover .news-date {
    color: #d8d8d8;
    zoom: 1;
    transition: 0.3s linear;
}

a.news-wrap .news-title {
    font-size: 20px;
    color: #0000ff;
    display: block;
    /*padding-bottom: 80px;*/
    zoom: 1;
    transition: 0.3s linear;
}
a.news-wrap:hover .news-title {
    color: #fff;
    zoom: 1;
    transition: 0.3s linear;
}
				
a.news-wrap .more {
    color: #A89887;
    display: block;
    position: relative;
    text-align: right;
    zoom: 1;
    transition: 0.3s linear;
}

/*-----about -----*/
.about {
	margin: 0 -5px 3% -5px;
	padding: 1%;
    background: rgba( 230, 230 ,230 , 1);
    border-radius: 5px;
    box-shadow: 1px 1px 5px #666;
}

/*-----course-----*/
.course-main p {
	font-size: 1.2rem;
}
@media (min-width: 992px) {
	.course-main p {
		font-size: 1.5rem;
	}
}


/*----- gototop -----*/
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	z-index:9999;
}		
#back-to-top {
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background: rgba(63, 138, 122, 0.8);
	color: #ffffff;
}
#back-to-top:hover {
	background: #025172;
}

@media (min-width: 576px) {
	.w-sm-100 {
		width: 100% !important;
	}
	.mycounter img {
		margin-bottom: 6.5px;
	}
	
}

@media (min-width: 992px) {
	.w-lg-75 {
		width: 75% !important;
	}
	.mycounter img {
		margin-bottom: 3px;
	}
}