@media screen and (max-width: 767px) {
	#overseas-search-form-widget .air-search .tab-switch-01 .active {
	    border: 1px solid #c240bf !important;
	    background: #c240bf;
	}
	#overseas-search-form-widget .air-search .tab-switch-01 {
		color: #c240bf;
	}
}
@media screen and (min-width: 768px) {
	#overseas-search-form-widget .search-box .search-content {
		border: 1px solid #c240bf;
	}
	#overseas-search-form-widget .search-box .search-content-inner {
		background: #f3d8f2;
	}
	#overseas-search-form-widget .search-box .tab-ticket-kind .active,
	#overseas-search-form-widget .search-box .tab-ticket-kind li:hover {
	    background: #f3d8f2;
	}
	#tab2.tabcontent {
		-webkit-box-shadow: 2px 0px 5px 0px rgba(194, 64, 191, .5);
	    -moz-box-shadow: 2px 0px 5px 0px rgba(194, 64, 191, .5);
	    box-shadow: 2px 0px 5px 0px rgba(194, 64, 191, .5);
	}
}
