@charset "utf-8";
/* CSS Document */

/*main_image*/
.main_imgWrap{width:100%; background-color:#75a0b6; height:379px;}
.main_img{
			width:1000px; 
			margin:0 auto;
			padding-top:94px;
			position:relative;
		}
/*.main_img li{
				position:fixed; 
				z-index:0 
			}*/

.main_img .nav{
				color:#fff;
				position:absolute;
				top:350px;
				right:5px;	
			}
.main_img .nav span{color:#bebebe}




/*qNa 01*/
h2{
				width:1000px;
				height:50px;
				font-size:16px;
				font-weight:bold;
				text-align:center;
				background-color:#90c4c3;
				color:#fff;
				line-height:50px;
				margin-bottom:5px;
			}
table{width:1000px; margin:0 auto;}

.num{width:100px; text-align:center;}

thead{border-top:3px solid #c0c0c0; border-bottom:1px solid #c0c0c0; line-height:3em;}
thead tr{padding:3px 0;}
thead .num{font-weight:bold;}
thead .name{text-align:center; width:685px; font-weight:bold;}
thead .btn{width:30px;}

tbody td{border-bottom:1px solid #c0c0c0;}
tbody .num{height:35px; ;}
tbody .title{cursor:pointer;}
tbody .title:hover .title1{text-decoration:underline;}



.answer{background-color:#fff; display:none;}
.answer .an{width:685px; padding:30px 0;}
span{color:#F03;}
strong{font-weight:bold;}


/*qNa 02*/
.img2{margin-top:100px;}