@import url(https://fonts.googleapis.com/css?family=Montserrat:600);
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../font/PretendardVariable.woff);
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../font/PretendardVariable.woff);
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../font/PretendardVariable.woff);
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../font/PretendardVariable.woff);
}
@font-face {
  font-family: "TitilliumWeb";
  font-style: normal;
  font-weight: 400;
  src: url(../font/TitilliumWeb-Regular.woff);
}
@font-face {
  font-family: "TitilliumWeb";
  font-style: normal;
  font-weight: 500;
  src: url(../font/TitilliumWeb-SemiBold.woff);
}
#detail-container {
  width: 100%;
  height: 300px;
  background: #aaa;
  margin-bottom: 50px;
  position: relative;
  color: white;
}
#detail-container #detail-sticker {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/image/detail/sticker.png);
  width: 100%;
  height: 100%;
  background-position-y: 50%;
  background-position-x: 54%;
  background-size: cover;
}
#detail-container #detail-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: 300px;
  position: relative;
}
#detail-container #detail-content #detail-logo {
  width: 130px;
  position: absolute;
  left: 30px;
  top: 30px;
}
#detail-container #detail-content #detail-logo img {
  width: 100%;
}
#detail-container #detail-content #detail-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
#detail-container #detail-content #detail-text p {
  margin: 0px;
}
#detail-container #detail-content #detail-text #detail-text-title {
  font-size: 40px;
  font-weight: 600;
}
#detail-container #detail-content #detail-text #detail-text-description {
  font-size: 16px;
  font-weight: 300;
}

#board-container {
  width: 100%;
  min-height: 478px;
}
#board-container #board-table {
  border-collapse: collapse;
  padding: 20px 0px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#board-container #board-table th {
  padding: 0px;
  border-bottom: 2px solid black;
  padding: 10px 0px;
}
#board-container #board-table th:nth-child(1) {
  width: 10%;
}
#board-container #board-table th:nth-child(2) {
  width: 50%;
}
#board-container #board-table th:nth-child(3) {
  width: 15%;
}
#board-container #board-table th:nth-child(4) {
  width: 25%;
}
#board-container #board-table tr td:nth-child(2) {
  text-align: left;
}
#board-container #board-table tr {
  height: 50px;
  border-bottom: 1px solid #e6e6e6;
}
#board-container #board-detail {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#board-container #board-detail #board-detail-title {
  font-size: 30px;
  font-weight: 500;
  margin: 0px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #449765;
}
#board-container #board-detail #board-detail-information {
  margin: 0;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
}
#board-container #board-detail #board-detail-information span {
  padding: 10px;
  position: relative;
}
#board-container #board-detail #board-detail-information span:first-child::after {
  content: "";
  width: 1px;
  height: 30%;
  position: absolute;
  top: 54%;
  right: 0px;
  transform: translate(0%, -50%);
  background: #ccc;
}
#board-container #board-detail #board-detail-information {
  border-bottom: 1px solid #ccc;
}
#board-container #board-detail #board-detail-content {
  padding: 0px 30px;
}
#board-container #board-detail #board-detail-list-container {
  border-top: 1px solid #ccc;
  text-align: right;
}
#board-container #board-detail #board-detail-list-container #board-detail-list {
  margin: 20px 30px;
  height: 48x;
  width: 150px;
  line-height: 40px;
  text-align: center;
  color: white;
  display: inline-block;
  background: #449765;
}

#footer {
  padding: 50px !important;
  text-align: center;
}
#footer #footer-container p {
  margin: 1px 0px;
  font-size: 1vw;
}
@media only screen and (max-width: 600px) {
  #footer #footer-container p {
    font-size: 2vw;
  }
}
#footer #footer-container p span {
  padding: 0px 1vw;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #footer #footer-container p span {
    padding: 0px 2vw;
  }
}
#footer #footer-container p span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1px;
  height: 50%;
  background: black;
}
#footer #footer-container p span:last-child::after {
  content: none;
}
#footer #footer-container a {
  color: black;
  text-decoration: none !important;
}
#footer #footer-container a:hover {
  color: black;
  text-decoration: none !important;
}

body, html {
  padding: 0px;
  margin: 0px;
  font-family: "Noto Sans KR", sans-serif;
}

td {
  font-size: 15px;
  padding-bottom: 10px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
td a {
  text-decoration: none;
  color: black;
}

#footer {
  background: #f1f1f1;
}
