@charset 'utf-8';
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.about-editor{
    line-height: 2;
}
.about-editor .row_ *{
    box-sizing: border-box;
}
.about-editor .row_,.about-editor .row_2{
    display: flex;
    margin-bottom: 40px;

}
.about-editor .row_ img{
    object-fit: contain;
}
.about-editor .row_ .col1{
    flex-basis: 33%;
   
}
.about-editor .row_ .col2{
    flex-basis: 67%;
     padding-left: 40px;
}
.about-editor .row_2 .col{
    padding:0 5px;
}
.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: 1px solid #666;
    padding: 5px;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #E7D0B3;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 5px 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;
}
.editor-title {
	color: #E5A755;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 5px;
}


@media screen and (max-width: 1000px) {
    .about-editor .row_, .about-editor .row_2{
        display: block;        
    }
    .about-editor .row_ .col, .about-editor .row_2 .col{
        margin-bottom: 10px;
    }
    .about-editor .row_ .col2{
        padding-left: 0;
    }
}