/* CSS Document */
.main-img img {
  margin-bottom: 5rem; }

#header-img {
  background-image: url("../img/06-header-img.png"); }

#notice .cms-box {
  background-color: #fff; }
#notice ul {
  margin-bottom: 0; }
  #notice ul li {
    padding: 1.5rem;
    border-left: solid 2px #00A19D;
    margin-bottom: 3rem; }
    #notice ul li:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #notice ul li {
        padding: 1rem 1.5rem; } }
    #notice ul li a {
      display: flex;
      align-items: center;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #notice ul li a {
          flex-wrap: wrap; } }
      #notice ul li a .notice-date {
        color: #4d4d4d;
        font-size: 18px;
        font-size: 1.8rem;
        width: 15%;
        margin-bottom: 0; }
        @media screen and (max-width: 1199px) {
          #notice ul li a .notice-date {
            width: 17%; } }
        @media screen and (max-width: 767px) {
          #notice ul li a .notice-date {
            width: 25%; } }
        @media screen and (max-width: 575px) {
          #notice ul li a .notice-date {
            width: 100%; } }
      #notice ul li a h5 {
        color: #00A19D;
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 0;
        margin-right: 1em;
        width: 30%;
        height: 25px;
        overflow: hidden; }
        @media screen and (max-width: 1199px) {
          #notice ul li a h5 {
            width: 30%; } }
        @media screen and (max-width: 767px) {
          #notice ul li a h5 {
            width: 70%;
            height: 22px; } }
        @media screen and (max-width: 575px) {
          #notice ul li a h5 {
            width: 100%;
            margin-top: 0.5rem; } }
      #notice ul li a .notice-text {
        color: #4d4d4d;
        margin-bottom: 0;
        vertical-align: middle;
        width: 55%;
        height: 16px;
        overflow: hidden; }
        @media screen and (max-width: 1199px) {
          #notice ul li a .notice-text {
            width: 53%; } }
        @media screen and (max-width: 991px) {
          #notice ul li a .notice-text {
            width: 53%; } }
        @media screen and (max-width: 767px) {
          #notice ul li a .notice-text {
            width: 100%;
            margin-top: 1rem; } }
        @media screen and (max-width: 575px) {
          #notice ul li a .notice-text {
            height: 15px;
            margin-top: 0.5rem; } }
      #notice ul li a:hover p {
        color: #FF9150; }
      #notice ul li a:hover h5 {
        color: #FF9150; }
