@charset "UTF-8";
/* 2020.09 : 모바일 대응 + 기능추가 */
/* default */
@media (min-width: 1025px) {
  pre {
    white-space: pre-line;
  }
}

@media (max-width: 1024.98px) {

  html {
    -webkit-text-size-adjust: none;
  }
  html,
  body {
    height: 100%;
  }
  body,
  b,
  strong,
  blockquote {
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "Pretendard GOV", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    word-break: keep-all;
  }
  a:focus {
    outline-style: solid;
	outline-color: #87ceeb;
	outline-width: 2px;
  }
  a:hover {
    text-decoration: none;
    color: inherit;
  }
  input[type=text] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  pre {
    padding: 0 15px 15px;
    font-family: inherit;
    white-space: pre-line;
    max-width: 100%;
    margin: 0 !important;
  }
}

@media (min-width: 1025px) {
  .btn-allmenu-open,
  .btn-global-search,
  .btn-search-close {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  .gnb_wrap {
    display: none;
  }
  .glb-search.show {
     width: unset;
   }
  .navbar-fixed-top {
    position: sticky;
    height: 80px;
    background:#fff;
  }
  /* #navbar {
    position: relative;
    width: auto;
    height: 80px;
  } */

  .mainMenu {
    height: 100%;
  }
  .btn-allmenu-open,
  .btn-global-search {
    position: absolute;
    top: 0;
    width: 50px;
    height: 49px;
    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;
  }
  .btn-allmenu-open {
    left: 0;
  }
  .btn-global-search {
    right: 0;
  }
/*  .btn-search-close {
    right: 0;
    top: -50px;
    background-color: #fff;
  }*/
  .lnb {
    display: none;
  }
  .lnb_wrap {
    justify-content: space-between;
  }
  .lnb_wrap .h1_logo {
    position: static;
    width: auto;
    height: 50px;
    display: block;
    text-align: center;
  }
  .lnb_wrap .h1_logo a {
    display: inline-block;
    padding-top: 2px;
    overflow: hidden;
    height: 47px;
  }
  .lnb_wrap .h1_logo img {
    display: block;
    margin: 0 auto;
/*    height: 50px !important;
*/  }
  .search_top_lnb {
    display: none;
    padding: 10px 15px;
    background-color: #f2f2f2;
    width: auto;
    left: 0;
    right: 0;
    top: 50px;
    border-bottom: 1px solid #ddd;
  }
  .search_top_lnb button {
    margin: 10px 15px;
  }
  .search_top_lnb.show {
    display: block;
    z-index: 800;
  }


  .search_top_lnb button img.topSearchImgPC {
    display:none;
  }
  .search_top_lnb button img.topSearchImgM {
    display:block;
  }
  li.borderAction > button {
    background:#f6f6f6;
    font-weight:700;
  }

  li.active > button {
    background:#f6f6f6;
  }
  li.notToggleBg button::after {
    background:none;
  }
  li.active3 button::after {
    transform: rotate(180deg);
  }
  .newsub_menu_list > ul li.active3 > ul.menu3depthBox {
    background:#f6f6f6;
    visibility:visible;
    max-height:600px;
    padding: 10px 10px 10px 20px;
    transform:translate(0,0);
    transition: max-height 0.4s ease-in;
  }
  .menu3depthBox li:first-child {
    margin-top:0;
  }
  .borderAction {
    border-left:3px solid #37a05a;
  }
  .hamMenu {
    display: flex;
/*    position:absolute;
    left:10;	*/				
  }

  .search_top_lnb input[type="text"] {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 18px;
    background: #fff;
    padding: 0 40px 0 20px;
  }

  .top-util {
  	display: flex;
  	flex-wrap: wrap;
  	background: #037a4e;
  	height: 35px;
  	min-width: 300px;
  	padding: 0px;
  	z-index: 1001;
  	position: fixed;
  	top: 80px;
 	visibility: hidden;
  	opacity: 0;
  	transition-property: visibility, opacity, left;
  	transition-duration: 0.3s;
  }
  .top-util li {
    width: 50%;
  }
  .top-util li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-util a {
    display: block;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size:14px;
  }
  #lnbNew {
    display:flex;
    width:300px;
    max-width: 300px;
    flex-direction:column;				
    overflow-y: auto;
    padding-left:0;
    z-index:1000;
    background:#fff;
    position:fixed;
    top:115px;
    bottom:0;				
    visibility:hidden;
    opacity:0;
    transition-property: visibility, opacity, left;
    transition-duration:.3s;
    /* border:1px solid red; */
  }
  .menuMOpen .menuBgBox {
    height:100%;
    visibility:visible;
    opacity:1;
  }
  .menuBgBox {
    height:0;
    visibility:hidden;
    opacity:0;
  }
  #menuBg {
    position:fixed;
    top:80px;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.7);
    z-index:-1;
    transition-duration:.3s;
  }
  ul#lnbNew > li {
    display:flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width:auto;
    
    
    /* border:1px solid blue; */
  }
  ul#lnbNew > li.liNone {
    padding:0;
    margin:0;				
  }
  
  ul#lnbNew > li a.depth1, .newsub_menu_list > ul > li > a {
    display:none;
  }
  .menu1depthM {
    height:50px;
  }
  .menu2depthM {
    padding:8px 30px 8px 20px;
  }

  .menu2depthM.active2::before{
    content:'';
    width:299px;
    height:36px;
    position:absolute;
    top:0;
    display:inline-block;
    border:2px solid #87ceeb;
  }
  .menu1depthM, .menu2depthM {
    position:relative;
    display:flex;
    width: 100%;
    flex-shrink: 0;
    background: #fff;
    /* border: 1px solid purple; */
    font-size: 16px;
    color: #666;
    text-decoration: none;
    line-height: 30px;
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "Pretendard GOV", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color:#222;
  }

  .lnb_wrap .lnb li.node1.borderAction .menu1depthM::after {
    transform: rotate(180deg);
  }

  .menu1depthM::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 22px;
    width: 16px;
    height: 9px;
    background: url(../images/mobile/ico-chevron-gray@2x.png) no-repeat;
    background-size: cover;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }

  .inner_sub_menu .newsub_menu_list ul li button {
    position:relative;
    padding:8px 30px 8px 17px;
    line-height: 19px;
    font-size:14px;
  }

  .inner_sub_menu .newsub_menu_list ul li button::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
    height: 7px;
    background: url(../images/mobile/ico-chevron-gray@2x.png) no-repeat;
    background-size: cover;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }

  .inner_sub_menu .newsub_menu_list ul li.not3Depth button::after {
    background:none;
  }

  .inner_sub_menu .newsub_menu_list ul li ul li {
    line-height: 20px;
    width:100%;
  }

  .inner_sub_menu .newsub_menu_list ul li ul li a {
    padding: 3px 0;
    height:auto;
    line-height:20px;
  }

  .lnb_wrap .lnb li.node1 {
    box-sizing: border-box;
  }

  .lnb_wrap .lnb li.node1 button.menu1depthM:after{
    transform: rotate(0deg);
  }

  .lnb_wrap .lnb li.node1.borderAction.active button.menu1depthM:after{
    transform: rotate(180deg);
  }

  .lnb_wrap .lnb li.node1.borderAction.active button.menu1depthM:before{
    content:'';
    width:299px;
    height:50px;
    position:absolute;
    top:0;
    display:inline-block;
    border:2px solid #87ceeb;
  }

  .lnb_wrap .lnb li.node1 .sub_menu {
    display:flex;
  }

  .lnb_wrap .lnb li.node1 .sub_menu {
    /* display:d-flex; */
    width:300px;
    position:relative;
    top:0px;
    
    border-bottom:none;
    
    /* opacity:0; */
    visibility:hidden;
    /* max-height:auto; */
    max-height:0px;
    overflow-y: hidden;
    overflow-x: hidden;
    transform:translate(0,0);
    /* --------------------------- */
    transition: all 0.1s linear;
  }

  .lnb_wrap .lnb li.node1 .sub_menu.subMenuBoxOn {
    /* display:d-flex; */
    /* visibility:visible; */
    /* display:flex; */
    /* width:300px; */
    position:relative;
    top:0px;
    
    /* opacity:1; */
    visibility:visible;
    max-height:600px;
    /* overflow-y: hidden; */
    transform:translate(0,0);
    /* height:unset; */
    /* max-height: auto; */
    transition: all 0.4s linear;
  }

  .newsub_menu_list > ul {
    width:300px;
    padding:0;
    height:auto;
    background-color: #f6f6f6;
  }

  .newsub_menu_list > ul > li {
    margin:0;
    width:100%;
  }
  .newsub_menu_list > ul > li:last-child {
    border-bottom:none;
  }
  /* .newsub_menu_list > ul > li > ul {
    padding: 10px 10px 10px 20px;
  } */
  .newsub_menu_list > ul li > ul.menu3depthBox {
    /* display:none; */
    background:#fff;
    visibility:hidden;
    /* height:0; */
    padding:0;
    max-height:0;
    transform:translate(0,0);
    transition: max-height 0.1s ease-out;
  }
  ul.menu3depthBox li {
    height:26px;
  }
  ul.menu3depthBox li a {
    padding: 3px 0;
    font-size:14px;
  }
  .newsub_menu_list > ul > li > ul > li > a:hover {
    color:#333;
  }

  .newsub_menu_list > ul > li > ul > li::before {
    display:none;
  }

  .newsub_menu_list > ul > li > ul > li:hover {
    background: transparent;
    border-radius: 0;
  }

  .newsub_menu_list {
    padding-bottom: 0;
  }
}

