@charset "UTF-8";

/** -----------------------
 * works
----------------------- **/

.single_works {
	padding-bottom: 100px;
}


.single_works article {
	color: #1F3E27;
	margin-left: 150px;
	padding-top: 85px;
	width: 900px;
}

.single_works article h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

.single_works article .project-info {
	font-size: 14px;
	font-weight: 700;
}
.single_works article .project-info .exp {
	margin-bottom: 20px;
}
.single_works article .project-info .tag {
	margin-top: 10px;
}


.single_works article .content {
	margin-top: 60px;
}

.single_works article .intro {
	margin-bottom: 50px;
}
.single_works article .intro p {
	line-height: 1.8;
}
.single_works article .intro p + p {
	margin-top: 20px;
}

.single_works article .images .image_box {
	margin-bottom: 50px;
}
.single_works article .images p {
	margin-top: 10px;
}
.single_works article .images img {
	margin: 0;
	object-fit: cover;
	height: 560px;
	width: 100%;
}

@media screen and (max-width: 1875px) {
	.single_works {
		padding-bottom: 5vw;
	}


	.single_works article {
        margin-left: 8vw;
        padding-top: 4.6vw;
        width: 50vw;
	}

	.single_works article h1 {
		font-size: 1.05vw;
		margin-bottom: 1.7vw;
	}

	.single_works article .project-info {
		font-size: .75vw;
	}
	.single_works article .project-info .exp {
		margin-bottom: 1.1vw;
	}
	.single_works article .project-info .tag {
		margin-top: .5vw;
	}


	.single_works article .content {
		margin-top: 3.2vw;
	}

	.single_works article .intro {
		margin-bottom: 2.7vw;
	}
	.single_works article .intro p + p {
		margin-top: 1.05vw;
	}

	.single_works article .images .image_box {
		margin-bottom: 2.7vw;
	}
	.single_works article .images p {
		margin-top: .6vw;
	}
	.single_works article .images img {
		height: 30vw;
	}
}

@media screen and (max-width: 780px) {
	.single_works {
		padding-bottom: 14vw;
	}


	.single_works article {
        margin-left: 0;
        padding-top: 12vw;
        width: auto;
	}

	.single_works article h1 {
		font-size: 4.2vw;
		margin-bottom: 5vw;
	}

	.single_works article .project-info {
		font-size: 3.4vw;
	}
	.single_works article .project-info .exp {
		margin-bottom: 3vw;
	}
	.single_works article .project-info .tag {
		margin-top: 1vw;
	}


	.single_works article .content {
		margin-top: 10vw;
	}

	.single_works article .intro {
		margin-bottom: 10vw;
	}
	.single_works article .intro p + p {
		margin-top: 6vw;
	}

	.single_works article .images .image_box {
		margin-bottom: 8vw;
	}
	.single_works article .images p {
		margin-top: 2vw;
	}
	.single_works article .images img {
		height: 52vw;
	}
}


/** -----------------------
 * news
----------------------- **/

.single_news {
	padding-bottom: 100px;
}

.single_news article {
    color: #1F3E27;
    margin-left: 150px;
    padding-top: 85px;
    width: 900px;
}
.single_news article h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.single_news article .meta {
	font-size: 14px;
	margin-bottom: 40px;
}

.single_news article .content p + p {
    margin-top: 20px;
}

@media screen and (max-width: 1875px) {
	.single_news {
        padding-bottom: 5vw;
	}

	.single_news article {
        margin-left: 8vw;
        padding-top: 4.6vw;
        width: 50vw;
	}
	.single_news article h1 {
		font-size: 1.05vw;
        margin-bottom: 2.1vw;
	}

	.single_news article .meta {
		font-size: .75vw;
		margin-bottom: 3.2vw;
	}

	.single_news article .content p + p {
		margin-top: 1.05vw;
	}
}

@media screen and (max-width: 780px) {
	.single_news {
        padding-bottom: 14vw;
	}

	.single_news article {
        margin-left: 0;
        padding-top: 12vw;
        width: auto;
	}
	.single_news article h1 {
        font-size: 4.2vw;
        margin-bottom: 5vw;
	}

	.single_news article .meta {
		font-size: 3.2vw;
		margin-bottom: 10vw;
	}

	.single_news article .content p + p {
		margin-top: 6vw;
	}
}