/** ================================================================== **/
/** ==================== Desktop Very Wide Screen ==================== **/
/** ================================================================== **/
@media (min-width: 1171px)
{
/*
	#keyvisual {
		 background-size: auto 100% !important;
		 height: 400px;
	}
*/
	
}

/** ================================================================== **/
/** ====================== Desktop Wide Screen ======================= **/
/** ================================================================== **/
@media (max-width: 1200px)
{
/*
	#keyvisual {
		 background-size: auto 100% !important;
		 height: 340px;
	}
*/


}

@media (max-width: 1170px)
{
	#bottomPanel .title {
		margin-left: 20px !important;
	}
	#bottomPanel .search-field select
	{
		width: 70px !important;
	}
}



/** ================================================================== **/
/** ============== Desktop 4:3 screen / iPad Landscape =============== **/
/** ================================================================== **/
@media (max-width: 999px)
{
	#bottomPanel .title {
		width: 220px !important;
		margin-top:  18px;
	}
	
	#bottomPanel .title #imgTitle {
		width: 200px !important;
		height: 40px !important;
		margin-top: 5px !important;
	}
}

/** ================================================================== **/
/** ================== Phone Size / Portrait Tablet ================== **/
/** ================================================================== **/
@media (max-width: 767px)
{
	#keyvisual-xs img {
		width: 100%;
	}
	

	#popup {
		width: 300px !important;
		height: 380px !important;
		padding: 25px 25px !important;
	}
	
	#popup img {
		width: 240px !important;
	}
	
	#popup p
	{
		font-size: 12px !important;
		line-height: 20px !important;	
	}
	

	#rightPanel {
		width: 320px !important;
	}
	
	#rightPanel #rightPanelContent {
		width: 320px !important;
		padding: 30px 40px;
		overflow-y: scroll;
	}
	
	#rightPanelContent .province .province-item {
		width: 260px !important;
	}
	#rightPanelContent .branch .info {
		width: 220px !important;
	}
	
	
	#bottomPanel { 
		height: 125px !important;
	}
	#bottomPanel .title {
		
	}
	#bottomPanel .title {
		float: none !important;
		margin-top:  5px !important;
		margin-left: 0px !important;
	}
	
	#bottomPanel .title #imgTitle {
		width: auto !important;
		height: 30px !important;
		padding-right: 20px;
		border-right: 1px rgba(228,181,119,0.5) solid;
	}

	#bottomPanel .search-title:first-child
	{
		margin-left: 17px;
	}

	#bottomPanel .search-title
	{
		font-size: 11px !important;
		margin-right: 5px !important;
		margin-top: 12px !important;
	}
	
	#bottomPanel .search-field
	{
		margin-right: 5px !important;
		margin-top: 10px !important;
	}
	#bottomPanel .search-action
	{
		margin-top: 12px !important;
		margin-left: 2px !important;
	}

}

/** ================================================================== **/
/** ======================= Smaller Phone Size ======================= **/
/** ================================================================== **/
@media (max-width: 640px)
{	
}

@media (max-width: 500px)
{

}

@media (max-width: 450px)
{

}

@media (max-width: 400px)
{
	
}





/** ================================================================== **/
/** =========================== All Sizes ============================ **/
/** ================================================================== **/

h2.map-dialog-title {
	font-size: 14px;
	color: #005c97;
	font-weight: bold;
	border-bottom: 1px #005c97 solid;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
p.map-dialog {
	font-size: 12px;
	color: #6b6b6b;
	margin-top: 2px;
	margin-bottom: 4px;
	line-height: 14px;
}

#baiduMap { 
	background: #999999;
	width:100%;
	height: 650px;
	z-index: 999;
	border: 1px #cccccc solid;
}
#rightPanelWrapper {
	position: relative;
	width: 1px;
	height: 1px;
	z-index: 1000;
}
#rightPanel {
	width: 400px;
	height: 565px;
	background: url('../images/branch/bg-rightpanel.png');
	position: absolute;
	border-left: 1px #5ec5d8 solid;
}

#rightPanel #btnCollapse {
	position: absolute;
	width: 15px;
	height: 61px;
	
}

#rightPanel #rightPanelContent {
	width: 400px;
	height: 565px;
	padding: 30px 40px;
	overflow-y: scroll;
}


#btnRightPanelTrigger {
	width: 105px;
	height: 33px;
	position: absolute;
	opacity: 0.85;	
}

#rightPanelContent .province {
	margin-bottom: 15px;
}

#rightPanelContent .province h2, #rightPanelContent .province h2 a:link, #rightPanelContent .province h2 a:visited {
	font-size: 18px;
	color: #005c97;
	font-weight: bold;
	border-bottom: 1px #005c97 solid;
	margin-top: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-decoration: none;
}

#rightPanelContent .province h2 a:hover {
	text-decoration: none;
} 

#rightPanelContent .province .province-item {
	float: left;
	width: 320px;
	margin-left: 10px;
}



#rightPanelContent .branch {
	margin-bottom: 30px;
	display:none;
}

#rightPanelContent .branch .pin {
	float: left;
	width: 50px;
	height: 30px;
	padding-left: 10px;
}

#rightPanelContent .branch .info {
	float: left;
	width: 280px;
}


#rightPanelContent .branch .info h2, #rightPanelContent .branch .info h2 a:link, #rightPanelContent .branch .info h2 a:visited {
	font-size: 18px;
	color: #005c97;
	font-weight: bold;
	border-bottom: 1px #005c97 solid;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	text-decoration: none;
}

#rightPanelContent .branch .info h2 a:hover {
	text-decoration: underline;
} 

#rightPanelContent .branch .info p {
	font-size: 14px;
	color: #6b6b6b;
	margin-top: 2px;
	margin-bottom: 4px;
	line-height: 16px;
}









#bottomPanel {
	position: absolute;
	background: #004e7f;
	background: rgba(0, 78, 127, 0.9);
	width: 100%;
	height: 85px;
	z-index: 1001;
}

#bottomPanel .title {
	float: left;
	width: 270px;
	margin-top:  18px;
	margin-left: 40px;
}

#bottomPanel .title #imgTitle {
	width: 250px;
	height: 50px;
	padding-right: 20px;
	border-right: 1px rgba(228,181,119,0.5) solid;
}

#bottomPanel .search-title
{
	float: left;
	color: #e0b577;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 30px;
}

#bottomPanel .search-field
{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 30px;
}

#bottomPanel .search-field select
{
	width: 80px;
}

#bottomPanel .search-action
{
	float: left;
	margin-left: 0px;
	margin-top: 30px;
}
#bottomPanel .search-action input, #bottomPanel .search-action img
{
	float: left;
	margin-left: 10px;
}

/*
#bottomPanel .title p {
	font-size: 24px;
	#e0b577;
}
*/



#popup {
	width: 705px;
	height: 430px;
	display: none;
	padding: 40px 40px;
}

#popup img {
	width: 468px;
}

#popup p
{
	font-size: 14px;
	color: #6b6b6b;
	line-height: 28px;
	margin-top: 3px;
	margin-bottom: 3px;
	
}