@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: NotoSansCJKtc-R;
	src: url(../fonts/NotoSansCJKtc-Regular.otf) format("opentype");
}
@font-face {
	font-family: GenYoMin-B;
	src: url(../fonts/GenYoMin-B.ttc) format("opentype");
}
@font-face {
	font-family: GenYoMin-R;
	src: url(../fonts/GenYoMin-R.ttc) format("opentype");
}

html,body
{
	font-size: 20px;
	font-family: Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	color: #666666;
	margin:0px;
	padding:0px;
	
	scroll-behavior: smooth;
}
body
{
	position:relative;
	background-image:url( ../../images/bg/dust_scratches.png );
	/*
	========================================================
	This pattern is downloaded from www.toptal.com/designers/subtlepatterns/ 
	If you need more, that's where to get'em.
	========================================================
	*/ 
}

a, a:link, a:visited, a:active, a:hover
{
	color: #666666;
    text-decoration: none;
}

.goLink
{
	color: #0066CC !important;
}

.goLink:hover
{
	text-decoration: underline !important;
}

img
{
	border: 0px;
}

/* html content img */
.contImgControl img
{
	max-width:100%;
	height:unset !important;
}
.contMinHeight
{
	min-height:200px;
}

pre
{
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	/* 覆蓋瀏覽器預設 */
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
	color: #757575;
	
	font-size:15px;
	line-height: 1.5;
}


/* xs version */
@media (max-width: 768px) 
{
	
}


/* 
.row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row [class="col-"]{
	display: flex;
	flex-direction: column;
}*/


/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:flex;
  flex-wrap: wrap;

}


/* form field style */
.formStyle
{
	border-left:0px;
	border-right:0px;
	border-top:0px;
	background-color:transparent;
	-webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.formStyle::-webkit-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}
.formStyle::-moz-placeholder
{
	color:#CCC;
}
.formStyle:-ms-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}
.genderTag
{
	display:inline-block;
	background-color:#DDD;
	color:#FFF;
	padding:5px;
	cursor:pointer;
}
.tagFocus
{
	background-color:#78c7c6;
	color:#FFF;
}


/* padding margin setting */
.paddingTop10px
{
	padding-top: 10px;
}

.paddingBtm10px
{
	padding-bottom: 10px;
}
.paddingBtm20px
{
	padding-bottom: 20px;
}

.marginTop10px
{
	margin-top: 10px;
}
.marginTop20px
{
	margin-top: 20px;
}

.marginTop30px
{
	margin-top: 30px;
}

.marginTop50px
{
	margin-top: 50px;
}

.marginTop100px
{
	margin-top: 100px;
}

.marginBtm10px
{
	margin-bottom: 10px;
}

.marginBtm20px
{
	margin-bottom: 20px;
}

.marginBtm30px
{
	margin-bottom: 30px;
}

.marginBtm50px
{
	margin-bottom: 50px;
}


/* page */
.pageDiv
{
	border:1px solid #4c73bd;
	color: #4c73bd;
	border-radius:5px;
	width:25px;
	height:25px;
	display:inline-block;
	margin:1%;
	line-height:23px;
	
	cursor:pointer;
	
	transition: all .15s ease-in-out;
}
.pageDiv span
{
	line-height:23px;
}

.actPage, .pageDiv:hover
{
	border:1px solid #4c73bd;
	background-color: #4c73bd;
	color: #FFF;
	border-radius:5px;
	width:25px;
	height:25px;
	line-height: 23px;
	display:inline-block;
	margin:1%;
	
	cursor:pointer;
}
/* page */

/* btn */
.moreBtn, .backBtn
{
	display:inline-block;
	background-color: rgba( 76,115,189, 1 );
	font-size: 14px;
	width: 60px;
	color: #FFF;
	padding: 3px;
}
.moreBtn:hover,.backBtn:hover
{
	background-color: rgba( 76,115,189, .8 );
	
	-webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}



/* paragraph */
.word-break
{
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break: break-all;
}
.vertical-write
{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.vertical-write-en
{
	text-orientation: upright;
}
.text-justify
{
	text-align: justify;
	text-justify:inter-ideograph;
}

.drop-shadow
{
	-webkit-filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, 0.7) );
    filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, 0.7) );
}



