/*! 초기화(옵션) 스타일 */

/* CDN */
/*
font-family: "the-seasons", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "the-seasons", sans-serif;
font-weight: 400;
font-style: italic;

font-family: "the-seasons", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "the-seasons", sans-serif;
font-weight: 700;
font-style: italic;
*/
@import url("https://use.typekit.net/sme7xha.css");

/*
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}
*/
::selection {
	background:none;
	text-shadow: none;
}
::-moz-selection {
	background:none;
	text-shadow: none;
}
::-webkit-selection {
	background:none;
	text-shadow: none;
}

img {
	vertical-align: middle;
	border: 0;
}

ol, ul, li, dl, dt, dd {
	list-style: none;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

body, div, dl, dt, dd, ul, li, ol, p, figure {
	padding: 0;
	margin: 0;
}





/* 필요한 base 넣을것 */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Italiana-Regular */
@font-face {
    font-family: 'Italiana-Regular';
    src: url('../fonts/Italiana-Regular.eot');
    src: url('../fonts/Italiana-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Italiana-Regular.woff') format('woff'),
         url('../fonts/Italiana-Regular.ttf') format('truetype'),
         url('../fonts/Italiana-Regular.svg#Italiana-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HelveticaNeueLTProMdEx */
@font-face {
    font-family: 'HelveticaNeueLTProMdEx';
    src: url('../fonts/HelveticaNeueLTProMdEx.eot');
    src: url('../fonts/HelveticaNeueLTProMdEx.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTProMdEx.woff') format('woff'),
         url('../fonts/HelveticaNeueLTProMdEx.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTProMdEx.svg#HelveticaNeueLTProMdEx') format('svg');
    font-weight: normal;
    font-style: normal;
}


:root,
html {
	font-size: 10px;
}

body {
  font-family: sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color:rgb(0,0,0);
}

button, input[type='submit'], input[type='reset'], input[type='button'] {
	padding: 0;
	border: 0;
	background: none;
	line-height: normal;
	font: inherit;
	color: inherit;
	overflow: visible;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

button {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	outline:0;
}

input[type='submit'], input[type='reset'], input[type='button'] {
	-webkit-appearance: button;
	   -moz-appearance: button;
	        appearance: button;
}

a {
	color: inherit;
}

a:link {
	text-decoration: none;
}

.hidden {
	display: none;
}

.acc-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	visibility: hidden;
	font-size: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

input[type='text'], input[type='tel'], input[type='password'], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

input[type='number'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	border-radius: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ui-loader {
	display: none;
}

select {
	border-radius: none;
	-webkit-border-radius: 0;
}

.cb {
	clear: both;
}

a[href^=tel] {
	color: inherit;
}

input[type="password"]{font-family: sans-serif;}
.cf:after {
    display: block;
    clear: both;
    content: '';
}