/* 內頁 關於我們 開始*/
.a-box .title-1{
    display: block;
    width: 60px;
    height: 60px;
    background: #444444;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 64px;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
}
.a-box .t-col-4 .title-1{
    width: 120px;
}
.a-box .word-1{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
    line-height: 23px;
    margin: auto;
}

.a-box .box-top{
    display: flex;
    margin-bottom: 35px;
}
.a-box .t-col-1{
    min-width: 90px;
    max-width: 90px;
    min-height: 450px;
    max-height: 450px;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #444444;
    margin-right: 22px;
}
.a-box .t-col-2{
    min-width: 90px;
    max-width: 90px;
    min-height: 450px;
    max-height: 450px;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #444444;
    margin-right: 22px;
}
.a-box .t-col-3{
    min-width: 90px;
    max-width: 90px;
    min-height: 450px;
    max-height: 450px;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #444444;
    margin-right: 22px;
}
.a-box .t-col-4{
    min-width: 150px;
    max-width: 150px;
    min-height: 450px;
    max-height: 450px;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #444444;
    margin-right: 22px;
}
.a-box .t-col-5{
    width: 407px;
    margin-right: 20px;
}
.a-box .t-col-5 img:nth-child(1){
    margin-bottom: 20px;
}

.a-box .t-col-6 {
    min-width: 220px;
    max-width: 220px;
    min-height: 450px;
    max-height: 450px;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #444444;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 35px;
    padding-left: 25px;
}
.a-box .t-col-6 .title-2{
    color: #444444;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    display: block;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    position: relative;
}
.a-box .t-col-6 .title-2:before{
    content: "";
    width: 41px;
    height: 1px;
    background: #D6D6D6;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 96px;
    right: -7px;
}
.a-box .t-col-6 .title-2:after{
    content: "HOW";
    color: #444444;
    font-family: 'Lato',"微軟正黑體", sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    bottom: 18px;
    right: -3px;
}

