#home-quick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px; }
  #home-quick .quick-box:nth-child(1) {
    background-image: url("../img/mcc.jpg"); }
    #home-quick .quick-box:nth-child(1) .quick-bgcolor {
      background-color: rgba(18, 135, 116, 0.8); }
    #home-quick .quick-box:nth-child(1) .quick-button {
      color: #128774; }
  #home-quick .quick-box:nth-child(2) {
    background-image: url("../img/library.html"); }
    #home-quick .quick-box:nth-child(2) .quick-bgcolor {
      background-color: rgba(33, 150, 243, 0.8); }
    #home-quick .quick-box:nth-child(2) .quick-button {
      color: #2196f3; }
  #home-quick .quick-box:nth-child(3) {
    background-image: url("../img/course.html"); }
    #home-quick .quick-box:nth-child(3) .quick-bgcolor {
      background-color: rgba(216, 116, 39, 0.8); }
    #home-quick .quick-box:nth-child(3) .quick-button {
      color: #d87427; }
  #home-quick .quick-box:nth-child(4) {
    background-image: url("../img/event.html"); }
    #home-quick .quick-box:nth-child(4) .quick-bgcolor {
      background-color: rgba(108, 52, 99, 0.8); }
    #home-quick .quick-box:nth-child(4) .quick-button {
      color: #6c3463; }
  #home-quick .quick-box {
    width: calc(100%/4);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff; }
    #home-quick .quick-box .quick-bgcolor {
      width: 100%;
      height: 100%;
      padding: 60px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #home-quick .quick-box .quick-holder {
      width: 80%; }
    #home-quick .quick-box .icons {
      font-size: 60px; }
    #home-quick .quick-box .quick-heading {
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600;
      margin: 0px;
      margin-top: 5px;
      padding: 20px 0px;
      border-bottom: 1px solid white;
      letter-spacing: 2px; }
    #home-quick .quick-box .quick-des {
      margin: 20px 0px;
      letter-spacing: 1px;
      line-height: 30px;
      font-size: 18px; }
    #home-quick .quick-box .quick-button {
      background-color: #fff;
      padding: 15px 30px;
      width: auto;
      display: inline-block;
      border-radius: 4px;
      letter-spacing: 1px;
      font-size: 20px;
      margin: 10px 0px;
      -webkit-transition: 0.5s ease all;
      -o-transition: 0.5s ease all;
      transition: 0.5s ease all;
      text-transform: capitalize;
      padding-right: 30px; }
      #home-quick .quick-box .quick-button .fas {
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all;
        margin-left: 0px; }
    #home-quick .quick-box .quick-button:hover {
      color: black;
      padding-right: 25px; }
      #home-quick .quick-box .quick-button:hover .fas {
        margin-left: 5px; }

.top-notice {
  background-color: #252A2B;
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .top-notice .noti {
    display: inline-block;
    margin: 0px 20px;
    letter-spacing: 2px; }
    .top-notice .noti a {
      color: inherit;
      text-decoration: none; }

#home-about .section-heading {
  margin-bottom: 70px; }

#home-about .about-clg {
  width: 100%;}
  #home-about .about-clg .clg-img img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px; }
  #home-about .about-clg .clg-info {
    font-size: 16px;
    text-align: justify;
    text-indent: 30px; }
#home-about .about-clg .clg-info p{
  padding: 0px;
  margin: 6px 0px;
}
#home-about .notice-box {
  width: 600px;
  padding: 30px 50px; }
  #home-about .notice-box .notice-heading {
    margin: 0px;
    padding: 0px; }
  #home-about .notice-box .notice-list {
    list-style: none;
    padding: 0px;
    border-top: 1px solid #ddd; }
    #home-about .notice-box .notice-list h3 {
      border-bottom: 1px solid #ddd;
      margin: 0px; }
    #home-about .notice-box .notice-list li {
      color: #33475b;
      padding: 15px 10px;
      -webkit-transition: 0.5s ease all;
      -o-transition: 0.5s ease all;
      transition: 0.5s ease all;
      font-size: 16px;
      line-height: 30px; }
    #home-about .notice-box .notice-list .notice-date {
      font-size: 13px; }
    #home-about .notice-box .notice-list li:hover {
      background-color: #eee;
      color: #000; }
    #home-about .notice-box .notice-list a {
      color: inherit;
      text-decoration: none; }

