.pageheader {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #072713;
	border-bottom: 5px solid #636363;
}
.pageheader-engtext {
	font-family: CabndWebBold;
	width: 100%;
	font-weight: bold;
	height: auto;
	font-size: 2.1875em;
	color: #E5E5E5;
}
.pagebody {
	width: 100%;
	height: auto;
	padding-top: 50px; 
	padding-bottom: 40px;
}
/*----- top -----*/
.contact-content {
	width: 100%;
	height: auto;
	color: #D8D8D8;
	font-size: 1.125em;
	line-height: 20px;
	margin-top: 20px;
}
.contact-content iframe {
	height: 500px;
}
.content-header-roll {
	width: 100%;
	height: auto;
	font-size: 1.75em;
	font-weight: bold;
	color: #A7001C;
	line-height: 34px;
}
.content-body-roll {
	font-size: 1.143em;
	line-height: 25px;
	margin-bottom: 15px;
	color: #1A1A1A;
	padding-top: 5px;
}
/*----- bottom -----*/
.ct-body {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
.ct-box-left {
	width: 10%;
	float: left;
}
.ct-box-right {
	width: 90%;
	float: left;
}
.ct-box {
	width: 50%;
	float: left;
}
.ct-header {
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 1.5625em;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 3px;
}
.ct-mail {
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 1.5625em;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.ct-content {
	width: 100%;
	height: auto;
	color: #D8D8D8;
	font-size: 1.125em;
	line-height: 20px;
	margin-top: 20px;
	padding-left: 10px;
}
.ct-content b {
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
}
.ct-content a {
	color: #D8D8D8;
}
.ct-content a:hover {
	color: #D8D8D8;
	text-decoration: underline;
}
.ct-mailbox {
	width: 100%;
	height: auto;
	color: #D8D8D8;
	font-size: 1.125em;
	line-height: 20px;
	margin-top: 20px;
	padding-left: 10px;
}
.ct-mailbox b {
	color: #ffffff;
	display: block;
	margin-bottom: 10px;
}
.ct-button {
	width: 100%;
	height: auto;
	color: #D8D8D8;
	font-size: 1.125em;
	line-height: 20px;
	margin-top: 20px;
	padding-left: 10px;
}
#sender {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-indent: 8px;
	font-size: 0.875em;
	background-color: #F3F3F3;
}
#message {
	width: 100%;
	height: 210px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	resize: none;
	font-size: 0.875em;
	box-sizing: border-box;
	background-color: #F3F3F3;
}
.ctn {
	background-color: #D9D9D9;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #404040;
	font-size: 0.75em;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: bolder;
	border: 1px solid #D9D9D9;
}
.ctn:hover {
  text-decoration: none;
  cursor: pointer;
  color: #004D66;
}
#ctpreload {
	width: 16px;
    display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.ct-social {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding-left: 10px;
	text-align: left;
}
.ct-social img {
	display: inline-block;
	margin-top: 0px;
	margin-right: 10px;
}

@media (min-width: 1240px) {

}

@media (min-width: 1125px) and (max-width: 1239px)  {
	.ct-box-left {
		width: 11%;
		float: left;
	}
	.ct-box-right {
		width: 89%;
		float: left;
	}
}

@media (min-width: 925px) and (max-width: 1124px)  {
	.ct-box-left {
		width: 13%;
		float: left;
	}
	.ct-box-right {
		width: 87%;
		float: left;
	}
}

@media (min-width: 865px) and (max-width: 924px)  {
	.pageheader {
		padding-top: 30px;
	}
	.pageheader-engtext {
		font-size: 1.875em;
	}
	.pagebody {
		padding-top: 30px; 
		padding-bottom: 20px;
	}
	.ct-box-left {
		width: 14%;
		float: left;
	}
	.ct-box-right {
		width: 86%;
		float: left;
	}
	.ct-social img {
		width: 40px;
	}
}

@media (max-width: 864px) {
	.pagebody {
		padding-top: 30px; 
		padding-bottom: 20px;
	}
	.content-header-roll {
		font-size: 1.5625em;
		line-height: 27px;
		margin-bottom: 5px;
	}
	.content-body-roll {
		line-height: 20px;
	}
	.ct-box-left {
		display: none;
	}
	.ct-box-right {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}
	.ct-box {
		width: 100%;
		float: none;
	}
	.ct-content {
		padding-left: 0px;
	}
	.ct-content b {
		margin-bottom: 5px;
	}
	.ct-social {
		margin-top: 30px;
		padding-left: 0px;
		text-align: center;
	}
	.ct-mail {
		margin-top: 30px;
		padding-left: 0px;
	}
	.ct-mailbox {
		margin-top: 7px;
		padding-left: 0px;
	}
	.ct-mailbox b {
		color: #ffffff;
		display: block;
		margin-bottom: 10px;
	}
	.ct-button {
		margin-top: 10px;
	}
}