@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** font **/
@import url(Noto+Sans+TC.css);
@import url(Questrial.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: 'Questrial', 'Noto Sans TC', sans-serif;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;}

/** 表單預設文字顏色設定 **/
::-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;}

/** 手機選單、選單 色塊-變色 **/
.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;}

/** 浮動icon **/
.float-icon-main{position: fixed;width: 44px; height: auto;bottom: 0px;right: 10px;z-index: 10001;}
.float-icon{transition: all 0.5s ease 0s;}
.float-icon ul{list-style: none;padding: 0;margin: 0;display: block;}
.float-icon ul li{padding: 0;margin:10px 0;display: block;width: 44px; height: 44px;}
.float-icon ul li a{display: flex;align-items: center;justify-content: center; width: 44px; height: 44px;background: #000000;padding: 11px;border-radius: 44px;}
.float-icon ul li a:hover{background: #4cbbb0;}
@media screen and (max-width:767px){
	.float-icon-main{width: 44px;}
    .float-icon ul li{width: 44px; height: 44px;}
    .float-icon ul li a{width: 44px; height: 44px;padding: 8px;}
}

/** 上版 **/
header{background:rgba(255,255,255,.8);padding:0;position: fixed;top: 0;left: 0;width: 100%;z-index: 10001;}
.head-main{display:flex;align-items: center;}
.head-main .logo-main{width: 300px;}
.head-main .logo-main a{display: flex;align-items: center;}
.head-main .logo-main a:hover{}
.head-main .logo-main .logo{width: 90px;margin: 0 15px 0 0;background: #000000;padding: 12px 18.2px;}
.head-main .logo-main .logo img{-webkit-filter: brightness(100);}
.head-main .logo-main .logo-font{flex: 1;}
.head-main .logo-main .logo-font img{-webkit-filter: brightness(0);}
@media screen and (max-width:950px){
    .head-main .logo-main{width: 230px;}
	.head-main .logo-main .logo{width: 60px;margin: 0 10px 0 0;padding:7.85px 12px;}
}

/** 主選單按鈕 **/
.hamburger{display: none;background-color:rgba(0,0,0,.5);position: fixed;top: 0px;left:0px;z-index: 10002;padding:15.5px 20px;}
.hamburger .line{width:30px;height: 3px;background-color: #ffffff;display: block;margin: 5px auto;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.hamburger:hover{cursor: pointer;}
.hamburger.is-active{background-color:rgba(0,0,0,0);}
#hamburger-1.is-active .line{background: #fafafa;}
#hamburger-1.is-active .line:nth-child(2){opacity: 0;}
#hamburger-1.is-active .line:nth-child(1){-webkit-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-o-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg);}
#hamburger-1.is-active .line:nth-child(3){-webkit-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-o-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg);}
@media screen and (max-width:950px){
	.hamburger{display:block;left: inherit;right: 0px;}
}

/** 主選單與下拉 **/
#nav{flex: 1;padding: 0 15px;opacity: 1;visibility: visible;}
.menu{list-style:none; position:relative; margin:0;padding: 0; display:flex;justify-content: flex-end;}
.menu>li{width: 140px; color:#000000;margin:0 ; font-size:16px; text-align:center; position:relative;cursor:pointer; padding:0;overflow: hidden;transition: all 0.5s ease 0s;}
.menu>li>a{color:#000000; display:block; padding:12.8px 10px; margin:0;width: 100%;position: relative;}
.menu>li>a:hover{transition: all 0.5s ease 0s;}
.menu>li .menu-ch{display:block;width: 100%;overflow: hidden;opacity: 0;position: absolute;top: 25.59px;left: 0; transition: all 0.5s ease 0s;}
.menu>li .menu-en{display:block;width: 100%;text-transform: uppercase;overflow: visible;opacity: 1;position: absolute;top: 0;left: 0;color: #666666;transition: all 0.5s ease 0s;}
.menu>li:hover .menu-ch{display: block;top: 0px;overflow: visible;opacity: 1;}
.menu>li:hover .menu-en{position: absolute;top: -25.59px;left: 0;overflow: hidden;opacity: 0;}
.menu-logo-main{display: none;width: 300px;border-bottom: 3px #ffffff solid;padding: 25px 0;margin: 20px 0;}
.menu-logo-main a{display:block;}
.menu-logo-main a:hover{}
.menu-logo-main .menu-logo{width: 80px;margin: 0 auto 25px auto;}
.menu-logo-main .menu-logo img{-webkit-filter: brightness(100);}
.menu-logo-main .menu-logo-font{width: 182px;margin: 0 auto;}
.menu-logo-main .menu-logo-font img{-webkit-filter: brightness(100);}
@media screen and (max-width:950px){
    #nav{padding:20px; opacity: 0;visibility: hidden;position: absolute;top: 0;right: -240px;background: rgba(0,0,0,.5);width:240px;height:auto; transition: all 0.5s ease 0s;z-index: 10001;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
    #nav.slow{opacity: 1;visibility:visible;right: 0%;}
    .menu{display: block;width: 200px;}
    .menu>li{width:100%;margin: 20px 0;}
    .menu>li>a{color:#ffffff;}
    .menu>li .menu-en{color: #ffffff;}
    .menu-logo-main{width: 200px;display: block;}
}
@media screen and (max-width:767px){
    #nav{right: -210px;width:210px;}
    .menu{width: 170px;}
    .menu>li{margin: 12px 0;}
    .menu-logo-main{width: 170px;padding: 15px 0;margin: 15px 0;}
    .menu-logo-main .menu-logo{width: 72px;margin: 0 auto 25px auto;}
    .menu-logo-main .menu-logo-font{width: 162px;}
}
@media screen and (max-height:491px){
	#nav{ height: 100vh; overflow-y: auto;align-content: flex-start;}
}

/** edm輪播 **/
.edm{overflow: hidden;position: relative;z-index: 10000;}
.mycanvas{display: none;}
.edm-font{position: absolute;bottom: 0;left:calc(50% - 120px);max-width: 240px; width: 100%;height: 100%;z-index: 10000;display: flex;flex-wrap: wrap; align-content: center;justify-content: center;text-align: center;}
.edm-font .edm-logo{max-width: 130px;margin:125px auto 0 auto;width: 100%;padding:0;}
.edm-font .edm-logo img{filter: drop-shadow(-2px 2px 1px rgb(0 0 0 / 0.35));}
.edm-font .edm-btn{font-size: 14px; color: #ffffff;width: 100%;margin: 28px 0 0 0;}
.edm-font .edm-btn a{display: table;min-width: 130px;margin: 0 auto;padding: 8px 30px;border: 1px #ffffff solid; color: #ffffff;background: rgba(0,0,0,.5);}
.edm-font .edm-btn a:hover{background: rgba(0,0,0,.8);}
@media screen and (max-width:950px){
    .edm-font .edm-logo{margin:0 auto;}
}
@media screen and (max-width:767px){
    .edm-font .edm-logo{max-width: 110px;}
    .edm-font .edm-btn{margin: 20px 0 0 0;}
    .edm-font .edm-btn a{min-width: 110px;padding: 6px 10px;}
}

/** 配置 **/
.warpper{}
.main{}

/** 內頁banner **/
.inside-banner{padding:105px 15px 15px 15px;}
.inside-banner .banner-title{max-width:1000px; font-size:18px; color:#000000; margin:0 auto; padding:0;position: relative;}
.inside-banner .banner-title .banner-title-en{display: block;font-size:90px; color:#f3f3f3;position: absolute;bottom: 0;left: 0;line-height: 1;text-align: center;width: 100%;text-transform: uppercase;letter-spacing: 6px;opacity: .18;}
.inside-banner .banner-title .banner-title-ch{display: block; font-size:18px; color:#000000;width: 18px;margin: 0 auto;padding:0 0 12px 0; text-align: center;position: relative;z-index: 1;font-weight: 400;line-height: 1.6;}
.inside-banner .banner-title .banner-title-ch:after{content: "";display: block;width: 6px; height: 6px; background: #222222;position: absolute;bottom: 0;left: calc(50% - 3px);  transform: rotate(45deg);}
@media screen and (max-width:950px){
	.inside-banner{padding:115px 15px 15px 15px;}
    .inside-banner .banner-title .banner-title-ch{width:100%;}
    .inside-banner .banner-title .banner-title-en{font-size:80px;letter-spacing: 4px;line-height: 1.2;}
}
@media screen and (max-width:767px){
    .inside-banner{padding:105px 15px 15px 15px;}
    .inside-banner .banner-title .banner-title-en{font-size:60px;letter-spacing: 2px;line-height: 1.4;}
}
@media screen and (max-width:575px){
    .inside-banner{padding:95px 15px 15px 15px;}
    .inside-banner .banner-title .banner-title-en{font-size:48px;line-height: 1.6;}
}
@media screen and (max-width:374px){
    .inside-banner{padding:85px 15px 15px 15px;}
    .inside-banner .banner-title .banner-title-en{font-size:40px;line-height: 1.8;}
}
.animated-text span,
.animated-text-hover:hover span {
  -webkit-animation-name: animated-text-keys;
          animation-name: animated-text-keys;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes animated-text-keys {
  0% {
    color: #af5cd6;
  }
  5% {
    color: #5cd689;
  }
  10% {
    color: #a75cd6;
  }
  15% {
    color: #7ed65c;
  }
  20% {
    color: #a55cd6;
  }
  25% {
    color: #d65c81;
  }
  30% {
    color: #ce5cd6;
  }
  35% {
    color: #91d65c;
  }
  40% {
    color: #d67c5c;
  }
  45% {
    color: #685cd6;
  }
  50% {
    color: #5c5ed6;
  }
  55% {
    color: #64d65c;
  }
  60% {
    color: #95d65c;
  }
  65% {
    color: #d6975c;
  }
  70% {
    color: #b4d65c;
  }
  75% {
    color: #d6ad5c;
  }
  80% {
    color: #d65caf;
  }
  85% {
    color: #d0d65c;
  }
  90% {
    color: #97d65c;
  }
  95% {
    color: #d6a15c;
  }
  100% {
    color: #6a5cd6;
  }
}
@keyframes animated-text-keys {
  0% {
    color: #af5cd6;
  }
  5% {
    color: #5cd689;
  }
  10% {
    color: #a75cd6;
  }
  15% {
    color: #7ed65c;
  }
  20% {
    color: #a55cd6;
  }
  25% {
    color: #d65c81;
  }
  30% {
    color: #ce5cd6;
  }
  35% {
    color: #91d65c;
  }
  40% {
    color: #d67c5c;
  }
  45% {
    color: #685cd6;
  }
  50% {
    color: #5c5ed6;
  }
  55% {
    color: #64d65c;
  }
  60% {
    color: #95d65c;
  }
  65% {
    color: #d6975c;
  }
  70% {
    color: #b4d65c;
  }
  75% {
    color: #d6ad5c;
  }
  80% {
    color: #d65caf;
  }
  85% {
    color: #d0d65c;
  }
  90% {
    color: #97d65c;
  }
  95% {
    color: #d6a15c;
  }
  100% {
    color: #6a5cd6;
  }
}
.animated-text span:nth-of-type(1),.animated-text-hover:hover span:nth-of-type(1) {
  -webkit-animation-delay: -19.8s;
          animation-delay: -19.8s;
}
.animated-text span:nth-of-type(2),.animated-text-hover:hover span:nth-of-type(2) {
  -webkit-animation-delay: -19.6s;
          animation-delay: -19.6s;
}
.animated-text span:nth-of-type(3),.animated-text-hover:hover span:nth-of-type(3) {
  -webkit-animation-delay: -19.4s;
          animation-delay: -19.4s;
}
.animated-text span:nth-of-type(4),.animated-text-hover:hover span:nth-of-type(4) {
  -webkit-animation-delay: -19.2s;
          animation-delay: -19.2s;
}
.animated-text span:nth-of-type(5),.animated-text-hover:hover span:nth-of-type(5) {
  -webkit-animation-delay: -19s;
          animation-delay: -19s;
}
.animated-text span:nth-of-type(6),.animated-text-hover:hover span:nth-of-type(6) {
  -webkit-animation-delay: -18.8s;
          animation-delay: -18.8s;
}
.animated-text span:nth-of-type(7),.animated-text-hover:hover span:nth-of-type(7) {
  -webkit-animation-delay: -18.6s;
          animation-delay: -18.6s;
}
.animated-text span:nth-of-type(8),.animated-text-hover:hover span:nth-of-type(8) {
  -webkit-animation-delay: -18.4s;
          animation-delay: -18.4s;
}
.animated-text span:nth-of-type(9),.animated-text-hover:hover span:nth-of-type(9) {
  -webkit-animation-delay: -18.2s;
          animation-delay: -18.2s;
}
.animated-text span:nth-of-type(10),.animated-text-hover:hover span:nth-of-type(10) {
  -webkit-animation-delay: -18s;
          animation-delay: -18s;
}
.animated-text span:nth-of-type(11),.animated-text-hover:hover span:nth-of-type(11) {
  -webkit-animation-delay: -17.8s;
          animation-delay: -17.8s;
}
.animated-text span:nth-of-type(12),.animated-text-hover:hover span:nth-of-type(12) {
  -webkit-animation-delay: -17.6s;
          animation-delay: -17.6s;
}
.animated-text span:nth-of-type(13),.animated-text-hover:hover span:nth-of-type(13) {
  -webkit-animation-delay: -17.4s;
          animation-delay: -17.4s;
}
.animated-text span:nth-of-type(14),.animated-text-hover:hover span:nth-of-type(14) {
  -webkit-animation-delay: -17.2s;
          animation-delay: -17.2s;
}
.animated-text span:nth-of-type(15),.animated-text-hover:hover span:nth-of-type(15) {
  -webkit-animation-delay: -17s;
          animation-delay: -17s;
}
.animated-text span:nth-of-type(16),.animated-text-hover:hover span:nth-of-type(16) {
  -webkit-animation-delay: -16.8s;
          animation-delay: -16.8s;
}
.animated-text span:nth-of-type(17),.animated-text-hover:hover span:nth-of-type(17) {
  -webkit-animation-delay: -16.6s;
          animation-delay: -16.6s;
}
.animated-text span:nth-of-type(18),.animated-text-hover:hover span:nth-of-type(18) {
  -webkit-animation-delay: -16.4s;
          animation-delay: -16.4s;
}
.animated-text span:nth-of-type(19),.animated-text-hover:hover span:nth-of-type(19) {
  -webkit-animation-delay: -16.2s;
          animation-delay: -16.2s;
}
.animated-text span:nth-of-type(20),.animated-text-hover:hover span:nth-of-type(20) {
  -webkit-animation-delay: -16s;
          animation-delay: -16s;
}
.animated-text span:nth-of-type(21),.animated-text-hover:hover span:nth-of-type(21) {
  -webkit-animation-delay: -15.8s;
          animation-delay: -15.8s;
}
.animated-text span:nth-of-type(22),.animated-text-hover:hover span:nth-of-type(22) {
  -webkit-animation-delay: -15.6s;
          animation-delay: -15.6s;
}
.animated-text span:nth-of-type(23),.animated-text-hover:hover span:nth-of-type(23) {
  -webkit-animation-delay: -15.4s;
          animation-delay: -15.4s;
}
.animated-text span:nth-of-type(24),.animated-text-hover:hover span:nth-of-type(24) {
  -webkit-animation-delay: -15.2s;
          animation-delay: -15.2s;
}
.animated-text span:nth-of-type(25),.animated-text-hover:hover span:nth-of-type(25) {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
.animated-text span:nth-of-type(26),.animated-text-hover:hover span:nth-of-type(26) {
  -webkit-animation-delay: -14.8s;
          animation-delay: -14.8s;
}
.animated-text span:nth-of-type(27),.animated-text-hover:hover span:nth-of-type(27) {
  -webkit-animation-delay: -14.6s;
          animation-delay: -14.6s;
}
.animated-text span:nth-of-type(28),.animated-text-hover:hover span:nth-of-type(28) {
  -webkit-animation-delay: -14.4s;
          animation-delay: -14.4s;
}
.animated-text span:nth-of-type(29),.animated-text-hover:hover span:nth-of-type(29) {
  -webkit-animation-delay: -14.2s;
          animation-delay: -14.2s;
}
.animated-text span:nth-of-type(30),.animated-text-hover:hover span:nth-of-type(30) {
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
}
.animated-text span:nth-of-type(31),.animated-text-hover:hover span:nth-of-type(31) {
  -webkit-animation-delay: -13.8s;
          animation-delay: -13.8s;
}
.animated-text span:nth-of-type(32),.animated-text-hover:hover span:nth-of-type(32) {
  -webkit-animation-delay: -13.6s;
          animation-delay: -13.6s;
}
.animated-text span:nth-of-type(33),.animated-text-hover:hover span:nth-of-type(33) {
  -webkit-animation-delay: -13.4s;
          animation-delay: -13.4s;
}
.animated-text span:nth-of-type(34),.animated-text-hover:hover span:nth-of-type(34) {
  -webkit-animation-delay: -13.2s;
          animation-delay: -13.2s;
}
.animated-text span:nth-of-type(35),.animated-text-hover:hover span:nth-of-type(35) {
  -webkit-animation-delay: -13s;
          animation-delay: -13s;
}
.animated-text span:nth-of-type(36),.animated-text-hover:hover span:nth-of-type(36) {
  -webkit-animation-delay: -12.8s;
          animation-delay: -12.8s;
}
.animated-text span:nth-of-type(37),.animated-text-hover:hover span:nth-of-type(37) {
  -webkit-animation-delay: -12.6s;
          animation-delay: -12.6s;
}
.animated-text span:nth-of-type(38),.animated-text-hover:hover span:nth-of-type(38) {
  -webkit-animation-delay: -12.4s;
          animation-delay: -12.4s;
}
.animated-text span:nth-of-type(39),.animated-text-hover:hover span:nth-of-type(39) {
  -webkit-animation-delay: -12.2s;
          animation-delay: -12.2s;
}
.animated-text span:nth-of-type(40),.animated-text-hover:hover span:nth-of-type(40) {
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
}
.animated-text span:nth-of-type(41),.animated-text-hover:hover span:nth-of-type(41) {
  -webkit-animation-delay: -11.8s;
          animation-delay: -11.8s;
}
.animated-text span:nth-of-type(42),.animated-text-hover:hover span:nth-of-type(42) {
  -webkit-animation-delay: -11.6s;
          animation-delay: -11.6s;
}
.animated-text span:nth-of-type(43),.animated-text-hover:hover span:nth-of-type(43) {
  -webkit-animation-delay: -11.4s;
          animation-delay: -11.4s;
}
.animated-text span:nth-of-type(44),.animated-text-hover:hover span:nth-of-type(44) {
  -webkit-animation-delay: -11.2s;
          animation-delay: -11.2s;
}
.animated-text span:nth-of-type(45),.animated-text-hover:hover span:nth-of-type(45) {
  -webkit-animation-delay: -11s;
          animation-delay: -11s;
}
.animated-text span:nth-of-type(46),.animated-text-hover:hover span:nth-of-type(46) {
  -webkit-animation-delay: -10.8s;
          animation-delay: -10.8s;
}
.animated-text span:nth-of-type(47),.animated-text-hover:hover span:nth-of-type(47) {
  -webkit-animation-delay: -10.6s;
          animation-delay: -10.6s;
}
.animated-text span:nth-of-type(48),.animated-text-hover:hover span:nth-of-type(48) {
  -webkit-animation-delay: -10.4s;
          animation-delay: -10.4s;
}
.animated-text span:nth-of-type(49),.animated-text-hover:hover span:nth-of-type(49) {
  -webkit-animation-delay: -10.2s;
          animation-delay: -10.2s;
}
.animated-text span:nth-of-type(50),.animated-text-hover:hover span:nth-of-type(50) {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}
.animated-text span:nth-of-type(51),.animated-text-hover:hover span:nth-of-type(51) {
  -webkit-animation-delay: -9.8s;
          animation-delay: -9.8s;
}
.animated-text span:nth-of-type(52),.animated-text-hover:hover span:nth-of-type(52) {
  -webkit-animation-delay: -9.6s;
          animation-delay: -9.6s;
}
.animated-text span:nth-of-type(53),.animated-text-hover:hover span:nth-of-type(53) {
  -webkit-animation-delay: -9.4s;
          animation-delay: -9.4s;
}
.animated-text span:nth-of-type(54),.animated-text-hover:hover span:nth-of-type(54) {
  -webkit-animation-delay: -9.2s;
          animation-delay: -9.2s;
}
.animated-text span:nth-of-type(55),.animated-text-hover:hover span:nth-of-type(55) {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
.animated-text span:nth-of-type(56),.animated-text-hover:hover span:nth-of-type(56) {
  -webkit-animation-delay: -8.8s;
          animation-delay: -8.8s;
}
.animated-text span:nth-of-type(57),.animated-text-hover:hover span:nth-of-type(57) {
  -webkit-animation-delay: -8.6s;
          animation-delay: -8.6s;
}
.animated-text span:nth-of-type(58),.animated-text-hover:hover span:nth-of-type(58) {
  -webkit-animation-delay: -8.4s;
          animation-delay: -8.4s;
}
.animated-text span:nth-of-type(59),.animated-text-hover:hover span:nth-of-type(59) {
  -webkit-animation-delay: -8.2s;
          animation-delay: -8.2s;
}
.animated-text span:nth-of-type(60),.animated-text-hover:hover span:nth-of-type(60) {
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}
.animated-text span:nth-of-type(61),.animated-text-hover:hover span:nth-of-type(61) {
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
}
.animated-text span:nth-of-type(62),.animated-text-hover:hover span:nth-of-type(62) {
  -webkit-animation-delay: -7.6s;
          animation-delay: -7.6s;
}
.animated-text span:nth-of-type(63),.animated-text-hover:hover span:nth-of-type(63) {
  -webkit-animation-delay: -7.4s;
          animation-delay: -7.4s;
}
.animated-text span:nth-of-type(64),.animated-text-hover:hover span:nth-of-type(64) {
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
}
.animated-text span:nth-of-type(65),.animated-text-hover:hover span:nth-of-type(65) {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.animated-text span:nth-of-type(66),.animated-text-hover:hover span:nth-of-type(66) {
  -webkit-animation-delay: -6.8s;
          animation-delay: -6.8s;
}
.animated-text span:nth-of-type(67),.animated-text-hover:hover span:nth-of-type(67) {
  -webkit-animation-delay: -6.6s;
          animation-delay: -6.6s;
}
.animated-text span:nth-of-type(68),.animated-text-hover:hover span:nth-of-type(68) {
  -webkit-animation-delay: -6.4s;
          animation-delay: -6.4s;
}
.animated-text span:nth-of-type(69),.animated-text-hover:hover span:nth-of-type(69) {
  -webkit-animation-delay: -6.2s;
          animation-delay: -6.2s;
}
.animated-text span:nth-of-type(70),.animated-text-hover:hover span:nth-of-type(70) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.animated-text span:nth-of-type(71),.animated-text-hover:hover span:nth-of-type(71) {
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
}
.animated-text span:nth-of-type(72),.animated-text-hover:hover span:nth-of-type(72) {
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
}
.animated-text span:nth-of-type(73),.animated-text-hover:hover span:nth-of-type(73) {
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
}
.animated-text span:nth-of-type(74),.animated-text-hover:hover span:nth-of-type(74) {
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
}
.animated-text span:nth-of-type(75),.animated-text-hover:hover span:nth-of-type(75) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.animated-text span:nth-of-type(76),.animated-text-hover:hover span:nth-of-type(76) {
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
}
.animated-text span:nth-of-type(77),.animated-text-hover:hover span:nth-of-type(77) {
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
}
.animated-text span:nth-of-type(78),.animated-text-hover:hover span:nth-of-type(78) {
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
}
.animated-text span:nth-of-type(79),.animated-text-hover:hover span:nth-of-type(79) {
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
}
.animated-text span:nth-of-type(80),.animated-text-hover:hover span:nth-of-type(80) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.animated-text span:nth-of-type(81),.animated-text-hover:hover span:nth-of-type(81) {
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
}
.animated-text span:nth-of-type(82),.animated-text-hover:hover span:nth-of-type(82) {
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
}
.animated-text span:nth-of-type(83),.animated-text-hover:hover span:nth-of-type(83) {
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
}
.animated-text span:nth-of-type(84),.animated-text-hover:hover span:nth-of-type(84) {
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
}
.animated-text span:nth-of-type(85),.animated-text-hover:hover span:nth-of-type(85) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.animated-text span:nth-of-type(86),.animated-text-hover:hover span:nth-of-type(86) {
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
}
.animated-text span:nth-of-type(87),.animated-text-hover:hover span:nth-of-type(87) {
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
}
.animated-text span:nth-of-type(88),.animated-text-hover:hover span:nth-of-type(88) {
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}
.animated-text span:nth-of-type(89),.animated-text-hover:hover span:nth-of-type(89) {
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
}
.animated-text span:nth-of-type(90),.animated-text-hover:hover span:nth-of-type(90) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.animated-text span:nth-of-type(91),.animated-text-hover:hover span:nth-of-type(91) {
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
}
.animated-text span:nth-of-type(92),.animated-text-hover:hover span:nth-of-type(92) {
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}
.animated-text span:nth-of-type(93),.animated-text-hover:hover span:nth-of-type(93) {
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.animated-text span:nth-of-type(94),.animated-text-hover:hover span:nth-of-type(94) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.animated-text span:nth-of-type(95),.animated-text-hover:hover span:nth-of-type(95) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.animated-text span:nth-of-type(96),.animated-text-hover:hover span:nth-of-type(96) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.animated-text span:nth-of-type(97),.animated-text-hover:hover span:nth-of-type(97) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.animated-text span:nth-of-type(98),.animated-text-hover:hover span:nth-of-type(98) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.animated-text span:nth-of-type(99),.animated-text-hover:hover span:nth-of-type(99) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.animated-text span:nth-of-type(100),.animated-text-hover:hover span:nth-of-type(100) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/** Breadcrumb **/
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1000px; 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-main{padding:30px 15px;}
.content-body{max-width:1000px; margin:0 auto;}
.page-title{font-size:18px; color:#000000; padding:0 0 10px 0; margin:0 0 25px 0;text-align: center;border-bottom: 1px #222222 dashed;}
.page-main{padding:0; font-size:14px; color:#222222;line-height: 1.8;}
.font001{color: #666666;}
@media screen and (max-width:950px){
    .content-body-main{padding:20px 15px;}
}

/** 左邊分類 **/
.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{border-bottom: 3px #222222 solid;border-top: 1px #222222 solid;margin:0;padding: 0 15px}
.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{font-size:16px; color:#999999; padding:0;}
.in-left-menu>ul>li>a{color:#999999;display:block; padding:10px 25px;}
.in-left-menu>ul>li>a:hover{color: #000000;}
.in-left-menu>ul>li>.current{color: #4cbbb0;position: relative;}
.in-left-menu>ul>li>.current:after{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 0 5px 5px 5px;border-color: transparent transparent #222222 transparent;position: absolute;bottom: 0;left: calc(50% - 5px);}
.in-left-menu>ul>li>.current:hover{color: #4cbbb0;}
.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:767px){
    .in-left-menu>ul>li{font-size:15px; }
	.in-left-menu>ul>li>a{padding:10px 15px;}
}
@media screen and (max-width:575px){
	.in-left-menu>ul>li>a{padding:10px 10px;}
}
@media screen and (max-width:374px){
    .in-left-menu>ul>li{font-size:14px; }
	.in-left-menu>ul>li>a{padding:10px 6px;}
}

/** 服務流程 **/
.process{}
.process>ul{list-style: none;padding: 0;margin: 0;}
.process>ul>li{padding:30px 15px;margin: 0;display: flex;}
.process>ul>li:nth-child(even){background: rgba(243,243,243,.8);}
.process>ul>li .process-step{display: flex;margin: 0 15px 0 0;width:180px;}
.process>ul>li .process-step .process-step-icon{width: 36px;margin: 0 15px 0 0;}
.process>ul>li .process-step .process-step-title{flex: 1; color: #4cbbb0;}
.process>ul>li .process-info{flex: 1;display: flex;align-items:center;}
.fees{background: #e7f7f5; padding:0;margin: 0;display: flex;position: relative;z-index: 1;}
.fees .fees-title-main{display: flex;margin: 0 15px 0 0;width:180px;background: #008e70;padding: 30px 15px;}
.fees .fees-title-main .fees-icon{width: 36px;margin: 0 15px 0 0;}
.fees .fees-title-main .fees-title{flex: 1; color: #ffffff;}
.fees .fees-info{flex: 1;padding: 30px 15px;display: flex;align-items:center;}
@media screen and (max-width:575px){
	.process>ul>li{display: block;padding:20px 15px;}
    .process>ul>li .process-step{margin:0 0 10px 0;width:100%;}
    .process>ul>li .process-info{width:100%;}
    .fees{display: block;}
    .fees .fees-title-main{margin:0;width:100%;padding: 15px 15px;}
    .fees .fees-info{width:100%;padding:15px 15px;}
}

/** 作品 **/
.work{}
.work>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.work>ul>li{padding: 0;margin: 0.5px;width: calc(100%/5 - 1px);}
.work>ul>li a{display: block;position: relative;overflow: hidden;}
.work>ul>li a:hover{}
.work-photo-main{overflow: hidden;}
.work-photo-main .work-photo{background-color:#ffffff;background-position: center center;background-repeat: no-repeat;background-size:cover;transform:scale(1);transition: all .8s ease 0s;}
.work>ul>li .work-info{visibility: hidden;opacity: 0; width: 0%;height: 0%;background: rgba(255,255,255,.8);position: absolute;bottom:-100%;right: 0;padding: 15px;display: flex;align-items: center;justify-content: center;transition: all .8s ease 0s;}
.work>ul>li .work-info h3{padding: 0;margin: 0;font-weight: 400;font-size: 16px; color: #222222;line-height: 1.4;}
.work>ul>li:hover .work-info{visibility: visible;opacity: 1;width: 100%;height: 100%;bottom: 0;transition: all .8s ease 0s;}
.work>ul>li:hover .work-photo-main .work-photo{transform:scale(1.1);transition: all .8s ease 0s;}
@media screen and (max-width:950px){
    .work>ul>li{width: calc(100%/4 - 1px);}
    .work>ul>li .work-info h3{font-size: 15px; }
}
@media screen and (max-width:767px){
    .work>ul>li{width: calc(100%/3 - 1px);}
}
@media screen and (max-width:575px){
    .work>ul>li{width: calc(100%/2 - 1px);}
}

/** 作品明細 **/
.work-top{position:sticky;bottom: 0;right: 0;font-size:30px; color: #ffffff;display: block;width: 100%;line-height: 1.2;}
.work-top a{display:flex;align-items: center;justify-content: center; background: #4cbbb0;color: #ffffff;padding:0 15px;}
.work-detail-info{display: flex;flex-wrap: wrap;margin: 0 0 16px 0;}
.work-detail-info .work-detail-dep{flex: 1.5;margin: 0 25px 0 0;}
.work-detail-info .work-detail-sep{flex: 1;}
.mySwiper2 .work-photo-main .work-photo{background-size:contain;}
.mySwiper{margin: 10px 0 0 0;}
.mySwiper .swiper-slide {opacity: 0.4;}
.mySwiper .swiper-slide-thumb-active {opacity: 1;}
@media screen and (max-width:950px){
    .work-detail-info{display: block;}
    .work-detail-info .work-detail-dep{flex:initial;width: 100%;margin: 0 0 10px 0;}
    .work-detail-info .work-detail-sep{flex:initial;width: 100%;}
}

/** 最新消息 **/
.news {}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{width: calc(100%/3 - 30px);margin: 15px;}
.news ul li a{color:#000000; display:block; align-items:center; padding:0;}
.news ul li a:hover{}
.news-photo-main-bg{position: relative;z-index: 1;}
.news ul li .news-photo-main-bg:before{content: "";display: block;width: 0px;height: 0px;background: #4cbbb0; position: absolute;top: -8px;left: -8px;z-index: -1;transition: all 0.5s ease 0s;}
.news ul li .news-photo-main-bg:after{content: "";display: block;width: 0px;height: 0px; background: #4cbbb0;position: absolute;bottom: -8px;right: -8px;z-index: -1;transition: all 0.5s ease 0s;}
.news ul li:hover .news-photo-main-bg:before{width:50%;height: 50%; bbackground: #4cbbb0;transition: all 0.8s ease 0s;}
.news ul li:hover .news-photo-main-bg:after{width:50%;height:50%; background: #4cbbb0;transition: all 0.8s ease 0s;}
.news-photo-main{overflow: hidden;}
.news-photo{background-color:#f7f7f7;background-position: center top;background-repeat: no-repeat;background-size:cover;transform:scale(1);transition: all 0.8s ease 0s;}
.news ul li:hover .news-photo{transform:scale(1.1);transition: all 0.8s ease 0s;}
.news ul li .news-info{padding: 15px 0;}
.news ul li .news-info .news-date{background: #222222; color:#ffffff; font-size:13px;text-transform: uppercase;padding: 3px 15px;margin: -28px 0 0 0;display: table;position: relative;z-index: 1;}
.news ul li .news-info h3{font-size:16px; color:#000000; font-weight:400; padding:0; margin:10px 0 0 0;line-height: 1.4;}
.news-detail-date{color:#ffffff;font-size: 12px; padding:5px 15px 5px 15px;background: #000000; display: table;margin: 0 0 25px 0;text-transform: uppercase;box-shadow: 5px 5px 0 #4cbbb0;}
.video {position: relative;padding-bottom: 53.3%;padding-top: 30px;height: 0;overflow: hidden;}
.video iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:950px){
	.news ul li{width: calc(100%/3 - 20px);margin: 10px;}
    .news ul li .news-info h3{font-size:15px;} 
}
@media screen and (max-width:767px){
	.news ul li{width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
	.news ul li{width: calc(100%/2 - 16px);margin: 8px;}
}

/** 聯絡我們 **/
.contact-body{display: flex;flex-wrap: wrap;}
.contact-note{padding:10px 0; font-weight:bold; font-size:16px; color:#900;}
.contact-info{flex: 1;margin: 0 2vw 0 0;}
.contact-form{flex: 1;margin: 0 0 0 2vw;}
.contact-content{color: #222222;flex: 1;margin: 0;}
.contact-content>ul{list-style: none;padding: 0;margin: 0;display: block;}
.contact-content>ul>li{width:100%;margin:25px 0;padding: 0;display: flex;font-size: 14px; color: #222222;}
.contact-content>ul>li .contact-icon{width: 18px;margin: 0 10px 0 0;}
.contact-content>ul>li .contact-dep{flex: 1;}
.contact-content>ul>li a{color: #222222;display: inline-block;}
.contact-content>ul>li a:hover{color: #666666;}
.googlemap {position: relative;padding-bottom: 99%;padding-top: 30px;height: 0;overflow: hidden;margin: 20px 0 0 0;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:767px){
    .contact-body{display:block;}
    .contact-info{flex:initial;margin:0 0 20px 0;width: 100%;}
    .contact-form{flex:initial;margin: 0;width: 100%;}
    .contact-content>ul>li{margin:20px 0;}
    .googlemap {padding-bottom: 70%;}
}

/** 表單欄位 **/
label{min-width: 100px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion{display:flex; flex-wrap:wrap; margin:5px 0;  border-radius:0; }
.opinion-left01{width:100%; padding:5px 0; font-size:14px; color:#000000; display:flex; align-items:center;}
.input-main-style01{background:rgba(249,249,249,.9); flex:1; width:100%; border:0;border-bottom:1px solid #bbbbbb; margin:0; padding:8px 15px; font-size:14px; color:#000000;  min-height:40.39px;}
.input-main-style02{background:rgba(249,249,249,.9); flex:1; width:100%; border:0;border-bottom:1px solid #bbbbbb; margin:0; padding:8px 15px; font-size:14px;  color:#000000;  min-height:40.39px;}
.input-main-style03{background:rgba(249,249,249,.9); flex:1; width:100%; border:0;border-bottom:1px solid #bbbbbb; margin:5px 0 0 0; padding:8px 15px; font-size:14px;  color:#000000; line-height:1.8; min-height:40.39px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; font-size:14px; color:#000000; display:block;position: relative;}
.input-main-select select{background:rgba(249,249,249,.9);flex: 1; padding:8px 15px;border:0;border-bottom:1px solid #bbbbbb; font-size:14px; color:#000000; min-height:40.39px;display: none;}
.select-selected {background-color:rgba(249,249,249,.9);}
.select-selected:after {position: absolute;content: "";top: 18px;right: 15px;width: 0;height: 0;border: 4px solid transparent;border-color: #000000 transparent transparent transparent;}
.select-selected.select-arrow-active {background:rgba(255,255,255,.9);border-bottom: 1px #4cbbb0 solid;}
.select-selected.select-arrow-active:after {border-color: transparent transparent #000000 transparent;top: 14px;}
.select-items div,.select-selected {color: #000000;padding: 8px 15px;border:0;border-bottom:1px solid #bbbbbb;cursor: pointer;user-select: none; min-height:40.39px;}
.select-items div:last-of-type {border-bottom:0;}
.select-items {position: absolute;top:calc(100% - 1px);left: 0;right: 0;z-index: 99;border: 1px #4cbbb0 solid;background: #ffffff;}
.select-hide {display: none;}
.select-items div:hover, .same-as-selected {background:rgba(249,249,249,.9);}
.select-style{background:#8a6e0c; font-size:14px; color:#ffffff; line-height:20px; padding:8px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:8px 15px; font-size:14px;color:#000000; min-height:40.39px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:14px; 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:40.39px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 16px; color: #333333;border-radius:0;margin: 15px 0 ;}
.input-main-style01:focus,.input-main-style02:focus,.input-main-style03:focus{background:rgba(255,255,255,1);border-bottom: 1px #4cbbb0 solid;}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:20px; display:flex; flex-wrap:wrap;justify-content: flex-end; align-items:center;}
.btn-send{font-size:14px;}
a.btn-send{background: #000000; padding:8px 30px; text-align:center; font-size:14px; color:#ffffff;display: table;margin:0; }
a.btn-send:hover{ background:#4cbbb0;}
a.btn-reset{background: #ffffff; padding:8px 20px; text-align:center; font-size:14px;color:#999999;width: calc(50% - 10px); margin:5px; border:1px solid #999999;}
a.btn-reset:hover{color:#000000; border:1px solid #000000;}
a.btn-send-over{background:#7ea2c5; padding:8px 20px; text-align:center; font-size:14px; color:#fff; min-width:100px; margin:2px; border-radius:5px; border:2px solid #7ea2c5;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:767px){
    .cart-btn{justify-content:center;}
}

/** 送出訊息 **/
.jump-window-box{max-width:500px;width: 100%; margin:0 auto; border:1px #bbbbbb solid; padding:20px; background: rgba(255,255,255,.8);height: 100%;}

/** 頁次 **/
.page{font-size:13px; color:#222222; text-align:center; clear:both; margin:30px 0 0 0;}
.page>ul {list-style: none;display:flex;padding: 0;margin: 0;justify-content: center;align-items: center;flex-wrap: wrap;}
.page>ul>li {padding: 0;margin: 0;width: 34px;height: 34px;}
.page>ul>li a {display:flex;align-items: center;justify-content: center; color:#222222;padding: 6px 6px;width: 34px;height: 34px;}
.page>ul>li a.active { background: #4cbbb0;color: #ffffff;}
.page>ul>li a:hover:not(.active) {background-color: #f3f3f3;}

/** 下版 **/
footer{background:#f3f3f3;padding:10px 15px;}
footer .footer{position: relative;text-align: center;}
footer .footer .f-info{font-size:12px; color:#000000;}
footer .footer .f-info span{padding: 0 15px;display: inline-block;}
footer .footer .f-info a{display: inline-block; color:#000000;}
footer .footer .f-info a:hover{ color:#4cbbb0;}
footer .footer .copytight{position: absolute;top:0;right:15px; color:#666666; font-size:12px; display:block; text-transform:uppercase;line-height: 1;text-align: right;}
footer .footer .copytight .wd{display: block;}
footer .footer .copytight .wd a{ color:#666666;}
footer .footer .copytight .wd a:hover{ color:#4cbbb0;}
@media screen and (max-width:1400px){
	footer .footer .copytight{position: inherit;top:inherit;right:inherit;text-align: center;margin: 6px 0 0 0;line-height: 1.1; }
}
@media screen and (max-width:575px){
	footer .footer .f-info span{display: block;width: 100%;padding: 0;}
}