@media (max-width: 1024.98px) {
  .allmenu-open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden !important;
  }
  .allmenu-open #allmenu {
    opacity: 1;
    visibility: visible;
  }
}

#allmenu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#allmenu .allmenu-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  max-width: 300px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.allmenu-open #allmenu .allmenu-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#allmenu ul {
  padding: 0;
  margin: 0;
}

#allmenu .top-util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #37a05a;
  height: 35px;
  min-width: 300px;
}

#allmenu .top-util li {
  width: 50%;
}

#allmenu .top-util li:nth-child(n+3) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#allmenu .top-util li:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#allmenu .top-util a {
  display: block;
  padding: 0 15px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

#allmenu .allmenu-list {
  height: calc(100% - 35px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#allmenu .allmenu-list li,
#allmenu .allmenu-list a {
  display: block;
}

#allmenu .allmenu-list > li {
  position: relative;
}

#allmenu .allmenu-list > li > a {
  font-size: 16px;
  line-height: 30px;
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6;
}

#allmenu .allmenu-list > li.collapse > a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 22px;
  width: 16px;
  height: 9px;
  background: url(../images/mobile/ico-chevron-gray@2x.png) no-repeat;
  background-size: cover;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#allmenu .allmenu-list > li.collapse.on {
  border-left: 3px solid #37a05a;
}

#allmenu .allmenu-list > li.collapse.on > a {
  padding-left: 12px;
}

#allmenu .allmenu-list > li.collapse.on > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#allmenu .allmenu-list > li.collapse.on > ul > li > a {
  padding-left: 17px;
}

#allmenu .allmenu-list > li.on > a {
  background-color: #f6f6f6;
  color: #222;
  font-weight: bold;
}

#allmenu .allmenu-list > li > ul {
  display: none;
  border-bottom: 1px solid #f2f2f2;
}

#allmenu .allmenu-list > li > ul > li {
  position: relative;
  line-height: 19px;
}

#allmenu .allmenu-list > li > ul > li + li {
  border-top: 1px solid #f2f2f2;
}

#allmenu .allmenu-list > li > ul > li.collapse > a:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
  height: 7px;
  background: url(../images/mobile/ico-chevron-gray@2x.png) no-repeat;
  background-size: cover;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#allmenu .allmenu-list > li > ul > li.collapse.on > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#allmenu .allmenu-list > li > ul > li > a {
  padding: 8px 30px 8px 20px;
}

#allmenu .allmenu-list > li > ul > li ul {
  display: none;
  background-color: #f6f6f6;
  padding: 10px 10px 10px 20px;
}

#allmenu .allmenu-list > li > ul > li ul li {
  line-height: 20px;
}

