@charset "utf-8";

body {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  width: 100%;
  font-family: "NanumSquareAc", sans-serif;
  color: #05141f;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  word-break: keep-all;
  padding: 0 !important;
}
input[type="text"],
input[type="number"] {
  font-family: "NanumSquareAc", sans-serif;
  font-size: 16px;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder {
  color: #666;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type="number"] {
  -moz-appearance: textfield;
}

.transparents-layer {
  display: none;
}

button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-family: "NanumSquareAc", sans-serif;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px dotted rgb(55, 55, 245);
  /* transform: scale(0.99);   */
  transition: none;
}
.blind {
  display: block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}
.btn {
  padding: 0 20px;
  height: 45px;
  line-height: 43px;
  border-radius: 8px;
}
.btn2 {
  padding: 0 20px;
  min-width: 107px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
}
.btn3 {
  display: inline-block;
  padding: 0 5px;
  min-width: 60px;
  height: 26px;
  line-height: 24px;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
}
.btn4 {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.btn4::after,
.btn4::before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.btn4.plus::after {
  transform: rotate(90deg);
}
.btn5 {
  padding: 0 5px;
  min-width: 75px;
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  border-radius: 6px;
}
.btn6 {
  padding: 0 5px;
  min-width: 50px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.btn7 {
  padding: 0 5px;
  min-width: 80px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.btn8 {
  padding: 0 28px;
  min-width: 80px;
  height: 56px;
  line-height: 54px;
  font-size: 17px;
  text-align: center;
  border-radius: 8px;
}
.btn9 {
  padding: 0 28px;
  min-width: 80px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
}

.btn_search {
  padding: 0 10px;
}
.btn_search .icon {
  width: 16px;
  height: 16px;
  background: url(../../images/hmpg/btn_search_b.png) no-repeat center / 100%;
}
.btn_close .icon {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
}
.btn_close .icon::after,
.btn_close .icon::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 10px;
  width: 27px;
  height: 2px;
  background-color: #222;
}
.btn_close .icon::after {
  transform: rotate(45deg);
}
.btn_close .icon::before {
  transform: rotate(-45deg);
}
.btn_close2 {
  width: 21px;
  height: 21px;
  background: url("../../images/hmpg/icon_close.png") no-repeat center / 100%;
}
.btn_more {
}

.btn_list,
.btn_regist {
  height: 56px;
  color: #fff;
  border-radius: 8px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: #1a3d74;
}
.btn_regist .icon {
  width: 16px;
  height: 15px;
  background: url(../../images/hmpg/icon_pencil.png) no-repeat center / contain;
}
.btn_list .icon {
  width: 16px;
  height: 15px;
  background: url(../../images/hmpg/icon_menu.png) no-repeat center / contain;
}

.btn_reply {
  width: 140px;
  height: 52px;
  line-height: 52px;
  background: #4897d3;
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  border-radius: 8px;
}
.btn_reply::before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(../../images/hmpg/icon_pencil.png) no-repeat center / contain;
}
.bg_rereply {
  background: #4897d3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.bg_rereply::before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url(../../images/hmpg/icon_reply.png) no-repeat center / contain;
}
.btn_download {
  background: #1276c2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
}
.btn_download::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url(../../images/hmpg/icon_download.png) no-repeat center / contain;
}
.bg_gray {
  color: #fff;
  background-color: #666;
}
.bg_gray2 {
  color: #fff;
  background-color: #7c8ea5;
  border-color: #7c8ea5;
}
.bg_green {
  color: #fff;
  background-color: #2656f6;
}
.bg_green2 {
  color: #fff;
  background-color: #707300;
}
.bg_brown {
  color: #fff;
  background-color: #a54601;
}
.bg_blue {
  color: #fff;
  background-color: #1a3d74;
}
.bg_blue.icon_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bg_blue.icon_link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../images/hmpg/icon__blink__wh.png) no-repeat center / contain;
}
.bg_black {
  color: #fff;
  background-color: #393e46;
}
.bg_red {
  color: #fff;
  background-color: #ee0000;
}
.bg_primary {
  background-color: #39a7c2;
  color: #fff;
}
.bg_gray3 {
  background-color: #ebebeb;
  color: #1e4e9a;
}

.bg_white {
  color: #666;
  border: 1px solid #666;
  background-color: #fff;
}
.bg_white2 {
  color: #2656f6;
  border: 1px solid #2656f6;
  background-color: #fff;
}
.bg_white3 {
  color: #707300;
  border: 1px solid #707300;
  background-color: #fff;
}
.bg_white4 {
  color: #c27522;
  border: 1px solid #c27522;
  background-color: #fff;
}
.bg_white5 {
  color: #1b52c3;
  border: 1px solid #1b52c3;
  background-color: #fff;
}
.bg_white6 {
  color: #69717f;
  border: 1px solid #69717f;
  background-color: #fff;
}
.bg_white7 {
  color: #6e7882;
  border: 1px solid #6e7882;
  background-color: #fff;
}
.bg_white8 {
  color: #ee0000;
  border: 1px solid #ee0000;
  background-color: #fff;
}

.color_gray {
  color: #666 !important;
}
.color_gray2 {
  color: #69717f !important;
}
.color_green {
  color: #2656f6 !important;
}
.color_green2 {
  color: #707300 !important;
}
.color_brown {
  color: #a54601 !important;
}
.color_blue {
  color: #1b52c3 !important;
}
.color_black {
  color: #393e46 !important;
}
.color_red {
  color: #ee0000 !important;
}

.f_b {
  font-weight: 600 !important;
}
.f_m {
  font-weight: 500 !important;
}
.f_n {
  font-weight: 400 !important;
}
.p_r {
  position: relative !important;
}

.w_flex_only {
  display: flex !important;
  display: -webkit-flex;
}
.m_flex_only {
  display: none !important;
  display: -webkit-none;
}
.w_hidden {
  display: none !important;
}
.m_hidden {
  display: block !important;
}

u {
  text-underline-position: under;
}
.underline {
  border-bottom: 1px solid #666;
}

