@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:767px);

/** font **/
@import url(Lora-Noto+Sans+TC-Roboto.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background-color:#ffffff;background-image: url("../images/bg01.png"), url("../images/bg02.png");background-position: center top, center bottom; background-repeat: no-repeat;background-size: 100%; margin:0; padding:0; width:100%; height:auto; font-size:18px;line-height: 1.6;font-family:"Roboto", "Noto Sans TC", serif, "Microsoft JhengHei", "arial";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;}
@media screen and (max-width:1920px){
	body{background-color:#ffffff;background-image: url("../images/bg01.png"), url("../images/bg02.png");background-position: center top, center bottom; background-repeat: no-repeat;background-size: auto;}
}
@media screen and (max-width:767px){
	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;}
.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:#ffffff url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;padding: 3px 35px 3px 15px;border: 1px #cccccc solid;border-radius: 0;}
select::-ms-expand { display: none; }

/** 反白 **/
::selection {background: #be9445;color: #ffffff;}
::-moz-selection {background:#be9445;color: #ffffff;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#222222;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #6d6d6d;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;font-size: 12px;position: absolute;top: 15px; right: 15px;}

/** loading **/
.loading {position: fixed;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;background-color:transparent; background-repeat: no-repeat;background-position: center center;background-size: cover;display: flex;flex-direction: column;justify-content: center;align-items: center;z-index: 99999;}
.loading-logo {width: 280px;height: auto; animation: spin 2s linear 1;}
@keyframes spin {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.loading-but {font-family: "Lora", serif;padding: 1px 20px;letter-spacing: 4px;text-transform: uppercase;background-color: transparent;color: #040000;border: 1px #040000 solid;border-radius: 0;font-size: 20px;cursor: pointer;margin-top: 40px;width: 280px;position: relative;z-index: 1;}
.loading-but:after{content: "";display: block;width: 0%;height: 100%;background-color: transparent;position: absolute;top: calc(50% - 50%);left: calc(50% - 0%);z-index: -1;transition: all 0.5s ease 0s;}
.loading-but:hover { color: #ffffff;}
.loading-but:hover:after {width: 100%;left: calc(50% - 50%);background-color:#040000;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	.loading-logo {width: 250px;}
    .loading-but {font-size: 18px;width: 250px;}
}

/** 上版 **/
header{padding:50px 2.628% 15px 2.628%;transition: all 0.5s ease 0s;}
.head-main{margin:0; padding:0; position:relative;transition: all 0.5s ease 0s;}
.head-main .logo{width: 173px; height:auto;margin: 0 auto 7px auto;transition: all 0.5s ease 0s;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.header-height{background: #ffffff;position: fixed;top: 0;left: 0;z-index: 10000;width: 100%;padding:0px 2.628% 0px 2.628%;border-bottom: 1px #cccccc solid;transition: all 0.5s ease 0s;}
.header-height .head-main{display: flex;align-items: center;transition: all 0.5s ease 0s;}
.header-height .head-main .logo{width: 120px; margin: 0;transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
	header{padding:50px 15px 15px 15px;}
}
@media screen and (max-width:767px){
    header{padding: 0;}
	.head-main .logo{width: 100px;position: fixed;top: 6px;left: 15px;z-index: 10000;}
    .header-height{padding: 0;border-bottom: 0;}
    .header-height .head-main .logo{width: 100px;}
}

/** 主選單與下拉 **/
nav{ transition: all 0.5s ease 0s;}
.menu{padding:0; list-style:none; position:relative; margin:0; display:flex;justify-content: center;}
.menu>li{color:#222222; text-align:center; position:relative; cursor:pointer; padding:0; margin:0;}
.menu>li>a{color:#222222; display:block; padding:13px 20px; margin:0;transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #6d6d6d;}
.menu>li.sub>ul.sub-menu{background:#ffffff;border: 1px #cccccc solid;display:none; position:static; z-index:999; margin:0; padding:0;overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:54.8px; transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li{display:block;font-size: 16px;}
.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{color: #ffffff;background: #be9445;}
.header-height nav{flex: 1; transition: all 0.5s ease 0s;}
.header-height .menu{justify-content:flex-end;}
.header-height .menu>li>a{padding:22px 20px; transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:72.8px; transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
	.header-height .menu>li>a{padding:22px 10px;transition: all 0.5s ease 0s;}
}
@media screen and (max-width:767px){
	#menu{display:none;}
	.slicknav_menu{display:block;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;background: #ffffff;border-bottom: 1px #cccccc solid;}
}

/** edm輪播 **/
.edm-main{background:#ffffff; max-width:1170px;/* EDM滿版 max-width:100%; */ margin:0 auto; position:relative;}
.edm-main img{vertical-align:middle; width:100%; height:auto; position:absolute;}
.edm{position: relative; margin: 0 auto; top: 0px; left: 0px; width: 1170px; height: 480px; overflow: hidden; visibility: hidden;}
.edm-loading-main{position: absolute; top: 0px; left: 0px;}
.edm-loading{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.edm-loading-photo{position:absolute;display:block;background:url(../images/loading.gif) no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
.edm-photo{cursor: default; position: relative; top: 0px; left: 0px; width: 1170px; height: 480px; overflow: hidden;}
.edm-navigator{width:16px;height:16px;}

/** 配置 **/
.warpper{padding: 0 0 2% 0;overflow: hidden;}
.main{}
.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){
	.warpper{padding: 0 0 30px 0;}
}

/** 作品分類 **/
.classify-main{padding:0 2.628% 0 2.628%;position: relative;margin: 10px 0 30px 0;}
.classify-main-c{padding: 0;margin: 0 0 30px 0;}
.classify{font-size: 16px;}
.classify .swiper {width: 100%;height: 100%;display: flex;justify-content: center;}
.classify .swiper-wrapper{width: auto;}
.classify .swiper-slide {width: auto;text-align: center;display: flex;justify-content: center;align-items: center;}
.classify .swiper-slide a{display: inline-block;color:#040000;border: 1px #6d6d6d solid;border-radius: 5px;padding: 5px 13px;}
.classify .swiper-slide a.active{background: #6d6d6d;color: #ffffff;}
.classify .swiper-slide a:hover{background: #6d6d6d;color: #ffffff;}
.classify>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.classify>ul>li{width: auto;margin: 10px 10px;}
.classify>ul>li a{display: inline-block;color:#040000;border: 1px #6d6d6d solid;border-radius: 5px;padding: 5px 13px;}
.classify>ul>li a.active{background: #6d6d6d;color: #ffffff;}
.classify>ul>li a:hover{background: #6d6d6d;color: #ffffff;}
@media screen and (max-width:1280px){
    .classify .swiper {display: block;}
}
@media screen and (max-width:1024px){
	.classify-main{padding:10px 15px;margin: 0 0 20px 0;}
	.classify-main-c{padding:0;margin: 0 0 20px 0;}
}
@media screen and (max-width:767px){
	.classify-main{margin: 0 0 15px 0;}
    .classify-main-c{margin: 0 0 20px 0;}
    .classify>ul>li{margin:5px;}
}

/** 作品 **/
.work-main{padding:0 2.628%;margin: 50px 0 0 0;}
.work{font-size: 15px;color: #040000;display: flex;flex-wrap: wrap;width: 100%;}
.work:after {content: '';display: block;clear: both;}
.work-photo{border-radius: 10px; overflow: hidden;}
.work-photo .work-photo01{display: block;transition: all 0.5s ease 0s;}
.work-photo .work-photo02{display: none;transition: all 0.5s ease 0s;}
.work-content{padding: 12px 0 0 0;}
.work-content h3{padding: 0 0 0 15px;margin: 0 0 10px 0;font-weight: 400;font-size: 15px;color: #040000;line-height: 1.5;position: relative;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.work-content h3:before{content: "";display: block;width: 4px; height: 4px; background: #be9445;position: absolute;top: 9px;left: 4px;}
.work-content .work-info{font-size: 14px; color: #6d6d6d;font-weight: 400;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.work-sizer, .work-item {width: calc(100%/6 - 30px);margin: 15px;}
.work-item img {display: block;max-width: 100%;}
.work-item:hover .work-photo .work-photo01{display: none;transition: all 0.5s ease 0s;}
.work-item:hover .work-photo .work-photo02{display: block;transition: all 0.5s ease 0s;}
@media screen and (max-width:1280px){
    .work-sizer, .work-item {width: calc(100%/5 - 30px);}
}
@media screen and (max-width:1024px){
    .work-main{padding:0 15px;margin: 0;}
    .work-sizer, .work-item {width: calc(100%/4 - 20px);margin: 10px;}
}
@media screen and (max-width:767px){
    .work-sizer, .work-item {width: calc(100%/3 - 10px);margin: 5px;}
}
@media screen and (max-width:575px){
    .work-sizer, .work-item {width: calc(100%/2 - 10px);}
}

/** 作品明細 **/
.work-detail{margin: 0 0 30px 0;}
.work-detail .mySwiper{margin: 10px 0 0 0 ;}
.work-detail .mySwiper .swiper-slide{filter: grayscale(100%);opacity: .5;}
.work-detail .mySwiper .swiper-slide-thumb-active{filter: grayscale(0%);opacity: 1;}
@media screen and (max-width:767px){
    .work-detail .mySwiper{margin: 5px 0 0 0 ;}
}

/** 編輯器案例介紹 **/
.case-detail{display: flex;margin: 0 0 30px 0;}
.case-detail .case-detail-content{flex: 1;display: flex;flex-wrap: wrap; align-content: center;}
.case-detail .case-detail-content .case-detail-title{display: flex;align-items: flex-end; justify-content:space-between; border-bottom: 2px #be9445 solid;padding: 10px 0;margin: 25px 0;width: 100%;}
.case-detail .case-detail-content .case-detail-title .case-title{width: auto; color: #be9445;font-size: 24px;margin: 0 10px 0 0;font-weight: 500;line-height: 1.4;padding: 0;}
.case-detail .case-detail-content .case-detail-title .case-style{width: auto; color: #040404;font-size: 20px;line-height: 1.4;padding: 0;margin: 0;text-align: right;}
.case-detail .case-detail-content .case-detail-info{width: 100%;}
.case-detail .case-plane{width: 300px;margin: 0 0 0 4%;}
.case-detail-dep{}
.case-detail-dep img{width: 100%;}
.case-detail-dep-content{display: flex;margin: 0 0 16px 0;}
.case-detail-dep-content .case-detail-dep-content-photo{flex: 1;}
.case-detail-dep-content .case-detail-dep-content-info{flex: 1;padding:25px;display: flex;flex-wrap: wrap;align-content: center;}
.case-btn{color:#cecece;display: flex;justify-content: flex-start; font-size:18px;width:100%; text-align:center;margin: 40px 0 0 0;}
.case-btn a{display: flex;align-items: center;justify-content: center; background:#ffffff; padding:10px 20px; color:#040404; text-align:center;border-radius: 5px;position: relative;border: 1px #be9445 solid;}
.case-btn a i{display: flex;justify-content: center;align-items: center;width: 30px;height: 30px;margin:0 0 0 10px;transition: all 0.5s ease 0s;}
.case-btn a i img{filter: brightness(1); transition: all 0.5s ease 0s;}
.case-btn a:hover{border-radius: 50px; color:#ffffff;background: #be9445; }
.case-btn a:hover i img{filter: brightness(100); transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
    .case-detail{display: block;}
    .case-detail .case-detail-content .case-detail-title .case-title{font-size: 22px;}
    .case-detail .case-detail-content .case-detail-title .case-style{font-size: 18px;}
    .case-detail .case-plane{width: 100%;margin:15px 0 0 0;}
    .case-detail-dep-content{display:block;}
    .case-detail-dep-content .case-detail-dep-content-photo{flex: initial;width: 100%;}
    .case-detail-dep-content .case-detail-dep-content-info{flex: initial;width: 100%;padding:0;margin: 16px 0;}
    .case-btn{font-size:16px;margin: 30px 0 0 0;}
}
@media screen and (max-width:575px){
    .case-detail .case-detail-content .case-detail-title{display: block;}
    .case-detail .case-detail-content .case-detail-title .case-title{width:100%;margin: 0 0 5px 0;}
    .case-detail .case-detail-content .case-detail-title .case-style{width:100%;text-align: left;}
}

/** 推薦 **/
.recommend{margin: 5% 0 0 0;}
.recommend>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.recommend>ul>li{padding: 0;margin: 5px;width: calc(100%/6 - 10px);}
.recommend>ul>li .photo-main{border-radius: 10px; overflow: hidden;}
.recommend>ul>li .photo{background-size: cover;}
.recommend>ul>li .recommend-photo01{display: block;transition: all 0.5s ease 0s;}
.recommend>ul>li .recommend-photo02{display: none;transition: all 0.5s ease 0s;}
.recommend>ul>li:hover .recommend-photo01{display: none;transition: all 0.5s ease 0s;}
.recommend>ul>li:hover .recommend-photo02{display: block;transition: all 0.5s ease 0s;}
.recommend>ul>li .recommend-content{padding: 12px 0 0 0;}
.recommend>ul>li .recommend-content h3{padding: 0 0 0 15px;margin: 0 0 10px 0;font-weight: 400;font-size: 15px;color: #040000;line-height: 1.5;position: relative;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.recommend>ul>li .recommend-content h3:before{content: "";display: block;width: 4px; height: 4px; background: #be9445;position: absolute;top: 9px;left: 4px;}
.recommend>ul>li .recommend-content .recommend-info{font-size: 14px; color: #6d6d6d;font-weight: 400;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media screen and (max-width:1024px){
    .recommend>ul>li{width: calc(100%/3 - 10px);}
}
@media screen and (max-width:767px){
    .recommend{margin: 30px 0 0 0;}
}
@media screen and (max-width:575px){
    .recommend>ul>li{width: calc(100%/2 - 10px);}
}

/** 內頁banner **/
.inside-banner{margin: 30px 0;overflow: hidden;}
.inside-banner .banner-title{max-width:1170px; font-size:18px; color:#ffffff; margin:0 auto; padding:0;text-align: center;}
.inside-banner .banner-title .banner-title-ch{color: #040000;font-size: 42px;padding: 0;margin: 0;line-height: 1.5;font-weight: 500;}
.inside-banner .banner-title .banner-title-ch .word{width: auto;display: inline-block;line-height: 1.6;padding:0 10px;}
.inside-banner .banner-title .banner-title-en{color: #be9445;font-size: 17px;text-transform: uppercase;font-weight:400;font-family: "Lora", serif;letter-spacing: 2px;}
.ml15 .word {width: auto;display: inline-block;line-height: 1.6;padding:0 10px;}
@media screen and (max-width:767px){
	.inside-banner{margin:80px 0 20px 0;}
    .inside-banner .banner-title .banner-title-ch{font-size: 36px;}
    .inside-banner .banner-title .banner-title-en{font-size: 16px;}
    .ml15 .word {padding:0 5px;}
}

/** Breadcrumb **/
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1170px; margin:0 auto; padding:0.75rem 1rem 0.75rem 0; list-style:none; background-color:#e9ecef; border-radius:0.25rem;}
.breadcrumb-item{padding-left:0.5rem;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:"/";}
.breadcrumb-item a{font-weight:bold; text-decoration:none; color:#4697bf;}
.breadcrumb-item a:hover{color:#007bff; text-decoration:none;}

/** 內頁架構 **/
.content-body{max-width:1170px; margin:0 auto; padding:0 3px;}
.page-title{font-size:30px; color:#040000; padding:0; margin:0 0 25px 0;font-weight: 500;position: relative;line-height: 1.4;}
.page-title:before{content: "";display: block;width: 100%;height: 10px; background: #be9445;position: absolute;top: 14px;left: calc(-100% - 15px);transform: skewX(-30deg);}
.page-main{ font-size:18px; color:#444444;line-height: 1.8;}
.page-main02{margin: 0 0 4% 0;}
.font001{font-size: 36px;color: #be9445;font-weight: 500;line-height: 1.6;}
.font002{font-size: 20px;color: #040404;font-weight: 400;}
.font003{font-size: 20px;background: #be9445;color: #ffffff; font-weight: 400;line-height: 1.6;padding: 5px 20px; border-radius: 3px; display: table;margin: 0 auto 10px auto;}
.font004{font-size: 18px;color: #040404;font-weight: 400;margin: 25px 0 5px 0;}
.font005{font-size: 18px;color: #444444;font-weight: 400;margin: 25px 0 5px 0;}
.font006{font-size: 22px;color: #be9445;font-weight: 500;line-height: 1.6;position: relative;width: 100%;padding: 0 0 10px 0;margin: 0 0 25px 0;}
.font006:after{content: "";display: block;width: 24px; height: 3px; background: #be9445;position: absolute;bottom: 0;left: 0;}
.font007{font-size: 20px;color: #040404;font-weight: 400;margin: 0 0 20px 0;}
@media screen and (max-width:1024px){
    .page-main02{margin: 0 0 30px 0;}
}
@media screen and (max-width:767px){
    .page-title{font-size:24px;}
    .page-title:before{top: 10px;left: calc(-100% - 10px);}
	.font001{font-size: 30px;}
    .font002{font-size: 18px;}
    .font003{font-size: 18px;}
    .font004{font-size: 16px;}
    .font005{font-size: 16px;}
    .font006{font-size: 20px;}
    .font007{font-size: 18px;}
    .page-main{ font-size:16px;}
}

/** 左邊分類 **/
.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>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{border-bottom:1px #fff solid; font-size:16px; color:#666; padding:0;}
.in-left-menu>ul>li>a{background:#f4f8fb; color:#333; border-left:3px #5f5f5f solid; display:block; padding:10px 5px 10px 25px; line-height:1.5em;}
.in-left-menu>ul>li>a:hover{background-color:#e9ecef; border-left:3px #111111 solid;}
.in-left-menu>ul>li>.current{background:url(../images/left-icon.png) no-repeat 7px 13px #e9ecef; border-left:3px #111111 solid;}
.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:1024px){
	.classBox{padding:0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #6d6d6d;}
	.m_classLink a.main{display:block; background:none; font-size:16px; color:#040000; position:relative; padding:10px 60.59px 10px 15px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#6d6d6d; width:45.59px; height:100%; text-align:center; color:#FFF; line-height:45.59px; 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 #6d6d6d; 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 #6d6d6d; 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:#efeded;}
	.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 #6d6d6d; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 關於高尚 **/
.about{margin: 30px 0 0 0;}
.about>ul{list-style: none;padding: 0;margin: 0;}
.about>ul>li{padding: 0;margin:0;width: 100%;display: flex;}
.about>ul>li:nth-child(even){flex-direction: row-reverse;}
.about>ul>li .about-photo{flex: 1;margin: 0;position: relative;z-index: 2;}
.about>ul>li:nth-child(even) .about-photo{margin: 50px 0 0 0;}
.about>ul>li .about-content{flex: 1;padding: 50px 50px 50px calc(20% + 50px);margin:50px 0 0 -20%;position: relative;z-index: 1;height: 100%;}
.about>ul>li:nth-child(even) .about-content{padding: 50px calc(20% + 50px) 50px 50px;margin:0 -20% 0 0;text-align: right;}
.about>ul>li .about-content:after{content: "";background: #f9f6f1;width: 300%;height: 100%;position: absolute;bottom: 0;right: -200%;z-index: -1;}
.about>ul>li:nth-child(even) .about-content:after{right:inherit;left: -200%;}
.about>ul>li .about-content .about-title{padding: 0 0 20px 0;margin: 0 0 20px 0;line-height: 1.5;font-size: 32px; font-weight: 500;letter-spacing: 6px;color: #040000;position: relative;}
.about>ul>li .about-content .about-title span{color: #be9445;font-size: 18px; font-weight: 400;display: block;width: 100%;letter-spacing: 2px;}
.about>ul>li .about-content .about-title:after{content: "";display: block;width: 120px; height: 2px; background:#be9445;position: absolute;bottom: 0;left: -50px;}
.about>ul>li:nth-child(even) .about-content .about-title:after{right: -50px;left: inherit;}
.about>ul>li .about-content .about-info{}
@media screen and (max-width:1024px){
	.about>ul>li{display: block;margin: 30px 0;}
    .about>ul>li .about-photo{flex: initial;max-width: 550px;margin: 0 auto;width: 100%;}
    .about>ul>li:nth-child(even) .about-photo{margin: 0 auto;}
    .about>ul>li .about-content{flex: initial;padding:80px 20px 20px 20px;margin:-60px 0 0 0;width: 100%;}
    .about>ul>li:nth-child(even) .about-content{padding:80px 20px 20px 20px;margin:-60px 0 0 0;text-align: left;}
    .about>ul>li .about-content:after{width: 100%;right: 0;}
    .about>ul>li:nth-child(even) .about-content:after{left: 0;}
    .about>ul>li .about-content .about-title{padding: 0 0 15px 0;margin: 0 0 15px 0;}
    .about>ul>li .about-content .about-title:after{left: 0px;width: 70px;}
    .about>ul>li:nth-child(even) .about-content .about-title:after{left: 0px;right: inherit;}
}
@media screen and (max-width:767px){
    .about>ul>li .about-content .about-title{font-size: 26px; }
    .about>ul>li .about-content .about-title span{font-size: 16px;}
}

/** 服務項目 **/
.service{}
.service>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.service>ul>li{padding: 0;margin:30px;display: flex;width: calc(100%/2 - 60px);}
.service>ul>li .service-icon{width: 110px;margin: 0 30px 0 0;display: flex;align-items: center;justify-content: center;}
.service>ul>li .service-content{flex: 1;display: flex;flex-wrap: wrap;align-content: center;}
.service>ul>li .service-content .service-title{color: #be9445;font-size: 20px;font-weight: 400;padding: 0 0 10px 0;margin: 0 0 15px 0;line-height: 1.4;position: relative;width: 100%;}
.service>ul>li .service-content .service-title:after{content: "";display: block;width: 20px; height: 2px; background: #be9445;position: absolute;bottom: 0;left: 0;}
.service>ul>li .service-content .service-info{width: 100%;}
@media screen and (max-width:1024px){
	.service>ul>li{margin:25px 0;width: 100%;}
    .service>ul>li .service-icon{width: 100px;}
}
@media screen and (max-width:767px){
    .service>ul>li .service-icon{width: 90px;margin: 0 25px 0 0;align-items: flex-start;}
	.service>ul>li .service-content .service-title{font-size:18px;padding: 0 0 8px 0;margin: 0 0 12px 0;}
}

/** 收費標準 **/
.charges{}
.charges>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.charges>ul>li{padding: 0;margin:20px 0;display:block;width:100%;}
.charges>ul>li .charges-icon-title{display: flex;align-items: flex-end;margin: 0 0 30px 0;}
.charges>ul>li .charges-icon-title .charges-icon{width: 70px;margin: 0 20px 0 0;}
.charges>ul>li .charges-icon-title .charges-title{flex: 1; color: #be9445;font-size: 20px;font-weight: 500;padding: 0;margin: 0;line-height: 1.4;position: relative;}
.charges>ul>li .charges-icon-title .charges-title:after{content: "";display: block;width: calc(100% - 120px); height: 1px; background: #be9445;position: absolute;bottom: 14px;right: 0;}
.charges>ul>li .charges-content{width: 100%;}
.charges>ul>li .charges-content .charges-info{width: 100%;}
.charges>ul>li .charges-content .charges-info>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.charges>ul>li .charges-content .charges-info>ul>li{padding: 0;margin:10px;display: flex;width: calc(100%/2 - 20px);}
.charges>ul>li .charges-content .charges-info>ul>li .charges-info-title{width: auto;background: #f9f6f1;color: #040404;padding: 5px 15px;margin: 0 15px 0 0;}
.charges>ul>li .charges-content .charges-info>ul>li .charges-info-dep{flex: 1;display: flex;align-items: center;}
@media screen and (max-width:1024px){
	.charges>ul>li .charges-content .charges-info>ul>li{margin:5px 0;width: 100%;}
}
@media screen and (max-width:575px){
    .charges>ul>li .charges-content .charges-info>ul>li{display: block;}
    .charges>ul>li .charges-content .charges-info>ul>li .charges-info-title{width: 100%;margin:0 0 5px 0;}
    .charges>ul>li .charges-content .charges-info>ul>li .charges-info-dep{flex: initial;width: 100%;padding: 0 15px;}
}

/** 服務流程 **/
.process{margin: 0 0 40px 0;}
.process>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.process>ul>li{padding: 0;margin:15px;width: calc(100%/5 - 30px);}
.process>ul>li .process-icon-step{display: flex;align-items: center; position: relative;}
.process>ul>li .process-icon-step:after{content: "";display: block;width: calc(100% - 150px);height: 1px; background: #040404;position: absolute;bottom:28px;right: 0;}
.process>ul>li .process-icon-step .process-icon{width: 44px;margin: 0 15px 0 0;}
.process>ul>li .process-icon-step .process-step{flex: 1;}
.process>ul>li .process-icon-step .process-step span{font-size: 40px; font-weight: 400;color: #040404;}
.process>ul>li .process-title{margin:10px 0 15px 0;}
@media screen and (max-width:1024px){
	.process>ul>li{width: calc(100%/3 - 30px);}
}
@media screen and (max-width:767px){
    .process>ul>li{width: calc(100%/2 - 20px);margin: 10px;}
    .process>ul>li .process-icon-step .process-icon{width: 40px;margin: 0 10px 0 0;}
    .process>ul>li .process-icon-step:after{width: calc(100% - 130px);}
    .process>ul>li .process-icon-step .process-step span{font-size: 36px; }
}
@media screen and (max-width:575px){
    .process>ul{display:flex;flex-direction: column;}
    .process>ul>li{width: auto;margin: 10px 0;padding: 0 0 8vw 0; position: relative;}
    .process>ul>li:after{content: "";display: block;width: 1px;height:8vw; background: #040404;position: absolute;bottom:0;right: calc(50% - .5px);}
    .process>ul>li .process-title{margin:5px 0;text-align: center;}
    .process>ul>li .process-icon-step{justify-content: center;}
    .process>ul>li .process-icon-step .process-icon{width: 44px;margin: 0 15px 0 0;}
    .process>ul>li .process-icon-step .process-step{flex: initial;width: auto;}
    .process>ul>li .process-icon-step:after{display: none;}
}

/** 最新消息 **/
.news{}
.news>ul{list-style:none;padding:0; margin:0;display: flex;flex-wrap: wrap;}
.news>ul>li{padding:0; margin:0;width:calc(100%/3);position: relative;z-index: 1;}
.news>ul>li a{display:block;padding: 15px;position: relative;z-index: 2;}
.news>ul>li a:hover{}
.news>ul>li:before{content: "";display: block;width: 0%;height: 100%;border-top: 0px #be9445 solid;border-bottom: 0px #be9445 solid;position: absolute;top: 0;left: calc(50% - 0%);transition: all 0.5s ease 0s;}
.news>ul>li:after{content: "";display: block;width: 100%;height: 0%;border-top: 0px #be9445 solid;border-bottom: 0px #be9445 solid;position: absolute;top: calc(50% - 0%);left: 0;transition: all 0.5s ease 0s;}
.news>ul>li:hover{background: rgba(255,255,255,.7);}
.news>ul>li:hover:before{width: 100%;left: calc(50% - 50%);border-top: 1px #be9445 solid;border-bottom: 1px #be9445 solid;transition: all 0.5s ease 0s;}
.news>ul>li:hover:after{height: 100%;top: calc(50% - 50%);border-left: 1px #be9445 solid;border-right: 1px #be9445 solid;transition: all 0.5s ease 0s;}
.news>ul>li .photo{background-size: cover;}
.news>ul>li .news-content{width: 100%;margin: 15px 0 0 0;}
.news>ul>li .news-content .news-date{flex: 1; font-size: 14px;color: #be9445;line-height: 1;text-transform: uppercase;}
.news>ul>li .news-content .news-date span{display: inline-block;font-size: 36px;font-weight: 700;color: #be9445;margin: 0 8px 0 0;}
.news>ul>li .news-content h3{padding: 0;margin:20px 0 10px 0;color: #222222;font-size: 18px;line-height: 1.6;font-weight: 400;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news>ul>li .news-content .news-info{font-size: 16px;color: #6d6d6d;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.news>ul>li:hover .photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.news-detail-date{flex: 1; font-size: 14px;color: #be9445;line-height: 1;text-transform: uppercase;margin: 20px 0;}
.news-detail-date span{display: inline-block;font-size: 36px;font-weight: 700;color: #be9445;margin: 0 8px 0 0;}
@media screen and (max-width:1024px){
    .news>ul>li{margin: 5px 0;}
	.news>ul>li a{padding: 10px;}
}
@media screen and (max-width:767px){
	.news>ul>li{width:calc(100%/2);}
}
@media screen and (max-width:575px){
	.news>ul>li{width:100%;margin: 10px 0;}
}

/** 合作廠商 **/
.partners{}
.partners>ul{list-style:none;padding:0; margin:0;display: flex;flex-wrap: wrap;}
.partners>ul>li{padding:0; margin:15px;width:calc(100%/4 - 30px);}
.partners>ul>li a{display:block;}
.partners>ul>li a:hover{position: relative;z-index: 1;}
.partners>ul>li .photo-main{width: 100%;height: 100%;position: relative;z-index: 1;}
.partners>ul>li .photo-main .photo{background-color: transparent;}
.partners>ul>li .partners-content{width: 100%; padding:10px 0;position: relative;text-align: center;}
.partners>ul>li .partners-content h3{padding: 0;margin:0;color: #222222;font-size: 18px;line-height: 1.6;font-weight: 400;}
.partners>ul>li:hover .photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.partners>ul>li:hover .photo-main{}
@media screen and (max-width:1024px){
    .partners>ul>li{ margin:10px;width:calc(100%/3 - 20px);}
}
@media screen and (max-width:767px){
    .partners>ul>li{margin:5px;width:calc(100%/2 - 10px);}
    .partners>ul>li .partners-content{padding:10px 0;}
    .partners>ul>li .partners-content h3{font-size: 16px;}
}

/** qrcode **/
.qrcode-main{margin:0 0 4% 0;}
.qrcode-main>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.qrcode-main>ul>li{width: calc(100%/4 - 60px);padding: 0;margin:15px 30px;}
.qrcode-main>ul>li .qrcode{}
.qrcode-main>ul>li .qrcode-icon-title{display: flex;justify-content: center;align-items: center;margin:10px 0 0 0;}
.qrcode-main>ul>li .qrcode-icon-title .qrcode-icon{width: 36px;margin: 0 10px 0 0;}
.qrcode-main>ul>li .qrcode-icon-title h3{padding: 0;margin: 0; color: #222222;font-size: 18px;line-height: 1.6;font-weight: 400;display: flex;align-items: center;justify-content: center;text-align: center;}
@media screen and (max-width:1024px){
    .qrcode-main{margin:0 0 30px 0;}
    .qrcode-main>ul>li{width: calc(100%/4 - 20px);margin:15px 10px;}
}
@media screen and (max-width:767px){
    .qrcode-main>ul>li{width: calc(100%/3 - 50px);margin:15px 25px;}
    .qrcode-main>ul>li .qrcode{display: none;}
    .qrcode-main>ul>li .qrcode-icon-title{display: block;margin: 0;}
    .qrcode-main>ul>li .qrcode-icon-title .qrcode-icon{width: 100%;max-width: 150px; margin: 0 auto;}
    .qrcode-main>ul>li .qrcode-icon-title h3{width: 100%;margin: 10px 0 0 0;font-size: 16px;}
}
@media screen and (max-width:575px){
    .qrcode-main>ul>li{width: calc(100%/3 - 10px);margin:15px 5px;}
    .qrcode-main>ul>li .qrcode-icon-title .qrcode-icon{max-width: 100px; }
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{padding:0;margin: 0 0 20px 0; color:#be9445;}
.contact{width: 100%; color: #222222;margin:0 0 30px 0;padding:20px 0;}
.contact>ul{list-style: none;padding: 0;margin: 0;display:flex;flex-wrap: wrap;justify-content: center;}
.contact>ul>li{padding: 0;margin:10px;display:block;width: calc(100%/3 - 20px);text-align: center;}
.contact>ul>li .contact-icon{background: #ffffff;border: 1px #be9445 solid;border-radius: 5px; width:60px;height: 60px;display: flex;align-items: center;justify-content: center; padding: 15px;margin: 0 auto 15px auto;box-shadow: 4px 4px 0 0 #be9445;}
.contact>ul>li .contact-info{width: 100%; }
.contact>ul>li a{display:contents;color: #222222;}
.contact>ul>li a:hover{color: #be9445;}
.googlemap {position: relative;padding-bottom: 30%;padding-top: 30px;height: 0;overflow: hidden;margin: 4% 0 0 0;filter: grayscale(1);transition: all 0.5s ease 0s;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.googlemap:hover {filter: grayscale(0);transition: all 0.5s ease 0s;}
.recruit-btn{max-width: 200px;}
@media screen and (max-width:1024px){
    .googlemap {margin: 30px 0 0 0;}
}
@media screen and (max-width:767px){
    .contact{margin:0 0 20px 0;}
    .contact>ul>li{margin:5px 0;width:100%;text-align: left;display: flex;}
    .contact>ul>li .contact-icon{width:40px;height: 40px; padding: 10px;margin:0 10px 0 0;box-shadow: 3px 3px 0 0 #be9445;}
    .contact>ul>li .contact-info{flex: 1;padding: 10px 0;}
    .googlemap {padding-bottom: 50%;}
    .recruit-btn{max-width: 160px;}
}
@media screen and (max-width:575px){
    .googlemap {padding-bottom: 70%;}
}
    
/** 表單欄位 **/
.form-box{margin: 0 0 4% 0;}
.form-title{font-size: 22px;color: #ffffff;display: table;background: #be9445;padding: 4px 15px;border-radius: 5px;margin: 30px auto 10px auto;font-weight: 500;}
.star{color: #ff0000;font-size: 14px;padding: 0 5px;}
label{min-width: 100px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap;width: 100%;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:0;padding: 10px 0; overflow:hidden;}
.opinion-left01{width: 100%; padding:10px 0; color:#222222; display:flex; align-items:center;}
.input-main-style01{background: #f3f3f3; flex:1; width:100%; border:0;border-bottom: 1px #cccccc solid; margin:0; padding:10px 15px; color:#222222; min-height:49.8px;}
.input-main-style02{background: #f3f3f3; flex:1; width:100%; border:0;border-bottom: 1px #cccccc solid; margin:0; padding:10px 15px; color:#222222; min-height:49.8px;}
.input-main-style03{background: #f3f3f3; width:100%; border:0;border-bottom: 1px #cccccc solid; margin:5px 0 0 0; padding:10px 15px; color:#222222; min-height:49.8px;}
.input-main-style04{background: #ffffff; width:100%; border:0;border-bottom: 1px #cccccc solid; margin:5px 0 0 0; padding:10px 15px; color:#222222; min-height:49.8px;}
.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{flex: 1; margin:0;  color:#222222;  min-height:49.8px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#f3f3f3 url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;padding: 10px 35px 10px 15px;border: 0; border-bottom: 1px #cccccc solid;}
.select-style{background:#8a6e0c; color:#f3f3f3; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; color:#222222;  min-height:49.8px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:49.8px; 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-style04:focus, .input-main-select select:focus{border-bottom: 1px #be9445 solid;background: #ffffff;}
.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%/5 - 5px);display: inline-block;padding: 0 5px 0 0;margin:3px 0;}
input[type="checkbox"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 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%/5 - 5px);display:inline-block;padding: 0 5px 0 0 ;margin:3px 0;}
input[type="radio"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 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;}
.terms{width: 100%; margin:10px 0; font-size: 16px;color: #444444;display: flex;align-items: center;font-weight: 400;}
.terms a{color: #cf908b;}
.terms a:hover{color: #cf908b;}
.terms>label{display: block;width: 100%;}
.terms>input{margin: 0 5px 0 0 ;}
.terms>input[type="checkbox"] + label{width: 100%;padding: 0;margin: 0;}
@media screen and (max-width:1024px){
    .form-box{margin: 0 0 30px 0;}
    input[type="checkbox"] + label {width:calc(100%/3 - 4px);}
    input[type="radio"] + label {width:calc(100%/3 - 4px);}
}
@media screen and (max-width:767px){
    .form-title{font-size: 20px;}
    .opinion-main{display:block;}
	.opinion{display:block;padding: 5px 0;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 106px); display:inline-block;}
    .terms{font-size: 14px;}
}
@media screen and (max-width:575px){
    input[type="checkbox"] + label {width:calc(100%/2 - 3px);}
    input[type="radio"] + label {width:calc(100%/2 - 3px);}
}
@media screen and (max-width:374px){
    input[type="checkbox"] + label {width:calc(100%/1);}
    input[type="radio"] + label {width:calc(100%/1);}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
.btn-send{}
a.btn-send{background: #be9445; padding:10px 25px; text-align:center; color:#ffffff; min-width:150px; margin:0 0 0 10px;position: relative;z-index: 1;}
a.btn-send:after{content: "";display: block;width: 0%;height: 100%;position: absolute;top: 0;left: 0;background: #040000;z-index: -1;transition: all 0.5s ease 0s;}
a.btn-send:hover{}
a.btn-send:hover:after{width: 100%;transition: all 0.5s ease 0s;}
a.btn-reset{background:#666666; padding:10px 25px; text-align:center; color:#ffffff; min-width:150px; margin:0 0 0 10px;position: relative;z-index: 1;}
a.btn-reset:after{content: "";display: block;width: 0%;height: 100%;position: absolute;top: 0;left: 0;background: #222222;z-index: -1;transition: all 0.5s ease 0s;}
a.btn-reset:hover{}
a.btn-reset:hover:after{width: 100%;transition: all 0.5s ease 0s;}
a.btn-send-over{background:#7ea2c5; padding:10px 25px; text-align:center; color:#fff; min-width:150px; margin:0 0 0 10px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:575px){
	a.btn-send{padding:10px 15px; width:calc(50% - 10px);min-width:inherit;margin: 0 5px;}
	a.btn-reset{padding:10px 15px; width:calc(50% - 10px);min-width:inherit;margin: 0 5px;}
	a.btn-send-over{padding:10px 15px; width:calc(50% - 10px);min-width:inherit;margin: 0 5px;}
}

/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:25px; border-radius:10px;overflow: hidden;background: rgba(255,255,255,.7);}

/** 頁次 **/
.page{font-size: 15px; color:#040000; text-align:center; clear:both; margin:50px 0 0 0;}
.page a{display: inline-block;background:#040000; color:#fff; padding:5px 10px;margin: 10px;}
.page a:hover{background:#be9445; color:#fff;}
.page br{display:none;}
@media screen and (max-width:767px){
    .page{font-size: 14px;margin:30px 0 0 0;}
	.page br{display:block;}
}

/** 下版 **/
footer{padding: 30px 15px 85px 15px;overflow: hidden;}
footer .footer{max-width:710px; margin:0 auto;font-size: 16px; color: #5e6062;text-align: center;}
footer .footer a{color: #5e6062;}
footer .footer a:hover{color: #be9445;}
.f-icon{}
.f-icon>ul{list-style: none;padding: 0;margin: 0;display:flex;flex-wrap: wrap;justify-content: center;}
.f-icon>ul>li{width: 35px;margin:10px;}
.f-icon>ul>li img{filter:brightness(0);opacity: 65%;}
.f-icon>ul>li a{display: block;}
.f-icon>ul>li a:hover{}
.f-icon>ul>li a:hover img{filter:brightness(1);opacity: 100%;}
.f-contact{border-top: 1px #999999 solid;padding: 13px 0 0 0;margin: 24px 0 13px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.f-contact span{padding: 0 5px;}
.f-contact a{display: inline-block;color: #5e6062;}
.copyright{font-size: 12px; color: #5e6062;text-transform: uppercase;}
.f-logo{width: 100%;margin: 9px 0 0 0 ;}
.f-logo>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.f-logo>ul>li{height:80px;padding: 0;margin: 15px 15px;}
.f-logo>ul>li img {height: 100%;width: auto;display: block;filter:brightness(0);}
@media screen and (max-width:767px){
    footer{padding: 30px 15px 30px 15px;}
	.f-contact span{padding: 0;display: block;width: 100%;}
}
@media screen and (max-width:575px){
	.f-icon>ul>li{width: 30px;}
    .f-logo>ul>li{height:70px;}
}
@media screen and (max-width:400px){
	.f-icon>ul>li{width: 24px;}
    .f-logo>ul>li{height:50px;margin: 15px 10px;}
}

/** top **/
#scrollUp {bottom: 10px;right: 10px;background: #be9445 url("../images/top.svg")no-repeat center top 10px;background-size: 18px; padding:32px 5px 5px 5px;border-radius: 5px;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #ffffff;text-transform: uppercase;letter-spacing: 0;transition: all 0.5s ease 0s;}
#scrollUp:hover{background: #040000 url("../images/top.svg")no-repeat center top 10px;background-size: 20px;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
    #scrollUp{font-size: 12px;background: #be9445 url("../images/top.svg")no-repeat center top 10px;background-size: 16px;padding:30px 5px 5px 5px;}
    #scrollUp:hover{background: #040000 url("../images/top.svg")no-repeat center top 10px;background-size: 18px;}
}