#allmenu .allmenu-list > li > ul > li ul li a {
  padding: 3px 0;
}

#allmenu .btn-allmenu-close {
  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;
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  top: 0;
}

@media (min-width: 1025px) {
  #allmenu {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  .breadcrumb_wrap {
    display: none;
  }
  .subWrap {
    padding: 25px 15px 50px;
    min-height: calc(100vh - 245px);
  }
  .subContent {
    width: auto;
  }
}

#btn-totop {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding-top: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d2d2d2;
  background: #fff url(../images/mobile/ico-chevron-up@2x.png) no-repeat center 11px;
  background-size: 15px auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

#btn-totop.show {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1025px) {
  #btn-totop {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  .foot {
    height: 195px;
  }
  .foot .top_foot {
    height: auto;
  }
  .foot .top_foot .inner_foot {
    width: auto;
    padding: 5px 10px;
    font-size: 0;
    line-height: 1.8 !important;
  }
  .foot .top_foot .inner_foot a,
  .foot .top_foot .inner_foot span {
    font-size: 12px !important;
    margin: 0 !important;
  }
  .foot .top_foot .inner_foot > * {
    display: inline-block;
    min-width: 33.3%;
    padding: 0 5px;
  }
  .foot .bot_foot {
    width: auto;
  }
  .foot .bot_foot ul {
    padding: 0;
    margin-bottom: 0;
  }
  .foot .bot_foot ul li {
    float: none;
    padding: 0 15px;
  }
  .foot .bot_foot ul li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .foot .bot_foot ul li:nth-child(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .foot .bot_foot ul li:nth-child(1) a img {
    height: 80px;
    margin-right: -3px;
  }
  .foot .bot_foot ul li .address_foot {
    padding: 0;
    margin-top: 15px;
    word-break: break-all;
  }
  .foot .bot_foot ul li .address_foot a {
    color: #0094fb;
  }
  .foot .bot_foot ul li:nth-child(3) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024.98px) {
  .foot {
    height: auto;
  }
  .foot .top_foot .inner_foot a {
    margin-right: 20px !important;
  }
  .foot .top_foot .inner_foot > * {
    min-width: auto;
  }
}

@media (max-width: 1024.98px) {
  .sub_title_wrap h2 {
    margin-top: 5px;
    font-family: inherit;
    font-size: 24px;
    color: #333;
  }
  blockquote {
    font-size: 18px;
  }
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  color: transparent;
  white-space: nowrap;
  text-align: center;
}

@media (min-width: 1025px) {
  .ico-allmenu {
    width: 23px;
    height: 18px;
    line-height: 18px;
    background-image: url("../images/mobile/ico-allmenu.png");
  }
}

@media (max-width: 1024.98px) {
/*  .ico-allmenu {
    width: 23px;
    height: 18px;
    line-height: 18px;
    background-image: url("../images/mobile/ico-allmenu@2x.png");
  }*/
  .ico-logout {
     width: 40px;
     height: 40px;
     background-image: url("../images/2025/icon-logout.png");
   }

   .ico-search {
     width: 40px;
     height: 40px;
     background-image: url("../images/2025/icon-search-mb.png");
   }

   .ico-allmenu {
     width: 40px;
     height: 40px;
     background-image: url("../images/2025/iocn-menu-mb.png");
   }
}

@media (min-width: 1025px) {
  .ico-search {
    width: 17px;
    height: 20px;
    line-height: 20px;
    background-image: url("../images/mobile/ico-search.png");
  }
}

/*@media (max-width: 1024.98px) {
  .ico-search {
    width: 17px;
    height: 20px;
    line-height: 20px;
    background-image: url("../images/mobile/ico-search@2x.png");
  }
}*/

@media (min-width: 1025px) {
  .ico-close {
    width: 18.5px;
    height: 18.5px;
    line-height: 18.5px;
    background-image: url("../images/mobile/ico-close.png");
  }
}

@media (max-width: 1024.98px) {
  .ico-close {
    width: 18.5px;
    height: 18.5px;
    line-height: 18.5px;
    background-image: url("../images/mobile/ico-close@2x.png");
  }
}

/*@media (min-width: 1025px) {
  .ico-close-white {
    width: 21px;
    height: 20px;
    line-height: 20px;
    background-image: url("../images/mobile/ico-close-white.png");
  }
}*/

@media (max-width: 1024.98px) {
  .ico-close-white {
    width: 21px;
    height: 20px;
    line-height: 20px;
    background-image: url("../images/mobile/ico-close-white@2x.png");
  }
}

@media (max-width: 1024.98px) {
  .btn.big {
    font-size: 16px;
    height: auto;
    padding: 10px 20px;
  }
  .re_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 28px -2px -2px;
  }
  .re_btn_wrap .btn {
    margin: 2px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: auto;
  }
  .bgO_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 28px -2px -2px;
  }
  .bgO_btn .btn {
    margin: 2px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: auto;
  }
}

