@charset "utf-8";

/* ------------------메인 화면------------------ */
/* 알림설정 팝업 */
.set_alirm_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_alirm_popup.active {
	display: block;
}
.set_alirm_popup .inner {
	width: 870px; height: auto; max-height: 90%;
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 50px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
/* scroll */
.set_alirm_popup .inner::-webkit-scrollbar{
	width: 14px; height: 100%;
	border-radius: 7px;
}
.set_alirm_popup .inner::-webkit-scrollbar-thumb{
	background: #033c8a;
	border-radius: 7px;
}
.set_alirm_popup .inner::-webkit-scrollbar-thumb:hover{
	background: #0b56bd;
}
.set_alirm_popup .inner::-webkit-scrollbar-track{
	background: #fff;
	border-radius: 7px;
}
.set_alirm_popup .title_area {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: 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%);
}

.set_alirm_popup .title_area .page_tit, .set_item_popup .page_tit{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
/* .set_alirm_popup .title_area .small_area {} */
.set_alirm_popup .title_area .small_area .small_tit, .set_item_popup .row_wrap.block .small_tit {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	line-height: 18px;
}

.set_alirm_popup .search_area, .set_item_popup .search_area {
	margin-top: 40px;
}
.set_alirm_popup .search_area .txt, .set_item_popup .search_area .txt{
	font-size: 15px;
    padding-left: 30px;
    padding-right: 5px;
    font-weight: normal;
    margin-bottom: 0;
}
.set_alirm_popup .search-box, .set_item_popup .search-box {
	padding: 35px 35px 51px;
    background-color: #f2f3f5;
}
.set_alirm_popup .detail_search_area {
	display: block;
}
.set_alirm_popup .row_wrap, .set_item_popup .row_wrap {
    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, .set_item_popup .row_wrap + .row_wrap {
	padding-top: 20px;
}
.set_alirm_popup .each, .set_item_popup .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;
}
.set_alirm_popup .sch-label, .set_item_popup .sch-label {
	min-width: 100px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.4px;
    color: #000;
    margin-bottom: 0;
}
.set_alirm_popup .category .each{
	display: block;
}
.set_alirm_popup .category .btn{
	position: relative;
	display: inline-block;
	width: 300px;
    /* padding: 7px 12px 8px; */
    padding: 11px 21px;
    margin-left: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-color: #fff;
    color: #222;
    /* font-size: 1.5rem; */
    font-size: 15px;
    letter-spacing: -.4px;
    line-height: 20px;
    text-align: left;
}
.set_alirm_popup .category .btn::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -28px;
	width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}
.set_alirm_popup .category .btn.on::before {
	background: #fff url(../img/chk1.png) no-repeat center center;
}

.set_alirm_popup .com_sel{
	border: 1px solid #ccc;
    vertical-align: middle;
    font-weight: 300;
    line-height: 15px;
}

.set_alirm_popup .country {
	width: initial;
	height: initial;
    display: inline-block;
    line-height: 19px;
    background-position: left 0 center;
    background-size: auto 19px;
    background-repeat: no-repeat;
}
.set_alirm_popup .country .each {
	margin-left: 0;
}
.set_alirm_popup .country .each + .each {
	margin-top: 8px;
}
.set_alirm_popup .country .each .com_sel + .com_sel {
	margin-left: 3px;
}

/* .set_alirm_popup .category .para_area {
	margin-left: 0;
	margin-top: 15px;
}
.set_alirm_popup .para_area .txt {
	display: inline-block;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #333;
}
.set_alirm_popup .para_area .txt button{
	border: none;
    cursor: pointer;
    vertical-align: middle;
} */

.set_alirm_popup .category .para_area {
	display: none;
	overflow-y: auto;
	width:550px;
	max-height:150px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin-left: 0;
	margin-top: 15px;
}
/* scroll */
.set_alirm_popup .category .para_area::-webkit-scrollbar{
	width: 14px; height: 100%;
	border-radius: 7px;
}
.set_alirm_popup .category .para_area::-webkit-scrollbar-thumb{
	background: #033c8a;
	border-radius: 7px;
}
.set_alirm_popup .category .para_area::-webkit-scrollbar-thumb:hover{
	background: #0b56bd;
}
.set_alirm_popup .category .para_area::-webkit-scrollbar-track{
	background: #fff;
	border-radius: 7px;
}

.set_alirm_popup .para_area .txt {
	padding-left: 0;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #333;
}
.set_alirm_popup .category-flex .para_area .txt {
	position: relative;
	padding-left: 20px;
}
.set_alirm_popup .para_area .txt::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../img/chk1.png) no-repeat center center;
	vertical-align: 2px;
}
.set_alirm_popup .para_area .txt:last-child {
	margin-bottom: 0;
}
.set_alirm_popup .para_area .txt .txt-value {
	display: inline-block;
	margin-left: 16px;
}
.set_alirm_popup .para_area .txt button{
	border: none;
    cursor: pointer;
    vertical-align: middle;
    width:8px; height:8px;
    background:url(/KSCI/portal_new/img/x1.png) no-repeat center/14px;
    margin-left: 6px;
}

