/************************************************
*		Basic									*
************************************************/
body.is-preload * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}






/************************************************
*		Container								*
************************************************/
.container {
	margin: 0 auto;
	max-width: calc(100% - 100px);
	width: 1200px;
}
@media screen and (max-width: 1280px) {
	.container {
		width: 100%;
	}
}
@media screen and (max-width: 980px) {
	.container {
		width: 100%;
	}
}
@media screen and (max-width: 736px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}






/************************************************
*		Row										*
************************************************/
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}
.row > * {
	box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
	margin-bottom: 0;
}
.row.aln-left {
	justify-content: flex-start;
}
.row.aln-center {
	justify-content: center;
}
.row.aln-right {
	justify-content: flex-end;
}
.row.aln-top {
	align-items: flex-start;
}
.row.aln-middle {
	align-items: center;
}
.row.aln-bottom {
	align-items: flex-end;
}
.row > .imp {
	order: -1;
}
.row > .col-1 {
	width: 8.33333%;
}
.row > .off-1 {
	margin-left: 8.33333%;
}
.row > .col-2 {
	width: 16.66667%;
}
.row > .off-2 {
	margin-left: 16.66667%;
}
.row > .col-3 {
	width: 25%;
}
.row > .off-3 {
	margin-left: 25%;
}
.row > .col-4 {
	width: 33.33333%;
}
.row > .off-4 {
	margin-left: 33.33333%;
}
.row > .col-5 {
	width: 41.66667%;
}
.row > .off-5 {
	margin-left: 41.66667%;
}
.row > .col-6 {
	width: 50%;
}
.row > .off-6 {
	margin-left: 50%;
}
.row > .col-7 {
	width: 58.33333%;
}
.row > .off-7 {
	margin-left: 58.33333%;
}
.row > .col-8 {
	width: 66.66667%;
}
.row > .off-8 {
	margin-left: 66.66667%;
}
.row > .col-9 {
	width: 75%;
}
.row > .off-9 {
	margin-left: 75%;
}
.row > .col-10 {
	width: 83.33333%;
}
.row > .off-10 {
	margin-left: 83.33333%;
}
.row > .col-11 {
	width: 91.66667%;
}
.row > .off-11 {
	margin-left: 91.66667%;
}
.row > .col-12 {
	width: 100%;
}
.row > .off-12 {
	margin-left: 100%;
}
.row.gtr-0 {
	margin-top: 0px;
	margin-left: 0px;
}
.row.gtr-0 > * {
	padding: 0px 0 0 0px;
}
.row.gtr-0.gtr-uniform {
	margin-top: 0px;
}
.row.gtr-0.gtr-uniform > * {
	padding-top: 0px;
}
.row.gtr-25 {
	margin-top: -12.5px;
	margin-left: -12.5px;
}
.row.gtr-25 > * {
	padding: 12.5px 0 0 12.5px;
}
.row.gtr-25.gtr-uniform {
	margin-top: -12.5px;
}
.row.gtr-25.gtr-uniform > * {
	padding-top: 12.5px;
}
.row.gtr-50 {
	margin-top: -25px;
	margin-left: -25px;
}
.row.gtr-50 > * {
	padding: 25px 0 0 25px;
}
.row.gtr-50.gtr-uniform {
	margin-top: -25px;
}
.row.gtr-50.gtr-uniform > * {
	padding-top: 25px;
}
.row {
	margin-top: -50px;
	margin-left: -50px;
}
.row > * {
	padding: 50px 0 0 50px;
}
.row.gtr-uniform {
	margin-top: -50px;
}
.row.gtr-uniform > * {
	padding-top: 50px;
}
.row.gtr-150 {
	margin-top: -75px;
	margin-left: -75px;
}
.row.gtr-150 > * {
	padding: 75px 0 0 75px;
}
.row.gtr-150.gtr-uniform {
	margin-top: -75px;
}
.row.gtr-150.gtr-uniform > * {
	padding-top: 75px;
}
.row.gtr-200 {
	margin-top: -100px;
	margin-left: -100px;
}
.row.gtr-200 > * {
	padding: 100px 0 0 100px;
}
.row.gtr-200.gtr-uniform {
	margin-top: -100px;
}
.row.gtr-200.gtr-uniform > * {
	padding-top: 100px;
}

