@CHARSET "UTF-8";

/* reset */
*{font-family: 'Noto Sans KR', 'NanumGothic', '나눔고딕';}
a:hover {
    text-decoration: none;
}
/* head */
#header {
	width: 100%;
	height: auto;
	margin: 0;
	background: #fff;
	box-shadow: 0 0 10px #00000025;
	position: fixed;
	top: 0;
	z-index: 100;
}
#header .logo{font-size: 25px;box-sizing: border-box;}
#header .container2{
	width: 100%; min-width: 1200px; max-width: 1900px; margin: 0 auto; height: 102px; padding: 0 120px;
	display: flex;justify-content: space-between;align-items: center;
}
#header .login_menu{
	width: 100%;
	min-width: 1200px; max-width: 1900px;
	padding: 0 120px; margin: 0 auto; height:30px;
	border-bottom: 1px solid #efefef;
}
#header .login_menu ul{
	width: 100%;display: flex;flex-direction: row;justify-content: flex-end;
}
#header .login_menu ul li{padding: 0 10px;line-height: 30px;font-size: 12px;}
#header .login_menu ul li:last-child{
	padding-right: 0;
}
#header .login_menu ul li a{display: block;}

.font_b{font-weight: bold;}
.blue{color: #1474f8;}
.red{color:#ff1818;}
#header .container2 .logo{width: 200px;}
#header .container2 .logo img{
	max-width: 100%;
}
#header .nav .logo{display:flex;width:200px;flex-wrap:wrap;justify-content: center;align-items: center;text-transform:uppercase;cursor:pointer;}
/* #header .menu_btn{position:absolute;right:20px;top:60px;} */
#header .nav .gnbBtnBox{display: flex; align-items: center; position: relative;}
#header .nav .gnbBtnBox button{background: transparent;}
#header .nav .gnbBtnBox button
#header .nav .gnbBtnBox a {display: block;}
#header .menu_sBtn{width: 30px; height: 30px;margin-right: 20px;}
#header .menu_sBtn img{
	width: 80%;
}
#header .menu_btn{width: 25px; height: 30px;position: relative;}
#header .menu_btn span {width: 25px;height: 2px;background-color:#000;margin: 6px 0px;position: relative;transition:all .8s ease;display: block;}

