@charset "utf-8";
.mob_depth02_nav{
	display: none;
}
.search_btn{
	display: inline-block;
}
.search_area{
	display: none;
}
.sub_cnt01{
	position: relative;
	padding-top: 35px;
}
.sub_cnt01:after{
	clear: both;
	content: "";
	display: block;
}
.main_sub_info{
	padding-top: 51px;
}
.left_nav, .sub_cnt01 .right_result_box{
	float:left;
}
.right_result_box{
	margin-left: 20px;
}
.right_result_box.list{
	width:780px;
	padding-bottom: 100px;
}
.right_result_box.data{
	position: absolute;
	right:0px;
	width:710px;
	transition: all 0.5s;
	/*position: absolute;
    width: 710px;*/
}
.left_nav.Tree_off{ /* tree메뉴가 아닐때 */
	width:200px;
}
.m_result_btn{
	display: none;
}
.left_nav_head{
	position:relative;
	width:100%;
	height:37px;
	line-height: 37px;
	background-color:#e50039;
	color:#ffffff;
	font-weight: bold;
	padding-left: 13px;
	box-sizing: border-box;
}
.left_nav h2{
	font-size: 20px;
	height: 23px;
    line-height: 23px;
    overflow: hidden;
	margin-bottom: 30px;
}
.left_nav.Tree_off .left_nav_list{
	width:100%;
}
.left_nav.Tree_off .left_nav_list li a{
	display: block;
	width:100%;
	height:38px;
	line-height: 38px;
	padding-left: 13px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e5e5e5;
	box-sizing: border-box;
	font-size: 14px;
}
.left_nav.Tree_off .left_nav_list li:last-child a{
	border-bottom: 0px;
}
.address_area{
	float:right;
}
.address_area:after{
	clear: both;
	content: "";
	display: block;
}
.address_area li{
	color:#6d6e72;
	float:left;
	font-size: 12px;
	position: relative;
	margin-left: 22px;
}
.address_area li:nth-child(2){
	margin-left: 0px !important;
}
.address_area li:after{
	clear: both;
    position: absolute;
    display: block;
    right: -25px;
    top: 0px;
    content: "";
    background-image: url(../../images/portal/common/address_arrow.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 12px;
    margin: 0px 10px;
}
.address_area li:first-child{
	margin-right: 11px;
}
.address_area li:first-child:after,
.address_area li:last-child:after{
	display: none;
}
.result_name{
	margin-bottom: 31px;
}
.result_name h2{
	background-image: url("../../images/portal/web/first_name_bar.png");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 13px;
}
.result_name h2{
	font-size: 20px;
	color:#7f7f7f;
}
.main_sub_info:before{
	clear: both; 
	content: "";
	display: block;
}
.left_nav_head{
	margin-top: 31px;
}
.right_result_head{
	text-align: center;
	line-height: 1.5;
	padding-bottom: 35px;
}
.right_result_head p{
	font-size: 14px;
	color:#7f7f7f;
}
.right_result_head strong{
	font-size: 25px;
	font-size: #030000;
}
.right_result_body.data:after{
	display: block;
	clear: both;
	content: "";
}
.right_result_body.list{
	border-top: 3px solid #333333;
	padding-top: 20px;
}
.search_box02{
	width:100%;
	height:85px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding:25px 29px;
	margin: 15px 0px;
}
.search_box02 .select_box:nth-of-type(2){
	margin-left: 20px;
}
.select_box select{
	width:185px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	background-image:url("../../images/portal/web/select_down_arrow.png");
	background-repeat: no-repeat;
	background-position: 101% center;
	margin-left:12px;
	padding-left: 12px;
}
.select_box label{
	font-size: 14px;
}
.select_box, 
.search_txt_box{
	display: inline-block;
	vertical-align: top;
}
.select_box select,
.search_txt_box{
	height:34px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.search_txt_box{
	position: relative;
	width:68%;
}
.search_txt_box.full{
	width:100%;
}
.search_txt_box input[type="text"]{
	width:100%;
	border: 0px;
	height:32px;
	padding-left: 12px;
	box-sizing: border-box;
	padding-right: 40px;
}
.search_txt_box button{
	position: absolute;
	top: -1px;
	right:-1px;
	width:34px;
	height:34px;
	vertical-align: top;
	margin-left: -5px;
}
.select_box select::-ms-expand{
	display: none;
}
.result_data_list{
	margin-top: 30px;
}
.result_data_list .result_num{
	width:100%;
	height:37px;
	background-color: #f8f8f8;
	padding: 11px 10px;
	box-sizing: border-box;
}
.result_data_list .result_num h3{
	float:left;
	font-size: 16px;
	color:#e50039;
	background-image: url("../../images/portal/common/icon_list_red_box.png");
	background-repeat: no-repeat;
	background-position: left 46%;
	padding-left: 16px;
}
.result_data_list .result_num a{
	float:right;
	background-image: url("../../images/portal/common/more_btn.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 20px;
	font-size: 12px;
	color: #646464;
}
.stat_list_result{
	width:100%;
	border-top: 2px solid #e50039;
}
.stat_list_result ul li{
	height:40px;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	color:#676767;
	font-size: 14px;
}
.stat_list_result ul li a{
	display: block;
	width:100%;
}
.stat_list_result ul li span{
	display: inline-block;
	margin-left: -4px;
	box-sizing: border-box;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.stat_list_result ul li span.list_name.null{
	display:block;
	margin-left:0px;
	text-align:center;
}
#btnSrch{
    position: absolute;
    color: #ffffff;
    font-family: nbg;
    width: auto;
    height: 30px;
    padding: 0px 13px;
    background-color: #5d5d5d;
    border-radius: 5px;
    right: 1%;
    top: 50%;
    margin-top: -15px;
}
@media(min-width:1024px){
	.left_nav.Tree_off .left_nav_list{
		display: block !important;
	}
	.stat_list_result ul li  a span.list_name{
		width:70%;
		padding-left: 29px;
	}
	.stat_list_result ul li  a span.number_views{
		width:10%;
	}
	.stat_list_result ul li  a span.modification_date{
		width:20%;
		text-align: right;
	}
}
#paginationArea{
	margin:20px 0px;
}
.pagination li a{
	display: block;
	width:32px;
	line-height: 32px;
}
.pagination li.active a{
	color:#ffffff;
	background-color: #333333;
}
.first, .prev, .next, .last{
}
.prev{
	margin-right: 15px;
	margin-left: 10px;
}
.next{
	margin-left: 15px;
	margin-right: 10px;
}

.left_nav.Tree_on_type01{
	width:270px;
	overflow: hidden;
	transition: all 0.5s;
}
.left_nav.Tree_on_type01 .left_nav_list_box{
	padding:5px;
	overflow:auto;
}
.left_nav_list_box{
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
}
.left_nav_list_box ul li a{
	border-width: 1px 1px 0px;
}
.left_nav_list_box ul li:last-child a{
	border-width: 1px 1px 1px;
}
.left_nav_list_box ul li.active a{
	background-color: #e50039;
	color:#ffffff;
}
/*=======================원시데이터========================*/
.sub_hamburger{
	float:left;
}
.view_box{
	position: relative;
    width: 100%;
    /* height: 500px; */
    min-height: 100px;
    height: 100%;
    border: 1px solid #e5e5e5;
   	/* background-color: #eeeeee; */
    box-sizing: border-box;
}
.popup_cnt .view_box{
	height:auto;
}
.data_view_option{
	padding:20px 0px;
}
.data_view_option:after{
	display: block;
	clear: both;
	content: "";
}
.left_nav.Tree_on_type01 strong{
	font-size: 14px;
	background-image: url("../../images/portal/common/left_menu_down_arrow.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 24px;
}
.left_nav_list.day{
	padding-left: 41px;
}
.left_nav_list.day li{
	line-height: 2;
}
.left_nav_list.day li a{
	background-image: url(.../../images/portal/common/icon_list_red_box.png);
    background-repeat: no-repeat;
    background-position: left 46%;
	padding-left: 18px;
	font-size: 14px;
}

.data_title {
	width: auto;
    height: 34px;
    line-height: 39px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
    padding: 0px 10px;
}
.meta_btn{
	width:100px;
	height:28px;
	line-height: 28px;
	vertical-align: middle;
	float: right;
	background-color: #a9a9a9;
	border-radius: 10px;
	color:#ffffff;
	font-weight: bold;
	background-image: url("../../images/portal/common/meta_btn_arrow.png");
	background-repeat: no-repeat;
	background-position: 75px center;
	text-align: left;
	box-sizing: border-box;
	padding: 0px 30px 0px 14px;
	font-size: 14px;
}
.data_result_box{
	position: relative;
	width:100%;
	border-top: 3px solid #333333;
	transition:all 0.5s;
	background-color: #ffffff;
}
.data_down_table{
	width:100%;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #d5d5d5;
}

.data_down_table tbody tr th{
	background-color: #ededed;
	color:#a1001f;
	padding:10px 0px;
}
.data_down_table tbody tr{
	border-bottom: 1px solid #d5d5d5;
}
.data_down_table tbody tr td{
	padding-left: 11px;
	height:30px;
	line-height: 1.5;
}
.data_down_table tbody tr td a{
	display:inline-block;
	width:100%;
	margin-right: 10px;
}
.data_down_table tbody tr td .move_btn{
	background: url("../../images/portal/common/move_btn.png") no-repeat 98% center;;
}
.data_down_table tbody tr td .move_btn img{
	vertical-align: middle;
}
.data_down_table tbody tr td .file_down_btn{
	display: inline-block;
    width: 100%;
    margin-right: 10px;
    padding-right: 30px;
    background: url(../../images/portal/common/file_down_btn.png) no-repeat 98% center;
    word-break: break-all;
    box-sizing: border-box;
}
.table_area tr th:nth-of-type(1){
	width:12%;
}

.view_style_option{
	float:left;
}
.data_zoom{
	float:right;
	background-color: #5d5d5d;
}
.view_style_option:after{
	display: block;
	content: "";
	clear: both;
}
.view_style_option li{
	float: left;
	margin-right: 5px;
}
.view_style_option li a, .data_zoom{
	display:table-cell;
	padding:0px 10px;
	height:40px;
	vertical-align: middle;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
}
.view_style_option li:nth-child(1) a{
	background-color: #ffc000;
}
.view_style_option li:nth-child(2) a{
	background-color: #ffc000;
}
.view_style_option li:nth-child(3) a{
	background-color: #65b2e9;
}
/*========================================= 데이터 목록 ======================================*/
.data_tab{
	position: relative;
	margin-bottom: 41px;
}
.data_tab i{
	position: absolute;
	height:3px;
	width:54px;
	background-color: #e3002b;
	left:0px;
	bottom:-1px;
}
.data_tab ul:after{
	clear: both;
	content: "";
	display: block;
}
.data_tab{
	border-bottom: 1px solid #d3d1d3;
}
.data_tab ul li{
	position:relative;
	float:left;
}
.data_tab ul li:first-child:after{
	display:none;
}
.data_tab ul li:after{
	position: absolute;
    display: block;
    clear: both;
    content: "";
    background-image: url(../../images/portal/web/shortcut_bar.png);
    background-repeat: no-repeat;
    width: 1px;
    height: 12px;
    top: 50%;
    margin-top: -5px;
    left: -1px;
}
.data_tab ul li button{
	display: block;
    font-size: 15px;
    padding: 10px 12.9px;
    color: #666666;
    font-weight: bold;
    letter-spacing: -1px;
}
.data_tab ul li.color button{
	color:#e3002b;
}
.inquiry_area{
	text-align: left;
	height:34px;
	line-height: 34px;
}
.inquiry_area ul:after{
	display: block;
	clear: both;
	content: "";
}
.inquiry_area ul li{
	float:left;
}
.inquiry_area ul li{
	margin-right:20px;
	background-image: url("../../images/portal/common/icon_list_gray_box.png");
	background-repeat: no-repeat;
	background-position: 0px 45%;
	padding-left: 9px;
}
.inquiry_area ul li:first-child{
	margin-right:34px; 
	pointer-events: none;
}
.inquiry_area ul li{
	font-size: 13px;
}
.inquiry_area ul li button{
	color:#cccccc;
}
.inquiry_area ul li.color button{
	font-weight: bold;
	color: #000000;
}
.inquiry_area{
	display:inline-block;
}
.inquiry_area+.select_box{
	float:right;
}
.right_result_list02{
	width:100%;
	border-top: 2px solid #e50039;
	margin-top: 18px;
	border-bottom: 1px solid #a0a0a0;
}
.data_list_view_head ul{
	width:100%;
	height:46px;
	background-color: #ededed;
}
.data_list_view_head ul:after{
	display: block;
	clear: both;
	content: "";
}
.data_list_view_head > ul > li{
	font-size: 15px;
}
.data_list_view_head ul li,
.data_list_view_body li ul li{
	text-align: center;
}
.data_list_view_head ul li{
	line-height: 46px;
	float: left;
	text-align: center;
	font-weight: bold;
}
/* 다운로드리스트가 있는 테이블 */
.data_list_view_head ul li:nth-child(1), 
.data_list_view_body li ul li:nth-child(1){
	width:54%;
}
.data_list_view_head ul li:nth-child(2),
.data_list_view_body li ul li:nth-child(2){
	width:11.2%;
}
.data_list_view_head ul li:nth-child(3),
.data_list_view_body li ul li:nth-child(3){
	width:11%;
}
.data_list_view_head ul li:nth-child(4),
.data_list_view_body li ul li:nth-child(4){
	width:12.8%;
}
.data_list_view_head ul li:nth-child(5),
.data_list_view_body li ul li:nth-child(5){
	width:11%;
}
.down_none .data_list_view_head ul li:nth-child(1), 
.down_none .data_list_view_body li ul li:nth-child(1){
	width:65%;
}
.board_table table{
	width:100%;
	margin-top: 10px;
}
.board_table table thead tr{
	height:48px;
	border-bottom: 2px solid #e3002b;
	border-top: 1px solid #d5d5d5;
	background-color: #ededed;
}
.board_table table thead tr th{
	font-size: 14px;
	font-weight: normal;
}
.board_table table tbody tr td{
	padding:13px 0px;
	text-align: center;
	color:#999999;
}

.board_table table tbody tr:nth-of-type(1){
	border-top: 2px solid #e3002b;
}
.board_table table tbody tr{
	border-bottom: 1px solid #e5e5e5;
}
.board_table table tbody tr td:nth-of-type(2){
	padding-left: 12px;
	text-align: left;
	box-sizing: border-box;
}

.board_table table tbody tr td:nth-of-type(2) p{
	width:533px;
	line-height: 2;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.board_table table tbody tr td:nth-of-type(2) .txt01{
	/* font-size:1.4rem; */
	/* font-weight: bold; */
	color:#000000;
}
.board_table{
	width:100%;
}
.board_table table{
	width:100%;
}
.question_answer{
	width:100%;
}
.question_answer tr{
	width:100%;
	border-bottom: 1px solid #e5e5e5;
}
.question_answer tr.answer_box{
	width:100%;
	display: table-row;
	border-bottom: 0px;
}
.question_answer tr.answer_box td{
	padding:0px;
}
.question_answer tr.answer_box td a{
	background-color: #ededed;
	padding:18px 20px 18px 140px;
	box-sizing: border-box;
	text-align: left;
	background-image: url("../../images/portal/common/icon_answer.png");
	background-repeat: no-repeat;
	background-position: 100px center;
	overflow: hidden;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}


.data_list_view_body li ul:after{
	display: block;
	clear: both;
	content: "";
}
.data_list_view_body li ul li{
	float:left;
	height:65px;
	line-height: 65px;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
}
.data_list_view_body > li:nth-child(even){
	background-color: #f8f8f8;
}
.data_list_view_body li ul li:nth-child(1){
	text-align: left;
}
.data_list_view_body li ul li a{
	display: block;
	padding:14px 0px 14px 11px;
}
.data_list_view_body li ul li a p{
	line-height: 1.5;
	font-size: 13px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.data_list_view_body li ul li:nth-child(2){
	line-height: 0px;
}
.data_list_view_body li ul li a p.txt01{
	/* font-weight: bold; */
}
.data_list_view_body li ul li a p.txt02{
	color:#a3a3a3;
}
.data_icon{
	width:38px;
	height:22px;
	line-height: 22px;
	color:#ffffff;
	font-family: "나눔고딕";
	border-radius: 5px;
	font-size: 10px;
	display: inline-block;
	margin:2px;
	text-align: center !important;
}
.data_icon.icon01{
	background-color: #65b2e9;
}
.data_icon.icon02{
	background-color: #ffc000;
}
.data_icon.icon03{
	background-color: #6ccdb3;
}
.data_icon.icon04{
	background-color: #ff9c00;
}
.icon_center{
	display: table-cell;
	width:87.36px;
	height:65px;
	vertical-align: middle;
}
.modal_cnt{
	display: none;
	width:100%;
	position: absolute;
	height:auto;
	background-color: #ffffff;
	z-index: 10;
	top:-1px;
}
#modal1{
	width:533px;
}
.modal_head{
	position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #333333;
    box-sizing: border-box;
}
.modal_head h3{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.modal_head .close_btn{
	position: absolute;
	display: block;
	width:20px;
	height:20px;
	top:50%;
	margin-top: -10px;
	right:10px;
}
.modal_cnt .data_down_table{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #d5d5d5;
}
.left_menu_btn{
	position: absolute;
	width:16px;
	height:50px;
	background: #e50039;
	top:-1px;
	left:-17px;
	border-radius: 5px 0px 0px 5px;
}
.left_menu_btn button{
	display: block;
	width:16px;
	height:50px;
	font-size: 0px;
	text-indent: -9999px;
	background: url("../../images/portal/web/left_menu_btn.png") no-repeat center;
    transform: rotate(0deg);
    transition: all 0.6s;
}
.left_menu_btn button.on{
    transform: rotate(180deg);
    ransition: all 0.6s;
}
.sub_cnt01.on .left_nav.Tree_on_type01{
	width:0px;
	transition: all 0.5s;
}
.sub_cnt01.on .right_result_box.data{
	/*width:100%;*/
	margin-left: 0px;
	transition: all 0.5s;
}
.graph_option{
	width:100%;
	height:33px;
	border-bottom:  1px solid #b3b3b3;
	background-color: #ededed;
}
.graph_option ul{
	width:231px;
	height:33px;
	border: 1px solid #e5e5e5;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
}
.graph_option ul li{
	position:relative;
	float:left;
}
.graph_option ul li button{
	width:33px;
	height:33px;
	font-size: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
}
.graph_option ul li.on button{
	box-sizing: border-box;
	border:1px solid #d50035;
	border-radius: 3px;
}
.graph_option ul li:after{
	position: absolute;
	clear: both;
	content: "";
	width:1px;
	height:18px;
	background: url("../../images/portal/common/graph_list_bar.png") no-repeat;
	top:50%;
	margin-top: -9px;
}
.graph_option ul li:last-child:after{
	display: none;
}
.graph_option ul li:nth-child(1) button{
	background-image: url("../../images/portal/common/ico_graph01.png");
}
.graph_option ul li:nth-child(2) button{
	background-image: url("../../images/portal/common/ico_graph02.png");
}
.graph_option ul li:nth-child(3) button{
	background-image: url("../../images/portal/common/ico_graph03.png");
}
.graph_option ul li:nth-child(4) button{
	background-image: url("../../images/portal/common/ico_graph05.png");
}
.graph_option ul li:nth-child(5) button{
	background-image: url("../../images/portal/common/ico_graph04.png");
}
.graph_option ul li:nth-child(6) button{
	background-image: url("../../images/portal/common/ico_graph06.png");
}
.graph_option ul li:nth-child(7) button{
	background-image: url("../../images/portal/common/ico_graph07.png");
}
.graph_option ul li.on:nth-child(1) button{
	background-image: url("../../images/portal/common/ico_graph01_active.png");
}
.graph_option ul li.on:nth-child(2) button{
	background-image: url("../../images/portal/common/ico_graph02_active.png");
}
.graph_option ul li.on:nth-child(3) button{
	background-image: url("../../images/portal/common/ico_graph03_active.png");
}
.graph_option ul li.on:nth-child(4) button{
	background-image: url("../../images/portal/common/ico_graph05_active.png");
}
.graph_option ul li.on:nth-child(5) button{
	background-image: url("../../images/portal/common/ico_graph04_active.png");
}
.graph_option ul li.on:nth-child(6) button{
	background-image: url("../../images/portal/common/ico_graph06_active.png");
}
.graph_option ul li.on:nth-child(7) button{
	background-image: url("../../images/portal/common/ico_graph07_active.png");
}
#filtering > div{
	background-image:url("../../images/portal/common/icon_list_red_box.png");
	background-repeat:no-repeat;
	background-position:0px center;
	padding-left:11px;
	font-size:14px;
	margin-top:7px;
    white-space: nowrap;
}
#filtering > ul{
	width:260px;
	height:240px;
	border:1px solid #e5e5e5;
	box-sizing:border-box;
	padding:15px 0px;
	overflow-y:auto;
	margin-top:4px;
}
#filtering > ul li{
	margin-bottom:4px;
	padding-left:15px;
}
#filtering > ul li label{
	position:relative;
	color:#000000;
	font-size:14px;
}
#filtering > ul li label input[type="checkbox"]{
	z-index:2;
	left:-20px;background-image:url("../../images/portal/common/check_box_none.png");
}
#filtering > ul li label input[type="checkbox"],
#filtering > ul li label input[type="checkbox"]:after{
	position:absolute;
	width:16px;
	height:16px;
}
#filtering > ul li label input[type="checkbox"]:after{
	display:block;
	clear:both;
	content:"";
	width:16px;
	height:16px;
	z-index:1;
	background-image:url("../../images/portal/common/check_box_none.png");
	background-repeat:no-repeat;
}
#filtering ul li label input[type="checkbox"]:checked:after{
	background-image:url("../../images/portal/common/check_box_chk.png");
}
/* 팝업창 */
.popup_box{
	position:fixed;
	width:500px;
	height:auto;
	border-radius: 10px 10px 0 0;
	display: none;
	z-index: 32;
}
.popup_box.wide{
	width:650px;
}
.privacy_agree_box{
	padding-left: 10px;
}
.popup_box .popup_head{
	position:relative;
	height:40px;
	line-height: 40px;
	background-color: #6d6e72;
	border-radius: 10px 10px 0 0;
}
.popup_box .popup_head .close_btn{
	position: absolute;
	top: 50%;
	right:15px;
	margin-top: -10px;
}
.popup_box .popup_head h4{
	text-align: center;
	font-size: 20px;
	color:#ffffff;
}
.popup_box .popup_cnt{
	padding:20px;
    background-color: #ffffff;
}
.popup_box .popup_cnt textarea{
	width:100%;
	height:200px;
	resize: none;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	padding:10px;
	box-sizing: border-box;
}
.popup_box .popup_btn{
	margin-top: 15px;
}
.popup_box .popup_btn button{
	width: 80px;
    height: 35px;
    line-height: 35px;
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
}
.popup_box_btn{
	display: block;
    width: 75px;
    height: 20px;
    line-height: 20px;
    background-color: #6d6e72;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    top: 50%;
    margin-top: -10px;
}

