/** ======= board ======= **/
.bo_top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 20px;
}
.bo_top_box .bo_search {
    display: flex;
}
.bo_top_box .bo_search > button {
    width: 150px;
    height: 45px;
    background-color: #2090ff;
    border-radius: 10rem;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
}
div.dv-select {
  display: inline-block;
  zoom: 1;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 5rem;
}
div.dv-select > label {
  display: inline-block;
  opacity: 0;
  *display: inline;
  zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 6rem 0 10px;
  font-size: 1.6rem;
  color: #111;
  font-weight: 400;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
}
div.dv-select > span.spn-sel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -1px;
  width: 6rem;
  height: 100%;
  cursor: pointer;
}
div.dv-select > select {
  position: relative;
  width: 100% !important;
  height: 100%;
  padding: 0 5.2rem 0 2rem;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  filter: alpha(opacity=0);
  z-index: 1;
  font-size: 1.6rem;
  color: #111;
  font-weight: 400;
  cursor: pointer;
}
.frm_input {
  border-radius: 0.6rem;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 2rem;
  height: 4.5rem;
  box-shadow: none;
  width: 100%;
  font-size: 1.4rem;
}
.frm_input::placeholder {
  color: #999;
}
.frm_input:focus {
  border-color: #2090ff;
  box-shadow: inset 0 0 0 1px #2090ff;
  outline: none;
}
.frm_input:disabled {
  background-color: #f7f7f7;
  color: #999;
}
.frm_textarea {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  height: 19rem;
}
/* .bo_search {
    max-width:56rem; 
    width:100%;
} */
.bo_search form {
  display: flex;
}
.bo_search .dv-select {
  width: 45%;
  margin-right: 1rem;
  border-radius: 10rem;
}
.bo_search span.input {
  display: inline-block;
  position: relative;
  width: 70%;
  border-bottom: 2px solid #211e1f;
  padding-right: 10%;
}
.bo_search span.input input[type="text"] {
  width: 100%;
  border: none;
  font-family: "Noto Sans KR";
  font-size: 1.6rem;
  color: #666;
  height: 5.2rem;
  font-weight: 400;
  padding: 0 1.5rem;
}
.bo_search span.input input[type="text"]::placeholder {
  color: #999;
}
.bo_search .sch_bar {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
}
.bo_search.type_full {
  width: 100%;
  max-width: inherit;
  background-color: #f4f9fd;
  border-radius: 2rem;
  padding: 3.5rem 3%;
  margin-top: 6rem;
}
.bo_search.type_full form {
  max-width: 60rem;
  margin: 0 auto;
}
.bo_search .sch_bar {
  display: inline-block;
  position: relative;
  width: 70%;
  border: 1px solid #ddd;
  padding: 0 7rem 0 2.5rem;
  border-radius: 10rem;
  overflow: hidden;
  background-color: #fff;
}
.bo_search .sch_bar input {
  width: 100%;
  border: none;
  font-size: 1.6rem;
  color: #666;
  height: 5.2rem;
  font-weight: 400;
  background: transparent !important;
}
.bo_search .sch_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 2rem;
  background: transparent;
  border: none;
  transform: translateY(-50%);
  text-align: center;
}
.bo_title_box {
  padding: 4.5rem 0;
  border-top: 1px solid #2090ff;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.bo_title_box .subject {
  font-size: 2.6rem;
  font-weight: 700;
  color: #111;
}
.bo_title_box .detial {
  display: flex;
  justify-content: center;
}
.bo_title_box .detial dl {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.bo_title_box .detial dl + dl::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 1rem;
  vertical-align: middle;
  margin: 0.8rem 2.5rem 0 2.5rem;
  background-color: #ccc;
}
.bo_title_box .detial dt {
  font-weight: 500;
  color: #111;
  flex-shrink: 0;
  margin-right: 1rem;
}
.bo_title_box .detial dd {
  font-weight: 400;
  color: #888;
}
.bo_preview_title {
  border-top: 1px solid #444;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bo_preview_title dl {
  width: calc(50% - 4rem);
  max-width: 48rem;
  padding: 4rem 0 0;
}
.bo_preview_title dl dt {
  line-height: 1;
  margin-bottom: 1.2rem;
  font-size: 2.6rem;
  color: #999;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.bo_preview_title dl dd {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.2s ease;
}
.bo_preview_title dl dd > a {
  font-size: 1.6rem;
  color: #666;
}
.bo_preview_title dl dd .no-post {
  color: #888;
}
.bo_preview_title dl.prev {
  text-align: left;
}
.bo_preview_title dl.prev dt::before {
  display: inline-block;
  content: "";
  width: 1.1rem;
  height: 1.8rem;
  background: url(/img/sub/bo_preview_left.png) no-repeat center/contain;
  margin-right: 1.5rem;
}
.bo_preview_title dl.prev dd {
  transform: translateX(2rem);
  padding-left: 2.5rem;
}
.bo_preview_title dl.next {
  text-align: right;
}
.bo_preview_title dl.next dt::after {
  display: inline-block;
  content: "";
  width: 1.1rem;
  height: 1.8rem;
  background: url(/img/sub/bo_preview_right.png) no-repeat center/contain;
  margin-left: 1.5rem;
}
.bo_preview_title dl.next dd {
  transform: translateX(-2rem);
  padding-right: 2.5rem;
}
.bo_preview_title dl:hover dd {
  opacity: 1;
  transform: translateX(0);
}
.bo_preview_title dl:hover dd,
.bo_preview_title dl:hover dd > a {
  color: #2090ff;
}
.bo_preview_title dl:hover dt {
  color: #2090ff;
}
.bo_preview_title dl.prev:hover dt::before {
  background-image: url(/img/sub/bo_preview_left_on.png);
}
.bo_preview_title dl.next:hover dt::after {
  background-image: url(/img/sub/bo_preview_right_on.png);
}
.bo_preview_title dl.no_post dd {
  opacity: 1;
  transform: translateX(0);
}
.bo_preview_title dl.no_post:hover dt,
.bo_preview_title dl.no_post:hover dd {
  color: #999;
}
.bo_preview_title dl.no_post.prev:hover dt::before {
  background-image: url(/img/sub/bo_preview_left.png);
}
.bo_preview_title dl.no_post.next:hover dt::after {
  background-image: url(/img/sub/bo_preview_right.png);
}
.bo_list_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.2rem;
  height: 7.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.bo_list_btn::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  background: url(/img/sub/bo_listbtn_bg.png) no-repeat center/contain;
  transition: 0.45s ease;
}
.bo_list_btn:hover::after {
  transform: rotate(90deg);
}
.bo_list_btn img {
  z-index: 1;
}
.bo_file_box dl {
  display: flex;
  border-top: 1px solid #ddd;
  color: #666;
  font-weight: 500;
}
.bo_file_box dt {
  background-color: #f5f5f5;
  width: 20rem;
  flex-shrink: 0;
  text-align: center;
  padding: 3rem;
}
.bo_file_box dd {
  padding: 3rem;
}
#bo_v_con {
  min-height: 45rem;
}
.more_opt li button,
.more_opt li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
}
.more_opt li i {
  list-style: 1;
  vertical-align: middle;
}
#bo_list {
  margin-bottom: 0;
}
#bo_v_top {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#bo_v_top:after {
  display: none;
}
#bo_v_top ul {
  float: none;
}
#bo_v_top ul li > button {
    font-size: 2rem;
}
.bo_tit a img {
  width: 1.7rem;
}
.bo_notice .notice_icon img {
  width: 2.6rem;
}

