@charset "UTF-8";
html {
  overflow-x: hidden; }

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 13px;
  color: #0f0f0f;
  background-color: #ffffff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif"; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(178, 160, 134, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #B2A086;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  color: inherit; }

a img {
  border: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

/*泛用表格*/
.t {
  display: table; }

.t ul {
  display: table-row; }

.t li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle; }

dl dt,
dl dd {
  float: left; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1300px;
  max-width: 100%;
  padding: 0 15px; }

.content {
  background-color: #ffffff;
  position: relative; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative; }
  span.plus:after {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  span.plus:before {
    content: "";
    height: 70%;
    width: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.editor {
  word-break: break-all; }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }

header {
  position: relative;
  z-index: 1000;
  /*nav end*/ }
  header #top_link {
    color: #999999;
    font-size: 13px;
    line-height: 1.6;
    text-align: right;
    padding-right: 16.40625%; }
  header .logo {
    float: left;
    margin-left: 16.1979%;
    padding-bottom: 10px; }
    header .logo img {
      height: 160px; }
  header nav {
    margin-right: 16.40625%;
    width: 600px;
    float: right;
    padding-top: 60px;
    /* > ul end*/ }
    header nav > ul {
      /* > li end*/ }
      header nav > ul > li {
        display: block;
        width: calc( 100% / 5);
        float: left;
        text-align: right;
        position: relative;
        /*> .sub_menu end*/ }
        header nav > ul > li.cell {
          display: none; }
        header nav > ul > li a {
          display: inline-block;
          text-align: center;
          min-width: 95px;
          color: #111111;
          font-size: 15px;
          line-height: 1.6;
          height: 38px; }
        header nav > ul > li:hover > a, header nav > ul > li.active > a {
          color: #85623C;
          border-bottom: 3px #85623C solid; }
        header nav > ul > li > ul.sub_menu {
          display: none;
          position: absolute;
          left: 0;
          top: 37px;
          border: 1px #85623c solid;
          background: #FFF;
          padding: 27px;
          width: auto; }
          header nav > ul > li > ul.sub_menu > li {
            display: block;
            width: 180px;
            float: left; }
            header nav > ul > li > ul.sub_menu > li a {
              display: block;
              width: 95%;
              height: 130px;
              margin: auto; }
              header nav > ul > li > ul.sub_menu > li a div {
                width: 100%;
                overflow: hidden; }
                header nav > ul > li > ul.sub_menu > li a div.pic {
                  height: 100px;
                  background-size: cover; }
                header nav > ul > li > ul.sub_menu > li a div.name {
                  margin: 0px 0px 10px;
                  color: #333;
                  font-size: 15px;
                  text-align: left;
                  line-height: 25px;
                  height: 25px; }
  header #cart_icon {
    width: 76px;
    height: 76px;
    background: #496D8C;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    right: 15px;
    margin-top: -38px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px; }
    header #cart_icon a {
      width: 100%;
      height: 100%;
      position: relative;
      display: block; }
    header #cart_icon div.button:before {
      display: block;
      content: "\f07a";
      font-family: 'FontAwesome';
      text-align: center;
      font-size: 30px;
      line-height: 45px;
      padding-top: 5px; }
    header #cart_icon div.num {
      position: absolute;
      left: -5px;
      top: -5px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      background: red; }

footer {
  background: #E0D9CF;
  /*end of row*/ }
  footer .row {
    width: 100%;
    max-width: 800px;
    margin: auto; }
    footer .row .logo, footer .row .text {
      float: left; }
    footer .row .logo {
      padding-top: 25px; }
      footer .row .logo img {
        height: 200px; }
    footer .row .text {
      width: 70%;
      margin-left: 3.5%;
      padding-top: 30px;
      padding-bottom: 30px; }
      footer .row .text li {
        width: 50%;
        float: left;
        text-align: left;
        font-size: 14px;
        color: #52331E;
        font-weight: bold;
        line-height: 1.6;
        list-style: none;
        display: block; }
        footer .row .text li span {
          font-weight: normal; }
  footer .copyright {
    text-align: center;
    padding: 10px 0px 25px;
    color: #8B7565;
    font-size: 14px; }
    footer .copyright a {
      color: #B3A597; }

h3.title {
  color: #B2A086;
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: -1.7em;
  width: 100%;
  letter-spacing: 0.5em; }
  h3.title.program_h3 {
    top: 4px;
    margin-top: 40px; }

main {
  min-height: 630px;
  padding-bottom: 100px; }
  main.program_main {
    min-height: 100px;
    padding-bottom: 0; }
    main.program_main article {
      padding-top: 0; }
  main article {
    padding-top: 60px; }

.p-item {
  margin-bottom: 30px; }
  .p-item a {
    width: 100%;
    display: block; }
    .p-item a .pic {
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
      .p-item a .pic span {
        position: absolute;
        width: 100%;
        height: 100%; }
    .p-item a .name, .p-item a .numbers {
      color: #666666;
      font-size: 15px;
      line-height: 1.6;
      text-align: center; }
    .p-item a:hover {
      border: 2px #B2A086 solid; }
      .p-item a:hover .name, .p-item a:hover .numbers {
        color: #B2A086; }

.l_page {
  text-align: center;
  padding: 70px 0px; }
  .l_page a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    border: 1px #B2A086 solid;
    margin: 0px 5px; }
    .l_page a.chosen, .l_page a:hover {
      background: #B2A086;
      color: #FFF; }
    .l_page a.prev, .l_page a.next {
      border: none;
      padding-top: 5px;
      margin: 0; }
      .l_page a.prev:hover, .l_page a.next:hover {
        background: none;
        color: inherit; }
      .l_page a.prev img, .l_page a.next img {
        vertical-align: middle; }

a.back {
  color: #52331E;
  font-size: 15px;
  line-height: 1.6;
  display: block;
  width: 80px;
  margin: auto; }
  a.back:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../_img/product/icon_back.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 12px;
    height: 22px;
    margin-right: 10px; }

.sidebar_layout aside {
  width: 360px;
  max-width: 100%;
  text-align: center;
  padding-left: 30px;
  float: left; }
  .sidebar_layout aside .inner {
    width: 270px;
    max-width: 100%; }
    .sidebar_layout aside .inner .list {
      margin-top: 20px; }
      .sidebar_layout aside .inner .list > p {
        display: none; }
      .sidebar_layout aside .inner .list ul {
        width: 100%;
        border: 2px solid #B2A086;
        padding: 10px 0;
        text-align: left;
        padding-left: 40%;
        display: block; }
        .sidebar_layout aside .inner .list ul li {
          margin: 20px 0;
          position: relative; }
          .sidebar_layout aside .inner .list ul li:hover a, .sidebar_layout aside .inner .list ul li.active a {
            color: #806d52; }
          .sidebar_layout aside .inner .list ul li a {
            position: relative; }
            .sidebar_layout aside .inner .list ul li a:before {
              content: "\f105";
              display: inline-block;
              font-family: 'FontAwesome';
              position: absolute;
              left: -20px; }

.sidebar_layout .right_block {
  width: 100%;
  padding-left: 0px;
  padding-right: 70px; }

.in_title {
  font-size: 2.25rem;
  text-align: center;
  color: #666666;
  margin-bottom: 30px; }

#welcome {
  height: 100%;
  /*end of body*/ }
  #welcome body {
    background-image: url(../_img/welcome/banner.jpg);
    background-size: cover;
    height: auto;
    min-height: 100%;
    /*end of main*/ }
    #welcome body main {
      width: 100%;
      position: relative;
      /*end of button-row*/
      /*end of links*/ }
      #welcome body main .logo {
        padding-top: 3%;
        padding-bottom: 10.3846%;
        text-align: center; }
        #welcome body main .logo img {
          height: 320px; }
      #welcome body main .button-row {
        width: 100%;
        /*end of li*/ }
        #welcome body main .button-row > li {
          width: calc(100%/5);
          text-align: center;
          float: left;
          position: relative;
          /*end of a*/ }
          #welcome body main .button-row > li * {
            -webkit-transition: all 0.25s linear;
            -o-transition: all 0.25s linear;
            transition: all 0.25s linear; }
          #welcome body main .button-row > li a {
            display: block;
            text-align: center;
            color: #683d1c;
            position: relative;
            width: 97%;
            height: 0;
            padding-bottom: 97%;
            margin: auto;
            background: #f8b62d;
            border-radius: 50%;
            cursor: pointer; }
            #welcome body main .button-row > li a img {
              max-height: 120px;
              max-width: 80%;
              margin: auto; }
            #welcome body main .button-row > li a > div {
              width: 100%;
              height: 100%;
              position: absolute; }
              #welcome body main .button-row > li a > div ul li {
                vertical-align: middle; }
                #welcome body main .button-row > li a > div ul li span {
                  display: block;
                  font-size: 20px;
                  line-height: 1.6;
                  margin-top: 10px; }
          #welcome body main .button-row > li:hover a {
            color: #f8b62d;
            background: #52331E; }
      #welcome body main .links {
        padding: 40px 0px 120px; }
        #welcome body main .links a {
          display: block;
          margin: auto;
          width: 220px;
          line-height: 34px;
          color: #FFF;
          font-size: 15px;
          background: #7B5B31;
          text-align: center; }

