.editor .row,
.editor .col .row {
    margin: 0 -15px;
}
.editor .col .row {
    margin-bottom: -15px;
}
.editor .col,
.editor .col .row > .col {
    float: left;
    padding: 0 15px 30px;
}
.editor .s-gap,
.editor .col .s-gap {
    margin: 0 -3px;
}
.editor .col .s-gap {
    margin-bottom: -6px;
}
.editor .s-gap > .col,
.editor .col .s-gap > .col {
    padding: 0 3px 6px;
}
.editor .m-gap,
.editor .col .m-gap {
    margin: 0 -7px;
}
.editor .col .m-gap {
    margin-bottom: -14px;
}
.editor .m-gap > .col,
.editor .col .m-gap > .col {
    padding: 0 7px 14px;
}
.editor .no-gap,
.editor .col .no-gap {
    margin: 0;
}
.editor .no-gap > .col,
.editor .col .no-gap > .col {
    padding: 0;
}
.editor .grid1 > .col,
.editor .col .grid1 > .col {
    float: none;
}
.grid2 > .col,
.col .grid2 > .col {
    width: 50%;
}
.grid3 > .col,
.col .grid3 > .col {
    width: 33.33%;
}
.grid4 > .col,
.col .grid4 > .col {
    width: 25%;
}
.grid5 > .col,
.col .grid5 > .col {
    width: 20%;
}
.grid6 > .col,
.col .grid6 > .col {
    width: 16.66%;
}
.grid2.w62-38 > .col:nth-child(1),
.col .grid2.w62-38 > .col:nth-child(1) {
    width: 62%;
}
.grid2.w62-38 > .col:nth-child(2),
.col .grid2.w62-38 > .col:nth-child(2) {
    width: 38%;
}
.grid2.w78-22 > .col:nth-child(1),
.col .grid2.w78-22 > .col:nth-child(1) {
    width: 78%;
}
.grid2.w78-22 > .col:nth-child(2),
.col .grid2.w78-22 > .col:nth-child(2) {
    width: 22%;
}
.col .grid2.w62-38 > .col:nth-child(1),
.col .grid2.w62-38 > .col:nth-child(2),
.col .grid2.w78-22 > .col:nth-child(1),
.col .grid2.w78-22 > .col:nth-child(2) {
    float: left;
}
.about-sect .title.s {
color:#999D9F;
letter-spacing:.7em;
font-size:20px;
padding-left: 10px;
line-height: 1;

}

.about-sect .title {
color:#fff;
text-align:center;
letter-spacing:.1em;
font-size:30px;
font-weight:700;
line-height: 1.5;
}

.about-sect .title.en {
color:#FFDB0F;
font-size:20px;
position:relative;
display:flex;
justify-content:center;
align-items:center;
letter-spacing:0;
margin: 0 0 20px;
}

.about-sect .title.en:before {
content:'';
display:block;
background:#FFDB0F;
width:50px;
height:1px;
margin-right:10px
}

.about-sect .title.pink {
color:#f2ab40;
font-size:18px
}

.about-sect .slogan_box{
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    margin: 0 0 20px;
}