.set_alirm_popup .email .com_sel {
	width: 190px;
	margin-left: 10px;
}
.set_alirm_popup .email .til{
	font-size: 15px;
    padding: 0 10px;
	color: #333;
	font-weight: normal;
}

.set_alirm_popup #answer{
	border: 1px solid #ccc;
    vertical-align: middle;
    background-color: #fff;
    padding: 5px;
    font-size: 15px;
}

.no-ico-btn-plus, .no-ico-btn-minus {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-size: 20px;
}

.no-ico-btn-del {
  display: block;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #999;
  color: #fff;
  font-size: 15px;
}

.no-ico-btn-del:hover, .no-ico-btn-del:active, .no-ico-btn-del:focus {
  text-decoration: underline;
}

.set_alirm_popup .foot {
  margin-top: 20px;
  text-align: right;
  font-size: 0;
}
.set_alirm_popup .foot .btn_close, .set_alirm_popup .foot .btn_confirm {
  width: 49%;
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  letter-spacing: -.4px;
}
.set_alirm_popup .foot .btn_close {
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}
.set_alirm_popup .foot .btn_confirm {
  border-radius: 4px;
  margin-left: 2%;
  background-color: #1474f8;
  color: #fff;
}

.set_item_popup .btn-md {
    display: inline-block;
    min-width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 5px 5px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    transition: all 0.1s;
}

.bg-blue {
    border-width: 0;
    background-color: #1474f8;
    color: #fff;
}

.set_item_popup .foot {
    margin-top: 20px;
    text-align: right;
    font-size: 0;
}
.set_item_popup .btn_close, .set_item_popup .btn_confirm {
    width: 49%;
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    letter-spacing: -0.4px;
}
.set_item_popup .btn_close {
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
}
.set_item_popup .btn_confirm {
    border-radius: 4px;
    margin-left: 2%;
    background-color: #1474f8;
    color: #fff;
}
.set_item_popup .flex {
	gap: 18px;
    color: #5b5858;
	font-size: 15px;
}
.set_item_popup .row_wrap.block {
	display: block;
}
.set_item_popup .row_wrap.block .each {
	gap: 0;
}
.set_item_popup .row_wrap.block .each.block {
	display: block;
}
.set_item_popup .row_wrap.block .each.mt10 {
	gap: 6px;
	margin-top: 10px;
}
.set_item_popup .row_wrap.block .each.mt10 .com_sel {
	width: 172px;
}
.set_item_popup .row_wrap.block .small_area {
	margin: 10px 0 0 98px;	
}
.set_item_popup .row_wrap .tbl-box {
	height: 160px;
    overflow: auto;
}
/* scroll */
.tbl-box::-webkit-scrollbar{
	width: 14px;
	height: 100%;
	background: #fafafa;
}
.tbl-box::-webkit-scrollbar-thumb{
	background-color: #033c8a;
	border-radius: 7px;
}
.tbl-box::-webkit-scrollbar-thumb:hover{
	background-color: #0b56bd;
}
.tbl-box::-webkit-scrollbar-track{
	background-color: #f2f3f5;
	border-radius: 7px;
}
::-webkit-scrollbar-button:start{
	background: url(../img/arr29_1.png) no-repeat center;
	background-size: 70%;
}
::-webkit-scrollbar-button:start:hover{
	background: url(../img/arr22.png) no-repeat center;
	background-size: 70%;
}
::-webkit-scrollbar-button:end{
	background: url(../img/arr29_2.png) no-repeat center;
	background-size: 70%;
}
::-webkit-scrollbar-button:end:hover{
	background: url(../img/arr21.png) no-repeat center;
	background-size: 70%;
}
.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: 20%;
}
.set_item_popup .row_wrap table col.delKeyword {
	width: 10%;
}
.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;
}


/* 풀스크린 */
section {width:100%;/* height:100vh !important; */font-weight:bold; color:white;box-sizing:border-box;}

