@charset "UTF-8";

/* ************************
*	Common css
*
*	Author : gplus
*	Release Date : 2024-11-25
*
* *************************
*/

@import url("./font.css");
@import url('../../webfont/remixicon/fonts/remixicon.css');

* { padding: 0;	margin: 0;	box-sizing: border-box; }
html {
	font-family: 'PretendardGOV', sans-serif;
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body, input, textarea, select, button, table { font-family: 'PretendardGOV', sans-serif !important;}

a:hover { font-weight: 400; text-decoration: underline; }

input[type=text], input[type=password], input[type="number"], input[type="tel"], select, textarea,
input[type=button], button, input[type=submit] { font-family: inherit; }
/* */
.inner { width: 80rem; max-width: calc(100% - 2.5rem); margin: 0 auto; }