 @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:100px; }
#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:20px; 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"; 

/* 
 * 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";

#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 #main-container .container-in-wrap .container-in h3.title { height:66px; line-height:66px; }
.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%;}




