/* Theme Name: Cubana - Multipurpose
   Author:Harry
   Author e-mail: harrynworld@gmail.com
   Version: 1.0.0
   Created:February 2015
   File Description:Main CSS file of the template
*/

/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Parallax
	4) Pre-loader
	5) Navigation
	6) Home
	7) About-us
	8) Fun-facts
	9) Portfolio
	10) inner (Info)
	11) Team / Skills
	12) Services
	13) Testimonials
	14) Partners
	15) Contact
	16) Footer
	17) Back-to-top
	18) Responsive
*/

/*
* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
 */
@charset "utf-8";
@font-face {
  font-family:"Noto Sans KR";
  font-style:normal;
  font-weight:100;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family:"Noto Sans KR";
  font-style:normal;
  font-weight:300;
  src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:400;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
 }
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:500;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
 }
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:700;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
 }
@font-face {
   font-family:"Noto Sans KR";
   font-style:normal;
   font-weight:900;
   src:url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
 }
/*@font-face {
font-family:"Noto Sans Korean";
font-style:normal;
font-weight:400;
src:local("Noto Sans Regular"), local("NotoSans-Regular"),
url("../font/eot/NotoSansKR-Regular.eot"),
url("../font/eot/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"),
url("../font/woff/NotoSansKR-Regular.woff") format("woff"),
url("../font/otf/NotoSansKR-Regular.otf") format("opentype");
}

@font-face {
font-family:"Noto Sans Korean";
font-style:normal;
font-weight:500;
src:local("Noto Sans Medium"), local("NotoSans-Medium"),
url("../font/eot/NotoSansKR-Medium.eot"),
url("../font/eot/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"),
url("../font/woff/NotoSansKR-Medium.woff") format("woff"),
url("../font/otf/NotoSansKR-Medium.otf") format("opentype");
}

@font-face {
font-family:"Noto Sans Korean";
font-style:normal;
font-weight:700;
src:local("Noto Sans Bold"), local("NotoSans-Bold"),
url("../font/eot/NotoSansKR-Bold.eot"),
url("../font/eot/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"),
url("../font/woff/NotoSansKR-Bold.woff") format("woff"),
url("../font/otf/NotoSansKR-Bold.otf") format("opentype");
}*/

