@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');
body {font-family: 'NanumBarunGothic', 'serif'; color: #333;}

div   { padding: 0px; margin: 0px;}
ul li { list-style: none; padding: 0px; margin: 0px;}
img   { border: 0px;}
h3    { font-size: 32px; font-weight: 700;}
h4    { font-size: 24px; font-weight: 700;}

.board_area  { width: 90%; padding-left: 5%; padding-right: 5%; text-align: center;}

/* 타이틀 */
.board_tit   { width: 100%; font-size: 2.4em; font-weight: 700; text-align: left; margin-bottom: 20px;}

/* 검색영역 */
.board_search								{ width: 100%; padding-bottom: 40px; display: inline-block; border-top: 3px solid #333;}
.board_search ul						{ width: 100%; padding: 0px; margin: 0px;}
.board_search ul li					{ width: 100%; padding: 10px 0px 0px 0px; display: inline-block;}
.board_search ul li select	{ width: 100%; height: 40px; padding: 20px 0px 20px 10px; font-size: 1em; border: 1px solid #ccc;}
.board_search ul li input		{ width: 97%; padding: 10px 0px 10px 3%; font-size: 1em; border: 1px solid #ccc; outline: none;}

.ceo                 		{ width: 100%; display: inline-block; margin-bottom: 40px;}
.ceo ul              		{ width: 100%; padding: 0px; margin: 0px;}
.ceo ul li           		{ width: 100%; text-align: left; font-weight: 300; display: inline-block; float: left;}
.ceo ul li.ceo_img   		{ width: 100%;}
.ceo ul li.ceo_img img  { width: 100%; height: auto; border: 1px solid #ccc;}
.ceo ul li.ceo_txt   		{ width: 100%; padding-bottom: 20px; line-height: 160%; font-size: 1.2em;}
.ceo ul li.ceo_tit      { width: 20%; height:20px; font-weight: 700; font-size: 1em; padding-bottom: 10px;}
.ceo ul li.ceo_item     { width: 80%; height:20px; font-weight: 300; font-size: 1em; padding-bottom: 10px;}
.ceo ul li.ceo_btn   		{ width: 33.3%; height: 30px; font-size: 0.8em; text-align: center; margin-top: 20px;}
.ceo ul li.ceo_btn img	{ vertical-align: middle;}

.board_list                              { width: 100%;}
.board_list table                        { width: 100%; padding: 0px; margin: 0px; border-top: 2px solid #333; border-bottom: 1px solid #999;}
.board_list table thead tr th            { text-align: center; font-size: 16px; font-weight: 700; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #CCC;}
.board_list table tbody tr td            { text-align: center; font-size: 18px; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #CCC; font-weight: 300;}
.board_list table tbody tr td img        { width: 100%; height: auto; border: 1px solid #CCC;}
.board_list table tbody tr td.item_date  { font-size: 0.8em; font-weight: 300;}
.board_list table tbody tr td.subject    { padding-left: 20px; text-align: left;}

.board_left_thum                         	{ width: 100%; border-top: 2px solid #333; border-bottom: 1px solid #999; text-align: left; display: inline-block; padding: 0px; margin: 0px;}
.board_left_thum ul                      	{ width: 100%; border-bottom: 1px solid #ccc; padding: 20px 0px; margin: 0px 0px -5px 0px; display: inline-block;}
.board_left_thum ul li                   	{ width: 100%; float: left;}
.board_left_thum ul li.thum              	{ width: 35%; margin-bottom:30px; text-align: left;}
.board_left_thum ul li.thum img          	{ width: 80%; height: auto; border: 1px solid #ccc;}
.board_left_thum ul li.list_subject      	{ width: 65%; padding: 10px 0px 10px 0px; line-height: 160%; font-weight: 800; font-size: 1.6em;}
.board_left_thum ul li.list_subject span 	{ line-height: 160%; font-weight: 800; font-size: 0.7em; color: #305F93; display: block;}
.board_left_thum ul li.list_tit          	{ width: 15%; height:20px; font-weight: 700; font-size: 1em; padding-bottom: 10px;}
.board_left_thum ul li.list_item        	{ width: 50%; height:20px; font-weight: 300; font-size: 1em; padding-bottom: 10px;}

.number_area           		{ width: 100%; text-align: center; padding: 0px 0px 40px 0px; margin: 0px;}
.number                		{ margin: 0 auto; display: inline-block;}
.number ul             		{ padding: 0;}
.number ul li          		{ float: left; text-align: center; padding: 15px; display: inline-block; font-size: 1.2em; font-weight: 700;}
.number ul li a          	{ color: #333; text-decoration: none; display: inline-block;}
.number ul li a:hover    	{ color: #df6329; display: inline-block; text-decoration: underline;}
.number ul li a.selected 	{ color: #df6329; display: inline-block; text-decoration: underline;}

/*버튼*/
.btn_area       {padding-bottom: 20px; width: 100%; text-align: right;}
.btn_st1        { width: 100%; font-size: 1.2em; padding: 8px 20px; background-color: #305F93; color: #FFF; border: 1px solid #333; outline: 0; display: inline-block; text-decoration: none;}
.btn_st2        { width: 100%; font-size: 1.2em; padding: 15px 0px; background-color: #FFFFFF; color: #333; border: 1px solid #333; outline: 0; display: inline-block; text-decoration: none;}

.btn_area2                 { padding-bottom: 20px; width: 100%; display: inline-block;}
.btn_area2 ul              { width: 100%; padding: 0px; margin: 0px;}
.btn_area2 ul li           { width: 100%;}

/*상세보기*/
.view   { width: 100%; border-top: 2px solid #333; border-bottom: 1px solid #333; padding: 30px 0px; display: inline-block;}
.view img {line-height: 0px; padding: 0px; margin: 0px;}

.view_list { width: 100%; padding: 0px; margin: 0px 0px 40px 0px; display: inline-block; border-bottom: 2px solid #333;}
.view_list ul { width: 100%; padding: 0px; margin: 0px; display: block;}
.view_list ul li { float: left; font-size: 14px; font-weight: 300; display: inline-block; padding: 0px; margin: 0px; border-bottom: 1px solid #ccc;}
.view_list ul li.vl_icon 	{ width: 15%; text-align: center; padding-top: 15px; padding-bottom: 15px; margin: 0px;}
.view_list ul li.vl_list 	{ width: 65%; text-align: left; padding-top: 15px; padding-bottom: 15px; margin: 0px;}
.view_list ul li.vl_hit 	{ width: 20%; text-align: center; padding-top: 15px; padding-bottom: 15px; margin: 0px;}

