body {
	font-family: 'NanumGothic', '돋움', 'Dotum', Helvetica, AppleGothic, sans-serif;
	font-weight: normal;
	background: url(/images/semilhwa/bg.jpg);
	color: #474747;
}

#container { width: 945px; margin: 0 auto; overflow: hidden; min-height: 0px;}

/* semil menu */
#semil_main_title {
	display: block;
	background: url(/images/semilhwa/main_title.png) no-repeat;
	width: 127px;
	height: 51px;
	text-indent: -1000.0em;
	overflow: hidden;
	cursor: pointer;
	margin-left: 40px;
}

#semil_menu {
	margin: 20px 0;
}

#semil_logo {
	float: left;
}

#semil_menu ul {
	width: 734px;
	height: 42px;
	float: right;
}

#semil_menu li { float: left; }
#semil_menu #menu_list { width: 160px; }
#semil_menu #menu_request { width: 142px; }
#semil_menu #menu_stats { width: 151px; }
#semil_menu #menu_faq { width: 144px; }
#semil_menu #menu_report { width: 136px; }

#semil_menu li a {
	color: #FFF;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 42px;
	text-indent: -1000.0em;
	background: url(/images/semilhwa/menu_bg.png) no-repeat;
	overflow: hidden;
}

#semil_menu #menu_request a { background-position: -160px 0;}
#semil_menu #menu_stats a { background-position: -302px 0; }
#semil_menu #menu_faq a { background-position: -453px 0; }
#semil_menu #menu_report a { background-position: -597px 0; }

#semil_menu li a:hover { background: url(/images/semilhwa/menu_bg_selected.png) no-repeat; }


/* 기본 박스 */
.semil_box_wrapper {
	background: #f6f6f5;
	border: 3px solid #acacac;
	padding: 20px;
	margin: 20px 10px 20px 35px;
	position: relative;
}

.semil_box_wrapper h3 {
	font-family: 'NanumGothic', 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
	font-weight: bold;
	position: relative;
	left: -45px;
	width: 215px;
	height: 58px;
	background: url(/images/semilhwa/title_bg.png) no-repeat;
	line-height: 50px;
	font-size: 20px;
	color: #FFF;
	padding-left: 35px;
	text-shadow: #376116 -1px -1px 1px ;
}


/* ********************* SEMIL MAIN PAGE ************************** */

#main_image_area {
	background: url(/images/semilhwa/main_image_bg.png) no-repeat;
	width: 925px;
	height: 488px;
	margin: 20px auto;
	margin-bottom: 20px;
	position: relative;
}

#image_box {
	float: left;
	margin: 40px 25px;
	*display: inline;
}

#image_box img {
	width: 540px;
}

#text_submit_box {
	width: 280px;
	float: left;
	margin: 100px 10px;
	font-size: 16px;
}

#text_submit_box #intro_text {
	background: url(/images/semilhwa/intro_text.png) no-repeat;
	width: 288px;
	height: 53px;
	text-indent: -1000.0em;
	overflow: hidden;
}

#text_submit_box #intro_sub_text {
	margin: 10px 15px;
}

#main_request_button_box {
	position: absolute;
	right: 55px;
	bottom: 90px;
}

#main_not_period_notice {
	position: absolute;
	border: 1px solid #C4C1BA;
	border-radius: 10px;
	background: #FFF;
	padding: 20px 10px;
	right: 15px;
	top: 300px;
	width: 310px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: red;
}

#goto_request_page {
	display: block;
	background: url(/images/semilhwa/submit_at_main.png) no-repeat;
	width: 223px;
	height: 64px;
	text-indent: -500.0em;
	overflow: hidden;
}


#semil_footer {
	border-top: 2px solid #3c3933;
	background: #5F594F;
}

#semil_footer #semil_footer_content {
	background: none;	color: #FFF;
	width: 945px;
	margin: 0 auto;
}

#semil_footer #semil_footer_content p {
	margin-left: 10px;
	font-size: 13px;
}

#semil_footer #semil_footer_content #col_01 {
	width: 510px;
	float: left;
	padding: 25px;
	padding-top: 0;
	margin-top: 30px;
	border-right: 1px solid #4e4941;
}

