/* !!!!전체 변경해주세요!!! */

@charset 'utf-8';
/**
 * Default:  종류 / 색상 / 개수
 */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blind {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

button {
	border: 0px;
	background: none;
	padding: 0;
}

.promotion_container.not-fullwidth {
	padding: 0 20px;
}

.promotion-img {
	overflow: hidden;
	text-align: center;
}

	.promotion-img img {
		max-width: 100%;
	}

.promotion_articles {
	position: relative;
	margin: 20px auto 28px auto;
}

	.promotion_articles.w1100 {
		width: 1100px;
	}

	.promotion_articles .ad_tab_navi {
		margin-bottom: 24px;
		overflow: hidden;
	}

		.promotion_articles .ad_tab_navi li {
			position: relative;
			float: left;
			height: 49px;
		}

.ie7 .promotion_articles .ad_tab_navi li {
	margin-left: -1px;
}

.promotion_articles .ad_tab_navi li a {
	position: relative;
	z-index: 10;
	display: grid;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	align-items: center;
}

.promotion_articles .ad_tab_navi li.active .empty {
	z-index: 20;
	border-color: #178c51;
}

.promotion_articles .ad_tab_navi li.active a {
	color: #fff;
	background-color: #33ad70;
}

.promotion_articles .ad_tab_navi.ad_black li.active .empty {
	border-color: #33ad70;
}

.promotion_articles .ad_tab_navi .empty {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -1px;
	border: 1px solid transparent;
}

.promotion_articles .ad_white > li {
	background-color: #fff;
}

.promotion_articles .ad_white .empty {
	border-color: #ccc;
}

.promotion_articles .ad_black > li {
	background-color: #34495e;
}

.promotion_articles .ad_black a {
	color: #fff;
}

.promotion_articles .ad_black .empty {
	border-color: #293847;
}

.promotion_articles .white-four li {
	background-color: #fff;
}

.promotion_articles .white-four a {
	color: #555;
}

.promotion_articles .dark-four li {
	background-color: #34495e;
}

.promotion_articles .dark-four .empty {
	border-color: #293847;
}

.promotion_articles .ad_two > li {
	width: 50%;
}

.promotion_articles .ad_three > li {
	width: 33.3%;
}

.promotion_articles .ad_four > li {
	width: 25%;
}

.promotion_articles .ad_five > li {
	width: 20%;
}
/*
* WhiteStyle
 */
.promotion_articles .ad_tab_navi.ad_white li.first-child .empty {
	left: 0;
	border-left: 1px solid #ccc;
}

.promotion_articles .ad_tab_navi.ad_white li.first-child.active .empty {
	border-color: #178c51;
}
/*  Tab menu 2개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_white.ad_two li:first-child + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 3개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_white.ad_three li:first-child + li + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 4개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_white.ad_four li:first-child + li + li + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 5개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_white.ad_five li:first-child + li + li + li + li ~ li .empty {
	top: -1px;
}
/*
* BlackStyle
 */
.promotion_articles .ad_tab_navi.ad_black li.first-child .empty {
	left: 0;
	border-left: 1px solid #293847;
}

.promotion_articles .ad_tab_navi.ad_black li.first-child.active .empty {
	border-color: #33ad70;
}
/*  Tab menu 2개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_black.ad_two li:first-child + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 3개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_black.ad_three li:first-child + li + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 4개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_black.ad_four li:first-child + li + li + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 5개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_black.ad_five li:first-child + li + li + li + li ~ li .empty {
	top: -1px;
}

.promotion_articles .ad_item_wrap .item img {
	vertical-align: top;
}

.promotion_articles .ad_item_wrap .item p {
	line-height: 20px;
}

	.promotion_articles .ad_item_wrap .item p.name,
	.promotion_articles .ad_item_wrap .item p.detail,
	.promotion_articles .ad_item_wrap .item p.price {
		padding: 0 10px;
	}

	.promotion_articles .ad_item_wrap .item p.name {
		font-weight: bold;
		line-height: 20px;
		color: #5388cf;
	}

	.promotion_articles .ad_item_wrap .item p.detail {
		font-size: 11px;
		color: #111;
	}

.promotion_articles .ad_item_wrap .item .product_detail p:first-child {
	margin-top: 10px;
}

.promotion_articles .ad_item_wrap .item .price {
	overflow: hidden;
}

	.promotion_articles .ad_item_wrap .item .price .txt {
		float: left;
		font-size: 17px;
		color: #f53036;
	}

	.promotion_articles .ad_item_wrap .item .price .btn_DepartureDate {
		float: right;
		display: block;
		font-size: 12px;
		color: #b7b7b7;
	}

.promotion_articles .ad_item_wrap .product_info {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}

	.promotion_articles .ad_item_wrap .product_info * {
		font-family: 'Noto Sans KR', '맑은고딕', 'MalgunGothic', sans-serif;
	}

	.promotion_articles .ad_item_wrap .product_info img {
		max-width: 100%;
		width : 251px;
		height : 188px
	}

	.promotion_articles .ad_item_wrap .product_info p {
		text-align: left;
	}

	.promotion_articles .ad_item_wrap .product_info .photo {
		position: relative;
		z-index: 1;
		text-align: center;
	}

	.promotion_articles .ad_item_wrap .product_info .info_detail {
		z-index: 2;
		padding-bottom: 15px;
	}

.promotion_articles .ad_item_wrap .ad_two .product_detail p.name,
.promotion_articles .ad_item_wrap .ad_two .product_detail p.detail {
	font-size: 14px;
}

.promotion_articles .ad_item_wrap .ad_two .product_detail .price .txt {
	font-size: 16px;
}




.promotion_articles .ad_item_wrap .product_info .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.promotion_articles .ad_item_wrap .product_detail.active .info_detail {
	background: #fff;
}

.promotion_articles .ad_item_wrap .product_date {
	display: none;
	background-color: #e7e7e7;
}

	.promotion_articles .ad_item_wrap .product_date > ul {
		padding: 0 10px;
	}

		.promotion_articles .ad_item_wrap .product_date > ul > li {
			margin-top: 10px;
		}

			.promotion_articles .ad_item_wrap .product_date > ul > li:first-child {
				margin-top: 0;
			}

	.promotion_articles .ad_item_wrap .product_date .departure {
		margin-top: 10px;
		line-height: 1.3em;
		overflow: hidden;
		zoom: 1;
	}

		.promotion_articles .ad_item_wrap .product_date .departure dt {
			padding-top: 2px;
			float: left;
			width: 35px;
			font-weight: bold;
			font-size: 12px;
			color: #333;
		}

		.promotion_articles .ad_item_wrap .product_date .departure dd {
			overflow: hidden;
			zoom: 1;
		}

			.promotion_articles .ad_item_wrap .product_date .departure dd > ul {
				overflow: hidden;
				zoom: 1;
			}

			.promotion_articles .ad_item_wrap .product_date .departure dd li {
				padding-top: 2px;
				padding-right: 6px;
				padding-left: 6px;
				float: left;
				line-height: 1.3em;
				background: url(//img.modetour.com/modetour/2015/common/promotion_bar_white.png) no-repeat right 50%;
			}

				.promotion_articles .ad_item_wrap .product_date .departure dd li a {
					font-size: 10px;
					text-decoration: none;
					color: #666;
				}

					.promotion_articles .ad_item_wrap .product_date .departure dd li a:hover {
						text-decoration: underline;
						color: #33ad70;
					}

	.promotion_articles .ad_item_wrap .product_date .btn_more_product {
		margin: 10px auto;
		display: block;
		width: 102px;
		height: 20px;
		background: url(//img.modetour.com/modetour/2015/common/btn_more.png) no-repeat;
	}

.promotion_articles .ad_item_wrap .ad_itembox {
	overflow: hidden;
}

.promotion_articles .ad_item_wrap .ad_itembox_line .detail {
	font-weight: bold;
}

.promotion_articles .ad_item_wrap .ad_itembox_line .product_info {
	border: 1px solid #ccc;
}

	.promotion_articles .ad_item_wrap .ad_itembox_line .product_info p.name,
	.promotion_articles .ad_item_wrap .ad_itembox_line .product_info p.detail {
		padding: 0 10px;
	}

	.promotion_articles .ad_item_wrap .ad_itembox_line .product_info .price {
		padding-right: 10px;
		margin-top: 20px;
		font-size: 15px;
		text-align: right;
		color: #f53036;
	}

		.promotion_articles .ad_item_wrap .ad_itembox_line .product_info .price strong {
			font-family: verdana;
			letter-spacing: -1px;
		}

	.promotion_articles .ad_item_wrap .ad_itembox_line .product_info .detail {
		margin-bottom: 10px;
	}

.promotion_articles .ad_item_wrap .collective_wall {
	float: left;
	clear: right;
}

	.promotion_articles .ad_item_wrap .collective_wall .item {
		position: relative;
		margin: 20px 5px 0;
	}

		.promotion_articles .ad_item_wrap .collective_wall .item:first-child {
			margin-top: 0;
		}

.promotion_articles .ad_item_wrap .ad_two .collective_wall {
	width: 50%;
}

.promotion_articles .ad_item_wrap .ad_three .collective_wall {
	width: 33.33%;
}

.promotion_articles .ad_item_wrap .ad_four .collective_wall {
	width: 25%;
}

.promotion_articles .ad_item_wrap .ad_five .collective_wall {
	width: 20%;
}

/* Layer Popup */
#PlanMsgWrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999997;
	width: 100%;
	height: 100%;
}

	#PlanMsgWrap .PlanlayerPopupBG {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 999998;
		width: 100%;
		height: 100%;
		background-color: #000;
	}

	#PlanMsgWrap.PlanloadingWrap .PlanlayerPopupBG {
		background-color: #fff;
	}

