@charset "UTF-8";

section {
	width: 100%;
	height: 100%;
	padding: 22% 0 0 0%;
	float: left;
	/* border: solid 1px yellow; */
}

#tabSection{
	width: 100%;
	height: 100%;
	padding: 20% 0 0 0%;
	float: left;	
	/*border: solid 1px yellow;*/
}

#picture,.tabPicture{
	background: rgba(255, 255, 255, 0.5);
	width: 60%;
	height: 100%;
	/* border: solid 1px blue; */
	margin-bottom: 50px;
	background-color: #e9e9e9;
	padding: 10px 20px 60px 20px; /*위 오른 아래 왼 */
}

#picture > img,.tabImg{
	width: 100%;
}

/*
#picture>img{
	width: 100%;
	height: 95%;
}
*/

#title{
	width: 60%;
	height: 50px;
	background-color: #e9e9e9;
	padding: 10px 10px 0px 0px; /*위 오른 아래 왼 */
}

#tabTitle{
	width: 100%;
	height: 50px;
	background-color: #e9e9e9;
	padding-top: 10px;
}

#pLi,.pLi {
	color: #4A7EB2;
	display: inline-block;
	font-weight : bold;
	float: right;
	font-size: 18px;
}

#cLi,.cLi {
	color: #7296C1;
	display: inline-block;
	font-weight : bold;
	float: right;
	font-size: 18px;
}

.mTab{
	color: #6499E1;
	display: inline-block;
	font-weight : bold;
	float: right;
	font-size: 18px;
}