@charset "utf-8";

@import url("fonts.css");

/* Reset */
*,
*:before,
*:after {box-sizing: border-box;}

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,
form, fieldset, legend, input, label, button, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td,
textarea, input,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	width: 100%;
	height: 100%;
	letter-spacing: -0.5px;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Roboto', 'Helvetica Neue', 'Apple SD Gothic Neo', Arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #4d4d4f;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
	word-wrap: break-word;
	word-break: keep-all;
	/* 복사금지 
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	 */
}

body {
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	/*
	word-break: keep-all;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Roboto', 'Helvetica Neue', 'Apple SD Gothic Neo', Arial, sans-serif;
	*/
}

article, aside, canvas, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: none;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #323142;
	cursor: help;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	word-break: keep-all;
}

ol, ul, li {
	list-style: none;
}

img, fieldset, iframe {
	border: none;
}

input, select, button, img, label, textarea {
	vertical-align: middle; 
	border-radius: 0;
	appearance: none;
}

label, button {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
}

select, input, button, textarea, button {
	color: #4d4d4f;
	/*
	font-size: 1.6rem;
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Roboto', 'Helvetica Neue', 'Apple SD Gothic Neo', Arial, sans-serif;
	*/
	font-weight: 400;
	font-style: normal;
	border-radius: 0;
	/* outline: none; */
}

h1, h2, h3, h4, h5, h6, strong, b {
	/*
	font-family: 'Noto Sans KR', 'Malgun Gothic', 'Roboto', 'Helvetica Neue', 'Apple SD Gothic Neo', Arial, sans-serif;
	*/
	font-weight: 700;
	font-style: normal;
}

legend {
	*width:0;
}

legend, hr, caption {
	overflow: hidden;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
}