.PlanLoading {
	position: absolute;
	top: 610px;
	left: 40%;
	z-index: 999999;
	width: 300px;
	height: 300px;
	overflow: hidden;
	font-weight: bold;
	font-size: 18pt;
	color: #ff0000;
}

/* horizontal */
.horizontal {
	padding: 20px 0 48px 0;
	overflow: hidden;
	border-top: 6px solid #f1f1f1;
}

.ad_itembox .horizontal:first-child {
	padding-top: 0;
	border-top: none;
}

.promotion_articles .ad_item_wrap .ad_two .horizontal .collective_wall .item {
	margin-right: 22px;
	margin-left: 22px;
}

.promotion_articles .ad_item_wrap .ad_three .horizontal .collective_wall .item {
	margin-right: 17px;
	margin-left: 17px;
}

.promotion_articles .ad_item_wrap .ad_four .horizontal .collective_wall .item {
	margin-right: 12px;
	margin-left: 12px;
}

.promotion_articles .ad_item_wrap .ad_five .horizontal .collective_wall .item {
	margin-right: 7px;
	margin-left: 7px;
}

.promotion_articles .ad_item_wrap .horizontal .item p.name,
.promotion_articles .ad_item_wrap .horizontal .item p.detail,
.promotion_articles .ad_item_wrap .horizontal .item p.price {
	padding: 0;
	font-family: 'Noto Sans KR', '맑은고딕', 'MalgunGothic', sans-serif
}