/* 1 Reset
----------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans KR",  sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #535353;
  letter-spacing: 0.02em;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    color: #005fcb;
}
p {
    color: #737373;
    line-height: 23px;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: "Noto Sans KR",  sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: "Noto Sans KR",  sans-serif;
    text-transform: uppercase;
    border-radius: 2px;
	color: ##484848;
	background-color: rgba(255,255,255,.5);
}
.btn:focus,.btn:active {
    outline: none;
    color: #272727;
	background-color: rgba(255,255,255,.5);
}
.btn-full {
	width:100%;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	/*border-radius: 3px;*/
	padding: 0.5em 1.9em;
	color: ##ababab;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #8b8b8b;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #303030;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.margin-l-md {
	margin-left: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: "Noto Sans KR",  serif;
	margin-bottom: 20px;
}
.slog {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

/* 5 Topbar / Navigation
----------------------------------------------------------------------------- */
/* -- Topbar -- */
.tagline {
	background: #f6f6f6;
	font-size: 13px;
	color: #2d2e2e;
}
.email, .phone {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding: 11px 0;
	font-size: 15px;
}
.tagline .pull-left i {
	font-weight: 400;
	display: inline-block;
	margin-right: 5px;
}
.email a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.email a:hover {
	color: #1dc6df;
}
.top_socials {
    margin: 0 12px;
}
.top_socials li {
	width: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	padding: 0;
}
.top_socials a {
	display: block;
	line-height: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-align: center;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
}
/* -- Navbar -- */
.navbar-custom {
	background-color: #ffffff;
	margin-bottom: 0px;
	width: 100%;
	z-index: 1000;
	border: none;
	color: #333;
	border-radius: 0px;
	position: relative;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.navbar-custom-sub {
	background-color: #ffffff;
	margin-bottom: 0px;
	width: 100%;
	z-index: 1000;
	border: none;
	color: #333;
	border-radius: 0px;
	position: relative;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 0px 0px rgba(0,0,0,.1);
	border-bottom: 1px solid #e7e7e7;
}

.navbar-custom .navbar-brand {
	font-size: 22px;
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 15px 0 0;
	font-family: "Noto Sans KR",  serif;
}

.navbar-custom-sub .navbar-brand {
	font-size: 22px;
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 15px 0 0;
	font-family: "Noto Sans KR",  serif;
}

.navbar-custom .navbar-brand:hover {
	color: #888;
}

.navbar-custom-sub .navbar-brand:hover {
	color: #888;
}
.navbar-custom .nav {
	padding: 15px 0px;
}
.navbar-custom-sub .nav {
	padding: 15px 0px;
}
.navbar-custom .navbar-nav>li>a {
	color: #666;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-custom-sub .navbar-nav>li>a {
	color: #666;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}

/*로고*/
.logo {
	margin: 10px 0;
}


@media only screen and (max-width: 768px) {
	.logo { margin: 10px 0 10px 15px; }	
}

/* 6 Home
----------------------------------------------------------------------------- */
.main-home {
	height: 95vh;
	padding: 0;
	z-index: 1;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #fff;
	/*background: #000;*/
	min-height: 400px;
}
.home__header-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.home-bg{
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	/*opacity: 0.50;*/
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/img-1.jpg) no-repeat center;
}
.intro-title {
	font-weight: 900;
	color: #303030;
	text-transform: uppercase;
	font-size: 48px;
	/*text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;*/
	letter-spacing: 0.02em;
	margin: 0px 0px 20px 0px;
}
.intro-title span {
	margin-left: 5px;
}
.intro-text {
	font-size: 16px;
	color: #6c6c6c;
	margin-bottom: 20px;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}


@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.features-box i {
	font-size: 36px;
}
.features-box .features-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.features-box p{
	color: #9aa7af;
    line-height: 22px;
}
.advanced-about {
	overflow: hidden;
	clear: both;
}
.advanced-about ul li {
	margin: 5px 0px
}
.advanced-about ul li i {
	margin-right: 10px;
}

/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
	overflow: hidden;
	color: #888;
}
.facts{
	margin: 20px 0px;
}
.facts i{
	font-size: 36px;
}
.facts h1 {
	font-family: "Noto Sans KR",  serif;
}

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px 5px 0px 0px;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.work-desc{
    width: 100%;
    padding: 10px 20px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: relative;
}
.work-desc h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Noto Sans KR",  serif;
    margin-bottom: 5px;
}
.work-desc span {
	margin-top: 10px;
}
/* 10 inner (Info)
----------------------------------------------------------------------------- */
#inner-section {
	background: url(../img/img-2.jpg) center;
}
.intermediate-container .subheading h4 {
	color: #ffffff;
	font-style: italic;
	font-family: "Noto Sans KR",  serif;
}
.intermediate-container .heading h2 {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}
/* 11 Team / Skills
----------------------------------------------------------------------------- */
.team h4,.skill h4 {
	font-family: "Noto Sans KR",  serif;
}
.team h5 {
	color: #9aa7af;
}
.skill-chart {
	margin: 0px auto;
}
.skill i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 30px;
}
.service-item .service-detail {
	margin-left: 50px;
}
.service-item .service-detail h4 {
	font-family: "Noto Sans KR",  serif;
}
.service-item .service-detail p {
	color: #9aa7af;
}

/* 13 Testimonials
----------------------------------------------------------------------------- */
#testimonials {
	background: url(../img/img-2.jpg) center;
}
.testi-slide {
	color: #f1f2f3;
}
.testi-slide .img-user {
	width: 48px;
	height: 48px;
	border: 3px solid #ffffff;
}
.testi-slide h5 {
	font-weight: 400;
	line-height: 24px;
}
.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ffffff;
	background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
.partner {
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
	max-width: 100%;
	max-height: 100%;
}

