@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
@import url("fontawesome_all.css");
@import url("fakeLoader.min.css");
@import url("animate.css");
@import url("../fancybox-master/dist/jquery.fancybox.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  outline:0; }
*, *::before, *::after {
    box-sizing: border-box;
}
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; letter-spacing:0px; -webkit-text-size-adjust:none; font-size:16px; overflow-y:scroll; overflow-x:hidden; background:#fbfbfb;letter-spacing:0px; }
body, td, th,select,input {font-size: 12px;font-family: Helvetica, Tahoma, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}
th{font-weight: normal;}
/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

#tip_box { position: fixed; line-height:22px; background-image:url(../../images/bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;

  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{width:100%;overflow:hidden;margin: 20px auto 50px auto;text-align:center;}

/*編輯器*/
/* .editor{position:relative;padding: 20px 0 20px 20px;font-size:16px;line-height:30px;min-height: 500px;} */
.editor{position:relative;padding: 0px 0 30px 0;font-size:1rem;line-height: 28px;overflow-x: auto;min-height: 150px;letter-spacing: 0px;}
.decorate1{ border-left:1px solid #e1e1e1; }
.decorate1 .dot{position:absolute;top:0;left: -4px;width:10px;height:10px;background: #e0bfa5;}

/*連結*/
a{color: #2c4254;text-decoration:none;}
a:hover{ color:#27beaa; text-decoration:underline; }

.editor a{color: #2c4254 !important;text-decoration:underline !important;}
.editor table th,.editor table td{ font-size:14px; }
.editor ol,.editor ul {margin: 0;}


/*分頁*/
.pager{width:100%;overflow:hidden;margin: 50px auto 50px auto;text-align:center;}

/*提示文字內容*/
#tip_box { position: fixed; line-height:22px; background-image:url(../../images/action_bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }
/*提示圖片處理*/
.tip { cursor:pointer; cursor:hand }


/*全營幕遮罩*/
.bg-overlay { display:block; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden; width:100%; height:100%; z-index:9999; transition: all 0.2s linear; }
.bg-overlay.visible { opacity:1; visibility:visible }

/*layout*/
/*
.layout-flex{ display:flex; margin:40px auto !important; }
.layout-left{flex: 1;padding-right:50px;font-weight:bold;}
.layout-right{flex:3;margin-bottom: 70px;}
.layout-right .web-caption .left .title{ color:#48351e; }
*/
/*左右欄的頁面*/
.container{}
.container .wrap{ max-width:1200px; width:100%; }
.container .wrap .layout-left{width: 23%;float:left;box-sizing: border-box;padding: 0 10px 0 10px;margin: 0 0 50px 0;}
.container .wrap .layout-right{width: 77%;float:left;box-sizing: border-box;padding: 0px 0px 0 4%;}
.container .wrap .layout-all{ width:100%; }
.container .wrap .layout-right .end{margin-bottom: 50px;}

.container .wrap .layout-flex{ display:flex; }
.container .wrap .layout-news{ flex:2; }
.container .wrap .layout-quicklink{ flex:1; }

@media screen and (max-width : 900px) {
	.container .wrap .layout-flex{ display:block; }
}

/* 主選單的樣式 */
.layout-left > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.layout-left > ul > li {
    width: 100%;
    font-size: 16px;
    background: #ebf6f5;
    margin: 0 0 15px 0;
}

.layout-left > ul > li em {
    font-style: inherit;
    width: 20px;
    display: inline-block;
}

.layout-left > ul > li > a {
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
   line-height: 1.5;
    padding: 15px 15px 15px 25px;
    letter-spacing: 0;
}

.layout-left > ul > li > a:before {
    content: url(../../images/header-menu-icon.png);
    padding-right: 5px;
    position: absolute;
    left: 8px;
}

.layout-left > ul > li:hover > a:before {
    filter: brightness(0) invert(1);
}

/* 主選單 hover 效果 */
.layout-left > ul > li:hover {
    background: #35d8c2;
    transition: all 0.5s ease;
}

/* 次選單的初始隱藏 */
.layout-left > ul > li ul {
    /*display: none;*/
    list-style: none;
    padding: 10px 0;
    background: #ffffff;
}

/* 次選單的樣式，與主選單保持一致 */
.layout-left > ul > li ul li {
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    /* border-top: 1px dotted #cccccc; */
    background: #ffffff;
}

.layout-left > ul > li ul li a:before {
    content: url(../../images/header-menu-icon.png);
    padding-right: 5px;
    position: absolute;
    left: 20px;
    top: -3px;
}
.layout-left > ul > li ul li a:hover{ text-decoration:underline;}
.layout-left > ul > li ul li:last-child {
    border-bottom: 0;
}

/* 次選單連結樣式，與主選單一致，包括 before 圖示 */
.layout-left > ul > li ul li a {
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 45px;
    letter-spacing: 0px;
}

.layout-left > ul > li ul li a:before {
    content: url(../../images/left-menu-icon.png); /* 與主選單相同的圖示 */
    padding-right: 5px;
    position: absolute;
    left: 15px;
}

/* 次選單 hover 效果 */
.layout-left > ul > li ul li:hover {
	/*
    background: #e1ebf2;
    transition: all 0.5s ease;
	*/
}

/*內頁banner*/
#banner-box{  width:100%; overflow:hidden; background:#110102; }
#banner-inner{position:relative;height:400px; background:#1E262C; background-size: cover; display:flex;align-items:center;justify-content: center; }
#banner-inner .title{opacity:0;text-align:center;color:#ffffff;font-size: 30px;letter-spacing: 10px; text-shadow: 0em 0em 0.2em black;}
#banner-inner .title span{font-size:40px;font-family: 'Lato', sans-serif;display: inline-block;font-weight: bold;margin-bottom: 20px;letter-spacing: 5px;font-family:inherit;}


/*網站分類按鈕*/
.type-nav {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    /* justify-content: space-between; */
    padding: 0 0px;
    /* 加入其他所需的樣式 */
    margin: 40px 0;
    /* border-bottom: 5px solid #e8e8e8; */
}

.type-nav-btn {
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 15px 15px;
    /* 加入其他所需的樣式 */
    min-width: 130px;
    text-align: center;
    color: #000000;
    margin: 5px 5px 0 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.type-nav-btn.active{ background:#66c1bb; color:#ffffff; }
.type-nav-btn:hover{ background:#66c1bb; color:#ffffff; }



/*麵包屑*/
#sitemap{width:100%;margin:0;padding:0 10px;box-sizing: border-box;letter-spacing:1px;color: #4a8572;background: #ebf6f5;text-align: left;/* border-bottom: 5px solid #eaf7fa; */padding: 10px 0 10px 0;margin: 0px 0 30px 0;}
#sitemap img{ vertical-align:middle; margin-right:5px; }
#sitemap .wrap{width:100%;max-width:1200px;overflow:hidden;margin: 0 auto;padding: 0px 0px;color: #4a8572;font-size: 14px;}
#sitemap .wrap a{color: #4a8572;text-decoration:none;padding: 0 0 0 0px;}
#sitemap .wrap a:hover{ text-decoration:underline; }



/*網站按鈕*/
.btn-1{
	position:relative;
	display:inline-block;
	color: #ffffff !important;
	font-size: 16px !important;
	/* font-style: italic; */
	letter-spacing: 0px;
	width:auto !important;
	padding: 17px 130px 17px 25px;
	margin: 0 0 0 0;
	cursor:pointer;
	/* border-radius: 30px; */
	text-align: left !important;
	text-decoration: none;
	/* box-shadow: 2px 2px 5px #ebebeb; */
	border-radius: 40px;
	border: 1px solid #2c4254;
	background: #2c4254;
}
.btn-1:hover{ text-decoration:none; }
.btn-1:before{/*content:url(../../images/more-dot.png);position:absolute;left:10px;top: 17px;*/}
.btn-1:after{position:absolute;width: 50px;top: 35%;right: -20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f061";}
.btn-1.back:after{position:absolute;width: 50px;top: 35%;right: -20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f061";}
.btn-1:hover:after{ right:-25px;}

.btn-2{
	position:relative;
	display:inline-block;
	color: #2c4254 !important;
	font-size: 14px !important;
	/* font-style: italic; */
	letter-spacing: 0px;
	width:auto !important;
	padding: 15px 55px 15px 20px;
	margin: 0 0 0 0;
	cursor:pointer;
	/* border-radius: 30px; */
	text-align: left !important;
	text-decoration: none;
	/* box-shadow: 2px 2px 5px #ebebeb; */
	border-radius: 40px;
	border: 1px solid #2c4254;
}
.btn-2:hover{ text-decoration:none; }
.btn-2:before{/*content:url(../../images/more-dot.png);position:absolute;left:10px;top: 17px;*/}
.btn-2:after{position:absolute;width: 50px;top: 35%;right: -20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f061";}
.btn-2.back:after{position:absolute;width: 50px;top: 35%;right: -20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f061";}
.btn-2:hover:after{ right:-25px;}

.btn-3{
	position:relative;
	display:inline-block;
	color: #2c4254 !important;
	font-size: 14px !important;
	/* font-style: italic; */
	letter-spacing: 1px;
	width:auto !important;
	padding: 15px 20px 15px 55px;
	margin: 0 0 0 0;
	cursor:pointer;
	/* border-radius: 30px; */
	text-align: left !important;
	text-decoration: none;
	/* box-shadow: 2px 2px 5px #ebebeb; */
	border-radius: 40px;
	border: 1px solid #2c4254;
}
.btn-3:hover{ text-decoration:none; }
.btn-3:before{/*content:url(../../images/more-dot.png);position:absolute;left:10px;top: 17px;*/}
.btn-3:after{position:absolute;width: 50px;top: 35%;left: 20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f060";}
.btn-3.back:after{position:absolute;width: 50px;top: 35%;right: -20px;transition: all 0.5s ease;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f060";}
.btn-3:hover:after{ left:15px;}

/*首頁大標題*/
.b-title{position: relative;width:100%;height: 150px;font-weight: normal;text-align: center;display: flex;flex-direction: column;align-items:center;justify-content: center;color: #27beaa;font-size: 23px;margin: 1vw auto 1vw auto;padding: 0px 0 0 0;/* font-family: 'Noto Sans TC', sans-serif; *//* background:url(../../images/title-bg.png) center center no-repeat; */}
.b-title .line{width:100px;height: 5px;background:#c7e0d8;margin: 15px 0;}
.b-title span{/* letter-spacing:10px; */padding-bottom: 10px;display: block;font-size: 30px;letter-spacing: 3px;color: #2c4254;font-weight: bold;}
.b-title:before{content:"";position: absolute;bottom: 30px;width: 55px;height:3px;/* background: #90c31f; */animation: 1s ease-in-out 0.8s 1 widthGroup-1;}



/*內頁大標題*/
.b-innertitle{
    position: relative;
    color: #505050;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 10px 15px 45px;
    margin: 0 0 0 0px;
    /* border-bottom: 1px solid #dbdbdb; */
}
.b-innertitle span{
    display: inline-block;
    border-left: 1px solid #ffffff;
    padding: 0 0px 0 15px;
    margin: 0 0 0 10px;
}
.b-innertitle:before{position: absolute;left: 0px;top: 10px;content:url(../../images/news-img-1.png);}
.b-innertitle .line{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #dbdbdb;
    margin: 20px 0 0 0;
}

/*內頁大標題*/
.m-title{text-align:center;font-size:34px;font-weight:bold;color:#2c4254;padding: 40px 20px;}
.m-title span{padding-top: 10px;padding-bottom: 10px;display: block;font-size: 23px;letter-spacing: 3px;color: #27beaa;text-transform: uppercase;/* font-weight: bold; */}


/*內頁BANNER標題*/
.common-title{/* text-align: center; */font-size: 16px;color: #be6c29;/* font-weight:bold; */letter-spacing: 1px;line-height: 28px;padding: 80px 10px 40px 10px;margin: 0 0 0 0;}
.common-title span{position:relative;display: inline-block;line-height: 30px;text-transform: uppercase;font-size: 40px;padding-bottom: 14px;color: #4d4d4d;font-weight: bold;letter-spacing: 5px;/* font-family: 'Noto Sans TC', sans-serif; */}
.common-title span:before{position:absolute;top: -20px;left: -45px;content:url(../../images/common-title-line.png);}
.common-title span:after{position:absolute;top: -20px;right: -20px;content:url(../../images/common-title-line.png);}


/*圖片延遲載入*/
img.lazy {
	display: block;
	/* optional way, set loading as background */
	background-image: url('../../images/ajax-loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


@media screen and (max-width : 1200px) {
	.container .wrap .layout-left{ width:30%; }
	.container .wrap .layout-right{ width:70%; }

	#banner-inner{ height:300px; }
	#banner-inner .overlay{align-items: center;justify-content: center;}
	.common-title{ padding: 40px 10px 40px 10px; }
}

@media screen and (max-width : 900px) {
	.container .wrap .layout-left{ display:none; }
	.container .wrap .layout-right{width:100%;padding: 0;}

}

@media screen and (max-width : 600px) {

	#banner-inner .title{ font-size:20px; }
	#banner-inner .title span{ font-size:14px; }
	.none-s{ display:none;}

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; overflow:hidden; }

.container{ position:relative; width:100%; overflow: hidden;}
.container.bg-gray{ background:#f9f9f9; }

/*
.container.row-color:nth-child(even) {background: #f7f7f7;}
.container.row-color:nth-child(odd) {background: #ffffff;}
*/

.container .wrap{position: relative;max-width: 1200px;overflow: hidden;margin: 30px auto 100px auto;padding: 50px 0;border-top: 7px solid #ebf6f5;border-bottom: 7px solid #ebf6f5;}


/*回上頁*/
.gotop{ position:fixed; bottom:100px; right:20px; z-index:99; width:70px; }


@media screen and (max-width : 1200px) {
	.container{ padding:0 10px; }
}

@media screen and (max-width : 768px) {

	.visible-no-m{ display:none; }

}

@media screen and (max-width : 480px) {
	.visible-no-s{ display:none; }
}

/* Footer 內部容器 */
#site_footer {
    background:url(../../images/footer-bg-1.png) repeat;
}
#site_footer a{
    color: #fff;
}

.footer_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; /* 垂直對齊 */
    justify-content: space-between; /* 左右內容對齊 */
    box-sizing: border-box;
    padding: 50px 0 50px 0;
    /*background:url(../../images/footer-bg-2.png) right no-repeat;*/
}

/* 左側區塊樣式 */
.footer_left {
    width: 35%;
    display: flex;
    justify-content: center; /* 右對齊左側內容 */
    align-items: center; /* 垂直對齊 */
}

.footer_logo {
    max-width: 100%;
    height: auto;
    padding: 0 30px; /* 確保左右邊距一致 */
}

/* 右側區塊樣式 */
.footer_right {
    width: 65%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */ /* 左對齊右側內容 */
    color: #6c757d;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0; /* 移除多餘的 margin */
    padding: 10px 0 0 0;
}

.footer_right .footer_right_content{/* border-left:1px solid #ffffff; */padding-left: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;}

.footer_right .contact-items {
    /* display: flex; */
    /* align-items: flex-start; */
    flex: 50%;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items:center;
    justify-content: center;
}

.footer_right .contact-items:not(:last-child) {
    padding-bottom: 10px;
}

.footer_right .contact-items .items-title {
    flex: 1;
    min-width: 110px;
    text-align: left;
}

.footer_right .contact-items .items-title i {
    color: #35d8c2;
    padding: 0 8px 0 0;
}

.footer_right .contact-items .items-content {
    flex: 6;
    color: #ffffff;
    text-align: left;
}

#site_footer .designed_by {
	width:100%;
	/* max-width:1200px; */
	margin: 20px auto 0px auto;
	padding: 20px 0 20px 0;
	/* margin-top: 50px; */
	align-self: flex-end; /* 右對齊 */
	color: #808080;
	background: #000000;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
    line-height: 1.6;
}

#site_footer .designed_by a {
    color: #808080;
    text-decoration: none;
}

#site_footer .designed_by a:hover {
    text-decoration: underline;
}


/* 響應式設計 */
@media (max-width: 1024px) {
	.footer_right .contact-items {display: flex;flex: 100%;}
}
@media (max-width: 768px) {
    .footer_container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_left, .footer_right {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .footer_right {
        align-items: center;
    }

    #site_footer .designed_by {
        align-self: center;
        text-align: center;
    }

    .footer_right_content {
        padding: 30px 30px 10px 30px;
    }

	.footer_container{ padding:20px 0 20px 0; }
	.footer_right .footer_right_content{border-left:none;padding-left: 30px;}

}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*最新資訊*/
#index-news{width:100%;overflow:hidden;margin:0 auto;/*background: url(../../images/news-bg1.jpg) repeat-x; background-size:cover; */}
#index-news .wrap{width:100%;max-width:1200px; margin:auto; /*background:url(../../images/news-bg2.png) no-repeat bottom right;*/}
#index-news .news-list{width:100%;max-width: 1000px;overflow:hidden;margin: 0 auto 20px auto;text-align: left;padding: 20px 20px 20px 20px;border: 1px solid #e5e5e5;}
#index-news .news-list{ display:flex; flex-wrap:wrap; }
#index-news .news-list .title{flex: 6;color: #060606;font-size: 18px;line-height:22px;padding: 0 20px;display: flex;align-items:center;}
#index-news .news-list .date{flex: 1;min-width: 130px;padding: 0 0px;font-size: 15px;display: flex;align-items: center;/* justify-content: center; */font-weight: bold;color: #ca5101;}
#index-news .news-list .date span{position:relative;/* border-right:1px solid #c2c2c2; */padding: 0 10px 0 10px;color: #27beaa;font-size: 16px;}
#index-news .news-list .date span:before{position:absolute;/*content:url(../../images/menu-dot2.png);*/left: 0;top: -1px;}
#index-news .news-list .more{flex: 1;color: #ffffff;font-weight: bold;background: #e3c059;border-radius: 25px;padding: 15px 10px;min-width: 100px;text-align: center;margin: 0 0px 0px 0;font-size: 15px;display: flex;align-items:center;justify-content: center;}
#index-news .news-list .more:hover{ background:#b7a265; }

#news_content_ajax{border-top:3px solid #acd5de;padding: 30px 0 0 0;}
#index-news .news-types-area{
    width: 100%;
    background: #ffde60;
    padding: 20px 30px;
    border-radius: 20px;
    text-align: left;
    margin: 0 0 30px 0;
}
#index-news .news-types-area .title{
    position: relative;
    padding: 0px 15px;
    margin: 0 0 20px 0;
    color: #d2b02d;
    font-size: 24px;
    font-weight: bold;
}
#index-news .news-types-area .title:before{position:absolute;left: -15px;top: 3px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f005";color: #d2b02d;padding: 0 5px 0 0;font-size: 18px;/*-webkit-filter:contrast(2);*/-webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s;}
#index-news .news-types-area .list{
    cursor: pointer;
    display: block;
    background: #ffffff;
    margin: 0 0 10px 0;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
#index-news .news-types-area .list:hover{ background:#d7ecf1; }


@media screen and (max-width : 900px) {
	#index-news .news-list .more{
    max-width: 150px;
	}
	#index-news .news-list .date{
    justify-content: start;
    min-width: auto;
 }
	#index-news .news-list .date span{ border:0; }
	#index-news .news-list .title{flex:100%;padding: 10px 0;}
}

@media screen and (max-width : 680px) {
	#index-news .news-area .left{ flex:auto; order:2; }
}


/*關於笠翔*/
#index-about{width:100%;overflow:hidden;/* padding: 50px 20px; */color: #ffffff;font-size:15px;/* min-height:600px; */background:url(../../images/about-bg.jpg) no-repeat;background-size: cover;background-position: center center;}
#index-about .about-wrap{display:flex;/* max-width: 1200px; */margin:0 auto;}
#index-about .right{flex: 1;padding: 0px 2vw 0 2vw;display: flex;align-items:center;/* justify-content: center; */}
#index-about .right .frame{max-width: 540px;padding-bottom: 50px;padding-left:40px;}
#index-about .right .b-title{align-items:flex-start;margin-bottom: 30px;margin-top: 40px;height: 100px;}

#index-about .right .editor{color: #2c4254;padding: 20px 0 10px 0;}
#index-about .right .service-area{position:relative;display: flex;justify-content: space-between;margin:20px 0;padding:30px 0;border-top:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;}
#index-about .right .service-area .caption{position:absolute;background: #ffffff;padding: 5px 10px;top: -13px;left:0;text-transform:uppercase;color:#334e5f;font-size:16px;letter-spacing:2px;}
#index-about .right .service-area span{ width:102px; border:8px solid #698ba1; color:#fefefe; font-size:18px; margin:5px 0; padding: 30px 23px; letter-spacing: 2px; display:inline-block;

	background: linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -moz-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -webkit-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);
	background: -o-linear-gradient(274deg, rgba(50, 77, 94, 1)51%, rgba(74, 105, 124, 0.9)100%);

	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#index-about .right .editor .btn1{
    float: right;
}
#index-about .left{flex: 1;/* padding: 10px; */display: flex;align-items: center;justify-content: center;}
#index-about .left img{/*box-shadow:30px 30px rgb(20 55 98);width: 100%;max-width: 590px;*/width: 100%;}
#index-about .pager{ text-align:left; }
#index-about .pager .btn1{ color:#ffffff !important; border:1px solid #ffffff; }

@media screen and (max-width : 900px) {
	#index-about .about-wrap{ display:block; }
	#index-about .left{min-height: 55vw;background-size: 100%;min-width:inherit;display: flex;align-items:center;justify-content: center;display: none;}
	#index-about .right{background-color: rgba(203, 223, 223, 0.8);}
	#index-about .right .frame{max-width:inherit;}
}
@media screen and (max-width : 480px) {

}


/*笠翔的優勢*/
.index_product_title{ text-align:center;font-size:40px;padding:100px 0 50px 0;color:#000;letter-spacing: 5px;font-weight: bold; }
#index_product { width:100%; background:url(../../images/advantage-bg.jpg) no-repeat; background-size:cover; }
#index_product .b-title{
    align-items: flex-start;
}
.index_product_contain {text-align:left;position:relative;max-width:1400px;overflow:hidden;margin:0 auto;padding: 50px 0;color:#797979;font-size:14px;line-height:25px;letter-spacing:1px;}
.index_product_contain .left{float:left;width: 55%;max-width: 500px;margin: 30px 0px 0 100px;padding:0 10px;box-sizing:  border-box;font-size:16px;letter-spacing:1px;}
.index_product_contain .left .intro{padding-right:40px;color: #404040;}
.index_product_contain .right{float:left;width: 48%;}
.index_product_contain .product_frame{max-width:740px;padding:20px 10px;overflow:hidden;/*background:url(../../images/wk_logo.png) no-repeat center center;*/display: flex;align-items:center;justify-content: center;flex-wrap: wrap;}
.index_product_contain .product_frame div{float:left;display:flex;align-items:center;justify-content:center;flex-direction: column;background-color: #ffffff;color: #2c4254;width: 45%;margin: 10px;padding: 30px 10px;box-sizing:  border-box;height: 230px;min-width: 250px;max-width: 280px;line-height:1.5;font-size: 16px;text-align:center;}
.index_product_contain .product_frame div span{color:#808080;font-size:16px;letter-spacing: 0px;}

@media screen and (max-width: 1400px) {

	.index_product_contain .left{float:none;margin: 0px 0px 20px 0px;padding: 0 20px;width: 100%;max-width: none;}
	.index_product_contain .left .intro{ color:#333; }
	.index_product_contain .right{width:100%;}
	.index_product_contain .product_frame{ max-width:none; min-height:600px; }
	.index_product_contain .product_frame div{  }
}

@media screen and (max-width: 768px) {

	.index_product_contain .left .intro{padding-right:0;}

}

@media screen and (min-width: 768px){
    .transImg{

box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);

transition: 0.3s;

}
    .transImg:hover{
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    }


}

@media screen and (max-width: 480px) {
	.index_product_contain .left{ width:100%; margin:0px 0px 0px 0px; }
	.index_product_contain .product_frame{ background:none; }
	.index_product_contain .product_frame div{ width:100%; }
}

/*為何選擇笠翔醫材*/
#index-choose{width:100%;overflow:hidden;margin:0 auto;background: #f7f7f7;background-size:cover;}
#index-choose .wrap{width:100%;max-width:1200px;margin: 0 auto;padding: 30px 0 80px 0;}
#index-choose .choose-area {display: flex;flex-wrap: wrap;width:100%;overflow:hidden;}
#index-choose .choose-area > .items{position:relative;width: 31%;margin: 75px 10px;padding: 20px 20px 20px 20px;justify-content:space-between;background:#ffffff;box-shadow: 1px 1px 5px #dfe4e7;}
#index-choose .choose-area > .items img{position:absolute;top: -75px;left:0;right:0;margin-left:auto;margin-right:auto;}
#index-choose .choose-area > .items .title{width:100%;font-size: 24px;color: #27beaa;text-align: center;margin: 80px 0 15px 0;}
#index-choose .choose-area > .items .title a{padding: 20px 0 0px 0;color: #282828;font-size: 18px;font-weight: bold;line-height: 25px;min-height: 70px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
#index-choose .choose-area > .items .content{
    font-size: 16px;
    color: #404040;
    padding: 10px 0;
    line-height: 22px;
}

#index-choose .choose-area > .items:hover{background: #f0f0f0;transition: all 0.5s ease;}

@media screen and (max-width : 1024px) {
	#index-choose .choose-area > .items{width:47% !important;margin: 75px 10px 50px 10px;}
}
@media screen and (max-width : 768px) {
	#index-choose .choose-area > .items{width:100% !important;margin: 75px 10px 50px 10px;}
}


/*聯絡我們*/
#index-contact{background-image:url(../../images/contact-bg.jpg);/* background-position: left bottom; */background-size: cover;background-repeat:no-repeat;background-color:#000000;}
#index-contact .contact-wrap{width:100%;max-width: 1200px;margin: 0 auto;min-height:400px;padding: 30px 20px;overflow:hidden;}
#index-contact .contact-wrap .contact-form{display:flex;}
#index-contact .contact-wrap .contact-form > .left{flex:1;padding: 15px 15px;color: #262626;font-size: 18px;line-height: 40px;}
#index-contact .contact-wrap .contact-form > .right{flex: 1.5;padding: 0 15px;}
#index-contact .contact-wrap .contact-form > .right .b-title{
    align-items: flex-start;
}
#index-contact .contact-wrap .contact-form .tips{
    padding: 0 10px 20px 10px;
    margin: 0 0 30px 0;
    /* border-bottom: 1px solid #373737; */
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}
#index-contact .contact-wrap .contact-form .tips span{
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 0px 0 0 0;
}
#index-contact .contact-wrap .contact-form .form1{ width:100%; display:flex; }
#index-contact .contact-wrap .contact-form .form1 .row{width:100%;display: flex;overflow: hidden;padding: 10px 0;/* border-bottom: 1px dashed #cccccc; */}

#index-contact .common-title{}
#index-contact .common-title span{ color:#ffffff; }
#index-contact .common-title span p{color:#ffffff;border-bottom: 1px solid #ffffff;margin:0;}

/*聯絡我們表單*/
.contact-form .form1 .row .input-item{width:100%;/* display: flex; */align-items:center;justify-content: center;margin: 0 0 10px 0;padding: 0px 0 0 10px;/* border:1px solid #cecece; */transition: all 0.5s ease;}
.contact-form .form1 .row .input-item .left{flex:1;color: #000000;/* font-weight: bold; */font-size: 16px;padding: 0 0px;margin: 0 0 10px 0;letter-spacing: 2px;}
.contact-form .form1 .row .input-item .left span{color:#cb333e;width:13px;display:inline-block;padding: 0 5px;}
.contact-form .form1 .row .input-item .right{flex: 4;padding: 0 0px;/* border-left: 1px solid #d5d5d5; */}
.contact-form .form1 .row .input-item .right input{width:100%;font-size:16px;border:0;padding: 12px 20px 12px 20px;outline: 0;background: #ffffff;border: 1px solid #ebebeb;/* border-radius: 20px; */box-sizing: border-box;color: #000000;}
.contact-form .form1 .row .input-item .right textarea{width:100%;padding:10px;font-size:16px;height: 137px;border:0;background: #ffffff;border: 1px solid #ebebeb;resize:none;outline: 0;/* border-radius: 20px; */box-sizing: border-box;}
.contact-form .form1 .row .input-item .right .rand-img{position:absolute;right: 5px;top: 12px;cursor:pointer;}
.contact-form .pager .btn-1:before{ left:10px; }
.contact-form .pager{ text-align:right; }

#index-contact .contact-info{/* float:right; */color:#9fd3c7;font-size:14px;/* display:flex; */width: 100%;max-width: 650px;margin: 10px 0 3vh 0;padding: 0 0 0 0px;}
#index-contact .contact-info .items{display: flex;align-items:center;/* justify-content: center; */}
#index-contact .contact-info .items a{font-size: 16px;color: #d8d8d8;}
#index-contact .contact-info .items:not(:last-child){padding-bottom: 15px;}
#index-contact .contact-info .items .items-title{flex: 1;max-width: 170px;min-width: 110px;color: #d8d8d8;font-size: 16px;}
#index-contact .contact-info .items .items-title img{padding-right: 10px; vertical-align:middle;}
#index-contact .contact-info .items .items-content{flex: 4;color: #d8d8d8;line-height: 22px;font-size: 16px;word-break: break-all;}
#index-contact .contact-info .items .items-content:before{content:"";color:#7d7d7d;/* padding-right:15px; */}


@media screen and (max-width : 1024px) {
	#index-contact .contact-wrap .contact-form{ display:block; }
	.contact-form .form1 .row .input-item .left{ flex:2; }
	#index-contact{ background-size:cover;background-position: right bottom; }
	#index-contact .contact-wrap .contact-form > .left{ padding:0 0; }
	#index-contact .contact-wrap .contact-form > .right{ padding:0 0; }

}
@media screen and (max-width : 768px) {
	.contact-form .form1 .row .input-item .right{ flex:3; }
	.contact-form .form1 .row .input-item .left{ flex:1; }

}
@media screen and (max-width : 480px) {
	.contact-form .form1 .row .input-item .right{ flex:1.5; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 關於笠翔 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#inner-about{ width:100%; text-align:left; }
#inner-about img{ margin:auto ;   display: block; }
#inner-about .content{ text-align:left; }

.inner_product_contain .product_frame{/* max-width:740px; */padding:20px 10px;overflow:hidden;background:url(../../images/wk_logo.png) no-repeat center center;display: flex;align-items:center;justify-content: center;flex-wrap: wrap;}
.inner_product_contain .product_frame div{float:left;display:flex;align-items:center;justify-content:center;flex-direction: column;background-color: #ffffff;border: 1px solid #38b7a3;color: #2c4254;width: 40%;margin: 10px;padding: 30px 5px;box-sizing:  border-box;height: 230px;min-width: 250px;max-width: 250px;line-height:30px;font-size: 16px;letter-spacing:0px;text-align:center;}
.inner_product_contain .product_frame div span{color:#808080;font-size:16px;letter-spacing: 0px;}

@media screen and (max-width: 1400px) {

	.inner_product_contain .product_frame{ max-width:none; min-height:600px; }
	.inner_product_contain .product_frame div{  }
}


@media screen and (max-width: 480px) {
	.inner_product_contain .product_frame{ background:none; }
	.inner_product_contain .product_frame div{ width:100%; }
}

/*為何選擇笠翔醫材*/
#inner-choose .choose-area {display: flex;flex-wrap: wrap;width:100%;overflow:hidden;}
#inner-choose .choose-area > .items{position:relative;width: 30%;margin: 75px 10px;padding: 20px 20px 20px 20px;justify-content:space-between;background:#ffffff;/*box-shadow: 1px 1px 5px #dfe4e7;*/}
#inner-choose .choose-area > .items img{position:absolute;top: -75px;left:0;right:0;margin-left:auto;margin-right:auto;}
#inner-choose .choose-area > .items .title{width:100%;font-size: 24px;color: #27beaa;text-align: center;margin: 80px 0 15px 0;}
#inner-choose .choose-area > .items .title a{padding: 20px 0 0px 0;color: #282828;font-size: 18px;font-weight: bold;line-height: 25px;min-height: 70px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
#inner-choose .choose-area > .items .content{
    font-size: 16px;
    color: #404040;
    padding: 10px 0;
    line-height: 22px;
}

#inner-choose .choose-area > .items:hover{/*background: #f0f0f0;transition: all 0.5s ease;*/}

@media screen and (max-width : 1024px) {
	#inner-choose .choose-area > .items{width: 46% !important;margin: 75px 10px 50px 10px;}
}
@media screen and (max-width : 768px) {
	#inner-choose .choose-area > .items{width:100% !important;margin: 75px 10px 50px 10px;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 品質認證 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.inner-album .coop2-list{flex: 20%;/* max-width: 400px; */width: 31.5%;margin: 20px 1%;display: inline-block;vertical-align: top;background: #ffffff;padding: 0px 0 0px 0px;/* box-shadow: 0 0px 6px rgb(0 0 0 / 25%); */}
.inner-album .coop2-list.column-2{flex:45% !important;margin: 20px 0.5%;}
.inner-album .coop2-list.column-3{flex:0 31% !important;border-bottom: 3px solid #e3c059;}

.inner-album .coop2-list .title-area{ position:relative; display: flex;align-items:center;justify-content: center;border-left: 1px solid #f1f0ec;border-right: 1px solid #f1f0ec;}
.inner-album .coop2-list .title-area img{ position:absolute; bottom:10px; right:10px; z-index:9; }
.inner-album .coop2-list .title-area .left{
    flex: 1;
    text-align: center;
    height: 100vw;
    max-height: 570px;
    border: 1px solid #bcbcbc;
}
.inner-album .coop2-list .title-area .left img{
	width:100%;
	/* border: 1px solid #cccccc; */
	max-width:175px;
	padding: 15px 0 10px 0;
}
.inner-album .coop2-list .title-area .right{
    flex: 1;
    color: #155469;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
}
.inner-album .coop2-list .title-area .right > span{
    font-size: 16px;
}
.inner-album .coop2-list .title-area .right p{
    font-size: 16px;
    color: #424242;
    padding: 10px 0;
}

.inner-album .coop2-list .info-area{
    /* border-top: 2px solid #8dbb00; */
    /* margin-top: 5px; */
    background: #ffffff;
    padding: 20px;
    /* min-height: 140px; */
    text-align: center;
}
.inner-album .coop2-list .info-area .name{
    display: inline-block;
    font-size: 16px;
    color: #8b8b8b;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 25px;
    margin: 0 0 0px 0;
    border: 1px solid #8b8b8b;
}
.inner-album .coop2-list .info-area .content{
	position:relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #343738;
	padding: 0 0 0px 0px;
	/* min-height: 90px; */
	/* border-bottom: 1px dashed #cccccc; */
	text-align: center;
	word-break: break-all;
}
.inner-album .coop2-list .info-area .content:before{
  content: ""; /* 必須有 content 屬性，即使它是空的 */
  position: absolute;
  width: 25px; /* 調整圓形的直徑 */
  height: 25px;
  /* background-color: #e3e3e3; */ /* 設定灰色 */
  border-radius: 50%; /* 將方形轉換為圓形 */
  left: -10px; /* 調整圓形的位置 */
  top: 50%; /* 使圓形在父元素的中間 */
  transform: translateY(-50%); /* 調整垂直方向的位置 */
}
.inner-album .coop2-list .btn-1{flex: 1;float: right;color: #ffffff;font-weight: bold;background-color: #137992;background-image:url(../../images/btn-bg.png);background-repeat:no-repeat;background-position:left top;padding: 10px 20px 10px 40px;min-width: 120px;text-align: center;margin: 20px 0px 0px 0px;font-size: 15px;border-radius: 0;/* display: flex; */align-items:center;justify-content: center;}

.inner-album .coop2-list .btn-1:hover{ /*background:#b7a265;*/ }

.inner-album .coop2-list2{display:flex;align-items:center;justify-content: center;width: 23.5%;margin: 20px 0.5%;/* display: inline-block; */vertical-align: top;/* border: 1px solid #bcbcbc; */background: #3f3c37;padding: 0px 0 0px 0px; cursor:pointer; }
.inner-album .coop2-list2 > div{ text-align:center; padding:30px; transform: translateY(0px); transition: 0.5s; }
.inner-album .coop2-list2:hover > div{ transform: translateY(-20px);}
.inner-album .coop2-list2 .title{
    font-size: 24px;
    color: #dcbc8a;
    text-transform: uppercase;
    padding: 20px 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #a6a6a6;
}
.inner-album .coop2-list2 .content{
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

@media screen and (max-width : 1200px){
	.inner-album .coop2-list , .inner-album .coop2-list2{width: 31%;}
	.inner-album .coop2-list.column-3{flex:31% !important; }
}

@media screen and (max-width : 800px){
	.inner-album .coop2-list , .inner-album .coop2-list2{width: 48%;}
}

@media screen and (max-width : 480px){
	.inner-album .coop2-list , .inner-album .coop2-list2{width: 98%;}
	.inner-album .coop2-list .title-area{ display:block;text-align: center; }
	.inner-album .coop2-list.column-2{flex:100% !important; }
	.inner-album .coop2-list .title-area .left{height: 130vw;}
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 下載專區 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.download.inner-album .coop2-list .info-area{min-height: 105px;}
.download.inner-album .coop2-list{flex: 20%;/* max-width: 400px; */width: 22.6%;margin: 20px 1%;display: inline-block;vertical-align: top;background: #ffffff;padding: 0px 0 0px 0px;/* box-shadow: 0 0px 6px rgb(0 0 0 / 25%); */}
.download.inner-album .coop2-list .title-area img{position: relative;bottom:0px; right:0px;width: 100%;}
.download.inner-album .coop2-list .title-area{border: 1px solid #bcbcbc;}
.download.inner-album .coop2-list .info-area .content{letter-spacing: 0px;}
@media screen and (max-width : 1200px){
    .download.inner-album .coop2-list , .inner-album .coop2-list2{width: 30.7%;}
    .download.inner-album .coop2-list.column-3{flex:31% !important; }
}

@media screen and (max-width : 800px){
    .download.inner-album .coop2-list , .inner-album .coop2-list2{width: 48%;}
}

@media screen and (max-width : 480px){
    .download.inner-album .coop2-list , .inner-album .coop2-list2{width: 98%;}
    .download.inner-album .coop2-list .title-area{ display:block;text-align: center; }
    .download.inner-album .coop2-list.column-2{flex:100% !important; }
    .download.inner-album .coop2-list .title-area .left{height: 130vw;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 產品分類 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.product2_frame{/* max-width:740px; */padding: 0px 5px;overflow:hidden;background:url(../../images/wk_logo.png) no-repeat center center;display: flex;align-content: flex-start;/* justify-content: center; */flex-wrap: wrap;}
.product2_frame div{float:left;display:flex;align-items:center;justify-content: flex-start;flex-direction: column;background-color: #ffffff;border: 1px solid #82d2c5;color: #2c4254;flex: 0 31%;margin: 0 1% 20px 1%;padding: 10px 10px 40px 10px;box-sizing:  border-box;/* height: 230px; *//* min-width: 245px; *//* max-width: 250px; */line-height:25px;font-size: 18px;letter-spacing:0px;text-align:center;}
.product2_frame div span{color: #616161;font-size:14px;letter-spacing: 0px;line-height: 20px;text-align: left;padding: 10px 0 0px 0;}
.product2_frame div img{ /*margin-bottom:10px;*/}
.product2_frame div a{line-height: 40px;}
.product2_frame .btn-2{padding:0px 55px 2px 20px;margin: 15px 0 0 0;}
.product2_frame .btn-2:after{ top:5%; }

@media screen and (max-width: 1400px) {

	.product2_frame{ max-width:none;/* min-height:600px;*/ }
	.product2_frame div{  }
}

@media screen and (max-width: 768px) {
	.product2_frame div{flex: 0 48%;}
}

@media screen and (max-width: 480px) {
	.product2_frame div{ flex:100%; }
}

.product3_frame{/* max-width:740px; */padding: 0px 10px;overflow:hidden;background:url(../../images/wk_logo.png) no-repeat center center;display: flex;align-items: unset;/* justify-content: center; */flex-wrap: wrap;}
.product3_frame div{float:left;display:flex;align-items:center;justify-content:center;flex-direction: column;background-color: #ffffff;border: 1px solid #82d2c5;color: #2c4254;flex: 0 23%;margin: 0 1% 20px 1%;padding:15px 10px 40px 10px;box-sizing:  border-box;/* height: 230px; *//* min-width: 245px; *//* max-width: 250px; */line-height:25px;font-size: 18px;letter-spacing:0px;text-align:center;}
.product3_frame div span{color: #616161;font-size:14px;letter-spacing: 0px;line-height: 20px;text-align: left;padding: 10px 0 20px 0;}
.product3_frame div img{ /*margin-bottom:10px;*/}
.product3_frame div a{ line-height: 40px;}
.product3_frame .btn-2{padding:0px 55px 2px 20px;margin: 15px 0 0 0;}
.product3_frame .btn-2:after{ top:5%; }

@media screen and (max-width: 1400px) {

	.product3_frame{ max-width:none; /*min-height:600px;*/ }
	.product3_frame div{  }
}

@media screen and (max-width: 1200px) {
	.product3_frame div{flex: 0 31%;}
}

@media screen and (max-width: 768px) {
	.product3_frame div{flex: 0 48%;}
}

@media screen and (max-width: 480px) {
	.product3_frame div{ flex:100%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 最新資訊 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.news-detail{
    /* padding: 0 20px; */
    min-height:400px;
}
.news-detail .title{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    /* border-bottom: 4px solid #d8e8ed; */
    padding: 0 0 20px 0;
}
.news-detail .content{
    margin: 40px 0;
    line-height: 22px;
    font-size: 16px;
}
.news-detail .date{
    font-size: 14px;
    color: #5d5d5d;
    border: 1px solid #aeaeae;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    /* float: right; */
    border-radius: 25px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 25px;position: absolute;top: 25px;right: 10px;color: #000000;}
.sidenav .head {width:100%;position: relative;overflow:hidden;/* text-align: center; */padding: 15px 0 15px 5px;border-top: 3px solid #35d8c2;border-bottom: 1px solid #ebebeb;background: #ffffff;}
.sidenav .head img{max-width: 180px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
	flex: 1;
	width: 80px;
	font-size: 16px;
	color: #3c3c3c;
	display: flex;
	align-items:center;
	justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {

 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;border-left: 5px solid #35d8c2;border-bottom: 1px solid #ebebeb;color: #000000;padding: 17px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}
#ajax-sidenav h{color: #315d79;font-size: 12px;display:block;word-break: break-all;}
#ajax-sidenav > div i {position:absolute;right: 15px;top: 40%;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {background:#ECECEC;border-bottom: 1px solid #CDCDCD;color: #315d79;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }
.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 12px 30px 12px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 13px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{text-align: center;color: #939797;line-height: 18px;}

@media screen and (max-height: 450px) {

 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}


/*產品與服務-輪播*/
.links-bg{background: #f7f7f7;}
#index-links{ padding-bottom:0px;/*padding-bottom:80px;*/ }
#index-links .links-wrap{ width:100%; margin:0 auto; max-width:1200px; }
#index-links .caption{font-size:18px;color:#616161;text-align:center;margin: 0 0 20px 0; line-height: 1.6;}
#index-pdt .pdt-carousel{display: flex;position: relative;margin-bottom: 20px;}
#index-pdt .owl-left{/*position: absolute;*/left: 20px;top: 40%;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;float:left;}
#index-pdt .owl-center{width: 80%;float:left;padding: 0 0vw;margin: 0 auto;}
#index-pdt .owl-right{/*position: absolute;*/right: 20px;top: 40%;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 10%;text-align: right;float:left;}
#index-pdt .contain{position: relative;text-align:center;font-size:22px;margin: 10px;padding: 25px 1vw; transition:0.3s; }
#index-pdt .contain:hover{ background: #ffffff; box-shadow: 2px 2px 5px #ebebeb; }
#index-pdt .contain a{}
#index-pdt .contain span{
    color: #747474;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
    padding: 0 25px;
    display: inline-block;
}
#index-pdt .contain .title{color:#2c4254;font-size:18px;margin: 15px 0;}
#index-pdt .contain .content{color:#404040;font-size:16px;margin: 0 0 30px 0;line-height: 22px;}

#index-pdt .item{margin: 0 auto;margin: 10px 10px;max-width: 100%;max-height: 100%;/* height: 300px; */overflow:hidden;display:flex;align-items:center;justify-content: center;/* -webkit-box-shadow: 0px 0px 10px #cccccc; *//* background:#ffffff; */}
#index-pdt .item img{max-width: 100%;max-height: 100%;cursor:pointer;border-radius: 30px;}
#index-pdt .pager{ text-align: right; max-width: 1370px; }

@media screen and (max-width: 1400px) {
	#index-pdt .pager{text-align: center;margin: 10px auto 10px auto;}
	#index-pdt .pager .btn1{ margin:0 0 0 0; }
	#index-pdt .pager .btn1:after{ position:inherit; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{position:relative;padding:0 !important;}
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	background: #F2f2f2;

	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 25px;

	box-sizing: border-box;
	letter-spacing:1px;

	color:#333;
	outline:0;
}

.jq-submenu.nav{ border-left:0 !important; }
.jq-submenu.nav i{ position:initial !important; padding-right:8px; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }
ul.bxslider li a {
	display: block;
	width:100%;
	height:100%;
}
#home_banner {/* margin-top: 125px; *//*display: inline-block;*/width: 100%;overflow: hidden;position: relative;background:#f3f8fb;color: #ffffff; }

#home_banner ul{ list-style:none; }
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;}
#home_banner .img { display: none; }
#home_banner img { opacity: 0;}
#home_banner .bxslider { /*opacity: 0;*/ }
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #35d8c2;/* border: 1px solid #ffffff; */}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: #ffffff;/* border: 1px solid #2d2727; */width: 15px;height: 15px;margin: 0 8px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager {bottom: 3vw;opacity: 1;}
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 0; }
#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }
#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }
#home_banner .bx-prev{left: 15%;}
#home_banner .bx-next{right: 15%;}


/* line 84, scss/_header.scss */
.headerTitleContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /*
  @media only screen and (max-width: 640px), screen and (max-height: 900px) {
  	.headline {
  		margin: 13rem auto 0 auto;
  	}
  }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
  	.headline {
  		margin: 10rem auto 0 auto;
  	}
  }
  */
}
/* line 90, scss/_header.scss */
.headerTitleContainer .headline {
  text-align: center;
  margin: 18.5rem auto 0 auto;
  width: 90%;
  font-size: 36px;
  max-width: 800px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 8px;
  /* border-bottom: 1px solid #ffffff; */
  /* background-color:rgba(0, 0, 0, 0.5); */
  padding:10px 0;
}

.headerTitleContainer a{
  text-decoration:none;
}


.headerTitleContainer .headline p{
    padding: 20px 0 20px 0px;
    font-size: 60px;
    letter-spacing: 5px;
}

.headerTitleContainer .headline h2{
    letter-spacing: 3px;
    color: #F4D885;
}

/* line 96, scss/_header.scss */
.headerTitleContainer .button, .headerTitleContainer .headerButton {
  display: none;
}


@media screen and (max-width : 1024px) {

	#home_banner .bx-controls-direction
	{
		display:none;
	}

	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		/*max-height: 450px;
		height: 450px;
		margin-top: 75px;*/
	}
}

@media only screen and (max-width: 1024px) {
  /* line 104, scss/_header.scss */
  .headerTitleContainer .headline {
    margin: 18r.5em auto 0 auto;
    font-size: 20px;
  }
  .headerTitleContainer .headline p{ font-size:30px; padding:5px 0; }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* line 110, scss/_header.scss */
  .headerTitleContainer .headline {
    margin: 7rem auto 0 auto;
  }

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 表格樣式 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#table-1 ,.table-1{
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0; /* 避免分隔的邊框產生空隙 */
    overflow: hidden; /* 確保內容被裁剪以符合圓角 */
    border: 2px solid #bbb; /* 大的外框線顏色 */
    line-height: 1.6 !important; 

}

#table-1 td, #table-1 th,.table-1 td, .table-1 th {
      border: 1px solid #ddd; /* 大的外框線顏色 */
      padding: 4px;
      color: #282828;
      font-size: 18px;
      text-align: left;
      line-height: 1.6 !important; 

}

#table-1 tr:nth-child(even),.table-1 tr:nth-child(even){/*background-color: #d5e3e6;*/}
#table-1 tr:nth-child(odd),.table-1 tr:nth-child(odd){/*background-color: #d9eaee;*/}

#table-1 tr:hover,.table-1 tr:hover {/*background-color: #bcdbe2;*/}

#table-1 th,.table-1 th  {
  padding: 4px;
  background-color: #24b9a5;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Effect <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



/*scroll progress bar*/
.KW_progressContainer {
  left:0;
  width: 100%;
  height: 0.6em;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: #a61319;
  content: "";
  display: table;
  table-layout: fixed;
  z-index:999;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color: #f7b53e;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/*圖片放大*/
.zoom-in img {

	width: 100%;
}


.zoom-in:hover img {

	transform: scale(1.1);
	transition: all 0.5s ease;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.scaleZoom {
	-webkit-animation: scaleZoom 2s ease both;
	animation: scaleZoom 2s ease both;
}
@-webkit-keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

.scaleZoom-2 {
	-webkit-animation: scaleZoom-2 2s ease both;
	animation: scaleZoom-2 2s ease both;
}
@-webkit-keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); }
}
@keyframes scaleZoom-2 {
	from { opacity: 0; -webkit-transform: scale(1.05); transform: scale(1.05); }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Location <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


.pageselect{border:1px solid #f7f7f7;background: #f7f7f7;padding: 6px 10px;font-size: 16px;}
.pageselect:hover{ background:#ed6f30; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #f7f7f7;background: #f7f7f7;font-size: 16px;padding: 12px 12px;display: inline-block;margin: 5px 0;border-radius: 10px;}
a.pagelink_no:hover{ background:#ed6f30; color:#ffffff; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #f7f7f7;background: #f7f7f7;font-size: 16px;padding: 7px 12px;border-radius: 10px;}
a.pagelink:hover{ background:#ed6f30; border: 1px solid #ed6f30; color:#ffffff; }
a.pagelink_ch{color:#ffffff;padding: 7px 12px;border: 1px solid #ed6f30;background: #ed6f30;font-size: 16px;text-decoration:none;border-radius: 10px;}

.center{text-align: center;}

h1.m-title{
    margin-block-start: 0;
    margin-block-end: 0;
}

.cursor-pointer:hover{
    cursor: pointer;
}

#product-list.layout-left > ul > li ul{
    padding: 0;
    display: none;

}
#product-list.layout-left > ul > li.active ul{
    padding:  10px 0;
    display: block;

}
#banner-inner {
        background: url(../../images/banner-inner.jpg) center no-repeat;
    }
@media screen and (max-width: 480px) {
    #banner-inner {
        background: url(../../images/banner-inner-m.jpg) center 30% no-repeat;
    }
}


.product_imgs img{
    width: 33.5%;
    max-width: 278px;
    margin: 5px;
    border: 1px solid #cecece;
}

@media screen and (max-width: 620px) {
    .product_imgs img{
        width: 98%;
         max-width: none;
    }
}

#index-links .b-title{
    justify-content: flex-end;
    height: 110px;
    margin-bottom: 30px;
}
.editor td,.editor th{
    line-height: 1;
    height: 27px;
}

.download-stit{
    font-size: 0.9rem;
    color: #616161;
    display: block;
    margin:10px auto;
     letter-spacing: 0px;
}

