body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #212529 !important;
	line-height: 1.3;
	font-size: 15px;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'Arial',
		sans-serif !important;
	font-weight: 400;
}



body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

input[type='button'],
input[type='submit'] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2;
}

p {
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.row {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

li {
	list-style: none !important;
}

label {
	margin: 0;
}

a {
	color: #000;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.table td,
.table th {
	vertical-align: middle !important;
	padding: 0.75em;
}

.hide {
	display: none !important;
}

section {
	padding-top: 4em;
	padding-bottom: 4em;
}

.scroll-to-top {
	z-index: 1029;
	right: 1rem;
	bottom: 3.3rem;
	display: none;
}

.scroll-to-top a {
	width: 2.5rem;
	height: 2.5rem;
	background-color: rgba(44, 46, 48, 0.8);
	line-height: 3.1rem;
}

.scroll-to-top a::after {
	content: url(../images/fa-angle.png);
	position: absolute;
	top: 2%;
  right: 16%;
	width: 70%;
	opacity: 0.7;
}

.scroll-to-top a:hover::after {
	opacity: 1;
}

@media (max-width: 575px) {
	.scroll-to-top {
		bottom: 7rem;
	}
}



/**/


/*-- //Reset-Code --*/
.bg-yellow {
	background-color: #fff5eb !important;
}

.bg-bluegreen {
	background-color: #EFF9F7 !important;
}

.bg-blue {
	background-color: #2e426e !important;
}

.bg-blue2 {
	background-color: #418EB2 !important;
}
.bg-green{
	background-color: #48a766 !important;
}
.border-white {
	border: 2px solid #fff;
}

.f-white {
	color: #ffffff !important;
}
.f-ck {
	color: #00858c !important;
}

.f-yellow {
	color: #fdd100 !important;
}

.f-green {
	color: #5F845B !important;
}

.f-green2 {
	color: #146941 !important;
}

.f-dark {
	color: #474443 !important;
}

.f-red {
	color: #ff4f4d !important;
}

.f-red2 {
	color: #b72a2e !important;
}

.f-orange{
	color: #e07b00 !important;
}

.f-blue {
	color: #045897 !important;
}

.f-gray {
	color: #5F5D5D !important;
}

.f-yellow {
	color: #fff000 !important;
}

.f-yellow2 {
	color: #FDD100 !important;
}

mark {
	background-color: #f4d739;
}

.navbar_logo {
	font-size: 1.2em !important;
	line-height: 1.6 !important;
	display: block;
	letter-spacing: 1px;
	margin-top: .1em;
	margin-bottom: 0 !important;
	color: #1e1e1e;
}

#page-top{
	background: url(../images/bn_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg_th1 {
	background: url(../images/pt1_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}


.bg_th2 {
	background: url(../images/pt2_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th3 {
	background: url(../images/pt3_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th4 {
	background: url(../images/pt4_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th5 {
	background: url(../images/pt5_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th6 {
	background: url(../images/pt6_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th7 {
	background: url(../images/pt7_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}


.bg_discount{
	background-color: #00accd;
}


@media screen and (max-width:991px) {

}

@media screen and (max-width:575px) {

	.bg_th4 {
		background: url(../images/pt4_bg_ph.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	}
	.bg_th7 {
		background: url(../images/pt7_bg_ph.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	}
}


/*-------------------------------------Media------------------------------------------*/
@media screen and (max-width: 575px) {
	.bg_banner {
		/*	background-image: url("../images/bn_bg.png");*/
		background-position: left top;
		background-repeat: no-repeat;
	}
}

/**/
/*------------------------------------#END_Media--------------------------------------*/

/*水平垂直至中*/
.middle {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/*齊高*/
.same_height_box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
}

.same_height {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
}

/*BTNN*/
.hoverbig img {
	filter: drop-shadow(2px 2px 2px #303030);
}

.hoverbig:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	filter: drop-shadow(0px 0px 0px #303030);
}

.btngo {
	min-width: 25%;
	font-weight: 500;
	color: #fff !important;
	background-color: #2b5597;
	padding: 0.4em 1.5em 0.4em 1em;
	margin-top: 1em;
	box-shadow:5px 6px 0 rgb(180 230 246 / 80%);
	border-radius: 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;

	align-items: center;
}

.btngo img {
	width: 1.2em;
	margin-left: 0.2em;
	transition: 0.5s all;
	vertical-align: bottom;
}

.btngo:hover {
	color: #ffe05f;
	box-shadow:1px 1px 0 rgb(180 230 246 / 80%);
}

.btngo:hover img {
	margin-right: 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*#BTNN*/
.shadow-f {
	filter: drop-shadow(3px 3px 5px #303030);
}

.shadow-f:hover {
	filter: drop-shadow(8px 8px 8px #303030);
}

/*click*/
.click_box {
	position: relative;
	display: inline-block;
}

.click_box:hover img.click_hand,
.click_box.active img.click_hand {
	display: none;
}

.click_hand {
	position: absolute;
	filter: drop-shadow(2px 2px 2px #303030);
	width: 3em;
	z-index: 2;
}

/*##click*/


/*---------------------------header------------------------------*/




/**/

h2{
	font-family: "Noto Serif TC", serif;
	font-size: 3em;
	color: #045897;
  font-weight: 700;
  line-height: 1.2em;
	margin-bottom: .5em;
}


h2 .scales_img{
	width: 7%;
	margin: 0 1em;
}
@media screen and (max-width: 768px) {}

@media screen and (max-width: 575px) {
	h2{
		margin-bottom: 0em;
	}
h2 .scales_img{
	width:10%;
}
}

/*---------------------------#END_header----------------------------*/
.bn{
	padding: 4em 0em 6em 0em;
	width: 39%;
}
@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1200px) {
	.bn {
		padding: 3em 0em 6em 0em;
		width: 48%;
	}
}

/*---------------------------PART1------------------------------*/
#part1 ul,
#part2 ul{
	background-color: #fff;
	border:#004394 0.125rem solid;
  border-radius: 10px;
	padding: 2em 0;
}
#part2 ul{
	border:#ee7d3e 0.125rem solid;
}
#part1 ul li{
background-color: #ecf6fa;
margin:1em;
padding:1em 1em 1.5em 1em;
border-radius: 10px;
}
#pt1-1 ul li:nth-child(1),
#pt1-1 ul li:nth-child(2){
background-color: #faf0d8;
border-radius:10px 10px 5em 5em ;
}

.pl_icon{
position: absolute;
width: 17%;
    left: 2em;
    bottom: 0em;
		margin: 0;
}


#part1 h3{
color: #045897;
font-weight: 700;
}

#part1 h4{
font-size: 1.5em;
color: #0071bc;
font-weight: 500;
}


#pt1-1 h5{
	color: #145986;
	font-weight: 500;
}
#pt2-1 h5{
	color: #145986;
	font-weight: 500;
}
#part2 h2{
	color: #ee7d3e;
	margin-bottom: 0.3em;
}


 .trbg th,
 .trbg td{
	color: #fff !important;
	background-color: #6ca6cd !important;
}
 .bg_white{
	background-color: #fff !important;
}

/*pt2-1*/
#pt2-1  ul li:nth-child(1){
background-color: #faf0d8;
border-radius:10em ;
padding: .1em 1em .5em 1em;
}

#pt2-1  ul li:nth-child(2){
background-color: #faf0d8;
border-radius:10px 10px 5em 5em ;
}
#pt2-1 .big{
font-size: 1.2em;
}



#pt2-1 .col-10 h3 :nth-child(2){
	margin: 0 auto;
	}
	#pt2-1 .col-10 h4{
	font-size: 1.5em;
	}
	
.bg_yellow{
	background-color: #ffd901;
	border-radius: 20px;
	padding: 0 1em;
}

.p_img{
	width: 5%;
}

#part1 .btngo {
	margin: .5em 0;
	font-size: 1.5em;
	background-color: #e97b48;
}

.pt1_btn2 .click_hand {
	position: absolute;
	width: 3em;
	right: 8%;
	bottom: 13%;
}
.f-line{
	color: #2cac38 !important;
	text-shadow: -1.5px -1.5px 0 #ffffff, 1.5px -1.5px 0 #ffffff, -1.5px 1.5px 0 #ffffff, 1.5px 1.5px 0 #ffffff;
  font-weight: 700;
	font-size: 1.2em;
}

.yt_link{
	filter: drop-shadow(.5em .5em .3em rgba(55, 118, 177, 0.7));
}
.yt_link:hover{
	filter: drop-shadow(0em 0em .3em rgba(55, 118, 177, 0.7));
}
.yt_link .yt_link_img{
	width: 80%;
	margin: 1em 0;
}
.yt_link .click_hand {
	bottom: 0%;
	right: -4%;
}
@media screen and (max-width: 767px) {

 .pl_icon {
	width: 17%;
	left: -3em;
}
}

@media screen and (max-width: 575px) {
	.btngo{
		    padding: 0.4em 2em 0.4em 1.5em;
	}
#part1 h3{
	font-size: 2.5em;
		}
#part1 h4{
		font-size: 2em;
		}

#pt1-1 h5 {
			font-size: 1.6em;
	}
 .pl_icon{
width: 19%;
}


.yt_link .yt_link_img{
	width: 90%;
}
}

/*----體測----*/

#pe .box{
	width: calc(100%/4.6);
	background-color: #fff !important;
	border: #045897 2px solid;
	color:#045897;
	border-radius: 10px !important;
	margin: .5em;
}
#pe .box h5{
background-color: #045897;
color: #fff;
padding: .4em;
margin: .5em 0 .2em 0;
font-weight: 500;
border-radius: 5px;
}

#pe .box h6{
font-size: 1.5em;
font-weight: 500;
}

.pe_img{
	position: absolute;
	width: 17%;
	right: 0px;
	top: -4.5em;
}

#pe .btngo{
	/* padding: 0.2em 1.2em 0.4em 1em; */
	font-size: 1em;
}

