/*********** å‰å¾Œå°ç·¨è¼¯å™¨å€å¡Šå…±ç”¨çš„CSSè¨­å®š ***********/
.reminder {
    color: #666666;
    font-size: 24px;
    text-align: center;
    position: relative;
    letter-spacing: 1.5px;
    margin: 0 0 50px;
}
.terms-title{
    font-size: 24px;
    font-weight: normal;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*首頁關於*/
.index-about-t1{
    color: #D70C18;
    font-size: 52px;
    font-weight: 200;
    margin-bottom: 24px;
}
.index-about-t1 span{
    font-size: 28px;
}
.index-about-t2{
    font-weight: 200;
    font-size: 24px;
    color: #333333;
}
.index-about-editor .row {
    position: relative;
    display: flex;
    align-items: center;
}

.index-about-editor .col {
    flex-basis: 50%;
    padding: 0 4%;
}
/*!首頁關於*/
.open-album{
    display: block;
    position: relative;
}
.open-album:before{
    content: "MORE";
    background:#585656;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 37px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-album:hover:before{
    opacity: 0.8;
}
.about-editor{

}
.big_txt{
    font-size: 24px;
    line-height: 2;
    letter-spacing: 6.5px;
}
.big_txt2{
    font-size: 24px;
    line-height: 2;
    letter-spacing: 1px; 
    font-weight: normal;
    margin-bottom: 20px;
}
.about-editor .row_{
    display: flex;
    align-items: center;
    max-width:900px;
    margin:0 auto;
}
.about-editor .row_1{
    max-width:1170px;
    margin:unset;
}
.about-editor .lru:nth-child(odd) .col1{
    padding-left:20px;
}
.about-editor .lru:nth-child(even) .col2{
    padding-left:20px;
}
.about-editor .txt{
    margin-bottom: 30px;
}
.about-editor .row_ .col{
    flex-basis: 50%;
}
.about-editor .row_1 .col1{
    flex-basis: 70%;
}
.about-editor .row_1 .col2{
    flex-basis: 30%;
}
.about-editor .row_2 .col,.about-editor .row_2{
}
.about-editor .row_2 .col2{
    text-align: left;
}/*
.about-editor .row_3 .col2{
    text-align: right;
}*/
.about-editor .row_2 .col1{
    order: 1;

}
.about-editor .row_2 .col1 h3{margin-top:0px;}
.about-editor .pic{
    max-width: 400px;
    display: inline-block;
    text-align:left;
}
.pic_tit{
    font-size: 24px;
    color: #000000;
    text-align: center;
    /*text-decoration: underline;
    margin-top: 30px;*/
}
.fancy_t1{
    font-size: 28px;

}
.fancy_t2{
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1300px) {
 
}
@media screen and (max-width: 1000px) {
    .index-about-editor .row{
        display: block;
    }
    .index-about-t1{
        font-size: 30px;
    }
    .index-about-t2{
        font-size: 20px;

    }
    .about-editor .row_{
        display: block;
    }
    .about-editor .row_1 .col2{
        display: inline-block;
    }
    .big_txt2,.big_txt1{
        font-size: 22px;
    }
  
}
@media screen and (max-width: 767px) {
  .reminder{
        font-size: 18px
    }
.about-editor .lru .col1{padding-left:0px !important;}
}
@media screen and (max-width: 639px) {
    
 
}
@media screen and (max-width: 600px) {

}