
@import url("../fonts/flaticon/flaticon.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.s-header-about {
    text-align: left;
    overflow: hidden;
    margin-bottom: 40px;
	padding: 5px;
}
.c-header-about {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
	padding: 5px;
}
.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
/*.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 4px;
    width: 100%;
    background: #ce1212;
    opacity: 1;
    content: "";
    z-index: -1;
}*/

.h3-title {
    /*border-left: 7px solid #0c3862;
    padding-left: 10px;*/
    margin-bottom: 10px;
    font-size: 1.6rem;
	font-weight: bold;
}
.h4-title {
    margin-bottom: 10px;
    font-size: 1.3rem;
	font-weight: bold;
	color: #27bdae;
}

@media (min-width: 992px) {
	.c-header-about {
		margin-bottom: 80px;
	}
	.h2-title {
		font-size: 2.4rem;
		
	}
}


/*========================================================
                      	 內頁框架
=========================================================*/
.all-wrap-box{
	background: url("../img/all_bg_a.jpg") no-repeat center center;
    background-size: cover;
}
.content-wrap {
    
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-color: #fff;*/
	overflow: hidden;
}

/* 麵包屑 */

.main-top {
	padding-top: 40px;
	text-align: center;
	position: relative;
}
.main-top .btn.inqu {
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-title {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	display: inline-block;
	box-sizing: border-box;
	padding: 40px 0 0px;
}
.main-title > div {
	position: relative;
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
	justify-content: center!important;
}
.main-title strong {
	display: block;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #f480a8;
	background: -webkit-linear-gradient(#f9dfb7, #db9e4b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* éºµåŒ…å±‘ */

.breadcrumbs {
	text-align: center;
	color: #bababa;
	box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.breadcrumbs a {
	display: inline-block;
	color: #bababa;
}
.breadcrumbs a:hover {
	color: #db9e4b;
}
.breadcrumbs a.home i {
	display: inline-block;
	margin-right: 3px;
	color: #bababa;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #bababa;
	font-size: 1.4rem;
	font-weight: bold;
}
.sub-title {
	position: relative;
	text-align: left;
	font-size: 24px;
	color: #444;
	margin-bottom: 5px;
}

.c-decoration-header__dots {
    display: flex;
    /*flex-direction: column;
    align-items: center;*/
	position: relative;
	top: 8px;
}
.c-decoration-header__dots.dots1 span:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}
.c-decoration-header__dots.dots1 span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}
.c-decoration-header__dots.dots1 span:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}

.c-decoration-header__dots.dots1 span{
    margin: 0 3px 0;
}
.c-decoration-header__dots.dots2 span:nth-child(1){-webkit-animation-delay:.3s;animation-delay:.3s}
.c-decoration-header__dots.dots2 span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}
.c-decoration-header__dots.dots2 span:nth-child(3){-webkit-animation-delay:.1s;animation-delay:.1s}
.c-decoration-header__dots.dots2 span{
    margin: 0 3px 0;
}
.c-decoration-header__dots.dots1 span {
    display: block;
    width: 5px;
    height: 5px;
	background: #f9dfb7;
    background: -moz-linear-gradient(left, #f9dfb7 0%, #db9e4b 100%);
    background: -webkit-linear-gradient(left, #f9dfb7 0%,#db9e4b 100%);
    background: linear-gradient(to right, #f9dfb7 0%,#db9e4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9dfb7', endColorstr='#db9e4b',GradientType=1 );
    border-radius: 50%;
	-webkit-animation: flashing1 2s infinite;
    animation: flashing1 2s infinite;
}
.c-decoration-header__dots.dots2 span {
    display: block;
    width: 5px;
    height: 5px;
	background: #f9dfb7;
    background: -moz-linear-gradient(left, #f9dfb7 0%, #db9e4b 100%);
    background: -webkit-linear-gradient(left, #f9dfb7 0%,#db9e4b 100%);
    background: linear-gradient(to right, #f9dfb7 0%,#db9e4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9dfb7', endColorstr='#db9e4b',GradientType=1 );
    border-radius: 50%;
	-webkit-animation: flashing2 2s infinite;
    animation: flashing2 2s infinite;
}

.c-decoration-header__dots.dots1 {
	margin-right: 15px;
}
.c-decoration-header__dots.dots2 {
	padding-left: 10px;
}

@-webkit-keyframes flashing1{
	0%{opacity:1}100%{opacity:0}
}
@keyframes flashing1{
	0%{opacity:1}100%{opacity:0}
}
@-webkit-keyframes flashing2{
	0%{opacity:0}100%{opacity:1}
}
@keyframes flashing2{
	0%{opacity:0}100%{opacity:1}
}

.breadcrumb_2 {
	padding: 4px 15px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
	color: #b9b9b9;
}
.breadcrumb_2 > li {
	display: inline-block;
}
.breadcrumb_2 > li a {
	color: #b9b9b9;
}
.breadcrumb_2 > li a:hover {
	color: #456aad;
}
.product-list h2 {
	padding: 4px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.page-ex2{
	margin: 0 auto;
}
/*========================================================
                      	次選單設定
=========================================================*/

.navsub {
	text-align: center;
}
.navsub-main {
	font-size: 1rem;
	color: #fff;
    margin-bottom: 20px;
}
.navsub-main ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-main ul li {
	display: inline-block;
}
.navsub-main ul li a {
    display: inline-block;
	padding: 3px 20px;
    margin: 0 7px 15px;
    background-color: #ddd;
	color: #000;
}
.navsub-main ul li a:hover, .navsub-main ul li a.active {
    background-color: #132c46;
    color: #fff;
}


.navsub-sub {
	font-size: 1rem;
	color: #fff;
}
.navsub-sub ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-sub ul li {
	display: inline-block;
}
.navsub-sub ul li a {
    display: inline-block;
	padding: 0 15px;
    margin: 0;
	color: #000;
}
.navsub-sub ul li a:hover, .navsub-sub ul li a.active {
    background-color: #aac9eb;
}

@media (min-width: 1200px) {
    .navsub-main {
        font-size: 1.2rem;
    }
    .navsub-sub {
        font-size: 1.1rem;
    }
}


/*========================================================
                          共同背景
=========================================================*/
/*.wrapper__bg {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
@media (max-width: 899px) {
	.wrapper__bg {
	width: 100%;
	position: fixed;
	 top: 0; 
	 right: 0; 
	overflow: hidden;
	z-index: -1;
}
}*/

.wrapper__bg {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
 z-index: -1;
}

/*========================================================
                         最新消息
=========================================================*/

/* 框架 */
.news{
	padding-top: 30px;
	padding-bottom: 60px;
}

.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.news-item:hover {
	transform: translateY(-5px);
}
/*.news-item + .news-item {
	margin-top: 35px;
}*/

.news-wrap{
	height: auto;
	padding: 40px 0;
	background-image: url(../img/news_bg.jpg);
	background-position: center;
	background-size: cover;
}


.all-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 20px 0;
	padding-bottom: 60px;
}
.all-item-box{
	padding:0 20px;
}
.all-breadcrumbs ul{
	padding: 0;
}
.all-breadcrumbs ul li{
	list-style:none;
	display: inline-block;
	letter-spacing: 3px;　
}
.all-breadcrumbs ul li::before {
    content: " / ";
	color: #717b67;
}
.all-breadcrumbs ul li:first-of-type::before {
    display: none;
}
.all-breadcrumbs ul li a{
	color: #717b67;
	font-weight: bold;
}
.all-breadcrumbs ul li a:hover,.all-breadcrumbs ul li a.active{
	color: #b2aa59;
	box-shadow: 0 1px;
	padding-bottom:5px
}
@media (min-width: 768px){
	.all-breadcrumbs {
		display: flex;
		max-width: 1170px;
	}
}


/* 內容 */
.news-item-info {
	padding: 25px;
	transition: .3s ease-out box-shadow;
	/*background: #fff;*/
}
.news-item-info > div {
	margin-top: 0;
	padding-top: 20px;
}

.news-item-info h6 {
    /*font-weight: bold;
	color: #a7a7a7;*/
}
.news-item-info h6 i{
    padding: 0 10px 0 0 ;
	font-weight: 600;
}
.news-item-info h4 {
    font-weight: bold;
	color: #254261;
}
.news-item-info p {
    margin: 0;
	margin-bottom: 20px;
}


.news-btn-box{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:right;
}
.news-btn-box > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.news-btn-box::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.news-btn-box:hover{
    color: #fff;
}
.news-btn-box:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}

.news-item-img{
	overflow:hidden;
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    outline: none;
}
.news-item-img img{
	transform:scale(1,1);
	transition: all 1s ease-out;
	width: 100%;
}
.news-item-img img:hover{
	transform:scale(1.2,1.2);
}


.news-btn2 {
    color: #fff;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    top: 5%;
    left: 0%;
    z-index: 9;
}
.news-btn2 a{
	color: #555;
    width: 150px;
    height: 34px;
    display: inline-block;
    
}

.btn-16 {
  /*border: none;*/
  border:1px solid #555;
  color: #000;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  /*top: 2px;*/
}
/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.news-item {
		display: flex;
		max-width: 1170px;
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}
	.news-item-info > div {
		display: flex;
	}
	
}
@media (min-width: 992px) {
	.news-item-img {
		width: 270px;
	}
	.news-item-info {
		float: left;
	}
	/*.news-item + .news-item {
		margin-top: 50px;
	}*/
	.news-item-font{
		float: left;

	}
	.news-item .news-item-info .news-item-btn  .news-btn{
		
	}
	
}
@media (min-width: 1200px) {
	.custom-btn2 a {
		width: 140px;
		height: 35px;
	}
	
}

/*========================================================
                   	最新消息內頁
=========================================================*/

.news .btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    position: relative;
    transition: all .3s linear;
    float: right;
    margin: 0px auto;
    margin-top: 25px;
    justify-content: center!important;
    /*position: absolute;*/
    top: 30%;
    /*left: 5%;
    transform: translate(-5%,30%);*/
    z-index: 9;
    font-family: 'Noto Serif TC', serif;
}
.news .btn-back > a{
    position: relative;
    z-index: 1;
	padding: 10px 20px;
	color: #db9e4b;
    border: 1px solid #db9e4b;
}

.news .btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(45deg, #db9e4b 0%, #f9dfb7 100%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.news .btn-back > a:hover{
    color: #fff;
	border: 1px solid #f9dfb7;
}
.news .btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.img-style img{
	margin: 10px 0;
}

.news-detail .sort{
	padding-bottom: 10px;
}


@media (min-width: 992px) {
	.news .btn-back > a{
		padding: 10px 40px;
	}
}
@media (min-width: 1200px) {
	.news .btn-back > a{
		padding: 10px 60px;
	}
}
.video-iframe iframe, .video-iframe embed {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-embed {
    text-align: center;
}

@media (min-width: 768px) {
    .video-iframe iframe, .video-iframe embed {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .video-iframe iframe, .video-iframe embed {
        height: 400px !important;
    }
}
@media (min-width: 1200px) {
    .video-iframe iframe, .video-iframe embed {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .video-iframe iframe, .video-iframe embed {
        height: 500px !important;
    }
}

/*========================================================
                       關於我們
=========================================================*/
.about-content {
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 5%;
	overflow: hidden;
}
.about-list{
	padding: 30px 5%;
	overflow: hidden;
}
.about-list img{
	padding: 0 0 5% 0;
	position: relative;
	z-index: 99;
}

.all-wrap {
	background: url("../img/about-bg.png") no-repeat;
	background-position: center 596px;
	position: relative;
	overflow: hidden;
}

.about2-wrap {
	background: url(../img/service-bg.png) no-repeat left top;
    background-size: 200% auto;
    padding: 80px 4%;
    position: relative;
	overflow: hidden;
}
.about2-title{
	font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
	
}
.about2-wrap p{
	text-align: center;
	padding: 0;
}


.about2_top_line {
    position: absolute;
    left: 0;
    bottom: -40px;
    width:100%;
    height: 100%;
    
}

.about2_top_line::before {
    content: "";
    display: block;
    background: url(../img/service-info-more.png) no-repeat right top;
    width: 80px;
    height: 80px;
    bottom: 89%;
    left: 67%;
    position: absolute;
	z-index: 9;
}
@media (min-width: 768px) {
	.about2_top_line::before {
		bottom: 81%;
		left: 57%;
	}
}
.about2-wrap h3{
	text-align: center!important;
	
}
/*.service-title span:first-letter{
	color:#db9e4b;
}*/

.about2-detail{
	max-width: 1140px;
}
.about2-detail .innerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
	position: relative;
}
.about2-detail .innerBox:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
	width: 130px;
    height: 130px;
	border-radius: 50%;
    border: 3px solid #fff;
}
.about2-detail .circle .title {
    color: #555555;
	font-weight: bold;
    font-size: 17px;
	text-align: center;
}


.about2-detail [class*="col-"]:nth-child(6n+1) .innerBox {
    
	background-color: #ecd3e5;
}
.about2-detail [class*="col-"]:nth-child(6n+2) .innerBox {
    
	background-color: #e0d2eb;
}
.about2-detail [class*="col-"]:nth-child(6n+3) .innerBox {
    background-color: #e7d5b8;
}
.about2-detail [class*="col-"]:nth-child(6n+4) .innerBox {
    background-color: #c8dae4;
}
.about2-detail [class*="col-"]:nth-child(6n+5) .innerBox {
    background-color: #e8d1cb;
}
.about2-detail [class*="col-"]:nth-child(6n+6) .innerBox {
   background-color: #dee9cf; 
}

.about2-detail .circle {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:100%;
    height: 100%;
	padding: 20px 0;
}

.about2-detail .circle::before {
	content: "";
    position: absolute;
    left: -10px;
    bottom: 9px;
	width: 160px;
    height: 160px;
	background: url(../img/service-info-more_2.png) no-repeat center;
    margin: 0 auto;
	padding: 20px 0;
	z-index: 9;
	text-align: center;
	animation: _about2_top_line 55s linear infinite;
}
@keyframes _about2_top_line{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}


/*  尺寸設定 */

@media (max-width: 479px) {
	.about2-detail ul{
		padding: 0;
	}
	
}
@media (min-width: 480px) {
	.about2-detail .circle {
		top: 50%;
		left: 60%;
		transform: translate(-50%,-50%);
	}
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.about2-wrap p{
		padding: 0 15% 2%;
	}
	.about2-title{
		margin-bottom: 60px;
	}
	.about2-wrap .more {
		padding-top: 60px;
	}
	.about2-wrap {
		background: url("../img/about2-bg.png") no-repeat right top;
		background-size: 100% auto;
		padding: 80px 4%;
		position: relative;
	}
}

.about-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
.about-img img{
	margin:10px 0px;
}
.about{
	padding: 80px 3% 0px;
}

@media (min-width: 640px){
	.all-wrap {
		background-position: center 296px;
	}
}
@media (min-width: 992px){
	.about {
		padding: 60px 0 60px;
	}
	.about .about-text{
		padding-top:0px;
	}
}

/*.about-bg_2{
	background: url(../img/index/serve_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-post_2{
    overflow: hidden;
	text-align: center;
	padding: 80px 30px;
}
.about-post_2 h3{
	padding-bottom: 30px;
}
.index-process-flow-info-box{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 60px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.index-process-flow-info{
    width: calc(100% / 6);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 10px;
    border-right: 1px solid #000;
    position: relative;
    text-align: center;
}
.index-process-flow-info:last-child{
    border-right: none;
}
.index-process-flow-info-step{
    font-family: "Roboto";
    font-size: 19px;
    letter-spacing: 0.06em;
    line-height: 36px;
    color: #000;
    box-sizing: border-box;
    padding-left: 0.06em;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100px;
    text-align: center;
}
.index-process-flow-info-step::after{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #323c53;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-process-flow-info-icon{
    width: 50px;
    height: 50px; 
    display: block;
    margin: 20px auto;
    position: relative;
}
.index-process-flow-info-icon img{
    width: 100%;
    height: 100%;
}
.index-process-flow-info-name{
    font-family: "Noto Sans TC";
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #000;
    display: inline-block;
	padding: 10px 0;
}
.index-process-flow-info-name a{
    color: #000;
	text-decoration:none;
}
.index-process-flow-info:hover a span{
    color: #f0647b;
}
.index-process-flow-info::after{
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #bd9b60;
    line-height: 1;
    position: absolute;
    right: -12px;
    top: calc(50% - 12px - 5px);
    box-sizing: border-box;
    padding: 5px 0;
    display: none;
}
.index-process-flow-info:last-child::after{
    display: none;
}
@media only screen and (max-width: 1200px){
    .top_block6{
        padding: 80px 0;
    }
    .index-process-all-box{
        width: 1000px;
    }
    .index-process-flow-info{
        padding: 0 10px;
    }
    .index-process-flow-info-text{
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 1000px){
    .top_block6{
        padding: 60px 0;
    }
    .index-process-all-box{
        width: 750px;
    }
    .index-process-flow-info-name{
        font-size: 16px;
    }
    .index-process-flow-info-text{
        font-size: 14px;
    }

    .index-process-title-icon{
        width: 15px;
    }
    .index-process-title-icon{
        left: calc(50% - 78px);
        top: 12px;
    }
    .index-teams-all-box .index-process-title-icon{
        left: calc(50% - 90px);
    }
    .process-tag{
        top: -55px;
    }
}
@media only screen and (max-width: 768px){
    .top_block6{
        padding-bottom: 40px;
    }
    .index-process-all-box{
        width: 550px;
        padding-top: 20px;
    }
    .index-process-flow-info-box{
        padding: 5% 0;
        display: block;
        border-bottom: none;
    }
    .index-process-flow-info{
		width: 50%;
		float: left;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .index-process-flow-info-text{
        padding: 10px 0;
    }
    .index-process-flow-info::after{
        top: calc(100% - 13px);
        right: calc(50% - 14px);
        padding: 5px 5px;
        transform: rotateZ(90deg);
        font-size: 18px;
    }

    
    .index-process-title-icon{
        width: 10px;
    }
    .index-process-title-icon{
        left: calc(50% - 53px);
        top: 7px;
    }
    .index-teams-all-box .index-process-title-icon{
        left: calc(50% - 60px);
    }
}
@media only screen and (max-width: 550px){
    .top_block6{
        padding-bottom: 20px;
    }
    .index-process-all-box{
        width: calc(100% - 40px);
        padding-top: 10px;
    }
    .index-process-flow-info-box {
        padding: 10px 0;
    }
    .index-process-flow-info-step{
        font-size: 16px;
        width: 70px;
        line-height: 24px;
    }
    .index-process-flow-info-icon{
        width: 50px;
        height: 50px;
    }
    .index-process-flow-info-text{
        padding: 5px 0;
        line-height: 1.2;
    }
    .process-tag{
        top: -46px;
    }
    
}

.about-post_3{
	padding: 5% 0;
}
.about-txt-3{
	padding: 0 10%;
}*/

/*========================================================
                     背景特效
=========================================================*/
.section8[data-v-88684262] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 0;
    padding: 4vw 0 0;
    z-index: 1;
}
.angle1{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.angle2{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.w1[data-v-88684262] {
    bottom: 4.0416666667vw;
    left: 0;
    width: 100vw;
    z-index: 2;
    height: 13.0208333333vw;
}
.absolute {
    position: absolute!important;
}

.w .wave[data-v-62b6d640] {
    background-image: url(../img/index/line.svg);
    background-size: 50% 100%;
}
.w div[data-v-62b6d640] {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-animation: wave-data-v-62b6d640 15s linear infinite;
    animation: wave-data-v-62b6d640 15s linear infinite;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}
.w div[data-v-62b6d640]:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.w div[data-v-62b6d640]:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.w div[data-v-62b6d640]:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.w div[data-v-62b6d640]:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.w div[data-v-62b6d640]:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.w div[data-v-62b6d640]:nth-child(7) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.w div[data-v-62b6d640]:nth-child(8) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.w div[data-v-62b6d640]:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.w div[data-v-62b6d640]:nth-child(10) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

@-webkit-keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}


/*========================================================
                         產品
=========================================================*/

.product-post{
	
}
.product-post .product-title{
    text-align: left;
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-weight: bold;

}
.product-post .product-title h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
	opacity: 0.4;
	letter-spacing:1px;
	font-weight: bold;
	text-shadow: 1px 1px white, -1px -1px #444;
}
.product-post .product-title h2+p {
    font-size: 1.6rem;
	color: #1c396d;
}

.product-content {
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 5%;
}

.product-item-img{
	padding: 10px;
    position: relative;
	z-index: 99;
}

.product-pic-img{
	position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
	padding: 10px;
	outline:none;
}

.product-pic-test{
	text-align: left;
    padding: 20px 0px 0;
    color: #000;
}
.product-pic-test h3{
    color: #254261;
	font-size: 1.2rem;
}

.product-pic-test p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 1rem;
}


.product-item-img .product-pic-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}
.product-item-img .product-pic-img a.product-datail-bnt{
	display: inline-block;
	position: relative;
	padding:5px 10px;
	color: #d7a256;
	transition: 0.4s;
	text-decoration: none;
	float: right;
}
.product-item-img:hover .product-pic-img a.product-datail-bnt{
	color:#fff;
	transition: 0.2s 0.4s;
}
.product-item-img .product-pic-img a.product-datail-bnt:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	color: #d7a256;
	background: linear-gradient(135deg, #f9dfb7 0%, #db9e4b 50%, #f9dfb7 100%);
	transition: 0.4s 0.3s;
}
.product-item-img:hover .product-pic-img a.product-datail-bnt:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.product-item-img .product-pic-img a.product-datail-bnt:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#d7a256;
	right: calc(100% + 10px);
	display: block;
    background: linear-gradient(135deg, #f9dfb7 0%, #db9e4b 50%, #f9dfb7 100%);
	transition: 0.3s;
}
.product-item-img:hover .product-pic-img a.product-datail-bnt:before{
	width: 0px;
	transition: 0.3s;
}
.product-item-img .product-pic-img a.product-datail-bnt span{
	display: block;
	position: relative;
	z-index: 10;
}
.product-item-img .product-pic-img .pic{overflow:hidden;border: 7px solid #ededed;}
.product-item-img .product-pic-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}


/*  尺寸設定 */
@media (min-width: 480px) {
	.product-post .product-title h2 {
		font-size: 3.2rem;
	}
}
@media (max-width: 639px) {
}
@media (min-width: 768px) {
	.product-post .product-title h2 {
		font-size: 3.2rem;
	}
}



/*--內頁---*/

.Product-detail {
	margin-bottom: 20px;
	text-align: left;
}
.sub-title{
	font-size: 1.8rem;
	font-weight: bold;
}
.Product-detail .slider-for img,.Product-detail .slider-nav img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;	
}
.Product-detail h3 {
	margin: 0 0 20px 0;
	color: #325490;
	font-weight: bold;
	font-size: 24px;
}
.slider-for > div {
	position: relative;
}
/*.slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #e0e0e0;
}*/
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;
}
.slider-nav {
	margin-bottom: 20px;
}
.slider-nav .slick-slide {
	margin: 10px 5px 0 5px;
}