@media (min-width: 1025px) {
  .btn-box-collapse {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  .box_gray.box_sr {
	padding: 5px 20px 15px;
	font-size: 0;
  }
  .box_gray {
    padding: 5px 10px 15px;
    font-size: 0;
  }
  .box_gray > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 !important;
  }
  .box_gray label {
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin: 10px 0 5px !important;
    text-align: left;
    width: 100%;
  }
  .box_gray .form-control {
    margin: 2px 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  .box_gray .cal_input {
    width: calc(50% - 2px) !important;
  }
  .box_gray .cal_input ~ .cal_input {
    margin-left: 5px;
  }
  .box_gray .btn {
    width: 100%;
  }
  .box_gray .btn:not(.btn-default) {
    width: calc(50% - 3px);
    margin: 10px 0 0 !important;
  }
  .box_gray .btn:only-of-type {
    width: 100% !important;
  }
  .box_gray .btn + .btn {
    margin-left: 5px;
  }
  .box_gray .btn_icn_search {
    margin: 2px 0;
    width: 100%;
  }
  .box_gray.box-folding {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
  .box_gray.box-folding.collapsed {
    max-height: 200px;
    overflow: hidden;
  }
  .box_gray.box-folding.collapsed:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), color-stop(30%, rgba(246, 246, 246, 0.7)), to(#f6f6f6));
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, rgba(246, 246, 246, 0.7) 30%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f6f6', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
  }
  .box_gray.box-folding .btn-box-collapse {
    position: absolute;
    z-index: 11;
    bottom: 0;
    border: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 4px 15px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    color: #fff;
    background-color: #666;
  }
  .alert-info {
    text-align: left;
    padding: 15px;
  }
  .alert-info div {
    max-width: 100%;
  }
  .re_search_list {
    padding: 15px;
  }
  .re_search_list strong {
    position: static;
    display: block;
    margin: 0 0 5px;
  }
  .re_search_list > .re_item_list {
    padding: 0;
  }
  .re_search_list > .re_item_list strong {
    display: inline;
  }
  .re_search_list > .re_item_list > span {
    padding: 0;
    margin: 0 10px 0 0;
  }
  .re_search_list > .re_item_list > span:before {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  .nav > li > a {
    padding: 5px 14px;
  }
  .nav-tabs1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: inherit;
    word-break: break-all;
    margin-bottom: 20px !important;
  }
  .nav-tabs1 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .nav-tabs1 > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 1.1;
  }
  .re_subMain_tab {
    width: auto;
  }
  .re_subMain_tab .re_tab_nav > li > a {
    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-family: inherit;
    font-size: 14px;
    height: 42px;
    line-height: 1.2;
  }
  .re_subMain_tab .re_tab_cont {
    padding: 15px;
  }
  .re_monitor_tab {
    overflow-x: auto;
  }
}

@media (max-width: 1024.98px) {
  .poll,
  .poll_area {
    width: auto;
  }
  .poll {
    margin: 30px -15px -50px;
  }
  .poll_area {
    padding: 15px;
  }
  .poll_area h3 {
    font-weight: bold;
  }
  .poll_area .ranking {
    width: auto;
    overflow: hidden;
  }
  .poll_area .ranking > * {
    float: left;
  }
  .poll_area .ranking > *:nth-child(7) {
    clear: both;
  }
  .poll_area .ranking input {
    margin-top: 3px !important;
    margin-right: 3px !important;
  }
  .poll_area .ranking label {
    min-width: 80px !important;
    max-width: none;
  }
  .poll_area span.desc {
    margin-top: 10px;
    display: block;
    height: auto;
  }
  .poll_area .etc_txt {
    width: auto;
    margin-top: 20px;
  }
  .poll_area .etc_txt input[type=text] {
    width: calc(100% - 105px);
  }
  .poll_area .etc_txt button {
    position: static;
    width: 100px;
  }
}

@media (max-width: 1024.98px) {
  #question_temp_box table {
    min-width: 330px;
    width: auto !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1024.98px) {
  .top_search_result .left_area,
  .top_search_result .right_area {
    margin: 5px 0;
  }
  .right_area.multi-row {
    margin: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .right_area.multi-row > * {
    margin: 2px !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .right_area.multi-row .form-control {
    max-width: none !important;
  }
  .right_area.multi-row .form-control,
  .right_area.multi-row .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .re_monitor_tab * {
    font-family: inherit !important;
  }
  .re_monitor_tab table {
    width: 1200px;
  }
  .table > thead > tr > th {
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    font-family: inherit;
  }
  .table td {
    word-break: break-all;
  }
  .table.form_tb {
    max-width: 100%;
    word-break: break-all;
  }
  .table.form_tb colgroup {
    display: none;
  }
  .table.form_tb tbody th,
  .table.form_tb tbody td {
    font-size: 13px;
    line-height: 1.4 !important;
    min-width: 40px;
  }
  .table.form_tb tbody th {
    padding: 5px 3px !important;
    width: 20%;
  }
  .table.form_tb tbody td {
    padding: 5px 10px !important;
    width: 30%;
  }
  .table.form_tb font {
    font-size: inherit;
  }
  .table.tableBlack td {
    word-break: keep-all;
  }
  .table.tableBlack .box_gray_none {
    width: auto !important;
    padding: 10px;
    word-break: break-all;
  }
  .table.tableBlack .box_gray_none * {
    font-size: inherit !important;
  }
  .table.tableBlack .box_gray_none + .btn {
    margin-top: 5px;
  }
  #addEnpriListBtn {
    top: 0 !important;
  }
  .table-scroll {
    position: relative;
    overflow: hidden;
  }
  .table-scroll:before, .table-scroll:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 23px;
    top: 0;
    bottom: 0;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
  }
  .table-scroll:before {
    opacity: 0;
    visibility: hidden;
    left: -23px;
    -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 0 15px rgba(0, 0, 0, 0.25);
  }
  .table-scroll:after {
    right: -23px;
    -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.25);
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.25);
  }
  .table-scroll.scroll-ing:before {
    opacity: 1;
    visibility: visible;
  }
  .table-scroll.scroll-end:after {
    opacity: 0;
    visibility: hidden;
  }
  .table-scroll .scroll-container {
    margin-right: -1px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll .scroll-container table {
    position: relative;
    margin-bottom: 0 !important;
  }
  .table-scroll .scroll-container table:after {
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    content: '';
  }
  .table-scroll + .paging_wrap {
    margin-top: 15px;
  }
  .box_scroll colgroup {
    display: table-column-group !important;
  }
  .paging_wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #paging .btn-group .btn {
    margin: 0 1px;
    width: 25px;
    height: 25px;
    line-height: 23px;
  }
  .d-up-lg {
    display: none;
  }
}

