<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* PC 모드 CSS */

html, body { height:100%; }
body { overflow-y:scroll; }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


#loading_display { position:absolute; left:0px; right:0px; top:0px; bottom:0px; background:#000; z-index:200; }
	#loading_display #loading_display_in1 { position:absolute; left:50%; top:50%; }
	#loading_display #loading_display_in2 { position:absolute; left:-25px;; top:-25px; width:50px; height:50px; }


/* ---------------------------------------------------------------------------------------------------2018-01-04----------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


#wrap { position:relative; display:none; min-width:1020px; }

	#top { overflow:hidden; padding-bottom:49px; }
		#top #logo_n_top { position:relative; width:1000px; margin:0 auto; overflow:hidden; padding:28px 0px;} /* 높이 , */
		#top #logo_n_top h1.logo_text { display:block; height:100px; line-height:100px; font-size:30px; }
		#top #logo_n_top #top_search {position:absolute; left:215px; bottom:20px; }
		/*#top #logo_n_top #top_search {position:absolute; left:180px; bottom:20px; }*/
		#top #logo_n_top #top_search_keyword { float:left; padding-left:15px; color:#333; border-top:1px solid #000; border-bottom:1px solid #000; border-left:1px solid #000; border-right:0px; width:220px; height:28px; line-height:28px; font-weight:normal; font-style:normal; font-size:13px; vertical-align: baseline; }
		#top #logo_n_top #top_search_submit { float:left; border:0px; width:35px; height:35px; background:URL('../img/btn_top_search.png')left 1px no-repeat;}

		#top #logo_n_top #etc_menu { position:absolute; right:0px; bottom:30px; }
		#top #logo_n_top #etc_menu ul li { float:left; height:18px; background:URL('../img/bg09.png')left 5px no-repeat; font-size:12px; }
/*		#top #logo_n_top #etc_menu ul li:nth-child(1) { float:left; background:#FFF; height:18px; font-size:12px; } */
		#top #logo_n_top #etc_menu ul li span { display:inline-block; height:18px; line-height:18px; padding:0px 10px 0px 11px; color:#999; }
		#top #logo_n_top #etc_menu ul li span.mob { display:inline-block; height:16px; line-height:16px; padding:0px 10px 0px 10px; color:#666; background:#F1F1F1; border-radius:2px; border:1px solid #DADADA; font-size:11px; }
		#top #logo_n_top #etc_menu ul li span:hover { text-decoration:underline; }
		#top #logo_n_top #etc_menu ul li span.mob:hover { text-decoration:none; }


		#top #holiday_menu {position:absolute; left:490px; bottom:1px; }  /*홀리데이 상단배너 PC */


		#top #menu1 { position:absolute; width:100%; overflow:hidden; } 
		#top #menu2 { position:relative; width:1000px; margin:0 auto; overflow:hidden; z-index:21; }
		#top #menu2 ul.m1_ul { overflow:hidden; width:10000px; margin-bottom:30px; margin-left:150px;}
		#top #menu2 li.m1_li { font-size:13px; float:left; margin-left:10px; margin-right:10px; min-width:100px; overflow:hidden; text-align:left; }
		#top #menu2 li.m1_li span.m1_li { display:inline-block; margin-top:4px; height:40px; line-height:40px; overflow:hidden; }
		#top #menu2 ul.m2_ul { margin-top:20px; }
		#top #menu2 li.m2_li { padding-top:4px; cursor:pointer; text-align:left; margin-right:10px; }
		#top #menu2 li.m3_li { padding-top:4px; cursor:pointer; text-align:left; margin-left:0px; margin-right:10px; }
		#top #menu3 { position:absolute; top:49px; left:0px; right:0px; bottom:0px; z-index:20;}
		#mode_change { margin-bottom:1px; text-align:center; font-weight:bold; color:#F00; background:#F1F1F1; padding:10px; }

	/* 모바일기기용 상단 CSS */
	#top_mob { overflow:hidden; }
		#top_mob #logo_n_top { position:relative; width:1000px; margin:0 auto; overflow:hidden; padding:28px 0px;}
		#top_mob #logo_n_top h1.logo_text { display:block; height:100px; line-height:100px; font-size:30px; }
		#top_mob #logo_n_top #top_search{position:absolute; left:180px; bottom:20px; }
		#top_mob #logo_n_top #top_search_keyword { float:left; padding-left:15px; color:#333; border-top:1px solid #000; border-bottom:1px solid #000; border-left:1px solid #000; border-right:0px; width:220px; height:28px; line-height:28px; font-weight:normal; font-style:normal; font-size:13px; vertical-align: baseline; }
		#top_mob #logo_n_top #top_search_submit { float:left; border:0px; width:35px; height:35px; background:URL('../img/btn_top_search.png')left 1px no-repeat;}

		#top_mob #logo_n_top #etc_menu { position:absolute; right:0px; bottom:30px; }
		#top_mob #logo_n_top #etc_menu ul li { float:left; height:18px; background:URL('../img/bg09.png')left 7px no-repeat; font-size:12px; }
