.board {
  position: relative;
}
.board__moive {
  position: relative;
  width: 100%;
  padding-top: 57%;
  overflow: hidden;
}
.board__moive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.board__moive video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.board__total {
  margin-top: 1.4rem;
  line-height: 1.5rem;
  font-size: 1.6rem;
}
.board__total em {
  color: #ff5050;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .board__total {
    margin-top: 2rem;
  }
}
.board__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .board__top {
    flex-direction: column-reverse;
  }
}
.board__list {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #1a1818;
  border-bottom: 1px solid #eee;
  margin-top: 4rem;
  table-layout: fixed;
  font-size: 1.6rem;
}
.board__list--mt32 {
  margin-top: 3.2rem;
}
.board__list colgroup {
  display: none;
}
@media screen and (max-width: 1307px) {
  .board__list {
    table-layout: auto;
  }
}
@media screen and (max-width: 640px) {
  .board__list {
    table-layout: fixed;
  }
}
@media screen and (max-width: 800px) {
  .board__list .td--subject {
    padding-left: 1rem !important;
    font-size: 1.6rem;
  }
}
.board__list .td--subject .bo_tit {
  width: 100%;
}
.board__list .td--subject .bo_tit a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .board__list .td--subject {
    width: initial;
  }
}
@media screen and (max-width: 800px) {
  .board__list colgroup {
    display: table-column-group;
  }
  .board__list .num {
    text-align: left;
  }
  .board__list .td-link {
    font-size: 1.6rem;
  }
  .board__list .td--state .btn {
    width: auto;
  }
  .board__list .td--state .btn.btn--xs {
    padding: 0 1.5rem;
  }
  .board__list .btn-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: baseline;
  }
}
@media screen and (max-width: 800px) {
  .board__list thead {
    display: none;
  }
}
.board__list thead th {
  padding: 2rem 1rem;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: none;
  font-size: 1.6rem;
  color:#464C53;
  font-weight: 700;
  background-color: #eee;
}
.board__list thead th a {
  color:#464C53;
}
.board__list tbody tr:last-child td {
  border-bottom: none;
}
.board__list tbody th {
  padding: 1.6rem 0.8rem;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
.board__list tbody th:first-child {
  border-left: 0;
}
.board__list tbody td {
  padding: 1.6rem 0.8rem;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border-right: none;
  font-size: 1.6rem;
  color:#464C53;
}
@media screen and (max-width: 800px) {
  .board__list tbody td.write {
    display: none;
  }
  .board__list tbody td.hit {
    display: none;
  }
  .board__list tbody td.good {
    display: none;
  }
  .board__list tbody td.nogood {
    display: none;
  }
  .board__list tbody td.datetime {
    width: initial;
  }
}
.board__list img {
  max-width: 100%;
  height: auto;
}
.board__list .wd-85 {
  width: 85px;
}
.board__list .wd-130 {
  width: 130px;
}
.board__list .wd-410 {
  width: 410px;
}
.board__list .wd-120 {
  width: 120px;
}
.board__list .wd-100 {
  width: 100px;
}
.board__list .td-subject {
  text-align: left;
}
.board__list .only-m {
  display: none;
}
@media screen and (max-width: 800px) {
  .board__list .only-m {
    font-weight: 300;
    margin-right: 10px;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    height: auto;
    border-radius: 3px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
  }
}
.board__list .td-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  display: block;
  color: #313131;
}
.board__list .td-state .btn {
  width: 100%;
}