#home #banner {
  width: 100%;
  height: 550px;
  overflow: hidden; }
  #home #banner div {
    width: 100%;
    height: 100%;
    background-size: cover; }

#home main {
  /*p-row end*/
  /*.img-row end*/ }
  #home main .coffee_img {
    float: left;
    width: 24%;
    padding: 140px 0px; }
  #home main .p-row {
    float: left;
    width: 76%;
    padding-top: 50px;
    /*l-pic end*/ }
    #home main .p-row .l-pic {
      float: left;
      width: 12.808219%;
      height: 250px;
      margin-top: 20px;
      color: #85613B;
      font-size: 30px;
      line-height: 1.6;
      text-align: left;
      padding-left: 8px;
      border-right: 1px #E8E2DA solid; }
      #home main .p-row .l-pic span {
        display: block;
        font-size: 20px;
        color: #B2A086;
        margin-left: -8px;
        width: 100%;
        overflow: hidden;
        font-family: 'Dancing Script', cursive; }
      #home main .p-row .l-pic a {
        display: block;
        font-size: 13px;
        color: #FFF;
        background: #B2A086;
        width: 96px;
        height: 29px;
        line-height: 29px;
        text-align: center;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
        margin-top: 35px;
        font-style: italic; }
        #home main .p-row .l-pic a:hover {
          background: #85613B; }
    #home main .p-row .slick-p {
      float: left;
      width: 768px;
      max-width: 100%;
      margin-left: 100px;
      margin-top: 20px; }
      #home main .p-row .slick-p .slick-prev:before, #home main .p-row .slick-p .slick-next:before {
        color: #000;
        content: ' '; }
      #home main .p-row .slick-p .slick-prev, #home main .p-row .slick-p .slick-next {
        width: 28px;
        height: 50px;
        cursor: pointer;
        margin-top: -25px; }
      #home main .p-row .slick-p .slick-prev {
        left: -40px;
        background-image: url(../_img/index/arrow_prev.png); }
      #home main .p-row .slick-p .slick-next {
        right: -40px;
        background-image: url(../_img/index/arrow_next.png); }
  #home main .img-row {
    padding: 70px 0px; }
    #home main .img-row li {
      width: 33.33333333%;
      float: left; }
      #home main .img-row li .pic {
        width: 100%;
        height: 300px;
        background-size: cover; }
      #home main .img-row li .text {
        text-align: center;
        color: #868686;
        line-height: 1.6;
        font-size: 15px; }
        #home main .img-row li .text .title {
          color: #85623C;
          font-size: 30px;
          padding: 20px 0px; }
          #home main .img-row li .text .title img {
            vertical-align: middle;
            margin-right: 0.5em; }

#colorbox {
  z-index: 9999; }
  #colorbox iframe {
    width: 100%;
    max-width: 100%;
    height: 540px; }
    #colorbox iframe html {
      overflow-y: hidden !important; }

#about main article {
  padding: 60px 0px; }
  #about main article section {
    color: #666666;
    font-size: 20px;
    line-height: 1.6;
    text-align: center; }

#about main ul {
  width: 90%;
  margin: 20px auto 150px; }
  #about main ul li {
    float: left;
    width: 50%; }
    #about main ul li .img {
      border-radius: 50%;
      border: 1px #D9D0C3 solid;
      text-align: center;
      width: 250px;
      height: 250px;
      margin: auto;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      #about main ul li .img img {
        display: inline-block; }
      #about main ul li .img:before {
        display: inline-block;
        content: '';
        width: 100%;
        height: 0;
        vertical-align: middle; }
    #about main ul li .text {
      text-align: center;
      line-height: 1.6;
      padding-top: 30px;
      font-size: 15px;
      color: #666666; }
      #about main ul li .text .title {
        color: #85623C;
        font-size: 30px; }

