@charset "utf-8";
/* 새글 스킨 (latest) */

/* bootstrap */
section {display: block;}
.row {}

.col-lg-6, .col-md-6, .col-lg-6, .col-md-12 {position: relative; min-height: 1px;}

@media (min-width: 992px) {
  .col-md-6, .col-md-12 {float: left; }
  .col-md-12 {width: 100%;}
  .col-md-6 {width: 50%;}
}

@media (min-width: 1200px) {
  .col-lg-6 {float: left;}
  .col-lg-6 {width: 50%;}
}

.container:before,
.container:after {display: table; content: " ";}
.container {width: 100%; margin-right: auto; margin-left: auto; overflow:hidden;}


/* text, btn */
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF;
	font-size:1.15em;
	margin:0 0 10px 0;
}
.white-stext {
	color: #FFFFFF;
	font-size:13px;
	text-align:left;
}

.white-textm {
	color: #ddd;
	font-size:14px;
	margin:0 0 10px 0;
}

.red-btn {
	background: #e96656;
}
.green-btn {
	background: #20AA73;
}
.blue-btn {
	background: #3ab0e2;
}
.yellow-btn {
	background: #E7AC44;
}
.red-btn,.green-btn,.blue-btn,.yellow-btn {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.red-btn:hover {
	color: #FFF;
	background: #cb4332;
}
.green-btn:hover {
	color: #FFF;
	background: #069059;
}
.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}


/* PROJECT DETAILS LOADER */
#back-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}
#back-button i {
	margin-right: 10px;
}
#green-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}
#green-button i {
	margin-right: 10px;
}
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(../img/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	        background-size: 30px 30px;
	border-radius: 5px;
}

/* work */
.works h1,.works h2,.works h3,.works h4,.works h5,.works h6 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.works h1,.works h2 {
	font-weight: 700;
	text-transform: uppercase;
}
.works h1 {
	font-size: 55px;
}
.works h2 {
	font-size: 45px !important;
	line-height: 55px;
}
.works h3 {
	font-size: 24px;
}

.section-header {
	text-align: center;
	padding-bottom: 75px;
}
.section-header h2 {
	padding-bottom: 10px;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.section-header h6 {
	font-size: 16px;
}

.works {
	padding-bottom: 50px;
	background: #FFFFFF;
}

/* IMAGE GRID */
.cbp-rfgrid {
	margin: auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 45%; /* Fallback */
	width: -webkit-calc(90% / 2);
	width: calc(90% / 4);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
	text-align:center;
	margin:0 1.25% 50px 1.25%;
	height:auto;
}
.cbp-rfgrid li a,.cbp-rfgrid li a img {
	/* display: block; */
	max-width: 100%;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}
.cbp-rfgrid li a:hover img {
	-webkit-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
	        transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
}

.details_bg {display:inline-block; text-align:center; background:#baa963; padding:0 50px; height:50px; line-height:50px; margin:20px 0 0 0; font-weight:400;}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .project-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -156px;
	background: rgba(0,0,0,0);
	margin: 0;
	text-align: center;
	filter: alpha(opacity=100);
	opacity: 100;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
}
.cbp-rfgrid li a .project-info .project-details {
	position: relative;
	display:block;
	padding:30px 15px;
	background: rgba(0,0,0,0.3);
	bottom: 0;
	filter: alpha(opacity=100);
	opacity: 100;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-size:1.75em;
}
.cbp-rfgrid li a:hover .project-info {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 0;
}


/* 추가 */
.cbp-rfgrid li a .project-info01 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -200px;
	background: rgba(0,0,0,0);
	margin: 0;
	text-align: center;
	filter: alpha(opacity=100);
	opacity: 100;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
}
.cbp-rfgrid li a .project-info01 .project-details {
	position: relative;
	display:block;
	padding:30px 15px;
	background: rgba(0,0,0,0.3);
	bottom: 0;
	filter: alpha(opacity=100);
	opacity: 100;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
}
.cbp-rfgrid li a .project-info01 h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-size:1.75em;
}
.cbp-rfgrid li a:hover .project-info01 {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 0;
}



.cbp-rfgrid li a:hover .project-details {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.cbp-rfgrid li a:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: -50px;
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1600px) {
	.cbp-rfgrid li a .project-info h5 {
		font-size:30px;
	}
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1480px) {
	.cbp-rfgrid li a .project-info h5 {font-size:24px;}
	.white-text {font-size:14px;}
	.white-textm {color:#ddd; font-size:13px;	margin:0 0 10px 0;}
}

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
	width: 45%; /* Fallback */
width: -webkit-calc(90% / 2);
	width: calc(90% / 2);
}
}
@media screen and (max-width: 1024px) {
	.cbp-rfgrid li {
	width: 45%; /* Fallback */
	width: -webkit-calc(90% / 2);
	width: calc(90% / 2);
	}
	.cbp-rfgrid li a .project-info {
		bottom: 0;
	}
	.cbp-rfgrid li a .project-info .project-details {
		padding:15px;
	}
	.details_bg {display:inline-block; text-align:center; background:#baa963; padding:0 30px; height:35px; line-height:35px; margin:10px 0 0 0; font-weight:400;}
	.cbp-rfgrid li a .project-info h5 {
	margin-bottom: 10px;
	font-size:1.5em;
	}

	.cbp-rfgrid li a .project-info01 {
		bottom: 0;
	}
	.cbp-rfgrid li a .project-info01 .project-details {
		padding:15px;
	}
	.cbp-rfgrid li a .project-info01 h5 {
	margin-bottom: 10px;
	font-size:1.5em;
	}
}
@media screen and (max-width: 768px) {
	.cbp-rfgrid li {
	width: 100%; /* Fallback */
width: -webkit-calc(100% / 1);
	width: calc(100% / 1);
	margin:0;
	}
	.works {padding-top:0;}
}
@media screen and (max-width: 480px) {
	.works {padding:0;}
	.cbp-rfgrid li {
	width: 100%;
	margin:0 0 30px 0;
}
}
@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
	width: 100%;
}
}



/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */

.single-project {
	font-family: 'Lato', sans-serif !important;
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	overflow-x: hidden !important;
	line-height: 25px;
	text-align: center;
}
.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.single-project h3 {
	font-size: 24px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}

.single-project ul, .single-project ol {
padding-left: 0 !important;
}
.single-project li {
    list-style: none;
}
