@charset "UTF-8";
/* 게시판 관련 오버라이딩 */
.wrap .b_cont_description {
  word-break: break-all;
  word-wrap: break-word;
}

.wrap .b_list_descdoc dt {
  gap: 10px;
  background: none;
}

.wrap .b_list_descdoc dt i {
  font-size: 0.8em;
}

.wrap .b_list_descdoc a {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}

.wrap .b_set_search, .wrap .b_description_head {
  margin-top: 50px;
}

.wrap .tit_sub_txt + .b_set_search {
  margin-top: 20px;
}

.wrap .b_description_head {
  border-bottom-color: #e8e8e8;
  background-color: #f8f8f8;
}

.wrap .d_tit1 + .b_description_head {
  margin-top: 20px;
}

.wrap .b_total strong {
  color: #0172BC;
}

.wrap .b_list_gallery strong {
  word-break: break-all;
}

.form_add_group {
  padding-top: 50px;
}

.wrap .b_form_wrap {
  --dt-bg-color: #f8f8f8;
  border-color: #ddd;
}

.wrap .b_description_head .etc_info_box {
  padding: 0 15px 20px;
}

.wrap .b_description_head .etc_info_box dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wrap .b_description_head .tit_box {
  position: relative;
  padding: 20px 15px;
}

.wrap .b_description_head .tit_box strong {
  display: block;
  font-size: 20px;
  word-break: break-all;
  word-wrap: break-word;
}

.wrap .b_description_head .tit_box .status_type {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  vertical-align: top;
}

.wrap .b_description_head .tit_box .status_type1 {
  background-color: #FF7814;
} /* 일반 */
.wrap .b_description_head .tit_box .status_type2 {
  background-color: #24B9A2;
} /* 교직원 */
.wrap .b_description_head .tit_box .status_type3 {
  background-color: #FF4577;
} /* 학부모 */
.wrap .b_description_head .tit_box .status_type4 {
  background-color: #45A9FF;
} /* 학생 */
.wrap .b_description_head .tit_box .tag_approval, .wrap .b_description_head .tit_box .tag_dday {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 3px 18px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #D13F3F;
} /* 승인전 */
.wrap .b_description_head .tit_box .tag_dday {
  background-color: #1441AB;
}