.board-detail {
  position: relative;
}
.board-detail__title {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  word-break: break-all;
  border-top: 0.2rem solid #222;
  background-color: #f1f1f1;
  padding: 2.5rem 2rem;
}
.board-detail__info {
  padding: 1.6rem 2rem;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.board-detail__info ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.board-detail__info ul li {
  position: relative;
  padding: 0 1.35rem;
  color: #888;
  font-size: 1.4rem;
  line-height: 1.2;
}
.board-detail__info ul li:first-child {
  padding-left: 0;
}
.board-detail__info ul li:last-child {
  padding-right: 0;
}
.board-detail__info ul li strong {
  display: inline-block;
  position: relative;
  padding-left: 1.1rem;
  font-weight: 500;
  color:#464C53;
}
.board-detail__info ul li strong:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #555;
  border-radius: 100%;
}
.board-detail__info ul li span {
  display: inline-block;
  position: relative;
}
.board-detail__info ul li span.dot {
  margin: 0 0.2rem;
}
.board-detail__file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.7rem 1.7rem;
  background-color: #fafafa;
  color:#464C53;
  font-size: 1.5rem;
}
.board-detail__file .file__tit {
  position: relative;
  display: block;
  padding-left: 1.1rem;
  font-weight: 700;
}
.board-detail__file .file__tit:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #555;
}
.board-detail__file .file__tit span {
  display: inline-block;
  position: relative;
  margin: 0 0.1rem;
}
.board-detail__file .file__items {
  position: relative;
  width: calc(100% - 7rem);
  margin-left: auto;
}
.board-detail__file .file__item a {
  display: block;
  position: relative;
  color: #222;
}
.board-detail__file .file__item + .file__item {
  margin-top: 0.4rem;
}
.board-detail__content {
  padding: 5rem 0 3rem;
  font-size: 1.6rem;
  line-height: 1.5rem;
  color: #313131;
}
.board-detail__content .gall_img {
  text-align: left;
  margin-bottom: 2rem;
}
.board-detail__content img {
  max-width: 100%;
  height: auto;
}
.board-detail__content .recomment-title {
  font-size: 2.1rem;
  font-weight: 500;
  color: #042e6f;
}
.board-detail__content .recomment-title2 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem;
  line-height: 1.2;
}
.board-detail__content.recomment {
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
  border-top: 1px solid #ddd;
}
.board-detail__btnbox {
  margin-top: 1.5rem;
  text-align: center;
}
.board-detail__page {
  width: 100%;
  margin-top: 1.5rem;
}
.board-detail__page .page-items {
  border-top: 1px solid #ddd;
}
.board-detail__page .page-items__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.board-detail__page .page-items__tit {
  display: block;
  width: 14rem;
  padding: 1.4rem 0;
  text-align: center;
  color:#464C53;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .board-detail__page .page-items__tit {
    width: 8rem;
  }
}
.board-detail__page .page-items__link {
  display: block;
  width: calc(100% - 22rem);
  padding: 1.4rem 0;
  text-align: left;
  color:#464C53;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .board-detail__page .page-items__link {
    width: calc(100% - 8rem);
  }
}
.board-detail__page .page-items__link a {
  display: block;
  width: 100%;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.board-detail__page .page-items__date {
  display: block;
  width: 7.143rem;
  padding: 1.4rem 0;
  text-align: center;
  color: #999;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .board-detail__page .page-items__date {
    display: none;
  }
}

.recomment-content {
  position: relative;
  padding: 1.5rem;
}

.ans_datetime {
  font-size: 1.6rem;
}

.board_view_btn_box {
  padding-top: 0.7143rem;
  text-align: right;
}

.board-filter {
  position: relative;
}
.board-filter__form {
  position: relative;
  display: flex;
  width: 500px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .board-filter__form {
    width: 100%;
  }
}
.board-filter__content {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .board-filter__content {
    max-width: 100%;
  }
}
.board-filter__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.board-filter__item {
  padding: 0 3px;
}
.board-filter__item .btn {
  width: 100%;
  padding: 0 10px;
}
.board-filter__item .frm-input {
  width: 100%;
  border-radius: 5px !important;
}
.board-filter__item.item--fst {
  width: 100%;
  max-width: 130px;
}
@media screen and (max-width: 800px) {
  .board-filter__item.item--fst {
    width: 30%;
    max-width: 30%;
  }
}
.board-filter__item.item--mid {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 800px) {
  .board-filter__item.item--mid {
    width: 70%;
    max-width: 70%;
    padding-right: 0;
  }
}
.board-filter__item.item--last {
  width: 100%;
  max-width: 70px;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .board-filter__item.item--last {
    max-width: 100%;
    margin-top: 4px;
  }
}
.board-filter__item.item--wd420 {
  max-width: 430px;
}
@media screen and (max-width: 800px) {
  .board-filter__item.item--wd420 {
    width: 100%;
    max-width: 100%;
  }
}

