html,
body {
  background-color: #000;
}
*{ 
  padding: 0;
  margin: 0;
  border: 0;
}
body{
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/news_bg.jpg) no-repeat fixed center top;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}
/* a{color: #f26d00;} */
a:hover{color: #fff;text-decoration: none;}
.head{
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding-top: 30px;
}
.main{
  padding: 0px 0 50px;
  line-height: 1.8;
  width: 90%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
  color: #ececec;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: bold;
}
.role-list-txt span {
  color: #ffedbe;
}
.role-list-txt b {
  display: block;
}
.role-list-txt {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  padding-top: 0.1rem;
}
.more-title-line {
  width: 100%;
  height: 6px;
  background-color: #f26d00;
  border-bottom:8px solid #000;
}
.main h1{
  font-size: 24px;
  padding: 20px;
  margin:0 0 25px;
  color: #ececec;
  font-weight: bold;
  background: url(https://res.17996cdn.net/lightandnightkr/connect1/news_detail_line.png) no-repeat center bottom;
  background-size: 100%; 
}
.main h2{
  font-size: 20px;
  color: #ececec;
  font-weight: bold;
}
.main p {
  margin-bottom: 25px;
}
.main table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  width: 100%;
  font-family: "Noto Sans KR", "Noto Sans", blinkmacsystemfont, -apple-system, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}
.main th,.main td{
  border: 1px solid rgb(193, 199, 208);
  padding: 7px 10px;
  min-width: 8px;
  display: table-cell;
}
.main th{
  /* background-color: #ebe1d8; */
  text-align: center;
}
.main p svg {
  margin:0;
  width: 20px;
  vertical-align: -4px;
}
.red{
  color: #ffedbe;
}
.button {
  background-color: #ffedbe;
  padding: 10px 50px;
  color: #fff;
  display: inline-block;
}
.button:hover {
  background-color: #ab550e;
}
.pic {
  margin-bottom: 40px;
  text-align: center;
}
.pic img {
  width: 94%;
}
@media screen and (max-width: 1024px) {
  html, body, .index-div .index-div-scroll {
      height: auto;
  }
  .main p{
    padding: 0px 12px;
  }
  .main h2{
    padding: 0px 12px;
  }
}