.promotion_articles .ad_item_wrap .horizontal .product_info {
	border: none;
}

.promotion_articles .ad_item_wrap .horizontal .product_date {
	display: block;
	background-color: #fff;
	border-top: 1px dotted #e1e1e1;
}

	.promotion_articles .ad_item_wrap .horizontal .product_date > ul {
		padding: 0;
	}

	.promotion_articles .ad_item_wrap .horizontal .product_date .departure dt {
		font-weight: 500;
		color: #111;
	}

	.promotion_articles .ad_item_wrap .horizontal .product_date .departure dd li {
		background-image: url(//img.modetour.com/modetour/2015/common/promotion_bar.png);
	}

		.promotion_articles .ad_item_wrap .horizontal .product_date .departure dd li a {
			font-size: 11px;
			color: #777;
		}

/* 데이터 없습니다. */
.promotion_articles .ad_item_wrap .ad_nodata .collective_wall {
	width: 100%;
}

.promotion_articles .ad_item_wrap .ad_nodata .item {
	position: relative;
	margin: 0;
	padding: 80px 0;
	height: 212px;
	overflow: hidden;
}

.promotion_articles .ad_item_wrap .ad_nodata .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -106px 0 0 -223.5px;
	width: 447px;
	height: 212px;
	background: url('//img.modetour.com/modeevent/template/bg_no_data.png') no-repeat;
}

	.promotion_articles .ad_item_wrap .ad_nodata .bg p {
		position: absolute;
		top: 82px;
		left: 136px;
		font-weight: bold;
		font-size: 17px;
		line-height: normal;
		color: #1f425d;
	}


/* 20211224 */
.promotion_articles .ad_item_wrap .ad_itembox .itembox_title {
	text-align: left;
	font-size: 18px;
	letter-spacing: -0.02em;
	font-weight: 500;
	padding: 10px 0 10px 15px;
	font-family: 'Noto Sans KR', '맑은고딕', 'MalgunGothic', sans-serif;
}

.promotion_articles .ad_item_wrap .ad_itembox .item p.detail {
	font-size: 15px;
	letter-spacing: -0.02em;
	margin: 3px 0;
	color: #000
}

.promotion_articles .ad_item_wrap .ad_itembox .item p.departure {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #000;
}
/* 20211224 */