/*		#top_mob #logo_n_top #etc_menu ul li:nth-child(1) { float:left; background:#FFF; height:18px; font-size:12px; } */
		#top_mob #logo_n_top #etc_menu ul li span { display:inline-block; height:18px; line-height:18px; padding:0px 10px 0px 11px; color:#999; }
		#top_mob #logo_n_top #etc_menu ul li span.mob { display:inline-block; height:16px; line-height:16px; padding:0px 10px 0px 10px; color:#666; background:#F1F1F1; border:1px solid #DADADA; font-size:11px; }
		#top_mob #logo_n_top #etc_menu ul li span:hover { text-decoration:underline; }
		#top_mob #logo_n_top #etc_menu ul li span.mob:hover { text-decoration:none; }

		#top_mob #holiday_menu {position:absolute; left:490px; bottom:1px; } /*홀리데이 상단배너 모바일 */

		#top_mob #menu1 { position:relative; overflow:hidden; } 
		#top_mob #menu2 { position:relative; width:1000px; margin:0 auto; overflow:hidden; z-index:21; }
		#top_mob #menu2 ul.m1_ul { overflow:hidden; width:10000px; margin-bottom:30px; margin-left:150px;}
		#top_mob #menu2 li.m1_li { font-size:13px; float:left; margin-left:10px; margin-right:10px; min-width:100px; overflow:hidden; text-align:left; }
		#top_mob #menu2 li.m1_li span.m1_li { display:inline-block; margin-top:4px; height:40px; line-height:40px; overflow:hidden; }
		#top_mob #menu2 ul.m2_ul { margin-top:20px; }
		#top_mob #menu2 li.m2_li { padding-top:4px; cursor:pointer; text-align:left; margin-right:10px; }
		#top_mob #menu2 li.m3_li { padding-top:4px; cursor:pointer; text-align:left; margin-left:0px; margin-right:10px; }
		#top_mob #menu3 { position:absolute; top:46px; left:0px; right:0px; bottom:0px; z-index:20; }
		#mobile_mode_button { position:relative; width:1000px; padding:10px; text-align:center; margin-bottom:1px; background:#F1F1F1; }


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	#quick { position:relative; clear:both; z-index:13; }
		#quick_left { position:absolute; left:0px; top:0px; width:50%; height:100%; }
			#quick_left_in { position:relative; margin-right:500px; height:100%; }
			#quick_left_area { position:absolute; top:0px; }
			#quick_left li { line-height:1px; }
			#quick_left img { vertical-align:top; line-height:1px; }
		#quick_right { position:absolute; right:0px; top:0px; width:50%; height:100%; }
			#quick_right_in { position:relative; margin-left:500px; height:100%; }
			#quick_right_area { position:absolute; top:0px; }
			#quick_right li { line-height:1px; }
			#quick_right img { vertical-align:top; }

	#visual_area { position:relative; clear:both; overflow:hidden; }
		#visual_area div.visual_group { position:absolute; width:100%; top:0px; overflow:hidden; }
		#visual_area div.visual_group div.visual_left { position:absolute; left:0px; top:0px; width:50%; height:100%; }
		#visual_area div.visual_group div.visual_left_in { position:relative; margin-right:500px; height:100%; }
		#visual_area div.visual_group div.visual_right { position:absolute; right:0px; top:0px; width:50%; height:100%; }
		#visual_area div.visual_group div.visual_right_in { position:relative; margin-left:500px; height:100%; }
		#visual_area div.visual_group div.visual_center { position:relative; margin:0 auto; width:2000px; z-index:2; overflow:hidden; }
		#visual_area #visual_bul_group { position:absolute; left:0px; bottom:20px; width:100%; height:15px; text-align:center; z-index:13; }
		#visual_area #visual_bul_group span.visual_slide_bul1 { display:inline-block; width:16px; height:16px; background:URL('../img/btn_now.png'); margin:0px 2px 0px 2px; cursor:pointer; }
		#visual_area #visual_bul_group span.visual_slide_bul2 { display:inline-block; width:16px; height:16px; background:URL('../img/btn_next.png'); margin:0px 2px 0px 2px; cursor:pointer; }


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


	#main_contents {}
		#main_contents div.main_board_area { position:relative; float:left; display:inline-block; overflow:hidden; }
			#main_contents div.main_board_area div.main_board_A_500 { position:relative; width:500px; height:165px; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_board_area div.main_board_A_500 ul { margin-top:15px; }
			#main_contents div.main_board_area div.main_board_A_500 ul li { display:block; font-size:14px; height:26px; line-height:26px; width:453px; padding-left:17px; overflow:hidden; background:URL('../img/bul02.png') left center no-repeat; }
			#main_contents div.main_board_area div.main_board_A_500 ul li span.subject { vertical-align:middle; float:left; display:inline-block; width:383px; margin-right:10px; color:#656565;  }
			#main_contents div.main_board_area div.main_board_A_500 ul li span.subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_board_area div.main_board_A_500 ul li span.date { vertical-align:middle; float:left; display:inline-block;  font-size:12px; width:60px; text-align:right; color:#656565; }
			#main_contents div.main_board_area div.main_board_B_500 { position:relative; width:500px; height:165px; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_board_area div.main_board_B_500 ul { margin-top:15px; }
			#main_contents div.main_board_area div.main_board_B_500 ul li span { vertical-align:top; }
			#main_contents div.main_board_area div.main_board_B_500 ul li span.img { float:left; margin-right:20px; }
			#main_contents div.main_board_area div.main_board_B_500 ul li span.subject { display:block; width:300px; height:17px; line-height:18px; font-size:16px; font-weight:bold; overflow:hidden; color:#000; }
			#main_contents div.main_board_area div.main_board_B_500 ul li span.subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_board_area div.main_board_B_500 ul li p.board_content { color:#666; width:300px; font-size:14px; line-height:21px; margin-top:20px; height:82px; overflow:hidden; text-align:justify; }
			#main_contents div.main_board_area div.main_board_B_500 ul li p.board_content &gt; a { color:#666; }
			#main_contents div.main_board_area div.main_board_B_500 ul li p.board_content &gt; a:hover { color:#2383B5; text-decoration:underline; }
			#main_contents div.main_board_area div.main_board_C_500 { position:relative; width:500px; height:165px; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_board_area div.main_board_C_500 ul { margin-top:15px; }
			#main_contents div.main_board_area div.main_board_C_500 ul li { float:left; width:100px; margin-right:23px; overflow:hidden;}
/*			#main_contents div.main_board_area div.main_board_C_500 ul li:last-child { margin-right:0px; } */
			#main_contents div.main_board_area div.main_board_C_500 ul li span { vertical-align:middle; }
			#main_contents div.main_board_area div.main_board_C_500 ul li span.img { display:block; margin-bottom:10px; }
			#main_contents div.main_board_area div.main_board_C_500 ul li span.subject { display:block;  font-size:12px; line-height:14px; height:28px; overflow:hidden; font-weight:bold; color:#000000; vertical-align:middle; }
			#main_contents div.main_board_area div.main_board_C_500 ul li span.subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_board_area div.main_board_A_1000 { position:relative; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_board_area div.main_board_A_1000 ul li { display:block; font-size:24px; height:33px; line-height:33px; text-align:center; overflow:hidden; }
			#main_contents div.main_board_area div.main_board_A_1000 ul li span { vertical-align:middle; margin-right:2px; }
			#main_contents div.main_board_area div.main_board_A_1000 ul li span.subject { font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; color:#010101; }
			#main_contents div.main_board_area div.main_board_A_1000 ul li span.subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_board_area div.main_board_B_1000 { position:relative; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li span { vertical-align:top; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li span.img { float:left; margin-right:30px; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li span.subject { display:block; width:770px; height:33px; line-height:33px; font-size:24px; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; overflow:hidden; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li span.board_subject { color:#010101; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li span.board_subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_board_area div.main_board_B_1000 ul li span.board_title { float:right; height:14px; line-height:14px; font-size:12px; color:#9A9A9A; padding-left:20px; margin-top:9px; border-left:1px solid #DADADA; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li p.board_content { margin-top:10px; height:110px; overflow:hidden; text-align:justify; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li p.board_content &gt; a { color:#666; font-size:14px; line-height:22px; margin-top:17px; }
			#main_contents div.main_board_area div.main_board_B_1000 ul li p.board_content &gt; a:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_board_area div.main_board_C_1000 { position:relative; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_board_area div.main_board_C_1000 ul li { float:left; width:180px; margin-right:25px; overflow:hidden;}
