/* ==== Google font ==== */
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700');*/

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*@import url(./font/BareunDotum.css);*/
/*==default==*/

body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
	font-weight: 200;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #828282;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #282828;
}

.light {
    font-weight: 400;
}
/*== =color=*/

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.boxed-white {
	background: #ffffff;
	padding: 20px;
}
.color-yellow.section-heading h2 {
	color: #fed136;	
}
.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/*====*/

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	width:110%;
}

hr {
  margin-top: 10px;
}
hr.bold {
  border-top: 3px solid #eee;
}
.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/*버튼셋*/
#contactForm .btn-send {
  color: white;
  /*background-color: #494949;*/
  /* background-color: rgba(139,143,43,.8);*/
  /*background-color: rgba(225,34,68,.9);*/
  /*background-color: rgba(254,209,54,1.0);*/
  background-color: rgba(239,195,45,1.0);
  
  border-color: rgba(254,209,54,1.0);
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  padding: 20px 40px;
  font-size: 18px;
  height:60px;
}

/* Loader */
.pre-loader {
  position: fixed;
  background: #ecf0f1;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

/*=== loader ===*/
.load-con .spinner .bounce1,
.load-con .spinner .bounce2,
.load-con .spinner .bounce3 {
  margin-top:20px;
  width: 18px;
  height: 18px;
  background-color: #3898989;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.load-con .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.load-con .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.load-con .spinner .bounce3 {
  -webkit-animation-delay: -0.0s;
  animation-delay: -0.0s;
}


@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ------- Navigation ------------ */

header {
  color: black;
}


/* ------- Navigation ------------ */

#tail-line{
	position:absolute;
	float:right;
	margin-top:-30px;
}

/* 상단 회원가입 등 링크 */
#tnb {margin:0; padding:0; list-style:none; zoom:1;margin-top:-20px;font-size:9px}
#tnb:after {display:block; visibility:hidden;clear:both;content:""}
#tnb li {float:left; margin:0 0 0 1px; }
#tnb a {display:inline-block; padding:8px 15px 2px 15px; color:#fff; background: rgba(0,0,0,0.30);}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}


/* ------- Navigation ------------ */

.navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
    padding: 10px;
    background-color: #000;
}

.navbar-custom.top-nav-collapse {
    border-bottom: 0px solid rgba(255,255,255,.3);
 }
	

a.navbar-brand {
	margin-top: -3px;
	color:#fff;
    font-weight: 700;
	height: 40px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 1em;
}
#linkBlog a{
	color: #320000;
	font-weight:700;
}
.navbar-brand h1{
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0.0);
}
.navbar-custom.top-nav-collapse{
    /*background-color: rgba(139,143,43,.8);*/
    background-color: rgba(57,182,174,0.9);
  	/*background-color: rgba(225,34,68,.8);*/
  /*background-color: rgba(254,209,54,1.0);*/
  /*background-color: rgba(239,195,45,1.0);*/
}

.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav ul.li a:hover,
.navbar-custom .nav ul.li a:focus,
.navbar-custom .nav ul.li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-custom.top-nav-collapse ul.nav li a:hover,
.navbar-custom.top-nav-collapse ul.nav li a:focus,
.navbar-custom.top-nav-collapse ul.nav li.active {
    outline: 0;
	text-decoration:underline;
	color:#fff;
    background-color: rgba(255,255,255,.0);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size:20px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}





/* ===========================
--- section
============================ */
section{
	overflow:hidden;	
}
.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}



/* ===========================
--- Intro
============================ */
#intro {
	margin-top:0px;
	padding-top:0px;
}

.intro .slogan {
	padding:20% 0 0 0;
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


.btn-circle {
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
}




/* ===========================
--- About
============================ */

#about .boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

#about .team{
	margin: 25px auto;
	 
}

#about .team h5 {
	margin-bottom: 20px;
	margin-top: 0px;
}

#about .team p.subtitle {
	margin-bottom: 0px;
	padding:0px;
	font-weight:bold;
}

#about .team .avatar {
	padding: 30px;
	text-align:center;
}

#about .team .avatar img {
	margin:0 auto;
	border:0px solid rgba(239,195,45,1.0);
}



/* ===========================
--- Process
============================ */

