.cantent {
				max-width: 860px;
				margin: auto;
				padding: 0.5rem 0.5rem 1rem;
				text-align: justify;
				color: #000000;
			}
			.cantent h1 {
				text-align: center;
				font-size: 0.85rem;
				margin: 1rem 0 1.5rem;
			}
			.cantent h2 {
				text-align: center;
				font-size: 0.75rem;
				margin-bottom: 0.5rem;
			}
			.cantent h3 {
				font-size: 0.75rem;
				font-weight: 900;
				line-height: 2rem;
				margin-top: 0.4rem;
			}
			.cantent p{
				font-size: 0.75rem;
				line-height: 1.25rem;
			}
			.cantent .tm{
				font-weight: 900;
			}
			.cantent .tb{
				text-decoration: underline;
			}
			.cantent .tc{
				color: #cecece;
			}