.frm-input {
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
  font-size: 1.6rem;
  color: #484848;
  background-color: transparent;
  border: 1px solid #ddd;
  height: 5rem;
}
.frm-input--grid100 {
  width: 100%;
}
.frm-input--wd {
  width: 8.3rem;
}
.frm-input--wd100 {
  width: 100%;
  max-width: 100px;
}
.frm-input--wd200 {
  width: 100%;
  max-width: 200px;
}
.frm-input--wd90 {
  width: 100%;
  max-width: 90px;
}
.frm-input--wd300 {
  width: 100%;
  max-width: 300px;
}
.frm-input--wd150 {
  width: 100%;
  max-width: 150px;
}
.frm-input--small {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 5px;
  font-size: 13px;
}

select.frm-input {
  padding-left: 1rem;
  padding-right: 2rem;
  background: url("../imgs/icon/icon_down_arr.svg") no-repeat calc(100% - 1rem) 50%;
  background-size: 7px 4px;
}

textarea.frm-input {
  height: 100px;
  padding: 1rem;
  line-height: 1.3;
  height: 10rem;
}

.frmbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 640px) {
  .frmbox {
    flex-direction: column;
  }
  .frmbox--response-flex {
    flex-direction: row;
  }
  .frmbox--response-flex .frmbox__body {
    width: calc(100% - 10rem);
    margin-top: 0;
  }
}
.frmbox--no-flex {
  display: block;
}
.frmbox--no-flex .frmbox__body,
.frmbox--no-flex .frmbox__head {
  width: 100%;
}
.frmbox--no-flex .frmbox__body {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.frmbox--border-bottom-0 {
  border-bottom: 0;
  padding-bottom: 0;
}
.frmbox--supplier {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.frmbox--border-bottom-0 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.frmbox .frm_fail {
  display: block;
  position: relative;
  color: #f2391f;
  margin-left: 10px;
  font-size: 1.6rem;
}
.frmbox .frm_fail--ml0 {
  margin-left: 0;
}
.frmbox .frm_fail--10 {
  margin-top: 1rem;
}
.frmbox .frm_fail--inline {
  display: inline;
}
.frmbox .frm_pass {
  display: block;
  position: relative;
  color: #08a600;
  margin-left: 1rem;
  font-size: 1.6rem;
}
.frmbox .grid-box {
  width: 100%;
  margin-top: 2rem;
}
.frmbox .frmbox {
  margin-bottom: 0;
  border-style: solid;
}
.frmbox__head {
  display: block;
  padding-top: 1rem;
}
.frmbox__head .title {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  font-size: 1.8rem;
  color: #1A1818;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .frmbox__head .title br {
    display: none;
  }
}
.frmbox__head .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #005da3;
  border-radius: 100%;
}
.frmbox__head--pdt0 {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .frmbox__head--response-pdt0 {
    padding-top: 0;
  }
}
.frmbox .title2 {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  color: #1A1818;
  font-weight: 400;
  padding-left: 1rem;
}
.frmbox .title2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #ef7373;
  border-radius: 50%;
}
.frmbox .title3 {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  color: #1A1818;
  font-weight: 700;
}
.frmbox__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% - 14rem);
  font-size: 1.8rem;
  color: #313131;
  margin-left: auto;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .frmbox__body {
    width: 100%;
    margin-top: 1rem;
  }
}
.frmbox__body .mb_5 {
  margin-bottom: 5px;
}
.frmbox__body--grid100 {
  width: 100%;
  margin-top: 2rem;
}
.frmbox__body--wd80 {
  width: calc(100% - 8rem) !important;
}
.frmbox__body--wd60 {
  width: calc(100% - 6rem) !important;
}
.frmbox__body--wd100 {
  width: calc(100% - 10rem) !important;
}
.frmbox__body--wd30 {
  width: calc(100% - 3rem) !important;
}
.frmbox__body--grid100 {
  width: 100% !important;
}
.frmbox__body--mt10 {
  margin-top: 1rem;
}
.frmbox__body--no-flex {
  display: block;
}
.frmbox__body--v-center {
  align-self: flex-end;
}
.frmbox #msg_mb_id {
  display: block;
  position: relative;
  width: 100%;
  color: #f2391f;
}
.frmbox__tooltip {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.5rem;
}
.frmbox .frmbox__body.pt {
  padding-top: 0.7857rem;
}
.frmbox .frmbox__body.pdt--10 {
  padding-top: 1rem;
}
.frmbox .frm-input {
  width: 100%;
}
.frmbox .grid--100 {
  width: 100%;
}
.frmbox--mt20 {
  margin-top: 2rem;
}
.frmbox .wr_content {
  width: 100%;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.check-list li {
  display: flex;
  flex-wrap: wrap;
}

.in-frmbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 2rem;
}