/* ===== RESPONSIVE ===== */
@media all and (max-width: 1240px) {
}
@media all and (max-width: 1024px) {
    
}

@media all and (max-width: 767px) {
  .bo_title_box {
    padding: 3rem 0;
  }
  .bo_title_box .detial {
    flex-direction: column;
    margin-top: 1rem;
  }
  .bo_title_box .detial dl {
    margin-top: 1rem;
  }
  .bo_title_box .detial dl + dl::before {
    display: none;
  }
  .bo_top_box {
    flex-direction: column;
    align-items: flex-end;
  }
  .bo_search {
    margin-top: 2rem;
  }
  .ranking_container .inner1500 .bo_top_box {
    flex-direction: initial;
    align-items: center;
  }
  .ranking_container .inner1500 .bo_search {
    margin-top: auto;
  }
  .bo_search.type_full form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bo_search.type_full .dv-select {
    width: calc(50% - 0.5rem);
  }
  .bo_search.type_full .dv-select:nth-of-type(2) {
    margin-right: 0;
  }
  .bo_search.type_full .sch_bar {
    width: 100%;
    margin-top: 1rem;
  }
  .bo_preview_title dl dt {
    font-size: 2rem;
  }
  #bo_v_con {
    padding: 3rem 3%;
  }
  div.dv-select > span.spn-sel-arrow img {
    width: 1rem;
  }
}
@media all and (max-width: 480px) {
}

/** Publisher **/
.publisher {
	width: 80%;
	margin: 3% 10%;
}
.publisher .title {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.publisher .content {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	transform: scale(1);
	transition: 0.5s ease-in-out;
}
.publisher .content:hover {
	background: #2090ff !important;
	opacity: 0.3 !important;
	color: white;
	/* transform: scale(1.1); */
};
@media (max-width: 800px) {
	.publisher {
		width: 90%;
		margin: 3% 5%;
	}
}