@media screen and (max-width: 1280px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row > * {
		box-sizing: border-box;
	}
	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row > .imp-large {
		order: -1;
	}
	.row > .col-1-large {
		width: 8.33333%;
	}
	.row > .off-1-large {
		margin-left: 8.33333%;
	}
	.row > .col-2-large {
		width: 16.66667%;
	}
	.row > .off-2-large {
		margin-left: 16.66667%;
	}
	.row > .col-3-large {
		width: 25%;
	}
	.row > .off-3-large {
		margin-left: 25%;
	}
	.row > .col-4-large {
		width: 33.33333%;
	}
	.row > .off-4-large {
		margin-left: 33.33333%;
	}
	.row > .col-5-large {
		width: 41.66667%;
	}
	.row > .off-5-large {
		margin-left: 41.66667%;
	}
	.row > .col-6-large {
		width: 50%;
	}
	.row > .off-6-large {
		margin-left: 50%;
	}
	.row > .col-7-large {
		width: 58.33333%;
	}
	.row > .off-7-large {
		margin-left: 58.33333%;
	}
	.row > .col-8-large {
		width: 66.66667%;
	}
	.row > .off-8-large {
		margin-left: 66.66667%;
	}
	.row > .col-9-large {
		width: 75%;
	}
	.row > .off-9-large {
		margin-left: 75%;
	}
	.row > .col-10-large {
		width: 83.33333%;
	}
	.row > .off-10-large {
		margin-left: 83.33333%;
	}
	.row > .col-11-large {
		width: 91.66667%;
	}
	.row > .off-11-large {
		margin-left: 91.66667%;
	}
	.row > .col-12-large {
		width: 100%;
	}
	.row > .off-12-large {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}
	.row.gtr-0 > * {
		padding: 0px 0 0 0px;
	}
	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}
	.row.gtr-0.gtr-uniform > * {
		padding-top: 0px;
	}
	.row.gtr-25 {
		margin-top: -8.75px;
		margin-left: -8.75px;
	}
	.row.gtr-25 > * {
		padding: 8.75px 0 0 8.75px;
	}
	.row.gtr-25.gtr-uniform {
		margin-top: -8.75px;
	}
	.row.gtr-25.gtr-uniform > * {
		padding-top: 8.75px;
	}
	.row.gtr-50 {
		margin-top: -17.5px;
		margin-left: -17.5px;
	}
	.row.gtr-50 > * {
		padding: 17.5px 0 0 17.5px;
	}
	.row.gtr-50.gtr-uniform {
		margin-top: -17.5px;
	}
	.row.gtr-50.gtr-uniform > * {
		padding-top: 17.5px;
	}
	.row {
		margin-top: -35px;
		margin-left: -35px;
	}
	.row > * {
		padding: 35px 0 0 35px;
	}
	.row.gtr-uniform {
		margin-top: -35px;
	}
	.row.gtr-uniform > * {
		padding-top: 35px;
	}
	.row.gtr-150 {
		margin-top: -52.5px;
		margin-left: -52.5px;
	}
	.row.gtr-150 > * {
		padding: 52.5px 0 0 52.5px;
	}
	.row.gtr-150.gtr-uniform {
		margin-top: -52.5px;
	}
	.row.gtr-150.gtr-uniform > * {
		padding-top: 52.5px;
	}
	.row.gtr-200 {
		margin-top: -70px;
		margin-left: -70px;
	}
	.row.gtr-200 > * {
		padding: 70px 0 0 70px;
	}
	.row.gtr-200.gtr-uniform {
		margin-top: -70px;
	}
	.row.gtr-200.gtr-uniform > * {
		padding-top: 70px;
	}
}

@media screen and (max-width: 980px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row > * {
		box-sizing: border-box;
	}
	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row > .imp-medium {
		order: -1;
	}
	.row > .col-1-medium {
		width: 8.33333%;
	}
	.row > .off-1-medium {
		margin-left: 8.33333%;
	}
	.row > .col-2-medium {
		width: 16.66667%;
	}
	.row > .off-2-medium {
		margin-left: 16.66667%;
	}
	.row > .col-3-medium {
		width: 25%;
	}
	.row > .off-3-medium {
		margin-left: 25%;
	}
	.row > .col-4-medium {
		width: 33.33333%;
	}
	.row > .off-4-medium {
		margin-left: 33.33333%;
	}
	.row > .col-5-medium {
		width: 41.66667%;
	}
	.row > .off-5-medium {
		margin-left: 41.66667%;
	}
	.row > .col-6-medium {
		width: 50%;
	}
	.row > .off-6-medium {
		margin-left: 50%;
	}
	.row > .col-7-medium {
		width: 58.33333%;
	}
	.row > .off-7-medium {
		margin-left: 58.33333%;
	}
	.row > .col-8-medium {
		width: 66.66667%;
	}
	.row > .off-8-medium {
		margin-left: 66.66667%;
	}
	.row > .col-9-medium {
		width: 75%;
	}
	.row > .off-9-medium {
		margin-left: 75%;
	}
	.row > .col-10-medium {
		width: 83.33333%;
	}
	.row > .off-10-medium {
		margin-left: 83.33333%;
	}
	.row > .col-11-medium {
		width: 91.66667%;
	}
	.row > .off-11-medium {
		margin-left: 91.66667%;
	}
	.row > .col-12-medium {
		width: 100%;
	}
	.row > .off-12-medium {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}
	.row.gtr-0 > * {
		padding: 0px 0 0 0px;
	}
	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}
	.row.gtr-0.gtr-uniform > * {
		padding-top: 0px;
	}
	.row.gtr-25 {
		margin-top: -12.5px;
		margin-left: -12.5px;
	}
	.row.gtr-25 > * {
		padding: 12.5px 0 0 12.5px;
	}
	.row.gtr-25.gtr-uniform {
		margin-top: -12.5px;
	}
	.row.gtr-25.gtr-uniform > * {
		padding-top: 12.5px;
	}
	.row.gtr-50 {
		margin-top: -25px;
		margin-left: -25px;
	}
	.row.gtr-50 > * {
		padding: 25px 0 0 25px;
	}
	.row.gtr-50.gtr-uniform {
		margin-top: -25px;
	}
	.row.gtr-50.gtr-uniform > * {
		padding-top: 25px;
	}
	.row {
		margin-top: -50px;
		margin-left: -50px;
	}
	.row > * {
		padding: 50px 0 0 50px;
	}
	.row.gtr-uniform {
		margin-top: -50px;
	}
	.row.gtr-uniform > * {
		padding-top: 50px;
	}
	.row.gtr-150 {
		margin-top: -75px;
		margin-left: -75px;
	}
	.row.gtr-150 > * {
		padding: 75px 0 0 75px;
	}
	.row.gtr-150.gtr-uniform {
		margin-top: -75px;
	}
	.row.gtr-150.gtr-uniform > * {
		padding-top: 75px;
	}
	.row.gtr-200 {
		margin-top: -100px;
		margin-left: -100px;
	}
	.row.gtr-200 > * {
		padding: 100px 0 0 100px;
	}
	.row.gtr-200.gtr-uniform {
		margin-top: -100px;
	}
	.row.gtr-200.gtr-uniform > * {
		padding-top: 100px;
	}
}