#semil_footer #semil_footer_content #col_02 {
	width: 330px;
	float: right;
	padding: 25px;
	padding-top: 0;
	margin-top: 30px;
}

#semil_footer #semil_footer_content #col_01 h4,
#semil_footer #semil_footer_content #col_02 h4 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: #000 -1px -1px 1px;
	margin-bottom: 15px;
}

#last_report_wrapper ul {
	float: left;
	margin-right: 10px;
}

#last_report_wrapper ul img {
	width: 150px;
	background: white;
}

#last_report_wrapper ul li.institution {
	margin-top: 5px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}


/* ********************* SEMIL RENTAL REQUEST ************************** */

/* custom radio select */
.custom_radio_li label {
	background: url(/images/semilhwa/dot_bg.png) no-repeat;
	padding-left: 24px;
	cursor: pointer;
}

.custom_radio_li label.selected {
	background: url(/images/semilhwa/dot_bg_selected.png) no-repeat;
	color: #771d1d;
}


#semil_request_guide_box {
	position: absolute;
	top: 90px;
	right: 30px;
	background: #FFF;
	border: 2px solid #bcbcba;
	width: 385px;
	height: 435px;
	padding: 15px;
}

/* semil request body css */

#loading_image_box {
	position: fixed;
	top: 200px;
	margin-left: 250px;
	width: 500px;
	height: 100px;
	background: #5B5B5B;
	border-radius: 25px;
	opacity: 0.5;
	display: none;
	_position: absolute;
	_top: 500px;
}

#loading_image_box div {
	background: url(/images/semilhwa/loading_transparent.gif) no-repeat;
	position: relative;
	width: 30px;
	height: 30px;
	top: 35px;
	left: 230px;
}

/* javascript에서 처리
input.semil_category_select,
input.semil_set_select,
input.duration_week_number_select {
	position: absolute;
	top: -1000.0em;
	overflow: hidden;
}
*/

.not_selectd_notice {
	font-size: 15px;
	margin: 10px 30px;
}



/* category_select_area */
#category_select_area {
	width: 700px;
	margin-left: 50px;
}

#category_select_area li {
	float: left;
}

#category_select_area li label {
	display: block;
	width: 180px;
	font-size: 20px;
	line-height: 30px;
	margin: 5px 20px 5px 0;
}


/* set_select_area */
#set_select_area { float: left; width: 300px;}
#selected_set_picture { float: left; }

#set_select_area { margin-left: 35px; }
#set_select_area li {
	margin: 5px;
	*display: inline;
}

#set_select_area li label {
	display: block;
/*	height: 35px;*/
	font-size: 21px;
	line-height: 30px;
}

#selected_set_picture {
	float: right;
}

#selected_set_picture #set_image_sample {
	width: 500px;
	border: 1px solid #bcbcba;
}



#duration_select_area { margin-left: 35px; }
#duration_select_area li {
	margin: 5px;
	*display: inline;
}

#duration_select_area li label {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}

#duration_select_area li label .at_duration_number {
	font-weight: bold;
}

#duration_select_area li label .at_duration_date {
	margin-left: 50px;
}


/* semil request form */
.field {
	margin: 15px 45px;
}

.field label {
	font-size: 14px;
	display: block;
	margin-left: -30px;
	margin-bottom: 5px;
}

.field input {
	font-size: 14px;
	padding: 3px;
}

.field .short_input {
	width: 65px;
}

.field .zipcode_input {
	width: 55px;
	font-size: 13px;
	padding: 2px;
	margin-bottom: 5px;
}

.field .address_input {
	width: 270px;
	margin-bottom: 5px;
}

/* semil_request submit */
#semil_rental_request_submit {
	display: block;
	width: 265px;
	height: 74px;
	border: none;
	background: url(/images/semilhwa/btn_submit.png) no-repeat;

	margin: 0 auto;
	margin-bottom: 30px;
	cursor: pointer;
	text-indent: -1000.0em;
	overflow: hidden;
}


/* guide text */
#semil_request_guide_box {
	font-size: 15px;
	line-height: 23px;
}

#semil_request_guide_box #guide_main_header {
	font-size: 17px;
	font-weight: bold;
	color: #911F1F;
	margin: 12px;
	text-align: center;
}

