@charset "utf-8";
/* pretendard */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

* {
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	font-family: 'Pretendard';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Pretendard';
}

form,
ul,
li,
dl,
dt,
dd,
p,
input {
	margin: 0;
	padding: 0;
	font-family: 'Pretendard';
}

th {
	text-align: center;
}

fieldset,
legend {
	border: none;
	margin: 0;
	padding: 0;
}

#accessibility,
legend,
caption {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Pretendard';
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

select {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 160%;
	vertical-align: middle;
	font-family: 'Pretendard';
}

/* li 왼쪽정렬 */
.ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 160%;
	vertical-align: middle;
	float: left;
	font-family: 'Pretendard';
}

/* li 오른쪽 정렬 */
.ur li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 160%;
	vertical-align: middle;
	float: right;
	font-family: 'Pretendard';
}

/* 이미지 강제 왼쪽 정렬 */
.float {
	float: left;
}

/* 이미지 강제 왼쪽 정렬해제 및 중앙정렬 */
.floatnone {
	float: none;
	vertical-align: middle;
	margin-bottom: 2px;
}

/* 링크 설정 */
a:link {
	border-style: none;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
}

a:visited {
	border-style: none;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
}




/* png 익스6에서 보임 */
.png24 {
	tmp: expression(setPng24(this));
}

/* 이미지롤오버 */
a.rollover img {
	border-width: 0px;
	display: inline;
	border: 0;
	line-height: 0;
	font-size: 0;
}

a.rollover img.over {
	display: none;
	border: 0;
	line-height: 0;
	font-size: 0;
}

a.rollover:hover {
	border: 0px;
	border: 0;
	line-height: 0;
	font-size: 0;
}

a.rollover:hover img {
	display: none;
	border: 0;
	line-height: 0;
	font-size: 0;
}

a.rollover:hover img.over {
	display: inline;
	border: 0;
	line-height: 0;
	font-size: 0;
}