@media screen and (max-width: 1200px) {
	#pe .box{
		margin: .3em;
	}
	#pe .btngo {

    font-size: 1em;
}
}
@media screen and (max-width: 767px) {
	#pe .box{
		width: calc(100%/2.6);
	}
	#pe .btngo {
	
		font-size: 1.5em;
}

#pe .box h6 {
	font-size: 2em;
}
.pe_img{
	width: 21%;
	right: 0%;
	top: -3.5em;
}
}
@media screen and (max-width: 575px) {
	#part1 ul {
    margin-top: 1.5em;
}
	#pe .box{
		width: calc(100% / 2.2);
		padding: 0px 10px 3px 10px !important;
	}
	#pe .btngo {

		font-size: 1.2em;
		box-shadow: 3px 2.5px 0 rgb(180 230 246 / 80%);
}


#pe .box h5 {
	font-size: 2em;
}
#pe .box h6 {
	font-size: 1.8em;
}
.pe_img {
	width: 28%;
	right: -3%;
	top: -1.5em;
}
}

/*----#體測----*/


/**/
/*---------------------------#END_PART1------------------------------*/

/*---------------------------PART2-----------------------------------*/
#part2 h4 big{
	color: #da1515;
	font-weight: 700;
}

#pt2-2 li{
font-size: 1.8em;
background-color: #004394;
color: #fff;
margin-left: 10px;
margin-bottom: .2em;
padding: .2em;
border-radius: 1em;
}


