/*
Template: 		REEN – Made for Designers
Description: 	Creative Portfolio Bootstrap 3 Template
Version: 		1.1
Author: 		fuviz
Demo URI: 		http://demo.fuviz.com/reen
*/

/*===================================================================================*/
/*	GENERAL
/*===================================================================================*/

/* ================================================================================= */
/*  메인메뉴 li의 넓이속성값
.navbar-nav { padding-left: 30px; }
.navbar-nav > li > a { }
*/

 /* Line 1456 
 .navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus
 카테고리 대메뉴 마우스 오버 */ 
 
/* bootstrap.css */ 
/* 서브메뉴 넓이에 관한 설정 
Line 2969     .dropdown-menu 
mn-width : 80px;
*/ 

::selection {
    background: #AAF2E4; /* Safari */
    color: #506A85;
}
::-moz-selection {
    background: #AAF2E4; /* Firefox */
    color: #506A85;
}

body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*background-color: #283645;*/
    /*color: #73879C;*/
    /*font-size: 18px;*/
	/*	line-height: 150%; */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     
    -webkit-text-size-adjust: none; 
		-moz-text-size-adjust: none; 
		-ms-text-size-adjust: none; 

		/*-moz-osx-font-smoothing: grayscale;*/
	/*	text-rendering: optimizeLegibility;  */
	/*
		overflow-x: hidden;
		height: auto !important;
	*/
}



.container {
  /*
  padding-right: 15px;
  padding-left: 15px;
  */
  margin-right: auto;
  margin-left: auto;
}


