@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'malgun gothic','Nanum Gothic','Roboto', sans-serif;
    color: #fff;
    background: #fff;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.container > header {
	position: fixed;
	top: 0;
	left: 0;
	background: #443736;
	width: 100%;
	z-index: 1000;
}

.header-top {
	max-width: 1200px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	font-size: 0.9em;
}

.header-help {
	float: left;
	height: 42px;
	line-height: 42px;
}

.header-flag {
	float: left;
}

.header-help a {
    color: #f26c4f;
}

.header-help a:hover {
    color: #363636;
}

.container > header nav a {
  width: 150px;
	/*height: 106px;*/
	float: left;
	display: inline-block;
	position: relative;
	text-align: center;
  text-transform: uppercase;
	margin-top: 45px;
  margin-left: 5px;
	padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 25px;
	font-family: 'malgun gothic', 'century gothic', 'Roboto', Sans-serif;
	font-weight: 500;
	font-size: 1.0em;
	-webkit-transition: background ease-in .2s;
	-moz-transition: background ease-in .2s;
	-ms-transition: background ease-in .2s;
	transition: background ease-in .2s;
}

.container > header nav a:hover {
	color: #000810;
  background-color: #9ac8f4;

}

.container .m-header {
	height: 60px;
	background: #000810;
	border-bottom: 2px solid #62affa;
	margin: 0 auto;
	text-align: center;
}

.container .m-nav, .container .m-nav-cn {
	width:: 100%;
  padding: 20px;
	background: #000810;
  border-bottom: 2px solid #62affa;
	/*overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;*/
}

.container .m-nav a {
	height: 50px;
	display: inline-block;
	text-align: left;
  text-transform: uppercase;
	margin: 0;
	line-height: 50px;
	font-family: 'century gothic', 'Roboto', Sans-serif;
	font-weight: 500;
	font-size: 1.0em;
}

.container .m-nav-cn a {
	height: 50px;
	display: inline-block;
	text-align: left;
    text-transform: uppercase;
	margin: 0 20px;
	line-height: 50px;
	font-family: arial, SimHei, Sans-serif;
	font-weight: 500;
	font-size: 1.0em;
}

.container .m-nav a:active, .container .m-nav-cn a:active {
	color: #f26c4f;
}

.footer {
	background: #4c4c4c;
}

.footer-contents {
  max-width: 1200px;
	margin: 0 auto;
	padding: 1em 1.2em;
}

.footer-links > a {
	font-size: 1em;
	font-weigh: 300;
	margin: 0 1em 0 0;
}

.footer-info {
	font-size: 0.8em;
	padding: 1em 0;
	line-height: 1.6em;
}

.footer-bottom {
	max-width: 1200px;
  height: 100px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	padding: 1em 1.2em 1.6em;
	font-size: 0.8em;
	text-transform: uppercase;
	vertical-align: central;
}

.footer-select {
	background: url(../images/select_box.png) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	text-align: left;
}

/* scroller */
.gp-scroller {
	overflow: hidden;
}

.gp-section-bg {
	width: 100%;
	padding: 3em 0;
}

.gp-section-bg1 {
	background: #363636 url(../images/bg_acc.png) no-repeat center;
}

.gp-section-bg2 {
	background: url(../images/bg_fac.png) no-repeat ;
	background-size: cover;
	color: #363636;
}

.gp-section-bg3 {
	background: #363636;
	background-size: cover;
}

.gp-section-bg4 {
	background: #999 url(../images/bg_res.png) no-repeat center top;
}

.gp-section-htitle {
	width:90%;
	margin: 0 auto;
	padding-top: 1.5em;
	text-align: center;
	font-size: 4em;
	font-weight: 700;
	line-height: 1.5em;
}

.gp-section-stitle {
	width:90%;
	margin: 0 auto;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 2em;
	line-height: 1.5em;
}

.gp-section-line {
	width:90%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.gp-section-line > span {
	display: none;
}

.gp-section-htitle2 {
	width:90%;
	margin: 0 auto;
	padding-top: 1em;
	text-align: center;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1em;
}

.gp-section-stitle2 {
	width:90%;
	margin: 0 auto;
  padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* Clear floats of children */
.gp-section:before,
.gp-section:after {
	content: " ";
	display: table;
}

.gp-section:after {
	clear: both;
}

/* Text styling */

.gp-section .ptitle {
	font-size: 1.7em;
	font-weight: 700;
	padding: 1em 0.5em 0 0.5em;
	line-height: 1.4;
}

.gp-section .ptitle-l {
	font-size: 1.7em;
	font-weight: 700;
	padding-right: 0.1em;
	line-height: 1.4;
}

.gp-section .ptitle-r {
	font-size: 1.7em;
	font-weight: 700;
	padding-left: 0.1em;
	line-height: 1.4;
}

.gp-section .pdesc {
	font-size: 1.3em;
	padding: 0.5em;
	line-height: 1.4;
	text-align: left;
}

.gp-section .pdesc-l {
	font-size: 1.3em;
	padding: 0 0.1em 0 3em;
	line-height: 1.4;
	text-align: left;
}

.gp-section .pdesc-r {
	font-size: 1.3em;
	padding: 0 3em 0 0.1em;
	line-height: 1.4;
}

.gp-link {
	font-weight: 700;
	font-size: 1em;
	color: #363636;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 10px 20px;
	border: 2px solid #363636;
	display: inline-block;
	margin: 5px 0 0;
	outline: none;
}

.gp-link:hover {
	background-color: #f26c4f;
	color: #fff;
}

/* Sides */
.gp-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.img-shadow {
	box-shadow: 0 0 4px #000;
}

.gp-side2 {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 4% 3em;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.gp-side:before,
.gp-side:after {
	content: " ";
	display: table;
}

.gp-side:after {
	clear: both;
}

.gp-side-right {
	text-align: left;
}

.gp-side-left {
	text-align: right;
}

.gp-side-right img {
	float: left;
}

.gp-side-left img {
	float: right;
}

.gp-side-down {
	font-size: 1.3em;
	line-height: 1.6;
}

.gp-side-down .cdesc {
	width: 90%;
	overflow: hidden;
	margin: auto;
}

/* Initial state (hidden or anything else) */
.gp-init .gp-side {
	opacity: 0;
}

.gp-init .gp-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.gp-init .gp-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

.gp-init .gp-side-down {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}

/* Animated state */
.gp-section.gp-animate .gp-side-left,
.gp-section.gp-animate .gp-side-right,
.gp-section.gp-animate .gp-side-down {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	.gp-scroller {
		font-size: 65%;
	}

	.gp-section h2 {
		margin: 0;
	}

	.gp-side img {
		max-width: 120%;
	}

    .container .m-nav {
		width: 700px;
	}

}

@media screen and (max-width: 660px) {
	.gp-side { float: none; width: 100%; }
	.gp-side img { max-width: 100%; }
	.container .m-nav, .container .m-nav-cn { width: 92%; }
	.gp-section .pdesc-r { padding: 0 0.1em; }
  .gp-section-htitle, .gp-section-htitle2 { padding-top: 150px; }
}