/* 상세화면 */
.details_table table{
	width:100%;
}
.details_table table tbody tr:nth-of-type(1){
	background-color: #ededed;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #d5d5d5;
}
.details_table table tbody tr:last-child{
	border-bottom:1px solid #cccccc;
}
.details_table table tbody tr:nth-of-type(2){
	border-bottom: 2px solid #e3002b;
}
.details_table table tbody tr th{
	background-image: url("../../images/portal/common/th_bar.png");
	background-repeat: no-repeat;
	background-position: 90% center;
	padding:15px;
	width:50px;
}
.details_table table tbody tr td input{
	width:98%;
	padding:5px 0px 5px 10px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
}
.details_table table tbody tr td input[type="date"]{
	padding:2px 0px 2px 10px;
}
.details_table table tbody tr td textarea, .details_table table tbody tr td div{
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}
.details_table table tbody tr td textarea{
	min-height:200px;
}
.details_table table tbody tr td .answer_box, 
.details_table table tbody tr td div{
	min-height:100px;
}
.details_table table tbody tr td textarea, .details_table table tbody tr td .answer_box, .details_table table tbody tr td div{
	width: 780px;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
    text-align: left;
    border: 0px;
    overflow: auto;
    word-break: break-all;
    border: 1px solid #d5d5d5;
}
.details_table table tbody tr td .answer_box{
    /* color: #666666; */
}
.details_table table tbody tr:nth-of-type(3) td,
.details_table table tbody tr:nth-of-type(4) td{
	padding:20px;
}
.details_table table tbody tr:nth-of-type(4) td{
	padding:0px 20px 30px;
}
.details_table table tbody tr td textarea:focus{
	outline: none;
}
.board_btn{
	margin-top: 15px;
	text-align: right;
	margin-bottom:15px;
}
.board_btn button{
	padding:10px 20px;
	vertical-align: middle;
	color: #ffffff;
	background-color: #6d6e72;
	border-radius: 10px;
}

