
/*-----------------------------------------------
	index
-----------------------------------------------*/
/*secTop*/
.cmnTop{
	background:url(../img/notes/bgTop.jpg) no-repeat center bottom;
}
@media only screen and (max-width:767px){
	.cmnTop{
		background-size:130%;
	}
}
.secMain{
	background:url(../img/common/bgMain.jpg) repeat left top;
	padding:110px 0 140px;
}
.secMain .wrapMain{
	width: 90%;
    max-width: 1600px;
    margin: 0 auto;	
}
@media only screen and (max-width:767px){
	.secMain{
		padding:40px 0 70px;
	}
	.secMain .wrapMain{
		width:94%;
	}
}
/*-----------------------------------------------
	secNotes
-----------------------------------------------*/
.secNotes{
	text-align:center;
}
.secNotes .titNotes{
	color:#FFF;
	font-size:30px;
	letter-spacing:4px;
	margin-bottom:70px;
}
.secNotes .itemList{
	font-size:0;
}
.secNotes .itemList .item{
	width:31.4%;
	display:inline-block;
	vertical-align:top;
	margin:0 2.9% 50px 0;
	max-width:440px;
}
.secNotes .itemList .item:nth-child(3n){
	margin-right:0;
}
.secNotes .itemList .item .txtBox{
	color:#FFF;
	text-align:left;
	font-size:15px;
	line-height:1.6;
	font-weight:700;
	margin-top:25px;
	letter-spacing:1px;
}
.secNotes .attendList{
	margin:50px auto 0;
	text-align:left;
}
.secNotes .attendList .attendBox{
	margin-bottom:38px;
	color:#FFF;
}
.secNotes .attendList .titAttend{
	background:#DB6D00;
	font-size:17px;
	line-height:1.4;
	padding:24px 25px 23px;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:26px;
}
.secNotes .attendList .txtAttend{
	font-size:13px;
	line-height:2;
	padding:0 25px;
	font-weight:bold;
	letter-spacing:0.5px;
}
.secNotes .attendList .txtAttend2{
	margin-top:10px;
}
.secNotes .attendList .txtAttend .fRed{
	text-decoration:underline;
	color: #FB3215;
}
.secNotes .attendList .txtAttend .fYellow{
	color:#FF0;
}
.secNotes .attendList .conBox{
	margin-top:30px;
}
@media only screen and (max-width:767px){
	.secNotes .titNotes{
		font-size:20px;
		letter-spacing:2px;
		margin-bottom:30px;
	}
	.secNotes .itemList .item{
		width:100%;
		margin:0 0 25px 0;
	}
	.secNotes .itemList .item:nth-child(3n){
		margin-right:0;
	}
	.secNotes .itemList .item .imgBox{
		float:left;
		width:40%;
	}
	.secNotes .itemList .item .txtBox{
		font-size:11px;
		margin-top:10px;
		float:right;
		width:57%;
		line-height:1.4;
	}
	.secNotes .attendList{
		margin:30px auto 0;
	}
	.secNotes .attendList .attendBox{
		margin-bottom:25px;
	}
	.secNotes .attendList .titAttend{
		font-size:13px;
		padding:17px 15px 16px;
		margin-bottom:15px;
	}
	.secNotes .attendList .txtAttend{
		font-size:11px;
		line-height:1.7;
		padding:0 15px;
	}
	.secNotes .attendList .txtAttend2{
		margin-top:7px;
	}
	.secNotes .attendList .conBox{
		margin-top:15px;
	}
}
