<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.m_board_list_wrap {display:block;}
.board_list_wrap {display:none;}

.sub_title_mid {
	font-size:20px;
	color:#333;
	font-weight:bold;
	padding-left:20px;
	background:url("../images/icons/blt_subtitle_m.gif") left 9px no-repeat;	
	background-size:12px 12px;
}
.sub_title_mid.gap_bottom {
	margin-bottom:30px !important;
}
.sub_title_mid.topmargin {
	margin-top:50px !important;
}
.sub_title_mid.ci_topmargin {
	margin-top:60px !important;
}

.sub_title_blue {
	margin-top:50px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	padding-left:20px;
	background:url("../images/icons/blt_subtitle_blue.gif") left 7px no-repeat;		
}
.sub_title_blue.gap_top {
	margin-top:50px;
}
.sub_title_blue.font_blue {color:#0081cb;}

.sub_title_txt {
	margin-top:50px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-indent:-28px;
	padding-left:20px;
	line-height:19px;
}
.sub_title_txt.gap_top {
	margin-top:50px;
}
.sub_title_txt.font_blue {color:#0081cb; padding-left:10px; text-indent:0;}


.longdesc_txt {
	overflow:hidden;
	position:absolute;
	width:0;
	height:0;
	line-height:0;
	text-indent:-9999px;
}

/* bullet */ 
.blt_gray li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/blt_gray_4_m.gif") left 7px no-repeat;
	background-size:4px 4px;
}
.blt_gray li.last {
	margin-bottom:0;
}

.blt_gray li ul li {
	background-image:none;
}

.blt_single_gray {
	padding-left:10px;
	background:url("../images/icons/blt_gray_4_m.gif") left 7px no-repeat;
	background-size:4px 4px;
}


.blt_gray_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_gray.gif") left 7px no-repeat;
}
.blt_gray_square li.last {
	margin-bottom:0;
}

.blt_orange_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_orange.gif") left 7px no-repeat !important;
}
.blt_orange_square li.last {
	margin-bottom:0;
}

.blt_blue_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_blue.gif") left 7px no-repeat !important;
}
.blt_blue_square li.last {
	margin-bottom:0;
}

.blt_green_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_green.gif") left 7px no-repeat !important;
}
.blt_green_square li.last {
	margin-bottom:0;
}
.blt_darkblue_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_darkblue.gif") left 7px no-repeat !important;
}
.blt_darkblue_square li.last {
	margin-bottom:0;
}


.blt_single_gray_square {
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_gray.gif") left 7px no-repeat;
}

.blt_bar li {
	padding-left:10px;
}
.blt_bar li .bar {
	margin-left:-10px;	
}




/* search */
.m_con_seach_wrap {
	margin-bottom:30px;
	padding:20px;
	border:1px solid #cccccc;
	background-color:#f8f8f8;
}
.m_con_seach_box {
	position:relative;
	padding:0 50px 0 90px;
	height:38px;
	border:1px solid #cccccc;
	background:#FFF url("../images/icons/bar_tbl_gray.gif") 80px center no-repeat;
}
.m_con_seach_select {
	position:absolute;
	left:9px;
	top:5px;
	width:60px;
	height:27px;
	line-height:22px;
	color:#333;
	font-weight:bold;
	border:none;
    -webkit-appearance:none; 
	background:#fff url("../images/icons/ico_select_btn_m.gif") right center no-repeat;
	background-size:9px 5px;
}
.m_con_seach_box .txt_box {
	width:100%;
	height:38px;
	line-height:38px;
	background-color:#fff;
}
.m_btn_con_seach {
	position:absolute;
	right:-1px;
	top:-1px;
}
.m_btn_con_seach img {
	width:44px;
	height:40px;
}




/* table */

.table_line {
	border-top:4px solid #0081cb;
}
.table_line.mr_top {
	margin-top:40px;
}

.tbl_default_col th {
	padding:18px 10px;
	color:#333333;
	font-weight:bold;
	background:#f8f8f8 url("../images/icons/bar_tbl_gray.gif") right center no-repeat;
	border-bottom:1px solid #e6e6e6;
	text-align:center;
}
.tbl_default_col th.last {
	background-image:none;
}
.tbl_default_col td {
	padding:9px 10px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}
.tbl_default_col td.con_txt {text-align:left;}
.tbl_default_col td a {
	color:#777;
}
.tbl_default_col td a:hover {
	color:#0081cb;
	font-weight:bold;
}