/*			#main_contents div.main_board_area div.main_board_C_1000 ul li:last-child { margin-right:0px; } */
			#main_contents div.main_board_area div.main_board_C_1000 ul li span { vertical-align:middle; }
			#main_contents div.main_board_area div.main_board_C_1000 ul li span.img { display:block; margin-bottom:10px; }
			#main_contents div.main_board_area div.main_board_C_1000 ul li span.subject { font-size:14px; line-height:16px; font-weight:bold; color:#000; vertical-align:middle; }
			#main_contents div.main_board_area div.main_board_C_1000 ul li span.subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_board_area div.main_board_C_1000 ul li p.board_content { color:#666; font-size:12px; line-height:18px; overflow:hidden; text-align:justify; margin-top:5px; }
			#main_contents div.main_board_area div.main_board_C_1000 ul li p.board_content &gt; a { color:#666; }
			#main_contents div.main_board_area div.main_board_C_1000 ul li p.board_content &gt; a:hover { color:#2383B5; text-decoration:underline; }

		#main_contents div.main_form_area { position:relative; float:left; display:inline-block; overflow:hidden; }
			#main_contents div.main_form_area span.title { display:block; text-align:center; height:32px; line-height:32px; font-size:14px; }
			#main_contents div.main_form_area span.title2 { color:#010101; }
			#main_contents div.main_form_area span.title3 { color:#000; font-size:16px; font-weight:bold; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; }
			#main_contents div.main_form_area div.main_form_1000 { position:relative; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_form_area div.main_form_1000 ul li { display:block; font-size:24px; height:33px; line-height:33px; text-align:center; overflow:hidden; }
			#main_contents div.main_form_area div.main_form_1000 ul li span { vertical-align:middle; }
			#main_contents div.main_form_area div.main_form_1000 ul li span.date { float:left; font-size:14px; color:#666; }
			#main_contents div.main_form_area div.main_form_1000 ul li span.subject { display:inline-block; width:700px; overflow:hidden; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; color:#010101; }
			#main_contents div.main_form_area div.main_form_1000 ul li span.subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_form_area div.main_form_1000 ul li span.state { float:right; font-size:12px; color:#666; }
			#main_contents div.main_form_area div.main_form_1000 ul li span.state_1 { display:inline-block; width:100px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #AED0DC; background:#C0E7F6; }
			#main_contents div.main_form_area div.main_form_1000 ul li span.state_2 { display:inline-block; width:100px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #E7BFB3; background:#FFD5C5; }
			#main_contents div.main_form_area div.main_form_1000 ul li span.state_3 { display:inline-block; width:100px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #BCB9CC; background:#D0CDE2; }
			#main_contents div.main_form_area div.main_form_1000 ul li span.state_4 { display:inline-block; width:100px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #D4D8BD; background:#EBF0D2; }
			#main_contents div.main_form_area div.main_form_500 { position:relative; width:500px; height:165px; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_form_area div.main_form_500 ul { margin-top:15px; }
			#main_contents div.main_form_area div.main_form_500 ul li { display:block; height:26px; line-height:26px; overflow:hidden; }
			#main_contents div.main_form_area div.main_form_500 ul li span { float:left; vertical-align:middle; }
			#main_contents div.main_form_area div.main_form_500 ul li span.date { display:inline-block; width:90px; font-size:12px; color:#666; text-align:center; }
			#main_contents div.main_form_area div.main_form_500 ul li span.subject { display:inline-block; font-size:14px; width:263px; height:22px; overflow:hidden; color:#666; padding-left:17px; background:URL('../img/bul03.png') left center no-repeat; }
			#main_contents div.main_form_area div.main_form_500 ul li span.subject:hover { color:#2383B5; text-decoration:underline;  }
			#main_contents div.main_form_area div.main_form_500 ul li span.state { font-size:12px; color:#666; text-align:center; }
			#main_contents div.main_form_area div.main_form_500 ul li span.state_1 { display:inline-block; width:98px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #AED0DC; background:#C0E7F6; }
			#main_contents div.main_form_area div.main_form_500 ul li span.state_2 { display:inline-block; width:98px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #E7BFB3; background:#FFD5C5; }
			#main_contents div.main_form_area div.main_form_500 ul li span.state_3 { display:inline-block; width:98px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #BCB9CC; background:#D0CDE2; }
			#main_contents div.main_form_area div.main_form_500 ul li span.state_4 { display:inline-block; width:98px; height:22px; line-height:22px; color:#353430; border-radius:2px; border:1px solid #D4D8BD; background:#EBF0D2; }

		#main_contents div.main_login_area { position:relative; float:left; display:inline-block; overflow:hidden; }
			#main_contents div.main_login_area div.div1 { padding:30px 0px 30px 0px; }
			#main_contents div.main_login_area div.div2 { position:relative; width:500px; height:165px; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_login_area h3.title { float:left; display:inline-block; width:100px; height:32px; line-height:32px; vertical-align:top; }
			#main_contents div.main_login_area span.title { font-size:24px; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; color:#333; }
			#main_contents div.main_login_area span.title2 { color:#000; font-size:16px; font-weight:bold; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; }
			#main_contents div.main_login_area input.css_id { ime-mode:disabled; border:1px solid #DADADA; width:222px; height:14px; margin-right:10px; padding:8px; background:URL('../img/input_bg_id.jpg') #F9F9F9 no-repeat; }
			#main_contents div.main_login_area input.css_id2 { position:absolute; left:0px; top:70px; ime-mode:disabled; border:1px solid #DADADA; width:294px; height:14px; padding:8px; background:URL('../img/input_bg_id.jpg') #F9F9F9 no-repeat; }
			#main_contents div.main_login_area input.css_pwd { border:1px solid #DADADA; width:222px; height:14px; margin-right:10px; padding:8px; background:URL('../img/input_bg_pwd.jpg') #F9F9F9 no-repeat; }
			#main_contents div.main_login_area input.css_pwd2 { position:absolute; left:0px; top:108px; border:1px solid #DADADA; width:294px; height:14px; padding:8px; background:URL('../img/input_bg_pwd.jpg') #F9F9F9 no-repeat; }
			#main_contents div.main_login_area button.btn_login { width:150px; height:32px; color:#FFF; font-weight:bold; margin-right:40px; border-radius:3px; border:1px solid #2383B5; background:#289CCB; }
			#main_contents div.main_login_area button.btn_login2 { position:absolute; left:320px; top:70px; width:150px; height:70px; font-size:16px; color:#FFF; font-weight:bold; border-radius:3px; border:1px solid #2383B5; background:#289CCB; }
			#main_contents div.main_login_area button.btn_login3 { position:absolute; left:320px; top:70px; width:150px; height:70px; font-size:16px; color:#FFF; font-weight:bold; margin-right:40px; border-radius:3px; border:1px solid #2383B5; background:#289CCB; }
			#main_contents div.main_login_area span.other_menu { float:right; display:inline-block; width:195px; height:32px; line-height:16px; overflow:hidden; }
			#main_contents div.main_login_area span.other_menu1 { font-size:11px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; text-decoration:underline; margin-right:20px; }
			#main_contents div.main_login_area span.other_menu2 { font-size:11px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; }
			#main_contents div.main_login_area span.other_menu3 { font-size:11px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; margin-right:20px; }
			#main_contents div.main_login_area span.other_menu4 { float:right; display:inline-block; width:200px; height:32px; line-height:16px; overflow:hidden; }
			#main_contents div.main_login_area span.other_menu5 { font-size:11px; font-weight:bold; color:#2383B6; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; text-decoration:underline; margin-right:20px; }
			#main_contents div.main_login_area span.other_menu6 { font-size:11px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; }
			#main_contents div.main_login_area span.other_menu7 { font-size:11px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; margin-right:20px; }
			#main_contents div.main_login_area span.other_menu8 { font-size:11px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; }
			#main_contents div.main_login_area span.other_menu9 { position:absolute; left:0px; top:160px; }
			#main_contents div.main_login_area span.other_menu10 { font-size:14px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; text-decoration:underline; margin-right:14px; }
			#main_contents div.main_login_area span.other_menu11 { font-size:14px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; margin-right:14px; }
			#main_contents div.main_login_area span.other_menu13 { font-size:14px; color:#666; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; }
			#main_contents div.main_login_area span.other_menu14 { font-size:14px; font-weight:bold; color:#2383B6; background:URL('../img/bul01.png') left center no-repeat; padding-left:7px; text-decoration:underline; margin-right:14px; }
			#main_contents div.main_login_area span.membership { display:inline-block; width:490px; height:32px; line-height:32px; background:URL('../img/login_bg.png'); text-align:center; color:#000; margin-right:10px; vertical-align:top; }
			#main_contents div.main_login_area span.membership1 { font-weight:bold; text-decoration:underline; }
			#main_contents div.main_login_area span.membership2 { display:inline-block; margin-left:15px; vertical-align:middle; }
			#main_contents div.main_login_area span.membership3 { position:absolute; left:0px; top:70px; display:inline-block; width:310px; height:68px; line-height:68px; background:#F0F0F0; border-radius:3px; border:1px solid #CDCDCD; text-align:center; color:#000; font-size:14px; }
			#main_contents div.main_login_area span.membership4 { font-weight:bold; text-decoration:underline; }
			#main_contents div.main_login_area span.membership5 { color:#C00; margin-left:10px; }

		#main_contents div.main_diary_area { position:relative; float:left; display:inline-block; overflow:hidden; }
			#main_contents div.main_diary_area div.div1 { padding:30px 0px 30px 0px; overflow:hidden; }
			#main_contents div.main_diary_area div.div2 { position:relative; width:500px; height:165px; overflow:hidden; padding:30px 0px 30px 0px; }
			#main_contents div.main_diary_area div.div3 { margin-left:25px; }
			#main_contents div.main_diary_area div.div4 { float:left; width:155px; text-align:center; }
			#main_contents div.main_diary_area div.div5 { margin-bottom:10px; }
			#main_contents div.main_diary_area div.div6 { text-align:center; font-family:'Arial Black'; height:90px; overflow:hidden; font-size:100px; line-height:90px; color:#333; margin-bottom:15px; }
			#main_contents div.main_diary_area div.div7 { text-align:center; font-size:14px; line-height:17px; color:#333; font-weight:bold; }
			#main_contents div.main_diary_area div.div8 { float:left; overflow:hidden; margin-left:20px; }
			#main_contents div.main_diary_area span.title { display:block; height:24px; line-height:24px; font-size:24px; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; overflow:hidden; color:#010101; text-align:center; border-bottom:1px solid #F7F7F7; padding-bottom:20px; margin-bottom:23px; }
			#main_contents div.main_diary_area span.ym { display:block; font-size:16px; color:#2E2E2E; margin-bottom:10px; font-family:tahoma; }
			#main_contents div.main_diary_area span.ym2 { display:inline-block; width:90px; height:14px; line-height:14px; text-align:center; font-size:14px; color:#2E2E2E; font-family:tahoma; vertical-align:top; }
			#main_contents div.main_diary_area span.ymc { display:inline-block; width:14px; height:14px; vertical-align:top; }
			#main_contents div.main_diary_area span.week { color:#666; font-weight:normal; }
			#main_contents div.main_diary_area li.m1 { float:left; text-align:center; width:330px; }
			#main_contents div.main_diary_area li.m2 { float:left; text-align:center; width:330px; margin-left:5px; }
			#main_contents div.main_diary_area div.main_diary { width:282px; }
			#main_contents div.main_diary_area div.main_diary ul { border:1px solid #FFF; overflow:hidden; }
			#main_contents div.main_diary_area div.main_diary ul li { float:left; display:inline-block; width:38px; height:23px; border:1px solid #FFF; text-align:center; font-family:tahoma; font-size:12px; }
			#main_contents div.main_diary_area div.main_diary ul li.days { float:left; display:inline-block; width:38px; height:23px; border:1px solid #FFF; text-align:center; font-family:tahoma; font-size:12px; }
			#main_contents div.main_diary_area div.main_diary ul li.days:hover { border:1px solid #45bbeb; }
			#main_contents div.main_diary_area div.main_diary ul li span { display:inline-block; width:38px; height:23px; line-height:23px; color:#333; }

		#main_contents div.main_banner_area { position:relative; float:left; display:inline-block; }
