@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('/font/nanumbarungothicregular.eot');
    src: url('/font/nanumbarungothicregular.eot?#iefix') format('embedded-opentype'),
         url('/font/nanumbarungothicregular.woff2') format('woff2'),
         url('/font/nanumbarungothicregular.woff') format('woff'),
         url('/font/nanumbarungothicregular.ttf') format('truetype'),
         url('/font/nanumbarungothicregular.svg#nanum-barun-gothic-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body
{
	padding: 0;
	margin: 0;
}
body
{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-size:14px; line-height:1.5;
	font-family:"NanumBarunGothic","dotum";
	color:#222;
	position: relative;
	-webkit-text-size-adjust: none;
}
img{
	max-width: 100%;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: normal;
	margin:0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
}
.header,
.footer
{
	position: relative;
	background: #0C93FD;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 75px;
	text-align : center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 75px;
	padding: 0px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header div.top_line{
	position:absolute;bottom:0;
	height: 3px;
	min-width: 320px;
	width: 100%;
	background-image: url("../images/top_line.jpg");
	background-size: 100% 3px;
	background-position : center center;
}

footer{
	color:#fefefe;
	background:#141416;
	clear: both;
	position: relative;
}
.header .ham_menu
{
	display: block;
	position: absolute;
	top: 0;
	padding: 0;
}

.header .logo {width:180px;left:50%;margin-left:-90px;}
.header .logo img {max-width: 100%;}

.header .ham_menu.left
{
	left:5%;
	width:29px;
}
.header .ham_menu.left i {line-height:75px;color:#fff;}
.header .ham_menu.right
{
	right:5%;
}
.header .ham_menu.right i {line-height:75px;color:#fff;}

.header a span
{
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content
{
	padding: 10px 5px;
	text-align: left;
}
.main_content {
	padding: 0;
	margin:0;
	max-width:100%;    
	min-height:500px;
	position: relative;
    background: url(../m/images/vg.jpg) no-repeat;
	/*background-size:100%;*/
    background-position: center center;
}
.main_content:AFTER{
	display: block;
	content: "";
	clear: both;
}
div.main_content div.slogan {width:80%;margin:0 auto;padding-top:40px;}
div.main_content div.slogan img {max-width:100%;display:block;margin: 0 auto;}

div.main_menu {position:relative;clear:both;overflow:hidden;padding: 25px 0;}


div.main_menu div.col-4 {width:24%;margin-right:1.33%;float:left;margin-bottom:10px;}
div.main_menu div.col-4.last {margin-right:0}
div.main_menu div.col-4 a {display:block;text-align:center;}
div.main_menu div.col-4 a img {max-width:70%;}
div.main_menu div.col-4 a span {display:block;text-align:center;width:100%;color: #6a6969;font-size:1.3em;padding-top:10px;}

div.main_bt {background: fixed url('../images/main_bt_bg.jpg'); background-position: center;clear:both;}
div.main_bt_inner {text-align: center;padding:10px 0;}
div.main_bt_inner h2 {color: #fff; padding: 10px; font-size: 2.0em; margin-bottom: 10px;}
div.main_bt_inner div.bt_client {padding: 0px 10px;overflow:hidden; }
div.main_bt_inner div.bt_client ol {margin:0;padding:0;clear:both;list-style:none;}
div.main_bt_inner div.bt_client ol li {float:left;width:18%;margin-right:2.5%;}
div.main_bt_inner div.bt_client ol li.last {margin-right:0}
div.main_bt_inner div.bt_more {padding :10px 0; overflow:hidden;text-align: center;    margin-top: 10px;}

	div.main_bt_inner div.bt_more a.view_btn{
		background-color: #0C93FD; color: #fff !important; border: 1px solid #0C93FD;
		font-size: 1.2em; padding : 15px 30px;
	}

@media (max-width: 480px) {
	div.main_bt_inner div.bt_more a.view_btn{
		font-size: 0.8em; padding : 5px 10px;
	}
}


footer div.bottom_line{
	position:absolute;top:0;
	height: 3px;
	min-width: 320px;
	width: 100%;
	background-image: url("../images/top_line.jpg");
	background-size: 100% 3px;
	background-position : center center;
}

footer .goTop {position: absolute;top:0;right:0;width:40px;height:40px;}
footer .goTop a {display: block;}
footer h2 {font-size:1.4em;margin-bottom:10px;}

footer address {
	padding: 15px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
footer address strong {font-size:12px;color:#fefefe;font-weight: normal;font-style: normal;}
footer .copy_by	{position: relative;text-align:left;padding-left:10px;}
footer .copy_by img {}
.copy_iso {position: relative;width: 185px;height: 89px;clear:both;padding:10px 0 10px 10px;}
.copy_iso div.left {float:left;}
.copy_iso div.right {float:right;}



#device_change {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center; background-color: #fff;}
.viewPC {position:absolute;top:10px;right:5px;}
.viewPC a,
.viewPC span {font-size:13px;color:#ffffff !important;}
.koreaind {width:127px;position:absolute;bottom:10px;right:10px;}



#container {
	width: 640px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow: hidden;
}

#example {
	width: 640px;
	height: 470px;
	position:relative;
}

#slides {
	position:absolute;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:90px;
	left:5px;
	width:35px;
	height:35px;
	display:block;
	z-index:101;
}

#slides .next {
	left:63px;
	margin-left:-40px;
}

.slides_container {
	width: 640px;
	height: 470px;
	overflow:hidden;
	position:relative;
}

.pagination {
	position:absolute;
	z-index:9999;
	top : 450px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	padding: 0px;
	width: 180px;
}
.pagination li {
	float:left;
	margin:0 10px;
	list-style: none;
}

.pagination li a {
	display:block;
	width: 20px;
	height:20px;
	float:left;
	overflow:hidden;
	background-color: #9F9F9F;
	border-radius: 13px;
	border: 1px solid #9F9F9F;
}

.pagination li.current a {
	background-color: #fff;
}


.vg_wrap_main {    position: relative;    min-width: 320px;    width: 100%; height:400px;   clear: both;background: url(../images/main_vg.png) no-repeat top center;background-size:cover;}
.vg_wrap_main .main_vg_slogan {position:absolute;width:80%;height:144px;top:50%;left:50%;margin:-72px 0 0 -40%;}
.vg_wrap_main {max-width:100%;}
	div.vg_slogan1	{text-align:center; margin-top:0;
		font-size:25px; color:#fff; font-family: 'NanumBarunGothic';}
	div.vg_slogan2 {text-align:center; padding:0 10px;
		font-size:11px; color:#fff; font-family: 'NanumBarunGothic';}

@media (max-width: 480px) {
	.vg_wrap_main {    position: relative;    min-width: 320px;    width: 100%; height:200px;   clear: both;background: url(../images/main_vg.png) no-repeat top center;background-size:cover;}
	.vg_wrap_main .main_vg_slogan {position:absolute;width:90%;height:100px;top:50%;left:50%;margin:-50px 0 0 -45%;}
}


 .main_vg_img{
	position : relative;
	height: 470px;
	max-width: 640px;
	width: 100%;
	background-size: contain;
	background-position : center 0px;
}

 

.main_bn_product{
	width: 100%;
	height: 100%;
	display: block;
}


.main_bn_product img{
	display:block;
	width: 100%;
	height: 100%;
}
.red_line{
	width: 100px;
	height: 3px;
	display: inline-block;
	background-color: #C8151E;
	float: left;
}
.gray_line{
	width: 99%;
	height: 1px;
	background-color: #F3F3F3;
	float: left;
	
}
.main_product_name{
	float: left;
	font-size: 18px;
	margin-bottom: 15px;
}



#lang_bg{
	position :fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	left: 0px;
	top : 0px;
	z-index: 999;
	display: block;
}
.lang_wrap{
	min-width: 32px;
	width:100%;
	border-bottom: 1px solid #0C93FD;
	position : relative;display:none;
	
}

.lang_nemo {
	width: 100%;
	background-color: #fff;
	position : relative;
	
}
.lang_semo{
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position : relative;
	margin : 0 auto;
	top : -15px;
}
.lang_nemo a{
	position : relative;
	padding: 5px 30px;
	font-size: 16px;
	color: #666;
	display: block;
	text-align: left;
	
}
.lang_nemo a span{
	content : "";
	display: none;
	position : absolute;
	width: 30px;
	height: 1px; right: 30px;
	background-color: #0C93FD;
	top : 16px;
}
.lang_active {
	color : #0C93FD !important;
}
.lang_active span{
	display: block !important;
}

.responsive_tbl {overflow-x:auto;}


div.product_wrap {width:100%;overflow:hidden;position: relative;}
div.product_inner {position: relative;clear:both;padding: 10px 10px;overflow: hidden;}
div.product_inner h3.title {font-family:'Nanum Square';font-size: 30px;line-height:100px;color:#333333;font-weight:normal;text-align:center;}
div.product_inner h3.title strong {font-weight:bold;}
div.product_inner p.subTitle {font-family:'Nanum Square';font-size: 18px;line-height:26px;color:#333333;text-align:center;margin-bottom:20px;}
div.product_inner div.product {margin-top: 20px;clear:both;overflow:hidden;}
/*div.product_inner div.product.last {margin-right:0;}*/
div.product_inner div.product a {display: block;height:100%;cursor:default;clear:both;}
div.product_inner div.product a div.thumb {line-height:1;width: 175px;height:175px;overflow:hidden;border-radius:50%;float:left;}
div.product_inner div.product a div.thumb img {transition : all 0.6s ease-out;max-width: 90%;}
/*div.product_inner div.product a:hover div.thumb img{transform : scale(1.1,1.1);}*/
div.product_inner div.product a div.product_content {float:left;width: 50%;margin-top: 49px;} 
div.product_inner div.product a div.product_content h4, div.product_inner div.product a div.product_content p {margin:0;padding:0;}
div.product_inner div.product a h4 {font-size: 30px;color:#64b713;font-family:'Nanum Square';font-weight:bold;}
div.product_inner div.product a p {font-size: 14px;color:#777777;font-family:'Nanum Square';font-weight: bold;}

div.business_wrap {width:100%;overflow:hidden;position: relative;background-image: url(../m/images/bg_business.png);background-repeat: no-repeat;background-size: cover;background-position:center center;}
div.business_inner {position: relative;clear:both;padding:30px 10px;overflow: hidden;}
div.business_inner h3.title {font-family:'Nanum Square';font-size:30px;line-height:100px;color:#ffffff;font-weight:normal;text-align:center;}
div.business_inner h3.title strong {font-weight:bold;}
div.business_inner p.subTitle {font-family:'Nanum Square';font-size:18px;line-height:26px;color:#ffffff  ;text-align:center;    width: 76%;margin: 0 auto;}
div.business_inner div.business {width:48%;margin-top:20px;float:left;}
div.business_inner div.business.last {float:right;}
div.business_inner div.business  {display: block;height:100%;}
div.business_inner div.business  div.thumb {line-height:1;margin-bottom:0;width:100%;overflow:hidden;}
div.business_inner div.business  div.thumb img {transition : all 0.6s ease-out;}
div.business_inner div.business:hover div.thumb img{transform : scale(1.1,1.1);}
div.business_inner div.business  div.desc {background:#0C93FD;padding:15px 0;}
div.business_inner div.business  h4 {margin:0;padding:0;font-size: 24px;line-height:1;color:#ffffff;font-family:'Nanum Square';text-align:center;letter-spacing:-1px;}
div.business_inner div.business  div.desc a {display:block;background: url(../m/images/img_detail_off.png) no-repeat;background-position:95% center;width:100px;height:31px;margin:10px auto 0;border:1px solid #eff1f7;line-height:31px;text-align:left;color:#fefefe;font-size:14px;padding-left:10px;}
div.business_inner div.business  div.desc a:hover {background:#ffffff url(../m/images/img_detail_on.png) no-repeat;background-position:95% center; color:#0C93FD;}

@media (min-width: 768px) {
	div.product_inner div.product {width:420px;margin:0 auto;}
}