/*  추후 사용 */
/* ad_itembox_horizontal(가로모드) */
/* ad_itembox_vertical(세로 모드) */


/* 항공  */
#search_other_schedule {
	position: relative;
	margin: 0 auto;
	width: 928px;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	clear: both;
}

	#search_other_schedule .title {
		position: relative;
		width: 100%;
		height: 64px;
		border-top: 1px solid #c2c2c2;
		background: url(//img.modetour.com/ModeLiveBooking/130913_air/realtime_ticket.gif) no-repeat;
	}

	#search_other_schedule .air_section {
		position: absolute;
		width: 508px;
		height: 34px;
		top: 15px;
		right: 18px;
	}

		#search_other_schedule .air_section li {
			float: left;
		}

			#search_other_schedule .air_section li button {
				width: 169px;
				height: 34px;
				background: url(//img.modetour.com/ModeLiveBooking/130913_air/btn_airticket.png) no-repeat;
				border: 0 none;
				cursor: pointer;
			}

				#search_other_schedule .air_section li button.btn_round {
					background-position: 0 -410px;
				}

					#search_other_schedule .air_section li button.btn_round.active {
						width: 170px;
						background-position: 0 -454px;
					}

				#search_other_schedule .air_section li button.btn_oneway {
					background-position: -179px -410px;
				}

					#search_other_schedule .air_section li button.btn_oneway.active {
						width: 170px;
						background-position: -179px -454px;
					}

				#search_other_schedule .air_section li button.btn_other_section {
					background-position: -358px -410px;
				}

					#search_other_schedule .air_section li button.btn_other_section.active {
						width: 170px;
						background-position: -358px -454px;
					}

	#search_other_schedule .real_booking {
		width: 100%;
		clear: both;
		position: relative;
		border-top: 1px solid #c2c2c2;
		border-bottom: 1px solid #c2c2c2;
	}

		#search_other_schedule .real_booking .loca dd {
			text-align: left;
		}

		#search_other_schedule .real_booking .section {
			float: left;
			width: 390px;
			padding: 20px 0;
			min-height: 500px;
			border-bottom: 1px solid #cacaca;
		}

			#search_other_schedule .real_booking .section .in_out {
				display: none;
				width: 100%;
				padding-top: 10px;
			}

		#search_other_schedule .real_booking dt {
			color: #333;
			font-weight: bold;
		}

		#search_other_schedule .real_booking .charge_leave {
			width: 464px;
			border-right: 1px solid #cacaca;
			background-color: #f4eeef;
		}

			#search_other_schedule .real_booking .charge_leave .major_city {
				left: 74px;
				border-right-color: #fff;
			}

		#search_other_schedule .real_booking .charge_return {
			width: 463px;
			background-color: #e4e9ef;
		}

			#search_other_schedule .real_booking .charge_return .major_city {
				left: 465px;
				border-left: 0 none;
			}

		#search_other_schedule .real_booking .loca {
			padding-left: 74px;
		}

			#search_other_schedule .real_booking .loca dl dt {
				float: left;
				width: 46px;
				height: 22px;
				line-height: 22px;
				font-size: 12px;
			}

		#search_other_schedule .real_booking select.major_city {
			*width: 160px;
		}

		#search_other_schedule .real_booking p.sel_major_city {
			font-size: 11px;
			color: #666;
			padding-left: 46px;
			line-height: 19px;
		}

		#search_other_schedule .real_booking .city_input {
			width: 160px;
			height: 21px;
			background: #fff;
			border: 1px solid #d7d7d7;
			text-indent: 12px;
		}

.ie7 #search_other_schedule .real_booking .city_input {
	text-indent: 0;
	margin-right: 4px;
}

#search_other_schedule .real_booking .btn_sch_city {
	width: 74px;
	height: 23px;
	background: url(//img.modetour.com/ModeLiveBooking/130913_air/btn_airticket.png) no-repeat -280px -55px;
	border: 0 none;
	cursor: pointer;
	vertical-align: top;
}

