@charset "utf-8";

@media print {
	.lnb, .gnb, .gnb_search_con, #loginForm, #lmenu, #location, .print,
		.shareSns, #data_control, .quick, .footer, #tab, #stab, #info_tab {
		display: none !important;
	}
	.header {
		height: auto !Important;
		text-align: center;
		padding: 15px 0 0 !Important;
	}
	h1 {
		float: none !Important;
	}
	h1 img {
		width: 100px;
	}
	.container {
		margin-top: 0 !important;
	}
	#contents {
		width: 100% !important;
	}
	h3 {
		text-align: center;
		padding: 0 !important;
	}
	#detail_con {
		padding: 0 !important;
	}
	h4 {
		margin-top: 30px !Important
	}
	body {
		-webkit-print-color-adjust: exact;
	}
}

html {
	font-size: 62.5%;
	/*****   62.5% = 10px // 10px=1rem // 12px=1.2rem // 14px=1.4rem    *****/
}
html,
:root {
	--white: #fff;
	--gray-pale: #f6f7f9;
	--gray-lightest: #f3f4f5;
	--gray-border: #e1e6e9;
	--gray-light: #9ea3ab;
	--gray-lighter: #b8bbc1;
	--gray-mid: #6f737a;
	--gray-dark: #252d3a;
	--black: #000;
	--yellow: #fdd000;
	--orange: #ff7900;
	--green: #009944;
	--blue: #1b44a3;
	--sale: #fe5f57;
	--red-color: #fe5f57;
	--red: #fe5f57;
	--red-deep: #c30a00;
	--green-color: #009944;
	--main-color: #036eb8;
	--main-light: #1da3ec;
	--main-deep: rgb(0, 23, 92);
	--mint-blue: #00c2d5;
	--mint-deep: #009fae;
	--main-gra: linear-gradient(to left, #1da3ec, #036eb8);
	--main-gra-rev: linear-gradient(to right, #1da3ec, #036eb8);
	--theme: #fb3a05;
	--circular: #131a66;
	--width: 1200px;
	--padding: 24px;
	--input-rect: 18px;
	--cell-h: 60px;
	--font-size: 14px;
	--top-h: 80px;
	--input-h: 60px;
	--ui-input: 36px;
	--input-rect: 20px;
	--color-size: calc(100% / 12);
	--btn-h: 60px;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: -0.1rem;
}

*, *:before, *:after {
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: keep-all;
}

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;
}

ul, li, dl, dd {
	list-style-type: none;
}

img, input.image, fieldset, iframe {
	border: 0 none;
}

img, fieldset {
	border: none;
}

li img, dd img {
	vertical-align: top;
}

input, textarea {
	vertical-align: middle;
}

hr {
	display: none;
}

select, textarea {
	vertical-align: top;
	padding: 1px;
	font-family: 'Malgun Gothic', '��������', sans-serif;
}

legend {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
/* img {max-width:100%;} */
address {
	font-style: normal;
}

textarea, select {
	border: 1px solid #c9c9c9;
	background: #fff;
}

span.button, img.button, a.button {
	cursor: pointer;
	vertical-align: middle;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	word-break: keep-all;
}

th, td {
	text-align: center;
}

.dipy_n {
	display: none;
}

.dipy_inline {
	display: inline;
}

.background_n {
	background: none;
}

.w100 {
	width: 100%;
}

.ir {
	overflow: hidden;
	display: block;
	margin: auto;
	text-indent: -5000px;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

#visual.ir {
	text-indent: 0;
	font-size: inherit;
	line-height: initial;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: no-repeat center/cover;
	position: relative;
	text-align: center;
}

#visual.ir::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 1;
}

#visual.ir p {
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
}

#visual.ir h2 {
	font-size: 5rem;
	position: relative;
	z-index: 2;
}

.ir_ib {
	overflow: hidden;
	display: inline-block;
	margin: auto;
	text-indent: -5000px;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

caption, .hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	font-size: 0;
	line-height: 0;
	width: 1px;
	height: 1px;
}
/* link */
a {
	color: #000;
	text-decoration: none;
}
/* ol_type */
.type_decimal li {
	list-style-type: decimal;
	margin-left: 20px;
} /*����*/
.type_lower_roman li {
	list-style-type: lower-roman;
}
/* line */
ul.float_box {
	overflow: hidden;
}

