/* datepicker.css 2021-11-17 10:41 by hclee@jeju.com */
@charset "euc-kr";


/** Datepicker **/

.ui-datepicker-calendar .datepicker_selected a {
	background: #ff5722 !important;
	color: #fff !important;
}
.ui-datepicker-calendar a.ui-state-active {
	background: inherit;
	color: inherit;
}
.ui-datepicker-calendar a.ui-state-default, .ui-datepicker-calendar span.ui-state-default {
	text-align: center;
	border: none;
	color: #3d3d3d;
	font-weight: normal;
}
.ui-datepicker-calendar a.ui-state-hover {
	background: #fdf5ce;
}
.ui-datepicker-calendar td {
	width: 14%;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
	height: 30px;
}
.ui-datepicker-calendar td.datepicker_selected a::after {
	content: '¼±ÅÃ';
	display: block;
	font-weight: normal;
	font-size: 11px;
}
.ui-datepicker-calendar td.datepicker_selected.datepicker_start a::after {
	content: 'Ãâ¹ßÀÏ';
}
/*°¡´Â³¯¿À´Â³¯ °°À» °æ¿ì(Ç×°ø, ·»ÅÍÄ«¿¡¼­ »ç¿ë)*/
.ui-datepicker-calendar td.datepicker_selected.datepicker_a_day a::after {
	content: '´çÀÏ';
}
/*°¡´Â³¯ ¿À´Â³¯ »çÀÌ ±¸°£*/
.ui-datepicker-calendar td.datepicker_selected_term a {
	background: #ffeee8;/*background:#fdf5ce;*/
}
.ui-datepicker-calendar td.datepicker_selected.datepicker_ar_start a::after, #datepicker_popup .picked.ar span:nth-child(1)::before {
	content: '°¡´Â³¯';
}
.ui-datepicker-calendar td.datepicker_selected.datepicker_ar_end a::after, #datepicker_popup .picked.ar span:nth-child(2)::before {
	content: '¿À´Â³¯';
}
.ui-datepicker-calendar td.datepicker_selected.datepicker_ac_start a::after, #datepicker_popup .picked.ac span:nth-child(1)::before {
	content: 'Ã¼Å©ÀÎ';
}
.ui-datepicker-calendar td.datepicker_selected.datepicker_ac_end a::after, #datepicker_popup .picked.ac span:nth-child(2)::before {
	content: 'Ã¼Å©¾Æ¿ô';
}
.ui-datepicker-calendar td.datepicker_selected.datepicker_rc_start a::after, #datepicker_popup .picked.rc span:nth-child(1)::before {
	content: 'ÀÎ¼öÀÏ';
}
.ui-datepicker-calendar td.datepicker_selected.datepicker_rc_end a::after, #datepicker_popup .picked.rc span:nth-child(2)::before {
	content: '¹Ý³³ÀÏ';
}
/* ÀÌÀü´Þ ´ÙÀ½´Þ ¾Èº¸¿©¼­*/
/*.ui-datepicker-header .ui-corner-all {
    display:block;
}*/

/* ¹Ø¿¡ ´Þ·Â ´ÙÀ½´Þ ¹öÆ° À§·Î ¾Èº¸¿©¼­*/
.ui-datepicker .ui-datepicker-header {
	position: inherit;
}
.ui-datepicker-multi .ui-datepicker-group {
	width: 100%;
}
/* ¼±ÅÃµÈ ³¯Â¥ ¿µ¿ª ¾ø¾Ö±â*/
.calendar_area.nomulti {
	bottom: 46px;
}
#ly_calendar .picked {
	background-color: #fff;
}
#ly_calendar .picked span:nth-child(2) {
	width: 50%;
}

#ly_calendar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 100
}
#ly_calendar .picked {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid #dfdfdf;
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 42px
}
#ly_calendar .picked span {
	display: table-cell;
	border-left: 1px solid #dfdfdf;
	min-width: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	letter-spacing: -0.04em
}
#ly_calendar .picked span:first-child {
	border-left: none;
}
#ly_calendar .picked span strong {
	display: block;
	margin: 5px auto 0;
	color: #ff5722
}
#ly_calendar .picked .btn_large {
	border-radius: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.calendar_area {
	position: absolute;
	top: 43px;
	right: 0;
	bottom: 110px;
	left: 0;
	overflow: auto;
	font-family: 'Lato';
}


.ui-datepicker-title {
	font-family: 'Lato';
}
.ui-datepicker.ui-datepicker-multi {
	width: 100% !important;
	box-sizing: border-box;
	padding: 0;
	border: none;
	border-radius: 0;
	margin: 0
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 100%;
	box-sizing: border-box;
	float: none;
}
.ui-datepicker-header .ui-corner-all {
	display: none;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 100%;
	margin: 0;
	background: #fff
}
.ui-datepicker th {
	background: #999;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.ui-datepicker td {
	padding: 0
}
.ui-datepicker-calendar td a {
	height: 30px;
}
.ui-datepicker-calendar tr {
	border-bottom: 1px solid #dfdfdf;
}
.ui-datepicker-calendar a.ui-state-default {
	text-align: center;
	border: none;
	color: #999;
}
.ui-datepicker-calendar a.ui-state-default.ui-state-highlight {
	background: #37b7b6;
	color: #fff
}
.ui-datepicker-calendar a.ui-state-active {
	background: #ff5722;
	color: #fff
}
.ui-datepicker-today a:after {
	content: '¿À´Ã';
	display: block;
	font-weight: normal;
	font-size: 11px;
}

