@charset "utf-8";

/*---------------------------------------------------*/
/*                  Reset Common                     */
/*---------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: 'SUIT Variable', sans-serif;
	font-weight: 400;
	color: #454545;
}
ol, ul, li {
	list-style: none;
}
a{
	text-decoration: none;
    list-style: none;
    color: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
	width:100%;
}
*{margin:0; padding:0;}
body, html {width: 100%;}
canvas, img, picture, svg, video {display:block; max-width:100%;}
button, select, textarea {font: inherit;}
h1, h2, h3, h4, h5, h6, p {overflow-wrap: break-word;}
b{font-weight: 400;}
*:focus { outline:none; }

/* select 변경 */
select::-ms-expand {display:none;}
select{
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/ 
	-moz-appearance: none;    /* 화살표 없애기 for firefox*/ 
	appearance: none;         /* 화살표 없애기 공통*/ 
	outline: none;
	border: none;
	box-shadow: none;
	display: inline-block;
	background:url(/images/contents/select_arrow.svg)no-repeat center right 10px;
}

/*input*/
input[type=text], input[type=password], input[type=number]{  height: 45px; background-color: #f4f4f4; text-indent: 10px; width: 100%; border: 0; font-size: 16px; border-radius: 4px;}
input::placeholder{ color:#999; padding: 5px; font-weight: 300; }

input::-webkit-input-placeholder {  color:#999; padding: 5px; font-weight: 300;}
input:-ms-input-placeholder {  color:#999; padding: 5px; font-weight: 300;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
	-webkit-appearance: none; 
	appearance: none;
border: none;
box-shadow: none;
 background:#fff url("../images/inputSelectBg.jpg") no-repeat center right;
	background-size:600px 40px;
height: 40px;
text-indent: 10px;
display: inline-block;
border: 1px solid #c9c9c9;
border-radius: 3px;
font-weight: 100;
}
select::-ms-expand { display: none; }

input[type="button"], button{cursor: pointer; outline: 0; border: 0;}