body {
    padding-top: 0px;
}

header {
    background-color: var(--main-color);
}

#headerNav .main-menu .menu-item a {
    font-size: 16px;
    line-height: 21px;
}

#headerNav .main-menu .menu-item:hover a {
    color: #ffffff;
    font-weight: bold;
    position: relative;
  }

  #headerNav .main-menu .menu-item:hover a::after {
    background-color: #ffffff;
  }

  #headerNav.header-nav-container {
    border: none;
  }

  #headerNav.header-nav-container.stick-to-top {
    border-bottom: 1px solid var(--border-color);
  }

  #headerNav.header-nav-container .main-menu .menu_active > a {
    color: #ffffff !important;
  }

  #headerNav.header-nav-container.stick-to-top .main-menu .menu_active > a {
    color: var(--main-color) !important;
    font-weight: bold;
  }

  #headerNav.header-nav-container.stick-to-top .main-menu .menu-item:hover>a {
    color: var(--main-color) !important;
    position: relative;
  }
  #headerNav.header-nav-container.stick-to-top .dropdown_menu>ul>li:hover{
    background-color: #ffffff;
  }

  #headerNav.header-nav-container.stick-to-top .main-menu .menu-item:hover a::after {
    background-color: var(--main-color) !important;
  }

  #headerNav.header-nav-container.stick-to-top .main-menu .menu_active > a::after {
    background-color: var(--main-color) !important;
  }

  .header-swiper-container{
    position: relative;
  }




#headerContainer{
  width: 100%;
  opacity: 0.34;
}
.vertical-line {
  position: absolute;
  top: 0;
  right: 7%;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  z-index: 99;
}
.swiper-slide{
  position: relative;
}
.swiper-slide .slide-content{
  position: absolute;
  top: 30%;
  left: 19%;
  text-align: left;
}
.slide-content h2{
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 84px;
}
.slide-content h4{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
}
.slide-content h4::after{
  content: '';
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
}
.slide-content h5{
  padding-top: 10px;
  font-weight: bold;
  font-size: 24px;
  color: rgba(255,255,255,0.8);
  line-height: 33px;
}
@media screen and (max-width:768px) {
  .swiper-slide .slide-content{
    position: absolute;
    top: 18%;
    left: 10%;
    text-align: left;
  }
  .slide-content h2{
    font-size: 24px;
    line-height: 24px;
  }
  .slide-content h4{
    font-size: 16px;
    padding-bottom: 0;
  }
  .slide-content h5{
    font-size: 13px;
    padding-top: 0;
  }
}

@media screen and (min-width:1199px) {
  #headerSection{
    margin-top: -100px;
  }
  .header{
    position: relative;
    z-index: 99;
  }
  .slide-content{
    top: 40% !important;
  }
}

/* 資訊 */
.newset-container{
  margin-top: -150px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}
.newest-row{
  padding: 60px 62px;
  border-radius: 10px;
  background-color: #ffffff;
}
.newest-slide:nth-child(1),.newest-slide:nth-child(2){
  margin-bottom: 50px;
  position: relative;
}
.newest-slide:nth-child(1):after,.newest-slide:nth-child(2):after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  position: absolute;
  top: 115px;
  left: 0;
}
#newestslide-time p{
  font-weight: bold;
  font-size: 16px;
  color: #2A7DE1;
  line-height: 22px;
  text-align: left;
  margin-bottom: 19px;
}
#newestslide-message a{
  font-weight: bold;
  font-size: 16px;
  color: rgba(0,0,0,0.8);
  line-height: 24px;
  text-align: left;
}

@media  screen and (max-width:1440px) {
  .newset-container{
    margin-top: -70px;
  }
}
@media  screen and (max-width:992px) {
  .newset-container{
    margin-top: -18px;
  }
}
@media  screen and (max-width:768px) {
  .newset-container{
    margin-top: 30px;
  }
  .newest-row{
    padding: 15px;
  }
  
  .search-container .row {
    padding: 0 0px !important;
}

.search-content {
    margin-top: 50px !important;
}
  
}

/* 搜索列表 */
#search{
  margin-bottom: 100px;
}
.search-container .row{
  padding: 0 62px;
}
.search-select select{
  width: 100%;
  padding: 19px 0 19px 19px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.search-input input{
  width: 100%;
  padding: 30px 0px 30px 25px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.search-content{
  margin-top: 100px;
}
.search-content .row{
  margin-bottom: 60px;
}
.search-content>div{
  padding: 20px;
}

#search-content-img{
	position:relative;
}

#search-content-img a span.sp{
	content:" ";
	background:url(../images/video.png) no-repeat center center;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

#search-content-time p{
  font-weight: bold;
  font-size: 16px;
  color: #2A7DE1;
  line-height: 22px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px;
}
#search-content-message{
    margin-bottom: 50px;
}
#search-content-message a{
  font-weight: bold;
  font-size: 18px;
  color: rgba(0,0,0,0.8);
  line-height: 36px;
  text-align: left;
}
#read a{
  font-weight: bold;
  font-size: 16px;
  color: #2A7DE1;
  line-height: 22px;
  text-align: left;
}

.search-content .row>div{
    margin-bottom: 25px;
}

/* mobile */
@media screen and (max-width:768px) {
  #maintain,#service{
    padding: 30px 0;
  }
  #maxstore{
    padding-bottom: 0;
  }

  #help{
    padding: 4% 0 !important;
  }
}


/* 幫助 */
#help{
  background-color: #2A7DE1;
}
.help-container div{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
}
.help-container div h5{
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 37px;
  margin-bottom: 15px;
}
#rectangle>img{
  position: absolute;
  top: 0%;
  left: 0%;
}
#rectangle>span{
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #ffffff;
  border-radius: 3px 0px 0px 3px;
  width: 22%;
  height: 100%;
  padding-top: 8px;
}
#rectangle{
  border: 1px solid #ffffff;
  position: relative;
  padding: 9px 20px 9px 50px;
  border-radius: 5px;
}
#rectangle a{
  color: #ffffff;
}