#about main h5 {
  color: #85623C;
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  padding: 60px 0px; }

#program main {
  padding: 0; }
  #program main article {
    padding-top: 0; }

#program h3.title {
  color: #FFF;
  margin-bottom: -50px;
  position: relative;
  z-index: 1000; }

#program ul.row {
  background: #000; }
  #program ul.row li {
    float: left;
    width: 50%;
    height: 495px;
    position: relative;
    font-size: 0;
    background-size: cover;
    padding: 0 2%; }
    #program ul.row li .button {
      position: absolute;
      right: 20%;
      bottom: 20%;
      font-size: 15px;
      background-color: #B2A086;
      color: #fff; }
      #program ul.row li .button a {
        display: block;
        padding: 10px 15px; }
    #program ul.row li:hover div.text {
      color: #B2A086; }
    #program ul.row li div.text {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      line-height: 1.6;
      color: #FFF;
      font-size: 15px;
      width: 640px;
      max-width: 95%;
      height: 180px; }
      #program ul.row li div.text h3 {
        font-size: 30px;
        color: #85613B;
        text-align: center;
        margin-bottom: 20px; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
  z-index: 9999 !important; }
  .fancybox-overlay .fancybox-opened {
    border: 1px solid #B2A086; }
    .fancybox-overlay .fancybox-opened .fancybox-skin {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #fff; }

#repair ul.form-row, #contact ul.form-row {
  width: 795px;
  max-width: 98%;
  margin: 0 auto 100px; }
  #repair ul.form-row li, #contact ul.form-row li {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%; }
    #repair ul.form-row li.w50, #contact ul.form-row li.w50 {
      width: 49%; }
      #repair ul.form-row li.w50 + .w50, #contact ul.form-row li.w50 + .w50 {
        margin-left: 2%; }
    #repair ul.form-row li input, #repair ul.form-row li textarea, #repair ul.form-row li select, #contact ul.form-row li input, #contact ul.form-row li textarea, #contact ul.form-row li select {
      width: 100%;
      background: #F8F8F8;
      height: 38px;
      line-height: 36px;
      text-align: left;
      border: 1px #DDDDDD solid;
      padding: 0 1em; }
      #repair ul.form-row li input[type=button], #repair ul.form-row li textarea[type=button], #repair ul.form-row li select[type=button], #contact ul.form-row li input[type=button], #contact ul.form-row li textarea[type=button], #contact ul.form-row li select[type=button] {
        background: #B2A086;
        border: none;
        cursor: pointer;
        color: #FFF;
        font-family: '微軟正黑體';
        font-size: 15px;
        line-height: 33px;
        height: 35px;
        text-align: center; }
    #repair ul.form-row li textarea, #contact ul.form-row li textarea {
      height: 150px; }

/*含repair及contact共用表單*/
#contact .map {
  background: #496D8C;
  padding: 50px 0px 115px; }
  #contact .map ul li {
    float: left;
    width: 50%;
    text-align: center;
    color: #FFF;
    line-height: 1.6; }
    #contact .map ul li h4 {
      text-align: center;
      font-size: 30px; }
    #contact .map ul li i {
      width: 250px;
      margin: auto;
      display: block;
      text-align: left;
      font-size: 15px;
      line-height: 2; }
      #contact .map ul li i:before {
        display: inline-block;
        margin-right: 10px;
        background: #FFF;
        color: #496D8C;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%; }
      #contact .map ul li i.address:before {
        content: "\f041";
        font-family: 'FontAwesome'; }
      #contact .map ul li i.phone:before {
        content: "\f095";
        font-family: 'FontAwesome'; }
    #contact .map ul li .iframe {
      width: 600px;
      max-width: 98%;
      padding-bottom: 58.3333333%;
      margin: 10px auto;
      position: relative; }
      #contact .map ul li .iframe div {
        width: 100%;
        height: 100%;
        position: absolute; }
        #contact .map ul li .iframe div iframe {
          width: 100%;
          height: 100%; }

