@charset "utf-8";
/* CSS Document */

/* 탑메뉴 */

#sub_wrap2
{
	width:100%;
	position:absolute;
	top:0;
}
#sub_contents
{
	width:100%;
	position:absolute;
	top:127px;
}
#sub_wrap
{
	overflow:hidden;
	width:1070px;
	margin:0 auto;
	margin-top:12px;
	color: #555555;
}
#quick_menu
{
	float:left;
	width:84px;
	height:487px;
	margin-left:15px;
	padding-top:20px;
	text-align:center;
	background-image:url(/img/main/quick_bg.gif);
	background-repeat:no-repeat;	
}
#sub_wrap #top_logo
{
	float:left;
	width:251px;
	padding-left:30px;
}

#sub_wrap #mainmenu
{
	float:left;
	width:680px;
	margin-top:12px;
/*	padding-left:65px; */
}
#sub_wrap #mainmenu ul
{
	float:left;
	margin-right:3px;
	list-style:none;
}
#sub_wrap #mainmenu li
{
	float:left;
}

/*
#sub_wrap #topmenu_s
{
	float:left;
	width:340px;
	text-align:right;
	margin-top:34px;
	margin-bottom:10px;
}

#sub_wrap #topmenu_s img
{
	margin:0 3px;
}
*/
#topmenu_wrap_bg
{
	width:100%;
	position:absolute;
	top:60px;
	background-image:url(/img/menu/topmenu_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:46px;
}
#topmenu_wrap
{
	width:1070px;
	margin:0 auto;
}
#topmenu_wrap #topmenu1
{
	float:left;
	width:664px;
	height:46px;
	background-image:url(/img/menu/topmenu_bg1.gif);
}
#topmenu_wrap #topmenu2
{
	float:left;
	width:235px;
	height:46px;
	background-image:url(/img/menu/topmenu_bg2.gif);
}
#topmenu_wrap #topmenu_img
{
	float:left;
	width:51px;
	height:46px;
	background-image:url(/img/menu/topmenu_bg3.gif);
}
#topmenu_wrap #topmenu1 ul
{
	float:left;
	padding:0;
	padding-left:5px;
	list-style:none;
}
#topmenu_wrap #topmenu1 li
{
	float:left;
	margin-top:7px;
	padding-left:25px;
	
}
#topmenu_wrap #topmenu2 ul
{
	float:right;
	padding:0;
	padding-left:5px;
	list-style:none;
}
#topmenu_wrap #topmenu2 li
{
	float:left;
	margin-top:7px;
	padding-right:30px;
}

/* 하단 */

#bottom_wrap
{
	float:left;
	width:100%;
	margin:20px 0 3px 0;
}
	
#bottom
{
	width:965px;
	margin:0 auto;
}
#bottom_line
{
	float:left;
	width:100%;
	height:4px;
	background-image:url(/img/bottom_line.gif);
	background-position:center;
}
#bottom_bar
{
	float:left;
	width:100%;
	padding:4px 0;
	text-align:center;
	background-color:#ffffff;
}
#bottom_bar img
{
	margin:0 20px;
}
#bottom_logo
{
	float:left;
	width:200px;
	height:72px;
	margin:10px 0;
	padding-top:15px;
	text-align:center;
	border-right:1px solid #eaeaea;
}
#bottom_smenu
{
	float:left;
	width:700px;
	margin:13px 0 2px 22px;
	letter-spacing:-1px;
}
#bottom_smenu img
{
	margin:0 3px;
}
#bottom_copyright
{
	float:left;
	width:700px;
	padding:10px 0;
	margin:0 23px;
	color:#666666;
	line-height:120%;
}
#bottom_copyright img{vertical-align:middle;}

/* 서브메뉴 

#sub_wrap #submenu
{
	float:left;
	width:965px;
	height:35px;
	margin-top:10px;
}
#sub_wrap .management
{
	background-image:url(/img/management/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap .serverhosting
{
	background-image:url(/img/serverhosting/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap .webhosting
{
	background-image:url(/img/webhosting/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap .cloud
{
	background-image:url(/img/cloud/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap .ddos
{
	background-image:url(/img/ddos/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap .groupware
{
	background-image:url(/img/groupware/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap .tech
{
	background-image:url(/img/tech/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap .support
{
	background-image:url(/img/support/menu_bg.gif);
	background-repeat:no-repeat;
}
#sub_wrap #submenu ul
{
	float:left;
	padding-left:5px;
	list-style:none;
}
#sub_wrap #submenu li
{
	float:left;
}
#sub_wrap #submenu .consult
{
	float:right; 
	padding-right:21px;
}*/

/* 좌측메뉴 */

#leftmenu
{
	float:left;
	width:200px;
	margin:0;
	padding:0;
}
#leftmenu #wrap
{
	width:188px;
	padding:5px;
	border-left:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
	border-bottom:4px solid #3491c9;
}
#leftmenu #wrap ul
{
	width:188px;
	padding:0;
	list-style:none;
	list-style-position:inside;
}
#leftmenu #wrap li
{
	width:150px;
	padding:2px 0;
	padding-left:33px;
	font-size:11px;
}
#leftmenu #wrap li.cate_tit{
	margin-left:-11px;
	font-size:12px;
	font-weight:bold;
}
#leftmenu #wrap img
{
	margin:15px 0 12px 20px;
}
#leftmenu #wrap a:link
{
	color: #7e7e7e; text-decoration:none;
}
#leftmenu #wrap a.orange, #leftmenu #wrap a.orange:hover, #leftmenu #wrap a.orange:active, #leftmenu #wrap a.orange:focus, #leftmenu #wrap a.orange:visited
{
	color: #FF6633;
}
#leftmenu #wrap a:visited
{
	color: #7e7e7e; text-decoration:none;
}
#leftmenu #wrap a:hover
{
	color: #3491c9; text-decoration:none;
}
#leftmenu #wrap a:active
{
	color: #7e7e7e; text-decoration:none;
}