.tbl_default_col td.right_line {
	border-right:1px solid #e6e6e6;
}
.tbl_default_col td.hits {
	color:#333;
	font-weight:bold;
}

.tbl_default_view {
	table-layout: fixed;	
}
.tbl_default_view th {
	padding:18px 10px;
	color:#0081cb;
	background-color:#f8f8f8;
	border-bottom:1px solid #e6e6e6;
	text-align:left;
}
.tbl_default_view th .title_wrap {
	position:relative;
}
.tbl_default_view th .title_wrap .date,
.tbl_default_view th .title_wrap .hits {
	display:none;
}
.tbl_default_view td {
	padding:18px 10px;
	border-bottom:1px solid #e6e6e6;
}
.tbl_default_view td.con_view_box {
	padding:30px 10px;
}
/*
.tbl_default_view td.con_view_box img,
.tbl_default_view td.con_view_box p {
	padding-bottom:10px;
}
*/
.tbl_default_view td.con_view_box img {
	max-width:100%;
	height:auto;
}
.tbl_default_view td .file_download {*zoom:1; position:relative;}
.tbl_default_view td .file_download:after {
	content:"";
	display:block;
	clear:both;
}
.tbl_default_view td .file_download .txt {
	position:absolute;
	left:0;
	top:0;
	padding-right:20px;
	color:#333333;
	font-weight:bold;
	background: url("../images/icons/bar_tbl_gray.gif") right center no-repeat;
}
.tbl_default_view td .file_download .file_list {
	margin-left:90px;
}
.tbl_default_view td .file_download a.file {
	padding-left:25px;
	display:block;
	background: url("../images/icons/ico_download_m.gif") left 3px no-repeat;	
	background-size:14px 14px;
}
.tbl_default_view td .file_download a.file:hover {
	color:#0081cd;
}

.board_pagelist {
	margin-top:40px;
	border-top:2px solid #303030;
}
.board_pagelist th,
.board_pagelist td {
	padding:22px 10px;
	border-bottom:1px solid #e6e6e6;
}
.board_pagelist th {
	background: url("../images/icons/bar_tbl_gray.gif") right center no-repeat;
}
.board_pagelist th a {
	display:block;
	color:#333;
	font-weight:bold;
}
.board_pagelist th a:hover,
.board_pagelist td a:hover {
	color:#0081cb;
}
.board_pagelist th.next span {
	padding-right:25px;
	background: url("../images/icons/ico_paging_up_m.gif") right center no-repeat;
	background-size:9px 5px;
}
.board_pagelist th.prev span {
	padding-right:25px;
	background: url("../images/icons/ico_paging_down_m.gif") right center no-repeat;
	background-size:9px 5px;
}

.tbl_all_line th {
	padding:18px 10px;
	color:#333333;
	font-weight:bold;
	background-color:#f8f8f8;
	border:1px solid #e6e6e6;
	text-align:center;
}
.tbl_all_line td {
	padding:18px 10px;
	border:1px solid #e6e6e6;
	text-align:center;
}




/* img list */
.list_img_con {
	display:table;
}
.list_img_con a {display:block;}
.list_img_con .img_box,
.list_img_con .txt_box {
	display:table-cell;
	vertical-align:middle;
}
.list_img_con .img_box {
	padding-right:10px;
}
.list_img_con .img_box img {
	width:133px;
	height:88px;
	border:1px solid #e6e6e6;
}
.list_img_con .txt_box .txt {
	margin-top:10px;
}

.tbl_default_col .list_img_con a .title {
	color:#333;
	font-weight:bold;
}
.tbl_default_col .list_img_con a:hover .title {
	color:#0081cd;
	font-weight:bold;
}

/* paging */