@media screen and (max-width: 736px) {
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}
	.row > * {
		box-sizing: border-box;
	}
	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}
	.row.aln-left {
		justify-content: flex-start;
	}
	.row.aln-center {
		justify-content: center;
	}
	.row.aln-right {
		justify-content: flex-end;
	}
	.row.aln-top {
		align-items: flex-start;
	}
	.row.aln-middle {
		align-items: center;
	}
	.row.aln-bottom {
		align-items: flex-end;
	}
	.row > .imp-small {
		order: -1;
	}
	.row > .col-1-small {
		width: 8.33333%;
	}
	.row > .off-1-small {
		margin-left: 8.33333%;
	}
	.row > .col-2-small {
		width: 16.66667%;
	}
	.row > .off-2-small {
		margin-left: 16.66667%;
	}
	.row > .col-3-small {
		width: 25%;
	}
	.row > .off-3-small {
		margin-left: 25%;
	}
	.row > .col-4-small {
		width: 33.33333%;
	}
	.row > .off-4-small {
		margin-left: 33.33333%;
	}
	.row > .col-5-small {
		width: 41.66667%;
	}
	.row > .off-5-small {
		margin-left: 41.66667%;
	}
	.row > .col-6-small {
		width: 50%;
	}
	.row > .off-6-small {
		margin-left: 50%;
	}
	.row > .col-7-small {
		width: 58.33333%;
	}
	.row > .off-7-small {
		margin-left: 58.33333%;
	}
	.row > .col-8-small {
		width: 66.66667%;
	}
	.row > .off-8-small {
		margin-left: 66.66667%;
	}
	.row > .col-9-small {
		width: 75%;
	}
	.row > .off-9-small {
		margin-left: 75%;
	}
	.row > .col-10-small {
		width: 83.33333%;
	}
	.row > .off-10-small {
		margin-left: 83.33333%;
	}
	.row > .col-11-small {
		width: 91.66667%;
	}
	.row > .off-11-small {
		margin-left: 91.66667%;
	}
	.row > .col-12-small {
		width: 100%;
	}
	.row > .off-12-small {
		margin-left: 100%;
	}
	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0 > * {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform > * {
		padding-top: 0px;
	}
	.row.gtr-25 {
		margin-top: -2.5px;
		margin-left: -2.5px;
	}

	.row.gtr-25 > * {
		padding: 2.5px 0 0 2.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -2.5px;
	}

	.row.gtr-25.gtr-uniform > * {
		padding-top: 2.5px;
	}
	.row.gtr-50 {
		margin-top: -5px;
		margin-left: -5px;
	}

	.row.gtr-50 > * {
		padding: 5px 0 0 5px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -5px;
	}

	.row.gtr-50.gtr-uniform > * {
		padding-top: 5px;
	}
	.row {
		margin-top: -10px;
		margin-left: -10px;
	}

	.row > * {
		padding: 10px 10px 0;
	}

	.row.gtr-uniform {
		margin-top: -10px;
	}

	.row.gtr-uniform > * {
		padding-top: 10px;
	}
	.row.gtr-150 {
		margin-top: -15px;
		margin-left: -15px;
	}

	.row.gtr-150 > * {
		padding: 15px 0 0 15px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -15px;
	}

	.row.gtr-150.gtr-uniform > * {
		padding-top: 15px;
	}
	.row.gtr-200 {
		margin-top: -20px;
		margin-left: -20px;
	}

	.row.gtr-200 > * {
		padding: 20px 0 0 20px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -20px;
	}

	.row.gtr-200.gtr-uniform > * {
		padding-top: 20px;
	}
}






/************************************************
*		Section/Article							*
************************************************/
section, article {
	margin-bottom: 5em;
}
section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

header {
	margin: 0 0 2em 0;
}

header h2, header h3 {
	margin: 0 0 0.25em 0;
}

header p {
	margin:0;
	text-transform:uppercase;
	font-size:1.4em !important;
	font-weight:700;
	color:#696969;
	line-height:1.5em;
	letter-spacing:0.065em;
	display:block;
}

header p strong {
	font-weight:800;
	color:#404248;
}

footer {
	margin:2.5em 0 0 0;
}

footer a.inquiry{
	width:250px;
	height:60px;
	padding:0 15px;
	background:url(../../images/icon/more_icon.png) no-repeat 95% 50%;
	background-size:11px 20px;
	border:1px solid #333;
	text-align:left;
	font-size:22px;
	font-weight:600;
	line-height:60px;
	display:inline-table;
}

footer a.email{
	width:227px;
	height:50px;
	background:url(../../images/btn_emailus.png) no-repeat;
	background-size:227px 50px;
	display:inline-table;
}

header.major h2,
header.major h3 {
	margin: 0 0 1.2em 0;
}

header.major p {
	margin: 0 0 1.5em 0;
	position: relative;
	top: -1em;
}