#search_other_schedule .real_booking .add_info {
	width: 928px;
	position: relative;
	padding: 20px 0;
	clear: both;
}

	#search_other_schedule .real_booking .add_info li {
		height: 19px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	/*#search_other_schedule .real_booking .add_info li:first-child { margin-bottom:10px; }*/
	#search_other_schedule .real_booking .add_info dl {
		padding-left: 74px;
		clear: left;
	}

	#search_other_schedule .real_booking .add_info dt {
		float: left;
		width: 64px;
	}

	#search_other_schedule .real_booking .add_info dd {
		text-align: left;
	}

		#search_other_schedule .real_booking .add_info dd label {
			color: #333;
		}

		#search_other_schedule .real_booking .add_info dd.seat_select .ui-state-default {
			background: url(//img.modetour.com/ModeLiveBooking/130913_air/bg_radio.png) no-repeat 0 0;
			padding-left: 19px;
			margin-right: 20px;
			cursor: pointer;
		}

		#search_other_schedule .real_booking .add_info dd.seat_select .ui-state-active {
			background-position: 0 -38px;
		}

			#search_other_schedule .real_booking .add_info dd.seat_select .ui-state-active span {
				color: #334b81;
				font-weight: bold;
			}

		#search_other_schedule .real_booking .add_info dd.seat_select .ui-state-disabled {
			cursor: default;
		}
			/*text-decoration:line-through;*/
			#search_other_schedule .real_booking .add_info dd.seat_select .ui-state-disabled span {
				color: Gray;
			}

		#search_other_schedule .real_booking .add_info dd.people {
			color: #666;
		}

			#search_other_schedule .real_booking .add_info dd.people .heapBox {
				vertical-align: middle;
			}

				#search_other_schedule .real_booking .add_info dd.people .heapBox .holder {
					width: 31px;
				}

				#search_other_schedule .real_booking .add_info dd.people .heapBox .handler {
					width: 19px;
				}

				#search_other_schedule .real_booking .add_info dd.people .heapBox div.heap {
					width: 50px;
					top: 22px;
				}

					#search_other_schedule .real_booking .add_info dd.people .heapBox div.heap li:first-child {
						margin-bottom: 0;
					}

		#search_other_schedule .real_booking .add_info dd strong {
			color: #334b81;
		}

	#search_other_schedule .real_booking .add_info .btn_sch_airticket {
		position: absolute;
		top: 50%;
		right: 74px;
		display: block;
		margin-top: -30px;
		width: 145px;
		height: 48px;
		border: 0 none;
		background: url(//img.modetour.com/ModeLiveBooking/130913_air/btn_airticket.png) no-repeat -360px 0;
		cursor: pointer;
	}

	#search_other_schedule .real_booking .add_info .prefer_air {
		padding-left: 74px;
	}

		#search_other_schedule .real_booking .add_info .prefer_air .prefer_air_list {
			display: inline-block;
			line-height: normal;
			vertical-align: top;
		}

			#search_other_schedule .real_booking .add_info .prefer_air .prefer_air_list > ul {
				height: 23px;
				overflow: hidden;
			}

			#search_other_schedule .real_booking .add_info .prefer_air .prefer_air_list li {
				float: left;
				margin: 0;
				height: 23px;
				line-height: 23px;
				vertical-align: middle;
			}

			#search_other_schedule .real_booking .add_info .prefer_air .prefer_air_list .airline {
				color: #666;
			}

	#search_other_schedule .real_booking .add_info li {
		height: 19px;
		line-height: 19px;
		margin-bottom: 10px;
	}

	#search_other_schedule .real_booking .add_info .th {
		width: 64px;
		font-weight: bold;
		color: #333;
	}
/* 주요도시 */
#search_other_schedule .real_booking .easy_majorcity {
	position: absolute;
	top: 100px;
	left: 74px;
	width: 779px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 1;
}

#search_other_schedule .inout_other .easy_majorcity {
	top: 112px;
}
/* In-Out 다른구간 선택시 */
#search_other_schedule .real_booking .easy_majorcity .wrapper {
	float: left;
	position: relative;
	width: 349px;
	padding-left: 20px;
	line-height: 19px;
}

	#search_other_schedule .real_booking .easy_majorcity .wrapper dt {
		float: left;
		font-size: 11px;
		padding-right: 5px;
	}

	#search_other_schedule .real_booking .easy_majorcity .wrapper dd a {
		color: #666;
		font-size: 11px;
		text-decoration: none;
		padding-left: 5px;
	}

		#search_other_schedule .real_booking .easy_majorcity .wrapper dd a:first-child {
			padding-left: 0;
		}

		#search_other_schedule .real_booking .easy_majorcity .wrapper dd a:hover {
			color: #334b81;
			text-decoration: underline;
		}

		#search_other_schedule .real_booking .easy_majorcity .wrapper dd a:active {
			background-color: #fff;
		}
/*  달력 */
#search_other_schedule .datepicker_wrap {
	position: absolute;
	top: 50%;
	margin-top: -147px;
	width: 404px;
	min-height: 294px;
}