/* -------- FAQ -------- */

.FAQ_box {
    width: 100%;
}

.FAQ_box .accordion {
    width: 100%;
}

.FAQ_box .accordion > dt {
    font-size: 15px;
    color: #666666;
    background:#ededed url("../../images/portal/common/Q_icon.png") no-repeat 36px 50%;
    width: 100%;
    border-bottom: 1px solid #e50039;
	font-weight: normal;
	padding-left:0px;
}

/*.FAQ_box .accordion > dt.on {
    background: #48a1e4 url("../images/MediaStat/Q_white.png") no-repeat 36px 50%;
}*/

.FAQ_box .accordion > dt a {
    display: block;
    width: 100%;
    background:url("../../images/portal/common/accordion_arrow01.png") no-repeat 97% 50%;
	padding:20px 40px 20px 96px;
    box-sizing: border-box;
	font-size: 15px;
}

.FAQ_box .accordion > dt.on a {
    background:url("../../images/portal/common/accordion_arrow02.png") no-repeat 97% 50%;
}

.FAQ_box .accordion > dd {
    display: none;
    font-size: 15px;
    color: #666666;
    background:url("../../images/portal/common/icon_answer02.png") no-repeat 36px center;
    border-bottom: 1px solid #d5d5d5 !important;
    padding: 29px 34px 29px 96px;
	
	
}