.left_bn
{
	float:left;
	width:200px;
	margin-top:10px;
}
.left_bn .cs_info2
{
	background-image:url(/img/cs_info2.gif); 
	background-repeat:no-repeat; 
	height:21px;
	text-align:center;
	font-size:11px;
	letter-spacing:-1px;
	padding-top:9px;
}
.left_bn .cs_info2 .red
{
	color:#d92a2a;
}
.left_bn .cs_info3
{
	background-image:url(/img/cs_info3.gif); 
	background-repeat:no-repeat; 
	height:111px;
	/* height:92px; */
	padding:8px 0 0 14px;
}
.left_bn .cs_info3 .white
{
	font-size:11px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-right:10px;
}

/* 컨텐츠 */

#contents
{
	float:left;
	width:720px;
	margin:0;
	padding:0;
	margin-left:30px;
}
#contents #title
{
	/* float:left; */
	width:100%;
	margin-bottom:30px;
}
#contents #navi
{
	float:left;
	width:100%;
	text-align:right;
	padding:10px 0;
	font-family:돋움;
	font-size:11px;
	color:#999;
}
#contents #navi a
{
	color: #999; text-decoration:none;
}
#contents #navi .red
{
	color: #3491c9;
}
#contents #line
{
	float:left;
	width:735px;
	height:4px;
	background-image:url(/img/sub_title_line.gif);
	margin-bottom:18px;
}
#contents .tab
{
	width:720px;
	margin:0 auto;
}
#contents .tab a:link
{
	color: #999; text-decoration:none;
}
#contents .tab a:visited
{
	color: #999; text-decoration:none;
}
#contents #view
{	
	width:720px;
	margin:0 auto;
	padding-top:7px;
}

/* ==== 메인 컨텐츠 ==== */

#contents_main
{
	float:left;
	width: 950px;
	margin:0;
	padding:0;
}

/* 메인 left */
#contents_main #left
{
	float:left;
	width:474px;
}

