/*@import url(all.min.css);*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&display=swap');

body,td,th {
	font-family: 'Noto Sans TC', sans-serif,"微軟正黑體","Microsoft Jhenghei", "MS Sans Serif";
	font-size:15px;
	font-weight: 300;
}
body {
	background:#FFF;
	color:#000;
	max-width: 1920px;
	margin: 0 auto;
	}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
	/*color:#000;*/
}

a:hover {
	color:#999;	
}

/* ---------------------------------------------------
    Header STYLE
----------------------------------------------------- */
#header_main {
	/*background:url("../images/index_1_bg.jpg") 100% 100%;
	background-color:#009FE8;*/
	}
#header_main_bg {
	/*background:url("../images/index_1.png") center no-repeat;*/
	background-size: cover;
	background-color: #FFF;
}
#header_top_item {
	height:50px;
	width:100%;
	margin:0 auto;
	padding-right:10px;
}
#header_top_item ul {
	list-style-type:none;
	float:right;
}
#header_top_item ul li {
	float:left;
	padding:10px;
}

#header_top_nav {
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	width:100%;
	text-align: center;
	margin:0 auto;
	display:block;
}
#header_top_nav img {
	height:100%;
	max-height:160px;
	}
#main-menu {

	}
#main-menu li{
	text-align:center;
	}
.nav-brand {
	padding:25px 10px 10px 8%;
	}
.main-nav {

}


.nav_item_top_line {
	/*border-top:1px solid #345B75;*/
	margin:5px 0 0 0;
	padding:3px 0 0 0;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	}
	
.top_menu_cart {
	position:relative;
	padding-right:20px;
	}
	
#topnavcart {
	position:absolute;
	z-index:2;
	top:-3px;right:-10px;
	border:1px solid #be272d;
	font-size:10px;
	color:#FFF;
	background:#be272d;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	border-radius:50px;
	}
	
#icon_lg_link {
	display:none;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	}
#icon_lg_link .col-xs-3 {
	padding-left:2px;
	padding-right:2px;
	}
/* nav btn */
.top-icon-btn {
	float:left;
	margin:30px 0 0 0;
	}
#fb-btn {
	float:left;
	margin:8px 5px 0 5px;
	}
#cart-btn {
	float:left;
	margin:8px 10px 0 5px;
	}
#member-btn {
	float:left;
	margin:8px 10px 0 5px;
	}

/* ---------------------------------------------------
    navber-m
----------------------------------------------------- */

#navber-m {
	background:#666;
	color:#FFF;
	font-size:13px;
	}
#navber-m-content {
	overflow:overflow-y;
	padding:5px;
	}
.canvi-user-info_close {
	float:right;
	margin:10px;
	}
.navber-m-group_1 {
	list-style:none;
	}
.navber-m-group_1 li {
	padding:2px;
	}
#navber-m .pd-category-title {
	font-size:18px;
	padding-left:15px;
	}
#navber-m .pd-category {padding-left:20px;}
#navber-m .page_item_style {list-style-type:none;padding:0 0 20px 12px;}
#navber-m .page_item_style .left-item-mbtm{padding:2px 10px; font-weight:bold;}
#navber-m .page_item_style .left-item-subchg { font-weight:normal; list-style-image: url(../images/arrow-01.png);}

