@charset "utf-8";
@import url(layout.css);
@import url(board.css);

/* Basic Setting */
body	{
	margin:0;
	padding-left:29px;
	background:#EDE9DF;
	font-family: Arial, Helvetica, sans-serif ;
	color:#666;
	font-size:small;
	background:#EDE9DF url(/images/common/body_bg.gif) repeat-y left top;
	width:741px;
}
input, select, textarea		{font-size:11px; vertical-align:middle; margin-bottom:1px;}
input.mtxt	{border:1px solid #D9D5CA; background:#FDF9EE; padding:3px 0 0 3px; color:#676568;}
input.txt	{border:1px solid #D5D5D5; background:#fff; padding:3px 0 0 3px; color:#666;}
img		{border:0;}
form	{ padding:0; margin:0; } /* 070214 추가*/
/*정렬*/
.lf		{float:left;}
.rf		{float:right;}
.cBoth	{clear:both; height:0; font:0/0 sans-serif;}

.acenter	{text-align:center;}
.aright		{text-align:right;}


/***guide***/
/*서브메인*/
div.conmid	{
	padding:0 0 15px 0;
	background:url(/images/common/con_btm.gif) no-repeat 0 bottom;
	margin:0;
}
div.contop	{
	border-top:4px solid #D1CABA;
	height:16px;
}
div.contit	{
	width:515px;
	margin:0 14px 9px 14px;
	padding:0 0 14px 0;
	border-bottom:1px solid #D1CABA;
}
div.contxt	{
	width:515px;
	margin:0 14px 0 14px;
}
div.contitle	{
	color:#000;
	font-size:small;
	font-weight:bold;
	padding:0 0 0 8px;
	margin-bottom:8px;
	background:url(/images/common/bullet/bul_01.gif) no-repeat 0 4px;
	line-height: 1em;
}
div.contitle01{
	color:#f49048;
	font-size:small;
	font-weight:bold;
	padding:0 0 0 8px;
	margin-bottom:3px;
	background:url(/images/common/bullet/bul_org.gif) no-repeat 0 4px;
	line-height: 1em;
}
.printp {
	margin: 0 0 0 90px;
	padding: 0;
}
/*서브메인right*/
div.rtit		{padding:0 0 5px 0;}
div.rtit1		{padding:0;}
div.rtitline	{padding:0 0 5px 0; border-bottom:1px solid #D5D5D3; margin-bottom:5px;}
div.rbtn		{padding:4px 0 0 0; text-align:right;}
div.rbtn1		{padding:0; text-align:right;}
div.newscon	{padding:2px 0 5px 0;}
div.newscon_line	{ padding:2px 0; border-bottom:1px solid #D5D5D3; margin:0 0 5px 0; float:left;}
div.newscon_line1	{padding:2px 0 5px 0; border-bottom:1px solid #D5D5D3; margin-bottom:5px;}

/*서브페이지*/
div.left_tit	{
	background:#E6711C;
	width:148px;
	height:24px;
	text-align:center;
	padding-top:10px;
}
div.left_depth	{
	padding:8px 6px 24px 6px;
}
div.depth2	{
	padding-bottom: 6px;
	padding-top:5px;
	background:url(/images/common/left_bg.gif) repeat-x 0 bottom;
}
div.depth2_end	{
	height:18px;
	padding-top:5px;
}
.depth2_on	{
	color:#333;
	font-weight:bold;
}
.left_depth a:link, .left_depth a:visited	{
	color:#666;
	text-decoration:none;
}
.left_depth a:hover, .left_depth a:active	{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
ul.depth3	{
	margin:0;
	padding:2px 0 3px 0;
	background:#D9D5CC;
}
ul.depth3 li	{
	list-style:none;
	margin:0 0 0 8px;
	padding:3px 0 1px 10px;
	background:url(/images/common/bullet/bul_left.gif) no-repeat 0 7px;
	font-family:Arial, Helvetica, sans-serif ;
}
ul.depth3_end	{
	margin:0;
	padding:2px 0 3px 0;
	background:#D9D5CC url(/images/common/left_bg.gif) repeat-x 0 top;
}
ul.depth3_end li	{
	list-style:none;
	margin:0 0 0 8px;
	padding:3px 0 1px 10px;
	background:url(/images/common/bullet/bul_left.gif) no-repeat 0 7px;
	font-family:Arial, Helvetica, sans-serif ;
}

div.sub_tit	{
	padding:5px 0 0 0;
	margin:5px 0 14px 0;
	background:url(/images/common/tit_bar.gif) no-repeat left bottom;
}
div.location	{
	float:right;
	text-align:right;
	letter-spacing:0px;
}
ul.locat	{
	margin:0;
	padding:0;
	font-size: 11px;
}
ul.locat li	{
	display:inline;
	padding-left:10px;
	margin-left:4px;
	background:url(/images/common/bullet/bul_lo.gif) no-repeat 0 2px;
}
ul.locat li.home	{
	padding-left:7px;
	background:url(/images/common/bullet/lo.gif) no-repeat 0 4px;
}

/*H style*/
h3	{
	background:url(/_eng/images/common/bullet/bul_h3.gif) no-repeat 0 0 ;
	padding:0 0 10px 15px;
	margin:0;	
}
h3 img {
	margin: 0;
	padding: 0;
}
h3.product	{
	background:url(/_eng/images/common/bullet/bul_h3.gif) no-repeat 0 0;
	padding:0 0 7px 15px;
	margin:0;
	font-size:110%;
	color:#333333;
	letter-spacing:0px;
}


/*link*/
a:link,a:visited	{
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
a:hover,a:active	{
	color:#666;
	text-decoration:underline;
	font-weight:normal;
}
a.news:link,a.news:visited	{
	color:#989898;
	text-decoration:none;
}
a.news:hover,a.news:active	{
	color:#989898;
	text-decoration:underline;
}
a.news2:link,a.news2:visited	{
	color:#676767;
	text-decoration:none;
	line-height:1.3em;
}
a.news2:hover,a.news2:active	{
	color:#676767;
	text-decoration:underline;
	line-height:1.3em;
}

/*image*/
img.printer		{width:46px; height:45px; border:1px solid #D5D5D5; float:left; margin-right:4px;}
img.vm			{vertical-align: middle;}


/*font*/
.forange	{color:#E5731D;}


/*common*/
.uline	{ text-decoration:underline;	}
.space	{margin-bottom:20px;}
.brf		{float:right; padding-top:0px;}
.btn	{text-align:right; margin: 5px 0 0 0;}
.important {background: url(/_eng/images/common/important.gif) no-repeat 0 3px; padding: 0 0 0 8px;}
p.im {margin: 0;padding: 0; text-align:right;padding: 5px 0 0 0;}

/***products***/
div.boxproduct	{padding:0; margin:0; float:left; height:150px;}

div.product_tit	{
	width:148px;
	height:14px;
	padding:4px 0 0 6px;
	margin-bottom:2px;
	background:url(/images/products/td_tit.gif) no-repeat 0 0;
}
div.product_tit a:link, div.product_tit a:visited	{
	color:#fff;
	text-decoration:none;
}
div.product_tit a:hover,div.product_tit a:active	{
	color:#fff;
	text-decoration:underline;
}
div.product_img	{
	width:154px;
	height:88px;
	padding:20px 0 0 0;
	margin-bottom:2px;
	background:url(/images/products/td_bg.gif) no-repeat 0 0;
	text-align:center;
}
div.ptit	{padding:10px 0 5px 0;}
div.pline	{
	clear:both; 
	background:url(/images/common/grayline.gif) repeat-x 0 9px; 
	height:19px;
}
div.pline1	{
	clear:both; 
	background:url(/images/common/grayline.gif) repeat-x 0 5px; 
	height:15px;
}
a.pro01:link,a.pro01:visited	{
	color:#E6711C;
	text-decoration:none;
	font-weight:bold;
}
a.pro01:hover,a.pro01:active	{
	color:#E6711C;
	text-decoration:underline;
	font-weight:bold;
}
a.pro02:link,a.pro02:visited	{
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
a.pro02:hover,a.pro02:active	{
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}
a.pro03:link,a.pro03:visited	{
	color:#756759;
	text-decoration:none;
	font-weight:bold;
}
a.pro03:hover,a.pro03:active	{
	color:#756759;
	text-decoration:underline;
	font-weight:bold;
}
img.product		{width:80px; height:80px;}
img.product2	{width:78px; hegith:78px; border:1px solid #D5D5D5; float:left; margin-right:10px;}
img.product3	{width:140px; height:140px;}


div.proimg	{/*리스트페이지 썸네일이미지*/
	float:left;
	width:80px;
	margin-bottom:5px;
	text-align:center;
}

div.thumbimg	{/*신제품 썸네일이미지*/
	float:left;
	width:50px;
	margin-bottom:5px;
	text-align:center;
}

/*product_detail*/
div.probox	{
	border:3px solid #EAEAEA;
	padding:0;
	margin:0;
}
div.probox_top	{
	padding:10px;
	margin:0;
}
div.probox_img	{
	float:left;
	width:176px;
	text-align:center;
	padding:10px 0 0 0;
}
div.probox_txt	{
	float:left;
	width:166px;
	border:1px solid #EAEAEA;
}
div.probox_tit	{
	padding:5px 0 0 5px;
	background:#F1EFEA;
	height:15px;
	border-bottom:1px solid #EAEAEA;
}
div.probox_con	{
	padding:0 5px 5px 5px;
}
.probox_tt	{
	font-weight:bold;
	color:#8E8472;
	margin:5px 0 2px 0;
}
div.probox_btn	{
	padding-top:10px;
	text-align:center;
}
div.probox_btm	{
	border-top:1px solid #EAEAEA;
	padding:10px 6px 7px 8px;
}
ul.product_tab	{
	padding:4px 0 0 7px;
	height:21px;
	margin:7px 0 6px 0;
	background:url(/images/products/tab_bg.gif) repeat-x 0 0;
	/* top:expression(document.getElementById("Topbtn").style.top	= (document.body.scrollHeight>305:document.body.scrollHeight-305:document.body.scrollHeight)); */
}
ul.product_tab li	{
	list-style:none;
	display:inline;
	margin:0 -4px 0 0;
	padding:0;
}
div.product_tabtxt	{
	padding:0;
	margin:0;
}


/*download*/
div.downbox	{
	padding:9px;
	background:#F2F2F2;
}
div.downbox	p.searchp {
	margin: 0 0 0 20px;
	padding: 0 0 0 7px ;
	display: inline;
	background: url(/_eng/images/common/bullet/p_arrow01.gif) no-repeat 0 40%;
}
div.downbox2	{
	margin-top:1px;
	padding:9px;
	background:#F2F2F2;
	font-size:small;
	color:#756759;	
}
div.downsearchtxt	{padding:0 0 7px 0;}
div.downboxsearch	{
	border:1px solid #B6B0A5;
	background:#EBE8E2;
	padding:7px 0 4px 8px;
}
ul.downlink	{
	margin:0;
	padding:0 0 0 5px;
}
ul.downlink li	{
	list-style:none;
	display:inline;
	padding:0 20px 0 7px;
	background:url(/images/common/bullet/dot.gif) no-repeat 0 5px;	
}
ul.downlink a:link, ul.downlink a:visited	{
	color:#333;
	text-decoration:none;
}
ul.downlink a:hover, ul.downlink a:active	{
	color:#333;
	text-decoration:underline;
}
div.downbar	{
	background:#9E9380;
	padding-left:10px;
	margin:10px 0;
}
div.downbar2	{
	background:#9E9380;
	padding:3px 0 3px 10px;
	margin:20px 0 10px 0;
}
div.downtit	{
	float:left;
	font-weight:bold;
	color:#E6711C;
	font-size:small;
	padding-left:7px;
	background:url(/images/common/bullet/bul_org.gif) no-repeat 0 4px;	
}

/*고객지원*/
div.servicebar	{
	background:#756759;
	padding:6px 0 6px 10px;
	margin:15px 0 10px 0;
}
ul.servicelink	{
	margin:0;
	padding:0;
	overflow: hidden;
	width: 100%;
}
ul.servicelink li	{
	list-style:none;
	float: left;
	padding:0px 8px 0 0;
	margin:0 0 0 20px;
	background:url(/images/common/bullet/bul_try01.gif) no-repeat right 50%;
}
ul.servicelink li.firstchild	{
	background:url(/images/common/bullet/bul_try01.gif) no-repeat right 50%;
	margin: 0;
	padding:0 8px 0 0;
}
ul.servicelink li.end	{
	margin:0 0px 0 10px;
}
ul.servicelink a:link, ul.servicelink a:visited, ul.servicelink a:hover, ul.servicelink a:active {
	color:#756759;
	text-decoration:none;
	font-weight:bold;
}
div.serviestit	{
	color:#756759;
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:7px;
}
div.serviessearch	{
	text-align:right;
	padding:17px 0 5px 0;
}
div.serviesbox	{
	width:345px;
	height:79px;
	background:url(/_eng/images/servies/box03.gif) no-repeat left top;
	padding:10px 10px 0 18px;
}
div.serviesbox div.btn	{
	margin: 10px 0 0 0 ;
	padding: 0;
	text-align:right;
}
/*qna*/
#faq-list {
	margin:10px 0;
	font-size:small;
	border-top: 2px solid #A09581;
	border-bottom: 1px solid #DEDEDE;
}
#faq-list dt {
	background:#F5F5F5 url(/_eng/images/common/arrow01.gif) no-repeat 15px 11px;
	cursor: pointer;
	padding:6px 0 5px 35px;
	border-bottom: 1px solid #DEDEDE;
	color:#827762;
}
#faq-list dt.on {
	font-weight: bold;
	background:#EAE9E9 url(/_eng/images/common/arrow01.gif) no-repeat 15px 11px;
	color:#756759;
}
#faq-list dt div.question {
	display:none;
}
#faq-list dd {
	display: none;
	margin:10px 0 0 0;
	border-bottom: 1px solid #DEDEDE;
	/* background:url(/images/common/ba.gif) no-repeat 9px 0; */
}
#faq-list dd.on {
	display:block;
	/* top:expression(document.getElementById("Topbtn").style.top	= (document.body.scrollHeight>305:document.body.scrollHeight-305:document.body.scrollHeight)); */
}
#faq-list dd div.answer {
	margin:0;
}
#faq-list dd div.answer span {
	display: none;
}
#faq-list dd div.text {
	margin:0;
	padding:1px 0 15px 35px;
	background:url(/images/common/ba.gif) no-repeat 9px 0;
}
#faq-list dd div.que {
	margin:0;
	padding:1px 0 15px 35px;
	background:url(/images/common/bq.gif) no-repeat 9px 0;
}
div.need	{
	padding:0 0 0 0;
	text-align:right;
}
.check	{ margin:0px; padding:0px;}
.check dt	{
	float:left;
	display:block;
	width:40px;
	margin:0;
	padding:5px 0 0 0;
}
.check dd	{
	float:left;
	display:block;
	width:220px;
	margin:0;
	padding:0;
}
div.contxt01	{padding:0 0 20px 0;}


/***프린터 사용분야***/
div.printuse	{padding:0; margin:0; float:left;}
div.printuse2	{padding:0; margin:0; float:left; margin-left:19px;}
div.printuse_img	{
	width:104px;
	height:82px;
	padding:5px 4px;
	margin-bottom:2px;
	text-align:center;
	border:1px solid #BBB5AA;
	background:#F0EEE8;
}
div.printuse_tit	{
	width:108px;
	height:14px;
	padding:4px 0 0 6px;
	margin-bottom:2px;
	background:url(/images/solutions/td_tit.gif) no-repeat 0 0;
}
div.printuse_tit a:link, div.printuse_tit a:visited	{
	color:#fff;
	text-decoration:none;
}
div.printuse_tit a:hover,div.printuse_tit a:active	{
	color:#fff;
	text-decoration:underline;
}
img.printuse	{width:104px; height:82px;}

div.usebox	{
	border:5px solid #DFDFDF;
	padding:10px;
	margin-bottom:20px;
	color:#848484;
}
div.usebox_img	{
	float:right;
	margin-top:6px;
}
div.usebox_tit	{
	font-weight:bold;
	color:#756759;
	margin-bottom:5px;
	font-size:small;
}
div.usetit	{padding:3px 0 5px 0;}
div.usebtn	{
	text-align:right;
	margin-bottom:8px;
}

/*partner*/
div.partmbtn	{
	text-align:right;
	margin-top:8px;
}
div.loginbox	{
	background:#F2F2F2;
	padding:20px 0 0 55px;
	margin:10px 0 7px 0;
	height:60px;
}
div.loginbox img.ma	{
	margin: 0 39px 0 0;
}
div.picture	{
	float:left; 
	width:78px; 
	height:78px; 
	border:1px solid #D5D5D5; 
	margin-right:20px;
}
div.picture_con	{
	margin-top:10px;
	line-height:1.4em;
}
div.picture_tit	{
	color:#756759;
	font-weight:bold;
	font-size:small;
	margin-bottom:4px;
}
div.picture_tit_a	{
	color:#756759;
	font-weight:bold;
	font-size:small;
	margin-bottom:2px;
}

div.cerbox	{
	padding:10px 0 0 10px;
	background:#F2F2F2;
	height:45px;
	line-height:1.7em;
	margin-bottom:10px;
}

div.cerbox1	{
	background:#F2F2F2;
	padding:10px 0 0 10px;
	background:#F2F2F2;
	height:48px;
	line-height:1.7em;
	margin-bottom:3px;
}

div.cerbox_line	{
	float:left;
	margin-left:0; /* 수정 */
	padding-left:13px;
	background:url(/images/partner/cerline.gif) no-repeat left top;
	display:inline;
}
div.cer_tit	{
	color:#756759;
	font-weight:bold;
	font-size:small;
	margin-bottom:5px;
	padding-top:10px;
}
div.pwbox	{
	padding:10px;
	background:#F2F2F2;
	text-align:center;
}
p.arrow {
	margin: 0;
	background: url(/_eng/images/common/bullet/arrow01.gif) no-repeat 0 51%;
	padding: 0 0 0 10px;
}

/*news*/
div.listsearch	{
	padding:0 0 10px 0;
}
div.listsearchtxt	{
	padding:10px 0 5px 0;
}

/*company*/
div.comtxt	{
	margin:13px 0 0 0;
	padding:20px 0 0 160px;
	background:url(/_eng/images/company/img01_02_bg.gif) no-repeat 0 15px;
	height:320px;
}
div.conbox2	{
	border:8px solid #D5D1CD;
	padding:10px 0 10px 10px;
	margin:10px 0;
}
div.imgleft	{
	float:left;
	margin-right:12px;
	border:8px solid #D5D1CD;
}
div.imgright	{
	float:right;
	margin:10px 0 0 12px;
	border:8px solid #FAE3D2;
}
div.bodline	{border:1px solid #D5D5D5; margin-bottom:2px;}
div.logbox	{
	background:#929191;
	color:#fff;
	text-align:center;
	padding:4px 0 0 0;
	width:121px;
	height:14px;
}
div.logbox2	{
	background:#A3A3A3;
	color:#fff;
	text-align:center;
	padding:4px 0 0 0;
	width:121px;
	height:14px;
}
div.logbox3	{
	background:#B9B9B9;
	color:#fff;
	text-align:center;
	padding:4px 0 0 0;
	width:121px;
	height:14px;
}
div.addressbox	{
	background:#F0EEE8;
	border:1px solid #BBB5AA;
	line-height:1.5em;
	padding:10px;
}
div.addressbox	01{
	border-bottom:1px solid #d5d5d5;
	line-height:1.5em;
	padding-bottom:10px;
}
div.jobbox	{
	padding:22px 0 0 25px;
	width:347px;
	height:210px;
	margin-bottom:20px;
	background:url(/images/company/img07_box.gif) no-repeat 0 0;
}
div.jobbox2	{
	background:#756759;
	padding:7px 0 4px 6px;
	color:#fff;
}
div.map	{
	background:#DFDFDF;
	padding:5px 6px 7px 6px;
	width:360px;
}

/*search*/
div.searchtxt	{
	padding:0 0 7px 0; 
	font-size:110%;
	color:#756759;
}
div.searchpro	{
	color:#756759;
	font-size:small;
	font-weight:bold;
	padding:0 0 0 8px;
	margin-bottom:8px;
	background:url(/images/common/bullet/bul_brown.gif) no-repeat 0 4px;
}
div.searchbox	{
	background:#F0EEE8;
	border:1px solid #BBB5AA;
	padding:10px 0 5px 20px;
}
ul.prolink	{
	margin:0;
	padding:0;
}
ul.prolink li	{
	list-style:none;
	display:inline;
	padding:0 10px 0 7px;
	width:150px;
	float:left;
	line-height:1.5em;
	background:url(/images/common/bullet/dot_brown.gif) no-repeat 0 6px;	
}
ul.prolink li a:link, ul.prolink li a:visited	{
	color:#756759;
	font-weight:bold;
	text-decoration:none;
}
ul.prolink li a:hover, ul.prolink li a:active	{
	color:#756759;
	font-weight:bold;
	text-decoration:underline;
}
/* serch num*/

div.searchnum {
	text-align: center;
}
div.searchnum p {
	margin: 0 0 20px 0 ;
	padding: 0;
	width: 332px;
	text-align: left;
	line-height: 1.33em;

}
/*sitemap*/
div.maplist	{
	float:left;
	margin-right:48px;
}
div.mline	{
	clear:both; 
	background:url(/images/common/brownline.gif) repeat-x 0 15px; 
	height:31px;
}
ul.map {
  margin:0;
  padding:0;
  list-style-type: none;
}
ul.map li {
  width:144px;
  padding:3px 0 3px 0; 
  border-bottom:1px solid #C2BAB1;
}
ul.map li.end {
  width:144px;
  height:32px;
  padding:3px 0 3px 0; 
  border-bottom:1px solid #C2BAB1;
}
ul.map a {
  display:block;
  width:132px;
  height:9px;
  color:#756759;
  padding:2px 0 0 12px;
  text-decoration:none;
  background:#fff url(/images/etc/map_off.gif) no-repeat 4px 5px;
}
ul.map a:hover {
  color:#000;
  text-decoration:none;
  background:#F1EFEA url(/images/etc/map_on.gif) no-repeat 4px 5px;
}
ul.map a.end:hover {
  color:#000;
  text-decoration:none;
  height:32px;
  background:#F1EFEA url(/images/etc/map_on.gif) no-repeat 4px 5px;
}
ul.map a:active {
  text-decoration:none;
}
div.mapbox	{
	border:1px solid #D6D4CE;
	background:#F6F3E9;
	padding:5px 5px 2px 5px;
	float:right;
	margin-top:20px;
}

/*margin-set*/
.w100	{width:100px;}
.w200	{width:200px;}
.w270	{width:270px;}
.w300	{width:300px;}
.w600	{width:300px;}

.tm5	{margin-top:5px;}
.tm10	{margin-top:10px;}
.tm15	{margin-top:15px;}
.tm40	{margin-top:40px;}

.bm5	{margin-bottom:5px;}
.bm10	{margin-bottom:10px;}
.bm20	{margin-bottom:20px;}
.bm25	{margin-bottom:25px;}

.lm4	{margin-left:4px;}
.lm7	{margin-left:7px;}
.lm20	 {margin-left:20px;}
.lm90	{margin-left:90px;}

/* 070214 추가 */
.bul10	{
	padding:0 0 0 5px;
	background:url	(/images/common/bullet/bul_03.gif) no-repeat left 50%;
}
.Address	{
	font-weight:bold;
	height:10px;
	margin:0 0 0 5px;
	padding:0 0 0 17px;
	background:url(/images/common/ico_address.gif) no-repeat left 50%;
}
.Tel	{
	font-weight:bold;
	height:10px;
	margin:0 0 0 5px;
	padding:0 0 0 17px;
	background:url(/images/common/ico_tel.gif) no-repeat left 50%;
}
.Fax	{
	font-weight:bold;
	height:10px;
	margin:0 0 0 5px;
	padding:0 0 0 17px;
	background:url(/images/common/ico_fax.gif) no-repeat left 50%;
}
.Email	{
	font-weight:bold;
	height:10px;
	margin:0 0 0 5px;
	padding:0 0 0 17px;
	background:url(/images/common/ico_email.gif) no-repeat left 50%;
}
#Map	{
	width:372px;
	height:193px;
	margin-bottom:20px;
	position:relative;
}
#Map ul	{
	margin:0;
	padding:0;
	list-style:none;
}
#Map a	{
	position:absolute;
	width:45px;
	height:15px;
	text-indent:-500em;
}
#Map .America a	{
	top:65px;
	left:260px;
}
#Map .Europe a	{
	top:35px;
	left:45px;
}
#Map .Asia a	{
	top:84px;
	left:170px;
}
/*#Map a:hover	{
	border: 1px solid #fff;
}*/

