@charset "UTF-8";
.sub_visual.intro {
  background-image: url(../images/visual_intro_m.jpg);
}
@media screen and (min-width: 768px) {
  .sub_visual.intro {
    background-image: url(../images/visual_intro_pc.jpg);
  }
}

.tab_list {
  position: relative;
  margin-bottom: 25px;
}
.tab_list .tab_select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 11px 15px;
  border-radius: 5px;
  background-color: #1762c8;
  font-size: 17px;
  min-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab_list .tab_select::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #11a8ec;
  background-image: url(../images/ico_selected.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 11px 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tab_list .tab_select.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tab_list > ul {
  display: none;
  position: absolute;
  width: 100%;
  padding: 5px 0;
  border-color: #1762c8;
  border-style: solid;
  border-width: 5px 1px 1px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  left: 0;
  top: calc(100% - 5px);
  z-index: 100;
}
.tab_list > ul > li {
  width: 100%;
}
.tab_list > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  padding: 7px 15px;
  font-size: 17px;
  line-height: 1.4;
  min-height: 37px;
  text-decoration-color: #e9eff7;
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
}
.tab_list > ul > li > a:hover, .tab_list > ul > li > a:focus {
  color: #1762c8;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #e9eff7;
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
}
@media screen and (min-width: 768px), print {
  .tab_list {
    margin-bottom: 40px;
  }
  .tab_list .tab_select {
    display: none !important;
  }
  .tab_list > ul {
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    margin: -4px;
  }
  .tab_list > ul > li {
    margin: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 8px);
            flex: 1 1 calc(25% - 8px);
  }
  .tab_list > ul > li:nth-child(n+5) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .tab_list > ul > li > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px;
    font-size: 18px;
    height: 100%;
    min-height: 60px;
    border-radius: 5px;
    background-color: #f2f2f2;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .tab_list > ul > li > a.current {
    font-weight: 500 !important;
    background-color: #1762c8 !important;
    color: #fff !important;
  }
  .tab_list > ul > li > a::after {
    display: none;
  }
  .tab_list > ul > li > a:hover, .tab_list > ul > li > a:focus {
    border-color: currentColor;
    text-decoration: none;
    font-weight: 500;
    background-color: #1762c8dd;
    color: #fff;
  }
  .tab_list > ul.col_5 > li {
    -ms-flex-preferred-size: calc(20% - 8px);
        flex-basis: calc(20% - 8px);
  }
}

.flex_cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_cont .r {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .flex_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex_cont .l {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .flex_cont .r {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 0;
    margin-left: 60px;
  }
}

.nowrap {
  white-space: nowrap !important;
}

.w100 {
  width: 100% !important;
}

.box_ico_list > li {
  position: relative;
  margin-top: 80px;
  padding: 20px 15px;
  text-align: center;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.box_ico_list > li::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.box_ico_list > li.bg01::before {
  background-image: url(../images/box_list_bg01.png);
}
.box_ico_list > li.bg02::before {
  background-image: url(../images/box_list_bg02.png);
}
.box_ico_list > li.bg03::before {
  background-image: url(../images/box_list_bg03.png);
}
.box_ico_list > li.bg04::before {
  background-image: url(../images/box_list_bg04.png);
}
.box_ico_list > li.bg05::before {
  background-image: url(../images/box_list_bg05.png);
}
.box_ico_list > li.bg06::before {
  background-image: url(../images/box_list_bg06.png);
}
.box_ico_list > li.bg07::before {
  background-image: url(../images/box_list_bg07.png);
}
.box_ico_list > li.bg08::before {
  background-image: url(../images/box_list_bg08.png);
}
.box_ico_list > li.bg09::before {
  background-image: url(../images/box_list_bg09.png);
}
.box_ico_list > li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: -65px;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.box_ico_list > li h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 15px;
  background: #d7d7d7;
}
.box_ico_list > li h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.box_ico_list > li > strong {
  font-size: 17px;
  font-weight: 500;
  color: #222;
}
.box_ico_list .bg01 > h4 {
  background: #11a8ec;
}
.box_ico_list .bg01 > h4::after {
  background: #11a8ec;
}
.box_ico_list .bg02 > h4 {
  background: #1762c8;
}
.box_ico_list .bg02 > h4::after {
  background: #1762c8;
}
.box_ico_list .bg03 > h4 {
  background: #73b92a;
}
.box_ico_list .bg03 > h4::after {
  background: #73b92a;
}
.box_ico_list.cont_row {
  margin: -7.5px 0;
}
.box_ico_list.cont_row > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  text-align: left;
  margin: 7.5px 0;
}
.box_ico_list.cont_row > li::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 15px 0 0;
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .box_ico_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 22px;
  }
  .box_ico_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 88px;
    padding: 30px 25px;
    border-radius: 16px;
  }
  .box_ico_list > li::before {
    margin: 0 auto 15px;
    width: 80px;
  }
  .box_ico_list > li h4 {
    top: -88px;
    height: 68px;
    font-size: 20px;
  }
  .box_ico_list > li h4::before {
    content: "";
    bottom: -20px;
    height: 20px;
  }
  .box_ico_list > li h4::after {
    content: "";
    bottom: -26px;
  }
  .box_ico_list > li > strong {
    font-size: 18px;
  }
  .box_ico_list.cont_row {
    margin: -10px;
  }
  .box_ico_list.cont_row > li {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 3);
            flex: 0 0 calc((100% - 60px) / 3);
    margin: 10px;
  }
  .box_ico_list.cont_row > li::before {
    margin: 0 20px 0 0;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .box_ico_list.cont_row > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 4);
            flex: 0 0 calc((100% - 80px) / 4);
  }
}

.box_ico_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -7.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_ico_list2 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 7.5px;
  padding: 20px 15px;
  text-align: center;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.box_ico_list2 > li::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.box_ico_list2 > li.bg01::before {
  background-image: url(../images/box_list2_bg01.png);
}
.box_ico_list2 > li.bg02::before {
  background-image: url(../images/box_list2_bg02.png);
}
.box_ico_list2 > li.bg03::before {
  background-image: url(../images/box_list2_bg03.png);
}
.box_ico_list2 > li.bg04::before {
  background-image: url(../images/box_list2_bg04.png);
}
.box_ico_list2 > li.bg05::before {
  background-image: url(../images/box_list2_bg05.png);
}
.box_ico_list2 > li.bg06::before {
  background-image: url(../images/box_list2_bg06.png);
}
.box_ico_list2 > li.bg07::before {
  background-image: url(../images/box_list2_bg07.png);
}
.box_ico_list2 > li.bg08::before {
  background-image: url(../images/box_list2_bg08.png);
}
.box_ico_list2 > li.bg09::before {
  background-image: url(../images/box_list2_bg09.png);
}
.box_ico_list2 > li > strong {
  position: relative;
  display: block;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
  color: #1762c8;
}
.box_ico_list2 > li > strong::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_ico_list2 > li > strong ~ .cont {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .box_ico_list2 {
    margin: -10px;
  }
  .box_ico_list2 > li {
    margin: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.3333333333% - 20px);
            flex: 1 0 calc(33.3333333333% - 20px);
    padding: 30px 25px;
  }
  .box_ico_list2 > li::before {
    margin-bottom: 20px;
    height: 40px;
  }
  .box_ico_list2 > li > strong {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .box_ico_list2 > li > strong ~ .cont {
    margin-top: 10px;
  }
}

.tit_bracket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.tit_bracket::before {
  content: "[";
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  height: 36px;
  color: #b6c3cd;
  margin-right: 15px;
}
.tit_bracket::after {
  content: "]";
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  height: 36px;
  color: #b6c3cd;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .tit_bracket {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .tit_bracket::before {
    font-size: 38px;
    line-height: 32px;
    height: 38px;
    margin-right: 20px;
  }
  .tit_bracket::after {
    font-size: 38px;
    line-height: 32px;
    height: 38px;
    margin-left: 20px;
  }
}

.double_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7.5px;
  counter-reset: list;
}
.double_box_list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  margin: 7.5px;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  overflow: hidden;
}
.double_box_list > li .top {
  padding: 12px 15px;
  background-color: #e9eff7;
  text-align: center;
}
.double_box_list > li .top span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #1762c8;
}
.double_box_list > li .top strong {
  font-size: 17px;
  font-weight: 500;
  color: #222;
}
.double_box_list > li .btm {
  padding: 15px 18px;
}
.double_box_list > li .btm .num_list > li {
  counter-increment: list;
}
.double_box_list > li .btm .num_list > li::before {
  content: counter(list);
}
@media screen and (min-width: 768px) {
  .double_box_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .double_box_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
  }
  .double_box_list > li .top {
    padding: 20px 0;
  }
  .double_box_list > li .top strong {
    font-size: 20px;
  }
  .double_box_list > li .btm {
    padding: 20px 15px;
  }
  .double_box_list > li .btm .num_circle_list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 7.5px;
  }
  .double_box_list > li .btm .num_circle_list > li + li {
    margin-top: 7.5px;
  }
}

