@charset "utf-8";
#popupPage {
	width: calc(100% - 80px);
	display: block;
	background-color: #FFFFFF;
	z-index: 9999;
	position: fixed;
	top: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	left: 0px;
	color: #1E1E1E;
	font-family: Arial;
	font-size: 14px;
	overflow-y: auto;
	height: auto;
}
#popupClose {
	display: block;
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 99999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo   {
	margin-top: 20px;

}
hr {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	clear: both;
}

.container  {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 550px;

}

#slide {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 550px;
	position: absolute;
	top: 0px;
	z-index: -1;
}

#slide li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 550px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#order {
	padding: 15px;
	border-radius: 15px;
	background-color: #E0E0E0;
	margin-bottom: 30px;
	display: none;
}
#order input {
	padding: 10px;
	color: #252525;
	font-family: Arial;
	font-size: 13px;
}
#order .button {
	padding: 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	margin-top: 10px;
	border-radius: 10px;
	background-color: #6BA606;
	border-style: none;
}
#order textarea {
	padding: 10px;
	color: #252525;
	font-family: Arial;
	font-size: 13px;
	width: 95%;
	margin-top: 10px;
}
@media screen and (max-width : 420px){
#slide li {
	height: 490px;
	background-size: auto 100%;
}
}
#header .container #slogan {
	border-radius: 15px 15px 15px 0px;
	padding: 20px;
	background-image: url(../images/body/orangeTransparent.png);
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	display: table;
	margin-top: 100px;
	margin-bottom: 120px;
}
.container a #logo {
	margin-bottom: 275px;
	margin-top: 30px;
}

.container #slogan span {
	display: block;
	font-size: 24px;
}
@media screen and (max-width : 420px){
#header .container #slogan {
	font-size: 13px;
	margin-top: 240px;
	margin-bottom: 40px;
}
.container #slogan span {
	font-size: 16px;
}
}

#header .container #menu {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
.container #menu li {
	margin-right: 15px;
	float: left;
	list-style: none;
}
@media screen and (max-width : 420px){
.container #menu li {
	float: none
}
}
#menu li a {
	color: #0F0F0F;
	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	padding: 15px;
	border-radius: 15px 15px 15px 0px;
	display: block;
}
#menu li a.selected {
	color: #FFFFFF;
	background-color: #1274ac;
}
#menu li a:hover {
	color: #FFFFFF;
	background-color: #1274ac;
}
#services {
	background-color: #df202c;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
}
#services .img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 699px;
}
#services h1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
	display: block;
}
#services ul {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 660px;
}
#services ul li {
	list-style: none;
	border-radius: 15px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 30px;
	cursor: pointer;
	float: left;
	width: 270px;
	display: block;
	margin-left: 0px;
}
#services ul li:hover {
	color: #df202c;
	background-color: #FFFFFF;
}
@media screen and (max-width : 420px){
#services {
	margin-top: 30px;
}
#services ul {
	width: 240px;
}
#services ul li {
	margin-right: 0px;
	float: left;
	width: 220px;
	font-size: 14px;
}
}
#header .container #phone {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 65px;
	padding-bottom: 20px;
	float: right;
	background-color: #df202c;
	color: #FFFFFF;
	font-family: Arial;
	border-radius: 15px;
	font-size: 24px;
	background-image: url(../images/icons/phone.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}
#header .container #phone a{
	color: #FFFFFF;
	text-decoration: none;
}
@media screen and (max-width : 420px){
#header .container #phone {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
}
#aboutUs {
	margin-top: 20px;
}
#aboutUs .container ul {
	padding: 0px;
	margin: 0px;
}
#aboutUs .container ul li {
	float: left;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
	margin-right: 20px;
	margin-bottom: 25px;
	text-decoration: none;
}
#aboutUs .container ul li.last {
	margin-right: 0px;
}
#aboutUs ul li b {
	color: #1D1D1D;
	font-size: 20px;
	font-family: Arial;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
