@charset "utf-8";

/*---------------------------------------------------*/
/*       Noto Sans KR(Korean) google webfont         */
/*---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/*---------------------------------------------------*/
/*       Playfair Display google webfont         */
/*---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*                  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;
}
*{margin:0; padding:0;}
body, html {width: 100%; height: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;}

/* 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:focus{outline: none;}
input[type=text], input[type=number], input[type=password]{
    width: 100%;
    height: 60px;
    background: #f4f4f4;
    border: 0;
    text-indent: 20px;
    font-size: 18px;
	font: inherit;
	color: #565656;
	border: 1px solid #dedede;
}

input::placeholder{
	color: #acacac;
    font-size: 18px;
    font-weight: 300;
}

input[type=text]:focus::placeholder, input[type=number]:focus::placeholder, input[type=password]:focus::placeholder{
	color: transparent;
}

/*input 화살표 제거*/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}

button{ border: 0; background-color: transparent; padding: 0; margin: 0;}