.Product-detail [class*="col-"] p {
	font-size: 16px;
	line-height: 32px;
}
.Product-detail [class*="col-"] ul.style1 {

}
.slick-slide img {
    display: block;
    width: 100%!important;
}

.product_list{
    padding-top: 60px;
	padding-bottom: 60px;
	
}
.product_list .title span b {
    font-weight: bold;
    display: block;
    font-size: 15px;
	color:#000;
}
.product_list .title {
    font-size: 22px;
    letter-spacing: 5px;
    text-align: center;
    padding: 30px 0 20px;
    line-height: 1.4;
    position: relative;
	font-weight: bold;
}
.product_list .title span {
    
}
.product_list .title:after {
    content: '';
    display: inline-block;
    width: 36%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.product_list .title:before {
    content: '';
    display: inline-block;
    width: 36%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
}
.product_list .title:before {
    background: rgb(7,116,213);
    background: -moz-linear-gradient(left, rgba(139,233,243,1) 1%, rgba(7,116,213,1) 100%);
    background: -webkit-linear-gradient(left, rgba(139,233,243,1) 1%,rgba(7,116,213,1) 100%);
    background: linear-gradient(to right, rgba(139,233,243,1) 1%,rgba(7,116,213,1) 100%);
}
.product_list .title:after {
    background: rgb(7,116,213);
    background: -moz-linear-gradient(left, rgba(7,116,213,1) 1%, rgba(139,233,243,1) 100%);
    background: -webkit-linear-gradient(left, rgba(7,116,213,1) 1%,rgba(139,233,243,1) 100%);
    background: linear-gradient(to right, rgba(7,116,213,1) 1%,rgba(139,233,243,1) 100%);
}
.product_list .title span {
    padding: 0 17px;
    position: relative;
    display: inline-block;
    z-index: 5;
	color:#008cb7;
	font-size: 24px;
}

.product_list h3{
    display: inline-block;
    color: #0059bb;
    font-size: 24px;
	font-weight: bold;
	
}
.product_list h3 span {
    color: #a9a9a9;
    font-size: 16px;
    margin: 0 15px;
}

.title_line_product {
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6fc1+0,01083f+100 */
	background-image: linear-gradient(to right, #ccc 0%, #555 100%);
    margin: 0 0 10px;
}


.product-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-detail ul li {
    border-bottom: 1px dotted #d1d1d1;
    padding: 5px 10px 5px 16px;
    position: relative;
}
.product-detail ul li span {
    padding-right: 5px;
	font-weight: bold;
	color: #5eb3d1;
}

.product-detail ul li:nth-child(even){
	background-color:#f7f7f7;
}

/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	margin: 2px;
	width: 54px;
	/*height: 46px;*/
	border: 1px solid #cfcfcf;
	padding: 0px;
	text-align: center;
	/*background: #fff;*/
}
.show_small li img {
	max-width: 54px;
	max-height: 46px;
	cursor: pointer;
}

.show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}