.FAQ_box .accordion > dd.view {
    display: block;
}
.FAQ_box .accordion > dd{
	font-size: 13px;
}
.FAQ_box .accordion > dd p {
/*     background: url(../../images/MediaStat/sub_menu_list_dot.png) no-repeat 0px 9px; */
	padding-bottom: 10px;
    padding-left: 8px;
    color: #e50039;
    line-height: 1.5;
	font-size: 15px;
}
.FAQ_box .accordion > dd{
    border:none;
    margin-top:0px;
    border-top:0px;
}
.FAQ_box .accordion > dd img {
    margin-top: 10px
}
.table_radio:after{
	display: block;
	clear: both;
	content: "";
}
.table_radio li{
	position: relative;
	margin-right: 5px;
}
.table_radio li i, .table_radio li input[type="radio"]{
	position: absolute;
	width:14px;
	height:14px;
	top:8px;
	margin-top: -8px;
	left:0px;
}
.table_radio li label{
	margin-left: 18px;
	color:#666666;
}
.table_radio li input[type="radio"]{
	z-index: 2;
	opacity: 0;
}
.table_radio li i{
	z-index: 1;
	background: url(../../images/portal/common/radio_icon01.png) no-repeat;
}
.table_radio li input[type="radio"]:checked + i{
	background: url(../../images/portal/common/radio_icon02.png) no-repeat;
}
.etc_txt_box01, .etc_txt_box02, .etc_txt_box03 {
    display: none;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    width:110px;
}
.email-area{
	padding:10px 0;
}
.email-area label{
	font-weight:bold;
	padding-right:10px;
}
.email-area .email01{
	width:150px;
}
.email-area .email02{
	width:130px;
}
.email-area .email03{
	width:130px;
}
.email-area input[type="text"]{
	height:29px;
	padding: 9px 5px 6px 10px;
}
.email-area input[type="text"],
.email-area select{
	display: inline-block;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.email-area select{
	vertical-align:bottom;
	padding: 5px 5px 5px 10px;
}
.privacy_rule_box_wrap{
	width:32%;
	display:inline-block;
}
.privacy_rule_box_title{
	text-align: center;
	font-weight: bold;
	background-color: #f1f1f1;
	padding: 10px;
}
.privacy_rule_box{
	padding:10px;
	width:100%;
	height:217px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	overflow-y: auto;
}
.popup_box .table_radio{
	/* margin-top: 10px; */
	float:right;
}
.popup_box .table_radio.block li{
	margin-bottom: 10px;
	display: block;
	float:none;
}
.popup_box .table_radio.block li:last-child{
	margin-bottom: 0;
}
.popup_box .table_radio.block{
	float:left;
}
.privacy_rule02 ul li:after{
	clear: both;
	display: block;
	content: "";
}
.popup_btn{
	margin-top: 20px;
	text-align: center;
}
.popup_btn button{
	width: 80px;
    height: 35px;
    line-height: 35px;
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
}
.introduction_list > li{
	margin-bottom: 25px;
}
.introduction_list li h3{
	font-weight: bold;
	font-size: 16px;
}
.introduction_list li:first-child h3{
	color:#e50039;
}
.introduction_txt{
	width:100%;
	padding:20px;
	background-color: #f8f8f8;
	margin-top: 16px;
	box-sizing: border-box;
}
.introduction_list li .introduction_img_txt{
	background-image: url("../../images/portal/common/introduction_bg01.png");
	background-repeat: no-repeat;
	height:294px;
}
.introduction_list li .introduction_img_txt ul li dl dt, .introduction_list li .introduction_img_txt ul li dl dd{
	display: inline-block;
	vertical-align: middle;
}
.introduction_list li .introduction_img_txt ul li dl dt{
	font-size: 14px;
	font-weight: bold;
}
.introduction_list li .introduction_img_txt ul li dl dd{
	font-size: 11px;
	margin-left: 28px;
	line-height: 1.5;
}
.introduction_list li .introduction_img_txt{
	margin-top: 35px;
	padding-top: 15px;
}
.introduction_list li .introduction_img_txt ul > li:first-child{
	margin-bottom: 45px;
	padding-left: 30%;
}
.introduction_list li .introduction_img_txt ul > li:nth-child(2){
	margin-bottom: 83px;
	padding-left: 40%;
}
.introduction_list li .introduction_img_txt ul > li:nth-child(3){
	margin-bottom: 52px;
	padding-left: 40%;
}
.introduction_list li .introduction_img_txt ul > li:nth-child(4){
	padding-left: 30%;
}
.introduction_list li .introduction_txt > ul > li{
	background-image: url("../../images/portal/common/icon_list_darkgray_box.png");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 13px;
	line-height: 1.5;
}
.introduction_box_list{
	margin-top: 32px;
}
.introduction_box_list > ul{
	margin-top: 21px;
}
.introduction_box_list > ul:after{
	display: block;
	clear: both;
	content:"";
}
.introduction_box_list > ul > li{
	float:left;
	width:184px;
	height:299px;
	margin-left: 14px;
}
.introduction_box_list > ul > li:first-child{
	margin-left: 0px;
}
.introduction_box_list > ul > li .box_header{
	position: relative;
	width:100%;
	height:100%;
	max-height:50px;
	padding:18px 0px;
	background-color: #e50039;
	color:#ffffff;
	text-align: center;
	box-sizing: border-box;
}
.introduction_box_list > ul > li .box_header:after{
	position: absolute;
	display: block;
	clear: both;
	content:"";
	width:24px;
	height:6px;
	background-image: url("../../images/portal/common/introduction_head.png");
	background-repeat: no-repeat;
	right:25px;
	bottom: -6px;
}
.introduction_box_list > ul > li .box_cnt{
	background-color: #f1f2f2;
	height:249px;
	padding: 90px 10px 0px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center 20px;
}

.introduction_box_list > ul > li:nth-child(1) .box_cnt{
	background-image: url("../../images/portal/common/introduction_icon01.png");
}
.introduction_box_list > ul > li:nth-child(2) .box_cnt{
	background-image: url("../../images/portal/common/introduction_icon02.png");
}
.introduction_box_list > ul > li:nth-child(3) .box_cnt{
	background-image: url("../../images/portal/common/introduction_icon03.png");
}
.introduction_box_list > ul > li:nth-child(4) .box_cnt{
	background-image: url("../../images/portal/common/introduction_icon04.png");
}
.introduction_box_list > ul > li .box_cnt > li{
	background-image: url("../../images/portal/common/icon_list_darkgray_box.png");
	background-repeat: no-repeat;
	background-position:0px 4px;
	padding-left: 9px;
	line-height: 1.4;
	font-size: 11px;
	letter-spacing: -1px;
}
.introduction_box_list > ul > li .box_cnt > li ul{
	padding-left: 14px;
}
/*=================================== 이 용 약 관 ================================================*/
.terms_use li{
	line-height: 2;
}
.terms_use li h3{
	background-image: url("../../images/portal/common/icon_list_red_box.png");
	background-repeat: no-repeat;
	background-position:0px 39%;
	padding-left: 9px;
	font-size: 16px;
	font-weight: bold;
}
.terms_use_box{
	border-top: 2px solid #e50039;
	width:100%;
	padding:16px 20px;
	box-sizing: border-box;
	background-color:#f8f8f8;
	margin-top: 18px;
}
.terms_use > li{
	margin-bottom: 26px;
}
.terms_use > li .terms_use_box .terms_use_list li span{
	display: block;
	background-image: url("../../images/portal/common/icon_list_darkgray_circle.png");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 9px;
}
.terms_use > li .terms_use_box .terms_use_list li ul{
	border-top: 1px solid #e5e5e5;
	padding:9px 0px 30px;
}
.terms_use > li .terms_use_box .terms_use_list li ul li{
	text-indent: -10px;
	margin-left: 10px;
}
.introduction_list li .introduction_txt span {
    display: block;
    background-image: url(../../images/portal/common/icon_list_red_errow.png);
    background-repeat: no-repeat;
    padding-left: 12px;
    background-position: 0px 0px;
	font-size: 12px;
}
/* 개방완료안내메시지 */
.complete_popup{
	display: none;
	position: fixed;
	width:763px;
	height:180px;
	background-color: #a1001f;
	padding:0px 3px;
}
.complete_popup .complete_popup_head{
	position: relative;
    width: 100%;
    height: 100%;
    max-height: 57px;
    padding: 20px 0px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}
.complete_popup .complete_popup_head h2{
	font-size: 22px;
}
.complete_popup .complete_popup_head .close_btn{
	position: absolute;
	width:18px;
	height:19px;
	top: 50%;
	margin-top: -9.5px;
	right:18px;
	background-image: url("../../images/portal/common/popup_close01.png");
	background-repeat: no-repeat;
	font-size: 0px;
	text-indent: -9999px;
	transition: all 0.5s;
}
.complete_popup .complete_popup_head .close_btn:hover{
	background-image: url("../../images/portal/common/popup_close02.png");
	transition: all 0.5s;
}
.complete_popup .complete_popup_cnt{
	width:100%;
	height:120px;
	background-color: #ffffff;
	background-image: url("../../images/portal/common/complete_icon.png");
	background-repeat: no-repeat;
	background-position: 54px 30px;
	padding-top: 30px;
	padding-left: 122px;
	box-sizing: border-box;
}
.complete_popup .complete_popup_cnt p{
	font-size: 14px;
}
@media(min-width:1023px){
	.left_nav_list.day li a:hover{
		color:#e50039;
		text-decoration: underline;
		font-weight: bold;
	}
}

@media(max-width:1023px){
	/*==========================소개=================================*/
	.introduction_list li .introduction_img_txt{
		position: relative;
		background-image: none;
	}
	.introduction_list li .introduction_txt p{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.introduction_list li .introduction_img_txt{
		margin-top: 10px;
		height:auto;
	}
	.introduction_list li .introduction_img_txt strong{
		font-weight: bold;
    	font-size: 16px;
	}
	.introduction_list li .introduction_img_txt ul{
		width: 100%;
		padding: 20px;
		background-color: #f8f8f8;
		margin-top: 16px;
		box-sizing: border-box;
	}
	.introduction_list li .introduction_img_txt ul > li > dl dt,
	.introduction_list li .introduction_img_txt ul > li > dl dd{
		display:block;
		vertical-align: top;
	}
	.introduction_list li .introduction_img_txt ul > li dl dt{
		font-size: 10px;
	}
	.introduction_list li .introduction_img_txt ul > li dl dd{
		font-size: 5rem;
	}
	.introduction_list li .introduction_img_txt ul > li{
		margin-bottom: 20px !important;
		padding-left: 0px !important;
	}
	.introduction_list li .introduction_img_txt ul li dl dt{
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.introduction_list li .introduction_img_txt ul li dl dd{
		font-size: 1.1rem;
		margin-left: 0px;
		line-height: 1.5;
	}
	.introduction_list li .introduction_txt > ul > li{
		font-size: 1.2rem;	
	} 
	.introduction_box_list > ul > li{
		float:none;
		width:100%;
		height:auto;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.introduction_box_list > ul > li .box_cnt{
		padding:8px 0px 8px 40%;
		height:auto;
		background-position: 10% center;
		box-sizing: border-box;
	}
	/*==================== 입력창(textarea) =========================*/
	.details_table table tbody tr:nth-of-type(3) td,
	.details_table table tbody tr:nth-of-type(4) td{
		padding:10px;
	}
	/*==================== 이 용 약 관 =========================*/
	.terms_use li{
		font-size: 1.1rem;
	}
	.terms_use > li .terms_use_box .terms_use_list li ul li{
		text-indent: -9px;
		margin-left: 9px;
	}
	/*========================= 개방요청 =============================*/
	.process:after{
		display: block;
		clear: both;
		content: "";
	}
	.process li{
		float: left;
		width: 25%;
		max-height: 86px;
		height: 100%;
		padding: 4% 0;
		font-size: 1.2rem;
		background-image: url(../../images/portal/common/gray_box.png);
		background-repeat: no-repeat;
		background-size: contain;
		color: #ffffff;
		padding-left: 12px;
		box-sizing: border-box;
	}
	.search_area{
		position: fixed;
		top:68px;
	}
	.main_sub_info{
		padding-top: 0px;
	}
	.mob_depth02_nav{
		display: block;
	}
	.mob_depth02_nav button{
		display: block;
		width: 100%;
		height: 34px;
		background-color: #e5e5e5;
		text-align: left;
		border-bottom: 1px solid #b3b2b3;
		box-sizing: border-box;
		padding-left: 13px;
		color: #e50039;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.mob_depth02_nav button:after{
		clear: both;
		display: inline-block;
		content: "";
		background-image: url("../../images/portal/moblie/m_arrow_down.png");
		background-repeat: no-repeat;
		background-size: 9px auto;
		width: 9px;
		height: 6.5px;
		margin-left: 26px;
	}
	.mob_depth02_list{
		display: none;
		border-bottom: 2px solid #e9e9e9;
	}
	.mob_depth02_list li{
		line-height: 2.5;
	}
	.mob_depth02_list li a{
		display: block;
		border-width: 0px;
		padding-left: 0px;
		text-align: center;
		background-color: #f8f8f8;
		color: #bbbcc0;
		font-weight: bold;
		font-size: 1.3rem;
	}
	.mob_depth02_list li a:active{
		color: #e50039;
	}
	
	.right_result_box{
		padding:20px 13px 0px;
		box-sizing: border-box;
	}
	.right_result_body.data{
		padding:0px;
	}
	.right_result_body.list{
		border-top: 0px;
		padding-top:0px;
	}
	#content{
		width:100%;
	}
	.result_data_list .result_num a{
		background-image:none;
		padding-left:0px;
		color: #646464;
		width:40px;
		height:20px;
		line-height: 20px;
		background-color: #e1e1e1;
		border-radius: 5px;
		text-align: center;
		font-size: 1rem;
	}
	.left_nav, .right_result_box{
		float:none;
	}
	.sub_cnt01{
		padding-top: 0px;	
	}
	.left_nav{
		margin-top: 0px;
	}
	.left_nav.Tree_off{
		display: none;
	}
	.left_nav h2{
		display: none;
	}
	.search_box02{
		vertical-align: middle;
		line-height: 28px;
		padding: 30px 20px;
		margin:0px;
		border:0px;
	}
	.search_box02 .select_box:nth-of-type(2){
		margin-left: 0px;
	}
	.select_box{
		width:43%;
	}
	.search_txt_box{
		height:28px;
		min-width: 138px;
		width:55%;
	}
	.select_box label{
		float: left;
		font-size: 1.2rem;
		text-align: center;
		padding:0 2%;
		font-weight: bold;
	}
	.select_box select{
		float: left;
		width:68%;
		height:28px;
		background-image: url("../../images/portal/moblie/m_select_arrow_down.png");
		background-size: 20px auto;
		margin-left: 3%;
		font-size: 1.2rem;
	}
	.inquiry_area .select_box select{
		width:100%;
		margin-left: 0px;
	}
	.search_txt_box input[type="text"]{
		width:100%;
		height:26px;
		vertical-align: top;
		font-size: 1.1rem;
	}
	.search_box02 button{
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.left_nav.Tree_off .left_nav_list li.on{
		color: #e50039;
	}
	.address_area{
		float:none;
		width:100%;
		padding:10px 0px;
		background-color: #e5e5e5;
		border-bottom: 1px solid #b3b2b3;
		box-sizing: border-box;
		padding-left: 13px;
	}
	.address_area li:first-child{
		display: none;
	}
	.address_area li:last-child{
		font-weight: bold;
		color: #e50039;
	}
	.right_result_box .result_name, 
	.right_result_head{
		display: none;
	}
	.right_result_box{
		width:100%;
		margin-left: 0px;
	}
	.result_data_list .result_num{
		background-color: #ffffff;
	}
	.stat_list_result ul li{
		height:100%;
		line-height: 0;
		padding: 10px 0px 10px 13px;
	}
	.stat_list_result ul li:nth-child(4){
		display: none;
	}
	/*.result_data_list .result_num h3{
		font-size: 1.2rem;
	}*/
	.stat_list_result ul li span.list_name{
		display: block;
		padding-left: 0px;
		color:#333333;
		/* font-weight: bold; */
	}
	.stat_list_result ul li span.number_views{
		margin-right: 10px;
	}
	.stat_list_result ul li span.modification_date{
	}
	.stat_list_result ul li span.number_views,
	.stat_list_result ul li span.modification_date{
		display: inline-block;
		font-size: 1.2rem;
	}
	.stat_list_result ul li span{
		line-height: 2;
	}
	.right_result_box.list{
		width:100%;
		padding-bottom:0px;
	}
	
	
	/*=================  데이터셋 목록  ================== */
]	.right_result_list02{
		margin-top: 0px;
	}
	.data_tab{
		border: 0px;
		margin-bottom: 20px;
	}
	.data_tab i{
		width:0px;
		height:0px;
	}
	.data_tab ul{
		width:100%;
		/* border-width: 1px 0px 1px 0px;
		border-style: solid;
		border-color: #dedede; */
	}
	.data_tab ul{
		border: 1px solid #dedede;
	}
	.data_tab ul li{
		width:33.3%;
		text-align: center;
		box-sizing:border-box;
		border-bottom: 1px solid #dedede;
	}
	.data_tab ul li:after{
		display:none;
	}
	.data_tab ul li:nth-child(10){
		border-bottom:0px;
	}
	.data_tab ul li:nth-child(3) button,
	.data_tab ul li:nth-child(6) button,
	.data_tab ul li:nth-child(9) button{
		border-right:0px;
	}
	.data_tab ul li button{
		width:100%;
		padding:5px 0px;
		box-sizing: border-box;
		font-size: 1.1rem;
		border-right:1px solid #dedede;
		/* border-left: 1px solid #dedede; */
	}
	.data_tab ul li.color button{
		background-color: #dedede;
	}
	.inquiry_area{
		width:100%;
		height:auto;
		line-height: 1;
	}
	.inquiry_area ul li{
		display: none;
	}
	.inquiry_area ul li:first-child{
		display: block;
		color: #e50039;
		font-weight: bold;
		font-size: 1.1rem;
		background-image: url("../../images/portal/common/icon_list_red_box.png");
		background-position: 0px 41%;
	}
	.inquiry_area ul{
		float:left;
		box-sizing: border-box;
		margin-top: 16px;
	}
	.inquiry_area .select_box,
	.inquiry_area .select_box select{
		float:right;
	}
	.data_list_view_body > li{
		border-bottom: 1px solid #d0d0d0;
		padding-left: 12px;
	}
	.data_list_view_body > li:last-child{
		border-bottom: 0px;
	}
	.data_list_view_body li ul li{
		position:relative;
		border-top: 0px;
		float:none;
		height:auto !important;
		line-height: 1;
	}
	.data_list_view_body li ul{
		height:100%;
	}
	.data_list_view_body li ul li:nth-child(1){
		width:100%;
	}
	.data_list_view_body li ul li a{
		padding: 14px 0px 14px 0px;
	}
	.data_list_view_body li ul li:nth-child(1) a p{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.data_list_view_body li ul li:nth-child(1) a p.txt01{
		font-size: 1.2rem;
		width:150%;
		margin-bottom: 10px;
	}
	.data_list_view_body li ul li:nth-child(1) a p.txt02{
		font-size: 1.1rem;
		width:92%;
	}
	.data_list_view_body li ul li:nth-child(2){
		width:100%;
		height:100%;
	}
	.data_list_view_body li ul li:nth-child(2) .icon_center{
		width: 100%;
		position: absolute;
		height: auto;
		top: -33px;
		right: 0%;
	}
	.data_list_view_body li ul li:nth-child(2) .icon_center .data_icon{
		float:right;
		font-size: 0.9rem;
		margin: 1%;
		width: 35px;
		height: 17px;
		line-height: 17px;
	}
	.data_list_view_body li ul li:nth-child(3),
	.data_list_view_body li ul li:nth-child(4),
	.data_list_view_body li ul li:nth-child(5){
		color: #a3a3a3;
		text-align: left;
		display: inline-block;
		font-size: 1.1rem;
		padding-bottom: 14px;
	}
	.data_list_view_body li ul li:nth-child(3){
		width:30%;
	}
	.data_list_view_body li ul li:nth-child(4){
		width:30%;
	}
	.data_list_view_body li ul li:nth-child(5){
		width:30%;
	}
	.pagination li a{
		width:24px;
		height:24px;
		line-height: 24px;
		font-size: 1rem;
	}
	.board_table table tbody tr td.number{
		width: 60px;
	    height: 81px;
	    line-height: 81px;
	    float: left;
	    font-size: 1.5rem;
	    font-weight: bold;
	}
	
	.board_table table tbody tr td{
		font-size: 1rem;
		display: table;
	}
	.board_table table tbody tr td:nth-of-type(2){
		margin-top: 14px;
	}
	.board_table table tbody tr td:nth-of-type(3),
	.board_table table tbody tr td:nth-of-type(4),
	.board_table table tbody tr td:nth-of-type(5){
		display: inline-block;
		margin-right: 10px;
	}
	.board_table table tbody tr td:nth-of-type(2) .txt01{
		font-size:1.4rem;
	}
	
	/* 원시데이터 */
	.left_nav{
		position: fixed;
		background-color: #ffffff;
		height:100%;
		width:280px;
		height: 100%;
		background-color: #ffffff;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: all 0.5s;
		overflow: auto;
		z-index: 32;
	}
	.left_nav.on{
		transform: translateX(0%);
		transition: all 0.5s;
	}
	.left_nav_head{
		margin-top: 0px;
	}
	.left_nav.Tree_on_type01 .left_nav_list_box{
		border: 0px;
		/* height:400px; */
		overflow: auto;
	}
	.sub_hamburger{
		width:29px;
		height:29px;
	}
	h3.data_title{
		background-color: transparent;
	    color: #e50039;
	    font-weight: bold;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    width: 52%;
	    padding: 0px;
	    font-size: 1.2rem;
	    text-align:left;
	    padding-left:2%;
	}
	.right_result_box.data{
		position:static;
		width:100%;
		padding:21px 13px 0px;
		box-sizing: border-box;
	}
	.data_result_box{
		padding-top: 0px;
		border-top: 3px solid #e50039;
		margin-top: 14px;
	}
	.data_down_table{
		border-width: 1px 1px 0px 1px;
		border-style: solid;
   		border-color: #d5d5d5;
	}
	.data_down_table tbody tr th,
	.data_down_table tbody tr td{
		font-size: 1.3rem;
		font-weight: normal;
	}
	.modal_cnt{
		width: 100%;
		box-sizing: border-box;
		z-index: 1;
	}
	.modal_cnt .data_down_table tbody tr th,
	.modal_cnt .data_down_table tbody tr td{
		text-align: left;
		padding-left: 12px;
		box-sizing: border-box;
		font-size: 1.1rem;
	}
	.modal_cnt .data_down_table tbody tr td{
		padding:10px 10px 10px 12px;
		height:auto;
	}
	.modal_head{
		background-color: #e50039;
	}
	.modal_head h3{
		font-size: 1.5rem;
	}
	.question_answer tr.answer_box td a{
		background-color: #ededed;
		padding:18px 20px 18px 60px;
		box-sizing: border-box;
		text-align: left;
		background-image: url("../../images/portal/common/icon_answer.png");
		background-repeat: no-repeat;
		background-position: 20px center;
		overflow: hidden;
		display: block;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	
	.details_table table tbody tr th{
		display: none;
		width:auto;
	}
	.details_table table tbody tr td{
	}
	.details_table table tbody tr:nth-of-type(1) td{
		position: relative;
		border-width: 2px 0px;
		border-style: solid;
		border-color: #e50039;
		padding-top:10px;
		padding-bottom: 10px;
		padding-left:36px;
		text-align:center;
		line-height: 1.5;
		font-size: 1.4rem;
	}
	.details_table table tbody tr:nth-of-type(1) #articleTitle,
	.details_table table tbody tr:nth-of-type(1) #visualizationTitle{
		padding-left:0px !important;
	}
	.details_table table tbody tr:nth-of-type(2){
		display: block;
		border-bottom: 1px solid #d5d5d5;
		padding:10px 10px;
	}
	.details_table table tbody tr:nth-of-type(2) td{
		display: block;
		line-height: 1.5;
		font-size: 1.2rem;
		color:#999999;
	}
	.details_table table tbody tr td textarea{
		font-size: 1.2rem;
		padding:10px;
	}
	.mob_ico{
		width:100px;
		background-image: url("../../images/portal/moblie/moblie_list_icon.png");
		background-repeat: no-repeat;
		background-position: 0px center;
		background-size: 5px;
		padding-left: 12px;
	}
	.mob_title{
		position: absolute;
		left:10px;
		margin-top:4px;
	}
	.details_table table tbody tr td input{
		display: inline-block;
		padding-left: 5px;
		width:calc(100% - 75px);
	}
	.details_table table tbody tr:nth-of-type(1) td input{
		width:calc(100% - 38px);
	}
	.board_btn{
		text-align: center;
	}
	
	/* FAQ */
	.FAQ_box .accordion {
		border-top: 2px solid #e50039;
	}
	.FAQ_box .accordion > dt{
		background-size: 13px;
		background-position: 10px center;
	}
	
	.FAQ_box .accordion > dt a,
	.FAQ_box .accordion > dt.on a{
		padding:20px 40px 20px 35px;
		background-size: 9px;
		font-size: 1.2rem;
	}
	.FAQ_box .accordion > dd{
		background-size: 17px;
		padding: 29px 34px 29px 35px;
		background-position: 10px center;
		font-size: 1.2rem;
	}
	/* 팝업창 */
	.popup_box{
	    position: fixed;
	    top: 10%;
	    width: 100%;
	    height: 350px;
	    border-radius: 10px 10px 0 0;
	    display: none;
	    z-index: 32;
	    left: 0px !important;
	    padding: 20px;
	    box-sizing: border-box;
	}
	.popup_box.wide{
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	}
	.privacy_agree_box{
		padding-left: 0;
	}
	.popup_box{
		top:2% !important;
	}
	.popup_box .popup_cnt textarea{
		height:100px;
	}
	/* 개방완료안내메시지 */
	.complete_popup{
		display: none;
		position: fixed;
		width:90%;
		height:180px;
		background-color: #a1001f;
		padding:0px 3px;
	}
	.complete_popup .complete_popup_cnt{
		background-image:none;
		padding-left: 10px;
	}
	.details_table table tbody tr td textarea, .details_table table tbody tr td .answer_box, .details_table table tbody tr td div{
		font-size:1.2rem !important;
	}
}

@media(max-width:320px){
	#modal1{
		width: 100%;
		padding:0px;
	}
	.data_down_table tbody tr th,
	.data_down_table tbody tr td{
		font-size: 1.1rem;
	}
	.modal_cnt .data_down_table tbody tr th,
	.modal_cnt .data_down_table tbody tr td{
		font-size: 1rem;
	}
	.search_box02{
		padding: 30px 5px;
	}
	.board_table table tbody tr td.number{
		width: 35px;
	}
	.process li{
		float:left;
		width:25%;
		height:40px;
		font-size: 1rem;
		background-image: url("../../images/portal/common/gray_box.png");
		background-repeat: no-repeat;
		background-size: contain;
		color: #ffffff;
		padding-left: 6px;
		box-sizing: border-box;
	}
}