
#wrap {
  text-align: center;
}

h1 {
  font-size: 40px;
}

h1 span {font-family: 'NexonLv2Gothic light'; 
  font-size: 20px;
  color: #b3b3b3;
  float: right;
  padding: 15px;
}

p {
  color: #b3b3b3;
  margin-top: 5px;
  line-height: 1.2;
}

article {
  width: 1220px;
  height: auto;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  border-top: 2px solid #000;
  margin-top: 90px;
}

article > h1 {font-family: 'NexonLv2Gothic';
  padding: 20px 0px 20px 0px;
  text-align: left;
 font-size: 25px;
}

.notice {
  width: 1220px;
  height: auto;
  border-top: 1px solid #ccc;
}

.notice>p {font-family: 'NexonLv2Gothic gothic';
  white-space: pre-wrap;
  text-align: left;
  color: #000;
  padding: 20px;
  line-height: 1.2;
  font-size: 18px
}

.listbt {
  font-weight: 700; /* 버튼은 굵게 */
  width: 200px;
  height: 60px;
  background-color: #2559a8;
  border-radius: 30px;
  margin: 30px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 58px;
}

@media screen and (max-width: 800px) {
  footer { display: none; }
  #wrap { display: block; }
  .mlogo { float: left; display: block; width: 30%; }
  .mlogo img { width: 100%; height: auto; }
  .mmenu { display: block; }
  .menu { display: none; }
  .navi.show { display: flex; }
  .hamburger { display: flex; }
  
  article {
    width: 95%;
    margin: 90px auto 0;
  }
  
  .notice {
    width: 100%;
  }
  
  .notice img {
    width: 90%;
    padding: 15px;
  }
  
  /* 텍스트 크기 조정 */
  h1 {
    font-size: 24px;
  }
  
  h1 span {
    font-size: 14px;
    float: none;
    display: block;
    padding: 10px 0;
  }
  
  article {
    font-size: 18px;
    margin-top: 60px;
  }
  
  article > h1 {
    padding: 15px 10px;
  }
  
  /* 이미지 크기 조정 */
  .notice img {
    width: 100%;
    padding: 10px;
  }
  
  /* 버튼 크기 조정 */
  .listbt {
    width: 160px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    margin: 20px;
  }
}