@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500|Open+Sans:300,400,600,700,800');

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
*:before, *:after{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
html,body{
  width: 100%;
}
body{
  color: #111;
  background: #fff;
  font-family: 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.6px;
  position: relative;
}
body.hidden{
  overflow: hidden;
}

.txt_oneLine{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.no_link{
  cursor: auto;
}

/* loadingArea */
  .loadingArea{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: hidden;
  }
  .loadingArea .loadingMask{
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
  }
  .loadingArea.go .loadingMask{
    opacity: 0;
  }

/* goTopButton */
  .goTopBox{
    position: fixed;
    bottom: 100px;
    left: 40px;
    z-index: 998;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .goTopBox.active{}
  .goTopBox a.goTop{
    position: relative;
    display: block; 
    background: transparent;
    border-radius: 0;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
  .goTopBox a.goTop:hover{}
  .goTopBox a.goTop::before{
    content: '';
    width: 1px;
    height: 95px;
    background: #111;
    position: absolute;
    bottom: calc(100% + 20px);
    left: calc(50% - 1px);
  }
  @media (max-width: 1180px){
    .goTopBox{
      display: none;
    }
  }

/*.quick_link.fixed_right*/
  .quick_link.fixed_right{
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 1000;
  }
  .quick_link.fixed_right a{
    display: block;
    width: 125px;
    height: 125px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    background: #27319d;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-top: 67px;
  }
  .quick_link.fixed_right a:hover{
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  .quick_link.fixed_right a::before{
    content: '';
    width: 37px;
    height: 37px;
    background: url(../images/icon_contact.png) no-repeat center;
    position: absolute;
    top: 20px;
    left: calc(50% - 19px);
  }
  .quick_link.fixed_right a span{
    display: block;
  }
  @media (max-width: 1180px){
    .quick_link.fixed_right{
      display: none;
    }
  }

/*.quick_link.fixed_bottom*/
  .quick_link.fixed_bottom{
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #27319c;
    height: 50px;
    z-index: 1000;
    display: none;
  }
  .quick_link.fixed_bottom a{
    flex: 1;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 1px 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    display: block;
  }
  .quick_link.fixed_bottom a:first-of-type{
    border-left: 0;
  }
  .quick_link.fixed_bottom a i{
    display: block;
  }
  @media (max-width: 1180px){
    .quick_link.fixed_bottom{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
    }
  }
  @media (max-width: 480px){
    .quick_link.fixed_bottom a span{
      display: none;
    }
  }

/*********基本樣式設定**********/
  sup{
    font-size: small;
    vertical-align: super;
  }
  sub{
    font-size: small;
    vertical-align: sub;
  }
  a{
    cursor: pointer;
    color: #1b1b1b;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  p,.txtExp{
    color: #454545;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.6px;
    overflow: hidden;
  }

  input[type="text"],
  textarea{
    -webkit-appearance: none;
  }

  img{
    display: block;
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .wrap{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
  }

  .btn{
    position: relative;
  }
  .btn a{
    width: 225px;
    height: 45px;
    color: #fff;
    background: #111;
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn a:hover{
    letter-spacing: 3.5px;
  }
  .btn a::before{
    content: '';
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 22px;
    opacity: 0;
  }
  .btn a:hover::before{
    opacity: 1;
    -webkit-transition: all 0.4s 0.3s ease;
    -moz-transition: all 0.4s 0.3s ease;
    -o-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
    -webkit-animation: btn_more_in 0.6s forwards ease;
            animation: btn_more_in 0.6s forwards ease;
  }
  .btn a::after{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.4s ease, right 0.3s 0.4s ease;
    -moz-transition: all 0.4s ease, right 0.3s 0.4s ease;
    -o-transition: all 0.4s ease, right 0.3s 0.4s ease;
    transition: all 0.4s ease, right 0.3s 0.4s ease;
  }
  .btn a:hover::after{
    right: 22px;
    opacity: 1;
    -webkit-transition: all 0.3s 0.45s ease;
    -moz-transition: all 0.3s 0.45s ease;
    -o-transition: all 0.3s 0.45s ease;
    transition: all 0.3s 0.45s ease;
  }
  .btn.back a{
    width: 320px;
    height: 55px;
    line-height: 55px;
    background: #27319d;
  }
  .btn.back a:hover{
    background: #111;
  }
  .btn.center{
    text-align: center;
  }
  .btn.right{
    text-align: right;
  }

  .btn_more{
    position: relative;
  }
  .btn_more a{
    display: inline-block;
    width: 200px;
    height: 50px;
    background: transparent;
    border: 1px solid transparent;
    border-bottom-color: #e6e6e6;
    border-radius: 0;
    color: #333;
    font-size: 14px;    
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 50px;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    -moz-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    -o-transition: all 0.4s ease, padding 0.4s 0.15s ease;
    transition: all 0.4s ease, padding 0.4s 0.15s ease;
  }
  .btn_more a:hover{
    padding-left: 20px;
    letter-spacing: 3px;
    background: #111;
    color: #fff;
    -webkit-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    -moz-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    -o-transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
    transition: all 0.4s ease, background 0.4s 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), color 0.4s 0.3s ease, letter-spacing 0.4s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96);
  }
  .btn_more a::before{
    content: '';
    width: 16px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 22px;
  }
  .btn_more a:hover::before{
    background: #fff;
    -webkit-transition: all 0.4s 0.3s ease;
    -moz-transition: all 0.4s 0.3s ease;
    -o-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
    -webkit-animation: btn_more_in 0.6s 0.1s forwards ease;
            animation: btn_more_in 0.6s 0.1s forwards ease;
  }
  @-webkit-keyframes btn_more_in {
    0% {
      width: 16px;
      right: 22px;
    }
    50%{
      width: 0;
      right: 0;
    }
    60%{
      width: 0;
      right: 38px;
    }
    100% {
      width: 16px;
      right: 22px;
    }
  }
  @keyframes btn_more_in {
    0% {
      width: 16px;
      right: 22px;
    }
    50%{
      width: 0;
      right: 0;
    }
    60%{
      width: 0;
      right: 38px;
    }
    100% {
      width: 16px;
      right: 22px;
    }
  }
  .btn_more a::after{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: calc(50% - 3px);
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn_more a:hover::after{
    border-color: #fff;
    -webkit-transition: all 0.4s 0.3s ease;
    -moz-transition: all 0.4s 0.3s ease;
    -o-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
    -webkit-animation: btn_more_in2 0.7s 0.1s forwards ease;
            animation: btn_more_in2 0.7s 0.1s forwards ease;
  }
  @-webkit-keyframes btn_more_in2 {
    0% {
      opacity: 1;
      right: 22px;
    }
    20%{
      opacity: 0;
      right: 0;
    }
    60%{
      opacity: 0;
      right: 38px;
    }
    100% {
      opacity: 1;
      right: 22px;
    }
  }
  @keyframes btn_more_in2 {
    0% {
      opacity: 1;
      right: 22px;
    }
    20%{
      opacity: 0;
      right: 0;
    }
    60%{
      opacity: 0;
      right: 38px;
    }
    100% {
      opacity: 1;
      right: 22px;
    }
  }

  .titleBox{
    position: relative;
    z-index: 5;
  }
  .titleBox.center{
    text-align: center;
  }
  .titleBox h2{
    display: inline-block;
    color: #27319d;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    z-index: 1;
    margin-top: 6px;
    position: relative;
  }
  .titleBox em{
    display: inline-block;
    color: #050505;
    font-size: 54px;    
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: -5px;
    position: relative;
  }
  .titleBox.ani h2,
  .titleBox.ani em{
    color: transparent;
  }
  .titleBox.ani.active h2{
    color: #27319d;
    -webkit-transition: all 0.5s 0.6s ease;
    -moz-transition: all 0.5s 0.6s ease;
    -o-transition: all 0.5s 0.6s ease;
    transition: all 0.5s 0.6s ease;
  }
  .titleBox.ani.active em{
    color: #050505;
    -webkit-transition: all 0.5s 0.4s ease;
    -moz-transition: all 0.5s 0.4s ease;
    -o-transition: all 0.5s 0.4s ease;
    transition: all 0.5s 0.4s ease;
  }
  .titleBox h2::before,
  .titleBox em::before{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .titleBox h2::before{
    background: #27319d;
  }
  .titleBox em::before{
    background: #050505;
  }
  .titleBox.ani.active em::before{
    -webkit-animation: titleBox_ani 1s forwards ease;
            animation: titleBox_ani 1s forwards ease;
  }
  .titleBox.ani.active h2::before{
    -webkit-animation: titleBox_ani 0.9s 0.2s forwards ease;
            animation: titleBox_ani 0.9s 0.2s forwards ease;
  }
  @-webkit-keyframes titleBox_ani {
    0% {
      left: 0;
      width: 0;
    }
    48%,53%{
      left: 0;
      width: 100%;
    }
    100% {
      left: 0;
      width: 0;
    }
  }
  @keyframes titleBox_ani {
    0% {
      left: 0;
      width: 0;
    }
    48%,53%{
      left: 0;
      width: 100%;
    }
    100% {
      left: 0;
      width: 0;
    }
  }
  .titleBox h2,
  .titleBox em{
    display: block;
  }

/**********outerWrap**********/
  .outerWrap{ 
    overflow: hidden;
    position: relative;
    padding-top: 85px;
  }

/************網頁頭************/
  header{
    width: 100%;
    background: #fff;
    position: fixed;
    top: -105px;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  header.shrink{
    background: #fff;
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
    -moz-transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
    -o-transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: all 0.6s ease, top 0.8s cubic-bezier(0.07, 0.51, 0.12, 1);
  }
  header .wrap{
    max-width: 1820px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  /*logo*/
    header .logo{
      display: inline-block;
      width: 160px;
      margin: 0;
      position: relative;
    }
    header .logo a{
      display: block;
      width: 100%;
      height: 80px; 
      background: url(../images/logo.png) no-repeat center;
      position: relative;
      text-indent: -9999px;
    }

  header .rightBox{
    width: calc(100% - 200px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
  }

  /*social*/
    header .social,
    .copy_header .social{
      padding: 0 0 0 45px;
    }
    header .social a,
    .copy_header .social a{
      color: #959595;
      font-size: 17px;
      text-transform: uppercase;
      position: relative;
      padding: 10px 15px;
      display: inline-block;
    }
    header .social a:hover,
    .copy_header .social a:hover{
      color: #27319d;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
    }
    header .social a i.line_icon,
    .copy_header .social a i.line_icon{
      width: 19px;
      height: 18px;
      display: inline-block;
      background: url(../images/icon_line.png) no-repeat center;
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
    }
    header .social a:hover i.line_icon,
    .copy_header .social a:hover i.line_icon{
      background: url(../images/icon_line_hover.png) no-repeat center;
    }

  /*menu_bar*/
    header .menu_bar{
      display: none;
      width: 60px;
      height: 60px;
      background: #27319d;
      position: absolute;
      top: 0;
      right: 0;
    }
    .menu_bar{
      cursor: pointer;
      color: transparent;
      height: 70px;
      font-size: 10px;
      letter-spacing: 0;
      text-transform: uppercase;
      padding: 0;
      position: relative;
    }
    .menu_bar .main{
      width: 26px;
      height: 1px;
      background: #fff;
      display: inline-block;
      position: relative;
      position: absolute;
      top: 50%;
      right: calc(50% - 13px);
    }
    .menu_bar:hover .main{
      background: transparent;
    }
    .menu_bar .main::before,
    .menu_bar .main::after{
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
    }
    .menu_bar .main::before{
      bottom: calc(100% + 5px);
    }
    .menu_bar .main::after{
      top: calc(100% + 5px);
    }
    .menu_bar:hover .main::before{
      bottom: calc(100% + 3px);
    }
    .menu_bar:hover .main::after{
      top: calc(100% + 2px);
    }

/*************單元列***********/
  .menuBox{
    padding-right: 90px;
  }
  ul.menu{
    text-align: right;
  }
  ul.menu > li{
    display: inline-block;
    position: relative;
    padding: 30px 0;
  }
  ul.menu li.hidden{
    display: none;
  }
  ul.menu li > a{
    color: #030303;
    font-size: 16px;
    line-height: 1;
    padding: 0 36px 0 40px;
    display: inline-block;
    position: relative;
  }  
  ul.menu li:hover > a,
  ul.menu li > a.current{
    color: #27319d;
  }
  ul.menu li > a::before{
    content: '';
    width: 1px;
    height: 10px;
    background: #313131;
    position: absolute;
    bottom: calc(50% - 5px);
    left: 0;
  }
  ul.menu li > a.current::before,
  ul.menu li:hover > a::before{}
  ul.menu li:last-of-type > a::after{
    content: '';
    width: 1px;
    height: 10px;
    background: #313131;
    position: absolute;
    bottom: calc(50% - 5px);
    right: 0;
  }

  ul.menu > li .submenu{
    width: 100%;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
  }
  ul.menu > li .submenu > a{
    color: #fff;
    background: #000;
    position: relative;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
  }
  ul.menu > li .submenu > a:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  ul.menu > li .submenu a:hover{
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  ul.menu > li .submenu > a::before{
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  ul.menu > li .submenu > a:hover::before{
    width: 100%;
  }

  /*手機menu*/
  .m_menu{
    display:none;
  }

/************banner***********/
  .bannerArea{
    position: relative;
    overflow: hidden;
  }
  .bannerArea .wrap{
    max-width: 100%;
    padding: 0;
  }

  .bannerBox{
    position: relative;
    z-index: 10;
  }

  /*banner載入隱藏*/
    .bannerBox{
      position: relative;
      opacity: 0;
      -webkit-animation-name: bannershow;
      -webkit-animation-duration: 2s;
      -webkit-animation-fill-mode: forwards;
      animation-name: bannershow;
      animation-duration: 2s; 
      animation-fill-mode: forwards;
    }
    @-webkit-keyframes bannershow{
         0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    @keyframes bannershow{
         0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    .bannerBox li.hidden{
      display: none;
    }

  .bannerBox ul#banner{
    margin: 0;
    position: relative;
  }
  .bannerBox ul li{
    padding: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .bannerBox ul li .Img{
    position: relative;
    text-align: center;
  }
  .bannerBox ul li .Img a{
    position: relative;
    width: 100%;
    display: block;
  }
  .bannerBox ul li img{
    width: 100%;
    display: block;
  }

  /*bannerTxt*/
    .bannerBox .Txt{
      color: #fff;
      font-size: 15px;      
      line-height: 30px;
      width: 100%;
      max-width: 600px;
      padding: 0 30px 50px;
      position: absolute;
      top: 35%;
      right: 50%;
      -ms-transform: translate(-50px,-50%);
      -moz-transform: translate(-50px,-50%);
      -webkit-transform: translate(-50px,-50%);
      -o-transform: translate(-50px,-50%);
      transform: translate(-50px,-50%);
      z-index: 10;
      word-wrap: normal;
      word-break: normal;
      text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    }
    .bannerBox .Txt h2{
      display: block;
      font-size: 66px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0.3px;
      margin-bottom: 10px;
    }
    .bannerBox .Txt h2 em{
      font-size: 96px;
      font-weight: 700;
      line-height: 1;
    }
    .bannerBox .Txt p{
      color: #fff;
      font-size: 18px;
      letter-spacing: 1.2px;
      line-height: 1.8;
      display: block;
      position: relative;
    }
    .bannerBox .Txt p.has_border:last-of-type{
      padding-bottom: 40px;
    }
    .bannerBox .Txt p.has_border:last-of-type::before{
      content: '';
      width: 50px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    .bannerBox .Txt > em{
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 3px;
      margin-bottom: 30px;
      display: inline-block;
      position: relative;
    }
    .bannerBox .Txt > em.has_border{
      padding-right: 10px;
      opacity: 0.7;
    }
    .bannerBox .Txt > em.has_border::before{
      content: '';
      width: 80px;
      height: 1px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 100%;
    }

/***********頁尾***********/
  footer{
    position: relative;
  }
  footer address{
    display: inline-block;
    font-style: normal;
  }
  footer .bottomBox{
    position: relative;
    padding: 60px 0;
    background: #fff;
  }
  footer .topBox{
    padding: 50px 0;
  }
  footer .topBox .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  footer .topBox .topItem{
    flex: 1;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    padding: 50px 0;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  footer .topBox .topItem:hover{
    background: #fff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 1s ease;
  }
  footer .topBox .topItem:nth-of-type(2)::before{
    content: '';
    width: 1px;
    height: calc(100% - 60px);
    background: #b2b2b2;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
  }
  footer .topBox:hover .topItem:nth-of-type(2)::before{
    background: #dcdcdc;
  }
  footer .topBox .topItem h3{
    color: #111;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
  }
  footer .topBox .telBox a{
    display: block;
    color: #27319d;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
  }
  footer .topBox .telBox a:hover{
    text-decoration: underline;
  }
  footer .topBox .telBox a i{
    font-size: 26px;
    display: inline-block;
    margin-right: 5px;
  }
  footer .topBox .storeBox .btn a{
    background: #27319c;
  }
  footer .topBox .storeBox .btn a:hover{
    background: #111;
  }

  /*logo*/
    footer .logo{
      display: block;
      display: inline-block;
      width: 100%;
      margin: 0;
      position: relative;
      text-align: center;
    }
    footer .logo a{
      display: inline-block;
      width: 160px;
      height: 80px; 
      background: url(../images/logo_f.png) no-repeat center left;
      position: relative;
      text-indent: -9999px;
    }

  footer .copyright{
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
  }

/***********內頁***********/
  .mainArea.ins{
    padding: 110px 0 120px;
    position: relative;
    background: #fff;
  }

  .mainArea.ins .titleBox{
    width: 350px;
  }

  /*網站導覽bread*/
    .mainArea.ins .bread{
      width: 260px;
      color: #999;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0px;
      position: absolute;
      bottom: 10px;
      right: 0;
      text-align: right;
      z-index: 10;
      display: none;
    }
    .mainArea.ins .bread a{
      color: #999;
    }
    .mainArea.ins .bread a:hover{
      color: #555;
      text-decoration: underline;
    }
    .mainArea.ins .bread a i{
      color: #999;
      font-size: 12px;
      margin-right: 5px;
    }
    .mainArea.ins .bread span{
      display: inline-block;
      position: relative;
      margin: 0 2px;
    }
  
  .mainArea .contentBox{
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
  }

  /*文章標題*/
    .mainArea .contentBox .articleTitle{
      color: #111;
      font-size: 32px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 1px;
      margin: 5px 0;
      padding: 0;
      position: relative;
      text-align: center;
      display: block;
      z-index: 1;
    }
    .mainArea .contentBox .articleTitle_s{
      color: #bbb;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.6;
      letter-spacing: 1px;
      margin: 0 0 10px;
      padding: 0;
      position: relative;
      text-align: center;
      display: block;
      z-index: 1;
    }

  /*類別*/
    .m_classLink{
      display: none;
    }
    .classBox{
      width: 100%;
      padding: 0 0 0 350px;
      position: relative;
      border-bottom: 1px solid #ddd;
      margin-top: -50px;
    }
    ul.classLink{
      display: block;
      padding: 0;
      position: relative;
      text-align: right;
      z-index: 4;
    }
    ul.classLink li{
      display: inline-block;
      position: relative;
      padding: 0;
      margin-top: 10px;
    }
    ul.classLink li > a{
      color: #333;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 0;
      display: block;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.5px;
      text-align: center;
      position: relative;
      padding: 20px 18px;
    }
    ul.classLink li:last-of-type > a{
      padding-right: 5px;
    }
    ul.classLink li:hover > a,
    ul.classLink li > a.current{
      color: #27319d;
    }
    ul.classLink li > a::before{
      content: '';
      width: 0;
      height: 2px;
      background: #27319d;
      position: absolute;
      top: 100%;
      left: 50%;
    }
    ul.classLink li:hover > a::before,
    ul.classLink li > a.current::before{
      width: 104%;
      left: -2%;
    }

    ul.classLink li > dl{
      width: 104%;
      position: absolute;
      top: 100%;
      left: -2%;
      opacity: 0;
      visibility: hidden;
    }
    ul.classLink li:hover > dl{
      opacity: 1;
      visibility: visible;
    }
    ul.classLink li > a.current + dl{
      display: block;
    }
    ul.classLink li > dl dt{
      display: block;
      padding: 1px 5px 0;
    }
    ul.classLink li > dl a,
    ul.classLink li a.current + dl a{
      display: block;
      margin: 0;
      padding: 5px 5px 5px 20px;
      background: rgba(255, 255, 255, 0.7);
      color: #555;
      font-size: 14px;
      letter-spacing: 0.8px;
      text-align: left;
    }
    ul.classLink li > dl a:hover,
    ul.classLink li a.current + dl a:hover,
    ul.classLink li a.current + dl a.current{
      color: #27319d;
    }

  /*類別說明*/
    .mainArea.ins .classNote{
      color: #666;
      font-size: 14px;
      text-align: left;
      position: relative;
      padding: 0 5px;
      margin: 0 0 30px;
    }
    .mainArea.ins .classNote img{
      max-width: 100%;
    }
   
  /*分享*/
    .mainArea .side_share{}
    .mainArea .side_share a{
      color: #aaa;
      font-size: 16px;
      line-height: 35px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 0 20px 0 0;
    }
    .mainArea .side_share a:hover,
    .mainArea .side_share a:hover i{
      color: #e72431;
    }
    .mainArea .side_share a i{
      color: #aaa;
    }
    .mainArea .side_share a .icon_line{
      width: 18px;
      height: 18px;
      display: inline-block;
      background: url(../images/icon_line.png) no-repeat center;
      opacity: 0.5;
      -webkit-transform: translate(0,3px);
      -ms-transform: translate(0,3px);
      transform: translate(0,3px);
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    .mainArea .side_share a:hover .icon_line{
      background-image: url(../images/icon_line_r.png);
      opacity: 1;
    }

  /*頁籤*/
    .tab{
      margin: 45px 0 0;
      border-bottom: 1px solid #ccc;
      text-align: center;
    }
    .tab a{
      display: inline-block;
      position: relative;
      padding: 5px 35px;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px;
      text-align: center;
      color: #444;
      border-radius: 5px 5px 0 0;
    }
    .tab a:hover{}
    .tab a.current{
      color: #fff;
      background: #d70050;
    }
    .tab a::before{
      content: '';
      width: 0;
      height: 2px;
      background: #d70050;
      position: absolute;
      bottom: -2px;
      left: 50%;
    }
    .tab a.current::before,
    .tab a:hover::before{
      width: 106%;
      left: -3%;
    }
    ul.tabContent{
      padding: 5px 0;
    }
    ul.tabContent > li{
      display: none;
    }
    ul.tabContent li .textEditor{
      margin: 0;
    }

  /*相簿*/
    ul.side_album{
      margin: 0 -8px;
    }
    ul.side_album li{
      width: calc(100% / 6);
      float: left;
      padding: 12px 8px;
    }
    ul.side_album li a{
      display: block;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    ul.side_album li:hover a{
      opacity: 0.5;
    }
    ul.side_album li a img{
      display: block;
      width: 100%;
    }

  /*標籤*/
    .tagBox{
      padding: 30px 0 5px;
      color: #555;
    }
    .tagBox b{
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 0.5px;
    }
    .tagBox ul{
      display:inline-block;
    }
    .tagBox ul li{
      display: inline-block;
      margin-bottom: 13px;
    }
    .tagBox ul li a{
      display: block;
      margin: 0 3px;
      font-size: 14px;
      font-weight: 300;
      padding: 0 15px;
      color: #bbb;
      height: 30px;
      line-height: 30px;
      letter-spacing: 0.5px;
      background: transparent;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      position: relative;
      text-transform: uppercase;
      z-index: 5;
    }
    .tagBox ul li a:hover, 
    .tagBox ul li a.current{
      color: #555;
      border-color: #7d7d7d;
    }
    .tagBox ul li a:before{
      content: "\f00d";
      font-family: 'FontAwesome';
      font-size: 12px;
      margin: 0 0 0 -7px;
      opacity: 0;
      display: inline-block;
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px);
    }
    .tagBox ul li a.current:before{
      margin: 0 5px 0 0;
      opacity: 1;
    }

  /*頁碼*/
    .pageBox{
      width: 100%;
      margin: 20px 0 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
    }
    .pageBox a{
      line-height: 65px;
      padding: 0 15px;
      text-align: center;
      color: #bbb;
      font-size: 16px;
      font-weight: 400;
      border-radius: 0;
      background: transparent;
    }
    .pageBox a:hover,
    .pageBox a.current{
      color: #333;
    }
    .pageBox a.page_prev,
    .pageBox a.page_next{
      width: 65px;
      height: 65px;
      border: 1px solid #e5e5e5;
      border-radius: 50%;
      font-size: 0;
      position: relative;
    }
    .pageBox a.page_prev{
      margin: 0 40px 0 0;
    }
    .pageBox a.page_next{
      margin: 0 0 0 40px;
    }
    .pageBox a.page_prev:hover,
    .pageBox a.page_next:hover{
      border-color: #27319c;
    }
    .pageBox a.page_prev::before,
    .pageBox a.page_next::before{
      content: '';
      width: 22px;
      height: 1px;
      background: #333;
      position: absolute;
      top: 50%;
      left: calc(50% - 11px);
    }
    .pageBox a.page_prev::after,
    .pageBox a.page_next::after{
      content: '';
      width: 6px;
      height: 6px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      position: absolute;
      top: calc(50% - 3px);
    }
    .pageBox a.page_prev::after{
      left: calc(50% - 11px);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .pageBox a.page_next::after{
      right: calc(50% - 11px);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  
  /*其他*/
    .othersBox{
      position: relative;
      padding: 140px 0 0;
    }
    .othersBox::before{
      content: '';
      width: 100%;
      height: calc(100% + 50px);
      background: #f6f6f6;
      position: absolute;
      bottom: -120px;
      left: 0;
    }
    .othersBox .wrap{
      position: relative;
      z-index: 5;
    }
    .othersBox .side_more{
      position: relative;
    }
    .othersBox .sectionTitle{
      color: #111;
      font-size: 22px;
      font-weight: 300;
      margin-bottom: 10px;
      position: relative;
      padding-right: 15px;
      display: inline-block;
    }
    .othersBox .sectionTitle::before{
      content: '';
      width: 30px;
      height: 1px;
      background: #111;
      position: absolute;
      top: 50%;
      left: 100%;
    }
    .othersBox .rectPrev{
      position: absolute;
      top: 50%;
      left: -100px;
    }
    .othersBox .rectNext{
      position: absolute;
      top: 50%;
      right: -100px;
    }

  /*textEditor*/
    .contentBox .textEditor{
      padding-top: 30px;
      color: #666;
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0.8px;
      line-height: 2;
    }
    .contentBox .textEditor img{
      display: inline-block;
    }
    .contentBox .textEditor table{
      width: 100%;
    }
    .contentBox .textEditor table th{
      background: #f4f4f4;
      border: 1px solid #ccc;
      color: #111;
      letter-spacing: 2px;
      font-weight: 400;
      text-align: center;
      padding: 8px 5px;
    }
    .contentBox .textEditor table td{
      color: #333;
      padding: 8px 10px;
      font-weight: 300;
      border: 1px solid #ccc;
      text-align: left;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }
    .contentBox .textEditor table td strong{
      font-weight: 400;
    }
    .contentBox .textEditor table tr:hover{
      background: #f4f4f4;
    }
    .contentBox .textEditor table tfoot td{
      background: #f4f4f4;
    }
    .contentBox .textEditor a{
      color: #333;
      text-decoration: underline;
    }
    .contentBox .textEditor a:hover{
      text-decoration: none;
    }
    .contentBox .textEditor ul{
      display: block;
    }

  /*slideUnLock*/
    .captchaArea {
      display: inline-block;
      position: relative;
      width: 220px;
      height: 45px;
      margin-right: 10px;
      background-color: #ddd;
      border-radius: 0;
      vertical-align: top;
      text-align: center;
    }
    .captchaArea.unlocking .sliderBtn {
      transition: none;
    }
    .captchaArea .note{
      color: #111;
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0.5px;
      line-height: 45px;
      padding: 0px;
      position: relative;
      pointer-events: none;
      z-index: 1;
    }
    .sliderBtn {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 45px;
      height: 45px;
      border: none;
      outline: none;
      background-color: #111;
      border-radius: 0;
      cursor: pointer;
      transition: all .3s linear;
    }
    .sliderBtn::before {
      content: '';
      width: 8px;
      height: 8px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      position: absolute;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      pointer-events: none;
    }
  
  table.breakpoint > tbody > tr > td.expand {
    cursor: pointer;
    background: url("../images/plus.png") no-repeat 5px center;
    padding-left: 40px;
  }
  .mainArea .footable.breakpoint > tbody > tr > td > span.footable-toggle{
    color: #222;
  }

  /*lightBox*/
    .lg-backdrop{
      background: rgba(255, 255, 255, 0.94) !important;
    }
    .lg-toolbar{
      background: #fff !important;
    }
    .lg-toolbar .lg-icon:hover{
      color: #111 !important;
    }
    .lg-outer .lg-thumb-outer{
      background: #fff !important;
      box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.1);
      padding: 0 10px !important;
    }
    .lg-outer .lg-img-wrap{
      padding: 100px 5px !important;
    }
    .lg-outer .lg-toogle-thumb{
      color: #111 !important;
      background: #fff !important;
      box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.1);
    }
    .lg-actions .lg-next,
    .lg-actions .lg-prev{
      background-color: #f4f4f4 !important;
      color: #111 !important;
    }
    .lg-outer .lg-thumb-item{
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

/**********響應式**********/
  @media (min-width: 1921px){
  }
  @media (max-width: 1800px){
    .menuBox{
      padding-right: 40px;
    }
  }
  @media (max-width: 1750px){
  }
  @media (max-width: 1700px){
    .menuBox{
      padding-right: 0;
    }
  }
  @media (max-width: 1650px){
    ul.menu li > a{
      padding: 0 31px 0 35px;
    }
  }
  @media (max-width: 1600px){
  }
  @media (max-width: 1550px){
    ul.menu li > a{
      padding: 0 25px 0 30px;
    }
    .quick_link.fixed_right{
      right: 10px;
      bottom: 70px;
    }
  }
  @media (max-width: 1500px){
  }
  @media (max-width: 1450px){
    ul.menu li > a{
      padding: 0 20px 0 22px;
    }
    .goTopBox{
      bottom: 50px;
      left: 15px;
    }
    .quick_link.fixed_right{
      bottom: 50px;
    }
    .quick_link.fixed_right a{
      width: 100px;
      height: 100px;
      font-size: 14px;
      line-height: 18px;
      padding-top: 50px;
    }
    .quick_link.fixed_right a::before{
      top: 10px;
      -webkit-background-size: 80%;
      background-size: 80%;
    }
  }
  @media (max-width: 1400px){
    .othersBox .side_more{
      padding: 0 50px;
    }
    .othersBox .rectPrev{
      left: -35px;
    }
    .othersBox .rectNext{
      right: -35px;
    }

    header .social,
    .copy_header .social{
      padding: 0 0 0 30px;
    }
    header .social a,
    .copy_header .social a{
      padding: 10px;
    }

    .bannerBox .Txt{
      right: auto;
      left: 150px;
    }
    .bannerBox .Txt h2{
      font-size: 55px;
    }
    .bannerBox .Txt h2 em{
      font-size: 75px;
    }
  }
  @media (max-width: 1350px){
    header .wrap{
      padding: 0 25px;
    }
  }
  @media (max-width: 1300px){
    ul.menu li > a{
      padding: 0 18px;
    }
  }
  @media (max-width: 1250px){
  }
  @media (max-width: 1200px){
    ul.menu li > a{
      padding: 0 16px;
    }
  }
  @media (max-width: 1180px){
    .outerWrap{
      padding-top: 60px;
    }
    .wrap{
      max-width: 100%;
      padding: 0 50px;
    }

    /*header*/
      header,
      header.shrink{
        top: 0;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
      }
      header .menu_bar{
        display: block;
        position: relative;
        margin-left: 30px;
      }
      header .wrap{
        padding: 0 0 0 30px;
      }
      header .logo a{
        height: 80px;
      }
      .menuBox{
        display: none;
      }

    /*footer*/
      footer .bottomBox{
        padding: 50px 0 90px;
      }
      footer .topBox{
        background: url(../images/bg_footer.png) no-repeat bottom right;
        background-attachment: fixed;
      }

    .bannerBox .Txt{
      max-width: 100%;
      top: 40%;
      left: 0;
      padding: 0 80px 10px;
      -ms-transform: translate(0,-50%);
      -moz-transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
      transform: translate(0,-50%);
    }

    .titleBox em{
      margin-left: 0;
    }
    .mainArea.ins{
      padding: 80px 0;
    }
    .mainArea.ins .titleBox{
      width: 100%;
      text-align: center;
    }
    .classBox{
      margin-top: 0;
      padding: 0;
    }
    .othersBox{
      padding: 120px 0 0;
    }
    .othersBox::before{
      height: calc(100% + 10px);
      bottom: -80px;
    }

    /*手機menu*/
      .m_menu{
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
      }
      .m_menu .mask{
        background: rgba(0, 0, 0, 0);
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
      }
      .m_menu.active .mask{
        background: #fff;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.6s ease, background 0.4s 0.7s ease;
        -moz-transition: all 0.6s ease, background 0.4s 0.7s ease;
        -o-transition: all 0.6s ease, background 0.4s 0.7s ease;
        transition: all 0.6s ease, background 0.4s 0.7s ease;
      }

      .m_menu .hideBox{
        width: 100%;
        min-height: 100vh;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        padding: 30px 0 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
      }
      .m_menu.active .hideBox{
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
      }
      .m_menu .hideBox::before{
        content: '';
        width: 20%;
        height: 40%;
        background: #fff;
        position: absolute;
        top: 30%;
        left: 40%;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.6s ease, opacity 0.4s ease;
        -moz-transition: all 0.6s ease, opacity 0.4s ease;
        -o-transition: all 0.6s ease, opacity 0.4s ease;
        transition: all 0.6s ease, opacity 0.4s ease;
      }
      .m_menu.active .hideBox::before{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
        -moz-transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
        -o-transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
        transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
      }

      /*btn_close*/
        .m_menu .btn_close{
          width: 100%;
          height: 200px;
          position: absolute;
          bottom: 0;
          right: 0;
          overflow: hidden;
        }
        .m_menu .btn_close::before{
          content: '';
          width: 140px;
          height: 140px;
          background: #27319d;
          border-radius: 50%;
          position: absolute;
          bottom: -70px;
          left: calc(50% - 70px);
          z-index: -1;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: scale(0.1);
          -ms-transform: scale(0.1);
          transform: scale(0.1);
          -webkit-transition: all 0.6s ease, opacity 0.4s ease;
          -moz-transition: all 0.6s ease, opacity 0.4s ease;
          -o-transition: all 0.6s ease, opacity 0.4s ease;
          transition: all 0.6s ease, opacity 0.4s ease;
        }
        .m_menu.active .btn_close::before{
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          -moz-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          -o-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
        }
        .m_menu .btn_close a{
          width: 100%;
          height: 70px;
          color: #fff;
          font-size: 15px;
          letter-spacing: 0.3px;
          line-height: 100px;
          text-align: center;
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .m_menu.active .btn_close a{
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.4s ease, opacity 0.8s 1.4s ease;
          -moz-transition: all 0.4s ease, opacity 0.8s 1.4s ease;
          -o-transition: all 0.4s ease, opacity 0.8s 1.4s ease;
          transition: all 0.4s ease, opacity 0.8s 1.4s ease;
        }
        .m_menu .btn_close a::before,
        .m_menu .btn_close a::after{
          content: '';
          width: 20px;
          height: 1px;
          background: #fff;
          position: absolute;
          top: calc(50% - 10px);
          left: calc(50% - 10px);
          -ms-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        .m_menu .btn_close a::after{
          -ms-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        .m_menu .btn_close a:hover::before{
          -ms-transform: rotate(28deg);
          -moz-transform: rotate(28deg);
          -webkit-transform: rotate(28deg);
          -o-transform: rotate(28deg);
          transform: rotate(28deg);
        }
        .m_menu .btn_close a:hover::after{
          -ms-transform: rotate(-28deg);
          -moz-transform: rotate(-28deg);
          -webkit-transform: rotate(-28deg);
          -o-transform: rotate(-28deg);
          transform: rotate(-28deg);
        }

      /*logo*/
        .m_menu .m_logo{
          display: inline-block;
          width: 100%;
          text-align: center;
          margin: 0;
          padding: 10px 0;
          position: relative;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.4s ease, opacity 0.05s ease;
          -moz-transition: all 0.4s ease, opacity 0.05s ease;
          -o-transition: all 0.4s ease, opacity 0.05s ease;
          transition: all 0.4s ease, opacity 0.05s ease;
        }
        .m_menu.active .m_logo{
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
        }
        .m_menu .m_logo a{
          display: inline-block;
          width: 125px;
          height: 58px; 
          background: url(../images/logo.png) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain;
          text-indent: -9999px;
          -webkit-transform: rotateY(90deg);
          -ms-transform: rotateY(90deg);
          transform: rotateY(90deg);
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .m_menu.active .m_logo a{
          -webkit-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          transform: rotateY(0deg);
          -webkit-transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          -moz-transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          -o-transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
        }

      /*mfun*/
        .m_menu .mfun{
          padding: 10px 0 20px;
          z-index: 16;
        }
        .m_menu .mfun a{
          display: inline-block;
          color: #959595;
          width: 50px;
          height: 40px;
          line-height: 40px;
          letter-spacing: 0;
          font-size: 18px;
          background: transparent;
          border: 1px solid transparent;
          border-radius: 50%;
          text-align: center;
          margin: 3px 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: scale(0.1);
          -ms-transform: scale(0.1);
          transform: scale(0.1);
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .m_menu.active .mfun a{
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
        }
        .m_menu.active .mfun a:nth-of-type(1){
          -webkit-transition: all 0.4s ease, transform 0.8s 1.3s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.3s ease;
          -moz-transition: all 0.4s ease, transform 0.8s 1.3s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.3s ease;
          -o-transition: all 0.4s ease, transform 0.8s 1.3s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.3s ease;
          transition: all 0.4s ease, transform 0.8s 1.3s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.3s ease;
        }
        .m_menu.active .mfun a:nth-of-type(2){
          -webkit-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          -moz-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          -o-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
        }
        .m_menu.active .mfun a:nth-of-type(3){
          -webkit-transition: all 0.4s ease, transform 0.8s 1.5s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.5s ease;
          -moz-transition: all 0.4s ease, transform 0.8s 1.5s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.5s ease;
          -o-transition: all 0.4s ease, transform 0.8s 1.5s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.5s ease;
          transition: all 0.4s ease, transform 0.8s 1.5s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.5s ease;
        }
        .m_menu .mfun a:hover{
          color: #27319d;
        }
        .m_menu .mfun a i{
          color: #959595;
        }
        .m_menu .mfun a:hover i{
          color: #27319d;
        }
        .m_menu .mfun a i.line_icon{
          width: 19px;
          height: 18px;
          display: inline-block;
          background: url(../images/icon_line.png) no-repeat center;
          -webkit-transform: translateY(3px);
          transform: translateY(3px);
        }
        .m_menu .mfun a:hover i.line_icon{
          background: url(../images/icon_line_hover.png) no-repeat center;
        }

      /*menu*/
        .m_menu ul.nav{
          width: 100%;
          max-width: 470px;
          padding: 10px 35px 0;
          position: relative;
          z-index: 15;
          opacity: 0;
          -webkit-transition: all 0.4s ease, opacity 0.05s ease;
          -moz-transition: all 0.4s ease, opacity 0.05s ease;
          -o-transition: all 0.4s ease, opacity 0.05s ease;
          transition: all 0.4s ease, opacity 0.05s ease;
        }
        .m_menu.active ul.nav{
          opacity: 1;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .m_menu ul.nav li{
          display: block;
          text-align: center;
          padding: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: skewY(3deg) translate3d(0, 120%, 0);
          -ms-transform: skewY(3deg) translate3d(0, 120%, 0);
          transform: skewY(3deg) translate3d(0, 120%, 0);
          -webkit-transition: all 0.8s ease, opacity 0.3s ease;
          -moz-transition: all 0.8s ease, opacity 0.3s ease;
          -o-transition: all 0.8s ease, opacity 0.3s ease;
          transition: all 0.8s ease, opacity 0.3s ease;
        }
        .m_menu.active ul.nav li{
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateZ(0);
          -ms-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
        }
        .m_menu.active ul.nav li:nth-of-type(1){
          -webkit-transition-delay: 0.9s;
          -moz-transition-delay: 0.9s;
          -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
        }
        .m_menu.active ul.nav li:nth-of-type(2){
          -webkit-transition-delay: 0.95s;
          -moz-transition-delay: 0.95s;
          -o-transition-delay: 0.95s;
          transition-delay: 0.95s;
        }
        .m_menu.active ul.nav li:nth-of-type(3){
          -webkit-transition-delay: 1s;
          -moz-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s;
        }
        .m_menu.active ul.nav li:nth-of-type(4){
          -webkit-transition-delay: 1.05s;
          -moz-transition-delay: 1.05s;
          -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
        }
        .m_menu.active ul.nav li:nth-of-type(5){
          -webkit-transition-delay: 1.1s;
          -moz-transition-delay: 1.1s;
          -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
        }
        .m_menu.active ul.nav li:nth-of-type(6){
          -webkit-transition-delay: 1.15s;
          -moz-transition-delay: 1.15s;
          -o-transition-delay: 1.15s;
          transition-delay: 1.15s;
        }
        .m_menu.active ul.nav li:nth-of-type(7){
          -webkit-transition-delay: 1.2s;
          -moz-transition-delay: 1.2s;
          -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
        }
        .m_menu.active ul.nav li:nth-of-type(8){
          -webkit-transition-delay: 1.25s;
          -moz-transition-delay: 1.25s;
          -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
        }
        .m_menu ul.nav li > a{
          width: 150px;
          display: inline-block;
          position: relative;
          padding: 0;
          color: #111;
          font-size: 16px;
          line-height: 56px;
        }
        .m_menu ul.nav li.hidden > a{
          display: none;
        }
        .m_menu ul.nav li > a.current,
        .m_menu ul.nav li > a:hover{
          color: #27319c;
        }
        .m_menu ul.nav li > a::before,
        .m_menu ul.nav li > a::after{
          content: '';
          width: 1px;
          height: 0;
          background: #27319c;
          position: absolute;
          bottom: calc(50% - 7px);
          opacity: 0;
        }
        .m_menu ul.nav li > a::before{
          left: 0;
        }
        .m_menu ul.nav li > a::after{
          right: 0;
        }
        .m_menu ul.nav li > a.current::before,
        .m_menu ul.nav li:hover > a::before,
        .m_menu ul.nav li > a.current::after,
        .m_menu ul.nav li:hover > a::after{
          height: 14px;
          bottom: calc(50% - 7px);
          opacity: 1;
        }
        .m_menu ul.nav li a i{
          display: block;
          font-size: 12px;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -5px;
        }
        .m_menu ul.nav li .submenu{
          display: none;
          padding: 10px 5px 10px 30px;
          border-top: 1px solid #e5e5e5;
        }
        .m_menu ul.nav li .submenu a{
          padding: 5px 0;
          color: #333;
          font-size: 14px;
          font-weight: 400;
          display: block;
        }
        .m_menu ul.nav li .submenu a:hover{
          color: #e72d30;
        }
  }
  @media (max-width: 1100px){
  }
  @media (max-width: 1024px){
    .wrap{
      padding: 0 40px;
    }

    /*classLink*/
      .classBox{
        padding: 40px 0 0;
        border: 0;
      }
      ul.classLink{
        display: none !important;
      }
      .m_classLink{
        display: block;
        background: transparent;
        margin: 0;
        position: relative;
        z-index: 50;
      }
      .m_classLink a.main{
        display: block;
        margin: 0 auto;
        line-height: 45px;
        font-size: 14px;
        color: #111;
        letter-spacing: 1px;
        padding: 0 40px 0 30px;
        background: #fff;
        border: 1px solid #e5e5e5;
        position: relative;
      }
      .m_classLink a.main::before{
        content: '';
        width: 10px;
        height: 1px;
        background: #999;
        position: absolute;
        top: 24px;
        left: 14px;
      }
      .m_classLink a.main b{
        font-weight: 300; 
      }
      .m_classLink a.main i{
        display: block;
        font-size: 16px;
        width: 50px;
        height: 100%;
        line-height: 45px;
        color: #fff;
        background: #27319d;  
        text-align: center;   
        position: absolute;
        right: 0;
        top: 0;
      }
      .m_classLink ul{
        border: 1px solid #e5e5e5;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        position: relative;
        left: 0;
        top: 100%;
        z-index: 999;
      }
      .m_classLink ul li{
        padding: 0;
        border-bottom: 1px solid #e5e5e5;
      }
      .m_classLink ul > li:last-of-type{
        border: none;
      }
      .m_classLink ul li a{
        color: #000;
        display: block;
        letter-spacing: 1px;
        font-size: 14px;
        padding: 8px 8px 8px 40px;
        background: #f6f6f6;
      }
      .m_classLink ul li:hover > a{
        color: #fff;
        background: #27319d;
      }
      .m_classLink ul li dl dt a{
        padding: 6px 10px 6px 50px;
        border-top: 1px solid #e5e5e5;
      }
      .m_classLink ul li dl dt a:hover{
        color: #111;
        background: #e4e4e4;
      }
      .m_classLink ul li dl dt a::before{
        content: '-';
        color: #444;
        font-size: 16px;
        padding-right: 10px;
      }
  }
  @media (max-width: 960px){
    .bannerBox .Txt h2{
      font-size: 45px;
    }
    .bannerBox .Txt h2 em{
      font-size: 55px;
    }
    .bannerBox .Txt > em{
      margin-bottom: 15px;
    }
  }
  @media (max-width: 900px){
      footer .topBox .topItem{
        padding: 35px 0;
      }
      footer .topBox .topItem h3{
        margin-bottom: 15px;
      }
  }
  @media (max-width: 768px){
    .bannerBox .arrowsBox{
      display: none;
    }
    .bannerBox .Txt{
      top: 50%;
    }
  }
  @media (max-width: 700px){
  }
  @media (max-width: 640px){
    .txt_oneLine{
      overflow: visible;
      text-overflow: clip;
      white-space: unset;
    }
    .wrap{
      padding: 0 30px;
    }
    .titleBox em{
      font-size: 46px;
    }
    .bannerBox .Txt{
      padding: 0 50px;
      text-align: center;
    }
    .bannerBox .Txt p.has_border:last-of-type{
      padding-bottom: 0;
    }
    .bannerBox .Txt p.has_border:last-of-type::before{
      display: none;
    }
    .bannerBox li .Txt > em{
      display: none;
    }
    .mainArea.ins{
      padding: 50px 0;
    }
    .mainArea .contentBox .articleTitle{
      font-size: 26px;
    }
    .othersBox{
      padding: 90px 0 0;
    }
    .othersBox::before{
      height: calc(100% - 5px);
      bottom: -50px;
    }
    .pageBox a{
      line-height: 45px;
    }
    .pageBox a:hover,
    .pageBox a.current{
      color: #27319c;
    }
    .pageBox a.page_prev,
    .pageBox a.page_next{
      width: 45px;
      height: 45px;
    }
    .pageBox a.page_prev{
      margin: 0 15px 0 0;
    }
    .pageBox a.page_next{
      margin: 0 0 0 15px;
    }
    .pageBox a.page_prev::before,
    .pageBox a.page_next::before{
      width: 14px;
      height: 1px;
      left: calc(50% - 7px);
    }
    .pageBox a.page_prev::after{
      left: calc(50% - 7px);
    }
    .pageBox a.page_next::after{
      right: calc(50% - 7px);
    }

    /*footer*/
      footer .topBox .wrap{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      footer .topBox .topItem{
        width: 100%;
        padding: 20px 0;
        flex: unset;
      }
      footer .topBox .topItem:nth-of-type(1){
        padding-top: 30px;
      }
      footer .topBox .topItem:nth-of-type(2){
        padding-bottom: 30px;
      }
      footer .topBox .topItem:nth-of-type(2)::before{
        width: calc(100% - 60px);
        height: 1px;
        top: 0;
        left: 30px;
        opacity: 0.5;
      }
      footer .topBox .topItem h3{
        display: inline-block;
        font-size: 16px;
      }
      footer .topBox .telBox a{
        display: inline-block;
        margin: 0 5px;
        font-size: 24px;
      }
      footer .topBox .telBox a i{
        font-size: 20px;
      }
      footer .topBox .topItem .btn{
        display: inline-block;
        margin: 0 10px;
      }
      footer .topBox .topItem .btn a{
        width: 200px;
      }
  }
  @media (max-width: 580px){
  }
  @media (max-width: 480px){
    .wrap{
      padding: 0 20px;
    }
    .btn.back a{
      width: 100%;
      max-width: 320px;
    }
    .bannerBox .Txt{
      padding: 0 30px;
    }
    .bannerBox .Txt h2{
      font-size: 32px;
    }
    .bannerBox .Txt h2 em{
      font-size: 38px;
    }
    .bannerBox .Txt p{
      font-size: 15px;
    }
    footer .topBox .topItem h3{
      display: block;
    }
    .othersBox .side_more{
      padding: 0;
    }
    .othersBox .rectPrev{
      position: relative;
      top: 0;
      left: 0;
    }
    .othersBox .rectNext{
      position: relative;
      top: 0;
      right: 0;
    }
    .othersBox .arrowsBox{
      width: 180px;
      justify-content: space-between;
      margin: 30px auto 0;
    }
  }
  @media (max-width: 400px){
    .m_menu ul.nav li > a{
      line-height: 45px;
    }
    header .social{
      padding: 0 0 0 10px;
    }
    header .menu_bar{
      margin-left: 15px;
    }
    .bannerBox .Txt h2{
      font-size: 24px;
    }
    .bannerBox .Txt h2 em{
      font-size: 28px;
    }
    .bannerBox .Txt p{
      font-size: 14px;
    }
  }
  @media (max-width: 360px){
    .wrap{
      padding: 0 18px;
    }
    .m_menu .hideBox{
      padding-top: 20px;
    }
    .m_menu .m_logo a{
      height: 50px;
    }
    .m_menu ul.nav li > a{
      font-size: 14px;
      line-height: 36px;
    }
    .titleBox em{
      font-size: 42px;
    }
  }

/* rectPrev,rectNext */
  .arrowsBox{
    display: flex;
  }
  .rectPrev,
  .rectNext{
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    color: transparent;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .rectPrev{
    background:url(../images/arrow1.png) no-repeat center;
  }
  .rectNext{
    background:url(../images/arrow2.png) no-repeat center;
  }
  .rectPrev::before,
  .rectNext::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-animation: rectBtn_out 1s forwards ease;
            animation: rectBtn_out 1s forwards ease;
  }
  @-webkit-keyframes rectBtn_out {
    0%,20% {
      border-right: 2px solid #27319d;
      border-bottom: 2px solid #27319d;
      opacity: 1;
    }
    40%{
      border-bottom: 2px solid #27319d;
    }
    60%{
      border-left: 2px solid #27319d;
    }
    80%{
      border-top: 2px solid #27319d;
    }
    100% {
      border: 2px solid transparent;
      opacity: 0;
    }
  }
  @keyframes rectBtn_out {
    0%,20% {
      border-right: 2px solid #27319d;
      border-bottom: 2px solid #27319d;
      opacity: 1;
    }
    40%{
      border-bottom: 2px solid #27319d;
    }
    60%{
      border-left: 2px solid #27319d;
    }
    80%{
      border-top: 2px solid #27319d;
    }
    100% {
      border: 2px solid transparent;
      opacity: 0;
    }
  }
  .rectPrev:hover::before,
  .rectNext:hover::before{
    -webkit-animation: rectBtn_in 1s 0.2s forwards ease;
            animation: rectBtn_in 1s 0.2s forwards ease;
  }
  @-webkit-keyframes rectBtn_in {
    0% {
      border: 2px solid transparent;
      opacity: 0;
    }
    20%{
      border-left: 2px solid #27319d;
    }
    40%{
      border-top: 2px solid #27319d;
    }
    60%{
      border-right: 2px solid #27319d;
      opacity: 0.8;
    }
    80%,100% {
      border-top: 2px solid transparent;
      border-right: 2px solid #27319d;
      border-bottom: 2px solid #27319d;
      opacity: 1;
    }
  }
  @keyframes rectBtn_in {
    0% {
      border: 2px solid transparent;
      opacity: 0;
    }
    20%{
      border-left: 2px solid #27319d;
    }
    40%{
      border-top: 2px solid #27319d;
    }
    60%{
      border-right: 2px solid #27319d;
      opacity: 0.8;
    }
    80%,100% {
      border-top: 2px solid transparent;
      border-right: 2px solid #27319d;
      border-bottom: 2px solid #27319d;
      opacity: 1;
    }
  }

/* dots */
  .dotsBox.center{
    text-align: center;
  }
  .dotsBox ul.dots{
    margin: 0;
    position: relative;
    z-index: 5;
  }
  .dotsBox ul.dots li{
    padding: 0 10px;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .dotsBox .dots li button{
    position: relative;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    font-size: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .dotsBox .dots li.slick-active button,
  .dotsBox .dots li:hover button{}
  .dotsBox .dots li button::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #bbb;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dotsBox .dots li.slick-active button::before,
  .dotsBox .dots li:hover button::before{
    width: 11px;
    height: 11px;
    top: -2px;
    left: -2px;
  }
  .dotsBox .dots li.slick-active button::before{
      background: #141d2c;
  }

/***Hover效果1: 放大淡出***/
  .imh_opacity{
    position: relative;
    overflow: hidden;
  }
  .imh_opacity a::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(35deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .imh_opacity:hover a::before{
    opacity: 0.8;
  }
  .imh_opacity img{
    -webkit-transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
    -o-transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  }
  .imh_opacity:hover img{
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

/***Hover效果1: 放大淡出Detail***/
  .imh_detail{
    position: relative;
    overflow: hidden;
  }
  .imh_detail img {
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
  }
  .imh_detail:hover img{
    -webkit-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

/***Hover效果1: 放大淡出zoom***/
  .imh_zoom{
    position: relative;
    overflow: hidden;
  }
  .imh_zoom img{
    -webkit-transition: all 0.45s linear;
    -o-transition: all 0.45s linear;
    transition: all 0.45s linear;
  }
  li:hover .imh_zoom img,
  .imh_zoom:hover img{
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

/*--最新消息icon--*/

/****圖示顏色****/
  .newIcon_green {
    background: #6db801;
  }
  .newIcon_brown {
    background: #ed842e;
  }
  .newIcon_pink {
    background: #f48daf;
  }
  .newIcon_blue {
    background: #01afb8;
  }
  .newIcon_navy {
    background: #3f4c6b;
  }
  .newIcon_orange {
    background: #f67e2a;
  }
  .newIcon_gold {
    background: #eab92d;
  }
  .newIcon_burgundyRed {
    background: #a90329;
  }
  .newIcon_purple {
    background: #cb60b3;
  }