/* ---------------------------------------------------
    submenu
----------------------------------------------------- */
li.open ul.dropdown-menu>li.open>ul.dropdown-menu{
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
li.open ul.dropdown-menu>li.open>ul.dropdown-menu>li{
  padding-left: 20px;
}
 
.dropdown-menu>li>a:focus, 
  .dropdown-menu>li>a:hover {
    background: rgba(0,0,0,0.1) !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.container-fluid {
	/*max-width:1140px;*/
	padding-left:0;
	padding-right:0;
	padding-top: 0;
	padding-bottom: 0;
}
.container-fluid .row{
	margin-left:0;
	margin-right:0;
}
.container-fluid-a {
	width:100%;
}

.container-fluid-a .row {
	margin-left:0;
	margin-right:0;
	}
.container {
	padding-left:0;
	padding-right:0;
	}
.container-b {
	max-width:1450px;
	width:100%;
	margin:0 auto;
	}

.container-b .row {
	margin-left:0;
	margin-right:0;
}

.container-c {
	max-width:1210px;
	width:100%;
	margin:0 auto;
	}

.container-d {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	}

/* text-indent */
.txt_indent_1 {
	text-indent : -1em;
	margin-left:1em;
}

.box-circle {
	width:258px;
	height:258px;
	border-radius:50%;
	background:#595758;
	overflow:hidden;
	opacity:0.7;
	color:#FFF;
	margin:10px auto;
	/* center */
	display:  flex;
    align-items: center;
    justify-content:  center;
	font-size:26px;
	text-align:center;
	padding:20px;
	transition: all 0.3s;
	}	
.box-circle:hover {
	transform: scale(1.05);
	transition: all 0.3s;
	}	
	
.news_content_border {
	padding:10px 30px;
	background:#bfe8e4;
	min-height:230px;
	line-height:30px;
	overflow:hidden;
	}

#home_banner_1 img:hover {
 /*filter: grayscale(100%);*/
 /*filter: grayscale(100%) blur(3px);*/
 /* transform: scale(1.05); */
 /*filter:sepia(100%);*/
 /*filter:contrast(130%);*/ 
 filter:brightness(130%);
 /*filter:drop-shadow(5px 5px 5px #333);*/
	}


/* page */

/* ---------------------------------------------------
    custom buttom
----------------------------------------------------- */
.img-itme_wh {
	max-width: 365px;
	height: auto;
	max-height: 196px;
	overflow: hidden;
}
.breadcrumb {
	background-color: #FFF;
}
.breadcrumb a {
	color: #88B1C0;
}

.btn-link-style {
	border:1px solid #d2a262;
	background-color:#FFF;
	color:#d2a262;
	border-radius:5px;
	padding-left:30px;
	padding-right:30px;
	font-size:18px;
	}
.btn-link-style:hover {
	background-color:#d2a262;
	color:#FFF;
	}

.btn-custom-style-v {
	border:1px solid #009FE8;
	background-color:#FFF;
	color:#009FE8;
	border-radius:25px;
	padding-left:30px;
	padding-right:30px;
	font-size:18px;
	}
.btn-custom-style-v:hover {
	background-color:#009FE8;
	color:#FFF;
	}

/* more btn*/
.btn-custom-style-none-a {
	border:1px solid #88B1C0;
	background-color:#FFF;
	color:#595758;
	border-radius:30px;
	padding:15px 30px;
	font-size:18px;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 5px;
	min-width: 200px;
	}

.btn-custom-style-none-page {
	border:1px solid #88B1C0;
	background-color:#FFF;
	color:#88B1C0;
	border-radius:35px;
	padding:15px 30px;
	margin:20px 15px;
	font-size:26px;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 5px;
	min-width: 200px;
	text-align: center;
	}	

	.btn-custom-style-more-a {
		position: absolute;
		display: inline-block;
		padding:5px;
		right: 15px;
		margin-left: 300px;
	}
	.btn-custom-style-more-a a {
		color: #88B1C0;
		padding:5px 40px  5px 20px;
		/*border:1px solid #88B1C0;*/
		background: url("../images/btn/icon_more.svg") no-repeat center right;
		margin-top: 10px;
		background-size: 30px 30px;
	
	}
	.btn-custom-style-more-a a:hover {
		background: url("../images/btn/icon_more2.svg") no-repeat center right;
	}

.btn-custom-style-none-b {
	border:1px solid #D1A262;
	background-color:#FFF;
	color:#D1A262;
	border-radius:30px;
	padding:15px 30px;
	font-size:18px;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 5px;
	min-width: 200px;
	}

	.btn-custom-style-more-b {
		position: absolute;
		display: inline-block;
		padding:5px;
		right: 15px;
		margin-left: 300px;
	}
	.btn-custom-style-more-b a {
		color: #D1A262;
		padding:5px 40px  5px 20px;
		/*border:1px solid #88B1C0;*/
		background: url("../images/btn/icon_more_s1.svg") no-repeat center right;
		margin-top: 10px;
	
	}
	.btn-custom-style-more-b a:hover {
		background: url("../images/btn/icon_more_s2.svg") no-repeat center right;
	}
	
.btn-custom-style-none-c {
	border:1px solid #D1A262;
	background-color:#D1A262;
	color:#FFF;
	border-radius:30px;
	padding:15px 30px;
	font-size:18px;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 5px;
	min-width: 200px;	
	}
	
	.btn-custom-style-more-c {
		position: absolute;
		display: inline-block;
		right: 15px;
		margin-left: 300px;
	}
	.btn-custom-style-more-c a {
		color: #88B1C0;
		padding:5px 40px  5px 20px;
		/*border:1px solid #88B1C0;*/
		background: url("../images/btn/icon_more_s1.svg") no-repeat center right;
		margin-top: 10px;

	}
	.btn-custom-style-more-c a:hover {
		background: url("../images/btn/icon_more_s2.svg") no-repeat center right;
	}


	/* home */
.h_new_area {
	padding:3% 0;
}
.h_section_area_1 {
	padding:3% 0;
	background-color: #E5E5E6;
}
.h_section_content_1 {
	padding:35px 0;
}
.img_list_a {
	max-width: 365px;
	margin: 0 auto;
}

.txt_ellipsis {
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}

.img_list_txt_a {
	background-color: #88B1C0;
	text-align: left;
	height: 70px;
	padding:20px 5px;
	font-size: 16px;
	color: #FFF;
}
.img_list_txt_b {
	background-color: #D1A262;
	text-align: left;
	height: 70px;
	padding:20px 5px;
	font-size: 16px;
	color: #FFF;
}

.h_section_area_2 {
	padding:3% 0;
}
.h_section_content_2 {
	padding:35px 0;
}
.page_section_area {
	padding:3% 3%;
	font-size: 16px;
}
.page-font-size-20 {
	font-size: 20px;
}

.h3_title {
	margin-top:35px;
	margin-bottom: 5px;
}
.h3_border_bottom {
	border-bottom: 1px solid #88B1C0;
	padding-bottom:10px;
}

.edm_list {
	padding:35px 0;
	list-style:none;
	font-size: 18px;
}
.edm_list li {
	
	border-bottom: 1px solid #D1A262;
	background: url("../images/btn/icon_more_news1.svg") no-repeat;
	background-position: right 5% bottom 45%;
	background-size: 30px;
	color: #000;
}
.edm_list li:hover {
	background:#D1A262 url("../images/btn/icon_more_news2.svg") no-repeat;
	background-position: right 5% bottom 45%;
	background-size: 30px;
	color: #FFF;
}
.edm_list li a{
	padding:20px 20px;
	display: block;
}

.edm_list li:hover a{
	color: #FFF;
}
/* ---------------------------------------------------
    Padding
----------------------------------------------------- */
.padding_top_5 {
	padding-top:5%;
	}
.padding_top_10 {
	padding-top:10%;
	}
.padding_bottom_3 {
	padding-bottom:3%;
	}
.padding_bottom_4 {
	padding-bottom:4%;
	}	
.padding_bottom_5 {
	padding-bottom:5%;
	}

.padding_bottom_10 {
	padding-bottom:10%;
	}

.padding_left_5 {
	padding-left:5%;
	}	
.padding_left_10 {
	padding-left:10%;
	}

	
.padding_right_5 {
	padding-right:5%;
	}
.padding_right_10 {
	padding-right:10%;
	}

/* ---------------------------------------------------
    PD STYLE
----------------------------------------------------- */

/* mode */
.modal {
z-index:10000;
	}
.close {
	font-size:40px;
	font-weight:normal;
	opacity:0.8;
}
.alert > a.close {
	font-size:21px;
}
.modal-header {
	/*border:1px silid #000000;*/
	/*background:#f7ebdb;*/
	background-color:transparent;
	border:0;
	}
.modal-body {
	background:#f7f7f7;
	padding:20px;
	text-align:center;
	}
.modal-dialog .modal-content {
	box-shadow:none;
	border:0;
	border-radius:0;
	background-color:transparent;
	}

.modal-dialog {
/*	max-width:1000px;
	width:1000px;*/
	}
.pd-det-title {
	font-size:20px;
	color:#000;
}
.pd-det-title_en {
	font-size:12pt;
}
/*
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 60%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
*/


/* pagination */



/* ---------------------------------------------------
    footer
----------------------------------------------------- */

.footer_area {
	background:#595757;
	padding:2% 15px;
	color:#FFF;
	font-size:18px;
}
.footer_link_area {
	border-bottom: 1px solid #FFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
}
.footer_txt_2 {
	font-size: 15px;
}

.footer_fb_area {
	font-size: 13px;
	padding-left:30px;
	background: url("../images/btn/fb-icon.png") no-repeat;
	background-size: 20px 20px;
	background-position: left 2px top 10px;
}
.footer_fb_area .col {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

/* ---------------------------------------------------
    home
----------------------------------------------------- */

/* top arrow*/
#toTop {
	
	text-decoration: none;
	position: fixed;
	bottom: 45%;
	right: 1%;
	/*overflow: hidden;*/
	width: 54px;
	height: 200px;
	border: none;
	/*text-indent: 100%;*/
	/*background:  url(../images/top-icon/ICON_01_05.png) no-repeat 0px 0px;*/
	z-index:20;
}
#toTopHover {
	width: 54px;
	height: 200px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	/*background: url(../images/icon-top.png) no-repeat 0px 0px;*/
}