.etc-frmbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1rem;
  flex-wrap: wrap;
}
.etc-frmbox__parenthesis {
  margin-left: 1rem;
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .etc-frmbox__parenthesis {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .etc-frmbox {
    width: 100%;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.depth-frmbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .depth-frmbox {
    width: auto;
  }
}
.depth-frmbox__head {
  font-size: 1.6rem;
}
.depth-frmbox__body {
  display: flex;
  padding-left: 1rem;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0 1.7rem;
  margin: 0;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  background-color: transparent;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  color: #313131;
  vertical-align: middle;
  border-radius: 5px !important;
  cursor: pointer;
}

.btn--xs {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 5px;
  font-size: 13px;
}
.btn--round {
  border-radius:50px !important;
}
.btn--round::after {
  border-radius:50px !important;
}
.btn--gray {
  background-color: #C0C0C0 !important;
  border-color: #C0C0C0 !important;
  color: #fff;
}
.btn--gray:hover, .btn--gray:focus {
  background-color: #8a8a8a !important;
  border-color: #8a8a8a !important;
  color: #fff;
}

.btn--green {
  background-color: #559150 !important;
  border-color: #559150 !important;
  color: #fff;
}
.btn--light {
  background-color: #fff;
  border-color: #ddd !important;
  color: #484848 !important;
}

.btn--light:hover, .btn--light:focus {
  background-color: #EFEFEF;
}
.btn--light-blue {
  background-color: #0091FF;
  border-color: #0091FF !important;
  color: #fff !important;
}
.btn--light-blue:hover, .btn--light-blue:focus {  
  background-color: #085D9D;
}

.btn--cy {
  background-color: #02a8c6 !important;
  border-color: #02a8c6 !important;
  color: #fff;
}
.btn--red {
  background-color: #f2391f !important;
  border-color: #f2391f !important;
  color: #fff;
}
.btn--indigo {
  background-color: #042e6f !important;
  border-color: #042e6f !important;
  color: #fff;
}
.btn--pink {
  background-color: #ef7373;
  border-color: #ef7373 !important;
  color: #fff !important;
}
.btn--primary {
  background-color: #0E3799;
  border-color: #0E3799 !important;
  color: #fff !important;
}
.btn--primary:hover, .btn--primary:focus {
  background-color:#062570;
}
.btn--primary:hover::after, .btn--primary:focus:after {
  width: 100%;
  background-color: #062570;
}

.btn-box {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}

.btn-box-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
.btn-box-list li {
  padding: 5px;
}
.btn-box-list li:last-child {
  padding-right: 0;
}
.btn-box-list .btn {
  padding: 0 2rem;
}
.btn svg {
    display: inline-block;
    vertical-align: -0.7rem;
}

.pagination {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
}
.pagination__items {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  text-align: center;
}
.pagination__item {
  display: inline;
}
.pagination__item.active .pagination__link {
  background-color:#464C53;
  color: #fff;
}
.pagination__item--next > * {
  margin-left: 1.5rem;
}
.pagination__item--prev > * {
  margin-right: 1.5rem;
}
.pagination__link {
  position: relative;
  float: left;
  padding: 0;
  text-decoration: none;
  min-width: 2rem;
  height: 2rem;
  line-height: 1.9rem;
  color: #666;
  margin-left: 4px;
  border-radius: 5px;
  background-color: #f0fbef;
}
.pagination__link:hover {
  background-color:#464C53;
  color: #fff;
}
.pagination__link--i {
  border: 1px solid #cecece;
  background-color: #fff;
  color:#464C53;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.checkbox {
  position: relative;
  cursor: pointer;
  display: inline-flex !important;
  align-items: flex-start;
}
.checkbox ~ .checkbox {
  margin-left: 1rem;
}
.checkbox--mg0 {
  margin: 0 !important;
}
.checkbox--mt5 {
  margin-top: 5px !important;
}
.checkbox__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/icon/icon_checkbox_off.svg);
  cursor: pointer;
  flex-shrink: 0;
}
.checkbox__label {
  display:inline-flex;
  font-style: normal;
  color:#464C53;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
}
.checkbox__label span {
  display:inline-block;
  margin-left:0.8rem;
}
.checkbox__label--font18 {
  font-size: 1.8rem;
}
.checkbox strong.checkbox__label {
  font-size: 1.5rem;
  font-weight: 400;
}
.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: -1;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon {
  background-image: url(../images/icon/icon_checkbox_on.svg);
}
.checkbox__input:disabled + .checkbox__label .checkbox__icon {
  background-image: url(../images/icon/icon_checkbox_off.svg);
  cursor: default;
}
.checkbox__input:disabled ~ .checkbox__label {
  color: #999;
  cursor: default;
}
.checkbox__input:disabled ~ strong.checkbox__label {
  color: #999;
}