.product .btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    position: relative;
    transition: all .3s linear;
    float: right;
    margin: 0px auto;
    margin-top: 25px;
    justify-content: center!important;
    /*position: absolute;*/
    top: 30%;
    /*left: 5%;
    transform: translate(-5%,30%);*/
    z-index: 9;
    font-family: 'Noto Serif TC', serif;
}
.product .btn-back > a{
    position: relative;
    z-index: 1;
	padding: 10px 20px;
	color: #db9e4b;
    border: 1px solid #db9e4b;
}

.product .btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(45deg, #db9e4b 0%, #f9dfb7 100%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.product .btn-back > a:hover{
    color: #fff;
	border: 1px solid #f9dfb7;
}
.product .btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}

@media (min-width: 992px) {
	.product .btn-back > a{
		padding: 10px 40px;
	}
}
@media (min-width: 1200px) {
	.product .btn-back > a{
		padding: 10px 60px;
	}
}
/*========================================================
                         課程服務
=========================================================*/


/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	margin: 2px;
	width: 54px;
	/*height: 46px;*/
	border: 1px solid #cfcfcf;
	padding: 0px;
	text-align: center;
	/*background: #fff;*/
}
.show_small li img {
	max-width: 54px;
	max-height: 46px;
	cursor: pointer;
}