.top_button {
	position:fixed;
	z-index:50;
	right:5px;
	top:40%;
	width:140px;
	transition:all .5s ease-in-out;
	}
.top_button a {
	display: block;
} 
.top_button div {
	padding:5px 5px;
	display: block;
	background: url("../images/btn/btn_float_a.png") no-repeat;	
	background-size: 100% auto;
	width: 130px;
	height: 130px;
}

.top_button div:hover {
	padding:5px 5px;
	background: url("../images/btn/btn_float_b.png") no-repeat;	
	background-size: 100% auto;
	width: 130px;
	height: 130px;
	}
		
@media (max-width: 640px) {	
	.top_button	{
		width:60px;
	}
	.top_button div{
		right:5px;
		width:60px;
		height: 60px;
		transition:all .5s ease-in-out;
	}
	
	.top_button div:hover {
		right:5px;
		width:70px;
		height: 60px;
		transition:all .5s ease-in-out;
	}
}
/* home image hover */

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000;
	/*max-width: 267px;*/
	margin: 0 auto;

}
.img-change {
	position:relative;
	width:auto;
	display:inline-block;
}
.img-change:hover .overlay {
	opacity: 1;
}


/* form */

.form-control-feedback {
	color:#C00;
}
.form-control-warning {
	
}
/*Pagination */
.page-link {
	color:#666;
	}
.page-item.active .page-link {
	background-color:#999;
    border-color:#999;
}

.border_style1 {border-bottom:1px dashed #000;}

/* page style */
.school_logo img {
	max-width: 150px;
}