header.scase h2,
header.scase h3 {
	margin:3em 0 1.2em;
	line-height:1.3em;
}

header.scase p {
	font-size: 1.3em;
	letter-spacing: -1px;
}






/************************************************
*		Tables									*
************************************************/
table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tr {
	border-top: solid 1px #eee;
}

table.default tr:first-child {
	border-top: 0;
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 1em 0;
	font-size: 0.8em;
}

table.default thead {
	background: #404248;
	color: #fff;
}






/************************************************
*		Image									*
************************************************/
.image {
	position: relative;
	display: inline-block;
}
.image img {
	display: block;
	width: 100%;
	border-radius: 8px;
}
.image:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.75;
}
.image.fit {
	display: block;
	width: 100%;
}
.image.featured {
	display: block;
	width: 100%;
	margin:1em 0 0;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 2.5em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}






/************************************************
*		List									*
************************************************/
dl.contact dt {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.065em;
	font-size: 0.9em;
	color: #696969;
	float: left;
	width: 6em;
}

dl.contact dd {
	margin: 0 0 1em 6em;
}

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ul.actions li {
	display: inline-block;
	padding: 0 0 0 0.25em;
	margin: 0 0 0 0.25em;
}

ul.actions li:first-child {
	margin-left: 0;
	padding-left: 0;
}

ul.menu li {
	border-left: solid 1px #eee;
	display: inline-block;
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
}

ul.menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

ul.divided li {
	border-top: solid 1px #eee;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
}

ul.divided li:first-child {
	border-top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}






/************************************************
*		Box										*
************************************************/
.box.excerpt {
	position: relative;
	overflow: hidden;
}

.box.excerpt header {
	margin: 0 0 1em 0;
}
.box.excerpt .image, .box.excerpt p {
	margin-bottom: 0;
}
.box.feature1 {
	text-align: center;
}

.box.feature1 header {
	margin-bottom: 3em;
}

.box.feature1 header.first h2 {
	margin:2em 0 1em;
	font-size: 2.7em !important;
	font-weight:600;
	line-height:1.3em;
	letter-spacing:-1px;
}

.box.feature1 header.first p {
	font-size: 1.3em;
	letter-spacing:-1px;
}

.box.feature1 header.second {
	width:100%;
	margin:0;
	text-align: center;
	white-space: nowrap;
	position: relative;
	display: inline-block;
}

.box.feature1 header.second p {
	line-height: 1em;
}

.box.feature1 header.second:before {
	font-size: 48px;
	position: absolute;
	right: 100%;
	margin-right: 18px;
	opacity: 0.5;
	bottom: -4px;
}
.box.feature2 {
	text-align: center;
}
.box.article-list article {
	border-bottom: solid 1px #dbdbdb;
	margin: 0 0 2.75em 0;
	padding: 0 0 2.75em 0;
}
.box.article-list article:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}






/************************************************
*		message									*
************************************************/
.message {
	background: #ffffff;
	color: #39454b;
	padding: 2em;
}
.message > :last-child {
	margin-bottom: 0;
}
.message.style2 {
	padding: 3.5em 2.5em 3.5em 2.5em;
}
@media screen and (max-width: 736px) {
	.message {
		padding: 1em;
	}
	.message.style2 {
		padding: 1.5em 1.25em 1.5em 1.25em;
		background-color: rgba(255, 255, 255, 0.9);
	}
}
form > .fields {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 3em);
	margin: -1.5em 0 2em -1.5em;
}
form > .fields > .field {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	padding: 1.5em 0 0 1.5em;
	width: calc(100% - 1.5em);
}
form > .fields > .field.half {
	width: calc(50% - 0.75em);
}
form > .fields > .field.third {
	width: calc(100%/3 - 0.5em);
}
form > .fields > .field.quarter {
	width: calc(25% - 0.375em);
}
@media screen and (max-width: 480px) {
	form > .fields {
		width: calc(100% + 2em);
		margin: -1em 0 2em -1em;
	}
	form > .fields > .field {
		padding: 1em 0 0 1em;
		width: calc(100% - 1em);
	}
	form > .fields > .field.half {
		width: calc(100% - 1em);
	}
	form > .fields > .field.third {
		width: calc(100% - 1em);
	}
	form > .fields > .field.quarter {
		width: calc(100% - 1em);
	}
}






/************************************************
*		Actions									*
************************************************/
ul.actions {
	display:-moz-flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:flex;
	cursor:default;
	list-style: none;
	margin:0 0 10px;
	padding:0;
}
ul.actions li {
	padding:0;
	vertical-align: middle;
	position:relative;
	display:block;
}
ul.actions li .mbtn{
	width:100%;
	height:50px;
	margin:0 auto;
	padding:0;
	background-color:#76d0b5;
	border-radius:7px;
	font-size:18px;
	font-weight:700;
	color:#fff !important;
	line-height:50px;
}