.checkbox-wrap {
  margin-top: 2rem;
}

.radio {
  position: relative;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
}
.radio ~ .radio {
  margin-left: 2rem;
}
.radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: -1;
}
.radio__icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/icon/icon_radio_off.svg);
  cursor: pointer;
  flex-shrink: 0;
}
.radio__label {
  display:inline-flex;
  font-style: normal;
  color:#464C53;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
}
.radio__label span {
  display:inline-block;
  margin-left:0.8rem;
}

.radio__label--s15 {
  font-size: 1.5rem;
}
.radio strong.checkbox__label {
  font-size: 1.5rem;
  font-weight: 400;
}
.radio__input:checked + .radio__label .radio__icon {
  background-image: url(../images/icon/icon_radio_on.svg);
}
.radio__input:disabled + .radio__label .radio__icon {
  background-image: url(../images/icon/icon_radio_off.svg);
  cursor: default;
}
.radio__input:disabled ~ .radio__label {
  color: #999;
  cursor: default;
}
.radio__input:disabled ~ strong.radio__label {
  color: #999;
}

.datebox {
  position: relative;
  display: inline-flex;
}
.datebox i {
  display: inline-block;
  position: absolute;
  top: 1.3rem;
  right: 1.7rem;
}
.datebox__item {
  position: relative;
  width: 50%;
  padding-right: 1rem;
}
.datebox__item:last-child, .datebox__item--last {
  padding-left: 1rem;
  padding-right: 0;
}
.datebox__item:last-child i, .datebox__item--last i {
  right: 0.9rem;
}
.datebox__item:last-child::after, .datebox__item--last::after {
  display: none;
}
.datebox__item:after {
  display: block;
  content: "-";
  position: absolute;
  top: 50%;
  right: -3px;
  font-size: 1.3rem;
  color:#464C53;
  transform: translateY(-50%);
  visibility: visible;
  clear: both;
}
.datebox__item .frm-input {
  width: 100%;
}
.datebox .frm-input {
  padding-right: 2rem;
}

