.editor_content:after{content:'';display:block;clear:both}.editor_content table,.editor_content img{max-width:100%}.editor_content img{height:auto !important}.editor_content dl,.editor_content ol,.editor_content ul{margin-top:0;margin-bottom:1rem}.editor_content ol,.editor_content ul{padding-left:2rem}.editor_content ol li,.editor_content ul li{list-style-type:inherit}.editor_content a{color:var(--bs-blue)}.editor_content table{display:inline-block;max-width:100%}.editor_content table[align=center]{display:block}.editor_content table[align=center]>*{margin:0 auto}.editor_content table thead,.editor_content table tbody,.editor_content table tfoot{display:table;width:inherit;}
/************** 以下為自訂區塊 **************/
.edsp-blog2 .row_with_bg .item {
  position: relative;padding: 0 15px;
}
.edsp-blog2 .row_with_bg .item .bg {
  position: absolute;top:0; bottom:0; left:15px; right: 15px;z-index:-1;
  border-radius: .75em;background: center;background-size:cover;
}
.edsp-blog2 .row_with_bg .item .card-body {
  margin-top:16rem;height: calc(100% - 16rem);border-radius: 0 0 .75rem .75em;background: rgba(0,0,0,.35);color: #fff;
}

/*iframe-youtube*/
/*prevent video play on sample mode*/
.editor_sample .video-box::before {content:''; position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;}
.iframe-yt-wrapper .video-box {position:relative;padding-top:56%;}
.iframe-yt-wrapper .video-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/*editor_sample_1*/
.editor_sample .edsp-1{max-width:100%!important;}
.edsp-1{position:relative;left:50%;width:100vw;max-width:none!important;transform: translateX(-50%);background:#F6F6F6;}
.edsp-1>*{padding:0;}
.edsp-1 .edsp-1-left{display:flex;align-items:center;}
.edsp-1 .edsp-1-left .edsp-1-line{display:block;margin:0 auto 2rem;width:1px;height:20vh;max-height:200px;background:rgba(0,0,0,.5);}
@media (max-width:767.98px){
  .edsp-1 .edsp-1-left{
    position: absolute; z-index:1;
    right:0;left: 0; top: 0;bottom: 0;
    background: rgba(0,0,0,.5);color: #fff;
  }
  .edsp-1 .edsp-1-left .edsp-1-line{background:#fff;}
}

/*sample_blog3*/
.editor_sample .edsp-blog3-sec2{left:0!important;margin-left:0!important;max-width:100%!important;}