.LstBox {
	border-top:2px solid #E6711C;
	border-right:2px solid #D5D5D5;
	border-left:2px solid #D5D5D5;	
	border-bottom:2px solid #D5D5D5;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	width:359px;
}
ul.lstul	{
	list-style:none;
	margin:5px 0;
	padding:0;
}
ul.lstul li	{	
	display:inline;
	margin:10px 20px 10px 0;
	padding:0 0 0 8px;
	background: url(/_eng/images/common/bullet/bul_orange01.gif) no-repeat 0 50%;
}
/* 링크강조 */
.here {
	color:#E6711C;
	font-weight:bold;
	text-decoration:underline;
}
#btn_link_box {
	border:1px solid #B6B0A5;
	padding:7px;
	margin:10px 0;
	text-align:center;
}

.bt2 {
border:1px solid #c1c1c1;    /*---테두리 정의---*/
background-Color:#c1c1c1;   /*--백그라운드 정의---*/
font:11px 돋움;      /*--폰트 정의---*/
FONT-WEIGHT: bold; /*--폰트 굵기---*/
color:#ffffff;    /*--폰트 색깔---*/
width:30px;height:20px;  /*--버튼 크기---*/
valign:bottom;
}

.bt1 {
border:1px solid #666666;    /*---테두리 정의---*/
background-Color:#666666;   /*--백그라운드 정의---*/
font:11px 돋움;      /*--폰트 정의---*/
FONT-WEIGHT: bold; /*--폰트 굵기---*/
color:#ffffff;    /*--폰트 색깔---*/
width:80px;height:20px;  /*--버튼 크기---*/
valign:bottom;
}

.btn_B {
		background-repeat:repeat-x;
		background-color:#F5F4E9; 
		border:solid 1px #C0B39F;
		font-size:12px; 
		font-weight:bold;
		color:#513204;
		font-family:dotum,sans-serif;
		padding: 3px 2px 0 3px;
		cursor:hand
}