.show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}

.more {
	text-align: right;
	margin-top: 30px;
}
.more a {
	background: #353535;
    padding: 5px 30px;
    color: #fff;
    
}
.more a:hover {
	background: #676767;
	 border-radius: 8px 8px;
}

/*  尺寸設定 */

@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.show_small li {
		margin: 4px;	
		width: 55px;
		height: 40px;
	}
	.show_small li img {
		max-width: 55px;
		max-height: 40px;
	}
	.product_list .title:after {
		width: 41%;
	}
	.product_list .title:before {
		width: 41%;
	}
	
}
@media (min-width: 992px) {	
	.show_small li {
		margin: 6px;	
		width: 80px;
		height: 60px;
	}
	.show_small li img {
		max-width: 80px;
		max-height: 60px;
	}
	.product_list .title:after {
		width: 43%;
	}
	.product_list .title:before {
		width: 43%;
	}
}
@media (min-width: 1200px) {
	.show_small li {
		margin: 6px;	
		width: 70px;
		height: 50px;
	}
	.show_small li img {
		max-width: 70px;
		max-height: 50px;
	}
	
}
@media (min-width: 1600px) {
	.show_small li {
		margin: 8px;	
		width: 100px;
		height: 75px;
	}
	.show_small li img {
		max-width: 100px;
		max-height: 75px;
	}
}