/* border */
.radius
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.radius10px
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/*-- object --*/
#gotop 
{
	display:none;
	
	position:fixed;
	bottom:60px;
	right:15px;
	width:40px;
	height:40px;
	border-radius:100%;
	background:rgba(0,0,0,.5);
	cursor:pointer;
	padding-top:10px;
	
	z-index: 20;
}
#gohome 
{
	position:fixed;
	bottom:110px;
	right:15px;
	width:40px;
	height:40px;
	border-radius:100%;
	background:rgba(0,0,0,.5);
	cursor:pointer;
	padding-top:10px;
	
	z-index: 20;
}

.floatisFixed
{
	position: fixed;
    bottom: 20%;
    right: 0;
    margin-right: 0;
	z-index:100;
}
.list_unstyled
{
	padding-left: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ddd;
}
.float_item
{
	font-size:12px;
	letter-spacing:1px;
	color: var( --fonts-color );
	text-align: center;
	position: relative;
	padding: 10px 0;
	border: 0;
	width:70px;
	border-bottom: 1px solid #ddd;
	
	cursor:pointer;
	
	transition: all .3s ease-in-out;
}
.flitem_icon
{
	font-size:24px;
	text-align:center;
	margin-bottom:2px;
}
.float_item:hover
{
	color: #fff;
	background-color:var( --fonts-color );
}
.float_item:hover a
{
	color: #fff;
}

.hr_line
{
	border:0;
	height: 1px;
	background: #CCC;
	width:100%;	
	margin: 10px 0;
}


/* custom */
.rightSideBtn
{
	cursor:pointer;
}
.rightSideBtn:hover
{
	-webkit-box-shadow: 2px 2px 6px #CCC;
	box-shadow: 2px 2px 6px #CCC;
}

.chat_area_title
{
	font-size: 1.563rem;
	font-weight: 700;
	color: #999;
}
.chat_post_area
{
	background: #F1F1F1;
	border:1px solid #DDD;
}
.chat_post_cont
{
	letter-spacing:1px;
	line-height:1.5;
}




/* form from Bootstap 5 */
.form-floating
{
	position: relative;
}

