/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
 * { font-family: 'Nanum Gothic', Malgun Gothic; } */
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
	 font-size:16px;
}
* {font-family: 'S-CoreDream-3Light';}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'S-CoreDream-3Light';
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

/** original styles for this KimsQ Rb layout **/
td											{ font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum,AppleGothic,sans-serif;}
img											{ margin:0; border:0; vertical-align:top;}
div, dl, span								{ margin:0; padding:0; border:0; font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum,AppleGothic,sans-serif;}
form										{ margin:0; padding:0; border:0;}
ul, li, ol, dl, dt, dd, p, em				{ list-style:none; margin:0; padding:0;}
em											{ list-style:none; margin:0; padding:0; font-size : 12px; font-style: normal; font-weight:bold;}
table										{ border-collapse:collapse; border-spacing:0; }
button										{ border:0; padding:0; background:transparent; cursor:pointer; overflow:visible;}
input, select, option						{ vertical-align:middle; font-family:"¸¼Àº°íµñ",Malgun Gothic,"³ª´®°íµñ",Nanum Gothic,"µ¸¿ò",dotum,AppleGothic,sans-serif;}
label										{ cursor:pointer; }
a:link										{ text-decoration:none; color: #444;}
a:visited									{ text-decoration:none; color: #444;}
a:active									{ text-decoration:none; color: #444;}
a:hover										{ text-decoration:none; color: #009CD6;}

fieldset									{ border:solid 0 transparent; padding:0;margin:0;}
legend										{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;font-size :1em; }
hr, h1, h2, caption							{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}
h3, h4, h5									{ margin:0; padding:0; border:0;}
div.skipNav									{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}
#skipNav									{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}
.skipNav									{ overflow:hidden;visibility:hidden;font-size:0;width:0;height:0;margin:0;padding:0;position:absolute;}

.wrap {width:960px;margin:auto;}
#header {}
#wrap {overflow:hidden;position:relative;}
#content {padding:20px 0 0 0;min-height:300px;}
#footer {}

/* common attrs */
.pos-5 {position:relative;top:-5px !important;}
.pos-4 {position:relative;top:-4px !important;}
.pos-3 {position:relative;top:-3px !important;}
.pos-2 {position:relative;top:-2px !important;}
.pos-1 {position:relative;top:-1px !important;}
.pos1 {position:relative;top:1px !important;}
.pos2 {position:relative;top:2px !important;}
.pos3 {position:relative;top:3px !important;}
.pos4 {position:relative;top:4px !important;}
.pos5 {position:relative;top:5px !important;}

.check-label {font-weight:normal;margin-bottom:0;color:#666666;}
.check-label input[type="checkbox"] {vertical-align:middle;position:relative !important;top:-3px !important;}
.radio-label {font-weight:normal;margin-bottom:0;color:#666666;}
.radio-label input[type="radio"] {vertical-align:middle;position:relative !important;top:-3px !important;}

/* patch the layout of generic table */
.table { border-spacing: 0; }
table th { text-align: center; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align:middle; }
.table > thead > tr > th { border-bottom: 0; }

/* patch the label position of checkbox */
.checkbox span {
  position: relative;
  top: -1px;
}
.radiobox span {
  position: relative;
  top: -1px;
}

/* patch the member layer boxes */
.mbrLayerBlock {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mbrLayerBlock:* {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* patch the admin-control bar */
#adminControl *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#adminControl *:before,
#adminControl *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#adminControl img {
  vertical-align: inherit;
}


/** header **/
.bskr-header-top {
width: 100%;
height:5px;
}

#header {margin:5px 0 5px 0;}
.bskr-brand { float:left;padding:0;margin-top:-20px;position:relative;z-index:999;}
#header .bskr-brand h1 {padding:0;margin:0}
#header .bskr-login {min-height:20px;margin-top:5px;}
#header .wrap {}
#header .logo {float:left;padding:0;margin:0;position:relative;}
#header .logo ._logo_img {}
#header .logo ._logo_img img {}
#header .logo ._logo_txt {padding:0;margin:0;}
#header .logo ._logo_txt a {}
#header .login {float:right;position:relative;}
#header .login a {}
#header .login i {display:inline-block;margin:0 3px 0 3px;position:relative;top:1px;width:1px;height:11px;background: #c0c0c0;}
#header .bskr-search {float:right;position:relative;top:10px;margin:1px 0 0 20px;width:226px;}
#header .bskr-search * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.top_bar {width:100%;height:5px;background:url('../../images/top_bg.jpg') repeat-x;}
.location {padding-top:20px;height:40px;border-bottom:#dcdcdc 1px solid;}
.loc margin-top:10px;{}
.loc img {margin-top:3px;}
.location h3 {}

#sitemap {width:100%;padding:20px 0;}
#sitemap .title-box {
border-bottom:#dddddd 1px dotted;
padding: 5px 0;
margin-bottom:10px;
font-weight:bold;
}
#sitemap .title-box i {
display: inline-block;
margin: 0 10px 0 3px;
position: relative;
top: 2px;
width: 3px;
height: 15px;
background: #dddddd;
}
#sitemap ul.sitemap {
display: inline-block;
list-style-type: none;
margin-bottom: 10px;
margin-top: 0px;
padding-left:17px;
}
#sitemap ul.sitemap li {
margin: 7px 0px;
position: relative;
}
#sitemap ul.sitemap li.item1 {font-weight:bold;}


/** sidebar **/
.col-bskr-6 {
width: 100%;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
min-height: 1px;
}
.bskr-sidebar {padding-top: 10px;}
.bskr-sidebar.fixed { padding-top: 0; }
.bskr-sidebar .menuhead {
color:#ffffff;
}
.bskr-sidenav {

}
.bskr-sidenav .menuitem {
border-bottom: 1px solid #d5d5d5;	
position: relative;
bottom:-1px;
font-size:14px;
}
.bskr-sidenav .menuitem.active {
background-color: #eeeeee;
}
.bskr-sidenav .menuitem a {
display:block;
padding: 7px 15px;
color:#555;
}
.bskr-sidenav .menuitem a:hover {color:#222;}
.bskr-sidenav .menuitem a.active {
color: #424951;
font-weight: bold;
background-color:transparent;
}
.bskr-sidenav .subitem-list {padding-bottom:10px;}
.bskr-sidenav .subitem {
padding: 0 15px 0 25px;
background-color:transparent;
}
.bskr-sidenav .subitem span {
color:#c0c0c0;
}
.bskr-sidenav .subitem i {
display: inline-block;
margin: 0 3px 0 3px;
position: relative;
top: 1px;
width: 1px;
height: 11px;
background: #c0c0c0;
}
.bskr-sidenav .subitem a {
display:inline-block;
padding: 5px 2px;
color:#555;
}
.bskr-sidenav .subitem a:hover {text-decoration:underline;color:#333;}
.bskr-sidenav .subitem a.active {
color: #424951;
font-weight: bold;
}
.btn-subitem {
color: #333333;
background-color: #eeeeee;
border-color: #cccccc;
}
.btn-subitem:hover, .btn-subitem:focus, .btn-subitem:active, .btn-subitem.active, .open .dropdown-toggle.btn-subitem {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.subitem-popup {display:none;}


/* page title controls */
.bskr-title { color: #1c5b8c; margin-bottom: 20px; } 
.bskr-title hr { margin-top: 10px;} 
.bskr-title .title {  
display: inline-block;
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
font-size:20px;
font-weight: bold;
}
.bskr-title .title a { color: #1c5b8c; }
.bskr-title .title .glyphicon { position:relative; top:3px; }
.bskr-title .title .subtitle { font-size:16px; }
.bskr-title .pull-right {padding-top:3px;}  
.bskr-title .msg {
color: #1c5b8c; 
font-family: dotum;
padding: 0 0 30px 0;
}
.bskr-title-tabs li.active a { 
font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; 
font-weight:bold;
font-size:14px;
color: #1c5b8c;
}

.bskr-title-ex {
color:#555;
padding-bottom: 5px;
margin: 0 0 20px 0;
border-bottom: 1px solid #dddddd;
}
.bskr-title-ex .title {  
display: inline-block;
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
font-size:20px;
font-weight: bold;
}
.bskr-title-ex .title a { color: #555; }
.bskr-title-ex .title .glyphicon { position:relative; top:3px; }
.bskr-title-ex h1, .bskr-title-ex h2, .bskr-title-ex h3, .bskr-title-ex h4 {
font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; 
font-weight:bold;
margin: 0 0 -5px 0;
padding-bottom: 5px;
display: inline-block;
border-bottom: 3px solid #555;
}


/* footer controls */
.bskr-footer {
margin: 0 auto;
color: #444;
text-align: center;
border-top:1px #dcdcdc solid;
}
.flogo {float:left;}
.fsns {float:left;margin:5px 0 0 20px;}
.fsns img {margin:0 5px;}
.fqr {float:right;margin-top:-20px;}
.copyright {float:left;margin:0 20px;text-align:left;}
.bskr-footer .slinks .elink a {
font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; 
font-weight:bold;
font-size:14px;
color: #aaa;
text-decoration: none;
background: transparent;
}
.bskr-footer .slinks .elink a:hover {
color: #777;
text-decoration: underline;
}


/* common colors */
.navbar-bskr .navbar-nav > li > a {
font-size: 18px;
font-weight: bold;
text-align: center;
}
.bskr-sidebar .menuhead {
text-align:center;
font-size:18px;
font-weight: bold;
border-bottom:#7f7f7f 3px solid;
height:40px;
padding-top:10px;
}
.btn {font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; font-weight:bold;}
.dropdown-menu > li > a {font-family:"Malgun Gothic", "Nanum Gothic", "Dotum"; }
.bskr-font { font-size:12px; }
.bskr-font-lg { font-size:14px; }
.bskr-font-xlg { font-size:16px; }

.link-blue a {
color: #428bca;
text-decoration: none;
background: transparent;
}
.link-blue a:active, .link-blue a:hover {
outline: 0;
}
.link-blue a:hover, .link-blue a:focus {
color: #2a6496;
text-decoration: underline;
}

.label{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.badge{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
.badge-primary{background-color:#357ebd;}
.badge-success {background-color:#398439;}
.badge-info {background-color:#269abc;}
.badge-warning {background-color:#eea236;}
.badge-danger {background-color:#ac2925;}

.clr-main { color:#1c5b8c }
.clr-red { color:#ff0000; }

.pagebox01 .selected, .pagebox01 .notselected {position: relative;top: 2px;}

/** main_ad **/
#main_ad {
text-align:center;
margin-bottom: 15px;
}
.main_banner {
padding:0;
border:1px solid #ddd; 
}
.ad_adsense {width:100%;text-align:center}
.main_adsense {
padding:17px 5px;
border:1px solid #ddd; 
background-color:#f9f9f9;
}


/** features **/
#features h2 {
font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";
color:#555;
font-weight:bold;
}
 
/** client logos **/
#clients {
display: block;
margin:35px 0;
}
#clients .clients-wrap {
display: block;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
#clients .clients-wrap ul {
display: block;
list-style: none;
position: relative;
}
#clients .clients-wrap ul li {
display: block;
float: left;
position: relative;
width: 140px;
height: 55px;
line-height: 55px;
text-align: center;
}
#clients .clients-wrap ul li img {
vertical-align: middle;
max-width: 100%;
max-height: 100%;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65); 
opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100); 
opacity: 1.0;
}

/** default components **/
.modal-title {font-weight:bold;font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";}
.popover-title {font-weight:bold;font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";}
.nav-tabs>li {font-family: "Malgun Gothic", "Nanum Gothic", "Dotum";font-weight:bold;}
.nav-tabs>li>a {color: #428bca;}
a.bskr_autolink {
color: #428bca;
text-decoration: none;
background: transparent;
}
a.bskr_autolink:hover {
color: #2a6496;
text-decoration: underline;
}
span.s {text-decoration:none;}
p {margin: 0 0 10px;}

 .s_con li{line-height:1.8em}
.s_con table th, .s_con table td{font-size:13px;line-height:1.6em;}

.s_con .btn_rss{text-align:right;}

.mar_left30{margin-left:30px;}
.mar_l50{margin-left:50px;}
.mar_l30{margin-left:30px;}
.mar_l20{margin-left:20px;}
.mar-r10{margin-right:10px}
.mar_r20{margin-right:20px}
.mar_t10{margin-top:10px}
.mar_t20{margin-top:20px !important}
.mar_t30{margin-top:30px!important}
.mar_b15{margin-bottom:15px}

.pad_b30{padding-bottom:30px !important}

.mt5 { margin-top: 5px; }
.mt10{margin-top:10px}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px}
.mt50{margin-top:50px}

.mb5 { margin-bottom: 5px; }
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb50{margin-bottom:50px}

.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr50{margin-right:50px}

.ml10{margin-left:10px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml120{margin-left:120px}

.mr200 { margin-right: 200px; }
.mr220 { margin-right: 220px; }
.mr230 { margin-right: 230px; }
.mr260 { margin-right: 260px; }
.mr270 { margin-right: 270px; }
.mr290 { margin-right: 290px; }
.mr300 { margin-right: 300px; }


.txt{line-height:1.5em;text-align:justify}
.txt_cen{text-align:center}
.txt_left{text-align:left}
.txt_right{text-align:right}
.txt_left_pad10 {text-align:left!important; padding:10px !important}

.fs_14{font-size:1.4em}
.fs_15{font-size:1.5em}
.fs_17{font-size:1.7em}
.fs_13 {font-size: 13px;  line-height: 18px;  text-align: justify;}
.fc_g{color:#767676}
.fc_r{color:#bf4040}
.fc_b{color:#3571b5}
.fc_g2{color:#6ba429}


.Skipul	 ul li								{ position:relative; float:left; padding:0; margin:0}
.skip										{ display:block; height:1px; width:1px; margin:0 -1px -1px 0; padding:0; overflow:hidden; font-size:0; line-height:0;}
.skip:hover,	
.skip:active,
.skip:focus									{ width:100%; height:auto; margin:0; padding:5px 0; text-indent:10px; font-weight:bold; font-size:12px; color:#333; font-family:Tahoma; line-height:1; text-decoration:none !important;}

#Start										
#Start	.Subtitle							{ float:left; font-size:25px; margin-bottom:15px; font-weight:normal; color:#343434; letter-spacing:-3px;}
#Start	.titleroad							{ position:relative;  float:l; margin-right:45px; border-bottom:1px solid #dadada; }
#Start	.titleroad .Position				{ text-align:left; line-height:30px; font-size:12px;}
#Start	.titleroad .Position	a, 
#Start	.titleroad .Position	a:hover		{ color:#333; letter-spacing:-1px;}
#Start	.titleroad .Position img			{ vertical-align:middle; margin-bottom:2px;}
#Start	.contents							{ float:left; line-height:23px; margin:20px 45px 20px 0; text-align:left;}


.table_basic02 {width:100%;border-top:solid 2px #555;}
.table_basic02 th{padding:17px 0;border:solid 1px #d8d8d8;background:#f8f8f8;vertical-align:middle; text-align:center; border-bottom:0;}
.table_basic02 td{padding:15px;border:solid 1px #d8d8d8;vertical-align:middle;}
.table_basic02 .tac{text-align:center;padding:10px;}
.table_basic02 ul ul li {padding-left:15px}
.table_basic02 .c_gray {color:gray}
.table_basic02	.txt_center	{ text-align:center;}

.box_con{background:#f1f1f1;border:#dadada 1px solid;padding:10px;margin:0 0 30px 0}
.box_con div{background:#fff;padding:10px;text-align:justify}

.s_con h4{background:url("../../images/icon/blit01.gif") no-repeat 0 13px;padding:0 0 0 25px;font-size:1.5em;line-height:1.8em;margin:0 0 10px 0;color:#444;font-weight:600; display:inline-block;}
.s_con h5{background:url("../../images/icon/blit02.gif") no-repeat 0 9px;padding:0 0 5px 15px;font-size:1.4em;line-height:1.5em;margin:0 0 0 7px;font-weight:600}
.s_con	.none	{ background:none;}

.history{font-size:1.1em;padding-top:20px}
.history span{color:#00a5d2;font-weight:600;font-size:2em;text-align:right;float:left;border-right:2px #dfdfdf solid;padding:0 20px 0 0;margin:0 20px 0 0}
.history li ul{float:left;padding:0 0 25px 0;}
.history li{padding:0 0 7px 0}
.history li strong{display:inline-block;width:45px;}

.m20 {margin:10px 0 10px 0;}

.basic_ul li{background:url("../../images/icon/blit03.gif") no-repeat left 9px;padding:0 0 0 10px;font-size:14px; letter-spacing:0;}
.basic_ul li li{background:url("../../images/icon/blit04.gif") no-repeat left 10px;padding:0 0 0 10px;font-size:12px}
.basic_ul li a:hover {font-weight:bold}
.basic_ul .on { font-weight: bold; color: #000000; }
.basic_ul span { float: right; width: 110px; }
.basic_ul div { font-size: 12px; }
.basic_ul .subM { font-size: 12px; font-weight: normal; padding: 0; }
.basic_ul .subMon { font-size: 12px; font-weight: bold; padding: 0; color: #000000; }
.basic_none		{ background:none; font-size:14px; letter-spacing:0;  display:inline-block;}
.basic_none	li	{ background:none; font-size:12px}

.fb {font-weight:bold;}
.tm10 {padding-top:25px;}
