* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
    background-color: #ffffff;
    font-size: 15px;
    color: #363636;
    width: 100%;
	font-family: 'Noto Sans KR', sans-serif, Arial, Helvetica;
	font-weight: 300;
	overflow: auto;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a, a:hover, a:active, a:focus {
    outline: none;
	text-decoration: none;
}
a, button {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.clear {
    clear: both;
}
ol, ul, li {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
}
textarea, input[type="text"], input[type="email"] {
    outline: none;
}
h5 {
	font-weight:500;
	color:#14BF98;
	margin: 0;
    line-height: 2.5rem;
	margin-bottom: 1rem;
}
p {
    line-height: 2.5rem;
    font-size: 1rem;
}
/* ------------------------------------------------------------------------------
	Section 
-------------------------------------------------------------------------------*/
.sections {
	padding-top: 95px;
	padding-bottom: 3%;
    position: relative;
    overflow: hidden;	
}
.onepage{
	min-height: 750px;
}
.white-empty {
	padding-top: 100px;
	background-color:#fff;
	clear:both;
	width:100%;
}
.no-padding {
    padding: 0 !important;
}

/* ------------------------------------------------------------------------------
	Global button
-------------------------------------------------------------------------------*/
.btn {
	background-color: #14BF98;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
}
.btn:focus, .btn:active {
    outline: inherit;
}
/* ------------------------------------------------------------------------------
	Navigation
-------------------------------------------------------------------------------*/
.navi {
	padding-top: 20px;
	overflow: hidden;
}
.nav-right {
	float:right;
}
.nav-left {
	float: left;
	margin-left: 20%;
}
.navi li {
	display: inline-block;
}
.navi a {
	margin-left: 40px;
	text-transform: uppercase;
	color:#14BF98;
    font-size:16px;
    font-weight:500;
}
.navi a:hover, .navi a:active {
	color: #6E6E6E;
}
#topnav .mobile-navigation {
  display: none;
}
/* ------------------------------------------------------------------------------
	Menubar
-------------------------------------------------------------------------------*/
#header {
	background-color: #fff;   
	color: #14BF98;
	position: fixed;
	width: 100%;
	z-index: 999;
	border-bottom: solid 1px #E6E6E6;
	top: 0;
	overflow: hidden;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 1% 0;
	width: 100%;
}
#header .logo {
	float: left;
	display: inner-block;
}
#header .logo img {
	width: 150px;
	display: inline;
}
#header.fixed {
	background-color:#fff;   	
}

#home{
	background-color: #14BF98;
    color:#fff;
}
.slider{
    padding: 7% 5%;
}
.img-center {
	display: block;
	margin: 0 auto;
	padding-left:2%;
	width: 100%;
}
.unique-apps {
	padding: 5% 0 4% 4%;
}
.unique-apps h2{
    font-size: 31px;
	font-weight:400;
	padding-bottom:5%;
	color:#fff;
	line-height: 3rem;
	margin:0;
}
.unique-apps h4 {
	color:#fff;
	padding-bottom:8%;
	font-weight: 300;
	line-height: 2.5rem;
	padding-right: 3%;
}
.carousel-indicators {
    bottom:-100px;	
}
.carousel-indicators li {
    background:#464646;
    border:0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.carousel-indicators .active {
    background-color: #fff;
}
.home-btn a{
    color:#fff;
	background: #464646;
    padding:15px 30px;   
    font-size:18px;
	font-weight: 500;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -moz-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -ms-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
    -o-box-shadow:2px 2px 2px 0 rgba(0,0,0, .5);
	border-radius: 8px;
	display:inline-block;
}
.home-btn a:hover{
    color:#14BF98;
}

/* ------------------------------------------------------------------------------
	Heading
-------------------------------------------------------------------------------*/
.heading {
    margin-bottom: 5%;
	margin-top: 2%;
	text-align:center;
	width: 100%;
}
.heading-bottom {
	padding-bottom: 2%;
}
.heading h4{
    font-weight: 500;
    color:#14BF98;
    display: inline; 
	line-height: 2.5rem;	
	margin-bottom: 1.1rem;
}
hr.heading-line {
	size: 1px;
	color: #D5D5D5;
	background-color: #D5D5D5;
	width: 20%;
	margin: auto;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
#contact-form {
	text-align:center;
	padding-bottom: 9%;
}
#contact-form input {
	background:#fff;
	color:#797979;
	padding:10px;
	border:none;
	margin-right:3%;
	margin-bottom:20px;
	outline:none;
	font-style:normal;
	border:#dedede 1px solid;
	font-size:15px;
}
#contact-form textarea {
	background:#fff;
	color:#797979;
	padding:10px;
	margin-bottom:18px;
	outline:none;
	height:140px;
	font-style:normal;
	resize:none;
	font-size:15px;
	border:#dedede 1px solid;
}
#contact-form .pt-btn{
    background:#14BF98;
    padding:15px 40px;
    color:#fff;
    font-weight:700;
	display:block;
	margin: 0 auto;
    transition:.5s;
	webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    border-radius: 8px;
}
.button-holder { 
	text-align: center; 
}
#contact-form .pt-btn:hover{
    color:#2E2E2E;
}
.send-message {
	margin:3% 10% 1% 10%;
	color: #666666;
	font-size:17px;
	font-weight: 400;
}
.message-heading {
	margin: 2% 0;
	text-align:center;
	width: 100%;
	color:#14BF98;
}

