@charset "UTF-8";
/* =========
color
========= */
/* =========
fonts
========= */
/* =========
미디어쿼리 pc, tablet, mobile 중단점
========= */
/* 공통 */
.option-wrap li {
  display: inline-block;
  margin-right: 12px;
}

.bo_text_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.bo_text_wrap .bo_tit {
  color: #333;
  font-family: "Pretendard";
  font-size: 1.333rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.bo_text_wrap .bo_des {
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
}

.bo_tag_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}
.bo_tag_wrap li {
  display: flex;
  padding: 1px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-family: "Pretendard";
  font-size: 0.778rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.bo_tag_wrap .bo_tag_01 {
  background: #042e6f;
}
.bo_tag_wrap .bo_tag_02 {
  background: #005bac;
}
.bo_tag_wrap .bo_tag_03 {
  background: #2fa6e0;
}

/* list 페이지 */
.info_selec_form {
  width: 100%;
}

.info_ckbox_wrap {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #2fa6e0;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}

.ckbox_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 20px;
}

.ckbox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6dde6;
}
.ckbox .ckbox_tit {
  border-radius: 10px;
  display: flex;
  height: 51px;
  padding: 10px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  text-align: center;
  font-family: "Hakgyoansim-Allimjang";
  font-size: 1.222rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #333;
  color: #fff;
}

.ckbox:nth-child(1) .ckbox_tit {
  background: #042e6f;
}

.ckbox:nth-child(2) .ckbox_tit {
  background: #005bac;
}

.ckbox:nth-child(3) .ckbox_tit {
  background: #2fa6e0;
}

.ckbox_list_wrap {
  width: 1135px;
}
.ckbox_list_wrap .option-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-self: stretch;
  align-items: center;
}
.ckbox_list_wrap .option-wrap li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 0;
}
.ckbox_list_wrap .option-wrap li input[type=checkbox] + label,
.ckbox_list_wrap .option-wrap li input[type=radio] + label {
  cursor: pointer;
}
.ckbox_list_wrap .option-wrap li input[type=checkbox] {
  visibility: visible;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #d6dde6;
  background: #fff;
}
.ckbox_list_wrap .option-wrap li input[type=checkbox]:checked + label,
.ckbox_list_wrap .option-wrap li input[type=radio]:checked + label {
  color: #333;
}
.ckbox_list_wrap .option-wrap li input[type=checkbox]:checked {
  appearance: none;
  border-radius: 3px;
  border: none;
  background: url("../img/ico_checked.svg") center no-repeat, #042e6f;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.ckbox_list_wrap .option-wrap li label {
  text-align: center;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
}

.ckbox_sch_wrap #stx {
  width: 50%;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #d6dde6;
  background: #fff;
  color: #333;
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
.ckbox_sch_wrap #stx::placeholder {
  color: #999;
}
.ckbox_sch_wrap #stx:focus {
  border-color: #0078d7;
  background-color: #ffe6e6;
  box-shadow: 0 0 5px rgba(0, 120, 215, 0.5);
  outline: none;
}

.ckbox_btn_wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.ckbox_btn_wrap button {
  cursor: pointer;
  font-family: "Hakgyoansim-Allimjang";
  font-size: 1.222rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 80px;
  border-radius: 50px;
  border: 1px solid #d6dde6;
  background: #f3f9ff;
}
.ckbox_btn_wrap .ckbox_search_btn {
  background: #f3f9ff;
  color: #042e6f;
}
.ckbox_btn_wrap .ckbox_reset_btn {
  background: #f4f6f8;
}

.search_result_list > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.result_li_box {
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #c2d4e8;
  background: rgba(255, 255, 255, 0.8);
}

.result_li_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}

.result_li_right .goto_view_btn {
  display: flex;
  padding: 10px 60px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #005bac;
  background: #fff;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
  font-weight: 700;
  color: #042e6f;
}
.result_li_right .goto_view_btn:hover {
  background: #042e6f;
  color: #fff;
}

/* view페이지 */
.info_atc_wrap {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
}

.info_atc_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}

.info_atc_t_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

.info_atc_t_right .goto_detail_btn {
  display: flex;
  padding: 10px 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #005bac;
  background: #fff;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
  font-weight: 700;
  color: #042e6f;
}
.info_atc_t_right .goto_detail_btn:hover {
  color: #fff;
  background: #042e6f;
}

.info_atc_bottom {
  width: 100%;
}
.info_atc_bottom ul {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.sort_li {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid #c2d4e8;
  background: rgba(255, 255, 255, 0.8);
}

.sort_tit {
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
  font-weight: 700;
}

.sort_des {
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
  color: var(--Gray-txt, #222);
}

.info_call {
  border-radius: 30px;
  background: #f4f6f8;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.info_call span {
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
  color: var(--Base-text, #222);
  font-weight: 600;
}

.goto_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.goto_btn_wrap .goto_list_btn {
  display: flex;
  padding: 12px 80px;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid #d6dde6;
  background: #f3f9ff;
  color: #042e6f;
  text-align: center;
  font-family: "Pretendard";
  font-size: 1.111rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.6px;
}

/* write 페이지 */
#bo_w .top-board-title p {
  color: #042e6f;
  font-family: "Hakgyoansim-Allimjang";
  font-size: 1.556rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#bo_w .bo_w_option_wrapper table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #d6dde6;
  table-layout: fixed;
}
#bo_w .bo_w_option_wrapper table th,
#bo_w .bo_w_option_wrapper table td {
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -0.54px;
  vertical-align: middle;
}
#bo_w .bo_w_option_wrapper table th {
  font-weight: 600;
  text-align: center;
  background: #f4f6f8;
  border: 1px solid #d6dde6;
}
#bo_w .bo_w_option_wrapper table td {
  font-weight: 400;
  text-align: left;
  background: #fff;
  border: 1px solid #d6dde6;
}
#bo_w .option-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-self: stretch;
  align-items: center;
  padding: 20px;
}
#bo_w .option-wrap li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 0;
}
#bo_w input[type=checkbox] + label,
#bo_w input[type=radio] + label {
  cursor: pointer;
}
#bo_w input[type=checkbox] {
  visibility: visible;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #d6dde6;
  background: #fff;
}
#bo_w input[type=checkbox]:checked + label,
#bo_w input[type=radio]:checked + label {
  color: #333;
}
#bo_w input[type=checkbox]:checked {
  appearance: none;
  border-radius: 3px;
  border: none;
  background: url("../img/ico_checked.svg") center no-repeat, #042e6f;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
