@charset "utf-8";
  
:root { 
  --mainBlue: #1549b5;
  --mainGray: #404040;

  --mainPoint01: #1454ff;
  --mainPoint02: #1f8f8d;
  --mainPoint03: #e54060;
}
@media screen and (min-width: 1921px) {
  .wrap {
    padding: 20px calc((100% - 1920px) / 2) 0;
  }
}
@media screen and (max-width: 1919px) {
  .contentRight {
    width: calc(100% - 510px);
  }
}
@media screen and (max-width: 1690px) {
  header > ul {
    width: calc(100% - 331px);
    left: 331px;
    right: unset;
  }

  .gnb > ul > li > strong {
    width: 210px;
  }
  .gnb > ul > li > ul {
    width: calc(100% - 210px);
  }

  header > ul > li {
    margin: 0 1.5%;
  }

  header > ul > li.cut::after {
   left: 12%;
  }
  header > ul > li.cutLine::after {
    left: 14%

  }
}
@media screen and (max-width: 1440px) {

    .gnb > ul > li > ul > li {
    width: 195px;
  }
  header > ul {
    width: calc(100% - 238px);
    left: 238px;
    right: unset;
  }
  header > ul > li.cut::after {
    left: 14px;
  }
  header > ul > li.cutLine::after {
    left: 16px;

  }
    .gnb > ul > li > ul {     
  	display: flex;     
  	flex-wrap: wrap; 
  }
  .gnb > ul > li > ul > li {
    width: 195px;
    min-width: 195px;     
    margin-bottom: 10px;     
    float: none;
  }
  .gnb > ul > li > ul.center > li {  
    margin-bottom: 0px;     
  }
  
}
@media screen and (max-width: 1280px) {
  * {
    font-size: 16px;
  }
  .logo {
    width: 107px;
    height: 22px;
    top: 55%;
    left: 50%;
    transform: scale(1.25) translate(-50%, -50%);
    -webkit-transform: scale(1.25) translate(-50%, -50%);
    -moz-transform: scale(1.25) translate(-50%, -50%);
    -ms-transform: scale(1.25) translate(-50%, -50%);
    -o-transform: scale(1.25) translate(-50%, -50%);
  }
  .logo a {
    background: url(../images/logo_mobile.svg) no-repeat center;
    background-size: contain;
  }
  header {
    height: 3.75rem;
    border-bottom: 1px solid #dfe3eb;
    z-index: 5;
    box-sizing: border-box;
  }
  header > ul,
  header.on .gnb {
    display: none;
  }
  header.on .mobileGnb {
    left: -100vw;
  }
  header .mobileGnb.on {
    display: inline-block !important;
    left: 0;
  }
  .container {
  /*   padding: 3.5rem 0 0; */
    width: 100%;
  }
  .wrap {
    padding: 0 1.75rem;
  }
  .mobileGnb {
    width: 30rem;
    height: calc(100vh - 3.75rem);
    padding: 0;
    top: 3.75rem;
  }
  .mobileGnb > ul > li {
    padding: 0;
  }
  .mobileGnb > ul > li > strong {
    color: #999;
    font-weight: 500;
    padding: 0.625rem 1rem;
    background: transparent;
    border: 1px solid transparent;
    border-width: 0 0 0 2px;
    box-sizing: border-box;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
  }
  .mobileGnb > ul > li > strong.on {
 	color: #000;
    background: #fff;
    border: 1px solid var(--mainBlue);
    border-width: 0 0 0 2px;
  }
  .mobileGnb > ul > li > ul {
    display: none;
    position: absolute;
    height: 100%;
    overflow-y: scroll;
    padding: 0.875rem 1rem;
    background: #fff;
    box-sizing: border-box;
    top: 0;
  }
  .mobileGnb > ul > li > ul::after {
    display: none;
  }
  .mobileGnb > ul > li > strong.on + ul {
    display: inline-block;
  }
  .mobileGnb > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 0 1.5rem;
  }
  .mobileGnb > ul > li > ul > li::after {
    content: "";
    width: 100%;
    height: 1px;
    border: 1px dashed #dfe3eb;
    border-width: 0 0 1px;
    left: 0;
    bottom: 0.75rem;
  }
  .mobileMenu {
    display: inline-block;
    transform: scale(1.25) translateY(-45%);
    -webkit-transform: scale(1.25) translateY(-45%);
    -moz-transform: scale(1.25) translateY(-45%);
    -ms-transform: scale(1.25) translateY(-45%);
    -o-transform: scale(1.25) translateY(-45%);
  }
  .indicatorsTab {
    display: none;
  }
  /* 모바일 상단 drop ---유지혜 2023-10-05 */
	.mobileNav {
		display: inline-block;
		padding-left: 1.75rem;
		box-sizing: border-box;
		box-shadow: rgba(21, 73, 181, 0.05) 0px 12px 12px 4px;
		width: 100%;
		height: 2.5rem;
		background: #fff;
		margin-bottom: 1.1rem;
	}
	.mobileNav > ul {
		width: 100%;
		height: 100%;
		margin-bottom: 0;
	}

	/*	//2023-11-17 모바일모드 전환 시 tab popup 디자인 시안에 맞춰 수정
	.mobileNav ul li::after {
	  content: "";
	  width: 1rem;
	  height: 1rem;
	  background: url(../images/new/mobileNav_arrow_ico.png) no-repeat center;
	  right: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	}
	*/
	.mobileNav ul li:last-child::after {
		display: none;
	}
	.mobileNav > ul > li a {
		font-size: 1rem;
		font-weight: 400;
		line-height: 2.64rem;
	}
	.mobileNav > ul > li > button {
		line-height: 2.64rem;
	}
	/* .mobileNav > ul > li > button::after{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  background-image: url(../images/new/comboDown_btn.png) ;

} */
	.mobileNav > ul > li.navi::after {
		content: "";
		width: 1rem;
		height: 1rem;
		background: url(../images/mobileNav_arrow_ico.png) no-repeat center;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.mobileNav ul li.here {
		top: 0;
	}
	.mobileNav > ul > li.navi {     
		padding-right: 24px; 
	}
	
	.mobileNav ul li.here button {
		padding-right: 26px;
		font-weight: 700;
		background: url("../images/icon-dropdown-arrow-down.svg") 100% 50%/16px
			no-repeat;
	}
	.mobileNav ul li.here.on button {
		padding-right: 24px;
		font-weight: 700;
		background: url("../images/icon-dropdown-arrow-up.svg") 100% 50%/16px
			no-repeat;
	}
	.mobileNav ul li.here > a {
		font-weight: 700;
	}
	.mobileNav ul li.here .linkBox {
		background: #fff;
		position: absolute;
		z-index: 4;
		border: 1px solid #999;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
		box-shadow: 0 2px 12px 4px rgba(21, 73, 181, 0.15);
		box-sizing: border-box;
		padding: 14px 16px;
		top: 3.3rem;
		left: 0;
		width: 18rem;
		display: none;
	}

	/* 2023-11-17 모바일 모드 tab popup*/
	.mobileNav ul li.here .linkBox.on {
		display: inline-block;
	}
	.mobileNav ul .linkBox ul li {
		width: 100%;
	}

	/* .mobileNav ul .linkBox ul li a {
  font-size: 1rem;
  display: block;
  line-height: 1.5rem;
} */

	/* 2023-11-17 모바일 모드 tab popup 선택 지표 표현 */
	.mobileNav ul .linkBox ul li a.custom-dropdown-item.on {
		/* color: var(- -mainPoint01); */
		color: rgb(20 84 255);
	}
	.mobileNav ul .linkBox .linkArea>li:not(:last-child ) {
		padding-bottom: 20px;
	}
	
	
	/* 2023-11-17 모바일 모드 tab popup Dpth2 */
	.mobileNav ul .linkBox .linkArea li strong {
		font-size: 1.1rem;
		width: 100%;
		font-weight: 800;
		display: block;
		margin-bottom: 4px;
	}
	
	.mobileNav ul .linkBox .linkArea li > a {     
		font-size: 1.1rem;     
		width: 100%;     
		font-weight: 800;     
		display: block;     
		margin-bottom: 4px; 
		
	}
	
	.mobileNav ul .linkBox .linkArea ul li {
		padding-left: 8px;
		position: relative;
		width: 100%;
	}

	/* 2023-12-12 반응형 변환 시 hover 수정
 .mobileNav ul .linkBox .linkArea ul li:hover a {
  color: var(--mainBlue);
} */
	.mobileNav ul .linkBox .linkArea ul li a:hover {
		/* color: var(- -mainBlue); */
		color: #1549b5;
	}

	/* 2023-11-17 모바일모드 전환 시 tab popup 디자인 시안에 맞춰 수정 */
	.mobileNav ul .linkBox .linkArea ul li div a::before {
		content: "";
		width: 2px;
		height: 2px;
		background: #616161;
		left: -10px;
		top: -5px;
		position: relative;
		transition: 0.3s all;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
	}
	.mobileNav > ul > li {
		position: relative;
	}

  .mobileNav ul li.here .linkBox{
    width: 15.7rem;
  }
  .mobileNav ul .linkBox ul li a {
    font-size: 1rem;
    display: block;
    line-height: 1.7rem;
  }
  
/*   .mobileNav ul .linkBox ul li a::before {
    content: "";
    width: 2px;
    height: 2px;
    background: #6c757d;
    top:50%;
    left: 0;

  }------대분류만 필요해서 주석처리 */
  
  /* 2023-12-27 모바일 상단 목록 선택 시  */ 
  .mobileNav ul .linkBox ul li.on a {
   	color: var(--mainBlue);
  } 

  /* 모바일 상단 drop e-------------------- */
  .compItemWrap .selectPop {
    bottom: calc(100% + 0.625rem);
  }

  .downloadBtn {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0;
    padding: 0;
  }
  .downloadBtn::before {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .btnSet button {
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 0;
  }
  .btnSet button::before {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .setOptpop {
    top: 0;
  }
  .highchartBox {
    height: 30rem;
  }
  .chartBottom .etcFeedback,
  .chartBottom > span {
    font-size: 14px;
  }
  .highcharts-container .chart-event-pop .fas + span {
    width: 10.5rem;
    font-size: 0.8125rem;
    padding: 0.625rem;
  }
  .highcharts-container .chart-event-pop .fas + span b {
    font-size: 0.8125rem;
    margin: 0 0 0.25rem;
  }
  .highcharts-container .chart-event-pop .fas + span strong {
    font-size: 0.875rem;
    margin: 1.25rem 0 0.625rem;
  }
  .highcharts-container .chart-event-pop .miniWrap {
    height: 9.4375rem;
    overflow-y: scroll;
    margin: 0 0 -0.625rem;
  }
  .highcharts-container .chart-event-pop .miniWrap ul li {
    padding: 0.5rem 0.625rem;
    margin: 0 0 0.375rem;
  }
  .highcharts-container .chart-event-pop .miniWrap ul li span {
    font-size: 0.8125rem;
    padding: 0 0 0 0.4375rem;
    margin: 0 0 0.25rem;
  }
  .highcharts-container .chart-event-pop .miniWrap ul li div {
    font-size: 0.8125rem;
  }
  .highcharts-container .chart-event-pop .miniWrap ul li span::before {
    width: 0.125rem;
    height: 0.125rem;
    top: 0.4375rem;
  }
}
@media screen and (max-width: 1150px) {
  .contentLeft,
  .contentRight {
    width: 100%;
    height: auto;
    padding: 1.125rem 0.75rem;
  }
  .contentLeft {
    margin: 0 0 0.625rem;
  }
  .mapChartWrap {
    display: none;
    position: absolute;
    background: #fff;
    border: 2px solid var(--mainBlue);
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    left: 0;
    top: 4.5625rem;
    z-index: 4;
  }
  .mapChartWrap.on {
    display: inline-block;
  }
  .mapChart {
    height: 21.9375rem;
    border-bottom: 1px solid #dfe3eb;
  }

  .mapChart_bottom {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }

  .mobileRegionPop {
    width: 100%;
    height: 22rem;
    background: #fff;
    border: 2px solid var(--mainBlue);
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
    box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    top: 4.5625rem;
    left: 0;
    z-index: 4;
  }
  .mobileRegionPop.on {
    display: inline-block;
  }
  .mobileRegionPop div {
    height: 100%;
    float: left;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .mobileRegionPop ul {
    width: 100%;
  }
  .mobileRegionPop ul li {
    width: 100%;
    height: 2.25rem;
  }
  .mobileRegionPop button {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 2.25rem;
    font-size: 1rem;
    text-align: left;
    padding: 0 0 0 1.25rem;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
  .mobileRegionPop .mobReion01 {
    width: 39.6%;
    border-right: 1px solid #dfe3eb;
  }
  .mobileRegionPop .mobReion01 ul li button {
    color: #999;
  }
  .mobileRegionPop .mobReion01 ul li button.on {
    color: #1549b5;
  }
  .mobileRegionPop .mobReion01 ul li button:hover {
    color: #fff;
    background: #1549b5;
  }
  .mobileRegionPop .mobReion02 {
    width: 60.4%;
  }
  .mobileRegionPop .mobReion02 ul li button {
    color: #161616;
  }
  .mobileRegionPop .mobReion02 ul li button::before {
    content: "";
    width: calc(100% - 1.5rem);
    height: 1px;
    background: #dfe3eb;
    left: 0.75rem;
    bottom: 0;
  }
  .mobileRegionPop .mobReion02 ul li button::after {
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #eee;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .mobileRegionPop .mobReion02 ul li button.chkColor01::after {
    background: var(--mainPoint02) url(../images/checkWhite_ico.png) no-repeat
      center;
    border: 1px solid var(--mainPoint02);
  }
  .mobileRegionPop .mobReion02 ul li button.chkColor02::after {
    background: var(--mainPoint03) url(../images/checkWhite_ico.png) no-repeat
      center;
    border: 1px solid var(--mainPoint03);
  }
  .txtColorWrap {
    display: none;
  }
  .optFilter .mobileOpt {
    display: inline-block;
    position: relative;
    width: 10.3125rem;
    height: 2rem;
    color: #343644;
    font-weight: 500;
    text-align: left;
    padding: 0 0.875rem;
    background: #fff;
    border: 1px solid #dfe3eb;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
  }
  .optFilter .mobileOpt.on {
    border: 1px solid #999;
  }
  .optFilter .mobileOpt::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/comboDown_btn.png) no-repeat center;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
  .optFilter .mobileOpt.on::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
  }
  .optFilter {
    width: calc(100% + 1.5rem);
    height: 2.625rem;
    padding: 0.3125rem 0.625rem;
    left: -0.75rem;
  }
  .optFilter > strong {
    font-weight: 500;
    line-height: 1.875rem;
  }
  .optFilter .currentOpt {
    display: none;
    position: absolute;
    width: 10.3125rem;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
    box-sizing: border-box;
    left: 5.55rem;
    top: 2.8125rem;
    z-index: 1;
  }
  .optFilter .mobileOpt.on + .currentOpt {
    display: inline-block;
  }
  .optFilter .currentOpt li {
    width: 100%;
    height: 2.25rem;
    margin: 0;
    border: 0;
  }
  .optFilter .currentOpt li button {
    color: #616161;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 0.875rem;
  }
  .optFilter .currentOpt li button.on {
    color: #1549b5;
  }
  .optFilter .btnSet {
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .btnSet button {
    width: 2rem;
    height: 2rem;
  }
  .downloadBtn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    top: -2.5rem;
  }
  .downloadBtn::before {
    width: 1.125rem;
    height: 1.125rem;
    background-size: contain;
    left: 49%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .downloadBtn .downPop {
    padding: 0.5rem;
    top: 2.5rem;
  }
  .setOptpop {
    right: 0.75rem;
  }
  .mobileChartTop {
    display: inline-block;
    width: 100%;
    min-height: 2.1875rem;
    float: left;
    border: 1px solid #dfe3eb;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    box-sizing: border-box;
  }
  .mobileChartTop ul {
    width: 100%;
    float: left;
  }
  .mobileChartTop ul li {
    position: relative;
    width: 25%;
    line-height: 1.1875rem;
    font-size: 0.875rem;
    letter-spacing: -0.05rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    box-sizing: border-box;
  }
  .mobileChartTop ul li span {
    position: absolute;
    color: inherit;
    font-size: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    right: 0.5rem;
    top: 0.5rem;
  }
  .mobileChartTop ul li:first-child {
    color: var(--mainPoint01);
  }
  .mobileChartTop ul li::after {
    content: "";
    width: 1px;
    height: calc(100% - 1rem);
    background: #f1f3f8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .mobileChartTop ul li:nth-child(2) {
    color: #f7941d;
  }
  .mobileChartTop ul li:nth-child(3) {
    color: #1f8f8b;
  }
  .mobileChartTop ul li:nth-child(4) {
    color: #e54060;
  }
  .mobileChartTop ul li:last-child::after {
    display: none;
  }
  

}
@media screen and (max-width: 1080px) {
	.fooerLogo { margin-right:0}
  .chartBottom > span {
    position: relative;
    top: unset;
    right: unset;
  }
  
  .wrapNotice .rightCon .conBody .boardWrap #dataTable thead tr th{
    padding: 10px 5px;
    font-size: 1rem;
  }

  .wrapNotice .rightCon .conBody .boardWrap #dataTable tbody tr td{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
  }
  
  .wrapNotice .rightCon .conBody .boardWrap #dataTable thead tr th:nth-child(1){ 	
	width:12% !important; 
  }
  
    .mobileNav ul li.here .linkBox{
    width: 15.7rem;
  }
	
  footer .inner {
    flex-direction: column;
    gap: 1.25rem;
  }
  .footerInfo {
	text-align: center;
   }
   footer .inner .snsBox {
	 margin-left: 0;
   }
}

