@import url("reset.css");

a { color:#fff; text-decoration:none; }
a:visited, a:visited code { color:#006697; text-decoration:none; }
a:active, a:active code { color:#006697; text-decoration:none; }
a:hover, a:hover code { color:#006697; text-decoration:none; }

.left { text-align:left !important; }
.center { text-align:center !important; }
.right { text-align:right !important; }
.justify { text-align:justify; !important; }
.fleft { float:left !important; }
.fright { float:right !important; }

.height50{ height:50px;}

img { vertical-align:middle; }
select {vertical-align:middle;}
imput {vertical-align:middle;}

/* ==========  Additional reset classes  ========== */

.nomargin { margin: 0!important; }
.nopadding { padding: 0!important; }
.noborder { border: none!important; }
.nobg { background: none!important; }
.floatleft { display: block; float: left; }
.floatright { display: block; float: right; }
.aligncenter { text-align: center!important; }
.fix { clear: both; }
.first { margin-top: 22px; }
.inactive { margin-top: 0px; color: #2B6893; }
.displayNone { display: none; }
.border1 { border:1px solid red; }
.border2 { border:1px solid green; }
.border3 { border:1px solid blue; }
.bold { font-weight: bold; }
.ml122 { margin-left: 122px; }
.w40 { width: 40%; }
.none {display: none;}

/* margin */
.marginauto {margin: 0 auto !important;}
.mr3 {margin-right:3px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr30 {margin-right:30px !important;}
.mr100 {margin-right:100px !important;}
.mt5 {margin-top:5px !important;}
.mt6 {margin-top:6px !important;}
.mt8 {margin-top:8px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt100 {margin-top:100px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml100 {margin-left:100px !important;}
.mb5 {margin-bottom:5px !important;}
.mb8 {margin-bottom:8px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb100 {margin-bottom:100px !important;}

/* padding */
.pr10 {padding-right:10px !important;}
.pr14 {padding-right:14px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pr100 {padding-right:100px !important;}
.ptb10 {padding:10px 0 !important;}
.pb10 {padding-bottom:10px !important;}
.pt0 {padding-top:0 !important;}
.pt8 {padding-top:8px !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt22 {padding-top:22px !important;}
.pt30 {padding-top:30px !important;}
.pt50 {padding-top:50px !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl50 {padding-left:50px !important;}

/* color */
.gold { color:#947500 !important; }
.gray9 { color:#999 !important; }
.gray6 { color:#666 !important; }

/* font-size */
.f8 { font-size:8px !important; }
.f9 { font-size:9px !important; }
.f10 { font-size:10px !important; }
.f11 { font-size:11px !important; }
.f12 { font-size:12px !important; }
.f13 { font-size:13px !important; }
.f14 { font-size:14px !important; }
.f15 { font-size:15px !important; }
.f16 { font-size:16px !important; }

/* width */
.w10 { width:10px; }
.w20 { width:20px; }
.w30 { width:30px; }
.w40 { width:50px; }
.w100 { width:100px; }
.w150 { width:150px; }
.w200 { width:200px; }
.w300 { width:300px; }
.w500 { width:500px; }
.w600 { width:600px; }
.w700 { width:700px; }
.w900 { width:900px; }

/* color */
.red {color: red;}
.blue {color: blue;}
.green {color: green;}
.black {color: #000;}
.white {color: #fff;}
.gray333 {color: #333;}
.gray666 {color: #666;}
.gray999 {color: #999;}
.grayeee {color: #eee;}
.blue2 {color: #006096;}

/* font-weight */
.b { font-weight:bold; }




/*************************
*******Header******
**************************/

#header .search{
	display: inline-block;
}

.navbar>.container .navbar-brand{
	margin-left: 0;
}

.navbar>.container {
	padding-top: 10px;
	/*height: 90px;*/
}

.top-bar {
	padding: 10px 0;
	background: #191919;
	border-bottom: 1px solid #222;
	line-height: 28px;
}

.top-number{
	color: #fff;
}

.top-number p{
	margin: 0
}

.social{
	text-align: right;
}

.social-share{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.social-share li {
	display: inline-block;
}

ul.social-share li a {
	display: inline-block;
	color: #fff;
	background: #404040;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}

ul.social-share li a:hover {
	background: #c52d2f;
	color: #fff;
}

.search i {
	color: #fff;
}

input.search-form{
	background: transparent;
	border: 0 none;
	width: 60px;
	padding: 0 10px;
	color: #FFF;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
	color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
	color: #fff;
}

input.search-form:hover {
	width: 180px;
}

.navbar-brand {
	padding: 0;
	margin:0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
	padding: 15px 0;
	padding-bottom: 0;
}

.navbar-nav{
	margin-top: 16px;
	line-height: 37px;
	background:url(../images/top/topmenubg.png) 0 0 repeat-x #fff ;
}

.navbar-header {
	padding: 0;
}

.navbar-nav>li{
	padding: 0 0px 5px 32px;
	background:url(../images/top/topmenubg.png) 0 0 repeat-x #fff ;
}

.navbar-inverse .navbar-nav > li > a {
	padding: 6px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #024a6c;	/*상단메뉴 마우스 오버 했을 경우 바탕색*/
	color: #fff;
}

.navbar-inverse {
	border: none;
}

.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background: url(../images/top/topmenuselectbg1.png) 0px 31px no-repeat #024a6c;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(255,255,255,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
	position: absolute;
	top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #85c854;
	color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #666;
}

.navbar-inverse .navbar-toggle {
	background-color: #000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
	color:#000;
	background-color: #85c854 ;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
	/*padding: 0;*/
}

/*************************
*******Header******
**************************/


body > section {
	padding: 0px 0;
	background: #fff;
}

#feature {
	background: #fff;
	padding-bottom: 15px;
}

.feature-wrap {
	margin-bottom: 20px;
	overflow: hidden;
}

.feature-wrap-line {
	height: 1px;
	background: url(../images/main/dot_line.png) 0 0 repeat-x;
	margin-bottom: 20px;
	width: 90%;
}

/*main-contents S*/
.row1 {
	margin-bottom: 30px;
}
.main_contents {
	/*padding:0px;*/
	padding-right: 0;
	float: right;
}
.main_contents_bg {
	background: url("../images/main/diagonal_line_bg2.png") 0 0 ;
	padding: 15px 0;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 35px;
}
.main_contents_photo {
	/*padding-left: 16px;*/
	padding-left: 0px;
	margin-left: 16px;
	width:72.3%;
	/*border:1px solid red;*/
	overflow: visible;
}
.main_contents_photo img {
	/*margin-left: 16px;*/
}
.main_contents_thumnail {
	padding: 0; margin: 0;
	font-size:0; line-height:0;
	float: right;
	/*padding-left: 3px;*/
	margin-left: 0px;
	width:24.7%;
	/*border:1px solid red;*/
}
.main_contents_thumnail img{
	margin-bottom: 1px;
}
.main_contents_thumnail .on {
	/*border:1px solid red;*/
}
.off .thumnail_diagonal_bg1, .off .thumnail_diagonal_bg2, .off .thumnail_diagonal_bg3 {
	position: absolute; left: 0; top: 0;
	/*border:1px solid red;*/ 
	width: 170px; height: 133px;
	z-index: 999;
	background: url("../images/main/thumnail_bg_op80.png") 0 0 no-repeat;
}
.off .thumnail_diagonal_bg2 {top:134px;}
.off .thumnail_diagonal_bg3 {top:267px;}
.black_line {
	z-index: 999;
	width:100%;
	position: absolute;
	bottom: 0; left: 0;
	margin-left: 0px;
	color:#fff;
	background: url("../images/main/black_bg_op80.png") 0 0 repeat;
	/*background-color: rgba(51,51,51,.80);*/
}
.ribon {
	background: url("../images/main/ribon_bg.png") 0 0 no-repeat;
	padding-top: 7px;
	padding-left: 15px;
	/*margin:0px 0 0 -15px;*/
	margin:-10px 0 0 -8px;
	color:#fff;
	width: 116px;
	height: 47px;
}
.ribon_text {
	margin-top: 5px;
	margin-left: 15px;
}
.ribon_title {
	/*font-size: 26px;*/
	font-weight: normal;
	color:#fff;
	margin-bottom: 20px;
}
.ribon_summary {
	font-weight: normal;
	line-height: 1.6em;
	color:#fff;
	margin-bottom: 10px;
}
/*main-contents E*/

/*row2 S*/
.row2_contents {
	background: url("../images/main/diagonal_line_bg4.png") 0 0 ;
	border-bottom:1px solid #bfbfbf;
	padding:15px;
}
.row2_arrow1, .row2_arrow2 {
	margin: 50px 20px;
	width: 20px; height: 32px; overflow: hidden;
}
.row2_arrow1 img:hover, .row2_arrow2 img:hover {
	margin-top: -32px;
}
.row2_contents_main {
	width: 240px;
	margin: 0 10px;
}
.row2_contents_main .floatleft img {
	margin-right: 10px;
	width: 83px; height: 123px;
}
.row2_stitle {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
.row2_stext {
	font-size: 0.9em;
	line-height: 1.4em;
}
.row2_stitle a, .row2_stext a {
	color: #000;
}
.row2_stitle a:hover, .row2_stext a:hover {
	color: #72b84a;
}
/*row2 E*/

/*row3 S*/
.row3_contents {
	/*width: 40%;*/
}
.row3_title1 {
	width: 81px; height: 18px; overflow: hidden;
}
.row3_title2 {
	width: 94px; height: 18px; overflow: hidden;
}
.row3_title3 {
	width: 80px; height: 18px; overflow: hidden;
}
.row3_addview {
	margin-top: 5px;
	margin-right: 40px;
}
.row3_date {
	color: #287b99;
}
.row3_subject {
	margin-top: 10px;
	color: #000;
	width: 90%;
}
a .row3_text:hover {
	color: #72b84a;
}
.row3_subject li {
	line-height: 1.5em;
}
/*row3 E*/

/*row4 S*/
.row4_1_contents {
	background: url("../images/main/diagonal_line_bg5.png") 0 0 ;
	padding:15px;
}
.row4_2_contents {
	background: url("../images/main/diagonal_line_bg5.png") 0 0 ;
	padding:15px;
}

.row4_1_title {
	margin-bottom: 5px;
}
.row4_1_contents_img {
	margin-right: 10px;
}
.row4_1_contents_img img{
	width: 105px; height: 150px;
}
.row4_1_stitle {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
.row4_1_stext {
	font-size: 0.9em;
	line-height: 1.4em;
}
.row4_1_stitle a {
	color: #72b84a;
}
.row4_1_stext a {
	color: #000;
}
.row4_1_stitle a:hover, .row4_1_stext a:hover {
	color: #72b84a;
}

.row4_2_title {
	margin-bottom: 5px;
}
.row4_2_1_contents, .row4_2_2_contents {
	margin: 0;
	padding: 0;
}
.row4_2_contents_img img {
	width: 140px; height: 110px;
}
.row4_2_stitle {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.row4_2_stext {
	font-size: 0.9em;
	line-height: 1.4em;
}
.row4_2_stitle a {
	color: #000;
}
.row4_2_stext a {
	color: #000;
}
.row4_2_stitle a:hover, .row4_2_stext a:hover {
	color: #72b84a;
}
/*row4 E*/

/*top-search-login-banner S*/
#search {
	border:2px solid #afd799;
	margin-top: 1px;
}
.input-group-addon, .well {
	background: #fff;
}
.topLeftArea {
	margin-bottom: 5px;
}
.member_login {
	padding: 10px;
}
.member_login_input {
	margin-top: 5px;
	padding-right: 5px;
}
.member_login_bnt {
	padding-top: 15px;
	padding-left: 0;
}
#main_login_pw {
	border:2px solid #afd799;
}
.top_banner {
	text-align: center;
	padding: 20px 5px;
}
.member_logout {
	background: url("../images/main/logingboxbg.gif") 0 0 ;
}
.member_login_btn_box {
	float: left;
}
.member_logout_bnt {
	padding-top: 0px;
}
.member_logout_input {
	margin-top: 5px;
	padding-right: 5px;
	line-height: 1.5em;
}
.logintext { font-size: 0.9em;}
.nopadding { padding: 0px;}
/*top-search-login-banner E*/

/*sub left S*/
.sub_member_login {
	padding: 10px;
	background: url("../images/main/diagonal_line_bg5.png") 0 0 ;
	width:215px;
}
.left_menu {
	width: 215px;
	/*padding-right: 13px;*/
}
.left_menu_line {
	border-top: 5px solid #006697;
}
.left_menu_title {
	margin: 30px 20px;
}
.left_menu ul {
	border-top: 1px solid #cccccc;
	border-bottom: 3px solid #ebebeb;
}
.left_menu li {
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
}
.left_menu li:hover {
	background: url("../images/sub/left_menu_arrow.png") 200px 15px no-repeat #006697;
	color: #fff;
}
.left_menu ul .pretab li {
	background: url("../images/sub/left_menu_arrow.png") 200px 15px no-repeat #006697;
	color: #fff;
}
/*sub left E*/

/*sub*/
#boardsearch {
	border:1px solid #cdcdcd;
}
.stitle {
	margin-top: 0px;
	margin-bottom: 20px;
}
.stitle img { float: left;}
.top_line {
	height: 15px;
	background: url("../images/sub/top_line.png") 0 0 ;
}
.stitle2 {
	font-size: 0.8em;
}
/*sub*/

/*cont6_1*/
.cont6_2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px;
	/*border: 1px solid red;*/
	width: 100%;
}
.cont6_1 {
	/*width: 200px;*/
	/*min-height: 1500px;*/
}
.cont6_1_2 span, .cont6_1_2 img{
	vertical-align: middle;
}
.cont6_3 {
	line-height: 2.0em;
}
.cont6_3 p {
	margin: 0 0 20px 0;
}
.orangefont {
	color: #f7651d;
	font-size: 1.4em;
	font-weight: bold;
}
.grayfont {
	color: #676767;
	font-size: 1.2em;
}
.blackfont {
	color: #000;
}
.blackfontbold {
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
}
/*cont6_1*/

/*cont6_2*/
.verdotline {
	background: url("../images/sub/ver_dot_line.png") repeat-y;
}
.herdotline {
	background: url("../images/sub/her_dot_line.png") repeat-x;
}
/*cont6_2*/

/*cont6_3*/
.cont6_3_3_1 {
	border-bottom: 2px solid #006697;
}
.cont6_dot_line {
	width: 100%;
	height: 2px;
	background: url(../images/sub/dot_line_6_3.png) 0 0 repeat-x;
	margin: 10px 0;
	/*border-bottom:1px dotted red;*/
}
.cont6_3 {
	font-size: 1.0em;
}

.cont6_3_stitle {
	text-align: center;
	margin-bottom: 100px;
}
.cont6_3_stitle img{
	/*display: inline-block;
	float: left;
	margin: 0 auto;*/
}
.cont6_3_stitle h2{ 
	font-size: 2.0em;
	width: 100%; 
	margin-top: 20px;
}

.stitle6_3_6 {
	/*border:1px solid red;*/
}

.stitle6_3_1 li,
.stitle6_3_2 li,
.stitle6_3_3 li,
.stitle6_3_4 li,
.stitle6_3_5 li,
.stitle6_3_6 li
{
	min-width: 200px;
}
.stitle6_3_1 li .stext6_3_name, 
.stitle6_3_2 li .stext6_3_name, 
.stitle6_3_3 li .stext6_3_name, 
.stitle6_3_4 li .stext6_3_name, 
.stitle6_3_5 li .stext6_3_name, 
.stitle6_3_6 li .stext6_3_name 
{
	margin-top: 20px;
}

.tit {
	margin-top: 30px;
	vertical-align: middle;
	text-align: center;
}
.stext6_3 {
	color: #7e7e7e;
	font-size: 1.0em;
}
.stext6_3 li { 
	float: left;
	height: 90px;
	margin-right: 10px;
}
.stext6_3_7 li { 
	float: left;
	height: 30px;
	margin-right: 10px;
}
.stext6_3_name_1 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
.stext6_3_name_2 {
	color: #7e7e7e;
	font-size: 0.8em;
	word-spacing: -4px;
}
/*cont6_3*/

/*cont6_4*/
.cont6_4_1 {
	width: 90%;
	/*display: table-cell;*/
	text-align: center;
	margin: 50px 20px;
	border: 1px solid #999;
}
.stitle6_4_1 img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.cont6_3 table {
	width: 100%;
	color: #5f5f5f;
}
.grayfontsmall {
	color: #585858;
	font-size: 0.8em;
}
/*cont6_4*/

/*cont6_5*/
.cont6_5 {
	margin-top: 50px;
}
.cont6_5_line {
	border-left: 2px solid #dedede;
}
.history_contents {
	padding-left: 30px;
}
.cont6_3 img {
	vertical-align: middle;
}
.dategrayfont {
	font-size: 0.9em;
	color: #3f3f3f;
	float: left;
	text-align: left;
	width: 40px;
	line-height: 29px;
	padding-top: 1px;
}
.historyfont {
	margin-left: 60px;
	font-size: 1.0em;
	color: #414141;
	line-height: 30px;
}
/*cont6_5*/

/*cont1_1*/
.dataTy11 table { width: 100%;}
	.dataTy11 table {
		background: url("../images/sub/table_title_bg.png") 0 0 repeat-x;
	}
	.dataTy11 .title {
		padding: 0px;
		margin: 0px;
		line-height: 40px;
		height: 40px;
		text-align: center;
	}
	.dataTy11 table tbody tr:hover {
		background: #f8f8f8;
	}
	.dataTy11 table tbody td{
		padding: 10px 0;
		margin: 0px;
		line-height: 1.5em;
		height: 40px;
		text-align: center;
		border-bottom:1px solid #d1d1d1;
	}
	.dataTy11 table .thumbnailimg img { vertical-align: middle; width: 109px; }
	.dataTy11 table .contents { 
		vertical-align: top;
		text-align: left;
		padding-left: 20px;
	}
	.dataTy11 table .contents .summary{ 
		font-size: 0.8em;
		line-height: 1.2em;
		color: #666;
	}
	.dataTy11 table .contents .summary a{ 
		color: #666;
	}
	.dataTy11 table .thumbnailimg img { vertical-align: middle; width: 109px; }
	.dataTy11 a { color: #000;}
	.dataTy11 a:hover { color: #000;}
	.dataTy11 .cmtnum { font-size: 0.9em; color:#006697;}


	.dataTy11 .list td {
		
	}

	.dataTy11 .view {
	}
	.dataTy11 .view .subject {
		font-size: 1.5em;
		font-weight: bold;
		border-bottom: 2px solid #006697;
		line-height: 30px;
		padding: 20px;
	}
	.dataTy11 .view .date {
		font-size: 0.9em;
		float: left;
		padding: 10px;
	}
	.dataTy11 .view .writer {
		font-size: 0.9em;
		float: left;
		padding: 10px;
	}
	.dataTy11 .view .hits {
		font-size: 0.9em;
		float: right;
		padding: 10px;
	}
	.dataTy11 .view .contents {
		width: 100%;
		padding: 20px;
		float: left;
		text-align: left;
		line-height: 2.0em;
		overflow: visible;
	}
	.dataTy11 .view .contents p {
		margin-top: 20px;
	}
	.dataTy11 .view .contents img {
		max-width: 100%; height: auto;
	}
	.dataTy11 .view .attachFile {
		width: 100%;
		padding: 10px;
		float: left;
		text-align: left;
		line-height: 1.0em;
		overflow: visible;
		vertical-align: top;
	}
	.dataTy11 .view .attachFile span {
		display: inline-block;
		margin: 0px; padding: 0px;
		vertical-align: top !important;
	}
	.dataTy11 .view .attachFile span.txt{
		font-size: 0.9em;
		color: #666;
	}
	.dataTy11 .view .btnarea {
		float: right;
		margin-right: 20px;
	}
	.dataTy11 .view .trackback {
		border: 1px solid #dedede;
		margin-top: 20px;
		padding: 20px;
	}
	.dataTy11 .view .trackback .tt_trackback {
		float: left;
	}
	.dataTy11 .view .trackback .tt_trackback_contents {
		margin-left: 80px;
		min-height: 100px;
	}
	.dataTy11 .view .trackback .trackbackurl {
		float: left;
		margin-bottom: 10px;
		word-wrap:break-word;
		width: 100%;
		text-align: left;
	}
	.dataTy11 .view .trackback #trackbackurl {
		max-width: 500px;
		float: left;
	}
	.dataTy11 .view .trackback .trackback_btn {
		width: 84px; height: 25px; overflow: hidden;
		float: right;
		margin-top: 10px;
	}
	.dataTy11 .view .trackback .trackback_btn img:hover {
		margin-top: -25px;
	}
	.dataTy11 .view .comments {
		border: 1px solid #dedede;
		margin-top: 20px;
		padding: 20px;		
	}
	.dataTy11 .view .comments .tt_comments {
		float: left;
	}
	.dataTy11 .view .comments .tt_comments_contents {
		margin-left: 80px;
		min-height: 110px;
	}
	.dataTy11 .view .comments .tt_name, .dataTy11 .view .comments .tt_password {float: left; vertical-align: middle; margin: 10px;}
	.dataTy11 .view .comments #comments_name {max-width: 200px; float: left; }
	.dataTy11 .view .comments #comments_pwd {max-width: 200px;}
	.dataTy11 .view .comments #comments_contents {max-width: 500px; margin: 10px; float: left;}
	.dataTy11 .view .comments .comments_btn {
		width: 61px; height: 36px; overflow: hidden;
		float: right;
		margin-top: 10px;
		margin-right: 30px;
	}
	.dataTy11 .view .comments .comments_btn img:hover {
		margin-top: -36px;
	}

.dataTy12 {}
	.dataTy12 .item {
		float: left;
		border: 1px solid #d7d7d7;
		width: 177px; /*height: 200px;*/
		text-align: left;
		margin: 15px;
	}
	.dataTy12 .item .itemimg {
		width: 100%;
		/*height: 125px;
		overflow: hidden;*/
		/*border: 1px solid red;*/
	}
	.dataTy12 .item .itemimg img {
		margin: 0 auto;
	}
	.dataTy12 .item .subject {
		line-height: 25px;
		height: 65px;
		display: block;
		text-align: left;
		padding: 10px 5px 5px 5px;
		overflow: hidden;
	}
	.dataTy12 .item .date {
		font-size: 0.8em;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.dataTy12 .item .writer {
		font-size: 0.9em;
		float: right;
		margin-right: 10px;
		margin-bottom: 10px;
	}

.dataTy13 table { width: 100%;}
	.dataTy13 table th {text-align: center; padding: 0px;}
	.dataTy13 table td {padding: 10px; text-align: left; }
	#wtt_writer, #wtt_pwd {max-width: 200px;}
	/*.dataTy13 table input {width: auto;}*/
	.dataTy13 table input[type=text] {max-width: 500px;}
	.dataTy13 table input[type=file] {max-width: 500px;}
	.text1 {font-size: 0.8em; color: #545454; text-align: left;}
	.wtt_type {text-align: left;}
	.wtt_type label {margin-right: 50px; font-weight: normal;}
	/*.wtt_type label span {display:block; margin-top: 4px;}*/

.dataTy14 table { width: 100%; line-height: 1.5em; }
	.dataTy14 table th {text-align: center; padding: 0px;}
	.dataTy14 table td {padding: 10px; text-align: left; }
	.dataTy14 .view { border-top: 2px solid #006697; }
	.dataTy14 .orange { color: #d35400;}
	.dataTy14 .gray { color: #5f5f5f;}
	.dataTy14 a { color: #000; }
	.dataTy14 label { margin-right: 10px; /*font-weight: 100;*/ }
	.dataTy14 .blue { display: inline-block; color: #006697; width:100px; margin-right: 10px; text-align: center;}
	.dataTy14 .supp_type_title { font-size: 1.2em; font-weight: bold; margin-left: 10%;}

.agreement {border-bottom:1px solid #dfd5b5; border-top:1px solid #eae7d9; margin-top:-1px; padding:20px 0; overflow:hidden;}
.agreement.bbn {border-bottom:none;}
.agreement h2 {}
.agreement p {margin:20px; padding:0; text-align:left;}
.agreement p input.checkbox {margin-top:-2px;}
.agreementBox {padding:10px; border:1px solid #eeebde; margin:9px 0 0; height:300px; overflow-y:auto; line-height:1.9; color:#444;}
.agreementBox ol {margin:0 0 0 17px; padding:0;}
.agreementBox ul {margin:0; padding:0;}
.agreementBox ul li {list-style:none;}
.agreementBox2 {padding:10px; border:1px solid #eeebde; margin:9px 0 0; height:600px; overflow-y:auto; line-height:1.9; color:#444;}
.agreementBox2 ol {margin:0 0 0 17px; padding:0;}
.agreementBox2 ul {margin:0; padding:0;}
.agreementBox2 ul li {list-style:none;}
/*cont1_1*/

/* Pagination */
.dataPages {
	height: 60px;
	margin-top: 10px;
	text-align: center;
}
.pages { font-size: 0.8em; margin-top: 10px; line-height: 2.5em; }
.pages li.prev { margin-right: 15px; }
.pages li.next { margin-left: 15px; }
.pages li { display: inline; margin: 0 2px; }
.pages li a { height: 25px; padding: 4px 8px; text-decoration: none; color: #666666; font-weight: bold; background: url(../images/ui/pagination.png) repeat-x 0 0; border: 1px solid #d5d5d5; font-size: 11px; }
.pages li a:hover { background: #efefef; }
.pages li .active { background-position: 0 -26px; color: #fff; border-color: #687282; }
.pages li .active:hover { background: #687282; }
/* Pagination */

/*footer S*/
#bottom {
	background: #fff;
	margin-bottom: 0px;
	border-bottom: 0px;
}

#bottom .container{
	/*background: #fafafa;
	border-bottom: 5px solid #b1b1b1;*/
	background: url("../images/main/diagonal_line_bg5.png") 0 0 ;
	padding:15px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.bottom_map {
	margin: 0 26px;
}
.widget a, .widget a:visited, .widget a:active{
	color: #000;;
}
.widget a:hover, #bottom ul li a:hover {
	color: #72b84a;
}

#footer {
	height:40px; margin: 0px; padding: 0px;
	text-align: left;
	margin-bottom: 20px;
	background: #fff;
}
.footer_contents{
	display: block;
	background: #000;
	padding:15px;
	margin-top: 0px;
	margin-right: 0px;
}

#footer, #footer a {
	color: #fff;
}

#footer a:visited { color:#fff; text-decoration:none; }
#footer a:active { color:#fff; text-decoration:none; }
#footer a:hover { color:#72b84a; text-decoration:none; }

#footer2 {
	line-height: 1.5em;
	margin-bottom: 50px;
	color: #969696;
}
#bottom_logo {
	margin-left: 20px;
}
.footer_text {
	color: #969696;
}
/*footer E*/

.imagevaligntop {
	vertical-align: top !important;
}
.imagevalignmiddle {
	vertical-align: middle !important;
}
.imagevalignbottom {
	vertical-align: bottom !important;
}



.reply .reForm {
		border: 1px solid #dedede;
		margin-top: 20px;
		padding: 20px;		
	}
	.reply .reForm .tt_comments {
		float: left;
	}
	.reply .reForm .tt_comments_contents {
		margin-left: 80px;
		min-height: 110px;
	}
	.reply .reForm .tt_name, .reply .reForm .tt_password {float: left; vertical-align: middle; margin: 10px;}
	.reply .reForm #comments_name {max-width: 200px; float: left; }
	.reply .reForm #comments_pwd {max-width: 200px;}
	.reply .reForm #comment {max-width: 600px; margin: 10px; float: left;}
	.reply .reForm .comments_btn {
		width: 61px; height: 36px; overflow: hidden;
		float: right;
		margin-top: 10px;
		margin-right: 30px;
	}
	.reply .reForm .comments_btn img:hover {
		margin-top: -36px;
	}
	.reply .reForm .comments_count {
		width: 70px; height: 36px;
		float: right;
		margin-top: 10px;
		margin-right: 22px;
		font-size: 0.8em;
	}

	.reply .reForm2 {
		border: 1px solid #dedede;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;		
	}
	.reply .reForm2 .tt_comments_contents {
		margin-left: 80px;
		min-height: 110px;
	}
	.reply .reForm2 .tt_name, .reply .reForm2 .tt_password {float: left; vertical-align: middle; margin: 10px;}
	.reply .reForm2 #comments_name {max-width: 200px; float: left; }
	.reply .reForm2 #comments_pwd {max-width: 200px;}
	.reply .reForm2 textarea {max-width: 600px; margin: 10px 10px 20px 10px; display: inline-block;}
	.reply .reForm2 .comments_btn {
		width: 61px; height: 36px; overflow: hidden;
		float: right;
		margin-top: 10px;
		margin-right: 30px;
	}
	.reply .reForm2 .comments_btn img:hover {
		margin-top: -36px;
	}

	.reply .writer { 
		display:block; margin-bottom:4px; padding-bottom: 5px;
		border-bottom: 1px solid #ebebeb;
	}
	.reply .writer * { vertical-align:middle; }
	.reply .writer .date { color:#666; padding:0 0 0 8px; margin:0 32px 0 4px; vertical-align:middle; border-left:1px solid #d7d4c9; }
	.reply .writer .memTy1 { padding:1px 21px 1px 3px; font-size:1.0em; color:#ff8c3c; }
	.reply .writer .memTy2 { padding:1px 21px 1px 0px; font-size:1.0em; color:#ff8c3c; }
	.reply .writer .memTy3 { padding:1px 21px 1px 3px; font-size:1.0em; color:#ff8c3c; }
	.reply .writer .memTy1 a,
	.reply .writer .memTy2 a,
	.reply .writer .memTy3 a {color:#ff8c3c;}
	.reply .writer .memTy1 .note,
	.reply .writer .memTy2 .note,
	.reply .writer .memTy3 .note {display:inline-block; width:1.0em; height:1.0em; padding-left:7px;}
	.reply .writer .btn2 {
		float: right; margin-right: 20px; 
	}
	.reply .writer .btn2 .btn_recommend {
		overflow: hidden; width: 14px; height: 17px; display: inline-block;
	}
	.reply .writer .btn2 .btn_recommend img{
		margin-top: -17px;
	}
	.reply .writer .btn2 .btn_opposite {
		overflow: hidden; width: 14px; height: 17px; display: inline-block;
	}
	.reply .writer .btn2 .btn_opposite img{
		margin-top: -17px;
	}
	#cmtarea {
		margin-top: 20px;
		padding-left: 20px;
		border: 1px solid #dedede;
		font-size: 11px;
	}
	.reply .list dt { 
		/*border: 1px solid red;*/
		text-align: left;
	}
	.reply .list dd { 
		min-height:40px; _height:40px; padding-left:80px; margin-bottom: 0px;
		height: auto;
		text-align: left;
	}
	.reply .list dd .memTy2 {
		text-align: left;
	}
	.reply .btncmt { float:right; width:auto; margin-right:1%; padding-top:0px; text-align:right; font-size: 0.8em;}
	.reply p { float: left; max-width: 600px; margin-bottom: 10px;}
	.reply .text { float: left; width: 100%; margin-bottom: 10px; font-size: 1.2em;}

	.reply .dataFoot {margin: 0 auto; text-align: center;}

.form-inline a { color: #fff; }
.form-inline a:visited { color:#fff; text-decoration:none; }
.form-inline a:active { color:#fff; text-decoration:none; }
.form-inline a:hover { color:#fff; text-decoration:none; }
.form-inline .btn-default { color:#000; text-decoration:none;}
.form-inline .btn-default:visited { color:#000; text-decoration:none; }
.form-inline .btn-default:active { color:#000; text-decoration:none; }
.form-inline .btn-default:hover { color:#fff; text-decoration:none; }
.fontsize2em { font-size:2.0em; padding:30px 50px; }

.dataFoot {position:relative; width:100%; height:auto; overflow:auto; padding:0px 0 0 0; margin:10px 0 5px 0; font-size: 10px;}
	.dataFoot a:hover { text-decoration:none; }
	.dataFoot .page {.dataFoot .pager {}float:left; width:74%; text-align:center; line-height:25px; vertical-align:middle;}
	.dataFoot .page a {padding:0 3px; color:#999;  vertical-align:middle;}
	.dataFoot .page a:hover {color:#999;}
	.dataFoot .page strong {padding:0 6px; color:#999; text-decoration:underline;  vertical-align:middle;}
	.dataFoot .page a.first,
	.dataFoot .page a.prev,
	.dataFoot .page a.next,
	.dataFoot .page a.last { display:inline-block; height:13px; overflow:hidden; padding:0; vertical-align:middle; margin-top:-2px; }
	.dataFoot .page img.disable {margin-top:-13px; }
	.dataFoot .btnLeft {float:left; width:80px; text-align:left;}
	.dataFoot .btnLeft2 {float:left; width:170px; text-align:left;}
	.dataFoot .btnLeft3 {float:left; width:300px; text-align:left;}
	.dataFoot .btnRight {float:right; width:120px; text-align:right;}
	.dataFoot .btnRight2 {float:right; width:auto; text-align:right;}
	.dataFoot .btnRight2 a {float:left; margin:0; padding: 0;}
	.dataFoot .btnCenter {position:absolute; top:0px; left:200px; margin:0px auto; width:18%; text-align:center;}

.txtgray { color:#666; font-size: 0.8em;}
.txtgray a, a code { color:#666; text-decoration:none; }
.txtgray a:visited, .txtgray a:visited code { color:#666; text-decoration:none; }
.txtgray a:active, .txtgray a:active code { color:#666; text-decoration:none; }
.txtgray a:hover, .txtgray a:hover code { color:#666; text-decoration:none; }
.txtred { color:#f00; font-size: 0.8em;}
.txtred a, a code { color:#f00; text-decoration:none; }
.txtred a:visited, .txtred a:visited code { color:#f00; text-decoration:none; }
.txtred a:active, .txtred a:active code { color:#f00; text-decoration:none; }
.txtred a:hover, .txtred a:hover code { color:#f00; text-decoration:none; }
.txtblue { color:blue; font-size: 0.8em;}
.txtblue a, a code { color:blue; text-decoration:none; }
.txtblue a:visited, .txtblue a:visited code { color:blue; text-decoration:none; }
.txtblue a:active, .txtblue a:active code { color:blue; text-decoration:none; }
.txtblue a:hover, .txtblue a:hover code { color:blue; text-decoration:none; }
.txtgreen { color:#00cc00; font-size: 0.8em; }
.txtgreen a, a code { color:#00cc00; text-decoration:none; }
.txtgreen a:visited, .txtgreen a:visited code { color:#00cc00; text-decoration:none; }
.txtgreen a:active, .txtgreen a:active code { color:#00cc00; text-decoration:none; }
.txtgreen a:hover, .txtgreen a:hover code { color:#00cc00; text-decoration:none; }
.txtyellow { color:yellow; }
.txtblack { color:#000; }
.txtwhite { color:#fff; }
.txtpurple { color:#9402fb; font-size: 0.8em; }
.txtpurple a, a code { color:#9402fb; text-decoration:none; }
.txtpurple a:visited, .txtpurple a:visited code { color:#9402fb; text-decoration:none; }
.txtpurple a:active, .txtpurple a:active code { color:#9402fb; text-decoration:none; }
.txtpurple a:hover, .txtpurple a:hover code { color:#9402fb; text-decoration:none; }
.txtpink { color:pink; font-size: 0.8em; }
.txtpink a, a code { color:pink; text-decoration:none; }
.txtpink a:visited, .txtred a:visited code { color:pink; text-decoration:none; }
.txtpink a:active, .txtred a:active code { color:pink; text-decoration:none; }
.txtpink a:hover, .txtred a:hover code { color:pink; text-decoration:none; }
.txtgreen2 { color:#86c747; font-size: 0.8em;}
.txtgreen2 a { color:#86c747; text-decoration:none; }
.txtgreen2 a:visited { color:#86c747; text-decoration:none; }
.txtgreen2 a:active { color:#86c747; text-decoration:none; }
.txtgreen2 a:hover  { color:#f00; text-decoration:none; }