.navbar {	background-color: #ffffff;  }



a {
    color: inherit;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a:hover,
a:focus {
    
    text-decoration: none;
}

/* 로고에 효과줄때 쓰면 좋음
a .logo {
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a:hover .logo {
	opacity: .6;
}
*/



/*===================================================================================*/
/*	HEADER
/*===================================================================================*/

.navbar .container {
	display: table;
  padding: 0;   
}
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 8000;
    min-height: inherit;        
}
.navbar ul {
	list-style: none;
}


.navbar-brand {
	/*float: left;	
	display: table-cell;	*/
	position:relative;
	vertical-align: middle;	
	height:40px;
	margin:0 auto;
  padding: 20px 0px 0px 10px;	
  border:0px solid #ff00ff; 
}

/*
.navbar-brand {
	position:relative;
	vertical-align: middle;	  
	height:40px;
	margin:0 auto;
  padding: 20px 0px 0px 10px;	
  border:0px solid #ff00ff; 
}
*/



.navbar-header .navbar-brand {
	display: none;
}
.navbar-header { /* Nav 상단 부분 정의 */
  float: none !important;  
	position: relative;
	
	background: #416eb1;
	border-bottom: 0px solid #dddddd;
	
	/*height:30px;*/
	height:39px;
	
	text-align:right;
	z-index: 0;
}

.navbar-header li,
.navbar-header a {
	display: table-cell;
	vertical-align: middle;
	height: 39px;
}
.navbar-collapse {
    position: relative;
    background-color: #FFFFFF;
		width: 100%;
		/*height:400px;*/
		border-bottom: 1px solid #CCCCCC;
}
.stuck {
	position: fixed !important;
	top: 0;
}
.navbar-nav {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-left: 0px;
  margin: 0;  
  /* min-width:1190px;  */
  min-width:1200px;  
}
.navbar-nav li.dropdown, 
.navbar-nav li.navlastname_nobg { width:200px; background:url() no-repeat;  background-position:199px 20px;}


.navbar-nav li.dropdown:hover, .navbar-nav li.navlastname_nobg:hover {border-bottom:2px solid #dcdcdc;}

.navbar-nav > li > a {
    font-size: 19px;
		line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
    letter-spacing:-1px;
    font-family:nsr,'Nanum Gothic',나눔고딕,나눔바른고딕,돋움;
    /*color: #506A85;*/
    color: #333; 
    /*padding: 25px 130px 15px 50px;*/     
    /*padding: 25px 178px 15px 0px;*/
    padding: 25px 0px 15px 0px;
    
  /*
  background:url(/images/nav/nav_cell.png) no-repeat;
  background-position:190px 20px;
  */ 
	border: 0px solid #efefef;
	border-bottom: none;
	-webkit-border-top-right-radius: 3px;
	 -webkit-border-top-left-radius: 3px;
	    -moz-border-radius-topright: 3px;
	     -moz-border-radius-topleft: 3px;
	        border-top-right-radius: 3px;
	         border-top-left-radius: 3px;
	/*bottom: -1px;*/
	bottom: 0px;
	z-index: 1;
}
.navbar-nav li.navlastname_nobg {background:none; padding-left:10px; padding-right:0;}
/* .navbar-nav li.navlastname_nobg a {padding-right:0px;} */

.skrollable-after .navbar-nav > li > a {
	margin-top: -1px;
	-webkit-border-top-right-radius: 0;
	 -webkit-border-top-left-radius: 0;
	    -moz-border-radius-topright: 0;
	     -moz-border-radius-topleft: 0;
	        border-top-right-radius: 0;
	         border-top-left-radius: 0;
}
.nav > li > a:hover {
    background-color: #FFFFFF;
    /*border-color: #E6E9ED;*/
    color: #5c7a0b;
}
.nav > li > a:focus {
    
    background-color: #FFF;
    /*
    border-color: #FFF;
    */
}
.navbar .dropdown-menu {
    padding:0 0 0 0px;
    font-size:15px;
    /* margin: 0 0 0 43px; */
    margin: 0 auto 0 0px;    
    width:100%; max-width:230px;
    /*width:100%; max-width:188px; 2018.06.01 */
    /*width: 138px;*/
    /*width: 148px;*/
    /*width: 185px;*/
    background: #ffffff;
		border: none;
		border: 1px solid #E6E9ED; /* 서브메뉴에 테두리 */
		border-top:3px solid #dcdcdc; 
		border-bottom-width: 1px;
		border-bottom-color: #CED2D6;
	  /*
	    -webkit-border-radius: 3px !important;
	       -moz-border-radius: 3px !important;
	            border-radius: 3px !important;
		-webkit-border-top-left-radius: 0 !important;
		    -moz-border-radius-topleft: 0 !important;
			    border-top-left-radius: 0 !important;
		*/
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		        box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		z-index: 0;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: transparent;
    border: none;
    border-top: 1px solid #E6E9ED;    
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    border: none;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
	line-height: 18px;
    padding: 13px 30px 13px 30px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
	white-space: normal;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    background-color: #FFFFFF;
    color: #4c4c4c;    /* 카테고리 대메뉴 마우스 오버 */ 
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    /*background-color: #F5F7FA;*/
    /*background-color: #FFFFFF;*/   /* 카테고리 대메뉴 마우스 오버 */ 
    border-color: #FFFFFF;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none;
}
.navbar .dropdown-submenu .dropdown-menu {
	top: -1px !important;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #efefef;   /* 드랍다운메뉴 돌출시 마우스 오버 */     
    color: #000 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 
}


.navbar-header .header-headmenu { position:relative; display:block; width:1200px; max-width:1200px;   text-align:right; } 
.header-screen-btn {float:right;position:relative;display:block;padding-right:0;margin:0 23px 0 0;}
.header-screen-btn li {background:#5d5d5d;height:39px;}
.header-screen-btn li a{color:#eaeaea;}
.header-screen-btn li a:link,
.header-screen-btn li a:visited,
.header-screen-btn li a:active {color:#eaeaea;text-decoration:none;}
.header-screen-btn li a:hover{color:#fff;}
.header-screen-btn li.btn1 a {width:39px;height:39px;text-align:center;font-size:16px;font-weight:bold;color:#ebeaea;} 
.header-screen-btn li.btn2 a {width:69px;height:39px;text-align:center;font-size:13px;font-weight:bold;color:#ebeaea;background:#464646;} 
.header-screen-btn li.btn3 a {width:39px;height:39px;text-align:center;font-size:26px;font-weight:bold;color:#ebeaea;} 
.navbar-header .info {	
	float:right;
	position:relative; 
	display:block; 	
	padding: 0;
  margin: 0;  
}
.navbar-header .info li {		
    font-size: 12px;
    padding-top:0px;
    padding-right: 12px;
    color:#848383; font-size:10px; 
}
.navbar-header .info li a {
    font-size: 13px;
    color: #eaeaea;
    font-weight:bold;
    padding-top:0;
}
.navbar-header .info a:hover {
    color: #fff;
}

.navbar-header .info li.google a {background:none;color:#eaeaea; padding:0;margin:0;}
.navbar-header .info li.google a:link, 
.navbar-header .info li.google a:visited, 
.navbar-header .info li.google a:active {color:#fff;}
.navbar-header .info li.google a img {width:10px; }


.navbar-form {
    padding: 0;
    margin: 0;
}
.btn.responsive-menu {
    display: none;
		width: 40px;
		height: 40px;
    font-size: 18px;
    text-align:center;
    padding: 0;
    margin: 0 25px;
    color:#FFFFFF;
    background:#b5b5b5;
}


/*===================================================================================*/
/*	MEGA MENU
/*===================================================================================*/

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static;
}
.yamm .navbar-inner,
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
	top: auto;
    left: auto;    
	-webkit-border-top-left-radius: 3px !important;
	    -moz-border-radius-topleft: 3px !important;
		    border-top-left-radius: 3px !important;
}
.yamm .dropdown-menu > li {
    display: block;
}
.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}
.yamm .yamm-content {
	font-size: 12px;
	line-height: 22px;
    padding: 30px 40px;
    text-align:center;
	margin-left: -20px;
	margin-right: -20px;
}
.yamm .yamm-content .inner {
	padding: 0 20px;
}
.yamm .yamm-content li {
	line-height: inherit;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.yamm .yamm-content:after {
    clear: both;
}
.yamm .nav > li > .dropdown-menu:after,
.yamm .nav > li > .dropdown-menu:before {
    display: none;
}
.yamm .yamm-content img {
    width: 100%;
}
.yamm .yamm-content a {
    color: inherit;
}
.yamm .yamm-content h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.yamm .yamm-content p {
	font-size: inherit;
	line-height: inherit;
    margin-bottom: 15px;
}
.yamm .yamm-content .btn {
	margin: 10px 0;
}
.yamm .yamm-content a:hover {
    color: #9bda81;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}










input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}



/*===================================================================================*/
/*	GO TO TOP / SCROLL UP
/*===================================================================================*/

#scrollUp {
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	line-height: 100%;
	color: #FFF;
	background-color: #506A85;
	padding: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	opacity: .5;
}
#scrollUp:hover {
	color: #1ABB9C;
	opacity: 1;
}



/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/
/******
@media (min-width: 1200px) { 

	.navbar .dropdown-submenu > a:after {
	    display: none;
	}
	.navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
	    margin-top: 0;
	}
	.dropdown-submenu {
	    position: relative;
	}
	.dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	}
	.dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
	    display: block;
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu.pull-left {
	    float: none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: 200ms;
	    animation-iteration-count: 1;
	    animation-timing-function: ease-out;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: 200ms;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease-out;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: 200ms;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease-out;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
			margin-top: -30px;
	        opacity: 0;
	    }
	    to {
			margin-top: 0;
	        opacity: 1;
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
			margin-top: -30px;
	        opacity: 0;
	    }
	    to {
			margin-top: 0;
	        opacity: 1;
	    }
	}
}
*****************************/

/*@media (min-width: 1025px) and (max-width: 1199px) {*/
@media (min-width: 1025px) {
	
/*	br {
		display: none;
	}*/

	.navbar .dropdown-submenu > a:after {
	    display: none;
	}
	.navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
	    margin-top: 0;
	}
	.dropdown-submenu {
	    position: relative;
	}
	.dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
	    top: 0;
	    left: 100%;
	    margin-top: -6px;
	}
	.dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
	    display: block;
	}
	.dropdown-submenu>a:after {
	    display: block;
	    content: " ";
	    float: right;
	    width: 0;
	    height: 0;
	    margin-top: 5px;
	    margin-right: -10px;
	}
	.dropdown-submenu.pull-left {
	    float: none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
	    left: -100%;
	    margin-left: 10px;
	}
	.open > .dropdown-menu,
	.open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
	    animation-name: slidenavAnimation;
	    animation-duration: 200ms;
	    animation-iteration-count: 1;
	    animation-timing-function: ease-out;
	    animation-fill-mode: forwards;
	    -webkit-animation-name: slidenavAnimation;
	    -webkit-animation-duration: 200ms;
	    -webkit-animation-iteration-count: 1;
	    -webkit-animation-timing-function: ease-out;
	    -webkit-animation-fill-mode: forwards;
	    -moz-animation-name: slidenavAnimation;
	    -moz-animation-duration: 200ms;
	    -moz-animation-iteration-count: 1;
	    -moz-animation-timing-function: ease-out;
	    -moz-animation-fill-mode: forwards;
	}
	@keyframes slidenavAnimation {
	    from {
			margin-top: -30px;
	        opacity: 0;
	    }
	    to {
			margin-top: 0;
	        opacity: 1;
	    }
	}
	@-webkit-keyframes slidenavAnimation {
	    from {
			margin-top: -30px;
	        opacity: 0;
	    }
	    to {
			margin-top: 0;
	        opacity: 1;
	    }
	}
}


/*
@media (min-width: 480px) and (max-width: 1024px) {
*/
@media (min-width: 300px) and (max-width: 1024px) {
	
	html {
		overflow-x: hidden;
	}
	
	
	/*
	br {
		display: none;
	}
	*/

	[class*="col-md"][class*="inner-left"],
	[class*="col-md"][class*="inner-right"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	[class*="col-md"][class*="border-left"] {
		border-left: none;
	}
	
	[class*="col-md"][class*="border-right"] {
		border-right: none;
	}
	
	
	
			
	.navbar .dropdown-menu {
    padding: 0;
    margin: 0 15px 0 5px;    
    background: #F5F7FA;
		border: none;
		border: 1px solid #E6E9ED; /* 서브메뉴에 테두리 */  
		border-bottom-width: 2px;
		border-bottom-color: #CED2D6;
	    -webkit-border-radius: 3px !important;
	       -moz-border-radius: 3px !important;
	            border-radius: 3px !important;
		-webkit-border-top-left-radius: 0 !important;
		    -moz-border-radius-topleft: 0 !important;
			    border-top-left-radius: 0 !important;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		        box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		z-index: 0;
	}
	
	
	
	.navbar-header .navbar-brand {
		display: inline-block;		
		vertical-align: top;
		padding: 0 0 0 0px;		
		height:100%;		
	}
		
	.navbar-collapse .navbar-brand {
		display: none;
	}
	
	.navbar-collapse.collapse {
		display: none !important;
	}
	
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	
	.navbar .container {
		display: block;		
	}
	
	.navbar .social,
	.navbar .info {
	    display: none;
	}
	
	.navbar-nav {
		padding-left: 0;
	}
	
	.navbar-header {		
	    /*padding: 25px 0;*/
	    
	    background:#ffffff; 
	    
	    /*background:url(/images/nav/logo_background.jpg) repeat-y top left; */
	    
	    border:0;
	    padding: 15px 0 20px 0;	  
	    position:relative; 	    
	    /*height:60px; */
	}
	
	.navbar-header .logo { margin-top:0px; height:28px;}
	
	.btn.responsive-menu {		
	    display: table;	    
	}
	.btn.responsive-menu i {
	    display: table-cell;
			vertical-align: middle;
	}
	.btn.responsive-menu span {
	    display: table-cell;
			vertical-align: middle;
			text-align:center;
	}
	.navbar-collapse {
	    position: static !important;			
	    max-height: inherit;
	}
	.navbar-collapse:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	.yamm .nav,
	.yamm .dropup,
	.yamm .dropdown,
	.yamm .collapse {
		float: none;
	    position: relative;
	}
	.yamm .dropdown-menu {
	    position: relative;
	    left: inherit;
	    top: inherit;
	    float: none;
	    width: 100%;	   
	}
	.yamm .yamm-content {
	    padding: 12px 0;
	    font-size: 13px;
	}
	.navbar-nav {
		display: block;
		padding: 15px 0;
	}
	.navbar-nav > li {
		display: block;
	}
	.navbar-nav > li > a {
		padding-left: 0;
		padding-right: 0;
		border: none;
		border-radius: 0;
	}
	.navbar-nav > li > a:focus {
		background: none;		
	}
	.navbar-nav .dropdown-menu {
		border: none;
		box-shadow: none;
	}
	.navbar-nav .dropdown-submenu .dropdown-menu {
		top: 0 !important;
	    padding-left: 20px;
	}
	.navbar-nav .dropdown + .dropdown {
		border-top: 1px solid #E6E9ED;
	}
	.navbar-nav .dropdown-menu > li:last-child {
		margin-bottom: 20px;
	}
	.navbar-nav .searchbox {
		float: left !important;
		display: block;
		width: 100%;
	}
	.navbar-header {
	    float: left;
	    width: 100%;
	}
	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
}

/*
@media (max-width: 969px) { 
	.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	    width: 100%;
	}
}
*/

/*
@media (min-width: 768px) and (max-width: 979px) {
	
	.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	    width: 100%;
	}
	
	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	
}
*/

@media (max-width: 767px) {
	
	/*
	body {
		height: 100vh;
	}
	*/
	
	h1,
	h2,
	h3,
	h4 {
		letter-spacing: .0125em;
	}
	
	h1 {
		font-size: 33px;
		line-height: 120%;
		margin-bottom: 20px;
	}
	
	header p {
		font-size: 20px;
	}
		
	
	.last-bottom {
		padding-bottom: 20px !important;
	}
	
	.last-bottom + .last-bottom {
		padding-bottom: 0 !important;
	}
	
	[class*="col"] > figcaption:first-child {
		padding-top: 20px;
	}
	
	
	[class*="col"][class*="border-left"] {
		border-left: none;
	}
	
	[class*="col"][class*="border-right"] {
		border-right: none;
	}
	
	
	#hero .info,
	#hero .info,
	#hero .info,
	.items li .text-overlay .info.big,
	.thumbs .thumb .text-overlay .info.big,
	.owl-carousel .item .text-overlay .info.big {
		margin-top: -25px;
	}
	.items li .text-overlay .info h2,
	.thumbs .thumb .text-overlay .info h2,
	.owl-carousel .item .text-overlay .info h2,
	.items li .text-overlay .info h3,
	.thumbs .thumb .text-overlay .info h3,
	.owl-carousel .item .text-overlay .info h3,
	.items li .text-overlay .info h4,
	.thumbs .thumb .text-overlay .info h4,
	.owl-carousel .item .text-overlay .info h4 {
		font-size: 16px;
		line-height: 150%;
	}
	.items li .text-overlay .info p,
	.thumbs .thumb .text-overlay .info p,
	.owl-carousel .item .text-overlay .info p,
	.items li .text-overlay .info.big p,
	.thumbs .thumb .text-overlay .info.big p,
	.owl-carousel .item .text-overlay .info.big p,
	#hero .items li .text-overlay .info.big p,
	#hero .thumbs .thumb .text-overlay .info.big p,
	#hero .owl-carousel .item .text-overlay .info.big p {
		font-size: 14px;
		line-height: 140%;
		padding-top: 0;
	}
	
	
	
	[class*="col"][class*="inner-left"],
	[class*="col"][class*="inner-right"],
	[class*="col"][class*="reset-padding"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	[class*="inner-top"].reset-xs {
		padding-top: 0 !important;
	}
		
	.yamm-content {
		margin-top: 25px;
	}
	
	.yamm-content > [class*="col"] {
		margin-bottom: 50px;
	}
		
	.navbar .container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	
	img {
	    max-width: 100%;
	    height: auto;
	}
	
	.yamm .yamm-content.row {
	    margin-bottom: -30px
	}
	
	.btn.responsive-menu {    
		width: 25px;
		height: 25px;
    font-size: 14px;
    text-align:center;
    padding: 0;
    margin: 0 15px;
    color:#FFFFFF;
    background:#b5b5b5;    
	}
	
	.navbar .dropdown-menu {
    padding: 0;
    margin: 0 0 0 5px;    
    background: #F5F7FA;
		border: none;
		border: 1px solid #E6E9ED; /* 서브메뉴에 테두리 */
		border-bottom-width: 2px;
		border-bottom-color: #CED2D6;
	    -webkit-border-radius: 3px !important;
	       -moz-border-radius: 3px !important;
	            border-radius: 3px !important;
		-webkit-border-top-left-radius: 0 !important;
		    -moz-border-radius-topleft: 0 !important;
			    border-top-left-radius: 0 !important;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		        box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		z-index: 0;
	}		
}

@media (min-width: 768px) and (max-width: 1024px) {
	
	#hero .btn {
		margin-top: 35px;
	}
		
}


/*===================================================================================*/
/*	DEMO ONLY
/*===================================================================================*/

a.changecolor {
	cursor: pointer;
}


/*===================================================================================*/
/*	SKROLLR ANIMATIONS
/*===================================================================================*/

.navbar .navbar-collapse {
	-skrollr-animation-name: shrink-header;
}

.navbar .navbar-brand img {
	-skrollr-animation-name: shrink-logo;
}

@-skrollr-keyframes shrink-header {
	40 {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0);
		   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.0);
				box-shadow: 0 10px 10px rgba(0,0,0,0);
	}

	300 {
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
				box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	}
}

@-skrollr-keyframes shrink-logo {
	40 {
		max-height: 40px;
	}

	300 {
		max-height: 20px;
	}
}


@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-header .logo {display:block; margin-top:0px; margin-left:20px; height:28px;}
	.btn.responsive-menu {display:none;}
}

@media (min-width: 480px) and (max-width: 767px) {
	.btn.responsive-menu {display:none;}
}
@media (min-width: 320px) and (max-width: 479px) {
	.btn.responsive-menu {display:none;}
	.navbar-header {background:#fff;}
	.navbar-header .header-headmenu {display:none;}
}