/************************************************
*		Nav										*
************************************************/
#nav {
	position:absolute;
	right:2em;
	top:0;
	line-height:5.5em;
}
#nav > ul > li {
	padding:0 0.8em 0 0.8em;
	float:left;
}
#nav > ul > li > a,
#nav > ul > li > span {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.075em;
	padding: 0.5em 0.8em 0.5em 0.8em;
	border-radius: 6px;
	outline: 0;
}
#nav > ul > li.active > a,
#nav > ul > li.current_page_item > a,
#nav > ul > li.active > span,
#nav > ul > li.current_page_item > span {
	background: rgba(0, 0, 0, 0.25);
	box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.025), 1px 1px 0px 0px rgba(255, 255, 255, 0.025);
	color: #fff;
}
#nav > ul > li:last-child {
	padding-right: 0;
}
#nav > ul > li > ul {
	display: none;
}
#nav > ul > li > a.rang{
	font-size:14px;
	border-radius: 5px;
	border:1px solid #666;
}
.dropotron {
	position: relative;
	background-color: #3B3E45;
	background-color: rgba(59, 62, 69, 0.9);
	border-radius: 8px;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
	padding:0.5em 1em;
	line-height: 2em;
	min-width: 3.9em;
}
.dropotron.level-0 {
	margin:-23px 0 0 12px;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.dropotron a,
.dropotron span {
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.8em;
	letter-spacing: 0.075em;
	outline: 0;
}
.dropotron li:hover > a,
.dropotron li:hover > span {
	color: #fff;
}






/************************************************
*		Banner									*
************************************************/
#banner {
	width:100%;
	margin:0 auto;
	padding:3em 0 12em;
	text-align:center;
	overflow:hidden;
}
#banner h2 {
	margin:0 0 1em;
	text-align:center;
	font-size:2.35em;
	font-weight:400;
	line-height:1.5em;
}
#banner h2 strong {
	font-size:1.7em;
	font-weight: 800;
	color: inherit;
}
#banner p {
	width: 100%;
	margin:0 0 2em;
	text-align:center;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0.04em;
	float: left;
}
#banner a{
	width:240px;
	height:70px;
	margin:0 10px;
	display:inline-table;
}
#banner a.google{background:url(../../images/down_link_1.png) no-repeat;background-size:240px 70px;}
#banner a.apple{background:url(../../images/down_link_2.png) no-repeat;background-size:240px 70px;}
#banner a.web{background:url(../../images/down_link_3.png) no-repeat;background-size:240px 70px;}






/************************************************
*		Sidebar									*
************************************************/
#sidebar h2 {
	font-size: 1.5em;
}






/************************************************
*		Wrappers								*
************************************************/
#header-wrapper {
	padding:0;
}
#header-wrapper.hw_mbg{
	background:#eef0f3 url(../../images/header.jpg) no-repeat;
	background-position:center center;
	background-size:auto 100%, cover;
}
#header-wrapper.hw_sbg{
	padding:7px 0;
	background:#eef0f3 url(../../images/header.jpg) no-repeat;
	background-position:center center;
	background-size:100% auto, cover;
}

#main-wrapper {
	background: #fff;
}
#footer-wrapper {
	position: relative;
	padding: 6em 0;
}
.wrapper {
	padding: 7em 0 7em 0;
}
.wrapper > .inner {
	margin-bottom:50px;
	position: relative;
	z-index: 2;
}
.wrapper.style2 {
	background:#f9f9f9;
}






/************************************************
*		Header									*
************************************************/
#header {
	position: relative;
	border-radius: 10px;
	padding: 0.75em;
	margin-bottom: 0;
}
#header .inner {
	position: relative;
	height: 5.5em;
}
#header h1 {
	margin-top:-0.65em;
	font-size:40px;
	color:#fff;
	position:absolute;
	left:0;
	top:50%;
}