#semil_request_guide_box .guide_header {
	background: url(/images/gaeddong/round_bullet.png) left center no-repeat;
	padding-left: 20px;
	margin: 15px 5px;
	font-weight: bold;
}

#semil_request_guide_box .guide_text {
	background: url(/images/semilhwa/bullet.gif) 14px 10px no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}

/* ********************* SEMIL FAQ ************************** */

.semil_faq_wrapper {
	margin: 30px;
	padding-bottom: 30px;
	background: url(/images/semilhwa/faq_sep_bar.png) no-repeat;
	background-position: 0 100%;
}

.semil_question {
	padding-left: 45px;
	background: url(/images/semilhwa/q_mark.png) no-repeat;
	font-size: 20px;
	line-height: 40px;
}

.semil_answer {
	border: 1px solid #cccccc;
	margin-left: 45px;
	padding: 15px;
	font-size: 16px;
	line-height: 25px;
	background: #FFF;
}


/* ********************* SEMIL REPORT ************************** */

#semil_report_box_wrapper {
	margin-right: 0;
}

.report_post {
	*display: inline;
	float: left;
	background: url(/images/semilhwa/report_bg.png) no-repeat;
	width: 429px;
	height: 451px;
	margin-bottom: 20px;
	position: relative;
}

.report_post .report_image_area {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 370px;
	height: 255px;
}

.report_post .report_image_area img {
	width: 365px;
	max-height: 255px;
	*height: expression( this.scrollHeight > 254 ? "255px" : "auto");
	border: 1px solid #c1c1c1;
}

.report_post .report_text_area {
	position: absolute;
	bottom: 30px;
	left: 30px;
	height: 130px;
	width: 370px;
}

.report_post .report_text_area .post_title {
	font-size: 20px;
	margin-bottom: 5px;
}

.report_post .report_text_area .post_title span.report_title {
	float: left;
}

.report_post .report_text_area .post_title span.report_date {
	line-height: 35px;
	font-size: 10px;
	float: right;
}

.report_post .report_text_area .post_body {
	clear: both;
	height: 95px;
	text-align: justify;
	overflow: auto;
	line-height: 1.5em;
}

.report_post .action_buttons_area {
	position: absolute;
	top: 13px;
	right: 35px;
}

.report_post .action_buttons_area a {
	color: #9f2727;
}

#btn_new_semil_report {
	display: block;
	line-height: 74px;
	text-align: center;
	width: 265px;
	height: 74px;
	border: none;
	background: url(/images/semilhwa/btn_submit_report.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 30px;
	cursor: pointer;
	text-indent: -1000.0em;
	overflow: hidden;
}

/* form */
.report_image_file {
	width: 600px;
	border: 1px solid #c1c1c1;
}

#semil_report_body {
	width: 370px;
	height: 100px;
	padding: 10px;
}


/* ********************* SEMIL STATS ************************** */

table.request_stats_table {
	width: 97%;
	margin: 25px auto;
	font-size: 13px;
	line-height: 1.4em;
}

table.request_stats_table th {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #808080;
}

table.request_stats_table td {
	padding: 7px;
	border-left: 1px dashed #808080;
	border-right: 1px dashed #808080;
	border-bottom: 1px solid #808080;
}


/* ********************* SEMIL REQUEST SHOW ************************** */

.rental_request_success_box {
	font-size: 20px;
	color: #9f2727;
	text-align: center;
	background: #f6f6f5;
	border: 3px solid #9f2727;
	padding: 20px;
	margin: 20px 10px 20px 35px;
	position: relative;
}

.rental_request_success {
	font-size: 15px;
	line-height: 2.0em;
}

.rental_request_success span {
	display: inline-block;
	width: 160px;
	margin-right: 30px;
	text-align: right;
}

#link_to_request_stats {
	display: block;
	line-height: 74px;
	text-align: center;
	width: 265px;
	height: 74px;
	border: none;
	background: url(/images/semilhwa/btn_submit_to_status.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 30px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -1000.0em;
}


/* ********************* SEMIL SET SHOW ************************** */


#semil_set_title_area {
	background: url(/images/semilhwa/ribon_title_bg.png) no-repeat;
	width: 767px;
	height: 73px;
	margin: 0 auto;
	position: relative;
}