/* 메인 관리운영서버호스팅 */
.management
{
	float:left;
	width:474px;
	height:516px;
	background-image:url(/img/main_new/management_bg.gif);
	background-repeat:no-repeat;
}
.management .manage
{
	float:left;
	width:468px;
	height:280px;
	padding-left:6px;
}
.management .manage .manage_title
{
	float:left;
	width:468px;
	height:30px;
}
.management .manage .manage_title_txt
{
	float:left;
	font-size:12px;
	padding-top:10px;
	letter-spacing:-1px;
	font-family:돋움, Arial, Verdana;
	color:#666666;
}
.manage .textbox
{
	float:left;
	font-size:11px;
	color:#999999;
	padding-top:18px;
	padding-left:5px;
	line-height:120%;
	letter-spacing:-1px;
}
.manage .textbox .title
{
	width:400px;
	font-size:14px;
	font-family:돋움, Arial, Verdana;
	color:#666666;
}
.management .tech /* 고급기술지원*/
{
	float:left;
	width:240px;
	height:150px;
	padding-left:15px;
	padding-top:28px;
}
.tech .textbox
{
	float:left;
	font-size:11px;
	color:#666666;
	padding-top:10px;
	line-height:120%;
	letter-spacing:-1px;
}
.tech .button
{
	float:left;
	width:224px;
	height:117px;
	background-image:url(/img/main_new/tech_bg.gif);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	padding-left:15px;
	margin-top:15px;
	letter-spacing:-1px;
	line-height:220%;
}
.management .globalhosting /* 해외 서버호스팅*/
{
	float:left;
	width:200px;
	height:150px;
	padding-top:28px;
}
.globalhosting .textbox
{
	float:left;
	font-size:11px;
	color:#666666;
	padding-top:10px;
	line-height:120%;
	letter-spacing:-1px;
}
.globalhosting .button
{
	float:left;
	width:200px;
	height:117px;
	background-image:url(/img/main_new/globalhosting_bg.gif);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding-left:10px;
	padding-top:5px;
	margin-top:15px;
	letter-spacing:-1px;
	line-height:220%;
}
.title_link:link 
{
	color:#555555; text-decoration: none;
}
.title_link:visited
{
	color:#555555; text-decoration: none;
}
.title_link:hover 
{
	color: #3366cc; text-decoration: none;
}
.title_link:active
{
	color:#0f326b; text-decoration: none;
}
.title_link2:link 
{
	color:#0f326b; text-decoration: none;
}
.title_link2:visited
{
	color:#0f326b; text-decoration: none;
}
.title_link2:hover 
{
	color: #3366cc; text-decoration: none;
}
.title_link2:active
{
	color:#0f326b; text-decoration: none;
}
.button_link:link 
{
	color:#999999; text-decoration: none;
}
.button_link:visited
{
	color:#999999; text-decoration: none;
}
.button_link:hover 
{
	color: #3366cc; text-decoration: none;
}
.button_link:active
{
	color:#999999; text-decoration: none;
}

/* 메인 클라우드 웹디스크 */
.cloudwebdisk
{
	float:left;
	width:470px;
	height:290px;
	padding-top:17px;
}
.cloudwebdisk_title
{
	float:left;
	width:220px;	
}
.cloudwebdisk .textbox
{
	float:left;
	width:454px;
	font-size:12px;
	color:#666666;
	padding:0;
	margin:0;
	padding-top:15px;
	padding-left:18px;
	letter-spacing:-1px;	
}
.cloudwebdisk_img
{
	float:left;
	width:470px;
	height:205px;
	padding:0;
	margin:0;
	padding-top:5px;
	padding-left:4px;
}

/* 메인 right */
#contents_main #right
{
	float:left;
	width:476px;
}

