/* coach-item*/
.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 160px;
  background: white;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
}
.banner[banner-data="all"] {
  background: url(../../img/v2/top-Banner.png) no-repeat;
  background-size: cover;
}
.banner[banner-data="snowboard"] {
  background: url(../../img/v2/top-Banner.png) no-repeat;
  background-size: cover;
}
.banner[banner-data="ski"] {
  background: url(../../img/v2/top-Banner.png) no-repeat;
  background-size: cover;
}
@media(max-width:991px){
  .banner {
    margin-top: 62.5px;
  }
}
.banner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient( 0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.banner h1 {
  height: 246px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 48px;
}

.item a {
	text-decoration: none;
}

.item-group {
	padding: 10px 16px 10px 16px;
	position: relative;
	background: #ffffff;
	border-radius: 16px;
	border: #c2c2c2 solid 1px;
}
@media (max-width:475px){
  .item-group {
    padding: 10px;
  }
}

.level {
  align-items: flex-start;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
}

.level .level-title {
  color: #858585;
}

.level .level-number {
  color: #444444;
}

.sort .type {
  background: #ebf1f5;
  border-radius: 20px;
  padding: 0px 15px;
  width: 36px;
  height: 36px;
	margin-left: 3px;
	color: #1ba4ed;
  font-size: 14px;
}

.item-group-header{
	padding: 7px 0;
	position: relative;
}

.item-group-img {
	position: relative;
}

.item-group-img img{
  border-radius: 16px;
  flex-shrink: 0;
  width: 100%;
}

.item-group-img .state {
	position: absolute;
	right: 10px;
	top: 10px;
}

.item-group-img .state div {
	width: 74px;
	height: 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
}

.item-group-img .state .state-composite {
	background-color: #ffffff;
}

.item-group-img .state .state-sponsor {
	background-color: #444444;
  opacity: .8;
}

.item-group-img .state .state-open {
	background-color: #C3F3C0;
}


.item-group-img .name {
  background: var(--maskcard,linear-gradient(180deg,rgba(68, 68, 68, 0) 0%,rgba(102, 102, 102, 0.8) 100%));
  border-radius: 0px 0px 16px 16px;
  padding: 10px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}

.item-group-img .name span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.item-group-fraction {
	padding: 7px 5px 7px 0;
	justify-content: right;
}

.item-group-fraction .fraction {
  color: #444444;
  font-size: 14px;
	padding-left: 3px;
	font-weight: 500;
}

.item-group-rate {
	align-items: flex-start;
}

.item-group-rate .title {
  color: #858585;
  font-size: 13px;
}

.item-group-rate .amount {
  color: #444444;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.item-group-rate .amount-up{
  font-size: 13px;
  font-weight: 500;
	margin-left: 3px;
}

@media (min-width:391px){
	.item-group-img .name span{
		font-size: 20px;
	}
	.item-group-rate .amount {
		font-size: 18px;
	}
}

/*  */
.input-style {
  height: 50px;
  background: #f5f5f5;
  border-radius: 8px;
  border-style: solid;
  border-color:  #c2c2c2;
  color: #858585;
  font-family: "NotoSansTc-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;

}
.input-search {
  position: relative;
  width: 624px;
  margin-right: 12px;
  height: 50px;
}
.input-search::after{
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
  height: 36px;
  background: url('../../img/v2/icon_search.svg') no-repeat;
}
.filter-btn {
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  background-color: #ffffff;
}
@media (max-width:991px) {
  .filter-btn {
    width: 110px;
  }
  .input-search {
    width: 73%;
  }
}

.filter-btn img{
  margin-left: 8px;
}

.footer-pc {
  position: static;
}

/* footer */
.footer-pc {
  position: initial;
}

.footer-mb{
top: initial;
}

.coach-tab {
  position: absolute;
  z-index: 10;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
} 

.coach-tab .nav-item {
  display: flex;
  justify-content: center;
}
.coach-tab .nav-item .nav-link {
  width: 180px;
  height: 50px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}

@media(max-width:768px){
  .coach-tab {
    justify-content: space-between;
  }
  .coach-tab .nav-item .nav-link {
    width: 100%;
  }
  .coach-tab .nav-item {
    justify-content: space-between;
    width: 33.3%;
  }
}
.coach-tab .nav-item .nav-link.active{
  padding-bottom: 0;
  border-bottom: 2px solid #1BA4ED;
  color: black;
}
.item.coach-card {
  padding: 0 5px 24px 5px;
}
.item-group-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
@media(min-width:1200px){
  .item.coach-card {
     width: 20%;
   }
 }
 @media(max-width:991px){
   .item-group-img .name span{
     font-size: 16px;
   }
   .item-group-rate .amount {
     font-size: 16px;
   }
   .level {
     font-size: 12px;
   }
  .item.coach-card {
     width: 50%;
     padding:0 3px 10px 3px;
   }
 }

 #filterModal .modal-body:first-child{
  border-bottom: 1px solid #E3E3E3;
 }

 #filterModal .title{
  font-size: 24px;
  color: black;
  font-weight: 500;
 }

 #filterModal .btn {
  border: 1px solid #DEDEDE;
  width: 103px;
  height: 52px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 12px;
  color: black;
  border-radius: 8px;
  font-size: 16px;
 }
 @media (max-width:475px) {
  #filterModal .btn {
   width: 76px;
   margin-right: 6px;
  }
 }
 
 #filterModal .btn:last-child{
   margin-right: 0;
 }
 #filterModal .btn-check:checked+.btn {
   background: #00558F;
   color: white;
 }

 #filterModal .selectRating-area .btn , #filterModal .selectPrice-area .btn {
   border-radius: 30px;
   width: 148px;
   height: 50px;
   color: #666666;
   font-weight: 500;
 }
 #filterModal .selectRating-area .btn-check:checked+.btn , #filterModal .selectPrice-area .btn-check:checked+.btn {
   border: 2px solid #00558F;
   background: #EBF1F5;
   color: #666666;
 }

 #filterModal .close {
   color: #666666;
   background: transparent;
   border: 0;
   text-decoration: underline;
   width: auto;
   padding-left: 18px;
 }
 #filterModal .check.btn {
   color: white;
   font-size: 18px;
   font-weight: 500;
   border-radius: 30px;
   width: 110px;
   height: 50px;
   background: #1BA4ED;
   margin-right: 18px;
 }

 #filterModal .modal-footer{
   min-height: 90px;
   padding: 0;
 }

 #selectResult {
   margin-top: 30px;
 }

 #result_text {
   color: #666666;
   font-weight: 500;
   font-size: 16px;
   padding: 0 16px;
 }

 #resetButton {
  margin-left: 20px;
  color: #0F80BD;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  border: 0;
 }

 #resetButton::before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: -12px;
  background:url('../../img/v2/close.png') no-repeat ;
  background-size: contain;
  width: 22px;
  height: 22px;
}

#tabContent .row {
  margin-left: 0;
  margin-right: 0;
}