
 /* Global
----------------------------------------------------------------------------------- */
body {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

a { text-decoration: none; }
a:focus { outline: none; }
a:active { background:none; }

a:hover,
a:focus,
a:active {
	color: #2f2f2f;
	text-decoration: none;
}



ul ,
ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

hr { margin: 26px 0; }
strong, b { font-weight: bold; }

h1 a,
h2 a,
h3 a,
h4 a {
	color: #1a1a1a;
}

h1,h2,h3,h4,h5,h6 {
	color: #1a1a1a;
	margin-top: 0;
	font-weight: normal;
	letter-spacing: 0;
}

h1 {
	font-size: 45px;
	line-height: 52px;
	margin-bottom: 26px;
}

h2 {
	font-size: 39px;
	line-height: 52px;
	margin-bottom: 26px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 26px;
}

h4 {
	font-size: 18px;
	margin-bottom: 26px;
	line-height: 30px;
}

h5 {
	font-size: 16px;
	margin-bottom: 26px;
	line-height: 26px;
}

h6 { 
	font-size: 14px;
	margin-bottom: 26px;
	line-height: 26px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none;
}

h1 small {
  font-size: 26px;
}
h2 small {
  font-size: 16px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}

/* Page headers */
.page-header  {
	margin: 0 0 26px 0;
	padding-bottom: 0;
}

legend {
	font-size: 16px;
	text-transform: uppercase;
}

/* CSS3 Transitions - links */
a,
button{
  	-webkit-transition: all 120ms linear;
	   -moz-transition: all 120ms linear;
			transition: all 120ms linear;
}

/* fluid container */
.container-fluid {
	margin: 0 auto;
	padding: 0;
}

/* websafe body fonts */
body.helvetica {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

body.georgia {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

body.lucida {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

body.palatino {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

body.tahoma {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

body.times {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

body.trebuchet {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

body.verdana {
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

/* main Layout: main contanier - main sidebar
-----------------------------------------------------------------------------------*/
#main-sidebar {
	display: block;
	width: 300px; 
    height: 100%;
    position: fixed;
    top: 0;
	left: 0;
	z-index: 120;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
}

#main-sidebar .table-wrap {
    display: table;
	width: 100%;
	height: 100%;
}

#main-sidebar .table-top,
#main-sidebar .table-middle,
#main-sidebar .table-footer {
	display: table-row;
	width: 100%;
}

#main-sidebar .table-top {
    vertical-align: top;
}

#main-sidebar .table-middle {
    vertical-align: middle;
	height: 100%;
}

#main-sidebar .table-middle .table-cell {
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}

#main-sidebar .table-footer {
    vertical-align: bottom;
}

#main-sidebar ul {
	list-style-type: none;
	margin: 0;
}

#main-sidebar ul li a {
	color: #808080;
}

#main-sidebar ul li a:hover {
	color: #000000;
}

#main-sidebar .horizontal-line { 
	width: 10px;
	height: 1px;
	display: block;
	background-color: #dddddd;
	margin: 26px auto;
}

#main-sidebar .table-footer .horizontal-line {
	width: 15px;
	margin-top: 0;
	margin-bottom: 9px;
}

#main-container {
	display: block;
	padding: 0 20px 0 320px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	z-index: 110;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#main-container .content-column {
	padding: 80px;
	width: 100%;
	min-height: 100%;
	z-index: 111;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;	
}

.mainbody-left #main-container .content-column { margin: 0; }
.mainbody-center #main-container .content-column { margin: 0 auto; }

/* Header
-----------------------------------------------------------------------------------*/
/* Logo */
.logo h1 {
	padding: 0;
	margin: 0;
}

.logo h1 a {
	display: block;
	float: none;
	width: 100%;
}

.logo h1 span {
	display: block;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.5em;
	color: #b2b2b2;
	line-height: 24px;
	font-family: "Nanum Gothic",Dotum,Arial,sans-serif;
}

.logo a img {
	margin: 0 auto;
	text-align: center;
}

body.no-responsive .logo img.hidden-desktop {
	display: none;
}

/* mobile menu toggle btn */
#st-mobile-toggle {
	display: none;
	padding: 30px;
	border-left: 1px solid #d5d5d5;
	background-color: transparent;
	color: #000000;
	float: right;
	text-align: center;
}

#st-mobile-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

#st-mobile-toggle .icon-bar {
	width: 20px;
	height: 3px;
	display: block;
	background-color: #000000;
}

#st-mobile-toggle:hover .icon-bar,
#st-mobile-toggle:focus .icon-bar,
#st-mobile-toggle:active .icon-bar {
	background-color: #696969;
}

 /* Background module position
-----------------------------------------------------------------------------------*/
#background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#background img {
	max-width: inherit;
}

 /* Mainbody
-----------------------------------------------------------------------------------*/
#component-area {
	padding: 10px 0;
}

 /* Sidebars
-----------------------------------------------------------------------------------*/
.sidebar-left,
.sidebar-right {
	padding-top: 20px;
}

 /* to top btn
-----------------------------------------------------------------------------------*/
a#totop {
	display: none;
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 999;
	line-height: 60px;
	text-align: center;
	color: #eeeeee;
	font-size: 18px;
	display: block;
	background-color: #262626;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background .2s, color .2s;
	   -moz-transition: background .2s, color .2s;
			transition: background .2s, color .2s;
}

a#totop:hover {
	color: #444444;
	text-decoration: none;
	background-color: #fafafa;
}