.card_img{
	position: absolute;
	width: 16%;
	left: 0px;
	bottom: .5em;
	margin: 0;
}
.up1{
	position: absolute;
	width:15%;
	left: 2em;
	bottom: 0em;
	margin: 0;
}
.up2{
	position: absolute;
	width: 17%;
			right: 2em;
			bottom: 0em;
			margin: 0;
	}

.circle {
	font-size: .7em;
	color: #004394;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
   
  padding: 0rem 0.2rem 0rem 0.3rem;

  }

	#pt2-2 .btngo{
		font-size:1.5em;
		background-color: #e97b48;
	}
	@media screen and (max-width: 700px) {
		.card_img{
	    position: absolute;
    width: 16%;
    left: 0px;
    bottom: -5.5em;
    margin: 0;
		}
	}
	@media screen and (max-width: 575px) {
		.card_img {
			width: 18%;
			bottom: 8.5em;
	}

	.up1 {
		width: 16%;
		left: 0.5em;
}
.up2{
	width: 18%;
	right: -0.5em;
	}
	#pt2-2 ul{
		padding: 1.5em 0 2.5em 0;
	}
}
/*---------------------------#END_PART2------------------------------*/
/*---------------------------part3-----------------------------------*/

/*----------------------------------------- 區塊 02 -----------------------------------------*/



.bg_blue {
	background-color: #c7e4e7;
}
.bg_blue2 {
	background-color: #c6d5ed;
}
.te_title_bg {
	background: url(../images/te_title_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}


#a02_2 h2{
	margin-top: 1em;
}