.paging {
	margin-top:35px;
	text-align:center;
}
.paging a {
	display:inline-block;
	width:33px;
	height:31px;
	line-height:31px;
	font-weight:bold;
	vertical-align:middle;
}
.paging a:hover {
	color:#0081cb;
}
.paging strong.on {
	display:inline-block;
	width:33px;
	height:31px;
	line-height:31px;
	color:#fff;
	background-color:#0081cb;
	vertical-align:middle;
}
.paging .prev_start {
	text-indent:-9999px;
	background:url("../images/button/btn_prev_star_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
	vertical-align:middle;
}
.paging .prev_start:hover,
.paging .prev_start:active {
	background:url("../images/button/btn_prev_star_on_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
}
.paging .prev {
	margin-right:15px;
	text-indent:-9999px;
	background:url("../images/button/btn_prev_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
	vertical-align:middle;
}
.paging .prev:hover,
.paging .prev:active {
	background:url("../images/button/btn_prev_on_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
}
.paging .next {
	margin-left:15px;
	text-indent:-9999px;
	background:url("../images/button/btn_next_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
	vertical-align:middle;
}
.paging .next:hover,
.paging .next:active {
	background:url("../images/button/btn_next_on_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
}
.paging .next_last {
	text-indent:-9999px;
	background:url("../images/button/btn_next_last_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
	vertical-align:middle;
}
.paging .next_last:hover,
.paging .next_last:active {
	background:url("../images/button/btn_next_last_on_m.gif") 0 0 no-repeat;
	background-size:33px 31px;
}

.paging .m_paging_num {margin:0 25px;}
.paging .m_paging_num strong {color:#0081cb;}

.paging .w_paging_num {display:none;}


.rolling_arrow {
	margin-top:20px;
	text-align:center;
}
.rolling_arrow button.prev {
	margin:0 15px;
	display:inline-block;
	text-indent:-9999px;
	width:40px;
	height:40px;
	border:2px solid #4b4b4b;
	background:url("../images/icons/ico_prev_gray_m.gif") center center no-repeat;	
	background-size:9px 15px;
	vertical-align:middle;
}
.rolling_arrow button.next {
	margin:0 15px;
	display:inline-block;
	text-indent:-9999px;
	width:40px;
	height:40px;
	border:2px solid #4b4b4b;
	background:url("../images/icons/ico_next_gray_m.gif") center center no-repeat;
	background-size:9px 15px;
	vertical-align:middle;
}
.rolling_arrow a.prev {
	margin:0 15px;
	display:inline-block;
	text-indent:-9999px;
	width:36px;
	height:36px;
	border:2px solid #4b4b4b;
	background:url("../images/icons/ico_prev_gray_m.gif") center center no-repeat;
	background-size:9px 15px;
	vertical-align:middle;
}
.rolling_arrow a.next {
	margin:0 15px;
	display:inline-block;
	text-indent:-9999px;
	width:36px;
	height:36px;
	border:2px solid #4b4b4b;
	background:url("../images/icons/ico_next_gray_m.gif") center center no-repeat;
	background-size:9px 15px;
	vertical-align:middle;
}




/* button */
.btn_center {margin-top:30px; text-align:center;}

.btn_default_blue {
	display:inline-block;
	width:100px;
	height:40px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background-color:#0081cb;
}
.btn_default_blue:hover {
	background-color:#004384;
}

a.btn_default_blue {
	text-align:center;
	line-height:40px;
}

.btn_default_gray {
	display:inline-block;
	width:100px;
	height:40px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background-color:#ababab;
}
.btn_default_gray:hover {
	background-color:#828282;
}
a.btn_default_gray {
	text-align:center;
	line-height:40px;
}


button.btn_good {
	display:inline-block;	
	width:120px;
	height:50px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	text-align:center;
	border:1px solid #333;
	background-color:#FFF;
	vertical-align:middle;
}
button.btn_good span {
	padding-left:22px;
	background:url("../images/icons/ico_good.gif") left center no-repeat;
	background-size:14px 13px;
}
a.btn_good {
	display:inline-block;
	width:118px;
	height:48px;
	line-height:48px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	text-align:center;
	border:1px solid #333;
	background-color:#FFF;
	vertical-align:middle;
}
a.btn_good span {
	padding-left:22px;
	height:48px;
	line-height:48px;
	text-align:center;
	background:url("../images/icons/ico_good.gif") left center no-repeat;
}

/* download button */
.ico_download a {
	display:block;
	width:14px;
	height:14px;
	text-indent:-9999px;
	background:url("../images/icons/ico_download_m.gif") 0 0  no-repeat;
	background-size:14px 14px;
	margin:0 auto;
}
.ico_download a:hover {
	background:url("../images/icons/ico_download_over_m.gif") center center  no-repeat;
	background-size:14px 14px;
}

/* tab */
.tab_default {
	*zoom:1;
	border-bottom:1px solid #0082cc;
}
.tab_default:after {
	content:"";
	display:block;
	clear:both;
}
.tab_default li {
	float:left;
	width:207px;
}
.tab_default li.first {width:206px;}  
.tab_default li.last {width:206px;} 
.tab_default li a {
	display:block;
	padding:15px 0;
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:center;
	background-color:#f8f8f8;
	border:1px solid #e6e6e6;
	border-bottom:0;
	margin-left:-1px;
}
.tab_default li.on a {
	color:#fff;
	border-color:#0081cb;
	background-color:#0081cb;
}
.tab_default li.addbox a{	
	margin-top:-1px;
}

.tab_default.list_02 li {width:50%; !important;} 
.tab_default.list_03 li {width:33% !important;} 
.tab_default.list_03 li.last {width:34% !important;}
.tab_default.list_04 li {width:25%; !important;} 
.tab_default.list_05 li {width:20%; !important;} 

.tab_default.blog {
	border-bottom:0;	
}
.tab_default.blog li a {
	border:1px solid #d5d5d5;
	color:#777;
}
.tab_default.blog li.on a {
	color:#fff;
	border-color:#0081cb;
	background-color:#0081cb;
}

/* select box */
.m_info_tab.bt_gap {padding-bottom:10px;}
.select_box_style {position:relative;}
.select_box_style .title a {
	display:block;
	padding:14px 16px 13px;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#0082cc;
}
.select_box_style .title a span {
	display:block;
	background:url("../images/icons/ico_arrow_down.gif") right center no-repeat;
	background-size:16px 9px;
}
.select_box_style .title a.on span {
	display:block;
	background:url("../images/icons/ico_arrow_up.gif") right center no-repeat;
	background-size:16px 9px;
}
.select_inbox_list {
	position:absolute;
	left:0;
	top:60px;
	width:100%;
	z-index:10;
	display:none;
}
.select_inbox_list li a {
	display:block;
	padding:13px 0;
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align:center;
	border:1px solid #e6e9ed;
	border-top:none;
	background-color:#FFF;
}
.select_inbox_list li a:hover {
	color:#0082cc;

}




/* layout_mobile 768이하 */
@media only screen and (max-width:767px){

}



/* layout_tablet 767_1279 */
@media only screen and (min-width:768px) and (max-width:1279px) {


.m_info_tab.bt_gap {padding-bottom:0;}

.m_board_list_wrap {display:none;}
.board_list_wrap {display:block;}

.paging .m_paging_num {display:none;}
.paging .w_paging_num {display:inline-block;}

.sub_title_mid {
	font-size:24px;
	background:url("../images/icons/blt_subtitle.gif") left 11px no-repeat;	
	background-size:auto auto;
}
.sub_title_mid.ci_topmargin {
	margin-top:80px !important;
}

.sub_title_blue {
    margin-top: 80px;
	font-size:20px;
	color:#333;
	font-weight:bold;
	padding-left:20px;
	background:url("../images/icons/blt_subtitle_blue.gif") left 9px no-repeat;		
}
.sub_title_blue.mr_top {margin-top:50px;}

.sub_title_txt {
    margin-top: 80px;
	font-size:20px;
	color:#333;
	font-weight:bold;
}
.sub_title_txt.mr_top {margin-top:50px;}


/* bullet */ 
.blt_gray li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/blt_gray_4.gif") left 9px no-repeat;
}
.blt_gray li.last {
	margin-bottom:0;
}

.blt_gray li ul li {
	background-image:none;
}

.blt_single_gray {
	padding-left:10px;
	background:url("../images/icons/blt_gray_4.gif") left 9px no-repeat;
}

.blt_gray_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_gray.gif") left 9px no-repeat;
}
.blt_gray_square li.last {
	margin-bottom:0;
}

.blt_orange_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_orange.gif") left 9px no-repeat !important;
}
.blt_orange_square li.last {
	margin-bottom:0;
}

.blt_blue_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_blue.gif") left 9px no-repeat !important;
}
.blt_blue_square li.last {
	margin-bottom:0;
}

.blt_green_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_green.gif") left 9px no-repeat !important;
}
.blt_green_square li.last {
	margin-bottom:0;
}
.blt_darkblue_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_darkblue.gif") left 9px no-repeat !important;
}
.blt_darkblue_square li.last {
	margin-bottom:0;
}

.blt_single_gray_square {
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_gray.gif") left 9px no-repeat;
}

.blt_bar li {
	padding-left:10px;
}
.blt_bar li .bar {
	margin-left:-10px;	
}


/* search */
.w_con_seach_wrap {
	margin-bottom:40px;
	border:1px solid #cccccc;
	background-color:#f8f8f8;
}
.w_con_seach_box {
	width:328px;
	padding:30px 110px 30px 230px;
	margin:0 auto;
	position:relative;
	background:url("../images/icons/ico_w_search.gif") left 15px no-repeat;
}
.w_con_seach_select {
	position:absolute;
	left:90px;
	top:30px;
	padding-left:5px;
	width:128px;
	height:40px;
	line-height:35px;
	color:#333;
	font-weight:bold;
	border:1px solid #cccccc;
    -webkit-appearance:none; 
	background:#fff url('../images/icons/ico_select_btn.gif') 110px center no-repeat;
	background-size:16px 5px;
}
.w_con_seach_box .txt_box_wrap {
	border:1px solid #cccccc;
	padding:0 10px;
	background-color:#FFF;
}
.w_con_seach_box .txt_box {
	width:100%;
	height:38px;
	line-height:38px;
	background-color:#fff;
}
.w_btn_con_seach {
	position:absolute;
	right:0px;
	top:30px;
}

/* table */ 

.tbl_default_col td {
	padding:18px 10px;
}
.tbl_default_view th,
.tbl_default_view td {
	padding:18px 20px;
}
.tbl_default_view td.con_view_box {
	padding:40px 20px;
}
.tbl_default_view th .title_wrap {
	padding-right:100px;
}
.tbl_default_view th .title_wrap .date {
	display:block;
	position:absolute;
	right:0;
	top:0;
	color:#777;
}
.tbl_default_view td .file_download .file_list {
	margin-left:110px;
}
.board_pagelist td {
	padding:22px 20px;
}
.board_pagelist th.next span {
	padding-right:20px;
	background: url("../images/icons/ico_paging_up_m.gif") right center no-repeat;
	background-size:9px 5px;
}
.board_pagelist th.prev span {
	padding-right:20px;
	background: url("../images/icons/ico_paging_down_m.gif") right center no-repeat;	
	background-size:9px 5px;
}

/* img list */
.list_img_con .img_box {
	padding-right:20px;
}


/* paging */
.paging .prev_start {
	background:url("../images/button/btn_prev_star.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .prev_start:hover,
.paging .prev_start:active {
	background:url("../images/button/btn_prev_star_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .prev {
	background:url("../images/button/btn_prev.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .prev:hover,
.paging .prev:active {
	background:url("../images/button/btn_prev_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next {
	background:url("../images/button/btn_next.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next:hover,
.paging .next:active {
	background:url("../images/button/btn_next_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next_last {
	background:url("../images/button/btn_next_last.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next_last:hover,
.paging .next_last:active {
	background:url("../images/button/btn_next_last_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}




}



/* layout_pc 1280 이상 */
@media screen and (min-width: 1280px){

.m_board_list_wrap {display:none;}
.board_list_wrap {display:block;}

.paging .m_paging_num {display:none;}
.paging .w_paging_num {display:inline-block;}

.sub_title_mid {
	font-size:24px;
	background:url("../images/icons/blt_subtitle.gif") left 11px no-repeat;	
	background-size:auto auto;
}
.sub_title_mid.ci_topmargin {
	margin-top:80px !important;
}

.sub_title_blue {
    margin-top: 80px;
	font-size:20px;
	color:#333;
	font-weight:bold;
	padding-left:20px;
	background:url("../images/icons/blt_subtitle_blue.gif") left 10px no-repeat;		
}
.sub_title_txt.mr_top {margin-top:50px;}

.sub_title_txt {
    margin-top: 80px;
	font-size:20px;
	color:#333;
	font-weight:bold;
}
.sub_title_txt.mr_top {margin-top:50px;}

/* bullet */ 
.blt_gray li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/blt_gray_4.gif") left 9px no-repeat;
}
.blt_gray li.last {
	margin-bottom:0;
}
.blt_gray li ul li {
	background-image:none;
}

.blt_single_gray {
	padding-left:10px;
	background:url("../images/icons/blt_gray_4.gif") left 9px no-repeat;
}


.blt_gray_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_gray.gif") left 9px no-repeat;
}
.blt_gray_square li.last {
	margin-bottom:0;
}


.blt_gray_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_gray.gif") left 9px no-repeat;
}
.blt_gray_square li.last {
	margin-bottom:0;
}

.blt_orange_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_orange.gif") left 9px no-repeat !important;
}
.blt_orange_square li.last {
	margin-bottom:0;
}

.blt_blue_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_blue.gif") left 9px no-repeat !important;
}
.blt_blue_square li.last {
	margin-bottom:0;
}

.blt_green_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_green.gif") left 9px no-repeat !important;
}
.blt_green_square li.last {
	margin-bottom:0;
}
.blt_darkblue_square li {
	margin-bottom:10px;
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_darkblue.gif") left 9px no-repeat !important;
}
.blt_darkblue_square li.last {
	margin-bottom:0;
}


.blt_single_gray_square {
	padding-left:10px;
	background:url("../images/icons/ico_bullet_square_gray.gif") left 9px no-repeat;
}

.blt_bar li {
	padding-left:10px;
}
.blt_bar li .bar {
	margin-left:-10px;	
}

/* search */
.w_con_seach_wrap {
	margin-bottom:40px;
	border:1px solid #cccccc;
	background-color:#f8f8f8;
}
.w_con_seach_box {
	width:448px;
	padding:30px 110px 30px 230px;
	margin:0 auto;
	position:relative;
	background:url("../images/icons/ico_w_search.gif") left 15px no-repeat;
}
.w_con_seach_select {
	position:absolute;
	left:90px;
	top:30px;
	padding-left:5px;
	width:128px;
	height:40px;
	line-height:35px;
	color:#333;
	font-weight:bold;
	border:1px solid #cccccc;
    -webkit-appearance:none; 
	background:#fff url('../images/icons/ico_select_btn.gif') right center no-repeat;
}
.w_con_seach_box .txt_box_wrap {
	border:1px solid #cccccc;
	padding:0 10px;
	background-color:#FFF;
}
.w_con_seach_box .txt_box {
	width:100%;
	height:38px;
	line-height:38px;
	background-color:#fff;
}
.w_btn_con_seach {
	position:absolute;
	right:0px;
	top:30px;
}

/* download button */
.ico_download a {
	background:url("../images/icons/ico_download.gif") 0 0  no-repeat;
	background-size:14px 14px;
}
.ico_download a:hover {
	background:url("../images/icons/ico_download_over.gif") center center  no-repeat;
	background-size:14px 14px;
}

/* table */
.tbl_default_col td.con_txt {
	padding:18px 30px;
}
.tbl_default_view th,
.tbl_default_view td {
	padding:18px 30px;
}
.tbl_default_view td.con_view_box {
	padding:50px 30px;
}
.tbl_default_view th .title_wrap {
	padding-right:204px;
}
.tbl_default_view th .title_wrap .date {
	display:block;
	position:absolute;
	right:74px;
	top:0;
	color:#777;
}
.tbl_default_view th .title_wrap .hits {
	display:block;
	position:absolute;
	right:0;
	top:0;
	color:#777;
	padding-left:27px;
	background:url("../images/icons/ico_hits.gif") 0 8px no-repeat;
}
.tbl_default_view td .file_download .txt {
	padding-right:25px;
}
.tbl_default_view td .file_download a.file {
	padding-left:25px;
	display:block;
	background: url("../images/icons/ico_download.gif") left 3px no-repeat;
	background-size:14px 14px;
}
.tbl_default_view td .file_download .file_list {
	margin-left:110px;
}

.board_pagelist {
	margin-top:50px;
}
.board_pagelist th {width:100px;}
.board_pagelist td {
	padding:22px 20px;
}
.board_pagelist th.next span {
	padding-right:20px;
	background: url("../images/icons/ico_paging_up.gif") right center no-repeat;
	background-size:9px 5px;
}
.board_pagelist th.prev span {
	padding-right:20px;
	background: url("../images/icons/ico_paging_down.gif") right center no-repeat;
	background-size:9px 5px;
}

/* img list */
.list_img_con .img_box {
	padding-right:30px;
}


/* paging */
.paging .prev_start {
	background:url("../images/button/btn_prev_star.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .prev_start:hover,
.paging .prev_start:active {
	background:url("../images/button/btn_prev_star_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .prev {
	background:url("../images/button/btn_prev.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .prev:hover,
.paging .prev:active {
	background:url("../images/button/btn_prev_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next {
	background:url("../images/button/btn_next.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next:hover,
.paging .next:active {
	background:url("../images/button/btn_next_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next_last {
	background:url("../images/button/btn_next_last.gif") 0 0 no-repeat;
	background-size:auto auto;
}
.paging .next_last:hover,
.paging .next_last:active {
	background:url("../images/button/btn_next_last_on.gif") 0 0 no-repeat;
	background-size:auto auto;
}

.tabFixed {
	position:fixed; 
	top:0; 
	left:50%; 
	z-index:888; 
	width:1240px; 
	margin:0 0 0 -620px !important;
}
.con_break_read {display:block;}


}



</pre></body></html>