﻿/**
 * fullPage 1.2.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/*reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/*공통요소div,ul,li{outline:1px solid #333;}*/

html{overflow-y:scroll;}
.cf {*zoom:1;}
.cf:after {clear:both;display:block;content:"";}
.blind {display:none;}
a {text-decoration:none;color:#000;}
img{border:0;}
html,body{
	width:100%;height:100%;
}
body {
	font-family:나눔고딕, Nanum Gothic, 돋움, Dotum, Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	font-size: 12px;
}
/* Custom CSS
 * --------------------------------------- */
#menu a#section4{
	border-right:none;
}
#superContainer {
    height:100%;
    position:relative;
}

.section{
    position: relative;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
         box-sizing: border-box; 
}
.sub-inner {
	width:990px;
	margin: 0 auto;
	position: relative;
	padding:30px 0;
	font-size:18px;
	font-weight:300;
}
.section.table,
.slide.table{
	display:table;
	width:100%;
}
.tableCell{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow{
    position:absolute;
    top:50%;
    cursor:pointer;
	width: 0px;
	height: 0px;
	border-style: solid;
	margin-top: -38px;
}

.controlArrow.prev{
	left:15px;
	width: 0px;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}
.controlArrow.next{  
	right:15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}
.scrollable{
	overflow:scroll;
}
.easing{
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav{
	position: fixed;
	z-index: -99;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav ul{
	margin:0;
	padding:0;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

/* Menu
 * --------------------------------------- */
 .submenu {
	display:none;
	height: 60px;
	z-index: 1000;
	width: 100%;
	background: #953737;
	box-shadow:0 5px 5px #aaa;
	position:fixed;
	bottom:10px;
	left:0;
	

}
 #menu{
	width:80%;
	padding:0;
	height:100%;
	margin:0 auto;
}

#menu li {
	width:19.9%;
	float:left;
}
#menu a{
	display: block;
	height: 20px;
	line-height:20px;
	width: 100%;
	
	margin-top:20px;
	text-decoration:none;
	font-size:16px;
	text-align: center;
	color: #fff;
	border-right:1px solid #fff;
}
#menu li.active a{
	font-size:18px;
	font-weight:800;
	text-decoration:underline;
}

/* home */
div.center{
	width:550px;
	height:115px;
	margin:30% auto;
	position:relative;
	top:0;
	left:0;
	}
div.inside{
	width:150px;
	height:117px;
	position:absolute;
	top:-2px; 
	right:-1000px;
	}
div.inside img,div.sub-title img,div.stemp img{
	width:100%;
	height:100%;
}
div.center img{
	height:100%;
}
div.sub-title{
	width:455px;
	height:45px;
	position:absolute;
	top:115px;
	left:-1600px;
	}
div.stemp{
	width:80px;
	height:79px;
	position:absolute;
	right:27px;
	top:61px;
	opacity:0;
	}
.st-frame{
    position: absolute;
    background-image: url(../img/stemp_animate.jpg);
    background-repeat: no-repeat;
}

/* intro */
div#intro_bg_left {
	background:url(../img/intro_bg_left01.png) left bottom no-repeat;
	padding-top:145px;
}

div.intro-left{
	float:left;
	width:380px;
}
h1.intro-title{
	font-size:38px;
	text-align:right;
	background:url('../img/intro_pit.png') 0px 0px no-repeat;
	width:1500px;
	margin-left:-1070px;
	height:90px;
	line-height:85px;
	color:#fff;
	text-shadow:3px 3px #aaa;
	padding-right:30px;
}
div.intro-left h3{
	font-weight:500;
	font-size:22px;
	color:#ad7777;
	text-align:center;
	margin:0 auto;
	margin-top:55px;
	border-bottom:1px solid #ad7777;
	width:240px;
}
div.intro-right{
	float:right;
	width:50%;
	margin-top:99px;
}
div.intro-right h2{
	font-size:25px;
	font-weight:normal;
	margin:10px 0;
	color:#000;
}
span.gray-color{
	color:#999;
}
div.intro-right p{
	font-size:13px;
	color:#000;
	line-height:23px;
}
div.korean-vs{
	margin-bottom:50px;
}