.wrap .b_description_head .tit_box .tag_approval.on {
  background-color: #2C75FF;
} /* 승인완료 */
.wrap .b_description_head .tit_box .info_user {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.wrap .b_description_head .tit_box .img_sns_cate {
  width: 18px;
  height: 18px;
}

.wrap .b_total.type2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.wrap .b_total.type2 .list_sorting_tab {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.wrap .b_total.type2 .list_sorting_tab .link_tab {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.wrap .b_total.type2 .list_sorting_tab .link_tab[aria-selected=true] {
  font-weight: 700;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.wrap .b_total.type2 .group_btn_sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.wrap .b_total.type2 .list_sorting_tab + .group_btn_sort {
  margin-left: 0;
}

.wrap .b_total.type2 .group_btn_sort .d_btn {
  font-weight: 600;
}

.wrap .b_total.type2 .group_btn_sort .d_btn.on {
  border-color: #000;
}

.wrap .b_tbl_board .b_ico_status[data-label=공지] {
  background-color: #006ab7;
}

.wrap .b_img_view .b_cont_img {
  background: #fff;
}

.wrap .area_desc_bottom {
  padding: 32px 5px;
  border: 1px solid #EFEFEF;
  background-color: #FAFAFA;
}

.wrap .area_desc_bottom .group_btn_desc {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.wrap .area_desc_bottom .item_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wrap .area_desc_bottom .item_btn:only-child {
  flex-direction: column;
}

.wrap .area_desc_bottom .btn_desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #2C75FF;
}

.wrap .area_desc_bottom .btn_desc i {
  font-size: 22px;
}

.wrap .area_desc_bottom .txt_btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.wrap .area_desc_bottom .btn_desc.btn_share {
  background-color: #000;
}

.wrap .area_desc_bottom .btn_desc.btn_share + .txt_btn {
  order: 0;
  color: #000;
}

.wrap .area_desc_bottom .txt_more {
  padding-top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.wrap .info_empathy {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}

.wrap .info_empathy .tit_txt {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}

.wrap .info_empathy .tit_txt em {
  font-weight: inherit;
  color: #016AB7;
}

.wrap .info_empathy .btn_toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px 4px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #016AB7;
  transition: all 0.3s;
}

.wrap .info_empathy .btn_toggle i {
  transition: all 0.3s;
}

.wrap .info_empathy .btn_toggle.on {
  background-color: #0B3350;
}

.wrap .info_empathy .btn_toggle.on i {
  transform: rotate(180deg);
}

.wrap .info_empathy .box_fold {
  display: none;
  width: 100%;
  padding: 20px 20px 25px;
  border: 1px solid #EFEFEF;
  background-color: #fafafa;
}

.wrap .info_empathy .box_fold .txt_tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.wrap .info_empathy .box_fold .txt_tit i {
  font-size: 0.9em;
}

.wrap .info_empathy .box_fold .txt_tit em {
  font-weight: 700;
}

.wrap .info_empathy .box_fold .list_fold {
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
  overflow: auto;
  margin-top: 15px;
  max-height: 80px;
}

.wrap .info_empathy .box_fold .list_fold li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.wrap .info_empathy .box_fold .list_fold li .img_sns_cate {
  flex: none;
  overflow: hidden;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.wrap .info_empathy .box_fold .list_fold .img_sns_cate img {
  width: 100%;
}

.wrap .group_file_item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wrap .group_file_item .link_file {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
}

.head_opinion {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0 10px;
  border-bottom: 1px solid #e8e8e8;
}

.head_opinion .tit_total {
  margin-right: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.head_opinion .tit_total em {
  font-weight: 800;
}

.head_opinion .list_tab_sort {
  display: flex;
  gap: 10px;
}

.head_opinion .list_tab_sort .link_tab {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #9F9F9F;
}

.head_opinion .list_tab_sort .link_tab[aria-selected=true] {
  font-weight: 700;
  color: #000;
}

.list_opinion .item_opinion {
  display: flex;
  gap: 15px 10px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 15px;
  border-bottom: 1px solid #E8E8E8;
}

.list_opinion .tag_opinion {
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.list_opinion .tag_opinion.tag_agree {
  background-color: #2C75FF;
} /* 찬성 */
.list_opinion .tag_opinion.tag_disagree {
  background-color: #FF4577;
} /* 반대 */
.list_opinion .tag_opinion.tag_neutral {
  background-color: #24B9A2;
} /* 중립 */
.list_opinion .cont_opinion {
  order: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.list_opinion .img_sns_cate {
  flex: none;
  width: 18px;
  height: 18px;
}

.list_opinion .tit_txt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.list_opinion .txt_date {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #bababa;
}

.list_opinion .desc_txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7e7e7e;
  word-break: break-all;
  word-wrap: break-word;
}

.list_opinion .group_btns {
  display: flex;
  gap: 5px;
  margin-left: auto;
}

.list_opinion .group_btns .d_btn {
  background-color: #F8F8F8;
}

.list_opinion .group_btns i[title*=선택됨] {
  font-weight: 700;
}

.list_opinion .none_data {
  overflow: hidden;
  border-bottom: 1px solid #E8E8E8;
  text-align: center;
}

.list_opinion .none_data .inner_none {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  height: 130px;
  max-width: 350px;
  margin: 20px auto;
  padding: 20px 10px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #484848;
  background: #fafafa;
  transition: all 0.3s;
}

.area_cmt_inp {
  padding-top: 20px;
}

.area_cmt_inp.type2 .head_cmt {
  background: #016AB7;
}

.area_cmt_inp.type2 .d_form_wrap dl dt {
  color: #016AB7;
}

.area_cmt_inp .head_cmt {
  padding: 14px 15px 12px;
  border-radius: 10px 10px 0 0;
  background: #000;
}

.area_cmt_inp .tit_cmt {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  vertical-align: top;
}

.area_cmt_inp .desc_cmt {
  padding-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #939393;
}

.area_cmt_inp .body_cmt {
  padding: 20px 15px;
  border: 1px solid #EFEFEF;
  border-top: 0;
  background-color: #fafafa;
}

.area_cmt_inp .inner_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
}

.area_cmt_inp .inner_body .d_tf_comm {
  min-height: 84px;
  padding: 10px;
  border: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.area_cmt_inp .opt_cmt {
  position: relative;
  width: 80px;
  height: 28px;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #000;
}

.area_cmt_inp .opt_cmt select {
  width: 100%;
  height: 100%;
  padding: 2px 5px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}

.area_cmt_inp .opt_cmt i {
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 1.2em;
  line-height: 0;
  transform: translateY(-50%);
}

.box_none_part {
  margin-top: 20px;
  padding: 25px 20px;
  border: 1px solid #016AB7;
  font-size: 16px;
  line-height: 20px;
  color: #016AB7;
  font-weight: 500;
  background-color: #fafafa;
  text-align: center;
}

.box_admin_answer {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #016AB7;
  background-color: #fafafa;
}

.box_admin_answer .head_answer {
  display: flex;
  gap: 5px;
  align-items: center;
}

.box_admin_answer .img_answer {
  width: 34px;
  height: 34px;
}

.box_admin_answer .tit_thumb {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.box_admin_answer .date_thumb {
  font-size: 12px;
  line-height: 16px;
  color: #8D8D8D;
  font-weight: 500;
}

.box_admin_answer .body_files {
  padding-top: 10px;
  margin-top: 14px;
  border-top: 1px solid #E8E8E8;
}

.box_admin_answer .body_files .tit_txt {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #016AB7;
}

.box_admin_answer .list_answer_files {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 5px;
}

.box_admin_answer .list_answer_files .link_file {
  display: inline-flex;
  gap: 4px;
  max-width: 100%;
  padding: 3px 8px;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  font-size: 11px;
  line-height: 16px;
  color: #939393;
  font-weight: 500;
  background: #fff;
  vertical-align: top;
}

.box_admin_answer .list_answer_files .link_file i {
  margin-top: 3px;
}

.box_admin_answer .body_desc {
  padding-top: 10px;
  margin-top: 14px;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
}

.desc_map_container {
  padding: 20px 0;
}

.desc_map_container .map_cont {
  height: 250px;
  max-width: 1000px;
  margin: 10px auto;
}

.desc_map_container .list_info {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}

.desc_map_container dt {
  flex: none;
  display: flex;
  gap: 4px;
  align-items: center;
}

.desc_map_container dd {
  padding-left: 20px;
}

.tit_sub_desc {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .wrap .info_empathy .box_fold .list_fold {
    max-height: 150px;
  }
  .wrap .b_set_search fieldset {
    row-gap: 5px;
  }
  .desc_map_container .map_cont {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .desc_map_container .map_cont {
    height: 500px;
    margin: 20px auto;
  }
  .desc_map_container .list_info {
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 21px;
  }
  .tit_sub_desc {
    font-size: 28px;
    line-height: 34px;
  }
  .wrap .tit_sub_txt + .b_set_search {
    margin-top: 30px;
  }
  .wrap .d_tit1 + .b_description_head {
    margin-top: 30px;
  }
  .wrap .b_description_head .tit_box {
    padding: 25px 30px;
  }
  .wrap .b_description_head .tit_box strong {
    font-size: 24px;
    line-height: 34px;
  }
  .wrap .b_description_head .tit_box .status_type {
    margin-bottom: 14px;
    padding: 5px 21px;
    font-size: 16px;
    line-height: 21px;
  }
  .wrap .b_description_head .tit_box .tag_approval, .wrap .b_description_head .tit_box .tag_dday {
    right: 30px;
    padding: 5px 27px;
    border-radius: 0 0 8px 8px;
    font-size: 18px;
    line-height: 26px;
  }
  .wrap .b_description_head .tit_box .info_user {
    gap: 7px;
    font-size: 18px;
    line-height: 22px;
  }
  .wrap .b_description_head .tit_box .img_sns_cate {
    width: 25px;
    height: 25px;
  }
  .wrap .b_description_head .etc_info_box {
    margin: 0 10px;
    padding: 0 20px 20px;
  }
  .wrap .b_description_head .etc_info_box dl {
    flex-direction: row;
    gap: 10px 0;
  }
  .wrap .b_total.type2 .list_sorting_tab {
    gap: 10px 30px;
  }
  .wrap .b_total.type2 .list_sorting_tab .link_tab {
    font-size: 16px;
    line-height: 22px;
  }
  .wrap .b_total.type2 .list_sorting_tab .link_tab:hover, .wrap .b_total.type2 .list_sorting_tab .link_tab:focus {
    font-weight: 500;
    text-underline-offset: 3px;
    text-decoration: underline;
  }
  .wrap .area_desc_bottom {
    padding: 35px 5px;
  }
  .wrap .area_desc_bottom .group_btn_desc {
    gap: 20px;
  }
  .wrap .area_desc_bottom .item_btn {
    gap: 35px;
  }
  .wrap .area_desc_bottom .item_btn:only-child {
    gap: 10px;
  }
  .wrap .area_desc_bottom .btn_desc {
    width: 100px;
    height: 100px;
    font-weight: 700;
  }
  .wrap .area_desc_bottom .txt_btn {
    font-size: 28px;
    line-height: 32px;
  }
  .wrap .area_desc_bottom .btn_desc i {
    font-size: 27px;
    line-height: 32px;
  }
  .wrap .area_desc_bottom .txt_more {
    padding-top: 25px;
    font-size: 16px;
    line-height: 19px;
  }
  .wrap .info_empathy {
    gap: 16px 20px;
  }
  .wrap .info_empathy .box_fold {
    padding: 22px 24px 30px;
  }
  .wrap .info_empathy .tit_txt {
    font-size: 22px;
    line-height: 26px;
  }
  .wrap .info_empathy .btn_toggle {
    padding: 8px 10px 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .wrap .info_empathy .box_fold .txt_tit {
    font-size: 18px;
  }
  .wrap .info_empathy .box_fold .list_fold {
    gap: 18px 30px;
    max-height: 230px;
    margin: 22px 0 0 10px;
  }
  .wrap .info_empathy .box_fold .list_fold li {
    gap: 7px;
    font-size: 18px;
    line-height: 25px;
  }
  .wrap .info_empathy .box_fold .list_fold li .img_sns_cate {
    width: 25px;
    height: 25px;
  }
  .head_opinion {
    padding-top: 34px;
  }
  .head_opinion .tit_total {
    font-size: 18px;
    line-height: 22px;
  }
  .head_opinion .list_tab_sort {
    gap: 20px;
  }
  .head_opinion .list_tab_sort .link_tab {
    font-size: 18px;
    line-height: 22px;
  }
  .list_opinion .item_opinion {
    flex-wrap: nowrap;
    gap: 0;
    padding: 30px 0 22px;
  }
  .list_opinion .tag_opinion {
    flex: none;
    gap: 34px;
    padding: 8px 25px;
    font-size: 20px;
    line-height: 24px;
  }
  .list_opinion .cont_opinion {
    order: 0;
    flex: 1;
    gap: 18px;
    width: auto;
    padding-right: 20px;
  }
  .list_opinion .tag_opinion + .cont_opinion {
    padding-left: 34px;
  }
  .list_opinion .img_sns_cate {
    width: 40px;
    height: 40px;
  }
  .list_opinion .tit_txt {
    gap: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .list_opinion .txt_date {
    font-size: 14px;
    line-height: 22px;
  }
  .list_opinion .desc_txt {
    padding-top: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .list_opinion .group_btns {
    flex: none;
    padding-top: 3px;
  }
  .list_opinion .none_data .inner_none {
    height: 160px;
    max-width: 400px;
    font-size: 18px;
  }
  .area_cmt_inp .head_cmt {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 16px 25px 14px;
  }
  .area_cmt_inp .tit_cmt {
    font-size: 16px;
  }
  .area_cmt_inp .desc_cmt {
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .area_cmt_inp .body_cmt {
    padding: 30px;
  }
  .area_cmt_inp .opt_cmt {
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .area_cmt_inp .opt_cmt select {
    padding: 2px 13px;
  }
  .area_cmt_inp .opt_cmt i {
    font-size: 1.3em;
  }
  .area_cmt_inp .inner_body {
    row-gap: 15px;
  }
  .area_cmt_inp .inner_body .d_btn {
    padding: 4px 33px 3px;
    font-size: 14px;
  }
  .area_cmt_inp .inner_body .d_tf_comm {
    min-height: 64px;
    font-size: 16px;
    line-height: 19px;
  }
  .box_none_part {
    padding: 36px 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .box_admin_answer {
    padding: 25px 40px 38px;
  }
  .box_admin_answer .head_answer {
    gap: 12px;
    align-items: flex-start;
  }
  .box_admin_answer .img_answer {
    width: 40px;
    height: 40px;
  }
  .box_admin_answer .tit_thumb {
    font-size: 20px;
    line-height: 24px;
  }
  .box_admin_answer .date_thumb {
    font-size: 14px;
    line-height: 18px;
  }
  .box_admin_answer .body_files {
    display: flex;
    gap: 30px;
    margin-top: 12px;
    padding-top: 13px;
  }
  .box_admin_answer .body_files .tit_txt {
    flex: none;
    padding-top: 5px;
    font-size: 16px;
    line-height: 19px;
  }
  .box_admin_answer .list_answer_files {
    gap: 5px 10px;
    padding-top: 0;
  }
  .box_admin_answer .list_answer_files .link_file {
    padding: 4px 8px 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .box_admin_answer .list_answer_files .link_file i {
    margin-top: 5px;
    font-size: 0.8em;
  }
  .box_admin_answer .body_desc {
    margin-top: 12px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrap .b_tbl_board td.subject {
    font-size: 20px;
    line-height: 26px;
  }
}
/* 서브 - sub css */
.head_sub {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 140px;
  text-align: center;
  transition: all 0.3s;
}

.head_sub::before, .head_sub::after {
  position: absolute;
  z-index: -10;
  background: 0 0 no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.head_sub.type1 {
  background: linear-gradient(55deg, #C8F5FA 0%, #FFEAC2 100%);
}

.head_sub.type2 {
  background: linear-gradient(65deg, #f7e4c3 0%, #f8eadf 100%);
}

.head_sub.type3 {
  background: linear-gradient(55deg, #FFDCB5 0%, #E8FFD6 100%);
}

.head_sub.type4 {
  background: linear-gradient(55deg, #E5FFD1 0%, #CEFEFF 100%);
}

.head_sub::after {
  content: "";
}

.head_sub.type1::after {
  top: -5px;
  right: -63px;
  width: 151px;
  height: 156px;
  background-image: url(/together/home/together/images/sub/img_deco1_2.png);
}

.head_sub.type2::after {
  top: -8px;
  right: -33px;
  width: 117px;
  height: 128px;
  background-image: url(/together/home/together/images/sub/img_deco2_2.png);
}

.head_sub.type3::after {
  top: -8px;
  right: -18px;
  width: 122px;
  height: 132px;
  background-image: url(/together/home/together/images/sub/img_deco3_2.png);
}

.head_sub.type4::after {
  top: 53px;
  right: -14px;
  width: 124px;
  height: 104px;
  background-image: url(/together/home/together/images/sub/img_deco4_2.png);
}

.head_sub .tit_head_sub {
  display: block;
  padding-top: 45px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  transition: all 0.3s;
}

.head_sub .txt_desc {
  padding-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #777;
  transition: all 0.3s;
}

.inner_head_sub {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 10;
  margin-top: -20px;
}

.inner_head_sub .d_tab_comm {
  flex: 1;
  min-width: 0;
}

.list_breadcrumb {
  display: flex;
  gap: 0 5px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px 0;
}

.list_breadcrumb li {
  display: flex;
  align-items: center;
}

.list_breadcrumb a {
  display: block;
}

.list_breadcrumb li + li::before {
  margin-right: 5px;
  font-size: 10px;
  line-height: 1;
  font-family: "Font Awesome 6 Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: "\f105";
}

.list_breadcrumb .link_home {
  font-size: 10px;
  line-height: 0;
}

.list_breadcrumb .link_txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.info_site_more {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.info_site_more .link_more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  background-color: #254BCC;
}

.info_site_more .link_more:has(.fa-print) {
  display: none;
}

.desc_page {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #858585;
}

.desc_page em {
  font-weight: 500;
  color: #0172BC;
}

.desc_page + .b_set_search {
  margin-top: 20px;
}

.tit_sub_txt {
  padding-top: 20px;
}

.list_sub_tab {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
}

.list_sub_tab .link_tab {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  border-radius: 18px 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #393939;
  background: #F4F4F4;
}

.list_sub_tab .link_tab[aria-selected=true] {
  color: #fff;
  background: linear-gradient(125deg, #1798ff 0%, #126dff 100%);
}

/* 제안 스텝박스 */
.list_step_suggest {
  --deco-width: 60px;
  --divider-margin: 6px;
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 30px;
}

.list_step_suggest li.on::after {
  display: block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  content: "현재 진행 단계";
}

.list_step_suggest li {
  color: #1441AB;
  box-sizing: content-box;
}

.list_step_suggest li + li {
  position: relative;
  padding-left: calc((100% - var(--deco-width) * 4) / 3);
}

.list_step_suggest li + li::before {
  position: absolute;
  top: 35px;
  left: 0;
  width: calc(100% - var(--deco-width) - var(--divider-margin) * 2);
  height: 2px;
  margin: 0 var(--divider-margin);
  border-radius: 4px;
  background: currentColor;
  opacity: 0.1;
  content: "";
}

.list_step_suggest li + li:is(:has(~ .on), .on)::before {
  opacity: 1;
}

.list_step_suggest li:is(:has(~ .on), .on) .tit_txt, .list_step_suggest li:is(:has(~ .on), .on) .deco_img::before {
  opacity: 1;
}

.list_step_suggest .deco_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: var(--deco-width);
  font-size: 16px;
  aspect-ratio: 60/69;
}

.list_step_suggest .deco_img::before {
  position: absolute;
  inset: 0;
  z-index: -10;
  background: url(/together/home/together/images/sub/img_step_bg.svg) 50% 0 no-repeat;
  background-size: contain;
  opacity: 0.1;
  content: "";
}

.list_step_suggest .deco_img i {
  font-size: 22px;
  color: #fff;
}

.list_step_suggest .tit_txt {
  display: block;
  padding-top: 4px;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.6;
  text-align: center;
}

/* 소통공간 */
.list_commu {
  --aspect-ratio: 640 / 400;
  display: grid;
  gap: 20px;
}

.list_commu .tag_approval {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 7px 16px 7px 16px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  font-weight: 500;
  background: #D13F3F;
}

.list_commu .tag_approval.on {
  background: #2C75FF;
}

.list_commu + .b_paging {
  padding-top: 30px;
}

.list_commu .link_thumb {
  display: block;
}

.list_commu .wrap_thumb {
  position: relative;
  border-radius: 20px 20px 0 0;
}

.list_commu .wrap_thumb::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid #ccc;
  pointer-events: none;
  content: "";
}

.list_commu .wrap_thumb img {
  width: 100%;
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio);
  object-fit: cover;
}

.list_commu .tag_sort {
  position: absolute;
  left: 15px;
  bottom: 12px;
  padding: 6px 10px 5px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
}

.list_commu .tag_type1 {
  background: #00D494;
} /* 지역활동 */
.list_commu .tag_type2 {
  background: #1C95FF;
} /* 학교 */
.list_commu .tag_type3 {
  background: #FF4577;
} /* 교육청 */
.list_commu .cont_thumb {
  padding: 22px 15px 20px;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.list_commu .tit_thumb {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
}

.list_commu .list_divide {
  display: grid;
  gap: 3px 2px;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #7B7B7B;
  font-weight: 500;
}

.list_commu .group_etc {
  display: flex;
  gap: 0 14px;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #7B7B7B;
  font-weight: 500;
}

.list_commu .group_etc .txt_etc {
  position: relative;
}

.list_commu .group_etc .txt_etc + .txt_etc::before {
  position: absolute;
  top: 50%;
  left: -7px;
  width: 1px;
  height: 11px;
  background: currentColor;
  transform: translateY(-50%);
  content: "";
}

.list_commu .list_etc2 {
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
  padding-top: 15px;
}

.list_commu .list_etc2 li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #7b7b7b;
  font-weight: 500;
}

.wrap .b_set_search .group_search_cal {
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .list_step_suggest {
    --divider-margin: 10px;
  }
  .list_commu {
    grid-template-columns: repeat(2, 1fr);
  }
  .list_commu .link_thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .list_commu .wrap_thumb {
    flex: none;
  }
  .list_commu .cont_thumb {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .list_commu .tit_thumb {
    margin-bottom: auto;
  }
  .wrap .b_set_search .group_search_cal {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .list_commu {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .list_step_suggest {
    --deco-width: 112px;
    --divider-margin: 25px;
    max-width: 900px;
    padding-top: 50px;
  }
  .list_step_suggest .deco_img i {
    font-size: 48px;
  }
  .list_step_suggest .tit_txt {
    padding-top: 12px;
    font-size: 20px;
    line-height: 24px;
  }
  .list_step_suggest li + li::before {
    top: 64px;
    height: 4px;
  }
  .list_commu {
    grid-template-columns: repeat(4, 1fr);
  }
  .list_commu + .b_paging {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .head_sub {
    height: 260px;
    border-radius: 0 0 0 107px;
  }
  .head_sub::before {
    content: "";
  }
  .head_sub.type1::before {
    top: 71px;
    left: 36px;
    width: 421px;
    height: 225px;
    background-image: url(/together/home/together/images/sub/img_deco1_1.png);
  }
  .head_sub.type1::after {
    top: -17px;
    right: 20px;
    width: 362px;
    height: 395px;
  }
  .head_sub.type2::before {
    top: 42px;
    left: 91px;
    width: 312px;
    height: 214px;
    background-image: url(/together/home/together/images/sub/img_deco2_1.png);
  }
  .head_sub.type2::after {
    top: -17px;
    right: 20px;
    width: 362px;
    height: 395px;
  }
  .head_sub.type3::before {
    top: -22px;
    left: 123px;
    width: 230px;
    height: 322px;
    background-image: url(/together/home/together/images/sub/img_deco3_1.png);
  }
  .head_sub.type3::after {
    top: -17px;
    right: 20px;
    width: 362px;
    height: 395px;
  }
  .head_sub.type4::before {
    top: 86px;
    left: 76px;
    width: 308px;
    height: 211px;
    background-image: url(/together/home/together/images/sub/img_deco4_1.png);
  }
  .head_sub.type4::after {
    top: 48px;
    right: 15px;
    width: 340px;
    height: 274px;
  }
  .head_sub .tit_head_sub {
    padding-top: 79px;
    font-size: 44px;
    line-height: 52px;
  }
  .head_sub .txt_desc {
    padding-top: 14px;
    font-size: 18px;
    line-height: 21px;
  }
  .inner_head_sub {
    gap: 15px;
    margin-top: -33px;
  }
  .list_breadcrumb {
    gap: 10px 13px;
    padding-top: 18px;
  }
  .list_breadcrumb .link_home {
    font-size: 18px;
  }
  .list_breadcrumb li + li::before {
    margin-right: 13px;
    font-size: 15px;
  }
  .list_breadcrumb .link_txt {
    font-size: 18px;
    line-height: 23px;
  }
  .list_breadcrumb .link_txt:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .info_site_more .link_more {
    width: 66px;
    height: 66px;
    font-size: 22px;
  }
  .info_site_more .link_more:has(.fa-print) {
    display: flex;
  }
  .desc_page {
    font-size: 16px;
    line-height: 22px;
  }
  .tit_sub_txt {
    padding-top: 40px;
  }
  .list_sub_tab {
    gap: 10px;
    padding-top: 30px;
  }
  .list_sub_tab .link_tab {
    min-width: 150px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .list_commu {
    gap: 40px;
  }
  .list_commu .tag_approval {
    font-size: 16px;
    line-height: 19px;
  }
  .list_commu .tag_sort {
    left: 20px;
    bottom: 9px;
    min-width: 68px;
    font-size: 16px;
    line-height: 20px;
  }
  .list_commu .cont_thumb {
    padding: 21px 19px 23px;
  }
  .list_commu .tit_thumb {
    font-size: 20px;
    line-height: 28px;
  }
  .list_commu .list_divide {
    padding-top: 9px;
    font-size: 16px;
    line-height: 22px;
  }
  .list_commu .group_etc {
    padding-top: 9px;
    font-size: 16px;
    line-height: 22px;
  }
  .list_commu .list_etc2 {
    gap: 5px 37px;
    padding-top: 16px;
  }
  .list_commu .list_etc2 li {
    gap: 11px;
    font-size: 16px;
    line-height: 22px;
  }
}
.layer_share .group_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 5px 0;
}

.layer_share .group_sns a {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.layer_share .group_sns .link_share1 {
  background-image: url(/together/home/together/images/sub/ico_sns1.png);
}

.layer_share .group_sns .link_share2 {
  background-image: url(/together/home/together/images/sub/ico_sns2.png);
}

.layer_share .group_sns .link_share3 {
  background-image: url(/together/home/together/images/sub/ico_sns3.png);
}

.layer_share .group_sns .link_share4 {
  background-image: url(/together/home/together/images/sub/ico_sns4.png);
}

.layer_share .group_sns .link_copy {
  background-image: url(/together/home/together/images/sub/ico_copy_url.png);
}

@media only screen and (min-width: 1600px) {
  .layer_share .group_sns {
    gap: 10px;
  }
  .layer_share .group_sns a {
    width: 50px;
    height: 50px;
  }
}
/* 정책제안 리스트 스타일 */
.list_sub_suggest {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.list_sub_suggest .status_suggest {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s;
}

.list_sub_suggest .status_suggest:hover, .list_sub_suggest .status_suggest:focus {
  border-color: #4d4d4d;
  transform: translateY(-10px);
}

.list_sub_suggest .info_tag {
  display: flex;
  align-items: center;
}

.list_sub_suggest .txt_dday, .list_sub_suggest .txt_answer, .list_sub_suggest .txt_done {
  padding: 1px 10px;
  border: 1px solid #ddd;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #565656;
}

.list_sub_suggest .txt_answer {
  color: var(--d-color-red-80);
}

.list_sub_suggest .txt_answer.on {
  font-weight: 800;
  color: #0c2e9a;
}

.list_sub_suggest .tag_suggest {
  display: inline-flex;
  margin-left: auto;
  padding: 3px 20px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  background: #696969;
  vertical-align: top;
}

.list_sub_suggest .txt_name {
  padding-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}

.list_sub_suggest .status_type1 .tag_suggest, .list_sub_suggest .status_type1 .bar_progress {
  background-color: #FF7814;
} /* 일반 */
.list_sub_suggest .status_type2 .tag_suggest, .list_sub_suggest .status_type2 .bar_progress {
  background-color: #24B9A2;
} /* 교직원 */
.list_sub_suggest .status_type3 .tag_suggest, .list_sub_suggest .status_type3 .bar_progress {
  background-color: #FF4577;
} /* 학부모 */
.list_sub_suggest .status_type4 .tag_suggest, .list_sub_suggest .status_type4 .bar_progress {
  background-color: #45A9FF;
} /* 학생 */
.list_sub_suggest .step_suggest {
  padding-top: 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #2D6ED8;
}

.list_sub_suggest .step_suggest.step_suggest2 {
  color: #00836F;
} /* 심의중 */
.list_sub_suggest .step_suggest.step_suggest3 {
  color: #002ad4;
} /* 심의중 */
.list_sub_suggest .step_suggest.step_suggest4 {
  color: #929292;
} /* 심의중 */
.list_sub_suggest .tit_suggest {
  display: -webkit-box;
  overflow: hidden;
  height: 60px;
  margin-top: 5px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #1D1F33;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list_sub_suggest .info_suggest {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  color: #7176AA;
}

.list_sub_suggest .txt_cmt {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.list_sub_suggest .cont_progress {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 20px;
  margin-top: 10px;
  background-color: #e1e1e1;
  border-radius: 100px;
}

.list_sub_suggest .bar_progress {
  width: 0;
  height: 100%;
  border-radius: inherit;
}

.list_sub_suggest .info_like {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-left: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.list_sub_suggest:has(li.none_data), .list_commu:has(li.none_data) {
  grid-template-columns: 1fr;
}

.list_sub_suggest li.none_data, .list_commu li.none_data {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.list_sub_suggest .none_data .inner_none, .list_commu .none_data .inner_none {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 130px;
  max-width: 350px;
  margin: 20px auto;
  padding: 20px 10px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #484848;
  background: #fafafa;
  transition: all 0.3s;
}

.tab_search {
  display: flex;
  gap: 5px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .list_sub_suggest {
    grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
    gap: 15px 20px;
  }
  .tab_search {
    width: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .list_sub_suggest {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
  .list_sub_suggest .none_data .inner_none, .list_commu .none_data .inner_none {
    height: 160px;
    max-width: 400px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  /* 정책제안 리스트 스타일 */
  .list_sub_suggest {
    gap: 25px 30px;
  }
  .list_sub_suggest .status_suggest {
    padding: 25px 25px 40px;
    border-radius: 26px;
  }
  .list_sub_suggest .txt_dday, .list_sub_suggest .txt_answer, .list_sub_suggest .txt_done {
    padding: 3px 16px;
    font-size: 14px;
  }
  .list_sub_suggest .tag_suggest {
    font-size: 16px;
    line-height: 22px;
  }
  .list_sub_suggest .step_suggest {
    padding-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .list_sub_suggest .tit_suggest {
    height: 56px;
    font-size: 22px;
    line-height: 28px;
    -webkit-line-clamp: 2;
  }
  .list_sub_suggest .info_suggest {
    padding-top: 33px;
    font-size: 16px;
    line-height: 30px;
  }
  .list_sub_suggest .info_like {
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .list_sub_suggest .cont_progress {
    height: 30px;
  }
}
/* 탭메뉴 type1 오버라이딩 - M */
.wrap .d_tab_comm.type1.max_breakpoint .d_tit_tab {
  height: 40px;
  padding: 0 23px;
  border: 1px solid #D6E1ED;
  border-radius: 100px;
  font-size: 18px;
  line-height: 23px;
  color: #254BCC;
  background: #fff;
  letter-spacing: -0.03em;
}

.wrap .d_tab_comm.type1.max_breakpoint .d_tit_tab:after {
  right: 18px;
}

.wrap .d_tab_comm.type1.max_breakpoint .d_tab_list {
  top: calc(100% + 3px);
}

.wrap .d_tab_comm.type1.max_breakpoint .d_tab_list:before {
  content: normal;
}

.wrap .d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab {
  justify-content: center;
  padding: 10px;
  border: 1px solid #D6E0ED;
  font-weight: 600;
  color: #000;
  background: #EFF5FF;
}

.wrap .d_tab_comm.type1.max_breakpoint .d_tab_list .d_tab[aria-selected=true] {
  color: #fff;
  background-color: #254BCC;
}

.wrap .d_tab_comm.type1.max_breakpoint .d_tab_list li:first-child .d_tab {
  padding-top: 10px;
  border-radius: 20px 20px 0 0;
}

.wrap .d_tab_comm.type1.max_breakpoint .d_tab_list li:last-child .d_tab {
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
}

/* 탭메뉴 type1 오버라이딩 - PC */
.wrap .d_tab_comm.type1.min_breakpoint {
  padding: 0 30px;
  border: 1px solid #D6E1ED;
  border-radius: 100px;
  background: #fff;
}

.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list {
  display: flex;
}

.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list li {
  min-height: 64px;
}

.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab {
  gap: 2px;
  flex-direction: column;
  position: relative;
  padding: 5px 18px 5px;
  border: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #949494;
  background: none;
  letter-spacing: -0.025em;
}

.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab::before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #254BCC;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: all 0.3s;
  content: "";
}

.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab[aria-selected=true],
.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:hover,
.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:focus-visible {
  font-weight: 800;
  color: #254BCC;
}

.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:hover::before,
.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab:focus-visible::before,
.wrap .d_tab_comm.type1.min_breakpoint .d_tab_list .d_tab[aria-selected=true]::before {
  width: calc(100% - 36px);
}

/* 캘린더 오버라이딩 */
.wrap .d_cal_unite {
  padding-top: 30px;
}

.wrap .d_cal_unite_head {
  position: relative;
}

.wrap .d_cal_unite_head .tit_cal {
  font-size: 17px;
  line-height: 26px;
}

.wrap .d_cal_unite_head .tit_cal .tit_btn {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  vertical-align: top;
}

.wrap .d_cal_unite_head .tit_cal:has(.tit_btn[aria-expanded=true]) + .tooltip_year_month {
  display: block;
}

.wrap .d_cal_unite_head [class^=btn_] {
  width: 26px;
  height: 26px;
  font-size: 14px;
}

.tooltip_year_month {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 10;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.tooltip_year_month .tooltip_head {
  display: flex;
  justify-content: center;
  background: #000;
}

.tooltip_year_month .tooltip_head .group_opt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  width: 55px;
  height: 40px;
}

.tooltip_year_month .tooltip_head .group_opt i {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  translate: 0 -50%;
  pointer-events: none;
}

.tooltip_year_month .tooltip_head .opt_year {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: #000;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  text-align: left;
}

.tooltip_year_month .tooltip_body {
  padding: 15px;
}

.tooltip_year_month .list_choice_month {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}

.tooltip_year_month .list_choice_month .link_month {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  background: #EFEFEF;
}

.tooltip_year_month .list_choice_month .link_month.active {
  color: #fff;
  background: #000;
}

.wrap .d_cal_unite_body {
  --list-line-clamp: none;
  margin-top: 15px;
}

.wrap .d_cal_unite_body .contents_day .list_txt {
  padding: 0;
  background: none;
}

.wrap .d_cal_unite_body .contents_day .list_txt li {
  overflow: visible;
  padding: 8px 10px;
  border-radius: 4px;
  background: #f7f7f7;
}

.wrap .d_cal_unite_body .contents_day .list_txt li:before {
  content: normal;
}

.wrap .d_cal_unite_body .contents_day .list_txt li + li {
  margin-top: 8px;
}

.wrap .d_cal_unite_body .tit_day {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  vertical-align: top;
  word-break: break-all;
  word-wrap: break-word;
}

.wrap .d_cal_unite_body .tag_sort {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 6px 2px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  vertical-align: top;
}

.wrap .d_cal_unite_body .tag_sort.tag_type1 {
  background-color: #24B9A2;
}

.wrap .d_cal_unite_body .tag_sort.tag_type2 {
  background-color: #FF4577;
}

.wrap .d_cal_unite_body .tag_sort.tag_type3 {
  background-color: #45A9FF;
}

.wrap .d_cal_unite_body .link_plan {
  display: inline;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  vertical-align: top;
}

.wrap .d_cal_unite_body .tooltip_plan {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 350px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  border: 0 solid #ccc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.wrap .d_cal_unite_body .tooltip_plan .tit_day {
  font-weight: 700;
}

.wrap .d_cal_unite_body .tooltip_plan .list_desc_plan {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 4px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #222;
}

.wrap .d_cal_unite_body .tooltip_plan .list_desc_plan dt {
  font-weight: 700;
}

.wrap .d_cal_unite_body .tooltip_plan .list_desc_plan dd {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
  word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  /* 캘린더 오버라이딩 */
  .wrap .d_cal_unite_body .cal_month .cal_day:nth-child(7n+6) .tooltip_plan,
  .wrap .d_cal_unite_body .cal_month .cal_day:nth-child(7n+7) .tooltip_plan {
    left: auto;
    right: 0;
  } /* 금,토 툴팁 위치 변경 */
  .wrap .d_cal_unite_body .tit_day {
    max-width: 100%;
  }
  .wrap .d_cal_unite_body .link_plan {
    display: block;
    overflow: hidden;
    padding-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wrap .d_cal_unite_body {
    margin-top: 20px;
  }
  .wrap .d_cal_unite_head .tit_cal {
    font-size: 22px;
    line-height: 30px;
  }
  .wrap .d_cal_unite_body .contents_day .list_txt {
    padding: 0 6px;
  }
  .wrap .d_cal_unite_body .contents_day .list_txt li {
    padding: 10px;
  }
  .wrap .d_cal_unite_body .contents_day .list_txt li + li {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  /* 캘린더 오버라이딩 */
  .wrap .d_cal_unite_body .contents_day .list_txt {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* 캘린더 오버라이딩 */
  .wrap .d_cal_unite_head {
    gap: 15px;
  }
  .wrap .d_cal_unite_head [class^=btn_] {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .wrap .d_cal_unite_head .tit_cal {
    font-size: 35px;
    line-height: 42px;
  }
  .tooltip_year_month {
    max-width: 360px;
  }
  .tooltip_year_month .tooltip_head .group_opt {
    width: 84px;
    height: 50px;
  }
  .tooltip_year_month .tooltip_head .group_opt i {
    font-size: 18px;
  }
  .tooltip_year_month .tooltip_head .opt_year {
    font-size: 24px;
    line-height: 30px;
  }
  .tooltip_year_month .tooltip_body {
    padding: 20px;
  }
  .tooltip_year_month .list_choice_month .link_month {
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .wrap .d_cal_unite_body {
    margin-top: 30px;
  }
  .wrap .d_cal_unite_body .tag_sort {
    padding: 4px 8px 3px;
    font-size: 12px;
  }
  .wrap .d_cal_unite_body .tit_day {
    font-size: 16px;
    line-height: 22px;
  }
  .wrap .d_cal_unite_body .tooltip_plan .list_desc_plan {
    font-size: 14px;
    line-height: 20px;
  }
  .wrap .d_cal_unite_body .tooltip_plan .tit_day {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .wrap .d_cal_unite_body .link_plan {
    padding-top: 4px;
    text-decoration: none;
  }
  .wrap .d_cal_unite_body .tit_day:has(.link_plan:hover) + .tooltip_plan,
  .wrap .d_cal_unite_body .tit_day:has(.link_plan:focus) + .tooltip_plan {
    width: 270px;
    height: auto;
    clip: auto;
    margin: 0;
    padding: 15px;
    border-width: 1px;
  }
  .wrap .d_cal_unite_body .link_plan:hover,
  .wrap .d_cal_unite_body .link_plan:focus {
    font-weight: 600;
    color: #0172BC;
  }
  .wrap .d_cal_unite_body .contents_day .list_txt li {
    padding: 12px;
  }
  .wrap .d_cal_unite_body .contents_day .list_txt li + li {
    margin-top: 16px;
  }
}
/* 행사 지도 */
.area_events {
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.area_events .link_info {
  display: block;
}

.area_events .map_events {
  height: 400px;
}

.area_events .box_events {
  display: flex;
  flex-direction: column;
  height: 350px;
  border-top: 1px solid #e3e3e3;
}

.area_events.type_form .box_events:has(li.item_empty) {
  height: 300px;
}

.area_events .box_events:has(li.item_empty) .paging_events {
  display: none;
}

.area_events .list_events_info {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px;
}

.area_events .list_events_info > li {
  line-height: 0;
}

.area_events .list_events_info > li.item_empty {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #7b7b7b;
  font-weight: 500;
  text-align: center;
}

.area_events .list_events_info > li.item_empty > i {
  font-size: 20px;
}

.area_events .list_events_info > li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #ccc;
}

.area_events .list_events_info .emph_txt {
  font-weight: 700;
}

.area_events .list_events_info .tag_sort {
  display: inline-block;
  padding: 3px 6px 2px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
}

.area_events .list_events_info .tag_sort.tag_type1 {
  background-color: #24B9A2;
}

.area_events .list_events_info .tag_sort.tag_type2 {
  background-color: #FF4577;
}

.area_events .list_events_info .tag_sort.tag_type3 {
  background-color: #45A9FF;
}

.area_events .list_events_info .tag_sort + .tit_txt {
  padding-top: 3px;
}

.area_events .list_events_info .tit_txt {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.area_events .list_events_info .list_desc {
  padding: 11px 7px 0;
  font-size: 14px;
  line-height: 23px;
  color: #464646;
}

.area_events .list_events_info .list_desc li {
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  padding-left: 11px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  word-wrap: break-word;
}

.area_events .list_events_info .list_desc li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0261B0;
  content: "";
}

.area_events .list_events_info .list_desc a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin-left: 4px;
  padding: 4px 25px 3px 10px;
  border: 1px solid #CDE2FC;
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
  color: #3360A8;
  background-color: #F4F9FF;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.area_events .list_events_info .list_desc a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  translate: 0 -50%;
  content: "\f0c1";
}

.area_events .list_events_info .list_desc a i {
  font-size: 0.8em;
}

.area_events .list_events_info .link_location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  padding: 9px 20px 8px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  background: #1753B4;
}

.area_events .list_events_info .link_location.link_none {
  color: #595959;
  background: #dde4ef;
  pointer-events: none;
}

.area_events .list_events_info .link_location i {
  font-size: 0.85em;
}

.area_events .paging_events {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #e3e3e3;
}

.area_events .paging_events .link_paging {
  display: block;
  padding: 0 6px;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  color: #C4C4C4;
}

.area_events .paging_events li:has(.link_paging) + li:has(.link_paging) {
  position: relative;
  padding-left: 10px;
}

.area_events .paging_events li:has(.link_paging) + li:has(.link_paging):before {
  position: absolute;
  left: 3px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  border-radius: 50%;
  content: "";
}

.area_events .paging_events .link_paging.active {
  color: #69717B;
  pointer-events: none;
}

.area_events .paging_events svg {
  vertical-align: top;
}

.area_events .paging_events .prev {
  margin: 0 10px;
}

.area_events .paging_events .next {
  margin: 0 10px;
}

.area_events.type_form {
  width: 100%;
  margin-top: 0;
  border-color: #bbb;
}

.area_events.type_form .list_events_info {
  order: -1;
  padding: 30px;
}

.area_events.type_form .box_events {
  height: 380px;
}

.area_events.type_form .paging_events {
  margin: 0 30px;
  border-top-style: dashed;
}

.area_events .group_map {
  position: relative;
}

.area_events .group_address {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px;
  border-top: 1px solid #E3E3E3;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.area_events .group_address .d_inp_comm {
  height: 35px;
  border-radius: 5px;
}

.area_events .group_address .inp_address {
  flex: 1 1 200px;
}

.area_events .group_address .inp_desc {
  flex: 1 1 240px;
}

.area_events .info_keyword {
  flex: none;
  display: flex;
  row-gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px 12px;
  border-top: 1px solid #E3E3E3;
  background: #F8F8F8;
}

.area_events .info_keyword .tit_txt {
  flex: none;
  width: 100%;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.area_events .info_keyword .d_inp_comm {
  flex: 1;
  height: 35px;
}

.area_events .info_keyword .d_btn {
  flex: none;
  min-height: 35px;
  height: 35px;
  min-width: 60px;
  margin-left: 5px;
}

div:has(> .tooltip_events) {
  z-index: 10 !important;
}

.tooltip_events {
  max-width: 300px;
  padding: 19px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  margin-top: 20px;
  line-height: 0;
  background: #fff;
}

.tooltip_events .tag_sort {
  display: inline-block;
  padding: 3px 6px 2px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
}

.tooltip_events .tag_sort.tag_type1 {
  background-color: #24B9A2;
}

.tooltip_events .tag_sort.tag_type2 {
  background-color: #FF4577;
}

.tooltip_events .tag_sort.tag_type3 {
  background-color: #45A9FF;
}

.tooltip_events .tit_txt {
  display: block;
  overflow: hidden;
  padding-top: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #0261B0;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}

.tooltip_events .txt_desc {
  padding-top: 7px;
  font-size: 14px;
  line-height: 21px;
  color: #262626;
  font-weight: 600;
}

.tooltip_events .txt_etc {
  padding-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #656565;
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  /* 행사 지도 */
  .area_events .map_events {
    float: left;
    width: calc(100% - 455px);
    height: 710px;
  }
  .area_events .box_events {
    float: right;
    width: 455px;
    height: 710px;
    border-top: 0;
    border-left: 1px solid #e3e3e3;
  }
  .area_events.type_form .box_events:has(li.item_empty) {
    height: auto;
  }
  .area_events .list_events_info li.item_empty {
    font-size: 18px;
    line-height: 25px;
  }
  .area_events .list_events_info li.item_empty > i {
    font-size: 24px;
  }
  .area_events .list_events_info {
    padding: 30px 40px;
  }
  .area_events .list_events_info .tag_sort {
    padding: 4px 8px 3px;
    font-size: 12px;
  }
  .area_events .list_events_info .tit_txt {
    font-size: 21px;
    line-height: 26px;
    text-decoration: underline transparent;
    text-underline-offset: 3px;
    transition: all 0.2s;
  }
  .area_events .link_info:hover .tit_txt {
    text-decoration-color: currentColor;
  }
  .area_events .list_events_info .list_desc {
    font-size: 15px;
    line-height: 28px;
  }
  .area_events .list_events_info .list_desc a {
    margin: 2px 0 0 4px;
  }
  .area_events .list_events_info .link_location {
    border-radius: 10px;
    font-size: 15px;
  }
  .area_events .list_events_info > li + li {
    padding-top: 26px;
  }
  .area_events.type_form {
    display: flex;
    height: 540px;
  }
  .area_events.type_form .group_map {
    width: 62%;
  }
  .area_events.type_form .box_events {
    float: none;
    width: 38%;
    height: auto;
  }
  .area_events.type_form .map_events {
    float: none;
    width: 100%;
    height: 100%;
  }
  .area_events.type_form .list_events_info {
    order: 0;
  }
  .area_events .group_address {
    padding: 22px 32px;
  }
  .area_events .group_address .inp_address {
    height: 40px;
    max-width: 250px;
  }
  .area_events .group_address .inp_desc {
    height: 40px;
    max-width: 300px;
  }
  .area_events .info_keyword {
    padding: 20px;
    border-top: 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .area_events .info_keyword .tit_txt {
    font-size: 18px;
    line-height: 23px;
    margin-right: 17px;
  }
  .area_events .info_keyword .d_inp_comm {
    height: 40px;
  }
  .area_events .info_keyword .d_btn {
    min-height: 40px;
  }
  .tooltip_events {
    border-radius: 15px;
  }
  .tooltip_events .tag_sort {
    padding: 4px 8px 3px;
    font-size: 12px;
  }
  .tooltip_events .tit_txt {
    padding-top: 6px;
    font-size: 18px;
  }
  .tooltip_events .txt_desc {
    padding-top: 9px;
    font-size: 16px;
  }
  .tooltip_events .txt_etc {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  /* 행사 지도 */
  .area_events .info_keyword {
    padding: 22px 34px;
  }
  .area_events .info_keyword .tit_txt {
    width: auto;
  }
}
/* 소개 */
.tit_sub_txt:has(+ .txt_intro) {
  padding-left: 16px;
}

.txt_intro {
  padding: 20px 16px 0;
  font-size: 22px;
  line-height: 28px;
  color: #121212;
  font-weight: 300;
  word-break: keep-all;
  word-wrap: break-word;
}

.txt_intro .emph_intro {
  display: block;
  color: #254BCC;
}

.box_introduce {
  position: relative;
  margin-top: 190px;
  border-radius: 30px;
  background: #55B1F5;
}

.box_introduce::before {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  width: 250px;
  height: 142px;
  background: url(/together/home/together/images/sub/img_intro2.png) 100% 100% no-repeat;
  background-size: contain;
  translate: -50% 0;
  content: "";
}

.box_introduce .desc_introduce {
  padding: 40px 20px 0;
}

.box_introduce .txt_desc {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  word-break: keep-all;
  word-wrap: break-word;
}

.box_introduce .txt_desc + .txt_desc {
  padding-top: 20px;
}

.box_introduce .img_intro {
  display: block;
  width: 80%;
  margin: 40px auto 0 0;
  transform: rotateY(180deg);
}

@media only screen and (min-width: 768px) {
  /* 소개 */
  .tit_sub_txt:has(+ .txt_intro) {
    padding-left: 18px;
  }
  .txt_intro {
    padding: 20px 18px 0;
  }
  .box_introduce {
    display: flex;
    align-items: flex-end;
    margin-top: 32px;
  }
  .box_introduce::before {
    left: auto;
    right: 25px;
    width: 170px;
    translate: 0 0;
  }
  .box_introduce .desc_introduce {
    flex: 1;
    min-width: 0;
    max-width: 600px;
    padding: 40px 30px 40px 40px;
  }
  .box_introduce .txt_desc {
    font-size: 17px;
    line-height: 23px;
  }
  .box_introduce .img_intro {
    order: -1;
    flex: none;
    width: 310px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  /* 소개 */
  .tit_sub_txt:has(+ .txt_intro) {
    padding-left: 20px;
  }
  .txt_intro {
    padding: 35px 20px 0;
    font-size: 38px;
    line-height: 52px;
  }
  .box_introduce {
    margin-top: 33px;
    border-radius: 45px;
  }
  .box_introduce::before {
    width: 269px;
    right: 112px;
  }
  .box_introduce .desc_introduce {
    flex: 1;
    max-width: none;
    padding: 67px 125px 120px 49px;
  }
  .box_introduce .txt_desc {
    font-size: 20px;
    line-height: 28px;
  }
  .box_introduce .txt_desc + .txt_desc {
    padding-top: 28px;
  }
  .box_introduce .img_intro {
    flex: none;
    width: 510px;
  }
}
/* 자주하는 질문 */
.tit_sub_txt:has(+ .d_list_accordion.type_qna) {
  padding-top: 30px;
}

.d_list_accordion.type_qna {
  margin-top: 20px;
}

.d_list_accordion.type_qna > li > a {
  padding-left: 65px;
}

.d_list_accordion.type_qna .d_cont_desc {
  padding: 24px 20px 24px 65px;
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {
  /* 자주하는 질문 */
  .tit_sub_txt:has(+ .d_list_accordion.type_qna) {
    padding-top: 40px;
  }
  .d_list_accordion.type_qna > li > a {
    padding-left: 85px;
  }
  .d_list_accordion.type_qna .d_cont_desc {
    padding: 36px 30px 36px 85px;
    font-size: 18px;
    line-height: 24px;
  }
}
/* 설문조사 오버라이딩 */
.wrap .siiru-qustnrwrap .qustnrView .qustnrLayer dl dd ul li {
  padding-bottom: 12px;
}

.wrap .siiru-qustnrwrap .qustnrView .qustnrLayer dl dd ul li input[type=text] {
  height: 40px;
}

.wrap .siiru-qustnrwrap .qustnrView .qustnrLayer dl dd ul li textarea {
  resize: vertical;
}

/* 사이트맵 */
.list_sitemap > li + li {
  margin-top: 30px;
}

.list_sitemap > li > strong {
  display: block;
}

.list_sitemap > li > strong > a {
  display: block;
  padding: 17px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #0172bc;
  background: #f8f8f8;
  text-align: center;
  border-radius: 10px;
}

.list_sitemap > li > ul {
  margin: 10px 0 0 0;
  padding: 10px 25px;
}

.list_sitemap > li > ul > li {
  font-size: 16px;
}

.list_sitemap .list.type3 {
  background: #f8f8f8;
  margin-top: 10px;
  padding: 15px;
  border-radius: 5px;
}

/* 외부링크 아이콘 표시 */
.list_sitemap a[target=_blank]:after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: "\f08e";
  margin-left: 5px;
}

@media (min-width: 1024px) {
  .list_sitemap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
  }
  .list_sitemap > li + li {
    margin-top: 0;
  }
}
.tit_admin {
  display: block;
  padding-top: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .tit_admin {
    padding-top: 40px;
    font-size: 22px;
    line-height: 24px;
  }
}
/* siiru 오버라이딩 */
.wrap .siiru-qustnrwrap .qustnrView .qustnrLayer dl dd .qustnr-well {
  word-break: break-all;
  word-wrap: break-word;
}