/* 헤더 검색창 { */
#header .nav .gnbSearchWrap{
	width: 0; height: 0;
	background: #1474f8;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(52, 52, 52, .5);
    position: absolute;
    top: 90px;
    right: 60px;
	z-index: 99999;
	transition: .5s;
	overflow: hidden;
	display: none;
}
#header .nav .gnbSearchWrap.on{
	width: 311px; height: 50px; padding: 5px;
	overflow: visible;
	right: 30px;
	display: block;
}
#header .nav .gnbSearchWrap .traingle{
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-bottom: 0px #1474f8 solid; 
    display: block;
    position: absolute;
    right: 18px;
    top: 2px;
    transition: .5s;
}
#header .nav .gnbSearchWrap.on .traingle{
    border-bottom: 16px #1474f8 solid;
    top: -14px;
}
#header .nav .gnbSearchWrap .gsfWrap{
	display: flex;
	align-items: center;
	height: 0;
}
#header .nav .gnbSearchWrap.on .gsfWrap{
	height: 100%;
}
#header .nav .gnbSearchWrap .gsfBox{
	display: flex;
    border-radius: 7px;
    overflow: hidden;
}
#header .nav .gnbSearchWrap .gsfBox .gsfInp{
	width: 200px;
    display: block;
    border: none;
    outline: none;
    padding: 10px;
}
#header .nav .gnbSearchWrap .gsfBox .gsfBtn{
	padding: 0 10px;
	background: #fff;
	color: #1474f8;;
}
#header .nav .gnbSearchWrap .gsfBox .gsfBtn span {
	display: block;
	font-size: 30px;
}
#header .nav .gnbSearchWrap .gsfCloBtn{
	width: 26px; height: 26px; margin: 0 10px 0 15px;
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    padding: 5px;
}
#header .nav .gnbSearchWrap .gsfCloBtn img {
	width: 100%;
	display: block;
}
#header .nav .gnbSearchWrap .gsfCloBtn span{
	display: block;
	font-size: 18px;
}
/* } 헤더 검색창 끝 */
/* #header .menu_btn.lijo div{position:absolute;transition:all .8s ease;}
#header .menu_btn.lijo div:nth-child(1){transform: rotate(45deg);top: 7px;right: 0px;}
#header .menu_btn.lijo div:nth-child(2){width:0px;top: 7px;right: 0px;}
#header .menu_btn.lijo div:nth-child(3){transform: rotate(-45deg);top: 7px; right: 0px;} */
#header .nav{width: 79%;display: flex;flex-direction: row;justify-content: space-between;}
#header .nav ul.gnb{
	width: 1250px; height: auto; padding: 0; margin: 0 auto;
	display: flex;
}
#header .nav ul.gnb li{
	margin-bottom: 0px;
	color:#333;
	text-align: center;
	justify-content: space-between;
}
#header .nav ul.gnb li a {
	box-sizing: border-box;
	display:block; 
	transition: .3s;
	text-transform:uppercase;
}
#header .nav ul.gnb li a:hover{
	color: #0056b3;
}
#header .nav ul.gnb > li{
	padding: 35px 55px;
	transition: .1s;
}
#header .nav ul.gnb > li > a {
	font-size:21px;
	font-weight: bold;
	line-height: 31.5px;
	position: relative;
}
#header .nav ul.gnb > li > a::after{
	content: "";
	width: 0; height: 4px;
	background: #0056b3;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transition: .3s;
}
#header .nav ul.gnb > li:hover > a::after{
	width: 100%;
	left: 0;
}
#header .nav ul.sub{
	width: 100%; padding: 35px;
	background: #f5f5f5;
	border-bottom: 1px solid #efefef;
	display: none;
    justify-content: center;
	align-items: center;
	position:absolute;
	left: 0;
	top: 132px;
	z-index: 3;
	overflow: hidden;
	transition: .3s;
}
#header .nav ul.gnb > li:hover .sub{
	display: flex;
}
#header .nav ul.sub li {
	padding: 0 35px;
	border-right: 1px solid #0056b3;
	display: block;
	text-align: center;
}
#header .nav ul.sub li:last-child{
	border-right: none;
}
#header .nav ul.sub li a{
	font-size: 18px; 
	line-height: 18px;
	font-weight: 500;
}
.hd_bg, .hd_bg2{display: none;}
/* .hd_bg2{
	width:100%; height:280px; 
	background:#fafafa; 
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	position:absolute; 
	left:0; top:132px; 
	z-index:-1; 
	display:none; 
} */
section .cate_icon2-2{display: none;}

/*사이트맵, 전체메뉴*/
.hd_AllMenuWrap{
	width: 100%; height: 100vh; 
	background: rgba(52, 52, 52, .7); 
	position: fixed; top: 0; left: 0; 
	display: none; 
	justify-content: center; 
	align-items: center;
	z-index: 9999999; 
}
.hd_AllMenuWrap > div{
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, .5);
}
.hd_AllMenuWrap .hd_amTop{
	padding: 0 15px; margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hd_AllMenuWrap .hd_amTop h3{
	font-size: 28px;
	font-weight: 500;
}
.hd_AllMenuWrap .hd_amTop .hd_amClose{
  display: block;
  background: transparent;
  transition: .5s;
}
.hd_AllMenuWrap .hd_amTop .hd_amClose:hover{
	transform: rotate(90deg);
}
.hd_AllMenuWrap .hd_amTop .hd_amClose span{
  display: block;
  font-size: 35px;
}
.hd_AllMenuWrap .hd_amCon > ul{
  display: flex;
}
.hd_AllMenuWrap .hd_amCon > ul > li{
	padding: 15px;
	border-right: 1px solid #ddd;
}
.hd_AllMenuWrap .hd_amCon > ul > li:last-child{
	border-right: none;
}
.hd_AllMenuWrap .hd_amCon > ul > li p{
	width: 100%; min-width: 140px; padding: 7px 10px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 27px;
	background: #eaf4fa;
}
.hd_AllMenuWrap .hd_amCon .depth1_list{
	padding: 0 15px;
}
.hd_AllMenuWrap .hd_amCon .depth1_list li{
	margin-top: 12px;
}
.hd_AllMenuWrap .hd_amCon .depth1_list li a{
	font-size: 16px;
	line-height: 24px;
}


/* footer */
#ft a{text-decoration: none; transition: .3s;}
#ft a:hover{color: #006bbe;}
#ft .ft_box{width: 100%;min-width: 1200px;border-top: #efefef 1px solid;/* margin-top: 150px; */margin-top: 100px;}
#ft .ft_box .ft-banner{width: 1300px;margin: 0 auto;display: none;}
#ft .ft_box .ft-banner ul{padding: 40px 30px;display: flex;flex-direction: row;justify-content: space-between;}
#ft .ft_box .ft-banner ul li{}

#ft .ft-btm{background-color:#f4f4f4;}
#ft .ft-btm > div,#ft .ft-info .ft-info-wrap{width: 100%; max-width: 1900px;min-width: 1200px;padding: 10px 120px;margin: 0 auto;display: flex;flex-direction: row;justify-content: space-between; align-items: center;}
#ft .ft-btm .ft-area1 {display: flex; align-items: center;}
#ft .ft-btm .ft-area1 a{display: block;margin-right: 30px;font-size: 16px;font-weight: bold;}
#ft .ft-btm .ft-area1 a:nth-child(1){font-weight: bold;color: #1474f8;}
#ft .ft-btm .ft-area1 .detview_priv{display: flex; align-items: center;}
#ft .ft-btm .detview_priv img{width: 20px;margin-left: 5px;}

#ft > .ft-area2 {
  padding:20px 0 0 950px;
  width:100%;
  overflow:hidden;
  box-sizing:border-box;
}