.about-sect .slogan {
background:#FFDB0F;
width:66px;
height:66px;
color:#222;
font-size:18px;
font-weight:700;
border-radius:100%;
display:flex;
justify-content:center;
align-items:center;
margin: 5px;
}
.about-sect .txt.w{
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    margin: 0 0 10px;
}
.about-sect .txt{
color: #D4D0E0;
font-size: 15px;
}
/*----- end -----*/
@media screen and (max-width: 1024px) {
    .grid2.w78-22 > .col:nth-child(2) .col {
        float: left;
        width: 50%;
    }
    .grid2 > .col,
    .grid2.w62-38 > .col:nth-child(1),
    .grid2.w62-38 > .col:nth-child(2),
    .grid2.w78-22 > .col:nth-child(1),
    .grid2.w78-22 > .col:nth-child(2),
    .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: none;
        width: auto;
    }
    .grid4 > .col {
        width: 50%;
    }
    .grid5 > .col,
    .grid6 > .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 900px) {
    .grid3 > .col {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: left;
        width: 50%;
    }
    .col .grid2.w78-22 > .col:nth-child(1),
    .col .grid2.w78-22 > .col:nth-child(2) {
        float: none;
        width: auto;
    }
    .grid5 > .col,
    .grid6 > .col {
        width: 50%;
    }
    .col .grid5 > .col,
    .col .grid6 > .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 640px) {
    .col .grid2 > .col,
    .grid4 > .col {
        float: none;
        width: auto;
    }
    .col .grid3 > .col,
    .col .grid4 > .col,
    .col .grid5 > .col,
    .col .grid6 > .col {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .grid5 > .col,
    .grid6 > .col,
    .col .grid3 > .col,
    .col .grid4 > .col,
    .col .grid5 > .col,
    .col .grid6 > .col,
    .col .grid2.w62-38 > .col:nth-child(1),
    .col .grid2.w62-38 > .col:nth-child(2),
    .grid2.w78-22 > .col:nth-child(2) .col,
    .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: none;
        width: auto;
    }
}
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor figure{
    margin: 0;
}
.editor-title {
    color: #44D6E7;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}
.editor-title-img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
/*--------------about page CSS---------------*/
.about-page {

    margin: auto;
}
.about-page .row {
    margin: auto;
    display:flex;
    /* justify-content: stretch; */
    align-items:center;
    border:1px solid #eee;
}

.about-page .col {
    width: calc(100% - 720px);
    float: none;
    
    padding: 0;
}
.about-page .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
      background: linear-gradient(
    45deg,
    #f0f0f0 25%,
    #fff 0,
    #fff 50%,
    #f0f0f0 0,
    #f0f0f0 75%,
    #fff 0
  );
  background-size: 3px 3px;

}
.about-page .flex_box .about-sect{
    margin-top: 30px;
    width: 70%;
}
.about-page .col+.col {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
}