#search_other_schedule .inout_other .datepicker_wrap {
	top: 221px;
}
/* In-Out 다른구간 선택시 */
#search_other_schedule .datepicker_wrap .wrapper {
	position: relative;
}

#search_other_schedule .charge_return .datepicker_wrap.opacity {
	opacity: 0.60;
	filter: alpha(opacity=60);
}
/*편도 선택시 */
#search_other_schedule .charge_return .datepicker_wrap .wrapper .opacity {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e4e9ef;
	opacity: 0.60;
	filter: alpha(opacity=60);
}
/* 편도 선택시 */
#search_other_schedule .datepicker_wrap a.btn_datepicker {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -21px;
	width: 26px;
	height: 41px;
	background: url(//img.modetour.com/ModeLiveBooking/130913_air/btn_airticket.png) no-repeat;
}

#search_other_schedule .datepicker_wrap a.prev_month {
	left: 0;
	background-position: -350px -305px;
}

#search_other_schedule .datepicker_wrap a.next_month {
	right: 0;
	background-position: -386px -305px;
}

#search_other_schedule .datepicker_wrap .datepicker {
	position: relative;
	z-index: inherit;
	margin: 0 auto;
	padding: 0;
	width: 321px;
	border: 1px solid #cacaca;
}

#search_other_schedule .datepicker_wrap .date_header {
	padding-left: 10px;
	height: 40px;
	border-bottom: 1px solid #b8bcca;
	background-color: #eceef1;
	font-weight: bold;
	font-size: 14px;
}

	#search_other_schedule .datepicker_wrap .date_header span.airplane {
		display: inline-block;
		margin-top: 10px;
		padding-left: 25px;
		height: 23px;
		background: url(//img.modetour.com/ModeLiveBooking/domestic_air/ico_domestic_air.png) no-repeat;
		line-height: 23px;
	}

	#search_other_schedule .datepicker_wrap .date_header span.airplane {
		display: inline-block;
		margin-top: 10px;
		padding-left: 25px;
		height: 23px;
		background: url(//img.modetour.com/ModeLiveBooking/domestic_air/ico_domestic_air.png) no-repeat;
		line-height: 23px;
	}

	#search_other_schedule .datepicker_wrap .date_header span.month {
		display: inline-block;
		height: 23px;
		vertical-align: middle;
	}

		#search_other_schedule .datepicker_wrap .date_header span.month > a {
			display: inline-block;
			width: 49px;
			height: 23px;
			background: url("//img.modetour.com/ModeLiveBooking/130913_air/btn_airticket.png") no-repeat;
		}

			#search_other_schedule .datepicker_wrap .date_header span.month > a.trimestral {
				background-position: -358px -208px;
				margin-right: 3px;
			}

			#search_other_schedule .datepicker_wrap .date_header span.month > a.halfyear {
				background-position: -417px -208px;
			}

	#search_other_schedule .datepicker_wrap .date_header input[type=checkbox] {
		vertical-align: middle;
	}

	#search_other_schedule .datepicker_wrap .date_header label.goback {
		font-size: 12px;
		color: #666;
		font-weight: normal;
	}

	#search_other_schedule .datepicker_wrap .date_header label.ui-state-default {
		display: inline-block;
		padding-left: 20px;
		background: url(//img.modetour.com/ModeLiveBooking/130913_air/bg_checkbox.png) no-repeat 0 2px;
		vertical-align: middle;
		line-height: 19px;
		cursor: pointer;
	}

	#search_other_schedule .datepicker_wrap .date_header label.ui-state-active {
		background-position: 0 -35px
	}

	#search_other_schedule .datepicker_wrap .date_header label.ui-state-hover .ui-button-text {
		color: #334b81;
	}

	#search_other_schedule .datepicker_wrap .date_header label.ui-state-active .ui-button-text {
		font-weight: bold;
		color: #334b81;
	}

	#search_other_schedule .datepicker_wrap .date_header input[type=text] {
		padding-left: 15px;
		width: 103px;
		height: 21px;
		line-height: 21px;
		border: 1px solid #d7d7d7;
		color: #333;
		font-size: 12px;
	}

