@charset "UTF-8";

/* 서브 공통 */

/* .bread_area */
.bread_area{
	border-bottom: 1px solid #eee;
}
.bread_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread_area li {
  position: relative;
  border-left: 1px solid #eee;
  display: flex;
  align-items: center;
}
.bread_area li:last-child{
	border-right: 1px solid #eee;
}
.bread_area li a, .bread_area .depth1_txt{
	padding: 20px 50px 20px 25px;
	color: #555;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	display: block;
}
.bread_area li + li {
  background: url(../img/arr10.png) no-repeat right 25px center;
}
.bread_area li:last-child{
	background: #fff;
}
.bread_area li:last-child .depth1_txt {
	padding: 20px 25px;
	color: #1474f8;
}
.bread_area .ico_home {
  display: block;
  width: 70px;
  height: 100%;
  padding: 0;
  background: #fafafa url(../img/home2.png) no-repeat center;
}
/* .content_wrap */
.content_wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.content_wrap_list, .content_wrap_current{
	width: 100%;
	max-width: 100%;
	padding: 0;
}


.page_tit {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.content_wrap .tit_wrap{
	width: 100%;
	background: #eaf4fa;
	position: relative;
}
.content_wrap .tit_wrap::before{
	content: "";
	width: 100%; height: 100%;
	background: url(../img/sub_bg.jpg) no-repeat center center ;
	background-size: cover;
	position: absolute;
	opacity: .7;
}
.content_wrap .tit_wrap .tit_wrap_con{
	padding-top: 50px;
	padding-bottom: 150px;
}
.content_wrap .tit_wrap .tit_wrap_con.bigData {
	padding-bottom: 50px;
}
.content_wrap .tit_wrap .tit_wrap_con.plData {
	padding-bottom: 150px;
}
.content_wrap_current .tit_wrap .tit_wrap_con{
	padding-bottom: 50px;
}

.content_wrap_current .btn_wrap {
	margin-top: 0;
}

/* 탭  */
.tab-list, .tab_link_list {
	width: 100%;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
	align-items: center;
}
.tab-list li, .tab_link_list li {
	padding: 5px 50px;
	border-right: 1px solid #999;
}
.tab-list li:last-child, .tab_link_list li:last-child {
	border-right: none;
}
.tab-list a, .tab_link_list a {
	color: #333;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -.5px;
	text-align: center;
	display: block;
	position: relative;
}
.tab-list li:hover a, .tab_link_list li:hover a{
	color: #033c8a;
}
.tab-list a::before, .tab_link_list a::before{
	content: '';
	width: 0;
	height: 2px;
	background-color: #1474f8;
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	transition: .3s;
}
.tab-list li:hover a::before, .tab_link_list li:hover a::before{
	width: 100%;
	background-color: #033c8a;
}

.tab-list .current a, .tab_link_list .current a {
  color: #1474f8;
  font-weight: bold;
}

.tab-list .current a:before, .tab_link_list .current a:before {
	width: 100%;
}

.tab_link_list.grid-full li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 컨텐츠 */
.content_wrap .content {
	/* margin-top: 70px; */
}
.content_wrap_list .content{
	transform: translateY(-100px);
}
.content_wrap_list .content.bigData {
    transform: translateY(0);
	margin-bottom: 100px;
}
.content_wrap_list .content.plData {
	transform: translateY(-150px);
	margin-bottom: 0;
}
.content_wrap_current .content{
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* 아래 버튼 영역 */
.content_wrap .btn_wrap {margin-top: 60px;}

/* .search_area */
.search_area {
	padding: 35px 40px;
	background: #fff;
	border: 1px solid #e0e1e3;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(52, 52, 52, .1);
}
.search_area.on .search-box {
  padding-bottom: 0;
}

.search_area.on .btn_sch_detail {
  background-image: url(../img/arr2.png);
}

.search_area.on .default_area {
  display: none;
}


.search_area .default_area {
	width: fit-content; height: 57px;
	padding-left: 30px;
	margin: 0 auto;
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	display: none;
}
.search_area .default_area > *{
	margin: 0;
	border: none;	
}
.search_area .default_area .com_sel{
	width: 150px; padding: 20px;
}
.search_area .default_area .inptxt {
	width: 450px;
	border-left: 1px solid #d9d9d9;
}

.search_area .default_area .btn_sch {
	width: 120px;
	height: 100%;
	padding: 0;
	margin-left: 0;
	border-radius: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.search_area .default_area .btn_sch img{
	height: 50%; margin-right: 5px;
	display: block;
}


.search_area .btn_sch_detail {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 12px 47px 11px 27px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff url(../img/arr8.png) no-repeat right 27px center/10px;
  font-size: 14px;
  color: #333;
  letter-spacing: -.4px;
}

.search_area .txt {
  font-size: 15px;
  /* padding-left: 30px; */
  padding-right: 5px;
}

.search-box .rdo_area {
  margin-bottom: -10px;
}

.com_sel + .rdo_area {
  margin-left: 35px;
}

.search-box .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #e0e1e3;
}

.search-box .row_wrap + .row_wrap {
  padding-top: 20px;
}

.rdo-wrap {
  display: inline-block;
  min-width: 124px;
  margin-bottom: 10px;
}

.rdo_area.sty3 .rdo-wrap {
  min-width: 85px;
}

.rdo-wrap input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 1px;
}
/* 헤더 검색창 클릭시 포커스 되는 outline */
.rdo-wrap input:focus + .txt, .rdo-wrap input:active + .txt {
  outline: 2px solid #f00;
}

.rdo-wrap input:checked + .txt .mark {
  border: 6px solid #1474f8;
}

.rdo-wrap .txt {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #222;
  letter-spacing: -.4px;
  line-height: 20px;
}

.rdo-wrap .mark {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
}


.search-box .each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-box .each + .each {
  margin-left: 4.2%;
}


/* 스마트 알림 */
.set_item_popup .row_wrap.block .each.block {
    display: block;
}
.set_item_popup .row_wrap table.tbl {
    width: 100%;
    border-collapse: collapse;
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}
.set_item_popup .row_wrap table.tbl, .set_item_popup .row_wrap table.tbl tr th, .set_item_popup .row_wrap table.tbl tr td {
    border: 1px solid #c1c1c1;
}
.set_item_popup .row_wrap table col.keyword {
	width: 70%;
}
.set_item_popup .row_wrap table col.date {
	width: 30%;
}
.set_item_popup .row_wrap table.tbl tr th, .set_item_popup .row_wrap table.tbl tr td {
	padding: 8px 6px;
}
.set_item_popup .row_wrap table.tbl tr th {
	background-color: rgb(20 116 248 / 10%);
}
.set_item_popup .row_wrap table.tbl tr td {
	background-color: #fff;
}
.set_item_popup .row_wrap table.tbl tr td.date {
	text-align: center;
}


.set_item_popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
}
.set_item_popup.active {
    display: block;
}

.set_item_popup .inner {
    width: 870px;
    max-height: 90%;
    overflow: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 50px;
    border-radius: 30px 15px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}


.search-box .sch-label {
  min-width: 100px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -.4px;
  color: #000;
}

.search-box .ics_cdname {
  position: relative;
}

.search-box .ics_cdname .btn {
  display: inline-block;
  width: 60px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/sch6.png) no-repeat center center;
}

.search-box .sch_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}

.search-box .btn_reset, .search-box .btn_sch {
  width: 181px;
  padding: 15px 0 14px;
  border: 1px solid #1474f8;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  letter-spacing: -.5px;
  font-weight: bold;
}

.search-box .btn_reset {
  background-color: #fff;
  color: #1474f8;
}

.search-box .btn_sch {
  margin-left: 3px;
  background-color: #1474f8;
  color: #fff;
}

.com_sel {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 21px;
  text-align: left;
  width: 224px;
  background: #fff url(../img/arr1.png) no-repeat right 17px center/10px;
  border: 1px solid #d9d9d9;
}
.com_sel.com_margin {
	margin-right: 28px;
}

.com_sel + .inptxt {
  margin-left: 15px;
}