#product {
  /*.left*/ }
  #product h3.title, #product h3.white_title {
    margin-bottom: 30px;
    color: white; }
  #product .left {
    float: left;
    width: 24.6%;
    padding-top: 10px;
    /*1st level ul*/ }
    #product .left > ul {
      width: 98%;
      margin: auto;
      /*1st level li*/ }
      #product .left > ul > li {
        width: 100%;
        margin-bottom: 115px;
        /*2nd level ul*/ }
        #product .left > ul > li div {
          background: #85623C;
          color: #FFF;
          width: 100%;
          height: 43px;
          line-height: 39px;
          font-size: 20px;
          overflow: hidden; }
          #product .left > ul > li div span {
            font-family: 'Dancing Script', cursive; }
          #product .left > ul > li div:before {
            display: inline-block;
            content: ' ';
            background-image: url(../_img/product/icon_coffee.png);
            background-repeat: no-repeat;
            background-position: 50% 45%;
            width: 40px;
            height: 100%;
            vertical-align: middle; }
        #product .left > ul > li > ul {
          width: 100%;
          /*2nd level li*/ }
          #product .left > ul > li > ul > li {
            color: #85613B;
            font-size: 15px;
            line-height: 45px;
            border-bottom: 1px #ECE7E1 dotted;
            width: 100%;
            height: 45px;
            overflow: hidden; }
            #product .left > ul > li > ul > li a {
              display: block;
              width: 100%;
              height: 100%;
              padding-left: 40px; }
            #product .left > ul > li > ul > li.active, #product .left > ul > li > ul > li:hover {
              color: #000; }
              #product .left > ul > li > ul > li.active a, #product .left > ul > li > ul > li:hover a {
                padding-left: 0; }
                #product .left > ul > li > ul > li.active a:before, #product .left > ul > li > ul > li:hover a:before {
                  display: inline-block;
                  content: ' ';
                  background-image: url(../_img/product/icon_arrow.jpg);
                  background-repeat: no-repeat;
                  background-position: 50% 45%;
                  width: 40px;
                  height: 100%;
                  vertical-align: middle; }
    #product .left select {
      display: none; }
  #product .list-row {
    float: left;
    width: 75.4%; }
    #product .list-row .items {
      width: 33.333333%;
      float: left; }
      #product .list-row .items .p-item {
        width: 81%;
        margin: auto; }
  #product .press {
    padding-bottom: 80px;
    /*path end*/
    /*sub-info end*/ }
    #product .press .path {
      text-align: right;
      max-width: 95%;
      padding: 5px 0; }
      #product .press .path a {
        color: #999999;
        font-size: 13px;
        line-height: 1.4;
        display: inline-block; }
        #product .press .path a:first-child:before {
          content: " ";
          display: inline-block;
          width: 15px;
          height: 20px;
          background-image: url(../_img/product/icon_home.jpg);
          background-repeat: no-repeat;
          vertical-align: middle;
          margin-right: 10px; }
        #product .press .path a:before {
          content: ">";
          display: inline-block;
          width: 15px;
          height: 20px;
          margin-right: 10px; }
        #product .press .path a:last-child {
          color: #000; }
    #product .press .main-pic {
      width: 425px;
      max-width: 95%;
      margin-left: 15px;
      float: left; }
      #product .press .main-pic .pic {
        display: block;
        padding-bottom: 100%;
        border: 1px #E8E2DA solid; }
    #product .press .sub-info {
      margin-left: 11px;
      padding-top: 30px;
      float: left;
      width: calc(100% - 425px - 26px); }
      #product .press .sub-info .name, #product .press .sub-info .numbers, #product .press .sub-info .s_info, #product .press .sub-info .price {
        color: #52331E;
        font-size: 20px;
        text-align: left;
        line-height: 1.6;
        margin-left: 32px; }
      #product .press .sub-info .numbers {
        color: #B29F85; }
      #product .press .sub-info .s_info {
        color: #666666;
        font-size: 15px;
        line-height: 22px;
        margin-top: 20px;
        min-height: 160px; }
      #product .press .sub-info .price {
        margin-top: 40px;
        margin-bottom: 30px;
        color: #594B44;
        font-size: 15px; }
        #product .press .sub-info .price span {
          font-size: 20px; }
      #product .press .sub-info .num {
        width: calc(50% - 15px);
        border: 1px #E6DBD3 solid;
        margin: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px; }
        #product .press .sub-info .num span, #product .press .sub-info .num input {
          display: block;
          float: left;
          padding: 0;
          margin: 0;
          border: 0;
          width: 25%;
          height: 48px;
          line-height: 48px;
          float: left;
          background: #E5E1DD;
          text-align: center;
          font-size: 15px;
          color: #A19183;
          cursor: pointer; }
        #product .press .sub-info .num input {
          width: 50%;
          background: #FFF;
          color: #000;
          line-height: 46px; }
      #product .press .sub-info .buy_button {
        display: inline-block;
        vertical-align: middle;
        width: calc(50% - 10px);
        margin: 5px;
        background: #A19183;
        color: #FFF;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear; }
        #product .press .sub-info .buy_button:hover {
          background: #85623C; }
    #product .press .editor {
      margin: 30px 20px 50px;
      color: #666666;
      font-size: 15px;
      line-height: 1.6; }

#case {
  /*end of main*/ }
  #case main {
    /*end of list-row*/ }
    #case main h4.title {
      color: #85603A;
      font-size: 30px;
      line-height: 1.6;
      text-align: center;
      margin-top: 20px; }
    #case main div.text {
      width: 640px;
      max-width: 95%;
      margin: 30px auto 50px;
      font-size: 15px;
      color: #666666;
      line-height: 1.6; }
    #case main .list-row {
      width: 100%;
      text-align: left; }
      #case main .list-row li {
        width: 25%;
        float: left; }
        #case main .list-row li a, #case main .list-row li div {
          display: block;
          width: 90%;
          margin: auto;
          overflow: hidden; }
        #case main .list-row li a {
          height: 300px;
          background-size: cover;
          -webkit-transition: all .25s linear;
          -o-transition: all .25s linear;
          transition: all .25s linear;
          opacity: 1; }
          #case main .list-row li a:hover {
            opacity: 0.75; }
        #case main .list-row li div {
          color: #666;
          font-size: 15px;
          text-align: center;
          line-height: 30px;
          height: 30px;
          margin: 10px auto 50px; }
    #case main #press {
      padding-bottom: 80px; }
      #case main #press .main_pic {
        margin: 40px auto;
        width: 600px;
        text-align: center;
        float: left;
        border-right: 30px solid #fff; }
      #case main #press .sub-info {
        float: left;
        width: calc( 100% - 600px); }
        #case main #press .sub-info .s_info {
          color: #666666;
          font-size: 15px;
          line-height: 22px;
          margin-top: 20px;
          min-height: 160px; }
        #case main #press .sub-info .buy_button {
          display: inline-block;
          vertical-align: middle;
          width: 25%;
          margin-left: 12px;
          background: #A19183;
          color: #FFF;
          height: 48px;
          line-height: 48px;
          text-align: center;
          font-size: 15px;
          cursor: pointer;
          -webkit-transition: all .25s linear;
          -o-transition: all .25s linear;
          transition: all .25s linear; }
          #case main #press .sub-info .buy_button:hover {
            background: #85623C; }
      #case main #press div.text {
        width: 95%; }

.fb_login {
  width: 378px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #18438B;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: 30px;
  cursor: pointer;
  font-size: 1rem; }

.m_join {
  padding-left: 360px; }
  .m_join .fb_login {
    width: 350px;
    left: 0; }

.m_inner {
  width: 100%; }
  .m_inner .t {
    width: 100%;
    height: 100%;
    position: relative; }
    .m_inner .t .left, .m_inner .t .right {
      width: 50%;
      padding: 5px;
      vertical-align: middle; }
      .m_inner .t .left > div, .m_inner .t .right > div {
        width: 100%;
        height: 100%;
        border: 1px solid #B2A086; }
    .m_inner .t .left > div {
      text-align: center;
      font-size: 0; }
      .m_inner .t .left > div:before {
        content: ' ';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        visibility: hidden; }
      .m_inner .t .left > div > div {
        display: inline-block;
        vertical-align: middle; }
    .m_inner .t .right > div {
      padding-top: 50px;
      padding-bottom: 50px; }
    .m_inner .t .right #member_join_form ul {
      display: block; }
      .m_inner .t .right #member_join_form ul li {
        display: block;
        width: 70%;
        margin: 15px auto;
        font-size: 0; }
        .m_inner .t .right #member_join_form ul li label, .m_inner .t .right #member_join_form ul li input {
          display: inline-block;
          vertical-align: middle; }
        .m_inner .t .right #member_join_form ul li label {
          width: 30%;
          text-align: right;
          font-size: 1rem;
          padding-right: 10px; }
        .m_inner .t .right #member_join_form ul li input {
          width: 69%;
          height: 30px;
          line-height: 30px;
          border: 1px solid #666666; }
        .m_inner .t .right #member_join_form ul li.button {
          margin-top: 30px; }
          .m_inner .t .right #member_join_form ul li.button input {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            border: 1px solid #666666;
            background-color: #666666;
            font-size: 1rem;
            height: 42px;
            line-height: 40px;
            cursor: pointer;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
            .m_inner .t .right #member_join_form ul li.button input:hover {
              background-color: #fff;
              color: #666666;
              -webkit-transition: all .3s linear;
              -o-transition: all .3s linear;
              transition: all .3s linear; }

