@charset "utf-8";
@import url('../../common/css/reset.css');
@import url('../../common/css/fonts.css');
@import url('../../common/css/swiper.min.css');
@import url('../../common/css/perfect-scrollbar.css');
@import url('../../common/css/jquery.fancybox.min.css');
@import url('../../common/css/jquery.qtip.css');
@import url('../../common/css/core.css');
@import url('../../common/css/content.css');
@import url('../../common/css/media_query.css');
@import url('../../common/css/print.css');

#content .guide_buttons .btn_guide_sec_index{
	background:url('../images/btn_sec_index.gif');
	height:77px; width:71px; 
}
#content .guide_buttons .btn_guide_previous{
	background:url('../images/btn_previous.gif');
	height:77px; width:71px; 
}
#content .guide_buttons .btn_guide_next{
	background:url('../images/btn_next.gif');
	height:77px; width:71px; 
}
#content .guide_buttons .btn_guide_index{
	background:url('../images/btn_index.gif');
	height:77px; width:71px; 
}
/* #content a.notes{
	background:url('../images/btn_noteforpdf.gif') no-repeat 0 0;
	width:192px;
	height:28px;
	display:block;
	text-indent:-9999px;
	border: 0;
}

#content a.notes:hover{
	background:url('../images/btn_noteforpdf_over.gif') no-repeat 0 0;
} */

/* new add for website rating*/
/* HIDE RADIO */
#rating[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
#rating[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
#rating[type=radio]:checked + img {
  border: 2px solid black;/
}
/* end */

#content .map_wrap .pt_start{
	background-image:url('../images/remark_map_start.jpg');
	height:16px; width:83px;
}
#content .map_wrap .pt_end{
	background-image:url('../images/remark_map_finish.jpg');
	height:16px; width:90px;
}

#content .map_wrap .pt_detail,
#content .map_wrap .pt_detail_topleft{
	background-image:url('../images/remark_map_detail.jpg');
	height:16px; width:155px;
}

#content a.hot:after{
	background-image:url('../images/icon-hot.png');
}

/* Tender notice long section header */
#sectionNmae.tender{
	width: 60%;
}
#sectionNmae.tender div.tender{
	word-spacing: 0px;
}

@media screen and (min-width: 1001px){
	#content .nodecontent .title, #content .org_flex li.root>.nodecontent .title{
		height: 46px;
	}
	#content .nodecontent .post, #content .org_flex li.root>.nodecontent .post{
		height: 34px;
	}
	#content .org_flex li.root>.nodecontent .name{
		height: auto;
	}
	#content .org_flex .nodecontent .title{
		height: 70px;
	}
	#content .org_flex .nodecontent .post{
		height: 60px;
	}
	#content .org_flex .nodecontent .name{
		height: 46px;
	}
}

@media screen and (max-width: 767px) {
	/* Tender notice long section header */
	#sectionNmae.tender{
		width: 100%;
	}
	#sectionNmae.tender div.tender{
		font-size: 0.8em;
	}
}

@media screen and (max-width: 600px){
	#sectionNmae.tender div.tender{
		font-size: 0.7em;
	}
}

@media screen and (max-width: 520px){
	#sectionNmae.tender div.tender{
		font-size: 0.5em;
	}
}