@charset "UTF-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/*font weight 400 700 800*/
* {
	font-family: 'Apple SD 산돌고딕 Neo','나눔고딕','Nanum Gothic',sans-serif;
}@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y:auto scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
menu{margin:0;padding:0;list-style:none;}
menu li{float:left;height:100%}
menu li a{display:block;width:100%;height:100%;text-decoration:none}
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) {
    overflow: hidden;
}
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }@charset "UTF-8";
body {
	/*-webkit-user-select:none;*/
	/*user-select:none;*/
	background-color:#fff;
	word-spacing:-1px;
}


*{
	margin: 0;
	padding: 0;
}
html{	
	margin: 0 !important;
}
body{
	font-family: 'Ubuntu','Nanum Gothic';
	font-size: 14px;
	color: #333;
}

html, body {
	width:100%;
	height:100%;
}

#wrapper {
	width:100%;
	height:100%;
}


/*------  HOME SLIDER  ------*/
#index{
	overflow: hidden;
	width:100%;
	height:100%;
}
#index .slides {
    display: inline-block;
    width: 100%;
}
#index .flexslider{
	overflow: hidden;
}
#index .flexslider .slides img{
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	border:0;
}
#index .flexslider .slides img.parallax{
	background-attachment: fixed;
}
.flexslider {
 	position: relative;
}
.index-mask{
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(/img/pattern-1.png) left top repeat;
	z-index: 3;
}

#index-txt {
	/*display: block;*/
	display: table;
	position:absolute;
	top: 0;
	width:100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	z-index: 4;	
}
.idx_tile {
	margin:0 auto;
}
.idx_tile img {
	width:40%;
	display: block;
	float: left;
	margin:5px;
}
.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.centered {
	position: relative;
	display: inline-block;
	/*width: 50%;*/
	padding: 1em;
/*	background: orange;
	color: white;*/
}

#index-ment {
/*	position: relative;
	display: block;
	margin:0 auto;*/
	vertical-align: middle;
	/*padding:150px 0 40px 0;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#index-call {
	background:#0b9822!important;

}
#index-box {
	/*height:500px;*/
	background-color: #fff;
}
#index-box2 {
	/*height:500px;*/
	background-color: #ccc;
	padding:20px 0 20px 0;
}
#index-box-menu {
	/*height:500px;*/
	background-color: #999;
	padding:10px 20px;
}
.menu-item {
	width:44%;
	float: left;
	margin:2px;
	padding:5px;
	background:#444;
}
#index-box-menu a,
#index-box-menu a:visited{
	color:#fff;
	text-decoration: none;
}

#bottom {
	/*height:100px;*/
	background-color: #777;
	width:94%;
	padding:3%;
	color:#fff;
	line-height: 18px;
}
#bottom-txt {
	font-size:0.8em;
	line-height: 1.2em;
}

.index-box-inner {
	width:90%;
	margin:0 auto;
	/*text-align: center;*/
}

.index-box h2 {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #4c7e8e;
}
.index-box p {
  margin: 0 20px;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 1.8em;
  white-space:wrap;
  word-break: break-all;
  text-align: justify;
}
.index-box b, .index-box strong {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.index-box ul, .index-box ol {
  margin: 10px 0;
  padding: 0;
}
.index-box ul, .index-box ul li {
  list-style-type: disc;
}
.index-box ol, .index-box ol li {
  list-style-type: decimal;
}
.index-box ul li, .index-box ol li {
  margin: 5px 10px 5px 20px;
  font-size: 13px;
  color: #000;
  line-height: 1.8em;
}
.index-box table {
  margin: 5px 0;
  width: 100%;
  background-color: #ddd;
  border-bottom: 2px solid #fff;
}
.index-box table th, .index-box table td {
  border: 1px solid #fff;
  padding: 2px 5px;
  height: 30px;
  font-size:0.3em;
}
.index-box table th {
  background-color: #4c7e8e;
  text-align: center;
  color: #fff;
  font-weight: bold;
  /*font-size: 14px;*/
}
.index-box table th p, .index-box table td p {
  color: inherit!important;
  font-size: inherit!important;
  font-weight: inherit!important;
  margin: 0!important;
  padding: 0!important;
}
.index-box table td {
  background-color: #ddd;
  text-align: center;
  color: #666;
  /*font-size: 13px;*/
}
.index-box a,
.index-box a:visited {
	text-decoration: none;
	color:#444;
}


#phonedb-box {
	width:100%px;
	height:140px;
	margin:20px 0 0 0;
	background: #6a85c2;
}
#phonedb-box-sub {
	width:100%;
	/*height:140px;*/
	margin:20px 0 0 0;
	/*background: #6a85c2;*/
	text-align:center;
	line-height: 40px;
}
#phonedb-box-title {
	font-size:18px;
	line-height: 18px;
	font-weight: bold;
	color:#fff;
	padding:15px;
	position: relative;
	display: block;
}
#phonedb-box-form {
	font-size:1.2em;
	line-height: 2em;
	font-weight: bold;
	color:#fff;
	padding:0 0 0 15px;
	position: relative;
	display: block;
}
#phonedb-box-form p{
	font-size:0.8em!important;
	line-height: 1em!important;
	margin:2px 0;
	padding:0;
	color:#fff;
}
#blogbanner-box {
	width:100%px;
	/*height:140px;*/
	margin:20px 0 0 0;
	background: #5376c7;
	text-align: center;
}
#blogbanner-box img{
	width:280px;
	display: block;
}