.product-wrap iframe, .product-detail iframe {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px !important;
}
@media (min-width: 768px) {
    .product-wrap iframe, .product-detail iframe {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .product-wrap iframe, .product-detail iframe {
        height: 520px !important;
    }
}
@media (min-width: 1200px) {
    .product-wrap iframe, .product-detail iframe {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .product-wrap iframe, .product-detail iframe {
        width: 100% !important;
        margin: 0 auto;
        height: 640px !important;
    }
}
@media (min-width: 1800px) {
    .product-wrap iframe, .product-detail iframe {
        width: 100% !important;
    }
}

/*========================================================
                        彈跳視窗設定
=========================================================*/
@media (min-width: 992px) {
	.fancybox__container{
		z-index: 99999;
	}
}
/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

.navsub-list {
	margin-right: 30px;
	padding-bottom: 5px;
	text-align: left;
}

.navsub-list h2  {
	color: #555;
	border-bottom: 1px solid #ccc;
	/*background-color: #456aad;*/
	padding: 12px 10px;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.navsub-list ul li {
	/*border-bottom: 1px solid #ccc;*/
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 16px;
	/*margin: 0 0 10px 0;*/
}
.navsub-list ul li a:hover {
	color: #fff;
	background-color: #7b9ad2;
}

.navsub-list ul li a span{
	float: right;
	
}
.label-default {
    background-color: #999;
}
.label{
	display: inline;
    padding: 0.2em 0.6em 0.3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.navsub-list ul li a:hover span {
	color: #7b9ad2;
	background-color: #fff;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 30px;
    width: 100%;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}
.navsub-list ul li a:hover, .navsub-list ul li a.active {
    /*background: linear-gradient(135deg, #f9dfb7 0%, #db9e4b 50%, #f9dfb7 100%);
    color: #fff;*/
	color: #fff;
	background-color: #5eb3d1;
}
@media (min-width: 1200px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}

}
@media (min-width: 1600px) {

	.navsub-list ul li a {
	font-size: 18px;
}
}

/*========================================================
                         拉霸顏色
=========================================================*/
.boxscroll {
	width: 100%;
    max-height: 60%;
    overflow: auto;
	
}
.boxscroll::-webkit-scrollbar {  
	width: 8px; 
	height: 16px;
} 
.boxscroll::-webkit-scrollbar-track {  
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
	border-radius: 10px;
	background-color: #001e74;
} 
.boxscroll::-webkit-scrollbar-thumb {  
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
	background-color: #4d66ad; 
}

/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s2 li {
	background: url("../img/icon-a01.png") no-repeat left 12px;
    padding: 5px 10px 5px 20px;
}

/*========================================================
                       課程服務
=========================================================*/
.course-post{
	
}
.course-post .course-title{
    text-align: left;
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-weight: bold;

}
.course-post .course-title h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
	opacity: 0.4;
	letter-spacing:1px;
	font-weight: bold;
	text-shadow: 1px 1px white, -1px -1px #444;
}
.course-post .course-title h2+p {
    font-size: 1.6rem;
	color: #1c396d;
}

.course-content {
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 5%;
}

.course-item-img{
	padding: 10px;
    position: relative;
	z-index: 99;
}

.course-pic-img{
	position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
	padding: 20px;
	outline:none;
	border: 1px solid #cbcbcb;
}

.course-pic-test{
	text-align: left;
    padding: 20px 0px 0;
    color: #000;
}
.course-pic-test h3{
    color: #254261;
	font-size: 1.2rem;
}

.course-pic-test p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 1rem;
}


.course-item-img .course-pic-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}
.course-item-img .course-pic-img a.course-datail-bnt{
	display: inline-block;
	position: relative;
	padding:5px 10px;
	color: #d7a256;
	transition: 0.4s;
	text-decoration: none;
	float: right;
}
.course-item-img:hover .course-pic-img a.course-datail-bnt{
	color:#fff;
	transition: 0.2s 0.4s;
}
.course-item-img .course-pic-img a.course-datail-bnt:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	color: #d7a256;
	background: linear-gradient(135deg, #f9dfb7 0%, #db9e4b 50%, #f9dfb7 100%);
	transition: 0.4s 0.3s;
}
.course-item-img:hover .course-pic-img a.course-datail-bnt:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.course-item-img .course-pic-img a.course-datail-bnt:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#d7a256;
	right: calc(100% + 10px);
	display: block;
    background: linear-gradient(135deg, #f9dfb7 0%, #db9e4b 50%, #f9dfb7 100%);
	transition: 0.3s;
}
.course-item-img:hover .course-pic-img a.course-datail-bnt:before{
	width: 0px;
	transition: 0.3s;
}
.course-item-img .course-pic-img a.course-datail-bnt span{
	display: block;
	position: relative;
	z-index: 10;
}
.course-item-img .course-pic-img .pic{overflow:hidden;border: 7px solid #ededed;}
.course-item-img .course-pic-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}