#cource-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #cource-notice a {
    text-decoration: none;
    color: inherit; }
  #cource-notice .main-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    #cource-notice .main-box .layer {
      width: 100%;
      height: 100%; }
  #cource-notice .box {
    width: 100%;
    margin: 0px auto;
  padding: 20px;}
    #cource-notice .box h2 {
      font-size: 30px;
      margin: 0px;
      margin-bottom: 15px;
      font-weight: 600; }
    #cource-notice .box li {
      list-style: none;
      margin-bottom: 7px;
      padding-bottom: 5px; }
    #cource-notice .box a:hover {
      text-decoration: underline; }
    #cource-notice .box h3 {
      font-family: 'Raleway',sans-serif;
      margin: 0px;
      line-height: 1.2;
      letter-spacing: 1px;
      font-weight: lighter;
      font-size: 12px; }
    #cource-notice .box ul {
      padding: 0px;
      margin: 0px; }
    #cource-notice .cource-box {
        background-image: url("../img/bg/courseoff2.jpg");
        background-position: left center;
        color: #fff;
    }
    #cource-notice .cource-box .layer {
      background-color: rgba(0, 0, 0, 0.7); }
  #cource-notice .notice-box {
    color: #fff;
    background-image: url("../img/bg/news.jpg"); }
    #cource-notice .notice-box .layer {
      background-color: rgba(0, 0, 0, 0.7); }
    #cource-notice .notice-box h3 {
      font-weight: 700;
      color: white; }
.flex-home{
  display: flex;
}
#about-number {
  margin-top: 50px;
  background-image: url("../img/news.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff !important;
  min-height: 0px; }
  #about-number .blur {
    width: 100%;
    height: 100%;
    padding: 100px 0px;
    background-color: rgba(0, 0, 0, 0.7); }
  #about-number .an-heading {
    font-weight: 800;
    font-size: 2.6em;
    text-align: center; }
  #about-number .an-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px; }
    #about-number .an-holder .an-box {
      width: calc(100%/3);
      text-align: center; }
      #about-number .an-holder .an-box .an-icon {
        font-size: 60px;
        margin-bottom: 10px; }
      #about-number .an-holder .an-box .an-number {
        font-size: 60px; }
      #about-number .an-holder .an-box .an-abt {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 500;
        margin-top: 10px; }


.news-holder { 
  overflow:hidden;
  height: 400px;
}
.news-holder .mask {
  position: relative;
  left: 0px;
  width:100%;
  height:300px;
  overflow: hidden;
}
.news-holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.news-holder ul li {
  padding:10px 0px;
}
.news-holder ul li a {
  color:darkred;
  text-decoration:none;
}
.newlink:first-child h3{
  margin-top: 300px !important;
}

@media only screen and (max-width: 750px) {
  #home-about .about-clg .clg-info{
    font-size: 14px;
  }
  .flex-home{
    display: block;
  }
  .left-section{
    width: 100%;
  }
  .right-section{
    width: 100%;
  }
  #home-quick {
    display: block; }
    #home-quick .quick-box {
      width: 100%; }
  #home-about .flex-home {
    display: block; } }

@media only screen and (max-width: 500px) {
  #home-about .about-clg .clg-info{
    font-size: 12px;
  }
  #home-about .section-heading {
    margin: 40px 0px; }
  #home-about .about-clg {
    border-right: none; }
  #home-about .notice-box {
    padding: 20px;
    width: 100%; }
  #about-number .blur {
    padding: 50px 0px; }
  #about-number .an-heading {
    font-weight: 700;
    font-size: 2.0em;
    padding: 0px 10px; }
  #about-number .an-holder {
    display: block;
    margin-top: 30px; }
    #about-number .an-holder .an-box {
      width: 100%;
      margin-bottom: 50px; } }