ul.float_box li {
	float: left;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear_b {
	clear: both;
}

.middle {
	vertical-align: middle !important;
}

.top {
	vertical-align: top !important;
}

.bottom {
	vertical-align: bottom;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.justify {
	text-align: justify;
}

td.left {
	text-align: left !important;
}
/* font */
.wfont {
	font-weight: bold;
}

.sfont, .sfont * {
	font-size: 0.95em !Important;
}

.bfont {
	font-size: 1.2em;
}

.normal {
	font-weight: normal;
}

.ls_1 {
	letter-spacing: -1px;
}
/* skip_nav */
#skipnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

#skipnav a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}

#skipnav a:hover, #skipnav a:active, #skipnav a:focus {
	position: relative;
	margin: 20px auto;
	width: 90%;
	height: 80px;
	line-height: 80px;
	background: #261d18;
	text-align: center;
	color: #ffd84e;
	border: 2px solid #ffd84e;
	font-weight: bold;
	font-size: 20px;
}
/*margin_padding*/
.mt_n {
	margin-top: 0 !important;
}

.margin_10 {
	margin: 10px;
}

.margin_20 {
	margin: 20px;
}

.margin_t5 {
	margin-top: 5px;
}

.margin_t10 {
	margin-top: 10px !important;
}

.margin_t15 {
	margin-top: 15px;
}

.margin_t20 {
	margin-top: 20px;
}

.margin_t25 {
	margin-top: 25px;
}

.margin_t30 {
	margin-top: 30px !important;
}

.margin_t35 {
	margin-top: 35px;
}

.margin_t40 {
	margin-top: 40px;
}

.margin_t50 {
	margin-top: 50px !important;
}

.margin_t100 {
	margin-top: 100px;
}

.margin_l5 {
	margin-left: 5px;
}

.margin_l10 {
	margin-left: 10px;
}

.margin_l25 {
	margin-left: 25px;
}

.margin_l30 {
	margin-left: 30px;
}

.margin_l40 {
	margin-left: 40px;
}

.margin_r5 {
	margin-right: 5px;
}

.margin_r10 {
	margin-right: 10px;
}

.margin_r25 {
	margin-right: 25px;
}

.margin_r30 {
	margin-right: 30px;
}

.margin_r40 {
	margin-right: 40px;
}

.margin_b5 {
	margin-bottom: 5px;
}

.margin_b10 {
	margin-bottom: 10px;
}

.margin_b20 {
	margin-bottom: 20px;
}

.margin_b30 {
	margin-bottom: 30px;
}

.margin_b40 {
	margin-bottom: 40px;
}

.padding_t5 {
	padding-top: 5px;
}

.padding_t10 {
	padding-top: 10px;
}

.padding_t15 {
	padding-top: 15px;
}

.padding_t20 {
	padding-top: 20px;
}

.padding_t25 {
	padding-top: 25px;
}

.padding_t50 {
	padding-top: 50px;
}

.padding_b5 {
	padding-bottom: 5px;
}

.padding_b10 {
	padding-bottom: 10px;
}

.padding_b20 {
	padding-bottom: 20px;
}

.w20p {
	width: 20%;
}

/* 실명인증 */
#loginForm {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 600;
}

#loginForm>div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 570px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}

#loginForm>div .close {
	position: absolute;
	right: 0;
	top: -50px;
	display: block;
	padding-left: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
}

#loginForm>div .close:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #fff;
}

#loginForm>div .close:after {
	display: block;
	content: "x";
	position: absolute;
	left: 9px;
	top: -2px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.realname {
	overflow: hidden
}

.realname li button {
	width: 100%;
	border: 1px solid #ccc;
	word-break: keep-all;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
	padding: 15px 5px;
	border-radius: 10px;
}

.realname li button:hover {
	border-color: #333
}

.realname li button .tit {
	display: block;
	font-size: 2.3rem;
	color: #333
}

.realname li button .txt {
	display: block;
	margin-top: 15px;
	padding-left: 2px;
	line-height: 150%;
	color: #484848;
	letter-spacing: -1px
}

.realname li button div.conTxt {
	text-align: left;
}

.skipmap {
	display: block;
	font-size: 0;
	text-indent: -5000px;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.skipmap:hover, .skipmap:active, .skipmap:focus {
	text-align: center;
	height: auto;
	padding: 15px;
	color: #ffd84e;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	border: 2px solid #ffd84e;
	background: #261d18;
}

/*가상선택자*/
.before, .after {
	position: relative;
}

.before:before, .after:after {
	display: block;
	content: "";
	position: absolute;
}

@media all and (min-width:801px) {
	.dp_mb {
		display: none !important;
	}
}

@media screen and (max-width:800px) {
	.dp_pc {
		display: none !important;
	}
	html {
		font-size: 55%;
	}
	.realname {
		border-top: 3px solid #333
	}
	.realname li {
		margin: 0%;
		width: 100%;
		border-top: 0px
	}
	.realname li button {
		background-position: 9% center;
		border-left: 0px;
		border-right: 0px
	}
}

@media screen and (max-width:480px) {
	#loginForm>div {
		padding: 30px;
	}
	.realname li button {
		background-size: 65px !Important;
	}
}