.te_title{
	font-family: "Noto Serif TC", serif;
	font-size: 2.5em;
	font-weight: 700;
	color: #045897;
	/* background-color: #dc691e; */
	padding: .2em;
	margin-top: .5em;
}
.te_logo{
  width: 50%;
}

#a02_2 li{
	background-color: #e9caa1;
	border: 5px solid #fff;
	padding: 1em;
	position: relative;
	width: calc(100%/3.2);
	margin: 0.4em;
}

.teacher_img {
	width: 55%;
	height: auto;
}
.teacher-card .name {
	position: absolute;
	z-index: 5;
	top: 0em;
	left: 1em;
}
/*文字垂直*/
.teacher-card .name h3,.teacher-card .name h5 {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.teacher-card .name h3 {
	color: #fff;
	background-color: #2b5597 !important;
	padding: 1rem .5rem;
}

.teacher-card .name h5 {
	border: #898989 1px solid;
	background-color: #e9caa1;
	padding: .25rem !important;

	position: absolute;
	top: clamp(1em, 2em, .4em);
	left: 2.4em;
}


.teacher-card h4 {
	font-weight: bold;
	font-size: 1.5em;
	color: #d44800;
	text-shadow:-2px -2px 0 #fff,
	2px -2px 0 #fff,
	-2px 2px 0 #fff,
	2px 2px 0 #fff;
	margin-bottom: .35em;
	margin-top: 0em;
	text-align: start;
}
.teacher-card p {
	font-size: 1.2em;
	text-align: start;
	line-height: 1.2em;
}

@media screen and (max-width: 991px) {
	.teacher-card .name h5 {
		font-size: 1.5em;
		left: 2.6em;
	}
}
@media screen and (max-width: 767px) {
	#a02_2 li {
    width: calc(100% / 2.2);
   }

	.teacher-card .name h5 {
		font-size: 2em;
		left: 2.6em;
	}
	.teacher-card h4 {
    font-size: 2em;
		text-shadow:-1px -1px 0 #fff,
	  1px -1px 0 #fff,
	  -1px 1px 0 #fff,
	  1px 1px 0 #fff;
	}
	.teacher-card p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 575px) {
	#a02_2 .f-blue {
		font-size: 2.3em !important;
	}
	.te_logo {
    width: 60%;
  }
	.teacher_img {
		width: 65%;
	}
	.teacher-card .name h3 {
		font-size: 2em;
		padding: .6rem .3rem;
	}
	.teacher-card h4 {
    font-size: 1.8em;
	}
.teacher-card .name h5 {
	font-size: 1.3em;
 }

}
/*-------------------------------------END- 區塊 02 -----------------------------------------*/
.bestclass_h3 span{
	border: 1px solid #fff;
	border-radius: 1em;
	padding: .2em 2em;
	}
.bestclass_h3{
	margin-bottom: 2em;
	font-style:italic;
	}
	@media screen and (max-width: 575px) {
		.bestclass_h3 span{
			padding: .2em 1em;
			}
			.bestclass_h3 {
			margin-top: 1em;
			margin-bottom: 1em;
			font-style:italic;
			}
}

/*------------------ AI學習 ------------------*/

.ai-learning h2{
	color:#fff;
	text-align: center;
}
.ai-learning h3{
	color:#fff;
	text-align: center;
	
}