#ft > .ft-area2::after {
  content:"";
  display:block;
  clear:both;
}

#ft .ft-area2 .family-site{display: flex;flex-direction: row; align-items: center;
}

#ft > .ft-area2 > .family-site > .select-box {
  position:relative;
  width:258px;
  height:33px;
}

#ft > .ft-area2 > .family-site > .select-box > .hide {
  display:block;
  position:absolute;
}
#ft .select-box {
    width: 200px;
    z-index: 1;
    background-color: #fff;border-radius: 5px;
}
#ft .select-box *{font-family: 'Noto Sans KR', sans-serif}
#ft .select-box label {
    position:absolute;
    top:1px;
    left:5px;
    padding:0.8em 0.5em;
    color:#999999;
    z-index:-1;
}
#ft .select-box select {
    width:100%;
    height:36px;
    line-height:normal;
    border: 1px solid transparent;
    margin:0;
    color:#333333;
    cursor:pointer;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
}
#ft .select-box select > option {
    color:black;
    background-color:white;
}
.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%);}
.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{
	padding-top: 15px;
	display: block;
	color: #fff;
}
.footer_top ul li img{width: 50%;margin: 0 auto 7px;display: block;}
#ft .ft-area2 .family-site .go-btn {
float: right;
  background-color: #1474f8;
  color:white;
  width:50px;
  height:33px;
  border:0;
  font-size:15px;
  font-weight:500;
  line-height:33px;
  margin-left: 10px;
  border-radius: 5px;
  font-weight: bold;
}
#ft .ft-info{width: 100%;background-color: #dedede;}
#ft .ft-info .ft-info-wrap{padding: 70px 120px;}
#ft .ft-info .ft-cs{text-align: center;}
#ft .ft-info .ft-cs span{display: block;font-weight: bold;text-align: center;color: #333;font-size: 16px;line-height: 24px;}
#ft .ft-info .ft-cs span:nth-child(2){font-size:36px;line-height: 54px;}
#ft .ft-info .ft-logo{margin-right: 50px;}
#ft .ft-info .ft-logo img{width: 200px;}
#ft .ft-info .ft-address{flex-grow: 3; font-size: 13px; line-height: 28px;}
#ft .ft-info .ft-address span{display: block;color: #333;font-weight: 400;}