.email-box {
  position: relative;
  width: 100%;
}
.email-box .email-box__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.email-box .email-box__item {
  position: relative;
  margin-bottom: 0;
}
.email-box .email-box__item:nth-child(1) {
  width: 30%;
  padding-right: 10px;
}
@media screen and (max-width: 500px) {
  .email-box .email-box__item:nth-child(1) {
    width: 50%;
  }
}
.email-box .email-box__item:nth-child(1):after {
  display: block;
  content: "@";
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 13px;
  color: #484848;
  transform: translateY(-50%);
  visibility: visible;
  clear: both;
}
.email-box .email-box__item:nth-child(2) {
  width: 30%;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .email-box .email-box__item:nth-child(2) {
    width: 50%;
  }
}
.email-box .email-box__item:nth-child(3) {
  width: 40%;
  padding-left: 10px;
}
@media screen and (max-width: 500px) {
  .email-box .email-box__item:nth-child(3) {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}

.tel-box {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.tel-box .tel-box__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}
.tel-box .tel-box__item {
  width: 33.3333333333%;
  position: relative;
  padding: 1rem;
}
.tel-box .tel-box__item::after {
  content: "-";
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  font-size: 1.4rem;
  color: #272727;
  transform: translateY(-50%);
}
.tel-box .tel-box__item:nth-child(1) {
  width: 20%;
}
.tel-box .tel-box__item:nth-child(2) {
  width: 40%;
}
.tel-box .tel-box__item:nth-child(3) {
  width: 40%;
}
.tel-box .tel-box__item:nth-child(3)::after {
  display: none;
}
.tel-box .frm-input {
  width: 100%;
}

#gall-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
  gap: 1rem;
}
#gall-ul .no_image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#gall-ul .no_image::before {
  content: "NO IMAGE";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gall-ul.empty {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  #gall-ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 639px) {
  #gall-ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#gall-ul .gall__item {
  position: relative;
  padding: 1rem;
  margin-bottom: 1.3rem;
}
#gall-ul .gall__item .clip-image {
  padding-top: 100%;
}
#gall-ul .gall__box {
  position: relative;
  display: block;
}
#gall-ul .gall__chk {
  position: absolute !important;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
#gall-ul .gall__txt {
  display: block;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.6rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#gall-ul .gall__notice {
  display: block;
  position: absolute;
  top: 1rem;
  left: 3.1rem;
  background-color: #eb5c88;
  font-size: 1.6rem;
  color: #fff;
  z-index: 10;
  padding: 3px 5px;
  line-height: 1;
}

#gall_allchk {
  position: relative;
  margin-top: 1rem;
  font-size: 0.9rem;
}
#gall_allchk label {
  padding-left: 1rem;
}

.new_icon {
  display: inline-block;
  background-color: #eb5c88;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 4px;
  vertical-align: 2px;
  margin-right: 5px;
}

.empty_table {
  text-align: center !important;
}

@media screen and (max-width: 800px) {
  .board-detail__info ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .board-detail__info ul li {
    width: 100%;
    padding: 0;
  }
  .board-detail__info ul li span.dot + span {
    width: calc(100% - 100px - 5px);
  }
  .board-detail__info ul li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 800px) {
  .frminput.w200 {
    max-width: 100%;
  }
  .frminput.w230 {
    max-width: 100%;
  }
  .frmbox.frmbox--row {
    flex-direction: row;
  }
  .frmbox.frmbox--row .frmbox__body {
    margin-top: 0;
  }
  .frmbox.frmbox--row .frmbox__body.wd--3 {
    width: calc(100% - 3rem) !important;
  }
  .frmbox.vt--center {
    align-items: baseline;
  }
  .btn.btn-tel {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
#bo_w {
  position: relative;
}

#bo_cate .swiper-slide,
#bocat .swiper-slide {
  width: auto;
  padding: 0 4.5px;
}

.interest__title {
  font-size: 1.6rem;
  color:#464C53;
  font-weight: 500;
}
.interest__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.interest__body .checkbox {
  margin: 0.5rem;
}
.interest__checkbox-items {
  margin: -0.5rem;
}
.interest + .interest {
  margin-top: 2rem;
}