/*wedone*/
h1.wedone-title{
	position:absolute;
	top:135px;
	left:-1999px;
	font-size:38px;
	background:url('../img/done_pit.png') 0px 0px  no-repeat;
	width:1500px;
	height:90px;
	line-height:85px;
	color:#fff;
	text-shadow:3px 3px #aaa;
	padding-left:30px;
}
h1.wedone-title span{
	font-size:35px;
}
div.wedone-tire{
	height:200px;
	width:200px;
	position:absolute;
	top:298px;
	right:780px;
	z-index:20;
}
div.wedone-tire img{
	width:100%;
	height:100%;
}
div.wedone-text{
	display:none;
	position:absolute;
	top:270px;
	left:0;
	padding:20px;
	background-image:url('../img/text_bg.png');
	width:420px;
	height:500px;
}
div.wedone-text span.arrow{
	position:absolute;
	top:81px;
	right:-120px;
	display:block;
	width:120px;
	height:120px;
	background:url('../img/arrow_right90.png') no-repeat;
}
div.wedone-text h4{
	color:#e2c764;
	font-size:13px;
	line-height:23px;
}
div.wedone-text span{
	display:block;
	font-size:12px;
	line-height:23px;
	color:#f1e4b5;
}
div.wedone-ko{
	margin-bottom:40px;
}
div.wedone-ko h4,div.wedone-en h4{
	color:#e2c764;
	font-size:13px;
	line-height:23px;
}
/* weserve */
h1.weserve-title{
	position:absolute;
	top:145px;
	right:-2999px;
	text-align:right;
	font-size:38px;
	background:url('../img/serve_pit.png') 0px 0px no-repeat;
	width:1500px;
	height:90px;
	line-height:85px;
	color:#fff;
	text-shadow:3px 3px #aaa;
	padding-right:30px;
}
h1.weserve-title span{
	font-size:35px;
}
div.weserve-tire{
	height:200px;
	width:200px;
	position:absolute;
	top:272px;
	left:790px;
	z-index:20;
}
div.weserve-tire img{
	width:100%;
	height:100%;
}
div.weserve-text{
	display:none;
	position:absolute;
	top:300px;
	right:0;
	padding:20px;
	background-image:url('../img/text_bg.png');
	width:420px;
	color:#c6cfda;
}
div.weserve-text span.arrow{
	position:absolute;
	top:80px;
	left:-120px;
	display:block;
	width:120px;
	height:120px;
	background:url('../img/arrow_left90.png') no-repeat;
}
p.weserve_top_ct {
	font-size:14px;
	line-height:23px;
	padding-bottom:18px;
}
p#ws_en_ct{
	font-size:13px;
}
p#ws_en_ct i {
	font-weight:bold;
}

/*contact*/
h1.contact-title{
	position:absolute;
	top:145px;
	left:-967px;
	text-align:right;
	font-size:38px;
	background:url('../img/contact_pit.png') 0px 0px no-repeat;
	width:1500px;
	height:90px;
	line-height:85px;
	color:#fff;
	text-shadow:3px 3px #aaa;
	padding-right:30px;
}
div#middle-wrap{
	padding-top:250px;
	padding-bottom:50px;
}
div.img-box{
	width:529px;
	height:529px;
	background:#ccc;
	float:left;
}
div.img-box img{
	width:529px;
	height:529px;
}
div.contact-text{
	padding-top:80px;
	width:425px;
	float:right;
	color:#777;
}
div.contact-text h3{
	font-weight:500;
	font-size:28px;
	color:#948a54;
	text-align:center;
	border-bottom:1px solid #948a54;
	width:270px;
	margin-bottom:60px;
}
div.contact-text span{
	display:block;
	height:40px;
	font-size:13px;
	line-height:40px;
}
		div.contact-ko{
			margin-bottom:40px;
		}
		a.mailto{
			color:#948a54;
			font-size:14px;
		}
		div.footer{
		position:absolute;
		bottom:0px;
		width:580px;
		left:50%;
		margin-left:-290px;
		font-size:12px;
		}

		div.footer span {
			color:#953737;
			font-weight:bold;
		}
@media screen and (min-width:769px) and (max-width:1280px) {
		div#intro_bg_left {
		padding-top:110px;
		}
		div.intro-right{
			margin-top:110px;
		}
		div.intro-right h2{
			font-size:22px;
			color:#000;
		}
		span.gray-color{
			color:#999;
		}
		div.intro-right p{
			font-size:12px;
			color:#000;
			line-height:21px;
		}
		div.korean-vs{
			margin-bottom:40px;
		}
		h1.wedone-title{
		top:100px;
		}
		div.wedone-text{
		padding:18px;
		top:230px;
		}
		div.weserve-text{
		top:238px;
		}
		div.wedone-text span{
			line-height:21px;
		}
		div.wedone-ko{
			margin-bottom:29px;
		}
		div.wedone-ko h4,div.wedone-en h4{
			line-height:20px;
		}
		div.wedone-tire{
		top:195px;
		}
		h1.weserve-title{
		top:110px;
		}
		div.weserve-tire{
		top:195px;
		}
		div#middle-wrap{
		padding-top:205px;
		}
		div.img-box{
		width:529px;
		height:529px;
		background:#ccc;
		float:left;
		}
		div.img-box img{
			width:529px;
			height:529px;
		}
		h1.contact-title{
		top:110px;
		}
		div.contact-text{
			padding-top:95px;
		}
		div.contact-text h3{
			font-weight:500;
			font-size:28px;
			color:#948a54;
			text-align:center;
			border-bottom:1px solid #948a54;
			width:270px;
			margin-bottom:30px;
		}
		div.contact-text span{
			display:block;
			height:35px;
			font-size:13px;
			line-height:30px;
		}
		div.contact-ko{
			margin-bottom:40px;
		}
		div.footer{
		position:absolute;
		bottom:35px;
		width:580px;
		left:50%;
		margin-left:-290px;
		font-size:12px;
		}
		div.footer span {
			color:#953737;
			font-weight:bold;		
		}

		
}


/* Navigation
 * --------------------------------------- */
#fullPage-nav{
	position: absolute;
	z-index: -99;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #c57272;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #c57272;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

#section2 .intro{
	left: -130%;
	position:relative;
}