@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Thin';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Thin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Light';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Medium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

*
{
	max-height: 99999px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: -0.025em;
	/* color: #1e1e1e; 에디터 폰트 컬러 */
	word-break: break-all;
	-webkit-text-size-adjust: none;
	outline: none;
}

*::after,
*::before
{
	box-sizing: border-box;
}

ul
{
	list-style: none;
}

img
{
	vertical-align: middle;
	border: none;
	max-width: 100%;
}

fieldset
{
	border: none;
}

legend,
.dp_none
{
	display: none;
}

a
{
	text-decoration: none;
	color: #1e1e1e;
}

button,
input.clear[type="submit"],
input.clear[type="button"]
{
	cursor: pointer;
	border: none;
	background: none;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

a,
input.clear,
select.clear,
button.clear
{
	vertical-align: middle;
}

input.clear[type=radio]
{
	vertical-align: -2px;
}

input.clear[type=text],
input.clear[type=password]
{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/*
input:not([type="radio"])
{
	-webkit-appearance: checkbox;
	-webkit-border-radius: 0;
}
*/

input.clear[type=color]
{
	width: 90px;
	height: 24px;
	padding: 0;
	border: none;
	background: none;
}

label
{
	display: inline-block;
}

/*
select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0; /* iPhone
	cursor: pointer;
	background: #fff;
}

select::-ms-expand
{
	display: none;
}
*/

table
{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
}

table caption.cap_hide
{
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.clearFix::after
{
	content: "";
	clear: both;
	display: block;
}

.textAL
{
	text-align: left !important;
}

.textAC
{
	text-align: center !important;
}

.textAR
{
	text-align: right !important;
}

.textCut
{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.borderRN
{
	border-right: none !important;
}

.borderLN
{
	border-left: none !important;
}

.flex_between_center
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_center_center
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex_center_stretch
{
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.flex_center_end
{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

/* Datepicker */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year
{
	width: 57px;
	padding: 2px;
	margin: 0 3px;
}

/* responsive youtube */
.responsive_youtube
{
	width: 100%;
}

.responsive_youtube div
{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}

.responsive_youtube div iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
*{
	-webkit-tap-highlight-color: transparent;
}