.container_inner {
  width: var(--sub-inner-width);
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 151px;
}
.subpage_title {
  /* width/: 100%; */
  /* margin: 0 auto; */
  text-align: center;
}

.manner-wrap .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.manner-s_banner {
  /*margin-top: 70px;*/
  width: var(--sub-inner-width);
  height: 352px;
  background-image: url(/static/assets_rn/images/d-s_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.manner-manners-wrap {
  margin-top: 32px;
  width: var(--sub-inner-width);
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #f8f8f8;
  margin-bottom: 70px;
}

.manner-manner {
  display: flex;
  align-items: center;
  padding: 10px;
}

.manner-manner img {
  margin-right: 20px;
}

.manner-manner span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
}

.board-wrap .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.board-search {
  width: var(--sub-inner-width);
  align-items: center;
}

.board-search form {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}

.board-search select {
  position: relative;
  width: 120px;
  height: 40px;
  padding: 12.5px 15px;
  border: solid 1px #dbdbdb;
  margin-right: 10px;
}

.select-icon {
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translate(0, -50%);
  background-image: url(/static/assets_rn/images/d-select.svg);
  background-size: cover;
  z-index: 9;
}

.input-box,
.select-box {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  background-image: url(/static/assets_rn/images/d-search.svg);
  background-repeat: no-repeat;
}

.board-search input {
  width: 250px;
  height: 40px;
  padding: 12px 15px;
  border: solid 1px #dbdbdb;
  cursor: text;
  font-size: 1.4rem;
}

.board-board-wrap {
  margin-top: 30px;
  margin-bottom: 70px;
}

.board-l {
  width: 68%;
  padding: 30px 40px;
  border-right: 1px solid #e3e3e3;
}
.board-r {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.board-box {
  width: 100%;
  border: solid 1px #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.board-l-t {
  height: 170px;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}

.board-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: -0.3px;
  text-align: left;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-contents {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: -0.6px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.board-l-b-name {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.6px;
  text-align: left;
  color: #575757;
}

.board-r {
  padding: 30px 40px;
}

.board-l-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.board-action {
  display: flex;
  align-items: center;
}

.board-l-b .devide-bar {
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: #e5e6e9;
}

.like-num {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: 0.17px;
  text-align: left;
  color: #000;
}

.board-r-t {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 36px;
  border-bottom: 1px solid #e3e3e3;
}

.percent-like {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.51px;
  color: #2d92cd;
  line-height: 0.7;
  font-family: 'Pretendard', sans-serif;
}
.percent-dislike {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.51px;
  color: #d8212d;
  line-height: 0.7;
  font-family: 'Pretendard', sans-serif;
}

.board-num-like {
  font-weight: bold;
  letter-spacing: -1.65px;
  text-align: left;
  color: #2d92cd;
}

.board-box:last-child {
  margin-bottom: 0;
}

.board-num-dislike {
  font-weight: bold;
  letter-spacing: -1.65px;
  text-align: right;
  color: #d8212d;
}

.win {
  font-size: 110px;
}

.lose {
  font-size: 50px;
}
.half {
  font-size: 70px;
}

.board-r-b {
  width: 100%;
}

.board-gauge {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 30px;

  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.26px;
}

.gauge-info {
  width: 11%;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.26px;
}

.info-like {
  white-space: nowrap;
  color: #2d92cd;
  margin-right: 10px;
}

.info-dislike {
  white-space: nowrap;
  color: #d8212d;
  margin-left: 10px;
}

.gauge-total {
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.board-gauge-like {
  height: 20px;
  border-radius: 10px;
  background-color: #2d92cd;
}
.board-gauge-dislike {
  height: 20px;
  border-radius: 10px;
  background-color: #d8212d;
}

.paging {
  margin-bottom: 150px;
}

.board-gauge div:first-child {
  display: flex;
  justify-content: space-between;
}

.dislike-mo {
  display: none;
}

@media (max-width: 1300px) {
  :root {
    --sub-inner-width: 90%;
  }
}

/* 배너 반응형 */
@media (max-width: 1100px) {
  .manner-s_banner {
    margin-top: 50px;
    height: 272px;
    background-size: contain;
  }
}

@media (max-width: 700px) {
  .manner-s_banner {
    margin-top: 50px;
    height: 174px;
    background-size: contain;
  }

  .manner-manners-wrap {
    width: 100%;
    padding: 20px;
  }

  .manner-manner img {
    width: 18px;
  }

  .manner-manner {
    align-items: baseline;
  }

  .manner-manner span {
    /*font-size: 15px;*/
    word-break: keep-all;
    line-height: 1.45;
  }
}
/*토론게시판 리스트 날짜*/
.board_list_date {
	margin-left:10px;
	display:inline-block;
}
.board_list_date:before {
	content:"";
	display:inline-block;
	width:1px;
	height:14px;
	background:#b7b7b7;
	margin:0 10px 0 0;
} 
@media (max-width: 1024px) {
  .manner-manners-wrap {
    margin-top: 22px;
    padding: 30px;
    background: #f8f8f8;
    margin-bottom: 70px;
  }
  .manner-manner span {
    /*font-size: 16px;*/
  }

  .win {
    font-size: 80px;
  }
  .lose {
    font-size: 40px;
  }
  .half {
    font-size: 55px;
  }
  .percent-like {
    font-size: 27px;
  }

  .board-title {
    font-size: 18px;
  }
  .board-contents {
    font-size: 15px;
  }

  .board-r-t {
    flex-direction: column;
    align-items: center;
  }

  .board-gauge {
    flex-direction: column;
  }

  .info-like {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }

  .gauge-total {
    width: 100%;
    margin: 5px 0px;
  }

  .info-dislike {
    margin-left: 0;
    width: 100%;
    text-align: right;
  }

  .board-l-b {
    padding-top: 15px;
    height: 92px;
  }

  .board-l,
  .board-r {
    padding: 20px 25px;
  }

  .board-gauge {
    padding-top: 15px;
  }

  .info-dislike {
    display: none;
  }

  .dislike-mo {
    display: inline-block;
  }

  .board-gauge div:first-child {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .board-search form {
    justify-content: space-between;
  }

  .board-box {
    flex-direction: column;
  }

  .board-l,
  .board-r {
    padding: 20px 25px;
    flex-direction: unset;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .board-r-t {
    flex-direction: unset;
    align-items: unset;
  }

  .board-l {
    width: 100%;
    padding: 20px 20px;
    border-right: none;
  }

  .board-l-b {
    height: auto;
  }

  .board-r-t {
    width: auto;
    height: auto;
    display: flex;
    align-items: unset;
    padding-bottom: 0;
    border-bottom: none;
    align-items: flex-end;
    margin-right: 20px;
  }

  .board-gauge {
    padding-top: 0;
  }

  .percent-like {
    font-size: 27px;
    margin-right: 10px;
  }

  .board-r-b {
    width: 60%;
  }

  .win {
    font-size: 60px;
  }
  .lose {
    font-size: 30px;
  }
  .half {
    font-size: 45px;
  }

  .percent-like,
  .percent-dislike {
    font-size: 30px;
  }

  .board-search select {
    width: 100px;
  }

  .board-search input {
    width: 220px;
  }
}
@media all and (max-width:460px) {
	.board_list_date {
		margin-left:0;
	}
	.board_list_date:before {
		display:none;
	}
}
