@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* CSS Document */

a{text-decoration: none;}
img{border: 0;}
body{
	margin: 0;
	padding: 0;
}

*{transition: all 0.4s ease;}s
*:after{transition: all 0.4s ease;}

@media screen and (min-width: 801px) and (max-width: 1279px){

/* header stylesheet */

header{
	margin: 0;
	padding: 0;
	height: 45px;
	background: #222;
}

#logo{
	margin: 0;
	padding: 0;
	float: left;
}

nav{
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 40px;
	background: #222;
}

nav ul{
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

nav ul li{
	margin: 0 5px;
	height: 40px;
	line-height: 44px;
	float: left;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	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 0 -3px 0;
	width: 100%;
	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: 20px;
	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: 800px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
}

#top_01,#top_02,#top_03,#top_04,#top_05{
	margin: 0 20px 0px 20px;
	padding: 20px 0 20px 0;
	width: 230px;
	height: 650px;
	border-right: 1px solid #dbdbdb;
	background: url(/img/info/top_box_bg.pne) no-repeat top right;
	float: left;
}

#top_01,#top_03,#top_05{padding-bottom:;}
#top_03{ margin-right: 0; border: 0;}
#top_04, #top_05{margin-bottom: 80px;}
#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;
}

/* sub stylesheet */


#cloud_media_banner, 
#native_app_banner,
#tech_banner,
#project_banner,
#about_banner{
	display: none;
	margin: 0; 
	padding: 0;
	width: 100%;
	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: 40px; 
	font-weight: 300;
	text-align: center;
}

h3{ 
	margin: 0 auto;
	margin-bottom: 40px;
	width: 70%;
	font-size: 18px; 
	font-weight: 400;
	text-align: center;
}
h4{ 
	margin: 0 auto; margin-top: 15px;
	width: 500px;
	font-size: 16px; 
	font-weight: 700;
}
h5{ 
	font-size: 14px; 
	font-weight: 700;
}

#cloud_media, #native_app, #tech, #project, #about{
	margin: 0 auto;
	padding: 0 2%;
}

.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;
	padding: 0;
	width: 800px;
}

.article_list div:last-child{ margin-bottom: 80px;}

.project_list_one{
	margin: 0 0px 50px 0px;
	padding: 0;
	float: left;
	width: 400px;
	height: 650px;
	word-wrap: break-word;
}

.project_list_thumb{
	padding: 20px 0;
	height: 390px;
	opacity: 1;
}

.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: 18px;
	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: 15px;
	font-weight: 400;
	color: #8f8f8f;
}

/* normal */

.article{
	clear: both;
	margin: 0 auto;
	width: 750px;
	padding-top: 30px;
	border-top: 1px solid #dbdbdb;
}

.article_img{
	float: left;
	margin-bottom: 60px;
	width: 350px;
	height: 300px;
}
.article_img img{width: 100%;}

.article_txt,.article_txt_half,.article_txt_quart{
	float: left;
	margin: 0 0 60px 10px;
	width: 380px;
	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: 350px;
	margin-top: 30px;
}

.article_txt_half:first-child{margin-right: 30px;}

.article_txt_quart{	
	width: 175px;
	height: 150px;
	margin-top: 30px;
}

.important{
	font-weight: 600;	
	font-size: 16px;
}

}