/*  尺寸設定 */
@media (min-width: 480px) {
	.course-post .course-title h2 {
		font-size: 3.2rem;
	}
}
@media (max-width: 639px) {
}
@media (min-width: 768px) {
	.course-post .course-title h2 {
		font-size: 3.2rem;
	}
}



/*--內頁---*/
.course-detail{
	
}

.course ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.course ul li {
    padding: 5px 10px 5px 16px;
    position: relative;
}
.course ul li span {
    padding-right: 5px;
	font-weight: bold;
	color: #5eb3d1;
}

.course .btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    position: relative;
    transition: all .3s linear;
    float: right;
    margin: 0px auto;
    margin-top: 25px;
    justify-content: center!important;
    /*position: absolute;*/
    top: 30%;
    /*left: 5%;
    transform: translate(-5%,30%);*/
    z-index: 9;
    font-family: 'Noto Serif TC', serif;
}
.course .btn-back > a{
    position: relative;
    z-index: 1;
	padding: 10px 20px;
	color: #db9e4b;
    border: 1px solid #db9e4b;
}

.course .btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(45deg, #db9e4b 0%, #f9dfb7 100%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.course .btn-back > a:hover{
    color: #fff;
	border: 1px solid #f9dfb7;
}
.course .btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.img-style img{
	margin: 10px 0;
}

