@charset "UTF-8";

html {
	height: 100%;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-touch-callout: none;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	height: 100%;
	font-size: 1.3rem;
	display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, 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;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

em, dfn, i {
	font-style: normal;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}

input, select {
	vertical-align: middle;
}

input {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
}

input, button {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	padding: 0;
}

button {
	cursor: pointer;
}

input[type="text"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="text"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration
	{
	display: none;
}

.header {
	position: relative;
	height: 50px;
	padding-top: 5px;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.header .headerInner {
	position: relative;
	width: 100%;
	height: 100%
}

.header_title_link {
	position: absolute;
	top: 2px;
	left: 20px;
	font-family: LINESeedKR-Bd, sans-serif;
	font-size: 0;
}

#header_title_logo {
	color: #fa2828;
	font-size: 24px;
}

.header_title_link:hover {
	color: black;
	text-decoration: none;
}

.logo-text {
	color: black;
	font-size: 16px;
	font-family: LINESeedKR-Bd, sans-serif;
}

.logo-text.champ {
	color: #fa2828;
	font-family: LINESeedKR-Bd, sans-serif;
}

.header .headerTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 100%;
	font-size: 15px;
	padding: 0 150px;
	line-height: 50px;
	font-family: Pretendard-Light;
}

@media screen and (min-width: 769px) {
	.header {
		height: 88px;
		padding-top: 0;
		line-height: 68px;
		border-bottom: 1px solid rgba(0, 0, 0, .08)
	}
	.header .headerInner {
		max-width: 1280px;
		margin: 0 auto
	}
	.header_title_link {
		position: absolute;
		top: 12px;
		left: 20px;
		color: black;
		font-family: LINESeedKR-Bd, sans-serif;
		text-decoration: none;
		font-size: 0;
	}
	#header_title_logo {
		color: #fa2828;
		font-size: 30px;
	}
	.header_title_link:hover {
		color: black;
		text-decoration: none;
	}
	.logo-text {
		/* display: inline-block; */
		font-size: 24px;
		font-family: LINESeedKR-Bd, sans-serif;
	}
	.logo-text.champ {
		color: #fa2828;
		font-family: LINESeedKR-Bd, sans-serif;
	}
	.header .headerTitle {
		padding: 0 190px;
		line-height: 88px;
	}
}

.footer {
	height: 57px
}

.footer .copyright {
	text-align: center;
	padding: 20px 0;
	font-size: 11px;
	line-height: 17px;
	color: #999
}

@media screen and (min-width: 769px) {
	.footer {
		height: 80px;
		background: #fafafa
	}
	.footer .copyright {
		padding: 0;
		line-height: 80px
	}
}