#process .service-box{
	
	border-radius:10%;
}
#process .service-icon{
	margin-bottom:0px;
	padding:25px 25px;
	padding-bottom:0px;
	
	/*background-color:rgba(0,0,0,0.03)*/
}
#process .service-icon .material-icons{
	font-size:96px;
}
#process .service-desc{
	padding-top:0px;
}
#process .container{
	overflow:hidden;
}

#process .service-desc p{
	font-size:1.0em;
}

#process .service-desc ul{
	padding:0px;
	padding-top:20px;	
	border-top:0px solid rgba(0,0,0,0.03);
	list-style:none;
	text-align:center;
}
#process .service-desc ul li{
	text-align:center;
	
}
/* ===========================
--- Contact
============================ */

#contact{
	
}

.widget-contact{
	
	margin-top:30px; overflow:hidden;
	
	padding-top:20px;	
	padding-bottom:20px;	
	background-color: rgba(0,0,0,0.05);
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);*/
	
	color:#000;
	
}
.widget-contact:after{	
	background-color: rgba(0,0,0,0.6);
	content: "";
}
#contact .point-text{
	font-size:25px;
	font-weight:bold;
	color:#404040;
}
#contact address{ 
	border-top:0px solid rgba(0,0,0,0.20);
	color:#404040;
}


/* ==========================
Parallax
============================= */

#parallax1{	
	padding-top:100px;
	padding-bottom:70px;
	background-image: url(../img/parallax/news.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	background-color: rgba(0,0,0,0.6);
  	/*background-color: rgba(225,34,68,.8);*/
  	/*background-color: rgba(254,209,54,.8);*/
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
	z-index: -1;
}

/* ==========================
Parallax
============================= */

/* ==========================
contact
============================= */
section#contact {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom:0px;
}
section#contact .section-heading {
  
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
  
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.30);
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.30);
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.30);
}
section#contact :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.30);
}
section#contact .text-danger {
  color: #e74c3c;
}

/* ==========================
contact
============================= */

/* ==========================
news
============================= */

section#news {
	margin-bottom:50px;	
}


/* ===========================
--- Elements
============================ */


/*== footer ==*/

footer {
    /*background-color: #404040;*/
	/*background-color: rgba(139,143,43,1.0);*/
  	/*background-color: rgba(225,34,68,.8);*/
  	/*background-color: rgba(254,209,54,1.0);*/
	padding-top:50px;
 	/*background-color: rgba(239,195,45,1.0);*/
	/*background-color: rgba(64,64,64,0.9);*/
    background-color: rgba(57,182,174,0.9);
	text-align: center;
	border:0px solid #ff0000;
}

footer p {
	color: #fff;
	font-size: 14px;
}


/* ===========================
--- social
============================ */

footer .social-widget ul.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

footer .social-widget ul.team-social {
	text-align: center;
}

footer .social-widget ul.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


footer .social-widget ul.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
footer .social-widget ul.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
footer .social-widget ul.team-social .social-facebook a{border:1px solid rgba(225,225,225,1.0); border-radius:10%}
footer .social-widget ul.team-social .social-twitter a{border:1px solid rgba(225,225,225,1.0); border-radius:10%}
footer .social-widget ul.team-social .social-dribble a{border:1px solid rgba(225,225,225,1.0); border-radius:10%}
footer .social-widget ul.team-social .social-deviantart a{border:1px solid rgba(225,225,225,1.0); border-radius:10%}
footer .social-widget ul.team-social .social-google a{border:1px solid rgba(225,225,225,1.0); border-radius:10%}
footer .social-widget ul.team-social .social-vimeo a{border:1px solid rgba(225,225,225,1.0); border-radius:10%}


/* scroll to top */
.scrollup{
	display:none;
	overflow:hidden;
	z-index:1000;
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: rgba(239,195,45,1.0);
	-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}

a.scrollup {
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

@media (max-width:480px) {

	#about .team .avatar {
		padding: 0px;
	}
	#about .boxed-grey {
		padding: 0px;
	}	
	a.navbar-brand {
		
	}
	
}

@media(min-width:767px) {



}

@media (max-width:768px) {

	
}
@media (max-width: 992px) {

    #intro .slogan h2{
		margin-top:30px;
        font-size: 2em;
		line-height:30px;
    }
	#intro .container{
		padding:0px;
		
	}

}
@media (max-width: 1200px) {
 
 
}