/* container */
.main_wrap{
	padding-top: 132px;
}
/* .bread_area */
.bread_area{
	border-bottom: 1px solid #eee;
}
.bread_area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1200px;
  max-width: 1900px;
  padding: 0 120px;
  margin: 0 auto;
}
.bread_area li {
  position: relative;
  border-left: 1px solid #eee;
}
.bread_area li:last-child{
	border-right: 1px solid #eee;
}
.bread_area li a, .bread_area .depth1_txt{
	padding: 0 50px 0 25px;
	color: #555;
	font-size: 16px;
	font-weight: normal;
	line-height: 60px;
	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: 0 25px;
	color: #1474f8;
}
.bread_area .ico_home {
  display: block;
  width: 70px;
  height: 60px;
  padding: 0;
  background: #fafafa url(../img/home2.png) no-repeat center;
}
/* .content_wrap */
.content_wrap {
  max-width: 1900px;
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 120px;
}
.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{
	width: 100%;
	min-width: 1200px;
	max-width: 1900px;
	padding: 70px 120px 170px;
	margin: 0 auto;
}
.content_wrap_current .tit_wrap .tit_wrap_con{
	padding: 70px 120px;
}

/* 탭  */
.tab-list, .tab_link_list {
	width: 100%;
	margin-top: 70px;
	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 {
	width: 100%; /* margin-top: 70px; */
}
.content_wrap_list .content{
	width: 100%;
	min-width: 1200px;
	max-width: 1900px;
	padding: 0 120px;
	margin: 0 auto;
	transform: translateY(-100px);
}
.content_wrap_current .content{
	width: 100%;
	min-width: 1200px;
	max-width: 1900px;
	padding: 0 120px;
	margin: 0 auto;
}

/* 아래 버튼 영역 */
.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.on .detail_search_area {
  display: block;
}

.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 .detail_search_area {
	/* display: none; */
	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;
}

.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;
}

.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%;
}

.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;
}

input.inptxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: inline-block;
  padding: 11px 21px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  letter-spacing: -.4px;
}

input.inptxt.sty1 {
  max-width: 407px;
}

input.inptxt.sty2 {
  max-width: 518px;
}
input.inptxt.sty2:focus {
	outline: none;
}

input.inptxt.sty3 {
  max-width: 1080px;
}

input.inptxt.sty4 {
  max-width: 1009px;
}

input.inptxt.sty5 {
  max-width: 180px;
}

/*===== .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 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 tr{
	transition: .3s;
}
.table.view tr:first-child {border-top: none;}
.tbl th {
  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: center;
  line-height: 1.6;
  font-weight: 400;
}
.tbl td img {
	max-width: 100%;
}
.tbl td a.tbl-flex {
	display :flex;
	gap: 3px;
    justify-content: center;
	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{
	color: #033c8a;
	font-size: 21px;
	font-weight: 600;
}
.tbl td:last-child{
	border-right: none;
}
.file_box01 li  {
	text-align: left;
}
.file_box01 li .input_upFile {width: 860px;}
.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 .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 {
  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;
}

.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{
	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{
	padding: 10px 15px;
	cursor: default;
    background: #f5f5f5;
}
.tbl .detail_btn1.no_ontology p{
	text-align: left; 
}
.tbl .detail_btn1 img{
	height: 30px; margin-right: 8px;
}
.tbl .detail_btn1 p{color: #0f3888;display: inline-block;}

/* 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;
}
[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;
}
/* 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{
	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
{
	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{
	left: 4px;
	transform: rotate(45deg);
}
.tbl_card td .oc_btn span::before, 
.tbl_card3 .oc_btn span::before,
.tbl_card12 .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 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 {
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-left: 0;
}
.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;
}
/* 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 */
.tbl_card_list::-webkit-scrollbar{
	width: 14px; height: 100%;
	background: #fafafa;
}
.tbl_card_list::-webkit-scrollbar-thumb{
	background: #033c8a;
	border-radius: 7px;
}
.tbl_card_list::-webkit-scrollbar-thumb:hover{
	background: #0b56bd;
}
.tbl_card_list::-webkit-scrollbar-track{
	background: #fff;
	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%;
}

/* .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_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;
}


/* ============================================================== */
/* max-width: 1640px; */
@media screen and (max-width:1640px){
	#header .nav ul.gnb > li{
		padding: 35px 35px;
	}
}

/* ============================================================== */
/* max-width: 1400px; */
@media screen and (max-width:1400px){
	#header .nav ul.gnb > li{
		padding: 35px 20px;
	}
}


/* ============================================================== */
/* max-width: 1200px; */
@media screen and (max-width:1200px){
	
}