/* 메인 그룹웨어 */
.groupware
{
	/* float:left; */
	width:465px;
	height:527px;
	padding-left:6px;
	/* background-image:url(/img/main_new/groupware_bg.gif);
	background-repeat:no-repeat; */
	margin-bottom:8px;
}
.groupware_title
{
	/* float:left; */
	width:432px;
	height:30px;
}
.groupware .textbox
{
	/* float:left; */
	width:465px;
	font-size:11px;
	color:#999999;
	padding-top:10px;
	line-height:120%;
	letter-spacing:-1px;
}
.groupware .textbox .title
{
	float:left;
	width:465px;
	font-size:14px;
	font-family:돋움, Arial, Verdana;
	color:#666666;
	margin-bottom:8px;
}
.groupware .imgbox
{
	float:left;
	font-size:11px;
	line-height:140%;
	padding:0;
	margin:0;
}
.groupware .imgbox .txt01
{
	float:left;
	width:210px;
	height:145px;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-top:25px;
	padding-left:20px;
}
.groupware .imgbox .title
{
	color:#ffffff; 
	letter-spacing:-1px;
	font-size:15px;
}
.groupware .imgbox .txt01 .title:link 
{
	color:#ffffff; text-decoration: none;
}
.groupware .imgbox .txt01 .title:visited
{
	color:#ffffff; text-decoration: none;
}
.groupware .imgbox .txt01 .title:hover 
{
	color: #ffffff; text-decoration: none;
}
.groupware .imgbox .txt01 .title:active
{
	color:#ffffff; text-decoration: none;
}
.groupware .imgbox .txt02
{
	float:left;
	width:125px;
	height:145px;
	font-size:12px;
	letter-spacing:-1px;
	padding:0;
	margin:0;
	padding-top:19px;
	padding-left:94px;
	line-height:130%;
}
.groupware .imgbox .txt03
{
	float:left;
	width:200px;
	height:75px;
	font-size:11px;
	letter-spacing:-1px;
	color:#999999;
	padding:0;
	margin:0;
	padding-top:8px;
	padding-left:127px;
	line-height:130%;
}
.groupware .imgbox .txt03_2
{
	float:left;
	width:120px;
	height:75px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
	padding-top:8px;
	line-height:130%;
}
.groupware .imgbox .txt04
{
	float:left;
	width:265px;
	height:144px;
	font-size:12px;
	padding:0;
	margin:0;
	padding-top:38px;
	padding-left:180px;
	letter-spacing:-1px;
}
.groupware .bottom_txt
{
	float:left;
	width:465px;
	font-size:11px;
	color:#666666;
	padding-top:35px;
	letter-spacing:-1px;
}

