/** ////////// container ////////// **/

#event_body {
	padding: 0 0 40px 0;
	max-width: 900px;
	background-color: #fff;
	margin: 0 18px;
	border-radius: 4px;
}
/** ////////// section program_title ////////// **/
#event #program_title {
	padding: 40px 8% 0px 8%;
}
#event #program_title .title {
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 42px;
}
#event #program_title .detail {
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #969696;
	margin-bottom: 40px;
}
/** ////////// section main_image ////////// **/
#event #main_image {
	padding: 0 8%;
}
#event #main_image img {
	width: 100%;
	margin-bottom: 40px;
	border-radius: 4px;
}
/** ////////// section program_detail ////////// **/
#event .program_detail {
	font-size: 16px;
	line-height: 24px;
	padding: 0px 8%;
	margin-bottom: 40px;
}
#event .program_detail .contents {
	margin-bottom: 36px;
}
#event .program_detail .contents .contents-inner {
	margin-bottom: 6px;
}
#event .program_detail h2 {
	font-size: 20px;
	margin-bottom: 6px;
	padding: 0;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}
#event .program_detail h3 {
	font-size: 16px;
}
/** ////////// section sub_image ////////// **/
#event .sub_image {
	margin-bottom: 40px;
	padding: 0px 8%;
}
#event .sub_image ul {
	list-style: none;
}

#event .sub_image ul li:last-child {
	margin-bottom: 0px;
}
#event .sub_image ul li img {
	width: 100%;
	border-radius: 4px;
}
#event .sub_image ul li iframe {
	width: 100%;
	border-radius: 4px;
}
#event .sub_image ul li {
	margin: 0 0 4px 0;
}
#event .video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
#event .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** ////////// section official_link ////////// **/
#event .official_link {
	padding: 0px 8%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
#event .official_link ul {
	margin-bottom: 8px;
	list-style: none;
}
#event .official_link ul li p {
	margin-bottom: 8px;
}
/** ////////// section share ////////// **/	
#event .share {
	padding: 0px 8%;
}
#event .share ul {
	list-style: none;
	font-size: 16px;
	margin-bottom: 30px;
}
#event .share ul li #share_facebook {
	width: 24.4%;
	padding: 12px 0px 12px 0px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #344f8d;
	float: left;
}
#event .share ul li #share_twitter {
	width: 24.4%;
	padding: 12px 0px 12px 0px;
	margin-left: 0.6%;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #55acee;
	float: left;
}
#event .share ul li #share_google {
	width: 24.4%;
	padding: 12px 0px 12px 0px;
	margin-left: 0.6%;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #dc4e41;
	float: left;
}
#event .share ul li #share_line {
	width: 24.4%;
	padding: 12px 0px 12px 0px;
	margin-left: 0.6%;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background-color: #00c300;
	float: left;
}

/** ////////// ps ////////// **/

@media only screen and (max-width: 650px) {
/** ////////// container ////////// **/
#event_body {
	padding: 0 0 10px 0;
}
/** ////////// section program_title ////////// **/
#event #program_title {
	padding: 30px 4% 0px 4%;
}
#event #program_title .title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 27px;
}
#event #program_title .detail {
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #969696;
	margin-bottom: 30px;
}
/** ////////// section main_image ////////// **/
#event #main_image img {
	width: 100%;
	margin-bottom: 30px;
}
/** ////////// section main_image ////////// **/	
#event .program_detail {
	font-size: 14px;
	line-height: 21px;
	padding: 0px 4%;
	margin-bottom: 30px;
}
/** ////////// section program_detail ////////// **/
#event .program_detail .contents {
	margin-bottom: 22px;
}
#event .program_detail .contents .contents-inner {
	margin-bottom: 6px;
}
#event .program_detail h2 {
	font-size: 17px;
	margin-bottom: 6px;
}
#event .program_detail h3 {
	font-size: 14px;
}
/** ////////// section sub_image ////////// **/
#event .sub_image {
	margin-bottom: 30px;
	padding: 0px 4%;
}
#event .sub_image ul {
	list-style: none;
}
#event .sub_image ul li {
}
#event .sub_image ul li:last-child {
	margin-bottom: 0px;
}
#event .sub_image ul li img {
	width: 100%;
	border-radius: 3px;
	margin: 0 0 4px 0;
}
/** ////////// section official_link ////////// **/
#event .official_link {
	padding: 0px 4%;
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}
#event .official_link ul {
	margin-bottom: 8px;
	list-style: none;
}
#event .official_link ul li p {
	margin-bottom: 8px;
}
/** ////////// section share ////////// **/	
#event .share ul {
	list-style: none;
	font-size: 13px;
	margin-bottom: 30px;
}
#event .share ul li #share_facebook {
	width: 22.4%;
	padding: 12px 0px 12px 0px;
	margin-left: 4%;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #344f8d;
	float: left;
}
#event .share ul li #share_twitter {
	width: 22.4%;
	padding: 12px 0px 12px 0px;
	margin-left: 0.8%;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #55acee;
	float: left;
}
#event .share ul li #share_google {
	width: 22.4%;
	padding: 12px 0px 12px 0px;
	margin-left: 0.8%;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #dc4e41;
	float: left;
}
#event .share ul li #share_line {
	width: 22.4%;
	padding: 12px 0px 12px 0px;
	margin-left: 0.8%;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #00c300;
	float: left;
}
}