#semil_title {
	font-size: 25px;
	color: #FFF;
	text-align: center;
	line-height: 73px;
	text-shadow: #376116 -1px -1px 1px ;
	position: relative;
}

.pre_set {
	display: block;
	position: absolute;
	top: 25px;
	left: 120px;
	background: url(/images/semilhwa/arrow_left.png) 50% 0 no-repeat;
	width: 25px;
	height: 21px;
	text-indent: -1000.0em;
	overflow: hidden;
	margin-right: 20px;
}

.next_set {
	display: block;
	position: absolute;
	top: 25px;
	right: 120px;
	background: url(/images/semilhwa/arrow_right.png) 50% 0 no-repeat;
	width: 25px;
	height: 21px;
	text-indent: -1000.0em;
	overflow: hidden;
	margin-left: 20px;
}

.pre_set:hover { background: url(/images/semilhwa/arrow_left_hover.png) 50% 0 no-repeat; }
.next_set:hover { background: url(/images/semilhwa/arrow_right_hover.png) 50% 0 no-repeat; }

#semil_set_request_area {
	position: absolute;
	bottom: 15px;
	right: 45px;
}

#semil_set_request_area a {
	color: #fff;
	font-size: 13px;
}

#semil_set_request_area a:hover {
	text-decoration: underline;
}

#semil_images_area {
	margin: 35px 0;
	width: 945px;
}

#semil_images_area img {
	display: block;
	width: 800px;
	margin: 15px auto;
	border: 3px solid #acacac;
}


/* ********************* SEMIL REQIESTS INDEX ************************** */

.request_stats_area {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ababab;
}

.arrow {
	height: 100px;
	margin: 0 15px;
	float: left;
}

.arrow img {
	margin-top: 40px;
}

.pre_request,
.my_request,
.next_request {
	padding: 25px 15px 15px 15px;
	width: 200px;
	height: 100px;
	border: 1px solid;
	float: left;
	position: relative;
	background: #FFF;
	font-size: 15px;
	line-height: 25px;
}

.pre_next_title_box {
	padding-left: 10px;
	background: #505050;
	width: 60px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: -10px;
	left: -10px;
	font-weight: bold;
	color: #FFF;
	box-shadow: 1px 1px 2px #505050;
	text-shadow: 1px -1px 1px #808080;
}

.set_name {
	font-size: 18px;
}

.delete_request {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.delete_request a { color: red; }
.delete_request a:hover { text-decoration: underline; }

#this_period {
	text-align: center;
	font-size: 17px;
	margin: 20px 0 0 30px;
}

#this_period a {
	font-size: 13px;
	font-weight: bold;
	color: orange;
	margin: 0 20px;
}

#this_period a:hover {
	text-decoration: underline;
}


/* ********************* SEMIL SETS INDEX ************************** */


#footer { display: none; }

#semil_detail_area {
	position: absolute;
	top: 30px;
	left: 165px;
	border: 1px solid;
	width: 750px;
	height: 500px;
	background: pink;
	display: none;
}

#semil_sets_grid_area {
	width: 940px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	margin-bottom: 80px;
}

#semil_sets_grid_area a {
	color: black;
}


.unit {
	position: relative;
	float: left;
	height: 197px;
	width: 187px;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	*display: inline;
}

.unit span {
	position: absolute;
	bottom: 5px;
	width: 186px;
	text-align: center;
	font-size: 14px;
}

.cate_title_box { cursor: default; }
.cate_title_box h3 {
	display: block;
	width: 187px;
	height: 197px;
	text-indent: -1000.0em;
	overflow: hidden;
}

.cate_title_box h3#cate_title_1 { background: url(/images/semilhwa/cate_01.png) no-repeat; }
.cate_title_box h3#cate_title_2 { background: url(/images/semilhwa/cate_02.png) no-repeat; }
.cate_title_box h3#cate_title_3 { background: url(/images/semilhwa/cate_03.png) no-repeat; }
.cate_title_box h3#cate_title_4 { background: url(/images/semilhwa/cate_04.png) no-repeat; }
.cate_title_box h3#cate_title_5 { background: url(/images/semilhwa/cate_05.png) no-repeat; }
.cate_title_box h3#cate_title_6 { background: url(/images/semilhwa/cate_06.png) no-repeat; }

.unit img {
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 15px auto;
}