#bo_w input[type=text] {
  width: 100%;
  height: 44px;
  padding: 0px 12px;
  font-size: 16px;
  border: 0px;
}
#bo_w input[type=text]:focus {
  outline: none !important;
  border: 0px;
  box-shadow: none;
  background-color: #feeaea;
}
#bo_w label {
  text-align: center;
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #333;
}
#bo_w #bo_link_wrapper .rumi-item {
  border: 1px solid #d6dde6;
}
#bo_w #bo_link_wrapper .rumi-item .rumi-item-title {
  flex-basis: initial;
  width: 15%;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -0.54px;
  vertical-align: middle;
  font-weight: 600;
  text-align: center;
  background: #f4f6f8;
  justify-content: center;
  color: #333;
  border-right: 1px solid #d6dde6;
}
#bo_w #bo_link_wrapper .rumi-item .rumi-item-value {
  width: 85%;
  padding: 10px 20px;
}

/*  반응형 미디어쿼리 시작 */
@media (max-width: 1280px) {
  .ckbox_list_wrap {
    width: 75%;
  }
  /* write 페이지 */
  #bo_w label {
    font-size: 0.889rem;
  }
  #bo_w .bo_w_option_wrapper table th,
  #bo_w .bo_w_option_wrapper table td {
    font-size: 0.89rem;
  }
  #bo_w #bo_link_wrapper .rumi-item {
    border: 1px solid #d6dde6;
  }
  #bo_w #bo_link_wrapper .rumi-item .rumi-item-title {
    font-size: 0.89rem;
  }
}
@media (max-width: 1023px) {
  .ckbox .ckbox_tit {
    font-size: 1.111rem;
  }
  .ckbox_btn_wrap button {
    font-size: 1.111rem;
  }
  .bo_text_wrap .bo_tit {
    font-size: 1.222rem;
  }
  .bo_text_wrap .bo_des {
    font-size: 0.889rem;
  }
  .result_li_box {
    gap: 50px;
  }
  .result_li_right .goto_view_btn {
    font-size: 1rem;
  }
  .info_atc_t_right .goto_detail_btn {
    font-size: 1rem;
  }
  .sort_tit {
    font-size: 1rem;
  }
  .sort_des {
    font-size: 0.889rem;
  }
  .goto_btn_wrap .goto_list_btn {
    font-size: 1rem;
  }
  /* write 페이지 */
  #bo_w .bo_w_option_wrapper > table th,
  #bo_w .bo_w_option_wrapper > table td {
    font-size: 0.78rem;
  }
  #bo_w #bo_link_wrapper .rumi-item {
    border: 1px solid #d6dde6;
  }
  #bo_w #bo_link_wrapper .rumi-item .rumi-item-title {
    font-size: 0.78rem;
  }
}
@media (max-width: 767px) {
  .ckbox_wrap {
    gap: 30px;
  }
  .ckbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .ckbox .ckbox_tit {
    font-size: 1rem;
    width: 100%;
  }
  .ckbox_list_wrap {
    width: 100%;
  }
  .ckbox_list label {
    font-size: 1rem;
  }
  .ckbox_sch_wrap #stx {
    width: 100%;
  }
  .ckbox_btn_wrap {
    flex-direction: column;
  }
  .ckbox_btn_wrap button {
    width: 100%;
    font-size: 0.889rem;
  }
  .bo_text_wrap .bo_tit {
    font-size: 1.111rem;
  }
  .bo_text_wrap .bo_des {
    font-size: 0.889rem;
  }
  .result_li_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .result_li_right {
    width: 100%;
  }
  .result_li_right .goto_view_btn {
    font-size: 0.889rem;
    padding: 5px 50px;
    text-align: center;
    justify-content: center;
  }
  .info_atc_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .info_atc_t_right {
    width: 100%;
  }
  .info_atc_t_right .goto_detail_btn {
    font-size: 0.889rem;
    padding: 5px 50px;
    text-align: center;
    justify-content: center;
  }
  .info_atc_bottom ul {
    flex-direction: column;
    gap: 10px;
  }
  .sort_li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .sort_tit {
    width: 30%;
    font-size: 0.889rem;
  }
  .sort_des {
    font-size: 0.778rem;
  }
  .info_call span {
    font-size: 0.778rem;
  }
  .goto_btn_wrap .goto_list_btn {
    font-size: 0.889rem;
    text-align: center;
  }
  /* write 페이지 */
  #bo_w colgroup col:nth-child(1) {
    width: 30%;
  }
  #bo_w colgroup col:nth-child(2) {
    width: 70%;
  }
  #bo_w #bo_link_wrapper .rumi-item .rumi-item-title {
    width: 30%;
  }
  #bo_w #bo_link_wrapper .rumi-item .rumi-item-value {
    width: 70%;
  }
}