@import url(all.min.css);
/*
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
*/
/*
@font-face {
	font-family: 'Source Sans Pro Light';
	src:url(SourceSansPro-Light.otf);
}
@font-face {
	font-family: 'Noto Sans CJK TC Bold';
	src:url(NotoSansCJKtc-Bold.otf);
}

body,td,th {
	font-family: "Source Sans Pro Light","微軟正黑體","Microsoft Jhenghei", "MS Sans Serif" ,sans-serif;
	font-size:15px;
}
*/
/*
@font-face {
	font-family:'FancyScript';
	src:url('../fonts/FancyScript.otf');
}
*/
@font-face {
	font-family:'Noto Sans TC Thin';
	src:url('../fonts/NotoSansTC-VariableFont_wght.ttf');
}

body,td,th {
	font-family: "Noto Sans TC Thin","微軟正黑體","Microsoft Jhenghei", "MS Sans Serif" ,sans-serif;
	font-size:15px;
}
body {
	background-color: #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
----------------------------------------------------- */

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

/* ---------------------------------------------------
    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-a {
	max-width:1600px;
	width:100%;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}
.container-b {
	max-width:1450px;
	width:100%;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}
.container-b .row {
	margin-left:0;
	margin-right:0;
}

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

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

/* 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 */

.text_indent_1{
	text-indent: -1em;
}
/* ---------------------------------------------------
    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%;
	}

.padding_bottom_sp {
	padding-bottom:40px;
}
/* ---------------------------------------------------
    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_atv_content {
	color:#000;
}
/*
.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_logo_f {
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
	
}
.foorter_logo_line {
	/*border-right: 1px solid #FFF;*/
}
footer {
	color:#FFF;
	background-color: #951E23;
	padding:25px 15px;
}
.footer_ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_ul > li {
	padding:5px 0;
}

.footer_info_1 {
	padding-top: 15px;
	font-size: 1.2rem;
}
.footer_info_2 {
	padding-top:20px;
	font-size: 1.2rem;
}

.footer_info_2 > a {
	color: #FFF;
}


.footer_ul_2 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.footer_ul_2 > li {
	padding:0 15px;
	float: left;
	border-left:1px solid #FFF;
	margin-bottom:5px;
}
.footer_ul_2 > li:first-child {
	border-left:0;
	padding-left: 0;
}

.footer_line {
	border-left:1px solid #FFF;
	width: 5px;
	height: 80%;
	margin: 30% 0 20% 0;
}

/* ---------------------------------------------------
    home
----------------------------------------------------- */
.h_bg {
	background-image: url(../images/h_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.font_ko {
	font-family:'Klee One';
	src:url('../fonts/KleeOne-Regular.ttf');
	font-family: "Klee One";
}
.font_color_style_1 {
	color:#951E23;
	font-size: 1.2rem;
}

.font_color_style_2 {
	color:#000;
	font-size: 1.2rem;
}

.font_h1_title_red {
	font-size: clamp(30px, 3vw, 40px);
	color:#951E23;
	padding-bottom: 15px;
	font-family: "PMingLiU", "新細明體", serif;
	font-weight: bold;
	letter-spacing: 0.3rem;
}
.font_title_line {
	border-top:1px solid #951E23 ;
	height: 1px;
	width: 90%;
	margin: 0 auto;
}
.font_h3_title_red {
	font-size: 2rem;
	color:#951E23;
	font-family: "PMingLiU", "新細明體", serif;
	font-weight: bold;
}

.font_h3_title_en_red {
	font-size: clamp(18px, 2vw, 28px);
	color:#951E23;
	font-family: "PMingLiU", "新細明體", serif;
	font-weight: bold;
}
.new_item {
	padding: 15px 60px 15px 0;
	border-bottom: 1px solid #951E23;
	background-image: url(../images/icon/news_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.news_time {
	color:#951E23;
	font-size: 1.5rem;
	
}
.news_span_01 {
	color:#FFF;
	font-size: 1.2rem;
	background: #951E23;
	margin-left: 25px;
	padding: 2px 5px;
	border-radius: 5px;
}
.news_span_02 {
	display:inline-block;
	color:#FFF;
	font-size: 1.2rem;
	background: #951E23;
	margin-bottom: 20px;
	padding: 5px 15px;
	border-radius: 5px;
}
.news_title {
	font-size: 1.5rem;
	padding-top:10px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.font_h3_title_black {
	font-size: clamp(22px, 2vw, 28px);
	padding: 10px 0;
}
.font_h3_title_line_black {
	border-top:1px solid #000 ;
	height: 1px;
	width: 100%;
	margin-bottom: 15px;
}

.font_h3_title {
	font-size: 1.8rem;
}
.font_h3_title_en {
	font-size: 1rem;
}
.section_bottom_sp {
	padding-bottom: 50px;
}
.font_h_txt_01 {
	color:#666;
	font-size: 1.2rem;
}
.font_h_txt_02 {
	color:#666;
	font-size: 1.5rem;
}

.page_title {
	font-size: 1.8rem;
	padding-top:10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.page_content {
	font-size: 1.5rem;
	padding:25px 0;
}

.icon_img {
	max-width: 20px;
	max-height: 20px;
	width: 100%;
	height: 100%;
	vertical-align: baseline;
}
.breadcrumb-item {
	font-size:1.2rem;
}
.breadcrumb_c {
	background-color:#FFF;
}

/* top arrow*/
#toTop {
	
	text-decoration: none;
	position: fixed;
	bottom: 5%;
	right: 1%;
	/*overflow: hidden;*/
	width: 54px;
	height: 54px;
	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;*/
}

/* 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 {
	
}
*/
.fa-check {
    color:#3c763d;
}
.fa-times {
    color:#a94442;
}

/*Pagination */
.page-link {
	color:#666;
	}
.page-item.active .page-link {
	background-color:#999;
    border-color:#999;
}

/*button*/
.btn-outline-primary {
	border:1px solid #999;
	color: #999;
	border-radius: 0;
}
.btn-outline-primary:hover {
	border:1px solid #999;
	background-color: #999;
}

/* alert msg */
.alert-warning {
	color:#FFF;
	background-color:#999;
	border-color:#999;
}

/* form-control */
.form-control {
	border: 1px solid #999;
	border-radius: 0;
}