@media (max-width: 1024.98px) and (max-width: 1024.98px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .w-md-100 {
    min-width: 100px;
  }
  .w-md-200 {
    min-width: 200px;
  }
  .w-md-300 {
    min-width: 300px;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 1024.98px) {
  .mobile-only {
    display: block !important;
  }
}

@media (max-width: 1024.98px) {
  .main_content {
    padding-top: 0;
  }
  .main_visual_wrap {
    height: auto;
    padding-top: 180px;
    background-position:30% -20px;
    background-size: auto 200px;
  }
  .main_visual_wrap .main_visual_anchor {
    width: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: static;
  }
  .main_visual_wrap .main_visual_anchor > a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px;
  }
  .main_visual_wrap .main_visual_anchor > a:after {
    right: 15px;
  }
  .main_visual_wrap .main_visual_anchor > a .title_anchor {
    font-size: 16px;
    font-family: inherit;
    letter-spacing: 0;
  }
  .main_sec {
    width: auto;
    margin: 0;
    border-top: 0;
  }
  .main_sec .inner_main_sec {
    height: auto;
  }
  .main_sec .inner_main_sec > div {
    float: none;
    height: auto;
  }
  .main_sec .inner_main_sec > div.main_notice_wrap {
    width: auto;
  }
  .main_sec .inner_main_sec > div.main_notice_wrap:before, .main_sec .inner_main_sec > div.main_notice_wrap:after {
    display: none;
  }
  .main_sec .inner_main_sec > div.main_banner_wrap {
    width: auto;
    height: 300px;
  }
  .main_sec .inner_main_sec > div.main_map_wrap {
    width: 100%;
    border-right: 0;
    border-top: 1px solid #ddd;
  }
  .main_sec .inner_main_sec > div.main_map_wrap .box_map_area,
  .main_sec .inner_main_sec > div.main_map_wrap .box_customer_area {
    padding: 15px;
    height: auto;
  }
  .main_sec .inner_main_sec > div.main_map_wrap .box_map_area .title {
    font-family: inherit;
  }
  .main_sec .inner_main_sec > div.main_map_wrap .box_customer_area .title_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main_sec .inner_main_sec > div.main_map_wrap .box_customer_area .title {
    font-family: inherit;
    color: #666;
  }
  .main_sec .inner_main_sec > div.main_map_wrap .box_customer_area .customer_tel {
    letter-spacing: 0;
  }
  .main_sec .inner_main_sec > div.main_map_wrap .box_customer_area .box_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_sec .inner_main_sec > div.main_map_wrap .box_customer_area .box_btn_area a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
  .main_tab_wrap {
    padding: 15px;
  }
  /* .main_tab_wrap .main_tab_nav li {
    margin-left: 6px;
    padding-left: 7px;
  } */
  .main_tab_wrap .main_tab_nav li a {
    font-family: inherit;
    font-size: 14px;
  }
  .main_tab_wrap .main_tab_content {
    position: relative;
    margin-top: 15px;
  }
  .main_tab_wrap .main_tab_content ul li {
    margin-top: 8px;
  }
  .main_tab_wrap .main_tab_content ul li > a .title {
    width: calc(100vw - 130px);
  }
  .main_tab_wrap .main_tab_content .btn_more {
    top: -50px;
    right: 0;
  }
  .main_support_wrap {
    display: none;
  }
  .main_banner_wrap {
    margin-bottom: 20px;
    height: auto !important;
  }
  .main_banner_wrap .carousel,
  .main_banner_wrap .carousel-inner {
    height: auto !important;
  }
  .main_banner_wrap .carousel-inner img {
    width: 100% !important;
  }
  .main_banner_indi {
    bottom: -5px;
  }
  .re_sub_visual {
    display: none;
  }
  .menuBox {
    width: auto;
    height: auto !important;
    border: 1px solid #396b0e;
  }
  .menuBox .col1,
  .menuBox .col2 {
    width: auto;
    margin: 0;
  }
  .menuBox .leftTit {
    padding: 10px 15px;
    overflow: hidden;
    float: none;
    position: static;
    width: auto;
    height: auto;
    background-repeat: repeat;
    background-position: center center;
  }
  .menuBox .leftTit h4,
  .menuBox .leftTit .btnManual {
    margin: 2px 0;
  }
  .menuBox .leftTit h4 {
    float: left;
    margin: 0;
    line-height: 37px;
  }
  .menuBox .leftTit h4 span {
    display: none;
  }
  .menuBox .leftTit h4 br {
    display: none;
  }
  .menuBox .leftTit .btnManual {
    float: right;
    position: static;
    width: auto;
    padding: 0 15px;
  }
  .menuBox .rightCon {
    float: none;
    width: auto;
    padding: 0;
    line-height: 1.8;
  }
  .menuBox .rightCon > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menuBox .rightCon span.tit {
    border-color: #ddd;
    padding: 5px 10px;
    margin: 0;
  }
  .menuBox .rightCon .listName {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin: 0 !important;
    width: 50% !important;
    height: auto !important;
  }
  .menuBox .rightCon .listName:nth-child(n+3) {
    border-top: 1px solid #396b0e;
  }
  .menuBox .rightCon .listName:nth-child(even) {
    border-left: 1px solid #396b0e;
  }
  .menuBox .rightCon .listName ul {
    padding: 10px;
  }
  .menuBox .rightCon .listName ul li a {
    line-height: inherit;
  }
  .menuBox.recycling {
    border-color: #176f6c;
  }
  .menuBox.recycling .rightCon .listName {
    border-color: #176f6c;
  }
  .menuBox.house {
    border-color: #266198;
  }
  .menuBox.house .rightCon .listName {
    border-color: #266198;
  }
  .menuBox .listName span.icon {
    right: 5px;
    bottom: 10px;
  }
  .menuBox .listName span.icon img {
    width: 47px;
  }
}

@media (max-width: 767.98px) {
  .menuBox.recycling .col1,
  .menuBox.recycling .col2 {
    float: none;
  }
  .menuBox.recycling .col2 {
    margin-top: -10px !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1024.98px) {
  .main_visual_wrap {
    height: auto;
    padding-top: 210px;
    background-position: 15% 0;
    background-size: 130% auto;
  }
  .main_visual_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_visual_anchor a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    width: 33.3333%;
  }
  .main_visual_anchor a .title_desc {
    padding-right: 30px !important;
  }
  .main_visual_anchor a br {
    display: none;
  }
  .main_visual_anchor a:after {
    top: auto !important;
    bottom: 0px !important;
  }
  .inner_main_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_notice_wrap {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
  }
  .main_map_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    width: 60%;
    border-top: 0 !important;
    border-right: 1px solid #ddd !important;
  }
  .main_banner_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40% !important;
  }
  .main_support_wrap {
    display: block;
    width: auto;
    margin: 0;
  }
  .main_support_wrap .home {
    padding: 10px 0;
    height: auto;
  }
  .main_support_wrap #lista_bottom_slide {
    margin: 0;
    padding: 0 15px;
  }
  .main_support_wrap .als_btn_area {
    margin-right: 15px;
  }
  .main_support_wrap .mask {
    width: calc(100% - 105px) !important;
  }
}