.section_main {
	height:100vh;
	min-height: 800px;
	padding-top: 152px;
	padding-bottom: 120px;
	max-height: 1050px; 
	background:url(../img/main.jpg)center / cover;
	position:relative;
}
.section_cate {color: #000;background:#fff;}
.section_cate {background:#fff}

.scroll_down {
	width: 100%;
	max-width: 100%;
	bottom: 60px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	position: absolute;
	z-index: 2;
	animation: motion 1s both linear infinite; /* 무한 반복 */
}

.scroll_down img{width:18px; }
@keyframes motion {
	0% {transform: translateY(0px)translateX(0px);} /* 처음 위치 */
	25% {transform: translateY(5px)translateX(0px);} /* 처음 위치 */
	50% {transform: translateY(10px)translateX(0px);} /* 처음 위치 */
	75% {transform: translateY(5px)translateX(0px);} /* 마지막 위치 */
	100% {transform: translateY(0px)translateX(0px);} /* 마지막 위치 */
  }

/* 검색 배너 */
.section_main .search_box{
	width: 100%; margin: 0 auto; 
}
.section_main .search_box > *{max-width: 960px; margin: 0 auto;}
.section_main .search_box > h1{
	font-size: 36px;
}
.section_main .search_box > h1 span{
	font-weight: bold;
	font-size: 40px;
	position: relative;
}
.section_main .search_box > h1 span::before{
	content: "";
	width: 6px; height: 6px;
	background: #fff;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
}
.section_main .search_con_tt{
	font-size: 20px;
	font-weight: normal;
	display: flex;
    justify-content: center;
    align-items: center;
}
.section_main .search_con_tt .font_b{font-weight: bold;}
.section_main .search_con_tt .cont{
    max-width: calc(100% - 122px);
	display: flex;
    align-items: center;
    margin-left: 30px;
}
.section_main .search_con_tt a{
	/* flex: 1 calc(20% - 20px); */
	margin: 0 10px;
	color: #fff;
	line-height: 24px;
	word-break: keep-all;
	transition: .3s;
}
.section_main .search_con_tt a:hover{color: #1474f8;}
.section_main .search_con_tt .blue{color: #1474f8;}
.section_main .search_con{
	height: 60px;
	margin:30px auto;
	border-radius: 5px;
	display: flex;
	justify-content: center;
    align-items: center;
	transition: .3s;
}
.section_main .search_con input{
	width: 570px;height: 100%;padding: 0 20px;
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	border: 3px solid #fff;
	transition: .3s;
	font-size: 16px;
	outline: none;
}
.section_main .search_con.on input{
	border-radius: 5px 0 0 0 ;
}
.section_main .search_con input:focus,
.section_main .search_con input.on,
.sub_main .search_box_sub.fix2 .search_con input.on{
	border: 3px solid #1474f8;
}
.section_main .search_con .search_btn{width: 130px;height: 100%;background-color: #1474f8;border-radius: 0 5px 5px 0;display: flex; align-items: center;justify-content: center;}
.section_main .search_con.on .search_btn{
	border-radius:  0 5px 0 0;
}
.section_main .search_con .search_btn img{
	width: 36px;
}
.section_main .search_con .alertWrap{
	left: 130px;
}
.section_main .autoSearch{
	width: 100%;
	max-width: 700px;
	background: #fff;
	border: 3px solid #1474f8;
	border-top: none;
	border-radius: 0 0 5px 5px;
	position: absolute;
	top: 60px;
    left: 50%;
    overflow: hidden;
    z-index: 99;
    display: none;
    transition: .3s;
    transform: translateX(-50%);
}
.sub_main .search_box_sub.fix2 .search_con .autoSearch{
	top: 50px;
}
.section_main .autoSearch a{
	padding: 12px 20px 12px 60px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 16px;
	display: block;
	transition: .3s;
	position: relative;
	overflow: hidden; 
}
.section_main .autoSearch a:hover{
	color: #333;
	background: #eaf4fa;
}
.section_main .autoSearch a::before{
	content: "";
	width: 24px; height: 24px;
	background: url(../img/icon_search.png) no-repeat center #eaf4fa;
	background-size: 12px;
	border-radius: 12px;
	position: absolute;
	top: 8px;
	left: 20px;
	display: block;
}
.section_main .autoSearch span{
	font-weight: bold;
}

/* 추가된 부분 */
/* .menu_search{position: absolute;right:60px;
  top: 60px;
 }
.menu_search .material-symbols-outlined{font-size: 30px;}

.search_wrap{position: relative;}

.hidden-search-wrap{position: absolute;right:-10px; top:56px;}
.hidden-search-box{
	display: none;
	position:relative;
	float:right;
	background-color:#fff;
	border: 1px solid #eaf4fa;
	height: 50px;
	width: 250px;
	z-index: 1000000;
	top: 0;
	right: 0;
}
.addon-btn{
	width: 50px;
	height:48px;
	background-color:#1474f8;
	border: 0 none;
	margin-top: -5px;
	color: #ffffff;
}
.addon-text-box, addon-text-box:active{
	background-color: transparent!important;
	border: 0 none;
	color:  #333!important;
	border-radius: 0;
	font-family: Proxima Nova soft,Helvetica,sans;
	font-weight: 400;
	margin-left: calc(5px + 1.13em);
	margin-right: calc(5px + 1.13em);

}
.traingle{
	height:15px;
	width: 15px;
	background-color: transparent;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
	border-bottom: 15px #1474f8 solid;
	float:right;
	margin-top: -10px;
	margin-right: 10px;
}
 */



.section_main{display: flex;text-align: center;align-items: center;}
.section_main .cate_icon1 li p{font-size: 15px;color:#fff; line-height: 30px;}
.section_main .cate_icon1 li:nth-child(2){}
.section_main .cate_icon1 li img{margin-bottom: 10px;}

.section_main .cate_icon1 {
	max-width: 750px;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	margin-top: 60px;
}
																																										  
															
.section_main .cate_icon2{width: max-content;max-width: max-content;display: flex;justify-content: space-between;border: 1px solid #1474f8;padding: 20px 35px 20px;border-radius: 30px;background-color: #0000006d;}
.section_main .cate_icon2 li{margin: 0 10px;}
.section_main .cate_icon2 li div{width: 50px;height: 50px;margin: 0 auto 7px;display: flex;justify-content: center;align-items: center;}
.section_main .cate_icon2 li p{font-size: 12px;color:#fff;}
.cate_icon2-2{display:none;}


.news_list1_section{display:none;}
.news_list1_section h3{display:none !important;}

.fp-auto-height{height: auto !important;}
.footer_top {position:fixed; z-index: 20;width:auto;height:auto; bottom:50%; right:20px;text-align:center;color:white;font-weight:bold;transform: translate(0, 50%);z-index: 9999999;}
.footer_top ul li{width: 80px;height: 80px;border-radius: 50%;background: #1474f8;font-size: 10px;margin-bottom: 20px;cursor:pointer}
.footer_top ul li:nth-child(2){background: #033c8a;}

.footer_top ul li a{
	display: block;
	color: #fff;
}
.footer_top ul li img{width: 50%;margin: 0 auto;margin-bottom: 5px;}

.side_site_quick    {
    position: fixed;
    color: white;
    z-index: 100;
    right: 60px;
    top: 57%;
    transform: rotate(90deg);
    transform-origin: right;
}
.side_site_quick ul {display: flex;}
.side_site_quick li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin: 15px;
    cursor: pointer;
}
.side_site_quick p  {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: none;
    color: #737373;
}
.side_site_quick li.active p   {display: block;}
.side_site_quick li div::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s;
}
.side_site_quick li.active div::after{
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    opacity: 1;
}
.side_site_quick li.active#dark div  {
    background: rgba(217, 217, 217, 0.4);
}
.side_site_quick li.active#dark div::after  {background: #737373;}
.side_site_quick div{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 0.5px solid #737373;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.side_site_quick li.active div  {
    width: 16px;
    height: 16px;
    background: rgba(217, 217, 217, 0.3);
    border: 0px;
}





/* section 2 */
.section_cate{margin: 0 auto 100px;}
.section_cate h1{font-size: 30px;padding-bottom: 80px;margin-top: 70px;}
.section_cate .inner_box{font-size:15px;font-weight: normal;display: flex;flex-direction: row;}
.section_cate .inner_box .news_box h3{font-size:20px;font-weight: 600;margin-bottom: 20px;}
.section_cate .inner_box .news_list1{display: flex;flex-direction: column;}
.section_cate .inner_box .news_list_tt{display: flex;flex-direction: row;justify-content: space-between; }
.section_cate .inner_box .news_list_img{flex-basis: 30%;margin-right: 30px;}
.section_cate .inner_box .news_list1 li{display: flex;flex-direction: row; margin-bottom: 30px;}
.section_cate h1{width: 100%;text-align: center;}

.section_cate .inner_box .news_list_tt .news_public{flex-grow: 2;}
.section_cate .inner_box .news_public{flex-direction: column;position: relative;}
.section_cate .inner_box .news_public .news_cate{color: #fff;padding: 5px 10px;border-radius: 5px;margin-right: 10px;margin-right: 10px;}

.section_cate .inner_box .news_public span{display: inline-block;}
.section_cate .inner_box .news_public .news_date{position: absolute;bottom: 0;padding-bottom:0;color: #737373;font-weight: normal;}






/* section_cate2 */
.section_cate2{
	width: 100%;
	/* height: 100vh; */
	height: auto;
	padding: 150px 0;
	margin: 0 auto;
	text-align: center;
	background: #f5f5f5;
}
.section2_Wrap{
	margin: 0 auto;
}
.section_cate2 h1{ 
	margin-bottom: 40px;
	color: #333; 
	font-size: 36px;
}
.section_cate2 h1 span{ 
	font-weight: bold;
}
.section_cate2 h3{
	color: #333;
	font-size: 20px;
}
.section_cate2 .cate_boxWrap{
	padding: 50px 70px;
	background: url(../img/bg_sitemap.png) no-repeat #fff;
	background-size: 80%;
    background-position: center 180px;
    border: 1px solid #eee;
    border-radius: 20px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.cate_box1{width: 48%;height: calc(75% + 50px);text-align: left;}
.cate_box1:nth-of-type(1){margin-right: 4%;}
.cate_box2{text-align: left;}

.cate_box3{display: none;}
.cate_box4{display: none;}

.sliderWrap{
	width:100%;height: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.sliderWrap > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sliderWrap > div:first-child {
    margin-bottom: 20px;
	align-items: center;
}
.sliderWrap .swiper-button-pause, .sliderWrap .swiper-button-play{cursor: pointer;}
.sliderWrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sliderWrap .swiper-slide > div{
	width: 100%;
	height: 25%;
	margin-bottom: 5%;
	overflow: hidden;
	color: #000;
	font-weight: 400;
	display: flex;
}
.sliderWrap .swiper-slide div:nth-child(3){margin-bottom: 0;}

.sliderWrap .swiper-slide div .news_list_img{
	width: 30%; max-width: 160px;
	height: 100%; max-height: 160px;
	float: left; overflow: hidden;
}
.sliderWrap .swiper-slide div .news_list_img .news_cate{
	display: none;
}

.sliderWrap .swiper-slide div .news_list_img img{
	display: block;
}
.sliderWrap .swiper-slide div:hover .news_list_img img{scale: 1.2;transition: ease-in 0.4s;}
.sliderWrap .swiper-slide div .news_list_tt{
	width: 70%;
	padding: 5px 0;
	position: relative;
	float: left;
	font-size: 15px;
	text-align: left;
	padding-left: 20px;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 5px;
}
.sliderWrap .swiper-slide div .news_list_tt .news_cate{width: fit-content;padding: 5px 10px;font-size: 10px;border-radius: 5px;}
.sliderWrap .swiper-slide div .news_list_tt .cate_de{
	display: flex;
    align-items: center;
    margin: 10px 0;
}
.sliderWrap .swiper-slide div .news_list_tt .cate_de .cate_de_tt{
	padding-left: 5px;
	font-size: 14px;
	line-height: 22px;
}
.sliderWrap .swiper-slide div .news_list_tt .news_tt{margin-bottom: 15px;font-size: 15px;display: block;}
.sliderWrap .swiper-slide div .news_list_tt .news_date{font-size: 12px;color: #aaa;margin-top: 10px;}
.sliderWrap .swiper-slide div .news_list_tt .cate_de span:nth-child(1) img{
	width: 22px; height: 22px;
	object-fit: contain;	
    display: block;
}
.sliderWrap .swiper-slide > div.slide_noCon{
	width: 95%; height: 55%; margin-bottom: 0;
}

/* 슬라이더 페이징 */
.sliderWrap > div.swiper-pagination{
	align-items: center;
}
.sliderWrap .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: fit-content;
	left: calc(50% - 42px);
	bottom: 2px;
}
.sliderWrap .swiper-pagination .swiper-pagination-bullet{
	width: 8px; height: 8px;
	transition: .2s;
}
.sliderWrap .swiper-pagination .swiper-pagination-bullet-active{
	width: 12px; height: 12px;
	background: #1474f8;
}



/* swiper3_m */

  .mySwiper3_m{
    width:590px;height: 100%;overflow: hidden;
    margin-top: 30px;margin-right: 20px;
  
  }
  
  .swiper3_m .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;flex-direction: column;
  }
  
  .swiper3_m .swiper-slide div{
	 width: 100%;
	 height: 25%;
	 margin-bottom: 5%;
	 overflow: hidden;
	 color: #000;
	 font-weight: 400;
  }
  .swiper3_m .swiper-slide div:nth-child(3){margin-bottom: 0;}
  
  .swiper3_m .swiper-slide div .news_list_img{width: 30%;height: 100%;float: left;overflow: hidden;}
  .swiper3_m .swiper-slide div:hover .news_list_img img{scale: 1.2;transition: ease-in 0.4s;}
  .swiper3_m .swiper-slide div .news_list_tt{width: 70%;height: 100%;position: relative;float: left;font-size: 15px;text-align: left;padding-left: 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
  .swiper3_m .swiper-slide div .news_list_tt .news_cate{padding: 5px 10px;font-size: 10px;border-radius: 5px;}
  /* .swiper3_m .swiper-slide div .news_list_tt .cate_de{display: block;margin-top: 10px;} */
  .swiper3_m .swiper-slide div .news_list_tt .cate_de .cate_de_tt{padding-left: 20px;}
  .swiper3_m .swiper-slide div .news_list_tt .news_tt{font-size: 15px;}
  .swiper3_m .swiper-slide div .news_list_tt .news_date{font-size: 12px;color:#aaa ;position: absolute;bottom: 0;}
  .swiper3_m .swiper-slide div .news_list_tt .cate_de span:nth-child(1){}

/* swiper4_m */
    .mySwiper4_m{width:590px;height: 100%;overflow: hidden;margin-top: 30px;}
    
	.swiper4_m .swiper-slide div .news_list_img{width: 30%;height: 100%;float: left;overflow: hidden;}
	.swiper4_m .swiper-slide div:hover .news_list_img img{scale: 1.2;transition: ease-in 0.4s;}
	.swiper4_m .swiper-slide div .news_list_tt{width: 70%;height: 100%;position: relative;float: left;font-size: 15px;text-align: left;padding-left: 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
	.swiper4_m .swiper-slide div .news_list_tt .news_cate{padding: 5px 10px;font-size: 10px;border-radius: 5px;}
	.swiper4_m .swiper-slide div .news_list_tt .cate_de{display: block;margin-top: 10px;}
	.swiper4_m .swiper-slide div .news_list_tt .cate_de .cate_de_tt{padding-left: 20px;}
	.swiper4_m .swiper-slide div .news_list_tt .news_tt{font-size: 15px;}
	/* 국가 아래 제목 */
	.limited-text {
		display: -webkit-box;
		width: 100%; /* 원하는 길이로 설정 */
		word-break: break-all;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
	}
	.swiper4_m .swiper-slide div .news_list_tt .news_date{font-size: 12px;color:#aaa ;position: absolute;bottom: 0;}

  .swiper4_m .swiper-slide div .news_list_tt .cate_de span:nth-child(1){}

  .swiper4_m .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;flex-direction: column;
  }
  
  .swiper4_m .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper4_m .swiper-slide div{
	  width: 100%;
	  height: 25%;
	  margin-bottom: 5%;
	  color: #000;
	  font-weight: 400;
    }
  .swiper4_m .swiper-slide div:nth-child(3){margin-bottom: 0;}



/* 스와이퍼 버튼 부분 */
.banner_btn{
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
    gap: 15px;
}
.banner_btn > div{
	height: 20px;
}
.swiper-button-next,
.swiper-button-prev {
	width:12px;
	color: #333;
	position: static;
    margin-top: 0;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 20px !important;
}
.swiper-button-pause,
.swiper-button-play {
	width: 15px;
	position: static;
	font-size: 20px !important;
	color: #333;
	display: flex;
	align-items: center;
    justify-content: center;
}
.swiper-button-play{display: none;}
/* .pc_tit{position: absolute;top:220px;} */


/* 정책동향 슬라이드 13가지 분류별 색상코드 바뀐부분 */
/*기타 */
.news_cate_10 {background-color: #000000;color: #fff;}
/* 기계 */
.news_cate_4{background-color: #5e5e5e;color: #fff;}
/* 전기/전자 */
.news_cate_3{background-color: #11388a;color: #fff;}
/* 건설 */
.news_cate_14{background-color: #953f36;color: #fff;}
/* 생활용품 */
.news_cate_7{background-color: #8a7a78;color: #fff;}
/* 바이오환경 */
.news_cate_8{background-color: #1ac362;color: #fff;}
/* 화학/세라믹 */
.news_cate_5{background-color: #e0e0e0;color: #fff;}
/* 식의약품 */
.news_cate_11{background-color: #552fac;color: #fff;}
/* 농수산품 */
.news_cate_12{background-color: #27ae60;color: #fff;}
/* 정보디지털 */
.news_cate_6{background-color: #0096fa;color: #fff;}
/* 소재나노 */
.news_cate_9{background-color: #3e3b3b;color: #fff;}
/* 에너지 */
.news_cate_2{background-color: #0fff00;color: #fff;}
/* 교통안전 */
.news_cate_13{background-color: #ffcc00;color: #fff;}


/* .news_list1_section_m{display: none !important;} */
.news_list1_m {display: none;}

/* tooltip */
.tooltipS{
	width: 15px; height: 15px; margin-left: 5px;
    background: url(../img/icon_info_line.png) no-repeat center center;
    background-size: contain;
    display: block;
    cursor: help;
}
[data-tooltip]:hover{
	position: relative;
}
[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: 52px;
    left: 50%;
    transform: translateX(-50%);
}
[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;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
}
.top[data-tooltip]:hover::before{
	border-top: 10px solid #555;
	border-bottom: 0;
	top: 6px;
	
}
.top[data-tooltip]:hover::after{
	line-height: 20px;
	top: -34px;
}
.left[data-tooltip]:hover::before{
	left: 20%
}

/* 레이어팝업 */
#layerPopup {
	width: 100%; height: 100%;
	background: rgba(52, 52, 52, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
}
#layerPopup .lp_content {
	/* width: 100%; max-width: 650px; */
	width: auto;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}
#layerPopup .lpTop{
	padding: 40px 40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#layerPopup .lpTop img{
	width: 200px;
	display: block;
}
#layerPopup .lpTop .lpClose{
	width: 30px; height: 30px;
	display: block;
}
#layerPopup .lpClose .lpX{
	width: 100%; height: 100%;
	position: relative;
	display: block;
	transition: .3s;
}
#layerPopup .lpClose .lpX span{
	width: 100%; height: 4px;
	background: #033c8a;
	border-radius: 2px;
	display: block;
    position: absolute;
    top: 13px;
    left: 0;
}
#layerPopup .lpClose .lpX span:nth-of-type(1){
	transform: rotate(45deg);
}
#layerPopup .lpClose .lpX span:nth-of-type(2){
	transform: rotate(-45deg);
}
#layerPopup .lpTop .lpClose:hover .lpX{
	transform: rotate(90deg);
}
#layerPopup .lpCenter{
	padding: 0 40px 0;
	margin-bottom: 40px;
	overflow: hidden;
	display: flex;
}
#layerPopup .lpCenter .lpContent{
	height: 100%;
	max-width: 460px;
	min-height: 200px;
	max-height: 580px;
	margin: 0 20px;
	border: 1px solid #ccc;
	overflow-y: auto;
}
#layerPopup .lpCenter .lpContent:first-child{
	margin-left: 0;
}
#layerPopup .lpCenter .lpContent:last-child{
	margin-right: 0;
}
#layerPopup .lpCenter img{
	width: 460px;
	display: block;
}
#layerPopup .lpCenter .lpCon_txt{
	padding: 20px;
	background: #fafafa;
}
#layerPopup .lpCenter .lpCon_txt a:hover{
	color: #333;
	transition: .3s;
}
#layerPopup .lpCenter .lpCon_txt .lpTit{
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	color: #033c8a;
}
#layerPopup .lpCenter .lpCon_txt .lpCon{
	margin: 20px 0;
	font-size: 16px;
}
#layerPopup .lpCenter .lpCon_txt .lpCall{
	font-size: 14px;
}
#layerPopup .lpCenter .lpCon_txt .lpBtn{
	width: 100%;
	padding: 5px;
	margin-top: 20px;
	background: #033c8a;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	display: block;
}
#layerPopup .lpCenter .lpCon_txt .lpBtn:hover{
	background: #02295f;
	color: #fff;
}
#layerPopup .lpBottom button{
	width: 100%; padding: 20px;
	background: #033c8a;
	border-top: 1px solid #ddd;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: block;
	transition: .3s;
}
#layerPopup .lpBottom button:hover{
	background: #02295f;
}


/* ============================================================== */
/* max-width: 1640px; */
@media screen and (max-width:1640px){
	
}

/* ============================================================== */
/* max-width: 1400px; */
@media screen and (max-width:1400px){
	
	/* 정책동향 */
	.limited-text {-webkit-line-clamp: 1;}
}


/* ============================================================== */
/* max-width: 1200px; */
@media screen and (max-width:1200px){
	/* 사이트맵 */
	.hd_AllMenuWrap > div {padding: 40px 10px;}
}

/* ============================================= */
/* tablet */
/* max-width: 1060px; */
@media screen and (max-width:1060px) {
	.section_main{
		min-height: 700px;
		padding-top: 92px;
		padding-bottom: 100px;
	}
	.section_main .search_box{
		margin-top: 0;
	}
	.section_main .search_box > h1{
		font-size: 32px;
	}
	.section_main .search_box > h1 span{
		font-size: 36px;
	}
	.section_main .search_con{
		height: 54px;
	}
	.section_main .search_con input{
		width: 60%; min-width: 340px;
	}
	.section_main .search_con .search_btn{
		width: 14%; min-width: 100px;
	}
	.section_main .search_con .search_btn img{
		width: 30px;
	}
	.section_main .search_con .alertWrap{
		left: 13%;
	}
	.section_main .autoSearch{
		width: 74%;
		min-width: 440px;
		max-width: none;
		top: 54px;
	}
	.section_main .search_con_tt{
		font-size: 16px;
	}
	.section_main .cate_icon1{
		width: 90%;
		gap: 20px;
	}
	.section_main .cate_icon1 li img{
		width: 65px;
	}
	.section_main .cate_icon1 li p{
		font-size: 14px;
		line-height: 21px;
	}
	.scroll_down{
		bottom: 40px;
	}
	
	/* 정책동향 */
	.section_cate2{
		padding: 50px 0;
	}
	.section_cate2 h1{
		font-size: 32px;
		margin-bottom: 30px;
	}
	
	.section_cate2 .cate_boxWrap{
		padding: 0;
		flex-direction: column;
		align-items: center;
		background-image: none;
	}
	
	.cate_box1{
		width: 100%;
		padding: 40px 10%;
		background: url(../img/bg_sitemap.png) no-repeat #fff;
    	background-size: 80%;
    	background-position: center 180px;
	}
	.cate_box1:nth-of-type(1){
		margin-right: 0;
		border-bottom: 1px solid #eee;
	}
	
	.sliderWrap .swiper-slide div .news_list_img{
		width: 130px;
		position: relative;
	}
	.sliderWrap .swiper-slide div .news_list_tt{
		width: calc(100% - 100px);
	}
	.sliderWrap .swiper-slide div .news_list_tt a{
		font-size: 14px;
	}
	
	
	/* 스마트 알림  */
	.set_alirm_popup .inner {
		width: 726px;
		padding: 30px;
	}
	.set_alirm_popup .search_area,
	.set_item_popup .search_area {
    	margin-top: 30px;
	}
	.set_alirm_popup .search-box,
	.set_item_popup .search-box {
	    padding: 30px 30px 34px;
	}
	.set_alirm_popup .foot .btn_close,
	.set_alirm_popup .foot .btn_confirm {
	    padding: 12px 0px;
	}
	
	.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 가로 */
/* max-width: 768px; */
@media screen and (max-width:768px) {
	.section_main .search_box > h1{
		font-size: 24px;
	}
	.section_main .search_box > h1 span{
		font-size: 28px;
	}
	.section_main .search_con{
		width: 100%;
	}
	.section_main .search_con input{
		min-width: auto;
		width: 70%;
		font-size: 14px;
	}
	.section_main .search_con .search_btn{
		min-width: auto;
		width: 18%;
	}
	.section_main .search_con .alertWrap{
		left: 6%;
	}
	.section_main .autoSearch{
		width: 88%;
		min-width: auto;
	}
	.section_main .search_con_tt{
		font-size: 14px;
	}
	.section_main .cate_icon1{
        margin-top: 30px;
		flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
	}
	.section_main .cate_icon1 li:nth-of-type(1)
	, .section_main .cate_icon1 li:nth-of-type(2){
		width: 35%;
	}
	.section_main .cate_icon1 li:nth-of-type(3)
	, .section_main .cate_icon1 li:nth-of-type(4)
	, .section_main .cate_icon1 li:nth-of-type(5){
		width: 30%;
	}
	.section_main .cate_icon1 li img{
		width: 50px;
	}
	.section_main .cate_icon1 li p{
		font-size: 12px;
		line-height: 18px;
	}
	
	/* 정책동향 */
	.section_cate2 h1{
		font-size: 28px;
	}
	.cate_box1{
		padding: 30px;
	}
	.sliderWrap .swiper-slide div .news_list_img{
		width: 100px;
	}
	.sliderWrap .swiper-slide div .news_list_img .news_cate{
		padding: 5px 10px;
		font-size: 12px;
		display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
	}
	.sliderWrap .swiper-slide div .news_list_tt .news_cate{
		display: none;
	}
	
	
	
	/* 스마트 알림  */
	.set_alirm_popup .inner {
        width: 464px;
        padding: 20px;
    }
    .set_alirm_popup .title_area {
    	display: block;
    }
    .set_alirm_popup .title_area .page_tit,
    .set_item_popup .page_tit {
        font-size: 18px;
    }
    .set_alirm_popup .title_area .small_area .small_tit,
    .set_item_popup .row_wrap.block .small_tit {
    	margin-top: 4px;
    }
    .set_alirm_popup .search-box,
    .set_item_popup .search-box {
        padding: 20px 10px 24px;
    }
	.set_alirm_popup .foot .btn_close,
	.set_alirm_popup .foot .btn_confirm {
        padding: 10px 0;
    }
    
	.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 세로 */
/* max-width: 480px; */
@media screen and (max-width:480px) {
	.section_main .search_con input{
		width: 80%;
	}
	.section_main .search_con .search_btn{
		width: 20%;
	}
	.section_main .search_con .alertWrap{
		left: 0;
	}
	.section_main .autoSearch{
		width: 100%;
	}
	/* 스마트 알림  */
	.set_alirm_popup .inner {
        width: 346px;
        padding: 12px;
    }
	.set_alirm_popup .title_area .page_tit,
	.set_item_popup .page_tit {
        font-size: 16px;
    }
    .set_alirm_popup .title_area .small_area .small_tit,
    .set_item_popup .row_wrap.block .small_tit {
	    font-size: 12px;
	    line-height: 16px;
	}
	.set_alirm_popup .search_area,
	.set_item_popup .search_area {
        margin-top: 20px;
    }
	.set_alirm_popup .search-box,
	.set_item_popup .search-box {
        padding: 12px 10px 14px;
    }
    .set_alirm_popup .sch-label,
    .set_item_popup .sch-label {
	    min-width: 78px;
	    font-size: 14px;
	}
	.set_alirm_popup .email input.inptxt.sty5 {
	    padding: 4px;
	    font-size: 14px;
	}
	.set_alirm_popup .email .til {
	    font-size: 14px;
	    padding: 0 4px;
	}
	.set_alirm_popup .email .com_sel {
	    width: 96px;
	    background-position: 78px 10px;
	    background-size: 10px;
	    padding: 6px;
	}
	
	.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;
    }
}

  
