/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/pages/honor-list.css ***!
  \******************************************************************************************************************************/
.honor .title_text {
  margin-bottom: 32px;
}

.honer_check_form {
  max-width: 841px;
  margin: 0 auto;
}

.result_ind_form {
  max-width: 1280px;
  margin: 0 auto;
}

.check_option {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}

.option_detail,
.option_detail2 {
  display: flex;
  align-items: center;
}

.option_detail select:focus {
  border: none;
}

.option_detail select,
.option_detail2 select {
  display: inline-block;
  border: 1px solid #d7d7d7;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
  padding-right: 30px;
}

.option_detail select:invalid,
.option_detail2 select:invalid {
  color: #999;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/dropdown_gray.png) no-repeat 97% 50%/20px auto;
}

.option_detail select:valid,
.option_detail2 select:valid {
  color: #222;
}

.option_detail select:focus,
.option_detail2 select:focus {
  outline: 0;
  border: 1px solid #d7d7d7;
}

.option_detail select:disabled,
.option_detail2 select:disabled {
  background-color: #eaeaea;
  color: #999;
}

.option_detail2 input {
  padding: 6px 8px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.option_detail2 button {
  background-color: #222;
  color: #fff;
  padding: 6px 8px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.honer_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.list_card {
  cursor: pointer;
  width: 267px;
  height: 244px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  margin-bottom: 20px;
}

.list_card:nth-child(3n) {
  margin-right: 0;
}

.hof_detail_area {
  padding: 16px;
}

.hof_img {
  display: block;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-size: 100%;
  width: 100%;
  height: 62%;
  object-fit: cover;
  object-position: 50% 15%;
}

.hof_data_title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #707070;
}

.hof_data_detail {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.07px;
  color: #000;
}

.hof_flex {
  display: flex;
  align-items: center;
}

.hof_title_area {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}

.hof_title_area img {
  display: block;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 528px;
  height: 300px;
  object-fit: cover;
  object-position: 50% 15%;
}

.hof_title_area .hof_img_area {
  position: relative;
}

.hof_title_area .hof_img_area button {
  cursor: pointer;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/hof_expand.png);
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: 100%;
  right: 12px;
  bottom: 12px;
}

.hof_title_area .hof_text_area {
  padding: 55px 32px 57px;
}

.hof_title_area .hof_text_area .hof_text_detail {
  margin-bottom: 12px;
}

.hof_title_area .hof_text_area .hof_text_detail:last-child {
  margin-bottom: 0;
}

.hof_title_area .hof_text_area .hof_title_name {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.13px;
  color: #222;
  margin-bottom: 18px;
}

.hof_title_area .hof_text_area .hof_title_cont {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #999;
}

.hof_title_area .hof_text_area .hof_title_cont_detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #222;
}

.mobile_option {
  display: none;
}

.mobile_option_modal #modalWrap {
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  display: none;
  padding-top: 0;
}

.mobile_option_modal #modalBody {
  top: 40%;
  width: 100%;
  height: 60%;
  margin: 0 auto;
  border: 1px solid #777;
  background-color: #fff;
  position: relative;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
  border: none;
}

.mobile_option_modal #closeBtn {
  float: right;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 999;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_modal_close.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.mobile_option_modal .mg-bt-bg {
  margin-bottom: 31px;
}

.mobile_option_modal .pd-bt-md {
  padding-bottom: 16px;
}

.filter_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #222;
}

.filter_option_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #222;
}

.filter_option {
  border-bottom: 1px solid #eaeaea;
}

.filter_option:last-child {
  border: none;
}

.filter_option:first-child {
  margin-top: 30px;
}

.filter_conf_btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 12px 52px;
  border-radius: 100px;
}

.result_ind_form .title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #222;
  margin-bottom: 32px;
}

.filter_option input[type=checkbox] {
  display: none;
}

.filter_option input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}

.filter_option input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun.png) no-repeat;
  background-size: 100%;
}

