* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Verdana', 'malgun gothic';
	font-size: 1.4rem;
	color: #444;
	line-height: 1;
	letter-spacing: -0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

table {
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset,
hr {
	border: none;
}

ul,
li,
ol {
	list-style: none;
	margin: 0;
}

address,
em {
	font-style: normal;
}

img,
video,
canvas {
	height: auto;
}

legend {
	display: none;
}

input,
select,
textarea,
button {
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

button {
	background: none;
}


select { 
	background-color:#fff;
}

/* select
{
   -webkit-appearance:none;
   -moz-appearance:none;
   background-image:url(/images/common/img_select_arrow.png);
   background-position:95% 50%;
   background-repeat:no-repeat
}

select::-ms-expand
{
   display:none;
} */


.textAL {
	text-align: left !important;
}

.textAC {
	text-align: center !important;
}

.textAR {
	text-align: right !important;
}

.textCut {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

.hide, .hidden {
	display:none !important;
}