 @charset "utf-8";



/* font(나눔고딕) */
/* @import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}

/* 나눔스퀘어 */
@font-face {
  font-family: 'NanumSquareR';  
  font-weight: normal;
  font-style: normal;
  src: url(../images/NanumSquare/NanumSquareR.eot);
  src: url(../images/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
	   url(../images/NanumSquare/NanumSquareR.woff2) format('woff2'),
       url(../images/NanumSquare/NanumSquareR.woff) format('woff'),
       url(../images/NanumSquare/NanumSquareR.ttf) format('truetype'),
       url(../images/NanumSquare/NanumSquareR.svg#NanumSquareR) format('svg');
}



* {margin:0; padding:0;}
html { height:100%; overflow-y:scroll; overflow-x:auto; -webkit-font-smoothing: antialiased;}
body {
	height:100%;
	font-size:13px;
	font-family:'Nanum Gothic', '나눔고딕', "돋움",Dotum,"굴림",Gulim,AppleGothic,Sans-serif;
	color:#777;
	width:100%;
	min-width:1200px;
	font-weight:bold;
	}
img { border:0;	font-size:0; vertical-align:middle;	}
form, fieldset	{display:block; border:0;}
ul,ol,li {list-style:none;}
legend,caption	{ width:0; height:0; font-size:0;  line-height:0; overflow:hidden;	}
table {	border-collapse:collapse; border-spacing:0;	width:100%;	}
ul,ol,li,a,table,td,th,p,dl,dd,dt,strong,span,div {font-size:1em; word-spacing:-1px;}
p, acronym, address, big, small, cite, code, dfn, em, kbd, pre, samp, sub, sup, tt, var 
	{ }
h1, h2, h3, h4, h5, h6	{font-size:1em; font-weight:normal}
big	{font-size:1.125em;} /* 14px */
small {font-size:0.95em;} /* 11px */
sub	{font-size:1.05em;}
sup	{font-size:1.05em;}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q	{ quotes:"" ""; }
ins { text-decoration:none; }
del	{text-decoration:line-through;}
hr {display:none;}
iframe {border:0;}


/* //////////////////// 공통적용 /////////////////////// */

#wrap { width:100%; height:auto; }
.hidden { position:absolute; left:-9999px;}
.png24 { tmp:expression(setPng24(this));}

/* 기본 링크 스타일 */
a:link 	{color:#666; text-decoration:none;}
a:visited	{color:#666; text-decoration:none;}
a:hover, a:focus	{color:#666; text-decoration:none;}
a:active	{color:#666; text-decoration:none;}

/* button */
button	{background:transparent; margin:0; padding:0; border:0; *overflow:visible; cursor:pointer;}

/* clear */
.clear {clear:both;}

/* input, textarea */
.checkbox {	width:12px;	height:12px;}
.radio { width:12px; height:12px;}
input, select { 
	vertical-align:middle;
	font-size:1em;
	color:#555;
	font-family:'Namun Gothic', '나눔고딕', "돋움",Dotum,"굴림",Gulim,AppleGothic,Sans-serif;
	}
textarea {
	border:1px solid #ccc;
	font-size:12px;
	resize:none;
	font-family:'Namun Gothic', '나눔고딕', "돋움",Dotum,"굴림",Gulim,AppleGothic,Sans-serif;
	}
input[type="text"]	{ border:1px solid #ccc; }

/* align */
.txt_left {text-align:left;}
.txt_right {text-align:right;}
.txt_center {text-align:center;}
.f_left { float:left;}
.f_right { float:right;}
.valign_m { vertical-align:middle;}



/* /////////////// Skip Navigation ////////////////////// */
/*.skip_navi{position:absolute;left:0;top:0;width:100%;text-align:center;z-index:9999; }
.skip_navi li a {position:absolute;top:0; left:0; margin-top:-100px; display:block;}
.skip_navi li a:focus,
.skip_navi li a:hover,
.skip_navi li a:active {width:100%; height:40px; margin:0; font-size:1.2em; line-height:40px;color:#fff;text-align:center; background:#31a849; }*/



/* /////////////// header ////////////////////// */
#header-wrap { width:100%; height:80px; position:fixed; z-index:2000000000; background:#fff;}
#header-wrap .header { width:1160px; padding:0 20px; margin:0 auto; position:relative; height:80px; }
#header-wrap .header #logo { position:absolute; top:28px; left:20px; width:300px; height:38px; z-index:2000000000;}
#header-wrap .header #logo a { display:block; width:300px; height:38px;}
#header-wrap .header #gnb { position:absolute; top:10px; right:20px;  }
#header-wrap .header #gnb ul li { display:block; float:left; margin-left:25px;}
#header-wrap .header #gnb a { font-size:11px; /*color:#777;*/ display:block; color:#999; }
#header-wrap .header #gnb ul .language a { color:#67d0c8;}
#header-wrap .header #gnb ul .language a:hover, #header-wrap .header #gnb ul .language a:focus { color:#259990;}
#header-wrap .header #gnb a:hover, #header-wrap .header #gnb a:focus{ color:#333; }
#header-wrap .header #navigation { position:absolute; right:20px; bottom:0; width:1000px; }
#header-wrap .header #navigation ul { float:right; }
#header-wrap .header #navigation ul li { display:block; float:left; margin-left:135px; }
#header-wrap .header #navigation a { display:block; font-size:16px; /*color:#000;*/ padding-bottom:15px; border-bottom:4px solid #fff; font-weight:bold; color:#555; }
#header-wrap .header #navigation a:hover, #header-wrap .header #navigation a:focus, #header-wrap .header #navigation a.active { color:#259990; font-weight:bold; border-bottom:4px solid #259990;}


/* /////////////// footer ////////////////////// */
#footer { width:100%; height:90px; clear:both; position:relative; }
#footer.sub-footer { border-top:1px solid #ccc; }
#footer .copyright { width:1200px; margin:0 auto; padding-top:25px; font-size:12px; color:#777; text-align:center; line-height:20px; }
#footer .copyright span { display:inline-block; margin:0 3px;}
#footer .copyright span.copy { /*color:#999;*/ }



















@charset "utf-8";

#container { position:relative; width:100%; height:806px; z-index:100; padding-top:80px;}
#container #main-visual { width:100%; height:806px; z-index:80;}
#container #main-visual .visual-01 { background:url(../images/visual_01.png) no-repeat center top; height:806px;}
#container #main-visual .visual-02 { background:url(../images/visual_02_1.png) no-repeat center top; height:806px;}
#container #main-visual .visual-03 { background:url(../images/visual_03_1.png) no-repeat center top; height:806px;}
#container #main-visual .visual-04 { background:url(../images/visual_04.png) no-repeat center top; height:806px;}
#container #main-container { position:absolute; width:100%; left:0; bottom:0; z-index:100; }
#container #main-container .container-btn { text-align:center; }
#container #main-container .container-btn .cnt-btn-open, #container #main-container .container-in-wrap .container-in .cnt-btn-close { cursor:pointer;}
#container #main-container .container-in-wrap { width:100%; height:125px; background:url(../images/container_bg.png) center top repeat-y; position:absolute; left:0; bottom:0;}
#container #main-container .container-in-wrap .container-in { width:1200px; margin:0 auto; position:relative;  }
#container #main-container .container-in-wrap .container-in:after { display:block; content:''; clear:both; }
#container #main-container .container-in-wrap .cnt-btn-close { position:absolute; top:0; left:50%; margin-left:-55px; }
#container #main-container .container-in-wrap .container-in > div { width:430px; float:left; padding-top:27px; padding-left:170px;}
#container #main-container .container-in-wrap .container-in div a { color:#fff; font-size:14px; display:block; height:66px; padding-left:80px; width:230px; }
#container #main-container .container-in-wrap .container-in div a:hover { color:#222323; }
#container #main-container .container-in-wrap .container-in h3.title { font-size:17px; font-weight:bold; padding-bottom:10px; padding-top:5px; }
.container-in .about a { background:url(../images/about_bg.png) no-repeat 0 0; }
.container-in .about a:hover { background-position:0 -66px; }
.container-in .inquiry a { background:url(../images/inquiry_bg.png) no-repeat 0 0; }
.container-in .inquiry a:hover { background-position:0 -66px; }

/* gallerySlides */
#slideshow #slides {position:relative; display:none; height:806px;}
#slideshow #slides .slidesjs-container {overflow:hidden; height:806px !important;}
#slideshow #slides .slidesjs-control {overflow:hidden; height:806px !important;}
#slideshow #slides .slidesjs-control:after {clear:both; display:block; content:"";}
#slideshow #slides .slidesjs-pagination { position:absolute; top:320px; left:50%; margin-left:-580px; background:url(../images/visual_pagination_bg.png) repeat-x left 13px; width:200px; text-align:center; z-index:81;  }
#slideshow #slides .slidesjs-pagination li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
}
#slideshow #slides .slidesjs-pagination li a {
	overflow:hidden;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:26px;
	height:0;
	padding-top:26px;
	background: url(../images/visual_pagination.png) ;
	background-position:-26px 0;
}

#slideshow #slides .slidesjs-pagination li a.active,
#slideshow #slides .slidesjs-pagination li a:hover.active {width:26px !important;background-position:0 0px}
#slideshow #slides .slidesjs-pagination li a:hover {background-position: 0 0px}
#slideshow #slides .slidesjs-pagination {height:26px;}
#slideshow #slides a.slidesjs-next,
#slideshow #slides a.slidesjs-previous {
	z-index:100;
	overflow:hidden;
	position:absolute;
	top:45%; 
	display:block;
	width:36px;
	height:63px;
	background: url(../../images/btn_arrow.png);
	text-indent:-9999px;
}

#slideshow #slides a.slidesjs-next {right:5%; background-position:100% 0;}
#slideshow #slides a:hover.slidesjs-next {background-position:100% 100%;}
#slideshow #slides a.slidesjs-previous {left:5%; background-position:0 0;}
#slideshow #slides a:hover.slidesjs-previous {background-position:0 100%;}
#slideshow #slides a.slidesjs-play,
#slideshow #slides a.slidesjs-stop {
	overflow:hidden;
	display:block;
	float:right;
	margin-right:7px;
	margin-top:10px;
	width:18px;
	height:18px;
	background: url(../../images/contents/btn_play.png) no-repeat;
	text-indent:-9999px;
}
#slideshow #slides a.slidesjs-play {background-position:0 0;}
#slideshow #slides a:hover.slidesjs-play {background-position:0 0;}
#slideshow #slides a.slidesjs-stop {background-position: 0 100%;}
#slideshow #slides a:hover.slidesjs-stop {background-position: 0 100%;}




@charset "utf-8";

#sub-container { padding-top:80px; width:100%; height:auto; min-height:500px; }
#sub-container:after { display:block; content:''; clear:both;}
#sub-container .sub_title { height:230px; text-align:center; color:#fff; }
#sub-container .sub_title .hgroup h2.btitle { font-size:52px; font-weight:bold; padding-top:70px; padding-bottom:15px;}
#sub-container .sub_title .hgroup span.stitle { font-size:14px; color:#dbdbdb; font-weight:700; }
#sub-container .sub_title.sub1_1 { background: url(../images/sub/sub1_1_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub1_2 { background: url(../images/sub/sub1_2_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub1_3 { background: url(../images/sub/sub1_3_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub2_1 { background: url(../images/sub/sub2_1_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub2_2 { background: url(../images/sub/sub2_2_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub2_3 { background: url(../images/sub/sub2_3_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub2_4 { background: url(../images/sub/sub2_4_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub2_5 { background: url(../images/sub/sub2_5_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub2_6 { background: url(../images/sub/sub2_6_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub3_ { background: url(../images/sub/sub3_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub4_1 { background: url(../images/sub/sub4_1_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub4_2 { background: url(../images/sub/sub4_2_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub5_1 { background: url(../images/sub/sub5_1_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub5_2 { background: url(../images/sub/sub5_2_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub5_3 { background: url(../images/sub/sub5_3_tit_bg.jpg) center no-repeat; }
#sub-container .sub_title.sub5_4 { background: url(../images/sub/sub5_4_tit_bg.jpg) center no-repeat; }


#sub-contents-wrap { position:relative; width:100%; height:auto; z-index:80; }
#sub-contents-wrap:after { display:block; clear:both; content:''; }

/* location */
#location-wrap { width:100%; height:40px; z-index:100; /*background:url(../images/sub/location_bg.png) repeat;*/ background:#000; overflow:visible;  }
.location { position:relative; height:40px; z-index:100; width:1200px; margin:0 auto; }
.location div { float:left; position:relative; border-right:1px solid #5b5b5b; padding-right:30px; }
.location div > a { color:#fff; font-size:14px;  height:40px; line-height:40px; display:block;  }
.location div.home { text-align:center; width:82px; border-left:1px solid #5b5b5b; padding-right:0; }
.location div.home > a {  }
.location div.home > a img { margin-top:12px;}
.location .path { overflow:visible; }
.location .path  a { padding:0 50px 0 30px; text-decoration:none;}
.location .path > a { background:url(../images/sub/location_open.png) no-repeat right 16px;  min-width:120px;  font-weight:bold;}
.location .path.on > a { background:url(../images/sub/location_close.png) no-repeat right 16px; } /* 열렸을때 */
.location .active > a  { background:url(../images/sub/location_open_on.png) no-repeat right 16px; color:#32e7d9; } /* 현재위치*/
.location .active.on > a{ background:url(../images/sub/location_close_on.png) no-repeat right 16px ;} /*현재위치 열렸을때 */
.location .path .pathList { position:absolute; top:40px; left:0px; width:100%; border-top:0; background:url(../images/sub/location_path_bg.png) repeat;  z-index:100;}
.location .path .pathList a { display:block; line-height:15px; padding:12px 0 12px 30px; color:#fff; font-size:14px;}
.location .path .pathList a:hover, .location .path .pathList a:focus { background:#4cc7bd; color:#fff; font-weight:bold;}














/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 0;
    padding: 0;
    text-align: center;
	display:none;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    /*display: block;
    height: auto;
    max-width: 100%; */
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    /*content: " "; */
    /*display: table;*/
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 33px;
    display: block;
    top: 50%;
    height: 33px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -40px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
	background:url(../images/product/btn_prev_1.png) left top no-repeat;
    left: 0px;
	z-index: 9999;
}
.lSAction > .lSNext {
    background:url(../images/product/btn_next_1.png) left top no-repeat;
    right: 0px;
	z-index: 9999;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}@charset "utf-8"; 

/* 
 * Nanum Square Web Fonts
 * https://github.com/hiun/NanumSquare
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */
 







@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  src: url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareR.woff2) format('woff2'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareR.woff) format('woff'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: bold;
  font-weight: 700;
  src: url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareB.woff2) format('woff2'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareB.woff) format('woff'),
       url(http://hangeul.naver.com/webfont/NanumSquare/NanumSquareB.ttf) format('truetype');
}


@charset "utf-8";




/* 컨텐츠 공통 */
#sub-contents-wrap .sub-contents { width:1120px; margin:0 auto; padding:70px 40px; font-size:16px; color:#888; line-height:190%; font-weight:bold;}
#sub-contents-wrap .sub-contents:after { display:block; clear:both; content:'';}
.nanumsq { font-family:'NanumSquareR' !important; -webkit-font-smoothing: antialiased; }
.point-text {color:#33a59c; }
.dk-text {color:#666; }
.bold { font-weight:bold; }

/* 리스트 */
ul.list-bb li { background:url(../images/contents/history1_bullet.png) left 10px no-repeat; padding-left:20px;}
ul.list-bb li:after { display:block; content:''; clear:both; } 

/* 회사소개 */
#greeting {}
#greeting > p { padding-top:60px; }
#greeting > p:first-child { padding-top:0px; }
#greeting p.greeting-01 { color:#33a59c; font-size:35px; font-weight:bold; }
#greeting p.greeting-02 { color:#666; font-size:17px; font-weight:bold; }

#history {}
#history .history-text {}
#history .history-text p.text-01 { color:#33a59c; font-size:35px; font-weight:bold; margin-bottom:30px; }
#history .history-text p.text-02 { color:#666; font-size:17px; margin-bottom:50px; font-weight:bold;}
#history .tabs { text-align:center; border-bottom:1px solid #5d5d5d; width:1119px; }
#history .tabs:after { display:block; content:''; clear:both;}
#history .tabs li { float:left; margin:0; padding:0; display:block; width:559px; margin-left:1px;  }
#history .tabs li:first-child { margin-left:0; }
#history .tabs li a { display:block; height:50px; line-height:50px; background:#efefef; color:#5d5d5d; text-align:center; width:100%; font-size:24px; }
#history .tabs a:hover, #history .tabs li.active a { background:#4e4f4f; color:#fff;   }
.tab_container { width:100%; clear:both;  }
.history { margin-top:60px; }
.history > div:after { display:block; content:''; clear:both; }
.history h4.yeargroup { display:block; width:250px; height:158px; float:left }
.history div.history-list { width:869px; float:left; background:url(../images/contents/dotted_line.png) left top repeat-x; }
.history div.history-list ul { margin:30px 0 30px 30px; width:830px;}
.history div.history-list ul li {display:block; height:auto; overflow:hidden; padding-left:15px; margin-top:5px; }
.history div.history-list ul li:first-child { margin-top:0; }
.history div.history-list ul li span.year { display:block; float:left; width:85px; font-weight:bold;}
.history div.history-list ul li span.details { display:block; float:left; width:730px;}
.history .history-01 { background:url(../images/contents/history1_bg.png) 230px top no-repeat; }
.history .history-02 { background:url(../images/contents/history2_bg.png) 230px top no-repeat; }
.history .history-03 { background:url(../images/contents/history3_bg.png) 230px top no-repeat; }
.history .history-01 .history-list ul li { background:url(../images/contents/history1_bullet.png) left 12px no-repeat; }
.history .history-02 .history-list ul li { background:url(../images/contents/history2_bullet.png) left 12px no-repeat; }
.history .history-03 .history-list ul li { background:url(../images/contents/history3_bullet.png) left 12px no-repeat; }
.history .history-01 .history-list span.year { color:#32baa9; }
.history .history-02 .history-list span.year { color:#43a5b7; }
.history .history-03 .history-list span.year { color:#3d86af; }

#location .location_add .company-name { color:#33a59c; font-size:35px; font-weight:bold; margin-bottom:30px; }
#location .location_add { margin-bottom:30px; position:relative; }
#location .location_add a.naver-map { display:180px; height:40px; line-height:40px; width:180px; text-align:center; color:#fff; font-weight:bold; 
position:absolute; bottom:0; right:0; background:#3bac25; border:1px solid #32a41c; }

/* 고객사 */
#partner .partner-text p.text-01 { color:#33a59c; font-size:35px; font-weight:bold; margin-bottom:30px; }
#partner .partner-text p.text-02 { color:#666; font-size:17px; margin-bottom:50px; font-weight:bold;}
#partner .partner-list ul li { width:50%; float:left; text-align:center; margin-bottom:30px; color:#666; }
#partner .partner-list ul:after { display:block; content:''; clear:both;}
#partner .partner-list-01 ul li { width:33.3333%; float:left; text-align:center;  color:#666; }
#partner .partner-list-01 ul:after { display:block; content:''; clear:both;}
#partner .partner-list ul li span, #partner .partner-list-01 ul li span { display:none; }

/* 제품소개 */
#product-main { width:1200px; margin-left:-40px;}
#product-main .productgroup { width:1198px; height:528px; position:relative; margin-top:30px; border:1px solid #efefef; }
#product-main .productgroup:first-child { margin-top:0; }
#product-main .productgroup .pg-exp { color:#666; font-size:13px; width:500px; position:absolute; }
#product-main .productgroup .product-slider { position:absolute; text-align: center; width: 560px; height:335px; overflow:hidden; }
#product-main .productgroup .pg-exp h3.pg_title { color:#2d9aa7; font-size:30px; font-weight:bold; padding-bottom:25px;}
#product-main .productgroup .pg-exp .exp-ko { line-height:24px; padding-bottom:5px; }
#product-main .productgroup .pg-exp .exp-en { line-height:22px; padding-bottom:25px;}
#product-main .productgroup .pg-exp a.more_btn { display:block; width:110px; height:32px; line-height:32px; text-align:center; font-size:14px; color:#dbdbdb; background:#6a6a6a; font-weight:bold;}
#product-main #product01 { background:url(../images/product/product01_bg.jpg) left bottom no-repeat; z-index:0; }
#product-main #product02 { background:url(../images/product/product02_bg.jpg) left bottom no-repeat; z-index:0; }
#product-main #product03 { background:url(../images/product/product03_bg.jpg) left bottom no-repeat; z-index:0; }
#product-main #product04 { background:url(../images/product/product04_bg_0711.jpg) left bottom no-repeat; z-index:0; }
#product01 .product-slider { right:40px; bottom:85px; }
#product02 .product-slider { right:40px; bottom:85px; }
#product03 .product-slider { left:40px; bottom:85px; }
#product04 .product-slider { right:40px; bottom:85px; }
#product01 .pg-exp { top:40px; left:40px;}
#product02 .pg-exp { top:40px; left:40px;}
#product03 .pg-exp { top:40px; right:40px;}
#product04 .pg-exp { top:40px; left:40px;}

.slider-inner {  position: relative; width: 560px; height:340px; }
.slider-inner ul {  margin: 0;  padding: 0;  position: relative;  }
.slider-inner li { float: left; position: relative;  }
.slider-inner li .main-prd-unit { /* background:#fff;*/  width:260px; height:330px; /*padding:5px;*/ margin:0 auto; }
.slider-inner li .main-prd-unit .main-prd-img { width:260px; height:260px; overflow:hidden; z-index:10;      }
/*.slider-inner li .main-prd-unit .main-prd-img a:after { position:absolute; width:250px; height:250px; top:0; left:0; z-index:100000; content:url(../images/product/img_mask.png); cursor:pointer; }*/
.slider-inner li .main-prd-unit .main-prd-img img { width:250px; height:250px; border-radius:50%; behavior:url('css/PIE.htc'); }
.slider-inner .clone .main-prd-unit .main-prd-img img { width:250px; height:250px; border-radius:50%; behavior:url('css/PIE.htc'); }
.slider-inner li .main-prd-unit .btnset {}
.slider-inner li .main-prd-unit .btnset span { display:inline-block; margin:3px;}
.slider-inner li .main-prd-unit .main-prd-name, .slider-inner li .main-prd-unit .main-prd-name a { font-size:16px; color:#02baa3; font-weight:bold; line-height:20px; }
.slider-inner li .main-prd-unit .main-prd-code, .slider-inner li .main-prd-unit .main-prd-code a { font-size:12px; color:#666; line-height:20px;}
.slider-inner li .main-prd-unit .main-prd-name a:hover, .slider-inner li .main-prd-unit .main-prd-code a:hover { text-decoration:underline;} 


.test { width:250px; height:250px; overflow:hidden;  border-radius:50%; behavior:url('/include/woochang/PIE.htc'); position:relative; border:5px solid #000;   }