@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, p, a, a:hover, font, img, tt, dl, dt, dd, ol, ul, li, table, tr, td {
	margin:0px;
	padding:0px;
	border:0px;
}

html {
	width:100%;
	height:100%;
	min-width:320px;
}

body {
 	font-family: 'PT Sans', sans-serif;
	width:100%;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:320px;
	position:relative;
}

#content {
	width:100%;
	position:relative;
	z-index:1;
	display:table;
	padding-top:20px;
	box-sizing:border-box;
}

header {
	content: " "; 
	display: table;
	width:100%;
	z-index:1;
}

.wrap {
	display:table-cell;
	vertical-align:middle;
}

.fixPNG {
	_behavior: url("../css/iepngfix.htc");
}

p {
	text-align:justify;
}

a:link, a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.red{
	color:#ff143f;
}

/* body content */

.sub_gnb{
	position:fixed;
	left:50%;
	top:50%;
	z-index:2001;
	margin-left:0px;
}

.bg {
	position:fixed;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	z-index:-10;
}

#bg01{
	background-image:url(../images/bg01.jpg);
	background-position:-250px -100px;
	background-color:#fafafa;
}

#bg02{
	background-image:url(../images/bg02.png);
	background-position:right top;
}

#bg03{
	background-image:url(../images/bg03.png);
	background-position:left bottom;
}

#bg04{
	background-image:url(../images/bg04.png);
	background-position:right bottom;
}

/******************************
 top
*******************************/

.envatologo{
	z-index:1000;
	text-align:center;
	position:absolute;
	width:100%;
}
.envatologo a{
	display:block;
	margin:0 auto;
	width:50%;
}
.envatologo img{
	width:100%;
	max-width:240px;
}

/******************************
 home Background
*******************************/

#home {
	width:100%;
}

#home .bg01{
	position:absolute;
	top:0px;
	left:0px;
		width:100%;
}

#home .bg02{
	position:absolute;
	right:0px;
	bottom:0px;
		width:100%;
}

#home .bg03{
	width:100%;
	position:absolute;
	top:140px;
	left:0;
}




/******************************
 Menu
*******************************/

nav{
	display: none;
	z-index:9999999999999999999999999;
	background:#2CBEF7;
	margin:0;
}

#menu {
	margin:0;
}

#menu li a {
	color:#2CBEF7;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	padding:4% 4% 4% 10%;
	margin:0 0 5% 5%;
	-webkit-border-top-left-radius: 1000px;
	-webkit-border-bottom-left-radius: 1000px;
	-moz-border-radius-topleft: 1000px;
	-moz-border-radius-bottomleft: 1000px;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
}
#menu li.selected a {
	background:#FF143F;
	color:#fff;
}

#header {
	width:12%;
    top:3%;
	left:5%;
	position:absolute;
	z-index:9999999999999;
}

#header img
{
	width:100%;
	max-width:60px;
	max-height:60px;
	position: absolute;
}

#footer{
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	z-index:1000;
}

#btn_top {
	display:block;
	width:22%;
    max-width:132px;
	cursor:pointer;
	float:left;
	margin-left:5%;
}
#btn_top img{
	width:100%;
}

#btn_visual{
	display:block;
	width:30%;
    max-width:182px;
	float:right;
	margin-right:5%;
}
#btn_visual img{
	width:100%;
}

#copyright{
	width:100%;
	text-align:center;
	padding-top:20px;
}
#copyright img{
	width:80%;
	max-width:398px;
}

/******************************
 serivces Background
*******************************/

#serivces{ margin-bottom:0;}

.stext {
	position:relative;
	margin:0 auto;
	height:300px;
}


.stext img {
	position:absolute;
	top:0;
	left:0;
}

.stext img#stext01 {top: 290px;	left:130px;}
.stext img#stext02 {top: 60px;	left:290px;}
.stext img#stext03 {top: 120px;	left:270px;}
.stext img#stext04 {top: 100px;	left:60px;}
.stext img#stext05 {top: 330px;	left: 90px;}
.stext img#stext06 {top: 210px;	left: 100px;}
.stext img#stext07 {top: 20px;	left: 20px;}
.stext img#stext08 {top: 250px;	left: 20px;}
.stext img#stext09 {top:-20px; left: 300px;}

/******************************
 index Background
*******************************/
#index{}

/******************************
 about Background
*******************************/
strong{font-weight:bold;}

#about{}

.drop {
    text-align: center;
	width:90%;
	left:5%;
	position:relative;
	font-size:12px;
}

#about .icon{
	width:100%; margin:0 auto; display:block;
}

#bg05{
	background-color:#000;
	width:100%;
	height:60%;
	position:absolute;
	top:20%;
	z-index:-1;
}

/******************************
 portfolio Background
*******************************/
.portfolio #btn_top img, .portfolio #btn_visual img {
	padding-top:0px;
}

/******************************
 clients Background
*******************************/
#clients #btn_top img, #clients #btn_visual img {
	padding-top:0px;
}

#clients .bg02{
	position:absolute;
	top:0px;
	left:0px;
	
}

/******************************
 contact Background
*******************************/

#contact{}

#contact .icon{
	width:100%; margin:0 auto; display:block;
}

#contactForm {
	text-align:right;
	font-size:18px;
	font-weight:bold;
	z-index:1000;
	padding:10px 5%;
	margin:0 auto;
	float:right;
}

#contactForm .label{
	text-align:right;
	color:#FFFFFF;
	padding-right:10px;
	width:80px;
	line-height:36px;
	vertical-align:top;
}

#contactForm .field{
	background:url(../images/contact/field.png) no-repeat;
}

#contactForm .message{
	background:url(../images/contact/message.png) no-repeat;
	height:100px;
	vertical-align:top;
}

#contactForm .box01{
	width:220px;
	margin-left:5px;
	background-color:transparent;
	border:0;
	height:10px;
	color:#FFFFFF;
	padding-right:10px;
}

#contactForm .box02{
	width:220px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	height:80px;
	background-color:transparent;
	border:0;
	color:#FFFFFF;
}

#contactForm td{
	height:28px;
}


#contactInfo{
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:22px;
	top:200px;
	padding:10px 5%;
	margin:0 auto;
	float:left;
}