@charset "utf-8";
/************************************************************************
 * filename     : base.css
 * description  : 기본초기화 CSS
 * date         : 2009.11.19
************************************************************************/

*	{margin:0; padding:0;}
html	{height:100%; overflow-y:scroll;}
body	{width:100%; height:100%; color:#666666; font-size:12px; font-family:"돋움", sans-serif; line-height:20px;} /* 전체기본 폰트 설정 및 배경색 */

.scroll	{
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #DDDAD3;
	scrollbar-darkshadow-color: #DDDAD3;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #DDDAD3;
}

a:link		{text-decoration:none; color:#666666;}
a:visited	{text-decoration:none; color:#666666;}
a:hover		{text-decoration:underline; color:#f47709;}
a:active	{text-decoration:underline; color:#f47709;}

img	{border:0;}
ul	{list-style:none;} /* ol, li, dl, dt, dd는 상황에 맞게 재 정의 */
h1,	h2,	h3,	h4,	h5,	h6	{}
hr	{}
/* 필요태그 초기화 및 재 정의 */

/* png 이미지 ie6용 */
* html  .png24  {tmp:expression(setPng24(this))}

/* 정렬 */
.fl_left	{float:left;}
.fl_right	{float:right !important;}
.fl_clear	{clear:both; height:0; font-size:0; line-height:0}

.al_left	{text-align:left}
.al_center	{text-align:center}
.al_right	{text-align:right;}
.al_top	{vertical-align:top;}
.al_middle	{vertical-align: middle}
.al_bottom	{vertical-align: bottom}
.al_justify  {text-align:justify}

.hand	{cursor:pointer}
.overflow	{width:100%; overflow:auto; overflow:hidden;}
.none	{position:absolute; top:-5000px; left:-5000px; height:0; visibility:hidden;} /* t- r- b- l */
.pos_rel	{position:relative}
.d_none	{display:none;}

.clfix:after	{content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.clfix	{display: inline-block;}
.clfix	{display: block;}
* html.clfix	{height: 1%;} /* Hides from IE-mac */
.clfix	{zoom:1;} /*for IE 5.5-7*/

/* form */
fieldset    {position:absolute; top:-5000px; left:-5000px; height:0; visibility:hidden}
fieldset {border:0 none}
input, select, textarea	{margin:0; padding:0; vertical-align:middle; outline:0 none; resize:none;}
label	{}
input.txt	{height:15px; padding:3px 4px 0 4px; border:1px solid #b3b3b3; color:#666666; font:normal 12px 돋움;}
input.click	{height:15px; padding:3px 4px 0 4px; color:#666666; font:normal 12px 돋움;}
input.chk	{margin-top:-2px; border:0 none}
textarea  {padding:10px; border:1px solid #cccccc; color:#666666; font:normal 12px 돋움; line-height:20px;}
select	{color:#666666; font:normal 12px 돋움;}

/* table */
table	{border-collapse:collapse; border-spacing:0;}
	:root table	{margin-top:1px;}
/*table	caption	{position:absolute; top:-5000px; left:-5000px; height:0; visibility:hidden}*/

/* rollover */
a.rollover img	{display:inline;}
a.rollover img.over	{display:none;}
a.rollover img.on	{display:none;}
a.rollover:hover	{border:0; cursor:pointer;}
a.rollover:hover img	{display:none;}
a.rollover:hover img.over	{display:inline;}
a.rollover:hover img.on	{display:none;}

/* font */
.t_11	{font-size:11px; letter-spacing:-1px;}
.t_12	{font-size:12px !important;}
.t_14	{font-size:14px;}
.t_16	{font-size:16px;}
.t_basic	{color:#666 !important;}
.t_gray	{color:#999999 !important;}
.t_11gray	{color:#999999; font-size:11px; line-height:15px; letter-spacing:-1px}
.t_num	{font-size:11px;line-height:15px;}
.t_line	{color:#999999; text-decoration:line-through}
.t_uline	{text-decoration:underline !important;}
.t_normal	{font-weight:normal !important; letter-spacing:0px}
em	{margin-right:4px; color:#999999; font:normal 11px 돋움;}

.t_point	{color:#333;}
.t_point	a:link		{text-decoration:none; color:#333;}
.t_point	a:visited	{text-decoration:none; color:#333;}
.t_point	a:hover		{text-decoration:underline; color:#333;}
.t_point	a:active	{text-decoration:underline; color:#333;}

.t_org	{color:#f2920c;}
.t_org	a:link		{text-decoration:underline; color:#f2920c;}
.t_org	a:visited	{text-decoration:underline; color:#f2920c;}
.t_org	a:hover		{text-decoration:underline; color:#f2920c;}
.t_org	a:active	{text-decoration:underline; color:#f2920c;}

.t_blue	{color:#245fb3 !important;}
.t_blue	a:link		{text-decoration:none; color:#245fb3;}
.t_blue	a:visited	{text-decoration:none; color:#245fb3;}
.t_blue	a:hover		{text-decoration:underline; color:#245fb3;}
.t_blue	a:active	{text-decoration:underline; color:#245fb3;}

/* letter-spacing */
.ls1	{letter-spacing:-1px !important;}
.ls0	{letter-spacing:0 !important;}
.lh16	{line-height:16px !important;}
.lh18	{line-height:18px !important;}

/* margin * padding */
.ma	{margin:0 auto;}
.mtm1	{margin-top:-1px !important;}
.mtm3	{margin-top:-3px !important;}
.mtm5	{margin-top:-5px !important;}
.mtm10	{margin-top:-10px !important;}
.mtm15	{margin-top:-15px !important;}
.mtm20	{margin-top:-20px !important;}
.mb1	{margin-bottom:1px !important;}
.mb3	{margin-bottom:3px !important;}
.mb5	{margin-bottom:5px !important;}
.mb10	{margin-bottom:10px !important;}
.mt0	{margin-top:0px !important;}
.mt2	{margin-top:2px !important;}
.mt5	{margin-top:5px !important;}
.mt6	{margin-top:6px !important;}
.mt10	{margin-top:10px !important;}
.mt15	{margin-top:15px !important;}
.mt20	{margin-top:20px !important;}
.mb15	{margin-bottom:15px !important;}
.mt20	{margin-top:20px !important;}
.mt23	{margin-top:23px !important;}
.mt25	{margin-top:25px !important;}
.mt30	{margin-top:30px !important;}
.mt40	{margin-top:40px !important;}
.mt50	{margin-top:50px !important;}
.mt60	{margin-top:60px !important;}
.mt55	{margin-top:55px !important;}
.mb20	{margin-bottom:20px !important;}
.mb30	{margin-bottom:30px !important;}
.mb40	{margin-bottom:40px !important;}
.mb50	{margin-bottom:50px !important;}
.ml-16	{margin-left:-16px !important;}
.ml5	{margin-left:5px !important;}
.ml10	{margin-left:10px !important;}
.ml15	{margin-left:15px !important;}
.ml20	{margin-left:20px !important;}
.ml35 {margin-left:35px !important;}
.mr7	{margin-right:7px !important;}
.mr10	{margin-right:10px !important;}
.mr20	{margin-right:20px !important;}
.mr35 {margin-right:35px !important;}

.pt0	{padding-top:0 !important;}
.pt3	{padding-top:3px !important;}
.pt5	{padding-top:5px !important;}
.pb5	{padding-bottom:5px;}
.pl10	{padding-left:10px !important;}
.pl15	{padding-left:15px !important;}
.pl17	{padding-left:17px !important;}
.pl25	{padding-left:25px !important;}
.pr10	{padding-right:10px !important;}
.pr15	{padding-right:15px !important;}
.pr20	{padding-right:20px !important;}
.ptb10	{padding:10px 0;}

/* layout */
#wrap	{position:relative; width:100%; height:100%;}
#head	{height:0px; font-size:0; line-height:0;}
#gnb	{position:relative; width:950px; height:115px; margin:0 auto; padding:0 25px; z-index:100;}
#contentWrap	{width:1000px; margin:0 auto 25px; padding-bottom:40px;}
#contentBody	{width:1000px; overflow:hidden;}
#conLeft	{float:left; width:230px; padding-top:10px;}/* layout2018_3 30px>>10px수정 */
#conRight	{float:left; width:770px; padding-top:10px;}/* layout 2018_3 30px>>10px수정 */
.detail_page	{width:770px; margin-bottom : 10px;}



.over_content	{width:100%; overflow:hidden;}
#space_01{position:relative; width:11px; overflow:hidden;}
.space_01 {position:relative; width:11px !important; overflow:hidden;}

/* gnb */
.flash_gnb	{position:absolute; top:0; left:0; z-index:50;}
.gnb_btn	{position:absolute; top:12px; right:211px; z-index:100;}
.gnb_btn	img	{margin-left:10px;}
.gnb_samsungCard	{position:absolute; top:0; right:0; z-index:100;}
.menu_tit_wrap	{position:absolute; top:50px; left:0; width:182px; height:116px; z-index:100;}
.menu_tit_wrap	.menu_con	{position:relative; width:182px;}
.menu_tit_wrap	.menu_con	.bg_search	{position:absolute; top:79px; left:12px; width:158px; height:22px; overflow:hidden;}
.menu_tit_wrap	.menu_con	.bg_search	.fl_left	{width:130px;}
.menu_tit_wrap	.menu_con	.bg_search	.fl_right	{margin:2px 10px 0 0;}
.menu_tit_wrap	.menu_con	.bg_search	input	{width:121px; height:13px; margin:5px 0 0 9px; padding:0px; background:#fff; border:0px; color:#999;  font:normal 11px 돋움; line-height:13px;}
.menu_tit_wrap	.menu_con	.bg_search	img	{margin-top:2px;}

/*.util_menu	{position:absolute; top:55px; right:60px; height:11px; overflow:hidden; z-index:120;}*/
.util_menu	{position:absolute; top:55px; right:68px; height:11px; z-index:120;}/*  */
.util_menu	li	{float:left; padding:0 10px 0 9px; background:url('/2013home/page2/image/line_ver_gray9.gif') no-repeat right 0; font-size:0; line-height:0px;}
.util_menu	li.end	{padding-right:0px; background:none;}

/* snb_고객상담전화 */
.call_center	{width:200px; margin-left:1px;}
.call_center	dt	{padding:0px 0 12px 5px; border-bottom:1px solid #f4f4f4; line-height:14px;}
.call_center	dd	{padding:0 0 15px 0px;}
.call_center	dd	ul	{overflow:hidden; width:100%;}
.call_center	dd	ul	li	{width:200px; margin-bottom:-1px; padding:10px 0; border-bottom:1px solid #f4f4f4; font-size:0; line-height:0;}
.call_center	dd	ul	li.end	{padding-bottom:0px;}
.call_center	dd	ul	li	.txt_hours	{margin:5px 0 0;}
.call_center	dd	.t_11gray	{line-height:15px;}
.call_center	dd	.txt_hours	{margin:-8px 0 8px; _margin:-8px 0 6px; font-weight:bold;}

/* H레벨 타이틀 */
#contentWrap	h2	{height:76px; margin-bottom:30px; border-bottom:1px solid #e6e6e6; font-size:0; line-height:0;}
#contentWrap	h3	{margin-bottom:15px; font-size:0px; line-height:0px;}
h4	{margin-bottom:10px; color:#333333; font-size:12px; font-weight:bold;}
h4.t_normal	{letter-spacing:-1px;}
h4.t_normal	span	{color:#ccc;}
h4.t_normal	span.t_gray66	{color:#666666;}
h4.numbering	{position:relative; margin-bottom:5px; padding-left:16px; color:#333; font-size:12px; font-weight:bold;}
h4.numbering	span	{position:absolute; top:4px; *top:0; left:0; _left:-16px;}
.h4_con	{margin-bottom:20px; padding-left:17px;}

/* location */
.location	{height:31px; color:#999999; line-height:15px;}
.location	span	{color:#696969;}
.location	span.end	{color:#333333;}
.location	a:link	{color:#999999;}
.location	a:visited {color:#999999;}
.location	a:hover	{}
.location	a:active  {}

/* tab */
.tab	{width:100%; margin-left:-1px; overflow:hidden;}
.tab	li	{float:left; _zoom:1;}
.tab	li	a	{display:block; height:22px; padding:8px 0 0 10px; font-weight:bold;}
.tab	li	a:link, .tab	li	a:visited, .tab	li	a:hover, .tab	li	a:active	{text-decoration:none;}

.tab	li.on	{}
.tab	li.on	a	{}
.tab	li.on	a:link,	.tab	li.on	a:visited,	.tab	li.on	a:hover,	.tab	li.on	a:active	{}

.tab_c	li	a	{display:inline-block; padding-right:10px;}

.tab_cell100	li	{width:100px;}
.tab_cell120	li	{width:120px;}
.tab_cell140	li	{width:140px;}
.tab_cell145	li	{width:145px;}
.tab_cell160	li	{width:160px;}



/* button */
.btn_point	{display:inline-block; height:27px; text-align:center; cursor:pointer;}
	.btn_point, x:-moz-any-link	{display:-moz-inline-box;}
.btn_point	a	{display:inline-block; height:23px; padding:4px 16px 0 15px; color:#ffffff; font-family:"굴림"; letter-spacing:-1px; white-space:nowrap;}
	.btn_point	a, x:-moz-any-link	{display:-moz-inline-box;}
.btn_point	a:link		{text-decoration:none; color:#ffffff !important;}
.btn_point	a:visited	{text-decoration:none; color:#ffffff !important;}
.btn_point	a:hover		{text-decoration:none; color:#ffffff !important;}
.btn_point	a:active	{text-decoration:none; color:#ffffff !important;}



.btnS_white	{display:inline-block; height:21px; background:url('/2013home/page2/image/btnS_white_left.gif') no-repeat left 0; text-align:center; vertical-align:middle; cursor:pointer;}
	.btnS_white, x:-moz-any-link	{display:-moz-inline-box;}
.btnS_white	a	{display:inline-block; height:17px; padding:4px 10px 0 10px; background:url('/2013home/page2/image/btnS_white_right.gif') no-repeat right 0; color:#666666; font-size:11px; line-height:15px; letter-spacing:-1px; white-space:nowrap;}
	.btnS_white	a, x:-moz-any-link	{display:-moz-inline-box;}
.btnS_white	a:link		{text-decoration:none; color:#666666;}
.btnS_white	a:visited	{text-decoration:none; color:#666666;}
.btnS_white	a:hover		{text-decoration:none; color:#666666;}
.btnS_white	a:active	{text-decoration:none; color:#666666;}


.btn_big	{margin-top:50px; padding-left:4px; text-align:center;}
.btn_big	img	{margin-left:-4px;}

/* data table */
.dtable_row	{}
.dtable_row	.br0	{border-right:0px;}
.dtable_row	.p10	{padding:10px 0;}
.dtable_row	.cell_r	{text-align:right;}
.dtable_row	.cell_c	{text-align:center !important;}
.dtable_row	caption.tit_caption	{padding-bottom:5px; text-align:left; color:#333333;}

.dtable_row	thead	th,	.dtable_row	thead	td	{height:19px; padding:5px 10px 0 10px; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; border-right:1px solid #e6e6e6; color:#333333; text-align:left; font-weight:normal; letter-spacing:-1px;}
.dtable_row	thead	th.th_gray	{background:#fafafa;}
.dtable_row	thead	th.th_top	{border-bottom:1px solid #f2f2f2;}
.dtable_row	thead	th.th_btm	{border-top:0px; text-align:right; color:#666666;}
.dtable_row	thead	td.br_btm0	{border-bottom:0px;}

.dtable_row	tbody	th	{height:16px; padding:5px 10px 3px 10px; background:#fafafa; border-bottom:1px solid #f2f2f2; border-right:1px solid #e6e6e6; text-align:left; vertical-align:top; color:#333333; font-weight:normal; letter-spacing:-1px;}
.dtable_row	tbody	th.th_w	{background:#ffffff; text-align:center; vertical-align:middle; color:#666666;}
.dtable_row	tbody	th	img	{margin-right:16px; vertical-align:middle;}
.dtable_row	tbody	td	{height:16px; padding:5px 10px 3px 10px; border-bottom:1px solid #f2f2f2; border-right:1px solid #e6e6e6; vertical-align:top;}
.dtable_row	tbody	.line_gray	{border-top:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.dtable_row	tbody	.line_top	{border-top:1px solid #cccccc;}

.dtable_row	tfoot	th	{height:16px; background:#fafafa; padding:5px 10px 3px 10px; border-bottom:1px solid #f2f2f2; text-align:left; color:#333333;}
.dtable_row	tfoot	td	{height:16px; background:#fafafa; padding:5px 10px 3px 10px; border-bottom:1px solid #f2f2f2; color:#333333; font-weight:bold;}

.dtable_row.nothead	{border-top:1px solid #cccccc;}

.dtable_col	{}
.dtable_col	.cell_over	{height:17px; _height:15px; background:#fafafa;}
.dtable_col	.cell_r	{padding:3px 10px 3px 0; text-align:right;}
.dtable_col	.cell_r	img	{margin-right:0px;}
.dtable_col	.cell_c	{padding:3px 0 3px 0; text-align:center;}
.dtable_col	.cell_c	img	{margin-right:0px;}
.dtable_col	.t_11	{letter-spacing:0px}
.dtable_col	.line_r	{border-right:1px solid #cccccc;}
.dtable_col	.tit_caption	{padding-bottom:5px; text-align:left; color:#333333;}
.dtable_col	.line_caption	{padding:5px 0 3px 5px;; border-top:1px solid #a1b0b3; text-align:left; color:#333333;}
.dtable_col	th	{padding:5px 0 3px 10px; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; text-align:left; color:#333333; font-weight:normal; line-height:16px;}
.dtable_col	thead	th.th_top	{height:19px; padding:5px 0 3px 10px border-bottom:1px solid #f2f2f2;}
.dtable_col	thead	th.th_btm	{height:19px; padding:5px 0 3px 10px  border-top:0px; color:#666666;}
.dtable_col	td	{padding:5px 0 3px 10px; border-bottom:1px solid #f2f2f2; line-height:16px;}
.dtable_col	td	img	{margin-right:5px; vertical-align:middle;}
.dtable_col	td	img.mr0	{margin-right:0px; vertical-align:middle;}
.dtable_col td.data_none	{padding:4px 0 1px 0px;background:#fafafa; text-align:center; color:#999999; font-size:11px;}
.dtable_col	td.cell_r	{font-size:11px;}
.dtable_col	tfoot	{background:#fafafa;}
.dtable_col	tfoot	th	{border-top:0px; border-bottom:1px solid #f2f2f2; text-align:center; color:#333333; font-weight:bold;}
.dtable_col	tfoot	td	{color:#333333; font-weight:bold;}

/* txt */
.btm_txt	{margin:10px 0 0 10px;/* padding-bottom:5px;*/ *zoom:1;}
.btm_txt:after	{content:""; display:block; visibility:hidden; clear:both; height:0;}
.btm_txt	.t_11gray	{display:block; float:left;}
.btm_txt	.t_11gray	.t_point	a:link		{text-decoration:none; color:#333;}
.btm_txt	.t_11gray	.t_point	a:visited	{text-decoration:none; color:#333;}
.btm_txt	.t_11gray	.t_point	a:hover		{text-decoration:underline; color:#333;}
.btm_txt	.t_11gray	.t_point	a:active	{text-decoration:underline; color:#333;}
.btm_txt	.cell_right	{float:right; top:0; right:0; text-align:right;}
.btm_txt	.list_exp {float:left; margin-top:3px;}

/* list */
ol.list_none	{list-style:none;}
ol.list_none	li	{position:relative; margin-bottom:4px; padding-left:16px;}
ol.list_none	li	span	{position:absolute; top:0; left:0px; _left:-16px;}
	:root ol.list_none	li	span	{top:4px;}

ol.list_exp	{margin:10px 0 0 30px; *margin:10px 0 0 5px;}
ol.list_exp	li	{padding:0 0 5px 0; vertical-align:top; color:#999; font-size:11px; line-height:13px;}
ol.list_exp	li	p	{display:inline-block; margin:0 0 0 -5px; *padding-left:7px; list-style:decimal; list-style-position:inside; letter-spacing:-1px; line-height:13px; vertical-align:top; word-break:keep-all;}
ol.list_exp	li	ol,	ol.list_exp	li	ul	{overflow:hidden; margin:5px 0 -3px; *margin:5px 0 -3px 18px;}
ol.list_exp	li	ol	li	{list-style:none;}

ol.list_exp.t_12	li	{font-size:12px; color:#666; line-height:14px;}
ol.list_exp.t_strong	li	{color:#333; font-weight:bold;}
ol.list_exp.t_strong	li	li{color:#999;font-weight:normal;}
p.list_exp	{padding:10px 0 0 0; color:#999; font-size:11px; line-height:16px; letter-spacing:-1px;}





/* number image */
.img_num    img {vertical-align:top !important;}
.img_num    strong  {position:absolute; top:12px; left:64px; font-size:12px; line-height:12px;}
.img_num    img.n30_txt {margin:10px 0 0 5px;}
.img_num    img.n48_txt {margin:24px 0 0 5px;}
.img_num    img.n30_txt02   {margin-top:6px;}
.img_num    img.n48_txt02   {margin-top:20px;}
.no_30ora   span,   .no_30gray   span,   .no_30cp    span,   .no_48ora   span,   .no_48cp    span,   .no_48gray  span    {visibility:hidden;}


.n48_num01  {}
.n48_num02  {background-position:-28px 0;}
.n48_num03  {background-position:-55px 0;}
.n48_num04  {background-position:-82px 0;}
.n48_num05  {background-position:-110px 0;}
.n48_num06  {background-position:-136px 0;}
.n48_num07  {background-position:-162px 0;}
.n48_num08  {background-position:-188px 0;}
.n48_num09  {background-position:-215px 0;}
.n48_num00  {background-position:-243px 0;}
.n48_pnt01  {width:12px; background-position:-269px 0;}
.n48_pnt02  {width:12px; background-position:-283px 0;}


.no_13gray.num01	{}
.no_13gray.num02	{background-position:-10px 0;}
.no_13gray.num03	{background-position:-20px 0;}
.no_13gray.num04	{background-position:-30px 0;}
.no_13gray.num05	{background-position:-40px 0;}
.no_13gray.num06	{background-position:-50px 0;}
.no_13gray.num07	{background-position:-60px 0;}
.no_13gray.num08	{background-position:-70px 0;}
.no_13gray.num09	{background-position:-80px 0;}
.no_13gray.num10	{width:14px; background-position:-90px 0;}
.no_13gray.m_num	{margin:0 2px -1px -7px;}
.no_13gray	em	{position:absolute; top:-5000px; left:-5000px; height:0; visibility:hidden}

.no_30cp	{overflow:hidden; display:inline-block; width:17px; height:28px; background:url('') no-repeat 0 0;}
.n30_num01	{}
.n30_num02	{background-position:-17px 0;}
.n30_num03	{background-position:-35px 0;}
.n30_num04	{background-position:-53px 0;}
.n30_num05	{background-position:-70px 0;}
.n30_num06	{background-position:-87px 0;}
.n30_num07	{background-position:-102px 0;}
.n30_num08	{background-position:-119px 0;}
.n30_num09	{background-position:-136px 0;}
.n30_num00	{background-position:-152px 0;}
.n30_pnt01	{width:7px; background-position:-169px 0;}
.n30_pnt02	{width:7px; background-position:-178px 0;}

/* number image-orange */
.img_num	{font-size:0; line-height:0;}
.img_num.bg_ora	{background-color:#e28c1c;}
.img_num.bg_ora	span.n24_txt	{display:inline-block; margin-top:8px; *margin-top:9px; color:#fff; font-size:12px; font-weight:bold; line-height:14px; vertical-align:top;}

.no_24orabg	{overflow:hidden; display:inline-block; width:14px; height:24px; background:url('') no-repeat 0 0;}
.no_24orabg	span	{visibility:hidden;}
.n24_num01	{}
.n24_num02	{background-position:-15px 0;}
.n24_num03	{background-position:-30px 0;}
.n24_num04	{background-position:-45px 0;}
.n24_num05	{background-position:-61px 0;}
.n24_num06	{background-position:-77px 0;}
.n24_num07	{background-position:-92px 0;}
.n24_num08	{background-position:-106px 0;}
.n24_num09	{background-position:-120px 0;}
.n24_num00	{background-position:-136px 0;}
.n24_pnt01	{width:8px; background-position:-151px 0;}
.n24_pnt02	{width:8px; background-position:-159px 0;}



/* paging */
.pagenate	{position:relative; margin-top:18px;}
.pagenate	.num_list	{position:absolute; top:4px; left:10px; font-size:11px;}
.pagenate	.num_list	span.on	{color:#2d2d2d;}
.pagenate	.btn_l	{position:absolute; top:0; left:0; margin:0; padding:0;}
.pagenate	.btn_r	{position:absolute; top:-3px; right:-2px; margin:0; padding:0; overflow:hidden;}
.pagenate	.btn_r	span	{float:left; margin-right:4px;}

.page	{padding-left:25px; text-align:center;}
.page	a	{display:inline-block; margin:1px 0 0 0px; vertical-align:top;}
.page	.first	a	{margin:1px 10px 0 0;}
.page	.end	a	{margin:1px 0 0 0;}
.page	.page_num	{display:inline-block; color:#999999; font-size:11px; margin-right:10px;}
.page	.page_num	a	{display:inline-block; padding:0 8px; margin:2px -2px 0 -2px; background:url('') no-repeat left 2px;}
.page	.page_num	a,
.page	.page_num	a:visited	{color:#999999;}
.page	.page_num	a:hover	{}
.page	.page_num	.first	{background:none; padding-left:5px; }
.page	.page_num	strong	{display:inline-block; padding:0 8px; margin:2px -2px 0 -2px; color:#333333; background:url('') no-repeat left 2px;}





/* box_주의사항 */
.attention	{margin-top:30px;}
.attention.mt15	{margin-top:15px;}
.attention	.box_w728_btm	{width:688px; padding:15px 20px;}
.attention	.box_w950_btm	{width:910px; padding:15px 20px;}
.attention	strong	{display:block; padding-left:18px; background:url('') no-repeat 0 3px;}
.attention	strong.info_error	{margin-top:10px; background:none; font-size:11px;}
.attention	ol.list_exp	{margin:10px 0 0 35px; *margin:10px 0 0 15px;}
.attention	ol.list_exp	li	p	{letter-spacing:0;}
.attention	ol.list_exp	li	.bul_dot	{display:block; _margin-left:2px; _padding:4px 0 0 8px; background-position:0 5px; _background-position:0 11px;}
	*:first-child+html .attention	ol.list_exp	li	.bul_dot	{margin-left:2px; padding:4px 0 0 8px; background-position:0 11px;}
.attention	ol.list_exp	li	.bul_dot.t_org	{color:#f2920c;}
.attention	ul	{margin:10px 0 0 38px;}
.attention	ol.list_exp	li	ul.bul_dot	{_padding-left:20px;}
	*:first-child+html .attention	ol.list_exp	li	ul.bul_dot	{padding-left:20px;}
.attention	.dtable_col	{margin-left:18px; font-size:11px;}
.attention	.dtable_col	th	{color:#666666;}
.attention	.dtable_col	tbody	th	{color:#999999; border-bottom:1px solid #f2f2f2; vertical-align:top;}
.attention	.dtable_col	td	{color:#999999; vertical-align:top;}
.attention	.dtable_col	td	.ex	{color:#bfbfbf;}
.attention	p.list_exp	{margin-left:18px;}

/* box_numbering */
.box_numbering	{margin-top:30px;}
.box_numbering	.title	{margin:10px 0 0 10px;}
.box_numbering	.list_exp	li	ul,	.box_numbering	.list_exp	li	ol,	.box_numbering	.list_exp	li	table	{margin-left:-5px; *margin-left:10px;}
.box_numbering	.list_exp	li	.dtable_col	{margin-top:7px;}
.box_numbering	.dtable_col	tbody	th,	.box_numbering	.dtable_col	tbody	td	{border-bottom:1px solid #f2f2f2; color:#999999; vertical-align:top; font-weight:normal;}
.tb_exp_column	{*zoom:1;}
.tb_exp_column:after	{content:""; display:block; visibility:hidden; clear:both; height:0;}
.tb_exp_column	table	{float:left;}
.tb_exp_column	.txt	{float:left; margin-left:30px; line-height:16px; font-weight:normal; letter-spacing:-1px;}

/* box_line */
.area_line	{padding:5px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}


/* width */
.w65	{width:65px;}
.w100	{width:100px;}
.w145	{width:145px;}
.w250	{width:250px;}
.w300	{width:300px;}
.w350	{width:350px;}
.w400	{width:400px;}
.w428	{width:428px;}
.w430	{width:430px;}
.w620	{width:620px;}
.w630	{width:630px;}
.w650	{width:650px;}
.w730	{width:730px;}




/* Gray Box */
.gbox	{padding:15px; background:#fbfbfb; border:1px solid #f1f1f1;}
.gbox .bul_gray	strong{background:none; padding:0;}
.gbox ul.bul_dot {margin:5px 10px;}


/* step 리스트 */
ol.use_step	{overflow:hidden;}
ol.use_step li	{float:left; list-style:none; font-size:0; line-height:0;}
ol.use_step li img	{margin-bottom:20px;}

/*  */
.regi	{float:left; width:335px; margin:30px 20px 0 0; padding-right:20px; border-right:1px solid #e6e6e6; line-height:16px;}
.regi.last	{margin-right:0; padding-right:0; border-right:none;}
.regi h3	{border-bottom:1px solid #f2f2f2;}
.regi h3 img{margin-bottom:20px;}
.regi table, .regi_center table{color:#666; font-size:12px; text-align:left;}
.regi th	{vertical-align:top}
.regi th, .regi td,.regi_center th, .regi_center td{padding-bottom:5px; height:30px; min-height:30px; line-height:230%;}
.regi th, .regi_center th	{width:86px; color:#999; font-size:11px; font-weight:normal; text-align:left;}
.regi p.t_gray, .regi span.t_gray,.regi p.t_org,p.t_color,.regi div.al_right, .regi_center p.t_gray,.regi_center span.t_gray,.regi_center p.t_org,p.t_color,.regi_center div.al_right,	.regi	.txt_list	{margin:15px 0 15px 0; padding-top:15px; border-top:1px solid #f2f2f2; font-size:11px;}
.regi	.txt_list	ol.list_exp	{margin:0 0 0 15px; *margin:0 0 0 -5px;}
.regi p.t_gray p, .regi_center p.t_gray p	 {margin:0 0 10px 0; background:none;}
.regi .tab_cell10 li,	.regi_center .tab_cell10 li {min-width:80px; _width:80px;}
.regi .tab_cell10 li.w100, .regi_center .tab_cell10 li.w100	{width:100px;}
.regi .tab_cell10 li.w120, .regi_center .tab_cell10 li.w120	{width:120px;}

.regi_center	{width:335px; margin:0 auto;}
.regi_center h3	{border-bottom:1px solid #f2f2f2; margin-left:20px;}
.regi_center h3 img	{margin-bottom:20px;}

/* Image+Text */
.image_text	{padding:10px 0 0 14px;}
.image_text	dt	{float:left; margin:0 15px;}
.image_text	dd	{float:left;}
.image_text	dd	p.tit	{margin:5px 0 0 0;;}
.image_text	dd	p	{margin-bottom:0;}




/* 허브메인 */
#contentLayer {width:100%; height:100%;}

/* 인쇄영역 */
@media print {
	#pop_header	 {display:none;}
	#pop_con	 {width:100%; height:100%; margin:0; overflow:visible;}
	#pop_con.y_scroll	 {width:100%; height:100%; margin:0; overflow:visible;}
	#pop_footer	 {display:none;}
}

/*  */
.namec_tab	li	a	{display:inline-block; padding-right:7px;}

/* 121204 리뉴얼 TF추가 */
.conts_hidden {font-size:0; line-height:0; width:0; height:0; padding:0 !important; margin:0; visibility:hidden; overflow:hidden;}

/* 서브 왼쪽메뉴 도헌*/

/***** 사이드메뉴 *****/
.col_group1 {float:left; width:180px;}
.snb {padding-bottom:0px;}
.snb a {display:block;}
.snb li a {height:0; padding:31px 0 0 0; overflow:hidden;}
.snb li li a {height:0; padding:24px 0 0 0; overflow:hidden;}
.snb li ul {padding:6px 0; border-bottom:1px solid #e2e2e2;}

/* 제품안내왼쪽 */

/*사업소개*/
.snb .snb01_01 {background:url(/2013home/page2/image/btns/sub01_01.png) 0 0 no-repeat;}
	.snb .snb01_0101 {background:url(/2013home/page2/image/sbtn/sub01_0101.png) 0 0 no-repeat;}
	.snb .snb01_0102 {background:url(/2013home/page2/image/sbtn/sub01_0102.png) 0 0 no-repeat;}
.snb .snb01_02 {background:url(/2013home/page2/image/btns/sub01_02.png) 0 0 no-repeat;}
	.snb .snb01_0201 {background:url(/2013home/page2/image/sbtn/sub01_0201.png) 0 0 no-repeat;}
	.snb .snb01_0202 {background:url(/2013home/page2/image/sbtn/sub01_0202.png) 0 0 no-repeat;}
.snb .snb01_03 {background:url(/2013home/page2/image/btns/sub01_03.png) 0 0 no-repeat;}
	.snb .snb01_0301 {background:url(/2013home/page2/image/sbtn/sub01_0301.png) 0 0 no-repeat;}
	/*.snb .snb01_0302 {background:url(/2013home/page2/image/sbtn/sub01_0302.png) 0 0 no-repeat;}
	.snb .snb01_0303 {background:url(/2013home/page2/image/sbtn/sub01_0303.gif) 0 0 no-repeat;}
	.snb .snb01_0304 {background:url(/2013home/page2/image/sbtn/sub01_0304.gif) 0 0 no-repeat;}
	.snb .snb01_0305 {background:url(/2013home/page2/image/sbtn/sub01_0305.gif) 0 0 no-repeat;}
	.snb .snb01_0306 {background:url(/sub01_0306.gif) 0 0 no-repeat;}*/
.snb .snb01_04 {background:url(/2013home/page2/image/btns/sub01_04.png) 0 0 no-repeat;}
	.snb .snb01_0401 {background:url(/2013home/page2/image/sbtn/sub01_0401.png) 0 0 no-repeat;}
	.snb .snb01_0402 {background:url(/2013home/page2/image/sbtn/sub01_0402.png) 0 0 no-repeat;}
.snb .snb01_05 {background:url(/2013home/page2/image/btns/sub01_05.png) 0 0 no-repeat;}
	.snb .snb01_0501 {background:url(/2013home/page2/image/sbtn/sub01_0501.png) 0 0 no-repeat;}
	.snb .snb01_0502 {background:url(/2013home/page2/image/sbtn/sub01_0502.png) 0 0 no-repeat;}
.snb .snb01_06 {background:url(/2013home/page2/image/btns/sub01_06.png) 0 0 no-repeat;}
	.snb .snb01_0601 {background:url(/2013home/page2/image/sbtn/sub01_0601.png) 0 0 no-repeat;}
.snb .snb01_07 {background:url(/2013home/page2/image/btns/sub01_07.png) 0 0 no-repeat;}
	.snb .snb01_0701 {background:url(/2013home/page2/image/sbtn/sub01_0701.png) 0 0 no-repeat;}
	
/* 맵갤러리 */	
.snb .snb02_01 {background:url(/2013home/page2/image/btns/snb02_01.png) 0 0 no-repeat;}
	.snb .snb02_0101 {background:url(../images/btns/snb02_0101.png) 0 0 no-repeat;}
	.snb .snb02_0102 {background:url(../images/btns/snb02_0102.png) 0 0 no-repeat;}
.snb .snb02_02 {background:url(/2013home/page2/image/btns/snb02_02.png) 0 0 no-repeat;}
.snb .snb02_03 {background:url(/2013home/page/image/snb02_03.gif) 0 0 no-repeat;}
.snb .snb02_04 {background:url(../images/btns/snb02_04.gif) 0 0 no-repeat;}
.snb .snb02_05 {background:url(../images/btns/snb02_05.gif) 0 0 no-repeat;}
.snb .snb02_06 {background:url(../images/btns/snb02_06.gif) 0 0 no-repeat;}
.snb .snb02_07 {background:url(../images/btns/snb02_07.gif) 0 0 no-repeat;}

/* 포트폴리오 */
.snb .snb03_01 {background:url(/2013home/page2/image/btns/snb03_01.png) 0 0 no-repeat;}	
	.snb .snb03_0101 {background:url(/2013home/page2/image/sbtn/snb03_0101.png) 0 0 no-repeat;}
	.snb .snb03_0102 {background:url(/2013home/page2/image/sbtn/snb03_0102.png) 0 0 no-repeat;}
.snb .snb03_02 {background:url(/2013home/page2/image/btns/snb03_02.png) 0 0 no-repeat;}	
	.snb .snb03_0201 {background:url(/2013home/page2/image/sbtn/snb03_0201.png) 0 0 no-repeat;}
	.snb .snb03_0202 {background:url(/2013home/page2/image/sbtn/snb03_0202.png) 0 0 no-repeat;}
	.snb .snb03_0203 {background:url(/2013home/page2/image/sbtn/snb03_0203.png) 0 0 no-repeat;}
	/*.snb .snb03_0204 {background:url(../images/btns/snb03_0204.gif) 0 0 no-repeat;}
	.snb .snb03_0205 {background:url(../images/btns/snb03_0205.gif) 0 0 no-repeat;}
	.snb .snb03_0206 {background:url(../images/btns/snb03_0206.gif) 0 0 no-repeat;}
	.snb .snb03_0207 {background:url(../images/btns/snb03_0207.gif) 0 0 no-repeat;}
	.snb .snb03_0208 {background:url(../images/btns/snb03_0208.gif) 0 0 no-repeat;}*/
.snb .snb03_03 {background:url(/2013home/page2/image/btns/snb03_03.png) 0 0 no-repeat;}
	.snb .snb03_0301 {background:url(/2013home/page2/image/sbtn/snb03_0301.png) 0 0 no-repeat;}
	.snb .snb03_0302 {background:url(/2013home/page2/image/sbtn/snb03_0302.png) 0 0 no-repeat;}
	.snb .snb03_0303 {background:url(/2013home/page2/image/sbtn/snb03_0303.png) 0 0 no-repeat;}
	.snb .snb03_0304 {background:url(/2013home/page2/image/sbtn/snb03_0304.png) 0 0 no-repeat;}
.snb .snb03_04 {background:url(/2013home/page2/image/btns/snb03_04.png) 0 0 no-repeat;}	

/* 쇼핑몰 */
.snb .snb04_01 {background:url(/2013home/page/image/snb04_01.gif) 0 0 no-repeat;}	
	.snb .snb04_0101 {background:url(../images/btns/snb04_0101.gif) 0 0 no-repeat;}	
	.snb .snb04_0102 {background:url(../images/btns/snb04_0102.gif) 0 0 no-repeat;}	
	.snb .snb04_0103 {background:url(../images/btns/snb04_0103.gif) 0 0 no-repeat;}	
	.snb .snb04_0104 {background:url(../images/btns/snb04_0104.gif) 0 0 no-repeat;}	
.snb .snb04_02 {background:url(/2013home/page/image/snb04_02.gif) 0 0 no-repeat;}	
	.snb .snb04_0201 {background:url(../images/btns/snb04_0201.gif) 0 0 no-repeat;}	
	.snb .snb04_0202 {background:url(../images/btns/snb04_0202.gif) 0 0 no-repeat;}	
.snb .snb04_03 {background:url(/2013home/page/image/snb04_03.gif) 0 0 no-repeat;}	
	.snb .snb04_0301 {background:url(../images/btns/snb04_0301.gif) 0 0 no-repeat;}	
	.snb .snb04_0302 {background:url(../images/btns/snb04_0302.gif) 0 0 no-repeat;}	
	.snb .snb04_0303 {background:url(../images/btns/snb04_0303.gif) 0 0 no-repeat;}	
	.snb .snb04_0304 {background:url(../images/btns/snb04_0304.gif) 0 0 no-repeat;}	
	.snb .snb04_0305 {background:url(../images/btns/snb04_0305.gif) 0 0 no-repeat;}	
	.snb .snb04_0306 {background:url(../images/btns/snb04_0306.gif) 0 0 no-repeat;}	
	.snb .snb04_0307 {background:url(../images/btns/snb04_0307.gif) 0 0 no-repeat;}	
	.snb .snb04_0308 {background:url(../images/btns/snb04_0308.gif) 0 0 no-repeat;}	
.snb .snb04_04 {background:url(../images/btns/snb04_04.gif) 0 0 no-repeat;}	
	.snb .snb04_0401 {background:url(../images/btns/snb04_0401.gif) 0 0 no-repeat;}	
	.snb .snb04_0402 {background:url(../images/btns/snb04_0402.gif) 0 0 no-repeat;}	
	.snb .snb04_0403 {background:url(../images/btns/snb04_0403.gif) 0 0 no-repeat;}	
	.snb .snb04_0404 {background:url(../images/btns/snb04_0404.gif) 0 0 no-repeat;}	
.snb .snb04_05 {background:url(../images/btns/snb04_05.gif) 0 0 no-repeat;}	

/* 상담신청 */
/*.snb .snb05_01 {background:url(/2013home/page2/image/btns/snb05_01.png) 0 0 no-repeat;}
	.snb .snb05_0101 {background:url(/2013home/page2/image/sbtn/snb05_0101.png) 0 0 no-repeat;}	*/
.snb .snb05_01 {background:url(/2013home/page2/image/btns/snb05_02.png) 0 0 no-repeat;}	
	.snb .snb05_0101 {background:url(/2013home/page2/image/sbtn/snb05_0201.png) 0 0 no-repeat;}	
	/*.snb .snb05_0202 {background:url(../images/btns/snb05_0202.gif) 0 0 no-repeat;}
	.snb .snb05_0203 {background:url(../images/btns/snb05_0203.gif) 0 0 no-repeat;}*/
.snb .snb05_03 {background:url(/2013home/page2/image/btns/snb05_03.png) 0 0 no-repeat;}	
	.snb .snb05_0301 {background:url(/2013home/page2/image/sbtn/snb05_0301.png) 0 0 no-repeat;}	
.snb .snb05_04 {background:url(/2013home/page2/image/btns/snb05_04.png) 0 0 no-repeat;}	
	.snb .snb05_0401 {background:url(/2013home/page2/image/sbtn/snb05_0401.png) 0 0 no-repeat;}	
	.snb .snb05_0402 {background:url(../images/btns/snb05_0402.gif) 0 0 no-repeat;}
	.snb .snb05_0403 {background:url(../images/btns/snb05_0403.gif) 0 0 no-repeat;}
.snb .snb05_05 {background:url(../images/btns/snb05_05.gif) 0 0 no-repeat;}	
.snb .snb05_06 {background:url(../images/btns/snb05_06.gif) 0 0 no-repeat;}	

/* 매거진 */
.snb .snb06_01 {background:url(/2013home/page2/image/btns/snb06_01.png) 0 0 no-repeat;}	
	.snb .snb06_0101 {background:url(/2013home/page2/image/sbtn/snb06_0101.png) 0 0 no-repeat;}	
	.snb .snb06_0102 {background:url(/2013home/page2/image/sbtn/snb06_0102.png) 0 0 no-repeat;}	
.snb .snb06_02 {background:url(/2013home/page2/image/btns/snb06_02.png) 0 0 no-repeat;}
	.snb .snb06_0201 {background:url(/2013home/page2/image/sbtn/snb06_0201.png) 0 0 no-repeat;}	
	.snb .snb06_0202 {background:url(/2013home/page2/image/sbtn/snb06_0202.png) 0 0 no-repeat;}	
.snb .snb06_03 {background:url(/2013home/page2/image/btns/snb06_03.png) 0 0 no-repeat;}	
	.snb .snb06_0301 {background:url(/2013home/page2/image/sbtn/snb06_0301.png) 0 0 no-repeat;}	
	.snb .snb06_0302 {background:url(/2013home/page2/image/sbtn/snb06_0302.png) 0 0 no-repeat;}	
.snb .snb06_04 {background:url(/2013home/page2/image/btns/snb06_04.png) 0 0 no-repeat;}
	.snb .snb06_0401 {background:url(/2013home/page2/image/sbtn/snb06_0401.png) 0 0 no-repeat;}	
	.snb .snb06_0402 {background:url(/2013home/page2/image/sbtn/snb06_0402.png) 0 0 no-repeat;}	
.snb .snb06_05 {background:url(/2013home/page2/image/btns/snb06_05.png) 0 0 no-repeat;}	
	.snb .snb06_0501 {background:url(/2013home/page2/image/sbtn/snb06_0501.png) 0 0 no-repeat;}	
.snb .snb06_06 {background:url(/2013home/page/image/snb06_06.gif) 0 0 no-repeat;}
.snb .snb06_07 {background:url(/2013home/page/image/snb06_07.gif) 0 0 no-repeat;}

/* 회사소개 */
.snb .snb07_01 {background:url(/2013home/page2/image/btns/snb07_01.png) 0 0 no-repeat;}
	.snb .snb07_0101 {background:url(/2013home/page2/image/sbtn/snb07_0101.png) 0 0 no-repeat;}	
	.snb .snb07_0102 {background:url(/2013home/page2/image/sbtn/snb07_0102.png) 0 0 no-repeat;}
	.snb .snb07_0103 {background:url(/2013home/page2/image/sbtn/snb07_0103.png) 0 0 no-repeat;}	
	.snb .snb07_0104 {background:url(/2013home/page2/image/sbtn/snb07_0104.png) 0 0 no-repeat;}	
	.snb .snb07_0105 {background:url(/2013home/page2/image/sbtn/snb07_0105.png) 0 0 no-repeat;}	
	.snb .snb07_0106 {background:url(/2013home/page2/image/sbtn/snb07_0106.png) 0 0 no-repeat;}
	.snb .snb07_0107 {background:url(/2013home/page2/image/sbtn/snb07_0107.png) 0 0 no-repeat;}	
	.snb .snb07_0108 {background:url(/2013home/page2/image/sbtn/snb07_0108.png) 0 0 no-repeat;}	
	.snb .snb07_0109 {background:url(/2013home/page2/image/sbtn/snb07_0109.png) 0 0 no-repeat;}	
	.snb .snb07_0110 {background:url(/2013home/page2/image/sbtn/snb07_0110.png) 0 0 no-repeat;}
.snb .snb07_02 {background:url(/2013home/page/image/snb07_02.gif) 0 0 no-repeat;}	
.snb .snb07_03 {background:url(/2013home/page/image/snb07_03.gif) 0 0 no-repeat;}	
.snb .snb07_04 {background:url(/2013home/page/image/snb07_04.gif) 0 0 no-repeat;}	
.snb .snb07_05 {background:url(/2013home/page/image/snb07_05.gif) 0 0 no-repeat;}	
.snb .snb07_06 {background:url(/2013home/page/image/snb07_06.gif) 0 0 no-repeat;}	

/* 친환경 경영 */
.snb .snb08_01 {background:url(/2013home/page2/image/btns/snb08_01.png) 0 0 no-repeat;}	
.snb .snb08_02 {background:url(/2013home/page2/image/btns/snb08_02.png) 0 0 no-repeat;}	
.snb .snb08_03 {background:url(/2013home/page2/image/btns/snb08_03.png) 0 0 no-repeat;}	
.snb .snb08_04 {background:url(/2013home/page2/image/btns/snb08_04.png) 0 0 no-repeat;}	
	.snb .snb08_0101 {background:url(/2013home/page2/image/sbtn/snb08_0101.png) 0 0 no-repeat;}	
	.snb .snb08_0201 {background:url(/2013home/page2/image/sbtn/snb08_0201.png) 0 0 no-repeat;}
	.snb .snb08_0301 {background:url(/2013home/page2/image/sbtn/snb08_0301.png) 0 0 no-repeat;}	
	.snb .snb08_0401 {background:url(/2013home/page2/image/sbtn/snb08_0401.png) 0 0 no-repeat;}	

/* 맴버쉽 */
.snb .snb09_01 {background:url(../images/btns/snb09_01.gif) 0 0 no-repeat;}	
.snb .snb09_02 {background:url(../images/btns/snb09_02.gif) 0 0 no-repeat;}	
.snb .snb09_03 {background:url(../images/btns/snb09_03.gif) 0 0 no-repeat;}	
.snb .snb09_04 {background:url(../images/btns/snb09_04.gif) 0 0 no-repeat;}	
.snb .snb09_05 {background:url(../images/btns/snb09_05.gif) 0 0 no-repeat;}	

/* 마이페이지 */
.snb .snb10_01 {background:url(../images/btns/snb10_01.gif) 0 0 no-repeat;}	
	.snb .snb10_0101 {background:url(../images/btns/snb10_0101.gif) 0 0 no-repeat;}
	.snb .snb10_0102 {background:url(../images/btns/snb10_0102.gif) 0 0 no-repeat;}	
	.snb .snb10_0103 {background:url(../images/btns/snb10_0103.gif) 0 0 no-repeat;}	
.snb .snb10_02 {background:url(../images/btns/snb10_02.gif) 0 0 no-repeat;}	
	.snb .snb10_0201 {background:url(../images/btns/snb10_0201.gif) 0 0 no-repeat;}	
.snb .snb10_03 {background:url(../images/btns/snb10_03.gif) 0 0 no-repeat;}	
.snb .snb10_04 {background:url(../images/btns/snb10_04.gif) 0 0 no-repeat;}
.snb .snb10_05 {background:url(../images/btns/snb10_05.gif) 0 0 no-repeat;}
.snb .snb10_06 {background:url(../images/btns/snb10_06.gif) 0 0 no-repeat;}

.snb .snb10_2_01 {background:url(../images/btns/snb10_2_01.gif) 0 0 no-repeat;}	
	.snb .snb10_2_0101 {background:url(../images/btns/snb10_2_0101.gif) 0 0 no-repeat;}
	.snb .snb10_2_0102 {background:url(../images/btns/snb10_2_0102.gif) 0 0 no-repeat;}	
	.snb .snb10_2_0103 {background:url(../images/btns/snb10_2_0103.gif) 0 0 no-repeat;}	
	.snb .snb10_2_0104 {background:url(../images/btns/snb10_2_0104.gif) 0 0 no-repeat;}	
		
.snb .snb10_3_01 {background:url(../images/btns/snb10_3_01.gif) 0 0 no-repeat;}	

/* 사이트맵 */
.snb .snb11_01 {background:url(../images/btns/snb11_01.gif) 0 0 no-repeat;}

.snb li.active a,
.snb li a:hover {background-position:0 -31px;}
.snb li.active li a {background-position:0 0;}
.snb li li.active a,
.snb li.active li.active a,
.snb li li a:hover {background-position:0 -24px;}

/* 콘텐츠 레이아웃 */
.col_group2 {float:right; width:680px;}
.col_group3 {float:right; width:750px;}
.pagenav {font-size:11px; color:#9b9a9a; height:17px; padding:14px 0 0 0; text-align:right;}
.pagenav * {vertical-align:middle;}
.pagenav a {color:#9b9a9a;}
.pagenav strong {color:#1c1c1c;}
.sub_title {line-height:0; font-size:0; margin-bottom:17px;}
.quick {line-height:0; font-size:0; position:absolute; left:0; top:0; display:none;}
.clearing {clear:both;}
.stitle2 {margin-bottom:5px; position:relative; height:24px;}
.stitle2 a {position:absolute; right:0; top:0;}


/*       추가 2013/4/11         */
/* form */
input.click	{border:1px solid #b22483;}


/* layout */
#head	/* {background:url('/2013home/page2/image/line_gnb.gif') repeat-x 0 bottom;} */
#gnb	{width:950px; margin:0 auto; padding:0 25px;}
#contentWrap	{padding:0px 25px 40px 25px;}


/* gnb */
.flash_gnb	{left:25px;}
.gnb_btn	{right:236px;}
.gnb_samsungCard	{right:25px;}
.menu_tit_wrap	{left:25px;}
.menu_tit_wrap  .menu_con   .bg_search  {background:url('') no-repeat;}
.util_menu	{right:25px;}


/* snb */
/*.snb	{width:164px; margin-bottom:10px;}*/
.box_182_mid	.snb	h1	{height:97px; font-size:0px; line-height:0px;}
.box_182_mid	.snb	li	{clear:both; margin-bottom:10px; padding:0 0 0 2px;}
.box_182_mid	.snb	li.on	a.rollover img    {display:none;}
.box_182_mid	.snb	li.on	a.rollover img.over    {display:none;}
.box_182_mid	.snb	li.on	a.rollover img.on   {display:inline;}
.box_182_mid	.snb	li.on	a.rollover:hover img     {display:none;}
.box_182_mid	.snb	li.on	a.rollover:hover img.over   {display:none;}
.box_182_mid	.snb	li.on	a.rollover:hover img.on     {display:inline;}

.box_230_top	{background:url('/2013home/page2/image/box_white230_top.gif') no-repeat 0 top;}
.box_182_mid	{background:url('/2013home/page2/image/box_white230_mid.gif') repeat-y;}
.box_182_btm	{padding:18px 0 18px 18px; background:url('/2013home/page2/image/box_white230_btm.gif') no-repeat 0 bottom;}


.snb1	{width:230px; margin-bottom:10px;}
.box_182_mid	.snb1	h1	{height:97px; font-size:0px; line-height:0px;}
.box_182_mid	.snb1	li	{clear:both; margin-bottom:10px; padding:0 0 0 2px;}
.box_182_mid	.snb1	li.on	a.rollover img    {display:none;}
.box_182_mid	.snb1	li.on	a.rollover img.over    {display:none;}
.box_182_mid	.snb1	li.on	a.rollover img.on   {display:inline;}
.box_182_mid	.snb1	li.on	a.rollover:hover img     {display:none;}
.box_182_mid	.snb1	li.on	a.rollover:hover img.over   {display:none;}
.box_182_mid	.snb1	li.on	a.rollover:hover img.on     {display:inline;}

.box_230_1_top	{background:url('/2013home/page2/image/box_white230_top.gif') no-repeat 0 top;}
.box_230_1_mid	{background:url('/2013home/page2/image/box_white230_mid.gif') repeat-y;}
.box_230_1_btm	{padding:1px 20px 2px 20px; background:url('/2013home/page2/image/box_white230_btm.gif') no-repeat 0 bottom;}
.box_230_1_mid	dt	{margin-bottom:20px;}
.box_230_1_mid	ul	{_height:100%; overflow:auto; overflow:hidden;}
/*.box_230_1_mid	li	{float:left; width:77px; padding-top:5px; font-size:0px; line-height:0px;}
.box_230_1_mid	li.left	{clear:both; width:84px;}*/


.box_750_top	{background:url('/2013home/page2/image/box_white750_top.gif') no-repeat 0 top;}
.box_750_mid	{background:url('/2013home/page2/image/box_white750_mid.gif') repeat-y; margin-left:11px;}
.box_750_mid	dt	{margin-bottom:3px;}




.box_750_btm	{padding:20px 20px 0px 0px; background:url('/2013home/page2/image/box_white750_btm.gif') no-repeat 0 bottom;}



/* H레벨 */
#contentWrap	h2	{border-bottom:0px; margin-bottom:0px;}


/* CMS */
/* CMS_font */
.t_11gray	{color:#999999; font-size:11px;}

/* CMS_margin * padding */
.mt25	{margin-top:25px;}
.pl25	{padding-left:25px;}


/* CMS_tab */
.tab	{width:100%; height:30px; margin:0 0 30px -1px; background:url('/images/is/common/tab_line.gif') repeat-x; overflow:auto; overflow:hidden;}
.tab	li	{float:left; width:22%; height:30px; background:url('/images/is/common/tab_left_off.gif') no-repeat left top;}
.tab	li	a	{display:block; height:22px; padding:8px 0 0 10px; font-weight:bold; background:url('/images/is/common/tab_right_off.gif') no-repeat right top; color:#8c7d82;}
.tab	li	a:link, .tab	li	a:visited, .tab	li	a:hover, .tab	li	a:active	{color:#8c7d82; text-decoration:none;}

.tab	li.on	{background:url('/images/is/common/tab_left_on.gif') no-repeat left top;}
.tab	li.on	a	{background:url('/images/is/common/tab_right_on.gif') no-repeat right top; color:#333333;}
.tab	li.on	a:link, .tab	li.on	a:visited, .tab	li.on	a:hover, .tab	li.on	a:active	{color:#333333;}

/* CMS_detail page */
/*h2	{margin-bottom:46px; padding-left:9px; font-size:0; line-height:0;} */

.info_wrap	{position:relative; width:715px; margin-bottom:25px; overflow:hidden;}
.info_wrap2	{position:relative; width:715px; margin-bottom:25px; overflow:hidden;}
.info_wrap3	{position:relative; width:740px; margin-bottom:25px; overflow:hidden;}
.info_wrap4	{position:relative; width:735px; margin-bottom:25px; overflow:hidden;}
.info_wrap	.img_txt	{margin-bottom:20px; padding-left:20px;}
.info_wrap	.info	{width:470px;}
.info_wrap	.info	dl	{width:470px; margin:0 0 20px 30px;}
.info_wrap	.info	dl	dt	{clear:both; float:left; width:470px; min-height:20px; _height:20px; padding-top:5px; color:#666666;}
.info_wrap	.info	dl	dd	{float:left; width:470px; margin-left:10px; padding:5px 0 3px 10px; border-bottom:1px solid #f2f2f2; color:#666666;}
.info_wrap	.info	dl	dd.txt_br	{padding:5px 0 23px 160px;}
.info_wrap	.visual_img	{position:absolute; top:37px; right:10px;}
.info_wrap	.visual_img2	{position:absolute; top:250px; right:30px;}
.info_wrap	.visual_img3	{position:absolute; top:250px; right:30px;}

.detail_info	{width:700px; margin-left:30px; overflow:hidden;}
.detail_info	h3	{top:-5000px; left:-5000px; height:0; margin-bottom:0 !important; font-size:0; line-height:0; visibility:hidden; overflow:hidden;}
.detail_info	#tabID_con2	{display:none;}

/* CMS_data content */
.cms_content	{}
.cms_content	h4	{margin-bottom:20px;}
.cms_content	h4.h4_scd	{margin-top:40px; padding-top:30px; border-top:1px solid #e6e6e6;}
.cms_content	h5	{margin:20px 0 5px; color:#333; font-size:12px; font-weight:bold;}
.cms_content	ul	{margin-left:17px; margin-bottom:-4px;}
.cms_content	ul	li	{overflow:hidden; width:700px; margin:0; padding:0 0 4px 11px; background:url('/images/gr/common/ico_listline.gif') no-repeat 0 7px;}
.cms_content	ul	li	ol	{margin-top:5px;}
.cms_content	ul	li	ol	li	{position:relative;width:683px; padding-left:17px; background:none;}
.cms_content	ul	li	ol	li	span	{position:absolute; top:0; left:0; width:15px;}
.cms_content	ul	li	.pd_4ltr	{padding-left:60px;}
.cms_content	ul	li	.pd_5ltr	{padding-left:72px;}
.cms_content	ul	li	.pd_9ltr	{padding-left:113px;}
.cms_content.no_indent	ul	{margin-left:0;}
.cms_content	.pd_indent	{padding-left:17px;}
.cms_content	em	{display:block; padding:20px 0 8px 17px; color:#666; font-size:12px; font-style:normal;}
.cms_content	em.first	{padding:5px 0 8px 17px;}
.cms_content	table	caption	{padding:0 0 8px 0; text-align:left; color:#333333; font-weight:bold;}

/* CMS_box */
.cms_content	.box_w728_top	{background:url('/images/gr/common/box_white728_top.gif') no-repeat 0 top;}
.cms_content	.box_w728_mid	{background:url('/images/gr/common/box_white728_mid.gif') repeat-y;}
.cms_content	.box_w728_btm	{width:718px; padding:10px 0 10px 10px; background:url('/images/gr/common/box_white728_btm.gif') no-repeat 0 bottom;}

.cms_content	.box_cs	{margin-top:15px;}
.cms_content	.box_cs	.box_w728_btm	{width:658px; padding:5px 35px 0;}
.cms_content	.box_cs	.box_w728_btm	dl	{overflow:hidden; position:relative; width:100%; height:62px; _font-size:12px; _line-height:20px;}
.cms_content	.box_cs	.box_w728_btm	dl	dt	{float:left; padding-top:20px; font-weight:bold;}
.cms_content	.box_cs	.box_w728_btm	dl	dd	{float:left; padding:20px 0 0 15px; color:#999; letter-spacing:-1px;}
.cms_content	.box_cs	.box_w728_btm	dl	dd.tel	{position:absolute; top:10px; left:385px; padding:0;}

.cms_content	.box_list	{margin:15px 0 0; _font-size:0; _line-height:0;}
.cms_content	.box_list	li	{width:100%; margin-top:10px; padding:0;}

/* CMS_number list */
p.list_exp	{padding:0; margin:10px 0 0 10px; color:#999; font-size:11px; line-height:16px; letter-spacing:-1px;}
ul.list_exp	{margin:10px 0 0 10px;}
ul.list_exp	li	{padding:0 0 4px 11px; background:url(http://insurance.samsungcard.com/images/is/ns/ico_listline_exp.gif) no-repeat 0 6px; color:#999; font-size:11px; line-height:16px; letter-spacing:-1px;}
ul.list_exp	li	ul	{margin:0;}
ul.list_exp	li	ul	li	{width:690px; padding:0 0 0 5px; background:url('/2013home/page2/image/bul_dot_gray.gif') no-repeat left 5px; color:#999999; font-size:11px; line-height:16px;}
/*ul.list_exp	li	ul	{margin:0;}
ul.list_exp	li	ul	li	{padding:0; background:none;}

.list_sub_exp	{position:relative; padding-left:17px; font-size:11px; line-height:16px; letter-spacing:-1px;}
.list_sub_exp	span	{position:absolute; top:0; *top:-2px; left:0; _left:-17px; width:15px;}

.list_exp	a:link		{text-decoration:underline; color:#b22453;}
.list_exp	a:visited	{text-decoration:underline; color:#b22453;}
.list_exp	a:hover		{text-decoration:underline; background:#fae8ee; color:#b22453;}
.list_exp	a:active	{text-decoration:underline; background:#fae8ee; color:#b22453;}

.exp_next	{margin-top:15px;}*/

/*111021*/
#gnb {padding: 0;}
.menu_tit_wrap {left: 0;}
.gnb_btn {right: 0;}
.wedding_main {padding: 70px 0 0 0;}
.utii_menu {top: 60px;}



/*111104*/
.flash_gnb	{left:0px;}

/*111108*/
.util_menu {right: 0px; top: 60px;}


/* 20120323 GNB 수정 */
#head /*{height:2px; background:url('/2013home/page2/image/line_gnb.gif') repeat-x 0 bottom;}*/
#gnb {position:relative; width:950px; height:139px; margin:0 auto; padding:0;}
.flash_gnb{top::0; left:0;}
.gnb_btn {position:absolute; top:43px; right:0;}
.util_menu {position:absolute; top:13px; right:0;}
.menu_tit_wrap {top:74px; left:0px;}

/* 121015 추가 */
.t_point_org{color: #e67e17;}
.pb20bb{padding-bottom: 15px; border-bottom: 1px solid #e6e6e6;}
.cms_content .box_cs .box_w728_btm dl.ace_call_txt{height: 70px;}
.cms_content .box_cs .box_w728_btm dl.ace_call_txt dt{float: none; padding-top: 15px;}
.cms_content .box_cs .box_w728_btm dl.ace_call_txt dd{float: none; padding: 0;}
.ace_txt_rbtn{overflow: hidden;}
.ace_txt_rbtn p.list_exp{float: left;}
.ace_txt_rbtn span{float: right;}

.over_h{overflow: hidden;}
.fl_left{float: left;}
.fl_right{float: right;}

table.str3 strong{color: #333;}
/* //121015 추가 */



/*왼쪽쇼팅 롤링3개*/
.rollring_event	{position:relative; width:200px; margin-bottom:20px;}
.rollring_event	.numberring	{position:absolute; top:0px; right:0;}
.rollring_event	ul	{width:100%; height:130px; padding-top:10px;}
.rollring_event	ul	li	{float:left width:200px; height:130px; cursor:pointer}

/* 회사소개 컨텐츠 */
.company1 {background:url(/2013home/page2/cp/image/company_img_01.jpg) 0 0 no-repeat; height:0; padding:638px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company2 {background:url(/2013home/page2/cp/image/company_img_02.jpg) 0 0 no-repeat; height:0; padding:600px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company11 {background:url(/2013home/page2/cp/image/company_img_21.jpg) 0 0 no-repeat; height:0; padding:1329px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company3 {background:url(/2013home/page2/cp/image/company_img_03.jpg) 0 0 no-repeat; height:0; padding:514px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company4 {background:url(/2013home/page2/cp/image/company_img_04.gif) 0 0 no-repeat; height:0; padding:664px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company5 {background:url(/2013home/page2/cp/image/company_img_05.jpg) 0 0 no-repeat; height:0; padding:669px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company6 {background:url(/2013home/page2/cp/image/company_img_08.gif) 0 0 no-repeat; height:0; padding:1136px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company8 {background:url(/2013home/page2/cp/image/company_img_07.gif) 0 0 no-repeat; height:0; padding:710px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company7 {background:url(/2013home/page2/cp/image/company_img_06_1.gif) 0 0 no-repeat; height:0; padding:992px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.company9 {background:url(/2013home/page2/cp/image/company_img_09.gif) 0 0 no-repeat; height:0; padding:86px 0 0 0; margin-left : 20px; margin-bottom : 20px;}


/* 친환경 경영 컨텐츠 */
.eco1 {background:url(/2013home/page2/eco/img/eco_img_01.gif) 0 0 no-repeat; height:0; padding:900px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}
.eco2 {background:url(/2013home/page2/eco/img/eco_img_02.gif) 0 0 no-repeat; height:0; padding:416px 0 0 0; margin-left : 20px; margin-bottom : 20px; overflow:hidden;}

/* 연혁 년도 시스템 서체 변경 -hee */
ul.mv_audit_year {padding-top:0px; margin-left : 240px;}
ul.mv_audit_year li {float:left;padding-left:6px;}
ul.mv_audit_year li a {font-size:11px;font-weight:bold;color:#9da4af;border-right:1px solid #d2d2d2;padding-right:6px;text-decoration:none;}
ul.mv_audit_year li a.end {border-right:none;}
ul.mv_audit_year li.on a {color:#e71534;}

/* history -hee */
.d_history	{width:680px; padding-top:10px; padding-left:20px}
.d_history	.history_list	{float:right; width:555px}
.d_history	.history_list	li	{width:555px; margin-bottom:16px; overflow:auto; overflow:hidden}
.d_history	.history_list	li	ul.history_list_2004	{margin-bottom:-5px;}
.d_history	.history_list	li	ul.history_list_2004 li	{width:555px; margin-bottom:5px; overflow:auto; overflow:hidden}
.d_history	.history_list	div	{float:right; width:495px; margin-top:-1px}
.history_imgset, .d_history	h2	{float:left; background-image:url('/2013home/page2/cp/image/history_yearset.png'); background-repeat:no-repeat}
.history_imgset	{margin-top:2px}
.history_imgset	span	{display:block; height:11px; margin-left:33px; background-image:url('/2013home/page2/cp/image/history_yearset.png'); background-position:no-repeat}
.history_imgset	em, h2 em	{position:absolute; height:0; font-size:0; line-height:0; visibility:hidden}
.h_year1997	{width:30px; height:11px; background-position:-50px -180px}
.h_year1998	{width:30px; height:11px; background-position:-50px -210px}
.h_year1999	{width:30px; height:11px; background-position:-50px -240px}
.h_year2000	{width:30px; height:11px; background-position:-100px -270px}
.h_year2001	{width:30px; height:11px; background-position:-100px -0px}
.h_year2002 {width:30px; height:11px; background-position:-100px -30px;}
.h_year2003 {width:30px; height:11px; background-position:-100px -60px;}
.h_year2004	{width:30px; height:11px; background-position:-100px -90px}
.h_year2005	{width:30px; height:11px; background-position:-100px -120px}
.h_year2006	{width:30px; height:11px; background-position:-100px -150px}
.h_year2007	{width:30px; height:11px; background-position:-100px -180px}
.h_year2008	{width:30px; height:11px; background-position:-100px -210px}
.h_year2009	{width:30px; height:11px; background-position:-100px -240px}
.h_year2010	{width:30px; height:11px; background-position:-100px -300px}
.h_year2011	{width:30px; height:11px; background-position:-100px -330px}
.h_year2012	{width:30px; height:11px; background-position:-100px -360px}
.h_year2013	{width:30px; height:11px; background-position:-100px -390px}
.h_year2014	{width:30px; height:11px; background-position:-100px -420px}
.h_year2015	{width:30px; height:11px; background-position:-100px -450px}
.h_year2016	{width:30px; height:11px; background-position:-100px -480px}
.h_year2017	{width:30px; height:11px; background-position:-100px -510px}
.h_year2018	{width:30px; height:11px; background-position:-100px -540px}
.h_year2019	{width:30px; height:11px; background-position:-100px -570px}
.h_year2020	{width:30px; height:11px; background-position:-100px -600px}
.h_year2021	{width:30px; height:11px; background-position:-100px -630px}
.h_year2022	{width:30px; height:11px; background-position:-100px -660px}
.h_year2023	{width:30px; height:11px; background-position:-100px -690px}
.h_month01	{width:16px; height:11px; background-position:-150px 0}
.h_month02	{width:16px; height:11px; background-position:-150px -30px}
.h_month03	{width:16px; height:11px; background-position:-150px -60px}
.h_month04	{width:16px; height:11px; background-position:-150px -90px}
.h_month05	{width:16px; height:11px; background-position:-150px -120px}
.h_month06	{width:16px; height:11px; background-position:-150px -150px}
.h_month07	{width:16px; height:11px; background-position:-150px -180px}
.h_month08	{width:16px; height:11px; background-position:-150px -210px}
.h_month09	{width:16px; height:11px; background-position:-150px -240px}
.h_month10	{width:16px; height:11px; background-position:-150px -270px}
.h_month11	{width:16px; height:11px; background-position:-150px -300px}
.h_month12	{width:16px; height:11px; background-position:-150px -330px}
.h_year_l_2004	{width:283px; height:50px; background-position:right -600px}
.h_year_l_2005	{width:125px; height:50px; background-position:right -240px}
.h_year_l_2006	{width:125px; height:50px; background-position:right -300px}
.h_year_l_2007	{width:125px; height:50px; background-position:right -360px}
.h_year_l_2008	{width:125px; height:50px; background-position:right -420px}
.h_year_l_2009	{width:125px; height:50px; background-position:right -480px}
.h_year_l_2010	{width:125px; height:50px; background-position:right -540px}
.h_year_l_2011	{width:125px; height:50px; background-position:right -600px}
.h_year_l_2012	{width:125px; height:50px; background-position:right -660px}
.h_year_l_2013	{width:125px; height:50px; background-position:right -720px}
.h_year_l_2014	{width:125px; height:50px; background-position:right -780px}
.h_year_l_2015	{width:125px; height:50px; background-position:right -840px}
.h_year_l_2016	{width:125px; height:50px; background-position:right -900px}
.h_year_l_2017	{width:125px; height:50px; background-position:right -960px}
.h_year_l_2018	{width:125px; height:50px; background-position:right -1020px}
.h_year_l_2019	{width:125px; height:50px; background-position:right -1080px}
.h_year_l_2020	{width:125px; height:50px; background-position:right -1140px}
.h_year_l_2021	{width:125px; height:50px; background-position:right -1200px}
.h_year_l_2022	{width:125px; height:50px; background-position:right -1260px}
.h_year_l_2023	{width:125px; height:50px; background-position:right -1320px}


.content_block	{width:100%;}
.content_block_tab	{margin-top:-13px}
.content_block_line	{border-top:1px solid #E6E6E6}
.content_block_line2	{width:660px; margin-top:0; border-top:1px solid #E6E6E6; padding-top: 30px;}
.content_block	.content_block_inner	 {width:660px}
.content_block	h2	 {margin-bottom:11px; font-size:0; line-height:0}


/* 연혁/보도자료등 테두리 */
.content_block_line3	{width:300px; padding:1px; border:1px solid #cccccc;}





/* 사업소개 컨텐츠 */
.business1 {background:url(/2013home/page2/content_img/insert_01.jpg) 0 0 no-repeat; height:0; padding:1200px 0 1px 0; margin-left : 20px; overflow:hidden;}
.business2 {background:url(/2013home/page2/content_img/insert_02.gif) 0 0 no-repeat; height:0; padding:2504px 0 1px 0; margin-left : 20px; overflow:hidden;}
.business3 {background:url(/2013home/page/image/company_img_03.jpg) 0 0 no-repeat; height:0; padding:1361px 0 0 0; overflow:hidden;}
.business4 {background:url(/2013home/page/image/company_img_04.jpg) 0 0 no-repeat; height:0; padding:675px 0 0 0; overflow:hidden;}
.business5 {background:url(/2013home/page/image/company_img_05.jpg) 0 0 no-repeat; height:0; padding:2349px 0 0 0; overflow:hidden;}
.business6 {background:url(/2013home/page/image/company_img_06.jpg) 0 0 no-repeat; height:0; padding:701px 0 0 0; overflow:hidden;}
.business7 {background:url(/2013home/page/image/company_img_07.jpg) 0 0 no-repeat; height:0; padding:949px 0 0 0; overflow:hidden;}
.md1 {background:url(/2013home/page2/content_img/insert_03.jpg) 0 0 no-repeat; height:0; padding:977px 0 1px 0; margin-left : 20px; margin-bottom:20px; overflow:hidden;}
.prbook1 {background:url(/2013home/page2/content_img/insert_04.jpg) 0 0 no-repeat; height:0; padding:911px 0 1px 0; margin-left : 20px; margin-bottom:20px; overflow:hidden;}
.magazine_info1 {background:url(/2013home/page2/content_img/insert_05.jpg) 0 0 no-repeat; height:0; padding:1644px 0 1px 0; margin-left : 20px; margin-bottom:20px; overflow:hidden;}
.ad_mag1 {background:url(/2013home/page2/content_img/insert_06.jpg) 0 0 no-repeat; height:0; padding:1990px 0 1px 0; margin-left : 20px; margin-bottom:20px; overflow:hidden;}
.ad_map1 {background:url(/2013home/page2/content_img/insert_07.jpg) 0 0 no-repeat; height:0; padding:680px 0 1px 0; margin-left : 20px; margin-bottom:20px; overflow:hidden;}
.baepo_info1 {background:url(/2013home/page2/content_img/insert_08.jpg) 0 0 no-repeat; height:0; padding:1054px 0 1px 0; margin-left : 20px; margin-bottom:20px; overflow:hidden;}
.partner1 {background:url(/2013home/page2/content_img/insert_09.gif) 0 0 no-repeat; height:0; padding:1869px 0 1px 0; margin-left : 20px; margin-bottom:20px; overflow:hidden;}


#maz_space2 {padding: 0 0 20px 0px;}
#maz_space {margin-left : 20px;  padding: 0 0 0px 0px;}
.space_title1 {margin-left : 20px;  padding: 0 0 20px 0px;}
.space_height {padding: 0 0 20px 0px;}
.space_maz1 {margin-left : 20px;  padding: 0 0 20px 0px;}

/* 도 추가  */
#primarySvcWrap{border-top:0px solid #dbdbdb;position:absolute;z-index:2;width:100%;left:0;top:370px;}
.bgLine{height:9px;background:url(/2013home/image/bg_centercorssLine.png) repeat-x 0 0;_background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/2013home/image/bg_centercorssLine.png',enabled='true',sizingMethod='scale');}
.contWrap{background:transparent;min-height:111px;_height:111px;position:relative;}
#scrollSetMenuWrap{position:relative;width:918px;text-align:center;margin:0 auto}
#scrollSetMenu{height:111px;overflow:hidden;}


/*도추가맵갤러리*/
/* shopping main */

#contentWrap.shopping_main	#contentBody	{padding-top:85px;}
.shopping_main	.util_wrap	{margin-top:20px;}
.shopping_main	.util_wrap	div	{height:119px;}
.shopping_main	.util_wrap	div.notice	{width:229px; padding-left:0px;}
.shopping_main	.util_wrap	div.notice	li	{margin-bottom:4px;}
.shopping_main	.util_wrap	div.exhibition	{width:226px;}
.shopping_main	.util_wrap	div.exhibition	h1	{height:25px;}
.shopping_main	.util_wrap	div.exhibition	ul	{height:25px; overflow:hidden;}
.shopping_main	.util_wrap	div.exhibition	ul	li	{float:left; height:14px; margin:0px; padding:0 10px; border-left:1px solid #e6e6e6; font-size:0; line-height:0;}
.shopping_main	.util_wrap	div.exhibition	ul	li#first	{padding-left:0px; border-left:0px;}
.shopping_main	.util_wrap	div.exhibition	ul	li	a.rollover img	{display:inline;}
.shopping_main	.util_wrap	div.exhibition	ul	li	a.rollover img.over	{display:none;}
.shopping_main	.util_wrap	div.exhibition	ul	li	a.rollover img.on	{display:none;}
.shopping_main	.util_wrap	div.exhibition	ul	li	a.rollover:hover	{border:0; cursor:pointer;}
.shopping_main	.util_wrap	div.exhibition	ul	li	a.rollover:hover img	{display:none;}
.shopping_main	.util_wrap	div.exhibition	ul	li	a.rollover:hover img.over	{display:inline;}
.shopping_main	.util_wrap	div.exhibition	ul	li	a.rollover:hover img.on	{display:none;}

.shopping_main	.util_wrap	div.exhibition	ul	li.on	a.rollover img	{display:none;}
.shopping_main	.util_wrap	div.exhibition	ul	li.on	a.rollover img.over	{display:none;}
.shopping_main	.util_wrap	div.exhibition	ul	li.on	a.rollover img.on	{display:inline;}
.shopping_main	.util_wrap	div.exhibition	ul	li.on	a.rollover:hover img	{display:none;}
.shopping_main	.util_wrap	div.exhibition	ul	li.on	a.rollover:hover img.over	{display:none;}
.shopping_main	.util_wrap	div.exhibition	ul	li.on	a.rollover:hover img.on	{display:inline;}

.shopping_main	.util_wrap	div.s_service	{width:207px; height:119px; background:url('') no-repeat right bottom;}
.shopping_main	.util_wrap	div.s_service	ol	{margin:0 0 0 20px; _margin:0px;}
	*:first-child+html .shopping_main	.util_wrap	div.s_service	ol	{margin:0px;}
.shopping_main	.util_wrap	div.service	{width:217px;}

.contentBody955 {width:955px !important; overflow:hidden;}
.shopping_list{width:955px; overflow:hidden;}
.shopping_list li {float: left; font-size:0; line-height:0;padding-right:10px;}/*120620 수정*/

/*120801 추가*/
.main_banner {margin-bottom:20px;overflow:hidden;}
/* 쇼핑메인 - 좌측롤링배너 */
.mvt_al_bnr { position:relative; width:470px; height:455px; overflow:hidden; z-index:1; float:left}

.mvt_abb { margin:413px 0 0 40px; overflow:hidden;}
.mvt_abb li { float:left; margin-right:3px;}
.mvt_abb li > span { position:relative; z-index:10;}
.mvt_abb li > span a { display:block; width:22px; height:22px; background:url('/2013home/page2/image/btn_rtype_b.png') no-repeat;}
.mvt_abb li > span span { width:0; height:0; font-size:0; line-height:0; text-indent:-9999px;}
.mvt_abb li > a { position:absolute; top:0; left:0; z-index:2}
.mvt_abb .pg1 a { background-position:left top;}
.mvt_abb .pg1 a:hover { background-position:left -32px;}
.mvt_abb .pg1 a.on { background-position:left -32px;}

.mvt_abb .pg2 a { background-position:-25px top;}
.mvt_abb .pg2 a:hover { background-position:-25px -32px;}
.mvt_abb .pg2 a.on { background-position:-25px -32px;}

.mvt_abb .pg3 a { background-position:-50px top;}
.mvt_abb .pg3 a:hover { background-position:-50px -32px;}
.mvt_abb .pg3 a.on { background-position:-50px -32px;}

.mvt_al_bnr > a { position:absolute; bottom:20px; right:20px; z-index:10}

.mvt_abb,
.mvt_abb .ui-Slider-List,
.mvt_abb .ui-Slider-Contents{margin:0;width: 470px;height: 455px;}
.mvt_abb .ui-Slider-Nav-List{position: absolute;top: 413px;display:block; width:22px; height:22px; background:url("/2013home/page2/image/btn_rtype_b.png") no-repeat; z-index:999;}
.mvt_abb .ui-Slider-Nav-List span{position: absolute;left: -999999px;text-indent:-99999px;}
.mvt_abb .ui-Slider-Nav-List-1{left:40px;background-position:left top;}
.mvt_abb .ui-Slider-Nav-List-2{left:65px;background-position:-25px top;}
.mvt_abb .ui-Slider-Nav-List-3{left:90px;background-position:-50px top;}
.mvt_abb .ui-Slider-Nav-List-1.ui-on{background-position:left -32px;}
.mvt_abb .ui-Slider-Nav-List-2.ui-on{background-position:-25px -32px;}
.mvt_abb .ui-Slider-Nav-List-3.ui-on{ background-position:-50px -32px;}
.mvt_abb .ui-Slider-Nav-List-1:hover{background-position:left -32px;}
.mvt_abb .ui-Slider-Nav-List-2:hover{background-position:-25px -32px;}
.mvt_abb .ui-Slider-Nav-List-3:hover{ background-position:-50px -32px;}
.mvt_abb .ui-slider-play,
.mvt_abb .ui-slider-stop{position: absolute;right: 20px;bottom: 20px;width: 14px;height: 14px;}
.mvt_abb .ui-slider-play span,
.mvt_abb .ui-slider-stop span{position: absolute;left: -999999px;text-indent:-99999px;}
.mvt_abb .ui-slider-play{background: url("/2013home/page2/image/btn_play_b.png") no-repeat 0 0;}
.mvt_abb .ui-slider-stop{background: url("/2013home/page2/image/btn_stop_b.png") no-repeat 0 0;}

.content_module {position: relative ; float:left;width:230px; height:455px;margin-left:10px;}
.content_module #module_0 {position: absolute; left: 0px; top: 0px; height:145px; width:230px;}
.content_module #module_1 {position: absolute; left: 0px; top: 155px; height:145px; width:230px;}
.content_module #module_2 {position: absolute; left: 0px; top: 310px; height:145px; width:230px;}
.content_module #module_3 {position: absolute; left: 0px; top: 310px; height:145px; width:230px;}
.content_module #module_4 {position: absolute; right: 0px; top: 310px; height:145px; width:230px;}

/* 대분류링크 */
.link1	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; font-weight: bold }
.link1:link	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: bold }
.link1:active	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: bold }
.link1:visited	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: bold }
.link1:hover	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: bold }

/* 중분류링크 */
.link2	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; text-decoration : none; font-weight: none }
.link2:link	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: none }
.link2:active	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: none  }
.link2:visited	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: none }
.link2:hover	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }

/* 추천링크 */
.link3	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; text-decoration : underline; font-weight: none }
.link3:link	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }
.link3:active	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }
.link3:visited	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }
.link3:hover	{ color:#993300 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }

/* 일반링크 */
.link4	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; text-decoration : underline; font-weight: none }
.link4:link	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }
.link4:active	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none  }
.link4:visited	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }
.link4:hover	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: none }

/* 밑줄없는 일반링크 */
.link5	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; text-decoration : none ; font-weight: none }
.link5:link	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none ; font-weight: none }
.link5:active	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none ; font-weight: none  }
.link5:visited	{ color:#666666 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none ; font-weight: none }
.link5:hover	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none ; font-weight: none }

/* 지도개수 */
.mapnumber	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; Line-Height:18px; text-decoration : none; font-weight: none }
.mapnumber:link	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : none; font-weight: none }
.mapnumber:active	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : none; font-weight: none  }
.mapnumber:visited	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : none; font-weight: none }
.mapnumber:hover	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : underline; font-weight: none }

/* 지도개수 */
.mapnumber2	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; Line-Height:18px; text-decoration : none; font-weight: none }
.mapnumber2:link	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : none; font-weight: none }
.mapnumber2:active	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : none; font-weight: none  }
.mapnumber2:visited	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : none; font-weight: none }
.mapnumber2:hover	{ color:#333333 ; Font-Family:gulim ; Font-Size:11px ; text-decoration : none; font-weight: none }


/* 12px블랙볼드체 */
.12bb	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; text-decoration : none; font-weight: bold }
.12bb:link	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: bold }
.12bb:active	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: bold }
.12bb:visited	{ color:#000000 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: bold }
.12bb:hover	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: bold }

/* 12px블루볼드체 */
.12sb	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; text-decoration : none; font-weight: bold }
.12sb:link	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: bold }
.12sb:active	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: bold }
.12sb:visited	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: bold }
.12sb:hover	{ color:#336699 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : underline; font-weight: bold }

/* 14px블랙볼드체 */
.13bb	{ color:#000000 ; Font-Family:gulim ; Font-Size:14px ; Line-Height:18px; text-decoration : none; font-weight: bold }
.13bb:link	{ color:#000000 ; Font-Family:gulim ; Font-Size:14px ; text-decoration : none; font-weight: bold }
.13bb:active	{ color:#000000 ; Font-Family:gulim ; Font-Size:14px ; text-decoration : none; font-weight: bold }
.13bb:visited	{ color:#000000 ; Font-Family:gulim ; Font-Size:14px ; text-decoration : none; font-weight: bold }
.13bb:hover	{ color:#000000 ; Font-Family:gulim ; Font-Size:14px ; text-decoration : underline; font-weight: bold }

/* 12pxglay999999 */
.12g9	{ color:#999999 ; Font-Family:gulim ; Font-Size:12px ; Line-Height:18px; text-decoration : none; font-weight: none }
.12g9:link	{ color:#999999 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: none}
.12g9:active	{ color:#999999 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: none }
.12g9:visited	{ color:#999999 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: none }
.12g9:hover	{ color:#999999 ; Font-Family:gulim ; Font-Size:12px ; text-decoration : none; font-weight: none }

/* 11px링크 */
.11glay	{ color:#999999 ; Font-Family:돋음 ; Font-Size:11px ; Line-Height:18px; text-decoration : none; font-weight: none }
.11glay:link	{ color:#999999 ; Font-Family:돋음 ; Font-Size:11px ; text-decoration : none; font-weight: none }
.11glay:active	{ color:#999999 ; Font-Family:돋음 ; Font-Size:11px ; text-decoration : none; font-weight: none }
.11glay:visited	{ color:#999999 ; Font-Family:돋음 ; Font-Size:11px ; text-decoration : none; font-weight: none }
.11glay:hover	{ color:#336699 ; Font-Family:돋음 ; Font-Size:11px ; text-decoration : underline; font-weight: none }


.board_search { text-align:center; margin:0px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #D8D8D8; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
