	.thk-grid {
		display: grid;
		place-items: center;
	}
	.bezel {
		border: 1px solid #eee;
		border-radius: 10px;
		background: #fff;
		padding: 15px;
		box-shadow: 0 3px 10px 1px #bbb;
	}
	.tnk-bx {
		width: 100%;
		background: #fff;
		margin: 0 auto;
		text-align: center;
		border-radius: 10px;
		border: 1px solid #f0f0f0;
		box-shadow: 3px 0 15px #ccc;
	}
	.pd-wt {
		padding: 100px;
	}
	.txt-tnk-01::before {
		content: '';
		position: absolute;
		top: -60px;
		left: 0;
		width: 100%;
		height: 80px;
		background: url('/application/images/stroke_csc_logo_90px.svg') no-repeat center center;
	}
	.txt-tnk-01 {
		font-size: 2.5em;
		color: #23362b;
		font-weight: 700;
		padding: 30px 0 10px 0;
		position: relative;
	}
	.txt-tnk-01 strong{
		font-size: 3em;
		color: #fff;
		  text-shadow: 2px 2px 15px #ccc;

	}
	.txt-tnk-03 {
		font-size: 1.5em;
		color: #696969;
		font-weight: 400;
		padding: 7px
	}
	.lnk-tnk {
		padding: 0;
	}
	.lnk-tnk a {
		padding: 30px 10px 0 10px;
		display: inline-block;
		color: #888;
	}
	.lnk-tnk :hover {
		color: #000;
	}
	.lnk-tnk b {
		color: #888;
	}
	.thks-hdr {
		text-align: center;
		padding: 0px;
		position: relative;
	}
 @media only screen and (max-width: 414px) {
	.csc-wwd-box {
		padding: 10px;
	}
	.pd-wt {
		padding: 20px;
	}
}