@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1024px);

/** aos **/
@import url(aos.css);

/** font **/
@import url(IBM+Plex+Sans-Noto+Sans+TC.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#ffffff; margin:0; padding:0; width:100%; height:auto; font-size:22px;line-height: 1.6;font-family:"IBM Plex Sans", "Noto Sans TC", serif, "arial", "Microsoft JhengHei";word-break: break-word;letter-spacing: 1px; overflow-y: scroll;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}
p{margin: 0 0 20px 0;}
@media screen and (max-width:1024px){
    body{font-size:20px;}
    p{margin: 0 0 18px 0;}
}
@media screen and (max-width:767px){
    body{font-size:18px;}
    p{margin: 0 0 16px 0;}
}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
.writing-mode-vertical{writing-mode:tb-lr; -ms-writing-mode:tb-lr; -webkit-writing-mode:vertical-lr; -moz-writing-mode:vertical-lr; -ms-writing-mode:vertical-lr; writing-mode:vertical-lr;}

/** 清除瀏覽器的默認選擇框樣式清除，隱藏拖動箭頭 **/
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#f9f9f9 url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;padding: 10px 35px 10px 15px;border:0;border-radius: 0;}
select::-ms-expand { display: none; }

/** 反白 **/
::selection {background: #ee7815;color: #ffffff;}
::-moz-selection {background:#ee7815;color: #ffffff;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#ffffff;transition: all 0.5s ease 0s;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #ee7815;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 15px; right: 10px;font-size: 12px;}
.slicknav_menu-height .slicknav_icon-bar{background-color:#222222;transition: all 0.5s ease 0s;}
.slicknav_open .slicknav_icon-bar{background-color:#222222;transform: rotate(45deg) translateY(5.5px) translateX(5.5px);transition: all 0.5s ease 0s;}
.slicknav_open .slicknav_icon-bar:nth-child(2){display: none;transition: all 0.5s ease 0s;}
.slicknav_open .slicknav_icon-bar:nth-child(3){transform: rotate(-45deg) translateY(0px) translateX(0px);transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	.slicknav_icon-bar{background-color:#222222;}
}

/** 浮動icon **/
.float-icon-main{position: fixed;width: 50px; height: auto;bottom: 8%;right: 10px;z-index: 10000;}
.float-icon{opacity: 0;visibility: hidden;position: absolute;bottom: 0;right: 0;transition: all 0.5s ease 0s;}
.float-icon ul{list-style: none;padding: 0;margin: 0;display: block;}
.float-icon ul li{padding: 0;margin:5px 0;display: block;width: 50px; height: 50px;}
.float-icon ul li a{display: block;width: 50px; height: 50px;background: #888888;padding: 10px;border-radius: 50px;}
.float-icon ul li a:hover{background: #999999;}
.float-icon-slow{opacity: 1;visibility: visible;position: absolute;bottom: 50px;right: 0;transition: all 0.5s ease 0s;}
.float-icon-btn{ display: block;width: 50px;height: 50px;background:#444444; padding: 10px;border-radius: 50px;}
.float-icon-btn:hover{background: #555555;}
.float-icon-btn:after{content: "";display: block;width: 30px; height: 30px;background:url("../images/float-icon-btn.svg")no-repeat center center;background-size: 30px; position: absolute;top: calc(50% - 15px);left: calc(50% - 15px); }
.float-icon-btn-slow{position: relative;}
.float-icon-btn-slow:before{content: "";display: block;width: 70%; height: 3px; background: #ffffff;position: absolute;top: calc(50% - 1.5px);left: 15%;transform: rotateZ(45deg);}
.float-icon-btn-slow:after{content: "";display: block;width: 70%; height: 3px; background: #ffffff;position: absolute;top: calc(50% - 1.5px);left: 15%;transform: rotateZ(-45deg);}
@media screen and (max-width:767px){
	.float-icon-main{width: 44px;}
    .float-icon ul li{width: 44px; height: 44px;}
    .float-icon ul li a{width: 44px; height: 44px;padding: 8px;}
    .float-icon-slow{bottom: 44px;}
    .float-icon-btn{width: 44px;height: 44px;padding: 8px;}
    .float-icon-btn:after{width: 28px; height: 28px;background-size: 28px; top: calc(50% - 14px);left: calc(50% - 14px);}
    .float-icon-btn-slow:after{width: 70%; height: 3px;top: calc(50% - 1.5px);left: 15%;}
}

/** 上版 **/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 10000; padding:0 4.809%;border-bottom: 1px #ededed solid;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+90&0.5+1,0+90 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
transition: all 0.5s ease 0s;}
.head-main{margin:0; padding:0; position:relative;display: flex;align-items: center;}
.head-main .logo{width: 240px;height: auto;transition: all 0.5s ease 0s;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;filter: brightness(0) invert(1);transition: all 0.5s ease 0s;}
.inquire {width: 190px;}
.inquire a{background:#ee7815; padding:12px 20px; display:flex;align-items: center;justify-content: center; color:#ffffff; border-radius:50px;border: 1px #ee7815 solid;transition: all 0.5s ease 0s;position: relative;z-index: 1;overflow: hidden;}
.inquire a i{width: 28px;height: 28px;margin: 0 12px 0 0;display:flex;align-items: center;justify-content: center; }
.inquire a i img{filter: brightness(100); width: 28px;height: 28px;}
.inquire a:after{content:"";display: block;width: 0%;height: 100%;background: #ffffff;position: absolute;top:calc(50% - 50%);left:calc(50% - 0%);z-index: -1; transition: all 0.5s ease 0s;}
.inquire a:hover{color:#ee7815;}
.inquire a:hover i img{filter: brightness(1);transition: all 0.5s ease 0s;}
.inquire a:hover:after{width: 100%;left:calc(50% - 50%);transition: all 0.5s ease 0s;}
.header-height{background: #ffffff;transition: all 0.5s ease 0s;}
.header-height .head-main .logo{width: 180px;transition: all 0.5s ease 0s;}
.header-height .head-main .logo img{filter: brightness(1) invert(0);transition: all 0.5s ease 0s;}
.header-height .inquire a:after{background: #007a7b;transition: all 0.5s ease 0s;}
.header-height .inquire a:hover{color:#ffffff;border: 1px #007a7b solid;}
.header-height .inquire a:hover i img{filter: brightness(100);transition: all 0.5s ease 0s;}
@media screen and (max-width:1300px){
	header{padding:0 15px;}
    .head-main .logo{width: 220px;}
    .inquire {width: 180px;}
}
@media screen and (max-width:1024px){
    header{border-bottom:0;}
	.head-main .logo{position: fixed;top:10px;left: 15px;z-index: 10000; width: 130px;}
    .head-main .logo-show img{filter: brightness(1) invert(0);transition: all 0.5s ease 0s;}
    .inquire {position: fixed;top: 5px;right:60px;z-index: 10000;width: 140px;}
    .inquire a{padding:8px 10px;}
    .inquire a i{width: 22px;height: 22px;margin: 0 10px 0 0;}
    .inquire a i img{ width: 22px;height: 22px;}
    .header-height .head-main .logo{width: 130px;}
}
@media screen and (max-width:767px){
    .head-main .logo img{filter: brightness(1) invert(0);}
    .inquire {top: 7px;}
    .inquire a:after{background: #007a7b;}
    .inquire a:hover{color:#ffffff;border: 1px #007a7b solid;}
    .inquire a:hover i img{filter: brightness(100);}
}
@media screen and (max-width:374px){
	.head-main .logo{top:12px; width: 110px;}
    .header-height .head-main .logo{width: 110px;}
    .inquire {top: 8px;width: 130px;}
    .inquire a{padding:6px 8px;}
    .inquire a i{width: 20px;height: 20px;}
    .inquire a i img{ width: 20px;height: 20px;}
}

/** 主選單與下拉 **/
nav{flex: 1;margin: 0 30px;}
.menu{padding:0; list-style:none; position:relative; margin:0 ; display:flex;justify-content: flex-end;}
.menu>li{ color:#ffffff; font-size:22px; text-align:center; position:relative;cursor:pointer; padding:0; margin:0;}
.menu>li>a{color:#ffffff; display:block; padding:37.42px 22px; margin:0;position: relative;transition: all 0.5s ease 0s;}
.menu>li>a:before{content: "";display: block;width: 4px;height: 0px; background: #ee7815;position: absolute;top: 0;left: calc(50% - 2px);transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #ee7815;}
.menu>li>a:hover:before{height: 25px;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:#ffffff;border: 1px #ededed solid; display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:200px; left:calc(50% - 100px); top:110px;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li{display:block;font-size:18px;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#666666; padding:10px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#ee7815;color: #ffffff;}
.header-height .menu>li{ color:#222222;}
.header-height .menu>li>a{color:#222222;}
.header-height .menu>li>a{padding:22.42px 22px;transition: all 0.5s ease 0s;}
.header-height .menu>li>a:hover:before{height: 15px;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:80px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1300px){
	nav{margin: 0 15px;}
}
@media screen and (max-width:1024px){
	#menu{display:none;}
	.slicknav_menu{display:block;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000; border-bottom: 1px #ededed solid;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+90&0.5+1,0+90 */background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
    .slicknav_menu-height{background: #ffffff;}
}
@media screen and (max-width:767px){
	.slicknav_menu{background: #ffffff;}
}

/** edm輪播 **/
.edm-main{background:#ffffff; position:relative;}
.edm-main img{width: 100%;}
.edm{}
@media screen and (max-width:767px){
	.edm-main{padding: 60px 0 0 0;}
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}
.i-title-main{text-align: center;margin: 0 0 15px 0;}
.i-title-main .i-title{padding: 0;line-height: 1.4;font-size: 52px;color: #222222;font-weight: 500;letter-spacing: 16px;margin: 0 0 0 14px;}
.i-title-main .i-title-en{padding: 0;margin: 0;line-height: 1.4;font-size: 30px;color: #a7a8a6;font-weight: 400;letter-spacing:2px;text-transform: uppercase;}
.more{font-size: 18px; color: #ffffff;display: flex;justify-content: flex-end;margin: 40px 0 0 0;}
.more a{display: flex;align-items: center; position: relative;background: #007a7b;border: 1px #007a7b solid;color: #ffffff;padding: 11px 21px; border-radius: 50px; overflow: hidden;text-transform: uppercase;z-index: 1;}
.more a:after{content:"";display: block;width: 0%;height: 100%;background: #ffffff;position: absolute;top:calc(50% - 50%);left:calc(50% - 0%);z-index: -1; transition: all 0.5s ease 0s;}
.more a i{width: 36px;height: 36px;margin: 0 0 0 12px;display:flex;align-items: center;justify-content: center; }
.more a i img{filter: brightness(0) invert(1); width: 36px;height: 36px;transition: all 0.5s ease 0s;}
.more a:hover{color: #007a7b;}
.more a:hover:after{width: 100%;left:calc(50% - 50%);transition: all 0.5s ease 0s;}
.more a:hover i img{filter: brightness(1) invert(0); transition: all 0.5s ease 0s;}
.photo-main{overflow: hidden;}
.photo{background-color:#ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
	.i-title-main .i-title{font-size: 44px;letter-spacing: 8px;margin: 0 0 0 7px;}
    .i-title-main .i-title-en{font-size: 24px;letter-spacing:1px;}
    .more{font-size: 16px;margin: 30px 0 0 0; }
    .more a{padding: 10px 20px;}
    .more a i{width: 30px;height: 30px;margin: 0 0 0 10px;}
}
@media screen and (max-width:767px){
	.i-title-main .i-title{font-size: 38px;letter-spacing: 4px;margin: 0 0 0 3px;}
    .i-title-main .i-title-en{font-size: 18px;letter-spacing:1px;}
    .more{font-size: 14px;margin: 20px 0 0 0; }
    .more a i{width: 24px;height: 24px;}
}

/** 首頁服務項目 **/
.i-service-main{padding: 5% 15px;background: url("../images/service_bg.png")no-repeat center bottom;background-size: cover;}
.i-service{max-width:1720px; margin:0 auto;}
.i-service>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.i-service>ul>li{display: block;background: #ffffff; border: 1px #dddddd solid;border-radius: 20px; padding: 30px;overflow: hidden;width: calc(100%/5 - 30px);margin: 15px;position: relative;text-align: center;transition: all 0.5s ease 0s;}
.i-service>ul>li:before{content: "";display: block;width:7.709vw ;height: 7.709vw; background: rgba(238,120,21,.15);position: absolute;bottom: 0;right: 0;border-radius: 500px 0 0 0;transition: all 0.5s ease 0s;}
.i-service>ul>li:after{content: "";display: block;width:0vw ;height: 0vw; background: rgba(238,120,21,.15);position: absolute;bottom: 0;right: 0;border-radius: 500px 0 0 0;transition: all 0.5s ease 0s;}
.i-service>ul>li .i-service-icon-main{max-width: 110px;margin: 0 auto;position: relative;}
.i-service>ul>li .i-service-icon-main .i-service-icon{position: relative;z-index: 2;}
.i-service>ul>li .i-service-icon-main .i-service-icon img{filter: brightness(1);transition: all 0.5s ease 0s;}
.i-service>ul>li .i-service-icon-main .i-service-icon-bg{position: absolute;top: calc(50% - 50%);left: calc(50% - 50%);width: 100%;height: 100%;z-index: 1;transition: all 0.5s ease 0s;}
.i-service>ul>li h3{padding: 0;margin:30px 0 0 0;line-height: 1.4;font-size: 28px; font-weight: 400;color: #222222;transition: all 0.5s ease 0s;}
.i-service>ul>li:hover{background: #ee7815;transition: all 0.5s ease 0s;}
.i-service>ul>li:hover:before{background: rgba(255,255,255,.15);width:0vw ;height: 0vw;transition: all 0.5s ease 0s;}
.i-service>ul>li:hover:after{background: rgba(255,255,255,.15);width:7.709vw ;height: 7.709vw;transition: all 0.5s ease 0s;}
.i-service>ul>li:hover .i-service-icon-main .i-service-icon img{filter: brightness(100);transition: all 0.5s ease 0s;}
.i-service>ul>li:hover .i-service-icon-main .i-service-icon-bg{top: calc(50% - 0%);left: calc(50% - 0%);width: 0%;height: 0%;transition: all 0.5s ease 0s;}
.i-service>ul>li:hover h3{color: #ffffff;transition: all 0.5s ease 0s;}
@media screen and (max-width:1300px){
	.i-service>ul>li{width: calc(100%/5 - 20px);margin: 10px;padding: 25px;}
    .i-service>ul>li .i-service-icon-main{max-width: 90px;}
}
@media screen and (max-width:1024px){
    .i-service-main{padding: 30px 15px;background: url("../images/service_bg.png")no-repeat center bottom;background-size: auto;}
    .i-service>ul>li{width: calc(100%/3 - 20px);}
    .i-service>ul>li:before{width:10vw ;height: 10vw; }
	.i-service>ul>li h3{font-size: 22px; margin:25px 0 0 0;}
}
@media screen and (max-width:767px){
    .i-service>ul>li{width: calc(100%/3 - 10px);margin: 5px;padding: 15px;}
    .i-service>ul>li:before{width:12vw ;height: 12vw; }
    .i-service>ul>li .i-service-icon-main{max-width: 70px;}
	.i-service>ul>li h3{font-size: 20px; margin:20px 0 0 0;}
}
@media screen and (max-width:400px){
    .i-service>ul>li{width: calc(100%/2 - 10px);}
    .i-service>ul>li:before{width:14vw ;height: 14vw; }
    .i-service>ul>li .i-service-icon-main{max-width: 60px;}
}

/** 首頁關於銳馳 **/
.i-about-main{padding: 6% 15px;position: relative;}
.i-about-photo{position: absolute;top: 0;right: 0;z-index: -1;width: 36%;height: 100%;}
.i-about-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.i-about{max-width:1720px; margin:0 auto;}
.i-about-content{margin: 0 42% 0 0;display: flex;align-items: center;}
.i-about-content .i-about-title{width: 300px;margin: 0 10% 0 0 ;}
.i-about-content .i-about-info{flex: 1; color: #666666;line-height: 1.8;}
.i-about-content .i-about-info .font001{font-size: 28px;color: #222222;font-weight: 500;margin: 0 0 22px 0;text-align: left;}
.i-about-content .more{justify-content: center;}
@media screen and (max-width:1300px){
    .i-about-main{padding: 6% 15px 0 15px;}
	.i-about-photo{position: inherit;top: inherit;right: inherit;width: auto;height: auto;margin: 30px -15px 0 -15px;}
    .i-about-photo img{max-height: 500px;}
    .i-about-content{margin: 0;}
    .i-about-content .i-about-title{margin: 0 8% 0 0 ;}
}
@media screen and (max-width:1024px){
    .i-about-main{padding: 30px 15px 0 15px;}
    .i-about-content .i-about-title{width: auto;margin: 0 30px 0 0 ;}
    .i-about-content .i-about-info .font001{font-size: 22px;margin: 0 0 16px 0;}
}
@media screen and (max-width:767px){
    .i-about-photo img{max-height: 380px;}
    .i-about{position: relative;padding: 0 0 66px 0;}
    .i-about-content{display: block;}
    .i-about-content .i-about-title{width:100%;margin: 0;}
    .i-about-content .i-about-info{flex: initial;width: 100%;}
    .i-about-content .i-about-info .font001{font-size: 20px;}
    .i-about-content .more{position: absolute;bottom: 0;right: 0;}
}
@media screen and (max-width:575px){
    .i-about-photo img{max-height: 270px;}
}

/** 首頁銳馳日誌 **/
.i-news-main{padding: 6% 15px;background: url("../images/news_bg.png")no-repeat center bottom;background-size: cover;}
.i-news{max-width:1720px; margin:0 auto;}
.i-news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-news>ul>li{width: calc(100%/2 - 30px);padding: 0;margin: 15px;}
.i-news>ul>li a{display: flex; background: #ffffff; border: 1px #dddddd solid;border-radius: 20px; overflow: hidden;position: relative;}
.i-news>ul>li a:hover{}
.i-news>ul>li .photo-main{width: 200px;}
.i-news>ul>li .photo{height: 100%;background-size: cover;}
.i-news>ul>li .i-news-content{flex: 1; padding: 25px;}
.i-news>ul>li .i-news-content .i-news-date{font-size: 18px; color: #ffffff;background: #ee7815;position: relative;padding: 10px 25px;height: 50px;text-transform: uppercase;display: table;width: 190px;margin: 0 60px 0 -25px;}
.i-news>ul>li .i-news-content .i-news-date:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 25px 22px 25px 0;border-color: transparent #ffffff transparent transparent;position: absolute;top: 0;right: 0;}
.i-news>ul>li .i-news-content h3{font-size: 22px; color: #222222;font-weight: 400;padding: 0;margin:20px 0 0 0;line-height: 1.6; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i-news>ul>li .i-news-content .i-news-more{width: 50px; height: 50px; display: flex;align-items: center;justify-content: center; border: 1px #ee7815 solid;border-radius: 50px;overflow: hidden;position: absolute;top: 25px;right: 25px;z-index: 1; }
.i-news>ul>li .i-news-content .i-news-more:after{content: "";display: block;width: 0%;height: 0%;position: absolute;top: calc(50% - 0%);left: calc(50% - 0%);background: #ee7815;z-index: -1;border-radius: 50px; transition: all 0.5s ease 0s;}
.i-news>ul>li .i-news-content .i-news-more img{width: 18px; height: 18px;filter: brightness(1);}
.i-news>ul>li:hover .photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.i-news>ul>li:hover .i-news-content .i-news-more:after{width: 100%;height: 100%;top: calc(50% - 50%);left: calc(50% - 50%);transition: all 0.5s ease 0s;}
.i-news>ul>li:hover .i-news-content .i-news-more img{filter: brightness(100);transition: all 0.5s ease 0s;}
@media screen and (max-width:1300px){
	.i-news>ul>li{width: calc(100%/2 - 20px);margin: 10px;}
    .i-news>ul>li .photo-main{width: 184px;}
    .i-news>ul>li .i-news-content{ padding: 20px;}
    .i-news>ul>li .i-news-content .i-news-date{margin: 0 60px 0 -20px;padding: 10px 25px 10px 20px;}
    .i-news>ul>li .i-news-content .i-news-more{top: 20px;right: 20px;z-index: 1; }
}
@media screen and (max-width:1024px){
    .i-news-main{padding: 30px 15px;background: url("../images/news_bg.png")no-repeat center bottom;background-size: auto;}
    .i-news>ul>li{width:100%;margin: 10px 0;}
    .i-news>ul>li .photo-main{width: 180px;}
    .i-news>ul>li .i-news-content .i-news-date{font-size: 16px; width: 170px;height: 46px;margin: 0 56px 0 -20px;}
    .i-news>ul>li .i-news-content .i-news-date:after{border-width: 23px 20px 23px 0;}
    .i-news>ul>li .i-news-content h3{font-size: 20px;margin:15px 0 0 0;}
    .i-news>ul>li .i-news-content .i-news-more{width: 46px; height: 46px; top: 25px;right: 25px;}
    .i-news>ul>li .i-news-content .i-news-more img{width: 16px; height: 16px;}
}
@media screen and (max-width:767px){
    .i-news>ul>li{margin: 5px 0;}
    .i-news>ul>li .photo-main{width: 150px;}
    .i-news>ul>li .i-news-content{ padding: 15px;}
    .i-news>ul>li .i-news-content .i-news-date{font-size: 14px;width: 150px;height: 40px; margin: 0 60px 0 -15px;padding: 8px 25px 8px 15px;}
    .i-news>ul>li .i-news-content h3{font-size: 18px;}
    .i-news>ul>li .i-news-content .i-news-more{width: 40px; height: 40px; top: 15px;right: 15px;z-index: 1; }
    .i-news>ul>li .i-news-content .i-news-more img{width: 14px; height: 14px;}
}
@media screen and (max-width:575px){
    .i-news>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .i-news>ul>li a{display: block;}
    .i-news>ul>li .photo-main{width: 100%;;}
    .i-news>ul>li .i-news-content{flex:initial;width: 100%;padding: 10px;}
    .i-news>ul>li .i-news-content .i-news-date{width: 150px;height: 40px; margin: 0 0 0 -10px;padding: 8px 25px 8px 10px;}
    .i-news>ul>li .i-news-content .i-news-more{display: none;}
}
@media screen and (max-width:400px){
    .i-news>ul>li{width:100%;margin: 5px 0;}
}

/** 內頁banner **/
.inside-banner{background-color: #ffffff;background-position: center center; background-repeat: no-repeat;background-size: cover; padding:calc(110px + 8%) 0 8% 0;}
.inside-banner .banner-title{max-width:1720px; font-size:18px; color:#ffffff; margin:0 auto; padding:15px 30px;text-align: center;background: rgba(255,255,255,.7);backdrop-filter: blur(5px);display: table;border-radius: 20px;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.inside-banner .banner-title .banner-title-ch{padding: 0;line-height: 1.4;font-size: 52px;color: #222222;font-weight: 500;letter-spacing: 16px;margin: 0 0 0 14px;}
.inside-banner .banner-title .banner-title-en{padding: 0;margin: 0;line-height: 1.4;font-size: 30px;color: #666666; font-weight: 400;letter-spacing:2px;text-transform: uppercase;}
@media screen and (max-width:1024px){
    .inside-banner{ padding:calc(60px + 6%) 0 6% 0;}
	.inside-banner .banner-title .banner-title-ch{font-size: 44px;letter-spacing: 8px;margin: 0 0 0 7px;}
    .inside-banner .banner-title .banner-title-en{font-size: 24px;letter-spacing:1px;}
}
@media screen and (max-width:767px){
	.inside-banner .banner-title .banner-title-ch{font-size: 38px;letter-spacing: 4px;margin: 0 0 0 3px;}
    .inside-banner .banner-title .banner-title-en{font-size: 18px;letter-spacing:1px;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{padding: 15px;background: #f9f9f9;margin: 0;font-size: 18px;}
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1720px; margin:0 auto; padding:0; list-style:none; background-color:transparent; border-radius:0.25rem;justify-content: flex-end;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:"/";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color:#666666;}
.breadcrumb-item a:hover{color:#ee7815; text-decoration:none;}
.breadcrumb-item.active{color:#666666;}

/** 內頁架構 **/
.content-body-main{padding: 4% 15px;}
.content-body{max-width:1720px; margin:0 auto; background:#ffffff;}
.page-title{font-size:40px; color:#222222; padding:0 0 15px 0; margin:0 0 25px 0;line-height: 1.4;font-weight: 500;border-bottom: 1px #ededed solid;}
.page-main{font-size:22px; color:#222222;line-height: 1.8;}
.font001{color: #007a7b;font-size: 32px;font-weight: 500;width: 100%;text-align: center;margin: 0 0 30px 0;}
@media screen and (max-width:1024px){
    .content-body-main{padding:30px 15px;}
    .page-title{font-size:32px;}
    .page-main{font-size:20px;}
    .font001{font-size: 30px;margin: 0 0 20px 0;}
}
@media screen and (max-width:767px){
    .page-title{font-size:24px;}
    .page-main{font-size:18px;}
    .font001{font-size: 24px;}
}

/** 左邊分類 **/
.left-menu-title{background:#e9ecef; text-align:center; font-size:18px; font-weight:bold; padding:8px 0; border-radius:5px 5px 0 0; margin-bottom:3px; border-bottom:2px solid #6d6d6d; color:#525252;}
.in-top-menu{margin:0 0 3% 0;font-size: 28px;font-weight: 500;}
.in-top-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center;}
.in-top-menu>ul>li{width: calc(100%/4 - 20px);margin: 10px;color:#222222; padding:0;}
.in-top-menu>ul>li>a{ color:#222222;display:flex;align-items: center;justify-content: space-between; padding:15px 42px 15px 20px;border-bottom: 1px #222222 solid;position: relative;height: 100%;}
.in-top-menu>ul>li>a:after{content: ""; display: block;width: 0;height: 0;border-style: solid;border-width: 6px 0 6px 10px;border-color: transparent transparent transparent #222222;position: absolute;top: calc(50% - 6px);right: 20px;}
.in-top-menu>ul>li>a:hover:not(.current){background: #007a7b;color: #ffffff;border-radius: 100px;border-bottom: 1px #007a7b solid;}
.in-top-menu>ul>li>a:hover:not(.current):after{border-color: transparent transparent transparent #ffffff;}
.in-top-menu>ul>li>.current{background: #ee7815;position: relative;color: #ffffff;border-bottom: 1px #ee7815 solid;border-radius: 100px;}
.in-top-menu>ul>li>.current:after{content: ""; display: block;width: 0;height: 0;border-style: solid;border-width: 6px 0 6px 10px;border-color: transparent transparent transparent #ffffff;position: absolute;top: calc(50% - 6px);right: 20px;}
.in-top-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-top-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-top-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-top-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:1024px){
    .in-top-menu{font-size: 22px;}
}
@media screen and (max-width:767px){
	.classBox{padding:0 ;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #ee7815;}
	.m_classLink a.main{display:block; background:none; font-size:20px;color:#222222; position:relative; padding:10px 15px;}
	.m_classLink a.main i{display:block; font-size:20px; background:#ee7815; width:52px; height:100%; text-align:center; color:#FFF; line-height:52px; position:absolute; right:0; top:0;}
	.m_classLink a.main b{font-weight: 400;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #ee7815; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:10px 15px; border-top:1px solid #ee7815; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:20px; color:#222222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:rgba(238,120,21,.15);}
	.m_classLink ul li ul{display:block; margin:0 10px 10px 10px; padding:0; list-style:none; width:calc(100% - 20px); background:#FFF; border:1px solid #ee7815; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
    .in-top-menu{margin:0 0 30px 0;}
	.left-beautify{display:none;}
}

/** 公司簡介 **/
.company{display: flex;flex-wrap: wrap;padding: 0 0 4% 0; margin: 0 0 4% 0;border-bottom: 1px #cccccc solid;}
.company:last-of-type{border-bottom: 0;padding: 0; margin: 0;}
.company-content{flex: 1.5;padding:0;display: flex;align-items: center;}
.company-photo{flex: 1;margin: 0 0 0 4%;}
.company-photo img{object-fit: cover;object-position: center;width: 100%;height: 100%;}
.company-content02{width: 100%;display: flex;flex-wrap: wrap;}
.company-info{position: relative;padding:0;width: calc(100%/3 - 30px);margin: 15px;background: #f3f3f3;}
.company-info .company-info-title{color: #ffffff;background: #007a7b; font-size: 26px;padding:20px ;margin:0; font-weight: 500;position: relative;z-index: 1;text-align: center;}
.company-dep{padding:20px; }
.company-dep>ul{list-style: none;padding:0; margin: 0;position: relative;z-index: 1;}
.company-dep>ul>li{padding: 0 0 0 22px;margin:5px 0;position: relative;}
.company-dep>ul>li:before{content: "";display: block;width: 4px; height: 4px;background: #222222; position: absolute;top: 16px;left: 9px;}
@media screen and (max-width:1024px){
    .company{padding: 0 0 40px 0; margin: 0 0 40px 0;}
    .company:last-of-type{padding: 0; margin: 0;}
    .company-content{flex:initial;width: 100%;border-top: 0;border-bottom: 0;}
    .company-photo{flex: initial;width: 100%;margin: 20px 0 0 0;}
    .company-info{width: calc(100%/3 - 20px);margin: 10px;}
    .company-info .company-info-title{font-size: 24px;padding: 15px;}
    .company-dep{padding:15px;}
    .company-dep>ul>li:before{top: 14px;}
}
@media screen and (max-width:767px){
    .company-content{flex: 1.5;}
    .company-info{width: 100%;margin: 10px 0;}
    .company-info .company-info-title{font-size: 20px;}
}
@media screen and (max-width:575px){
    .company-dep>ul>li{padding: 0 0 0 32px;}
}

/** 各站據點 **/
.location{}
.location>ul{list-style: none;padding: 0;margin: 0;}
.location>ul>li{margin:0;display: block;padding: 30px 0;background: #ffffff;position: relative;z-index: 1;}
.location>ul>li:nth-child(odd):after{content: "";display: block;width: 300%;height: 100%; background: rgba(0,122,123,.06);position: absolute;top: 0;left: -100%;z-index: -1;}
.location>ul>li .location-title{width: 100%; padding: 0 0 20px 0;margin: 50px 0 20px 0;font-weight: 500;line-height: 1.4;font-size: 30px;font-weight: 500; color: #222222;position: relative;}
.location>ul>li .location-title:before{content: "";display: block;width: 60px;height: 4px;background:#ee7815;position: absolute;bottom: 0;left: 0;}
.location>ul>li .location-title span{color: #ee7815;}
.location>ul>li .location-content{display: flex;margin: 0 0 30px 0;border-bottom: 1px #dddddd dashed;padding: 30px 0;}
.location>ul>li .location-content:last-of-type{border-bottom: 0;}
.location>ul>li .location-info{flex: 1;margin: 5px 30px 5px 0;}
.location>ul>li .location-info .location-info-title{display: table;padding:0;border-radius: 50px; margin: 0 0 15px 0;font-weight: 500;line-height: 1.4;font-size:24px;color:#007a7b;}
.location>ul>li .location-info>ul{list-style: none;padding: 0;margin: 0;}
.location>ul>li .location-info>ul>li{padding: 0;margin: 5px 0;}
.location>ul>li .location-info>ul>li a{display: inline-block;color: #222222;}
.location>ul>li .location-info>ul>li a:hover{color: #ee7815;}
.location>ul>li .location-photo{flex: 2;}
.location>ul>li .location-photo>ul{list-style: none;padding: 0;margin: 0;display: flex;justify-content: flex-end;}
.location>ul>li .location-photo>ul>li{padding: 0;margin:5px;display: block;}
.location>ul>li .location-photo>ul>li img{max-height:350px;}
@media screen and (max-width:1024px){
    .location>ul>li{padding: 20px 0;}
    .location>ul>li .location-title{font-size: 24px;padding: 0 0 15px 0;margin: 40px 0 10px 0;}
    .location>ul>li .location-title:before{width: 48px;}
    .location>ul>li .location-content{flex-direction: column;margin: 0 0 20px 0;padding: 20px 0;}
    .location>ul>li .location-info{margin: 0 0 15px 0;}
    .location>ul>li .location-info .location-info-title{font-size:22px;}
    .location>ul>li .location-photo>ul{justify-content: center;}
}
@media screen and (max-width:767px){
    .location>ul>li{padding: 10px 0;}
    .location>ul>li .location-title{font-size: 22px;padding: 0 0 15px 0;margin: 30px 0 10px 0;}
    .location>ul>li .location-title:before{width: 44px;}
    .location>ul>li .location-content{margin: 0 0 15px 0;padding: 15px 0;}
    .location>ul>li .location-info .location-info-title{font-size:20px;}
}
@media screen and (max-width:767px){
    .location>ul>li .location-title span{display: block;width: 100%;}
}

/** 人才招募 **/
.recruit{}
.recruit>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.recruit>ul>li{padding:30px;margin:0 ;display: block;width: calc(100%/3);border-right: 1px #dddddd solid;border-top: 1px #dddddd solid;}
.recruit>ul>li:nth-child(3n){border-right: 0;}
.recruit>ul>li:nth-child(-n+3){border-top: 0;}
.recruit>ul>li .recruit-title{color: #007a7b;padding:0;margin: 0 0 20px 0;font-size: 30px;font-weight: 500;position: relative;}
.recruit>ul>li .recruit-content{}
.recruit>ul>li .recruit-content>ol{padding: 0;margin: 0 0 0 30px;}
.recruit>ul>li .recruit-content>ol>li{padding: 0;margin:5px 0;}
.recruit>ul>li.recruit-photo{padding: 0;}
.recruit>ul>li.recruit-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.recruit-btn{display: flex;justify-content:center;margin: 40px 0 0 0;font-size: 24px;}
.recruit-btn i{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;margin: 0 15px 0 0;}
.recruit-btn i img{width: 50px;height: 50px;}
.recruit-btn a{display: flex;align-items: center; border: 1px #ee7815 solid;padding: 15px 25px;background: #ffffff;border-radius: 5px;color: #ee7815;}
.recruit-btn a:hover{background: #007a7b;border: 1px #007a7b solid;box-shadow: 0 0 20px 0 rgba(0,0,0,.1);color: #ffffff;}
.recruit-btn a:hover img{filter: brightness(0) invert(1);}
@media screen and (max-width:1024px){
    .recruit>ul>li{padding:25px;width: calc(100%/2);}
    .recruit>ul>li:nth-child(3n){border-right: 1px #dddddd solid;}
    .recruit>ul>li:nth-child(-n+3){border-top:1px #dddddd solid;}
    .recruit>ul>li:nth-child(2n){border-right: 0;}
    .recruit>ul>li:nth-child(-n+2){border-top: 0;}
    .recruit>ul>li .recruit-title{font-size: 26px;}
    .recruit-btn{margin: 30px 0 0 0;font-size: 22px;}
    .recruit-btn i{width:44px;height: 44px;}
    .recruit-btn i img{width: 44px;height: 44px;}
    .recruit-btn a{padding: 12px 25px;}
}
@media screen and (max-width:767px){
    .recruit>ul>li{padding:25px 10px;width: 100%;border-right: 0;}
    .recruit>ul>li:nth-child(3n){border-right: 0;}
    .recruit>ul>li:nth-child(2n){border-right: 0;}
    .recruit>ul>li:nth-child(-n+2){border-top: 1px #dddddd solid;}
    .recruit>ul>li:nth-child(-n+1){border-top: 0;}
    .recruit>ul>li .recruit-title{font-size: 22px;}
    .recruit-btn{margin: 30px 0 0 0;font-size: 22px;}
    .recruit-btn i{width:40px;height: 40px;}
    .recruit-btn i img{width: 40px;height: 40px;}
    .recruit-btn a{padding: 10px 25px;}
}

/** 歷史沿革 **/
.history{}
.history>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.history>ul>li{padding: 0;margin:0;display: flex;width:100%;}
.history>ul>li:nth-child(even){flex-direction: row-reverse;}
.history>ul>li .history-year-main{flex: 1; display: flex;justify-content: flex-end;align-items: flex-start;  color: #007a7b;font-size: 40px;padding: 50px 80px 50px 0px;font-weight: 600;margin: 0;border-right: 1px #cccccc solid;position: relative;}
.history>ul>li:nth-child(even) .history-year-main{justify-content: flex-start;border-right: 0;border-left: 1px #cccccc solid;padding: 50px 0px 50px 80px;}
.history>ul>li .history-year-main:after{content: "";display: block;width: 50px;height: 50px;background:#ffffff url("../images/history-icon.svg")no-repeat center center;background-size:50px; position: absolute;top: 64px;right: -25px;}
.history>ul>li:nth-child(even) .history-year-main:after{right: inherit;left: -25px;}
.history>ul>li .history-year-main .history-year{background: #007a7b;color: #ffffff;padding: 10px 30px;border-radius: 100px;}
.history>ul>li .history-year-main span{font-size: 20px;margin: 22px 0 0 5px;font-weight: 400;}
.history>ul>li .history-content{flex: 1; padding: 64px 0px 64px 80px;}
.history>ul>li:nth-child(even) .history-content{display: flex;flex-wrap: wrap;justify-content: flex-end;padding: 64px 80px 64px 0px;}
.history>ul>li .history-content>ul{list-style: none;padding: 0;margin: 0;}
.history>ul>li .history-content>ul>li{padding: 0 0 0 24px;margin:5px 0;position: relative;}
.history>ul>li .history-content>ul>li:before{content: "";display: block;width: 5px; height: 5px; background: #222222;position: absolute;top: 15px;left: 8px;}
@media screen and (max-width:1024px){
    .history>ul>li .history-year-main{font-size: 36px;padding: 50px 50px 50px 0px;}
    .history>ul>li:nth-child(even) .history-year-main{padding: 50px 0px 50px 50px;}
    .history>ul>li .history-year-main:after{background:#ffffff url("../images/history-icon.svg")no-repeat center center;background-size:40px; width:40px;height: 40px;right: -20px;top: 66px;}
    .history>ul>li:nth-child(even) .history-year-main:after{right: inherit;left: -20px;}
    .history>ul>li .history-year-main span{font-size: 18px;margin: 20px 0 0 5px;}
    .history>ul>li .history-content{padding: 64px 0px 64px 50px;}
    .history>ul>li:nth-child(even) .history-content{padding: 64px 50px 64px 0px;}
    .history>ul>li .history-content>ul>li:before{top: 13px;}
}
@media screen and (max-width:767px){
    .history>ul>li .history-year-main{font-size: 30px;padding: 50px 40px 50px 0px;}
    .history>ul>li:nth-child(even) .history-year-main{padding: 50px 0px 50px 40px;}
    .history>ul>li .history-year-main span{font-size: 16px;}
    .history>ul>li .history-content{padding: 64px 0px 64px 40px;}
    .history>ul>li:nth-child(even) .history-content{padding: 64px 40px 64px 0px;}
    .history>ul>li .history-content>ul>li:before{top: 13px;}
}
@media screen and (max-width:575px){
    .history>ul>li{display: block;margin: 0;border-left: 1px #cccccc solid;position: relative;}
    .history>ul>li:after{content: "";display: block;width: 38px;height: 38px;background:#ffffff url("../images/history-icon.svg")no-repeat center center;background-size:38px; position: absolute;top: 70px;left: -19px;}
    .history>ul>li .history-year-main{min-width: inherit; width: 100%;justify-content: flex-start;border-bottom: 1px #cccccc dashed;border-right:0;border-left: 0;padding: 15px 0px 15px 30px;}
    .history>ul>li:nth-child(even) .history-year-main{border-left: 0;padding: 15px 0px 15px 30px;}
    .history>ul>li .history-year-main:after{display: none;}
    .history>ul>li .history-year-main .history-year{padding: 4px 25px;}
    .history>ul>li .history-content{flex:initial; width: 100%;padding: 15px 0px 15px 30px;}
    .history>ul>li:nth-child(even) .history-content{padding: 15px 0px 15px 30px;justify-content:flex-start;}
}

/** 服務項目 **/
.service{}
.service>ul{list-style: none;padding: 0;margin: 0;}
.service>ul>li{padding:0;margin: 0;display: flex;}
.service>ul>li .service-title-icon{width: 160px;text-align: center;margin: 0 80px 0 0;position: relative;padding:0 0 60px 0;}
.service>ul>li .service-title-icon:after{content: "";display: block;width: 4px;height: calc(100% - 260px);background: #222222; position: absolute;bottom: 0;left: calc(50% - 2px);}
.service>ul>li .service-title-icon .service-icon-main{position: relative;}
.service>ul>li .service-title-icon .service-icon-main .service-icon{position: relative;z-index:1;}
.service>ul>li .service-title-icon .service-icon-main .service-icon-color{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}
.service>ul>li .service-title-icon .service-title{font-size: 30px; color: #007a7b;font-weight: 500;padding: 0;margin: 20px 0 0 0;}
.service>ul>li .service-content{flex: 1;padding: 60px 0;border-bottom: 4px #222222 dashed;}
.service>ul>li:last-of-type .service-content{border-bottom: 0;}
.service>ul>li .service-content .service-info{}
.service>ul>li .service-content>ul{list-style: none;padding: 0;margin:0;}
.service>ul>li .service-content>ul>li{display: block;padding: 0 0 0 30px;margin: 5px 0;position: relative;}
.service>ul>li .service-content>ul>li:after{content: "★";display: block;font-size: 12px;position: absolute;top: 8px;left: 4px;color: #ee7815;}
@media screen and (max-width:1024px){
    .service>ul>li .service-title-icon{width: 140px;margin: 0 50px 0 0;padding:0 0 45px 0;}
    .service>ul>li .service-title-icon:after{height: calc(100% - 220px);}
    .service>ul>li .service-title-icon .service-title{font-size: 24px;}
    .service>ul>li .service-content{padding: 45px 0;}
}
@media screen and (max-width:767px){
    .service>ul>li .service-title-icon{width: 100px;margin: 0 30px 0 0;padding:0 0 30px 0;}
    .service>ul>li .service-title-icon:after{width: 3px;left: calc(50% - 1.5px);height: calc(100% - 180px);}
    .service>ul>li .service-title-icon .service-title{font-size: 22px;}
    .service>ul>li .service-content{padding: 30px 0;}
}
@media screen and (max-width:575px){
    .service>ul>li .service-title-icon{width: 80px;margin: 0 20px 0 0;}
    .service>ul>li .service-title-icon:after{height: calc(100% - 150px);}
    .service>ul>li .service-title-icon .service-title{font-size: 20px;letter-spacing: 0;}
    .service>ul>li .service-content{padding: 25px 0;}
}

/** 最新消息 **/
.news{max-width:1720px; margin:0 auto;}
.news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.news>ul>li{width: calc(100%/4 - 30px);padding: 0;margin: 15px;}
.news>ul>li a{display: block; background: #ffffff; border: 1px #dddddd solid;border-radius: 20px; overflow: hidden;position: relative;}
.news>ul>li a:hover{}
.news>ul>li .photo-main{width:100%;}
.news>ul>li .photo{height: 100%;background-size: cover;}
.news>ul>li .news-content{width: 100%; padding: 25px;}
.news>ul>li .news-content .news-date{font-size: 18px; color: #ffffff;background: #ee7815;position: relative;padding: 10px 25px;height: 50px;text-transform: uppercase;display: table;width: 190px;margin: 0 60px 0 -25px;}
.news>ul>li .news-content .news-date:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 25px 22px 25px 0;border-color: transparent #ffffff transparent transparent;position: absolute;top: 0;right: 0;}
.news>ul>li .news-content h3{font-size: 22px; color: #222222;font-weight: 400;padding: 0;margin:20px 0 0 0;line-height: 1.6; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news>ul>li:hover .photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.news-detail-date{font-size: 18px;color: #ffffff;background: #ee7815;padding: 10px 25px;border-radius: 50px;display: table;margin: 25px 0;text-transform: uppercase;}
@media screen and (max-width:1300px){
	.news>ul>li{width: calc(100%/4 - 20px);margin: 10px;}
    .news>ul>li .news-content{padding: 20px;}
    .news>ul>li .news-content .news-date{margin: 0 60px 0 -20px;padding: 10px 25px 10px 20px;}
}
@media screen and (max-width:1024px){
    .news>ul>li{width: calc(100%/3 - 20px);margin: 10px;}
    .news>ul>li .news-content .news-date{font-size: 16px; width: 170px;height: 46px;margin: 0 56px 0 -20px;}
    .news>ul>li .news-content .news-date:after{border-width: 23px 20px 23px 0;}
    .news>ul>li .news-content h3{font-size: 20px;margin:15px 0 0 0;}
    .news-detail-date{font-size: 16px;}
}
@media screen and (max-width:767px){
    .news>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .news>ul>li .news-content{ padding: 15px;}
    .news>ul>li .news-content .news-date{font-size: 14px;width: 150px;height: 40px; margin: 0 60px 0 -15px;padding: 8px 25px 8px 15px;}
    .news>ul>li .news-content h3{font-size: 18px;}
    .news-detail-date{font-size: 14px;padding: 8px 15px;}
}
@media screen and (max-width:400px){
    .news>ul>li{width:100%;margin: 5px 0;}
}

/** 聯絡我們 **/
.contact-body{margin: 0 0 30px 0;}
.contact-note{padding:10px 0; font-weight:bold; font-size:16px; color:#900;}
.contact-info{margin: 0 0 25px 0;}
.contact-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.contact-info>ul>li{padding: 0;margin:15px;display: flex;width: calc(100%/2 - 30px);}
.contact-info>ul>li .contact-icon{width: 50px;height: 50px;border-radius: 50px; padding:12px; margin: 0 15px 0 0;background: #007a7b;display: flex;align-items: center;justify-content: center;}
.contact-info>ul>li .contact-icon img{filter: brightness(100);}
.contact-info>ul>li .contact-content{flex: 1;color: #222222;padding: 7px 0;}
.contact-info>ul>li .contact-content span{display: block;width: 100%;}
.contact-info>ul>li .contact-content a{color: #222222;}
.contact-info>ul>li .contact-content a:hover{color: #ee7815;}
.googlemap {position: relative;padding-bottom: 36%;padding-top: 30px;height: 0;overflow: hidden;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1024px){
	.contact-info>ul>li{margin:5px 0;width:100%;}
    .googlemap {padding-bottom: 50%;}
}
@media screen and (max-width:767px){
	.googlemap {padding-bottom:80%;}
}
@media screen and (max-width:575px){
    .contact-info>ul>li .contact-icon{width: 46px;height: 46px;padding: 10px;margin: 0 10px 0 0;}
    .contact-info>ul>li .contact-content{padding: 8px 0;}
}

/** 表單欄位 **/
label{min-width: 100px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:0;padding: 30px 0; border-radius:0; overflow:hidden;border-bottom: 1px #dddddd solid;}
.opinion:nth-child(even){margin: 0 0 0 10px;}
.opinion-left01{ width:100%; padding:5px 0; font-weight:400; color:#222222; display:flex; align-items:center;}
.input-main-style01{background: #f9f9f9; flex:1; width:100%; border:0; margin:0; padding:10px 15px; color:#222222; min-height:56px;}
.input-main-style02{background: #f9f9f9; flex:1; width:100%; border:0; margin:0; padding:10px 15px; color:#222222; min-height:56px;}
.input-main-style03{background: #f9f9f9; flex:1; width:100%; border:0; margin:5px 0 0 0; padding:10px 15px; color:#222222;min-height:56px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; color:#222222;display:flex; flex-wrap:wrap;}
.input-main-select select{background:#f4f8fb url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px; width:calc(50% - 2.5px); margin-right:5px; padding:10px 15px; line-height:1.8; border:0;font-family:"Microsoft JhengHei"; color:#333; min-height:56px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c;  color:#ffffff; line-height:20px; padding:15px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:10px 15px;  color:#222222; min-height:56px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center;  font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:56px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;color: #333333;border-radius:0;margin: 15px 0 ;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-select select:focus{background: #ffffff;box-shadow: 0 0 0 1px #ee7815 inset;}
.input-main-select select:focus{background: #ffffff url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;}
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {width:calc(100%/3 - 3px);display: inline-block;padding: 0 5px 0 0;}
input[type="checkbox"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 8px 0 0;vertical-align:middle;background:url(../images/input-button.png) left top no-repeat;background-size: 76px;cursor:pointer;}
input[type="checkbox"]:checked + label span {background: url(../images/input-button.png) -19px top no-repeat;background-size: 76px;}
input[type="radio"] {display:none;}
input[type="radio"] + label {width:calc(100%/3 - 3px);display:inline-block;padding: 0 5px 0 0 ;}
input[type="radio"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 8px 0 0;vertical-align:middle;background:url(../images/input-button.png) -38px top no-repeat;background-size: 76px;cursor:pointer;}
input[type="radio"]:checked + label span {background:url(../images/input-button.png) -57px top no-repeat;background-size: 76px;}
@media screen and (max-width:767px){
    .opinion-main{display:block;}
	.opinion{display:block;flex: initial;width: 100%;}
    .opinion:nth-child(even){margin:0;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 108px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:30px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
.cart-btn i{margin: 0 8px 0 0;}
.btn-send{}
a.btn-send{background: #007a7b; padding:15px 20px; text-align:center; color:#ffffff;max-width: 250px; width:calc(50% - 20px); margin:0 0 0 20px;border-radius: 50px;}
a.btn-send:hover{background:#ee7815;}
a.btn-reset{background:#595757; padding:15px 20px; text-align:center; color:#ffffff;max-width: 250px; width:calc(50% - 20px); margin:0 0 0 20px; border-radius: 50px;}
a.btn-reset:hover{background:#222222;}
a.btn-send-over{background:#7ea2c5; padding:15px 20px; text-align:center; color:#ffffff;max-width: 250px; width:calc(50% - 20px);margin:5px; border-radius: 50px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:767px){
	a.btn-send{max-width:inherit;margin: 0 5px;width:calc(50% - 10px);padding:15px 10px;}
    a.btn-reset{max-width:inherit;margin: 0 5px;width:calc(50% - 10px);padding:15px 10px;}
    a.btn-send-over{max-width:inherit;margin: 0 5px;width:calc(50% - 10px);padding:15px 10px;} 
}
    
/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:20px; border-radius:5px;}

/** 頁次 **/
.page{font-size: 18px; color:#222222; text-align:center; clear:both; margin:40px 0 0 0;}
.page a{background:#007a7b; color:#fff; padding:5px 15px;display: inline-block;margin: 10px 0;border-radius: 50px;}
.page a:hover{background:#ee7815; color:#fff;}
.page br{display:none;}
.page i{margin: 0 8px 0 0;}
.page select{border: 1px #007a7b solid;border-radius: 0;padding: 4px 35px 4px 15px;background: #ffffff url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;}
.page select a{color:#222222;}
@media screen and (max-width:1024px){
    .page{font-size: 16px;}
}
@media screen and (max-width:767px){
    .page{font-size: 14px;}
	.page br{display:block;}
}

/** 下版 **/
footer{background:#f3f3f3; padding:2.5% 4.809%;}
footer .footer{font-size: 20px; color: #222222;display: flex;flex-wrap: wrap; align-items: center;}
.f-logo-main{width: 260px; display: flex;flex-wrap: wrap;justify-content:center;}
.f-logo-main .f-logo{width: 240px;}
.f-logo-main .logo-font-main{width: 100%; text-align: center;line-height: 1.5;margin: 22px 0 0 0;}
.f-logo-main .logo-font-main .logo-font{font-size: 20px;letter-spacing: 1.5px;}
.f-logo-main .logo-font-main .logo-font-en{font-size: 15px; color: #666666;letter-spacing: 3px;}
.f-menu{width: 110px;margin: 0 6%;}
.f-menu>ul{list-style: none;padding: 0;margin: 0;}
.f-menu>ul>li{padding: 0;margin:15px 0;}
.f-menu>ul>li a{display: block; color: #222222;position: relative;padding: 0 0 0 24px;}
.f-menu>ul>li a:before{content: "";display: block;width: 12px; height: 12px;background: url("../images/f-menu-icon.svg")no-repeat center center;background-size: 12px;position: absolute;top: 9px;left: 0;}
.f-menu>ul>li a:hover{color: #ee7815;}
.f-contact{flex: 1;}
.f-contact>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.f-contact>ul>li{padding: 0;margin: 0 5vw 0 0;display: flex;}
.f-contact>ul>li .f-contact-icon{width: 46px; height: 46px; border-radius: 50px;display: flex;align-items: center;justify-content:center;border: 1px #ee7815 solid;padding: 11px;margin: 0 12px 0 0;}
.f-contact>ul>li .f-contact-content{flex: 1;padding: 9px 0;}
.f-contact>ul>li .f-contact-content span{display: block;width: 100%;margin: 0 0 4px 0;}
.f-contact>ul>li .f-contact-content a{display: inline-block; color: #222222;}
.f-contact>ul>li .f-contact-content a:hover{color: #ee7815;}
.copyright{font-size: 12px; color: #999999;text-align: center;padding:10px 4.809%;text-transform: uppercase;letter-spacing: 0;}
.copyright span{display: inline-block;padding: 0 0 0 15px;}
.copyright span a{color: #999999;}
.copyright span a:hover{color: #ee7815;}
@media screen and (max-width:1300px){
	footer{padding:30px 15px;}
    footer .footer{display: block;}
    .f-logo-main{width: 100%;}
    .f-logo-main .logo-font-main{margin: 10px 0 0 0;}
    .f-menu{width:100%;margin:15px 0;}
    .f-menu>ul{display: flex;flex-wrap: wrap;justify-content: center;}
    .f-menu>ul>li{width: auto;margin: 10px 15px;}
    .f-contact{flex: initial;width: 100%;}
    .f-contact>ul>li{width: calc(100%/2 - 20px);margin: 5px;}
}
@media screen and (max-width:1024px){
    footer .footer{font-size: 18px;}
    .f-logo-main .f-logo{width: 180px;}
    .f-menu>ul>li a{padding: 0 0 0 20px;}
    .f-menu>ul>li a:before{width: 10px; height: 10px;background: url("../images/f-menu-icon.svg")no-repeat center center;background-size: 10px;top: 8px;}
    .f-contact>ul>li .f-contact-icon{width: 40px; height: 40px;padding: 8px;margin: 0 10px 0 0;}
    .f-contact>ul>li .f-contact-content{padding: 7px 0;}
}
@media screen and (max-width:767px){
    .f-menu>ul>li{margin: 10px 6px;}
    .f-contact>ul>li{width:100%;margin:0;}
    .copyright span{display: block;padding: 0;width: 100%;}
}