#search_other_schedule .datepicker_wrap .date_body {
	background: #fff;
}

	#search_other_schedule .datepicker_wrap .date_body .year_month {
		padding: 10px 0;
		color: #333;
		text-align: center;
		font-weight: bold;
		font-size: 19px;
		font-family: tahoma, verdana;
	}

	#search_other_schedule .datepicker_wrap .date_body thead th {
		height: 25px;
		border-bottom: 1px solid #ddd;
		color: #666;
		font-size: 12px;
		text-align: center;
	}

		#search_other_schedule .datepicker_wrap .date_body thead th.sun {
			color: #b64b4b
		}

		#search_other_schedule .datepicker_wrap .date_body thead th.sat {
			color: #5053bf
		}

	#search_other_schedule .datepicker_wrap .date_body tbody td {
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
	}

		#search_other_schedule .datepicker_wrap .date_body tbody td:first-child {
			border-left: 0 none;
		}

	#search_other_schedule .datepicker_wrap .date_body tbody tr.last td {
		border-bottom: 0 none;
	}

	#search_other_schedule .datepicker_wrap .date_body tbody td button {
		cursor: pointer;
		width: 45px;
		height: 30px;
		background: #fff;
		border: 0 none;
		color: #333;
		font-size: 14px;
		cursor: pointer;
		font-family: dotum, '돋움', verdana;
	}

		#search_other_schedule .datepicker_wrap .date_body tbody td button:hover {
			text-decoration: underline;
		}

		#search_other_schedule .datepicker_wrap .date_body tbody td button.selected {
			color: #fff;
			font-weight: bold;
		}

		#search_other_schedule .datepicker_wrap .date_body tbody td button.sun {
			color: #b64b4b
		}

		#search_other_schedule .datepicker_wrap .date_body tbody td button.sat {
			color: #5053bf
		}

		#search_other_schedule .datepicker_wrap .date_body tbody td button.selected:hover,
		#search_other_schedule .datepicker_wrap .date_body tbody td button.other_month:hover {
			color: #ddd;
			text-decoration: none;
		}

#search_other_schedule .datepicker_wrap p.goback {
	width: 321px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: right;
	color: #666;
}

#search_other_schedule .charge_leave .datepicker_wrap {
	left: 33px;
}

	#search_other_schedule .charge_leave .datepicker_wrap .date_header span.airplane {
		color: #ad2534;
		background-position: 0 -179px;
	}

	#search_other_schedule .charge_leave .datepicker_wrap a.prev_month:hover {
		background-position: -350px -248px;
	}

	#search_other_schedule .charge_leave .datepicker_wrap a.next_month:hover {
		background-position: -386px -248px;
	}

	#search_other_schedule .charge_leave .datepicker_wrap .date_body tbody td button:hover {
		color: #ad2534;
	}

	#search_other_schedule .charge_leave .datepicker_wrap .date_body tbody td button.selected {
		background-color: #e95264;
	}

		#search_other_schedule .charge_leave .datepicker_wrap .date_body tbody td button.selected:hover {
			color: #fff;
		}

#search_other_schedule .charge_return .datepicker_wrap {
	right: 33px;
}

	#search_other_schedule .charge_return .datepicker_wrap .date_header span.airplane {
		color: #244693;
		background-position: 0 -1419px;
	}

	#search_other_schedule .charge_return .datepicker_wrap .date_header span.inout_date {
		background-position: 0 -1355px;
	}

	#search_other_schedule .charge_return .datepicker_wrap a.prev_month:hover {
		background-position: -422px -248px;
	}

	#search_other_schedule .charge_return .datepicker_wrap a.next_month:hover {
		background-position: -458px -248px;
	}

	#search_other_schedule .charge_return .datepicker_wrap .date_body tbody td button:hover {
		color: #244693;
	}

	#search_other_schedule .charge_return .datepicker_wrap .date_body tbody td button.selected {
		background-color: #4c70c1;
	}

		#search_other_schedule .charge_return .datepicker_wrap .date_body tbody td button.selected:hover {
			color: #fff;
		}

#search_other_schedule .datepicker_wrap .date_body tbody td.visibility button {
	cursor: default;
	text-decoration: line-through;
}

	#search_other_schedule .datepicker_wrap .date_body tbody td.visibility button:hover {
		text-decoration: line-through;
	}

#search_other_schedule .datepicker_wrap .date_body tbody td button.visibility,
#search_other_schedule .datepicker_wrap .date_body tbody td button.other_month,
#search_other_schedule .datepicker_wrap .date_body tbody td button.visibility:hover {
	color: #ddd;
}


/* 기획전 이미지 정렬 */
.promotion-img {
	text-align: center;
}


/* 20211224 fixed tab */

.promotion_articles .scrollFixed .btn_box {
	display: none
}