.form-floating>label
{
	position: absolute;
	color:#999;
    top: 0;
    left: 0;
    height: 100%;
    padding: 5px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-control:focus
{
	color: #212529;
    background-color: #fff;
    /* border-color: #86b7fe; */
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown)
{
	padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label
{
	opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}


.no_condata
{
	font-size: 20px;
    padding: 20px 10px;
    color: #c3c3c3;
    text-align: center;
}

.image_resize
{
	width:100%;
	position:relative;
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: center;
	
	/* min-height:200px; */
}
.image_resize_circle
{
	width:100%;
	position:relative;
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: center;
	border-radius:50%;
}
.video_list
{
	margin-bottom:20px;
	
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.video_title
{
	color:#fff;
	padding:5px;
	background-color:var( --header-color );
	
	cursor:pointer;
}
.yt_frame iframe
{
	width:100% !important;
	height:100% !important;
	position:absolute;
	left:0;
	top:0;
}

.iframe_list iframe {
    max-width:200px;
	height:auto;
}

/*-------20211019 under construction START----------*/
.undercon_block
{
	/* padding:60px 0; */
	position:relative;
	width:100%;
}
.undercon_img
{
	width:100%;
}
.undercon_img img
{
	max-width:300px !important;
}
.undercon_chtext
{
	margin-top:20px;
	color:rgba( 0,0,0, 0.5 );
	font-size:20px;
	font-weight:600;
}
.undercon_entext
{
	color:rgba( 0,0,0, 0.4 );
	margin-top:10px;
	font-size:16px;
	font-weight:600;
}
.undercon_importantchtext
{
	margin-bottom:20px;
	color: rgba( 188,66,0, 0.9 );
	font-size:20px;
	font-weight:600;
}
/*-------20211019 under construction End----------*/


.chat_post_cont img, .chat_post_cont frame
{
	max-width:100%;
}

.cursor
{
	cursor:pointer;
}

.title_icon
{
	margin:0 10px;
}
.html_title
{
	color:var( --footertop-color );
	font-size:28px;
	font-weight:600;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	letter-spacing:2px;
	line-height:1.5;
	
	position:relative;
}
.html_title:before
{
	content:'';
	display: block;
    left: 0;
    right: 0;
	margin:0 auto;
	width:120px;
    height: 15px;
    position: absolute;
    bottom: 11px;
    background: var( --sub1-color );
    z-index: -1;
}
.html_insubtitle
{
	position:relative;
	color:var( --footertop-color );
	font-size:28px;
	font-weight:600;
	text-align:center;
	padding:10px;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:2px;
	line-height:1.5;
	
	position:relative;
}
.html_con
{
	position:relative;
	width:100%;
	padding:20px;
	margin-bottom:20px;
	min-height:400px;
	line-height:1.5;
	letter-spacing:2px;
}
.html_con img, .html_con table, .html_con iframe
{
	max-width:100%;
}
.set_stime
{
	font-size:14px;
	font-weight:600;
	/* text-align:right; */
	/* margin-bottom:15px; */
}

.form_title
{
	color:#fff;
	padding:10px;
	margin-top:20px;
	text-align:center;
	background-color:var( --main-color );
}

/*------link ------*/
.link_block
{
	width:calc( ( 100% / 3 ) - 16px );
	display:inline-block;
	padding:5px;
	margin:3px;
	border:1px solid var( --tag-color );
	background-color:#fff;
	
	transition: all .3s ease-in-out;
} 
.link_title
{
	color:var( --footertop-color );
	padding:10px;
	margin-top:5px;
	
	transition: all .3s ease-in-out;
}
.link_block:hover
{
	background-color:var( --fonts1-color );
}
.link_block:hover .link_title
{
	color:#fff;
}

/*------new start------*/
.n_padding_container
{
	padding:10px 20px;
}
.n_padding_container .row
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	margin-left:0px;
	margin-right:0px;
}
.n_padding_container .row [class="col-*"]
{
	display: flex;
	flex-direction: column;
	
	padding-right: 10px;
    padding-left: 10px;
}
.new_block
{
	font-size:15px;
	width:100%;
	height:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding:10px;
	margin:5px 0;
	letter-spacing:2px;
	
	border-bottom:1px dashed var( --tag1-color );
	
	transition: all .3s ease-in-out;
}
.new_block:hover
{
	background-color:#fff;
}
.new_left
{
	width:calc( 100% - 110px );
	margin-left:10px;
	border-left:4px solid var( --main-color );
	padding:0px 10px;
}
.new_right
{
	width:100px;
}
.new_time
{
	font-size:14px;
	margin-bottom:5px;
}
.new_tag
{
	font-size:14px;
	color:#fff;
	background-color:var( --main-color );
	padding:5px;
	margin-left:5px;
	border-radius:10px;
}
.new_title
{
	font-size:16px;
	color:var( --main-color );
	font-weight:600;
	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.out_row .row
{
	margin-left:0px;
	margin-right:0px;
}
.news_in_title
{
	font-size:18px;
	color:var( --main-color );
	font-weight:600;
}
.news_in_time
{
	text-align:right;
	font-size:14px;
}
.news_in_img
{
	margin-top:10px;
	margin-bottom:20px;
}
.back_btn
{
	font-size:16px;
	width:130px;
	font-weight:600;
	text-align:center;
	padding:8px;
	color:var( --fonts1-color );
	border:1px solid var( --tag-color );
	background-color:#fff;
	margin-bottom:30px;
	
	-webkit-user-select: none;
	
	transition: all .3s ease-in-out;
}
.back_btn:hover
{
	background-color:var( --bg2-color );
}

.shareBtnPublic
{
	font-size:25px;
	margin-right:8px;
}
.facebookBtn, .twitterBtn, .plurkBtn, .LineBtn
{
	transition: all .3s ease-in-out;
}
.facebookBtn:hover
{
	color: #1877f2;
}
.twitterBtn:hover
{
	color: rgb(29, 155, 240);
}
.plurkBtn:hover
{
	color: #ff574d;
}
.LineBtn:hover
{
	color: #00c300;
}

.new_hr
{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid var( --tag-color );
}
/*------new end------*/

/*------panoramic start------*/
ul,ol,li 
{
    list-style: none;
}
.panoramic_block ul
{
	padding-left:6px;
}
.panoramic_block ul li
{
	position: relative;
    padding: 15px 0 15px 35px;
    font-size: 18px;
	font-weight:600;
    line-height: 1.5;
    color: var( --footertop-color );
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
	cursor:pointer;
	
	border-bottom:1px dashed var( --tag1-color );
	
	-webkit-user-select: none;
}
.panoramic_block ul li:before {
    position: absolute;
    left: 0;
    display: block;
    content: "\e946";
    font-family: 'icomoon' !important;
    font-size: 18px;
    color: var( --fofonts-color );
}
.panoramic_block ul li:hover {
    padding-left: 25px;
	background-color:#fff;
}
.panoramic_block ul li a
{
	color:var( --footertop-color );
}
.panoramic_block ul li a:hover
{
	color:var(  --main-color );
}

.panoramic_title
{
	color:var( --fonts1-color );
	letter-spacing:2px;
	line-height:1.5;
	margin-bottom:10px;
	text-align:center;
	font-size:20px;
}
/*------panoramic end------*/
/*------introduction start------*/
.intr_block
{
	position:relative;
	width:100%;
	margin:5px;
}
.intr_in_img
{
	position:relative;
	border:0.8px solid var( --tag1-color );
    background-color: #fff;
	padding:8px;
    outline: none;
	
	transition: all .15s ease-in-out;
}
.intr_block:hover .intr_in_img
{
	-moz-box-shadow: 2px 2px 8px -2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 2px 2px 8px -2px rgb(51 51 102 / 50%);
    box-shadow: 2px 2px 8px -2px rgb(51 51 102 / 50%);
}
.intr_font
{
	position:relative;
	text-align:center;
	color:var( --footerbottom-color );
	padding:5px;
	margin:0 auto;
	margin-bottom:10px;
}
.intr_titleimg
{
	position:absolute;
	top:0px;
	left:-12px;
	z-index:-10;
	
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
}
/*------introduction end------*/
/*------arch start------*/
.arch_block
{
	position:relative;
	width:100%;
	margin:5px;
}
.arch_in_img
{
	position:relative;
	border:0.8px solid var( --tag1-color );
    background-color: #fff;
	padding:8px;
    outline: none;
	
	transition: all .15s ease-in-out;
}

/*-------角摺疊效果--------*/
.arch_fold
{
	position:absolute;
	top:-1px;
	left:-1px;
	width:30px;
	height:30px;
	background-image:url( ../../images/bg/dust_scratches.png );
	/*
	========================================================
	This pattern is downloaded from www.toptal.com/designers/subtlepatterns/ 
	If you need more, that's where to get'em.
	========================================================
	*/ 
	border-width:6px;
	margin:0 auto;
	
	z-index:100;
	
	transition: all .15s ease-in-out;
}
.arch_fold div
{
	position:relative;
	width:0px;
	height:0px;
	border:15px solid var( --tag1-color );
	border-color:transparent #fff #fff transparent;
	background-color:transparent;
	font-size:xx-small;
	text-align:left;
	box-shadow:5px 5px 5px rgba( 0, 0, 0, 0.2 );
	
	transition: all .15s ease-in-out;
}

.arch_block:hover .arch_fold
{
	width:0px;
	height:0px;
}
.arch_block:hover .arch_fold div
{
	border-width:0px;
	box-shadow:0px 0px 0px rgba( 0, 0, 0, 0.2 );
}
/*-------角摺疊效果--------*/

.arch_font
{
	position:relative;
	text-align:center;
	color:var( --footerbottom-color );
	padding:5px;
	margin:0 auto;
	margin-bottom:10px;
}
.arch_titleimg
{
	position:absolute;
	top:0px;
	left:-12px;
	z-index:-10;
	
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
}
/*------arch end------*/
/*------col start------*/
.col_block
{
	position:relative;
	width:100%;
	margin:5px;
}
.col_in_img
{
	position:relative;
    outline: none;
	
	transition: all .15s ease-in-out;
}
.iframe_img
{
	position:relative;
	width:100%;
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	border-radius:50%;
}
.iframe_in_img
{
	position:absolute;
	top:0;
	bottom:0;
	left: 0; 
	right: 0; 
	margin:5px auto; 
	
	width:94.8%;
	height:94.8%;
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	border-radius:50%;
}

.col_font
{
	position:relative;
	text-align:center;
	color:var( --footerbottom-color );
	padding:5px;
	margin:0 auto;
}
.col_fonthr
{
	width:45px;
	height:4px;
	background-color:var( --header-color );
	margin:0 auto;
	margin-top:5px;
	margin-bottom:10px;
	border-radius:20px;
}
/*------col end------*/

/*------or start------*/
.or_block
{
	color:var( --fonts1-color );
	padding:10px 5px;
	border-bottom: 1px dashed var( --tag1-color );
	
	transition: all .15s ease-in-out;
}
.or_block:nth-child(even)
{
	color:var( --footertop-color );
}
.or_block:hover
{
	background-color:#fff;
}
/*------or end------*/
/*------index start------*/
.index_ablout
{
	width:calc( 100% - 20px );
	margin:30px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	flex-wrap: wrap;
}
.iabout_l
{
	width:60%;
	background-color:#fff;
	padding:15px;
	font-size:18px;
	
	text-align: justify;
	line-height:1.5;
	letter-spacing:2px;
}
.iabout_r
{
	width:40%;
}
.iabout_title
{
	color: var( --footertop-color );
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1.5;
    position: relative;
}
.more_btn
{
	font-size:16px;
	width:130px;
	font-weight:600;
	text-align:center;
	padding:8px;
	color:#fff;
	border:1px solid var( --header-color );
	background-color:var( --main-color );
	margin-top:30px;
	margin-bottom:30px;
	cursor:pointer;
	
	-webkit-user-select: none;
	
	transition: all .3s ease-in-out;
}
.more_btn:hover
{
	background-color:var( --header-color );
}

.news_title
{
	color:#fff;
	background-color:var( --main-color );
	padding:10px;
	margin:20px;
	margin-top:40px;
}
.index_title
{
	color:var( --fonts10-color );
	text-align:center;
	font-size:28px;
	font-weight:600;
	line-height:1.5;
	letter-spacing:2px;
	margin-top:20px;
	margin-bottom:10px;
}

@media (max-width: 768px)
{
	.iabout_l,.iabout_r
	{
		width:100%;
	}
}

.dy_con
{
	width:calc( 100% - 40px );
	margin:20px;
	padding:10px 0;
	background-color:#fff;
}
.displayContent {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 150px;
}
.StringAreaMask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 3%, rgba(255,255,255,0.2) 30%, rgba(255,255,255,0.6) 61%, rgba(255,255,255,0.8) 93%, rgba(255,255,255,1) 98%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 3%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.6) 61%,rgba(255,255,255,0.8) 93%,rgba(255,255,255,1) 98%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 3%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.6) 61%,rgba(255,255,255,0.8) 93%,rgba(255,255,255,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.section-title {
    margin: 20px 0 30px 0;
    text-align: center;
    position: relative;
}
.section-title .hiddenBtn {
    padding: 10px 0 10px 0;
    position: relative;
    z-index: 1;
    width: 30%;
    margin: 0 auto;
    background-color: #ffffff;
    color: #666;
    border: 1px solid #e6e6e6;
}
/*------index start------*/
/*------acnew start------*/
.acnews_block
{
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding:10px;
	margin:5px 0;
	
	border-bottom:1px dashed var( --tag1-color );
	
	transition: all .3s ease-in-out;
}
.acnews_block:hover
{
	background-color:#fff;
}
.acnews_left
{
	width:50px;
}
.acnews_right
{
	width:calc( 100% - 70px );
	margin-left:20px;
	border-left:4px solid var( --main-color );
	padding:0px 10px;
}
.acnews_left img
{
	width:50px;
}
.acnews_time
{
	margin-bottom:5px;
}
.acnews_tag
{
	font-size:14px;
	color:#fff;
	background-color:var( --main-color );
	padding:5px;
	margin-left:5px;
	border-radius:10px;
}
.acnews_title
{
	font-size:16px;
	color:var( --main-color );
	font-weight:600;
	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.out_row .row
{
	margin-left:0px;
	margin-right:0px;
}
.acnews_in_title
{
	font-size:18px;
	color:var( --main-color );
	font-weight:600;
}
.acnews_in_time
{
	text-align:right;
	font-size:14px;
}
.acnews_in_img
{
	margin-top:10px;
	margin-bottom:20px;
}

.acnews_hr
{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid var( --tag-color );
}
/*------acnew end------*/

/*------vd_album end------*/
.album_block
{
	position:relative;
	-webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 5%);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 5%);
	margin:5px 0;
}
.album_in_img
{
	padding:10px;
	background-color:var( --sub2-color );
}
.album_time
{
	text-align:right;
	font-size:14px;
	padding:10px;
	color:var( --fonts-color );
	border-bottom:1px solid var( --tag1-color );
	background-color:#fff;
}
.album_shtitle
{
	text-align:center;
	font-size:18px;
	padding:10px;
	color:var( --fonts-color );
	background-color:#fff;
}

.album_tim
{
	text-align:right;
	font-size:15px;
	margin-bottom:5px;
}
.album_title
{
	text-align:center;
	font-size:20px;
	padding:10px;
	margin:10px;
	color:#fff;
	background-color:var( --sub-color );
}
.mp_inlist
{
    position: relative;
    cursor: pointer;
}
/*------vd_album end------*/
/*------vd_video end------*/
.class_tag
{
	text-align:center;
	color:var( --main-color );
	display:inline-block;
	width:100px;
	padding:10px;
	margin:5px;
	border:1px solid var( --sub-color );
	
	box-shadow:5px 5px 5px rgba( 0, 0, 0, 0.2 );
	
	transition: all .15s ease-in-out;
}
.class_tag.active, .class_tag:hover
{
	color:#fff;
	background-color:var( --sub-color );
	
}
/*------vd_video end------*/
/*------index start------*/
.index_news_block
{
	margin:10px;
	margin-bottom:30px;
}
.index_news_block .row
{
	margin-left:0px;
	margin-right:0px;
}
.index_nblock
{
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding:10px;
	margin:5px 0;
	
	transition: all .3s ease-in-out;
}
.index_nblock:hover
{
	background-color:#fff;
}
.index_new_left
{
	width:80px;
}
.index_new_left .image_resize 
{
	width:80px;
	border-radius:50%;
}
.index_new_right
{
	width:calc( 100% - 90px );
	margin-left:10px;
	padding:0px 10px;
}
.index_new_title
{
	width:100%;
	font-size: 18px;
    color: var( --fonts-color );
    text-align: left;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_new_tag
{
	font-size:14px;
	color:#fff;
	background-color:var( --main-color );
	padding:5px;
	margin-right:4px;
	border-radius:3px;
}
.index_new_more
{
	text-align:right;
}

.index_bottom_img
{
	position:relative;
	width:100%;
}
.index_bottom_fblock
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	color:#fff;
	line-height:1.5;
	letter-spacing:2px;
	padding:5px;
	background-color:rgba( 0, 0, 0, 0.6 );
}
.ib_time
{
	font-size:14px;
	margin-bottom:5px;
}
/*------index end------*/

/*------modify table start------*/
/* .table_scroll
{
	width:100%;
	overflow-x:auto;
}
.min_table
{
	width:800px;
} */
/*------modify table end------*/

/*------page start------*/
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus
{
	color:var( --tag-color  );
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus
{
	color:#fff;
	background-color:var( --sub1-color );
}
.pagination>li>a, .pagination>li>span
{
	color:var( --header-color  );
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus 
{
	color:#fff;
    background-color: var( --main-color );
}
/*------page end------*/

.height_hidden
{
	width:100%;
}

.in_top
{
	margin-top:10px;
}

.clearx
{
	clear:both;
}
.prod_con
{
	position:relative;
	width:100%;
	margin-bottom:10px;
}
.prod_list
{
	position:relative;
	max-width:300px;
	overflow:hidden;
}
.prod_list img
{
	max-width:100%;
	transition: all .3s ease-in-out;
}
.prod_list:hover img
{
	transform: translate3d(0,0,0) scale(1.2);
}
.prod_showfonts
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px;
	box-sizing: border-box;
	background-color:rgba( 0,0,0, 0.4 );
	
	line-height:1.5;
	letter-spacing:1px;
}
.prod_name
{
	color:#fff;
	font-size:16px;
	font-weight:600;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prod_desc
{
	color:#fff;
	font-size:14px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.prod_btn
{
	position:absolute;
	top:50%;left:0;right:0;bottom:0;
	margin:0 auto;
	transform:translateY(-50%);
	
	padding:10px;
	display: none;
	align-items: center;
	justify-content: center;
	
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
	font-size:15px;
	width:150px;
	height:40px;
    border-radius: 50px;
    transition: all 0.4s;
	box-shadow:1px 1px 0px 1px var( --header-color );
}
.prod_list:hover .prod_btn
{
	display: flex;
	background-color: var( --main-color );
    border-color: var( --main-color );
}
.prodimage_resize
{
	width:100%;
	position:relative;
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: 20% 20%;
	
	/* min-height:200px; */
}

.set_prodcon
{
	background: #FFFFFF;
	box-shadow: 0px 20px 150px #d6dee4;
	margin-bottom: 20px;
}
.prod_inimg
{
	position:relative;
	width:100%;
}
.prod_infonts
{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	padding:10px;
	background:rgba( 0,0,0, 0.4 );
	letter-spacing:1px;
	line-height:1.5;
}

.grid {
	margin: 0 auto;
  
	display: flex;  
	flex-direction: row;
	justify-content:center;
	align-items:center;
	
	flex-wrap:wrap;
}
.grid-item {
	margin:4px;
  margin-bottom: 10px;
  width:calc( 100% / 3 - 8px );
}

@media (max-width: 768px)
{
	.grid-item {
	width:calc( 100% / 2 - 8px );
	}
}
@media (max-width: 500px)
{
	.grid-item {
	width:calc( 100% - 8px );
	}
}

.pt_centerbottom
{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
.prod_btitle
{
	position:relative;
	text-align:center;
	margin:0 auto;
	margin:15px 10px;
	font-size:20px;
	font-weight:600;
}
.prod_btitle:before
{
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	left:0px;
	bottom: -5px;
    background: var( --sub1-color );
}

.top_tab
{
	top:60px;
}
.bottom_con
{
	background-color:#ffffff;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.5;
	letter-spacing:2px;
}

/*-----*/
.tabnav_control
{
	width:100%;
	display: table;
	background-color:#ffffff;
	z-index:100;
	font-size:16px;
}
.tabnav_item
{
	display: table-cell;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
	cursor:pointer;
	padding:10px;
	color:#111;
}
.tabnav_item.is-active:after {
    width: 100%;
}
.tabnav_item:after
{
	content: '';
    position: absolute;
    bottom: -1px;
	left:0px;
    display: block;
    width: 0;
    height: 2px;
    background-color: var( --main-color );
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
/*-----*/
/*------footer------*/
.footer_block
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	align-items:center;
	
	color:#fff;
	margin-top:10px;
	padding:10px;
	background-color:var( --main-color );
	border-top:1px solid var( --fonts8-color );
}
.footer_left
{
	width:35%;
}
.footer_middle
{
	width:calc( 65% - 300px );
}
.footer_right
{
	width:300px;
}


.flogo_flex
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	justify-content:center;
	align-items:center;
	
	max-width:270px;
	margin:0 auto;
}
.flf_left
{
	width:50px;
}
.flf_left img
{
	width:100%;
}
.flf_right
{
	width:calc( 100% - 50px );
	font-size:16px;
	letter-spacing:1px;
	padding-left:5px;
}
.flf_sname
{
	font-size:12px;
}

ul.footermiddle, ul.footerright
{
	margin-top: 0;
    margin-bottom: 10px;
	
	margin-block-start:0px;
	padding-inline-start:0px;
}
ul.footerright
{
	margin-bottom: 5px;
}
.fm_li
{
	font-size:16px;
	position:relative;
	letter-spacing: 2px;
	list-style-type: none;
	line-height: 2;
	text-align: left;
}
.fm_li.fcompname:before
{
	font-family: 'icomoon';
	content: "\e9ca";
	position:absolute;
	left:0px;
	top:0px;
	color:var( --sub-color );
}
.fm_li.fidnumber:before
{
	font-family: 'icomoon';
	content: "\e946";
	position:absolute;
	left:0px;
	top:0px;
	color:var( --sub-color );
}
.fm_li.fphone:before
{
	font-family: 'icomoon';
	content: "\e906";
	position:absolute;
	left:0px;
	top:0px;
	color:var( --sub-color );
}
.fm_li.fmail:before 
{
	font-family: 'icomoon';
	content: "\e903";
	position:absolute;
	left:0px;
	top:0px;
	color:var( --sub-color );
}
.fm_li.faddr:before 
{
	font-family: 'icomoon';
	content: "\e904";
	position:absolute;
	left:0px;
	top:0px;
	color:var( --sub-color );
}
.fm_li label
{
	font-size:16px;
	font-weight: 500;
	padding-left:24px;
	margin-right:5px;
}
.footer_block a {
    color: #fff;
	transition: all .15s ease-in-out;
}
.footer_block a:hover {
	text-decoration: underline;	
}

.fr_li
{
	font-size:16px;
	position:relative;
	letter-spacing: 2px;
	list-style-type: none;
	line-height: 2;
	text-align: left;
	margin:5px;
	
	font-size:16px;
	font-weight:500;
	display:inline-block;
}

.footer_btn
{
	display:inline-block;
	font-size:28px;
	border-radius:5px;
	cursor:pointer;
	margin:10px 5px;
	margin-bottom:20px;
	
	transition: all .15s ease-in-out;
	
	color:var( --sub-color );
}
.footer_btn:hover
{
	color:#fff;
}

.footer_full
{
	color:var( --sub-color );
	font-size:15px;
	width:100%;
	text-align:center;
	border-top:1px solid var( --sub-color );
	padding-top:5px;
	padding-bottom:5px;
	line-height:1.5;
	letter-spacing:2px;
}

@media (max-width: 900px)
{
	.footer_left
	{
		width:280px;
	}
	.footer_middle
	{
		width:calc( 100% - 280px );
	}
	.footer_right
	{
		width:100%;
	}
}
@media (max-width: 768px)
{
	.footer_left
	{
		width:100%;
	}
	.footer_middle
	{
		width:100%;
		margin-top:20px;
	}
	.footer_right
	{
		width:100%;
		margin-top:20px;
	}
}
/* 20230725 張淯瑄 add */
/* moblie */
.footermenu_mob
{
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 8px 0;
	background: rgba(0, 0, 0, 0.75);
	text-align: center;
	
	transition: all .5s ease-in-out;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	align-items: center; 
}
.footm_li
{
	width: calc( 100% / 3 );
	position:relative;
	cursor:pointer;
	
	border-left: 1px dotted rgba(255, 255, 255, 0.35);
	
	transition: all .5s ease-in-out;
}
.footm_li:first-child {
    border: 0;
}
.fmob_icon
{
	position: relative;
	
	color:var( --fofonts-color );
	font-size:22px;
	
	transition: all .5s ease-in-out;
}
.fmob_icon i{
	line-height: 1.7;
}
.fmob_fonts
{
	color:#fff;
	font-size:14px;
	font-weight:600;
	
	transition: all .5s ease-in-out;
}
.footm_li:hover .fmob_icon, .footm_li:hover .fmob_fonts
{
	color:var( --fofonts1-color );
}
.fmob_relative
{
	position:relative;
}
@media screen and (max-width: 767px)
{
	.footermenu_mob.fshow {
		bottom: 0px;
	}
	.floatisFixed{
		display: none;
	}
	.html_con{
		padding: 0px;
	}
	.bottom_con img{
		height: auto;
	}
}
/* 20230801 張淯瑄 add */
.share_infor{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}