.num_circle_list > li {
  position: relative;
  counter-increment: numList;
  padding-left: 28px;
}
.num_circle_list > li::before {
  content: counter(numList);
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  width: 19px;
  margin-right: 7px;
  border-radius: 100%;
  background-color: #0c3759;
  text-align: center;
  color: #fff;
  line-height: 19px;
  font-weight: 400;
  font-size: 14px;
  left: 0;
  top: 3px;
}
.num_circle_list > li + li {
  margin-top: 8px;
}
.num_circle_list > li [class^=list0],
.num_circle_list > li [class^=num_] {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .num_circle_list > li {
    padding-left: 30px;
  }
  .num_circle_list > li::before {
    width: 22px;
    line-height: 22px;
    top: 2px;
  }
  .num_circle_list > li + li {
    margin-top: 12px;
  }
}
.num_circle_list.num_green > li::before {
  background-color: #73b92a;
}

.area_data .l {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .area_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .area_data .l {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    text-align: center;
  }
  .area_data .r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: auto;
    margin-left: auto;
    padding-left: 50px;
    max-width: 780px;
  }
}

#kr-map path {
  cursor: pointer;
  fill: #d7e4c9;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#kr-map path.act {
  fill: #73b92a !important;
}
#kr-map path.on {
  fill: #73b92aaa;
}

.area_text {
  cursor: pointer;
  fill: #fff;
  font-size: 26px;
  font-weight: 400;
  text-anchor: middle;
  alignment-baseline: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.area_box {
  padding: 25px;
  background-color: #f1f8e9;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .area_box .form_item {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .area_box {
    padding: 40px 60px 60px;
  }
}
.area_box .notice_txt {
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  color: #222;
  background-image: url(../images/ico_notice.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 15px;
}

.area_info {
  position: relative;
  margin-top: 30px;
  padding: 20px 20px 25px;
  background-color: #fff;
  border-radius: 8px;
}
.area_info::before {
  content: "";
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #fff;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.area_info .top .area_name {
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
  border-bottom: 2px solid #eee;
}
.area_info .btm {
  padding-top: 17px;
}
.area_info .btm .news_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 176px;
  overflow: hidden;
  margin: -5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.area_info .btm .news_list > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 5px;
  height: 34px;
  border-radius: 3px;
  text-align: center;
}
.area_info .btm .news_list .news {
  min-width: 50px;
  padding: 0 13px;
  border: 1px solid #d7d7d7;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.area_info .btm .news_list .news.on {
  border-color: #73b92a;
  background-color: #73b92a;
  color: #fff;
}
.area_info .btm .news_list .news.hidden {
  visibility: hidden;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.area_info .btm .news_list.open {
  max-height: none;
}
.area_info .btm .news_list.open .more_load {
  display: none;
}
.area_info .btm .news_list.open .news.hidden {
  visibility: visible;
}
.area_info .btm .more_load {
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: auto;
  width: 34px;
  height: 34px;
  background-color: #999;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  visibility: hidden;
}
.area_info .btm .more_load::before {
  content: "";
  position: absolute;
  width: 19px;
  border-top: 4px dotted #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .area_info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: 35px;
  }
  .area_info::before {
    content: "";
    position: absolute;
    border-left: none;
    border-right: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    left: auto;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateX(0) translateY(50%);
            transform: translateX(0) translateY(50%);
  }
  .area_info .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .area_info .top .area_name {
    padding-bottom: 15px;
    font-size: 28px;
  }
  .area_info .btm {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 25px;
  }
  .area_info .btm .news_list {
    max-height: auto;
  }
  .area_info .btm .news_list > a {
    margin: 5px;
  }
  .area_info .btm .news_list .news {
    padding: 0 15px;
  }
  .area_info .btm .news_list .news.hidden {
    visibility: hidden;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.download_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.download_box_wrap .download_box {
  margin: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .download_box_wrap {
    margin: -10px;
  }
  .download_box_wrap .download_box {
    margin: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}

.download_box {
  display: block;
  position: relative;
  border: 1px solid #d7d7d7;
  min-height: 45px;
  max-width: 630px;
  padding: 10px 15px 10px 60px;
  line-height: 23px;
  border-radius: 4px;
  overflow: hidden;
}
.download_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background-color: #f6f6f6;
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 15px 14px;
  background-image: url(../images/ico_download.png);
}
@media screen and (min-width: 768px) {
  .download_box {
    min-height: 56px;
    padding: 15px 20px 15px 75px;
    line-height: 26px;
  }
  .download_box::before {
    width: 55px;
    background-position: center 20px;
  }
}

.terms_wrap {
  border: 1px solid #d7d7d7;
  padding: 0 18px;
  border-radius: 8px;
}
.terms_wrap .terms_cont {
  padding: 15px 0;
}
.terms_wrap .terms_cont::-webkit-scrollbar {
  width: 16px;
  background-color: transparent;
}
.terms_wrap .terms_cont::-webkit-scrollbar-button:start:decrement {
  display: block;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.terms_wrap .terms_cont::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.terms_wrap .terms_cont::-webkit-scrollbar-track {
  border-left: 1px solid #fff;
  border-right: 13px solid #fff;
  background-color: #e5e5e5;
}
.terms_wrap .terms_cont::-webkit-scrollbar-thumb {
  border-left: 4px solid #bbb;
}
.terms_wrap .terms_cont::-webkit-scrollbar:horizontal {
  display: none;
}
@media screen and (min-width: 768px) {
  .terms_wrap .terms_cont::-webkit-scrollbar-button:start:decrement {
    height: 15px;
  }
  .terms_wrap .terms_cont::-webkit-scrollbar-button:end:increment {
    height: 15px;
  }
}
.terms_wrap .terms_cont ~ .terms_btm {
  border-top: 1px solid #d7d7d7;
}
.terms_wrap .terms_btm {
  padding: 12px 0;
  border-top: 1px solid #d7d7d7;
  line-height: 1.2;
}
.terms_wrap .terms_btm:after {
  content: "";
  display: block;
  clear: both;
}
.terms_wrap .terms_btm .l {
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
}
.terms_wrap .terms_btm .r {
  float: right;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .terms_wrap {
    padding: 0 25px;
  }
  .terms_wrap .terms_cont {
    padding: 20px 0;
  }
  .terms_wrap .terms_cont::-webkit-scrollbar {
    width: 16px;
    background-color: transparent;
  }
  .terms_wrap .terms_cont::-webkit-scrollbar-button:start:decrement {
    display: block;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
  .terms_wrap .terms_cont::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
  .terms_wrap .terms_cont::-webkit-scrollbar-track {
    border-left: 1px solid #fff;
    border-right: 13px solid #fff;
    background-color: #e5e5e5;
  }
  .terms_wrap .terms_cont::-webkit-scrollbar-thumb {
    border-left: 4px solid #bbb;
  }
  .terms_wrap .terms_cont::-webkit-scrollbar:horizontal {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .terms_wrap .terms_cont::-webkit-scrollbar-button:start:decrement {
    height: 15px;
  }
  .terms_wrap .terms_cont::-webkit-scrollbar-button:end:increment {
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .terms_wrap .terms_btm {
    padding: 17px 0;
  }
}

.mob_device .pc_only {
  display: none !important;
}

.pc_device .mob_only {
  display: none !important;
}

.pop_form_box {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.table .form_sel {
  width: 100%;
  max-width: 320px;
}
.table colgroup .col_base {
  width: 105px;
}
.table colgroup .col_base2 {
  width: 120px;
}
.table.tbl_form {
  border-style: solid none none;
  border-top-color: #222;
  border-top-width: 2px;
}
.board_cont .table {
  border-style: none;
}

.table.tbl_form tbody tr th {
  position: relative;
  background-color: #fff;
  border-right: none;
}
.table.tbl_form tbody tr th::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
  right: 0;
  top: 20px;
}
.table.tbl_form tbody tr td {
  vertical-align: middle;
  padding: 5px 0 5px 12px;
}
.table.tbl_form tbody tr td .chk_wrap {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .table colgroup .col_base {
    width: 160px;
  }
  .table colgroup .col_base2 {
    width: 20%;
  }
  .table.tbl_form tbody tr th {
    padding: 18px 18px 18px 25px;
  }
  .table.tbl_form tbody tr th::after {
    top: 24px;
  }
  .table.tbl_form tbody tr td {
    padding: 6px 0 6px 20px;
  }
}

.file_box .file {
  position: relative;
  padding-left: 26px;
}
.file_box .file .attach {
  position: absolute;
  left: 0;
  top: 3px;
}
.file_box .file > a,
.file_box .file > button {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
  color: #222;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.file_box .file ~ .file {
  margin-top: 10px;
}

.tooltip_wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  vertical-align: top;
}
.tooltip_wrap .tooltip_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  line-height: inherit;
  font-size: inherit;
  width: 22px;
  height: auto;
  min-height: 22px;
  background-image: url(../images/ico_tooltip.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.tooltip_wrap .tooltip_cont {
  display: none;
  position: absolute;
  width: 250px;
  padding: 12px 30px 12px 15px;
  border: 1px solid #222;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.15);
  color: #666;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.4;
  left: calc(100% + 16px);
  top: -2px;
  z-index: 10;
}
.tooltip_wrap .tooltip_cont.md {
  width: 300px;
}
.tooltip_wrap .tooltip_cont::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 100%;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #222;
  z-index: 1;
}
.tooltip_wrap .tooltip_cont::after {
  content: "";
  position: absolute;
  top: 5px;
  right: calc(100% - 1.5px);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #fff;
  z-index: 2;
}
.tooltip_wrap .tooltip_cont .tooltip_close {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  right: 0;
  top: 0;
  background-image: url(../images/btn_pop_close.png);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
}

.traffic_con {
  padding-left: 90px;
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: left top;
  min-height: 70px;
}
.traffic_con.subway {
  background-image: url(../images/bg_traffic_subway.png);
}
.traffic_con.bus {
  background-image: url(../images/bg_traffic_bus.png);
}
.traffic_con.stop {
  background-image: url(../images/bg_traffic_stop.png);
}
.traffic_con .subway_list > li {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
}
.traffic_con .subway_list > li + li {
  margin-top: 10px;
}
.traffic_con .subway_list > li .num {
  position: absolute;
  width: 22px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  left: 0;
  top: 1px;
}
.traffic_con .subway_list > li .bold {
  line-height: 22px;
}
.traffic_con .subway_list > li.blue .num {
  background-color: #1762c8;
}
.traffic_con .subway_list > li.navy .num {
  background-color: #24398f;
}
.traffic_con .subway_list > li.skyblue .num {
  background-color: #11a8ec;
}
.traffic_con .subway_list > li.green .num {
  background-color: #24b554;
}
.traffic_con .subway_list > li.lightgreen .num {
  background-color: #73b92a;
}
.traffic_con .subway_list > li.olive .num {
  background-color: #3ab048;
}
.traffic_con .subway_list > li.orange .num {
  background-color: #ed831b;
}
.traffic_con .subway_list > li.red .num {
  background-color: #ed2b2a;
}
.traffic_con .subway_list > li.burgundy .num {
  background-color: #cf1515;
}
.traffic_con .subway_list > li.purple .num {
  background-color: #8235d4;
}
.traffic_con .bus_list > li {
  position: relative;
  padding-left: 58px;
  min-height: 27px;
}
.traffic_con .bus_list > li + li {
  margin-top: 12px;
}
.traffic_con .bus_list > li .badge {
  position: absolute;
  display: inline-block;
  width: auto;
  min-width: 50px;
  height: 27px;
  padding: 0 10px;
  border-radius: 50px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 27px;
  left: 0;
  top: 0;
}
.traffic_con .bus_list > li .badge.blue {
  background-color: #1762c8;
}
.traffic_con .bus_list > li .badge.navy {
  background-color: #24398f;
}
.traffic_con .bus_list > li .badge.skyblue {
  background-color: #11a8ec;
}
.traffic_con .bus_list > li .badge.green {
  background-color: #24b554;
}
.traffic_con .bus_list > li .badge.lightgreen {
  background-color: #73b92a;
}
.traffic_con .bus_list > li .badge.olive {
  background-color: #3ab048;
}
.traffic_con .bus_list > li .badge.orange {
  background-color: #ed831b;
}
.traffic_con .bus_list > li .badge.red {
  background-color: #ed2b2a;
}
.traffic_con .bus_list > li .badge.burgundy {
  background-color: #cf1515;
}
.traffic_con .bus_list > li .badge.purple {
  background-color: #8235d4;
}
@media screen and (min-width: 768px) {
  .traffic_con {
    padding-left: 130px;
    background-size: 100px;
    min-height: 100px;
  }
  .traffic_con .subway_list > li {
    line-height: 24px;
  }
  .traffic_con .subway_list > li + li {
    margin-top: 15px;
  }
  .traffic_con .subway_list > li .num {
    width: 24px;
  }
  .traffic_con .subway_list > li .bold {
    line-height: 24px;
  }
  .traffic_con .stop_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .traffic_con .stop_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(20% - 10px);
            flex: 0 1 calc(20% - 10px);
    margin: 5px;
  }
  .traffic_con .bus_list > li {
    padding-left: 63px;
    padding-top: 2px;
    min-height: 30px;
  }
  .traffic_con .bus_list > li + li {
    margin-top: 15px;
  }
  .traffic_con .bus_list > li .badge {
    min-width: 56px;
    height: 30px;
    line-height: 30px;
  }
}

.toggle_wrap {
  border: 1px solid #d9d9d9;
}
.toggle_wrap .toggle_cont {
  padding: 15px 18px 0;
  max-height: 365px;
  overflow: hidden;
}
.toggle_wrap .toggle_btn {
  display: block;
  margin-top: 15px;
  background-color: #f7f7f7;
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
  line-height: 1;
  text-align: center;
  color: #222;
}
.toggle_wrap .toggle_btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  line-height: 1;
  margin-right: 10px;
  border-top: 8px solid #666;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.toggle_wrap.open .toggle_cont {
  max-height: none;
}
.toggle_wrap.open .toggle_btn::before {
  border-top: none;
  border-bottom: 8px solid #666;
}
@media screen and (min-width: 768px) {
  .toggle_wrap .toggle_cont {
    padding: 20px 25px 0;
    max-height: 160px;
  }
  .toggle_wrap .toggle_btn {
    margin-top: 20px;
    padding: 18px 0;
  }
}

@media screen and (max-width: 767px) {
  .btn_wrap.sm_col_1 .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.btn.w230 {
  min-width: 230px;
}

.cont_tit_box {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cont_tit_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #222;
  width: 40px;
  height: 2px;
}
.cont_tit_box > em {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  color: #11a8ec;
}
.cont_tit_box > strong {
  display: block;
  color: #222;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .cont_tit_box {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  .cont_tit_box > em {
    font-size: 22px;
  }
  .cont_tit_box > strong {
    font-size: 28px;
  }
}

.swiper .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper::before, .swiper::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.swiper::before {
  left: -5px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 80%);
}
.swiper::after {
  right: -5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
}
.swiper.scr_start::before {
  opacity: 1;
  visibility: visible;
}
.swiper.scr_end::after {
  opacity: 1;
  visibility: visible;
}

.swiper-controller {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
}

.swiper-button-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 14px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: #fff;
  z-index: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper-button-default::after {
  display: none;
}
.swiper-button-default + .swiper-button-default {
  margin-left: 10px;
}
.swiper-button-default.swiper-button-prev {
  background-image: url(../images/ico_slide_prev.png);
}
.swiper-button-default.swiper-button-next {
  background-image: url(../images/ico_slide_next.png);
}
.swiper-button-default.swiper-button-pause {
  background-image: url(../images/ico_slide_pause.png);
}
.swiper-button-default.swiper-button-play {
  background-image: url(../images/ico_slide_play.png);
}

.ico_list {
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/ico_list.png);
}
@media screen and (min-width: 768px) {
  .ico_list {
    width: 16px;
    height: 16px;
  }
}
.ico_attach {
  display: inline-block;
  width: 14px;
  height: 16px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/ico_attach.png);
}
@media screen and (min-width: 768px) {
  .ico_attach {
    width: 16px;
    height: 18px;
  }
}

