/**
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 

body,html {
  font-family: "Noto Sans KR", sans-serif;
  font-style: normal;
  font-size: 14px !important;
}
  **/

.gp5 {

	div {
		font-family: "Noto Sans KR", sans-serif;
		font-style: normal;
		font-size: 14px ;
	}

	a { 
		text-decoration: none; color: inherit;
	}

	a:hover{
		text-decoration: none; color: inherit;
	}

	.row {
		margin:0; padding:0;
	}

	p {
		padding:0; margin:0;
	}

	.col,[class^="col-"] {
		margin:0; padding:0;
	}

	btn:focus,
	a:focus {
		outline: none !important;
		box-shadow: none !important;
	}

	.form-control,
	.form-select {
		border-radius: 0 !important; font-size:13px;
	}

	textarea:hover,
	input:hover,
	textarea:active,
	input:active,
	textarea:focus,
	select:focus,
	input:focus,
	button:focus,
	button:active,
	button:hover,
	label:focus,
	.btn:active,
	.btn.active {
		outline: 0px !important;
		-webkit-appearance: none;
		box-shadow: none !important;
	}

	label {
		cursor: pointer;
	}

	.row {
		align-items: center;
	}

	ul {
	padding:0;
	margin:0;
	}

	ul li {
	padding:0;
	margin:0;
		list-style: none;
	}

	.gcontainer {
		max-width: 1300px;
		margin: 0 auto;
	}

}