@media screen and (max-width: 800px) {
  .mobileChartTop ul li {
    min-width: 11rem;
  }

}
@media screen and (max-width: 520px) {
  * {
    font-size: 3.9vw;
  }
  header {
    height: 3.125rem;
  }
  .logo {
    width: 6.6875rem;
    height: 1.375rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .wrap {
    padding: 0 16px;
  }
  h4 {
    font-size: 1.0625rem;
    padding: 0 0 0 0.5rem;
  }
  h4::before {
    width: 0.1875rem;
    height: 1rem;
  }
  .mobileMenu {
    display: inline-block;
    left: 1rem;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
  }

  .mobileGnb {
    width: 87vw;
    height: calc(100vh - 3.125rem);
    top: 3.125rem;
  }
  .mobileGnb > ul > li > strong {
    width: 8.5rem;
    font-size: 0.875rem;
    letter-spacing: -0.0313rem;
  }
  .mobileGnb > ul > li > ul {
    width: calc(100% - 8.25rem);
  }
  .mobileGnb > ul > li > ul > li > strong {
    font-size: 0.875rem;
    letter-spacing: -0.0313rem;
    margin: 0 0 0.5rem;
  }
  .mobileGnb > ul > li > ul > li > ul > li {
    margin: 0 0 0.25rem;
  }
  .mobileGnb > ul > li > ul > li > ul > li > a {
    font-size: 0.8125rem;
    letter-spacing: -0.0313rem;
    padding: 0 0 0 0.5rem;
  }
  
   .mobileNav ul li.here .linkBox {width: 14.6rem;}
  .contentLeft {
    height: 23.9375rem;
  }
  .contentRight {
    height: 40.875rem;
  }
  h5 {
    font-size: 1.0625rem;
    margin: 0.625rem 0;
  }

  .comparison {
    height: 2.1875rem;
  }
  .comparison > li button {
    line-height: 2.0625rem;
    font-size: 0.9375rem;
  }
  .chartBottom .etcFeedback,
  .chartBottom > span,
  .etcFeedback {
    font-size: 0.75rem;
  }
  .etcFeedback::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  .comparison + .etcFeedback,
  .comparison + .etcFeedback + .etcFeedback {
    margin: 0 0 1rem;
  }
  .compItemWrap .selectPop {
    padding: 0.5rem;
  }
  .compItemWrap .selectItem {
    height: 2.3125rem;
  }
  .compItemWrap .selectItem > li {
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .compItemWrap .selectItem > li button {
    font-size: 0.8125rem;
  }
  .compCount,
  .compCount span {
    font-size: 0.875rem;
  }
  .mobileRegionPop button {
    font-size: 0.875rem;
  }
  .selectPop ul li {
    width: calc((100% - 0.625rem) / 2);
    height: 1.875rem;
    padding: 0 0.625rem;
    margin: 0 0.625rem 0.25rem 0;
  }
  .selectPop ul li:nth-child(2n) {
    margin: 0 0 0.25rem;
  }
  .selectPop ul li span {
    line-height: 1.875rem;
    font-size: 0.8125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1.25rem 0 0;
    box-sizing: border-box;
  }
  .selectPop ul li span::after {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.295rem;
  }
  .currentItem button {
    max-width: 11rem;
    height: 2.1875rem;
    font-size: 0.9375rem;
    letter-spacing: -0.0313rem;
    padding: 0.375rem 1.375rem;
  }
  .currentItem button::before {
    width: 0.625rem;
    height: 0.625rem;
  }
  .optFilter > strong {
    font-size: 0.875rem;
    padding: 0 0.5rem 0 0;
  }
  .setOptpop {
    width: 15.3125rem;
    height: 21.5625rem;
    padding: 0.9375rem 0.75rem;
  }
  .setOptpop > strong {
    font-size: 1.125rem;
    padding: 0 0 0.5rem;
    margin: 0 0 0.375rem;
  }

  .optFilter .mobileOpt {
    font-size: 0.875rem;
  }
  .optFilter .currentOpt {
    left: 4.1625rem;
  }
  .optFilter .currentOpt li button {
    line-height: 2.25rem;
    font-size: 0.875rem;
  }

  .downloadBtn .downPop a span {
    font-size: 0.8125rem;
  }
  .setOptpop .optWrap {
    height: calc(100% - 1.5rem);
  }
  .setOptpop .optWrap ul {
    height: 100%;
  }
  .setOptpop .optWrap ul li {
    padding: 0 0.3125rem;
    margin: 0 0 0.875rem;
  }
  .setOptpop .optWrap ul li span {
    font-size: 0.8125rem;
    margin: 0 0 0.625rem;
  }
  .setOptpop .optWrap ul li p {
    height: 1.25rem;
    font-size: 0.9375rem;
    margin: 0 0 0.9375rem;
  }
  .setOptpop .optWrap ul li .eventAll {
    padding: 0 0 0 0.5rem;
  }
  .setOptpop .optWrap ul li p button {
    width: 2.125rem;
    height: 1.25rem;
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    -ms-border-radius: 0.625rem;
    -o-border-radius: 0.625rem;
  }
  .setOptpop .optWrap ul li p button::after {
    width: 0.875rem;
    height: 0.875rem;
    top: 0.1875rem;
    left: 0.187rem;
  }
  .setOptpop .optWrap ul li p button.on::after {
    right: 0.187rem;
  }
  .eventWrap {
    height: 5.5rem;
    overflow-y: scroll;
  }
  .highchartBox {
    height: 24.5rem;
  }

  .mobileChartTop ul li {
    width: 50%;
    min-width: 0;
    font-size: 0.75rem;
  }

  .mobileChartTop ul li:nth-child(2n)::after {
    display: none;
  }
  .mobileChartTop ul li span {
    font-size: 0.9375rem;
  }
  .wrapNotice .rightCon .conBody .boardWrap #dataTable thead tr th{
  	font-size: 0.9rem;
  }
  
  .wrapNotice .rightCon .board-content .boardBtnWrap {     justify-content: center; }

  footer .inner .footerInfo .copyright {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 430px) {
	.mobileNav ul .linkBox ul li a {font-size: 0.9rem;}
	.mobileNav ul .linkBox .linkArea li strong {font-size: 1rem;}
	.mobileNav ul li.here .linkBox {width: 14rem;}
}

@media screen and (max-width: 375px) {
	* {font-size: 4.5vw;}
    .wrap .inner .content > ul > li {
      padding: 1.25rem 0.8rem 3.4rem;
	}	
    .currentItem button {
    	padding: 0.375rem 2.5rem 0.375rem 1.4rem;
	}
		.mobileNav ul li.here .linkBox {
	    width: 11rem;
	}
		.mobileNav > ul > li.navi{
	  padding-right: 16px;
	 }
}


@media screen and (max-width: 280px) {
    * {font-size: 4.9vw;}

	.mobileGnb {width: 80vw; } 
	.mobileGnb > ul > li > strong {width: 7.6rem; padding: 0.5rem; }  
	.mobileGnb > ul > li > ul {width: calc(100% - 4.25rem);  padding: 0.6rem; } 
	
	.mobileNav ul li.here .linkBox {width: 12rem;left: -3rem;}
		
}



/* bigDataBrdMgr page s 20231005 선하영 */
@media screen and (max-width: 1800px) {
  .wrapNotice .leftCon {
    margin-left:20px;
  }
  .wrapNotice .rightCon {
    margin-right:20px;
  }
}
@media screen and (max-width: 1280px) {
  header {
    box-shadow: none;
  }
	
	.wrapNotice .leftCon {
		display: none;
	}
	.wrapNotice .rightCon {
    padding: 16px 16px 30px;
    margin-right:0;
    box-sizing: border-box;
    padding-top: 0;
  }
  .wrapNotice .rightCon .conHead {
    height: auto;
  }
  .wrapNotice .rightCon .conHead .breadcrumb {
    display: none;
  }
  .wrapNotice .rightCon .conHead .boardInfo .titBox .titS {
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .totalCounter strong {
    font-size:15px;
  }
  
}
@media screen and (max-width: 910px) {
  .wrapNotice .rightCon .conBody .boardWrap .boardTable .subject {
    background: none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable .file{
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable .counter {
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable .date {
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable .division {
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable .explanation {
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable tbody.normalM tr td:nth-child(n+3) {
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable tbody.noticeM tr td:nth-child(n+4) {
    display:none;
  }
  .wrapNotice .rightCon .conBody .boardWrap .boardTable tbody.noticeM tr td:nth-child(2) {
    display:none;
  }
  /* ------테이블 th-------*/
  .wrapNotice .rightCon .conBody .boardWrap #dataTable thead tr th:nth-child(3){
	 display:none;
  }
   .wrapNotice .rightCon .conBody .boardWrap #dataTable thead tr th:nth-child(4){
	 display:none;
  }
	.wrapNotice .rightCon .conBody .boardWrap #dataTable thead tr th:nth-child(5) {
	  display:none;
  }
  /* ------테이블 td-------*/
  .wrapNotice .rightCon .conBody .boardWrap #dataTable tbody tr td:nth-child(3){
  	display:none;
  }
   .wrapNotice .rightCon .conBody .boardWrap #dataTable tbody tr td:nth-child(4){
  	display:none;
  }
   .wrapNotice .rightCon .conBody .boardWrap #dataTable tbody tr td:nth-child(5){
  	display:none;
  }

}
@media screen and (max-width: 800px) {
  .wrapNotice .rightCon .conHead .boardInfo {
    display: block;
  }
  .wrapNotice .rightCon .conHead .boardInfo .srhFome {
    margin-top: 14px;
  }
  .wrapNotice .rightCon .conHead .boardInfo .srhFome select{
    width:120px;
    margin-right: 6px;
    font-size: 15px;
  }
  .wrapNotice .rightCon .conHead .boardInfo .srhFome input{
    width: calc(100% - 150px);
    margin-right: 6px;
  }
  .wrapNotice .rightCon .conHead .boardInfo .srhFome.ver2 input{
    width: calc(100% - 48px);
  }
  .wrapNotice .rightCon .conHead .boardInfo .titBox .titL {
    font-size: 26px;
  }
  .wrapNotice .rightCon .conHead .boardInfo .titBox .dropDown .dropdownTit span{
    font-size: 26px;
  }

  .wrapNotice .rightCon .conHead .boardInfo .srhFome input::placeholder {
    font-size: 15px;
  }
  .boardVeiw ul li.date {
    width: 100%
  }
  .boardVeiw ul li.counter {
    width: 100%;
  }
  .boardVeiw ul li.row50 {
    width: 100%;
  }
  .boardVeiw ul .sbj {
    font-size:15px;
  }
  .boardVeiw ul .txt{
    font-size:15px;
  }
  .boardVeiw ul li.file .txt a{
    font-size:15px;
  }
  .boardVeiw .boardTxt p{
    font-size:15px;
  }
  .wrapNotice .rightCon .conBody .boardBtnWrap {
    justify-content: center;
  }
  .dropDown .dropScroll {
    width:165px;
  }
}
@media screen and (max-width: 520px) {
  .wrapNotice .rightCon .conBody .boardWrap .boardTable .num {
    width: 14vw;
}
.boardVeiw ul .sbj {
  width: 80px;
}
.boardVeiw ul .txt {
  margin-left: 96px;
}
.wrapNotice .rightCon .conHead .boardInfo .srhFome select{
  width: 100px;
}
.wrapNotice .rightCon .conHead .boardInfo .srhFome input{
  width: calc(100% - 150px);
}

 

}
 /* bigDataBrdMgr page e */

 /* nowcastInfo page  20231108 선하영*/
 @media screen and (max-width: 1280px) {
  .wrapNotice .rightCon .conBody .infoBox .textBox h2{
    font-size:20px;
    line-height: 20px;
  }
  .wrapNotice .rightCon .conBody .infoBox .textBox{
    padding-left: 20px;
    padding-top: 10px;
  }
   
  .wrapNotice .rightCon .conBody .infoBox .textBox p{
    font-size:15px;
  }
  .wrapNotice .rightCon .conBody .infoBox .textBox p strong{
    font-size:15px;
  }
  
 
 }
 @media screen and (max-width: 1080px) {
  
}
 @media screen and (max-width: 910px) {
  .wrapNotice .rightCon .conBody{
    margin-top: 14px;
  }
  .wrapNotice .rightCon .conBody .infoBox{
    display: block;
  }
  .wrapNotice .rightCon .conBody .infoBox .ImgBox{
    width:100%;
  }
  .wrapNotice .rightCon .conBody .infoBox .textBox{
    width:100%;
    padding-left: 0;
  }
  .wrapNotice .rightCon .conBody .infoBox {
    display: block;
    margin-bottom: 40px;
  }
  .wrapNotice .rightCon .conBody .infoBox .ImgBox{
    width:100%;
  }
  .wrapNotice .rightCon .conBody .infoBox .textBox{
    padding-left:0;
    width:100%;
    padding-top: 14px;
  }
  .wrapNotice .rightCon .conHead .boardInfo .titBox .titBoxInner .titL{
    font-size:1.5rem;
  }
 }
 /* nowcastInfo page e*/

  /* nowcastManual page s 20231113 선하영*/
  @media screen and (max-width: 1280px) {
    .userGuideMenu {
      display: block;
    }
    .wrapNotice .rightCon .conBody .manualBoardWrap .manualBoard tbody tr td ul li{
      font-size: 15px;
    }
  }
  @media screen and (max-width: 1080px) {
    .wrapNotice .rightCon .conBody .numTit {
      font-size:20px;
    }
    .wrapNotice .rightCon .conBody .numTit span {
      font-size: 18px;
      padding: 3px 0;
      width:27px;
      margin-right: 5px;
    }
    .wrapNotice .rightCon .conBody .fullText{
      font-size:15px;
    }
    .wrapNotice .rightCon .conBody .wrapText{
      padding-left: 0;
    }
    .wrapNotice .rightCon .conBody .wrapText.level2{
      padding-left:15px;
    }
    .wrapNotice .rightCon .conBody .wrapText .pTxt {
      font-size:15px;
      padding-left: 0;
    }
    .wrapNotice .rightCon .conBody .numTitS{
      font-size: 18px;
      padding-left: 15px;
    }
    .wrapNotice .rightCon .conBody .wrapText .txtS{
      font-size:15px;
    }
    .wrapNotice .rightCon .conBody .manualBoardWrap .manualBoard thead tr th{
      padding: 10px 18px;
    }
    
    .wrapNotice .rightCon .conBody .wrapText .imgWrap .imgCon .imgTit{
      font-size: 20px;
      padding: 7px 36px;
    }
    .wrapNotice .rightCon .conBody .wrapText .lstArrow{
      font-size: 15px;
    }
    .wrapNotice .rightCon .conBody .wrapText .txtWrap .txtCon .txtInner h4{
      font-size: 17px;
    }
    .wrapNotice .rightCon .conBody .wrapText .txtWrap .txtCon .txtInner .list1 li{
      font-size: 15px;
    }
    .wrapNotice .rightCon .conBody .scrollLst button{
      font-size: 15px;
      margin-right: 10px;
      /* padding: 10px 20px; */
    }
  }
  @media screen and (max-width: 800px) {
    .wrapNotice .rightCon .conBody .wrapText .txtWrap .txtCon{
      display: block;
    }
    .wrapNotice .rightCon .conBody .wrapText .txtWrap .txtCon .txtInner{
      width:100%;
    }
    .wrapNotice .rightCon .conBody .wrapText .txtWrap .txtCon .txtInner:first-child{
      border-bottom: 1px dashed #777;
      border-right:none;
      margin-right: 0px;
      padding-right: 0px;
      margin-bottom: 20px;
      padding-bottom: 20px;
    }
    .wrapNotice .rightCon .conBody .wrapText .imgWrap .imgCon{
      padding: 18px;
    }
    .wrapNotice .rightCon .conBody .wrapText .imgWrap .imgCon .imgTit{
      font-size: 18px;
    }
    .wrapNotice .rightCon .conBody .scrollLst{
      display: block;
    }
    .wrapNotice .rightCon .conBody .manualBoradWrap .manualBorad thead tr th{
      padding: 10px 20px;
    }
    .wrapNotice .rightCon .conBody .manualBoradWrap .manualBorad tbody tr td{
      padding: 10px 20px;
    }
    
  }
  /* nowcastManual page e*/

  /* onlineInfoManual page s 20231120선하영*/
  @media screen and (max-width: 910px) {
    .layerPopupWrap .layerPopup{
      width: calc(100% - 40px);
    }
    .layerPopupWrap .layerPopup .layerHeader{
      padding: 14px 16px 0;
    }
    .layerPopupWrap .layerPopup .layerBody{
      padding: 14px 16px;
    }
    .dataDescriptionBtn{
      padding:18px;
    }
    .dataDescriptionBtn a{
      display:none;
    }
    .wrapNotice .rightCon .conHead .boardInfo .titBox .dropDown .dropdownTit span{font-size: 1.5rem;}
  }



  @media screen and (max-width: 300px) {
    .dropDown .dropdownTit i {
      margin-left: 14px;
    }
    .userGuideMenu .userGuideMenuInner button{
      font-size: 15px;
    }
  }
  /* onlineInfoManual page e */