@charset "UTF-8";
@media (max-width: 1080px) {
  .mobile {
    display: block; }
  .web {
    display: none; }
  section > .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 15px; }
  .container {
    min-width: 100%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 140px; }
  header .header__wrap .top-box {
    display: none; }
  header .header__wrap .bottom-box a.logo {
    background-size: cover;
    width: 164px;
    height: 21px; }
  header .header__wrap .bottom-box nav.gnb {
    display: none; }
  header .header__wrap .bottom-box .wrap {
    padding: 0 15px;
    height: 60px;
    align-items: center; }
  header .header__wrap .bottom-box a.all-menu-btn {
    position: absolute;
    right: 15px;
    background-size: cover;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%); }
  header article.all__menu {
    top: 0;
    height: 100vh;
    overflow-y: auto; }
  header article.all__menu .all-wrap {
    padding: 0;
    border: none; }
  header article.all__menu .all-wrap .all-menu-mobile-group {
    display: block; }
    header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-tit-box {
      height: 60px;
      align-items: center;
      display: flex;
      padding: 0 15px;
      position: relative; }
      header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-tit-box .logo {
        background-size: cover;
        width: 164px;
        height: 21px;
        background: url("../img/img_logo.png") no-repeat center/cover; }
      header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-tit-box .close-btn {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../img/ic_all_menu_close.png") no-repeat center/cover;
        width: 25px;
        height: 23px; }
    header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-quick-box ul {
      display: flex;
      flex-flow: row wrap; }
      header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-quick-box ul li {
        width: 50%; }
        header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-quick-box ul li:nth-child(n+3) {
          border-top: 1px solid #fff; }
        header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-quick-box ul li:nth-child(2n) {
          border-left: 1px solid #fff; }
        header article.all__menu .all-wrap .all-menu-mobile-group .all-menu-quick-box ul li a {
          display: inline-flex;
          width: 100%;
          height: 50px;
          align-items: center;
          justify-content: center;
          background-color: #2e72ee;
          color: #fff;
          font-size: 13px; }
  header article.all__menu .all-wrap ul.all-menu-list {
    display: block; }
  header article.all__menu .all-wrap ul.all-menu-list li.all-menu {
    display: block;
    width: 100%;
    padding: 0 15px;
    border-top: 1px solid #ddd; }
  header article.all__menu .all-wrap ul.all-menu-list li.all-menu .tit-box {
    padding-bottom: 0;
    background: url("../img/ic_all_menu_toggle_hide.png") no-repeat right 15px center/14px 14px;
    width: 100%;
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center; }
    header article.all__menu .all-wrap ul.all-menu-list li.all-menu .tit-box.on ~ .sub-menu {
      display: block; }
  header article.all__menu .all-wrap ul.all-menu-list li.all-menu.type-line {
    padding: 0 15px;
    border-left: none; }
  header article.all__menu .all-wrap ul.all-menu-list li.all-menu .sub-menu {
    display: none;
    margin-bottom: 15px; }
  header article.all__menu .all-wrap ul.all-menu-list + ul.all-menu-list {
    margin-top: 0; }
  header article.all__menu .all-wrap ul.all-menu-list li.all-menu .sub-menu li + li {
    margin-top: 8px; }
  header article.all__menu .all-wrap ul.all-menu-list li.all-menu .sub-menu li a {
    font-size: 16px;
    display: flex;
    line-height: 1;
    height: 20px;
    align-items: center; }
  section.main__search .main-search-list ul {
    flex-flow: row wrap;
    margin: -10px; }
  section.main__search .main-search-list ul li {
    width: calc(50% - 20px);
    margin: 10px !important; }
  section.main__search .main-search-list ul li + li {
    margin: 0; }
  section.main__search .main-search-form .input-box input {
    height: 40px; }
  section.main__search .main-search-form .input-box .search-btn {
    height: 40px;
    width: 40px;
    background-size: 20.5px 20.5px; }
  section.main__search {
    padding: 35px 0; }
  section.main__search .main-search-form .input-box input {
    padding: 0 18px;
    font-size: 16px; }
  section.main__search .main-search-form {
    padding-bottom: 30px; }
  section.main__search .main-search-list ul li .item-wrap .txt-box {
    bottom: 14px; }
  section.main__search .main-search-list ul li .item-wrap .txt-box .txt {
    font-size: 16px; }
  section.main__search .main-search-list ul li .item-wrap .ic-box {
    width: 45%;
    height: 0;
    padding-bottom: 45%; }
  section.main__search .main-search-list ul li .item-wrap {
    padding-bottom: 79%; }
  section.main__search .main-search-list ul li .item-wrap .ic-box.ic-1 {
    background-size: cover;
    top: 12px; }
  section.main__search .main-search-list ul li .item-wrap .ic-box.ic-2 {
    background-size: cover;
    top: 22px;
    width: 40%;
    padding-bottom: 35%; }
  section.main__search .main-search-list ul li .item-wrap .ic-box.ic-3 {
    background-size: cover;
    top: 22px;
    padding-bottom: 39%; }
  section.main__search .main-search-list ul li .item-wrap .ic-box.ic-4 {
    background-size: cover;
    top: 30px;
    padding-bottom: 34%; }
  section.main__propulsion {
    padding: 35px 0 15px; }
  section.main__propulsion .tit-box {
    font-size: 24px;
    padding-bottom: 25px; }
  section.main__region {
    height: auto;
    padding: 35px 0 15px; }
  section.main__region .region-group .right-group {
    width: 100%;
    padding: 30px 0 20px; }
  section.main__region .region-group .right-group .hex-wrap {
    width: 100%;
    justify-content: center; }
  section.main__region .region-group .right-group .hex-wrap .line-list {
    width: auto; }
  section.main__region .region-group .left-group {
    padding-top: 0; }
  section.main__region .region-group .left-group .tit-box {
    font-size: 24px;
    line-height: 30px; }
  section.main__region .region-group .left-group .sub-box {
    padding: 16px 0;
    font-size: 18px;
    line-height: 24px; }
    section.main__region .region-group .left-group .sub-box br {
      display: none; }
  section.main__region .region-group .left-group .menu-box a.menu-btn {
    height: 45px;
    width: 200px; }
  section.main__region .region-group {
    flex-direction: column; }
  section.main__region .region-group .right-group .hex-wrap .line-list + .line-list {
    margin-left: -13px; }
  section.main__region .region-group .right-group .hex-wrap .line-list:nth-child(2n) {
    top: 20px; }
  section.main__region .region-group .right-group .hex-wrap .hex {
    margin-top: -1px;
    width: 48px;
    height: 42px; }
  section.main__region .region-group .right-group .hex-wrap .hex .txt {
    font-size: 12px;
    position: absolute; }
  section.main__board {
    padding: 35px 0; }
  section.main__board .board-group {
    flex-direction: column; }
  section.main__board .board-group .board-box {
    width: 100%; }
  section.main__board .board-group .board-box + .board-box {
    margin: 30px 0 0; }
  section.main__board .board-group .board-box .board-con-box li a {
    width: 100%; }
    section.main__board .board-group .board-box .board-con-box li a img {
      width: 100%; }
  section.main__board .board-group .board-box .board-con-box {
    padding-top: 15px; }
  section.main__board .board-group .board-box .board-tit-box .tit-txt {
    font-size: 18px; }
  section.main__propulsion .list-box .swiper-button-prev {
    left: 0; }
  section.main__propulsion .list-box .swiper-button-next {
    right: 0; }
  section.main__propulsion .list-box .swiper-wrapper {
    padding: 20px 0; }
  section.main__propulsion .list-box .slide-wrap {
    padding: 20px 20px 20px;
    height: auto; }
  section.main__propulsion .list-box .slide-wrap .subject-box {
    padding: 10px 0; }
  section.main__propulsion .list-box .slide-wrap .subject-box .subject-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 20px;
    height: 60px;
    /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
    max-width: 100%;
    font-size: 16px; }
  section.main__propulsion .list-box .slide-wrap .sub-box .comment {
    font-size: 14px;
    align-items: center; }
  section.main__propulsion .list-box .slide-wrap .sub-box .like {
    font-size: 14px;
    align-items: center; }
  section.main__board .board-group .board-box .board-con-box .notice-list .row {
    width: 100%; }
  footer {
    height: auto; }
  footer .wrap {
    flex-direction: column;
    padding: 15px 15px; }
  footer .info-box {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 20px; }
  footer .menu-box {
    padding: 20px 0 0;
    position: relative;
    right: 0; }
  footer .menu-box .menu-btn {
    height: 30px;
    width: 110px;
    font-size: 12px; }
  section.main__board .board-group .board-box .board-con-box .notice-list .row .subject {
    font-size: 15px;
    line-height: 22px; }
  article.table-option-box .wrap {
    flex-direction: column; }
  article.table-option-box .wrap .table-search-box {
    width: 100%;
    padding-top: 10px; }
    article.table-option-box .wrap .table-search-box .sbox {
      width: 35%;
      height: 100%; }
      article.table-option-box .wrap .table-search-box .sbox select {
        font-size: 14px;
        height: 40px;
        width: 100%; }
  article.table-option-box .wrap .table-search-box .ibox {
    width: calc(65% - 12px); }
    article.table-option-box .wrap .table-search-box .ibox input {
      height: 40px;
      padding-right: 45px;
      width: 100%;
      font-size: 14px; }
  article.table-option-box .wrap .table-search-box .ibox .search-btn {
    height: 40px;
    width: 40px; }
  article.table-option-box {
    padding-bottom: 10px; }
  aside.floating__menu {
    display: none; }
  article.table-list table td {
    padding: 5px;
    height: 40px;
    font-size: 12px; }
  article.table-list table th {
    font-size: 12px;
    padding: 5px;
    height: 40px; }
  article.table-list table .txt-box .label {
    font-size: 10px;
    width: 35px;
    height: 16px; }
  article.table-list table .txt-box .txt {
    font-size: 12px; }
  article.sub__header {
    display: none; }
  article.sub__title {
    padding: 35px 0 20px; }
  article.sub__title .sub-tit-box .sub-tit-txt {
    font-size: 24px; }
  section.board__list colgroup {
    display: none; }
/* 20210721 퍼블 수정  안현진 
  section.board__list article.table-list table th:nth-child(1),
  section.board__list article.table-list table td:nth-child(1) {
    width: 10%; }
  section.board__list article.table-list table th:nth-child(2),
  section.board__list article.table-list table td:nth-child(2) {
    width: 40%; }
  section.board__list article.table-list table th:nth-child(3), section.board__list article.table-list table th:nth-child(4), section.board__list article.table-list table th:nth-child(5),
  section.board__list article.table-list table td:nth-child(3),
  section.board__list article.table-list table td:nth-child(4),
  section.board__list article.table-list table td:nth-child(5) {
    display: auto; } */
    
   section.board__list article.table-list table thead { 
     display: none; 
   }
   section.board__list article.table-list table tbody {
   	 width: 100%
   }
   section.board__list article.table-list table tr {
     border-bottom: 1px solid #ddd;
     display: block;
     padding: 14px 0 12px 0;
   } 
   section.board__list article.table-list table td {
     display: inline-block;
     border: none;
     text-align: left;
     font-size: 14px;
     padding: 0 10px;
     letter-spacing: -1px;
     border-right: 1px solid #ddd;
     height: 20px;
     margin-top: 20px;
   } 
   section.board__list article.table-list table td:nth-child(1){
   	 display: none;
   } 
   section.board__list article.table-list table td:nth-child(2){
   	 margin: 0;
   	 padding: 7px 5px;
   	 display: block;
   	 border: none;
   } 
   section.board__list article.table-list table td .txt-box .txt {
   	 font-size: 16px;
   } 
   section.board__list article.table-list table td:last-child {
     border-right: none;
   }
/* 20210721 퍼블 수정 끝 안현진  */   
   
  article.paging ul li a {
    width: 20px;
    height: 20px;
    font-size: 12px; }
  article.paging {
    padding: 35px 0 50px; }
  article.board__detail .board-tit-box {
    padding: 15px; }
  article.board__detail .board-tit-box .tit-txt {
    font-size: 16px;
    line-height: 22px; }
  article.board__detail .board-tit-box .info-txt .txt.date-txt {
    font-size: 12px; }
  article.board__detail .board-tit-box .info-txt .txt.hit-txt {
    font-size: 12px; }  article.board__detail .board-list-box .row .subject {
    font-size: 14px;
    min-height: 40px;
    width: 115px; }
  article.board__detail .board-list-box .row .con {
    min-height: 40px;
    padding: 5px; }
  article.board__detail .board-list-box .row .con .file-box .ic-file {
    display: inline-flex;
    width: 15px;
    height: 15px;
    background-size: 15px; }
  article.board__detail .board-list-box .row .con .file-box .txt {
    display: inline-flex;
    flex: 1;
    width: 100%;
    font-size: 12px; }
  article.board__detail .board-con-box {
    padding: 15px;
    font-size: 14px;
    line-height: 21px; }
  article.page-footer-menu {
    padding: 30px 0;
    display: flex;
    justify-content: center; }
  article.page-footer-menu .menu-btn {
    width: 150px;
    height: 45px;
    font-size: 14px; }
    article.page-footer-menu .menu-btn + .menu-btn {
      margin-left: 10px; }
  article.sub__tabs__list .tabs-list .tabs-btn {
    height: 40px;
    font-size: 14px; }
  article.propose__step__list .step-list-box ul {
    flex-flow: row wrap;
    width: calc(100% + 10px);
    margin: 0 -5px; }
  article.propose__step__list .step-list-box ul li {
    width: calc(50% - 10px);
    margin: 5px; }
  article.propose__step__list .step-list-box ul li .top-box {
    padding: 8px 1px; }
  article.propose__step__list .step-list-box ul li .top-box .subject {
    font-size: 10px;
    line-height: 16px; }
  article.propose__step__list .step-list-box ul li .top-box .con {
    padding-top: 10px;
    font-size: 10px; }
  article.propose__step__list .step-list-box ul li + li {
    margin: 5px; }
  article.propose__step__list .step-list-box ul li + li:after {
    width: 7px;
    height: 14px;
    left: -10px;
    display: none; }
  article.propose__step__list .step-list-box ul li .top-box {
    height: auto;
    border-bottom-right-radius: 20px; }
  article.propose__filter__list {
    padding: 15px 0 30px; }
  article.propose__filter__list .filter-list-box ul {
    flex-flow: row wrap;
    overflow: hidden;
    margin-left: -5px;
    margin-top: -5px;
    width: calc(100% + 10px); }
  article.propose__filter__list .filter-list-box ul li + li {
    margin: 0; }
  article.propose__filter__list .filter-list-box ul li {
    width: calc(50% - 10px);
    margin: 5px !important; }
  article.propose__filter__list .filter-list-box ul li .filter-btn {
    padding: 6px 6px; }
  article.propose__filter__list .filter-list-box ul li .filter-btn .ic-box {
    width: 26px;
    height: 26px;
    background-size: cover !important; }
  article.propose__filter__list .filter-list-box ul li .filter-btn .ic-txt {
    font-size: 12px; }
  table.fixed.type-full colgroup {
    display: none !important; }
  table.fixed colgroup {
    display: table-column-group !important; }
  article.propose__step__list {
    padding-top: 20px; }
  section.propose__list colgroup {
    display: none; }
/* 퍼블 수정 20210721 안현진   
  section.propose__list article.table-list table th:nth-child(6), section.propose__list article.table-list table th:nth-child(7), section.propose__list article.table-list table th:nth-child(8),
  section.propose__list article.table-list table td:nth-child(6),
  section.propose__list article.table-list table td:nth-child(7),
  section.propose__list article.table-list table td:nth-child(8) {
    display: none; } */
  section.propose__list article.table-list table thead {
  	display: none;
  } 
   section.propose__list article.table-list table tbody {
   	 width: 100%
   }
   section.propose__list article.table-list table tr {
     border-bottom: 1px solid #ddd;
     display: block;
     padding: 14px 0 12px 0;
   } 
  section.propose__list article.table-list table td {
  	display: inline-block;
     border: none;
     text-align: left;
     font-size: 14px;
     padding: 0 10px;
     letter-spacing: -1px;
     border-right: 1px solid #ddd;
     height: 20px;
     margin-top: 20px;
  }  
   section.propose__list article.table-list table td.no,
   section.propose__list article.table-list table td.budNm,
   section.propose__list article.table-list table td.likeCnt{
   	 display: none;
   } 
   section.propose__list article.table-list table td.bizNm{
   	 margin: 0;
   	 padding: 7px 5px;
   	 display: block;
   	 border: none;
   	 font-size: 16px;
   } 
   section.propose__list article.table-list table td.suggNm {
     border-right: none;
   }
 /* 20210721 퍼블 수정 끝 안현진  */    
    
  article.propose__current__list .current-tit-box .tit-txt {
    height: 35px;
    font-size: 14px; }
  article.propose__current__list .current-list-box {
    padding: 20px 0 30px; }
  article.propose__current__list .current-list-box ul {
    flex-flow: row wrap;
    width: calc(100% + 10px);
    margin: 0 -5px; }
  article.propose__current__list .current-list-box ul li {
    width: calc(50% - 10px);
    margin: 5px; }
  article.propose__current__list .current-list-box ul li .top-box {
    border-bottom-right-radius: 20px;
    height: auto;
    padding: 5px 2px; }
  article.propose__current__list .current-list-box ul li.on .top-box, article.propose__current__list .current-list-box ul li:hover .top-box {
    border-width: 2px; }
  article.propose__current__list .current-list-box ul li .top-box .cnt .cnt-txt {
    width: 100%; }
  article.propose__current__list .current-list-box ul li + li:after {
    width: 7px;
    height: 14px;
    left: -10px;
    display: none; }
  article.propose__current__list .current-list-box ul li + li {
    margin: 5px; }
  article.propose__current__list .current-list-box ul li .top-box .subject {
    font-size: 10px;
    line-height: 16px;
    height: 70px; }
  article.propose__current__list .current-list-box ul li .top-box .cnt .cnt-txt {
    height: 25px;
    font-size: 10px;
    width: 100%; }
  article.propose__current__list .current-list-box ul li .top-box .cnt {
    width: 90%;
    padding-bottom: 5px; }
  article.table-form .form-box .form-con table th {
    font-size: 12px;
    line-height: 18px;
    padding: 4px;
    height: 40px; }
  article.table-form .form-box .form-con table td {
    font-size: 12px;
    line-height: 18px;
    padding: 4px;
    width: 32%;
    height: 40px; }
  article.table-form .form-box .form-con table th {
    width: 18%; }
  article.table-form .form-box .form-tit .tit-txt {
    font-size: 16px; }
  article.table-form .form-box .form-tit {
    align-items: center; }
  article.table-form .form-box + .form-box {
    margin-top: 25px; }
  article.biz-sympathy {
    padding: 20px 0 25px; }
    
  article.biz-sympathy .sympathy-tit-box {
   /*flex-direction: column; 2021.07.22 CSS 수정*/
   	flex-direction: row;   /*2021.07.22 CSS 추가*/
   	flex-wrap: wrap;	   /*2021.07.22 CSS 추가*/
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px; }
    
  article.biz-sympathy .sympathy-tit-box :nth-child(1){
   	width: 100%;}
   	
  article.biz-sympathy .sympathy-tit-box .like-dummy-btn {
    margin: 0px 4px 0px 0px; } /*2021.07.22 CSS 수정*/
    
  article.biz-sympathy .sympathy-btn-box .sympathy-btn {
    width: 85px;
    height: 85px; }
  article.biz-sympathy .sympathy-btn-box .sympathy-btn .txt-box {
    font-size: 12px; }
  article.table-form .form-box .form-tit .form-toggle-box .form-toggle-btn {
    width: 24px;
    height: 24px; }
  article.comment-group .comment-write-box {
    padding: 15px; }
  article.comment-group .comment-write-box .comment-write-info {
    flex-direction: column; }
  article.comment-group .comment-write-box .comment-write-info .info-txt {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    line-height: 22px; }
  article.comment-group .comment-write-box .comment-write-info .info-txt b {
    font-size: 16px; }
  article.comment-group .comment-write-box .comment-write-info .social-info {
    flex-direction: column;
    align-items: center; }
  article.comment-group .comment-write-box .comment-write-info .social-info .social-txt {
    padding: 10px 0 15px;
    font-size: 13px;
    line-height: 18px; }
  article.comment-group .comment-write-box .comment-write-input {
    padding-top: 15px; }
  article.comment-group .comment-write-box .comment-write-input input {
    height: 40px;
    padding: 0 12px;
    font-size: 14px; }
  article.comment-group .comment-write-box .comment-write-input .write-btn {
    height: 40px;
    width: 80px;
    font-size: 14px; }
  article.comment-group .comment-list-info-box {
    padding: 25px 0 10px; }
  article.comment-group .comment-list .comment-box .subject-box {
    padding: 7px 0; }
  article.comment-group .comment-list .comment-box .thumbs-menu {
    padding-top: 10px;
    position: static;
    transform: none;
    justify-content: center; }
  article.comment-group .comment-list .comment-box .thumbs-menu .thumbs-btn .ic-up,
  article.comment-group .comment-list .comment-box .thumbs-menu .thumbs-btn .ic-down {
    background-size: cover; }
  article.comment-group .comment-list .comment-box .thumbs-menu .thumbs-btn .ic {
    width: 24px;
    height: 24px; }
  article.comment-group .comment-list .comment-box .thumbs-menu .thumbs-btn + .thumbs-btn {
    margin-left: 18px; }
  article.comment-group .comment-list .comment-box .name-box {
    font-size: 14px; }
  article.comment-group .comment-list .comment-box .subject-box {
    font-size: 14px; }
  article.comment-group .comment-list .comment-box .date-box {
    font-size: 12px; }
  article.comment-group .comment-list .comment-box {
    padding: 12px 0; }
  article.table-form .form-box .form-con table td .sbox {
    width: 100%; }
  article.table-form .form-box .form-con table.mobile-fixed {
    table-layout: fixed; }
  article.table-form .form-box .form-con table.mobile-fixed th {
    width: 18% !important; }
  article.table-form .form-box .form-con table td .rbox-list {
    font-size: 0;
    margin: -3px; }
  article.table-form .form-box .form-con table td .rbox-list .rbox {
    margin: 3px;
    width: calc(50% - 6px); }
  article.table-form .form-box .form-con table td .rbox-list .rbox + .rbox {
    margin: 3px; }
  .rbox label .txt {
    font-size: 12px; }
  article.table-form .form-box .form-con table td .addr-group {
    font-size: 0; }
  article.table-form .form-box .form-con table td .addr-group .ibox {
    width: 100%;
    margin-bottom: 10px; }
  article.table-form .form-box .form-con table td .addr-group .addr-btn {
    width: calc(50% - 5px);
    padding: 0;
    font-size: 12px;
    vertical-align: top;
    margin: 0; }
  article.table-form .form-box .form-con table td .addr-group .map-btn {
    width: calc(50% - 5px);
    margin-left: 10px;
    vertical-align: top;
    font-size: 12px; }
  /* 모바일 버전 때문에 수정 20210728 안현진 
  article.table-form .form-box .form-con table td .nice-btn {
  	width: 100px;
    padding: 0 0;}  */  
  article.table-form .form-box .form-con table td .nice-btn {
  	width: 50px;
    padding: 0 0;
    margin-right: 0px;
    margin-left: 4px;}
  article.table-form .form-box .form-con table td .addFile-btn { margin-left: 4px; }
  article.table-form .form-box .form-con table td .subFile-btn { margin-left: 4px; }
  article.table-form .form-box .form-con table td .map-btn {
    width: 100px;
    padding: 0 0; }
  article.table-form .form-box .form-con table td .sbox select {
    font-size: 14px; }
  article.table-form .form-box .form-con table td .ibox input {
    font-size: 14px; }
  article.table-form .form-box .form-con table td .cbox label .txt {
    font-size: 14px; }
  article.table-form .form-box .form-con table td .fbox .file-btn {
    width: 80px; }
  article.table-form .form-box .form-con table td .fbox .ibox {
    width: calc(100% - 90px); }
  article.propose__location .map-box .map-info-box {
    right: 0; }
  article.propose__location .map-box .map-info-box {
    display: none; }
  article.propose__location .mobile-info-box {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  article.propose__location .mobile-info-box .map-info-box .info-head {
    height: 35px;
    padding: 0 15px; }
  article.propose__location .mobile-info-box .map-info-box .info-head .info-box-close-btn {
    width: 20px;
    height: 20px;
    right: 15px; }
  article.propose__location .mobile-info-box .map-info-box .info-body {
    border: 1px solid #ccc;
    padding: 15px; }
  article.propose__location .mobile-info-box .map-info-box .info-body .row .subject {
    width: 90px;
    font-size: 14px; }
  article.propose__location .mobile-info-box .map-info-box .info-body .row .con {
    width: 100%;
    font-size: 14px;
    flex: 1; }
  article.propose__location .mobile-info-box .map-info-box .info-body .row + .row {
    margin-top: 12px; }
  article.form-img-list .list ul li .img-box .dex-box {
    font-size: 12px;
    height: 30px; }
    article.form-img-list .list ul li .img-box .dex-box .txt {
      padding: 0 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      max-width: 100%;
      overflow: hidden; }
  article.form-img-list .list ul li + li {
    margin-left: 10px; }
  article.form-img-list {
    padding: 20px 0 45px; }
  article.search-form .input-box input {
    height: 40px; }
  article.search-form .input-box .search-btn {
    height: 40px;
    width: 40px;
    background-size: 20.5px 20.5px; }
  article.search-form .wrap {
    padding: 35px 15px; }
  article.search-form .input-box input {
    padding: 0 18px;
    font-size: 16px; }
  article.search-form {
    padding-bottom: 20px; }
  article.page-intro-box .wrap .top-box .txt {
    font-size: 16px; }
  article.page-intro-box .wrap .bottom-box .txt {
    font-size: 14px;
    line-height: 21px; }
  article.page-intro-box .wrap .alarm-box .ic-alarm {
    width: 20px;
    height: 20px; }
  article.page-intro-box .wrap .alarm-box .txt {
    padding-left: 5px;
    font-size: 14px; }
  article.page-intro-box .wrap {
    padding: 30px 15px 30px; }
  section.mypage colgroup {
    display: none; }
/* 퍼블 수정 20210721 안현진 
  section.mypage article.table-list table th:nth-child(1),
  section.mypage article.table-list table td:nth-child(1) {
    width: 20%; }
  section.mypage article.table-list table th:nth-child(2),
  section.mypage article.table-list table td:nth-child(2) {
    width: auto; }
  section.mypage article.table-list table th:nth-child(1), section.mypage article.table-list table th:nth-child(4), section.mypage article.table-list table th:nth-child(6), section.mypage article.table-list table th:nth-child(7), section.mypage article.table-list table th:nth-child(9),
  section.mypage article.table-list table td:nth-child(1),
  section.mypage article.table-list table td:nth-child(4),
  section.mypage article.table-list table td:nth-child(6),
  section.mypage article.table-list table td:nth-child(7),
  section.mypage article.table-list table td:nth-child(9) {
    display: none; } */
  section.mypage article.table-list table thead {
  	display: none;
  } 
   section.mypage article.table-list table tbody {
   	 width: 100%
   }
   section.mypage article.table-list table tr {
     border-bottom: 1px solid #ddd;
     display: block;
     padding: 14px 0 12px 0;
   } 
  section.mypage article.table-list table td {
  	display: inline-block;
     border: none;
     text-align: left;
     font-size: 14px;
     padding: 0 10px;
     letter-spacing: -1px;
     border-right: 1px solid #ddd;
     height: 20px;
     margin-top: 20px;
  }  
   section.mypage article.table-list table td.no,
   section.mypage article.table-list table td.budNm,
   section.mypage article.table-list table td.writeDt,
   section.mypage article.table-list table td.likeCnt{
   	 display: none;
   } 
   section.mypage article.table-list table td.bizNm{
   	 margin: 0;
   	 padding: 7px 5px;
   	 display: block;
   	 border: none;
   	 font-size: 16px;
   } 
   section.mypage article.table-list table td.suggNm {
     border-right: none;
   }    
   /* 퍼블 수정 끝 20210721 안현진  */
  article.complete-msg-box .wrap {
    padding: 30px 15px 30px; }
  article.complete-msg-box .wrap .top-box .txt {
    font-size: 16px; }
  article.complete-msg-box .wrap .bottom-box {
    padding: 20px 0 40px; }
  article.complete-msg-box .wrap .bottom-box .txt {
    font-size: 14px;
    line-height: 21px; }
  article.complete-msg-box .wrap .top-box .txt:after,
  article.page-intro-box .wrap .top-box .txt:after {
    width: 18px;
    height: 20px;
    left: -23px;
    top: -6px; }
  article.complete-msg-box .wrap .top-box .txt:before,
  article.page-intro-box .wrap .bottom-box .txt:after {
    width: 18px;
    height: 20px;
    right: -23px;
    bottom: -6px; }
  article.complete-msg-box .wrap .menu-box .menu-btn {
    height: 40px;
    font-size: 14px; }
  article.certify-msg-box .wrap .social-list-box .social-btn .ic-box {
    background-size: 75% !important; }
  article.certify-msg-box .wrap {
    padding: 30px 15px 30px; }
  article.certify-msg-box .wrap .top-box .txt {
    font-size: 14px;
    line-height: 21px; }
  article.certify-msg-box .wrap .social-list-box .social-btn + .social-btn {
    margin-left: 18px; }
  article.certify-msg-box .wrap .social-list-box {
    padding-top: 25px; }
  article.certify-msg-box .wrap .social-list-box .social-btn .txt-box {
    font-size: 12px;
    padding-top: 6px; }
  article.panel-login-box .wrap {
    padding: 30px 15px 30px; }
  article.panel-login-box .form-box .row input {
    width: 100%; }
  article.panel-login-box .form-menu .menu-btn {
    height: 40px;
    font-size: 14px;
    width: 212px; }
  article.intro-msg-box .top-box {
    font-size: 22px;
    padding-bottom: 15px; }
  article.intro-msg-box .bottom-box {
    font-size: 16px;
    line-height: 26px; }
  article.intro-msg-box {
    padding: 25px; }
  article.introduce__list {
    padding: 35px 0; }
  article.introduce__list .row .con .txt {
    font-size: 16px;
    line-height: 28px;
    word-break: break-word; }
  article.introduce__list .row .subject .txt {
    font-size: 20px; }
  article.introduce__list .row + .row {
    margin-top: 35px; }
  article.process__list .row {
    justify-content: center;
    padding-left: 5%; }
  article.process__list {
    padding: 30px 0; }
  article.process__list .row .item-box .circle-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  article.process__list .row .item-box {
    width: 30%;
    padding-bottom: 30%;
    height: 0; }
  article.process__list .row .info-box {
    padding-left: 80px;
    display: inline-flex;
    flex-direction: column;
    width: 55%; }
  article.process__list .row .info-box:after {
    width: 60px; }
  article.process__list .row .info-box:before {
    left: 60px; }
  article.process__list .row .item-box .circle-txt {
    font-size: 16px;
    word-break: break-word;
    line-height: 24px; }
  article.process__list .row .info-box .list-txt .txt {
    font-size: 15px;
    line-height: 20px; }
  article.configuration__system .tit-box .txt {
    font-size: 16px;
    letter-spacing: -0.32px; }
  article.configuration__system .tit-box {
    padding: 10px 0; }
  article.configuration__active .tit-box {
    font-size: 18px; }
  article.configuration__active .row .subject {
    font-size: 16px; }
  article.configuration__active .row .con .txt {
    font-size: 14px; }
  article.configuration__active .row .con {
    padding-left: 8px; }
  article.configuration__active {
    padding: 30px 0; }
  article.configuration__current {
    padding-bottom: 30px; }
  article.configuration__list {
    padding: 30px 0; }
  article.sub__tabs__list.type-config .tabs-list .tabs-btn {
    height: 56px;
    font-size: 11px;
    line-height: 14px;
    padding: 5px; }
  article.process__step + article.process__step {
    padding-top: 0; }
  article.process__step .step-list-box ul {
    flex-flow: row wrap;
    width: calc(100% + 10px);
    margin: 0 -5px; }
  article.process__step .step-list-box ul li + li {
    margin: 5px; }
  article.process__step .step-list-box ul li {
    width: calc(50% - 10px);
    margin: 5px; }
  article.process__step .step-list-box ul li + li:after {
    display: none; }
  /* 시군구별 주민참여예산 홈페이지 반응형 깨짐 방지*/
  .city_parent {
    flex-wrap: wrap; }
  .city_parent .main__region {
    display: none; }
    
  /*연도별 운영계획 반응형 깨짐방지*/
  .beafter-table .before, .beafter-table .after {
    float: none !important;
    width: auto !important; }
  .beafter-table:before {
    content: none !important; }
  article.configuration__system .img-box .web {
    display: none; }
  article.configuration__system .img-box .mobile {
    display: block; } 
    
  /* 테이블 검색결과 없을 때 모바일 ui 수정*/
  section.propose__list article.table-list table td.noData,
  section.mypage article.table-list table td.noData {
    text-align: center; 
    display: block; 
    border-right: none; 
    margin-top: 10px;}
}


 
@media (max-width: 360px) {
  article.certify-msg-box .wrap .social-list-box .social-btn + .social-btn {
    margin-left: 7px; } }

/*# sourceMappingURL=responsive.css.map */