@media (max-width: 1024.98px) {
  .view_CompCM .table_img_view {
    display: none;
  }
  .view_CompCM .table_detail_view {
    width: calc(100%) !important;
    margin-left: 0;
  }
  .popTable {
    width: 100% !important;
    overflow: hidden;
  }
  .popTable ul.list-inline li.Cimg {
    float: none !important;
    display: block;
    width: 100% !important;
    height:550px !important;
  }
  .popTable ul.list-inline li.Cimg #location_main_1 img {
    max-width: 100%;
    width: 100%;
    height: 500px !important;
  }
  .popTable ul.list-inline li.Cinfo {
    float: none !important;
    display: block !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .popTable #lista1 .als-viewport {
    width: 100% !important;
    text-align: center;
  }
  .popTable #lista1 .als-viewport .als-wrapper {
    width: auto !important;
    display: inline-block !important;
  }
  .popTable #lista1 .als-viewport .als-wrapper li {
    display: inline-block;
  }
  .popTable #lista1 .als-viewport .als-wrapper li a img {
    width: 65px !important;
  }
  .popTable .useInfo {
    max-width: 100%;
  }
  .popTable .tableBlack colgroup {
    display: none;
  }
  .data_count label {
    width: 100% !important;
  }
  .data_count label + select {
    margin-top: 10px;
  }
  .data_count label + select + select {
    margin-top: 10px;
  }
  .data_count label + select + select + .pull-right {
    margin-top: 10px;
  }
  .data_count select {
    width: 100% !important;
  }
  .re_tbl_box #govWarnTable {
    width: 120px;
    margin-top: 52px;
  }
  .re_tbl_box #govWarnTable span {
    word-break: keep-all;
  }
  .pop1 {
    width: 100% !important;
  }
  .checkbox-options {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checkbox-options label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .checkbox-options label + input + label {
    margin-left: 20px !important;
  }
  .addClass-btn-box {
    margin-bottom: 20px;
    text-align: center;
  }
  .addClass-btn-box button {
    margin: 4px;
  }
  .data_count + .re_tbl_box {
    margin-bottom: 60px !important;
  }
  .re_tbl_box {
    margin-top: 30px;
  }
  .re_tbl_box > span {
    display: block;
    left: 0;
    top: -6px;
    position: static !important;
    margin-top: 20px;
  }
  #selectYear + .pull-right,
  #selectMonth + .pull-right {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #selectYear + .pull-right button,
  #selectMonth + .pull-right button {
    margin-top: 10px;
  }
  .table-scroll + .top_search_result {
    margin-top: 10px !important;
  }
  .ui-jqgrid {
    width: 100% !important;
    overflow-x: auto;
  }
  .box_scroll {
    width: 100%;
  }
  .tab-content {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .top_search_result .left_area span {
    display: block;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .top_search_result .left_area span::before {
    display: none !important;
  }
}

.monitoring-menu-home-btn {
  font-weight: bold;
  width: 60px;
  border: 1px solid #f0f0f0;
  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;
}

.monitoring-menu-home-btn.active {
  color: #fff;
  border: 1px solid #37a05a;
}

@media (max-width: 1024.98px) {
  .monitoring-menu-home-btn {
    width: 36px;
    height: 36px;
    top: -20px;
    position: absolute;
    right: 0;
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    background: url(../../images/ico_home.png) no-repeat center;
  }
}

.monitoring-menu-area {
  position: relative;
}

@media (min-width: 1025px) {
  .monitoring-menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .monitoring-menu-area .monitoring-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 0;
  }
  .monitoring-menu-area .monitoring-menu + blockquote {
    margin-top: 30px;
  }
  .monitoring-menu-area .monitoring-menu dt {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
  }
  .monitoring-menu-area .monitoring-menu dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-top: 0;
    font-size: 13px;
  }
  .monitoring-menu-area .monitoring-menu dd a:nth-child(1) {
    border-left: 0;
  }
  .monitoring-menu-area .monitoring-menu dd a {
    padding: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #6b6b6b;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    border-left: 1px solid #f0f0f0;
  }
  .monitoring-menu-area .monitoring-menu dd a.active {
    color: #fff;
    background: #37a05a;
  }
}

@media (max-width: 1024.98px) {
  .monitoring-menu-area .monitoring-menu {
    margin-bottom: 6px;
  }
  .monitoring-menu-area .monitoring-menu dt {
    margin-bottom: 6px;
  }
  .monitoring-menu-area .monitoring-menu dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .monitoring-menu-area .monitoring-menu dd a {
    border: 1px solid #f0f0f0;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
  }
  .monitoring-menu-area .monitoring-menu dd a.active {
    color: #37a05a;
  }
}

.ui-widget.ui-widget-content {
  z-index: 50 !important;
}

.form_tb.pc-table-fit {
  width: 1200px;
}

.form_tb.pc-table-fit colgroup col {
  width: auto !important;
}

@media (max-width: 1199.98px) {
  .form_tb.pc-table-fit {
    table-layout: auto;
    width: 1200px;
  }
  .form_tb.pc-table-fit tbody th {
    width: auto;
    padding: 8px 4px !important;
  }
  .form_tb.pc-table-fit tbody td {
    width: auto;
    padding: 8px 4px !important;
  }
}

@media (max-width: 1024.98px) {
  .box_gray_none {
    margin: 0;
  }
  .box_gray_none table {
    max-width: 100%;
    width: 100% !important;
  }
  .box_gray_none .__se_tbl {
    word-break: break-all;
  }
  .box_gray_none ul {
    margin-top: 10px;
    padding: 0;
    list-style: none;
  }
  .box_gray_none ul li {
    position: relative;
    padding-left: 8px;
  }
  .box_gray_none ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    background-color: #37a05a;
  }
  .loginpage_wrap {
    height: auto;
  }
  .loginpage_wrap table.style_login {
    width: 100% !important;
  }
  .loginpage_wrap table.style_login tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .loginpage_wrap table.style_login tr th {
    width: 100%;
    padding-top: 10px;
  }
  .loginpage_wrap table.style_login tr td {
    padding-left: 12px;
  }
  .loginpage_wrap table.style_login tr .td1 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .loginpage_wrap table.style_login input[type=text] {
    min-width: 150px !important;
  }
  .loginpage_wrap div.style_login {
    display: none;
  }
}

