@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body, html {
	font-family: 'Noto Sans KR', sans-serif; 
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	background-color: #FFFFFF;
}


h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 10px;
    font-weight: 700;	
	font-size: 30px;
	margin: 0;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	color: #444;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #444;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	color: #555;
	font-size:20px;
}
a {
	color: #000000;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ff008a; 
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.container{
	
}


ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
.img-centered {
	margin: 0 auto;
}
/* Navigation */
#menu {
	padding: 24px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	background-image: url(../img/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 252px;
}
#menu a.navbar-brand i.fa {
	color: #f6ff00;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f6ff00;
}
.on {
	background-color: #444 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:  #ff5a00; /*작은화면 햄버거 메뉴*/
	border-color:  #ff5a00;
}
.navbar-default .navbar-toggle: hover>.icon-bar {
	background-color: #FFF;
}

/* Home Style */
header {
	background: #222222;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 2px;
}


.intro-text {
	position: relative;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.intro-text H1 {
	font-size: 50px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 5px 5px 0 #000000;	
}
.intro-text .brand {
	font-weight: 700;	
}

.intro-text p{
	font-size: 30px;
	text-shadow: 2px 2px 0 #000000;	
}

.btn-default {
	color: #ff5a00;
	background-color:#ffffff;
	border-radius: 10px;
	border: 0px;
	margin: 0 8px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #000000;
	border-radius: 10px;
	border: 0px solid rgba(245,152,152,0.2);
	color: #ff5a00;
}
@media (max-width: 768px)
 {
.intro-text H1 {
	font-size: 30px;
	text-shadow: 3px 3px 0 #000000;
}	
 .intro-text p {
	font-size: 20px;
}
}


/* About Section */
#about-section {
	padding: 0 0 0 0;
	background: #fff;
}
#about-section .color {
	color: #ff5a00;
}
#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
}

.about-text {
	margin:0 auto;
	width:500px;
	padding-left: 50px;
	padding-right: 10px;
	font-size:18px;
}


.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 20px;
	color: #444;
	text-transform: uppercase;
}

.section-title hr { 
	height: 5px;
	width: 60px;
	background: #444444;
	position: relative;
	border: 0;
	margin-top: 20px;
	margin-bottom: 40px;
}
#about-section i.fa {
    font-size: 20px;
    color: #ffffff;
    background-color: #cc0000;
    border-radius:10%;
	margin-right: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
	line-height: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;

}

/* Gallery Section 
==============================*/
#works-section {
	padding: 30px 30px 30px 30px;
	background: #2a2c32;
}


.categories {
	padding-bottom: 30px;
	
}



ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 0px;
}
ol.type li a {
	color: #999;
	padding: 6px 10px;
	text-transform: uppercase;
}
ol.type li a.active {
	color: #333333;
	background: #ffffff;
    border-radius: 4px;
		
	
}
ol.type li a:hover {
	color: #333333;
	background: #ffffff;
	border-radius: 4px;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item  {
	margin-bottom: 20px;
}
.portfolio-item .hover-bg {
	max-height: 500px;
	overflow: hidden;
	position: relative;
	border-radius: 0px;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.9); /*포트폴리오 썸네일*/
	padding: 20% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.hover-bg .hover-text h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.hover-bg:hover .hover-text h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}


#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid rgba(255,192,0,1);
	font-size: 20px;
	padding: 4px;
	border-radius: 50%;
	color: #ffc000;/*+표시*/
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	color:#ffffff;
	font-weight: 300;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f6f6f6+100 */
	background-color: #423e4b; /* Old browsers */
	/*background: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 600;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	color:#999999;

}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-weight: 400;

	color:#ffc000;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	color:#ffc000;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
	border-radius: 0px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #eeeeee;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #eeeeee;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #FFFFFF;
	font-size: 20px;
	padding:10,10,10,10;
	background-color:#000000;
	border: 2px solid #000000;
	border-radius:6px;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #fff;
	background-color: #555555;
	border: 2px solid #555555;
	border-radius: 10px;
}


/* Footer */
#footer {
	background: #000000;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #ffffff;
}

#footer a {
	color: #ffc7a9;
}


@media (max-width: 768px) {
label {
	float: none !important
}

.hover-bg .hover-text {
	padding: 20% 0;
}	
.content {
	padding: 40% 0 0;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.3);
}
}

@media (max-width: 603px) {
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 20% 0;
}
}

@media (max-width: 360px) {

.hover-bg .hover-text {
	padding: 20% 0%;
}
}
