/*文章間距*/
.pc-b40-mb-b30{margin-bottom:40px;}
.pc-t40-mb-t32{margin-top:40px;}
.pc-b35-mb-b22{margin-bottom:33px;}
@media (max-width: 767px){
 .pc-b40-mb-b30{ margin-bottom:30px; }
 .pc-t40-mb-t32{ margin-top:32px; }
 .pc-b35-mb-b22{ margin-bottom:22px; }
}
/*文章按鈕顏色、hover 效果，學首頁老師消息按鈕效果*/
.btn-a02d1e .btn-border-x-custom{background-color: #A02D1E;border: 2px solid #A02D1E;font-size:16px;}
.btn-a02d1e .btn-border-x-custom:hover,.btn-a02d1e .btn-border-x-custom:active{box-shadow:none;text-decoration: underline;}
/* 圖片彈跳 padding-bottom and top for image */
.mfp-no-margins img.mfp-img {padding: 0;}
/* 圖片彈跳 position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {top: 0;bottom: 0;}
/* 圖片彈跳 padding for main container */
.mfp-no-margins .mfp-container {padding: 0;}		