.padding0 {
  padding: 0 !important;
}
.margin0 {
  margin: 0 !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt33 {
  padding-top: 33px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w100 {
  width: 100px !important;
}
.w120 {
  width: 120px !important;
}
.w200 {
  width: 200px !important;
}
.w230 {
  width: 230px !important;
}
.w300 {
  width: 300px !important;
}
.w400 {
  width: 400px !important;
}
.w500 {
  width: 500px !important;
}
.w_25 {
  width: 25% !important;
}
.w_30 {
  width: 30% !important;
}
.w_35 {
  width: 35% !important;
}
.w_40 {
  width: 40% !important;
}
.w_45 {
  width: 45% !important;
}
.w_50 {
  width: 50% !important;
}
.w_60 {
  width: 60% !important;
}
.w_80 {
  width: 80% !important;
}
.w_100 {
  width: 100% !important;
}

.f_12 {
  font-size: 12px !important;
}
.f_13 {
  font-size: 13px !important;
}
.f_14 {
  font-size: 14px !important;
}
.f_18 {
  font-size: 18px !important;
}

.al {
  text-align: left !important;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.vt {
  vertical-align: top !important;
}
.vm {
  vertical-align: middle !important;
}
.vb {
  vertical-align: bottom !important;
}

.cl_bo {
  clear: both !important;
}
.f_left {
  float: left !important;
}
.f_right {
  float: right !important;
}
.over_h {
  overflow: hidden !important;
}
.wb_keep {
  word-break: keep-all !important;
}

dl.skipnavi {
  position: relative;
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 0;
}
dl.skipnavi dt {
  display: none;
  height: 0;
}
dl.skipnavi dd {
  height: auto;
}
dl.skipnavi dd a {
  font-size: 0;
  height: 0;
}
dl.skipnavi dd a:active,
dl.skipnavi dd a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 51;
  width: 99vw;
  height: 30px;
  padding-top: 9px;
  text-align: center;
  background: #333;
  line-height: 14px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*서브공통*/
.board_title {
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.board_title h3 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.boardview + .board_title {
  margin-top: 30px;
}
.list_type > li {
  position: relative;
  padding-left: 10px;
}
.list_type > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background-color: #555;
}
.num_list {
  counter-reset: num;
}
.num_list > li {
  position: relative;
  padding-left: 22px;
}
.num_list > li::before {
  content: counter(num);
  counter-increment: num 1;
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}
.num_list2 {
  padding-left: 17px;
}
.num_list2 > li {
  list-style: decimal;
}

.d_area {
  margin: 0 auto;
  width: 1200px;
}

.midarea .subtoparea {
  height: 360px;
  background: url(../../images/hmpg/sub_header_img.jpg) no-repeat center;
  background-size: cover;
  padding: 150px 12px 85px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 37px;
}
.midarea .subtoparea.subtoparea01 {
  background: url(../../images/hmpg/sub_header_img_1.png) no-repeat center;
  background-size: cover;
}
.midarea .subtoparea.subtoparea02 {
  background: url(../../images/hmpg/sub_header_img_2.png) no-repeat center;
  background-size: cover;
}
.midarea .subtoparea.subtoparea03 {
  background: url(../../images/hmpg/sub_header_img_3.png) no-repeat center;
  background-size: cover;
}
.midarea .subtoparea.subtoparea04 {
  background: url(../../images/hmpg/sub_header_img_4.png) no-repeat center;
  background-size: cover;
}
.midarea .subtoparea.subtoparea05 {
  background: url(../../images/hmpg/sub_header_img_5.png) no-repeat center;
  background-size: cover;
}
.midarea .subtoparea.subtoparea06 {
  background: url(../../images/hmpg/sub_header_img_6.png) no-repeat center;
  background-size: cover;
}
.midarea .subtoparea.subtoparea07 {
  background: url(../../images/hmpg/sub_header_img_7.png) no-repeat center;
  background-size: cover;
}

.midarea .subtoparea h2 {
  text-align: center;
}
.midarea .subtoparea h2 p {
  color: #fff;
}
.midarea .subtoparea h2 p.tit1,
.midarea .subtoparea h2 .tit1 {
  line-height: 42px;
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}
.midarea .subtoparea h2 p.tit2 {
  margin-top: 15px;
  line-height: 44px;
  font-size: 44px;
  font-weight: 600;
}
.midarea .subtoparea .lnb_area {
  display: flex;
  display: -webkit-flex;
  justify-content: left;
  align-items: center;
}
.midarea .subtoparea .lnb_area > li {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  margin-right: 39px;
}
.midarea .subtoparea .lnb_area > li:last-child {
  margin-right: 0;
}
.midarea .subtoparea .lnb_area > li span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.midarea .subtoparea .lnb_area > li.home {
  margin-right: 23px;
}
.midarea .subtoparea .lnb_area > li.home a {
  display: block;
  width: 16px;
  height: 42px;
  background: url("../../images/hmpg/icon_home.png") no-repeat center;
  background-size: 16px 16px;
  text-indent: -999999px;
  color: transparent;
  font-size: 0;
}
.midarea .subtoparea .lnb_area li.dropdown {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 42px;
  line-height: 42px;
}
.midarea .subtoparea .lnb_area li.dropdown button {
  width: 100%;
  display: flex;
  gap: 13px;
  align-items: center;
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}
.midarea .subtoparea .lnb_area li.dropdown:last-child button span {
  font-weight: 800;
}
.midarea .subtoparea .lnb_area li.dropdown > button .arrow {
  width: 9px;
  height: 5px;
  background: url(../../images/hmpg/icon_down_w.png) no-repeat center / 100%;
  transition: all 0.3s;
  flex-shrink: 0;
}

.midarea .subtoparea .lnb_area li.dropdown.open > button .arrow {
  transform: rotate(180deg);
}
.midarea .subtoparea .lnb_area li.dropdown .dropdown-menu {
  display: none;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 10px;
  background-color: #1a3d74;
  box-shadow: 4px 7px 7px #00000014;
  box-shadow: 2.993px 0.209px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu {
  display: block;
  min-width: 190px;
}
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li:first-child {
  margin-top: 0;
}
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li.active,
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li:hover button {
  color: #007a9f;
}
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li button {
  line-height: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 0 12px;
  transition: all 0.3s;
  border-radius: 100px;
  margin-top: 10px;
}
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li:hover button,
.midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li.active button {
  background: #fff;
  color: #1a3d74;
}
.midarea .subtoparea .share_link {
  display: block;
}
.midarea .subtoparea .share_link_wr ul {
  display: flex;
  align-items: center;
  gap: 11px;
}
.midarea .subtoparea .btn_share_open,
.midarea .subtoparea .share_link_wr a {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.midarea .subtoparea .btn_share_open {
  display: none;
}
.midarea .subtoparea .btn_share_open img,
.midarea .subtoparea .share_link_wr a img {
  width: 17px;
  height: 17px;
}
.contentsarea {
  margin: 0 auto;
}
.contentsarea.d_area {
  width: 100%;
  max-width: 1400px;
  padding: 34px 0;
}
.status_table_area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 90px;
}
.contentsarea .subtit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: calc(100% - 80px);
  margin: 0 auto 30px;
}
.contentsarea .subtit h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #223958;
  /* text-align: center; */
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.contentsarea .subtit h3::before {
  content: "";
  display: block;
  width: 38px;
  height: 28px;
  flex-shrink: 0;
  background: url(../../images/hmpg/icon_title.png) no-repeat center / contain;
}
.contentsarea .subtit .share_btn_wr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.contentsarea .subtit .share_btn_wr .share {
  position: relative;
}
.contentsarea .subtit .share_btn_wr .btn_share,
.contentsarea .subtit .share_btn_wr .btn_print {
  width: 43px;
  height: 43px;
  border: 1px solid #ebebeb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contentsarea .subtit .share_btn_wr .btn_share img,
.contentsarea .subtit .share_btn_wr .btn_print img {
  width: 17px;
  height: 17px;
}
.contentsarea .subtit .share_btn_wr .share_bx {
  display: none;
  position: absolute;
  top: 48px;
  z-index: 30;
}
.contentsarea .subtit .share_btn_wr .share_bx button {
  width: 44px;
  height: 44px;
  margin-top: 8px;
  display: block;
}
.contentsarea .subtit .share_btn_wr .share_bx button img {
  width: 100%;
}

/*탭*/
.tabmenu {
  z-index: 10;
  position: relative;
  margin-bottom: 32px;
}
.tabmenu > button {
  display: none;
}
.tabmenu .dropdown-menu {
  display: flex;
  display: -webkit-flex;
  gap: 6px;
  position: relative;
}
.tabmenu .dropdown-menu::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #05141f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tabmenu .dropdown-menu li {
  width: 100%;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  border: 1px solid #ebebeb;
}

.tabmenu .dropdown-menu li button {
  padding: 0 10px;
  width: 100%;
  height: 46px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 46px;
  word-break: keep-all;
  color: #05141f;
  border-radius: 16px 16px 0 0;
}
.tabmenu .dropdown-menu li button span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 60px;
  -webkit-line-clamp: 3;
  line-height: 20px;
}
.tabmenu .dropdown-menu li button[data-selected="selected"] {
  font-weight: bold;
  color: #fff;
  background-color: #1276c2;
  border-radius: 16px 16px 0 0;
  border-color: #1276c2;
}

/* 슬라이드 탭메뉴 */
.slide_tab_menu {
  position: relative;
  margin-bottom: 32px;
}
/* .slide_tab_menu::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #05141f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
} */
.slide_tab_menu .menu {
  width: auto;
  flex: 1;
  padding-left: 6px;
  min-width: 130px;
  border-bottom: 1px solid #05141f;
}
.slide_tab_menu .menu:first-child {
  padding-left: 0;
}
.slide_tab_menu button {
  padding: 0 10px;
  width: 100%;
  height: 46px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 46px;
  word-break: keep-all;
  color: #05141f;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}
.slide_tab_menu button.on {
  font-weight: bold;
  color: #fff;
  background-color: #1276c2;
  border-radius: 16px 16px 0 0;
  border-color: #1276c2;
}

/*멤버쉽*/
/*로그인*/
.membership_area .logidpw {
  margin: 0 auto;
  width: 500px;
}
.membership_area .logidpw .logo {
  margin-bottom: 30px;
  text-align: center;
}
.membership_area .logidpw .box {
  padding: 205px 65px 60px;
  box-shadow: 0 12px 12px -12px #ccc;
  border-radius: 15px;
  border: 1px solid #ddd;
  background: url("../../images/hmpg/icon_login.png") no-repeat center 50px;
}
.membership_area .logidpw .box h3 {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}
.membership_area .logidpw .write_box {
  padding: 0 25px;
}
.membership_area .logidpw .write_box .inp_area li {
  margin-bottom: 15px;
}
.membership_area .logidpw .write_box .inp_area li .inpbox {
  width: 100%;
  height: 45px;
}
.membership_area .logidpw .write_box .inp_area li .inpbox input.txt {
  padding: 0 15px;
}
.membership_area .logidpw .write_box .inp_area li .inpbox input.txt:focus {
  outline: 1px solid #000;
}
.membership_area .logidpw .write_box .button_box {
  margin-top: 25px;
}
.membership_area .logidpw .write_box .button_box button {
  width: 100%;
  height: 50px;
  font-size: 17px;
  border-radius: 8px;
  background-color: #2656f6;
  color: #fff;
}
.membership_area .logidpw .write_box .find_area {
  margin-top: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.membership_area .logidpw .write_box .find_area li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.membership_area .logidpw .write_box .find_area li::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 1px;
  height: 12px;
  background-color: #ccc;
}
.membership_area .logidpw .write_box .find_area li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.membership_area .logidpw .write_box .find_area li:last-child::after {
  display: none;
}
.membership_area .logidpw .write_box .find_area li a {
  color: #666;
}
/*아이디찾기 비밀번호찾기*/
.membership_area .logidpw .box.box_phone {
  background: url("../../images/hmpg/icon_find_phone.png") no-repeat center 53px;
}
.membership_area .logidpw .box.box_email {
  display: none;
  background: url("../../images/hmpg/icon_find_email.png") no-repeat center 63px;
}
.membership_area .logidpw .box.box_newpw {
  background: url("../../images/hmpg/icon_find_newpw.png") no-repeat center 53px;
}
.membership_area .logidpw .box.box_idcomplete {
  padding: 205px 45px 60px;
  background: url("../../images/hmpg/icon_find_idcomplete.png") no-repeat center 67px;
}
.membership_area .logidpw .box.box_idcomplete .write_box {
  padding: 0;
}
.membership_area .logidpw .box .text {
  margin-bottom: 25px;
  text-align: center;
  color: #666;
}
.membership_area .logidpw .box .id {
  margin-bottom: 35px;
  text-align: center;
  color: #666;
}
.membership_area .logidpw .box .tab_area {
  margin: 0 25px 25px;
  display: flex;
  display: -webkit-flex;
}
.membership_area .logidpw .box .tab_area li {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.membership_area .logidpw .box .tab_area li.active {
  border-bottom: 3px solid #2656f6;
}
.membership_area .logidpw .box .tab_area li a {
  display: block;
  width: 100%;
  font-size: 15px;
  padding-bottom: 5px;
}
.membership_area .logidpw .box .tab_area li.active a {
  font-weight: 500;
}
/*회원가입*/
.membership_area .step_box {
  margin: 0 auto 80px;
  width: 650px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.membership_area .step_box::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: calc(50% - 290px);
  top: 15px;
  width: 580px;
  height: 1px;
  background-color: #ddd !important;
}
.membership_area .step_box li {
  padding: 50px 0 0;
  background: url("../../images/hmpg/icon_join_step.png") no-repeat center 0;
}
.membership_area .step_box li.active {
  background: url("../../images/hmpg/icon_join_step_active.png") no-repeat center 0;
}
.membership_area .step_box li p {
  font-weight: 500;
  color: #ddd;
}
.membership_area .step_box li.active p {
  color: #2656f6;
}
/*회원가입 회원유형선택*/
.membership_area .join_type {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.membership_area .join_type li {
  position: relative;
  margin-right: 40px;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 12px 12px -12px #ccc;
}
.membership_area .join_type li:last-child {
  margin-right: 0;
}
.membership_area .join_type li.type1 {
  border: 3px solid #18a561;
  background: url("../../images/hmpg/img_join_type1.png") no-repeat center 38px;
}
.membership_area .join_type li.type2 {
  border: 3px solid #2656f6;
  background: url("../../images/hmpg/img_join_type2.png") no-repeat center 37px;
}
.membership_area .join_type li.type3 {
  border: 3px solid #00bdbb;
  background: url("../../images/hmpg/img_join_type3.png") no-repeat center 38px;
}
.membership_area .join_type li a {
  display: block;
  padding: 183px 0 35px;
}
.membership_area .join_type li .tit {
  font-size: 20px;
  font-weight: 500;
}
.membership_area .join_type li.type1 .tit {
  color: #18a561;
}
.membership_area .join_type li.type2 .tit {
  color: #2656f6;
}
.membership_area .join_type li.type3 .tit {
  color: #00bdbb;
}
.membership_area .join_type li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.membership_area .join_type li.type1 .hover {
  background: rgba(24, 165, 97, 0.9);
}
.membership_area .join_type li.type2 .hover {
  background: rgba(0, 124, 197, 0.9);
}
.membership_area .join_type li.type3 .hover {
  background: rgba(0, 189, 187, 0.9);
}
.membership_area .join_type li .hover span {
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.membership_area .join_type li:hover .hover {
  opacity: 1;
}
/*회원가입 이용약관*/
.agree_area .agree_box {
  overflow-y: auto;
  margin-bottom: 15px;
  padding: 30px;
  max-height: 250px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.agree_area .agree_box h4 {
  font-size: 18px;
}
.agree_area h4 {
  margin-bottom: 20px;
  color: #222;
  font-size: 20px;
}
.agree_area h5 {
  margin-bottom: 10px;
  font-size: 16px;
}
.membership_area .agree_area {
  margin-bottom: 50px;
}
.agree_area .agree_box::-webkit-scrollbar {
  width: 10px;
}
.agree_area .agree_box::-webkit-scrollbar-thumb {
  width: 6px;
  height: 160px;
  background-color: #818185;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.agree_area .agree_box::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.membership_area .check_box {
  justify-content: right;
}
.membership_area .check_box input[type="checkbox"] + label {
  color: #666;
  font-size: 16px;
}
.membership_area .check_box.all {
  margin: -10px 0 35px;
  padding-top: 0;
  justify-content: center;
  border-top: 0;
}
/*회원가입 본인인증*/
.membership_area .certification_box {
  margin: 0 auto;
  padding: 205px 65px 60px;
  width: 500px;
  box-shadow: 0 12px 12px -12px #ccc;
  border-radius: 15px;
  border: 1px solid #ddd;
  background: url("../../images/hmpg/icon_join_certification.png") no-repeat center 54px;
}
.membership_area .certification_box .text {
  text-align: center;
  color: #666;
}
.membership_area .certification_box .button_box {
  margin: 35px 15px 0;
}
.membership_area .certification_box .button_box button {
  width: 100%;
  height: 55px;
  font-size: 17px;
  border-radius: 8px;
  background-color: #2656f6;
  color: #fff;
}
/*회원가입 가입완료*/
.membership_area .finish_box {
  margin: 0 auto;
  padding: 205px 45px 60px;
  width: 500px;
  box-shadow: 0 12px 12px -12px #ccc;
  border-radius: 15px;
  border: 1px solid #ddd;
  background: url("../../images/hmpg/icon_join_finish.png") no-repeat center 56px;
}
.membership_area .finish_box .text {
  text-align: center;
  color: #666;
}
.membership_area .finish_box .button_box {
  margin: 35px 15px 0;
}
.membership_area .finish_box .button_box button {
  width: 100%;
  height: 55px;
  font-size: 17px;
  border-radius: 8px;
  background-color: #2656f6;
  color: #fff;
}

/*개인정보처리방침*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.privacy .box {
  padding: 30px;
  margin-bottom: 50px;
  line-height: 26px;
  background-color: #fafafa;
}
.privacy-wrap {
  line-height: 32px;
}
.privacy-wrap h4 {
  font-size: 20px;
  margin: 40px 0 10px;
}
.privacy-wrap p.txtin {
  padding-left: 15px;
  text-indent: -15px;
}
.privacy-wrap .imgbox {
  margin: 20px 0;
  text-align: center;
}
.privacy-wrap a {
  color: #0387dc;
}
.privacy-wrap em {
  font-style: normal;
}
.privacybox:after {
  content: "";
  display: block;
  clear: both;
}
.privacybox {
  margin: 40px 0 0;
}
.privacybox .right-desc {
  float: right;
}
.listtype-other {
  margin-left: 20px;
}
.listtype-other.ml {
  margin-left: 0;
}
.listtype-other > li > span {
  margin-left: -20px;
}
.table_privacy table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #767676;
  border-bottom: 1px solid #767676;
  margin: 20px 0 15px;
}
.table_privacy table thead th {
  padding: 13px 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #9ba5af;
}
.table_privacy table tbody th {
  padding: 12px 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #333;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.table_privacy table td {
  padding: 12px 20px;
  line-height: 26px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.table_privacy table th:first-child {
  border-left: 0;
}
.table_privacy table td:first-child {
  border-left: 0;
}
.table_privacy.index table thead th {
  padding: 16px 20px;
  font-size: 18px;
  color: #0387dc;
}
.table_privacy.index table td {
  padding: 25px 20px;
  line-height: 32px;
}
.table_privacy.index table td:last-child {
  padding-left: 30px;
}

/*이용약관*/
.rule-index {
  border-top: 2px solid #222;
  border-bottom: 1px solid #e5e5e5;
}
.rule-index:after {
  content: "";
  display: block;
  clear: both;
}
.rule-index ul {
  float: left;
  width: 50%;
  padding: 25px 20px;
}
.rule-index ul + ul {
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
}
.rule-index ul li {
  font-weight: 400;
  margin-top: 10px;
}
.rule-index ul li:first-child {
  margin-top: 0;
}
.rule-index ul li a {
  color: #666;
  font-size: 16px;
}
.rule-index ul li a:focus,
.rule-index ul li a:hover,
.rule-index ul li a:focus span,
.rule-index ul li a:hover span {
  color: #0387dc;
}
article.rule h4 {
  font-size: 26px;
  margin-top: 50px;
}
article.rule h5 {
  font-size: 20px;
  margin: 40px 0 10px;
}
article.rule p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
article.rule li {
  line-height: 32px;
  color: #666;
  word-break: keep-all;
}
article.rule ol > li {
  padding-left: 20px;
  text-indent: -20px;
}
article.rule ol > li > ol > li {
  padding-left: 0px;
  text-indent: 0;
}

/*소개*/
.introduce {
  padding: 0 20px;
}
.introduce .introduce_top {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.introduce .introduce_top img {
  max-width: 100%;
  height: auto;
}
.introduce .introduce_bottom {
  margin-top: 70px;
  padding: 55px 0 55px 170px;
  position: relative;
  text-align: center;
  background-image: linear-gradient(#2656f6, #0937d1);
  border-radius: 100px;
}
.introduce .introduce_bottom::before {
  position: absolute;
  bottom: 0;
  left: 6px;
  content: "";
  display: block;
  width: 245px;
  height: 254px;
  background: url("../../images/hmpg/bg_introduce.png") no-repeat;
}
.introduce .introduce_bottom .text1 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
}
.introduce .introduce_bottom .text2 {
  line-height: 42px;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}

/*맞춤교육조회*/
.program_list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.program_list ul li {
  margin: 0 25px 60px 0;
  width: calc(25% - 18.75px);
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.program_list ul li:nth-child(4n) {
  margin-right: 0;
}
.program_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.program_list ul li a .img_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #f5f7fa;
  background-position: center calc(50% + 15px);
  background-repeat: no-repeat;
}
.program_list ul li.img a .img_box {
  background-position: center 0;
  background-size: cover;
}
.program_list ul li.type1 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type1.png");
} /*방정환교육지원센터*/
.program_list ul li.type2 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type1.png");
} /*평생학습관*/
.program_list ul li.type3 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type2.png");
} /*중랑구청*/
.program_list ul li.type4 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type3.png");
} /*자치회관*/
.program_list ul li.type5 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type4.png");
} /*중랑면목미디어센터*/
.program_list ul li.type6 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type4.png");
} /*중랑망원미디어센터*/
.program_list ul li.type7 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type5.png");
} /*망우역사문화공원*/
.program_list ul li.type8 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type6.png");
} /*중랑구환경교육센터*/
.program_list ul li.type9 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type7.png");
} /*중랑행복도시농업센터*/
.program_list ul li.type10 a .img_box {
  background-image: url("../../images/hmpg/img_program_list_type8.png");
} /*유관기관*/
.program_list ul li a .img_box .mark {
  z-index: 1;
  position: absolute;
  top: 23px;
  right: 23px;
  display: inline-block;
  width: 76px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.program_list ul li a .img_box .mark.mark1 {
  background-color: #4adabf;
}
.program_list ul li a .img_box .mark.mark2 {
  background-color: #2656f6;
}
.program_list ul li a .img_box .mark.mark3 {
  background-color: #333;
}
.program_list ul li a .img_box .hover {
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.program_list ul li:hover a .img_box .hover {
  opacity: 1;
}
.program_list ul li a .img_box .hover .link {
  margin: 0 auto;
  padding: 45px 0 0;
  display: block;
  color: #fff;
  background: url("../../images/hmpg/icon_link.png") no-repeat center 0;
}
.program_list ul li a .text_box {
  position: relative;
}
.program_list ul li a .text_box .category {
  padding: 0 10px;
  position: absolute;
  top: -30px;
  left: 17px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 15px 15px 15px 0;
  background-color: #00bba5;
  color: #fff;
}
.program_list ul li a .text_box .keyword {
  margin: 15px 0 10px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.program_list ul li a .text_box .keyword span {
  margin-right: 5px;
  line-height: 14px;
  font-size: 14px;
  color: #999;
}
.program_list ul li a .text_box .location {
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  background: url("../../images/hmpg/icon_location.png") no-repeat 0 center;
}
.program_list ul li a .text_box .info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.program_list ul li a .text_box .info .info1 {
  padding-left: 20px;
  font-weight: 500;
  color: #666;
  background: url("../../images/hmpg/icon_location2.png") no-repeat 0 center;
}
.program_list ul li a .text_box .info .info2 {
  padding-left: 25px;
  font-weight: 500;
  color: #666;
  background: url("../../images/hmpg/icon_target.png") no-repeat 0 center;
}
.program_list ul li a .text_box .title {
  margin: 5px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.program_list ul li:hover a .text_box .title {
  text-decoration: underline;
  color: #2656f6;
}
.program_list ul li a .text_box .date {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  background: url("../../images/hmpg/icon_calendar2.png") no-repeat 0 center;
}
.program_list ul li a .text_box .period {
  padding-left: 25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: url("../../images/hmpg/icon_period.png") no-repeat 0 center;
}
.program_list ul li a .text_box .period .tit {
  margin-right: 10px;
  font-weight: 500;
}
.program_list ul li a .text_box .period .txt {
  color: #2656f6;
}
.program_list ul li a .text_box .dl_wrap {
  margin: 15px 0 0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 8px 0 #eee;
}
.program_list ul li:hover a .text_box .dl_wrap {
  border: 1px solid #2656f6;
}
.program_list ul li a .text_box .dl_wrap dl {
  margin-bottom: 5px;
  line-height: 20px;
  display: flex;
  display: -webkit-flex;
}
.program_list ul li a .text_box .dl_wrap dl:last-child {
  margin-bottom: 0;
}
.program_list ul li a .text_box .dl_wrap dl dt {
  padding-left: 10px;
  position: relative;
  width: 70px;
  font-size: 13px;
  font-weight: 500;
}
.program_list ul li a .text_box .dl_wrap dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #2656f6;
}
.program_list ul li a .text_box .dl_wrap dl dd {
  width: calc(100% - 70px);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
}
.program_tab {
  padding: 0 25px 60px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.program_tab li {
  margin: 0 5px 10px;
  width: calc(20% - 12px);
}
.program_tab li button {
  width: 100%;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: #f1f4ff;
}
.program_tab li button span {
  font-weight: 600;
  color: #2656f6;
}

/*문화행사*/
/*딩가동*/
.culturalEvent .culturalEvent_list1 {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.culturalEvent .culturalEvent_list1 li {
  margin: 0 40px 30px 0;
  overflow: hidden;
  position: relative;
  width: calc(25% - 30px);
  border-radius: 15px;
  border: 1px solid #ddd;
  background-position: center;
  background-size: cover;
}
.culturalEvent .culturalEvent_list1 li:nth-child(4n) {
  margin-right: 0;
}
.culturalEvent .culturalEvent_list1 li a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 133%;
}
.culturalEvent .culturalEvent_list1 li a .mark {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12px;
  display: block;
  width: 90px;
  height: 75px;
  line-height: 24px;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.culturalEvent .culturalEvent_list1 li.type1 a .mark {
  background-color: #bf750d;
}
.culturalEvent .culturalEvent_list1 li.type2 a .mark {
  background-color: #187f60;
}
.culturalEvent .culturalEvent_list1 li.type3 a .mark {
  background-color: #578235;
}
.culturalEvent .culturalEvent_list1 li.type4 a .mark {
  background-color: #446bae;
}
.culturalEvent .culturalEvent_list1 li.type5 a .mark {
  background-color: #bc3ea6;
}
.culturalEvent .culturalEvent_list1 li a .mark span {
  font-size: 20px;
}
.culturalEvent .culturalEvent_list1 li a .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}
.culturalEvent .culturalEvent_list1 li a .text p {
  padding: 0 15px;
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.culturalEvent .culturalEvent_list1 li a .hover {
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.culturalEvent .culturalEvent_list1 li:hover a .hover {
  opacity: 1;
}
.culturalEvent .culturalEvent_list1 li.type1:hover a .hover {
  border: 2px solid #bf750d;
}
.culturalEvent .culturalEvent_list1 li.type2:hover a .hover {
  border: 2px solid #187f60;
}
.culturalEvent .culturalEvent_list1 li.type3:hover a .hover {
  border: 2px solid #578235;
}
.culturalEvent .culturalEvent_list1 li.type4:hover a .hover {
  border: 2px solid #446bae;
}
.culturalEvent .culturalEvent_list1 li.type5:hover a .hover {
  border: 2px solid #bc3ea6;
}
.culturalEvent .culturalEvent_list1 li a .hover .link {
  margin: 0 auto 20px;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url("../../images/hmpg/icon_link.png") no-repeat center;
}
.culturalEvent .culturalEvent_list1 li a .hover p {
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
/*중랑문화재단*/
.culturalEvent .culturalEvent_list2 {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.culturalEvent .culturalEvent_list2 li {
  margin: 0 40px 30px 0;
  position: relative;
  width: calc(25% - 30px);
  border-radius: 10px;
  border: 1px solid #ddd;
  background-position: center top;
  background-size: cover;
}
.culturalEvent .culturalEvent_list2 li:nth-child(4n) {
  margin-right: 0;
}
.culturalEvent .culturalEvent_list2 li a {
  padding: 35px 25px;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 132%;
  color: #fff;
}
.culturalEvent .culturalEvent_list2 li a .top .keyword {
  margin-bottom: 10px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.culturalEvent .culturalEvent_list2 li a .top .keyword span {
  margin-right: 10px;
}
.culturalEvent .culturalEvent_list2 li a .top .keyword span:last-child {
  margin-right: 0;
}
.culturalEvent .culturalEvent_list2 li a .top .title {
  line-height: 34px;
  font-size: 26px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.culturalEvent .culturalEvent_list2 li a .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 30px;
}
.culturalEvent .culturalEvent_list2 li a .bottom .mark {
  margin-bottom: 13px;
  padding: 0 15px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #fff;
}
.culturalEvent .culturalEvent_list2 li a .bottom .time {
  margin-bottom: 8px;
  padding-left: 25px;
  line-height: 18px;
  font-size: 15px;
  background: url("../../images/hmpg/icon_time.png") no-repeat 0 center;
}
.culturalEvent .culturalEvent_list2 li a .bottom .date {
  padding-left: 25px;
  line-height: 18px;
  font-size: 15px;
  background: url("../../images/hmpg/icon_calendar3.png") no-repeat 0 center;
}

@media screen and (max-width: 1240px) {
  .d_area {
    padding: 0 20px;
    width: 100%;
  }

  /*소개*/
  .introduce .introduce_bottom {
    padding: 55px 0 55px 200px;
  }
  .introduce .introduce_bottom .text1 {
    font-size: 24px;
  }
  .introduce .introduce_bottom .text2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 13px;
    line-height: 20px;
  }

  /* .btn {
    padding: 0 15px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
  } */

  .btn3 {
    min-width: 64px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
  }

  .btn4 {
    border-radius: 5px;
  }
  .btn5 {
    min-width: 52px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    border-radius: 5px;
  }
  .btn6 {
    min-width: 50px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 5px;
  }
  .btn7 {
    font-size: 13px;
    border-radius: 5px;
  }

  .w_flex_only {
    display: none !important;
    display: -webkit-none;
  }
  .m_flex_only {
    display: flex !important;
    display: -webkit-flex;
  }
  .w_hidden {
    display: block !important;
  }
  .m_hidden {
    display: none !important;
  }

  .board_title {
    margin-bottom: 10px;
  }
  .board_title h3 {
    font-size: 15px;
  }
  .board_title p.right {
    width: calc(100% - 90px);
    font-size: 12px;
    line-height: 18px;
  }
  .board_title.line {
    padding-bottom: 10px;
  }
  .board_title .btn_more {
    margin-bottom: -5px;
    height: 30px;
    font-size: 12px;
  }
  .board_title .btn_more .icon {
    width: 9px;
    height: 9px;
  }
  .board_title2 {
    margin-bottom: 10px;
  }
  .board_title2 h4 {
    font-size: 15px;
  }
  .board_title2 p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 7px;
  }
  .boardview + .board_title2 {
    margin-top: 30px;
  }
  .list_type > li {
    padding-left: 7px;
  }
  .list_type > li::after {
    top: 9px;
    width: 2px;
    height: 2px;
  }
  .num_list > li {
    padding-left: 17px;
  }
  .num_list > li::before {
    top: 3px;
    width: 12px;
    height: 12px;
    font-size: 7px;
    line-height: 10px;
  }
  .num_list2 {
    padding-left: 15px;
  }
  .num_list3 {
    counter-reset: num;
  }
  .num_list3 > li {
    padding-left: 17px;
  }
  .num_list3 > li::before {
    width: 14px;
    font-size: 12px;
  }
  p.dot {
    padding-left: 8px;
    line-height: 22px;
  }
  p.dot::after {
    top: 8px;
    width: 2px;
    height: 2px;
  }

  /*탭*/
  .tabmenu {
    margin-bottom: 20px;
  }
  .tabmenu button {
    text-align: left;
    font-size: 14px;
  }
  .tabmenu > button {
    position: relative;
    padding: 0 20px 0 10px;
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #393e46;
  }
  .tabmenu > button::after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 2px);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
  }
  .tabmenu > button .dropdown-label {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tabmenu.open > button::after {
    transform: rotate(180deg);
  }
  .tabmenu .dropdown-menu {
    position: absolute;
    left: 0;
    top: 39px;
    display: none;
    display: -webkit-none;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .tabmenu.open .dropdown-menu {
    display: block;
    display: -webkit-block;
  }
  .tabmenu .dropdown-menu li {
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .tabmenu .dropdown-menu li:first-child {
    border-radius: 5px 5px 0 0;
  }
  .tabmenu .dropdown-menu li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 0;
  }
  .tabmenu .dropdown-menu li:first-child button {
    border-radius: 5px 5px 0 0;
  }
  .tabmenu .dropdown-menu li:last-child button {
    border-radius: 0 0 5px 5px;
  }
  .tabmenu .dropdown-menu li button {
    padding: 10px;
    font-size: 14px;
    height: auto !important;
    border-radius: 0;
  }
  .tabmenu .dropdown-menu li button span {
    display: block;
    max-height: initial;
    -webkit-line-clamp: initial;
    line-height: 18px;
  }
  .tabmenu .dropdown-menu li button[data-selected="selected"] {
    background-color: #2656f6;
  }

  /*멤버쉽*/
  /*로그인*/
  .membership_area .logidpw {
    margin: 0 auto;
  }
  .membership_area .logidpw .logo {
    margin-bottom: 20px;
  }
  .membership_area .logidpw .logo img {
    width: 83px;
    height: auto;
  }
  .membership_area .logidpw .box {
    padding: 145px 30px 35px;
    box-shadow: 0 8px 8px -8px #ccc;
    border-radius: 10px;
    background: url("../../images/hmpg/icon_login.png") no-repeat center 40px / 93px auto;
  }
  .membership_area .logidpw .box h3 {
    font-size: 20px;
  }
  .membership_area .logidpw .write_box {
    padding: 0;
  }
  .membership_area .logidpw .write_box .inp_area li {
    margin-bottom: 10px;
  }
  .membership_area .logidpw .write_box .inp_area li .inpbox {
    height: 35px;
  }
  .membership_area .logidpw .write_box .inp_area li .inpbox input.txt {
    padding: 0 10px;
  }
  .membership_area .logidpw .write_box .button_box {
    margin-top: 20px;
  }
  .membership_area .logidpw .write_box .button_box button {
    height: 45px;
    font-size: 15px;
    border-radius: 5px;
  }
  .membership_area .logidpw .write_box .find_area {
    margin-top: 20px;
  }
  .membership_area .logidpw .write_box .find_area li {
    padding-right: 12px;
    margin-right: 12px;
  }
  .membership_area .logidpw .write_box .find_area li a {
    font-size: 13px;
  }
  /*아이디찾기 비밀번호찾기*/
  .membership_area .logidpw .box.box_phone {
    padding-top: 152px;
    background: url("../../images/hmpg/icon_find_phone.png") no-repeat center 40px / 69px auto;
  }
  .membership_area .logidpw .box.box_email {
    padding-top: 152px;
    background: url("../../images/hmpg/icon_find_email.png") no-repeat center 48px / 93px auto;
  }
  .membership_area .logidpw .box.box_newpw {
    padding-top: 152px;
    background: url("../../images/hmpg/icon_find_newpw.png") no-repeat center 43px / 103px auto;
  }
  .membership_area .logidpw .box.box_idcomplete {
    padding: 152px 30px 35px;
    background: url("../../images/hmpg/icon_find_idcomplete.png") no-repeat center 45px / 70px auto;
  }
  .membership_area .logidpw .box .text {
    margin-bottom: 20px;
  }
  .membership_area .logidpw .box .id {
    margin-bottom: 30px;
  }
  .membership_area .logidpw .box .tab_area {
    margin: 0 0 20px;
  }
  .membership_area .logidpw .box .tab_area li a {
    font-size: 12px;
  }
  /*회원가입*/
  .membership_area .step_box {
    margin: 0 auto 30px;
  }
  .membership_area .step_box::before {
    left: 30px;
    top: 8px;
    width: calc(100% - 60px);
  }
  .membership_area .step_box li {
    padding: 23px 0 0;
    background-size: 16px auto;
  }
  .membership_area .step_box li.active {
    background-size: 16px auto;
  }
  /*회원가입 회원유형선택*/
  .membership_area .join_type li {
    margin-right: 20px;
    width: calc(33.33333333% - 13.33333333333333px);
    box-shadow: 0 8px 8px -8px #ccc;
  }
  .membership_area .join_type li.type1 {
    border: 2px solid #18a561;
    background: url("../../images/hmpg/img_join_type1.png") no-repeat center 28px / 84px auto;
  }
  .membership_area .join_type li.type2 {
    border: 2px solid #2656f6;
    background: url("../../images/hmpg/img_join_type2.png") no-repeat center 28px / 84px auto;
  }
  .membership_area .join_type li.type3 {
    border: 2px solid #00bdbb;
    background: url("../../images/hmpg/img_join_type3.png") no-repeat center 33px / 81px auto;
  }
  .membership_area .join_type li a {
    padding: 120px 0 25px;
  }
  .membership_area .join_type li .tit {
    font-size: 18px;
  }
  .membership_area .join_type li .hover {
    display: none;
  }
  /*회원가입 이용약관*/
  .agree_area .agree_box {
    margin-bottom: 10px;
    padding: 15px;
    max-height: 250px;
  }
  .agree_area .agree_box h4 {
    font-size: 14px;
  }
  .agree_area h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .agree_area h5 {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .membership_area .agree_area {
    margin-bottom: 25px;
  }
  .membership_area .agree_area > p {
    font-size: 10px;
    line-height: 15px;
  }
  .membership_area .check_box.all {
    margin: -10px 0 25px;
    padding-top: 10px;
  }
  .membership_area .check_box input[type="checkbox"] + label {
    font-size: 13px;
  }
  /*회원가입 본인인증*/
  .membership_area .certification_box {
    padding: 152px 30px 35px;
    box-shadow: 0 8px 8px -8px #ccc;
    border-radius: 10px;
    background: url("../../images/hmpg/icon_join_certification.png") no-repeat center 40px / 90px auto;
  }
  .membership_area .certification_box .button_box {
    margin: 25px 0 0;
  }
  .membership_area .certification_box .button_box button {
    height: 45px;
    font-size: 15px;
    border-radius: 5px;
  }
  /*회원가입 가입완료*/
  .membership_area .finish_box {
    padding: 152px 30px 35px;
    box-shadow: 0 8px 8px -8px #ccc;
    border-radius: 10px;
    background: url("../../images/hmpg/icon_join_finish.png") no-repeat center 45px / 60px auto;
  }
  .membership_area .finish_box .button_box {
    margin: 25px 0 0;
  }
  .membership_area .finish_box .button_box button {
    height: 45px;
    font-size: 15px;
    border-radius: 5px;
  }

  /*개인정보처리방침*/
  .privacy .box {
    padding: 20px;
    margin-bottom: 30px;
    line-height: 22px;
  }
  .privacy-wrap {
    line-height: 22px;
  }
  .privacy-wrap h4 {
    font-size: 16px;
    margin: 30px 0 13px;
  }
  .privacy-wrap .imgbox {
    margin: 20px 0;
    text-align: center;
  }
  .privacy-wrap .imgbox img {
    width: 100%;
  }
  .privacy-wrap .mb20 {
    margin-bottom: 10px !important;
  }
  .privacy-wrap .mt20 {
    margin-top: 10px !important;
  }
  .privacybox {
    margin: 10px 0 0;
  }
  .privacybox .right-desc {
    float: left;
  }
  .table_privacy {
    overflow-x: auto;
  }
  .table_privacy table {
    width: 994px;
    margin: 15px 0 10px;
  }
  .table_privacy table thead th {
    padding: 12px 10px;
    line-height: 22px;
  }
  .table_privacy table tbody th {
    padding: 11px 10px;
    line-height: 22px;
  }
  .table_privacy table td {
    padding: 11px 10px;
    line-height: 22px;
  }
  .table_privacy.index table {
    width: 100%;
  }
  .table_privacy.index table thead th {
    padding: 12px 10px;
    font-size: 15px;
  }
  .table_privacy.index table td {
    padding: 15px;
    font-size: 13px;
  }
  .table_privacy.index table td:last-child {
    padding-left: 25px;
  }

  /*이용약관*/
  .rule-index {
    padding: 20px;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
    height: 180px;
    overflow-y: scroll;
  }
  .rule-index ul {
    float: none;
    width: 100%;
    padding: 0;
  }
  .rule-index ul + ul {
    border-left: 0;
    padding-left: 0;
    margin-top: 8px;
  }
  .rule-index ul li {
    font-weight: 400;
    margin-top: 8px;
  }
  .rule-index ul li a {
    font-size: 13px;
  }
  article.rule h4 {
    font-size: 20px;
    margin-top: 40px;
  }
  article.rule h5 {
    font-size: 14px;
    margin: 30px 0 10px;
  }
  article.rule p {
    font-size: 12px;
    line-height: 22px;
  }
  article.rule li {
    line-height: 22px;
  }
  article.rule ol > li {
    padding-left: 15px;
    text-indent: -15px;
  }

  /*소개*/
  .introduce {
    padding: 0;
  }
  .introduce .introduce_top img {
    width: 300px;
  }
  .introduce .introduce_bottom {
    margin: 15px auto 0;
    padding: 30px 15px;
    max-width: 100%;
    width: 350px;
    border-radius: 100px;
  }
  .introduce .introduce_bottom::before {
    display: none;
  }
  .introduce .introduce_bottom .text1 {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: -1px;
  }
  .introduce .introduce_bottom .text2 {
    line-height: 27px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -1px;
  }

  /*맞춤교육조회*/
  .program_list ul li {
    margin: 0 20px 30px 0;
    width: calc(50% - 10px);
  }
  .program_list ul li:nth-child(3n) {
    margin-right: 20px;
  }
  .program_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .program_list ul li a .img_box {
    padding-bottom: 84%;
    background-position: center;
    background-size: 140px auto;
  }
  .program_list ul li a .img_box .mark {
    top: 15px;
    right: 15px;
    width: 85px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
  }
  .program_list ul li a .img_box .hover .link {
    padding: 55px 0 0;
    font-size: 18px;
    background: url("../../images/hmpg/icon_link.png") no-repeat center 0 / 30px auto;
  }
  .program_list ul li a .text_box .keyword {
    margin: 15px 0;
  }
  .program_list ul li a .text_box .keyword span {
    margin-right: 5px;
    line-height: 15px;
    font-size: 15px;
  }
  .program_list ul li a .text_box .location {
    line-height: 22px;
    font-size: 16px;
  }
  .program_list ul li a .text_box .title {
    margin: 8px 0 12px;
    font-size: 18px;
  }
  .program_list ul li a .text_box .date {
    font-size: 18px;
  }
  .program_list ul li a .text_box .dl_wrap {
    padding: 25px 25px 20px;
    box-shadow: 0 0 4px 0 #eee;
  }
  .program_list ul li a .text_box .dl_wrap dl {
    margin-bottom: 10px;
    line-height: 22px;
  }
  .program_list ul li a .text_box .dl_wrap dl:last-child {
    margin-bottom: 0;
  }
  .program_list ul li a .text_box .dl_wrap dl dt {
    padding-left: 12px;
    width: 80px;
    font-size: 14px;
  }
  .program_list ul li a .text_box .dl_wrap dl dt::before {
    top: 10px;
  }
  .program_list ul li a .text_box .dl_wrap dl dd {
    width: calc(100% - 80px);
    font-size: 15px;
  }
  .program_tab {
    padding: 0 0 40px;
  }
  .program_tab li {
    margin: 0 10px 6px 0;
    width: calc(50% - 5px);
  }
  .program_tab li:nth-child(2n) {
    margin-right: 0;
  }
  .program_tab li button {
    height: 55px;
    font-size: 13px;
    border-radius: 5px;
  }

  /*문화행사*/
  /*딩가동*/
  .culturalEvent .culturalEvent_list1 {
    margin-top: 20px;
  }
  .culturalEvent .culturalEvent_list1 li {
    margin: 0 15px 30px 0;
    width: calc(25% - 11.25px);
    border-radius: 10px;
  }
  .culturalEvent .culturalEvent_list1 li a .mark {
    padding-top: 8px;
    width: 58px;
    height: 48px;
    line-height: 14px;
    font-size: 11px;
  }
  .culturalEvent .culturalEvent_list1 li a .mark span {
    font-size: 16px;
  }
  .culturalEvent .culturalEvent_list1 li a .text p {
    padding: 0 10px;
    bottom: 10px;
    font-size: 15px;
  }
  .culturalEvent .culturalEvent_list1 li a .hover {
    border-radius: 10px;
  }
  .culturalEvent .culturalEvent_list1 li a .hover .link {
    margin: 0 auto 10px;
    width: 41px;
    height: 41px;
    background-size: 13px auto;
  }
  .culturalEvent .culturalEvent_list1 li a .hover p {
    padding: 0 10px;
    font-size: 15px;
  }
  /*중랑문화재단*/
  .culturalEvent .culturalEvent_list2 {
    margin-top: 20px;
  }
  .culturalEvent .culturalEvent_list2 li {
    margin: 0 15px 30px 0;
    position: relative;
    width: calc(25% - 11.25px);
    border-radius: 5px;
  }
  .culturalEvent .culturalEvent_list2 li:nth-child(4n) {
    margin-right: 0;
  }
  .culturalEvent .culturalEvent_list2 li a {
    padding: 25px 18px;
    padding-bottom: 132%;
  }
  .culturalEvent .culturalEvent_list2 li a .top .keyword {
    margin-bottom: 5px;
    line-height: 16px;
  }
  .culturalEvent .culturalEvent_list2 li a .top .keyword span {
    margin-right: 5px;
    font-size: 12px;
  }
  .culturalEvent .culturalEvent_list2 li a .top .keyword span:last-child {
    margin-right: 0;
  }
  .culturalEvent .culturalEvent_list2 li a .top .title {
    line-height: 24px;
    font-size: 18px;
  }
  .culturalEvent .culturalEvent_list2 li a .bottom {
    padding: 0 18px 20px;
  }
  .culturalEvent .culturalEvent_list2 li a .bottom .mark {
    margin-bottom: 10px;
    padding: 0 8px;
    display: inline-block;
    height: 21px;
    line-height: 19px;
    font-size: 12px;
    border-radius: 21px;
  }
  .culturalEvent .culturalEvent_list2 li a .bottom .time {
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: 15px;
    font-size: 12px;
    background-size: 15px auto;
  }
  .culturalEvent .culturalEvent_list2 li a .bottom .date {
    padding-left: 20px;
    line-height: 15px;
    font-size: 12px;
    background-size: 15px auto;
  }

  /*교육시설*/
  .educational_facilities .top {
    margin: 50px 0 45px -20px;
    width: calc(100% + 40px);
    display: block;
    background: url("../../images/hmpg/bg_educationalFacilities_map.png") no-repeat bottom center / auto 50%;
  }
  .educational_facilities .top .title_area {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .educational_facilities .top .title_area .text1 {
    font-size: 15px;
  }
  .educational_facilities .top .title_area .text1 span {
    margin-top: 10px;
    display: block;
    font-size: 30px;
    font-weight: 700;
  }
  .educational_facilities .top .title_area .text2 {
    margin-top: 30px;
    line-height: 17px;
    font-size: 13px;
  }
  .educational_facilities .top .map_area {
    padding: 0 20px;
    position: relative;
    width: 100%;
    height: 400px;
  }
  .educational_facilities .top .map_area .ef_map {
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
  }
  .educational_facilities .bottom {
    display: block;
  }
  .educational_facilities .bottom .slide_area {
    width: 100%;
  }
  .educational_facilities .bottom .slide_area .slide_banner {
    position: relative;
    width: 100%;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-list {
    overflow: hidden;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-list a {
    position: relative;
    display: block !important;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 9px auto;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-arrow.slick-prev {
    bottom: calc(50% - 17px);
    left: -16px;
    right: auto;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-arrow.slick-next {
    bottom: calc(50% - 17px);
    right: -16px;
  }
  .educational_facilities .bottom .slide_area .slide_banner .slick-pause {
    display: none;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-dots {
    padding-left: 0;
    left: calc(50% - 25px);
    bottom: 15px;
    width: 50px;
    height: 19px;
    border-radius: 19px;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-dots li {
    margin-top: 0;
    font-size: 9px;
    line-height: 9px;
  }
  .educational_facilities .bottom .slide_area .slide_banner .list .slick-dots li button {
    margin-top: 0;
    font-size: 9px;
    line-height: 9px;
  }
  .educational_facilities .bottom .info_area {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  .educational_facilities .bottom .info_area .title {
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #2656f6;
  }
  .educational_facilities .bottom .info_area .text {
    padding: 20px 0;
    line-height: 22px;
    font-size: 15px;
  }
  .educational_facilities .bottom .info_area .charge {
    margin-top: 15px;
    padding: 0 10px;
    height: 35px;
    line-height: 31px;
    border-radius: 20px;
  }
  .educational_facilities .bottom .info_area .button_box .right {
    justify-content: center;
  }
  .educational_facilities .bottom .info_area .button_box button {
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
  }

  .wgt550 {
    width: 100% !important;
  }
  .selected_map_bx .selected_map.status::before {
    height: 8px !important;
    width: 31px !important;
  }
  .selected_map_bx .area_map.status::before {
    height: 8px !important;
    width: 31px !important;
  }
}

@media screen and (max-width: 784px) {
  .membership_area .step_box {
    width: 100%;
  }

  /*문화행사*/
  /*딩가동*/
  .culturalEvent .culturalEvent_list1 li {
    width: calc(50% - 7.5px);
  }
  .culturalEvent .culturalEvent_list1 li:nth-child(2n) {
    margin-right: 0;
  }
  /*중랑문화재단*/
  .culturalEvent .culturalEvent_list2 li {
    width: calc(50% - 7.5px);
  }
  .culturalEvent .culturalEvent_list2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn2 {
    height: 10.5556vw;
    font-size: 4.1667vw;
    line-height: 10.2778vw;
  }
  .btn8 {
    height: 13.6111vw;
    line-height: 13.3333vw;
    font-size: 4.1667vw;
    border-radius: 0.8333vw;
  }
  .bg_blue.icon_link {
    gap: 1.5625vw;
  }
  .bg_blue.icon_link::after {
    width: 3.125vw;
    height: 3.125vw;
  }
  .btn9 {
    height: 10.6944vw;
    line-height: 10.4167vw;
    font-size: 3.8889vw;
    border-radius: 0.5556vw;
  }
  .midarea .subtoparea {
    height: 75.4167vw;
    padding-bottom: 20.5556vw;
    background: url(../../images/hmpg/sub_header_img_mo.jpg) no-repeat center bottom / cover;
  }
  .midarea .subtoparea.subtoparea01 {
    background: url(../../images/hmpg/sub_header_img_mo_1.png) no-repeat center bottom / cover;
  }
  .midarea .subtoparea.subtoparea02 {
    background: url(../../images/hmpg/sub_header_img_mo_2.png) no-repeat center bottom / cover;
  }
  .midarea .subtoparea.subtoparea03 {
    background: url(../../images/hmpg/sub_header_img_mo_3.png) no-repeat center bottom / cover;
  }
  .midarea .subtoparea.subtoparea04 {
    background: url(../../images/hmpg/sub_header_img_mo_4.png) no-repeat center bottom / cover;
  }
  .midarea .subtoparea.subtoparea05 {
    background: url(../../images/hmpg/sub_header_img_mo_5.png) no-repeat center bottom / cover;
  }
  .midarea .subtoparea.subtoparea06 {
    background: url(../../images/hmpg/sub_header_img_mo_6.png) no-repeat center bottom / cover;
  }
  .midarea .subtoparea.subtoparea07 {
    background: url(../../images/hmpg/sub_header_img_mo_7.png) no-repeat center bottom / cover;
  }
  .midarea .subtoparea h2 p.tit1,
  .midarea .subtoparea h2 .tit1 {
    line-height: 1;
    font-size: 7.7778vw;
  }
  .midarea .subtoparea .lnb_area {
    gap: 2.6389vw;
  }
  .midarea .subtoparea .lnb_area > li.home a {
    width: 3.6111vw;
    height: 3.1944vw;
    background-size: contain;
  }
  .midarea .subtoparea .lnb_area li.dropdown {
    height: 4.1667vw;
    line-height: 4.1667vw;
    /* max-width: 40%; */
  }
  .midarea .subtoparea .lnb_area > li.home,
  .midarea .subtoparea .lnb_area > li,
  .midarea .subtoparea .lnb_area > li span {
    font-size: 3vw;
    line-height: 1.2;
    margin-right: 0;
  }
  .midarea .subtoparea .lnb_area > li::after {
    width: 1.6667vw;
    height: 1.6667vw;
    right: -2.5vw;
  }
  .midarea .subtoparea .lnb_area li.dropdown button {
    gap: 1vw;
  }
  .midarea .subtoparea .lnb_area li.dropdown > button .arrow {
    width: 2.3611vw;
    height: 1.25vw;
  }
  .midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu li button {
    font-size: 3vw;
    line-height: 8.3333vw;
    padding: 0 2vw;
    margin-top: 1.8056vw;
  }
  .midarea .subtoparea .lnb_area li.dropdown.open .dropdown-menu {
    min-width: 41.6667vw;
  }
  .midarea .subtoparea .lnb_area li.dropdown .dropdown-menu {
    top: 6vw;
    padding: 4.1667vw;
  }

  .contentsarea.d_area {
    padding: 3.3333vw 0 15.2778vw;
  }
  .contentsarea .subtit {
    padding: 0 5.5556vw;
    margin-bottom: 3.75vw;
  }
  .contentsarea .subtit .share_btn_wr .btn_print {
    display: none;
  }

  .contentsarea .subtit h3 {
    font-size: 5.2778vw;
    line-height: 1;
  }
  .contentsarea .subtit h3::before {
    width: 5.2778vw;
    height: 5.2778vw;
  }
  .slide_tab_menu {
    margin-bottom: 0;
  }
  .slide_tab_menu .slide_tab {
    padding: 0 5.5556vw;
  }
  .contentsarea .subtit .share_btn_wr .share_bx button,
  .contentsarea .subtit .share_btn_wr .btn_share {
    width: 10.4167vw;
    height: 10.4167vw;
  }
  .contentsarea .subtit .share_btn_wr .btn_share img {
    width: 4.1667vw;
    height: 4.1667vw;
  }
  .contentsarea .subtit .share_btn_wr .share_bx {
    top: 13vw;
  }
  .btn_reply {
    height: 20.8333vw;
    border-radius: 1.3889vw;
    font-size: 4.4444vw;
    gap: 3.4722vw;
  }
  .btn_reply::before {
    width: 4.1667vw;
    height: 3.8889vw;
  }
  .btn5 {
    height: 7.7778vw;
    line-height: 7.5vw;
    border-radius: 1.1111vw;
    font-size: 3.3333vw;
    min-width: 18.1944vw;
    padding: 0 1.3889vw;
  }
  .btn4 {
    height: 10.1389vw;
    width: 28.8889vw;
    border-radius: 4px;
  }
  .btn4::before,
  .btn4::after {
    width: 3.4722vw;
  }
  .btn {
    height: 14.5833vw;
    line-height: 14.3056vw;
    font-size: 4.4444vw;
  }
}
@media screen and (max-width: 640px) {
  /*멤버쉽*/
  /*로그인*/
  .membership_area .logidpw {
    width: 100%;
  }
  /*회원가입*/
  /*회원가입 회원유형선택*/
  .membership_area .join_type {
    display: block;
  }
  .membership_area .join_type li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .membership_area .join_type li:last-child {
    margin-bottom: 0;
  }
  /*회원가입 본인인증*/
  .membership_area .certification_box {
    width: 100%;
  }
  /*회원가입 가입완료*/
  .membership_area .finish_box {
    width: 100%;
  }

  /*맞춤교육조회*/
  .program_list ul li {
    margin-right: 0;
    width: 100%;
  }
  .program_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .program_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  /*문화행사*/
  /*딩가동*/
  .culturalEvent .culturalEvent_list1 li {
    width: 100%;
    margin-right: 0;
  }
  /*중랑문화재단*/
  .culturalEvent .culturalEvent_list2 li {
    width: 100%;
    margin-right: 0;
  }

  /*교육시설*/
  .educational_facilities .top .map_area {
    height: 350px;
  }
  .educational_facilities .top .map_area .ef_map {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
/* 서브페이지 */
.sub_tab_menu {
  border-bottom: 1px solid #e4e4e4;
}
.sub_tab_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.sub_tab_menu.left ul {
  justify-content: flex-start;
  padding: 0 0 0 43px;
}
.sub_tab_menu ul li a {
  display: block;
  line-height: 56px;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  padding: 0 22px;
  transition: all 0.3s;
}
.sub_tab_menu ul li.on a {
  border-color: #007a9f;
  color: #007a9f;
}
.map_bx_wr {
  position: relative;
}
.map_bx_wr .map_bx {
  width: 100%;
  height: 860px;
  background: #f2f2f2;
  border-bottom: 1px solid #e4e4e4;
}
.map_bx_wr .float_filter_bx {
  position: absolute;
  top: 52px;
  left: 24px;
  width: 300px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 4px 7px 7px #00000014;
  border: 2px solid #222222;
  border-radius: 16px;
  z-index: 9;
}
.map_bx_wr .float_filter_bx.txt_st {
  border-radius: 100px;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 122, 159, 0.9);
  border-color: rgba(0, 122, 159, 0.9);
}
.map_bx_wr .float_filter_bx .select_bx_wr {
  padding: 23px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.map_bx_wr .float_filter_bx .select_bx_wr .select_box {
  flex: 1;
}
.map_bx_wr .float_filter_bx .select_bx_wr .select_box .optionbox {
  border-radius: 6px;
  background: #fff;
}
.map_bx_wr .float_filter_bx .select_bx_wr .select_box .optionbox select {
  background: transparent;
}
.map_bx_wr .float_filter_bx .filter_toggle {
  display: none;
}
.map_bx_wr .float_filter_bx .year {
  padding: 23px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.map_bx_wr .float_filter_bx .title {
  padding: 10px 0;
  text-align: center;
}
.map_bx_wr .float_filter_bx .year.mo_only {
  display: none;
}
.map_bx_wr .float_filter_bx .year h4 {
  font-size: 21px;
  font-weight: bold;
}
.map_bx_wr .float_filter_bx .year .prev,
.map_bx_wr .float_filter_bx .year .next {
  width: 11px;
  height: 18px;
  background: url(../../images/hmpg/icon_arr_l.svg) no-repeat center / contain;
}
.map_bx_wr .float_filter_bx .year .next {
  transform: rotate(180deg);
}
.map_bx_wr .month_select_wr {
  padding-top: 32px;
  padding-bottom: 10px;
  position: relative;
}
.map_bx_wr .month_select_wr .month_wr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 7px;
}
.map_bx_wr .month_select_wr .month_wr .month {
  width: calc(33.33% - 4.66px);
}
.map_bx_wr .month_select_wr .month_select {
  padding: 10px;
}
.map_bx_wr .month_select_wr .swiper-button-next,
.map_bx_wr .month_select_wr .swiper-button-prev {
  top: 26px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff url(../../images/hmpg/icon_arr_sm_l.svg) no-repeat center;
  background-size: 6px 9px;
  box-shadow: 0.26px 3px 8px #00000024;
  text-indent: -999999px;
  color: transparent;
  font-size: 0;
}
.map_bx_wr .month_select_wr .swiper-button-prev {
  left: initial;
  right: 44px;
}
.map_bx_wr .month_select_wr .swiper-button-next {
  transform: rotate(180deg);
}
.map_bx_wr .month_select_wr .swiper-button-next:after,
.map_bx_wr .month_select_wr .swiper-button-prev:after {
  display: none;
}
.map_bx_wr .month_select_wr .month {
  height: 30px;
  line-height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0.26px 3px 8px #00000024;
  text-align: center;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  width: 67px;
  transition: all 0.3s;
}
.map_bx_wr .month_select_wr .month.on,
.map_bx_wr .range_select_wr button.on {
  color: #fff;
  background: #007a9f;
}
.map_bx_wr .range_select_wr {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  padding: 0 10px 17px;
}
.map_bx_wr .range_select_wr button {
  width: calc(50% - 5px);
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0.26px 3px 8px #00000024;
  border-radius: 100px;
  transition: all 0.3s;
}
.map_bx_wr .range_select_wr.col_3 {
  padding-bottom: 10px;
}
.map_bx_wr .range_select_wr.col_3 button {
  width: calc(33.33% - 6.66px);
}
.map_bx_wr .range_select_wr.sm button {
  font-size: 12px;
}
.map_bx_wr .selected_wr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 15px 13px;
  background: rgba(216, 214, 214, 0.35);
}
.map_bx_wr .selected_wr .item {
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  background: #656b7e;
  box-shadow: 0.26px 3px 8px #00000024;
  padding: 0 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.map_bx_wr .selected_wr .item button {
  width: 10px;
  height: 10px;
  background: url(../../images/hmpg/icon_tag_x.svg) no-repeat center / contain;
}
.map_bx_wr .status_bx {
  padding: 20px 50px;
  background: #92c1cf;
  gap: 20px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.map_bx_wr .status_bx .item {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  gap: 66px;
}
.map_bx_wr .status_bx .item h4 {
  font-size: 21px;
  height: 54px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 54px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.map_bx_wr .status_bx .item h4.list_apt {
  background: url(../../images/hmpg/icon_apt.svg) no-repeat left center;
  background-size: 36px 40px;
}
.map_bx_wr .status_bx .item h4.list_townhouse {
  background: url(../../images/hmpg/icon_\ townhouse.svg) no-repeat left center;
  background-size: 36px 40px;
}
.map_bx_wr .status_bx .item ul,
.map_bx_wr .status_bx .item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;
}
.map_bx_wr .status_bx .item ul li::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.map_bx_wr .status_bx .item ul li:last-child:after {
  display: none;
}
.map_bx_wr .status_bx .item ul {
  gap: 50px;
}
.map_bx_wr .status_bx .item p {
  padding-right: 17px;
}
.map_bx_wr .status_bx .item span {
  font-size: 28px;
  flex-shrink: 0;
}
.map_bx_wr .status_bx .item span b {
  font-size: 36px;
}
.primary {
  color: #007a9f;
}
/*sub page - 현황 테이블 영역*/
.status_table {
  padding-top: 38px;
}
.status_table.table_top,
.subtit + .status_table {
  padding-top: 0;
}
.status_table.table_top .statuslist table,
.subtit + .status_table .statuslist table {
  border-top: 0;
}

.status_table h2 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.status_table h2:before {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  background: #222;
  border-radius: 100px;
  box-sizing: border-box;
}
.status_table h3 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.status_table h3:before {
  width: 22px;
  height: 22px;
  content: "";
  display: block;
  border: 1px solid #022222;
  border-radius: 6px;
}
.status_table h4 {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
}
.status_table h4:before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  background: #222;
  border-radius: 100px;
  box-sizing: border-box;
}
.status_table .right_desc {
  text-align: right;
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
  padding: 0 7px;
}
.status_table .left_desc {
  font-size: 16px;
  color: #222;
  padding: 0 7px;
  margin-top: 20px;
  line-height: 1.25;
}
/*sub page - 현황 라인차트 영역*/
.status_chart_wr {
  background: #f0f5f9;
  position: relative;
}
.status_chart_wr::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #f0f5f9;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.status_chart_wr .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 20px;
}
.status_chart_bx {
  margin-top: 50px;
}
.status_chart_bx:first-child {
  margin-top: 0;
}
.status_chart_bx .title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 30px;
}
.status_chart_bx .title.p-0 {
  padding: 0;
}
.status_chart_bx .title h3 {
  padding-left: 60px;
  line-height: 40px;
  background: url(../../images/hmpg/icon_apt.svg) no-repeat left center;
  background-size: 36px 40px;
  font-size: 21px;
  font-weight: bold;
}
.status_chart_bx .title h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.status_chart_bx .title h4::before {
  content: "•";
  display: block;
  width: 20px;
  color: #007a9f;
  text-align: center;
}
.status_chart_bx .legend {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-left: auto;
}
.status_chart_bx .legend.sm {
  font-size: 12px;
  gap: 10px;
}
.status_chart_bx .legend li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status_chart_bx .legend li::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  box-sizing: border-box;
  border-top-width: 4px;
  border-top-style: solid;
}
.status_chart_bx .legend.bar_st li::before {
  width: 11px;
  height: 9px;
  border-top-width: 9px;
  box-sizing: border-box;
}
.status_chart_bx .legend.bar_st li.line::before {
  width: 20px;
  height: 4px;
  border-top-width: 4px;
  box-sizing: border-box;
}
.status_chart_bx .legend li.gray::before {
  border-top-color: #b5bacb;
}
.status_chart_bx .legend li.blue::before {
  /* background: #007a9f; */
  border-top-color: #007a9f;
}
.status_chart_bx .legend li.skyblue::before {
  border-top-color: #57c0f2;
}
.status_chart_bx .legend li.red::before {
  border-top-color: #e51367;
}
.status_chart_bx .legend li.green::before {
  border-top-color: #9bba58;
}
.status_chart_bx .legend li.darkgreen::before {
  border-top-color: #53b476;
}
.status_chart_bx .legend li.yellow::before {
  border-top-color: #fabf1c;
}
.status_chart_bx .legend li.dashed::before {
  border-top-style: dashed;
}
.status_chart_row.col_3_mo_1 .legend,
.x_scroll .legend {
  justify-content: center;
  margin-top: 30px;
}
.status_chart_row,
.status_chart_row.col_3_mo_1 .x_scroll,
.status_chart_row.col_2_mo_1 .x_scroll {
  display: flex;
  gap: 40px;
  width: 100%;
}
.status_chart_row.col_3_mo_1 {
  display: block;
}
.status_chart_row .status_chart_bx {
  width: calc(50% - 20px);
  margin-top: 0;
}

.status_chart_row.col_3 .status_chart_bx,
.status_chart_row.col_3_mo_1 .status_chart_bx {
  width: calc(33.33% - 13.33px);
}
.status_chart_row.col_2_mo_1 .status_chart_bx {
  width: calc(50% - 20px);
}
.linechart_full {
  width: 100%;
}
.linechart_full .x_scroll {
}
.linechart_full .linechart {
  height: 100%;
  height: 364px;
  background: #fff;
  box-shadow: 0.26px 3px 12px #6886b10a;
  border-radius: 12px;
  padding: 40px 36px;
}
.statuslist.pc_wide .x_scroll {
  width: 100%;
  overflow-x: auto;
  padding: 0 10px 20px;
}
.statuslist .x_scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.statuslist .x_scroll::-webkit-scrollbar-thumb {
  height: 17%;
  background-color: #cccccc;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  /*sub page - 현황 테이블 영역*/
  .statuslist.wide .x_scroll {
    width: 100%;
    overflow-x: auto;
    padding: 0 10px 20px;
  }
  .statuslist .x_scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .statuslist .x_scroll::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #cccccc;
    border-radius: 10px;
  }
  .statuslist .x_scroll::-webkit-scrollbar-track {
    background-color: #f1f1f5;
  }
  /* 전월세 물량 예측 - 건축 연한별 현황 */
  .statuslist .x_scroll #forecast_table_3,
  .statuslist .x_scroll .wide_tb {
    width: 1400px;
  }
  .status_chart_row.col_3_mo_1,
  .status_chart_row.col_2_mo_1 {
    width: 100%;
    overflow-x: auto;
  }
  .status_chart_row.col_3_mo_1::-webkit-scrollbar,
  .status_chart_row.col_2_mo_1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .status_chart_row.col_3_mo_1::-webkit-scrollbar-thumb,
  .status_chart_row.col_2_mo_1::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #cccccc;
    border-radius: 10px;
  }
  .status_chart_row.col_3_mo_1::-webkit-scrollbar-track,
  .status_chart_row.col_2_mo_1::-webkit-scrollbar-track {
    background-color: #f1f1f5;
  }
  .status_chart_row.col_3_mo_1 .x_scroll {
    gap: 0;
    min-width: 1020px;
    /* overflow-x: auto; */
    padding-bottom: 20px;
  }
  .status_chart_row.col_2_mo_1 .x_scroll {
    gap: 0;
    min-width: 1200px;
    /* overflow-x: auto; */
    padding-bottom: 20px;
  }
  .status_chart_row.col_2_mo_1 .status_chart_bx {
    width: 50%;
  }
  .status_chart_row.col_3_mo_1 .status_chart_bx {
    width: 33.33%;
  }
  .status_chart_row.col_3_mo_1 .status_chart_bx:first-child .linechart_full .linechart,
  .status_chart_row.col_2_mo_1 .status_chart_bx:first-child .linechart_full .linechart {
    border-radius: 12px 0 0 12px;
  }
  .status_chart_row.col_3_mo_1 .status_chart_bx:last-child .linechart_full .linechart,
  .status_chart_row.col_2_mo_1 .status_chart_bx:last-child .linechart_full .linechart {
    border-radius: 0 12px 12px 0;
  }
  .status_chart_row.col_3_mo_1 .linechart_full .linechart,
  .status_chart_row.col_2_mo_1 .linechart_full .linechart {
    border-radius: 0;
    box-shadow: none;
    padding: 40px 10px;
  }
}
@media screen and (max-width: 1240px) {
  .status_chart_row {
    flex-direction: column;
  }
  .status_chart_row .status_chart_bx,
  .status_chart_row.col_3 .status_chart_bx {
    width: 100%;
  }
  .status_chart_row.col_2_mo_1,
  .status_chart_row.col_3_mo_1 {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .btn3 {
    height: 5.9722vw;
    line-height: 5.8333vw;
    border-radius: 0.5556vw;
    font-size: 3.3333vw;
  }
  .btn_download {
    padding: 0 2.0833vw;
    gap: 1.1111vw;
  }
  .btn_download::before {
    width: 2.9167vw;
    height: 2.9167vw;
  }
  .sub_tab_menu ul {
    height: 12.5vw;
  }
  .sub_tab_menu ul li a {
    line-height: 11.5278vw;
    border-bottom: 0.9722vw solid transparent;
    font-size: 4.4444vw;
    padding: 0 3.6111vw;
  }
  .map_bx_wr .map_bx {
    height: 119.4444vw;
  }
  .map_bx_wr .float_filter_bx {
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0vw 0.9722vw 0.9722vw #00000014;
    border: none;
    border-radius: 0;
  }
  .map_bx_wr .float_filter_bx.txt_st {
    font-size: 3.6vw;
    top: 2vw;
    left: 2vw;
    width: auto;
    padding: 2vw 3vw;
  }
  .map_bx_wr .float_filter_bx .filter_toggle {
    display: block;
    width: 8.6111vw;
    height: 8.6111vw;
    border-radius: 1.9444vw;
    background: #fff url(../../images/hmpg/icon_arr_l.svg) no-repeat center;
    background-size: 1.6667vw 3.1944vw;
    transform: rotate(-90deg);
    position: absolute;
    top: 1vw;
    right: 2.7778vw;
    transition: all 0.3s;
  }
  .map_bx_wr .float_filter_bx.open .filter_toggle {
    transform: rotate(90deg);
  }
  .map_bx_wr .float_filter_bx .year {
    padding: 3.8889vw 0;
    gap: 3.1944vw;
  }
  .map_bx_wr .float_filter_bx .year.mo_only {
    display: flex;
  }
  .map_bx_wr .float_filter_bx .year h4 {
    font-size: 4.4444vw;
  }
  .map_bx_wr .float_filter_bx .year .prev,
  .map_bx_wr .float_filter_bx .year .next {
    width: 1.6667vw;
    height: 3.1944vw;
    width: 8.6111vw;
    height: 8.6111vw;
    border-radius: 1.9444vw;
    background-size: 1.6667vw 3.1944vw;
    background-color: #fff;
  }
  .map_bx_wr .month_select_wr {
    padding: 2.5vw 9.7222vw 1vw;
  }
  .map_bx_wr .month_select_wr .month_select {
    padding: 1.3889vw;
  }
  .map_bx_wr .month_select_wr .swiper-button-next,
  .map_bx_wr .month_select_wr .swiper-button-prev {
    top: 46%;
    width: 8.3333vw;
    height: 8.3333vw;
    background-size: 1.6667vw 2.6389vw;
  }
  .map_bx_wr .month_select_wr .swiper-button-prev {
    left: 1.3889vw;
    right: initial;
  }
  .map_bx_wr .month_select_wr .month {
    height: 8.3333vw;
    line-height: 8.3333vw;
    font-size: 4.1667vw;
    width: 15vw;
  }
  .map_bx_wr .float_filter_bx .select_bx_wr {
    padding: 3.1944vw 1.3889vw;
    gap: 1.3889vw;
  }
  .map_bx_wr .float_filter_bx .select_bx_wr .select_box .optionbox {
    border-radius: 0.8333vw;
    height: 9.4444vw;
    font-size: 3.8889vw;
  }
  .map_bx_wr .float_filter_bx .select_bx_wr .select_box .optionbox select {
    font-size: 3.8889vw;
  }

  .map_bx_wr .range_select_wr {
    gap: 1.3889vw;
    padding: 0 12.2222vw 2.3611vw;
  }

  .map_bx_wr .range_select_wr button {
    width: calc(50% - 0.6944vw);
    height: 8.3333vw;
    line-height: 8.3333vw;
    font-size: 3.8889vw;
  }
  .map_bx_wr .range_select_wr.sm button {
    font-size: 3vw;
  }
  .map_bx_wr .range_select_wr.col_3 {
    padding: 0 2.3611vw 2.3611vw;
  }
  .map_bx_wr .range_select_wr.col_3 button {
    width: calc(33.33% - 0.925vw);
  }
  .map_bx_wr .selected_wr {
    gap: 1.3889vw;
    padding: 2.0833vw 4.5833vw;
  }
  .map_bx_wr .selected_wr .item {
    height: 8.3333vw;
    line-height: 8.3333vw;
    padding: 0 4.1667vw;
    gap: 2.7778vw;
    font-size: 3.8889vw;
  }
  .map_bx_wr .selected_wr .item button {
    width: 2.5vw;
    height: 2.5vw;
  }
  .float_filter_bx .inner_bx {
    display: none;
  }
  .float_filter_bx.open .inner_bx {
    display: block;
  }

  .map_bx_wr .status_bx {
    flex-direction: column;
    padding: 2.7778vw 6.25vw;
    gap: 2.7778vw;
  }
  .map_bx_wr .status_bx .item {
    border-radius: 1.6667vw;
    padding: 3.3333vw 6.9444vw;
    gap: 6.3889vw;
  }
  .map_bx_wr .status_bx .item h4 {
    font-size: 3.3333vw;
    height: 5.5556vw;
    padding-left: 7.5vw;
  }
  .map_bx_wr .status_bx .item h4.list_townhouse,
  .map_bx_wr .status_bx .item h4.list_apt {
    background-size: 5vw 5.5556vw;
  }
  .map_bx_wr .status_bx .item ul li::after {
    width: 0.2778vw;
    height: 2.7778vw;
    right: -3.4722vw;
  }
  .map_bx_wr .status_bx .item ul {
    gap: 5.5556vw;
  }
  .map_bx_wr .status_bx .item p {
    padding-right: 1.3889vw;
    font-size: 3.0556vw;
  }
  .map_bx_wr .status_bx .item span {
    font-size: 3.8889vw;
  }
  .map_bx_wr .status_bx .item span b {
    font-size: 5.2778vw;
  }
  /*sub page - 현황 테이블 영역*/
  .statuslist .x_scroll {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  /* 경매통계 테이블 : 모바일 대응 */
  .statuslist .x_scroll #auction_statistics_table {
    width: 130vw;
  }
  .statuslist .x_scroll #auction_statistics_table colgroup {
    display: none;
  }
  .statuslist .x_scroll #auction_statistics_table tr th:nth-child(1),
  .statuslist .x_scroll #auction_statistics_table tr th:nth-child(2),
  .statuslist .x_scroll #auction_statistics_table tr th:nth-child(3) {
    width: 18%;
  }
  .statuslist .x_scroll #auction_statistics_table tr th:nth-child(4),
  .statuslist .x_scroll #auction_statistics_table tr th:nth-child(5) {
    width: 23%;
  }
  /* 전월세 물량 예측 */
  .statuslist .x_scroll #forecast_table {
    width: 130vw;
  }
  /* 전월세 물량 예측 - 건축 연한별 현황 */
  .statuslist .x_scroll #forecast_table_3,
  .statuslist .x_scroll .wide_tb {
    width: 390vw;
  }
  .statuslist .x_scroll .mid_tb {
    width: 150vw;
  }
  .status_table {
    padding-top: 6.9444vw;
  }
  .status_table h2 {
    padding: 0 0 2.7778vw 0;
    gap: 2.5vw;
    font-size: 4.7222vw;
  }
  .status_table h2:before {
    width: 1.3889vw;
    height: 1.3889vw;
  }
  .status_table h3 {
    margin-bottom: 4.1667vw;
    gap: 2.6389vw;
    font-size: 3.1944vw;
  }
  .status_table h3:before {
    width: 4.4444vw;
    height: 4.4444vw;
    border-radius: 0.8333vw;
  }
  .status_table h4 {
    padding: 0 0 4.4444vw 0;
    gap: 2.3611vw;
    font-size: 4.4444vw;
  }
  .status_table h4:before {
    width: 1.3889vw;
    height: 1.3889vw;
  }

  .status_table .right_desc {
    font-size: 3.1944vw;
    margin-bottom: 3.0556vw;
  }
  .status_table .left_desc {
    font-size: 3.1944vw;

    margin-top: 3.0556vw;
  }
  /*sub page - 현황 라인차트 영역*/
  .status_chart_wr::before {
    width: 5.5556vw;
    height: 5.5556vw;
    top: -2.7778vw;
  }
  .status_chart_wr .inner {
    padding: 6.9444vw 0 6.9444vw 5.8333vw;
  }
  .status_chart_bx {
    margin-top: 8.3333vw;
  }
  .status_chart_bx .title {
    margin-bottom: 2.0833vw;
    padding: 0 5.2778vw 0 4.1667vw;
  }
  .status_chart_bx .title h3 {
    padding-left: 8.3333vw;
    line-height: 5.5556vw;
    background-size: 5vw 5.5556vw;
    font-size: 4.4444vw;
  }
  .status_chart_bx .title h4 {
    font-size: 4.1667vw;
    flex-shrink: 0;
  }
  .status_chart_bx .title h4::before {
    width: 4.3056vw;
  }
  .status_chart_bx .legend {
    gap: 3.3333vw;
  }
  .status_chart_bx .legend li {
    gap: 1.9444vw;
    font-size: 3.3333vw;
    line-height: 4.0278vw;
  }
  .status_chart_bx .legend li::before {
    width: 4.1667vw;
    height: 0.8333vw;
  }
  .linechart_full {
    border-radius: 1.6667vw;
    width: 100%;
  }
  .linechart_full .x_scroll {
    padding: 0 0 2.7778vw 0;
    overflow-x: auto;
  }
  .linechart_full .x_scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .linechart_full .x_scroll::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #cccccc;
    border-radius: 10px;
  }
  .linechart_full .x_scroll::-webkit-scrollbar-track {
    background-color: #f1f1f5;
  }
  .linechart_full .x_scroll .title {
    width: 188.3333vw;
  }
  .linechart_full .legend {
    width: 188.3333vw;
    justify-content: flex-start;
    padding: 0 5.5556vw;
  }
  .linechart_full .legend.w_sm {
    width: 100%;
  }
  .linechart_full .linechart {
    height: 50.5556vw;
    width: 188.3333vw;
    padding: 5.5556vw 4.8611vw;
    margin-right: 2.7778vw;
  }
  .status_chart_row.col_3_mo_1 .x_scroll {
    width: 270vw;
    padding-right: 5.8333vw;
  }
  .status_chart_row.col_2_mo_1 .x_scroll {
    width: 270vw;
    min-width: 270vw;
    padding-right: 5.8333vw;
  }
  .status_chart_row.col_3_mo_1 .linechart_full,
  .status_chart_row.col_2_mo_1 .linechart_full {
    width: auto;
  }
  .status_chart_row.col_3_mo_1 .linechart_full .linechart,
  .status_chart_row.col_2_mo_1 .linechart_full .linechart {
    width: 100%;
  }
  .status_chart_row.col_3_mo_1 .linechart_full .legend {
    width: 100%;
  }
  .status_chart_row.col_3_mo_1 .linechart_full .linechart,
  .status_chart_row.col_2_mo_1 .linechart_full .linechart {
    padding: 3vw;
  }
}