.filter_option input[type=checkbox]:checked + label:before {
  display: none;
}

.filter_option input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  background: url(https://image.chosun.com/chuncheonmarathon/2023/ch_chk_chosun_active.png) no-repeat;
  background-size: 100%;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 160px;
}

.pagination-number,
.pagination-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.07px;
  color: #999;
  background-color: transparent;
  border: none;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 0.2rem; /* height: 24px; width: 24px; */
}

.pagination-number {
  padding: 0 8px;
}

.pagination-button {
  height: 24px;
  width: 24px;
}

#prev-button {
  background: url(https://image.chosun.com/chuncheonmarathon/2023/prev_button.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  border-radius: 0;
  margin-right: 12px;
}

#next-button {
  background: url(https://image.chosun.com/chuncheonmarathon/2023/next_button.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  border-radius: 0;
  margin-right: 0;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  color: #222;
  background: #eaeaea;
  font-weight: 700;
  border-radius: 0;
}

#pagingul {
  display: flex;
}

@media all and (min-width: 740px) and (max-width: 1024px) {
  .honer_check_form {
    max-width: 696px;
  }
  .list_card {
    width: 216px;
    height: 240px;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .hof_title_area .hof_img_area button {
    display: none;
  }
  .hof_title_area {
    justify-content: center;
    margin-bottom: 24px;
  }
  .hof_title_area .hof_text_area {
    padding: 16px 0;
  }
  .hof_title_area img {
    display: block;
    border-radius: 8px;
    width: 114px;
    height: 114px;
    margin-right: 16px;
  }
  .hof_title_area .hof_text_area .hof_title_name {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.09px;
    margin-bottom: 4px;
  }
  .hof_title_area .hof_text_area .hof_text_detail {
    margin-bottom: 2px;
  }
  .hof_title_area .hof_text_area .hof_title_cont {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.06px;
  }
  .hof_title_area .hof_text_area .hof_title_cont_detail {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
  }
  .form-control .title_area {
    display: none;
  }
}
@media all and (max-width: 739px) {
  .honor_list {
    display: block;
  }
  .list_card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 96px;
    margin-right: 0;
    padding: 12px 32px 12px 16px;
    margin-bottom: 8px;
  }
  .list_card img {
    width: 70px;
    height: 70px;
    border-radius: 8px; /* padding-left: 16px; */
  }
  .option_detail {
    display: none;
  }
  .option_detail2 {
    height: 34px;
  }
  .option_detail2 select, .option_detail2 button, .option_detail2 input {
    height: 100%;
  }
  .option_detail2 input {
    width: 100px;
  }
  .mobile_option {
    display: flex;
    align-items: center;
  }
  .mobile_option .tune_img {
    background: url(https://image.chosun.com/chuncheonmarathon/2023/honor_tune.png);
    background-size: 100%;
    width: 24px;
    height: 24px;
  }
  .hof_title_area .hof_img_area button {
    display: none;
  }
  .form-control .title_area {
    display: none;
  }
  .hof_title_area {
    justify-content: center;
    margin-bottom: 24px;
  }
  .hof_title_area .hof_text_area {
    padding: 16px 0;
  }
  .hof_title_area img {
    display: block;
    border-radius: 8px;
    width: 114px;
    height: 114px;
    margin-right: 16px;
  }
  .hof_title_area .hof_text_area .hof_title_name {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.09px;
    margin-bottom: 4px;
  }
  .hof_title_area .hof_text_area .hof_text_detail {
    margin-bottom: 2px;
  }
  .hof_title_area .hof_text_area .hof_title_cont {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.06px;
  }
  .hof_title_area .hof_text_area .hof_title_cont_detail {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.07px;
  }
  .check_option {
    margin-bottom: 12px;
  }
  .result_ind_form .title_area {
    display: none;
  }
  .honor .title_text {
    margin-bottom: 16px;
  }
}

/*# sourceMappingURL=src_assets_css_pages_honor-list_css.a81b419ac3079ea7de79.css.map*/