/*********** 前後台編輯器區塊共用的CSS設定 ***********/
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 \*/
/*about*/
.about-editor .row_{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}
.about-editor .row_1 .col1{
    width: 48%;

}
.about-editor .row_1 .col2{
    width: 48%;
}
.tit1,
.tit3{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 45px;
    color: #1F1F1F;
    margin: 0 0 0px;
    line-height: 1;
}
.tit2{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 24px; 
    color: #1F1F1F;
    margin: 5px 0 20px;
}
.tit3{

}
.tit4{
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 30px; 
    color: #343434;
    margin: 5px 0 0px;
}
.tit5{
    color: #353535;
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    padding-left: 29px;
    position: relative;
    line-height: 1;
    margin: 0 0 30px;
}
.tit5:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #338CDE;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.about_tit .tit1{
    display: inline-block;
    margin-right: 5px;
    margin: 0 0 25px;
}
.txt{
   font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #555555;
    margin-bottom: 30px;
}
.about-editor .row_2 .col1{
    width: 60.5%;

}
.about-editor .row_2 .col2{
    width: 37%;
}

.about-editor .row_3 .col1{
    width: 30.65%;

}
.about-editor .row_3 .col2{
    width: 68.05%;
}
.about-editor .row_4 .col1{
    width: 46.017%;
/*598*/
}
.about-editor .row_4 .col2{
    width: 48%;
    /*566*/
}
/*event*/
.event-editor{
    max-width: 1170px;
    margin: auto;
}
.event-editor .tit {
   font-family: 'Inter', sans-serif;
    color: #1F1F1F;
    font-weight: bold;
    margin: 0;
    position: relative;

}
.event-editor .tit:first-letter,.terms-title,
.tit1:first-letter{
    color: #348CDD;
}
.event-editor .tit1{
    text-align: center;
    font-size: 45px;
}
.event-editor .tit2{
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.event-editor .row_{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.event-editor .row_ .col1{
    width: 49%;
}
.event-editor .row_ .col2{
    width: 46%;
}

.terms-title {
    font-size: 17px;
    margin: 0 0 0.5em;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1000px) {
    .event-editor .tit1{
        font-size: 26px;
    }
    .event-editor .tit2{
        font-size: 20px;
    }
    .event-editor .row_{
        margin-top: 35px;
    }
    .event-editor .row_{
        flex-wrap: wrap;
    }
    .event-editor .row_ .col{
        width: 100%;
    }
    .tit1, .tit3{
        font-size: 26px;
    }
    .tit4,.tit5{
          font-size: 17px;
    }
    .tit5:before{
        top: 5px;
    }
    .tit5{
        padding-left: 23px;
    }
    .tit2{
        font-size: 18px;
    }
    .about-editor .row_{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .about-editor .row_ .col{
        width: 100%;
    }
    .about-editor .row_3 .col1{
        order: 2
    }
    .about-editor .col +.col{
        margin-top: 15px;
    }
   
}
@media screen and (max-width: 600px) {

}