/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.about-editor .row1{
  margin: 0 -20px;
}
.about-editor .col1{
  box-sizing: border-box;
  padding: 0 20px;
  width: 70%;
  float: left;
}
.about-editor .col2{
  box-sizing: border-box;
  padding: 0 20px;
  width: 30%;
  float: left;
}
.advantage-editor .color-blue-b,
.about-editor .color-blue-b{
  font-size: 18px;
  color: #0798D6;
  display: block;
  margin-top: 5px;
  margin-bottom: 8px;
}
.about-editor .color-blue{color: #0798D6;}
.about-editor .row2{
  margin: 20px -10px;
}
.about-editor .row2 .col{
  box-sizing: border-box;
  padding: 0 10px;
  width: 33.3333333%;
  float: left;
}

.index-about-title {
    color: #70AC92;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 25px;
}
.pro-editor .row,
.notice-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.pro-editor .col,
.notice-editor .col {
    display: table-cell;
    vertical-align: middle;
}
.pro-editor .col1 ,
.notice-editor.col1  {
    vertical-align: top;
    padding-right: 4px;
}

.advantage-editor .row{
  margin: 0 -15px;
}
.advantage-editor .col{
  box-sizing: border-box;
  padding: 0 15px;
  width: 50%;
  float: left;
}
.notice-editor .col2 {
    width: 40%;
    padding: 0%;
}
.pro-editor .col2 {
    width: 52%;
    padding: 0%;
}

.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}

.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
}
.contact-map {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 8px;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    position: relative;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 6px 0 6px 45px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li i{
  width: 33px;
  height: 33px;
  display: block;
  background: #00bfff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-info-list a:hover {
    text-decoration: underline;
}
.notice-editor-title {
    color: #70AC92;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin: 0 0 0.4em;
}
.notice-editor-title img {
    vertical-align: text-bottom;
}
h2.terms-title {
    color: #00a6dd;
    font-size: 16px;
    margin: 0 0 0.5em;
}
.news-editor{
    margin: 0 auto;
}
.news-editor .row{margin: 0 -20px;}
.news-editor .col{
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
  width: 50%;
}

@media screen and (max-width: 1280px) {
    .pro-editorr .row,
    .pro-editor .col,
    .notice-editor .row,
    .notice-editor .col {
        display: block;
        width: auto;
    }

    .pro-editor .col1,
    .notice-editor .col2 {
        padding: 0;
        margin-bottom: 4px;
        text-align: center;
    }

}
@media screen and (max-width: 980px) {
  .about-editor .row1{
    margin: 0 ;
  }
  .about-editor .col1,
  .about-editor .col2{
    padding: 10px 0;
    width: 100%;
    float: none
  }
}
@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;

    }
    .contact-map {
        margin-bottom: 1.8em;
    }
    .news-editor{
        max-width:auto;
    }
    .advantage-editor .row{margin: 0;}
    .advantage-editor .col{
      padding: 10px 0;
      float: none;
      width: 100%;
    }
    .news-editor .row{margin: 0;}
    .news-editor .col{
      padding: 10px 0;
      float: none;
      width: 100%;
    }

}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
    .about-editor .row2{
      margin: 20px 0;
    }
    .about-editor .row2 .col{
      float: none;
      width: 100%;
      padding: 10px 0;
    }
}