.table-hover > tbody > tr:hover th:nth-child(odd),
.table-hover > tbody > tr:hover td:nth-child(odd) {
  background-color: #f2f3fd;
}

@media (max-width: 1024.98px) {
  .table-hover > tbody > tr:hover th:nth-child(odd),
  .table-hover > tbody > tr:hover td:nth-child(odd) {
    background-color: #f8f8f8;
  }
  .table-hover > tbody > tr:hover th:nth-child(even),
  .table-hover > tbody > tr:hover td:nth-child(even) {
    background-color: #fff;
  }
  
  .cat-level-1:hover {
    background-color: #98D175 !important;
  }
  .table-hover > tbody > .cat-level-1:hover th:nth-child(odd),
  .table-hover > tbody > .cat-level-1:hover td:nth-child(odd),
  .table-hover > tbody > .cat-level-1:hover th:nth-child(even),
  .table-hover > tbody > .cat-level-1:hover td:nth-child(even) {
  	background-color: #98D175 !important;
  	
  }
  .cat-level-2:hover {
    background-color: #CBE9B8 !important;
  }
  .table-hover > tbody > .cat-level-2:hover th:nth-child(odd),
  .table-hover > tbody > .cat-level-2:hover td:nth-child(odd),
  .table-hover > tbody > .cat-level-2:hover th:nth-child(even),
  .table-hover > tbody > .cat-level-2:hover td:nth-child(even) {
  	background-color: #CBE9B8 !important;
  }
  .cat-level-3:hover {
    background-color: #F3F3F3 !important;
  }
  .table-hover > tbody > .cat-level-3:hover th:nth-child(odd),
  .table-hover > tbody > .cat-level-3:hover td:nth-child(odd),
  .table-hover > tbody > .cat-level-3:hover th:nth-child(even),
  .table-hover > tbody > .cat-level-3:hover td:nth-child(even) {
  	background-color: #F3F3F3 !important;
  }
}

.table-accept-status {
  margin-bottom: 20px;
}

.table-accept-status thead th,
.table-accept-status thead td {
  border-bottom: 1px solid #ccc !important;
  padding: 0 10px !important;
}

.table-accept-status thead th:nth-child(odd),
.table-accept-status thead td:nth-child(odd) {
  background-color: #f3f3f3;
}

