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

h3{
font-family: "times-new-roman", sans-serif;
font-size: 12px;
font-weight: BOLD;
font-style: normal;
margin: 15px 0px 40px 22px;
}

.style2 p {
font-family: "Gowun Batang", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
font-style: normal;
margin: 10px 0px 0px 22px;

}


a:hover {
  color: #e37400;            /* 주황색 */
}