.a-box .box-bottom{
    background-image: url('../../images/common/about/page-a-3.jpg');
    width: 1150px;
    height: 580px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

.a-box .b-col-box{
    width: 664px;
    height: 320px;
    padding: 33px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    right: 0px;
    top: 100px;
    background: rgba(255,255, 255, 0.87);
    border: 1px solid #0F0F11;
}
.a-box .b-col-box > div:nth-child(1){
    margin-right: 20px;
    min-width: 171px;
    max-width: 171px;
    min-height: 256px;
    max-height: 256px;
}
.a-box .b-col-box > div:nth-child(1){
    margin-right: 33px;
}

.a-box .title-3{
    color: #0B0D07;
    font-weight:900;
    font-size: 55px;
    font-family: 'Lato',"微軟正黑體", sans-serif;
    margin: 0;
    line-height: 55px;
    margin-bottom: 15px;
}
.a-box .title-4{
    color: #444444;
    font-weight:bold;
    font-size: 30px;
    margin: 0;
    line-height: 30px;
}

@media(max-width:1480px){
    .a-box .title-1 {
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 44px;
    }
    .a-box .word-1 {
        -webkit-writing-mode:unset;
        writing-mode: unset;
        font-size: 15px;
        line-height: 23px;
        margin: auto;
        text-align: center;
    }
    .a-box .box-top {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .a-box .t-col-1,.a-box .t-col-2,.a-box .t-col-3,.a-box .t-col-4 {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height:  100%;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #444444;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .a-box .t-col-5 {
        width: 100%;
        margin-right: 0px;
        display: block;
        text-align: center;
    }
    .a-box .t-col-5 img:nth-child(1) {
        margin-right: 0px;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .a-box .t-col-5 img:nth-child(2) {
        margin-left: 0px;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .a-box .t-col-6 {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height:  100%;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #444444;
        margin-right: 0;
        margin-bottom: 10px;
        flex-direction: column;
        text-align: center;
    }
    .a-box .t-col-6 .title-2 {
        color: #444444;
        font-weight: bold;
        font-size: 26px;
        line-height: 30px;
        -webkit-writing-mode: unset;
        writing-mode:unset;
        margin-bottom: 10px;
    }
    .a-box .t-col-6 .title-2:before {
        display: none;
    }
    .a-box .t-col-6 .title-2:after {
        display: none;
    }
    .a-box .box-bottom {
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .a-box .b-col-box {
        width: 100%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        right: 0px;
        top: 0;
        position: relative;
    }
    .a-box .title-3 {
        font-size: 31px;
        line-height: 36px;
    }
    .a-box .title-4 {
        font-size: 26px;
        line-height: 22px;
    }
}
@media(max-width:1000px){
    .a-box .t-col-5 {
        width: unset;
        flex-direction: column;
        text-align: center;
    }
    .a-box .t-col-5 img:nth-child(1) {
        width: 100%;
     
    }
    .a-box .t-col-5 img:nth-child(2) {
        width: 100%;  
    }  
}
@media(max-width:500px){
    .a-box .b-col-box {
        flex-direction: column;
        text-align: center;
    }
    .a-box .title-3 {
        font-size: 26px;
        line-height: 30px;
    }
    .a-box .title-4 {
        font-size: 24px;
        line-height: 20px;
    }
    .a-box .b-col-box > div:nth-child(1) {
        margin-right: 0;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        max-height: unset;
        margin-bottom: 15px;
    }
}
/* 內頁 關於我們 結束*/

/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.pro-editor .row,
.about-editor .row,
.notice-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.pro-editor .col,
.about-editor .col,
.notice-editor .col {
    display: table-cell;
    vertical-align: middle;
}

.pro-editor .col1,
.about-editor .col1,
.notice-editor.col1 {
    vertical-align: top;
    padding-right: 4px;
}

.about-editor .col2 {
    width: 70%;
    padding: 0 2%;
}

.notice-editor .col2 {
    width: 40%;
    padding: 0%;
}

.pro-editor .col2 {
    width: 52%;
    padding: 0%;
}

.about-editor-title {
    color: #70AC92;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    margin: 10px 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 {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: 8px solid #fff;
}

.contact-map iframe {
    display: block;
    max-height: 100%;
}

.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}

.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-list li.tel:before {
    background-position: 0 0;
}

.contact-info-list li.mail:before {
    background-position: 0 50%;
}

.contact-info-list li.addr:before {
    background-position: 0 100%;
}

.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;
}

.terms-title {
    color: #000;
    font-size: 18px;
    margin: 0 0 0.5em;
}

.news-editor {
    max-width: 1000px;
    margin: 0 auto;
}


/*----  後台範本  ----*/

.is-container-in .icon {
    background: none;
    text-align: center;
}

.is-rounded-button-medium a i {
    text-align: center;
}

[class*="ion-"] {
    text-indent: 0;
}

.column.full .clearfix.is-boxed-button-big {
    display: inline-block;
}

.is-container-in .btn.btn-default.edit {
    padding: 7px 25px;
    line-height: 2em;
}


/*----  後台範本end  ----*/

@media screen and (max-width: 1280px) {
    .pro-editorr .row,
    .pro-editor .col,
    .notice-editor .row,
    .notice-editor .col,
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
    }
    .about-editor .row {
        max-width: 900px;
        margin: 0 auto;
    }
    .pro-editor .col1,
    .notice-editor .col2,
    .about-editor .col1 {
        padding: 0;
        margin-bottom: 4px;
        text-align: center;
    }
    .about-editor .col2 {
        padding: 0%;
    }
}

@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;
    }
}

@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}

@media screen and (max-width: 500px) {
    .index-about-title {
        display: inline-block;
    }
    .pro-editorr .row,
    .pro-editor .col,
    .notice-editor .row,
    .notice-editor .col,
    .about-editor .row,
    .about-editor .col {
        display: block;
        width: auto;
        font-size: 14px;
        line-height:25px;
    }
    .about-editor-title {
        font-size: 17px;
    }
}