legend, hr {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

i, em, address {
	font-style: normal;
}

img {-webkit-touch-callout:none;}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

::placeholder {color: #949599; opacity: 1;}
:-ms-input-placeholder {color: #949599;}
::-ms-input-placeholder {color: #949599;}

/* 포커스 : 접근성
*:focus {
	outline-offset: 1px;
	outline: 2px solid rgba(36, 107, 235, 1);
}
*/
input:focus,
select:focus,
textarea:focus {
	/*
	outline-offset: -4px;
    outline: 1px dotted
    */
    border-color: #4d4d4f;
}
/*
*:focus-visible {
    outline-offset: -4px;
    outline: 3px solid #256ef4;
    box-shadow: 0 0 0 2px #256ef4;
}
*/
input:focus-visible,
select:focus-visible {
	outline: none;
}

input::-ms-clear {
    display: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type='number'] {
	font-family: 'Pretendard' !important;
    -moz-appearance: textfield
}

input[type="password"] {
	font-family: Verdana;
	letter-spacing: 0.125em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.text,
textarea,
select {
	width: 100%;
	height: 3.6rem;
	padding: 5px 10px;
	font-size: 1.6rem;
    color: #4d4d4f;
	border-radius: 0.4rem;
	background-color: #fff;
	border: 1px solid #ccc;
}

select {
	padding-right: 40px;
	background: #fff url('../../assets/images/common/frm_select.svg') no-repeat right 1.0rem center;
	background-size: 20px auto;
	appearance: none;
	/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: auto;
	*/
}

textarea {
	height: 150px;
	padding: 8px 10px;
	text-align: left;
	resize: none;
	/*
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	*/
}

input:not([type="checkbox"]):not([type="radio"]),button {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}
input[type="checkbox"]:focus,
input[type="radio"]:focus{
	outline: none;
}

input::file-selector-button {
	font-weight: 500;
	height: 40px;
	padding: 5px 15px;
	color: #4d4d4f;
	border: 1px solid #4d4d4f;
	background-color: #fff;
	border-radius: 4px;
}

:disabled,
input:disabled,
[disabled],
input[disabled],
input.disabled,
input:read-only,
input[readonly] {
    color: #949599;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

input[type='text'][readonly],
input[type='password'][readonly],
input[type='number'][readonly],
input[type='tel'][readonly],
input[type='search'][readonly],
input[type='color'][readonly],
input[type='date'][readonly],
input[type='email'][readonly],
input[type='range'][readonly],
input[type='url'][readonly],
input[type='time'][readonly] {
    color: #949599;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
}

input[type='text'][disabled],
input[type='password'][disabled],
input[type='number'][disabled],
input[type='tel'][disabled],
input[type='search'][disabled],
input[type='color'][disabled],
input[type='date'][disabled],
input[type='email'][disabled],
input[type='range'][disabled],
input[type='url'][disabled],
input[type='time'][disabled] {
    color: #949599;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
    opacity: 1;
}

input.no_line {
	padding: 0;
	border: none !important;
    color: #4d4d4f !important;
	background-color: #fff !important;
}
input.no_line:focus {
	outline: none;
}
input.grayBg {
    color: #949599;
    border-color: #f1f1f1;
    background-color: #f1f1f1;
    opacity: 1;
}

.f_radio, 
.f_check {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 20px;
	min-width: 20px;
	line-height: 20px;
}

.f_radio input[type="radio"],
.f_check input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	accent-color: #0055a6;
	border-color: #ccc;
	clip: initial;
	appearance: auto;
}

.f_radio input + span, 
.f_check input + span {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	color: #4d4d4f;
	padding-left: calc(20px + 8px);
}

.f_radio + .f_radio {margin-left: 15px;}
.f_check + .f_check {margin-left: 15px;}

@media all and (max-width: 767px){
	.f_radio, 
	.f_check {
		min-height: 24px;
		min-width: 24px;
		line-height: 24px;
	}
	.f_radio input[type="radio"],
	.f_check input[type="checkbox"] {
		width: 24px;
		height: 24px;
	}
	.f_radio input + span, 
	.f_check input + span {
		line-height: 24px;
		padding-left: calc(24px + 8px);
	}
}

.d_radio,
.d_check {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 20px;
	min-width: 20px;
	line-height: 20px;
}
.d_radio:before,
.d_radio:after {
	content: '';
	display: block;
	position: absolute;
}
.d_radio:before {
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.d_radio:after {
	left: 6px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.d_radio input[type="radio"],
.d_check input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;

}
.d_radio input + span,
.d_check input + span {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	padding-left: calc(20px + 8px);
	color: #4d4d4f;
}
.d_radio:has(input[type="radio"]:checked):before {border-color: #0055a6; background-color: #0055a6;}
.d_radio:has(input[type="radio"]:checked):after {background-color: #fff;}
.d_radio:has(input[type="radio"]:disabled):before {border-color: #ccc; background-color: #f1f1f1;}
.d_radio:has(input[type="radio"]:disabled):after {background-color: transparent;}
.d_radio:has(input[type="radio"]:disabled:checked):before {border-color: #ccc;}
.d_radio:has(input[type="radio"]:disabled:checked):after {background-color: #d1d1d1;}

.d_check:before,
.d_check:after {
	content: '';
	display: block;
	position: absolute;
}
.d_check:before {
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.d_check:after {
	left: 4px;
	top: 6px;
	width: 12px;
	height: 7px;
	border: 3px solid #fff;
	border-top: 0;
	border-right: 0;
	transform:  rotate(-45deg);
}
.d_check:has(input[type="checkbox"]:checked):before {background-color: #0055a6; border-color: #0055a6;}
.d_check:has(input[type="checkbox"]:checked):after {border-color: #fff;}
.d_check:has(input[type="checkbox"]:disabled):before {border-color: #ccc; background-color: #f1f1f1;}
.d_check:has(input[type="checkbox"]:disabled):after {border-color: transparent;}
.d_check:has(input[type="checkbox"]:disabled:checked):before {border-color: #ccc;}
.d_check:has(input[type="checkbox"]:disabled:checked):after {border-color: #d1d1d1;}

.d_radio + .d_radio {margin-left: 15px;}
.d_check + .d_check {margin-left: 15px;}

@media all and (max-width: 767px){
	.d_radio,
	.d_check {
		min-height: 24px;
		min-width: 24px;
		line-height: 24px;
	}
	.d_radio:before {
		width: 24px;
		height: 24px;
	}
	.d_radio:after {
		left: 6px;
		top: 7px;
		width: 12px;
		height: 12px;
	}
	.d_check:before {
		width: 24px;
		height: 24px;
	}
	.d_check:after {
		left: 5px;
		top: 7px;
		width: 14px;
		height: 8px;
	}
	.d_radio input + span,
	.d_check input + span {
		line-height: 24px;
		padding-left: calc(24px + 8px);
	}
}

/****************************************************************************** datepicker */
.datepicker {
    display: inline-block;
    vertical-align: middle;
}
.ui-datepicker {
	min-width: 290px;
	font-family: 'Pretendard' !important;
}
.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
	font-family: 'Pretendard' !important;
}
.ui-datepicker.ui-widget.ui-widget-content {
	border: 1px solid #2d2d2d !important;
}
.ui-datepicker .ui-datepicker-header {
	height: 40px !important;
	background-color: #EDF1F5;
}
.ui-datepicker .ui-datepicker-header select {
    width: 75px;
	height: 37px;
	border: 0 !important;
    padding: 0 20px 0 0;
    color: #1d1d1d;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    background: url('../../assets/images/common/frm_select.svg') no-repeat right center;
    background-size: 16px auto;
    appearance: none;
}
.ui-datepicker .ui-datepicker-header select option {
	color: #4d4d4f;
	background-color: #fff;
}
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
    width: 10px;
    background:url('../../assets/images/common/icon_calendar_prev.svg') center center;
}
.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
    width: 10px;
    background:url('../../assets/images/common/icon_calendarar_next.svg') center center;
}
.ui-datepicker .ui-datepicker-prev-hover {
    background-color: transparent;
}
.ui-datepicker .ui-datepicker-next-hover {
    background-color: transparent;
}

.ui-datepicker table.ui-datepicker-calendar {
	padding: 5px;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
	width: 40px;
	height: 40px;
	font-size: 14px;
	vertical-align: middle;
}
.ui-datepicker table.ui-datepicker-calendar td {
	width: 40px;
	height: 40px;
	font-size: 14px;
	vertical-align: middle;
}
.ui-datepicker table.ui-datepicker-calendar td a.ui-state-default.ui-state-hover {background-color: #f36f23 !important;}
.ui-datepicker table.ui-datepicker-calendar td a.ui-state-default.ui-state-active {background-color: #0055a6 !important;}
.ui-datepicker table.ui-datepicker-calendar td.ui-datepicker-today a.ui-state-highlight {background-color: #717171 !important;}

table.mtz-monthpicker {
	width: 100% !important;
	border-right: 1px solid #dbdbdb !important;
	font-family: 'Pretendard' !important;
}
table.mtz-monthpicker td {
	height: 40px !important;
	font-size: 14px !important;
	vertical-align: middle !important;
	border-top: 1px solid #dbdbdb !important;
	border-left: 1px solid #dbdbdb !important;
}
table.mtz-monthpicker td.ui-state-active {
	color: #fff !important;
	background-color: #0055a6 !important;
}


/****************************************************************************** bx-slider : 스와이프 */
.bx-wrapper {box-shadow: none; border: 0; margin-bottom: 0;}
.bx-wrapper .bx-controls {line-height: 0;}
.bx-wrapper .bx-controls-direction a {overflow: hidden; position: static; display: inline-block; margin: 0; padding: 0;}


/****************************************************************************** margin , padding */
.mg_l0	{margin-left:0		!important;}
.mg_l4	{margin-left:4px	!important;}
.mg_l8	{margin-left:8px	!important;}
.mg_l10	{margin-left:10px	!important;}
.mg_l12	{margin-left:12px	!important;}
.mg_l16	{margin-left:16px 	!important;}
.mg_l20	{margin-left:20px 	!important;}
.mg_l24	{margin-left:24px 	!important;}
.mg_l28	{margin-left:28px 	!important;}
.mg_l32	{margin-left:32px 	!important;}
.mg_l36	{margin-left:36px 	!important;}
.mg_l40	{margin-left:40px 	!important;}
.mg_l44	{margin-left:44px 	!important;}
.mg_l48	{margin-left:48px 	!important;}
.mg_l52	{margin-left:52px 	!important;}
.mg_l56	{margin-left:56px 	!important;}
.mg_l60	{margin-left:60px 	!important;}
.mg_l64	{margin-left:64px 	!important;}

.mg_t0	{margin-top:0		!important;}
.mg_t4	{margin-top:4px		!important;}
.mg_t8	{margin-top:8px		!important;}
.mg_t10	{margin-top:10px	!important;}
.mg_t12	{margin-top:12px	!important;}
.mg_t15	{margin-top:15px 	!important;}
.mg_t16	{margin-top:16px 	!important;}
.mg_t20	{margin-top:20px 	!important;}
.mg_t24	{margin-top:24px 	!important;}
.mg_t25	{margin-top:25px 	!important;}
.mg_t28	{margin-top:28px 	!important;}
.mg_t30	{margin-top:30px 	!important;}
.mg_t32	{margin-top:32px 	!important;}
.mg_t35	{margin-top:35px 	!important;}
.mg_t36	{margin-top:36px 	!important;}
.mg_t40	{margin-top:40px 	!important;}
.mg_t44	{margin-top:44px 	!important;}
.mg_t48	{margin-top:48px 	!important;}
.mg_t52	{margin-top:52px 	!important;}
.mg_t56	{margin-top:56px 	!important;}
.mg_t60	{margin-top:60px 	!important;}
.mg_t64	{margin-top:64px 	!important;}

.mg_r0	{margin-right:0		!important;}
.mg_r4	{margin-right:4px	!important;}
.mg_r8	{margin-right:8px	!important;}
.mg_r12	{margin-right:12px	!important;}
.mg_r16	{margin-right:16px 	!important;}
.mg_r20	{margin-right:20px 	!important;}
.mg_r24	{margin-right:24px 	!important;}
.mg_r28	{margin-right:28px 	!important;}
.mg_r32	{margin-right:32px 	!important;}
.mg_r36	{margin-right:36px 	!important;}
.mg_r40	{margin-right:40px 	!important;}
.mg_r44	{margin-right:44px 	!important;}
.mg_r48	{margin-right:48px 	!important;}
.mg_r52	{margin-right:52px 	!important;}
.mg_r56	{margin-right:56px 	!important;}
.mg_r60	{margin-right:60px 	!important;}
.mg_r64	{margin-right:64px 	!important;}

.mg_b0	{margin-bottom:0	!important;}
.mg_b4	{margin-bottom:4px	!important;}
.mg_b8	{margin-bottom:8px	!important;}
.mg_b10	{margin-bottom:10px	!important;}
.mg_b12	{margin-bottom:12px	!important;}
.mg_b15	{margin-bottom:15px !important;}
.mg_b16	{margin-bottom:16px !important;}
.mg_b20	{margin-bottom:20px !important;}
.mg_b24	{margin-bottom:24px !important;}
.mg_b28	{margin-bottom:28px !important;}
.mg_b30	{margin-bottom:30px !important;}

@media all and (max-width: 420px) {
	.mg_t20	{margin-top:15px 	!important;}
	.mg_t25	{margin-top:20px 	!important;}
	.mg_t30	{margin-top:25px 	!important;}
	.mg_t40	{margin-top:30px 	!important;}
	.mg_b20	{margin-bottom:15px !important;}
}

/* padding */
.pd_l0	{padding-left:0		!important;}
.pd_l4	{padding-left:4px	!important;}
.pd_l8	{padding-left:8px	!important;}
.pd_l10	{padding-left:10px	!important;}
.pd_l12	{padding-left:12px	!important;}
.pd_l16	{padding-left:16px 	!important;}
.pd_l18	{padding-left:18px 	!important;}
.pd_l20	{padding-left:20px 	!important;}
.pd_l22	{padding-left:22px 	!important;}
.pd_l24	{padding-left:24px 	!important;}
.pd_l28	{padding-left:28px 	!important;}
.pd_l30	{padding-left:30px 	!important;}
.pd_l32	{padding-left:32px 	!important;}
.pd_l36	{padding-left:36px 	!important;}
.pd_l40	{padding-left:40px 	!important;}
.pd_l44	{padding-left:44px 	!important;}
.pd_l48	{padding-left:48px 	!important;}
.pd_l50	{padding-left:50px 	!important;}
.pd_l52	{padding-left:52px 	!important;}
.pd_l56	{padding-left:56px 	!important;}
.pd_l60	{padding-left:60px 	!important;}
.pd_l64	{padding-left:64px 	!important;}

.pd_t0	{padding-top:0		!important;}
.pd_t2	{padding-top:2px	!important;}
.pd_t4	{padding-top:4px	!important;}
.pd_t5	{padding-top:5px	!important;}
.pd_t8	{padding-top:8px	!important;}
.pd_t10	{padding-top:10px	!important;}
.pd_t12	{padding-top:12px	!important;}
.pd_t16	{padding-top:16px 	!important;}
.pd_t20	{padding-top:20px 	!important;}
.pd_t24	{padding-top:24px 	!important;}
.pd_t28	{padding-top:28px 	!important;}
.pd_t32	{padding-top:32px 	!important;}
.pd_t36	{padding-top:36px 	!important;}
.pd_t40	{padding-top:40px 	!important;}
.pd_t44	{padding-top:44px 	!important;}
.pd_t48	{padding-top:48px 	!important;}
.pd_t52	{padding-top:52px 	!important;}
.pd_t56	{padding-top:56px 	!important;}
.pd_t60	{padding-top:60px 	!important;}
.pd_t64	{padding-top:64px 	!important;}

.pd_r0	{padding-right:0	!important;}
.pd_r4	{padding-right:4px	!important;}
.pd_r8	{padding-right:8px	!important;}
.pd_r12	{padding-right:12px	!important;}
.pd_r16	{padding-right:16px !important;}
.pd_r20	{padding-right:20px !important;}
.pd_r24	{padding-right:24px !important;}
.pd_r28	{padding-right:28px !important;}
.pd_r32	{padding-right:32px !important;}
.pd_r36	{padding-right:36px !important;}
.pd_r40	{padding-right:40px !important;}
.pd_r44	{padding-right:44px !important;}
.pd_r48	{padding-right:48px !important;}
.pd_r52	{padding-right:52px !important;}
.pd_r56	{padding-right:56px !important;}
.pd_r60	{padding-right:60px !important;}
.pd_r64	{padding-right:64px !important;}

.pd_b0	{padding-bottom:0		!important;}
.pd_b4	{padding-bottom:4px		!important;}
.pd_b5	{padding-bottom:5px		!important;}
.pd_b8	{padding-bottom:8px		!important;}
.pd_b10	{padding-bottom:10px	!important;}
.pd_b12	{padding-bottom:12px	!important;}
.pd_b16	{padding-bottom:16px 	!important;}
.pd_b20	{padding-bottom:20px 	!important;}
.pd_b24	{padding-bottom:24px 	!important;}
.pd_b28	{padding-bottom:28px 	!important;}
.pd_b32	{padding-bottom:32px 	!important;}
.pd_b36	{padding-bottom:36px 	!important;}
.pd_b40	{padding-bottom:40px 	!important;}
.pd_b44	{padding-bottom:44px 	!important;}
.pd_b48	{padding-bottom:48px 	!important;}
.pd_b52	{padding-bottom:52px 	!important;}
.pd_b56	{padding-bottom:56px 	!important;}
.pd_b60	{padding-bottom:60px 	!important;}
.pd_b64	{padding-bottom:64px 	!important;}



.w_min_auto {min-width: auto !important;}
.w80px {width: 80px !important;}
.w100px {width: 100px !important;}
.w120px {width: 120px !important;}
.w140px {width: 140px !important;}
.w150px {width: 150px !important;}
.w180px {width: 180px !important;}
.w200px {width: 200px !important;}
.w_10p {width:10% !important;}
.w_20p {width:20% !important;}
.w_30p {width:30% !important;}
.w_40p {width:40% !important;}
.w_50p {width:50% !important;}
.w_60p {width:60% !important;}
.w_70p {width:70% !important;}
.w_80p {width:80% !important;}
.w_90p {width:90% !important;}
.w_100p {width:100% !important;}

/* 접근성 */
.sr-only {position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;}
.ir {text-indent: -9999px; position: fixed; top: -9999px; font-size: 1px; width: 1px; height: 1px; opacity: 0;}

#skip-nav,#go_main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: var(--krds-gray-90)
}
#go_main li:has(a:focus) {
    height: 3.2rem
}
#skip-nav a:not(:focus),#go_main a:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}
#skip-nav a:focus,#go_main a:focus {
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 1.5rem;
    color: var(--krds-white);
    width: 100%;
    height: 3.2rem;
    margin: 0 auto;
    padding: 0;
    border: 0;
    color: #fff;
    background: #000;
    text-align: center
}

.of_h {overflow: hidden;}
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.ver_m {vertical-align: middle;}
.ver_t {vertical-align: top;}
.ver_b {vertical-align: bottom;}
.ta_l {text-align: left !important;}
.ta_c {text-align: center !important;}
.ta_r {text-align: right !important;}
.fw_500 {font-weight: 500 !important;}
.fw_700 {font-weight: 700 !important;}
.fw_b {font-weight: bold !important;}
.fw_bnone {font-weight: normal !important;}
.ft_num {font-family: 'Pretendard';}
.underline {text-decoration: underline;}
.underline:hover {text-decoration: underline;}
.underline_hover:hover {text-decoration: underline;}


/****************************************************************************** 레이어 팝업 */
.layer_pop {display: none; position:fixed; left:0; top:0; right:0; bottom:0; z-index:999; width: 100%; height: 100%; background:rgba(0,0,0,0.5);}
.layer_pop .layer_content {overflow: hidden; border-radius: 1.2rem; display: flex; position: relative; top: 50%; left: 50%; max-width: 90%; max-height: 80%; transform: translate(-50%,-50%);}
.layer_pop .layer_content > div {display: flex; align-items: center; justify-content: flex-start; flex-direction: column; position: relative; overflow: hidden; width: 100%; max-height: 100%; background: #fff;}
.layer_pop .layer_content > div .btn_close {overflow: hidden; position: absolute; right: 20px; top: 17px; z-index: 1; width: 32px; height: 32px; text-indent: -99999em; background: url(../../assets/images/common/icon_close.png) no-repeat center; background-size: 32px;}
.layer_pop .layer_content > div {padding-bottom: 20px;}
.layer_pop .layer_header {display: flex; width: 100%; padding: 20px 20px 35px;}
.layer_pop .layer_header > h4 {position: relative; display: flex; align-items: center; padding-left: 30px; font-size: 2.2rem; font-weight: 700; color: var(--body-color-2);}
.layer_pop .layer_header > h4:before {content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 100%; border: 6px solid var(--point-color-2);}
.layer_pop .layer_conts {display: flex; flex-direction: column; gap: 0; position: relative; overflow-x: hidden; overflow-y: auto; width: 100%; padding: 0 20px;}
.layer_pop .layer_btn {display: flex; flex-direction: column; gap: 10px; text-align: center; padding: 28px 20px 0;}
.layer_pop .layer_btn > .layer_btn_in {display: flex; align-items: center; justify-content: center; flex-direction: row; gap: 0.8rem; width: 100%;}
.layer_pop .layer_btn > .layer_btn_in > .btn {white-space: nowrap; min-width: 100px;}
.layer_pop .layer_btn > .layer_copyright {font-size: 12px; color: #777;}
.layer_pop .layer_btn .layer_copyright {text-align: center;}

.layer_pop.full .layer_content {width: 90%;}
.layer_pop.xxlg .layer_content {max-width: 1280px;}
.layer_pop.xlg .layer_content {max-width: 1024px;}
.layer_pop.lg .layer_content {max-width: 980px;}
.layer_pop.md .layer_content {max-width: 800px;}
.layer_pop.sm .layer_content {max-width: 670px;}

@media screen and (max-width: 1279px) {
	.layer_pop.xxlg .layer_content {width: 94%;}
}
@media screen and (max-width: 1023px) {
	.layer_pop.xlg .layer_content {width: 94%;}
}
@media screen and (max-width: 979px) {
	.layer_pop.lg .layer_content {width: 94%;}
	.layer_pop.md .layer_content {width: 94%;}
	.layer_pop.sm .layer_content {width: 94%;}
}

/****************************************************************************** 디자인 알럿 */
.layer_alert {
	position:fixed; left:0px; right:0px; top:0px; bottom:0; text-align:center; z-index:999; background:rgba(0,0,0,0.5);
	animation-fill-mode: both;
	animation-duration: 0.3s;
	animation-delay: 0.1s;
	animation-name: opacity;	
}
.layer_alert:after {content:''; width:0; height:100%; display:inline-block; vertical-align:middle;}
.layer_alert > div {
	position: relative; display: inline-block; width: 80%; max-width: 340px; border-radius: 8px; margin-left: 1%; vertical-align: middle; 
	background:#fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.3);
}
.layer_alert > div [data-ui="btn-close"] {overflow: hidden; position: absolute; right: 0; top: 0; width: 40px; height: 40px; text-indent: -999999em; background: url(../../assets/images/common/icon_close.svg) no-repeat center; background-size: 20px;}
.layer_alert > div .lp_t {padding: 10px 12px 8px; font-size: 16px; line-height: 24px; font-weight:bold; color: #1d1d1d;}
.layer_alert > div .lp_c {padding: 35px 12px; text-align: center; font-size: 15px; line-height: 23px; color: #1d1d1d;}
.layer_alert > div .lp_b ul {border-top: 1px solid #d8d8d8;}
.layer_alert > div .lp_b ul:after {content: ""; display: block; clear: both; visibility: hidden;}
.layer_alert > div .lp_b ul > li {float: left; width: 50%;}
.layer_alert > div .lp_b ul > li:nth-child(1):nth-last-child(1),
.layer_alert > div .lp_b ul > li:nth-child(1):nth-last-child(1) {width: 100%;}
.layer_alert > div .lp_b ul > li:nth-child(1):nth-last-child(2),
.layer_alert > div .lp_b ul > li:nth-child(2):nth-last-child(1) {width: 50%;}
.layer_alert > div .lp_b ul > li:nth-child(1):nth-last-child(3),
.layer_alert > div .lp_b ul > li:nth-child(2):nth-last-child(2),
.layer_alert > div .lp_b ul > li:nth-child(3):nth-last-child(1) {width: 33.333333333333%;}
.layer_alert > div .lp_b ul > li + li {border-left: 1px solid #d8d8d8;}
.layer_alert > div .lp_b ul > li > a,
.layer_alert > div .lp_b ul > li > button {display: block; width: 100%; padding: 10px 0; text-align: center; font-size: 14px; line-height: 22px; font-weight:500;}
.layer_alert > div .lp_t + .lp_c {padding: 20px 12px 35px;}
@keyframes opacity {
	from {opacity: 0;}
	to {opacity: 1;}
}

@media all and (max-width: 1000px) {
	body {
		font-size: 1.5rem;
	}
}