.table-accept-status thead th:only-child,
.table-accept-status thead td:only-child {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.table-accept-status tbody th:nth-child(odd),
.table-accept-status tbody td:nth-child(odd) {
  background-color: #f8f8f8;
  padding: 0 10px;
}

.table-accept-status tbody th a,
.table-accept-status tbody td a {
  color: #37a05a;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #37a05a;
  padding: 1px 2px;
}

.table-accept-status tbody th a:hover, .table-accept-status tbody th a:focus, .table-accept-status tbody th a:active,
.table-accept-status tbody td a:hover,
.table-accept-status tbody td a:focus,
.table-accept-status tbody td a:active {
  color: #37a05a !important;
  text-decoration: none !important;
}

.table-accept-status tbody th {
  font-size: 13px;
}

@media (max-width: 1024.98px) {
  .table-accept-status thead th,
  .table-accept-status thead td {
    height: 50px;
  }
  .table-accept-status thead th:only-child,
  .table-accept-status thead td:only-child {
    width: 100%;
    height: 40px;
    text-align: center;
  }
  .table-accept-status tbody th,
  .table-accept-status tbody td {
    height: 40px !important;
  }
  .table-accept-status th.d-up-lg,
  .table-accept-status td.d-up-lg {
    display: none;
  }
  .table-accept-status.type1 {
    display: block;
    overflow: hidden;
    padding: 0;
  }
  .table-accept-status.type1 colgroup {
    display: none;
  }
  .table-accept-status.type1 thead,
  .table-accept-status.type1 tbody,
  .table-accept-status.type1 tr {
    display: block;
    overflow: hidden;
    word-break: break-all;
  }
  .table-accept-status.type1 th,
  .table-accept-status.type1 td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    float: left;
    line-height: 1;
    height: auto;
  }
  .table-accept-status.type1 th {
    width: 32%;
  }
  .table-accept-status.type1 td {
    width: 18%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-accept-status.type2 td {
    min-width: 60px;
  }
}

@media (max-width: 1024.98px) {
  .re_title_icn {
    margin-bottom: 0;
  }
  .re_title_icn dt,
  .re_title_icn dd {
    font-family: inherit;
  }
  .re_title_icn dt {
    font-size: 16px;
    font-weight: bold;
    padding-left: 22px;
  }
  .re_title_icn dd {
    margin-left: 0;
  }
  .re_title_icn dd div {
    display: block;
    margin: 5px 0 10px !important;
  }
  .re_title_icn dd img {
    width: 100% !important;
  }
  .checkbox-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
  .checkbox-options label {
    margin-right: 5px !important;
  }
}

@media (max-width: 1024.98px) {
  #viewRecyCenterPage_wrap {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .myBox_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .myBox_wrap .myBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10px;
    position: relative;
    padding-top: 32px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 8px !important;
  }
  .myBox_wrap .myBox h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .myBox_wrap .myBox img {
    display: none;
    max-width: 100px !important;
  }
  .myBox_wrap .myBox text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  .myBox_wrap .myBox button {
    margin-bottom: 8px;
  }
  .myBox_wrap .myBox button:nth-of-type(1) {
    margin-left: auto !important;
  }
  .myBox_wrap .myBox button:nth-of-type(1) + button {
    margin-left: 8px;
  }
  .myTable {
    width: 100% !important;
  }
  .__se_tbl {
    position: relative;
    border: 0;
  }
  .__se_tbl tr:nth-child(1) {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
  }
  .__se_tbl tr:nth-child(1) th {
    width: 100% !important;
    padding: 4px;
    height: auto !important;
  }
  .__se_tbl tr:nth-child(2) {
    float: left;
    left: 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .__se_tbl tr:nth-child(2) td {
    width: 100%;
    padding: 4px;
    height: auto !important;
  }
}

/* new code 2025 start */

@media (max-width: 1600px) {
  .admin-recommend {
    display: none;
  }
}

@media (max-width: 1290px) {
  .gnb_wrap .inner_gnb,
  .mainMenu {
    padding: 0 10px;
    max-width: 1020px;
  }

  .inner_gnb_lg {
    padding: 0 10px;
    max-width: 1020px;
  }

  .fter-tab .in-ctn {
    max-width: 1020px;
  }

  .lnb_wrap .lnb li.node1 > a.depth1 {
    padding: 0 15px;
  }

  .menu-option {
    gap: 0 22px;
  }

  .lnb_wrap .lnb li.node1 > a.depth1 {
    font-size: 16px;
  }

  .in-tab > li {
    width: calc(100% / 3);
    flex: unset;
    margin-bottom: 0;
  }

  .in-tab > li:nth-child(3n) {
    border-right: 1px solid #686868;
  }

  .in-tab > li:nth-child(4n),
  .in-tab > li:nth-child(5n),
  .in-tab > li:nth-child(6n) {
    border-top: none;
  }

  .login-box .checkbox-group {
    gap: 4px;
  }
  .login-box .links {
    gap: 8px;
  }
  .login-box .checkbox-group .checkbox-item label {
    font-size: 12px;
  }

  .login-box .links a {
    font-size: 12px;
  }

  .login-box .checkbox-group .checkbox-item input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  .service-section {
    margin-top: 0px !important;
    padding: 15px;
  }

  .service-section .service-grid {
    gap: 12px;
  }
  .hotline-header .hotline {
    font-size: 25px;
  }
  .hotline-header .hours {
    font-size: 12px;
  }
  .content-list .menu-text {
    font-size: 14px;
  }
  .card-group .icon {
    width: 60px;
  }
  .card-container .card-group {
    padding: 5px 12px;
  }
  .card-group .card-content .tit {
    margin-bottom: 0;
  }
  
  .news-list ul {
      padding: 10px 18px 8px 18px;
  }
  .news-list li>a {
	padding: 8px 0;
  }
  
  .box-hotline {
	padding: 19.5px;
  }
}

@media (max-width: 1024.98px) {
  .mobi_block {
    display: none;
  }

  .mobi_none {
    display: block;
  }

  .scontents {
    display: none !important;
  }

  .top-util-menu {
  	display: flex;
  	align-items: center;
  	width: 100%;
  	justify-content: flex-end;
  	gap: 20px;
  }

  .top-util-menu .btn-cs {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .content-container {
    flex-direction: column;
  }

  .content-container .content-box-left {
    width: 100%;
  }

  .content-container .content-box-right {
    width: 100%;
  }

  .content-info {
    width: 100%;
  }

  .visual-option .visual-button-prev.mobi_none,
  .visual-option .visual-button-next.mobi_none {
    display: none;
  }
  .fter-content .info-section img {
    height: 35px !important;
  }
  .fter-content .info-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hotline-header .hotline {
    font-size: 34px;
  }
  .hotline-header .hours {
    font-size: 14px;
  }
  .box-hotline {
    margin-top: 0;
  }
  .box-hotline .box-w-md {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .visual-section {
    margin-bottom: 20px;
  }
  .login-section.mobi_none {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .user-type-tabs {
    margin-top: 0;
  }
  .content-list .menu-text {
    font-size: 14px;
  }
  .content-container {
    gap: 20px;
  }
  .card-container .card-group {
    padding: 15px 12px;
  }
  .card-group .card-content .tit {
    margin-bottom: 4px;
  }
  .card-group .icon {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .in-tab {
    border: none;
  }

  .in-tab > li {
    width: calc(100% / 1);
    flex: unset;
    border-right: 1px solid #686868;
    border-bottom: none;
  }

  .in-tab > li:last-child {
    border-bottom: 1px solid #686868;
  }

  .in-tab > li:nth-child(4n),
  .in-tab > li:nth-child(5n),
  .in-tab > li:nth-child(6n) {
    border-top: 1px solid #686868;
  }

  .in-tab > li > a {
    font-size: 16px;
    padding: 10px 8px;
  }

  .news-list li > a .news-item .badge {
    width: 17px;
    height: 17px;
  }
  .tabs-nav .btn-tab {
    padding: 4px 10px;
  }
  .visual-section .visual-option {
    position: unset;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
  }
  .visual-section .visual-button-prev,
  .visual-section .visual-button-next {
    display: none;
  }

  .visual-option .visual-button-prev.mobi_none,
  .visual-option .visual-button-next.mobi_none {
    display: block;
    position: unset;
    transform: none;
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .visual-option .btn-pause,
  .visual-option .btn-play {
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .visual-option .visual-pagination {
    height: 28px;
  }

  .visual-pagination .swiper-pagination-bullet-active {
    width: 12px;
  }
  .tabs-nav {
    height: 52px;
  }
  .tabs-nav .btn-tab {
    font-size: 16px;
    line-height: 20px;
  }
  .news-list ul {
    padding: 8px 20px 8px 20px;
  }
  .login-section .login-box {
    display: none;
  }

  .user-type-tabs {
    margin-top: 0;
  }
  .news-list li > a {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-list li > a .item-date {
    margin-left: 0;
    font-size: 14px;
  }
  .news-list li > a .tit {
    font-size: 14px;
  }
  .news-list li > a .news-item {
    width: 100%;
  }
  .tabs-nav a img {
    width: 28px;
    height: 28px;
  }
  .content-container .content-box-right {
    flex-direction: column;
  }
  .fter-content {
    flex-direction: column;
    gap: 20px;
  }
  .mask-ctn .mask-group {
    flex-direction: row-reverse;
  }
  .login-section.mobi_none {
    grid-template-columns: 1fr;
  }
}

/* new code 2025 end */
