*{
			margin:0;
			padding: 0;
			box-sizing: border-box;
			font-size: 100%;
			font-weight: ;
background-color: whitesmoke;
/*background-color: #dcf6f6;*/
}


h1 {
	font-family: "times-new-roman", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 40px 0px 50px 20px;
	word-break: keep-all;
	width: 500px;
	max-width: 100%;
	font-weight: 700;
	font-style: normal;

}
h2 {
	font-family: "times-new-roman", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	word-break: keep-all;
	width: 500px;
	max-width: 100%;
	font-weight: 700;
	font-style: normal;
}
p 	{
	font-family: "Gowun Batang", sans-serif;

font-size: 12px;
font-weight: 400;
line-height: 1.8;
font-weight: bolder;
font-style: normal;
margin: 00px 0px 10px 00px;
display: inline-block;
background-color: white;

}
.hello {
	margin: 50px 0px 50px 20px;
	width: 1920px; 	
	border: 0px solid;
	gap: 5px;
	display: flex;
	flex-flow: wrap;
	justify-content: left;
	align-items: flex-start;
	max-width: 100%;
	border: 0px solid;
}
.new{
	margin: 10px;
	width: 150px;
	border: 0px solid;
}
.new1{
	display: flex;
	flex-flow: wrap;
	justify-content: left;
	align-items: flex-start;
}
.new2{
	display: flex;
	flex-flow: wrap;
	justify-content: left;
	align-items: flex-start;
}
.new3{
	display: flex;
	flex-flow: wrap;
	justify-content: left;
	align-items: flex-start;
}

.new4
{
	display: flex;
	flex-flow: wrap;
	justify-content: left;
	align-items: flex-start;
}
.new5
{
	display: flex;
	flex-flow: wrap;
	justify-content: left;
	align-items: flex-start;
}

.hello a{
	margin: 0px 0px 30px 0px;
	font-family: "Gowun Batang", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	font-weight: bolder;
	font-style: normal;

}


img
{
	margin: 5px;
	border: 0px solid;
	padding: 10px;
	height: auto;
}
.new .hi2{
	background-color: white;
	color: black;
;}

.hello img:nth-of-type(1) { width: 600px; }
.hello img:nth-of-type(2) { width: 300px; }
.hello img:nth-of-type(3) { width: 300px; }
.hello img:nth-of-type(4) { width: 300px; }

.new1 img:nth-of-type(1) { width: 300px; }
.new1 img:nth-of-type(2) { width: 300px; }
.new1 img:nth-of-type(3) { width: 300px; }
.new1 img:nth-of-type(4) { width: 200px; }
.new1 img:nth-of-type(5) { width: 400px; }
.new1 img:nth-of-type(6) { width: 200px; }

.new2 img:nth-of-type(1) { width: 300px; }
.new2 img:nth-of-type(2) { width: 300px; }
.new2 img:nth-of-type(3) { width: 300px; }
.new2 img:nth-of-type(4) { width: 500px; }

.new3 img:nth-of-type(1) { width: 300px; }
.new3 img:nth-of-type(2) { width: 250px; }
.new3 img:nth-of-type(3) { width: 200px; }
.new3 img:nth-of-type(4) { width: 400px; }

.new4 img:nth-of-type(1) { width: 500px; }
.new4 img:nth-of-type(2) { width: 400px; }


.new5 img:nth-of-type(1) { width: 400px; }
.new5 img:nth-of-type(2) { width: 200px; }
.new5 img:nth-of-type(3) { width: 200px; }
.new5 img:nth-of-type(4) { width: 200px; }
.new5 img:nth-of-type(5) { width: 220px; }

.new6 img:nth-of-type(1) { width: 250px; }
.new6 img:nth-of-type(2) { width: 250px; }
.new6 img:nth-of-type(3) { width: 250px; }
.new6 img:nth-of-type(4) { width: 250px; }
.new6 img:nth-of-type(5) { width: 250px; }
.new6 img:nth-of-type(6) { width: 250px; }
.new6 img:nth-of-type(7) { width: 250px; }
a:hover {

  color: #e37400;            /* 주황색 */

}