@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
}

#wrap {
  min-width: 1024px;

  /* position: relative; */
  /* height: 100%; */
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
#header {
  top: 0;
}

main {
  width: 100%;

  /* position: relative; */
}

#section {
  width: 100%;
}

#newsRoomTextBox {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

#newsRoomTextBox > p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 90px;
  color: black;
}

#newsRoomTextBox > h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #00b451;
}

#noticeBoardContent {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  margin-top: 180px;
  /* background-color: red; */
}

#noticeBoardContent > h2 {
  font-size: 26px;
  font-weight: bold;
}

#noticeContent {
  width: 1024px;

  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 40px;
  /* background-color: rgba(255, 0, 0, 0.288); */
  border-top: 3px solid rgb(143, 143, 143);
  border-bottom: 1px solid rgb(136, 136, 136);
  text-align: start;
}

#noticeTitleBox > h5 {
  font-size: 21px;
  margin-top: 30px;
  margin-left: 20px;
}

#noticeTitleBox > p {
  font-size: 17px;
  color: #888888;
  margin: 10px 0 30px 20px;
}

#noticeContentBox {
  width: 1024px;
  border-top: 1px solid rgb(136, 136, 136);
}

#noticeContentBox > p {
  margin: 50px 20px;
  /* background-color: red; */
}

#showAndHideBtn {
  width: 130px;
  height: 54px;
  background-color: #3a4e75;
  text-align: center;
  line-height: 54px;
  font-weight: bold;
  color: white;
  margin-left: auto;
  margin-bottom: 140px;
  cursor: pointer;
}
#showAndHideBtn a {
  display: block;
}

#newsRoomDownload {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #95dba7;
}

#newsRoomDownload > div {
  width: 1024px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#newsRoomImgBox img {
  position: absolute;
}

#newsRoomDownload > #newsRoomImgBox {
  width: 512px;
  height: 300px;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#newsRoomImgBox img:nth-child(1) {
  bottom: 10px;
  right: 0;
}

#newsRoomImgBox img:nth-child(2) {
  bottom: -80px;
  right: 0px;
}

#newsRoomDownBox {
  width: 512px;
  height: 300px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

#newsRoomDownTextBox {
  color: white;
  top: 50%;
  transform: translateY(-50%);

  position: absolute;
}

#newsRoomDownTextBox p {
  /* position: absolute; */
  font-family: "돋움", noto-sans;
  font-size: 20px;
}

#newsRoomDownTextBox h4 {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
}

#newsRoomDownTextBox > div {
  /* position: absolute; */
  height: 50px;
  /* width: 512px; */
  margin-top: 20px;
}

#newsRoomDownTextBox > div > img {
  cursor: pointer;
}

#newsRoomDownTextBox > div > img:first-child {
  /* margin-left: 20px; */
  margin-right: 33px;
}

#newsRoomDownTextBox > div > img:last-child {
  /* margin-left: 20px; */
  margin-right: 20px;
}

#blank2 {
  width: 100%;
  height: 200px;
  /* background-color: red; */
}

footer {
  bottom: -100px;
}