/* 메인 고객센터 */
.customer
{
	float:left;
	width:446px;
	height:261px;
	background-image:url(/img/main_new/cs_center_bg.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:29px;
}
.customer .tel
{
	float:left;
	width:210px;
	height:135px;
}
.customer .tel .title
{
	float:left;
	width:200px;
	height:22px;
	letter-spacing:-1px;
}
.customer .tel .smalltxt
{
	float:left;
	width:200px;
	font-size:11px;
	color:#999999;
	letter-spacing:-1px;
	padding:2px 0;
}
.customer .tel .tel2
{
	float:left;
	width:200px;
	font-size:11px;
	padding:3px 0;
	line-height:1.2em;
}
.customer .bank
{
	float:left;
	width:205px;
	height:135px;
	margin-left:22px;
	display:inline;
}
.customer .bank .title
{
	float:left;
	width:100px;
	height:22px;
	letter-spacing:-1px;
}
.customer .bank .name
{
	float:left;
	width:100px;
	height:22px;
	font-size:11px;
}
.customer .bank .bank_num
{
	float:left;
	width:160px;
	height:108px;
	background-image:url(/img/main_new/bank_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:35px;
	padding-top:7px;
	margin-top:5px;
	font-size:11px;
	font-family:verdana;
	line-height:125%;
}
.customer .red
{
	color:#ab2e04;
}
.customer .cs_btn
{
	float:left;
	width:440px;
	height:27px;
	margin-top:8px;
}
.customer .cs_btn2
{
	float:left;
	width:436px; 
	height:22px; 
	margin-top:0;
}
.customer .nameserver
{
	width:440px;
	height:70px;
}
.customer .nameserver .title
{
	float:left;
	width:440px;
	height:22px;
	margin:5px 0 8px;
	letter-spacing:-1px;
}
.customer .nameserver .ns_num01
{
	float:left;
	width:80px;
	font-size:11px;
}
.customer .nameserver .ns_num02
{
	float:left;
	width:110px;
	color:#ab2e04;
	font-weight:bold;
}


/* ================ */

.img01
{	
	/* float:left; */
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.img02
{	
	/* float:left; */
	width:100%; 
	text-align:center;
	margin-bottom:20px;
}
.img03
{	
	float:left;
	width:97%; 
	text-align:center;
	padding:10px;
}
.img04
{	
	float:left;
	width:97%; 
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}
.img05
{	
	float:left;
	width:100%; 
	text-align:center;
	margin-top:15px;
}
.small_txt
{
	float:left;
	width:100%; 
	padding:0;
	margin:2px 0;
	text-align:right;
	font-family:돋움;
	font-size:11px;
}
.txt01
{
	float:left;
	width:100%; 
	padding:0;
	margin:5px 0;
}
.txt01_2
{
	float:left;
	width:690px;
	margin:5px;
	padding:10px;
	background-color:#ffffff;
}
.txt02
{
	float:left;
	width:97%; 
	padding:10px;
	margin:5px 0;
}
.txt03
{
	float:left;
	width:96%; 
	padding:0 15px;
	margin:5px 0;
}
.sub_title_s
{
	float:left;
	width:100%;
	margin-bottom:8px;
}
.vat
{
	float:left;
	width:100%; 
	text-align:right;
	margin-bottom:3px;
}
.vat2
{
	float:right;
	width:50%; 
	text-align:right;
}
.div50
{
	float:left;
	width:50%; 
}
.table_line 
{
	float:left;
	width:100%;
	height:1px;
	font-size:1px;
	background-color:#b2c9e0;
}
.price_table
{
	float:left;
	width:100%;
	background-color:#b2c9e0;
}
.price_td
{
	background-color:#edf3fa;
	font-size:11px;
}
.price_td2
{
	background-color:#ffffff;
}
.price_td3
{
	background-color:#f5f5f5;
	font-size:11px;
}
.price_td4
{
	background-color:#ffffeb;	
}

.table_line_p
{
	float:left;
	width:100%;
	height:1px;
	font-size:1px;
	background-color:#c0bbdb;
}
.price_table_p
{
	float:left;
	width:100%;
	background-color:#c0bbdb;
}
.price_td_p
{
	background-color:#f0eef9;
	font-size:11px;
}

.agree_line 
{
	float:left;
	width:100%;
	height:1px;
	font-size:1px;
	background-color:#758cb3;
}
.agree_table
{
	float:left;
	width:100%;
	background-color:#c4ccdb;
	
}
.agree_title
{
	float:left;
	width:720px;

	height:20px;
	font-size:11px;
	background-image:url(/img/agree_titlebg.gif);
	padding-top:6px;
	font-weight:bold;
}
.agree_title2
{
	float:left;
	width:550px;
	height:20px;
	font-size:11px;
	background-image:url(/img/agree_titlebg2.gif);
	padding-top:6px;
	font-weight:bold;
}
.agree_title3
{
	float:left;
	width:450px;
	height:20px;
	font-size:11px;
	background-image:url(/img/agree_titlebg3.gif);
	padding-top:6px;
	font-weight:bold;
}
.agree_td
{
	background-color:#f3f5f8;
	font-size:11px;
}
.agree_td2
{
	background-color:#ffffff;
}
.agree_input
{
	width:50%;
	color:#666666;
	font-size:12px;
	border-top:1px solid #bdbdbd;

	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-left:1px solid #bdbdbd;
	background-color:#ffffff;
	margin:1px 0;
}
.service_input
{
	width:97%;
	color:#666666;
	font-size:12px;
	border-top:1px solid #bdbdbd;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-left:1px solid #bdbdbd;
	background-color:#ffffff;
}
.dotline 
{
	float:left;
	width:100%;
	height:1px;
	background-image:url(/img/dotline.gif);
	margin:17px 0 15px;
	font-size:1px;
}
.dotline2 
{
	float:left;
	width:100%;
	height:1px;
	background-image:url(/img/dotline.gif);
	margin:10px 0;
	font-size:1px;
}
.icon_arrow
{
	float:left;
	width:97%;
	margin-left:12px;
	padding:0;
	list-style:none;
	list-style-position:inside;
	list-style-image:url(/img/icon_arrow.gif);
	list-style-type:disc;
}
.icon_dot2
{
	float:left;
	width:97%;
	margin:5px 0 0 5px;
	padding:5px 0 0 5px;
	list-style:none;
	list-style-position:inside;
	list-style-image:url(/img/icon_dot2.gif);
	list-style-type:disc;
}

.icon_dot3
{
	float:left;
	width:97%;
	margin:5px 0 0 5px;
	padding:5px 0 0 5px;
	list-style:none;
	list-style-position:inside;
	list-style-image:url(/img/icon_dot3.gif);
	list-style-type:disc;
}

.border
{
	border:1px solid #dfdfdf;
}
.border2
{
	border:2px solid #dfdfdf;
}
.border3
{
	border:1px solid #c2c2c2;
}
.margin10
{
	margin:10px;
}
.padding10
{
	padding:10px 0;
}
.padding_l5
{	
	padding-left:5px;
}
.padding_r5
{	
	padding-right:5px;
}
.padding5
{	
	padding:5px 0;
}
.margin_t5
{
	margin-top:5px;
}
.margin_t10
{
	margin-top:10px;
}
.margin_t15
{
	margin-top:15px;
}
.margin_t20
{
	margin-top:20px;
}
.margin_l5
{
	margin-left:5px
}
.margin_l10
{
	margin-left:10px
}
.margin_l15
{
	margin-left:15px
}
.margin_b5
{
	margin-bottom:5px;
}
.margin_b10
{
	margin-bottom:10px;
}
.margin_b15
{
	margin-bottom:15px;
}
.margin_b20
{
	margin-bottom:20px;
}
.center
{
	text-align:center;
}
.blue
{
	color:#3366cc;
}
.blue2
{
	color:#3386cc;
}
.green
{
	color:#339933;
}
.orange
{
	color:#ff6633;
}
.red
{
	color:#ff0033;
}
.brown 
{
	color:#cc6633;
}
.white
{
	color:#ffffff;
}
.gray11
{
	color:#666;
	font-size:11px;
	font-family:돋움;
}
.bg_gray
{
	background-color:#f6f6f6;
}
.bg_white
{
	background-color:#ffffff;
}
.bg_blue
{
	background-color:#f0f7fd;
}
.link_blue:link 
{
	color:#3399cc; text-decoration: none;
}
.link_blue:visited
{
	color:#3399cc; text-decoration: none;
}
.link_blue:hover 
{
	color: #3366cc; text-decoration: underline;
}
.link_blue:active
{
	color:#3399cc; text-decoration: none;
}
.link_orange:link 
{
	color:#ff6600; text-decoration: none;
}
.link_orange:visited
{
	color:#ff6600; text-decoration: none;
}
.link_orange:hover 
{
	color: #ff3300; text-decoration: underline;
}
.link_orange:active
{
	color:#ff6600; text-decoration: none;
}

/* 20130118 추가 */
.mg_rb5{margin:0 5px 5px 0;}

.customer_sub
{
	float:left;
	width:205px;
	padding-top:18px;
	padding-left:29px;
}
.customer_sub .bank
{
	width:205px;
}
.customer_sub .bank .title
{
	position:relative;
	width:205px;
	height:22px;
	border-bottom:1px solid #ddd;
	letter-spacing:-1px;
	font-weight:bold;
	text-indent:5px;
}
.customer_sub .bank .name
{
	position:absolute;
	top:0;
	right:0;
	font-size:11px;
	font-weight:normal;
}
.customer_sub .bank .bank_num
{
	clear:both;
	width:160px;
	height:108px;
	background-image:url(/img/main_new/bank_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:35px;
	padding-top:7px;
	margin:10px 0;
	font-size:11px;
	font-family:verdana;
	line-height:125%;
}
.customer_sub .red
{
	color:#ab2e04;
}
.customer_sub .cs_btn
{
	width:205px;
	height:27px;
	margin-top:8px;
}
.customer_sub .cs_btn2
{
	height:22px; 
	margin-top:0;
}
.btn_more{float:right; margin-bottom:5px;}
.sales_pic{padding:1px; border:1px solid #ddd;}
.mgb10{margin-bottom:10px;}



/* 그룹웨어 특징 */

.feature_wrap
{	
	float:left;
	width:700px;
	padding:1px;
	margin-bottom:15px;
	background-color:#ffffff;
	border:1px solid #ffab3e;
}	

.feature_title
{	
	float:left;
	width:700px;
	background-image:url(../../html/images/subpage/global_gw03_bg.gif);
}	
.feature_contents
{	
	float:left;
	width:696px;
	padding:5px 8px;
	list-style:none;
}