.txt_chk {
  padding-left: 23px;
  background-image: url(../images/ico_txt_chk.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 16px auto;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #0c3759;
}
@media screen and (min-width: 768px) {
  .txt_chk {
    padding-left: 27px;
    background-position: 0 7px;
    background-size: 17px auto;
    font-size: 20px;
  }
}

.map_wrap .map_info {
  position: relative;
  z-index: 10;
  margin: -50px auto 0;
  width: calc(100% - 40px);
  padding: 25px;
  border-radius: 18px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#73b92a), to(#11a8ec));
  background: linear-gradient(to right, #73b92a, #11a8ec);
}
.map_wrap .map_info ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.map_wrap .map_info ul > li:not(:first-child) {
  margin-top: 10px;
}
.map_wrap .map_info ul > li span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.map_wrap .map_info ul > li span:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  left: 0;
  top: 2px;
}
.map_wrap .map_info ul > li.bg_addr span:before {
  background-image: url("../images/ico_addr.png");
}
.map_wrap .map_info ul > li.bg_tel span:before {
  background-image: url("../images/ico_tel.png");
}
.map_wrap .map_info ul > li.bg_fax span:before {
  background-image: url("../images/ico_fax.png");
}
@media screen and (min-width: 768px) {
  .map_wrap .map_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -65px auto 0;
    width: calc(100% - 120px);
    padding: 30px 40px;
    min-height: 130px;
  }
  .map_wrap .map_info::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 200px;
    height: 60px;
    background-image: url(../images/logo_pc2.png);
    background-repeat: no-repeat;
    background-size: 198px auto;
    background-position: 0 center;
    mix-blend-mode: screen;
  }
  .map_wrap .map_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0;
  }
  .map_wrap .map_info ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 8px 20px;
  }
  .map_wrap .map_info ul > li:not(:first-child) {
    margin: 8px 20px;
  }
  .map_wrap .map_info ul > li span {
    display: inline-block;
    font-size: 16px;
    margin: 0 18px 0 0;
    padding-left: 28px;
  }
  .map_wrap .map_info ul > li span:before {
    width: 20px;
    height: 20px;
  }
}

