@charset "utf-8";
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
/*----------------------*/
/*.adv-switch-items {
  min-height: 675px;
}*/
.adv-switch-items .switch-items-nav .switch-items-title:hover, .adv-switch-items .switch-items-nav .switch-items-title.active {
  background-color: #e7e7e7 ;
}
.adv-switch-items .switch-items-nav {
  background-color: #ccd9e6;
  color:#333;
}

/*-------------------------------------------
    module -  switch items
----------------------------------------------*/
.adv-switch-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.adv-switch-items .pc-container {
  display: none;
}
.adv-switch-items .item-background {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.adv-switch-items.tab-group .switch-items-nav {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  border-bottom: none;
  position: relative;
  width: 100%;
  z-index: 10;
}
.adv-switch-items .switch-items-nav .switch-items-title {
  transition-duration: .5s;
  transition-property: background;
  border-bottom: 1px solid #eee;
  padding: 1rem;
  cursor: pointer;
}
.adv-switch-items .switch-items-nav .switch-items-title h4 {
  margin: 0;
}
.adv-switch-items .switch-items-nav .switch-items-title:hover, .adv-switch-items .switch-items-nav .switch-items-title.active {
  background-color: #336899;
}
.adv-switch-items .switch-items-nav .switch-items-title:hover h4, .adv-switch-items .switch-items-nav .switch-items-title.active h4 {
 color:#fff;	
}
.adv-cover-content-box li {
	font-size: 14px;
}
.adv-cover-content-title {
	font-size: 26px;
	line-height: 1.3;
}
@media (min-width: 768px) {
  .adv-switch-items .pc-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    z-index: 1;
  }
  .adv-switch-items .switch-items-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .adv-switch-items .switch-items-nav .mobile-container {
    display: none;
  }
  .adv-switch-items .adv-cover-content-box h3 {
    font-size: 28px;
    line-height: 1.3em;
  }
}
.adv-switch-items .adv-cover-content {
  width: 100%;
  background-position: center left;
  background-size: cover;
}
.adv-switch-items .adv-cover-content-container {
  background: linear-gradient(190deg, transparent, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 1) 100%);
  height: 100%;
  padding: 3rem;
  color:#ffffff;	
}
.adv-switch-items .adv-cover-content-box {
  bottom: 3rem;
}
.adv-switch-items .pc-container .adv-cover-content-box {
  position: absolute;
  max-width: 400px;
}
.adv-switch-items .adv-cover-content-box h3 {
  font-size: 18px;
  line-height: 1.3em;
}
.adv-switch-items .adv-cover-content-box p {
  margin-bottom: 1rem;
}
.adv-switch-items .adv-cover-content-btns.light a.btn-primary {	
  background-color: #fff;
  color: #004280;
  border: 1px solid #fff;	
}
.adv-switch-items .adv-cover-content-btns.light a.btn-secondary  {	
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;	
}
.adv-switch-items .adv-cover-content-btns.dark a.btn-primary {	
  color: #fff;
  background-color: #336899;
  border-color: #336899;	
}

.adv-switch-items .adv-cover-content-btns a.btn-secondary {
	
}
.adv-switch-items .adv-cover-content-btns a.btn-primary:hover ,.adv-switch-items .adv-cover-content-btns a.btn-secondary:hover {
	color: #fff;
	background-color: #004280;
	border-color: #004280;
}
.adv-cover-content-box p {
    max-height: 3em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.adv-switch-items {
  display: flex;
  position: relative;
  flex-wrap: wrap;	
}
.adv-switch-items.tab-group .adv-cover-content-container {
  background: #fff;
  padding: 20px 30px;
  color: #333;
}
.adv-switch-items.tab-group .adv-cover-content-btns a {
  color: #004280;
  border-color: #004280;
}

.adv-switch-items .adv-cover-content {
  border: #ccc 1px solid;
}
.adv-switch-items.tab-group .switch-items-nav {
  background-color: #e5e5e5;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
.adv-switch-items .switch-items-nav h3 {
  font-weight: bold;
}
.adv-switch-items .switch-items-nav .switch-items-title p {
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin-bottom: 0;
}
.adv-switch-items.tab-group .switch-items-nav .switch-items-title {
  border-left: #ccc 4px solid;
  border-bottom: #ccc 1px solid;
}
.adv-switch-items.tab-group .switch-items-nav .switch-items-title:hover, .adv-switch-items.tab-group .switch-items-nav .switch-items-title.active {
  border-left: #004280 4px solid;
  background-color: #fff;
}
.adv-switch-items .pc-container {
  flex: 0 0 67%;
  max-width: 67%;
  min-height: 520px;
}
.cover-content-submenu {
  margin-bottom: 25px;
}
.cover-content-submenu .submenu-items {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: #333;
  padding: 0 2px;
  flex-grow: 1;	
}
.cover-content-submenu .submenu-items span{
	display: block;
	padding: 0px 0px 5px 0px;
	border-bottom: #ccc 4px solid;
	
}
.cover-content-submenu .submenu-items:hover span, .cover-content-submenu .submenu-items.active span{
  border-bottom: #004280 4px solid;
}
.cover-content-submenu .submenu-items:hover::after, .cover-content-submenu .submenu-items.active::after {
  border: 12px solid transparent;
  border-top: 10px solid #004280;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -10px;
}
/*----------------------------------------
             Content
------------------------------------------*/
.tab-group.switch-group.adv-switch-items .adv-cover-content-box {
  position: relative;
  bottom: auto;
  max-width: 100%;
  height: 86%;
}
.p-4 {
    padding: 1.5rem!important;
}
.switch-group.adv-switch-items .adv-cover-content-box h3 {
}
.switch-group.adv-switch-items .adv-cover-content-box p {
  max-height: none;
  overflow: visible;
}
/* for viedo RWD style*/
.adv-cover-content-box .content-box-video {
  position: relative;
  padding-bottom: 49%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.adv-cover-content-box .content-box-video iframe, .adv-cover-content-box .content-box-video object, .adv-cover-content-box .content-box-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Cards*/
.card-deck {
  display: flex;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
/*----------------------------------------
             Content Data
------------------------------------------*/

/*----------------------------------------
            RWD Style
------------------------------------------*/
@media (min-width: 768px) {
  .adv-switch-items .switch-items-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 768px) {
  /*暫時*/
  .w-100 {
    width: 98% !important;
  }
  /*------------*/
 .adv-switch-items .adv-cover-content-container {
  padding: 15px;
}

  .adv-switch-items .adv-cover-content-box h3 {

  }
  .adv-switch-items .adv-cover-content-box p {
    font-size: 14px;
    max-height: 100%;
    overflow: visible !important;
  }
  .adv-switch-items .switch-items-nav .switch-items-title {
     border-left: #ccc 1px solid;
	  border-right: #ccc 1px solid;
  }
  .adv-switch-items .switch-items-nav .switch-items-title:hover, .adv-switch-items .switch-items-nav .switch-items-title.active {
	  border-left: #ccc 1px solid;
	  border-right: #ccc 1px solid;
	  border-bottom: none;
   
  }

}

@media (max-width: 580px) {
  .cover-content-submenu .submenu-items {
	font-size: 16px;
	margin-bottom: 25px;  
  }
	.cover-content-submenu,.cover-content-submenu ul{
		margin-bottom: 0;
	}
  .card-deck {
	 display: block;
  }	
  .card-deck .card {
	 margin-left: 0px;
	 margin-right: 0px; 
	 margin-bottom: 3%; 
  }
	.ml-3, .mx-3 {
	padding-left: 0;
}
}