/************************************************
*		Content									*
************************************************/
.cash_wrap{
	min-height:620px;
	padding:2em 2em 4em;
	border:2px solid #efefef;
	border-radius:10px;
	background-color:#fff;
	position:relative;
}
.cash_wrap.ln_s{border:2px solid #e3b084;}
.cash_wrap.ln_p{border:2px solid #b4d090;}
.cash_wrap.ln_b{border:2px solid #96a8d9;}
.cash_wrap .cw_hline{margin:0.8em 0 2em;text-align:center;font-size:1.8em;font-weight:800;}
.cash_wrap .cw_tit{margin:0 0 80px;text-align:center;font-size:2.5em !important;font-weight:800;}
.cash_wrap .cw_ul{margin:0;padding:0;position:relative;}
.cash_wrap .cw_ul li{
	margin:0;
	padding:0 0 .8em 2em;
	text-align:left;
	font-size:1.25em;
	font-weight:400;
	line-height:30px;
	position:relative;
}
.cash_wrap .cw_ul li.icon_s{background:url(../../images/icon/check_s.png) no-repeat 0 0;}
.cash_wrap .cw_ul li.icon_p{background:url(../../images/icon/check_p.png) no-repeat 0 0;}
.cash_wrap .cw_ul li.icon_b{background:url(../../images/icon/check_b.png) no-repeat 0 0;}
.cash_wrap .cw_btn{
	width:90%;
	height:50px;
	border-radius:5px;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:50px;
	display:block;
	position:absolute;
	left:5%;
	bottom:15px;
}
.cash_wrap .cw_btn.bg_s{background-color:#e3b084;}
.cash_wrap .cw_btn.bg_p{background-color:#b4d090;}
.cash_wrap .cw_btn.bg_b{background-color:#96a8d9;}






/************************************************
*		FAQ										*
************************************************/

.acxit{height:60px;margin:80px 0 0;text-align:center;font-size:60px;font-weight:300;line-height:60px;}
.acbit{text-align:left;font-size:24px;font-weight:500;line-height:50px;}

.actab{width:100%;max-width:900px;height:45px;margin:50px auto 0;position:relative;}
.actab .ac_on{width:100%;height:45px;background-color:#05d0b4;border:1px solid #05d0b4;text-align:center;font-size:20px;color:#fff;line-height:45px;float:left;}
.actab .ac_off{width:50%;height:45px;background-color:#fff;border:1px solid #05d0b4;text-align:center;font-size:20px;color:#05d0b4;line-height:45px;float:left;}

.accordion {
	margin:0 0 1px;
	padding:15px 20px;
	border-top:1px solid #eaecec;
	background:#eaecec;
	text-align:left;
	text-decoration:none;
	font-size:16px;
	font-weight:600;
	color:#000;
	position:relative;
}
.accordion .actit{width:25px;text-align:left;float:left;}

.accordion-open {
	background:#eaecec;
	color:#000;
}
.accordion-open span {
	padding:10px;
	display:block;
	float:right;
}
.accordion-open span {
	background:url(../../images/icon/close_arrow1.png) center center no-repeat;
}
.accordion-close span {
	padding:10px;
	background:url(../../images/icon/open_arrow1.png) center center no-repeat;
	display:block;
	float:right;
}
div.acontainer {
	margin:0;
	padding:0;
}
div.acontent {
	margin:0;
	padding:15px 20px;
	background:#f4f6f6;
	font-size:15px;
	color:#999;
	line-height:25px;
	position:relative;
}
div.acontent .actxt{width:5%;text-align:left;font-size:16px !important;float:left;}
div.acontent .accop{width:95%;margin:-3px 0 0;text-align:left;float:left;}

div.acontent ul, div.acontent p {
	margin:0;
	padding:3px;
}
div.acontent ul li {
	list-style-position:inside;
	line-height:25px;
}
div.acontent ul li a {
	color:#555;
}






/************************************************
*		Footer									*
************************************************/
#footer-wrapper.style3 {
	background:#333;
}
#footer {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
#footer h2 {
	font-size: 1.35em;
	color: #fff;
}
#footer strong {
	color: #fff;
}
#footer p {
	color: #acb2bf;
	line-height:1.6em;
}
#footer span {
	font-weight:300;
	color:#acb2bf;
}
#footer a{
	color: #acb2bf;
}
#footer .button.alt {
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
}
#footer ul.divided li, #footer ul.menu li {
	border-color: #444;
	border-color: rgba(255, 255, 255, 0.075);
}
#footer ul.divided li a {
	text-decoration: none;
}
#footer ul.menu {
	margin: 0;
}
#footer dl.contact dt {
	color: #ddd;
}
#copyright {
	margin-top: 2em;
	padding: 3em 0 4em 0;
	border-top: solid 1px;
	border-color: #444;
	border-color: rgba(255, 255, 255, 0.075);
	text-align: center;
	color:#fff;
}
#copyright a {
	color: inherit;
}






/************************************************
*		POPUP									*
************************************************/

.modal{top:80px !important;}
.modal-header{padding:0 25px !important;font-size:20px;line-height:70px !important;}
.modal-header .close{font-size:30px;float:right !important;}