.about-page .about-sect .title{
    color: #3C4041;
}
.about-page .about-sect .title.en{
    color: #FFDB0F;
}
.about-page .about-sect .title.pink {
    color: #f2ab40;
    
}
.about-page .col .txt.w {
    text-align: left;
    font-size: 18px;
    font-weight:bold;
    margin-top:20px;
    color: #4F4B48;
}
.about-page .col .txt{

}
.about_pic{
    text-align: center;
}
@media screen and (max-width:1160px) {
    .about-page .col {
        float: none;
        width: 100%;
        text-align: center;
        margin: auto;
        min-height: auto;
    }
    .about-page .col+.col {
        margin: .4% 0 0;
    }
}
.products-editor-pics {
    margin: 0 -6px;
}
.products-editor-pics .col {
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 10px;
    text-align: center;
}
.products-page .pic{
    width: 50%;
}
.products-page .info{
    width: 50%;
}
.products-page .products-detail-list {
    padding: 0;
    margin: 0;
}
.products-page .products-detail-list li:first-child,
.products-page .products-detail-list li+li {
    list-style-type: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #DFDDD3;
}
.products-page .products-detail-list li:last-child {
    border-bottom: solid 1px #DFDDD3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.products-page .products-detail-list span {
    display: inline-block;
    color: #9F8A73;
    width: 130px;
    text-align: right;
    margin-right: 10px;
}
.contact-page .col {
    /* float: left; */
    width: 50%;
}
.contact-page .row {
    position: relative;
    margin: auto;
    max-width: 1160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .map{
    margin: auto;
    max-width: 1280px;
    height: 400px;
    /* margin-bottom: 60px; */
    position: relative;
}
.content .map:after{
    content:"";
    background: url(../../images/common/_icon/sh.jpg) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    height: 18px;
    bottom: -18px;
}
.content .map iframe{
    width: 100%;
    height: 100%;
}
.contact-page .row:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: solid #ddd 1px;
}
.contact-page .row:after{
    content: '';
    display: block;
    clear: both;
}
.contact-page .col+.col {
    /* margin-left: 130px; */
}
.contact-page .col:last-child {
}
.contact-page .title{
    color: #595959;
    font-size: 21px;
    font-weight: bold;
}
.contact-page .contact-list{
    list-style: none;
    padding: 0;
}
.contact-page .contact-list li:first-child,
.contact-page .contact-list li+li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: dashed 1px #ddd;
}
.contact-page .contact-list li:last-child {
    border-bottom: dashed 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.contact-page .contact-list span {
    display: inline-block;
    color: #f2ab40;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    width: 70px;
    text-align: right;
    margin-right: 10px;
}
.has-right .btn-box .btn {
    float: right;
}
@media screen and (max-width:1200px) {
    .content .row:before {
        display: none;
    }
    .content .col {
        float: none;
        margin: auto;
        text-align: center;
        width: 100%;
    }
    .has-right  .btn-box .btn {
        float: none;
    }
    .form-box .control-box,
    .form-box .control-label {
        float: none;
        width: 100%;
        text-align: left;
    }
    .contact-page .col:last-child {
        margin: 0 auto;
    }
    .about-page .flex_box .about-sect{
        width:80%;
    }
    .about-sect .title{
        font-size:24px;
    }
    .about-sect .title.s{
        font-size:15px;   
    }
    .about-sect .title.en{
        font-size:15px; 
    }
}
@media screen and (max-width:500px) {
    .contact-list span {
        display: block;
        margin: auto;
        text-align: center;
    }
}
.terms-page .terms-title {
    font-size: 17px;
    color: #9F8A74;
    text-align: center;
    margin-bottom: 10px;
}
.terms-page .terms-title {
    font-size: 18px;
    color: #212121;
}
.terms-page .row {
    position: relative;
}
.terms-page .col {
    float: left;
    width: 45%;
    color: #757575;
    font-size: 13px;
}
.terms-page .col+.col {
    margin-left: 10%;
}
.terms-page .col+.col:after {
    content: "";
    border-left: dashed 1px #DFDDD3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
@media screen and (max-width:760px) {
    .terms-page .col {
        float: none;
        width: auto;
    }
    .terms-page .col+.col {
        margin-left: 0;
    }
    .terms-page .col+.col:after {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .products-editor-pics .col {
        width: 50%;
    }
    .contact-info-list li {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        width: auto;
    }
    .contact-info-list li:nth-child(n) {
        font-size: 16px;
    }
    .contact-info-list .ic-wrap {
        width: 60px;
    }
    .contact-info-list .txt {
        width: calc(100% - 75px);
    }
    .about-page .row{
        flex-direction:column;
    }
    .about-page .col+.col{
        order:1;
    }
    .about-page .col{
        order:2;
    }
    .about-page .col .txt.w{
        text-align:center;
        margin-bottom:20px;
    }
}
@media screen and (max-width: 767px) {
    .about-editor-pics .col {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    .contact-info-list li:nth-child(n) {
        text-align: center;
    }
    .contact-info-list .txt {
        display: block;
        width: auto;
        margin: 5px 0 0;
    }
    .about-page .row {
         flex-wrap:wrap;
    }
    .about-page .row .col{
        width:100%;
        margin:0 auto 20px;
    }
    .contact-page .row{
        flex-direction: column;
    }
    .contact-page .col{
        width: 100%;
    }
    .about-page .flex_box{
        flex-direction:column;
    }
}
@media screen and (max-width: 500px) {
    .products-editor-pics .col {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .about-editor-circle .col {
        padding: 0 3px;
    }
    .about-editor-circle-pic {
        padding: 5px;
    }
}