form.list {
  margin: 40px 20px;
}
div.list > form:after,
div.list > form > div:after,
div.list > form > ol:after,
div.list > form > ol > li > div > h2:after,
div.list > form > ol > li > div > h3:after,
div.list > form > ul:after,
form.list:after {
  display: block;
  clear: both;
  content: "";
}
form.list > input.required {
  width: 670px;
  height: 50px;
  padding: 10px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
}
div.list > form > p > button,
form.list > input.button {
  border-style: none;
  background-color: #444;
  color: #fff;
  cursor: pointer;
}
form.list > input.button {
  float: right;
  width: 100px;
  height: 50px;
  font-size: 14px;
}
h1.list,
h3.list {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
}
h1.list > span,
h3.list > span {
  color: #e4463c;
}
div.list {
  margin: 40px 0;
}
div.list > form .t1,
div.list > form > h1,
div.list > form > p.result-count {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: Pretendard, "Malgun Gothic", dotum, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}
div.list > form > p {
  float: right;
}
div.list > form > p > select {
  width: 100px;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #d7d7d7;
}
div.list > form > p > input {
  width: 200px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
}
div.list > form > p > button {
  width: 60px;
  height: 30px;
}
div.list > form > table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  border-top: 1px solid #888;
}
div.list > form > table > thead > tr > th {
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  font-weight: 400;
}
div.list > form > table > tbody > tr > td > input,
div.list > form > table > thead > tr > th > input {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
div.list > form > table > tbody > tr > td {
  width: 50px;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
  text-align: center;
}
div.list > form > table > tbody > tr > td.left {
  width: auto;
  padding: 15px 10px;
  text-align: left;
}
div.list > form > table > tbody > tr > td.name {
  width: 150px;
  text-align: left;
}
div.list > form > table > tbody > tr > td.date {
  width: 80px;
}
div.list > form > table > tbody > tr > td.etc {
  width: 120px;
}
div.list > form > table > tbody > tr > td > i {
  display: block;
  float: left;
  width: 29px;
  height: 19px;
  margin-right: 5px;
  border-radius: 19px;
  background-color: #888;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  line-height: 19px;
  text-align: center;
}
div.list > form > table > tbody > tr > td > i.rank1 {
  background-color: #e4463c;
}
div.list > form > table > tbody > tr > td > i.rank2 {
  background-color: #3783c0;
}
div.list > form > table > tbody > tr > td > a:hover,
div.view > h3 > a:hover {
  font-weight: 700;
}
div.list > form > table > tbody > tr > td > span {
  color: red;
  font-size: 11px;
  font-weight: 700;
}
div.list > form > div,
div.list > form > ul {
  margin-top: 10px;
}
div.list > form > ul > li {
  position: relative;
  float: left;
  width: 267px;
  margin-left: 9px;
  border: 1px solid #d7d7d7;
}
div.list > form > div > button:first-child,
div.list > form > ol > li:first-child > div,
div.list > form > ol > li:first-child > p,
div.list > form > ul > li:first-child,
form.write > div > p > label:first-child {
  margin-left: 0;
}
div.list > form > ul > li > label {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
div.list > form > ul > li > label > input,
form.write > div.admin > p > label > input {
  width: 19px;
  height: 19px;
}
div.list > form > ul > li > h1 {
  overflow: hidden;
  width: 250px;
  margin: 10px;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.list > form > ul > li > p {
  margin: 10px;
  color: #888;
  font-size: 11px;
}
div.list > form > ol {
  margin: 6px 1px;
}
div.list > form > ol > li {
  float: left;
  width: 206px;
}
div.list > form > ol > li:first-child {
  width: 200px;
}
div.list > form > ol > li > p {
  position: relative;
  margin-left: 6px;
}
div.list > form > ol > li > p > img {
  width: 100%;
}
div.list > form > ol > li > p > input {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
div.list > form > ol > li > div {
  margin-left: 6px;
  padding: 10px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
div.list > form > ol > li > div > h1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
}
div.list > form > ol > li > div > h1 > a:hover {
  color: #1a4e95;
}
div.list > form > ol > li > div > h2 {
  margin-top: 5px;
  font-weight: 400;
  line-height: 14px;
}
div.list > form > ol > li > div > h2 > span {
  float: right;
  font-size: 14px;
}
div.list > form > ol > li > div > h2 > span > i,
div.list > form > table > tfoot > tr > td > a > i {
  color: #aaa;
}
div.list > form > ol > li > div > h3 {
  margin-top: 10px;
  font-weight: 400;
}
div.list > form > ol > li > div > h3 > button {
  float: right;
  width: 50%;
  height: 30px;
  border-style: none;
  background-color: #3783c0;
  color: #fff;
  line-height: 30px;
}
div.list > form > ol > li > div > h3 > button:first-child {
  float: left;
  background-color: #e4463c;
  cursor: default;
}
div.list > form > table > tfoot > tr > td {
  position: relative;
  width: 164px;
  border: 1px solid #d7d7d7;
}
div.list > form > table > tfoot > tr > td > label {
  position: absolute;
  top: 6px;
  left: 10px;
}
div.list > form > table > tfoot > tr > td > label > input {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
div.list > form > table > tfoot > tr > td > a {
  position: absolute;
  top: 8px;
  right: 10px;
}
div.list > form > table > tfoot > tr > td > p {
  height: 100px;
  line-height: 100px;
  text-align: center;
}
div.list > form > table > tfoot > tr > td > h1 {
  height: 30px;
  background-color: #f5f5f5;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
div.list > form > table > tfoot > tr > td > h2 {
  height: 30px;
  border-top: 1px dashed #d7d7d7;
  padding: 0 10px;
  color: #1a4e95;
  font-weight: 400;
  line-height: 30px;
}
div.list > form > table > tfoot > tr > td > i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #e64b40;
  cursor: pointer;
}
div.list > form > div > button {
  float: left;
  padding: 10px 20px;
  margin-left: 5px;
  border-style: none;
  background-color: #e4463c;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
div.list > form > div > a {
  display: block;
  float: right;
  padding: 10px 20px;
  background-color: #3783c0;
  color: #fff;
  font-size: 14px;
}
div.view,
div.view_comment {
  margin: 40px 20px;
}
div.view > h1 {
  padding: 10px 20px;
  border-top: 1px solid #888;
  background-color: #f5f5f5;
  color: #1a4e95;
  font-size: 16px;
}
div.view > h1:after,
div.view > h3:after,
div.view_comment > h1:after,
div.view_comment > p:after {
  display: block;
  clear: both;
  content: "";
}
div.view > h1 > span {
  float: right;
  padding: 5px 10px;
  background-color: #e4463c;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
div.view > h2 {
  font-size: 14px;
}
div.view > h2,
div.view > h3,
div.view > table > tbody > tr > th {
  padding: 10px 20px;
  border-top: 1px solid #d7d7d7;
  font-weight: 400;
}
div.view > h3 > span {
  float: right;
  margin-top: 2px;
  color: #888;
  font-size: 11px;
}
div.view > h3 > i {
  color: #bbb;
}
div.view > table {
  width: 100%;
  border-collapse: collapse;
}
div.view > table > tbody > tr > th {
  width: 80px;
  border-left: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  text-align: left;
}
div.view > table > tbody > tr > th:first-child {
  border-left-style: none;
}
div.view > table > tbody > tr > td {
  width: 160px;
  padding: 10px 20px;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
div.view > table > tbody > tr > td.auto {
  width: auto;
}
div.view > div {
  min-height: 300px;
  padding: 20px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
div.view > div > p.image {
  margin-bottom: 20px;
}
div.view > p {
  margin-top: 20px;
  text-align: center;
}
div.view > p > a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #444;
  background-color: #fff;
  font-size: 14px;
}
div.view > p > a.list {
  background-color: #444;
  color: #fff;
}
div.view_comment > h1,
div.view_comment > p {
  padding: 10px 20px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  font-weight: 700;
}
div.view_comment > h1 > a,
div.view_comment > p > a {
  float: right;
  padding: 2px 8px;
  border-radius: 8px;
  background-color: #e4463c;
  color: #fff;
  font-weight: 400;
}
div.view_comment > div,
div.view_comment > div > div {
  display: inline-block;
  width: 100%;
}
div.view_comment > div > div > table,
div.view_comment > table {
  border-collapse: collapse;
  float: right;
}
div.view_comment > div > div > table > tbody > tr > th,
div.view_comment > table > tbody > tr > th {
  width: 150px;
  padding: 10px 20px;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
div.view_comment > div > div > table > tbody > tr > th > h1,
div.view_comment > table > tbody > tr > th > h1 {
  font-weight: 400;
}
div.view_comment > div > div > table > tbody > tr > td > div,
div.view_comment > div > div > table > tbody > tr > th > p,
div.view_comment > table > tbody > tr > td > div,
div.view_comment > table > tbody > tr > th > p {
  margin-top: 5px;
  color: #888;
  font-size: 11px;
}
div.view_comment > div > div > table > tbody > tr > th > p > a,
div.view_comment > table > tbody > tr > th > p > a {
  margin-right: 5px;
}
div.view_comment > div > div > table > tbody > tr > th > p > span,
div.view_comment > table > tbody > tr > th > p > span {
  margin-right: 5px;
  cursor: pointer;
}
div.view_comment > div > div > table > tbody > tr > th > p > a > i,
div.view_comment > div > div > table > tbody > tr > th > p > span > i,
div.view_comment > table > tbody > tr > th > p > a > i,
div.view_comment > table > tbody > tr > th > p > span > i {
  color: #bbb;
  font-size: 12px;
}
div.view_comment > div > div > table > tbody > tr > td,
div.view_comment > table > tbody > tr > td {
  padding: 10px 20px;
  border-bottom: 1px solid #d7d7d7;
  line-height: 160%;
  vertical-align: top;
}
div.view_comment > div > div > table > tbody > tr > td.secret,
div.view_comment > table > tbody > tr > td.secret {
  color: red;
}
div.view_comment > div > div > table > tbody > tr > td > div > a,
div.view_comment > table > tbody > tr > td > div > a {
  margin-left: 10px;
  color: #1a4e95;
}
div.view_comment > div > div > table > tbody > tr > td > div > a:hover,
div.view_comment > table > tbody > tr > td > div > a:hover {
  font-weight: 700;
}
div.view_comment > form {
  margin-top: 20px;
}
div.view_comment > form > textarea,
form.fviewcomment > textarea {
  width: 670px;
  height: 100px;
  padding: 10px;
  border: 1px solid #d7d7d7;
}
div.view_comment > form > input,
form.fviewcomment > input {
  float: right;
  width: 100px;
  height: 100px;
  border-style: none;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
div.view_comment > form > label {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
div.view_comment > form > label > input,
form.write > div > label > input {
  width: 17px;
  height: 17px;
  vertical-align: -5px;
}
.about__more_button {
  float: right;
  padding: 10px 20px;
  border: 0;
  background-color: #333;
  color: #fff;
  outline: 0;
}
.about__more_button1 {
  display: inline-block;
  border: 0;
  padding: 15px 30px;
  width: 300px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.about__next_button,
.comment__next_button {
  padding: 30px 0;
  text-align: center;
}
.about__next_button button,
.comment__next_button button {
  border: solid 1px #ddd;
  padding: 15px 30px;
  width: 300px;
  font-size: 1rem;
  font-weight: 700;
}
.about__next_button button .ml10,
.comment__next_button button .ml10 {
  margin-left: 10px;
}
.about__next_button button .red,
.comment__next_button button .red {
  color: red;
}
form.fviewcomment {
  display: none;
  width: 820px;
  height: 190px;
  padding: 20px;
  background-color: #fff;
}
div.view_comment > form:after,
div.view_comment > p,
form.fviewcomment:after,
form.write > div:after {
  display: block;
  clear: both;
  content: "";
}
form.fviewcomment > h1 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}
form.write {
  margin: 40px 20px;
}
form.write > div {
  margin-top: 10px;
}
form.write > div.admin {
  margin: 40px 0;
  padding: 10px 0;
  border: 1px solid #b9cbe4;
  background-color: #f2f5fb;
}
form.write > div:first-child {
  margin-top: 0;
}
form.write > div > span {
  display: block;
  float: left;
  width: 100px;
  height: 40px;
  padding-top: 10px;
  vertical-align: middle;
}
form.write > div > span.text {
  padding-top: 3px;
}
form.write > div > em {
  margin-left: 10px;
  color: #888;
  font-style: normal;
}
form.write > div > textarea {
  width: 80%;
  height: 200px;
  padding: 10px;
  border: 1px solid #d7d7d7;
}
form.write > div > select {
  width: 150px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
}
form.write > div > select.full {
  width: 300px;
}
form.write > div > input[type="text"] {
  padding: 0 10px;
  border: 1px solid #d7d7d7;
}
form.write > div > input[type="file"],
form.write > div > input[type="text"] {
  width: 680px;
  height: 40px;
  vertical-align: middle;
}
form.write > div > input.half {
  width: 300px;
}
form.write > div > input.date,
form.write > div > table > tbody > tr > td {
  width: 150px;
}
form.write > div > label {
  display: block;
  margin-top: 5px;
  margin-left: 100px;
  cursor: pointer;
}
form.write > div > p > label {
  margin-left: 20px;
  cursor: pointer;
}
form.write > div.admin > p > label {
  font-size: 14px;
}
form.write > div > p > label > input,
form.write > div > table > tbody > tr > td > label > input {
  width: 17px;
  height: 17px;
  margin: 11px 0;
  vertical-align: -5px;
}
form.write > div > table {
  border-collapse: collapse;
}
form.write > div > table > tbody > tr > td > label {
  cursor: pointer;
}
form.write > p {
  margin-top: 40px;
  text-align: center;
}
form.write > p > button,
form.write > p > input {
  padding: 10px 20px;
  border: 1px solid #444;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
form.write > p > button:first-child,
form.write > p > input:first-child {
  background-color: #fff;
  color: #000;
}