.pop_header{height:50px;padding:0 10px;background:#f9f9f9;border-bottom:1px solid #ddd;text-align:center;font-size:22px;font-weight:500;color:#5a5a5a;line-height:50px;}
.pop_header img{width:10px;height:10px;}

.pscroll{height:380px;overflow:hidden;overflow-x:hidden;overflow-y:scroll;}
.stb_copy{padding:25px 15px;font-size:18px;font-weight:34px !important;}

.pop_contant {padding:40px 20px;position:relative;}
.pop_contant .pimg{width:100%;}
.pop_contant .pbtn{position:absolute;right:10px;bottom:20px;}
.pop_contant .pbtn a,
.pop_contant .pbtn a:hover{background-color:transparent;border:0 none;}
.pop_contant table {width:100%;}
.pop_contant table tr {height:30px;}
.pop_contant table td {font-size:15px;font-weight:400;color:#bbb;}

.pop_contant p{text-align:center;font-size:15px;font-weight:400;color:#666;line-height:24px;letter-spacing:-1px;}
.pop_contant ul{width:100%;margin:20px 0 0;}
.pop_contant li{height:40px;margin:10px 0 0;padding:0;}
.pop_contant a{width:100%;margin:0;padding:0 10px;background:#fff;border-radius:3px;border:1px solid #01b9ff;text-align:center;font-size:15px;font-weight:600;color:#01b9ff !important;line-height:40px;display:block;cursor:pointer;}
.pop_contant a:hover{background:#01b9ff;color:#fff !important;}

.pop_contant .qr_code{text-align:center;}
.pop_contant .qr_code img{width:80%;}

.pop_contant textarea{font-size:15px;color:#bbb;}

.btn_wrap{width:100%;height:50px;padding:0;text-align:center;font-size:15px;font-weight:400;color:#c1c1c1;line-height:50px;position:relative;bottom:0;}
.btn_wrap a{cursor:pointer;}

.btn30{width:30%;float:left;}
.btn70{width:70%;text-align:left;float:left;}
.btn70 b{color:#999;}

.btn70 input[type="checkbox"] + label,
.btn70 input[type="radio"] + label {
	margin-bottom:0;
	padding-top:0;
	padding-left:25px;
}

.btn70 input[type="checkbox"] + label:before,
.btn70 input[type="radio"] + label:before {
	width:1.2em;
	height:1.2em;
	border-radius:4px;
	border:1px solid #ddd;
	content:'';
	text-align:center;
	color:#ddd;
	line-height:50px;
	display:inline-block;
	position:absolute;
	left:0;
	top:18px;
}
.btn70 input[type="checkbox"]:checked + label:before,
.btn70 input[type="radio"]:checked + label:before {
	background:url(../images/icon/check_up.png) no-repeat center 50%;
}


a.btn50{width:50%;float:left;}
a.btn100{width:100%;}

a.btn_confirm {background:#01b9ff;color:#fff;float:left;display:block;}
a.btn_confirm:hover {background:#01a8e7;color:#fff;text-decoration:none !important;}

a.btn_close {background:#f0f0f0;float:left;display:block;}
a.btn_close:hover {background:#dbdbdb;text-decoration:none !important;}

a.btn30.btn_close {background:#00b9ff;color:#fff;float:left;display:block;}
a.btn30.btn_close:hover {background:#03baff;color:#fff;text-decoration:none !important;}


.terms01 {margin:0 0 20px;text-align:left;line-height:24px;}
.terms01 strong {margin:0 0 10px;font-size:16px;font-weight:600;display:block;}
.terms02 {padding:0 0 0 15px;text-align:left;line-height:24px;}
.terms02 strong {margin:0 0 10px;font-size:14px;font-weight:600;display:block;}
.terms02 p{margin:8px 0 0;}
.terms02 span{font-size:13px;}



.pop_bg1{width:100%;height:100%;background:#1f2025 url(../images/TTCoin_AirDrop_W.jpg) left 50% no-repeat;z-index:1;}

.pop_case1{margin:0;padding:0;position:relative;}
.pop_case1 .ectit{
	margin:0 0 25px;
	padding:0 0 15px;
	border-bottom:1px solid #174b60;
	text-align:center;
	font-size:38px;
	font-weight:300;
	line-height:48px;
	letter-spacing:-1px;
	display:block;
}
.pop_case1 .ectit b{font-weight:700;}
.pop_case1 .ectit img{height:50px;margin:0 0 10px;vertical-align:middle;}

.pop_case1 .elbxt,
.pop_case1 .ecbxt,
.pop_case1 .erbxt{margin:0 0 40px;text-align:right;font-size:35px;font-weight:700;color:#fff;line-height:45px;display:block;}
.pop_case1 .elbxt{text-align:left;}
.pop_case1 .ecbxt{text-align:center;}
.pop_case1 .erbxt{text-align:right;}

.pop_case1 .elst,
.pop_case1 .ecst,
.pop_case1 .erst{margin:0 0 20px;font-size:16px;font-weight:400;color:#fff;line-height:30px;display:block;}
.pop_case1 .elst{text-align:left;}
.pop_case1 .ecst{text-align:center;}
.pop_case1 .erst{text-align:right;}

.pop_case1 .pc1_img{width:100%;}

.pop_box1{margin:0;padding:20px;position:relative;}

.gradtxt1,
a.gradtxt1,
a:hover.gradtxt1{
	background: #05cdb3;
	background: -webkit-linear-gradient(left, #05cdb3, #05afe8);
	background:    -moz-linear-gradient(right, #05cdb3, #05afe8);
	background:      -o-linear-gradient(right, #05cdb3, #05afe8);
	background:         linear-gradient(to right, #05cdb3, #05afe8);
	-webkit-background-clip: text;
			background-clip: text;
	color: transparent;
}

.pop_btn1{
	width:280px;
	height:60px;
	background:#1f2025 url(../images/pop_btn1.png) no-repeat;
	text-align:center;
	font-size:18px;
	font-weight:600;
	line-height:60px;
}
.pop_btn1 a{width:100%;height:60px;display:block;}



.btn-primary{height:50px;background-color:#76d0b5 !important;border-color:#76d0b5 !important;font-size:20px !important;line-height:50px}






/************************************************
*		동의 : Agreement						*
************************************************/

.agr_wrap{width:100%;margin:0 auto;padding:30px 10px 10px;position:relative;}

.stb_xbti{margin:20px 0;text-align:center;font-size:40px;font-weight:800;color:#999;line-height:50px;display:block;}
.stb_xti{height:25px;margin-bottom:40px;text-align:center;font-size:30px;font-weight:bold;color:#999;line-height:40px;display:block;}
.stb_bti{height:30px;margin-bottom:20px;text-align:left;font-size:26px;font-weight:bold;color:#999;line-height:36px;display:block;}
.stb_ti{height:20px;margin-bottom:5px;text-align:left;font-size:20px;font-weight:bold;color:#999;line-height:30px;display:block;}
.stb_copy{margin-bottom:5px;text-align:left;font-size:14px;color:#999;line-height:20px;display:block;}
.stb_txt{margin-bottom:5px;padding-left:15px;text-align:left;font-size:13px;color:#999;line-height:18px;display:block;}

.pscroll{
    height:600px;
    overflow:hidden;
    overflow-x:hidden;
    overflow-y:scroll;
}





.only_mobile{display:none !important;}
.only_pc{display:block !important;}






@media screen and (max-width: 1280px) {
	/* Basic */
	body {
		line-height: 1.75em;
		font-size: 10.75pt;
	}
	input, select, textarea {
		line-height: 1.75em;
		font-size: 10.75pt;
	}

	/* Wrappers */
	#header-wrapper {
		padding: 2em 0;
	}

	body.homepage #header-wrapper {
		height: auto;
	}

	#footer-wrapper {
		padding: 4.5em 0 4.5em 0;
	}

	.wrapper {
		padding: 4.5em 0 4.5em 0;
	}

	/* Banner */
	#banner {
		width: 100%;
		padding: 4em 0 2em 0;
	}
	#banner h2 {
		font-size: 2.2em;
		line-height: 1.3em;
		margin: 0 0 1em 0;
	}
	#banner p {
		font-size: 1.25em;
		line-height: 1.75em;
		letter-spacing: 0.04em;
		float: none;
		text-align: center;
		width: 100%;
		margin: 0 0 2em 0;
	}
}

/* Medium */
#navPanel, #titleBar {
	display: none;
}

@media screen and (max-width: 980px) {
	/* Basic */
	html, body {
		overflow-x: hidden;
	}

	/* Box */
	.box.feature2 section {
		margin: 1em 0;
	}

	/* Nav */
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
	}

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		background-color: rgba(59, 62, 69, 0.9);
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		text-shadow: -1px -1px 0 black;
		top: 0;
		width: 100%;
		z-index: 10001;
	}

	#titleBar .title {
		display: block;
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: 0.04em;
		color: #fff;
		line-height: 44px;
		text-align: center;
	}

	#titleBar .toggle {
		text-decoration: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 44px;
		opacity: 0.25;
	}

	#titleBar .toggle:before {
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-weight: 900;
	}

	#titleBar .toggle:before {
		display: inline-block;
		text-decoration: none;
		font-size: 18px;
		width: 44px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		color: #fff;
		content: '';
		background:url(../../images/icon/ic_menu_w.png) no-repeat center 50%;
	}

	#titleBar .toggle:active {
		opacity: 0.5;
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		background-color: #303238;
		box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.5);
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
	}
	#navPanel .link {
		display: block;
		color: #aaa;
		text-decoration: none;
		height: 44px;
		line-height: 44px;
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		border-bottom: solid 1px rgba(0, 0, 0, 0.25);
		padding: 0 1em 0 1em;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1.1em;
		letter-spacing: 0.075em;
	}

	#navPanel .link:first-child {
		border-top: 0;
	}

	#navPanel .link:last-child {
		border-bottom: 0;
	}

	#navPanel .indent-1 {
		display: inline-block;
		width: 1em;
	}

	#navPanel .indent-2 {
		display: inline-block;
		width: 2em;
	}

	#navPanel .indent-3 {
		display: inline-block;
		width: 3em;
	}

	#navPanel .indent-4 {
		display: inline-block;
		width: 4em;
	}

	#navPanel .indent-5 {
		display: inline-block;
		width: 5em;
	}

	#navPanel .depth-0 {
		color: #fff;
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* Header */
	#header, #nav {
		display:none;
	}

	/* Wrappers */
	#header-wrapper {
		display:none;
	}

	.homepage #header-wrapper {
		display: block;
		padding-top: 130px;
	}
	.homepage #header-wrapper.hw_mbg{
	background-size:auto 100%, cover;
}

	#main-wrapper {
		padding-top: 0;
	}

	/* Banner */
	#banner {
		padding: 8em 0 4em 0;
	}
	#banner br {
		display: none;
	}

	/* Sidebar */
	#sidebar {
		margin-top: 1em;
	}
}

