@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;
}

main {
  width: 100%;

  position: relative;
}

#section {
  width: 100%;
}

#newsRoomShowAndHide {
  width: 1024px;
  margin: 0 auto;
  margin-top: 200px;
}

#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: 30px;
  color: #00b451;
}

#boardBox {
  width: 1024px;
  height: 600px;
  margin: 0 auto;
  margin-bottom: 200px;
  /* overflow: hidden; */
}

#boardBox > div {
  float: left;
  /* overflow: hidden; */
}

#noticeBoard {
  width: 1024px;
  height: 590px;
  /* background-color: red; */
  margin-bottom: 50px;
}

#noticeBoard > h4 {
  /* text-align: start; */
  margin: 0 auto;
  width: 410px;
  font-size: 22px;
  padding: 25px 20px;
  border-bottom: 3px solid rgb(172, 172, 172);
}

#noticeBoard > ul > li:first-child {
  border-top: 2px solid black;
}

#noticeBoard > ul > li {
  width: 1024px;
  height: 80px;
  vertical-align: middle;
  border-bottom: 2px solid rgb(143, 143, 143);

  margin: 0 auto;
}

#noticeBoard > ul > li > a {
  display: block;
  width: 1024px;
  height: 80px;
  position: relative;

  top: 50%;
  transform: translateY(-50%);
}

#noticeBoard > ul > li > a > div {
  /* line-height: 25px; */
  font-weight: bold;
  font-size: 17px;
  position: absolute;

  top: 50%;
  left: 7%;
  transform: translateY(-50%);

  line-height: 40px;
}

#noticeBoard > ul > li > a > div > img {
  padding: 0 15px;
  position: absolute;

  top: 50%;
  left: -23%;
  transform: translateY(-50%);
}

#noticeBoard span {
  position: absolute;

  top: 47%;
  right: 3%;
  transform: translateY(-50%);
  font-size: 13px;
}

#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;
}

#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; */
}