.ai-learning{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#894991+0,3d4f8f+100 */
	background: linear-gradient(135deg,  #894991 0%,#3d4f8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ai-learning>div{
	background-image: url(../images/images-ai-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.ai-subtitle{
	position: relative;
	z-index: 1;
}
.ai-subtitle::after{
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	width: 100%; height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50px;
}
.ai-subtitle .subtit-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ai-subtitle .subtit-box img{ max-width: 60px;}
.ai-subtitle .subtit-box p{
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 1.1;
	font-weight: bold;
}
.ai-main>img{ max-width: 100%;}
.ai-main-box{ padding: 5px 24px;}
.ai-main-box h3{ font-size: 2.5rem;}
.ai-main-box h5{ 
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f900a2+0,00e5ae+100 */
	background: linear-gradient(to right,  #f900a2 0%,#00e5ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 8px;
	border-radius: 10px;
	font-size: 1.2rem;
	margin: .3em 0;
}
.ai-learning .ai-btn{ text-align: center;}
.ai-learning .ai-btn a{ 
display: block; 
width:30%; 
margin:1em auto 0 auto;
 padding: 15px 0; 
border: 2px solid #fff; 
font-size: 1.7rem; color: #2A2867; font-weight: bold;
border-radius: 50rem; background-color: #00E5AE;
box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.3); transform: translateY(0);
cursor: pointer;
transition: all 1s;
}
.ai-learning .ai-btn a:hover{ transform: translateY(-5px); }

/* ===== 平板Tablet ====================================================================================== */
@media(max-width:992px){
	.ai-subtitle .subtit-box p{
	font-size: 1.2rem;
	}
	.ai-subtitle .subtit-box img{
			max-width: 20%;
	}
	.ai-main-box{ padding: 5px 12px;}
	.ai-main-box h5{ 
	font-size: 1rem;
	}
	.ai-learning .ai-btn a{ 
	width:70%;
	}
}


/* ===== 手機mobile ====================================================================================== */
@media(max-width:667px){

	.ai-subtitle .subtit-box p{
	font-size: 1rem;
	text-align: center;
	line-height: 1.2;
	}
	.ai-main>img{ max-width: 75%;}
	.ai-main-box{
			padding: 0px;
			display: flex;
			align-items: center;
	}
	.ai-main-box>img{
			max-width: 16%;
	}
	.ai-main-box>div{
			padding-left: 10px;
	}
	.ai-main-box h3{ font-size: 1.6rem;}
	.ai-main-box h5{ 
	padding: 5px 8px;
	border-radius: 10px;
	font-size: 0.95rem;
	}
	.ai-main-box p{ 
	font-size: 0.8rem;
	}
	.ai-learning .ai-btn a{ 
	width:70%;
	padding: 8px 0;
	font-size: 1.2rem;
}

}
/*------------------ #AI學習 ------------------*/




/*---------------------------#END_part5------------------------------*/

.pt6-ex-box {
	position: absolute;
	width: 70%;
	top: 25.5%;
	left: 12.5%;
	padding:0 1em;
	background-color: #fff;
	border-radius: 18px;
	border: .15em solid #303030;
}


@media screen and (max-width:768px) { 
	.right p {
    font-size: 1.5em !important;
    line-height: 1.4 !important;
}
}

.carouse4-4 .carousel-indicators{
	margin-bottom: -1em;
}
.carousel-control-prev {
	left: -5em;
}
.carousel-control-next {
	right: -5em;
}


@media screen and (max-width: 575px) {
	.carousel-control-prev {
		left: -3em;
	}
	.carousel-control-next {
		right: -3em;
	}
}

.story {
	/* display: flex;
  justify-content: center;
  align-items: stretch; */
  width: 100%;
  margin: 0px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.left {
	/* display: flex; */
	/* flex-direction: column;
	justify-content: center;
	align-items: center; */
	/* width: 46%; */
	padding: 0em 0em 0.5em 0;
	/* background-color: #204180; */
}
.left h4 {
  font-size: 1.7em;
  line-height: 1.5;
  color: #204180;
  font-family: "ar-fangxinshuh7b5std", sans-serif;
  font-weight: 900;
  font-style: normal;
	
}
.left h5 {
  display: inline-block;
  margin: 18px 0px 0px 0px;
  padding: 8px 40px;
  font-size: 1.7em;
  color: #fff;
  font-family: "ar-fangxinshuh7b5std", sans-serif;
  font-weight: 900;
  font-style: normal;
  background-color: #204180;
  border-radius: 50px;
}
.right {
  text-align: justify;
  /* width: 85%; */
  background-color: #fff;
}
.right p {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.5;
  color: #595757;
}
.carousel-item:nth-child(1) .right p,
.carousel-item:nth-child(2) .right p {
	line-height: 2;
	letter-spacing: 1.5px;
}

.pt6-ex-box .slick-slide{
	margin-left: .7em;
}

.cs02_btn{
	position: absolute;
	width: 62%;
	bottom: .5%;
	left: 18%;
}


/*按鈕*/
.pt6-ex-box .slick-prev:before, .pt6-ex-box .slick-next:before {
	color: #004394;
}

.pt6-ex-box .slick-prev{
	left: -11px;
}

.pt6-ex-box .slick-next{
	right: 84px;
}

@media screen and (max-width:768px) { 

.pt6-ex-box .slick-prev {
	left: -11px;
}
.pt6-ex-box .slick-next{
	right: 44px;
}
}

@media screen and (max-width:575px) { 
	#part6 .water-title {
		top: 6%;
		right: 22%;
}

#part6 .container {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
}
	.pt6-ex-box .container {
		padding-left: 0em !important;
		padding-right: 0em !important;
}
	.pt6-ex-box {
		position: absolute;
		width: 74%;
		top: 17%;
		left: 12%;
		padding: 0 .6em;
}


	.pt6-ex-box .slick-slide{
		margin-right: 0em;
		margin-left: 0em;
	}

	.pt6-ex-box .slick-prev {
    left: -26px;
}
  .pt6-ex-box .slick-next {
	right: -30px;
}
  .right p {
	font-size: 1em;
	line-height: 1.2;
}
.carousel-item:nth-child(1) .right p ,
.carousel-item:nth-child(2) .right p {
	font-size: 1em;
	line-height: 1.5;
}
}

/*----------------#part5--------------------*/
/*---------------------------5大輔考-----------------------------*/

.bg_5big{
	background: url("../images/5big_bg.png") no-repeat center top;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_5big h2{
background: #000;
color: #fff;
font-weight: bold;
font-size: 1.5rem;
padding: .6rem 10rem;
clip-path: polygon(
	0% 50%, 3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%
);

font-size: 2.5em;
font-weight: 700;
}

.arrow-wrapper {
  display: flex;
  justify-content: center;
  padding: 4px; /* 當作外框粗細 */
  background: #f7e37b;
  width: fit-content;
  margin: 0rem auto 1em auto;
  clip-path: polygon(
    0% 50%, 3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%
  );
}

.arrow-inner {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  clip-path: polygon(
    0% 50%, 5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%
  );
}



ul.fleet-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem auto;
	max-width: 1300px;
}


ul.fleet-list li {
	background-color: #fff;
	background-image: linear-gradient(#cccccc 1px, transparent 0), linear-gradient(90deg, #cccccc 1px, transparent 0);
	background-size: 100% 20px, 20px 100%;
	border: 2px solid #000;
	border-radius: 10px;
	margin: .5rem;
	padding: 1.5rem 0 0 0;
	text-align: center;
	width: 28%;
}

.fleet-title {
	font-size: 2rem;
	font-weight: bold;
	color: #e74c3c;
}

.fleet-highlight {
	background: #f7c6a2;
	padding: 0.5rem;
	margin-top: 1rem;
	font-weight: 600;
	font-size: 1.3rem;
}

.fleet-icon img {
	max-width: 80px;
	margin: 1rem 0;
}

.fleet-footer {
	background: #e74c3c;
	color: #fff;
	font-weight: 700;
	padding: 1rem;
	border-radius: 5px;
	font-size: 1.2rem;
	margin-bottom: 1em;
}

.bg_5big h4{
	font-weight: 500;
}

@media screen and (max-width:991px) {
	ul.fleet-list li {
		width: 45%;
	}
	.bg_5big h2 {
    padding: .6rem 3rem;
}
.fleet-title {
	font-size: 1.5rem;
}

.fleet-highlight {
	font-size: 1rem;
}

.fleet-footer {
	font-size: 1rem;
}
}
@media screen and (max-width:576px) {
	.bg_5big h2 {
		padding: 0.4rem 1.5rem 0.6rem 1.5rem;
		font-size: 2.3em;
}
ul.fleet-list {
	margin: 1rem auto;
}
}
/*---------------------------#END_5大輔考-----------------------------*/



/*---------------------------media------------------------------*/
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1199px) {
	body {
		font-size: 13px !important;
	}
}

@media screen and (max-width: 991px) {
	body {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 9px !important;
	}
}

/*576以上*/
@media screen and (min-width: 576px) {
	.type_ph {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.container.sm {
		max-width: 768px;
	}
}

@media (min-width: 1200px) {

	.container.sm {
		max-width: 912px;
	}
}



/*手機板575*/

@media screen and (max-width: 575px) {
	body {
		font-size: 2.2vw !important;
	}

	section {
		padding-bottom: 4em;
		padding-top: 4em;
	}

	.type_pc {
		display: none !important;
	}

	.nolr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 470px) {}

@media screen and (max-width: 440px) {
	body {
		font-size: 2.4vw !important;
	}
}

/*END_media*/