@charset "utf-8";
/* CSS Document */

/*@import url('https://googleapis.com');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'Jamie Oh! bold';
    src: url('\Jamie-Oh__bold.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: 'Jamie Oh! normal';
    src: url('\Jamie-Oh__normal.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: 'Jamie Oh! thin';
    src: url('Jamie-Oh__thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}


body {
	font-family: 'Noto Sans KR', 'Noto Sans JP','Noto Sans', sans-serif;
	font-weight: 150;
	margin: 0px;
	padding: 0px;
	color: #132b64;
	background-color: #f4f2f0;
	/*background-color: #ebeef0;*/
}

section {padding-bottom: 110px;}

a {text-decoration: none; color: inherit;}
a:visited {text-decoration: none;}
a:hover {color: #f7a98a;}

.Work, .Text, .About {
    width: 18%;
    text-align: center;
	margin-left: 22px;
	margin-right: 22px;
}
.Work:hover img, .Text:hover img, .About:hover img {transform: scale(1.1);}
.thumb {
	height: 400px;
    overflow: hidden;
}
.thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
    transition: all 0.12s linear;
}
@media (max-width:768px) {
	.Work, .Text, .About {
		width:18%;
		margin-left:5px;
		margin-right:5px;
	}
	.thumb {
		height: 150px;
	    overflow: hidden;
	}
	.thumb img {
		height: 100%;
		width: 100%;
		object-fit: cover;
    	transition: all 0.12s linear;
	}
} 


.category {
	text-align: center;
	font-size: 23px;
	font-weight: 485;
	margin-bottom: 20px;
}
@media (max-width : 768px){
	.category{
		font-size: 18px;
	}
}

ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	font-weight: 225;
}
li {margin: 10px;}

@media (max-width : 768px){
	ul{
		font-size: 14px;
	}
}

h3 {
  font-weight: 350;
}

#wrap {
	min-height:100vh;
	width:100%;
	position: relative;
}

.box {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
	width: calc(100% - 50px);
}
@media (max-width: 2000px) {
	.box {
	    width: calc(100% - 50px);
	    margin-bottom: 100px;
    }
}
@media (max-width: 768px) {
	.box {
	    width: calc(100% - 20px);
	    margin-bottom: 80px;
    }
}

.header {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 30px;
	height: 200px;
	overflow: hidden;
}
.header img {
	display: block;
	height: 100%;
	width: 300px;
	max-width: 90vw;
	object-fit: cover;
    object-position: center;
}
@media (max-width : 768px){
	.header {
		font-size: 30px;
		margin-bottom: 60px;
		margin-top: 30px;
		height: 150px;
	}
	.header img {
		width: 200px;
	}
}

.title {
    color: #09183b;
    text-align: center;
	overflow: hidden;
    font-size: 50px;
	font-family: 'Jamie Oh! bold';
}
.title img {
	width: 300px;
}
@media (max-width : 1279px){
	.title {
		font-size: 50px;
	}
	.title img {
		width: 200px;
	}
}
@media (max-width : 768px){
	.title {
		font-size: 30px;
	}
	.title img {
		width: 200px;
	}
}

footer {
	width: 100%;
	height: 120px;
	bottom: 0px;
	padding-top: 28px;
	padding-bottom: 4px;
	position: absolute;
	background-color: #09183b;
	color: white;
	text-align: left;
	font-size: 12px;
	opacity: 0.8;
}
footer img {
	display: block;
	width: 100px;
	height: auto;
	max-width: 100%;
}
@media (max-width:768px) {
	footer {
		height: 75px;
		font-size: 12px;
		padding-top: 0px;
	}
}

.footer {
	width: 49%;
	float: right;
	align-items: center;
}
@media (max-width:768px) {
	.footer {
		padding-top: 1px;
	}
}

.left-footer {
	width: 49%;
	font-size: 55px;
	font-family: 'Jamie Oh! bold';
	float: left;
	bottom: 12px;
	display: flex;
	justify-content: flex-end;
}
@media (max-width:768px) {
	.left-footer {
		font-size: 45px;
		padding-top: 16px;
	}
}