/*---------------------------------------------------------------------------
	Pricing
-----------------------------------------------------------------------------*/
.main-package {
	clear:both;
	overflow:hidden;
}
#price img {
	width: 65%;
}
.col-price {
	color: #666666;
}
.package img {
	size: 80%;
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.img-bottom {
	padding-bottom: 3%;
}
.text-center {
	text-align: center;
	padding-top:17%;
	padding-left: 5%;
}

/*---------------------------------------------------------------------------
	We do
-----------------------------------------------------------------------------*/
.wedo-item {
	border-left: solid 1px #E6E6E6;
}
.wedo-seq img {
	width: 7%;
}
.wedo-img {
	margin-left: 2%;
	width:85%;
}
.wedo-des {
	color: #666666;
	font-size:17px;
	line-height:1.7rem;
	font-weight: 400;
	letter-spacing:1px;
}
.wedo-seq {
	padding-top: 4%;
}	

/*---------------------------------------------------------------------------
	Company & FAQ 
-----------------------------------------------------------------------------*/
#faq img {
	width: 90%;
}
#company img {
	width: 70%;
}
.row-bottom {
	padding-bottom: 5%;
}
.col-padding {
	padding-right: 10%;
}
.company-col {
	background-color:#14BF98;
	color: #fff;
	text-align: center;
	padding: 2% 0;
}
.faq-col {
	border-bottom: solid 1px #14BF98;
	padding: 2% 0;
}
/*---------------------------------------------------------------------------
	Privacy policy & Term of use
-----------------------------------------------------------------------------*/
.policy {
	color: #666666;
	font-size:15px;
	line-height:1.7rem;
	font-weight: 300;
}
.policy-center {
	text-align: center;
}
#policy-exit img {
	width: 20%;
}
/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
#footer{
    background:#14BF98;
	left: 0;
	bottom: 0;
	width: 100%;
    padding:2% 0;
}
.footer-item {
	font-size:14px;
	line-height:1.3rem;
    color:#F2F3F4;
	text-align: left;
}
.footer-item ul li {
	display: inline-block;
	padding: 0 5px;
}
#footer img {
	width: 10%;
	margin-left: -8px;
}
.footer-item ul li a{
    color:#F2F3F4;
}
.footer-item ul li a:hover{
    color:#2E2E2E;
}
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media screen and (max-width: 600px) {
	.mobile-img {
		width: 50px;
	}
	.img-size {
		width:200px;	
	}
	#footer img {
		width: 30%;
	}
	#topnav li:not(:first-child) {display: none;}
	#topnav li.mobile-navigation {
		float: right;
		display: block;
	}	
}
@media screen and (max-width: 600px) {
  #topnav.responsive {position: relative;}
  #topnav.responsive .mobile-navigation {
    position: absolute;
    right: 0;
    top: 0;
  }
  #topnav.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
}