/* 15 Contact
----------------------------------------------------------------------------- */
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: "Noto Sans KR",  serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: "Noto Sans KR",  serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}
#contact i {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
}
#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: "Noto Sans KR",  serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
	background: #07112c;
	padding: 35px 0 35px 0;
}
.footer p{
	font-family: "Noto Sans KR",  serif;
	font-weight: 400; 
	font-size: 13px;
	color: #9194a4;
}

@media (min-width: 768px) {
	 .footer { padding: 30px 0 30px 0; }
}

@media (max-width: 360px) {
	 .footer { padding: 15px 0 15px 0; }
	 .footer p{
		 font-size: 12px;
		 line-height: 16px;
}
}

/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar-custom {
		background-color: #fff;
	}
	.navbar-custom .navbar-brand {
		color: #666 !important;
		padding: 13px 15px 20px 15px;
		margin-top: 15px;
		height: auto;
	}
	
	.navbar-nav>li>a {
		color: #666 !important;
	}
	.navbar-custom .navbar-toggle {
		margin-top: 15px;
	}
	.intro-title,.intermediate-container .heading h2{
		font-size: 30px;
	}
	#home {
		padding: 200px 0px 120px;
	}
	.features-box .col-sm-4{
		text-align: center !important;
	}
	.advanced-about .col-sm-6:first-of-type,.skill{
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 50px;
	}
}

/*==================================
STYLE SWITHER - Demo purpose only
==================================*/ 

#style-switcher div h3 {
    color: #1D1D1D;
    font-size: 16px;
    margin: 8px 3px 12px;
}
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings i {
    margin-left: 8px;
    color: gray;
    font-size: 18px;
    position: absolute;
    margin-top: 9px;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0px;
    overflow: hidden;
  padding:0;
  border-radius: 0px;
}
ul.pattern li {
    float: left;
    margin: 2px;
}
ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
}

ul.pattern .color1 {
  background-color: #1dc6df;
}
ul.pattern .color2 {
  background-color: #d13a7a;
}
ul.pattern .color3 {
  background-color: #f05050;
}
ul.pattern .color4 {
  background-color: #33b86c;
}
ul.pattern .color5 {
  background-color: #3a3f51;
}
ul.pattern .color6 {
  background-color: #Fbce43;
}
ul.pattern .color7 {
  background-color: #6d5cae;
}
ul.pattern .color8 {
  background-color: #00b19d;
}

@media only screen and (max-width: 479px) {
	#style-switcher {
		display: none;
	}
}


