@charset "utf-8";

/** bootstrap **/
@import "bootstrap-4.2.1.css";

/** 文字icon **/
@import "font-awesome.min.css";

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

/** edm **/
@import "edm.css";

/** googlegont **/
@import "Open+Sans.css";
@import "Noto+Sans+TC.css";
@import "Caveat.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:medium;line-height: 1.6;font-family: 'Open Sans 400','Noto Sans TC 300', sans-serif; word-break: break-word;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;}
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;}

/** 表單預設文字顏色設定 **/
::-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/form-select.png)no-repeat right 10px center;background-size: 10px;}
select::-ms-expand { display: none; }
**/

/** 反白 
::selection {background: #000000;color: #f92828;}
::-moz-selection {background:#000000;color: #f92828;}
**/

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

/** 上版 **/
header{background:#ffffff;height:110px;padding: 0 15px;position: fixed;width: 100%;z-index: 10000;overflow: hidden;transition: all 0.5s ease 0s;box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);}
.head-main{padding:0; position:relative;}
.head-tool{position:absolute; top:42px; right:5px; display:flex;transition: all 0.5s ease 0s;}
.head-tool ul{list-style:none; padding:0px; margin:0 ;}
.head-tool ul li{padding:0px; margin:0 4px; width: 24px;}
.head-tool ul li a{display:block;transform:scale(1);transition: all 0.3s ease 0s; }
.head-tool ul li a:hover{transform:scale(1.2);transition: all 0.3s ease 0s;}
.head-main .logo{position:absolute; left:6px; top:15px; height:auto;width: 172px;transition: all 0.5s ease 0s;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.header-height{background: rgba(255,255,255,.9);box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);height:60px;transition: all 0.5s ease 0s;}
.header-height .logo{top:6px;width: 100px;transition: all 0.5s ease 0s;}
.header-height .head-tool{ top:16px;transition: all 0.5s ease 0s;}
@media screen and (max-width:940px){
    .head-main .logo{top:20px;width: 150px;}
    .header-height .logo{top:6px;width: 100px;}
}
@media screen and (max-width:767px){
    header{height:0px;}
    .head-main .logo{left: 10px; top:4px;width: 80px;position: fixed;z-index: 10000;}
    .head-tool{position: fixed; top:10px;right: 55px; z-index: 10000;}
    .header-height{height:0px;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
    .header-height .logo{left: 10px; top:4px;width: 80px;}
    .header-height .head-tool{ top:10px;}
}

/** 主選單與下拉 **/
nav{margin: 0 40px 0 195px;transition: all 0.5s ease 0s;}
.menu{ padding:0; list-style:none; position:relative; margin:0; display:flex;justify-content: flex-end;}
.menu>li{width: auto;color:#000000; font-size:16px; text-align:center; position:relative;cursor:pointer; padding:0; margin:0;}
.menu>li>a{color:#000000; display:block; padding:42.5px 20px; margin:0;position: relative;transition: all 0.5s ease 0s;}
.menu>li>a:before{content: "";display: block;width: 3px;height: 32px;border-radius:0 0 5px 5px;background: #1fb8df;position: absolute;top:-50%;left: calc(50% - 1.5px);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;}
.menu>li>a:after{content:attr(data-title);display: block;width: 100%; position: absolute;left:0;bottom:-50%;color:#1fb8df;font-size: 12px;font-weight: 400;text-align: center;visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #1fb8df;position: relative;}
.menu>li>a:hover:before{content: "";display: block;width: 3px;height: 32px;border-radius:0 0 5px 5px;background: #1fb8df;position: absolute;top: 0;left: calc(50% - 1.5px);visibility:visible;opacity: 1;transition: all 0.5s ease 0s;}
.menu>li>a:hover:after{content:attr(data-title);display: block;width: 100%; position: absolute;left:0;bottom:25px;color:#1fb8df;font-size: 12px;font-weight: 400;text-align: center;visibility:visible;opacity: 1;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:rgba(0,0,0,0.5); display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0 0 5px 5px; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:110px;}
.menu>li.sub>ul.sub-menu>li{display:block; border-top:1px #fff dotted;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:5px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#000000;}
.header-height nav{margin: 0 40px 0 123px;}
.header-height .menu>li>a{padding:17.5px 20px;}
.header-height .menu>li>a:hover:before{top:-20px;transition: all 0.5s ease 0s;}
.header-height .menu>li>a:hover:after{bottom:2px;transition: all 0.5s ease 0s;}
@media screen and (max-width:940px){
    nav{margin: 0 40px 0 173px;}
    .menu>li>a{padding:42.5px 10px;}
    .header-height nav{margin: 0 40px 0 123px;}
    .header-height .menu>li>a{padding:17.5px 10px;}
}
@media screen and (max-width:767px){
	.slicknav_menu{display:none;}
	#menu{display:none;}
	.slicknav_menu{display:block;background: rgba(255,255,255,.9);box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);width: 100%;position: fixed; z-index: 10000;}
}

/** edm輪播 **/
.edm{background:#ffffff;max-width:100%;margin:0 auto; position:relative;height: 100vh;overflow: hidden;}
.edm img{vertical-align:middle; width:100%; height:auto; position:absolute;}
.edm:before{content: "";display: block;width: 100%;height:277px;background: url("../images/edm-before.png")repeat-x top center;background-size: contain; position: absolute;top: 0;left: 0;z-index: 1;}
.edm-mask{background: rgba(255,255,255,.4);width: 30%;height:100%;position: absolute;top: 0;left: 0;}
.edm-font-main{height: 100vh;width:61.2%;margin: 0 auto;display: flex;flex-wrap: wrap; align-content:center;position: relative;}
.edm-font-main .edm-font-title{font-size: 3.5vw; color: #ffffff;width: 100%;font-weight: 700;letter-spacing:12px;text-shadow: 1px 1px 2px rgba(0,0,0,.7);}
.edm-font-main .edm-font-title:first-letter{color: #1fb8df;}
.edm-font-main .edm-font-title span {display: inline-block;}
.edm-font-main .edm-font-title span span:first-of-type{color: #1fb8df;}
.edm-font-main .edm-font{width: 100%;font-size: 1.46vw;color: #ffffff;margin: 14px 0;letter-spacing:4px;text-shadow: 1px 1px 2px rgba(0,0,0,.7);}
.edm-font-main .edm-btn{width: 100%;font-size: 1.2vw;display:block;letter-spacing:1px;margin: 10px 0 0 0;}
.edm-font-main .edm-btn a{display: table;color: #ffffff;background: rgba(0,0,0,.6) url("../images/icon-edm-btn.svg")no-repeat right 18px center;background-size: 20px; border-radius: 5px;padding: 8px 50px 8px 18px; border: 1px #ffffff solid;}
.edm-font-main .edm-btn a:hover{background: rgba(0,0,0,.8) url("../images/icon-edm-btn.svg")no-repeat right 18px center;background-size: 20px; }
@media screen and (max-width:940px){
	.edm:before{height:180px;}
    .edm-font-main{width:72%;}
    .edm-font-main .edm-font-title{font-size: 5.4vw;}
    .edm-font-main .edm-font{font-size: 2.2vw;}
    .edm-font-main .edm-btn{font-size: 1.6vw;}
}
@media screen and (max-width:767px){
	.edm:before{display: none;}
    .edm-mask{display: none;}
    .edm-font-main{width:84%;}
    .edm-font-main .edm-font-title{font-size: 6.8vw;}
    .edm-font-main .edm-font{font-size: 2.8vw;}
    .edm-font-main .edm-btn{font-size: 2.2vw;}
}
@media screen and (max-width:575px){
    .edm-font-main{width:calc(100% - 30px);}
    .edm-font-main .edm-font-title{font-size: 9vw;}
    .edm-font-main .edm-font{font-size: 4.4vw;}
    .edm-font-main .edm-btn{font-size: 2.6vw;}
    .edm-font-main .edm-btn a{padding: 8px 36px 8px 12px;background: rgba(0,0,0,.6) url("../images/icon-edm-btn.svg")no-repeat right 12px center;background-size: 16px;  }
}

/** 配置 **/
.warpper{}
.main{}
h2.i-title{letter-spacing: 2px;color: #333333; font-size: 36px;font-weight: 700; line-height: 1.6;padding:30px 0 0 0;margin:0 0 20px 0;position: relative;}
h2.i-title span{color: #1fb8df; font-size: 14px;text-transform: uppercase;font-weight: 400;padding: 0 0 0 6px; }
.more{font-size: 12px; color: #333333;position: absolute;bottom:10px;right: 0;letter-spacing: 1px;font-weight: 400;text-transform: uppercase;}
.more a{display: block; color: #333333;background: url("../images/icon-more.svg")no-repeat right 2px center;background-size: 14px;padding:0 20px 0 0;transition: all 0.5s ease 0s;}
.more a:hover{color: #1fb8df;padding:0 25px 0 0;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	h2.i-title{font-size: 32px;}
    h2.i-title span{font-size: 13px;}
}
@media screen and (max-width:450px){
	.more{position: inherit;bottom:inherit;right:inherit;text-align: right;}
}

/** 首頁最新消息 **/
.i-news-main{padding:20px 15px 40px 15px;}
.i-news{max-width: 1200px; margin:0 auto;}
.i-news ul{list-style:none;padding:18px 0; margin:0;display: flex;flex-wrap: wrap;}
.i-news ul li{padding:0;margin: 10px; font-size:16px;width: calc(100%/3 - 20px);}
.i-news ul li a{display: block; padding:15px;border: 1px #d7d7d7 solid;color: #333333;}
.i-news ul li a:hover{border: 1px #1fb8df solid;transform:scale(1.03);}
.i-news ul li .i-news-date-main{color: #1fb8df;font-size: 13px;display: flex;align-items: flex-end;margin: -50px 0 0 0;}
.i-news ul li .i-news-date-main .i-news-icon{background: #ffffff;width: 80px;padding: 15px;}
.i-news ul li .i-news-date-main .i-news-icon img{width: 100%;}
.i-news ul li .i-news-date-main .i-news-date{flex: 1;padding: 15px 0;text-transform: uppercase;}
.i-news ul li h4{color: #333333;font-size: 18px;padding: 0;margin:5px 0 10px 0;line-height: 1.6;font-weight: 600;overflow: hidden;text-overflow: ellipsis;height:28px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.i-news ul li .i-news-content{color: #666666;font-size: 16px;overflow: hidden;text-overflow: ellipsis;height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media screen and (max-width:767px){
    .i-news-main{padding:20px 15px 30px 15px;}
    .i-news ul{padding:10px 0; }
	.i-news ul li{margin: 10px 0 30px 0;width: calc(100%/1 - 0px);}
	.i-news ul li:last-of-type{margin: 10px 0 10px 0;}
}

/** 首頁產品 **/
.i-pro-main{background: url("../images/pro-bg.jpg")no-repeat center center fixed;background-size: cover;padding:20px 15px;}
.i-pro{max-width: 1200px; margin:0 auto;}
.item{text-align: center;padding:5px 10px;}
.item h4{padding: 0;margin: 0;line-height: 1.6;}
.item h4 .i-pro-photo-main{position: relative;}
.item h4 .i-pro-photo-main:after{content: "";display: block;width: 100%;height: 35%;background: rgba(255,255,255,.6);position: absolute;bottom: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;}
.item h4 .i-pro-photo{position: relative;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.item h4 .i-pro-title{font-size: 18px; color: #333333;font-weight: 700;letter-spacing: 3px;margin: 14px 0;}
.item:hover .i-pro-photo-main:after{content: "";display: block;width: 100%;height: 100%;background: rgba(255,255,255,.6);position: absolute;bottom: 0;left: 0;z-index: -1;transition: all 0.5s ease 0s;}
.item a{ color: #333333;}
.pro-title{padding: 0;margin:10px 0 0 0;line-height: 1.6;font-size:16px;font-weight: 700;color: #333333;}
@media screen and (max-width:767px){
	.item{padding:5px 5px;}
}

/** 內頁banner **/
.inside-banner{padding:140px 15px 20px 15px;}
.inside-banner .banner-title{max-width:1200px; font-size:36px; color:#333333; margin:0 auto; padding:0;line-height: 1.6;font-weight: 700;letter-spacing: 2px;}
.inside-banner .banner-title span{font-size:14px; color:#1fb8df;font-weight: 400; }
@media screen and (max-width:767px){
    .inside-banner{padding:67px 15px 16px 15px;}
	.inside-banner .banner-title{font-size:32px; }
    .inside-banner .banner-title span{font-size:13px;}
}

/** Breadcrumb **/
.breadcrumb-main{position: relative;display: flex;justify-content: flex-end;}
.breadcrumb-main:after{content: "";display: block;width: 100%;height: 1px;background: #666666;position: absolute;top: 0;left: 0;}
nav[aria-label="breadcrumb"]{display: table;margin: 0 15px;position: relative;top: -17px;z-index: 1;}
.breadcrumb{display:flex; flex-wrap:wrap;padding:6px 20px;margin: 0; list-style:none; background-color:#ffffff;border: 1px #666666 solid;border-radius:3px;}
.breadcrumb-item{padding-left:0;font-size: 13px;}
.breadcrumb-item + .breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem;padding-left:0.5rem; color:#666666; content:"/";}
.breadcrumb-item a{ text-decoration:none; color:#666666;}
.breadcrumb-item a:hover{color:#1fb8df; text-decoration:none;}
.breadcrumb-item.active{color:#1fb8df;padding-left:0;}
@media screen and (max-width:767px){
	.breadcrumb-item{font-size:12px;}
}

/** 內頁架構 **/
.content-body{max-width:1200px; margin:0 auto; background:#ffffff; padding:10px 0 40px 0;}
.page-title{font-size:20px; color:#333; padding:0 0 0 30px; margin:14px 0; line-height: 1.6;background: url("../images/icon-more.svg") no-repeat top 6px left;background-size: 20px;}
.page-main{padding:0; font-size:16px; color:#333;}
.page-main a{color:#333;text-decoration: underline;}
.page-main a:hover{color:#1fb8df;}
@media screen and (max-width:575px){
    .page-title{font-size:18px;background: url("../images/icon-more.svg") no-repeat top 4px left;background-size: 20px;}
}

/** 左邊分類 **/
.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{}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{font-size:16px; color:#333333;margin: 10px 0; padding:0;}
.in-left-menu>ul>li>a{background:#ffffff; color:#333;display:block; padding:8px 15px 8px 15px;box-shadow: 0 0 0 1px #888888;position: relative;}
.in-left-menu>ul>li>a:before{content: "";display: block;width: 6px;height: 12px;background: #888888;position: absolute;top: calc(50% - 6px);left: 0;border-radius: 0 50px 50px 0;}
.in-left-menu>ul>li>a:hover{background:#1fb8df ;color: #ffffff;transform:translateX(12px);position: relative;box-shadow: 0 0 0 1px #ffffff;}
.in-left-menu>ul>li>a:hover:before{content: "";display: block;width: 6px;height: 12px;background: #ffffff ;position: absolute;top: calc(50% - 6px);left: 0;border-radius: 0 50px 50px 0;}
.in-left-menu>ul>li>.current{background:#1fb8df ;color: #ffffff; position: relative;box-shadow: 0 0 0 1px #ffffff;}
.in-left-menu>ul>li>.current:before{content: "";display: block;width: 6px;height: 12px;background: #ffffff ;position: absolute;top: calc(50% - 6px);left: 0;border-radius: 0 50px 50px 0;}
.in-left-menu>ul>li ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li ul li{ padding:0;}
.in-left-menu>ul>li ul li a{font-size:14px; color:#666; display:block;position: relative;padding:8px 8px 8px 20px;border-bottom:1px #eeeeee dashed;}
.in-left-menu>ul>li ul li a:before{content: "";display: block;width: 4px;height: 4px;background: #666666;position: absolute;top: 17px;left:8px;}
.in-left-menu>ul>li ul li a:hover{color:#1fb8df;position: relative;}
.in-left-menu>ul>li ul li a:hover:before{content: "";display: block;width: 4px;height: 4px;background: #1fb8df;position: absolute;top: 17px;left:8px;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:767px){
	.classBox{padding:0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #1fb8df;}
	.m_classLink a.main{display:block; background:none; font-size:15px; font-family:"Microsoft JhengHei", "新細明體", sans-serif; color:#333; position:relative; padding:8px;}
	.m_classLink a.main i{display:block; font-size:15px; background:#1fb8df; width:45px; height:100%; text-align:center; color:#FFF; line-height:40px; 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 #1fb8df; 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:8px; border-top:1px solid #1fb8df; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:15px; color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#f9f9f9;}
	.m_classLink ul li ul{display:block; margin:0 ; padding:0; list-style:none; width:100%;position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;background:rgba(233,247,251,.5);border: 0;}
	.m_classLink ul li ul li{ border-bottom:1px dashed #1fb8df;margin:0 20px; }
	.m_classLink ul li ul li:last-of-type{ border-bottom:0; }
	.m_classLink ul li ul li a{ font-size: 14px;color: #666666;border-top:0; }
	.m_classLink ul li ul li a:hover{ background:rgba(233,247,251,.8);}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 關於德立 **/
.content-main{display: flex;margin: 40px 0 0 0 ;align-items: center;}
.about-photo{flex: 1;position: relative;z-index: 1;margin: 0 0 0 80px;}
.about-photo:before{content: "";display: block;width: 50%;height:90%;background: #e9f7fb;position: absolute;top:-40px ;left:-80px;z-index: -1;}
.about-photo:after{content: "About Diligent";position: absolute;bottom:-30px;left: -70px;transform-origin:left top;
transform:rotate(-90deg);z-index: -1;letter-spacing:4px;font-size: 36px;font-family: 'Caveat', cursive;font-weight: 500;color: #444444;}
.about-content{flex: 1;margin: 0 0 0 60px;position: relative;z-index: 1;}
@media screen and (max-width:1000px){
	.content-main{display: block;}
    .about-content{margin:-70px 50px 0 130px;text-align: center;background: rgba(239,239,239,.9);padding: 20px;}
}
@media screen and (max-width:767px){
    .content-main{margin: 30px 0 0 0 ;}
    .about-photo{margin: 0 0 0 50px;}
    .about-photo:before{top:-30px ;left:-50px;width: 40%;height:90%;}
    .about-photo:after{font-size: 24px;bottom:-20px;left: -45px;}
	.about-content{margin:0;text-align: center;background: rgba(244,244,244,.9);padding: 15px;}
}

/** 案例分享 **/
.case{}
.case ul{margin:0; padding:0; list-style:none;}
.case ul li{display: block;width: 100%;padding: 0;margin:8px 0;}
.case ul li a{color:#333; display:flex; align-items:center; padding:8px 15px;border:1px #d7d7d7 solid;background: #ffffff;}
.case ul li a:hover{border: 1px #1fb8df solid;box-shadow: 3px 3px 0 0 #1fb8df;}
.case ul li .case-date{width:100px; color:#1fb8df; font-size:13px; text-align:center; margin:0 15px 0 0;text-transform: uppercase;}
.case ul li .case-information{flex:1; font-size:16px; color:#333;}
.case ul li .case-information .case-area{font-size:16px;background: #1fb8df; color:#ffffff;display: inline-block;width: 200px;margin: 0 15px 0 0; text-align: center; padding:4px 10px;border-radius: 3px;}
.case ul li .case-information h4{margin: 0;line-height: 1.6;font-size:18px;font-weight: 700;display: inline-block;padding:4px 0;}
@media screen and (max-width:767px){
	.case ul li a{display: block;}
    .case ul li .case-date{width:100%;display: block; text-align:left; margin:0 0 5px 0;}
}
@media screen and (max-width:575px){
	.case ul li .case-information .case-area{display: block;width: 100%;margin: 0 0 5px 0;}
    .case ul li .case-information h4{display: block;}
}

/** 案例分享明細 **/
.case-main{font-size:16px; color:#333;margin: 0 0 20px 0;}
.case-main a{color:#333;text-decoration: underline;}
.case-main a:hover{color:#1fb8df;}
.case-content{margin: 15px 0;}
.case-content ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.case-content ul li{width:100%;padding: 0 0px 0 15px;margin:5px 0px;background: url("../images/icon-case.svg")no-repeat top 8px left; background-size: 6px;}
.case-detail-main{display: block;margin: 10px 0 20px 0;}
.case-detail-date{color:#1fb8df; padding:5px 10px;display: inline-block;text-transform: uppercase;font-size: 13px;}
.case-detail-area{color:#ffffff;background: #1fb8df; padding:5px 15px;display: inline-block;}
.case-detail{}
.case-detail ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.case-detail ul li{padding: 0;margin: 16px;width: calc(100%/4 - 32px);text-align: center;font-size:16px;color: #333333;}
.case-detail ul li a{display: block;color: #333333;}
.case-detail ul li a:hover{}
.case-detail ul li .case-photo{background-color: #ffffff; position: relative;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.case-detail ul li .case-photo:before{content: "";display: block;width: 20px; height: 20px; border-top:1px #1fb8df solid;border-left:1px #1fb8df solid;position: absolute;top: -8px;left: -8px;transition: all 0.5s ease 0s;}
.case-detail ul li .case-photo:after{content: "";display: block;width: 20px; height: 20px; border-bottom:1px #1fb8df solid;border-right:1px #1fb8df solid;position: absolute;bottom: -8px;right:-8px;transition: all 0.5s ease 0s;}
.case-detail ul li:hover .case-photo{position: relative;}
.case-detail ul li:hover .case-photo:before{content: "";display: block;width:calc(100% + 16px); height:calc(100% + 16px); border-top:1px #1fb8df solid;border-left:1px #1fb8df solid;position: absolute;top: -8px;left: -8px;transition: all 0.5s ease 0s;}
.case-detail ul li:hover .case-photo:after{content: "";display: block;width:calc(100% + 16px); height:calc(100% + 16px); border-bottom:1px #1fb8df solid;border-right:1px #1fb8df solid;position: absolute;bottom: -8px;right:-8px;transition: all 0.5s ease 0s;}
.case-detail ul li h4{padding: 0;margin:18px 0 0 0;line-height: 1.6;font-size:18px;font-weight: 700;}
@media screen and (max-width:767px){
	.case-detail ul li{margin: 12px;width: calc(100%/3 - 24px);}
}
@media screen and (max-width:575px){
	.case-detail ul li{margin: 10px;width: calc(100%/2 - 20px);}
}

/** 最新消息 **/
.news{}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{width: calc(100%/2 - 65px);margin: 10px 10px 10px 55px;padding: 0;font-size: 16px; color:#333; }
.news ul li a{color:#333; display:flex; align-items:center; padding:15px;border: 1px #d7d7d7 solid;}
.news ul li a:hover{border: 1px #1fb8df solid;box-shadow: 3px 3px 0 0 #1fb8df;}
.news ul li .news-date{width:100px; color:#1fb8df; font-size:13px; text-align:center; margin:0 15px 0 -70px;padding: 55px 10px 10px 10px; background:#ffffff url("../images/icon-news.svg")no-repeat top 10px center;background-size: 40px;text-transform: uppercase;}
.news ul li .news-information{flex:1; font-size:16px; color:#333;}
.news ul li .news-information h4{padding: 0;margin: 0 0 10px 0;line-height: 1.6;font-size:18px;font-weight: 700;overflow: hidden;text-overflow: ellipsis;height: 28px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news ul li .news-information .news-content{font-size:16px; color:#666666;overflow: hidden;text-overflow: ellipsis;height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-detail-date{background: #1fb8df;font-size: 13px; color:#ffffff; padding:4px 10px; margin: 0 0 15px 0;text-transform: uppercase;display: table;}
@media screen and (max-width:767px){
	.news ul li{width: calc(100%/1 - 45px);margin: 10px 0px 10px 45px;}
    .news ul li .news-date{margin:0 15px 0 -60px;}
}
@media screen and (max-width:575px){
	.news ul li{width: calc(100%/1 - 0px);margin: 10px 0px 10px 0;}
    .news ul li a{ display:block;}
    .news ul li .news-date{width:auto;min-width: 110px; background:#1fb8df;color:#ffffff;padding:2px 10px;margin: 0 0 10px -15px;display: table;}
}

/** 產品搜尋 **/
.pro-search-info{font-size:18px; color:#64691F; line-height:1.5em; border-bottom:1px #CCC dotted; margin-bottom:20px; text-align:center; padding-bottom:10px;}

/** 產品分類 **/
.pro{}
.pro ul{max-width:1200px; margin:0 auto; padding:0; list-style:none; display:flex; flex-wrap:wrap;justify-content: center;}
.pro ul li{width:calc(100%/4 - 20px); margin:10px; padding:0; text-align:center;}
.pro ul li:hover{}
.pro ul li h4{font-size:18px; color:#333333; line-height:1.6;  padding:0; margin:10px 0 0 0;font-weight: 700;}
.pro ul li:hover .pro-photo{position: relative;}
.pro ul li .pro-photo:after{content: "";display: block;width: 100%;height: 35%;background:rgba(233,247,251,.8);position: absolute;bottom: 0;left: 0;z-index:0;transition: all 0.5s ease 0s;}
.pro ul li:hover .pro-photo:after{content: "";display: block;width: 100%;height: 100%;background:rgba(233,247,251,.5);position: absolute;bottom: 0;left: 0;z-index:0;transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	.pro ul li{width:calc(100%/3 - 20px); }
}
@media screen and (max-width:575px){
	.pro ul li{width:calc(100%/2 - 16px);margin: 8px; }
}
/** 產品列表介紹 **/
.pro-store-info{font-size:15px; color:#666; padding:10px; margin-bottom:20px;}
.pro-list{}
.pro-list ul{max-width:1200px; margin:0 auto; padding:0; list-style:none; display:flex; flex-wrap:wrap;}
.pro-list ul li{width:calc(100%/4 - 20px); margin:10px; padding:0; text-align:center;}
.pro-list ul li:hover{}
.pro-list ul li h4{font-size:16px; color:#333333; line-height:1.6; padding:0; margin:10px 0 0 0;font-weight: 700;text-align: left;}
.pro-list ul li .pro-photo{box-shadow: 0 0 0 1px #d7d7d7,3px 3px 0 0 #d7d7d7;}
.pro-list ul li:hover .pro-photo{box-shadow: 0 0 0 1px #1fb8df,3px 3px 0 0 #1fb8df;}
.pro-photo{background:#ffffff; width:100%; position:relative;overflow: hidden;}
.pro-photo a{display:flex; height:100%; vertical-align:middle; text-align:center; align-items:center; justify-content:center;position: relative;z-index: 1;}
.pro-photo img.index-pro-img{width:auto; height:auto; flex-shrink:0;transform:scale(1);transition: all 0.5s ease 0s;}
.pro-list ul li:hover .pro-photo img.index-pro-img{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	.pro-list ul li{width:calc(100%/3 - 20px);}
}
@media screen and (max-width:575px){
	.pro-list ul li{width:calc(100%/2 - 12px);margin: 6px;}
}

/** 產品明細 **/
.pro-detaile-title{font-size:18px; color:#ffffff;background: #0b347e; padding:5px 15px; margin:10px 0; font-weight:normal;line-height: 1.6;}
.pro-detaile-box{margin:  0 0 25px 0;}
.pro-detaile-photo-box{width:calc(50% - 25px); margin:0 25px 0 0;}
.pro-detaile-spe-box{width:50%; position:relative; padding-bottom:210px;}
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{font-size:15px; color:#333; position:relative;}
.cart-info{position:absolute; width:100%; bottom:0;}
.cart-info .price{font-size:22px; font-weight:bold; color:#F00; vertical-align:middle; display:block; text-align:right;}
.cart-info .price.origin{font-size:smaller; color:#666; text-decoration:line-through;}
.cart-info .price.special{font-size:smaller; color:#000;}
h3.pro-introduce{background:#999; font-weight:normal; border-left:5px #111111 solid; padding:8px 10px; font-size:20px; color:#fff; margin:25px 0 15px 0;}
.pro-content{padding:0px 0; font-size:15px; color:#333; clear:both;}
@media screen and (max-width:767px){
	.pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 15px 0;}
	.pro-detaile-spe-box{width:100%; padding-bottom:0;}
	.cart-info{position:inherit; bottom:inherit;}
}

/** FAQ **/
.wrap {padding:0px;margin:0;}
.accordion {display: block;position: relative;width: 100%;margin: 0;padding: 0;}
li.accordion__item {display: block;width: 100%;margin-bottom: 15px;}
li.accordion__item:last-child {margin-bottom: 0;}
.accordion__title {display: block;position: relative;height:auto;line-height:1.6;padding: 12px 60px 12px 70px;font-size:16px;font-weight: 500;color: #333;overflow: hidden;-webkit-transition: background-color .2s;transition: background-color .2s;background: #f6f6f6 url("../images/icon-faq.svg")no-repeat top 7px left 20px;background-size: 36px;}
.accordion__title:hover {background: #e9f7fb url("../images/icon-faq.svg")no-repeat top 7px left 20px;background-size: 36px;color: #333333;font-weight: 700;}
.accordion__title.active {background:#1fb8df url("../images/icon-faq_h.svg")no-repeat top 7px left 20px;background-size: 36px;font-weight: 700;color: #ffffff;}
.accordion__title.active .x7 {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);top: -17px;right: -6px;}
.accordion__title.active .x7 .btop {width: 40%;top:18px;right: 30%; -webkit-transform: translateY(-50%) rotate(-45deg);transform: translateY(-50%) rotate(-45deg);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.accordion__title.active .x7 .bmid {opacity: 0;}
.accordion__title.active .x7 .bbot {width: 40%;bottom:18px;right: 30%;-webkit-transform: translateY(50%) rotate(45deg);transform: translateY(50%) rotate(45deg);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.accordion__content {display: none;position: relative;overflow: hidden;border: 1px solid #1fb8df;border-top: none;line-height: 1.6;padding: 20px;background-color: #fff;font-size: 16px;}
.accordion__content>ol{padding: 0;margin: 0 0 0 25px;}
.accordion__content>ol>li{width: 100%; padding: 0;margin:4px 0;}
.accordion__content-note01{font-size: 13px;color: #ee1f1f;}
.accordion__content-note02{font-size: 13px;color: #ee1f1f;margin: 20px 0 0 0 ;}
.bmenu {width: 49px;height: 49px;display: block;position: absolute;right: 0;top: 0;background: #1fb8df;}
.btop, .bmid, .bbot {right: 20%;width: 100%;height: 2px;position: absolute;background-color: #ffffff;border-radius: 1px;}
.btop {width: 60%;}
.bmid {width: 60%;}
.bbot {width: 60%;-webkit-transform: translateY(100%) rotate(90deg);transform: translateY(100%) rotate(90deg);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;}
.x7 {-webkit-transition: -webkit-transform .3s ease-out;transition: -webkit-transform .3s ease-out;transition: transform .3s ease-out;transition: transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform-origin: 60% 75%;transform-origin: 60% 75%;}
.x7 .btop {top:calc(50% - 1px);-webkit-transition: width .3s, top .0s, -webkit-transform .3s;transition: width .3s, top .0s, -webkit-transform .3s;transition: width .3s, transform .3s, top .0s;transition: width .3s, transform .3s, top .0s, -webkit-transform .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.x7 .bmid {top: calc(50% - 0px);-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transition: opacity .1s;transition: opacity .1s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.x7 .bbot {bottom: calc(50% + 1px);-webkit-transition: width .3s, bottom .0s, -webkit-transform .3s;transition: width .3s, bottom .0s, -webkit-transform .3s;transition: width .3s, transform .3s, bottom .0s;transition: width .3s, transform .3s, bottom .0s, -webkit-transform .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
@media screen and (max-width:767px){
    .accordion__title {padding: 12px 60px 12px 60px;background: #f6f6f6 url("../images/icon-faq.svg")no-repeat top 7px left 15px;background-size: 36px;}
    .accordion__title:hover {background: #e9f7fb url("../images/icon-faq.svg")no-repeat top 7px left 15px;background-size: 36px;}
    .accordion__title.active {background:#1fb8df url("../images/icon-faq_h.svg")no-repeat top 7px left 15px;background-size: 36px;}
	.accordion__content {padding:15px;}
}

/** 聯絡我們 **/
h3.contact-title{padding:5px 10px;margin: 0 0 25px 0;line-height: 1.6;font-size:24px; font-weight: 700;color:#0b347e;display: table;border-bottom: 1px #0b347e solid;position: relative;letter-spacing: 2px;}
h3.contact-title:after{content: "";display: block; width: 50px;height:3px;background: #0b347e;position: absolute;bottom: -2px;left:37px;}
.contact-note{padding:0 0 10px 0; font-weight:bold; font-size:14px; color:#ee1f1f;}
.star{font-size:14px; color:#ee1f1f;padding: 0 5px;}
.contact-information{font-size: 16px;color: #333333;}
.contact-information a{color: #666666;}
.contact-information a:hover{text-decoration: underline;}
.contact-information ul{list-style: none;padding: 0;margin: 0;}
.contact-information ul li{padding: 0;margin:15px 0;display: flex;align-items: center;}
.contact-information ul li .contact-icon{width: 36px;}
.contact-information ul li .contact-content{flex: 1;padding: 0 0 0 15px ;color: #666666;}
.contact-information ul li .contact-content span{display: block;width: 100%;font-weight: 700;color: #333333;}
.contact-form{font-size: 16px;color: #333333;}
.googlemap {position: relative;padding-bottom: 30%;padding-top: 30px;height: 0;overflow: hidden;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:767px){
    .contact-information{margin: 0 0 20px 0;}
    .googlemap {padding-bottom: 50%;}
}
@media screen and (max-width:575px){
    .googlemap {padding-bottom: 80%;}
}


/** 表單欄位 **/
label{margin-bottom: 0;min-width:80px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap; }
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:5px 0;  border-radius:0; overflow:hidden;}
.opinion-left01{background:#e9f7fb; width:105px; min-width:105px; padding:5px 10px; font-weight:bold; font-size:16px; font-family:"Microsoft JhengHei"; color:#495057; line-height:1.8; display:flex; align-items:center;}
.input-main-style01{flex:1; width:100%; border:0;border-bottom: 1px #d7d7d7 solid; margin:0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:39px;background:#ffffff;}
.input-main-style02{flex:1; width:100%; border:0;border-bottom: 1px #d7d7d7 solid; margin:0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:39px;background:#ffffff;}
.input-main-style03{flex:1; width:100%; border:0;border-bottom: 1px #d7d7d7 solid; margin:5px 0 0 0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:39px;background:#ffffff;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:5px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; display:flex; flex-wrap:wrap;}
.input-main-select select{background:#f4f8fb; width:calc(50% - 2.5px); margin-right:5px; padding:5px 15px; line-height:1.8; border:0; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; min-height:39px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; font-size:16px; color:#ffffff; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:39px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:16px; 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:39px; margin:0; vertical-align:middle; display:inline-block;}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus{outline: 0;border-bottom: 1px #1fb8df solid;}
@media screen and (max-width:767px){
    .opinion-main{display:block;}
}
@media screen and (max-width:400px){
	.opinion{display:block;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 105px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
a.btn-send{padding:5px 20px; text-align:center; font-size:16px; font-weight:bold; color:#ffffff; min-width:100px; margin:2px 5px;background: #1fb8df; border-radius:0px;}
a.btn-send:hover{background:#0b347e; color:#fff;}
a.btn-reset{background:#e9ecef; padding:5px 20px; text-align:center; font-size:16px; color:#333333; font-weight:bold; min-width:100px; margin:2px 5px; border-radius:0px;}
a.btn-reset:hover{background:#333333;color: #ffffff; }
a.btn-send-over{background:#7ea2c5; padding:5px 20px; text-align:center; font-size:15px; color:#fff; min-width:100px; margin:2px 5px; border-radius:5px; border:2px solid #7ea2c5;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:575px){
	a.btn-send{padding:5px 10px; width:calc(50% - 10px);}
	a.btn-reset{padding:5px 10px; width:calc(50% - 10px);}
	a.btn-send-over{padding:5px 10px; width:calc(50% - 10px);}
}

/** 頁次 **/
.page{font:13px/2.4 "Microsoft JhengHei"; color:#333; text-align:center; clear:both; margin:25px 0 15px 0;}
.page a{background:#333333; color:#fff; padding:4px 10px;}
.page a:hover{background:#0b347e; color:#fff;}
.page br{display:none;}
@media screen and (max-width:767px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:url("../images/footer_bg.png") no-repeat center center;background-size: cover;overflow: hidden;padding: 0 15px;border-top: 1px #eeeeee solid;}
footer .footer{max-width:1200px; margin:0 auto;display: flex;}
footer .footer a{color: #000000;  }
footer .footer a:hover{color: #0b347e; }
footer .footer .footer-logo{width: 180px;background: #ffffff;position: relative;z-index: 1;padding: 30px 0;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;}
footer .footer .footer-logo:before{content: "";display: block;width: 200%;height: 100%;position: absolute;top: 0;left:-200%;background: #ffffff;}
footer .footer .footer-logo:after{content: "";display: block;width: 120%;height: 200%;position: absolute;top: 0;right:-20%;background: #ffffff;transform-origin:left top;transform:rotate(-15deg);z-index: -1;}
footer .footer .footer-logo .footer-logo-photo{width: 180px; margin: 0 auto;}
footer .footer .footer-logo .footer-logo-photo img{width: 100%; }
footer .footer .footer-logo .footer-logo-font{color: #333333;font-size: 13px;text-align: center;letter-spacing: 2px;line-height: 1.8;margin: 15px 0 0 0; }
footer .footer .footer-logo .footer-logo-font span{display: block; letter-spacing: 1.4px;width: 100%;}
footer .footer .footer-information{flex: 1;font-size: 14px; color: #000000; display: flex;padding: 25px 0 25px 120px;z-index: 1;}
footer .footer .footer-information h3{padding:12px 0;margin: 0 0 12px 0;color: #0b347e;font-size: 16px;font-weight:700;letter-spacing: 1px;border-bottom: 1px #0b347e solid;}
footer .footer .footer-information .footer-menu{flex: 1.6;}
footer .footer .footer-information .footer-menu>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap; }
footer .footer .footer-information .footer-menu>ul>li{padding:5px 0;margin: 0 10px 0 0;width:calc(50% - 10px); }
footer .footer .footer-information .footer-menu>ul>li a{display: block;color: #000000;  }
footer .footer .footer-information .footer-menu>ul>li a:hover{color: #0b347e; }
footer .footer .footer-information .footer-contact{flex: 3.6;margin: 0 8%;  }
footer .footer .footer-information .footer-contact>span{display: inline-flex;flex-wrap: wrap; align-items: center; padding: 5px 0;}
footer .footer .footer-information .footer-contact>span:first-of-type{padding: 5px 35px 5px 0;}
footer .footer .footer-information .footer-contact>span>i{min-width: 20px; width: 20px;display: inline-block;margin: 0 10px 0 0; }
footer .footer .footer-information .footer-contact>span>.footer-map{font-size: 13px;letter-spacing: 1.5px;display: inline-block;text-align: center;margin: 0 0 0 14px;}
footer .footer .footer-information .footer-contact>span>.footer-map a{background: #1fb8df;color: #ffffff; padding: 4px 10px;border-radius: 3px;}
footer .footer .footer-information .footer-contact>span>.footer-map a:hover{background: #0b347e; }
footer .footer .footer-information .footer-icon{flex: 1; display: flex; align-items: flex-end;justify-content: flex-end;padding: 5px 0;}
footer .footer .footer-information .footer-icon>ul{list-style: none;padding: 0;margin: 0;display: flex;}
footer .footer .footer-information .footer-icon>ul>li{padding: 0;margin: 0 ;width: 40px; }
footer .footer .footer-information .footer-icon>ul>li img{width: 100%; }
footer .footer .footer-information .footer-icon>ul>li a{display: block;padding: 8px;width: 40px; height: 40px;transition: all 0.5s ease 0s;}
footer .footer .footer-information .footer-icon>ul>li a:hover{box-shadow: 0 0 0 1px #333333;border-radius: 100px;background: #ffffff;transition: all 0.5s ease 0s;}
.copyright-main{padding: 0 15px;}
.copyright{max-width: 1200px; margin: 0 auto;font-size: 12px; color: #999999;text-transform: uppercase;text-align: right;padding:8px 0; }
.copyright a{display: block; color: #999999; }
.copyright a:hover{color: #0b347e; }
.copyright span{padding: 0 0 0 30px;display: inline-block;}
@media screen and (max-width:1200px){
    footer .footer .footer-information .footer-menu{flex: 2.6;}
	footer .footer .footer-information .footer-contact{flex: 7;margin: 0 5%; }
}
@media screen and (max-width:1050px){
    footer .footer .footer-logo:after{width: 100%;right:-15px;}
    footer .footer .footer-information .footer-menu{flex: 2;}
    footer .footer .footer-information .footer-menu>ul>li{padding:1px 0;margin: 0 ;width:100%; }
    footer .footer .footer-information .footer-contact{flex: 9;margin: 0 4%; }
    footer .footer .footer-information .footer-contact>span{display:flex;padding: 6px 0;}
    footer .footer .footer-information .footer-contact>span:first-of-type{padding: 6px 0;}
}
@media screen and (max-width:940px){
    footer{padding: 0 ;}
    footer .footer{display: block;}
    footer .footer .footer-logo{width: 100%;padding: 15px 15px;}
    footer .footer .footer-logo:before{display: none;}
    footer .footer .footer-logo:after{display: none;}
    footer .footer .footer-logo .footer-logo-photo{width: 140px; }
    footer .footer .footer-logo .footer-logo-font{width: 100%;font-size: 12px;letter-spacing: 0.4px;margin: 10px 0 0 0; }
    footer .footer .footer-logo .footer-logo-font span{letter-spacing: 0px;}
    footer .footer .footer-information{width: 100%; padding: 15px 15px;}
    footer .footer .footer-information .footer-menu{flex: 2;}
    footer .footer .footer-information .footer-menu>ul>li{padding:5px 0;margin: 0 10px 0 0;width:calc(50% - 10px); }
    footer .footer .footer-information .footer-contact{flex: 6;margin: 0 6%; }
    footer .footer .footer-information .footer-contact>span{display: inline-flex;padding: 5px 0;}
    footer .footer .footer-information .footer-contact>span:first-of-type{padding: 5px 35px 5px 0;}
}
@media screen and (max-width:767px){
    footer .footer .footer-information{flex-wrap: wrap;}
    footer .footer .footer-information .footer-menu{flex:initial;width: 100%;}
    footer .footer .footer-information .footer-menu>ul>li{margin:0 5px;width:calc(100%/6 - 10px); }
    footer .footer .footer-information .footer-contact{flex:initial;width: calc(92% - 96px);margin: 0 8% 0 0;}
    footer .footer .footer-information .footer-icon{flex:initial;width: 96px;}
}
@media screen and (max-width:575px){
    footer .footer .footer-information .footer-menu>ul>li{width:calc(100%/3 - 10px); }
    footer .footer .footer-information .footer-contact{width: 100%;margin: 0 ;}
    footer .footer .footer-information .footer-contact>span>.footer-map{font-size: 12px;letter-spacing: 0;margin: 0 0 0 10px;}
    footer .footer .footer-information .footer-contact>span>.footer-map a{padding: 4px 6px;}
    footer .footer .footer-information .footer-icon{width: 100%;justify-content: center;}
    .copyright {text-align: center;}
    .copyright span{padding: 0;display: block;width: 100%;}
}
@media screen and (max-width:400px){
    footer .footer .footer-information .footer-contact>span>.footer-map{display:block;margin:8px 0 0 0;width: 100%;}
    footer .footer .footer-information .footer-contact>span>.footer-map a{display:block;padding:2px 6px;}
}

/** top **/
#scrollUp {bottom: 0;right: 15px;width: 50px;height: 40px;margin-bottom: -10px;padding: 8px 10px;font-size: 13px;text-align: center;text-decoration: none;color: #ffffff;box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);border-radius: 50px 50px 0 0; background-color: #1fb8df;-webkit-transition: margin-bottom 150ms linear;-moz-transition: margin-bottom 150ms linear;-o-transition: margin-bottom 150ms linear;transition: margin-bottom 150ms linear;
}
#scrollUp:hover {margin-bottom: 0;background-color: #0b347e;}
