/* ==========  Non-Mobile First Method  ========== */

	/* content-title */
	.content-title {
		padding-bottom: 30px;
	}
	.content-title .title-pack {
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
	}
	.content-title .title-pack strong {
		font-size: 20px;
		font-weight: normal;
		color: #333;
	}
	/* title-content */
	.content-title .title-content {
		padding-top: 15px;
		padding-bottom: 10px;
		text-align: center;
		border-bottom: 1px dashed #D1D1D1;
	}
	.content-title .title-content li {
		display: inline-block;
		margin-right: 15px;
	}
	.content-title .title-content li:last-child {
		margin-right: 0;
	}
	.content-title .title-content li span {
		font-size: 12px;
		color: #999;
	}