/* 2016-06-20 15:52  공통-네비 */
.navbar-custom .nav { padding:0; }
.dropdown-menu {border-radius: 0;}
.dropdown-menu .divider { margin:0; }
.dropdown-menu>li>a { padding: 10px 20px; font-weight:400; color:#919191; }
.dropdown-menu>li>a:hover { background-color:#ffffff; color:#005fcb; }

.navbar-custom .navbar-nav{
	min-height:80px;
}

.navbar-custom .navbar-nav>li>a { padding-top: 30px; padding-bottom: 10px; }
.navbar .dropdown-menu { 
	margin: 0;
	padding: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar.navbar-main .dropdown-menu > li > a {     
	color: #777;
    padding: 8px 20px;
    line-height: 1.42857143;
    text-transform: capitalize;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}

.dropdown-arrow { font-size:10px; padding-left:7px; color:#ccc; }
.dropdown-submenu>a:after { display:block; content:" "; float:right; width:0; height:0; border-color:transparent; border-style:solid; border-width:3px 0 3px 3px; border-left-color:#ccc;  margin-top:14px; margin-right:-10px; }
.dropdown-submenu:hover>a:after { border-left-color:#2c62ae; }
.dropdown-submenu.pull-left { float:none; }
.dropdown-submenu.pull-left>.dropdown-menu { left:-100%; margin-left:10px; -webkit-border-radius:6px 0 6px 6px; -moz-border-radius:6px 0 6px 6px; border-radius:6px 0 6px 6px; }

@media only screen and (max-width: 768px) {
	.navbar-custom .navbar-nav>li>a { color: #666; font-size: 14px; font-weight: 600; text-transform: uppercase;}
	.navbar .navbar-nav li a { line-height:2; }
	.navbar-collapse { -webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.08); -moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.08); box-shadow:0px 0px 0px 0px rgba(0,0,0,0.08); }
	.navbar.navbar-main .navbar-nav li a { padding-top:20px; padding-bottom:20px; }
	.navbar.navbar-main .dropdown-menu { border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; margin-bottom:0px !important; }
	.navbar.navbar-main .dropdown-menu > li > a {padding: 8px 20px; line-height: 1.42857143;}
	.navbar.navbar-main .dropdown-menu > li:last-child > a { border-bottom:0; }
	.navbar-custom .navbar-brand { font-size: 17px; text-transform: uppercase; color: #666; font-weight: 600; letter-spacing: 0.05em; margin: 9px 0 0; font-family: "Noto Sans KR",  serif; }
}

@media only screen and (max-width: 360px) {
	.navbar-custom .navbar-nav>li>a { color: #666; font-size: 14px; font-weight: 600; text-transform: uppercase;}
	.navbar .navbar-nav li a { line-height:2; }
	.navbar-collapse { -webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.08); -moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.08); box-shadow:0px 0px 0px 0px rgba(0,0,0,0.08); }
	.navbar.navbar-main .navbar-nav li a { padding-top:5px; padding-bottom:5px; }
	.navbar.navbar-main .dropdown-menu { border-top:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; margin-bottom:0px !important; }
	.navbar.navbar-main .dropdown-menu > li > a {padding:0px 0px 0px 20px; text-align: left;}
	.navbar-custom .navbar-brand { font-size: 22px; text-transform: uppercase; color: #666; font-weight: 600; letter-spacing: 0.05em; margin: 9px 0 0; font-family: "Noto Sans KR",  serif; }
}


/* 2016-06-20 14:26  메인 하단 컨텐츠 영역 */
.ndesk-main-contents-area { padding-top:50px; padding-bottom:50px; background-color: #f1f1f3; }
.ndesk-main-contents-area .ndesk-main-contents-area-box { float:left; margin:45px 0 0 0; background-color:#ffffff; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-left-margin { margin:0 0 0 1.5%; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner { margin:0; padding: 0 22.5px 0 0; font-size:14px; color:#747474; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner.ndesk-main-contents-area-box-inner-right { padding: 0 0 0 22.5px; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner h5 { margin:0 0 40px 0; padding:0; font-size:18px; font-weight:bold; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner h5.ndesk-main-contents-area-box-inner-title-color-blue { color:#3c79e3; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner h5 .ndesk-main-contents-area-box-inner-title-more { float:right; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice {}
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice li a { width:100%; display:inline-block; padding: 5px 0; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice li { padding:0; border-bottom:1px solid #e1e1e1; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice li .ndesk-main-contents-area-box-notice-title { width: 70%; float:left; vertical-align: middle; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:13px; }
.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice li .ndesk-main-contents-area-box-notice-date { width: 30%; float:left; vertical-align: middle; text-align:right; font-size:13px; }

.ndesk-main-contents-area i { color:#1287e1; }
.ndesk-main-contents-area .ndesk-main-contents-area-bg-gray { background:#f1f1f3; }

@media only screen and (max-width: 1200px) {
	.ndesk-main-contents-area .ndesk-main-contents-area-box { margin:40px 0 0 0; }
}

@media only screen and (max-width: 768px) {
	.ndesk-main-contents-area { padding-top:20px; padding-bottom:0; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box { width:100%; min-height: inherit; margin:0; padding:0 0 20px 0; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box:last-child { margin:0; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box-inner { padding:40px 15px 0 15px; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box-inner.ndesk-main-contents-area-box-inner-right { padding:40px 15px 0 15px; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box-inner h5 { margin: 0 0 30px 0; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box-inner h5 .ndesk-main-contents-area-box-inner-title-more { display:none; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice li:first-child { padding:0 0 5px 0; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice li { padding:5px 0; }
	.ndesk-main-contents-area .ndesk-main-contents-area-box-inner .ndesk-main-contents-area-box-notice li a { height:23px; }
}

/* 기타 */
.text-grey {
	color: #acacac;
}