@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:575px);

/** 視差 **/
@import url(aos.css);

/** font **/
@import url(Noto+Sans+TC-Open+Sans.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#fefefe; margin:0; padding:0; width:100%; height:auto; font-size:18px;line-height: 1.8;font-family:"Open Sans", "Noto Sans TC", sans-serif;word-break: break-word;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;}
@media screen and (max-width:1024px){
    body{font-size:16px;}
}

/** 表單預設文字顏色設定 **/
::-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;}

/** 清除瀏覽器的默認選擇框樣式清除，隱藏拖動箭頭 **/
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#f5f5f5 url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;}
select::-ms-expand { display: none; }

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{background:#484848;}
.slicknav_icon-bar{background-color:#FFF;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{background:#6f0101;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;}

/** 上版 **/
header{background:#fefefe;padding: 0 4.6875vw;position: fixed;top: 0;left: 0;width: 100%; z-index: 10000;transition: all 0.5s ease 0s;border-bottom: 1px #dddddd solid;}
.head-main{position: relative;}
.head-main .logo{width: 437px; height:auto;padding: 25px 0;position: relative;z-index: 10000;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.head-main .logo img.i-logo{display: none;}
.head-main .logo img.c-logo{display: block;}
.head-main .logo.logo-show img.i-logo{display: block;}
.head-main .logo.logo-show img.c-logo{display: none;}
@media screen and (max-width:1024px){
    header{padding: 0 25px;}
    .head-main .logo{width: 294px;padding: 20px 0;}
}
@media screen and (max-width:767px){
    .head-main .logo.logo-show img.i-logo{display: none;}
    .head-main .logo.logo-show img.c-logo{display: block;}
}
@media screen and (max-width:575px){
    .head-main .logo{width: 200px;padding: 21.32px 0;}
}
@media screen and (max-width:374px){
    .head-main .logo{width: 160px;padding: 21.32px 0;}
}

/** 選單按鈕 **/
.menu-btn{ position: absolute;top: 50%;right: 0;transform: translateY(-50%);z-index: 10000;}
.menu-btn:hover{cursor: pointer;}
.hamburger {display: flex;align-items: center;}
.menu-btn .hamburger .menu-btn-font{width: auto;color: #222222;margin: 0 14px 0 0;}
.menu-btn .hamburger .menu-line{width: 30px;}
.hamburger .line{width: 30px;height: 3px;background-color: #222222;display: block;margin: 5px 0;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;border-radius: 5px;}
.hamburger .line:nth-child(1){width: 20px;}
.hamburger .line:nth-child(3){width: 24px;}
#hamburger.is-active{ -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;}
#hamburger.is-active .menu-line{-webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#hamburger.is-active .line:nth-child(2){width: 0px;}
#hamburger.is-active .line:nth-child(1),
#hamburger.is-active .line:nth-child(3){width: 30px;-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(8px);-ms-transform: translateY(8px);-o-transform: translateY(8px);transform: translateY(8px);}
#hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-8px) rotate(90deg);-ms-transform: translateY(-8px) rotate(90deg);-o-transform: translateY(-8px) rotate(90deg);transform: translateY(-8px) rotate(90deg);}
.menu-btn.active .menu-btn-font{color: #222222;}
.menu-btn.active .hamburger .line{background-color: #222222;}

/** 主選單與下拉 **/
nav{visibility: hidden;opacity: 0; position: absolute;top: 0;right: calc(-100vw - 4.6875vw);transition: all 0.5s ease 0s;width: 100vw;height: 100vh;background: #ffffff;padding: 100px 0 0 0;overflow: hidden;}
.menu{padding:0; list-style:none; position:relative; margin:0 ;}
.menu>li{width: 100%; color:#666666; font-size:30px; cursor:pointer; padding:0; margin:0 ;display: block; ;}
.menu>li .menu-tc{color:#666666;}
.menu>li .menu-en{color:#222222;text-transform: uppercase; display: none;}
.menu>li:hover .menu-tc{display:none;}
.menu>li:hover .menu-en{display: block;}
.menu>li .menu-photo{position: absolute;top: -100px;left: 0;margin: 0 50vw 0 0;height: 100vh;}
.menu>li:first-of-type .menu-photo{z-index: 3;}
.menu>li .menu-photo:before{content: "";display: block;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,0) 40%);position: absolute;top: 0;left: 0;}
.menu>li .menu-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.menu>li:hover .menu-photo{z-index: 10;}
.menu>li>a{color:#666666; display:block; padding:38px 0; margin:0 4.6875vw 0 54.6875vw;border-bottom: 1px #222222 solid;position: relative;z-index: 1;}
.menu>li>a .menu-en:after{content: "";display: block;width: 8px; height: 8px; background: #222222;position: absolute;top: calc(50% - 4px);right: 0;z-index: -1;}
.menu>li>a:hover{}
.menu>li.sub{}
.menu>li.sub>ul.sub-menu{display: none;list-style: none;margin:0 4.6875vw 0 54.6875vw;padding: 0;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li{display:block; border-bottom:1px #dddddd dashed;}
.menu>li.sub>ul.sub-menu>li .sub-menu-tc{color:#222222;display: block;font-size:24px;}
.menu>li.sub>ul.sub-menu>li .sub-menu-en{color:#444444;text-transform: uppercase;display: block;font-size:20px;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:15px 25px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{}
.menu>li.sub>ul.sub-menu>li>a:hover .sub-menu-tc{color:#222222;}
.menu>li.sub>ul.sub-menu>li>a:hover .sub-menu-en{color:#222222;}
nav.open {visibility: visible;opacity: 1; right: -4.6875vw;transition: all 0.5s ease 0s;}
.menu>li.sub.open > ul.sub-menu {display: block;}
@media screen and (max-width:1024px){
    nav{right: calc(-100vw - 25px);padding:74px 0 0 0;}
    .menu>li{ font-size:20px; }
    .menu>li>a{padding:25px 0;margin:0 25px 0 calc(50vw + 25px);}
    nav.open {right: -25px;}
}
@media screen and (max-width:767px){
    .menu>li .menu-photo{margin: 0;display: none;}
    .menu>li>a{margin:0 25px;}
}
@media screen and (max-width:575px){
	nav{padding:72px 0 0 0;}
}

/** edm輪播 **/
.edm-main{background:#fefefe; height: 100vh;overflow: hidden;position: relative;}
.edm-main:after{content: "";display: block;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0) 30%);position: absolute;bottom: 0;left: 0;z-index: 1;pointer-events: none;}
.edm-main img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.edm{height: 100%;}
.edm .swiper{height: 100%;}
.autoplay-progress {position: absolute;right: 16px;bottom: 16px;z-index: 10;width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;font-weight: bold;color: var(--swiper-theme-color);color: #ffffff;}
.autoplay-progress svg {--progress: 0;position: absolute;left: 0;top: 0px;z-index: 10;width: 100%;height: 100%;stroke-width: 4px;stroke: var(--swiper-theme-color);fill: none;stroke-dashoffset: calc(125.6px * (1 - var(--progress)));stroke-dasharray: 125.6;transform: rotate(-90deg);}
@media screen and (max-width:767px){
    .edm-main{ height: 80vh;}
}
@media screen and (max-width:575px){
	.edm-main{ height: 60vh;}
}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}
.i-title-main{margin: 0 0 18px 0;}
.i-title-main .i-title{font-size: 36px; color: #000000;font-weight: 500;padding: 0;margin: 0;line-height: 1.4;letter-spacing: 3.5px;}
.i-title-main .i-title-en{font-size: 20px; color: #444444;font-weight: 400;padding: 0;margin: 0;line-height: 1.4;letter-spacing: 1px;text-transform: uppercase;}
.more{font-size: 14px; color: #444444;font-weight: 700;text-transform: uppercase;display: flex;justify-content: flex-end;position: relative;z-index: 1;margin: 35px 0 0 0;}
.more a{display: flex;align-items: center; color: #444444;}
.more a:hover i{background: #444444;transition: all 0.5s ease 0s;}
.more a:hover i img{filter: brightness(100);transition: all 0.5s ease 0s;}
.more i{background: #f3f3f3;width: 40px; height: 40px; padding: 14.5px;border-radius: 50px;display: flex;align-items: center;justify-content: center;margin: 0 10px 0 0 ;transition: all 0.5s ease 0s;}
.more i img{width: 11px ;height: 11px;filter: brightness(1);transition: all 0.5s ease 0s;}
.photo-main{overflow: hidden;}
.photo{background-color:#fefefe;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: 30px; letter-spacing: 2px;}
    .i-title-main .i-title-en{font-size: 16px; }
    .more{font-size: 13px; margin: 25px 0 0 0;}
    .more i{width: 36px; height: 36px; padding: 10px;;}
    .more i img{width: 9px ;height: 9px;}
}

/** 首頁關於我們 **/
.i-about-main{padding: 5vw 4.6875vw;}
.i-about{}
.i-about .i-about-content{color: #444444;font-weight: 300;display: flex;flex-wrap: wrap;}
.i-about .i-about-content .i-about-photo{flex: 2.25;}
.i-about .i-about-content .i-about-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.i-about .i-about-content .i-about-info{flex: 1;margin: 0 0 0 30px;background: #f5f5f5;padding: 2.5vw 4vw;}
.i-about .i-about-content .i-about-info-en{width: 100%;margin: 30px 0 0 0;background:#f5f5f5;padding:2.5vw 4vw;}
.i-about .i-about-content .i-about-info-en .more:after{content: "";display: block;width: calc(100% - 130px);height: 1px;background: #999999;position: absolute;top: calc(50% - 0.5px);left: 0;z-index: -1;}
.i-about .i-about-content .i-about-info-en .more i{background: #fefefe;}
.i-about .i-about-content .i-about-info-en .more a:hover i{background: #444444;}
@media screen and (max-width:1300px){
    .i-about .i-about-content .i-about-photo{flex:1.8;}
}
@media screen and (max-width:1024px){
    .i-about-main{padding: 30px 25px;}
    .i-about .i-about-content{display: block;}
    .i-about .i-about-content .i-about-photo{flex: initial;width: 100%;}
    .i-about .i-about-content .i-about-info{flex: initial;width: 100%;margin: 20px 0;padding: 20px;}
    .i-about .i-about-content .i-about-info-en{width: 100%;margin:0;padding: 20px;}
    .i-about .i-about-content .i-about-info-en .more:after{width: calc(100% - 120px);}
}

/** 專業領域服務 **/
.i-service-main{padding: 0 4.6875vw;}
.i-service{position: relative;}
.i-service>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-service>ul>li{padding: 0;margin: 0;width: calc(100%/2);border-bottom: 1px #999999 solid;border-right: 1px #999999 solid;}
.i-service>ul>li:nth-child(2n){border-right: 0;}
.i-service>ul>li:nth-child(7), .i-service>ul>li:nth-child(8){border-bottom: 0;}
.i-service>ul>li a{display: flex;height: 100%;}
.i-service>ul>li:nth-child(4n-1) a, .i-service>ul>li:nth-child(4n) a{flex-direction: row-reverse;}
.i-service>ul>li a:hover{box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);position: relative;z-index: 1;}
.i-service>ul>li .i-service-photo{width: 300px;background: #fefefe;padding: 25px;display: flex;align-items: center;justify-content: center;}
.i-service>ul>li .i-service-content{flex: 1; background: #f5f5f5;padding: 25px;}
.i-service>ul>li .i-service-content h3{font-size: 22px; color: #222222;font-weight: 400;padding: 0;margin: 0 0 10px 0;line-height: 1.4;}
.i-service>ul>li .i-service-content h3 span{display: block;width: 100%;font-size: 20px; color: #333333;margin: 5px 0 0 0;}
.i-service>ul>li .i-service-content .i-service-info{color: #444444;font-weight: 300;}
.i-service>ul>li .i-service-content .i-service-info span{display: block;width: 100%;color: #444444;font-size: 16px;margin: 5px 0 0 0;}
.i-service .more{position: absolute;bottom:2.5vw;right: 0;}
@media screen and (max-width:1300px){
    .i-service>ul>li .i-service-photo{width: 220px;}
}
@media screen and (max-width:1024px){
    .i-service-main{padding: 0 25px 30px 25px;}
    .i-service>ul>li{width: 100%;border-bottom: 1px #999999 solid;border-right: 0;}
    .i-service>ul>li:nth-child(7), .i-service>ul>li:nth-child(8){border-bottom: 1px #999999 solid;}
    .i-service>ul>li:nth-child(4n-1) a, .i-service>ul>li:nth-child(4n) a{flex-direction: row;}
    .i-service>ul>li:nth-child(even) a{flex-direction: row-reverse;}
    .i-service>ul>li .i-service-photo{padding: 20px;}
    .i-service>ul>li .i-service-content{padding: 20px;}
    .i-service>ul>li .i-service-content h3{font-size: 20px;}
    .i-service>ul>li .i-service-content h3 span{font-size: 18px;}
    .i-service>ul>li .i-service-content .i-service-info{font-size: 16px;}
    .i-service>ul>li .i-service-content .i-service-info span{font-size: 14px;}
    .i-service .more{position: inherit;bottom:inherit;right: inherit;}
}
@media screen and (max-width:575px){
    .i-service>ul>li a{display: block;}
    .i-service>ul>li .i-service-photo{width: 100%;max-width: 300px;margin: 0 auto;}
    .i-service>ul>li .i-service-content{flex: initial;width: 100%;} 
}

/** 內頁banner **/
.inside-banner{padding:calc(101px + 30px) 4.6875vw 30px 4.6875vw;background-color: #eeeeee; background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;border-bottom: 1px #dddddd solid;}
.inside-banner .banner-title {margin: 0;padding: 0;text-align: center;position: relative;z-index: 2;}
.inside-banner .banner-title .banner-title-tc{font-size: 36px; color: #000000;font-weight: 500;padding: 0;margin: 0;line-height: 1.4;letter-spacing: 8px;}
.inside-banner .banner-title .banner-title-en{font-size: 20px; color: #444444;font-weight: 400;padding: 0;margin: 0 0 0 -6px;line-height: 1.4;letter-spacing: 2px;text-transform: uppercase;}
@media screen and (max-width:1024px){
    .inside-banner{padding:calc(74.63px + 20px) 25px 20px 25px;}
    .inside-banner .banner-title .banner-title-tc{font-size: 30px;letter-spacing:4px;}
    .inside-banner .banner-title .banner-title-en{font-size: 16px;letter-spacing:1px;margin: 0 0 0 -3px;}
}
@media screen and (max-width:575px){
    .inside-banner{padding:calc(66.5px + 20px) 25px 20px 25px;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{visibility: visible;position: inherit;top: inherit;right: inherit;width: 100%;height:100%;background: #f5f5f5;padding: 10px 4.6875vw;opacity: 1;font-size: 14px;border-bottom: 1px #dddddd solid;}
.breadcrumb{display:flex; flex-wrap:wrap; width:100%;  margin:0 ; padding:0; list-style:none; background-color:transparent;justify-content: flex-end;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#444444; content:" - ";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color:#444444;}
.breadcrumb-item a:hover{color:#222222; text-decoration:none;}
.breadcrumb-item.active{color:#444444;}
@media screen and (max-width:1024px){
    nav[aria-label="breadcrumb"]{padding: 10px 25px;}
}

/** 內頁架構 **/
.content-body-main{padding: 2.5vw 4.6875vw;}
.content-body{ margin:0;}
.page-title{font-size:30px; color:#222222; padding:0 0 15px 0; margin: 0 0 20px 0;font-weight: 500;position: relative;}
.page-title:after{content: "";display: block;width: 30px; height: 1px;background: #222222;position: absolute;bottom: 0;left: 0;}
.page-main{color: #444444;}
@media screen and (max-width:1024px){
    .content-body-main{padding: 30px 25px;}
    .page-title{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-left-menu-main{margin: 0 0 2.5vw 0;}
.in-left-menu{}
.in-left-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap; justify-content: center;}
.in-left-menu>ul>li{flex: auto;margin: 0; color:#222222; padding:0;text-align: center;border-right: 1px #dddddd solid;}
.in-left-menu>ul>li:last-of-type{border-right:0;}
.in-left-menu>ul>li .left-menu{color:#222222;}
.in-left-menu>ul>li .left-menu-en{color:#444444;font-size: 16px;}
.in-left-menu>ul>li>a{background:#ffffff; color:#222222;display:block; padding:15px 15px;height: 100%;}
.in-left-menu>ul>li>a:hover:not(.current){background-color:#f5f5f5; }
.in-left-menu>ul>li>.current{background-color:#f5f5f5;}
.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-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:1380px){
    .in-left-menu>ul>li{flex:initial;width: calc(100%/4);}
    .in-left-menu>ul>li:nth-child(4n){border-right:0;}
}
@media screen and (max-width:1024px){
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #444444;}
	.m_classLink a.main{display:block; background:none; font-size:16px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:10px 15px;}
	.m_classLink a.main i{display:block; font-size:18px; background:#444444; width:48.8px; height:100%; text-align:center; color:#FFF; line-height:48.8px; position:absolute; right:0; top:0;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #444444; 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 .left-menu{color:#222222;}
	.m_classLink ul li .left-menu-en{color:#444444;font-size: 15px;}
	.m_classLink ul li a{display:block; padding:10px 15px; border-top:1px solid #444444; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#f5f5f5;}
	.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 #444444; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
    .in-left-menu-main{margin: 0 0 30px 0;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 主要成員 **/
.about-content{color: #444444;font-weight: 300;display: flex;flex-wrap: wrap;}
.about-content .about-photo{flex: 2.25;}
.about-content .about-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.about-content .about-info{flex: 1;margin: 0 0 0 30px;background: #f5f5f5;padding: 2.5vw 4vw;}
.about-content .about-info-en{width: 100%;margin: 30px 0 0 0;background:#f5f5f5;padding:2.5vw 4vw;}
.about-member{margin: 0;}
.about-member>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.about-member>ul>li{padding: 0;margin:15px ;width: calc(100%/4 - 30px);background: #f5f5f5;}
.about-member>ul>li .about-member-photo{}
.about-member>ul>li .about-member-content{padding: 20px;}
.about-member>ul>li .about-member-content h3{font-size: 20px; color: #222222;font-weight: 400;padding: 0;margin: 0;line-height: 1.4;}
.about-member>ul>li .about-member-content h3 span{display:inline-block; color: #444444;}
.about-member>ul>li .about-member-content .about-member-office{font-size: 18px; color: #444444;font-weight: 400;padding: 0;margin:10px 0 0 0;line-height: 1.4;}
.about-member>ul>li .about-member-content .about-member-office span{display:inline-block; color: #666666;}
@media screen and (max-width:1300px){
    .about-content .about-photo{flex:1.8;}
    .about-member>ul>li .about-member-content h3 span{display:block;width: 100%;}
    .about-member>ul>li .about-member-content .about-member-office span{display:block;width: 100%;}
}
@media screen and (max-width:1024px){
    .about-content{display: block;}
    .about-content .about-photo{flex: initial;width: 100%;}
    .about-content .about-info{flex: initial;width: 100%;margin: 20px 0;padding: 20px;}
    .about-content .about-info-en{width: 100%;margin:0;padding: 20px;}
    .about-member>ul>li{padding: 0;margin:10px ;width: calc(100%/3 - 20px);}
    .about-member>ul>li .about-member-content h3{font-size: 18px; }
    .about-member>ul>li .about-member-content .about-member-office{font-size: 16px;}
}
@media screen and (max-width:767px){
    .about-member>ul>li{margin:10px;width: calc(100%/2 - 20px);}
    .about-member>ul>li .about-member-content{padding: 15px;}
}
@media screen and (max-width:575px){
    .about-member>ul>li{margin:10px 0;width:100%;}
}

/** 服務項目 **/
.service{display: flex;}
.service-content{width: 40%;background: #f5f5f5;padding: 2.5vw 4vw;display: flex;flex-direction: column; justify-content: center;}
.service-content02{width: 100%;}
.service-content .service-content-title{font-size:24px; color:#222222; padding:0 0 15px 0; margin: 0 0 20px 0;font-weight: 400;position: relative;}
.service-content .service-content-title:after{content: "";display: block;width: 30px; height: 1px;background: #222222;position: absolute;bottom: 0;left: 0;}
.service-content .service-content-title span{font-size: 22px ;width: 100%;display: block;color: #444444;}
.service-content .service-content-dep{color:#222222;font-weight: 300;}
.service-content .service-content-dep span{font-size: 16px ;padding: 5px 0 0 0;width: 100%;display: block;color: #444444;}
.service-photo{width:calc(60% - 30px);margin: 0 0 0 30px;display: flex;align-items: center;justify-content: center;}
.service-info{margin: 2.5vw 0 0 0;}
.service-info>ul{list-style: none;padding: 0;margin: 0;}
.service-info>ul>li{padding: 2.5vw 4vw;margin: 0;background: #ffffff;display: flex;flex-wrap: wrap;}
.service-info>ul>li .service-info-photo{width:calc(40% - 30px);margin: 0 30px 0 0;}
.service-info>ul>li .service-info-content{width: 60%;}
.service-info>ul>li .service-info-content02{width: 100%;}
.service-info>ul>li h3{font-size: 22px; color: #222222;font-weight: 400;padding: 0;margin: 0 0 15px 0;line-height: 1.4;width: 100%;}
.service-info>ul>li h3 span{font-size: 20px; color: #444444;width: 100%;display: block;padding: 5px 0 0 0;}
.service-info>ul>li .service-dep{font-weight: 300;color: #222222;width: 100%;}
.service-info>ul>li .service-dep02{font-weight: 400;font-size: 20px;}
.service-info>ul>li .service-dep>ul{list-style: none;padding: 0;margin: 0;}
.service-info>ul>li .service-dep>ul>li{position: relative;padding: 0 0 0 20px;margin:5px 0;}
.service-info>ul>li .service-dep>ul>li:before{content: "";display:block;width: 10px; height: 1px; background: #222222; position: absolute;top:16px;left: 0;}
.service-info>ul>li .service-dep>ul>li span{font-size: 16px; color: #444444;width: 100%;display: block;padding:0;}
.service-info>ul>li .service-dep span{font-size: 16px;padding: 0;color: #444444;width: 100%;display: block;}
.service-info>ul>li .service-dep02 span{font-size: 18px;}
.service-info>ul>li .service-info-dep{margin: 10px 0 15px 0;}
.service-info>ul>li .service-info-dep>ol{padding: 0;margin: 0 0 0 22px;}
.service-info>ul>li .service-info-dep>ol>li{padding: 0;margin:5px 0;}
.service-info>ul>li .service-info-dep>ol>li .service-info-dep-title{font-weight: 300;color: #222222;width: 100%;}
.service-info>ul>li .service-info-dep>ol>li .service-info-dep-title span{font-size: 16px; color: #444444;width: 100%;display: block;padding: 0;}
.service-info>ul>li .service-info-dep>ol>li .service-info-dep-content{font-weight: 300;color: #222222;width: 100%;margin: 5px 0 0 0;}
.service-info>ul>li .service-info-dep>ol>li .service-info-dep-content span{font-size: 16px; color: #444444;width: 100%;display: block;padding: 0;}
@media screen and (max-width:1024px){
    .service{display: block;}
    .service-content{width: 100%;padding:20px;}
    .service-content .service-content-title{font-size:22px; }
    .service-content .service-content-title span{font-size: 20px ;}
    .service-content .service-content-dep span{font-size: 14px ;}
    .service-photo{width:100%;margin:20px 0 0 0;}
    .service-info{margin:0;}
    .service-info>ul>li{padding: 20px 0;}
    .service-info>ul>li{display: block;}
    .service-info>ul>li .service-info-photo{width:100%;margin:0 0 20px 0;}
    .service-info>ul>li .service-info-content{width: 100%;}
    .service-info>ul>li h3{font-size: 20px; }
    .service-info>ul>li h3 span{font-size: 18px;}
    .service-info>ul>li .service-dep02{font-size: 18px;}
    .service-info>ul>li .service-dep>ul>li span{font-size: 14px;}
    .service-info>ul>li .service-dep02 span{font-size: 14px;}
    .service-info>ul>li .service-dep02 span{font-size: 16px;}
    .service-info>ul>li .service-info-dep>ol>li .service-info-dep-title span{font-size: 14px; }
    .service-info>ul>li .service-info-dep>ol>li .service-info-dep-content span{font-size: 14px;}
}

/** 實績案例 **/
.pro-store-info{font-size:16px; color:#666; padding:10px; margin-bottom:20px;}
.achievements{}
.achievements ul{ margin:0; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.achievements ul li{width:calc(100%/3 - 30px); margin:15px;}
.achievements ul li a{display: block;background: #f5f5f5;height: 100%;border: 1px #f5f5f5 solid;}
.achievements ul li a:hover{}
.achievements ul li .achievements-content{padding: 20px ;display: block;}
.achievements ul li .achievements-content h3{font-size: 20px; color: #222222;font-weight: 400;padding: 0;margin: 0;line-height: 1.4;}
.achievements ul li:hover .photo{transform: scale(1.1); transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
	.achievements ul li{width:calc(100%/2 - 20px); margin:10px;}
    .achievements ul li .achievements-content{padding: 15px ;}
    .achievements ul li .achievements-content h3{font-size: 18px;}
}
@media screen and (max-width:575px){
	.achievements ul li{width:100%;margin: 10px 0;}
}

/** 實績案例明細 **/
.achievements-detaile-title{font-size:18px; color:#333; padding:5px; margin:0 0 10px 0; font-weight:normal;}
.achievements-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 15px 0;}
.achievements-detaile-photo-box{width:calc(75% - 30px); margin:0 0 0 30px;text-align: center;}
.achievements-detaile-photo-box img{width: 100%;}
.achievements-detaile-photo-box .mySwiper{margin: 10px 0 0 0;}
.achievements-detaile-spe-box{width:25%; position:relative; }
.achievements-detaile .achievements-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.achievements-detaile .achievements-photo-box img{width:100%; height:auto;}
.achievements-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.achievements-specification{ color:#444444;}
.achievements-specification>ul{list-style: none;padding: 0;margin: 0;}
.achievements-specification>ul>li{padding: 0;margin:15px 0;display: flex;align-items:flex-start;}
.achievements-specification>ul>li .achievements-title{width: 110px;background: #ebebeb;color: #222222;padding: 5px 15px;border-radius: 100px;text-align: center;}
.achievements-specification>ul>li .achievements-info{flex: 1;padding: 5px 15px;}
h3.achievements-introduce{background:#999; font-weight:normal; border-left:5px #111111 solid; padding:8px 10px; font-size:20px; color:#fff; margin:25px 0 15px 0;}
.achievements-detaile-content{color:#444444; clear:both;margin: 30px 0 0 0;}
.achievements-detaile-box .mySwiper .swiper-slide {filter: grayscale(100%) opacity(.7);}
.achievements-detaile-box .mySwiper .swiper-slide-thumb-active {filter: grayscale(0) opacity(1);}
@media screen and (max-width:1300px){
    .achievements-detaile-photo-box{width:calc(65% - 30px);}
    .achievements-detaile-spe-box{width:35%;}
}
@media screen and (max-width:1024px){
	.achievements-detaile-box{display:block;}
	.achievements-detaile-photo-box{width:100%; margin: 30px 0 0 0;}
	.achievements-detaile-spe-box{width:100%;}
    .achievements-specification>ul>li .achievements-title{width: 100px;}
    .achievements-detaile-content{margin: 20px 0 0 0;}
}

/** 聯絡我們 **/
.contact-body{margin: 30px 0 0 0;}
.contact-note{padding:10px 0; font-weight:bold; font-size:1.6rem; color:#900;}
.contact{margin: 0 0 25px 0;}
.contact>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.contact>ul>li{padding: 0;margin:10px 30px 10px 0;display: flex;width: calc(100%/2 - 15px);}
.contact>ul>li:nth-child(even){margin: 10px 0;}
.contact>ul>li .contact-icon{width: 50px;height: 50px;border-radius: 50px; padding:12px; margin:3.5px 15px 3.5px 0;background: #444444;display: flex;align-items: center;justify-content: center;}
.contact>ul>li .contact-icon img{filter: brightness(100);}
.contact>ul>li .contact-content{flex: 1;color: #222222;display: flex;flex-wrap: wrap; align-items: center;}
.contact>ul>li .contact-content span{display:inline-block;}
.contact>ul>li .contact-content a{color: #222222;display: inline-block;}
.contact>ul>li .contact-content a:hover{color: #444444;}
.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>ul>li .contact-content span{display:block;width: 100%;}
    .googlemap {padding-bottom: 50%;}
}
@media screen and (max-width:767px){
    .contact>ul>li{margin:10px 0;width: 100%;}
    .contact>ul>li:nth-child(even){margin: 10px 0;}
    .contact>ul>li .contact-content span{display:inline-block;width:auto;}
	.googlemap {padding-bottom:80%;}
}
@media screen and (max-width:575px){
    .contact>ul>li .contact-content span{display:block;width: 100%;}
}

/** 表單欄位 **/
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: 20px 0; border-radius:0; overflow:hidden;border-bottom: 1px #dddddd solid;}
.opinion-left01{ width:120px; padding:5px 15px; font-weight:400; color:#222222; display:flex; align-items:center;}
.input-main-style01{background: #f5f5f5; flex:1; width:100%; border:0; margin:0; padding:10px 15px; color:#222222; min-height:52.39px;}
.input-main-style02{background: #f5f5f5; flex:1; width:100%; border:0; margin:0; padding:10px 15px; color:#222222; min-height:52.39px;}
.input-main-style03{background: #f5f5f5; flex:1; width:100%; border:0; margin:5px 0 0 0; padding:10px 15px; color:#222222;min-height:52.39px;}
.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:#f5f5f5 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:52.39px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; color:#ffffff; line-height:20px; padding:10px 10px; border:0;}
.input-style01{background:#f5f5f5; flex:1; width:100%; border:0; margin:0; padding:10px 15px; color:#222222; min-height:52.39px;}
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:52.39px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 1.8rem; 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 #222222 inset;}
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:1024px){
    .opinion-left01{ width:110px; }
}
@media screen and (max-width:767px){
    .opinion-main{display:block;}
	.opinion{display:block;}
	.opinion-left01{width:100%;padding: 5px 0;}
	.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;}
a.btn-send{background: #222222; padding:15px 20px; text-align:center; color:#ffffff;max-width: 200px; width:calc(50% - 20px); margin:0 0 0 20px;border-radius: 50px;}
a.btn-send:hover{background:#444444;}
a.btn-reset{background:#666666; padding:15px 20px; text-align:center; color:#ffffff;max-width: 200px; width:calc(50% - 20px); margin:0 0 0 20px; border-radius: 50px;}
a.btn-reset:hover{background:#999999;}
a.btn-send-over{background:#7ea2c5; padding:15px 20px; text-align:center; color:#ffffff;max-width: 200px; 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);}
    a.btn-reset{max-width:inherit;margin: 0 5px;width:calc(50% - 10px);}
    a.btn-send-over{max-width:inherit;margin: 0 5px;width:calc(50% - 10px);} 
}
    
/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:20px; border-radius:5px;}

/** 頁次 **/
.page{font-size: 15px; color:#222222; text-align:center; clear:both; margin:40px 0 0 0;}
.page a{background:#444444; color:#ffffff; padding:5px 15px;display: inline-flex;align-items: center;justify-content: center; margin: 10px 0;}
.page a:hover{background:#222222; color:#ffffff;}
.page br{display:none;}
.page select{margin: 0 10px;min-height: 37px;padding: 5px 30px 5px 10px;border-radius: 0px;background: #f5f5f5 url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{padding: 0 4.6875vw;font-size: 16px; color: #222222;}
footer .footer{display: flex;flex-wrap: wrap; border-top: 1px #dddddd solid;padding: 3.5vw 0;}
.f-logo-menu{width: auto;display: flex;flex-direction: column;justify-content: flex-end;}
.f-logo-menu .f-logo{width: 248px;}
.f-logo-menu .f-menu{width: 100%;margin: 20px 0 0 0;}
.f-logo-menu .f-menu>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.f-logo-menu .f-menu>ul>li{padding: 0;margin:5px 25px 5px 0;width: calc(100%/4 - 25px);}
.f-logo-menu .f-menu>ul>li a{display: block;color: #222222;}
.f-logo-menu .f-menu>ul>li a:hover{color: #444444;}
.f-contact{flex: 1;margin: 10px 30px 10px 5vw;display: flex;flex-direction: column;justify-content:center;}
.f-contact>ul{list-style: none;padding: 0;margin: 0;}
.f-contact>ul>li{padding: 0;margin:3px 0;display: flex;}
.f-contact>ul>li .f-contact-icon{width: 20px;margin: 0 10px 0 0;}
.f-contact>ul>li .f-contact-info{flex: 1;}
.f-contact>ul>li a{display: inline-block;color: #222222;}
.f-contact>ul>li a:hover{color: #444444;}
.f-community-copyright{flex: 1;display: flex;flex-direction: column;justify-content: flex-end;}
.f-community-copyright .f-community{width: 100%;}
.f-community-copyright .f-community>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.f-community-copyright .f-community>ul>li{padding: 0;margin:5px 0 5px 20px;width: 40px;}
.f-community-copyright .f-community>ul>li a{display:flex;align-items: center;justify-content: center; background: #f5f5f5;padding: 10px;border-radius: 5px;width: 40px; height: 40px;}
.f-community-copyright .f-community>ul>li a:hover{background:#222222;}
.f-community-copyright .f-community>ul>li a:hover img{filter: brightness(100);}
.f-community-copyright .copyright{font-size: 12px; color: #444444;width: 100%;text-transform: uppercase;text-align: right;line-height: 1.4;margin: 35px 0 0 0;}
.f-community-copyright .copyright span{display: block;width: 100%;}
.f-community-copyright .copyright span a{display: block;color: #444444;}
.f-community-copyright .copyright span a:hover{color: #222222;}
@media screen and (max-width:1300px){
    .f-community-copyright{flex: initial;width: 100%;display: flex;flex-direction: row;align-items:center;justify-content: space-between;margin: 30px 0 0 0;}
    .f-community-copyright .f-community{width:180px;}
    .f-community-copyright .f-community>ul{justify-content:flex-start;}
    .f-community-copyright .f-community>ul>li{margin:5px 20px 5px 0;}
    .f-community-copyright .copyright{width: auto;flex: 1;margin: 0 0 0 30px;}
}
@media screen and (max-width:1024px){
    footer{padding: 0 25px;}
    footer .footer{padding: 30px 0;}
    .f-logo-menu .f-menu>ul>li{margin:5px 15px 5px 0;width: calc(100%/4 - 15px);}
    .f-contact{margin: 10px 20px;}
    .f-community-copyright{margin: 20px 0 0 0;}
    .f-community-copyright .copyright{margin: 0 0 0 20px;}
}
@media screen and (max-width:767px){
    footer .footer{display:block; }
    .f-logo-menu{width: 100%;}
    .f-logo-menu .f-logo{width: 220px;margin: 0 auto;}
    .f-logo-menu .f-menu{margin: 15px 0 0 0;}
    .f-logo-menu .f-menu>ul{justify-content: center;}
    .f-logo-menu .f-menu>ul>li{margin:5px 5px;width: calc(100%/4 - 10px);text-align: center;}
    .f-contact{flex: initial;width: 100%; margin: 20px 0 0 0;}
    .f-contact>ul>li .f-contact-info{flex: initial;width: auto;}
    .f-community-copyright{display: block;}
    .f-community-copyright .f-community{width:100%;}
    .f-community-copyright .f-community>ul{justify-content:center;}
    .f-community-copyright .f-community>ul>li{margin:5px 10px;}
    .f-community-copyright .copyright{width:100%;flex: initial;margin:10px 0 0 0 ;text-align: center;}
}
@media screen and (max-width:575px){
    .f-contact>ul>li .f-contact-info{flex: 1;}
}
@media screen and (max-width:374px){
    .f-logo-menu .f-menu>ul>li{margin:5px 10px;width: calc(100%/4 - 20px);}
}

/** top **/
#scrollUp {bottom: 30px;right: 0; color: #444444;font-weight: 700; font-size: 14px; text-transform: uppercase;width: 38px ;height: 75px; background: url("../images/top-icon.svg")no-repeat center top 10px;background-size: 18px;padding:10px;text-align: center; writing-mode: vertical-rl;display: flex;align-items: center;justify-content: flex-end;}
#scrollUp:hover{background: #f5f5f5 url("../images/top-icon.svg")no-repeat center top 10px;background-size: 18px;}
@media screen and (max-width:1024px){
    
}