@media (min-width: 992px) {
	.course .btn-back > a{
		padding: 10px 40px;
	}
}
@media (min-width: 1200px) {
	.course .btn-back > a{
		padding: 10px 60px;
	}
}

/*========================================================
                       全省據點
=========================================================*/
.branch-post{
	
}
.branch-post .branch-title{
    text-align: left;
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-weight: bold;

}
.branch-post .branch-title h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
	opacity: 0.4;
	letter-spacing:1px;
	font-weight: bold;
	text-shadow: 1px 1px white, -1px -1px #444;
}
.branch-post .branch-title h2+p {
    font-size: 1.6rem;
	color: #1c396d;
}

.branch-content {
    margin-left: 0%;
    margin-top: 40px;
    margin-bottom: 5%;
}

.branch-item-img{
	padding: 10px;
    position: relative;
	z-index: 99;
}

.branch-pic-img{
	position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
	padding: 20px 0;
	outline:none;
	border-bottom: 1px dashed #cbcbcb;
}

.branch-pic-test{
	text-align: left;
    padding: 20px 20px 0;
    color: #000;
	float: right;
}
.branch-pic-test h3{
    color: #254261;
	font-size: 1.2rem;
}

.branch-pic-test ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.branch-pic-test ul li {
    position: relative;
	font-size: 0.95rem;
}
.branch-pic-test ul li:nth-of-type(1) i {
	padding-right: 5px;
	color: #E00205;
}
.branch-pic-test ul li:nth-of-type(2) i {
	padding-right: 5px;
	color: #45A1C1;
}
.branch-pic-test ul li:nth-of-type(3) i {
	padding-right: 5px;
	color: #43C069;
}

