@charset "UTF-8";
.board {
  color: #222;
}
.board input::-webkit-input-placeholder, .board textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board input::-moz-placeholder, .board textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board input:-ms-input-placeholder, .board textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board input::-ms-input-placeholder, .board textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board input::placeholder,
.board textarea::placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board input::-webkit-input-placeholder,
.board textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board input::-moz-input-placeholder,
.board textarea::-moz-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board input::-ms-input-placeholder,
.board textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
}
.board .button {
  /*버튼 수정사항 필수*/
  font-size: 16px !important;
  padding: 0 !important;
  width: 120px !important;
  height: 50px !important;
  border-radius: 5px !important;
  border: none !important;
  width: 120px;
  height: 50px;
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #2c2c2c;
  color: black;
  background: #454545;
  color: #fff;
}
.board .button:hover {
  text-decoration: none;
  background: #525252;
  color: #fff;
}
.board .button:active {
  background: #383838;
  color: #fff;
}
.board .button.admin {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #cd1e1a;
  color: #fff;
  background: #e53935;
  color: #fff;
}
.board .button.admin:hover {
  text-decoration: none;
  background: #e84f4c;
  color: #fff;
}
.board .button.admin:active {
  background: #e2231e;
  color: #fff;
}
.board .button.write {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #1c44a0;
  color: black;
  background: #2356cb;
  color: #fff;
}
.board .button.write:hover {
  text-decoration: none;
  background: #2d62db;
  color: #fff;
}
.board .button.write:active {
  background: #1f4db5;
  color: #fff;
}
.board .button.answer {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #4534a6;
  color: #04030b;
  background: #5a47c6;
  color: #fff;
}
.board .button.answer:hover {
  text-decoration: none;
  background: #6b5acc;
  color: #fff;
}
.board .button.answer:active {
  background: #4d3aba;
  color: #fff;
}
.board .button.delete {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #db229a;
  color: #fff;
  background: #e34dae;
  color: #fff;
}
.board .button.delete:hover {
  text-decoration: none;
  background: #e663b8;
  color: #fff;
}
.board .button.delete:active {
  background: #e037a4;
  color: #fff;
}
.board .button.edit {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #333f9f;
  color: #010205;
  background: #4251c3;
  color: #fff;
}
.board .button.edit:hover {
  text-decoration: none;
  background: #5563c9;
  color: #fff;
}
.board .button.edit:active {
  background: #3947b3;
  color: #fff;
}
.board .button.save {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  border: solid 1px #347c37;
  color: black;
  background: #43a047;
  color: #fff;
}
.board .button.save:hover {
  text-decoration: none;
  background: #4bb24f;
  color: #fff;
}
.board .button.save:active {
  background: #3b8e3f;
  color: #fff;
}
.board .button:not(:last-of-type) {
  margin-right: 10px;
}
.board th,
.board td {
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  color: #333;
  padding: 0 15px;
}
.board td {
  border: none;
  padding: 15px;
}
.board td.contentTD2 {
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 15px;
}
.board td.contentTD3 {
  padding-left: 0;
  padding-right: 0;
}
.board thead th {
  font-weight: 500;
}
.board tbody td a {
  color: #333;
}
.board tbody td a:hover {
  color: #1e2e71;
  text-decoration: underline;
}
.board tbody.no {
  color: #aaa;
}
.board tbody.subject {
  color: #444;
}
.board .nothing {
  height: 150px;
  text-align: center;
}
.board tfoot td {
  text-align: right;
  border: none;
  padding: 15px;
  padding-right: 0;
}
.board .notice1 a,
.board .notice2 a,
.board .notice3 a,
.board .notice4 a {
  color: #505050;
}
.board .notice1 a:hover,
.board .notice2 a:hover,
.board .notice3 a:hover,
.board .notice4 a:hover {
  color: #528979;
  text-decoration: underline;
}
.board .table_for th, .board .table_for td {
  text-align: center;
}
.board .table_for th.subject, .board .table_for td.subject {
  text-align: left;
}
.board .table_for td:nth-child(4), .board .table_for td:nth-child(5) {
  color: #8b8b8b;
}
.board .cnt {
  font-size: 8pt;
  color: #ff3c00;
  font-weight: normal;
}
.board .cnt strong {
  font-weight: normal;
  font-family: verdana;
}
.board .contentTD {
  text-align: initial !important;
  border-color: #ebebeb;
}
.board.reply .title input[type=text] {
  width: 100%;
}
.board td label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  vertical-align: middle;
}
.board td label .input_radio {
  margin-top: 0;
  margin-right: 5px;
}

