body {
    font-family: 'Microsoft JhengHei', sans-serif;
    background-image: url("images/bg.png");
  	background-repeat: repeat;
	background-size: 100% auto;	
	background-position: center top;
    background-color: #ecf3f8;
}

a:hover {
    text-decoration: none; 
}

.topic {
    background-color: #3b71b7;
    padding: 30px 20px 20px 20px;
}
.topic .img1 {
    height: 90px;
    top: -20px;
    position: relative;
}
.topic .img2 {
    height: 35px;
}
.pdf {
    height: 400px;
}
.table td {
    border: #000 solid 1px;
}
.red_txt {
    color: #f00;
}
.table > thead > tr > th {
    border-bottom: 1px solid #000;
    border: 1px solid #000;
    border-top: 1px solid #000 !important;
    font-size: 16px;
}
.table td:nth-child(8), .table td:nth-child(9), .table td:last-child {
    text-align: center;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}
.btn {
    margin-top: 0px;
}




.btn_apply {
    margin-top:20px; 
}

.footer {
    background-color: #004a87; padding:30px;
}

.course { background-color: #FFFFFF; border-radius: 30px; padding:50px; }
.course_num { background-color: #4974a1; padding: 0px 12px; display: table-cell; color:#fff; font-weight: bold; font-size: 17px; }
.course_name { color: #4974a1; padding: 0px; font-weight: bold; font-size: 36px; margin-bottom:6px; line-height: 40px; margin-top: 20px; }
.course_desc { font-size: 16px; padding-bottom:10px; margin-bottom:10px; border-bottom:#000 dashed 1px; }
.course_info { font-size: 16px; color: #5b7d43; margin-bottom:20px;}

.course_all { background-color: #FFFFFF; border-radius: 20px; padding: 20px; height: 500px; margin-bottom: 25px; }
.course_name_all { color: #4974a1; padding: 0px; font-weight: bold; font-size: 20px; margin-bottom:7px; line-height: 27px; margin-top: 14px; }
.course_info_all { font-size: 14px; color: #5b7d43; margin-bottom:20px; line-height: 26px;}
.course_category_all { float: left; font-size: 17px; margin-left:10px; color: #5b7d43; font-weight: bold; }
.course_num_all { background-color: #4974a1; padding: 0px 12px; display: table-cell; color:#fff; font-weight: bold; font-size: 17px; float: left; }
.course_photo_all { margin-bottom:10px; }
.btn_apply_all { height:32px; }

.table-responsive { border:none; }

.btn_wrap { padding-right: 0px; padding-left: 0px; display: table; margin: auto; }

@media (max-width: 767px) {
    .btn_wrap { text-align: center; }
    .course_all { height: auto; }
    .topic {
        padding:40px 10px 0px 10px;
    }
    .topic .img1{
        width: 80%; height: auto;
    }
    .tbl_desc {
        width: 450px !important;
    }
    .tbl_date {
        width: 200px !important;
    }
    .table td:nth-child(3) {
        width: 180px;
        white-space: normal !important;
    }
    .table td:nth-child(4) {
        width: 450px !important;
        white-space: normal !important;
    }
    .table td:nth-child(5) {
        white-space: normal !important;
    }
    .address {
        width: 240px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .m21_logo {
        width: 90%; margin-top: 20px;
    }
    .footer {
        padding:10px;
    }
    .social_img { height:20px; }
    .course { padding:20px; }
    .course_name { font-size: 24px; line-height: 3px;}
    .btn_apply { height:32px; }
    .btn { height:35px; padding: 2px 0px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .topic { padding-bottom:10px; }
    .topic .img1 {
        height: 65px;
    }
    .topic .img2 {
        height: 25px;
    }
    .tbl_desc {
        width: 100px;
    }
    .pdf {
        height: 300px;
    }
    .m21_logo {
        margin-top: 120px;
    }
    .course_name { font-size: 28px;}
    
    .btn { height:50px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .topic { padding-bottom:10px; }
    .topic .img1 {
        height: 75px;
    }
    .topic .img2 {
        height: 30px;
    }
    .tbl_desc {
        width: 170px;
    }
    .pdf {
        height: 340px;
    }
    .m21_logo {
        margin-top: 180px;
    }
    
    .btn_wrap img { height: 55px; }
    
    .course_name { font-size: 32px;}
    
    .btn { height:50px; }
}
@media (min-width: 1200px) {
    /*.container {
        width: 1320px;
    }*/
    .tbl_desc {
        width: 200px; 
    }
    .tbl_date {
        width: 120px;
    }
    .tbl_time {
        width: 100px;
    }
    .tbl_student {
        width: 120px;
    }
    .address {
        margin-left: 90px;
    }
    .lun {
        width: 1000px;
    }
    .m21_logo {
        margin-top: 180px;
    }
    .course_desc { line-height: 30px; }
    .course_info { line-height: 30px; }
}