.apply_info_box {
  margin-bottom: 25px;
  background-color: #f1f8e9;
  border-radius: 8px;
  padding: 5px 22px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(../images/bg_apply_pattern_m.png);
  background-size: 143px auto;
}
.apply_info_box .top {
  padding: 15px 0;
}
.apply_info_box .top .r {
  margin-top: 15px;
}
.apply_info_box .tit {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}
.apply_info_box .btm {
  border-top: 1px solid #73b92a4d;
  padding: 15px 0;
}
.view_con .apply_info_box .top .l .img_box {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
}
.view_con .apply_info_box .top .l .img_box img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .apply_info_box {
    margin-bottom: 45px;
    padding: 10px 30px;
    background-image: url(../images/bg_apply_pattern_pc.png);
    background-size: 249px auto;
  }
  .apply_info_box .top {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .apply_info_box .top .l {
    margin-right: auto;
  }
  .apply_info_box .top .r {
    margin-top: 0;
    padding-left: 10px;
    margin-left: auto;
    text-align: right;
  }
  .apply_info_box .tit {
    font-size: 24px;
  }
  .apply_info_box .btm {
    padding: 20px 0;
  }
  .view_con .apply_info_box .top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .view_con .apply_info_box .top .l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 220px;
    margin-right: 35px;
  }
  .view_con .apply_info_box .top .r {
    margin-left: 0;
    text-align: left;
  }
}

.board_btn_wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board_btn_wrap.flex .l {
  margin-right: auto;
}
.board_btn_wrap.flex .r {
  margin: -6px;
}
.board_btn_wrap.flex .r .btn {
  margin: 6px !important;
}
@media screen and (min-width: 768px) {
  .board_btn_wrap.flex .r {
    margin: -7px;
  }
  .board_btn_wrap.flex .r .btn {
    margin: 7px !important;
  }
}

.view_btn_wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.view_btn_wrap.flex > .l {
  margin: -6px;
}
.view_btn_wrap.flex > .r {
  margin: -6px;
  text-align: right;
}
.view_btn_wrap.flex .btn {
  margin: 6px;
}
@media screen and (min-width: 768px) {
  .view_btn_wrap.flex .r {
    margin: -7px;
  }
  .view_btn_wrap.flex .r .btn {
    margin: 7px !important;
  }
}

.board_cont .board_none_data {
  border-style: none none solid;
  border-radius: 0;
}

.board_none_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 8px;
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
}
.board_none_data::before {
  content: "";
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  margin: 0 auto 15px;
  background-image: url(../images/bg_no_data.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.board_none_data > strong {
  font-size: 17px;
  font-weight: 500;
  color: #222;
}
@media screen and (min-width: 768px) {
  .board_none_data {
    padding: 45px;
  }
  .board_none_data::before {
    width: 90px;
    margin: 0 auto 20px;
  }
  .board_none_data > strong {
    font-size: 18px;
  }
}

.view_answer {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .view_answer {
    margin-top: 50px;
  }
}

.table.data_table {
  border-style: solid none none;
  border-width: 2px;
  border-color: #222;
}
.table.data_table table {
  min-width: 1000px;
  table-layout: fixed;
}
.table.data_table table th.r_line,
.table.data_table table td.r_line {
  border-right: 1px solid #d7d7d7 !important;
}
.table.data_table table tbody tr th {
  vertical-align: middle;
  text-align: center;
}
.table.data_table table tbody tr.foot_line td {
  background-color: #f6f6f6;
  font-weight: 500;
  color: #222;
}
.table.data_table table tfoot tr th {
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
  background: #fdf3f3;
  color: #222;
  font-weight: 500;
  vertical-align: top;
  word-break: break-all;
  text-align: center;
}
.table.data_table table tfoot tr th:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
.table.data_table table tfoot tr td {
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
  background-color: #fdf3f3;
  color: #222;
  font-weight: 500;
  vertical-align: top;
}
.table.data_table table tfoot tr td:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
.table.normal_table {
  border-style: solid none none;
  border-color: #222;
  border-width: 2px;
}
.table.normal_table table {
  table-layout: auto;
}
.table.normal_table table thead tr th {
  background-color: #f6f6f6;
  padding: 20px 25px;
}
.table.normal_table table tbody tr td {
  text-align: center;
}

.conference_box {
  padding: 17px;
  border: 2px solid #eee;
  border-radius: 8px;
}
.conference_box > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
}
.conference_box > ul > li::before {
  content: "";
  position: absolute;
  width: 25px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  left: 0;
  top: 0;
}
.conference_box > ul > li > strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin-right: 15px;
}
.conference_box > ul > li.time::before {
  background-image: url(../images/ico_conf_time.png);
}
.conference_box > ul > li.loc::before {
  background-image: url(../images/ico_conf_location.png);
}
.conference_box > ul > li + li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .conference_box {
    padding: 25px;
  }
  .conference_box > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .conference_box > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    margin: 5px;
    padding-left: 40px;
  }
  .conference_box > ul > li::before {
    width: 30px;
    top: -2px;
  }
  .conference_box > ul > li > strong {
    margin-right: 20px;
  }
  .conference_box > ul > li + li {
    margin: 5px;
  }
}

.priv_label_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7.5px 0;
}
.priv_label_wrap .priv_label_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 7.5px 0;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
}
.priv_label_wrap .priv_label_box .top {
  padding: 17px;
  text-align: center;
}
.priv_label_wrap .priv_label_box .top > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1762c8;
}
.priv_label_wrap .priv_label_box .top > strong::before {
  content: "";
  display: block;
  height: 60px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.priv_label_wrap .priv_label_box .top > strong.priv03::before {
  height: 65px;
  background-image: url(../images/ico_priv03_lg.png);
}
.priv_label_wrap .priv_label_box .top > strong.priv05::before {
  height: 65px;
  background-image: url(../images/ico_priv05_lg.png);
}
.priv_label_wrap .priv_label_box .top > strong.priv12::before {
  background-image: url(../images/ico_priv12_lg.png);
}
.priv_label_wrap .priv_label_box .btm {
  padding: 15px 17px;
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .priv_label_wrap {
    margin: -10px;
  }
  .priv_label_wrap .priv_label_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3333333333% - 20px);
            flex: 1 1 calc(33.3333333333% - 20px);
    margin: 10px;
  }
  .priv_label_wrap .priv_label_box:nth-child(n+4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 20px);
            flex: 0 0 calc(33.3333333333% - 20px);
  }
  .priv_label_wrap .priv_label_box .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 25px;
  }
  .priv_label_wrap .priv_label_box .top > strong {
    font-size: 20px;
  }
  .priv_label_wrap .priv_label_box .top > strong::before {
    height: 88px;
    margin: 0 auto 15px;
    background-size: auto 77px;
  }
  .priv_label_wrap .priv_label_box .top > strong.priv03::before {
    height: 88px;
    background-size: auto 88px;
  }
  .priv_label_wrap .priv_label_box .top > strong.priv05::before {
    height: 88px;
    background-size: auto 88px;
  }
  .priv_label_wrap .priv_label_box .btm {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px 25px;
  }
}

[class^=ico_priv] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  text-indent: -9999rem;
  overflow: hidden;
  width: 26px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  [class^=ico_priv] {
    width: 33px;
  }
}
[class^=ico_priv].ico_priv01 {
  aspect-ratio: 26/32;
  background-image: url(../images/ico_priv01.png);
}
[class^=ico_priv].ico_priv02 {
  aspect-ratio: 26/32;
  background-image: url(../images/ico_priv02.png);
}
[class^=ico_priv].ico_priv03 {
  background-image: url(../images/ico_priv03.png);
}
[class^=ico_priv].ico_priv04 {
  aspect-ratio: 26/32;
  background-image: url(../images/ico_priv04.png);
}
[class^=ico_priv].ico_priv05 {
  aspect-ratio: 26/32;
  background-image: url(../images/ico_priv05.png);
}
[class^=ico_priv].ico_priv06 {
  aspect-ratio: 26/32;
  background-image: url(../images/ico_priv06.png);
}
[class^=ico_priv].ico_priv07 {
  background-image: url(../images/ico_priv07.png);
}
[class^=ico_priv].ico_priv08 {
  background-image: url(../images/ico_priv08.png);
}
[class^=ico_priv].ico_priv09 {
  aspect-ratio: 26/32;
  background-image: url(../images/ico_priv09.png);
}
[class^=ico_priv].ico_priv10 {
  aspect-ratio: 26/32;
  background-image: url(../images/ico_priv10.png);
}
[class^=ico_priv].ico_priv11 {
  background-image: url(../images/ico_priv11.png);
}
[class^=ico_priv].ico_priv12 {
  background-image: url(../images/ico_priv12.png);
}
[class^=ico_priv].ico_priv13 {
  background-image: url(../images/ico_priv13.png);
}
[class^=ico_priv].ico_priv14 {
  background-image: url(../images/ico_priv14.png);
}