.model-bgview {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	position: relative;
	display: block;
}

.model-bgview-sub {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	position: relative;
	display: block;
}


/*------ SUB ----------*/
#sub {
	overflow: hidden;
	width:100%;
	height:80%;
	display: block;
}

.sub-contents {
	padding:20px;
	position: relative;
	display: block;
}
.sub-title  {
	color:#fff;
	font-weight: 700;
	font-size:3.5em;
	line-height: 50px;
}
.sub-title2 {
	color:#fff;
	font-weight: 700;
	/*font-size:30px;*/
	line-height: 20px;
	margin:20px 0 0 0;
}


.sub_summary {
	width:auto;
	margin:15px 5px 15px 30px;
	padding:10px;
	line-height: 1.8em;
	background-color:#f7f7f7;
	border:1px solid #efefef;
	border-radius: 5px;
	behavior: url('/css/PIE.php');
}
.sub-contents h2 {
	margin: 10px 0 28px;
	padding: 0;
	color:#000;
	font-size:1.6em;
	line-height: 1.8em;
	font-weight: 700;
}
.text_shadow {
	text-shadow:0 1px 5px #999;
}
.sub-contents h3 {
	margin: 15px 0 10px;
	padding: 0 0 0 25px;
	color:#111;
	font-size:1.1em;
	font-weight: 700;
}
.sub-contents h4 {
	margin: 15px 0 10px;
	padding: 0 0 0 25px;
	color:#111;
	font-size:1em;
	font-weight: 700;
}
.sub-contents strong {
	font-weight: 700;
	color:#222;
}
.sub-contents hr {
	border-style: dotted;
	border-color:#e7e7e7;
	margin-bottom:40px;
}
.sub-contents ul li, .sub-contents ol li, .sub-contents p {
	line-height: 1.6em;
}
.sub-contents ul li, .sub-contents ol li {
	margin:8px 0 0 14px;
}
.margin30 {
	margin:0 0 0 30px;
}
.sub_judgement {
	font-size:0.8em;
	color:#444;
	margin:0;
	line-height: 0.8em;
	padding:2px 5px;
	background-color:#fafafa;
	border:1px solid #efefef;
}
/*------- SUB ------------*/







/*------  HEADER  ------*/
.header{
	position: fixed;
	z-index: 20;
	width: 100%;
	height:50px;
	padding:20px 0 0 0;
	top: 0;
	left: 0;
	background:#000;
	opacity: 0.8;
}
.logo {
	position: relative;
	display: block;
	margin:0 10px 0 0;
	opacity: 1.0;
}

/*.logo > img {
    position: relative;
    top: -3px;
    padding:0 0 0 40px;
}
.logo:hover{
	color: #fff;
}*/
/*------  //LOGO STYLE  ------*/

/*------  NAVI STYLE  ------*/
.main-navi {
	margin:20px 20px 0 0;
	/*line-height: 70px;*/
}
.main-navi a{
	font-size: 14px;
	font-weight: bold;
	line-height: 80px;
	text-transform: uppercase;
	margin-right: 18px;
	color: #fff;
	text-decoration: none;
}
.animate .main-navi a:hover,
.main-navi a.active,
.main-navi a:hover{
	color: #fff;
}
/*------  //NAVI STYLE  ------*/
/*------  //HEADER  ------*/











/*------  BUTTON  ------*/
.button, .button a, .button a:visited{
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size:14px;
	box-shadow: inset 0 0 0 2px #fff;

}
.button:hover{
	background: #fff;
	color:#000;
}
.button:active{
	color: #fff;
}




/* login */

