@charset "UTF-8";

/* SUIT 폰트 */
@font-face {
	font-family: 'SUIT';
	font-weight: 100;
	src: url('./suit/SUIT-Thin.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 200;
	src: url('./suit/SUIT-ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('./suit/SUIT-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: url('./suit/SUIT-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: url('./suit/SUIT-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: url('./suit/SUIT-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: url('./suit/SUIT-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: url('./suit/SUIT-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: url('./suit/SUIT-Heavy.woff2') format('woff2');
}
/*나눔스퀘어*/
@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url('./NanumSquare/NanumSquareB.eot');
  src: url('./NanumSquare/NanumSquareB.eot?#iefix') format("embedded-opentype"),
    url('./NanumSquare/NanumSquareB.woff') format("woff"),
    url('./NanumSquare/NanumSquareB.ttf') format("truetype");
}


@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), 
		 url('./Pretendard/Pretendard-Thin.subset.woff2') format('woff2'), 
		 url('./Pretendard/Pretendard-Thin.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), 
	url('./Pretendard/Pretendard-ExtraLight.subset.woff2') format('woff2'), 
	url('./Pretendard/Pretendard-ExtraLight.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), 
		 url('./Pretendard/Pretendard-Light.subset.woff2') format('woff2'), 
		 url('./Pretendard/Pretendard-Light.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), 
	url('./Pretendard/Pretendard-Regular.subset.woff2') format('woff2'), 
	url('./Pretendard/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), 
		 url('./Pretendard/Pretendard-Medium.subset.woff2') format('woff2'), 
		 url('./Pretendard/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), 
		 url('./Pretendard/Pretendard-SemiBold.subset.woff2') format('woff2'), 
		 url('./Pretendard/Pretendard-SemiBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), 
		 url('./Pretendard/Pretendard-Bold.subset.woff2') format('woff2'), 
		 url('./Pretendard/Pretendard-Bold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), 
		 url('./Pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2'), 
		 url('./Pretendard/Pretendard-ExtraBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), 
		 url('./Pretendard/Pretendard-Black.subset.woff2') format('woff2'), 
		 url('./Pretendard/Pretendard-Black.subset.woff') format('woff');
}


/* reset */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::before,
*::after {
	box-sizing: border-box;
}

html {
	/* scroll-behavior: smooth; */
	font-size: 100%;
}

body {
	overflow-x: hidden;
	text-rendering: optimizeSpeed;
	word-wrap: break-word;
	word-break: keep-all;
	line-height: 1.5;
	font-family: "Pretendard", sans-serif;
	font-weight: 400;
	color: #111;
	zoom: 1;
	-webkit-text-size-adjust: 100%;
}


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,
font,
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,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-overflow-scrolling: touch
}

article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #c7c7c7;
	margin: 1em 0;
	padding: 0;
}

img {
	border: 0 none;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

.txt-none {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

form {
	min-width: 0;
}

input[type="image"] {
	border: 0 none;
}

button,
input[type="submit"] {
	cursor: pointer;
	border: 0 none;
	background-color: transparent;
}

button::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

th,
td,
input,
select,
textarea,
button {
	font-family: inherit;
	color: inherit;
}

a {
	font-family: inherit;
	text-decoration: none;
	color: inherit;
}


input,
textarea,
button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
}


input[type="checkbox"] +label,
input[type="radio"] +label{
  position: relative; left: 0; top:0;
	margin: 0;
	padding: 0;
}
input[type="checkbox"] +label::before,
input[type="radio"] +label::before{
  position: absolute; left: 0; top:0;
  content: "";
	margin: 0;
	padding: 0;
}

button {
	cursor: pointer;
}

select {
	background-image: url('../img/icon/select-arrow.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dcdcdc;
}

select:focus {
	border-color: #333;
}

select::-ms-expand {
	display: none;
}

address {
	font-style: normal;
}

/*아이폰에서 text로 바뀜*/

input[type=date]::-webkit-datetime-edit-text {
	-webkit-appearance: none;
	display: none;
}

input[type=date]::-webkit-datetime-edit-month-field {
	-webkit-appearance: none;
	display: none;
}

input[type=date]::-webkit-datetime-edit-day-field {
	-webkit-appearance: none;
	display: none;
}

input[type=date]::-webkit-datetime-edit-year-field {
	-webkit-appearance: none;
	display: none;
}

.blind  {position:absolute; left:-9999px; width:1px; height:1px; margin:-1px; font-size:0; line-height:0; clip:rect(0 0 0 0);}


/* 커스텀 */
input[type="date"].calendar::-webkit-calendar-picker-indicator {
	appearance: none;
	background: url('../img/icon/calendar.png') 80% center no-repeat;
}


@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}