@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* CSS Document */

a{text-decoration: none;}
img{border: 0;}
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
footer a{color: #8f8f8f;}


/*
*{transition: all 0.4s ease;}
*:after{transition: all 0.4s ease;}
*/
@media screen and (min-width: 1280px){

/* header stylesheet */

header{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	background: #222;
}

#logo{
	width: 100px;
	padding: 0;
	float: left;
}

nav{
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	height: 40px;
	background: #222;
}

nav ul{
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

nav ul li{
	margin: 0 20px;
	height: 40px;
	line-height: 44px;
	float: left;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

nav ul li a{color: #fff;}
nav ul li a::before,
nav ul li a::after{
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

nav ul li a:hover::before,
nav ul li a:hover::after,
nav ul li a:focus::before,
nav ul li a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

nav ul li a::before{
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);	
}
nav ul li a::after{
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);	
}

nav ul li.now{opacity: 0.6;}

nav ul li.now a::before,
nav ul li.now a::after{
	display: inline-block;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

nav ul li.now a::before{
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);	
}
nav ul li.now a::after{
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);	
}


/* footer stylesheet */

footer{
	clear: both;
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #dbdbdb;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: center;	
	color: #8f8f8f;
}


/* top stylesheet */

#top_img{
	margin: 0;
	height: 450px;
	background: #222 url(/img/info/main_01.png) no-repeat top left;
	text-align: center;
	transition: none;
}

#top_img p img{ margin-bottom: 40px; height: 150px;}
#top_img p{
	margin: 0 auto; padding-top: 80px;
	height: 200px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: ;
	line-height: 30px;
	color: #fff;
	opacity: 0;
	transition: all 1.5s ease;
}

.top_cate{
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	background: #fff;
	text-align: center;
}

.top_txt{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
}

#top_01,#top_02,#top_03,#top_04,#top_05{
	margin: 0 20px 80px 20px;
	padding: 50px 0;
	width: 200px;
	height: 680px;
	border-right: 1px solid #dbdbdb;
	background: url(/img/info/top_box_bg.pne) no-repeat top right;
	float: left;
}

#top_01{margin-left: 0;}
#top_05{padding-right: 0; border: 0;}

.top_title{
	margin: 0 auto;
	width: 180px;
	height: 100px;
	background: #ff0;
	padding-right: 20px;
	border-right: 1px soslid #222;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	font-size: 18px;
	line-height: 26px;
	text-align: right;	
	float: right;
}

.top_title_sub{
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #c7c7c7;
}

#top_01 div.top_title{background: url(/img/info/top_title01.png) no-repeat top left; color: #0089d1;}
#top_02 div.top_title{background: url(/img/info/top_title02.png) no-repeat top left; color: #9db31e;}
#top_03 div.top_title{background: url(/img/info/top_title03.png) no-repeat top left; color: #1bb7d5;}
#top_04 div.top_title{background: url(/img/info/top_title04.png) no-repeat top left; color: #ff307b;}
#top_05 div.top_title{background: url(/img/info/top_title05.png) no-repeat top left; color: #f05924;}


.top_txt_p{
	margin: 50px auto; padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	word-break: keep-all;
	float: right;
}

#cloud_media_banner, 
#native_app_banner,
#tech_banner,
#project_banner,
#about_banner{
	display: none;
	margin: 0; 
	width: 100%;
	padding: 0;
	height: 300px;
	background: #eee;
}
/*
#cloud_media_banner{ background: url(img/) no-repeat top center fixed; }
#native_app_banner{ background: url(img/) no-repeat top center fixed; }
#tech_banner{ background: url(img/) no-repeat top center fixed; }
#project_banner{ background: url(img/) no-repeat top center fixed; }
#about_banner{ background: url(img/) no-repeat top center fixed; }
*/

h2,h3,h4,h5{
	margin: 0; padding: 0;
	font-family: 'Open Sans', sans-serif;
}

h2{ 
	margin-top: 40px;
	font-size: 50px; 
	font-weight: 300;
	text-align: center;
}

h3{ 
	margin-bottom: 40px;
	font-size: 18px; 
	font-weight: 400;
	text-align: center;
}
h4{ 
	font-size: 18px; 
	font-weight: 700;
}
h5{ 
	font-size: 14px; 
	font-weight: 700;
}

#cloud_media, #native_app, #tech, .project_list_cate, #about{
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}

.cloud_media{ color: #0089d1;}
.native_app{ color: #9db31e; }
.tech{ color: #1bb7d5;}
.project{ color: #ff307b;}
.about{ color: #f05924;}


/* project list*/

.project_list_top{
	clear: both; 
	margin: 50px 0 0 0; 
	padding: 0;
	border-top: 1px solid #dbdbdb;
}


.article_list{
	clear: both;
	margin: 0 auto;
	width: 1200px;
}

.article_list div:last-child{ margin-bottom: 80px;}

.project_list_one{
	margin: 0 1px 50px 1px;
	padding: 0;
	float: left;
	width: 390px;
	height: 650px;
	word-wrap: break-word;
}

.project_list_thumb{
	padding: 20px 0;
	height: 390px;
	opacity: 1;
/*	background: #eee;*/
}

.project_list_thumb img{
	margin-left: 5px;
	width: 380px;
	height: 380px;
}

.project_list_title{
	position: relative;
	margin: 0 auto;
	padding: 20px 10px;
	width: 360px;
	height: 100px;
	border-top: 1px solid #222;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 22px;
	word-wrap: break-word;
	color: #222;
}

.project_list_title ul{margin: 20px 0; padding: 0 0 0 25px; list-style: circle;}
.project_list_title ul li{
	margin: 0;
	text-align: left;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
	color: #8f8f8f;
}

.article{
	display: block;
	margin: 0 auto;
	clear: both;
	padding-top: 30px;
	border-top: 1px solid #dbdbdb;
}

/* normal */

.article_img{
	float: left;
	margin-bottom: 60px;
	width: 350px;
	height: 300px;
}

.article_img_p{
	float: left;
	margin-bottom: 60px;
	width: 800px;
}

.article_txt_p ul{
	margin-left: 15px;
	padding: 0;
	list-style: circle;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.logo{
	padding: 10px;
	width: 70px;
	height: 70px;
	line-height: 100px;
	border: 1px solid #dbdbdb;
}

.logo img{ width: 100%;}

.article_img img,.article_img p img{width: 100%;}

.article_txt,.article_txt_half,.article_txt_quart,.article_txt_p{
	float: left;
	margin: 0 0 60px 20px;
	width: 830px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	word-break: keep-all;
	word-wrap: break-word;
}

.article_txt_half{
	width: 520px;
	margin-top: 30px;
}

.article_txt_half:first-child{margin-right: 100px;}

.article_txt_quart{	
	width: 280px;
	height: 100px;
	margin-top: 30px;
}

.article_txt_p{
	width: 380px;
	margin-top: 30px;
}

}

.bg-white{background-color:#fbfbfb !important;}
.ft-black{color:#222 !important;}
.ft-white{color:#fbfbfb !important;}
.pad-5{padding:5px !important;}
.logo-wid{height:280px !important;width:280px !important;margin-bottom:0px !important;}