.board {
  width: 100%;
  border: none;
}
.board tr {
  border: none;
}
.board th, .board td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 15px;
}
.board thead th {
  background: whitesmoke;
  color: #6e6e6e;
  font-weight: 500;
  border: 1px solid gainsboro;
}
.board tbody tr {
  border-bottom: 1px solid #ebebeb;
}
.board tbody th {
  border: 1px solid #dedede;
  background: #f8f8f8;
  color: #6e6e6e;
}
.board tbody td {
  border: 1px solid #ebebeb;
}
.board thead th {
  border-left: none;
  border-right: none;
}
.board tbody th {
  border-left: none;
  border-right: none;
}
.board tbody td {
  border-left: none;
  border-right: none;
}
.board thead th {
  background: none;
  color: #1d1d1d;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #000;
  height: 60px;
}
.board tbody td {
  height: 80px;
}

#forum.board {
  width: 100%;
  border: none;
  width: 1500px;
  margin: 0 auto;
}
#forum.board tr {
  border: none;
}
#forum.board th, #forum.board td {
  border: none;
  padding: 0 8px;
  height: 52px;
  font-size: 14px;
}
#forum.board thead th {
  background: #fdfdfd;
  color: #727272;
  font-weight: 500;
  border: 1px solid #e4e4e4;
}
#forum.board tbody tr {
  border-bottom: 1px solid #efefef;
}
#forum.board tbody th {
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  color: #727272;
}
#forum.board tbody td {
  border: 1px solid #efefef;
}
#forum.board thead th {
  border-left: none;
  border-right: none;
}
#forum.board tbody th {
  border-left: none;
  border-right: none;
}
#forum.board tbody td {
  border-left: none;
  border-right: none;
}
#forum.board thead th {
  color: #1d1d1d;
  background: none;
  font-weight: 500;
  border-bottom: none;
  border-top: 1px solid #000;
  text-align: left;
  font-size: 32px;
  padding-top: 30px;
  padding-left: 30px;
}
#forum.board tbody tr.thumb, #forum.board tbody tr.pic, #forum.board tbody tr.data, #forum.board tbody tr.link, #forum.board tbody tr.movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#forum.board tbody tr.thumb th, #forum.board tbody tr.pic th, #forum.board tbody tr.data th, #forum.board tbody tr.link th, #forum.board tbody tr.movie th {
  width: 100px;
  margin-right: 30px;
}
#forum.board tbody tr.thumb {
  margin-top: 15px;
}
#forum.board tbody tr.movie input.input_text {
  border: 1px solid #ccc;
}
#forum.board tbody th, #forum.board tbody td {
  border: none;
  background: none;
  color: #000;
}
#forum.board.view td.borT {
  color: #8b8b8b;
}
#forum.board.view td:not(.contentTD) {
  border: none;
}
#forum.board.view .contentTD {
  border-color: #ebebeb;
}
#forum.board.write .contentTD, #forum.board.reply .contentTD {
  padding: 15px 0;
}

.prenext {
  width: 1500px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.prenext td {
  height: 50px;
  color: #1d1d1d;
}
.prenext .tit {
  background-color: transparent;
}
.prenext .subject a:hover {
  text-decoration: underline;
}

.board-title {
  width: 1500px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  margin-bottom: 75px;
}

#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns) {
  display: inline-block;
  width: calc(50% - 30px);
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  margin-bottom: 7px;
}
#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns) th, #forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns) td {
  width: 100%;
  height: auto;
  border: none;
}
#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns) th {
  display: inline-block;
  padding: 0 7px;
  font-weight: 800;
}
#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns) td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns) td input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns):nth-child(2n+1) {
  margin-right: 60px;
}
#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns):last-child {
  border: none;
}
#forum.write tr:not(.table100, .pic, .data, .link, .movie, .btns):last-child td {
  padding-top: 40px;
}
#forum.write tbody tr {
  border-bottom: none;
}
#forum.write .input_text {
  background: none;
  border: none;
}
#forum.write .input_text:-moz-read-only {
  outline: none;
  cursor: default;
}
#forum.write .input_text:read-only {
  outline: none;
  cursor: default;
}
#forum.write .input_radio {
  width: 18px;
  height: 18px;
}
#forum.write .input_radio:checked {
  background: #2356cb;
}

#forum.view .writer {
  padding-left: 4rem;
}

#forum.reply tbody tr {
  border: none;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns) {
  display: inline-block;
  width: calc(50% - 30px);
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  margin-bottom: 7px;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns) th, #forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns) td {
  width: 100%;
  height: auto;
  border: none;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns) th {
  display: inline-block;
  padding: 0 7px;
  font-weight: 800;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns) td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns) td input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns):nth-child(2n+1) {
  margin-right: 60px;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns):last-child {
  border: none;
}
#forum.reply tbody tr:not(.table100, .pic, .data, .link, .movie, .btns):last-child td {
  padding-top: 40px;
}
#forum.reply .input_text {
  background: none;
  border: none;
}
#forum.reply .input_text:-moz-read-only {
  outline: none;
  cursor: default;
}
#forum.reply .input_text:read-only {
  outline: none;
  cursor: default;
}
#forum.reply .input_radio {
  width: 18px;
  height: 18px;
}
#forum.reply .input_radio:checked {
  background: #2356cb;
}