@charset "utf-8";

/* community */

.sub_list {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
}
.sub_list ul {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.sub_list ul li {
  float: left;
  width: 25%;
  height: 50px;
  white-space: nowrap;
  border-bottom: 1px solid #f5f5f5;
}
.sub_list ul li a {
  display: block;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.sub_list ul li:not(last-of-type) {
  border-right: 1px solid #f5f5f5;
}

.main_article .board_list li {
  display: none;
}

/* form */
.form_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #fff;
}

.form_wrap .search_wrap {
  display: flex;
  width: 230px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.form_wrap .search_wrap input {
  width: 180px;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #555;
  appearance: none;
  outline: none;
}
.form_wrap .search_wrap input:placeholder-shown {
  color: #aaa !important;
  font-weight: 300 !important;
}

.form_wrap .search_wrap button {
  width: 50px;
  height: 30px;
  color: #fff;
  background-color: #555;
  outline: none;
  border: none;
  cursor: pointer;
}
.form_wrap .enroll {
  height: 30px;
  padding: 0 10px;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  border: 1px solid purple;
  background-color: purple;
  outline: none;
  appearance: none;
}

/* section */
.board {
  padding-top: 10px 0;
}

/* format */
.format {
  margin-bottom: 10px;
  background-color: #fff;
}
.format h2 {
  position: relative;
  padding: 15px;
  font-size: 18px;
}
.format h2 a {
  display: block;
}
.format h2 a span {
  display: block;
  float: right;
  font-size: 13px;

  color: rgba(0, 0, 0, 0.47);
}
.format .format_list {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.format .format_list ul div {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #f5f5f5;
}
.format .format_list ul li {
  display: inline-block;
  height: 50px;
  padding: 0 10px;
}

.format .format_list ul li a {
  display: block;
  line-height: 50px;
  font-size: 15px;
}

/* partnership */
.com_img .ad {
  width: 100%;
  height: 135px;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #fff;
}

form .search_wrap {
  display: flex;
  width: 80%;
  margin: 0 auto;
  height: 30px;
  align-items: center;
  justify-content: center;
}
form .search_wrap input {
  width: 100%;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #555;
  appearance: none;
  outline: none;
}
form.search_wrap input:placeholder-shown {
  color: #aaa !important;
  font-weight: 300 !important;
}

form .search_wrap button {
  width: 60px;
  height: 30px;
  color: #fff;
  background-color: #555;
  outline: none;
  border: none;
  cursor: pointer;
}