.promotion_articles .scrollFixed.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 49px;
	overflow: hidden;
	z-index: 1099;
	background-color: #333333
}

	.promotion_articles .scrollFixed.fixed * {
		font-family: 'Noto Sans KR', '맑은고딕', 'MalgunGothic', sans-serif
	}

	.promotion_articles .scrollFixed.fixed.show {
		height: auto
	}

		.promotion_articles .scrollFixed.fixed.show .btn_box button::after {
			transform: rotate(180deg)
		}

	.promotion_articles .scrollFixed.fixed .ad_tab_navi {
		width: 1100px;
		margin: 0 auto;
		position: relative;
	}

.promotion_articles .scrollFixed.show .ad_tab_navi {
	top: 0 !important;
}

.promotion_articles .scrollFixed.fixed .ad_tab_navi li {
	background-color: #333
}

	.promotion_articles .scrollFixed.fixed .ad_tab_navi li .empty {
		border-color: #222
	}

	.promotion_articles .scrollFixed.fixed .ad_tab_navi li a {
		font-weight: 400;
		color: #fff
	}

	.promotion_articles .scrollFixed.fixed .ad_tab_navi li.active a {
		font-weight: 500;
		text-decoration: underline
	}

.promotion_articles .scrollFixed.fixed .btn_box {
	position: absolute;
	display: block;
	right: 0;
	width: 44px;
	height: 49px;
	top: 0
}

	.promotion_articles .scrollFixed.fixed .btn_box button {
		width: 100%;
		height: 100%
	}

		.promotion_articles .scrollFixed.fixed .btn_box button::after {
			display: block;
			width: 100%;
			height: 100%;
			content: "";
			background-repeat: no-repeat;
			background-size: 100% auto;
			background-position: center center;
			background-image: url(//img.modetour.com/promotion20/etc/ico-angle-down.png)
		}

.promotion_articles .ad_tab_navi.ad_gray li {
	background-color: #F6F6F6
}

	.promotion_articles .ad_tab_navi.ad_gray li .empty {
		border-color: #DBDADA
	}

	.promotion_articles .ad_tab_navi.ad_gray li:first-child .empty, .promotion_articles .ad_tab_navi.ad_gray li:nth-child(6n) .empty {
		border-left: 1px solid 1px solid #DBDADA;
		left: 0px
	}

	.promotion_articles .ad_tab_navi.ad_gray li.active {
		background-color: #333
	}

		.promotion_articles .ad_tab_navi.ad_gray li.active .empty {
			border-color: #222
		}

		.promotion_articles .ad_tab_navi.ad_gray li.active a {
			color: #fff;
			background-color: transparent
		}


/*  Tab menu 2개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_gray.ad_two li:first-child + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 3개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_gray.ad_three li:first-child + li + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 4개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_gray.ad_four li:first-child + li + li + li ~ li .empty {
	top: -1px;
}
/*  Tab menu 5개일때 border 제어 */
.promotion_articles .ad_tab_navi.ad_gray.ad_five li:first-child + li + li + li + li ~ li .empty {
	top: -1px;
}

/* 20211224 fixed tab */




/* [S]:20220106 상품정보가 없을때  */
.ad_item_wrap .item_none {
	padding: 120px 0 180px 0;
	text-align: center;
}

	.ad_item_wrap .item_none img {
		width: 52px
	}

	.ad_item_wrap .item_none .txt {
		font-family: 'Noto Sans KR', '맑은고딕', 'MalgunGothic', sans-serif;
		font-weight: 350;
		font-size: 18px;
		line-height: 1.3;
		letter-spacing: -0.02em;
		color: #828282;
		margin-top: 10px
	}

/* [E]:20220106 상품정보가 없을때 */



/* [s]: 20220110 css추가 */
.promotion_articles .scrollFixed.fixed.show .ad_tab_navi {
	top: 0 !important
}

.promotion_articles .ad_tab_navi.ad_gray.ad_five li:nth-child(6n) + li + li + li + li ~ li .empty {
	left: -1px;
}

.promotion_articles .ad_tab_navi.ad_gray.ad_five li:nth-child(11) .empty {
	left: 0px !important;
}

.promotion_articles .ad_tab_navi.ad_gray.ad_five li:nth-child(16) .empty {
	left: 0px !important;
}

.promotion_articles .ad_tab_navi.ad_gray.ad_five li:nth-child(21) .empty {
	left: 0px !important;
}
/* [s]: 20220110 css추가 */

/* 2022-04-26 즉시할인 라벨추가*/
.discount_label.dp {
	position: absolute;
	top: 10px;
	left: 10px;
}
/* 2022-04-26  즉시할인 라벨추가*/