/*.branch-item-img .branch-pic-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}*/
.branch-item-img .branch-pic-img a.branch-datail-bnt{
	display: inline-block;
	position: relative;
	padding:5px 10px;
	color: #d7a256;
	transition: 0.4s;
	text-decoration: none;
	float: right;
}
.branch-item-img:hover .branch-pic-img a.branch-datail-bnt{
	color:#fff;
	transition: 0.2s 0.4s;
}
.branch-item-img .branch-pic-img a.branch-datail-bnt:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	color: #d7a256;
	background: linear-gradient(135deg, #f9dfb7 0%, #db9e4b 50%, #f9dfb7 100%);
	transition: 0.4s 0.3s;
}
.branch-item-img:hover .branch-pic-img a.branch-datail-bnt:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.branch-item-img .branch-pic-img a.branch-datail-bnt:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#d7a256;
	right: calc(100% + 10px);
	display: block;
    background: linear-gradient(135deg, #f9dfb7 0%, #db9e4b 50%, #f9dfb7 100%);
	transition: 0.3s;
}
.branch-item-img:hover .branch-pic-img a.branch-datail-bnt:before{
	width: 0px;
	transition: 0.3s;
}
.branch-item-img .branch-pic-img a.branch-datail-bnt span{
	display: block;
	position: relative;
	z-index: 10;
}
.branch-item-img .branch-pic-img .pic{overflow:hidden;/*border: 2px solid #ededed;*/float: left}
/*.branch-item-img .branch-pic-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}*/


/*  尺寸設定 */
@media (min-width: 480px) {
	.branch-post .branch-title h2 {
		font-size: 3.2rem;
	}
}
@media (max-width: 639px) {
}
@media (min-width: 768px) {
	.branch-post .branch-title h2 {
		font-size: 3.2rem;
	}
	.branch-pic-test{
		padding: 0;
	}
}

/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.effect-layla > a {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.effect-layla > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before, .effect-layla > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
.effect-layla:hover > a:before, .effect-layla:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.effect-layla a div {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    color: #fff;
    font-size: 2.4rem;
    text-shadow: 1px 1px 5px #333;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.effect-layla a:hover div {
	opacity: 1;
}

@media (max-width: 1199.98px) {
	.rd-navbar-fixed .rd-navbar-nav li > a span:before{
		content: ' - ';
	}
}