.m_login_inner {
  padding: 0px 0px 100px; }
  .m_login_inner #login_form {
    width: 100%; }
    .m_login_inner #login_form ul {
      width: 450px;
      max-width: 100%;
      margin: 0 auto; }
      .m_login_inner #login_form ul li {
        font-size: 0;
        margin: 20px 0; }
        .m_login_inner #login_form ul li label, .m_login_inner #login_form ul li input {
          display: inline-block;
          vertical-align: middle; }
        .m_login_inner #login_form ul li label {
          width: 15%;
          font-size: 1rem; }
        .m_login_inner #login_form ul li input {
          width: 84%;
          height: 40px;
          line-height: 40px;
          border: 1px solid #666666; }
        .m_login_inner #login_form ul li.button input {
          color: #fff;
          background-color: #666666;
          font-size: 1rem;
          height: 42px;
          border: 1px solid #666666;
          line-height: 40px;
          cursor: pointer;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
          .m_login_inner #login_form ul li.button input:hover {
            background-color: #fff;
            color: #666666;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
        .m_login_inner #login_form ul li.v_code input {
          width: 30%; }
        .m_login_inner #login_form ul li.v_code img {
          width: 20%;
          margin: 0 3%; }
        .m_login_inner #login_form ul li.v_code span {
          font-size: .8rem; }
        .m_login_inner #login_form ul li.v_code img, .m_login_inner #login_form ul li.v_code span {
          display: inline-block;
          vertical-align: middle; }
  .m_login_inner div.button {
    width: 100%;
    max-width: 640px;
    margin: auto;
    position: relative;
    left: -150px;
    padding: 50px 0px; }
    .m_login_inner div.button li {
      width: 50%;
      text-align: center;
      padding: 10px; }
      .m_login_inner div.button li a {
        display: block;
        margin: auto;
        border: 1px #CCCCCC solid;
        background: #EEEEEE;
        width: 140px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 15px;
        border-radius: 5px; }
        .m_login_inner div.button li a:hover {
          background: #FFFFFF; }

.m_info_inner {
  padding: 50px 0; }
  .m_info_inner #member_info_form ul {
    width: 425px;
    max-width: 100%;
    margin: 0 auto; }
    .m_info_inner #member_info_form ul li {
      font-size: 0;
      margin: 20px 0; }
      .m_info_inner #member_info_form ul li label, .m_info_inner #member_info_form ul li input {
        display: inline-block;
        vertical-align: middle; }
      .m_info_inner #member_info_form ul li label {
        font-size: 1rem;
        width: 20%; }
      .m_info_inner #member_info_form ul li input {
        width: 79%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #666666; }
      .m_info_inner #member_info_form ul li.button input {
        font-size: 1rem;
        height: 42px;
        background-color: #666666;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        .m_info_inner #member_info_form ul li.button input:hover {
          background-color: #fff;
          color: #666666;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }

.m_password_inner {
  border-top: 1px solid #B2A086;
  border-bottom: 1px solid #B2A086;
  padding: 50px 0; }
  .m_password_inner #member_password_form ul {
    width: 425px;
    max-width: 100%;
    margin: 0 auto; }
    .m_password_inner #member_password_form ul li {
      margin: 20px 0; }
      .m_password_inner #member_password_form ul li label, .m_password_inner #member_password_form ul li input {
        display: inline-block;
        vertical-align: middle; }
      .m_password_inner #member_password_form ul li label {
        width: 20%; }
      .m_password_inner #member_password_form ul li input {
        width: 79%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #666666; }
      .m_password_inner #member_password_form ul li.button {
        margin-top: 50px; }
        .m_password_inner #member_password_form ul li.button input {
          height: 42px;
          background-color: #666666;
          color: #fff;
          font-size: 1rem;
          cursor: pointer;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
          .m_password_inner #member_password_form ul li.button input:hover {
            background-color: #fff;
            color: #666666;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }

.m_order_inner {
  width: 100%;
  padding-left: 360px; }
  .m_order_inner .t {
    width: 100%;
    text-align: center;
    border-collapse: collapse; }
    .m_order_inner .t > ul:first-child li {
      height: 55px;
      line-height: 55px;
      font-size: 1rem;
      background-color: #B2A086;
      color: #FFF;
      padding: 0; }
    .m_order_inner .t > ul > li {
      padding: 20px 0;
      color: #131304;
      border-bottom: 1px solid #B2A086; }
      .m_order_inner .t > ul > li > span {
        display: block; }
        .m_order_inner .t > ul > li > span .check_detail {
          display: inline-block;
          padding: 10px;
          color: #fff;
          background-color: #666666;
          border: 1px solid #666666;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
          .m_order_inner .t > ul > li > span .check_detail:hover {
            color: #666666;
            background-color: #fff;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }

.cart_inner.order_detail {
  width: 1000px;
  max-width: 100%; }
  .cart_inner.order_detail .o_day, .cart_inner.order_detail .o_number {
    display: block;
    line-height: 1.6;
    margin: 20px 0; }

.cart_inner {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto; }
  .cart_inner #cart_form {
    width: 100%; }
    .cart_inner #cart_form .t {
      width: 100%;
      border-collapse: collapse; }
      .cart_inner #cart_form .t > ul:first-child > li {
        height: 60px;
        line-height: 60px;
        background-color: #B2A086;
        color: #666666;
        font-size: 1rem; }
      .cart_inner #cart_form .t > ul > li {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 0;
        border-top: 1px solid #B2A086; }
        .cart_inner #cart_form .t > ul > li > span {
          display: block;
          font-size: 1rem; }
        .cart_inner #cart_form .t > ul > li.p > span .pic, .cart_inner #cart_form .t > ul > li.p > span .p_name {
          display: inline-block;
          vertical-align: middle; }
        .cart_inner #cart_form .t > ul > li.p > span .pic {
          width: 40%;
          padding-bottom: 40%;
          height: 0;
          text-align: left;
          border: 1px solid #B2A086;
          margin-right: 5%; }
        .cart_inner #cart_form .t > ul > li.p > span .p_name {
          line-height: 160%; }
        .cart_inner #cart_form .t > ul > li.count > span .num {
          font-size: 0; }
          .cart_inner #cart_form .t > ul > li.count > span .num li {
            display: inline-block;
            vertical-align: middle;
            font-size: 1rem;
            height: 40px;
            line-height: 40px; }
            .cart_inner #cart_form .t > ul > li.count > span .num li.down, .cart_inner #cart_form .t > ul > li.count > span .num li.up {
              width: 12%;
              background-color: #B2A086;
              color: #fff;
              cursor: pointer; }
            .cart_inner #cart_form .t > ul > li.count > span .num li.input {
              width: 20%; }
              .cart_inner #cart_form .t > ul > li.count > span .num li.input input {
                text-align: center;
                width: 100%;
                height: 100%;
                border: 1px solid #B2A086; }
        .cart_inner #cart_form .t > ul > li.del .fa {
          cursor: pointer;
          font-size: 1.5rem; }
          .cart_inner #cart_form .t > ul > li.del .fa:before {
            color: #B2A086; }
        .cart_inner #cart_form .t > ul > li.select > span {
          position: relative; }
        .cart_inner #cart_form .t > ul > li.select select {
          background: transparent;
          border: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          border-radius: 0;
          font-size: .8rem;
          border: 1px solid #B2A086;
          width: 80%;
          height: 40px;
          line-height: 40px;
          padding-left: 20px;
          position: relative;
          background-image: url(../_img/arrows_down.png);
          background-position: 90% center;
          background-repeat: no-repeat; }
        .cart_inner #cart_form .t > ul > li.sub > span span.sub_price {
          font-size: 2rem;
          color: #D80000; }
      .cart_inner #cart_form .t > ul.discount-row li {
        background: #e5dad2;
        height: 30px;
        padding: 5px 0px; }
        .cart_inner #cart_form .t > ul.discount-row li input {
          background: #FFFFFF;
          border: 1px solid #B2A086;
          width: 80%;
          height: 30px;
          line-height: 30px;
          padding-left: 20px;
          position: relative; }
        .cart_inner #cart_form .t > ul.discount-row li.sub {
          color: red;
          font-size: 1.5rem; }
    .cart_inner #cart_form input.payment_checkout {
      text-align: center;
      display: block;
      margin: 0 auto;
      width: 250px;
      max-width: 100%;
      height: 52px;
      line-height: 50px;
      border: 1px solid #666666;
      background-color: #666666;
      color: #fff;
      font-size: 1rem;
      margin-top: 80px;
      cursor: pointer;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      .cart_inner #cart_form input.payment_checkout:hover {
        color: #666666;
        background-color: #fff;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
  .cart_inner #cart2_form #payment {
    padding: 40px 20px;
    border-top: 1px solid #B2A086;
    border-bottom: 1px solid #B2A086; }
    .cart_inner #cart2_form #payment li {
      font-size: 0;
      margin: 20px 0; }
      .cart_inner #cart2_form #payment li > * {
        display: inline-block;
        vertical-align: bottom; }
      .cart_inner #cart2_form #payment li label {
        width: 100px;
        text-align: center;
        font-size: 1rem; }
      .cart_inner #cart2_form #payment li input {
        margin-right: 10px;
        vertical-align: middle; }
      .cart_inner #cart2_form #payment li span {
        font-size: 1rem; }
        .cart_inner #cart2_form #payment li span img {
          display: inline-block;
          vertical-align: bottom;
          margin-left: 10px; }
      .cart_inner #cart2_form #payment li .payment_detail {
        font-size: 1rem;
        display: block;
        padding-left: 130px;
        margin-top: 10px;
        display: none; }
        .cart_inner #cart2_form #payment li .payment_detail > div {
          width: 200px;
          max-width: 100%;
          border: 1px solid #B2A086;
          padding: 10px; }
  .cart_inner #cart2_form .payment_info {
    padding: 40px 20px;
    border-bottom: 1px solid #B2A086; }
    .cart_inner #cart2_form .payment_info .form {
      float: right;
      width: 50%;
      padding-left: 5%; }
      .cart_inner #cart2_form .payment_info .form:first-child {
        float: left;
        padding-left: 0; }
      .cart_inner #cart2_form .payment_info .form .title {
        margin-bottom: 30px; }
        .cart_inner #cart2_form .payment_info .form .title input[type="checkbox"] {
          width: 1rem;
          height: 1rem;
          margin-left: 20px; }
      .cart_inner #cart2_form .payment_info .form > ul > li {
        font-size: 0;
        margin: 20px 0; }
        .cart_inner #cart2_form .payment_info .form > ul > li label, .cart_inner #cart2_form .payment_info .form > ul > li input {
          display: inline-block;
          vertical-align: middle; }
        .cart_inner #cart2_form .payment_info .form > ul > li label {
          width: 75px;
          font-size: 1rem; }
        .cart_inner #cart2_form .payment_info .form > ul > li input {
          height: 40px;
          line-height: 40px;
          border: 1px solid #B2A086;
          width: 300px;
          max-width: 100%; }
  .cart_inner #cart2_form .notice {
    padding: 50px 30px;
    font-size: 14px; }
    .cart_inner #cart2_form .notice .inner {
      line-height: 1.6;
      color: #131304;
      margin-bottom: 20px; }
      .cart_inner #cart2_form .notice .inner h1 {
        font-size: 20px; }
      .cart_inner #cart2_form .notice .inner p {
        margin: 10px 0; }
  .cart_inner #cart2_form input.send {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 250px;
    max-width: 100%;
    height: 52px;
    line-height: 50px;
    border: 1px solid #666666;
    background-color: #666666;
    color: #fff;
    font-size: 1rem;
    margin-top: 80px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .cart_inner #cart2_form input.send:hover {
      color: #666666;
      background-color: #fff;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }

@media only screen and (max-width: 1366px) {
  header .logo {
    margin-left: 10%; }
  header #top_link {
    padding-right: 10%; }
  header nav {
    margin-right: 10%; }
  #home #banner {
    height: 400px; }
  #home main .coffee_img {
    display: none; }
  #home main .p-row {
    float: none;
    width: 80%;
    min-width: 1024px;
    margin: auto; }
  /*home end*/
  #product .left {
    width: 20%; }
  #product .list-row {
    width: 80%; }
  #product .press .path {
    margin: auto; }
  #product .press .main-pic {
    width: 320px; }
  #product .press .sub-info {
    width: calc(100% - 320px - 26px); }
  /*product end*/
  /*member begin*/
  .sidebar_layout aside {
    width: 240px; }
    .sidebar_layout aside .inner {
      width: 220px; }
  .m_join {
    padding-left: 240px; }
  .m_login_inner div.button {
    left: 0; }
  /*member end*/ }

@media only screen and (max-width: 1024px) {
  .container {
    z-index: 0; }
  #phone_icon .button {
    display: block;
    position: absolute;
    top: 65px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone_icon .button:before, #phone_icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; }
    #phone_icon .button:after {
      content: "";
      top: 60%; }
    #phone_icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      #phone_icon .button.action:before {
        top: 50%;
        background-color: #fff;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      #phone_icon .button.action:after {
        top: 50%;
        background-color: #fff;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
  h3.title {
    font-size: 38px;
    top: -1.3em; }
  main article {
    padding-top: 40px; }
  header {
    position: relative;
    z-index: 9000; }
    header #top_link {
      display: none; }
    header nav {
      float: none;
      width: 100%;
      padding: 0px;
      margin: 0px;
      position: absolute;
      z-index: 9000;
      top: -500%;
      -webkit-transition: all .25s linear;
      -o-transition: all .25s linear;
      transition: all .25s linear; }
      header nav.open {
        top: 0; }
      header nav > ul > li {
        width: 100%;
        float: none;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        border-bottom: 1px #999 solid;
        /*> .sub_menu end*/ }
        header nav > ul > li.cell {
          display: block; }
        header nav > ul > li a {
          display: block;
          width: 100%;
          color: #FFF;
          line-height: 38px; }
        header nav > ul > li:hover, header nav > ul > li.active {
          background: rgba(0, 0, 0, 0.9); }
          header nav > ul > li:hover > a, header nav > ul > li.active > a {
            color: #fff;
            border-bottom: none; }
        header nav > ul > li > ul.sub_menu {
          position: relative;
          left: 0;
          top: 0px;
          border: none;
          background: rgba(0, 0, 0, 0.2);
          padding: 5px;
          width: 100%; }
          header nav > ul > li > ul.sub_menu > li {
            width: 100%;
            float: none; }
            header nav > ul > li > ul.sub_menu > li a {
              height: auto; }
              header nav > ul > li > ul.sub_menu > li a div {
                width: 100%;
                overflow: hidden; }
                header nav > ul > li > ul.sub_menu > li a div.pic {
                  display: none; }
                header nav > ul > li > ul.sub_menu > li a div.name {
                  margin: 3px;
                  color: #FFF;
                  text-align: center;
                  line-height: 35px;
                  height: 35px; }
  /*header end*/
  .sidebar_layout aside {
    width: 250px; }
  .sidebar_layout .right_block {
    padding-left: 260px; }
  #welcome {
    min-height: 100%;
    height: auto; }
    #welcome body main .button-row {
      width: 760px;
      max-width: 100%;
      margin: auto; }
      #welcome body main .button-row > li {
        width: calc(100%/3);
        padding: 5px; }
  /*welcome end*/
  #home #banner {
    height: 350px; }
  #home main {
    /*p-row end*/
    /*.img-row end*/ }
    #home main .p-row {
      width: 95%;
      min-width: 0; }
      #home main .p-row .l-pic {
        float: none;
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px #E8E2DA solid; }
        #home main .p-row .l-pic span, #home main .p-row .l-pic a {
          display: inline-block; }
        #home main .p-row .l-pic span {
          width: auto;
          line-height: 24px;
          margin-left: 10px; }
        #home main .p-row .l-pic a {
          float: right; }
      #home main .p-row .slick-p {
        float: none;
        width: 100%;
        margin-left: 0px; }
        #home main .p-row .slick-p .slick-prev {
          left: -100px; }
        #home main .p-row .slick-p .slick-next {
          right: -100px; }
    #home main .img-row {
      padding: 40px 0px; }
      #home main .img-row li {
        width: 33.33333333%;
        float: left; }
        #home main .img-row li .pic {
          height: 250px; }
        #home main .img-row li .text {
          font-size: 13px; }
  /*home end*/
  #case main .list-row li {
    width: 33.333333%; }
  #product .left {
    width: 100%; }
    #product .left ul {
      display: none; }
    #product .left select {
      display: block;
      width: 95%;
      margin: auto;
      height: 45px;
      line-height: 45px;
      color: #666;
      font-size: 19px; }
  #product .list-row {
    width: 100%; }
  /*product end*/
  #program h3.title {
    margin-bottom: -38px; }
  footer .row .logo {
    width: 100%;
    padding: 5px;
    display: block;
    float: none;
    text-align: center; }
  footer .row .text {
    width: 100%; }
  /*member begin*/
  .m_join {
    padding-left: 0px; }
  .sidebar_layout aside, .sidebar_layout .right_block {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0; }
  .sidebar_layout aside {
    margin-bottom: 50px; }
    .sidebar_layout aside .inner {
      width: 100%; }
    .sidebar_layout aside.m_aside .inner .list ul {
      border: none;
      padding: 0;
      text-align: center;
      margin-top: 50px; }
      .sidebar_layout aside.m_aside .inner .list ul li {
        display: inline-block;
        width: auto;
        margin: 0 10px; }
        .sidebar_layout aside.m_aside .inner .list ul li a {
          border: 1px solid #B2A086;
          padding: 10px;
          display: inline-block; }
          .sidebar_layout aside.m_aside .inner .list ul li a:before {
            content: none; }
    .sidebar_layout aside.p_aside .inner .list p {
      display: block;
      width: 80%;
      margin: 0 auto;
      height: 40px;
      line-height: 40px;
      border: 1px solid #B2A086;
      font-size: 1rem;
      position: relative; }
      .sidebar_layout aside.p_aside .inner .list p:after {
        content: ' ';
        width: 0;
        height: 0;
        border-top: 10px solid #B2A086;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      .sidebar_layout aside.p_aside .inner .list p.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
    .sidebar_layout aside.p_aside .inner .list ul {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      padding: 0;
      max-height: 0;
      overflow: hidden;
      border-top: none;
      opacity: 0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .sidebar_layout aside.p_aside .inner .list ul.open {
        max-height: 800px;
        opacity: 1;
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
      .sidebar_layout aside.p_aside .inner .list ul li a:before {
        content: none; }
  .m_order_inner {
    padding-left: 0; }
  /*member end*/
  #cart_icon {
    display: none; } }

/*1024 end*/
@media only screen and (max-width: 768px) {
  #program h3.title {
    z-index: 1999; }
  #program ul.row li {
    width: 100%;
    height: auto;
    min-height: 400px; }
    #program ul.row li div.text {
      height: auto;
      min-height: 180px;
      padding-top: 50px; }
      #program ul.row li div.text h3 {
        font-size: 24px; }
  #case main .list-row li {
    width: 50%; } }