/* Small */

@media screen and (max-width: 736px) {
	.only_mobile{display:block !important;}
	.only_pc{display:none !important;}

	/* Basic */
	body, input, select, textarea {
		line-height: 1.75em;
		font-size: 10pt;
		letter-spacing: 0;
	}

	h2, h3, h4, h5, h6 {
		font-size: 13pt !important;
	}

	h2 {
		line-height: 1.5em;
	}

	/* Section/Article */
	section, article {
		margin-bottom: 3em;
	}

	/* Image */
	.image.left {
		width: 25%;
	}

	/* Button */
	.button {
		width: 100%;
		font-size: 1.1em;
		text-align: center;
		padding: 1em 0 1em 0;
		border-radius: 8px;
	}

	/* List */
	ul.menu li {
		display: block;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	ul.actions li {
		display: block;
		padding: 0;
		margin: 1em 0 0 0;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	/* Box */
	.box.feature1 header.first h2{
		margin:1.5em 0 1.3em;
		font-size:2.1em !important;
		line-height:1.4em;
		letter-spacing:-1px;
	}
	.box.feature1 header.second h3{
		margin:10px 0 0;
		font-size:2.1em;
		display:block;
	}
	.box.feature1 header.second p{
		margin:5px 0 0;
		font-size:1.1em;
		display:block;
	}

	.box.excerpt .image-left {
		margin-right: 0;
	}

	.box.excerpt header {
		margin-left: 32%;
	}

	.box.excerpt p {
		clear: both;
	}

	.box.feature1 section {
		margin-bottom: 2em !important;
	}

	.box.spotlight {
		margin-top: 2em;
	}

	.box.feature1 header{margin-bottom:0;}

	/* Wrappers */
	#footer-wrapper {
		padding: 3em 20px 3em 20px;
	}

	#footer-wrapper section, #footer-wrapper article {
		margin-bottom: 3em !important;
	}

	.wrapper {
		padding: 0 20px 3em 20px;
	}

	#main-wrapper {
		padding-top: 0;
	}

	.container{padding:0 !important;}

	header.scase h2{
		margin:1.5em 0 0;
		font-size:1.8em !important;
	}
	header.major p{margin:0;}

	/* Banner */
	#banner {
		padding: 40px 20px 40px 20px;
	}
	#banner h2 {
		font-size: 18pt !important;
	}

	/* Sidebar */
	#sidebar {
		margin-top: 2em;
	}

	/* Footer */
	#copyright {
		margin-top: 0;
		padding: 3em 0 1em 0;
	}
}