#aboutUs ul li span {
	color: #3E3E3E;
	font-family: Arial;
	font-size: 16px;
}
#aboutUs ul li p {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	color: #212121;
	font-family: Arial;
	font-size: 14px;
	width: 370px;
}
@media screen and (max-width : 1280px){
#aboutUs ul li p {
	width: 250px;
}
}
@media screen and (max-width : 1200px){
#aboutUs ul li p {
	width: 500px;
}
}
@media screen and (max-width : 420px){
#aboutUs ul li p {
	width: 200px;
}
}
#staff {
	background-image: url(../images/body/staffBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
}
#staff h2 {
	color: #262b3e;
	font-family: Arial;
	font-size: 40px;
	display: block;
	margin: 0px;
	text-align: center;
}
#staff span {
	color: #171717;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	display: block;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#staff ul {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 80%;
	padding: 0px;
	max-width: 900px;
}
#staff ul li {
	float: left;
	border-radius: 15px;
	background-color: #FFFFFF;
	list-style: none;
	margin-right: 20px;
	min-width: 180px;
	margin-bottom: 20px;
	display: none;
}
#staff ul li:nth-child(-n+8) {
	display: block;
}
@media screen and (max-width : 420px){
#staff ul li:nth-child(-n+8) {
	display: none;
}
#staff ul li:nth-child(-n+3) {
	display: block;
}
#staff ul li {
	float: none;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
}
#staff ul li img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#staff ul li b {
	color: #232323;
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	display: block;
	margin-top: 3px;
}
#staff ul li span {
	color: #0E0E0E;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	display: block;
	margin-bottom: 7px;
}
#staff .more {
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/body/blackTransparent.png);
	color: #FFFFFF;
	font-family: Arial;
	border-radius: 15px;
	font-size: 15px;
	text-decoration: none;
	margin-top: 40px;
}
#staff .more:hover {
	text-decoration: underline;
}
#gallery {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #dedede;
}
#gallery .headerTitle {
	background-repeat: no-repeat;
	background-position: left center;
}
#gallery .headerTitle b {
	display: block;
	color: #292929;
	font-family: Arial;
	font-size: 20px;
}
.container .headerTitle span {
	color: #1A1A1A;
	font-family: Arial;
	font-size: 15px;
	display: block;
}
#gallery .container #galleryList {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.container #galleryList li {
	list-style: none;
	float: left;
	margin-bottom: 25px;
	margin-right: 3.5%;
	margin-left: 0px;
}
#galleryList li a img {
	display: block;
	border-radius: 15px;
	border: 2px solid #FFFFFF;
	width: 240px;
	height: 180px;
}
.container #galleryList .more {
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: 2px solid #333333;
	color: #232323;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
}
.container #galleryList .more:hover {
	text-decoration: underline;
}
#footer {
	background-color: #1274ac;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .container p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}
#footer .container p a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer .container p b {
	display: block;
}
#footer .container p iframe {
	width: 100%;
}
#products {
	background-color: #1274ac;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-top: 40px;
}
#products .container #category {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: table;
}
.container #category li {
	float: left;
	width: 200px;
	height: 160px;
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	list-style: none;
	margin-right: 20px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	cursor: pointer;
}
.orderButton {
	border-radius: 15px;
	background-color: #70B409;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	display: table;
}

#category li span {
	background-color: #FFFFFF;
	margin-top: 60px;
	padding: 15px;
	color: #232323;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#products .container #frame {
	border-radius: 15px;
	background-color: #FFFFFF;
	margin-top: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
}
.container #frame #productList {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0px;
}
#frame #productList li {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	list-style: none;
	padding: 1px;
	cursor: pointer;
	border-radius: 15px;
	border: 1px solid #D1D1D1;
}
#frame #productList li img {
	border-radius: 15px;
	display: block;
}


.container #frame #login {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#login form input {
	padding: 10px;
	width: 350px;
	background-color: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #B5B5B5;
	display: block;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}
#login form .button {
	padding: 10px;
	width: 375px;
	color: #FFFFFF;
	background-color: #06B5E1;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	border-style: none;
	display: block;
}

#popup {
}
#popup #popupBg {
	background-color: #000000;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 9998;
}
#popup #popupPage {
	width: calc(60% - 100px);
	height: calc(100% - 100px);
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 9999;
	top: 0px;
	display: block;
	left: 20%;
	right: auto;
	padding: 30px;
	overflow-y: auto;
}
@media screen and (max-width : 420px){
#popup #popupPage {
	width: calc(90% - 60px);
	height: calc(100% - 60px);
	left: 5%;
	right: auto;
}
}
#popup #popupPage .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 99999;
}
#projectDetail {
}
#projectDetail .title{
}
#projectDetail .title b{
	display: block;
	color: #0064C0;
	font-family: Arial;
	font-size: 25px;
}
#projectDetail .title p{
	display: block;
	font-family: Arial;
	font-size: 15px;
}
#projectDetail ul{
	display: block;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
#projectDetail ul li{
	list-style: none;
	margin-bottom: 30px;
}
#projectDetail ul li img{
	display: block;
	width: 100%;
}