.l_form_wrapper {
	margin:100px 90px;
	width: auto;
}
.login_form_wrapper {
	margin:10px auto;
	position: relative;
	/*border:#e0e0e0 1px solid;*/
	border-radius:5px;
}
.login_form_wrapper2 {
	margin:10px auto;
	position: relative;
	height:30px;
	line-height: 30px;
	padding:0 10px;
}
.input_label {
	position: absolute;
	height:30px;
	line-height: 30px;
	top: 0;
	left: 10px;
	width:80px;
	font-weight: bold;
}
.input_label2 {
	height:30px;
	line-height: 30px;
	display:inline;
	width:200px;
	margin-left:10px;
}
#checksaveid {
	vertical-align: text-top;
}
.login_input_wrapper {
	width:auto;
	height:30px;
	padding:0 10px;
	margin:0 0 0 100px;
	position: relative;
	zoom:1;
}
.login_input_wrapper input {
	position: absolute;
	display: block;
	width:93%!important;
	padding:6px 5px!important;
	height:16px;
	margin:0;
	outline:none;
	border:1px solid #e0e0e0;
	background:transparent;
	-webkit-appearance:none;
	box-shadow: 0 0 0 1000px white inset;
}
.button_login {
	display: block;
	position: relative;
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#cacaca));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #cacaca);
	background-image: -moz-linear-gradient(top, #f0f0f0, #cacaca);
	background-image: -o-linear-gradient(top, #f0f0f0, #cacaca);
	background-image: linear-gradient(top bottom, #f0f0f0, #cacaca);
	border-radius:4px;
	height:40px;
	line-height:40px;
	color:#333!important;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	width:100%;
	margin:0 auto;
	border:1px solid #bbb;
	-webkit-appearance:none;
	box-shadow: 0 0 2px #555;
	/*behavior: url('/css/PIE.php');*/
}
.paging_wrapper {
	margin:20px auto 10px;
	text-align: center;
}
.button_item {
	display: inline;
	position: relative;
	background-color: #0f6cea;
	color:#fff!important;
	text-decoration: none;
	font-size:15px;
	font-weight:700;
	margin:0 8px!important;
	padding: 10px 25px!important;
	border-radius:8px;
	/*border:1px solid #bbb;*/
	-webkit-appearance:none;
	/*box-shadow: 0 0 2px #555;*/
	zoom:1;
	/*behavior: url('/css/PIE.php');*/
	cursor: pointer;
}
.current_item {
	background-color:#fff;
}
.text_content {
	display: none;
}
.show_more {
	border:1px solid #e0e0e0;
	background-color:#efefef;
	display: inline;
	padding:2px 5px;
	margin: 10px 25px;
	cursor: pointer;
}
/* util */
b {font-weight: 700;}
.container {
	width:100%;
	position: relative;
	display: block;
	margin:0;
}
.placeholder { color: #666; }
.placeholderFocus { color: #000; }
.png {
	behavior: url('/css/PIE.php');
	-pie-png-fix:true;
}
.clearfix:before, .clearfix:after {
	content:"";
	display: table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	clear:both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.align-center {
	margin:0 auto;
	text-align: center;
}
.align-center img {
	margin:4px;
	width:120px;
	border:1px solid #999;
}
.text_shadow {
	text-shadow:0 1px 5px #cccccc;
}






/* ---------- menu begin ------------------ */
#menu {
  position: fixed;
  background-color: #222;
  height: 100%;
  z-index: 99;
  width: 140px;
  color: #bbb;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
 
#menu ul {
  list-style: none;
  margin-top: 0;
  padding: 20px 0 0 0;
}
 
#menu ul li { border-bottom: 1px solid #2a2a2a; }
 
#menu>ul>li>a { border-left: 4px solid #222; }
 
#menu ul li a {
  color: inherit;
  font-size: 16px;
  display: block;
  padding: 8px 0 8px 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
 
#menu ul a i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
}
 
#menu ul a i[class*='fa-caret'] { float: right; }
 
#menu ul a:hover,
#menu ul a.active {
  background-color: #111;
  border-left-color: #fff;
  color: #fff;
}
 
#menu ul a:hover i:first-child { color: #fff; }

#menu ul li a.active+ul { display: block }
 
#menu ul li ul {
  margin-top: 0;
  display: none;
}
 
#menu ul li ul li { border-bottom: none; }
 
#menu ul li ul li a { padding-left: 30px; }
 
#menu ul li ul li a:hover { background-color: #1A1A1A; }


.left { left: -140px; }
 
.show { left: 0; }

#showmenu {
  margin-left: 100%;
  position: absolute;
  top: 0;
  padding: 20px 10px 7px 10px;
  /*font-size: 1.3em;*/
  font-size: 26px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.opacity20 {
	opacity:0.2;
}
.opacity100 {
	opacity:1.0;
}