        h3{
            font-size: 20px;
            text-align: center;
        }
        #hdng-bx{
			background-image: url("/img/pic/temeket_child.jpg");
			height: 67%;
			background-position: center 28%;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.sctnBox {
			padding-top: 18px;
			min-height: calc(100% - 200px);
		}
			.sctnTtl{
				position: relative;
				line-height: 1.2em;
				display: inline-block;
				margin-bottom: 35px;
				font-size: 28px;
			}
			.sctnTtl:before {
				position: absolute;
				left: 0;
				top: 1.5em;
				height: 0;
				width: 100%;
				content: '';
				border-top: 2px solid #ad2c05;
			}