/*			#main_contents div.main_content_block { width:1000px; margin:0 auto; overflow:hidden; }*/
			#main_contents div.main_content_block { width:1000px; margin-top:-100px; margin-left:453px; auto; overflow:hidden; }
			#main_contents div.main_content_block span.main_board_title1 { display:block; text-align:left; height:35px; line-height:32px; font-size:18px; margin-bottom:10px;}
			#main_contents div.main_content_block span.main_board_title11{ color:#010101; }
			#main_contents div.main_content_block span.main_board_title2{ color:#000; font-size:16px; font-weight:bold; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; }


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


	#content_area { clear:both; margin:0px auto; width:1000px; overflow:hidden; }
		#content_area div.title_n_loc { margin:30px 0px 60px 0px; overflow:hidden; }
		#content_area div.title_n_loc span.title{ font-size:36px; line-height:40px; font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; color:#000; vertical-align:middle; }
		#content_area div.title_n_loc select{margin-left:20px; border:1px solid #ccc; background:#fff; font-size:14px; padding:7px;}
		#content_area div.title_n_loc span.loc { float:right; line-height:35px; margin-left:20px; vertical-align:middle; }
		#content_area div.title_n_loc span.loc1 { color:#999; margin-right:9px; text-decoration:underline; }
		#content_area div.title_n_loc span.loc2 { color:#999; margin-right:9px; text-decoration:underline; background:URL('../img/bul_loc1.jpg') left center no-repeat; padding-left:14px; }
		#content_area div.title_n_loc span.loc3 { color:#333; margin-right:10px; background:URL('../img/bul_loc2.jpg') left center no-repeat; padding-left:19px; }
		#content_area div.no_auth { text-align:center; border:1px solid #DADADA; background:#F9F9F9; padding:60px; font-size:16px; color:#000; font-weight:bold; }
		#content_area div.no_auth &gt; span { color:#299DCC; }
		#content_area div.no_auth div { margin-top:30px; }
		#content_area div.no_content { text-align:center; border:1px solid #DADADA; background:#F9F9F9; padding:60px; font-size:16px; color:#000; font-weight:bold; }
		#content_area div.no_content &gt; span { color:#299DCC; }
		#content_area div.no_content div { margin-top:30px; }


		#content_area div.title_n_loc2 { margin:0px 0px 10px 0px; overflow:hidden; }
		#content_area div.title_n_loc2 select{margin-left:20px; border:1px solid #ccc; background:#fff; font-size:14px; padding:7px;}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


	#bottom { position:relative; width:100%; min-width:1020px; min-height:150px; background:#000; margin-top:100px; }
		#menu_member_100per { position:relative; clear:both; padding-top:20px; }
		#menu_member { position:relative; clear:both; margin:0 auto; width:1000px; color:#FFF; }
		#menu_member ul li { display:inline-block; }
		#menu_member ul li span { color:#999; display:inline-block; margin-right:20px; padding-right:13px; background:URL('../img/bul_copy_slice2.jpg') right center no-repeat; }
		#menu_member ul li span.private { color:#CCC; }
		#menu_focus { position:absolute; right:20px; top:40px; }
		#menu_focus span { float:left; margin-left:2px; }
		#copyright { margin:0 auto; width:1000px; padding:11px 0px 30px 0px; overflow:hidden;}
		#copyright div.copy_logo { width:185px; float:left; margin-top:5px;}
		#copyright div.address { float:left; font-style:normal; line-height:20px; color:#888; width:690px;}
		#copyright div.address &gt; div { clear:both; }
		#copyright div.address span { float:left; display:inline-block; background:URL('../img/bul_copy_slice.jpg') left center no-repeat; margin-left:10px; padding-left:10px; }
		#copyright div.address &gt; div &gt; span:first-child { background:#000; margin-left:0px; padding-left:0px; }
		#copyright span.tel { margin-left:0px; padding-left:0px; color:#bbc828; font-weight:bold; }
		#copyright span.tel2 { color:#CCC; font-weight:bold; }
		#copyright span.copy { margin-left:0px; padding-left:0px;width:100%; }
		#copyright img.snumber2 { margin-left:5px; vertical-align:middle; }
		#copyright div.sns{width:125px; float:left;}
		#copyright div.sns span{background:none; width:35px; float:left; margin-left:3px;}

	/* bottom_menu */
		div.bottom_menu{ width:1000px; margin:0 auto; overflow:hidden; padding:50px 0px;}
		div.bottom_menu div.bm_box{width:210px; float:left; min-height:120px; overflow:hidden;border-left:1px solid #ccc; padding-left:30px;}
		div.bottom_menu div.bm_box p{font-size:16px; color:#111; margin-bottom:15px; font-weight:600;}
		div.bottom_menu div.bm_box ul.bm{width:200px; float:left;}
		div.bottom_menu div.bm_box ul.bm li{width:200px; float:left; font-size:13px; margin-bottom:5px;}
		div.bottom_menu div.bm_box ul.bm li a:link{color:#555;}
		div.bottom_menu div.bm_box ul.bm li a:hover{color:#111; text-decoration:underline;}
		div.bottom_menu div.bm_box ul.bm li a:visited{color:#555;}

		div.bottom_menu div.bm_box ul.bm li ul.bm_s{width:200px; float:left; margin-top:5px;}
		div.bottom_menu div.bm_box ul.bm li ul.bm_s li{font-size:11px; color:#999; line-height:1.2em;}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


	#ssl_mark { position:fixed; right:0px; bottom:0px; z-index:20; }
	#ssl_mark &gt; img { width:95px; height:95px; cursor:pointer; }


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */


	/* Main */

	#main_power_tools{width:1002px; margin:0 auto; padding:60px 0px; overflow:hidden;}
	#main_power_tools h3{font-size:32px; color:#111; font-weight:bold; text-align:center; margin-bottom:25px;}
	#main_power_tools div.tools_box{width:500px; float:left; height:300px; margin-top:1px; margin-right:1px;}
/*	#main_power_tools div.left{background:url('../img/tools_bg_010.jpg')left top no-repeat; margin-top:2px;} 
	#main_power_tools div.right{background:url('../img/tools_bg_020.jpg')left top no-repeat;}  */
	#main_power_tools div.tools_box p.tit{text-align:center; margin-top:0px;}
	#main_power_tools div.tools_box p.desc{font-size:14px; color:#fff; text-align:center; margin-top:30px;}

	#main_products_wrap{width:100%; margin:0 auto; background:#f4f4f4; padding-bottom:70px; border-top:7px solid #d0de31; border-bottom:1px solid #ddd; overflow:hidden;}
	#main_products_wrap div.control_btn{width:1100px; position:relative; top:380px; left:50%; margin-left:-550px; height:72px;}
	#main_products_wrap div.control_btn a.next{float:left;}
	#main_products_wrap div.control_btn a.next{float:right;}
	#main_products_wrap div.control_btn a{opacity:0.7;filter:alpha(opacity=70);}
	#main_products_wrap div.control_btn a:hover{opacity:1.0;filter:alpha(opacity=100);}

	#main_products_wrap2{width:100%; margin:0 auto; background:#f4f4f4; padding-bottom:70px; border-top:7px solid #d0de31; border-bottom:1px solid #ddd; overflow:hidden;}
	#main_products_wrap2 div.control_btn{width:1100px; position:relative; top:380px; left:50%; margin-left:-550px; height:72px;}
	#main_products_wrap2 div.control_btn a.next{float:left;}
	#main_products_wrap2 div.control_btn a.next{float:right;}
	#main_products_wrap2 div.control_btn a{opacity:0.7;filter:alpha(opacity=70);}
	#main_products_wrap2 div.control_btn a:hover{opacity:1.0;filter:alpha(opacity=100);}

	#main_products_wrap3{width:100%; margin:0 auto; background:#f4f4f4; padding-bottom:70px; border-top:7px solid #d0de31; border-bottom:1px solid #ddd; overflow:hidden;}
	#main_products_wrap3 div.control_btn{width:1100px; position:relative; top:380px; left:50%; margin-left:-550px; height:72px;}
	#main_products_wrap3 div.control_btn a.next{float:left;}
	#main_products_wrap3 div.control_btn a.next{float:right;}
	#main_products_wrap3 div.control_btn a{opacity:0.7;filter:alpha(opacity=70);}
	#main_products_wrap3 div.control_btn a:hover{opacity:1.0;filter:alpha(opacity=100);}

	#main_products_wrap4{width:100%; margin:0 auto; background:#f4f4f4; padding-bottom:70px; border-top:7px solid #d0de31; border-bottom:1px solid #ddd; overflow:hidden;}
	#main_products_wrap4 div.control_btn{width:1100px; position:relative; top:380px; left:50%; margin-left:-550px; height:72px;}
	#main_products_wrap4 div.control_btn a.next{float:left;}
	#main_products_wrap4 div.control_btn a.next{float:right;}
	#main_products_wrap4 div.control_btn a{opacity:0.7;filter:alpha(opacity=70);}
	#main_products_wrap4 div.control_btn a:hover{opacity:1.0;filter:alpha(opacity=100);}

	#main_products_wrap5{width:100%; margin:0 auto; background:#f4f4f4; padding-bottom:70px; border-top:7px solid #d0de31; border-bottom:1px solid #ddd; overflow:hidden;}
	#main_products_wrap5 div.control_btn{width:1100px; position:relative; top:380px; left:50%; margin-left:-550px; height:72px;}
	#main_products_wrap5 div.control_btn a.next{float:left;}
	#main_products_wrap5 div.control_btn a.next{float:right;}
	#main_products_wrap5 div.control_btn a{opacity:0.7;filter:alpha(opacity=70);}
	#main_products_wrap5 div.control_btn a:hover{opacity:1.0;filter:alpha(opacity=100);}


	
	
	#main_products{width:1000px; margin:0 auto; overflow:hidden;}
	#main_products h3{width:500px; margin:0 auto; font-size:32px; color:#111; font-weight:bold; text-align:center; margin-bottom:25px; overflow:hidden;}
	#main_products ul.mp_tab{width:1000px; margin:0 auto; overflow:hidden; background:url('../img/main_tab_bg.png')left top repeat-x; margin-bottom:35px;}
	#main_products ul.mp_tab li{width:140px; float:left; height:43px; list-style:none; font-size:15px; font-weight:600; color:#fff; text-align:center; padding-top:15px;}
	#main_products ul.mp_tab li.on{background:url('../img/main_tab_on.png')left top no-repeat; color:#111;}
	#main_products ul.mp_tab a:hover li{text-decoration:underline;}
	#main_products ul.mp_list{width:1000px; margin:0 auto;}
	#main_products ul.mp_list li{width:230px; height:340px; float:left; list-style:none; background:#fff; margin-right:25px; border:1px solid #ccc; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;}
	#main_products ul.mp_list li.last{margin-right:0px;}
	#main_products ul.mp_list li p.img{width:200px; height:200px;  position:relative; top:14px; left:14px; padding-top:10px; background:#fff; border:1px solid #eee; text-align:center; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;}
	#main_products ul.mp_list li span.icon{width:46px; height:30px; position:relative; top:0; left:0;}
	#main_products ul.mp_list li p.name{width:200px; height:20px; float:left; font-size:14px; color:#111; font-weight:bold; margin-left:14px; margin-top:36px;}
	#main_products ul.mp_list li p.model{width:200px; height:20px;float:left; font-size:13px; color:#777; margin-left:14px; margin-bottom:20px;}
	#main_products ul.mp_list li p.btn{width:228px; height:16px; padding:13px 0px; float:left; background:#d0de31; font-size:13px; color:#111; font-weight:600; text-align:center; overflow:hidden;}
	#main_products ul.mp_list a:hover li{background:#fff url('../img/thumb_p_hover.png')-1px top no-repeat;}

	/* HANDZ OBSERVE */
	#main_observe{width:1050px; margin:0 auto; padding:50px 0px; overflow:hidden;}
	#main_observe h3{font-size:32px; color:#111; font-weight:bold; text-align:center; margin-bottom:20px;}
	#main_observe div.observe_box{width:320px; height:320px; float:left; margin-right:20px; margin-top:20px; overflow:hidden;}
/*	#main_observe div.observe_box p.tit{width:175px; margin:0 auto; text-align:center; font-size:22px; font-weight:bold; margin-top:95px; margin-bottom:33px;}
	#main_observe div.observe_box p.desc{width:175px; margin:0 auto; text-align:center; font-size:13px;}
	#main_observe div.observe_box p.color_white{color:#fff;}
	#main_observe div.observe_box p.color_black{color:#111;}
	#main_observe div.observe_box p.color_gray{color:#ddd;}
	#main_observe div.observe_box p.color_green{color:#d7e721;} */
/*	#main_observe div.brand{background:url('../img/main_brand_bg.jpg')left top no-repeat;}
	#main_observe div.news{background:url('../img/main_news_bg.jpg')left top no-repeat;}
	#main_observe div.customer{background:url('../img/main_customer_bg.jpg')left top no-repeat;}
*/

	/* SOCIAL NETWORK */
	#main_observe_sns{width:1000px; margin:0 auto; padding:0px 0px; overflow:hidden;}
	#main_observe_sns h3{font-size:32px; color:#111; font-weight:bold; text-align:center; margin-bottom:20px;}
	#main_observe_sns div.observe_box_sns{width:230px; height:60px; float:left; margin-right:10px; overflow:hidden;}
/*	#main_observe_sns div.observe_box_sns p.tit{width:175px; margin:0 auto; text-align:center; font-size:22px; font-weight:bold; margin-top:95px; margin-bottom:33px;}
/*	#main_observe_sns div.observe_box_sns p.desc{width:175px; margin:0 auto; text-align:center; font-size:13px;}
/*	#main_observe_sns div.observe_box_sns p.color_white{color:#fff;}
	#main_observe_sns div.observe_box_sns p.color_black{color:#111;}
	#main_observe_sns div.observe_box_sns p.color_gray{color:#ddd;}
	#main_observe_sns div.observe_box_sns p.color_green{color:#d7e721;} */
	#main_observe_sns div.sns_facebook{background:url('../img/main_sns_facebook2.jpg')left top no-repeat;}
	#main_observe_sns div.sns_youtube{background:url('../img/main_sns_youtube2.jpg')left top no-repeat;}
	#main_observe_sns div.sns_instagram{background:url('../img/main_sns_instagram2.jpg')left top no-repeat;}
	#main_observe_sns div.sns_blog{background:url('../img/main_sns_blog2.jpg')left top no-repeat;}

	/* HANDZ 18V DXP SERIES PREVIEW */
	#main_18v_dxp {width:1030px; margin:0 auto; padding:25px 0px; overflow:hidden;}
	#main_18v_dxp h3{font-size:32px; color:#111; font-weight:bold; text-align:center; margin-bottom:20px;}
	#main_18v_dxp div.observe_box_dxp {width:200px; height:200px; float:left; margin-right:3px; margin-bottom:3px; overflow:hidden;}
	#main_18v_dxp div.observe_box_dxp2 {width:200px; height:200px; float:left; margin-right:3px;  overflow:hidden;}

	#main_18v_dxp_primezone {width:1030px; margin:0 auto; padding:0px 0px; overflow:hidden; }


	/* table */
	#content_area table.basic { border-collapse:collapse; border-spacing:0; width:99.9%; border-left:1px solid #ddd;}
	#content_area table.basic td, table.basic td * { font-family:'나눔바른고딕','NanumBarunGothic','나눔고딕','NanumGothic','맑은 고딕','malgun gothic','Nanum Gothic','dotum','돋움'; font-size:15px; }
	#content_area table.basic th{padding:10px 24px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background:#f9f9f9; font-size:15px; color:#333; text-align:left;}
	#content_area table.basic td{padding:10px 24px 9px 24px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-size:15px; color:#333;}
	#content_area table.basic img { display:inline; }


	/* 제품 리스트 */
	div.search_filter_wrap{width:1000px; float:left; overflow:hidden; margin-bottom:50px; border-top:1px solid #ddd;}
	div.search_filter{width:1000px; float:left; overflow:hidden;}
	div.search_filter div.tit{width:170px; float:left; height:42px; background:#d7e721; font-size:14px; font-weight:bold; text-align:center; border-bottom:1px solid #e8ef98; color:#111; padding-top:10px; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;}
	div.search_filter div.item{width:830px; float:left;height:42px; font-size:13px; color:#111; padding-top:10px; padding-left:20px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;}
	div.search_filter div.item li{float:left; margin-right:20px; list-style:none;}
	div.search_filter div.item li input{position:relative; top:2px; left:0px; margin-right:5px;}

	div.products_list{width:1000px; float:left; overflow:hidden;}
	div.products_list ul.mp_list li{width:230px; height:340px; float:left; list-style:none; background:#fff; margin-right:20px; margin-bottom:50px; border:1px solid #ccc; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;}
	div.products_list ul.mp_list li.last{margin-right:0px;}
	div.products_list ul.mp_list li p.img{width:200px; height:200px;  position:relative; top:14px; left:14px; padding-top:10px; background:#fff; border:1px solid #eee; text-align:center; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;}
	div.products_list ul.mp_list li span.icon{width:46px; height:30px; position:relative; top:0; left:0;}
	div.products_list ul.mp_list li p.name{width:216px; height:20px; float:left; font-size:14px; color:#111; font-weight:bold; margin-left:14px; margin-top:36px;}
	div.products_list ul.mp_list li p.model{width:216px; height:20px;float:left; font-size:13px; color:#777; margin-left:14px; margin-bottom:20px;}
	div.products_list ul.mp_list li p.btn{width:228px; height:16px; padding:13px 0px; float:left; background:#d0de31; font-size:13px; color:#111; font-weight:600; text-align:center; overflow:hideen;}
	div.products_list ul.mp_list a:hover li{background:#fff url('../img/thumb_p_hover.png')-1px top no-repeat;}

	/* 제품 상세 */
	div.product_view_top{width:1000px; float:left;}
	div.product_view_top div.product_img{width:450px; float:left; margin-right:50px;}
	div.product_view_top div.product_img div.p_select{width:400px; height:400px; float:left; margin-bottom:12px; text-align:center; border:1px solid #ccc; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box; display:table;}
	div.product_view_top div.product_img div.p_select span.big{width:350px; height:350px; margin-right:12px; display:table-cell; vertical-align:middle; text-align:center;}
	div.product_view_top div.product_img div.p_thumb{width:450px; float:left;}
	div.product_view_top div.product_img div.p_thumb span.thumb{width:90px; height:90px; border:1px solid #ddd; display:table-cell; vertical-align:middle; text-align:center; webkit-box-sizing: border-box;box-sizing:border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;}
	div.product_view_top div.product_img div.p_thumb span.on{border:3px solid #d0de31;}
	div.product_view_top div.product_img div.p_thumb a{width:90px; height:90px; margin-right:13px; float:left;}
	div.product_view_top div.product_img div.p_thumb a:hover span.thumb{border:3px solid #d0de31;}
	div.product_view_top div.product_info{width:500px; float:left;}
	div.product_view_top div.product_info div.series_banner{width:500px; float:left; text-align:right;}
	div.product_view_top div.product_info div.series_banner span{display:inline-block; margin-left:5px;}
	div.product_view_top div.product_info div.model{width:500px; float:left; font-size:34px; font-family:'Arial'; color:#555;}
	div.product_view_top div.product_info div.name{width:500px; float:left; font-size:40px; color:#111; font-weight:bold; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #ddd;}
	div.product_view_top div.product_info div.txt{width:500px; float:left; font-size:14px; color:#555; min-height:200px;}
	div.product_view_top div.product_info div.txt p.more{font-size:13px; color:#777; font-weight:bold; margin-top:20px;}
	div.product_view_top div.product_info div.txt p.more span{margin-left:7px;}
	div.product_view_top div.product_info div.txt a:hover p.more{color:#111;}
	div.product_view_top div.product_info div.btn_buy{width:500px; height:32px; float:left; background:#d0de31; font-size:16px; font-weight:600; color:#111; text-align:center; padding-top:10px; margin-bottom:10px;}
	div.product_view_top div.product_info div.btn_link{width:500px; height:32px; float:left; background:#808080; font-size:16px; font-weight:600; color:#fff; text-align:center; padding-bottom:10px;}

	div.product_view_tab{width:1000px; float:left; overflow:hidden; margin-top:120px; margin-bottom:70px;}
	div.product_view_tab ul li{list-style:none; width:200px; float:left; background:#111; color:#fff; padding:13px 0px; font-size:16px; font-weight:bold; text-align:center; font-family:'Arial';}
	div.product_view_tab ul li.on{background:#d0de31; color:#111;}
	div.product_view_tab ul a:hover li{text-decoration:underline;}

/*
	div.product_view_tab{width:1000px; float:left; overflow:hidden; margin-top:120px; margin-bottom:70px;}
	div.product_view_tab ul li{list-style:none; width:333px; float:left; background:#111; color:#fff; padding:13px 0px; font-size:16px; font-weight:bold; text-align:center; font-family:'Arial';}
	div.product_view_tab ul li.on{background:#d0de31; color:#111;}
	div.product_view_tab ul a:hover li{text-decoration:underline;}
*/
	div.product_detail{width:1000px; float:left; overflow:hidden;}
	div.product_detail h3{width:955px; float:left; background:url('../img/icon_view_title.gif')left 8px no-repeat; padding-left:45px; font-size:28px; color:#111; font-weight:bold; font-family:'Arial'; margin-bottom:30px;}
	div.product_detail div.features_spec{width:1000px; float:left; overflow:hidden; margin-bottom:80px;}
	div.product_detail div.features_spec p.title{width:1000px; float:left; margin-bottom:20px; font-size:22px; color:#111; font-weight:600; text-decoration:underline;}
	div.product_detail div.features_spec ul li{width:700px; float:left; background:url('../img/bullet_dot.png')left 8px no-repeat; padding-left:13px; padding-right:25px; margin-bottom:5px; font-size:15px; color:#333; letter-spacing:-0.02em;}
/*	div.product_detail div.features_spec ul li{width:462px; float:left; background:url('../img/bullet_dot.png')left 8px no-repeat; padding-left:13px; padding-right:25px; margin-bottom:5px; font-size:15px; color:#333; letter-spacing:-0.02em;}*/
	div.product_detail div.features_spec div.features{width:1000px; float:left; overflow:hidden; margin-bottom:50px;}
	div.product_detail div.features_spec div.function{width:1000px; float:left; overflow:hidden; margin-bottom:50px;}
	div.product_detail div.features_spec div.composition{width:1000px; float:left; overflow:hidden;}
	div.product_detail div.warranty{width:1000px; float:left; overflow:hidden; margin-bottom:100px;}
	div.product_detail div.warranty p{width:190px; float:left; margin-right:20px;}

	div.product_view_buttom {margin: 30px 0px 30px 0px; text-align: right;}
	div.product_view_buttom button.btn_black_100x30
	{

    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #d0de31;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #111;
    background: #111;
	}


	/* 제품상세 레이어팝업 및 드롭메뉴 */

	#overlay_t { background:#000; bottom: 0; left: 0; opacity: 0.7; filter: alpha(opacity = 70); /* IE7 &amp; 8 */ position: fixed; right: 0; top: 0; z-index: 99; display:none;}
	#buy_popup { display:none; position:absolute; left:50%; top:100px; width:950px; margin-left:-500px; background:#fff; padding:0px 0px 100px 50px; z-index:10000;}
	#buy_popup p.btn_popup_closed{text-align:right;}
	#buy_popup div.top_info{width:900px; float:left; overflow:hidden; margin-top:50px;}
	#buy_popup div.top_info div.img{width:220px; height:220px; float:left; border:1px solid #ccc; margin-right:60px; text-align:center; display:table;}
	#buy_popup div.top_info div.img p{width:180px; height:180px; display:table-cell; vertical-align:middle;}
	#buy_popup div.top_info div.info{width:615px; float:left;}
	#buy_popup div.top_info div.info p.guide{font-size:18px; color:#777; margin-top:20px;}
	#buy_popup div.top_info div.info p.name{font-size:34px; color:#000; font-weight:bold;}
	#buy_popup div.top_info div.info p.model{font-size:30px; color:#555;}

	#buy_popup div.title_line{width:900px; float:left; overflow:hidden; border-bottom:1px solid #d0de31; margin-top:50px; margin-bottom:50px;}
	#buy_popup div.title_line span{display:inline-block; padding:10px 70px; background:#d0de31; font-size:15px; color:#000; font-weight:600;}

	#buy_popup div.store_list{width:900px; float:left; overflow:hidden;}
	#buy_popup div.store_list ul{width:950px; float:left;}
	#buy_popup div.store_list ul li{width:285px; height:120px; float:left; list-style:none; margin-right:18px; margin-bottom:18px; border:1px solid #ccc; }
	#buy_popup div.store_list ul li p.logo_store{width:285px; margin:0 auto; height:70px; display:table-cell; vertical-align:middle; text-align:center;}
	#buy_popup div.store_list ul li p.logo_store img{text-align:center;}
	#buy_popup div.store_list ul li p.btn_go_store{width:255px; margin:0 auto; padding:8px 0px; background:#efefef; font-size:13px; text-align:center; color:#000; font-weight:bold;}
	#buy_popup div.store_list ul li p.btn_go_store span.arrow{position:relative; top:-1px;font-size:8px; margin-left:8px;}
	#buy_popup div.store_list li a:hover p.btn_go_store{background:#d0de31;}

	ul.drop_link li {
	  float: left;
	  list-style:none;
	  position: relative;
	  width:500px;
	  padding:10px 0px;

	}
	ul.drop_link li.expand { background: #111; }
	ul.drop_link li.expand&gt;a { color: #fff; }
	ul.drop_link a.btn_name {
	  color: #fff;
	  display: block;
	  text-decoration: none;
	}
	ul.drop_link ul {
	  background: #111;
	  display: none;
	  padding: 30px 40px;
	  position: absolute;
	  left: -191px;
	  top: 100%;
	  width: 611px;
	}
	ul.drop_link ul.links { float:left; width:611px; }
	ul.drop_link ul.links li{text-align:left; width:611px;}
	ul.drop_link ul.links li div.img{width:150px; height:150px; float:left; margin-right:30px;}
	ul.drop_link ul.links li div.links_con{width:430px; float:left;}
	ul.drop_link ul.links li div.links_con p.name{font-size:16px; color:#fff; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #555;}
	ul.drop_link ul.links li div.links_con div.quick{width:200px; float:left; margin-right:30px;}
	ul.drop_link ul.links li div.links_con div.contact{width:200px; float:left;}
	ul.drop_link ul.links li div.links_con p.title{color:#d0de31; font-size:14px; margin-bottom:6px;}
	ul.drop_link ul.links li div.links_con div.quick div.link{}
	ul.drop_link ul.links li div.links_con div.quick div.link p{font-size:12px; color:#ddd; margin-bottom:3px;}
	ul.drop_link ul.links li div.links_con div.quick div.link p span{background:url('../img/bullet_arrow_right.png')right 4px no-repeat; padding-right:12px; color:#ddd;}
	ul.drop_link ul.links li div.links_con div.quick div.link a:{color:#ddd;}
	ul.drop_link ul.links li div.links_con div.quick div.link a:hover{color:#eee; text-decoration:underline;}
	ul.drop_link ul.links li div.links_con div.quick div.link a:visited{color:#ddd;}
	ul.drop_link ul.links li div.links_con div.contact div.contact{}
	ul.drop_link ul.links li div.links_con div.contact div.tel p{font-size:12px; color:#ddd;}
	ul.drop_link ul.links li div.links_con div.contact div.tel p span{background:url('../img/bullet_arrow_right.png')right 4px no-repeat; padding-right:12px;}
	ul.drop_link ul.links li div.links_con div.contact div.tel p.tel_icon{background:url('../img/icon_contact_tel.png')left 4px no-repeat; padding-left:26px; margin-top:2px;}
    ul.drop_link ul.links li div.links_con div.contact div.link a:hover{color:#eee; text-decoration:underline;}
	ul.drop_link ul.links li div.links_con div.contact div.link a:visited{color:#ddd;}


/* 오시는길 */
		#content_area #location {}
		#content_area #location ul li{ list-style:none; padding:20px 0px 20px 50px; border-bottom:1px solid #ddd; font-size:16px; color:#333; }


	/* popup */
		div.popup_area { position:fixed; display:block; z-index:100; }
		div.popup_border { border:1px solid #444444; padding:2px; overflow:hidden; }
		div.popup_title { height:23px; line-height:23px; color:#F7F8FA; font-weight:bold; background:URL('../img/pop.jpg') no-repeat left top; overflow:hidden; padding:0px 5px 0px 40px; font-size:11px; cursor:pointer; }
		div.popup_close { height:31px; text-align:right; overflow:hidden; }
		button.popup_close_but1 { margin-top:4px; background:URL('../img/pop_today.png'); border:0px; width:101px; height:23px; cursor:pointer; }
		button.popup_close_but2 { margin-top:4px; background:URL('../img/pop_close.png'); border:0px; width:60px; height:23px; cursor:pointer; }</pre></body></html>