@media only screen and (max-width: 640px) {
  footer .row .logo {
    display: none; }
  footer .row .text {
    margin: 0;
    padding: 0; }
    footer .row .text li {
      float: none;
      width: 95%;
      margin: 0 auto;
      padding: 20px 0px;
      text-align: center; }
  #welcome body main {
    padding: 0; }
    #welcome body main .button-row {
      width: 480px; }
      #welcome body main .button-row > li {
        width: calc(100%/2); }
    #welcome body main .links {
      padding: 40px 0px; }
  #home .container {
    overflow: hidden; }
  #home #banner {
    height: 250px; }
  #home main {
    /*.img-row end*/ }
    #home main .p-row .l-pic a {
      display: none; }
    #home main .img-row {
      padding: 40px 0px; }
      #home main .img-row li {
        width: 100%;
        float: none; }
        #home main .img-row li .pic {
          height: 140px; }
        #home main .img-row li .text {
          padding: 20px 5px 40px;
          text-align: center; }
  /*home end*/
  #about main article {
    width: 95%;
    margin: auto; }
  #about main ul li {
    width: 100%;
    padding-bottom: 50px; }
  /*about end*/
  #repair ul.form-row li.w50, #contact ul.form-row li.w50 {
    width: 100%; }
    #repair ul.form-row li.w50 + .w50, #contact ul.form-row li.w50 + .w50 {
      margin-left: 0; }
  /*repair contact end*/
  #contact .map ul li {
    width: 100%; }
  /*contact end*/
  #case main .list-row li {
    width: 100%; }
  /*case end*/
  #product .list-row .items {
    width: 50%; }
    #product .list-row .items .p-item {
      width: 95%; }
  #product .press .main-pic {
    width: 425px;
    margin: auto;
    float: none; }
  #product .press .sub-info {
    width: 95%;
    margin: auto;
    float: none; }
  /*product end*/
  #right_cart {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0; }
    #right_cart.open {
      right: calc(100% - 50px); }
    #right_cart > div .fa:before {
      line-height: 50px; }
    #right_cart > div .number {
      right: 7px;
      top: 8px; }
    #right_cart > p {
      display: none; }
  .cart_inner #cart_form .t {
    display: block; }
    .cart_inner #cart_form .t > ul {
      display: block; }
      .cart_inner #cart_form .t > ul > li {
        display: block; }
        .cart_inner #cart_form .t > ul > li.price:before, .cart_inner #cart_form .t > ul > li.sub:before, .cart_inner #cart_form .t > ul > li.del:before {
          content: '單價';
          display: inline-block;
          font-size: 1rem;
          width: 49%; }
        .cart_inner #cart_form .t > ul > li.price > span, .cart_inner #cart_form .t > ul > li.sub > span, .cart_inner #cart_form .t > ul > li.del > span {
          display: inline-block;
          width: 49%; }
        .cart_inner #cart_form .t > ul > li.sub:before {
          content: '小計'; }
        .cart_inner #cart_form .t > ul > li.del:before {
          content: '刪除'; }
      .cart_inner #cart_form .t > ul:first-child, .cart_inner #cart_form .t > ul.header {
        display: none; }
      .cart_inner #cart_form .t > ul.trans-row, .cart_inner #cart_form .t > ul.sub-row {
        border-top: 1px solid #B2A086; }
        .cart_inner #cart_form .t > ul.trans-row > li, .cart_inner #cart_form .t > ul.sub-row > li {
          border-top: none;
          padding-top: 5px;
          padding-bottom: 5px; }
          .cart_inner #cart_form .t > ul.trans-row > li > span, .cart_inner #cart_form .t > ul.sub-row > li > span {
            width: 100%; }
          .cart_inner #cart_form .t > ul.trans-row > li.price:before, .cart_inner #cart_form .t > ul.trans-row > li.sub:before, .cart_inner #cart_form .t > ul.trans-row > li.del:before, .cart_inner #cart_form .t > ul.sub-row > li.price:before, .cart_inner #cart_form .t > ul.sub-row > li.sub:before, .cart_inner #cart_form .t > ul.sub-row > li.del:before {
            content: none; }
  .cart_inner #cart2_form #payment li {
    text-align: center; }
    .cart_inner #cart2_form #payment li:first-child label {
      margin-bottom: 20px; }
    .cart_inner #cart2_form #payment li label {
      display: block;
      width: 100%; }
    .cart_inner #cart2_form #payment li .payment_detail {
      padding-left: 0; }
      .cart_inner #cart2_form #payment li .payment_detail > div {
        margin: 0 auto; }
  .cart_inner #cart2_form .payment_info .form {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 20px 0; }
  .rwd_table {
    width: 100%;
    overflow-x: scroll; }
    .rwd_table > .t {
      width: 500px; }
  .m_inner .t {
    display: block; }
    .m_inner .t > ul {
      display: block; }
    .m_inner .t .left, .m_inner .t .right {
      width: 100%;
      display: block; }
    .m_inner .t .left > div {
      padding: 20px 0; }
    .m_inner .t .right #member_join_form ul li {
      width: 90%; }
  .sidebar_layout aside.m_aside .inner .list ul li {
    margin: 0 2px; }
  .fb_login {
    left: 0; } }

@media only screen and (max-width: 480px) {
  #phone_icon .button {
    right: 15px;
    top: 50px; }
  header .logo {
    margin-left: 15px; }
    header .logo img {
      height: 120px; }
  h3.title {
    font-size: 24px; }
  #program h3.title {
    margin-bottom: -24px; }
  main article {
    padding-top: 15px; }
  #welcome body main .button-row > li a > div ul li span {
    font-size: 16px;
    margin-top: 3px; } }

@media only screen and (max-width: 320px) {
  #welcome body main .button-row > li {
    width: 100%; } }
