html { font-size: 18px;}
body { height: 100%; }
a { color: #6b6b6b !important; }
a:hover { text-decoration: none !important; }
a.on { color:#EE7501 !important;font-weight: bold; }
li > a { color: #a3a3a3 !important; }
li:last-child { border: none; }

.fsize7 { font-size: .7rem; }
.fsize8 { font-size: .8rem; }
.fsize9 { font-size: .9rem; }
.fsize0 { font-size: 1rem; }
.h100 { height: 100%; }
.w100 { width: 100%; }
.bold { font-weight: bold; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.inline-block { display: inline-block; }
.block { display: block; }

.container { width: 892px !important; padding:50px !important; box-sizing: border-box;position: relative; }
.header-title { float: right;margin-top: 50px;font-size: .9rem; }
.main-chap-title { width:100%; font-size: 1.8rem; color: #1c728b; margin-top: 30px; }
.main-chap-title img { display: block; margin-left: auto; margin-right: auto;  }
.more { position: absolute; text-align: right;font-weight: bold;padding-top: 10px;right: 30px; bottom: 30px;color:#382d73; }
.main-title { font-size: 6rem; color: #1c728b; height: 150px; }
.main-title div { position: absolute; color: #ce0e2d; top: 95px; right: 55px; font-size: .8rem; text-align: right; }

table td { width: 50%; }
.top-bar {     
    width: 100%;
    height: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #1c728b;
}
.bottom-bar {     
    width: 100%;
    height: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
    background: #1c728b;
}
.row { padding: 0 15px !important; }

.half-pic-wrap {
	position: relative;
	height: 266px;
	width: 100%;
}

@media screen and ( max-width: 992px) {
	.main-title { 
		font-size: 5rem;
	}
}

.card-section {
	position: relative;
	width:100%;
	height: 400px;
	margin: 20px 0;
}
.card-section > div {
	position:absolute;
}
.card {
	position:relative;
	width:100%;
	border: none !important;
	background: #F9F7F7 !important;
}
.card-title {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	background: black;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	padding-left: 20px;
	line-height:3.5;
	margin-bottom: 0 !important;
}
.card div:last-child {
	position: absolute;
	width: 48px;
	height: 60px;
	right: -20px;
	bottom: 0;
	color: #FFF;
	line-height:3.5;
}

.list { margin-top:1px;font-size:1.1rem;color: #6b6b6b; }
.list div { border-bottom:1px solid #6b6b6b;width:100%;padding:10px 30px;color: #6b6b6b; }
.list div span { position: absolute; right:80px; }

.input-group { width: 60% !important;margin-left: 20%; }
.subs-section { margin-bottom: 20px; }
.subs-group { position:relative; height:50px; margin-top:10px; }
.subs-group input { position: absolute; width: 300px; height:37px; left:50%; margin-left:-206px; padding: 3px 2px; border: 2px solid #1c728b !important; text-align: center;font-size: .9rem; }
.subs-btn {
	position: absolute;
	left: 50%;
	margin-left: 100px;
	background: #1c728b;
	border: none;
	outline: none;
	color: white;
	width: 112px;
	height: 37px;
	padding: 5px 0;
}

/* sub page */
.sub-nav {
	width:27%;
	padding:0 15px 20px;
	background-color:#f9f7f7;
	margin-top: 35px;
}
.sub-title {
	font-size:1.6rem;
	color:#ce0e2d;
}
.title {
	font-weight: bold;
	color: #1c728b;
	margin-top: 30px;
}
ul {
	padding-left: 0 !important; color:#a3a3a3 ;margin-top: 10px !important;margin-left: 0;
}
li {
	list-style: none !important; border-bottom: 1px solid #a3a3a3; padding: 5px 0 !important; margin:0;
}
.highlight {
	color: #ee7623;
	font-weight: bold;
}