.priv_label_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px 0;
}
.priv_label_list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 5px 0;
}
.priv_label_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 17px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  font-weight: 400;
  color: #222;
}
.priv_label_list > li [class^=ico] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .priv_label_list {
    margin: -5px;
  }
  .priv_label_list > li {
    margin: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
  .priv_label_list > li:nth-child(n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
  .priv_label_list > li > a {
    padding: 15px 25px;
    height: 100%;
  }
  .priv_label_list > li [class^=ico] {
    margin-right: 15px;
  }
}

.priv_cont ~ .priv_cont {
  margin-top: 25px;
}
.priv_cont .priv_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 17px;
  border-radius: 8px;
  background-color: #f1f8e9;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
}
.priv_cont .priv_tit [class^=ico] {
  width: 32px;
  margin-right: 10px;
}
.priv_cont .priv_desc {
  padding-top: 17px;
  padding-left: 17px;
}
@media screen and (min-width: 768px) {
  .priv_cont ~ .priv_cont {
    margin-top: 45px;
  }
  .priv_cont .priv_tit {
    padding: 17px 25px;
    font-size: 20px;
  }
  .priv_cont .priv_tit [class^=ico] {
    width: 40px;
    margin-right: 20px;
  }
  .priv_cont .priv_desc {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.link02 {
  color: #0c3759;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.view_con {
  color: #222;
}
.view_con p,
.view_con span,
.view_con b,
.view_con strong,
.view_con font {
  font-family: "Noto Sans KR" !important;
}
.view_con b {
  font-weight: 500 !important;
}

/* ############ 관련법령 ############ */
.section .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 15px;
}
.section .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.section .items .item:hover {
  border-color: #73b92a;
}
.section .items .item:hover .law_title {
  color: #64a125;
}
.section .items .item:hover span:last-child {
  background-color: #f1f8e9;
}
.section .items .item span:last-child {
  background-color: #f6f6f6;
}
.section .items .item span:last-child::before {
  content: "";
  position: absolute;
  margin-left: -20px;
  margin-top: 7px;
  width: 30px;
  height: 28px;
  background-size: 15px;
}
.section .items .item span.law_down:before {
  background: url(../images/ico_download.png) no-repeat;
  background-size: 15px;
}
.section .items .item span.law_new::before {
  background: url(../images/ico_new_window.png) no-repeat;
  background-size: 15px;
}

@media screen and (min-width: 768px) {
  .section .items {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 20px;
  }
}
/* ############ 컨퍼런스개요/소개 ############ */
.conference .conference_info .conference_photo {
  position: relative;
  padding: 0 30px;
  z-index: 1;
}
.conference .conference_info .conference_photo img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.conference .conference_info .conference_heading {
  position: relative;
  margin-top: -90px;
  margin-bottom: 50px;
  padding: 115px 30px 25px 30px;
  border-radius: 20px;
  background: url(../images/bg_poster_pattern_m.png) no-repeat, -webkit-gradient(linear, left top, right top, from(#73b92a), to(#11a8ec));
  background: url(../images/bg_poster_pattern_m.png) no-repeat, linear-gradient(to right, #73b92a, #11a8ec);
  background-position: right bottom;
  background-size: 100%;
  color: #fff;
}
.conference .conference_info .conference_heading .conference_headline h3 {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  font-size: 25px;
}
.conference .conference_desc {
  position: relative;
}
.conference .conference_desc:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 22px;
  height: 19px;
  background: url(../images/ico_bg.png) no-repeat;
  background-size: 100%;
}
.conference .conference_desc p {
  margin-bottom: 25px;
}
.conference .conference_desc p span {
  color: #64a125;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .conference .conference_info {
    position: relative;
  }
  .conference .conference_info .conference_photo {
    width: 350px;
    padding: 50px 50px 0 50px;
  }
  .conference .conference_info .conference_heading {
    margin-top: -402px;
    padding: 0;
    background: url(../images/bg_poster_pattern_pc.png) no-repeat, -webkit-gradient(linear, left top, right top, from(#73b92a), to(#11a8ec));
    background: url(../images/bg_poster_pattern_pc.png) no-repeat, linear-gradient(to right, #73b92a, #11a8ec);
    background-position: right bottom;
    background-size: contain;
  }
  .conference .conference_info .conference_heading .conference_headline {
    padding: 45px 50px 45px 350px;
  }
  .conference .conference_info .conference_heading .conference_headline h3 {
    font-size: 34px;
  }
  .conference .conference_desc {
    padding: 10px 50px 0 350px;
  }
  .conference .conference_desc:before {
    left: 350px;
    top: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .conference .conference_info {
    position: relative;
  }
  .conference .conference_info .conference_photo {
    width: 500px;
    padding: 50px 50px 0 50px;
  }
  .conference .conference_info .conference_heading {
    margin-top: -613px;
    padding: 0;
    background: url(../images/bg_poster_pattern_pc.png) no-repeat, -webkit-gradient(linear, left top, right top, from(#73b92a), to(#11a8ec));
    background: url(../images/bg_poster_pattern_pc.png) no-repeat, linear-gradient(to right, #73b92a, #11a8ec);
    background-position: right bottom;
    background-size: contain;
  }
  .conference .conference_info .conference_heading .conference_headline {
    padding: 45px 50px 45px 500px;
  }
  .conference .conference_info .conference_heading .conference_headline h3 {
    font-size: 34px;
  }
  .conference .conference_info .conference_heading .conference_headline p {
    font-size: 18px;
  }
  .conference .conference_desc {
    padding-left: 500px;
    padding-top: 10px;
    padding-right: 50px;
  }
  .conference .conference_desc:before {
    left: 500px;
    top: -15px;
  }
}
/* ############ 기획취재지원 ############ */
.interview1 {
  border-radius: 20px;
  background: url(../images/bg_interview01.png) no-repeat bottom/contain, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview01.png) no-repeat bottom/contain, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}

.interview_heading {
  padding: 25px 30px 200px 30px;
}
.interview_heading h3 {
  font-size: 25px;
}
.interview_heading p {
  margin: 10px 0 15px;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .interview1 {
    background: url(../images/bg_interview01.png) no-repeat right bottom/450px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview01.png) no-repeat right bottom/450px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .interview_heading {
    padding: 45px 50px 50px;
  }
  .interview_heading h2 {
    font-size: 34px;
  }
  .interview_heading p {
    padding-right: 400px;
  }
}
.btn_download2 {
  position: relative;
  padding: 10px;
  padding-left: 45px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.btn_download2::before {
  content: "";
  position: absolute;
  margin-left: -30px;
  margin-top: 18px;
  width: 30px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/ico_download_white.png) no-repeat;
  background-size: 20px;
}

/* ############ 사이트맵 ############ */
.site_map {
  border-bottom: 1px solid #eee;
}
.site_map .sit_tit {
  position: relative;
  padding: 5px 0;
  padding-left: 47px;
}
.site_map .sit_tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: 35px;
}
.site_map .sit1::before {
  background: url(../images/ico_site1.png) no-repeat;
  background-size: 35px;
}
.site_map .sit2::before {
  background: url(../images/ico_site2.png) no-repeat;
  background-size: 35px;
}
.site_map .sit3::before {
  background: url(../images/ico_site3.png) no-repeat;
  background-size: 35px;
}
.site_map .sit4::before {
  background: url(../images/ico_site4.png) no-repeat;
  background-size: 35px;
}
.site_map .sit5::before {
  background: url(../images/ico_site5.png) no-repeat;
  background-size: 35px;
}
.site_map .sit6::before {
  background: url(../images/ico_site6.png) no-repeat;
  background-size: 35px;
}
.site_map .sit7::before {
  background: url(../images/ico_site7.png) no-repeat;
  background-size: 35px;
}
.site_map .sit8::before {
  background: url(../images/ico_site8.png) no-repeat;
  background-size: 35px;
}
.site_map .site_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 45px;
  padding: 20px 0;
  padding-right: 35px;
}
.site_map .site_info .site_list > li:hover:before {
  background: #1762c8;
}
.site_map .site_info .site_list a:hover {
  color: #1762c8;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (min-width: 768px) {
  .site_map {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-bottom: 50px;
  }
  .site_map .sit_tit {
    padding: 0 40px 0 47px;
    font-size: 22px;
  }
  .site_map .sit_tit:before {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .site_map .site_info {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    padding: 0;
  }
}
/* ############ 디지털 취재장비 임대 지원 ############ */
.interview5 {
  border-radius: 20px;
  background: url(../images/bg_interview05.png) no-repeat bottom/contain, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview05.png) no-repeat bottom/contain, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}

.business_order {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.business_order p {
  position: relative;
  padding: 10px 60px;
  width: 100%;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
.business_order p:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 50%;
  bottom: -21px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/ico_qna_arr.png") no-repeat;
  background-size: 70%;
}
.business_order p:last-child:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .interview5 {
    background: url(../images/bg_interview05.png) no-repeat right bottom/500px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview05.png) no-repeat right bottom/500px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .business_order {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 22px;
    padding-right: 15px;
  }
  .business_order p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .business_order p:before {
    top: 50%;
    bottom: 0;
    left: calc(100% + 4px);
    -webkit-transform: translateX(0) translateY(-50%) rotate(-90deg);
            transform: translateX(0) translateY(-50%) rotate(-90deg);
  }
}
/* ############ 지역신문 제안 ############ */
.interview2 {
  border-radius: 20px;
  background: url(../images/bg_interview02.png) no-repeat bottom/390px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview02.png) no-repeat bottom/390px, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}
.interview2 .interview_heading {
  padding: 25px 30px 250px 30px;
}

@media screen and (min-width: 768px) {
  .interview2 {
    background: url(../images/bg_interview02.png) no-repeat right 25px bottom/430px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview02.png) no-repeat right 25px bottom/430px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .interview2 .interview_heading {
    padding: 45px 50px 50px;
  }
}
/* ############ 지역민참여 보도지원 ############ */
.interview3 {
  border-radius: 20px;
  background: url(../images/bg_interview03.png) no-repeat bottom/390px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview03.png) no-repeat bottom/390px, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}
.interview3 .interview_heading {
  padding: 25px 30px 240px 30px;
}

.border_need {
  border-right: 1px solid #d7d7d7;
}

@media screen and (min-width: 768px) {
  .interview3 {
    background: url(../images/bg_interview03.png) no-repeat right 25px bottom/390px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview03.png) no-repeat right 25px bottom/390px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .interview3 .interview_heading {
    padding: 45px 50px 50px;
  }
}
/* ############ 인재 인턴프로그램 지원 ############ */
.interview4 {
  border-radius: 20px;
  background: url(../images/bg_interview04.png) no-repeat bottom/380px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview04.png) no-repeat bottom/380px, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}
.interview4 .interview_heading {
  padding: 25px 30px 230px 30px;
}

@media screen and (min-width: 768px) {
  .interview4 {
    background: url(../images/bg_interview04.png) no-repeat right 25px bottom/360px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview04.png) no-repeat right 25px bottom/360px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .interview4 .interview_heading {
    padding: 45px 50px 50px;
  }
}
/* ############소외계층 구독료 지원 ############ */
.interview6 {
  border-radius: 20px;
  background: url(../images/bg_interview06.png) no-repeat bottom/contain, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview06.png) no-repeat bottom/contain, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}
.interview6 .interview_heading {
  padding: 25px 30px 200px 30px;
}

@media screen and (min-width: 768px) {
  .interview6 {
    background: url(../images/bg_interview06.png) no-repeat right 25px bottom/500px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview06.png) no-repeat right 25px bottom/500px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .interview6 .interview_heading {
    padding: 45px 50px 50px;
  }
}
/* ############ 지역신문 활용교육 지원 ############ */
.interview7 {
  border-radius: 20px;
  background: url(../images/bg_interview07.png) no-repeat bottom/400px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview07.png) no-repeat bottom/400px, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}
.interview7 .interview_heading {
  padding: 25px 30px 230px 30px;
}

@media screen and (min-width: 768px) {
  .interview7 {
    background: url(../images/bg_interview07.png) no-repeat right 25px bottom/400px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview07.png) no-repeat right 25px bottom/400px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .interview7 .interview_heading {
    padding: 45px 50px 50px;
  }
}
/* ############ 프로그램 기획/운영 ############ */
.interview8 {
  border-radius: 20px;
  background: url(../images/bg_interview08.png) no-repeat bottom/contain, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_interview08.png) no-repeat bottom/contain, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
}
.interview8 .interview_heading {
  padding: 25px 30px 200px 30px;
}