.btn-list {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .btn-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: baseline;
  }
}
@media screen and (max-width: 640px) {
  .btn-list {
    flex-direction: column;
    width: 100%;
  }
}
.btn-list__item {
  position: relative;
}
.btn-list__item + .btn-list__item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 749px) {
  .btn-list__item + .btn-list__item {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .btn-list__item + .btn-list__item {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

#bo_vc .bo_vl_opt {
  margin-bottom: 1rem;
}
#bo_vc .bo-comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
#bo_vc .bo-comment .profile_img img {
  border-radius: 50%;
}
#bo_vc .bo-comment .pf_img {
  display: inline-block;
  margin-right: 1rem;
}
#bo_vc .bo-comment .pf_img img {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
#bo_vc .bo-comment .cm_wrap {
  width: 100%;
}
#bo_vc .bo-comment__head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#bo_vc .bo-comment__head .profile_img {
  display: none;
}
#bo_vc .bo-comment__head .icon_reply {
  position: absolute;
  top: 15px;
  left: -20px;
}
#bo_vc .bo-comment .member,
#bo_vc .bo-comment .guest,
#bo_vc .bo-comment .sv_memeber,
#bo_vc .bo-comment .sv_guest {
  font-weight: 700;
}
#bo_vc .bo-comment .cmt_contents {
  line-height: 1.5;
  padding: 0 0 2rem;
}
#bo_vc .bo-comment .bo_vc_hdinfo {
  font-size: 1.4rem;
  color: #666;
  margin-left: 0.5rem;
}
#bo_vc .bo-comment p a {
  text-decoration: underline;
}
#bo_vc .bo-comment p a.s_cmt {
  text-decoration: underline;
  color: #ed6479;
}
#bo_vc #bo_vc_winfo {
  float: left;
}
#bo_vc .bo_vl_opt {
  position: relative;
  text-align: right;
}

#bo_vc_empty {
  margin: 0;
  padding: 80px 0 !important;
  color: #777;
  text-align: center;
}

.bo_vc_w {
  position: relative;
  margin: 1rem 0;
  display: block;
}
.bo_vc_w #char_cnt {
  display: block;
  margin: 0 0 5px;
}
.bo_vc_w textarea {
  border: 1px solid #ccc;
  background: #fff;
  color:#464C53;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 12rem;
  font-size: 1.6rem;
}
.bo_vc_w .btn_confirm {
  position: relative;
  margin-top: 1rem;
  text-align: right;
}
.bo_vc_w .btn_confirm label {
  display: inline-block;
  margin-right: 1rem;
  border-radius: 3px;
  font-size: 1.6rem;
  text-align: center;
}
.bo_vc_w .btn_submit {
  height: 2.5rem;
  padding: 0 2rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.bo_vc_w .btn_confirm .secret_cm label {
  font-size: 1em !important;
}

#wr_secret {
  position: relative;
}

.bo_vc_w_info {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.bo_vc_w_info .frm-input {
  margin-right: 5px;
}
.bo_vc_w_info #captcha {
  width: 100%;
  padding-top: 0;
  display: block;
  clear: both;
}

.bo_vc_w_guest {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.bo_vc_w_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.secret_cm {
  display: block;
  float: left;
}

.vc-reply {
  padding-left: 2rem;
}
.vc-reply::before {
  content: "\ec33";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "boxicons";
  font-size: 1.3rem;
}

.cmt_btn {
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  font-weight: bold;
  margin: 30px 0 0px;
  padding: 0 0 15px;
}
.cmt_btn span.total {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 1em;
  color: #3a8afd;
}
.cmt_btn span.total::after {
  position: absolute;
  bottom: -17px;
  left: 0;
  display: inline-block;
  background: #3a8afd;
  content: "";
  width: 100%;
  height: 2px;
}
.cmt_btn span.cmt_more {
  float: right;
  display: block;
  width: 15px;
  height: 10px;
  background: url(./img/btn_cmt.png) no-repeat right 2px;
  margin-top: 5px;
}
.cmt_btn b {
  font-size: 1.2em;
  color:#464C53;
}

.cmt_btn_op span.cmt_more {
  background-position: right -8px;
}