/* 달력 */
.date-pick-area {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.date-pick-area li+li {
  margin-left: 30px;
}

.date-pick-area li+li:before {
  display: inline-block;
  content: "~";
  padding: 0 8px;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: -26px;
  z-index: 0;
  vertical-align: top;
}

.date-pick-box {
  display: inline-block;
  position: relative;
  width: 150px;
}

.date-pick-box .inp-date {
  width: 100%;
  padding: 0 35px 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #222;
  vertical-align: middle;
  background: #fff url(../../images/std/calender-icon.png) no-repeat right center;
}

.date-pick-box .inp-date[readonly] {
  background: #fff url(../../images/std/calender-icon.png) no-repeat right;
}

.date-pick-box .inp-date[disabled] {
  background: #eaeaea url(../../images/std/calender-icon.png) no-repeat right;
}

.date-pick-box .sty-month {
  background: url(../../images/std/calender-icon.png) no-repeat right;
}

.date-pick-box .sty-month[readonly] {
  background: #fff url(../../images/std/calender-icon.png) no-repeat right;
}

.date-pick-box .sty-month[disabled] {
  background: #eaeaea url(../../images/std/calender-icon.png) no-repeat right;
}


/*===== .tbl - table style =====*/
.tbl {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  border-top: 2px solid #1474f8;
  color: #333;
  font-size: 17px;
  letter-spacing: -.4px;
}
.tbl.bottom {
	border-bottom: 2px solid #1474f8;
}

.tbl col.width10 {
	width: 10%;
}
.tbl col.width13 {
	width: 13%;
}
.tbl col.width14 {
	width: 14%;
}
.tbl col.width15, .tbl_card col.width15 {
	width: 15%;
}
.tbl col.width16 {
	width: 16%;
}
.tbl col.width20, .tbl_card col.width20 {
	width: 20%;
}
.tbl_card col.width23, .tbl col.width23 {
	width: 23%;
}
.tbl col.width24, .tbl_card col.width24 {
	width: 24%;
}
.tbl_card col.width30 {
	width: 30%;
}
.tbl col.width35, .tbl_card col.width35 {
	width: 35%;
}
.tbl col.width40 {
	width: 40%;
}
.tbl col.width43 {
	width: 43%;
}
.tbl col.width44 {
	width: 44%;
}
.tbl_card col.width50 {
	width: 50%;
}
.tbl col.width60 {
	width: 60%;
}
.tbl col.width76, .tbl_card col.width76 {
	width: 76%;
}
.tbl col.width77, .tbl_card col.width77 {
	width: 77%;
}
.tbl_card col.width85 {
	width: 85%;
}
.tbl col.width160 {
	width: 160px;
}
.tbl col.width200 {
	width: 200px;
}

.tbl tr, .tbl .tbl-area{
	transition: .3s;
}
.table.view tr:first-child {border-top: none;}
table.view th {
    padding : 5px 3px;
}
table.view td {
    padding : 4px 2px;
}
.tbl th, .tbl .title-box, .tbl h3 {
  position: relative;
  /* padding: 18px 10px 17px; */
  padding: 15px;
  background-color: #eaf4fa;
  border-right: 1px solid #eaeaea;
  text-align: center;
  font-weight: 500;
}
/* common.css에 적용된거 다시 작성 */
.table.view th {padding: 15px;}
.tbl th:last-child{
	border-right: none;
}
.tbl td {
  /* padding: 14px 10px 15px; */
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #fff;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
}
.tbl td img {
	max-width: 100%;
}
.tbl td a.tbl-flex {
	display :flex;
	gap: 3px;
    justify-content: flex-start;
	align-items: center;
}
.tbl td a.link:hover {text-decoration: underline;}
.tbl td .tbl-flex .tbl-dateimg {
    display: block;
	width: 17px;
}
.tbl td.blue_link{
	color: #1474f8;
}
/* common.css에 적용된거 다시 작성 */
.table.view table td {padding: 15px;}
.tbl td.tbl-num {text-align: left;}
.tbl td .it {width: 100%;}
.tbl td.tbl-num .num-input {width: 100px;}
.tbl td.title, .tbl div.title{
	color: #033c8a;
	font-size: 21px;
	font-weight: 600;
}
.tbl td:last-child{
	border-right: none;
}
.file_box01 li  {
	text-align: left;
	margin-top: 10px;
}
.file_box01 li .input_upFile {
	/* width: 860px; */
	width: auto;
}
.tbl tfoot{
	border-bottom: 1px solid #333;
}

.tbl.lay1 th {
  width: 200px;
}

.tbl.lay2 th:first-child {
  width: 200px;
}

.tbl.lay3 th:nth-child(odd) {
  width: 150px;
}

.tbl.lay3 th:nth-child(2) {
  width: 100px;
}

.tbl.tbl_statsList tr:hover{
	background: #eaf4fa;
}

.tbl th .btn_more {
  right: 20px;
  bottom: 25px;
}

.tbl .std_nbr {
  color: #0079d6;
  font-weight: 500;
}

.tbl .std_name {
  text-align: left;
}

.tbl .std_name a {
	display: inline-block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tbl .notice_txt {
  color: #1474f8;
}

.tbl .dot_list {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}

.tbl.sty2 th {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  text-align: left;
}

.tbl.sty2 td {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  /* padding-left: 20px; */
  text-align: left;
  vertical-align: middle;
}

.tbl.sty3, .tbl.sty4 {
  table-layout: fixed;
}

.tbl.sty3, .tbl.sty3_3 {
  border-top: 2px solid #1474f8 !important;
}

.tbl.sty3 th, .tbl.sty3 td, .tbl.sty3_3 th, .tbl.sty3_3 td {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.tbl.sty3 th, .tbl.sty3_3 th {
  padding: 24px 20px;
  text-align: left;
}

.tbl.sty3 td, .tbl.sty3_3 td {
  padding-left: 20px;
  text-align: left;
}

.tbl.sty3_2 {
  table-layout: fixed;
  border-top: 1px solid #000;
}

.tbl.sty3_2 th, .tbl.sty3_2 td {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.tbl.sty3_2 th {
  padding: 24px 20px 24px;
  text-align: center;
}

.tbl.sty3_2 td {
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
}

.tbl.sty4 {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.tbl.collps th, .tbl.collps td {
  display: block;
}

.tbl.collps td {
  padding-left: 40px;
}

.tbl.collps td .expand {
  max-height: 74px;
  overflow: hidden;
}

.tbl.collps td .expand.on {
  max-height: initial;
}

/* 국기  */
.country_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.country_wrap .country {
  margin-right: 11px;
}

.country_Wrap{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.country {
  display: inline-block;
  width: 34px;
  height: 19px;
  line-height: 19px;
  border: 1px solid #dbdbdb;
  background-position: left 0 center;
  background-size: cover;
}
.country.etc{
	border: none;
}


.tbl .std_inc_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tbl .std_inc_name .inc_file {
  display: inline-block;
  padding: 7px 10px 8px;
  margin-left: 5px;
  background: #fff url(../img/file1.png) no-repeat center;
}

.tbl_notice {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  letter-spacing: -.4px;
  text-align: right;
}

.tbl_notice.sty2 {
  margin-top: 60px;
  margin-bottom: 15px;
  text-align: left;
}

.tbl_notice.lay2 {
  text-align: left;
}

.tbl_notice.sty3 {
  color: #f76532;
}

.tbl_notice .txt_ast {
  padding-right: 2px;
}
/* tbl button */
.tbl .detail_btn1, .tbl_card .detail_btn1{
	padding: 10px 15px;
	background-color:#fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tbl .detail_btn1.no_ontology, .tbl_card .detail_btn1.no_ontology{
	padding: 10px 15px;
	cursor: default;
    background: #f5f5f5;
}
.tbl .detail_btn1.no_ontology span, .tbl_card .detail_btn1.no_ontology span{
	text-align: left; 
}
.tbl .detail_btn1 img, .tbl_card .detail_btn1 img{
	height: 30px; margin-right: 8px;
}
.tbl .detail_btn1 span, .tbl_card .detail_btn1 span{color: #0f3888;display: inline-block;}



.content_wrap .group {
  margin-top: 40px;
}


.sec_tit {
  padding: 0;
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: -.6px;
  color: #000;
}




/* tooltip */
.tooltipS{
	width: 15px; height: 15px; margin-left: 5px;
    background: url(../img/icon_info_line.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    cursor: help;
    vertical-align: bottom;
}
[data-tooltip]:hover{
	position: relative;
	z-index: 10;
}
[data-tooltip]:hover::before{
	content: "";
	width: 10px; height: 10px;
	border-right: 8px solid transparent;
    border-bottom: 10px solid #555;
    border-left: 8px solid transparent;
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
[data-tooltip]:hover::after{
	content: attr(data-tooltip);
    min-width: 290px; padding: 10px 20px;
    background: #555;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
/* 버튼 툴팁 */
button.detail_btn1[data-tooltip]:hover::before{
    top: 51px;
}
button.detail_btn1[data-tooltip]:hover::after{
    top: 61px;
}
button.btn_wrap {margin-bottom: 0;} 

/* 관리카드 테이블 수정 */
.cardWrap h4{
	margin: 40px 0 20px;
	font-size: 21px;
	font-weight: 600;
}
.cardWrap h4:nth-of-type(1){
	margin-top: 0;
}
.cardWrap .btn_wrap{
	margin-top: 50px;
}

	
/* 연도별 현황 */
/* .stats_wrap */
.stats_wrap {
	margin-bottom: 100px;
}
.stats_wrap .tbl td{
	text-align: center;
}
.stats_wrap .tbl td.tl{
	text-align: left;
}

/* tbl_card */
.tbl_card{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #1474f8;
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.tbl_card caption {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
}
.tbl_card tr{
	border-bottom: 1px solid #dedede;
}
.tbl_card th, .tbl_card td{
	padding: 20px;
	border-right: 1px solid #dedede;
	text-align: left;
	position: relative;
}
.tbl_card th:last-child, .tbl_card td:last-child{
	border-right: none;
}
.tbl_card th {
	background-color: #eaf4fa;
	font-weight: 500;
}
.tbl_card th.center{
	text-align: center;
}
.tbl_card td {
	background-color: #fff;
	font-weight: 400;
	transition: .3s;
}
.tbl_card td img {
    max-width: 100%;
}

.tbl_card td.title{
	color: #033c8a;
	font-size: 21px;
	font-weight: 600;
}
.tbl_card td.oc_td{
	padding: 0;
}
.tbl_card td .oc_box {
	height: auto; padding: 20px;
	overflow: hidden;
	transition: .3s;
}
.tbl_card td.oc_off .oc_box {
	height: 150px;
}
/* tbl_card12 : 국가표준 -> 기술기준 테이블 */
.tbl_card td .oc_btn, .tbl_card3 .oc_btn,
.tbl_card12 .oc_btn {
	width: 100%; padding: 15px;
	background: linear-gradient(transparent, 1%, #fafafa);
	color: #0056b3;
	font-size: 15px;
	font-weight: 600;
	transition: .3s; 
	display: flex;
    align-items: center;
    justify-content: center;
}
.tbl_card td .oc_btn:hover, .tbl_card3 .oc_btn:hover,
.tbl_card12 .oc_btn:hover {
	background: linear-gradient(transparent, 1%, #f3f3f3);
    letter-spacing: 2px;
}
.tbl_card td.oc_off .oc_btn, .tbl_card3.oc_off .oc_btn,
.tbl_card12.oc_off .oc_btn{
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tbl_card td .oc_btn span, 
.tbl_card3 .oc_btn span,
.tbl_card12 .oc_btn span, .tbl-area .oc_btn span{
	width: 16px; height: 16px; margin-left: 5px;
	display: inline-block;
	position: relative;
}
.tbl_card td .oc_btn span::after, .tbl_card td .oc_btn span::before,
.tbl_card3 .oc_btn span::after, .tbl_card3 .oc_btn span::before,
.tbl_card12 .oc_btn span::after, .tbl_card12 .oc_btn span::before, .tbl-area .oc_btn span::after, .tbl-area .oc_btn span::before{
	content: "";
	width: 2px;
	height: 10px;
	background: #0056b3;
    border-radius: 1px;
	position: absolute;
	top: 4px;
	transition: .3s;
}
.tbl_card td .oc_btn span::after, 
.tbl_card3 .oc_btn span::after,
.tbl_card12 .oc_btn span::after, .tbl-area .oc_btn span::after{
	left: 4px;
	transform: rotate(45deg);
}
.tbl_card td .oc_btn span::before, 
.tbl_card3 .oc_btn span::before,
.tbl_card12 .oc_btn span::before, .tbl-area .oc_btn span::before{
	right: 4px;
	transform: rotate(-45deg);
}
.tbl_card td.oc_off .oc_btn span::after,
.tbl_card3.oc_off .oc_btn span::after,
.tbl_card12.oc_off .oc_btn span::after{
	transform: rotate(-45deg);
}
.tbl_card td.oc_off .oc_btn span::before, 
.tbl_card3.oc_off .oc_btn span::before,
.tbl_card12.oc_off .oc_btn span::before{
	transform: rotate(45deg);
}
.tbl_card3, .tbl_card12{
	height: auto;
	overflow: hidden;
	position: relative;
}
.tbl_card3.oc_off, .tbl_card12.oc_off{
	height: 400px;
}
.card_conTd > p{
	font-size: 15px;
	font-weight: 500;
}
.card_conTd .card_conBox li{
	margin-top: 10px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.card_conTd .card_conBox li::before {
	content: "";
	width: 4px;
	height: 12px;
	margin-right: 10px;
	border-radius: 2px;
	background: #0056b3;
}
.card_conTd .card_conBox li a{
	padding: 2px 10px;
	margin-left: 10px;
	background: #fafafa;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	font-size: 12px;
}
.tbl_card4{
	display: flex;
	justify-content: space-between;
}
.tbl_card4 .tbl_card4_con{
	width: 32%;
}
.tbl_card5{
	display: flex;
	justify-content: space-between;
}
.tbl_card5 .tbl_card5_con{
	width: 49%;
}
.cardWrap .tbl_card4 h4, .cardWrap .tbl_card5 h4{
	margin-top: 40px;
}
/* tbl_card 리스트형식 */
.tbl_card_list{
	max-height: 200px;
	background: #fafafa;
	border-top: 2px solid #1474f8;
	/* border-bottom: 1px solid #dedede; */
	overflow-y: auto;
}
.tbl_card_list li{
	height: 68px;
	padding: 15px 20px;
	background: #fff;
	border-bottom: 1px solid #dedede;
	font-size: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: .3s;
}
.tbl_card_list li:last-child {
	border-bottom: none;
}
.tbl_card_list li:first-child{
	border-bottom: 1px solid #dedede;
}
.tbl_card_list li:hover {
	background: #fafafa;
}
.tbl_card_list li.noData {
	cursor: default;
}
.tbl_card_list li.noData:hover{
	background: #fff;
}
.tbl_card_list li p{
	width: calc(100% - 105px);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tbl_card_list li a {
	padding: 10px 15px;
	margin-left: 20px;
	background: #fafafa;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	font-size: 14px;
}
.tbl_card_list li.active {
	background: #eaf4fa;
	font-weight: bold;
	color: #033c8a;
}
.tbl_card_list2{
	height: 200px;
	border-bottom: 1px solid #dedede;
}
/* tbl_card 리스트형식 3 */
.tbl_card_list3{
	border-top: 2px solid #1474f8;
}
.tbl_card_list3.bottom{
	border-bottom: 2px solid #1474f8;
}
.tbl_card_list3 li{
	padding: 15px 20px;
	background: #fff;
	border-bottom: 1px solid #dedede;
	font-size: 17px;
	display: flex;
	align-items: center;
}
.tbl_card_list3 li p{
	line-height: 37px;
}
.tbl_card_list3 li a{
	padding: 10px 15px;
	margin-left: 20px;
	background: #fafafa;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tbl_card_list3 li a img{
	width: 16px;
	margin-left: 5px;
	display: block;
}
/* 기술기준 첨부파일 */
.tbl_card_list3 li span {display: inline-block;}
.tbl_card_list3 li .file-num {margin-right: 15px;}
.tbl_card_list3 li .file-name {
	margin-right: 10px;
}
.tbl_card_list3 li .file-size {
	font-size: 12px;
	color: #999;
}
.tbl_card_list3 li button.btn-md {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
    padding: 0px 15px;
    margin-left: 20px;
    font-size: 14px;
}
.tbl_card_list3 li button.bg-blue {
    background-color: #033c8a;
}
.tbl_card_list3 li button.bg-blue img.down_img {
	display: block;
    width: 16px;
    margin-right: 5px;
}
/* 국가표준 상세 버튼 */
.tbl tr td a.btn-md, .tbl_card tr td button.btn-md {
	display: inline-block;
    min-width: 100px;
	height: 40px;
    text-align: center;
    color: #fff;
	line-height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.4px;
    vertical-align: top;
	border-radius: 5px 5px;
    padding: 0 20px;
	margin-left: 0;
    transition: all 0.1s;
}
.tbl tr td a.bg-blue, .tbl_card tr td button.bg-blue {background-color: #033c8a;}
.tbl tr td a.bg-blue img.down_img, .tbl_card tr td button.bg-blue img.down_img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: sub;
}
/* 원문보기, 온톨로지보기 버튼 영역 */
/* .tbl tbody tr td .btn_wrap {
	display: flex;
	gap: 400px;
	margin-top: 0;
} */
/* .tbl tbody tr td .btn_wrap .detail_btn1 {
	display: inline-flex;
    justify-content: center;
    line-height: 50px;
    padding: 0 10px;
	background-color: #11388a;
	color: #fff;
   	border-radius: 5px;
} */
/* .tbl tbody tr td .btn_wrap .detail_btn1 img {
	display: block;
    width: 50px;
	height: 50px;
	padding: 10px;
    object-fit: contain;
} */
.tbl tbody tr td .btn_wrap {
	display: inline-flex;
    line-height: 50px;
    padding: 0 10px 0 0;
	margin-top: 0;
}
.tbl tbody tr td .btn_wrap img {
	display: block;
    width: 50px;
	height: 50px;
	padding: 10px;
	filter: opacity(0.5) drop-shadow(0 0 0 #000);
}
/* tit_info */
.tit_info {
	color: #ff1818;
    font-size: 15px;
    font-weight: 500;
}

/* 상세보기버튼 */
button.detail-btn, a.detail-btn{
	height: 40px;
 	line-height: 40px;
	background-color: #033c8a;
	color: #fff;
}
button.detail-btn img, a.detail-btn img{
	width: 20px;
	margin-left: 5px;
	vertical-align: sub;
}

/* scroll */
#contents *.tbl_card_list::-webkit-scrollbar{
	width: 14px;
}
#contents *.tbl_card_list::-webkit-scrollbar-track{
	border-radius: 7px;
}

/* .btn_wrap */
.btn_wrap{
	margin-bottom: 20px;
	text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn_wrap button{
	padding: 10px 30px;
	background: #fff;
	border: 1px solid #1474f8;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	transition: .2s;
}
.btn_wrap button:hover{
	background: #1474f8; 
	color: #fff;
}

.btn_wrap .blue{
	background: #1474f8;
	color: #fff;
}
.btn_wrap .blue:hover{
	background: #fff;
	color: #1474f8;
}

.btn_wrap .btn_list_go {
  display: inline-block;
  padding: 11px 24px;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.btn_wrap .btn_save {
  display: inline-block;
  padding: 11px 24px;
  border: 1px solid #1474f8;
  border-radius: 4px;
  background-color: #1474f8;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 0 10px;
}

.btn_wrap .btn_del_bbs {
  display: inline-block;
  padding: 11px 24px;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  line-height: 1;
}

.btn_more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding-right: 17px;
  font-size: 15px;
  color: #000;
  background: url(../img/arr6.png) no-repeat right center;
}

.btn_more2 {
  display: inline-block;
  margin-left: 5px;
  padding: 6px 23px 5px 10px;
  border-radius: 13px;
  background: #f4f5f9 url(../img/arr10.png) no-repeat right 10px center;
  font-size: 13px;
  color: #333;
}

.btn_down {
  display: inline-block;
  padding: 4px 11px 3px 31px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #666;
  line-height: 1;
  background: #fff url(../img/down1.png) no-repeat 11px center;
}

.btn_down2 {
  display: inline-block;
}

.btn_down2 .icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-left: 9px;
  border-radius: 50%;
  background: #f5f5f5 url(../img/down1.png) no-repeat center;
  vertical-align: middle;
}

.btn_link_go {
  display: inline-block;
  padding: 4px 12px 5px;
  border-radius: 4px;
  background-color: #1474f8;
  font-size: 15px;
  color: #fff;
}

.btn_alrim {
  display: inline-block;
  padding: 11px 10px;
  border: 1px solid #1474f8;
  border-radius: 4px;
  font-size: 14px;
  color: #1474f8;
  background-color: #fff;
}



/*===== content Pages ===== */
.sch_result_area {
  margin-top: 57px;
}

.sch_result_area .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sch_result_area .head .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #333;
}

.sch_result_area .head .txt + .txt {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #ccc;
}

.sch_result_area .head .point {
  color: #1474f8;
  font-weight: bold;
}

.sch_result_area .head .bold {
  color: #000;
}

.sch_result_area .com_sel {
  width: 90px;
  padding: 9px 10px;
}

.sch_result_area .btn_confirm {
  width: 73px;
  padding: 9px 0;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}


/* 이전글, 다음글 */
.detail_documents .other_document_wrap {
    margin-top: 100px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.board_wrap + .other_document_wrap {
  margin-top: 80px;
}

.detail_documents .other_document_wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
}
.detail_documents .other_document_wrap dl + dl {
    border-top: 1px solid #eaeaea;
}
.detail_documents .other_document_wrap dt {
    padding: 18px 34px 18px 45px;
    font-weight: bold;
    color: #000;
}
.detail_documents .other_document_wrap dd {
    padding: 15px 20px;
    color: #333;
}
.detail_documents .other_document_wrap .prev {
    background: #eaf4fa url(../img/arr11.png) no-repeat 20px center;
}
.detail_documents .other_document_wrap .next {
    background: #eaf4fa url(../img/arr12.png) no-repeat 20px center;
}


/*===== 빅데이터  ===== */
.chart-container * {
	color: #333;
}
.chart-container .flex {
	gap: 30px;
}
.chart-container .chart-box {
	padding: 40px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(52, 52, 52, .1);
	overflow: hidden;
}
.chart-container .chart-box + .chart-box{
	margin-top: 40px;
}
.chart-container .flex .chart-box {
    flex: 1;
}
.chart-container .pieChart {
	margin: 80px 0;
}
.chart-container .chart-title {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: left;
	line-height: 18px;    
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.chart-container .chart-content{
	display: flex;
	
}
.chart-container .chart-content > div{
	height: 445px;
	padding: 30px; 
	border: 1px solid #ebebeb;
}
.chart-container .chart-content .chart-item{
	width: 35%;
   	position: relative; /* 상대 위치 설정 */
}
.chart-container .chart-content .chart-list{
	width: 65%;
	border-left: none;
	display: table;
}

.chart-container .chart-item canvas {
	width: 100% !important;   /* 부모 크기에 맞게 100%로 설정 : 화면 사이즈 줄일 때마다 크기 안 맞춰져서 important 추가 */
	height: 100% !important;  /* 부모 크기에 맞게 100%로 설정  : 화면 사이즈 줄일 때마다 크기 안 맞춰져서 important 추가 */
	background: #fff;
}
/* tbl_chart */
.chart-container .chart-list .tbl_chart{
	width: 100%;
	table-layout: fixed;
}

.chart-container .chart-list .tbl_chart col.width10 {
	width: 10%;
}
.chart-container .chart-list .tbl_chart col.width15 {
	width: 15%;
}
.chart-container .chart-list .tbl_chart col.width20 {
	width: 20%;
}
.chart-container .chart-list .tbl_chart col.width30 {
	width: 30%;
}
.chart-container .chart-list .tbl_chart col.width40 {
	width: 40%;
}

.chart-container .chart-list .tbl_chart th,
.chart-container .chart-list .tbl_chart td{
	padding: 0 15px;
	font-size: 16px;
	border: 1px solid #ebebeb;
}
.chart-container .chart-list .tbl_chart th{
	height: 44px;
	background: #3169b7;
	color: #fff;
	font-weight: 500;
}
.chart-container .chart-list .tbl_chart td{
	height: 56px;
	transition: .3s;
}
.chart-container .chart-list .tbl_chart td span{
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.chart-container .chart-list .tbl_chart td.newPage span::after {
	content: "";
    width: 14px;
    height: 14px;
    background: url(/KSCI/newPortal/img/icon_open_b.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 20px;
	right: 6px;
}

.chart-container .ta_c{
	text-align: center;
}
.chart-container .fw_b{
	font-weight: bold;
}
.chart-container .chart-list tbody tr:hover td{
	background: #fafafa;
}
/* .chart-container .chart-list .tbl_chart a{
	padding: 8px 5px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	text-align: center;
	display: block;
} */
.chart-container .chart-list .tbl_scroll{
	height: 100%;
	overflow-y: auto;
	border: 1px solid #ebebeb;
}
.chart-container .chart-list .tbl_scroll col.width20{
	width: 20%;
}
.chart-container .chart-list .tbl_scroll col.width30{
	width: 30%;
}.chart-container .chart-list .tbl_scroll col.width50{
	width: 50%;
}
.chart-container .chart-list .tbl_scroll col.width60{
	width: 60%;
}
.chart-container .chart-list .tbl_scroll th{
	border-top: none;
	position: sticky;
	top: 0;
	z-index: 10;
}
.chart-container .chart-list .tbl_scroll th:first-child,
.chart-container .chart-list .tbl_scroll td:first-child{
	border-left: none;
}
.chart-container .chart-list .tbl_scroll th:last-child,
.chart-container .chart-list .tbl_scroll td:last-child{
	border-right: none;
}
.chart-container .chart-list .tbl_scroll th.ln-b{
	border: 1px solid #ebebeb;
}
.chart-container tr[onclick]{
	cursor: pointer;
}

/* tipBox */
.tipWrap{
	position: relative;
}
.tipWrap span{
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tipWrap .tip{ 
    width: 98%;
    padding: 10px;
    line-height: 14px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(3, 60, 138, .5);
    font-size: 14px;
    line-height: 21px;
    word-wrap: break-word;
    position: absolute;
    left: 1%;
    top: 0;
    z-index: 9;
    transition: .1s;
	display: none;
}
.tipWrap:hover .tip{
	display: block;
}

/* chart-lanking */
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(1) td:first-child,
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(2) td:first-child,
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(3) td:first-child{
	padding: 10px;
}
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(1) td:first-child p,
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(2) td:first-child p,
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(3) td:first-child p{
	width: 30px; height: 30px;
	margin: 0 auto;
	border-radius: 15px;
	background: #bf8032;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(1) td:first-child p{
	/* background: #efc014; */
	background: #b58e00;
}
.chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(2) td:first-child p{
	/* background: #9fc0c5; */
	background: #779a9f;
}

/* chart-box3 */
.chart-container .chart_con3 .chart-content > div{
	height: 387px;
}
.chart-container .chart_con3 .chart-list .tbl_chart td{
	text-align: center;
}
.chart-container .chart_con3 .chart-list .tbl_chart td:first-child{
	background: #f4f9ff;
	font-weight: bold;
}

.chart-container .comment{
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	color: #888;
}

/* chart Tab */
.chart-container .chart-tabTop{
	margin: 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chart-container h4{
	font-size: 18px;
	line-height: 18px;
}
.chart-container .chart-tabWrap{
	display: flex;
	gap: 5px;
}
.chart-container .chart-tabWrap2{
	margin-bottom: 5px;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.chart-container .chart-tabWrap2 .label_cnt{
	font-size: 14px;
}
.chart-container .chart-tabWrap2 .label_cnt span{
	font-weight: bold;
	color: #033c8a;
}
.chart-container .chart-tabWrap .btn{
	height: 42px;
	padding: 0 20px;
	background: #fafafa;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	transition: .3s;
}
.chart-container .chart-tabWrap2 .btn{
	flex: auto;
	border-radius: 5px;
	border-bottom: 1px solid #ebebeb;
}
.chart-container .chart-tabWrap .btn:hover{
	background: #f4f6f7;
}
.chart-container .chart-tabWrap .btn.current{
	background: #033c8a;
	border: 1px solid #033c8a;
	border-bottom: none;
	color: #fff; 
}
.chart-container .chart-tabWrap2 .btn.current{
	border-bottom: 1px solid #033c8a;
}
.chart-container .chart-tabWrap2 .com_sel{
	width: 200px;
	height: 42px;
	padding: 0 21px;
	font-size: 14px;
}
.chart-container .chart-tabList{
	height: calc(100% - 42px);
	border: 1px solid #ebebeb;
	border-top: 3px solid #033c8a;
	overflow-y: auto;
}
.chart-container .chart-tabList li{
	padding: 20px;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.chart-container .chart-tabList li:hover{
	background: #fafafa;
}
.chart-container .chart-tabList p{
	margin-top: 10px;
	font-size: 18px;
	line-height: 18px;
}
.chart-container .chart-tabList .ctgr{
	margin-top: 0;
	padding: 8px 10px;
	background: #1474f8;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
}
.chart-container .chart-tabList .title{
	font-size: 18px;
	font-weight: bold;
}
.chart-container .chart-tabList .note{
	color: #888;
	font-size: 14px;
	line-height: 21px;
}
/* .chart_btnBox */
.chart-container .chart_btnBox{
	display: flex;
	gap: 15px;
}
.chart-container .chart_btnBox button{
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: .3s;
}
.chart-container .chart_btnBox button::before{
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 12px;
	display: none;
}
.chart-container .chart_btnBox button:hover{
	background: #1474f8;
	color: #fff; 
}
.chart-container .chart_btnBox .btn_cd::before{
	background: url(/img/.png) no-repeat center #fff;
	background-size: contain;
}
.chart-container .chart_btnBox .btn_list::before{
	background: url(/img/.png) no-repeat center #fff;
	background-size: contain;
}
/* grid */
.chart-container .grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px; 
}
.chart-container .grid .chart-grid-item{
    width: calc(50% - 15px);
	height: auto;
	padding: 0;
}
.chart-container .grid .grid-title{
	padding: 15px 20px;
	background: #3169b7;
	border-bottom: 1px solid #ebebeb;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}
.chart-container .grid .grid-wrap{
	display: flex;
}
.chart-container .grid .grid-wrap > div{
	width: 50%; height: 407px; padding: 20px;
}
.chart-container .grid .chart-grid-list{
	height: 354px;
	border-left: 1px solid #ebebeb;
}
.chart-container .grid .chart-grid-list ul{
	height: 100%;
	border: 1px solid #ebebeb;
	overflow-y: auto;
}
.chart-container .grid .chart-grid-list li{
	border-bottom: 1px solid #ebebeb;
}
.chart-container .grid .chart-grid-list li:hover{
	background: #fafafa;
}
.chart-container .grid .chart-grid-list li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}
.chart-container .grid .chart-grid-list li .num{
	width: 40px;
    padding: 15px 0;
    background: #919191;
	border-right: 1px solid #ebebeb;
	color: #fff;
    text-align: center;
    font-size: 16px;
}
.chart-container .grid .chart-grid-list li:nth-of-type(1) .num{background: #b58e00;}
.chart-container .grid .chart-grid-list li:nth-of-type(2) .num{background: #779a9f;}
.chart-container .grid .chart-grid-list li:nth-of-type(3) .num{background: #bf8032;}

.chart-container .grid .chart-grid-list li .itemType{
	width: 70px;
	padding: 9px 5px 7px;
	border-radius: 5px;
	color: #fff; 
	line-height: 14px;
	text-align: center;
	transition: .1s;
}
.chart-container .grid .chart-grid-list li .itemTypeA{
	color: #033c8a;
	border: 1px solid #033c8a;
}
.chart-container .grid .chart-grid-list li .itemTypeB{
	color: #1474f8;
	border: 1px solid #1474f8;
}
.chart-container .grid .chart-grid-list li:hover .itemTypeA{
	background: #033c8a;
	color: #fff;
}
.chart-container .grid .chart-grid-list li:hover .itemTypeB{
	background: #1474f8;
	color: #fff;
}
.chart-container .grid .chart-grid-list li div{
    width: calc(100% - 130px);
    font-size: 16px;
    line-height: 16px;
}
.chart-container .grid .chart-grid-list li div span{
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.chart-container .grid .chart-grid-list li > p.newPage span::after {
	content: "";
    width: 14px;
    height: 14px;
    background: url(/KSCI/newPortal/img/icon_open_b.png) no-repeat center;
    background-size: contain;
    position: absolute;
	top: 4px;
    right: -20px;
}
.chart-container .grid .chart-grid-list li:hover div{
	color: #033c8a;
}


/* chart-type1 : 가로형 데이터 */
.chart-container .chart-type1{
	flex-direction: column;
}
.chart-container .chart-type1 .chart-item{
	width: 100%;
}
.chart-container .chart-type1 .chart-list{
	width: 100%;
	border-top: none;
	border-left: 1px solid #ebebeb;
}

/* 데이터 없을 경우 설정 */
.no-data {
	position: absolute;
    top: 50%;
    left: 50%;
    /* width: 70%;
    height: 248px;
    line-height: 248px; */
	width: 80%;
    height: 76%;
    line-height: 300px;
    font-size: 24px;
    color: #888;
    text-align: center;
    background-color: rgb(249 248 248 / 80%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.chart-noData{
	width: 100%; height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.chart-noData p{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
.chart-noData img{
	width: 80%;
}
.chart-noData.chart-noDataB p{
	width: 100%;
	position: absolute;
	top: calc(50% - 8px);
}

/* scroll */
.chart-content .chart-list *::-webkit-scrollbar {
	width: 100%;
	height: 8px;
	background: #fafafa;
}

    
/* 개인화 서비스 */
.plData .search_area{
	width: 100%;
	padding: 40px;
	border-radius: 10px;
}
.plData .search_area .row_wrap{
	padding: 30px;
	padding-top: 0;
}
.plData .search_area .row_wrap + .row_wrap{
	padding-top: 30px;
	border-top: 1px solid #e0e1e3;
}
.plData .search_area .row_wrap:last-child{
	padding-bottom: 0; 
}
.plData .search_area .each{
	display: flex;
	align-items: center;
	gap: 20px;
}
.plData .search_area .each .sch-label{
	min-width: 8%;
	font-size: 16px;
	line-height: 16px;
}
.plData .sel_area, .plData .sel_area > div, .plData .chk_area, .plData .rdo_area{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 15px;
}
.plData .sel_area > div{
	gap: 7px;
}
.plData .sel_area p{
	font-size: 16px;
}
.plData .sel_area select{
	width: 100px;
	padding: 10px 21px;
	border: 1px solid #d9d9d9;
	font-size: 15px;
}
.plData .rdo_area .rdo-wrap{
	margin: 0;
}
.plData .chk_area .chk-wrap{
	margin: 0;
}
.plData .rdo_area .rdo-wrap label,
.plData .chk_area .chk-wrap label{
	cursor: pointer;
}
.plData .sch_btn_area{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.plData .sch_btn_area button{
	min-width: 110px;
	padding: 10px;
	border: 1px solid #1474f8;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
}
.plData .sch_btn_area .btn_sch{
	background: #1474f8;
	color: #fff;
}
.plData .sch_btn_area .btn_reset{
	background: #fff;
	color: #1474f8;
}
.plData .chart-container .chart-box{
	margin-top: 40px;
}

/* 빅데이터 & 개인화 col */
.plData col.width10 {
	width: 10%;
}
.bigData col.width15, .plData col.width15 {
	width: 15%;
}
.bigData col.width20, .plData col.width20 {
	width: 20%;
}
.plData col.width35 {
	width: 35%;
}
.plData col.width40 {
	width: 40%;
}
.plData col.width45 {
	width: 45%;
}
.plData col.width50 {
	width: 50%;
}
.bigData col.width65, .plData col.width65 {
	width: 65%;
}





/* 표준분야 정보 */
.plData .field_wrap .field_top,
.plData .field_wrap .field_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.plData .field_wrap .field_top{
	margin-bottom: 20px;
}
.plData .field_wrap .field_box{
	border: 1px solid #ebebeb;
}
.plData .field_wrap .field_title,
.plData .field_wrap .field_con{
	font-size: 16px;
	display: flex;
	justify-content: center;
    align-items: center;
}
.plData .field_wrap .field_title{
	padding: 15px;
	background: #f4f6f7;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}
.plData .field_wrap .field_con{
	padding: 30px 20px;
    flex-direction: column;
}
.plData .field_wrap .field_top .field_box:first-child{
	width: 25%;
}
.plData .field_wrap .field_top .field_box:last-child{
	width: 75%;
	border-left: none;
}
.plData .field_wrap .field_top .field_name{
	color: #033c8a;
	font-size: 24px;
	font-weight: bold;
    justify-content: center;
}
.plData .field_wrap .field_top .field_txt{
	align-items: flex-start;
}
.plData .field_wrap .field_bottom .field_box{
	width: 25%;
}
.plData .field_wrap .field_bottom .field_box + .field_box{
	border-left: none;
}
.plData .field_wrap .field_bottom .cnt{
	color: #033c8a;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
}
.plData .field_wrap .field_bottom .cnt_an{
	margin-top: 15px;
	color: #888;
	font-size: 14px;
	line-height: 14px;
}
.plData .field_wrap .chart1-grid-list{
	border-top: 1px solid #ebebeb;
}
.plData .field_wrap .chart1-grid-list ul{
	height: 160px;
	overflow-y: auto; 
}
.plData .field_wrap .chart1-grid-list li{
	padding: 15px;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	
}
.plData .field_wrap .chart1-grid-list li span{
    white-space: nowrap;
}

.plData .chart_con4 .sel_area{
    margin-bottom: 10px;
    justify-content: flex-end;
}
.plData .chart_con4 .sel_area select{
	width: 130px;
}

/*===== pagination ===== */
.pagination {
  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;
  margin-top: 52px;
}

.pagination .prev_first, .pagination .prev, .pagination .next, .pagination .next_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pagination .next, .pagination .next_last {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.pagination .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination .pages li {
  /* width: 30px; */
  /* padding: 7px 0; */
  padding: 10px 8px;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.pagination .pages li a {
  display: block;
  color: #000;
}

.pagination .pages li + li {
  /* margin-left: 20px; */
  margin-left: 10px;
}

.pagination .pages .current {
  background-color: #1474f8;
}

.pagination .pages .current a {
  color: #fff;
}

/* login */
/* 회원 관련 */
.user_infor {
  border-top: 1px solid #000;
  padding-top: 60px;
  margin-top: 70px;
}

.user_infor .sub_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.user_infor .sub_txt .txt {
  font-size: 18px;
  letter-spacing: -.5px;
  font-weight: 500;
  color: #333;
  line-height: 1.67;
}

.user_infor .area_tit {
	margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 24px;
  letter-spacing: -.6px;
}

.user_infor .login_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.user_infor .login_area .login_id, 
.user_infor .login_area .login_authpaper{
	width: 50%;
}

.user_infor .login_area .login_id {
  border-right: 1px solid #eaeaea;
  padding: 69px 0 66px;
}

.user_infor .login_area .login_id .cont {
  width: 370px;
  margin: 0 auto;
}

.user_infor .login_area .login_authpaper {
  padding: 70px 0;
}

.user_infor .login_area .login_authpaper .auth_paper_btn{
	padding: 14px 0;	
}
.user_infor .login_area .login_authpaper .btn {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 33px 10px;
  border-radius: 4px;
  background: #1474f8;
  color: #fff;
  font-weight: 500;
  letter-spacing: -.5px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user_infor .login_area .login_authpaper .btn::before{
	content: "";
	width: 21px;
	height: 25px;
	margin-right: 10px;
	background: url(../img/shield1.png) no-repeat center center;
	display: block;
}

.user_infor .login_area .id_pw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.user_infor .login_area .id_pw .inptxt {
  width: 50%;
}

.user_infor .login_area .find_sign {
	margin: 20px auto 0;
  font-size: 14px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_infor .login_area .find_sign .find {
  border-right: 1px solid #eaeaea;
  background: url(../img/sch3.png) no-repeat left center;
}

.user_infor .login_area .find_sign .signup {
  margin-left: 25px;
  background: url(../img/person1.png) no-repeat left center;
}

.user_infor .login_area .find_sign .find, .user_infor .login_area .find_sign .signup {
  padding: 2px 24px 0 32px;
}

.user_infor .login_id .btn_area {
  margin-top: 7px;
}

.user_infor .login_id .btn {
  display: block;
  width: 100%;
  padding: 23px 0 22px;
  border-radius: 4px;
  background-color: #1474f8;
  color: #fff;
  font-weight: 500;
  letter-spacing: -.5px;
  text-align: center;
  font-size: 18px;
}

.user_infor .find_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eaeaea;
  margin-top: 60px;
}


.user_infor .find_area .find_id,
.user_infor .find_area .find_pw{
	width: 50%;
	padding: 47px 0;
}
.user_infor .find_area .find_id {
  border-right: 1px solid #eaeaea;
}

.user_infor .find_area .area_tit {
  padding-bottom: 14px;
}

.user_infor .img_area {
  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;
  width: 100px;
  height: 100px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.user_infor .sub_tit {
  padding-bottom: 19px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.user_infor .name_auth_area, .user_infor .signup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eaeaea;
  margin-top: 60px;
}

.user_infor .name_auth_area .area_tit, .user_infor .signup_area .area_tit {
  padding-bottom: 14px;
}

.user_infor .phone_auth, .user_infor .ipin_auth {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 47px 20px;
}

.user_infor .phone_auth {
  border-right: 1px solid #eaeaea;
}

.user_infor .find_area .btn, .user_infor .name_auth_area .btn {
  display: block;
  width: 183px;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 4px;
  background-color: #1474f8;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.5px;
  text-align: center;
  color: #fff;
}

.user_infor .find_area .each, .user_infor .name_auth_area .each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 0 auto;
}

.user_infor .find_area .each .inptxt, .user_infor .name_auth_area .each .inptxt {
  padding: 7px 21px;
  margin-right: 4px;
}

.user_infor .find_area .each .btn, .user_infor .name_auth_area .each .btn {
  display: inline-block;
  width: initial;
  padding: 9px 11px 7px;
  font-size: 1.5rem;
  line-height: 1;
}

.user_infor .signup_area .personal {
  width: 50%;
  border-right: 1px solid #eaeaea;
  padding: 47px 0;
}

.user_infor .signup_area .company {
  width: 50%;
  padding: 47px 0;
}

.user_infor .signup_area .btn {
  display: block;
  width: 180px;
  padding: 15px 0 14px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #1474f8;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.5px;
  text-align: center;
}

.user_infor .signup_area .official {
  width: 100%;
  padding: 47px 0;
}

/* 회원가입 단계 표시 */
.signup_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 60px;
  justify-content: space-evenly;
}

.signup_step li.arr {
	width: 20px;
	background: url(../img/arr25_2.png) no-repeat center 10px;
}

.signup_step .arr.current{
  background-image: url(../img/arr25_1.png);
}

.signup_step .current .nbr, .signup_step .current .txt {
  color: #1474f8;
}

.signup_step .current .nbr {
  border-color: #1474f8;
}

.signup_step .txt_wrap {
  text-align: center;
}

.signup_step .nbr {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 35px;
  margin: 0 auto;
  border: 2px solid #757575;
  border-radius: 50%;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #757575;
}

.signup_step .txt {
  display: block;
  padding-top: 13px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #757575;
  word-break: keep-all;
}

/*회원정보 수정*/
.mypage {
  margin-top: 60px;
}

.mypage .area_tit {
  text-align: left;
}

.mypage .tbl th, .mypage .tbl td {
  text-align: left;
}

.mypage .tbl th {
  width: 200px;
  padding: 0;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.mypage .tbl .chk-wrap{
	margin-bottom: 0;
}
.mypage #expertAt + label{
	margin-left: 10px;
}	

.mypage .tbl .bbs_label {
  display: block;
}
.mypage .tbl th,
.mypage .tbl td {
  padding: 15px 20px;
}

.mypage .tbl .inptxt {
  width: 181px;
  height: 35px;
  flex: none;
}

.mypage .tbl .inptxt + .txt {
  padding-left: 5px;
  color: #666;
  font-size: 14px;
  letter-spacing: -.4px;
}

.mypage .btn_area {
  margin-top: 90px;
  text-align: center;
}

.mypage .btn_area .btn_signout, .mypage .btn_area .btn_next {
  display: inline-block;
  width: 181px;
  padding: 13px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.5px;
}

.mypage .btn_area .btn_signout {
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #fff;
  color: #666;
}

.mypage .btn_area .btn_next {
  border: 1px solid #1474f8;
  border-radius: 4px;
  background-color: #1474f8;
  color: #fff;
}




/* ============================================================== */
/* max-width: 1640px; */
@media screen and (max-width:1640px){

}

/* ============================================================== */
/* max-width: 1400px; */
@media screen and (max-width:1400px){

}


/* ============================================================== */
/* max-width: 1200px; */
/* @media screen and (max-width:1200px){} */


/* 반응형 */
/* @media screen and (max-width:1240px) {
	.content_wrap .tit_wrap .tit_wrap_con{
		padding-top: 48px;
		padding-bottom: 110px;		
	}
	
	
	.tab_link_list{
		margin-top: 38px;		
	}
	.tab_link_list li {
		padding: 0 30px;
	}
	
	.content_wrap {
		padding: 50px 20px 0;
	}
	.content_wrap.content_wrap_list {
		padding: 0;
	}
	.content_wrap_list .content{
		transform: translateY(-94px);
	}
	
	
	
	.com_sel + .rdo_area {
	  margin-left: 10px;
	}
	
	.search-box .rdo_area.sty2 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.rdo-wrap {
		min-width: 140px;
	}
	.rdo_area.sty3 .rdo-wrap {
		min-width: auto;
	}
	
	.rdo-wrap .txt {
		word-break: keep-all;
		padding: 0 0 0 26px;
	}

	.rdo-wrap input:checked + .txt .mark {
	    border-width: 5px;
	}
	
	.rdo-wrap .mark{
		width: 18px;
		height: 18px;		
	    margin-top: 3px;
	}
	
	.search_area{
		padding: 30px 32px;		
	}
	
	.search-box .each {
		gap: 10px;
	}
	.search-box .each + .each {
		flex: 1.2;
		margin-left: 0;
	}
	
	.search-box .sch-label {
		min-width: 54px;
		word-break: keep-all;
	}
	
	.search-box .btn_reset, .search-box .btn_sch {
		width: 134px;
        font-size: 15px;
        padding: 8px 0 10px;
	}
	
	.search-box .sch_btn_area {
		padding-top: 16px;
	}
	
	.com_sel + .rdo_area {
	  margin-left: 10px;
	}
	
	.search-box .rdo_area.sty2 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.com_sel {
		width: 166px;
		font-size: 14px;
		padding: 8px 10px;
	}
	
	
	input.inptxt{
		height: 38px;
		padding: 10px 6px;		
	}
	input::placeholder {
		font-size: 14px;
	}
	
	input.inptxt.sty1 {
	    max-width: 340px;
	}
	
	
	.tbl {
		font-size: 16px;
		word-break: keep-all;
	}
	.tbl th {
		padding: 8px 6px;
	}
	.tbl td {
		line-height: 1.4;
		padding: 6px;
	}
	.tbl td.title {
		font-size: 20px;
	}
	
	.tbl.sty3 th {
		padding: 18px 14px;
        word-break: auto-phrase;
	}
	.tbl.sty3 td {
		padding-left: 16px;
	}
	
	.tbl .detail_btn1 {
		padding: 8px 12px;
	}
	.tbl .detail_btn1 img {
	    height: 28px;
	    margin-right: 6px;
	}

	.country {
	    width: 32px;
	    height: 18px;
	}

	.tooltipS {
		margin: 3px;
	}
	

	.tbl_card th, .tbl_card td {
	    padding: 10px;
	}
	
	button.detail-btn {
		margin-left: 0;
	}
} */


/* tablet */
@media screen and (max-width:1060px) {
	
	.bread_area .ico_home {
		width: 60px;
	}
	.bread_area li + li{
		background-position: right 15px center;
	}
	.bread_area li a, .bread_area .depth1_txt {
		padding: 15px 35px 15px 15px;
		font-size: 14px;
	}
	.bread_area li:last-child .depth1_txt{
		padding: 15px;
	}
	
	.page_tit{
		font-size: 22px;		
	}

	.content_wrap {
		min-height: 638px;
	    padding-top: 42px;
	    padding-bottom: 68px;
	}
	.content_wrap_list, .content_wrap_current {
		padding: 0;
	}
	.content_wrap .tit_wrap .tit_wrap_con {
        padding-top: 36px;
	 	padding-bottom: 106px;
    }
    .content_wrap_current .tit_wrap .tit_wrap_con{
    	padding-bottom: 40px;
    }
    
    .content_wrap .btn_wrap {
	    margin: 40px 0 0;
	}
	.content_wrap_current .btn_wrap {
		margin-top: 0;
	}
	.content_wrap_current .btn_wrap button{
		padding: 10px 20px;
		font-size: 14px;
	}
	
	.stats_wrap{
		margin: 60px 0;
	}
    
    
	.tab_link_list li {
        padding: 0 18px;
    }
	.tab_link_list {
        margin-top: 38px;
    }

	
	.content_wrap_list .content {
		transform: translateY(-58px);
    }
	
	
	.search_area {
        padding: 18px 20px;
    }
    
	.search-box .each {
        gap: 6px;
    }
	.search-box .each + .each {
        flex: 1.4;
    }
    
    .search-box .sch-label {
		min-width: 42px;
        word-break: keep-all;
    }
    
    .search-box .row_wrap {
		gap: 10px;
	}
	
	.search_area .default_area .inptxt {
	    width: 336px;
	    height: auto;
	}
	.search_area .default_area .com_sel {
	    width: 134px;
	    padding: 16px;
	}
	
	.com_sel {
		width: 166px;
		padding: 8px 10px;
	}
	.com_sel + .rdo_area {
    	margin-left: 12px;
	}
	.search-box .rdo_area.sty2 {
		grid-template-columns: repeat(3, 1fr);
	}
	.rdo_area.sty2 .rdo-wrap {
	    min-width: 120px;
	}
	
	.rdo_area.sty3 .rdo-wrap {
		margin-right: 6px;
	}
	
	.rdo-wrap .txt {
		font-size: 14px;
	}
	
	.rdo-wrap input:checked + .txt .mark {
	    border-width: 4px;
	}
	.rdo-wrap .mark{
		width: 16px;
		height: 16px;
	}
    
    .search-box .sch_btn_area {
        padding-top: 22px;
    }
	.search-box .btn_reset, .search-box .btn_sch {
        width: 124px;
        font-size: 16px;
        padding: 6px 0 8px;
	}
	.search_area .default_area .btn_sch {
	    width: 112px;
	}
	.search_area .default_area .btn_sch img {
	    height: 42%;
	}
    
	.com_sel {
        width: 200px;
        font-size: 16px;
    }
	
	
	input.inptxt {
        height: 34px;
        padding: 6px 4px;
    }
	input::placeholder {
		font-size: 12px;
	}
	
    input.inptxt.sty1 {
        min-width: 210px;
    }
	
	
	.tbl, .tbl_card, .tbl_card5, .tbl_card_list li, .tbl_card_list3 li {
		font-size: 14px;
		word-break: keep-all;
	}
	.tbl th {
		padding: 12px 10px;
	}
	.tbl td {
		line-height: 1.4;
		padding: 10px;
	}
	.tbl td.title, .tbl_card td.title {
		font-size: 16px;
	}
	
    .tbl.sty3 th {
		word-break: auto-phrase;
        padding: 8px;
    }
	.tbl.sty3 td {
        padding: 10px 8px;
    }
    
    .tbl .detail_btn1, .tbl .detail_btn1.no_ontology, .tbl_card .detail_btn1.no_ontology {
		font-size: 12px;
        padding: 6px 8px;
	}
	.tbl .detail_btn1.no_ontology {
		padding: 6px 8px;
	}
	.tbl .detail_btn1 img {
        height: 20px;
		margin-right: 4px;
    }
    .tbl .detail_btn1 p {
	    line-height: 1.2;
	}
	/* 기계가독 원문보기  */
	button.detail_btn1[data-tooltip]:hover::before {
	    top: 36px;
	}
	button.detail_btn1[data-tooltip]:hover::after {
	    top: 46px;
	}
	
	.tbl_card_list li {
		height: 52px;
		padding: 10px 16px;
	}
	.tbl_card_list li a {
		padding: 8px 9px;
	}
	
	.tbl_card_list3 li a {
	    padding: 6px 12px;
	}
	.tbl_card_list3 li a img {
	    width: 14px;
	    margin-left: 4px;
	}
	
	.sec_tit, .cardWrap h4 {
		margin-bottom: 14px;
	}
	
	
	.board_wrap .post_body_area {
		padding: 20px 12px;
	}
	
	
	/* 튤팁 */
	.tooltipS {
		margin: 2px;
	}
	
	
	/* 테이블 */
    .tbl_card th, .tbl_card td, .tbl_card_list3 li {
        padding: 8px;
    }
	
	
	.sch_result_area .com_sel {
		font-size: 16px;
	    background: #fff url(../img/arr1.png) no-repeat right 10px center / 10px;
	    padding: 7px 8px;
	}
	
	.sch_result_area .btn_confirm {
		padding: 6px 0 7px;
	}
	
	
	.tbl tr td a.btn-md, button.detail-btn {
	    height: 38px;
		font-size: 14px;
	    line-height: 38px;
	    padding: 0 16px;
	}
	.tbl_card .detail_btn1 img {
	    height: 26px;
	    margin-right: 6px;
	}
	a.detail-btn img, button.detail-btn img {
		width: 18px;
	}
	
	
	.detail_documents .other_document_wrap {
		margin-top: 80px;
	}
	.detail_documents .other_document_wrap .prev, .detail_documents .other_document_wrap .next {
		background-size: 14px;
	}
	.detail_documents .other_document_wrap dt {
	    padding: 14px 38px 14px 45px;
	}
	.detail_documents .other_document_wrap dd {
	    padding: 12px 16px;
	}
	
	
	/* 공지사항 작성  */
	.write_documents .bbs_label {
	    padding: 14px 16px;
	}
	.write_documents .tbl td {
	    border-right: 1px solid #eaeaea;
	    padding: 14px 10px;
	}
	.write_documents .tbl .txt_point {
	    padding-bottom: 0;
	    margin-bottom: 14px;
	}
	.write_documents .file_area .each,
	.write_documents .file_area #apndFileform > .each {
	    margin-bottom: 14px;
	}
	.write_documents .file_area .each:last-child {
        margin-bottom: 0;
    }
	.write_documents .no-ico-btn-del {
	    height: 28px;
	    font-size: 14px;
	}
	#displayGeneralBoardBtn.btn_wrap .btn_save {
	    margin-right: 0;
	}
	
	
	
	/* 빅데이터 */
	.content_wrap .tit_wrap .tit_wrap_con.bigData {
	    padding-bottom: 62px;
	}
	
	.bigData .sch_result_area {
    	margin-top: 42px;
	}
	
	.chart-container .chart-box {
		padding: 24px;
	}
	.chart-container .chart-title {
	    margin-bottom: 24px;
	}
	.chart-container .chart-content {
		display: block;
	}
	.chart-container .chart-content > div {
	    height: 390px;
	    padding: 16px;
	}
	.chart-container .chart-content .chart-item, .chart-container .chart-content .chart-list {
		width: 100%;
	}
	.chart-container .chart-content .chart-list {
		height: inherit;
		border: 0;
		padding: 0;
		margin-top: 36px; 
	}
	.chart-container h4 {
		line-height: normal;
	}
	.chart-container .chart-list .tbl_chart th, .chart-container .chart-list .tbl_chart td {
		height: inherit;
		font-size: 15px;
	    word-break: auto-phrase;
	}
	.chart-container .chart-list .tbl_chart th {
		padding: 10px;
	}
	.chart-container .chart-list .tbl_chart td {
		padding: 4px 6px;
	}
	
	/* 목록 -> 탭 */
	.chart-container .chart-tabWrap .btn {
		height: inherit;
        font-size: 15px;
        word-break: keep-all;
		padding: 8px 10px;
	}
	.chart-container .chart-tabList li {
		padding: 14px;
	}
	.chart-container .chart-tabList p {
		font-size: 17px;
		margin-top: 14px;
	}
	.chart-container .chart-tabList p.title {
	    font-size: 16px;
	}
	
	/* 분기별 차트 */
	.chart-container .grid .grid-wrap {
    	gap: 10px;	
		padding: 20px;
	}
	.chart-container .grid .grid-wrap > div {
		height: 230px;
		border: 0;
		padding: 0;
	}
	.chart-container .grid .chart-grid-item:not(:first-child) {
		margin-top: 30px;
	}
	.chart-container .grid .chart-grid-list li {
		padding: 8px;
	}
	.chart-container .grid .chart-grid-list li button {
		padding: 4px 8px;
	}
	.chart-container .grid .chart-grid-item {
	    width: calc(100% - 15px);
	}
	
	
	
	/* 빅데이터 -> 개인화  */
	.plData .search_area {
	    padding: 30px;
	}
	.plData .chart-container .chart-title {
        margin-bottom: 22px;
    }
	.plData .search_area .row_wrap {
	    padding: 20px 20px 20px 10px;
	}
	.plData .search_area .each {
	    gap: 40px;
	}
	
	.plData .sel_area, .plData .sel_area > div, .plData .chk_area, .plData .rdo_area {
	    display: grid;
	    grid-template-columns: repeat(4, 1fr);
	}
	.plData .sch_btn_area button {
	    min-width: 106px;
	    padding: 8px;
	    font-size: 16px;
	}
	
	/* 분야 정보 */
	.plData .field_wrap .field_con {
	    padding: 22px 18px;
	}
	.plData .field_wrap .field_top .field_name {
	    font-size: 23px;
	}
	.plData .field_wrap .field_bottom .cnt_an {
	    margin-top: 10px;
	}
	
	.plData .chart-container .chart_btnBox button {
	    padding: 10px 14px;
	    font-size: 16px;
	}
	
	.plData .chart-container .chart-box.chart_con3 .chart-content > div {
		height: inherit;
	}
	
	.plData .field_wrap .chart1-grid-list li {
	    padding: 12px;
	}
	.plData .field_wrap .chart1-grid-list li span {
	    white-space: initial;
	}
	
	.plData .chart-container .chart-list .tbl_chart th {
        padding: 8px 6px;
    }
	.plData .chart-container .chart-list .tbl_chart td {
        padding: 6px;
    }
	
	
	
	.btn_down2 .icon {
	    width: 28px;
	    height: 26px;
	}
	
	
	
	.pagination {
		margin-top: 32px;
	}
	.pagination .prev_first, .pagination .prev, .pagination .next, .pagination .next_last {
		width: 32px;
		height: 32px;
	}
	.pagination .pages li {
	    padding: 10px 8px;
	    font-size: 14px;
	}
	
	/* 회원정보 */
	/* login */
	.user_infor{
		min-height: 500px;
		margin-top: 40px;
		padding-top: 40px;
	}
	.user_infor .sub_txt .txt{
		font-size: 16px;
	}
	.user_infor .login_area{
		margin-top: 40px;
	}
	.user_infor .login_area .login_id,
	.user_infor .login_area .login_authpaper {
		padding: 40px 20px;
	}
	.user_infor .login_area .login_id .cont, 
	.user_infor .login_area .login_id .find_sign{
		width: 100%; max-width: 300px;
	}
	.user_infor .area_tit{
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.user_infor .login_area .id_pw{
		flex-direction: column;	
		gap: 7px;
	}
	.user_infor .login_area .id_pw .inptxt{
		width: 100%;
		padding: 12px;		
	}
	.user_infor .login_id .btn {
		padding: 15px 0;
	}
	.user_infor .login_area .find_sign{
	    flex-direction: column;
	    gap: 7px;
	}
	.user_infor .login_area .find_sign .find{
		border-right: none;
	}
	.user_infor .login_area .find_sign .signup{
		margin-left: 0;
	}
	.user_infor .login_area .login_authpaper .auth_paper_btn {
		padding: 32px 0;
	}
	.user_infor .login_area .login_authpaper .btn{
		width: 100%; 
		max-width: 300px;
	}
	/* signup */
	.user_infor .name_auth_area, .user_infor .signup_area{
		margin-top: 40px;
	}
	.signup_step{
		margin-bottom: 40px;
	}
	/* 아이디 비밀번호 찾기 */
	.user_infor .find_area{
		margin-top: 40px;
	}
	/*회원정보 수정*/
	.mypage{
		margin-top: 40px;
	}
	.mypage .tbl th{
		width: 160px;
	}
	.mypage .tbl td.flex{
		flex-direction: column;
	    align-items: flex-start;
	    gap: 8px;
	}
	.mypage #expertAt + label{
		margin-left: 0;
	}
	.mypage .tbl .inptxt,
	.mypage .tbl .com_sel{
		width: 25%; max-width: 180px;
	}
	.mypage .tbl .inptxt2{
		width: 80%;
	}
	
	
	/* 알림 키워드 등록 */
	.set_item_popup .inner {
	    width: 730px;
	    padding: 20px;
	}
	.set_item_popup .search-box .each {
        gap: 20px;
    }
	.set_item_popup .flex {
	    gap: 10px;
	}
	.set_item_popup .row_wrap.block .each.flex.mt10 {
	    gap: 18px;
	}
	.set_item_popup input.inptxt.sty2 {
	    max-width: 446px;
	}
	.set_item_popup .btn-md {
	    height: 34px;
	    line-height: 35px;
	    padding: 0;
		margin-left: 2px;
	}
	.set_item_popup .row_wrap table.tbl tr th,
	.set_item_popup .row_wrap table.tbl tr td {
	    padding: 6px;
	}
	.set_item_popup .row_wrap.email.block .each.flex.mt10 {
		gap: 8px;
	}
	.set_item_popup .row_wrap.block .each.mt10 .com_sel {
	    font-size: 14px;
	}
	
}


/* mobile 가로 */
@media screen and (max-width:768px) {
	#popup_layer1, #popup_layer2, #popup_layer3, #popup_layer4, #popup_layer5, #popup_layer6, #popup_layer7, #popup_layer8 {
		display: none;
	}
	
	
    .bread_area .ico_home {
        width: 50px;
    }
    
    .stats_wrap{
    	margin: 50px 0;
    }
    
    
	.tab_link_list {
		display: none;
	}


	.content_wrap .content {
	    min-height: 454px;
	}
	
	.content_wrap .tit_wrap .tit_wrap_con {
		padding-top: 28px;
        padding-bottom: 110px;
    }
    
    .content_wrap_current .tit_wrap .tit_wrap_con{
    	padding-top: 40px;
    	padding-bottom: 40px;
    }
    
	.content_wrap_current .btn_wrap button{
		padding: 8px 15px;
		font-size: 12px;
	}
	
	/* 목록 */
	.content_wrap_list .content{
		padding: 0 14px;
        margin-top: -74px;
		transform: translateY(0);
	}
    
	.search_area {
        padding: 20px;
    }
	.search_area .default_area {
        height: 48px;
		padding-left: 20px;
	}
    .search_area.on .default_area {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: auto;
		border-radius: 0;
		padding-left: 0;
	}
	.search_area .default_area .com_sel {
        width: 114px;
        border-right: 1px solid #ccc;
        font-size: 14px;
        padding: 4px 10px;
	}
	.search_area .default_area .inptxt {
		width: 186px;
		border-left: 0;
        margin-left: 8px;
	}
	.search_area .default_area .btn_sch {
        width: 92px;
    }
	
	.search-box .row_wrap.pc {
		display: none;
	}
    
	.search-box .sch_btn_area {
        padding-top: 18px;
    }
    .search-box .btn_reset, .search-box .btn_sch {
        width: 94px;
        font-size: 12px;
        padding: 4px 0 6px;
	}
	
	
	input.inptxt {
		padding: 6px;
	}
	
	.com_sel.small {
		width: 108px;
		padding: 6px;
	}
	
	
	col.mobile24 {
		width: 24%;
	}
	col.mobile38 {
		width: 38%;
	}
	
	.view .tbl col:nth-child(1) {
	    width: 98px;
	}
	.table.view table td {
	    padding: 12px;
	}
	.tbl {
	    table-layout: fixed;
	}
	.tbl.domeForeTbl,
	.tbl.write {
	    table-layout: initial;
	}
	div.tbl {
		margin-top: 0;
	}
	.tbl_card {
		border-bottom: 2px solid #1474f8;
	}
	.tbl.onclick {
		cursor: pointer;
	}
	
	/* 국제 표준 부합화 */
    .tbl.mobile .sty3 {
		border: 1px solid #eaeaea;
    	border-bottom: 2px solid #1474f8;
    }
    
	.tbl.sty3 th {
        padding: 4px 8px;
    }
	.tbl.sty3 td {
        padding: 10px 6px;
    }
	.tbl td.title, .tbl_card td.mobiletd.title, .tbl_card td.title {
		font-size: 14px;
	}
	
	.tbl_card tr.mflex, .tbl tr.mflex,
	.tbl_card td.mflex, .tbl td.mflex {
		display: flex;
	    justify-content: flex-start;
		flex-wrap: wrap;
	    width: 100%;
		border-bottom: 1px solid #ccc;
	    padding: 0;
	}
	.tbl td.mflex {
		flex-wrap: nowrap;
	}
	.tbl td:last-child {
		border-right: 1px solid #eaeaea;
	}
	/* .content_wrap_list .tbl_card tr.mflex, .content_wrap_list .tbl tr.mflex {
	    cursor: pointer;
	} */
	.tbl_card tr.mflex.bottom, .tbl tr.mflex.bottom,
	.tbl_card tr.bottom, .tbl tr.bottom {
		border-bottom: 2px solid #1474f8;
	}
	.tbl_card tr.mflex.bottom:last-child {
		border-bottom: none;
	}
	.tbl_card th.mobileth, .tbl th.mobileth,
	.tbl_card h3.mobileth, .tbl h3.mobileth {
		display: block;
    	width: 24%;
		/* flex: 1 0 24%; */
		text-align: left;
		line-height: 1.4;
		background-color: #eaf4fa;
		border-bottom: 1px solid #dedede;
		word-break: break-all;
		padding: 10px 8px;
	}
	.tbl_card th.m24 {
		width: 24%;
	}
	.tbl_card td.mobiletd, .tbl td.mobiletd,
	.tbl_card div.mobiletd, .tbl .mobiletd, .tbl_card p.mobiletd {
		display: block;
    	width: 76%;
		/* flex: 1 0 76%; */
		border-right: none;
		border-bottom: 1px solid #dedede;
        padding: 8px;
	}
	.tbl .mobiletd.country_Wrap {
		display: flex;
	}
	.tbl td.mobilebefore {
		position: relative;
		padding-left: 50%;
	}
	.tbl td.mobilebefore::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 45%;
		padding-left: 10px;
	}
	/* 검토의견제시 버튼 */
	.tbl td.mobiletd input[type="button"].blue02 {
		height: 34px;
		font-size: 13px;
		margin: 0;
	}
	
	/* 기계가독 원문보기  */
	[data-tooltip]:hover::after {
	    left: 64px;
	    min-width: 186px;
	    font-size: 13px;
	    line-height: 18px;
	    padding: 10px;
	}

	
	
	.tbl.sty3 {
		border-bottom: 2px solid #1474f8;
	}
	
	
	.tbl_card_list2 {
		height: 170px;
	}
	
	
	.tbl_card3.oc_off, .tbl_card12.oc_off {
    	height: 300px;
	}
	
	
	.tbl_card4.block {
		display: block;
	}
	.tbl_card4.block .tbl_card4_con{
		width: 100%;
	}
	.tbl_card5.block {
		display: block;
	}
	.tbl_card5.block .tbl_card5_con{
		width: 100%;
	}

	
	.tbl div.title {
	    font-size: 16px;
	}
	.tbl h3 {
	    display: flex;
	    justify-content: center;
	    align-items: center;
		max-width: 74px;
        min-width: 74px;
        height: initial;
		font-size: 12px;
        /* word-break: break-word; */
        word-break: keep-all;
        padding: 6px;
	}
	.tbl .tbl-area {
		display: flex;
		flex: 1;
		justify-content: flex-start;
		align-items: stretch;
		border-bottom: 1px solid #eaeaea;
	}
	.tbl .tbl-area.bottom {
    	border-bottom: 2px solid #1474f8;
	}
	.tbl .tbl-area.padding {
		padding: 16px 0;
	}
	
	/* 모바일 전용 상세 */
	.content_wrap .group.top {
		margin-top: 0;
	}
	
	.sch_result_area .perpage_select {
		display: none;
	}
	
	.sch_result_area .head {
		margin-bottom: 8px;
	}
	.sch_result_area .head .txt + .txt {
		display: none;
	}
	
	/* .real_body */
	.real_body {
		overflow-x: auto;
	}
	
	
	.tit_info {
		margin-bottom: 8px;
	}
	
	
	.tooltipS {
	    width: 14px;
	    height: 14px;
	}
	
	.tbl table {
		width: 100%;
	}
	.tbl th.border {
		border: 1px solid #eaeaea;
	}
	.tbl th.border.width100 {
		width: 100%;
	}
	.tbl th.border.width74 {
		max-width: 74px;
        min-width: 74px;
	}
	.tbl tr td a.btn-md {
		height: 36px;
        line-height: 36px;
        padding: 0 14px;
	}
	a.detail-btn img, button.detail-btn img {
		width: 16px;
        vertical-align: text-top;
	}
	
	
	.tbl_card_list3 li p {
	    line-height: 26px;
	}
	
	
	.detail_documents .other_document_wrap {
        margin-top: 60px;
    }
    .detail_documents .other_document_wrap .prev, .detail_documents .other_document_wrap .next {
        background-size: 12px;
    }
    .detail_documents .other_document_wrap dt {
        padding: 18px 28px 18px 42px;
    }
	.detail_documents .other_document_wrap dd {
        padding: 16px;
    }
    
    .detail_documents .down_wrap + .down_wrap {
	    margin-top: 8px;
	}
	
	
	
	/* 공지사항 상세  */
	.write_documents .tbl td {
        padding: 12px 8px;
    }
	.write_documents input.inptxt {
	    font-size: 14px;
	}
	.write_documents .chk-wrap .txt {
	    font-size: 14px;
	    padding-left: 24px;
	}
	.write_documents .chk-wrap .mark {
	    width: 18px;
	    height: 18px;
	}
	.write_documents .tbl .com_sel {
	    font-size: 14px;
	}
    
    
    
    /* 빅데이터 */
    .content_wrap .tit_wrap .tit_wrap_con.bigData {
        padding-bottom: 38px;
    }
    .content_wrap_list .content.bigData {
	    margin-top: -8px;
	}
	.chart-container .chart-box {
        padding: 22px;
    }
    .chart-container .chart-title {
    	font-size: 16px;
    }
    .chart-container .chart-content > div {
    	height: 316px;
    }
    .chart-container .chart-list .tbl_chart th, .chart-container .chart-list .tbl_chart td {
    	font-size: 12px;
		padding: 6px;
    }
	.chart-container .chart-box1 .tbl_chart tbody tr:nth-of-type(1) td:first-child, .chart-container .chart-box1 .tbl_chart tbody tr:nth-of-type(2) td:first-child, .chart-container .chart-box1 .tbl_chart tbody tr:nth-of-type(3) td:first-child {
        padding: 6px;
    }
	.chart-container .chart-box1 .tbl_chart tbody tr:nth-of-type(1) td:first-child p, .chart-container .chart-box1 .tbl_chart tbody tr:nth-of-type(2) td:first-child p, .chart-container .chart-box1 .tbl_chart tbody tr:nth-of-type(3) td:first-child p {
        width: 24px;
        height: 22px;
        line-height: 22px;
    }
    
    /* 목록 -> 탭 */
    .chart-container .chart-tabTop {
	    display: block;
	}
	.chart-container h4 {
        margin-bottom: 18px;
    }
    
    .chart-container .chart-content .chart-list {
    	display: block;
    	overflow-x: scroll;
    }
    .chart-container .chart-content .chart-list .tbl_chart {
    	overflow: auto;
    }
    .chart-container .chart-list .tbl_chart {
    	table-layout: initial;
    }
    
    .chart-container .chart-tabWrap {
	    gap: 3px;
	}
	.chart-container .chart-tabWrap .btn {
        font-size: 14px;
		padding: 8px 10px;
    }
    
    .chart-container .chart-tabList .ctgr {
	    padding: 6px 8px;
	}
	.chart-container .chart-tabList p {
        line-height: 22px;
    }
    .chart-container .chart-tabList .note {
	    font-size: 12px;
	    line-height: 18px;
	}
	
	/* 분기별 차트 */
	.chart-container .grid .chart-grid-item {
        width: 100%;
    }
	.chart-container .grid .grid-wrap {
		display: block;
	}
	.chart-container .grid .grid-wrap > div {
		width: 100%;
        height: 140px;
        padding: 0;
	}
	.chart-container .grid .grid-wrap > div.chart-grid-list {
		height: 186px;
		border-left: 0;
	}
	.chart-container .grid .chart-grid-list {
		margin-top: 20px;
	}
	.chart-container .grid .chart-grid-list li {
        padding: 8px 0;
    }
	.chart-container .grid .chart-grid-list li .num {
		padding: 12px 0;
	}
	.chart-container .grid .chart-grid-list li .itemType {
	    width: 56px;
	    padding: 6px 4px 7px;
	    font-size: 12px;
	}
	.chart-container .grid .chart-grid-list li p:last-child {
		font-size: 14px;
	}
	
	.chart-noData img {
	    width: 42%;
	}
	
	
    
    
	/* 개인화 서비스 */
	.content_wrap .tit_wrap .tit_wrap_con.plData {
	    padding-bottom: 160px;
	}
	.plData .search_area {
        padding: 20px;
    }
    
    .plData .chart-container .chart-title {
        line-height: 1.2;
    }
    
	.plData .search_area .each .sch-label {
	    min-width: 24%;
	    font-size: 16px;
	    line-height: 16px;
	}
	
	.plData .chart-container .chart_con1,
	.plData .chart-container .chart_con2 {	
		width: 100%;
	}
	.plData .search_area .each {
        gap: 20px;
    }
	.plData .sel_area, .plData .sel_area > div, .plData .chk_area, .plData .rdo_area {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    
    .plData .search_area .row_wrap + .row_wrap {
	    padding-top: 20px;
	}
	.plData .search_area .row_wrap {
        padding: 10px 10px 18px 6px;
    }
    
	.plData .sch_btn_area button {
        min-width: 100px;
        padding: 6px;
        font-size: 14px;
    }
    
	.plData .field_wrap .field_top .field_name {
        font-size: 18px;
    }
    .plData .field_wrap .field_title {
	    padding: 12px;
	}
	.plData .field_wrap .field_con {
        font-size: 15px;
		padding: 14px 10px;
    }
    .plData .field_wrap .field_bottom .cnt {
	    font-size: 18px;
	    line-height: 20px;
	}
    .plData .field_wrap .field_bottom .cnt_an {
    	font-size: 12px;
    }
    
	.plData .field_wrap .chart1-grid-list li {
        word-break: break-all;
        padding: 10px;
    }
    
	.plData .chart-container .chart-content .chart-list {
        margin-top: 30px;
    }
	.plData .chart-container .chart-box {
        padding: 20px;
    }
    
	.plData .chart-container .chart-list .tbl_chart td {
        padding: 8px;
    }
    
    .plData .chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(1) td:first-child p, 
    .plData .chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(2) td:first-child p, 
    .plData .chart-container .chart-lanking .tbl_chart tbody tr:nth-of-type(3) td:first-child p {
	    width: 28px;
	    height: 28px;
	    line-height: 28px;
	}
    
    .plData .chart-container .chart_btnBox {
	    gap: 6px;
	}
	.plData .chart-container .chart_btnBox button {
        font-size: 14px;
        padding: 8px 9px;
    }
    
    
    
    
    
	.btn_down2 .icon {
        width: 24px;
        height: 24px;
        background-size: 11px;
    }
	

	/* 페이징 */
	.pagination {
        margin: 26px 0 40px;
    }
    .pagination .prev_first, .pagination .prev, .pagination .next, .pagination .next_last {
        width: 28px;
        height: 28px;
    }
    .pagination .pages li {
        font-size: 12px;
		padding: 8px 6px;
    }
	
	/* 회원정보 */
	/* login */
	.user_infor{
		margin-top: 30px;
		padding-top: 30px;
	}
	.user_infor .sub_txt .txt{
		font-size: 14px;
	}
	.user_infor .login_area{
		margin-top: 30px;
	    flex-direction: column;
	}
	.user_infor .login_area .login_id, 
	.user_infor .login_area .login_authpaper{
		width: 100%;
		padding: 30px 20px;
	}
	.user_infor .login_area .login_id{
		border-right: none;
		border-bottom: 1px solid #eaeaea;
	}
	/* signup */
	.user_infor .name_auth_area, .user_infor .signup_area{
		margin-top: 30px;
	}
	.signup_step{
		margin-bottom: 30px;
	}
	.signup_step li.arr{
		background-position: center 6px;
	}
	.signup_step .nbr{
		width: 30px;
		height: 30px;
		line-height: 26px;
	}
	.signup_step .txt{
		padding-top: 10px;
		font-size: 14px;
	}
	/* 아이디 비밀번호 찾기 */
	.user_infor .find_area{
		margin-top: 30px;
		flex-direction: column;
	}
	.user_infor .find_area .find_id,
	.user_infor .find_area .find_pw{
		width: 100%;
		padding: 30px 20px;
	}
	.user_infor .find_area .find_id{
		border-right: none;
		border-bottom: 1px solid #eaeaea;
	}
	/* 아이디 찾기 */
	.user_infor .name_auth_area{
		flex-direction: column;
	}
	.user_infor .phone_auth, .user_infor .ipin_auth{
		padding: 30px 20px;
	}
	.user_infor .phone_auth{
		border-right: none;
		border-bottom: 1px solid #eaeaea;
	}
	/*회원정보 수정*/
	.mypage{
		margin-top: 30px;
	}
	
	
	/* 스마트 알림  */
	.set_item_popup .inner {
        width: 460px;
        padding: 16px;
    }
    .set_item_popup .flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
		margin-top: 8px;
    }
    .search-box .row_wrap.email .each {
    	display: flex;
    }
    .search-box .row_wrap .each {
    	display: block;
    }
	.search-box .row_wrap .each.flex {
        display: flex;
    }
	.set_item_popup input.inptxt.sty2 {
        max-width: 258px;
    }
    .set_item_popup .btn-md {
    	min-width: 70px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .set_item_popup .row_wrap table.tbl tr th,
    .set_item_popup .row_wrap table.tbl tr td {
        padding: 6px 4px;
        font-size: 12px;
    }
	.set_item_popup .row_wrap.email.block .each.flex.mt10 {
        gap: 4px;
    }
    .set_item_popup .row_wrap.email.block .each.mt10 .com_sel {
    	width: 120px;
    	font-size: 12px;
    }
	.set_item_popup .btn_close,
	.set_item_popup .btn_confirm {
        padding: 10px 0;
    }
    
}


/* mobile 세로 */
@media screen and (max-width:480px) {
	
	.page_tit{
		font-size: 18px;
	}
	
    .bread_area .ico_home {
        width: 40px;
    }
    .bread_area li a, .bread_area .depth1_txt {
        font-size: 12px;
    }
    .bread_area .ico_home{
    	background-size: 14px
    }
    
    
	.content_wrap .tit_wrap .tit_wrap_con {
        padding-top: 18px;
        padding-bottom: 116px;
    }
    
    .content_wrap_current .tit_wrap .tit_wrap_con{
    	padding-top: 30px;
    	padding-bottom: 30px;
    }
    
    
    .content_wrap .btn_wrap {
    	margin-top: 30px;
    }
    
    
	.search_area {
		padding: 12px 14px;
	}
	
	.search-box .btn_reset, .search-box .btn_sch {
        width: 88px;
        font-size: 10px;
        padding: 4px 0 6px;
    }
    
	.search_area .default_area {
        height: 38px;
        padding-left: 8px;
    }
    .search_area .default_area .com_sel {
		width: 102px;
    }
	.search_area .default_area .inptxt {
        width: 104px;
        margin-left: 0px;
    }
	.search_area .default_area .btn_sch {
        width: 64px;
    }
	.search_area .default_area .btn_sch img {
        height: 40%;
    }
    
    .com_sel {
    	font-size: 12px;
    }

    
	.tbl, .tbl_card, .tbl_card5, .tbl_card_list li, .tbl_card_list3 li {
		font-size: 12px;
	}
	.tbl .tbl-area.block {
		display: block;
	}
	.tbl .tbl-area.padding {
        padding: 10px 0;
    }
    .tbl .tbl-area.padding .post_body_area {
        line-height: 1.8;
    }
    
    .table.view th {
		word-break: break-all;
    	padding: 4px 6px;
    }
	.tbl.sty3 th {
		display: flex;
		justify-content: flex-start;
		align-items: center;
        padding: 4px 6px;
    }
    .tbl.sty3 th.tableCell {
		display: table-cell;
    }
	.tbl.sty3 td {
        padding: 6px 4px;
    }
  
  
    
    .tbl div.title, .tbl_card td.mobiletd.title {
        font-size: 14px;
    }
    
	.tbl h3 {
		font-size: 12px;
	}
	
	.view .tbl col:nth-child(1) {
	    width: 60px;
	}
	.table.view table td {
		padding: 6px 4px;
    }
	
	.tbl_notice {
		text-align: left;
	}
	
    /* .tbl .detail_btn1 {
        padding: 4px 6px;
    } */
    .tbl .detail_btn1 img, .tbl .detail_btn1 img, .tbl_card .detail_btn1 img {
        height: 24px;
    }
    
    
    .btn_down2 .icon {
		width: 20px;
        height: 20px;
        background-size: 7px;
	}
	
	.tbl tr td a.btn-md, button.detail-btn {
		height: 32px;
        font-size: 12px;
        line-height: 32px;
        padding: 0 10px;
        margin: 0;
	}
	a.detail-btn img, button.detail-btn img {
		width: 14px;
        vertical-align: middle;
	}
	
	
	/* 공지사항 상세 */
	.tbl tr.mflex.noticeView {
		min-width: 334px;
	    border-bottom: 0;
	    border-right: 1px solid #dedede;
	}
	
	.tbl_card td.mobiletd, .tbl td.mobiletd {
        line-height: 1.8;
    }
    .tbl_card td.mobiletd.card_conTd {
    	width: 100%;
    }
    .tbl_card td.mobiletd.card_conTd p {
    	word-break: auto-phrase;
    }
    
    
    /* 인증제도 상세 -> 공장심사  */
    .tbl_card td.mobiletd.wordWrap p,
    .tbl_card td.mobiletd.wordWrap div.oc_box p {
    	word-break: break-word !important;
    }
    
    
    /* 예고고시 입력칸  */
    .tbl td.tbl-num .num-input {
	    width: 64px;
	}
	
	
	.tbl_card_list li {
        height: 42px;
        padding: 8px 12px;
    }
	.tbl_card_list li a {
        padding: 6px 8px;
        font-size: 12px;
    }
    
	.tbl_card_list3 li a {
        font-size: 12px;
        padding: 4px 8px;
    }
	.tbl_card_list3 li a img {
        width: 12px;
        margin-left: 4px;
    }
	
	.tbl_card_list2 {
        height: 140px;
    }
	
	
    .country {
       width: 30px;
       height: 16px;
    }
	
	
	.sch_result_area {
	    margin-top: 34px;
	}
	.sch_result_area .head .txt {
		font-size: 13px;
	}
	
	
    .tit_info {
        margin-bottom: 6px;
        margin-top: -8px;
    }
    
    
	.detail_documents .other_document_wrap {
        margin-top: 50px;
    }
	.detail_documents .other_document_wrap .prev, .detail_documents .other_document_wrap .next {
        background-size: 10px;
        background-position: 12px;
    }
    .detail_documents .other_document_wrap dt {
        font-size: 12px;
        padding: 16px 14px 16px 28px;
    }
	.detail_documents .other_document_wrap dd {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        padding: 8px 10px;
    }
    
    .detail_documents .down_wrap + .down_wrap {
    	margin-top: 6px;
    }
    
    
    .board_wrap .post_body_area {
        padding: 14px 10px;
    }
    
    
    
    /* 공지사항 작성  */
    .write_documents .tbl th {
	    width: 120px;
	}
	.write_documents .tbl td {
	    width: 535px;
		padding: 12px 8px;
	}
	.write_documents .bbs_label {
        padding: 0 10px;
    }
	.write_documents input.inptxt {
	    font-size: 12px;
        padding: 4px;
    }
	.write_documents .tbl .com_sel {
        font-size: 12px;
    }
    .write_documents .chk-wrap .mark {
	    width: 16px;
	    height: 16px;
	}
    .write_documents .chk-wrap .txt {
	    font-size: 12px;
		line-height: 16px;
	    padding-left: 18px;
	}
	.write_documents .com_sel {
        padding: 10px 8px;
    }
	.write_documents .tbl .txt_point {
        font-size: 12px;
    }
    .write_documents .file-wrap .txt {
	    font-size: 12px;
	    padding: 6px 8px;
	}
	.write_documents .no-ico-btn-del {
	    height: 28px;
	    font-size: 12px;
	}

    
    
    /* 빅데이터 */
	.chart-container .chart-list .tbl_chart th, .chart-container .chart-list .tbl_chart td {
		font-size: 12px;
		padding: 4px 6px;
	}
	.chart-container .chart-tabWrap .btn {
        min-width: 40px;
        font-size: 12px;
        line-height: 14px;
        word-break: break-word;
        padding: 4px;
    }
	.chart-container .chart-tabList p {
        font-size: 14px;
        margin-top: 12px;
    }
	.chart-container .chart-tabList .ctgr {
		font-size: 12px;
        padding: 4px 6px;
    }
	.chart-container .chart-tabList p.title {
        font-size: 15px;
    }
    
    .chart-container .grid .grid-wrap > div {
    	height: 232px;
    }
    .chart-container .grid .grid-wrap > div.chart-grid-list {
        height: 240px;
    }
	.chart-container .grid .chart-grid-list li {
        padding: 8px 4px 8px 0;
    }
	.chart-container .grid .chart-grid-list li .num {
		width: 34px;
		font-size: 14px;
        padding: 6px 0;
    }
    .chart-container .grid .chart-grid-list li .itemType {
        width: 54px;
        padding: 5px 4px 6px;
    }
	
	
	
	.pagination {
		margin: 24px 0 36px;
	}
    .pagination .prev_first, .pagination .prev, .pagination .next, .pagination .next_last {
        width: 24px;
        height: 24px;
    }
    .pagination .pages li + li {
    	margin-left: 6px;
    }
	.pagination .pages li {
        padding: 6px 4px;
	}    
	
	
	/* 스마트 알림  */
	.set_item_popup .inner {
        width: 348px;
		padding: 12px 16px;
    }
	.set_item_popup .flex {
        font-size: 14px;
		margin-top: 14px;
    }
	.set_item_popup .row_wrap.block .each.flex.mt10 {
        gap: 4px;
    }
	.set_item_popup input.inptxt.sty2 {
		font-size: 14px;
    	padding: 8px;
    }
    .set_item_popup .row_wrap table col.keyword {
	    width: 70%;
	}
	.set_item_popup .row_wrap table col.date {
	    width: 30%;
	}
	.set_item_popup .row_wrap.email.block .each.mt10 input.inptxt.sty5 {
	    max-width: 180px;
	    padding: 4px;
	    font-size: 14px;
	}
	.set_item_popup .row_wrap.email.block .each.mt10 .com_sel {
		padding: 6px;
	}
	.set_item_popup .btn-md {
        min-width: 48px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
	.set_item_popup .btn_close,
	.set_item_popup .btn_confirm {
        padding: 8px 0;
        font-size: 14px;
    }
	
}