@media screen and (min-width: 768px) {
  .interview8 {
    background: url(../images/bg_interview08.png) no-repeat right bottom/490px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_interview08.png) no-repeat right bottom/490px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .interview8 .interview_heading {
    padding: 45px 50px 50px;
  }
}
/* ############ 위원명단 ############ */
.commissioner {
  background: url(../images/bg_commissioner_pattern_m.png) no-repeat bottom right/cover, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_commissioner_pattern_m.png) no-repeat bottom right/cover, linear-gradient(to right, #73B92A, #11A8EC);
  color: #fff;
  padding: 25px 30px;
  border-radius: 20px;
}
.commissioner .commissioner_heding {
  border-bottom: 1px solid #eee;
  font-size: 25px;
}
.commissioner .list01 > li::before {
  background: #fff;
}
.commissioner .commissioner_active_list {
  display: grid;
  grid-template-columns: 1fr;
}

.commissioner_list {
  display: none;
}
.commissioner_list .list_headline {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .commissioner {
    margin-bottom: 50px;
    background: url(../images/bg_commissioner_pattern_pc.png) no-repeat right/cover, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_commissioner_pattern_pc.png) no-repeat right/cover, linear-gradient(to right, #73B92A, #11A8EC);
    padding: 40px 50px;
    border-radius: 20px;
  }
  .commissioner .commissioner_heding {
    padding-bottom: 20px;
    font-size: 34px;
  }
  .commissioner .commissioner_active_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
    grid-row-gap: 10px;
    grid-column-gap: 15px;
  }
  .commissioner .commissioner_active_list li {
    margin: 0;
  }
  .commissioner_list .list_headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
.table.data_table table tbody tr td {
  vertical-align: middle;
}

/* ############ 연혁 ############ */
.history {
  display: none;
}

.history_logo {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px dashed #d7d7d7;
}
.history_logo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: url(../images/logo_history.png) no-repeat center 20px/110px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/logo_history.png) no-repeat center 20px/110px, linear-gradient(to right, #73B92A, #11A8EC);
}
.history_logo:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ed831b;
}

