@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%;
	background:url(../../images/bg.gif) repeat;
	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.png);
	background-position:left top;
	z-index:-9;
}

#bg02{
	background-image:url(../images/bg02.png);
	background-position:left top;
	background-repeat:repeat;
	height:inherit;
	z-index:-10;
}

#bg03{
	background-image:url(../images/bg03.png);
	background-position:right bottom;
	z-index:-9;
}

/******************************
 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;
}
#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;
}

/******************************
 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;
}

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

/******************************
 about Background
*******************************/

#about .bg01 {
	position:absolute;
	top:10px;
	display:none;
	width:100%;
}

#about .bg01 img{
	width: 100%;
}

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

/******************************
 portfolio Background
*******************************/
#portfolio .bg03{
	width:238px;
	height:236px;
	position:fixed;
	top:80px;
	left:-140px;
}

#portfolio #bg04{
	behavior:url(css/-ms-transform.htc);
	background-image:url(../images/bg04.png);
	background-position:10px 10px;
	z-index:0;
	position:fixed;
    top: 0;
	left: 50%;
	margin-left:-450px;
	width: 900px;
	height: 600px;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
}

#portfolio #bg04 .bg04a{
	background-image:url(../images/bg04a.png);
	width:100%;
	height:34px;
}

#portfolio  #bg04 .bg04b{
	background-image:url(../images/bg04b.png);
	width:100%;
	height:34px;
	position:absolute;
	bottom:0;
}

/******************************
 contact Background
*******************************/
#contact #btn_top {
}

#contact #btn_top img {
	padding-top:0;
}

#contact #btn_visual {
}

#contact #btn_visual img {
	padding-top:0;
}

#contact #copyright{
	padding-top:70px;
}

#contactBox{margin:0px auto; width:550px;}
#contactBg>img{width:550px;padding-top:92px;position:absolute;}
#contactInfo{
	width:90%;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	font-size:18px;
	line-height:1.2;
	position:relative;
	padding:0 5%;
	z-index:9;
}
#contactForm {
	font-size:18px;
	width:370px;
	margin:0 58px 0 96px;
	padding:123px 0 47px;
	text-align:left;
	font-weight:bold;
	position:relative;
	z-index:10;
}
#contactForm .box01{
	width:245px;
	color:#fff;
	background-color:transparent;
	margin:5px 10px;
	border:0;
}
#contactForm .box01.name{
	width:188px;
}
#contactForm .box02{
	width:245px;
	height:50px;
	color:#fff;
	background-color:transparent;
	margin:5px 10px;
	border:0;
	resize: none;
}
#contactForm #submitForm tr{height:5px;}
#contactForm #submitForm tr td a{display:block; margin-top:5px;}
@media screen and (max-width:767px) {
#contactBox{width:360px;}
#contactBg>img{width:360px;padding-top:132px;}
#contactInfo{
	font-size:15px;
	line-height:22px;
}
#contactForm {
	font-size:15px;
	width:257px;
	margin:0 58px 0 45px;
	padding:79px 0 47px;
}
#contactForm .box01{
	width:177px;
	margin:2px 5px;
}
#contactForm .box01.name{
	width:150px;
}
#contactForm .box02{
	width:177px;
	height:40px;
	margin:2px 0 2px 5px;
}
#contactForm #submitForm tr{height:2px;}
#contactForm #submitForm tr td a{margin-top:0;}
}


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

#contactForm .field{
	background:url(../images/contact/field_bg.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contactForm .message{
	background-color:rgba(100%, 100%, 100%, 0.5);
	background:url(../images/contact/field_bg.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align:top;
}

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