._d{
    top: 64px;
    position: absolute;
    webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, .175);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .175);
    z-index: 899;
}
.xvi {
	display: block!important
}

.departure-time {
	position: relative;
	display: inline;
}

.departure-time .cal {
	color: #fff;
	background: #176481;
	border-radius: 6px;
	padding: 6px 6px 8px 6px;
	display: none;
	left: 0;
	width: 555px
}

.departure-time .dmonth,.departure-time .ddate {
	position: relative;
	float: left
}

.departure-time .dmonth {
	width: 290px
}

.departure-time .ddate {
	margin-left: 6px;
	position: relative;
	text-align: center
}

.departure-time div.dtip {
	background: #FFF;
	color: #959494;
	display: block;
	padding: 10px 10px 10px 10px
}

.departure-time div.dtip label {
	margin: 0;
	padding: 0
}

.departure-time div.dtip input[type='checkbox'] {
	width: 18px;
	height: 18px;
	vertical-align: bottom
}

.departure-time input[type="checkbox"]:checked::after {
	width: 15px;
	height: 10px;
	top: 1px;
	left: 1px
}



.departure-time .cal .year {
	height: 30px
}

.departure-time .cal .year>span {
	text-align: center;
	display: inline-block;
	margin-right: 2px;
	padding: 6px 12px;
	font-size: 15px;
	cursor: pointer
}

.departure-time .cal .year span.sel {
	color: #2D83A1;
	background: #fff
}

.departure-time .cal .months {
	background: #fff;
	width: 100%;
	padding: 1px
}

.departure-time .cal .months span {
	text-align: center;
	color: #ccc;
	text-decoration: line-through;
	display: inline-block;
	padding: 6px 4px;
	width: 95px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-left: -1px;
	margin-bottom: -1px
}

.departure-time .cal .months span.active {
	color: #2D83A1;
	text-decoration: none
}

.departure-time .cal .months span.active:hover {
	color: #fff;
	background: #a5191a;
	cursor: pointer
}

.departure-time .cal .months span.sel,.departure-time .cal .months span.sel:hover {
	color: #fff;
	background: #2D83A1
}

.departure-time .cal .ddate span.s-month {
	display: inline-block;
	padding: 3px 0;
	height: 30px
}

.departure-time .cal .ddate .date-grid {
	font-size: 14px;
	color: #2D83A1;
	background: #FFF;
	padding-left: 1px
}

.departure-time .cal .ddate a {
	color: #2D83A1;
	display: inline-block;
	width: 36px;
	padding: 2px 5px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-left: -1px;
	margin-bottom: -1px;
	text-decoration: none
}

.departure-time .cal .ddate a.w_t {
	font-size: 12px;
	text-align: center;
	height: 20px
}

.departure-time .cal .ddate .ddrows a {
	height: 26px
}

.departure-time .cal .ddate .ddrows a.empty {
	color: #eee
}

.departure-time .cal .ddate .ddrows a.off {
	color: #ccc;
	text-decoration: line-through
}

.departure-time .cal .ddate .ddrows a.active:hover {
	color: #fff;
	background: #c10001;
	cursor: pointer
}

.departure-time .cal .ddate .ddrows a.sel,.departure-time .cal .ddate .ddrows a.sel:hover {
	color: #fff;
	background: #2D83A1
}

.departure-time .cal .dmonth span.xc {
	display: none
}

.departure-time .cal .ddate span.xc {
	display: block
}

.departure-time .cal .dmonth span.xc,.departure-time .cal .ddate span.xc {
	text-align: center;
	position: absolute;
	width: 25px;
	height: 25px;
	padding-top: 2px;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 1.0;
    color: #fff;
}

.departure-time .cal .dmonth span.xc:hover,.departure-time .cal .ddate span.xc:hover {
	background: #fff;
	color: #2D83A1;
	border-radius: 4px
}

.departure-time .cal .hx_ {
	display: none
}

@media (max-width:767px) {
	.container .main .main-contents .content-form form .departure-time input.arrival-date {
		background-position: center right 4px;
		padding-left: 8px;
		height: 45px;
		width: 100%;
	}
	
	.container .main .main-contents .content-form form .departure-time input.arrival-date::-webkit-input-placeholder { /* WebKit browsers */
	  font-size: 15px;
	}

	.departure-time .cal .months {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.departure-time .dmonth {
		width: 100%
	}

	.departure-time .cal,.departure-time .cal .months,.departure-time .cal .ddate {
		width: 100%;
		height: auto
	}

	.departure-time .cal .months span {
		width: 33.3%;
		padding: 8px 4px;
		font-size: 15px
	}

	.departure-time .ddate {
		margin-left: 0
	}

	.departure-time .cal .ddate a.w_t,.departure-time .cal .ddate .ddrows a {
		width: 14.3%;
		height: auto;
		text-align: center
	}

	.departure-time .cal .ddate .ddrows a {
		padding: 6px
	}

	.departure-time .cal .year>span {
		padding: 6px 12px;
		color: #fff;
	}

	.departure-time div.ele-c {
		width: 48%
	}

	.departure-time input.date {
		width: 100%
	}

	.departure-time .cal .dmonth span.xc {
		display: block
	}

	.departure-time .cal .ddate span.xc {
		display: none
	}
}

@media (min-width:768px) {
	.departure-time .cal.dlf {
		left: 179px;
		width: 258px
	}
}