.history_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0;
}
.history_info .year {
  position: relative;
  padding-right: 20px;
}
.history_info .year p {
  font-size: 28px;
  font-weight: 600;
  color: #222;
}
.history_info .month_day {
  padding: 0 20px;
}
.history_info .month_day::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 76px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(116, 185, 42, 0.3);
}
.history_info .month_day::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 80px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #74b92a;
}
.history_info .month_day ul:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 83px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 5;
}
.history_info .month_day ul::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d7d7d7;
  top: 0;
  left: 84px;
}
.history_info .month_day ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.history_info .month_day ul li:first-child {
  margin-top: 8px;
}
.history_info .month_day ul li:last-child {
  margin-bottom: 0;
}
.history_info .month_day ul li strong {
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .history_logo {
    width: 200px;
    height: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .history_logo:before {
    width: 160px;
    height: 160px;
    background: url(../images/logo_history.png) no-repeat center 27px/136px, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/logo_history.png) no-repeat center 27px/136px, linear-gradient(to right, #73B92A, #11A8EC);
  }
  .history_logo:after {
    width: 8px;
    height: 8px;
    bottom: 35px;
    right: 15px;
  }
  .history_info {
    padding: 20px 0;
  }
  .history_info > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .history_info .year {
    padding: 0;
  }
  .history_info .month_day {
    padding: 0;
  }
  .history_info .month_day:after, .history_info .month_day:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .history_info .month_day:after {
    top: 45px;
  }
  .history_info .month_day::before {
    top: 41px;
  }
  .history_info .month_day ul li:first-child {
    margin-top: 16px;
  }
  .history_info .month_day ul:after, .history_info .month_day ul:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .history_info .month_day ul:before {
    top: 48px;
  }
  .history_info:nth-child(even) .year {
    text-align: right;
  }
  .history_info:nth-child(even) .year p {
    position: relative;
    padding-right: 80px;
    font-size: 40px;
  }
  .history_info:nth-child(even) .year p:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #73B92A;
  }
  .history_info:nth-child(even) .year p:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 115px;
    width: 40px;
    border: 1px dashed #d7d7d7;
  }
  .history_info:nth-child(even) .month_day ul {
    padding-left: 30px;
  }
  .history_info:nth-child(odd) .year {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .history_info:nth-child(odd) .year p {
    position: relative;
    padding-left: 80px;
    font-size: 40px;
  }
  .history_info:nth-child(odd) .year p:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -111px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #73B92A;
  }
  .history_info:nth-child(odd) .year p:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: -64px;
    width: 40px;
    border: 1px dashed #d7d7d7;
  }
  .history_info:nth-child(odd) .month_day {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .history_info:nth-child(odd) .month_day ul {
    padding-right: 30px;
  }
  .history_info:nth-child(odd) .month_day ul li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  .history_info:nth-child(odd) .month_day ul li strong {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    padding-left: 15px;
  }
}
/* ############ 이메일 무단 수집거부 ############ */
.email_refuse .refuse_headline {
  position: relative;
  border-radius: 15px;
  background: url(../images/bg_email_refusal_mo.png) no-repeat, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
  background: url(../images/bg_email_refusal_mo.png) no-repeat, linear-gradient(to right, #73B92A, #11A8EC);
  background-size: contain;
  background-position: top center;
}
.email_refuse .refuse_headline h3 {
  padding: 120px 0 75px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.email_refuse .refuse_headline h3:before {
  content: "";
  position: absolute;
  margin-top: 30px;
  width: 75px;
  height: 75px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/ico_email_refusal.png) no-repeat;
  background-size: 100%;
}
.email_refuse .refuse_desc {
  position: relative;
  z-index: 10;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 30px;
  margin-top: -50px;
  padding: 0 20px;
  padding-top: 45px;
}
.email_refuse .refuse_desc p {
  text-align: center;
}
.email_refuse .refuse_desc p:before {
  content: "";
  position: absolute;
  margin-top: 20px;
  width: 22px;
  height: 14px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/ico_bg.png) no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .email_refuse .refuse_headline {
    background: url(../images/bg_email_refusal_pc.png) no-repeat, -webkit-gradient(linear, left top, right top, from(#73B92A), to(#11A8EC));
    background: url(../images/bg_email_refusal_pc.png) no-repeat, linear-gradient(to right, #73B92A, #11A8EC);
    background-size: contain;
    background-position: top center;
  }
  .email_refuse .refuse_headline h3 {
    padding: 175px 0 110px 0;
    font-size: 28px;
  }
  .email_refuse .refuse_headline h3:before {
    margin-top: 50px;
    width: 100px;
    height: 100px;
  }
  .email_refuse .refuse_desc {
    margin: 0 50px;
    margin-top: -68px;
    padding: 0 220px;
    padding-top: 65px;
  }
  .email_refuse .refuse_desc p::before {
    margin-top: 30px;
    width: 28px;
    height: 18px;
  }
}
/* ############ 모니터링 결과 등록 ############ */
.table.data_table table.report_popup {
  min-width: inherit;
  border-top: 1px solid #d7d7d7;
}

.table table.monitoring tbody td {
  padding: 20px 3px;
  text-align: center;
}

/* ############ 구독료 청구 ############ */
.report_popup .form_date .datepicker {
  padding: 0 40px 0 12px;
}
.report_popup .form_sel_charge {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  background-image: url(../images/ico_select_arr.png);
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 11px auto;
  height: var(--form-h);
  padding: 0 33px 0 18px;
  text-align: center;
}

.block_tbl colgroup {
  display: none;
}
.block_tbl tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block_tbl tbody th {
  padding: 13px 18px 13px 20px !important;
  border-bottom: 0 !important;
}
.block_tbl tbody th::after {
  display: none;
}
.block_tbl tbody td {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
.block_tbl tbody td > div {
  padding: 0 !important;
}
.block_tbl .form_inp {
  width: 100%;
}

.loader_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.bdr_l {
  border-left: 1px solid #d7d7d7;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #cef;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cef transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.declare_step {
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.declare_step > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.declare_step > ul > li {
  position: relative;
  height: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.declare_step > ul > li > .step_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.declare_step > ul > li .txt_step {
  font-size: 15px;
}
.declare_step > ul > li:not(.current) {
  padding-left: 0;
  text-align: center;
}
.declare_step > ul > li:not(.current) .txt_step {
  display: none;
  text-align: left;
  font-weight: 400;
}
.declare_step > ul > li:not(:first-child) {
  padding-left: 12px;
}
.declare_step > ul > li.current {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 46%;
  background: linear-gradient(135deg, #70b830 0%, #4db275 50%, #1baad8 100%);
  color: #fff;
}
.declare_step > ul > li.current > .step_box {
  padding: 0 12px;
}
.declare_step > ul > li.current .num {
  display: none;
}
.declare_step > ul > li.current .step_inner {
  font-weight: 500;
}
.declare_step > ul > li.current .step_inner::before {
  -webkit-filter: brightness(3);
          filter: brightness(3);
}
.declare_step > ul > li.current:not(:first-child) .step_box {
  padding: 0 12px 0 14px;
}
.declare_step > ul > li .step_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.declare_step > ul > li .step_inner::before {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.declare_step > ul > li:nth-child(1) .step_inner::before {
  background-image: url(../images/ico_join_setp01.png);
}
.declare_step > ul > li:nth-child(2) .step_inner::before {
  background-image: url(../images/ico_join_setp02.png);
}
.declare_step > ul > li:nth-child(3) .step_inner::before {
  background-image: url(../images/ico_join_setp03.png);
}
.declare_step > ul > li:first-child > div:before {
  display: none;
}
.declare_step > ul > li:last-child > div::after {
  display: none;
}
.declare_step > ul > li > div:before, .declare_step > ul > li.current > div:before {
  border-bottom: 30px solid transparent;
  border-left: 12px solid #d8d8d8;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 1px;
  top: 0;
  width: 0;
  margin-top: 0;
}
.declare_step > ul > li > div:after, .declare_step > ul > li.current > div:after {
  border-bottom: 30px solid transparent;
  border-left: 12px solid #fff;
  border-top: 30px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  margin-top: 0;
  z-index: 1;
}
.declare_step > ul > li.current > div:after {
  border-left: 12px solid #1BAAD8;
}
.declare_step > ul > li > .num {
  display: block;
  font-weight: 400;
  color: #222;
}
@media screen and (min-width: 1024px), print {
  .declare_step > ul > li {
    height: 94px;
  }
  .declare_step > ul > li > .step_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 30px 0 60px;
  }
  .declare_step > ul > li > .step_box .num {
    display: none;
  }
  .declare_step > ul > li > .step_box .txt_step {
    font-size: 18px;
  }
  .declare_step > ul > li:first-child .step_box {
    padding-left: 30px;
  }
  .declare_step > ul > li:not(.current) {
    padding-left: 0;
    text-align: center;
  }
  .declare_step > ul > li:not(.current) .txt_step {
    display: block;
    text-align: left;
  }
  .declare_step > ul > li.current {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .declare_step > ul > li.current > .step_box {
    padding-left: 30px;
  }
  .declare_step > ul > li.current > .step_box .num {
    color: #fff;
  }
  .declare_step > ul > li.current:not(:first-child) .step_box {
    padding-left: 56px;
  }
  .declare_step > ul > li:first-child > div:before {
    display: none;
  }
  .declare_step > ul > li:last-child > div::after {
    display: none;
  }
  .declare_step > ul > li > div:before, .declare_step > ul > li.current > div:before {
    border-bottom-width: 47px;
    border-left-width: 30px;
    border-top-width: 47px;
  }
  .declare_step > ul > li > div:after, .declare_step > ul > li.current > div:after {
    border-bottom-width: 47px;
    border-left-width: 30px;
    border-top-width: 47px;
    left: 100%;
  }
}

.phone_cert .cert_txt {
  padding: 12px 15px;
  border-width: 1px 1px 0 1px;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 5px 5px 0 0;
}
.phone_cert a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-radius: 0 0 5px 5px;
  background: #0c3759;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.phone_cert a::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 18px;
  margin-right: 7px;
  background: url(../images/ico_phone.jpg) no-repeat;
}
@media screen and (min-width: 768px), print {
  .phone_cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .phone_cert .cert_txt {
    width: 490px;
    height: 56px;
    padding: 0 0 0 20px;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
    line-height: 54px;
  }
  .phone_cert a {
    width: 140px;
    height: auto;
    border-radius: 0 5px 5px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .phone_cert a::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 18px;
    margin-right: 7px;
  }
}

.agree_check {
  padding: 15px 18px;
  border-radius: 5px;
  background: #f6f6f6;
}
.agree_check label {
  font-weight: 400;
  color: #222;
}
@media screen and (min-width: 768px), print {
  .agree_check {
    padding: 20px 25px;
    border-radius: 10px;
  }
}

.srh_field .srh_inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.srh_field .srh_inp input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 7px;
}
.srh_field button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (min-width: 768px), print {
  .srh_field .srh_inp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .srh_field .srh_inp input {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 7px;
  }
}

.msg_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
.msg_txt::before {
  display: inline-block;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .msg_txt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.check_msg::before {
  background-image: url(../images/ico_check_arrow.png);
}

.error_msg::before {
  background-image: url(../images/ico_error.png);
}

.news_name {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.box_msg {
  padding: 30px 17px;
  border-radius: 10px;
  background: #f6f6f6;
}
.box_msg .t1 {
  margin-bottom: 15px;
  text-align: center;
}
.box_msg .t1::before {
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  margin: 0 auto 17px;
  background: url(../images/bg_join_complete.png) no-repeat;
}
.box_msg .t1 strong {
  font-size: 17px;
}
.box_msg .t2 {
  padding-top: 15px;
  border-top: 1px dashed #d7d7d7;
}
.box_msg .t2 li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .box_msg {
    padding: 40px 30px;
  }
  .box_msg .t1 {
    margin-bottom: 25px;
  }
  .box_msg .t1::before {
    margin: 0 auto 23px;
  }
  .box_msg .t1 strong {
    font-size: 18px;
  }
  .box_msg .t2 {
    padding-top: 25px;
  }
  .box_msg .t2 li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.login_wrap {
  overflow: hidden;
  border-radius: 20px;
}
.login_wrap .m_br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .login_wrap .m_br {
    display: unset;
  }
  .login_wrap .pc_br {
    display: block;
  }
}

.login_txt {
  padding: 30px 30px 60px;
  text-align: center;
  background: url(../images/bg_login.png) no-repeat calc(100% - 35px) 100%/75px, linear-gradient(135deg, #6eb835 0%, #43b188 50%, #13a8e8 100%);
  color: #fff;
}
.login_txt .t1 {
  margin-bottom: 10px;
}
.login_txt .t1 strong {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.login_txt .t2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .login_txt {
    padding: 50px 30px 100px;
    text-align: center;
    background: url(../images/bg_login.png) no-repeat calc(100% - 100px) 100%/auto, linear-gradient(135deg, #6eb835 0%, #43b188 50%, #13a8e8 100%);
    color: #fff;
  }
  .login_txt .t1 {
    margin-bottom: 20px;
  }
  .login_txt .t1 strong {
    font-size: 28px;
  }
  .login_txt .t2 {
    margin-bottom: 12px;
  }
}

.login_form {
  padding: 0 25px;
  border-radius: 0 0 20px 20px;
  background: #f6f6f6;
}
.login_form .login_inner {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  padding: 25px;
  border-radius: 20px;
  background: #fff;
}
.login_form .id_inp,
.login_form .pw_inp {
  position: relative;
}
.login_form .id_inp::before,
.login_form .pw_inp::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.login_form .id_inp {
  margin-bottom: 7px;
}
.login_form .id_inp::before {
  background-image: url(../images/ico_id.jpg);
}
.login_form .pw_inp {
  margin-bottom: 20px;
}
.login_form .pw_inp::before {
  background-image: url(../images/ico_pw.jpg);
}
.login_form :is(.id_inp, .pw_inp) input {
  height: 58px;
  padding-left: 40px;
}
.login_form .btn_login {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  background: #73b92a;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
.login_form ul {
  margin-top: 15px;
  text-align: center;
}
.login_form ul li {
  display: inline-block;
  position: relative;
  padding: 0 13px 0 7px;
}
.login_form ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #d7d7d7;
}
@media screen and (min-width: 768px), print {
  .login_form {
    padding: 0 50px;
  }
  .login_form .login_inner {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    padding: 40px;
  }
  .login_form .id_inp,
  .login_form .pw_inp {
    width: 480px;
    margin: 0 auto;
  }
  .login_form .id_inp::before,
  .login_form .pw_inp::before {
    left: 15px;
    top: 50%;
  }
  .login_form .id_inp {
    margin-bottom: 5px;
  }
  .login_form .pw_inp {
    margin-bottom: 30px;
  }
  .login_form :is(.id_inp, .pw_inp) input {
    width: 100%;
    padding-left: 45px;
  }
  .login_form .btn_login {
    display: block;
    width: 480px;
    height: 58px;
    margin: 0 auto;
    font-size: 18px;
  }
  .login_form ul {
    margin-top: 16px;
  }
  .login_form ul li {
    padding: 0 15px 0 9px;
  }
}

.state {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  padding: 0 15px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
}

/* 통합검색 서비스 */
.global_search_content .search_title {
  font-weight: 500;
  font-size: 24px;
}
.global_search_content .search_title .count {
  margin-left: 3px;
  font-size: 16px;
  color: #555;
  font-weight: normal;
}
.global_search_content .chk_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global_search_content .chk_wrap .chk input[type=radio] + label {
  height: 22px !important;
  line-height: 22px !important;
}
.global_search_content .text_primary {
  color: #1762c8 !important;
}
.global_search_content .text_bold {
  font-weight: 600 !important;
}
.global_search_content .view_file {
  margin-top: 13px;
}
.global_search_content .view_file .view_add_file li {
  font-size: 15px;
  line-height: 24px;
}
.global_search_content .view_file .view_add_file li:not(:first-child) {
  margin-top: 0;
}
.global_search_content .btn_search_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 15px;
}
.global_search_content .btn_search_more:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  vertical-align: middle;
  background: url(../images/ico_plus_gray.png) no-repeat 50% 50%;
  background-size: auto 11px;
}
.global_search_content .result_section {
  position: relative;
}
.global_search_content .result_section .search_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  padding: 0 110px 20px 0;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
}
.global_search_content .result_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  padding: 10px 20px 60px;
}
.global_search_content .result_count p.empty {
  padding-left: 40px;
  position: relative;
}
.global_search_content .result_count p.empty:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 31px;
  height: 27px;
  background: url(../images/ico_warning_gray.png) no-repeat 0 0;
  background-size: cover;
}
.global_search_content .search_content_title {
  padding: 30px 6px 0 6px;
}
.global_search_content .menu_list {
  padding: 30px 6px 0;
}
.global_search_content .menu_list > li {
  position: relative;
  padding-left: 10px;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}
.global_search_content .menu_list > li a:hover, .global_search_content .menu_list > li a:focus {
  text-decoration: underline;
}
.global_search_content .menu_list > li + li {
  margin-top: 3px;
}
.global_search_content .menu_list > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #555;
}
.global_search_content .empty_list {
  padding: 25px 6px;
  font-size: 15px;
}
.global_search_content .empty_list > li {
  position: relative;
  padding-left: 10px;
  color: #666;
  line-height: 24px;
}
.global_search_content .empty_list > li a:hover, .global_search_content .empty_list > li a:focus {
  text-decoration: underline;
}
.global_search_content .empty_list > li + li {
  margin-top: 3px;
}
.global_search_content .empty_list > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.global_search_content .search_list > li {
  padding: 20px 0 0;
}
.global_search_content .search_list > li:first-child {
  padding-top: 30px;
}
.global_search_content .search_list > li > a {
  display: block;
}
.global_search_content .search_list > li > a:hover .subject, .global_search_content .search_list > li > a:focus .subject {
  text-decoration: underline;
}
.global_search_content .search_list > li > a .date {
  display: block;
  margin-top: 5px;
  color: #888;
}
.global_search_content .search_list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.global_search_content .search_list .info .subject {
  max-width: calc(100% - 100px);
}
.global_search_content .search_list .subject {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 24px;
  font-size: 18px;
}
.global_search_content .search_list .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #777;
}
.global_search_content .search_list .content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 22px;
  margin-top: 13px;
  padding: 0;
  color: #666;
  font-size: 15px;
}
.global_search_content .search_list .location {
  display: block;
  margin-top: 23px;
  color: #777;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .global_search_content .global_search_wrap {
    position: relative;
  }
  .global_search_content .btn_search_more:hover:after, .global_search_content .btn_search_more:focus:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .global_search_content .result_section {
    margin-top: 60px;
  }
  .global_search_content .d_down_md {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .global_search_content {
    margin-top: 25px;
  }
  .global_search_content .search_title {
    font-size: 18px;
  }
  .global_search_content .btn_search_more {
    top: 10px;
    right: 10px;
  }
  .global_search_content .result_section {
    margin-top: 40px;
  }
  .global_search_content .result_section .search_title {
    padding: 0 90px 0 10px;
  }
  .global_search_content .result_count {
    font-size: 18px;
    padding: 10px 10px 40px;
  }
  .global_search_content .result_count p.empty:before {
    top: 0px;
  }
  .global_search_content .search_result {
    font-size: 18px;
    padding: 10px 10px 40px;
  }
  .global_search_content .menu_list,
  .global_search_content .empty_list {
    padding: 15px 10px;
  }
  .global_search_content .search_list > li {
    padding: 15px 10px;
  }
  .global_search_content .search_list .subject {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-width: 100% !important;
    line-height: 24px;
    font-size: 18px;
  }
  .global_search_content .search_list .location {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .global_search_content .form_item.search_period_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .global_search_content .form_date_box {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .global_search_content .form_item.search_period_area {
    display: block;
  }
  .global_search_content .form_item:last-child {
    margin-top: 15px;
  }
  .global_search_content .form_date_box {
    max-width: calc(100% - 14px);
    margin-left: 7px;
  }
}/*# sourceMappingURL=style.css.map */