.Noto_R{font-family:'Noto_R';}
.Noto_B{font-family:'Noto_B';}
#Noto_R{font-family:'Noto_R';}
#Noto_B{font-family:'Noto_B';}

a:hover{text-decoration:none;}
#wrap{
	width:expression(document.body.clientWidth <=1140 ? "1140px": "auto");
    min-width:1140px;
}

#sub_content{ width:1140px;margin:0 auto;}
#main_content{width:100%;margin-top:0px;}
#__top{
	background:#fff;
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	z-index:999999;
	border-bottom:1px solid #D9D9D9;
	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);*/
}
.__top_center {
	width:1140px;
	height:50px;
	position:relative;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.__top_right__wrapper {
	display:flex;
	align-items: center;
	gap: 30px;	
}

#__top2{height:100px;width:100%;}
#__menu {
	height:50px;
	width:100%;
	position:relative;
/*	background:url(/img/main_v2/__menu_bg.png) repeat-x #fff; */
	z-index:100;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.__homeLOGO {
	/*
	position:absolute;
	left:0;
	top:-30px;
	*/
}

.__header_logo_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	gap: 25px;
}

.__footer_logo_wrapper {
	display: flex;
    flex-direction: row;
    align-items: center;
	margin: 15px 0px 30px;
	width: 55px;
}
.header_main_logo {
	width: 53px;
}

.__top2_center{width:1140px;height:100px;position:relative;margin:0 auto;}
.__top2_logo{position:absolute;left:430px;top:0px;width:279px;height:100px;background:url(/img/__common/total_rename.png) no-repeat -894px -713px;}

.__top2_join{width:46px;height:63px;position:absolute;right:120px;top:5px;background:url(/img/__common/total_rename.png) no-repeat -700px -713px;}
.__top2_login{width:46px;height:63px;position:absolute;right:60px;top:5px;background:url(/img/__common/total_rename.png) no-repeat -752px -713px;}
.__top2_cart{width:46px;height:63px;position:absolute;right:0;top:5px;background:url(/img/__common/total_rename.png) no-repeat -804px -713px;}
.__top2_join:hover{background:url(/img/__common/total_rename.png) no-repeat -700px -790px;}
.__top2_login:hover{background:url(/img/__common/total_rename.png) no-repeat -752px -790px;}
.__top2_cart:hover{background:url(/img/__common/total_rename.png) no-repeat -804px -790px;}

.__top2_loginDiv{width:230px;height:65px;border:1px solid #ececec;position:absolute;right:0;top:5px;}
.__top2_logName{position:absolute;left:8px;top:12px;font-family:'NG';}
.__top2_logName strong{font-family:'NG-B';}
.__top2_logMypage{position:absolute;right:8px;top:8px;width:81px;height:22px;background:url(/img/__common/total_rename.png) no-repeat -68px -25px;}
.__top2_logMdyPass{position:absolute;left:8px;bottom:8px;width:121px;height:22px;background:url(/img/__common/total_rename.png) no-repeat -68px -84px;}
.__top2_logout{position:absolute;right:8px;bottom:8px;width:81px;height:22px;background:url(/img/__common/total_rename.png) no-repeat -68px -54px;}

.__top_left{
	width:205px;
	height:17px;
	/*
	position:absolute;
	left:10px;
	top:7px;
	*/
	background-image:url(/img/main_v3/main_v3_top_font_01_v2.png);
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
	display:none;
}

.__top_left_center{
	width:190px;
	height:18px;
	/*
	position:absolute;
	left:0px;
	top:7px;
	*/
	background-image:url(/img/main_v3/main_v3_top_font_01_v2.png);
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
	display:block;
	background-size: 100%;
}

.__top_c_favorites {
/*
	position:absolute;
	right:257px;
	top:9px;
	width:40px;
	height:12px;
	*/
	background:url(/img/__common/total_rename.png) no-repeat -913px -672px;
	cursor:pointer;}
.__top_c_deli { 
	/*
	position:absolute;
	right:170px;
	top:9px;
	width:64px;
	height:12px;
	*/
	background:url(/img/__common/total_rename.png) no-repeat -973px -672px;
	cursor:pointer;
}
.__top_c_coupon{position:absolute;right:98px;top:9px;width:50px;height:12px;background:url(/img/__common/total_rename.png) no-repeat -31px -561px;cursor:pointer;}
.__top_c_cs {
	/*
	position:absolute;
	right:0px;
	top:9px;
	width:73px;
	height:12px;
	background:url(/img/__common/total_rename.png) no-repeat -26px -591px;
	*/
	cursor:pointer;
}

.__top_c_login{position:absolute;right:382px;top:9px;width:30px;height:12px;background:url(/img/__common/total_rename.png) no-repeat -256px -405px;cursor:pointer;z-index:999999;}
/*.__top_c_join{position:absolute;right:320px;top:9px;width:40px;height:12px;background:url(/img/__common/total_rename.png) no-repeat -251px -451px;cursor:pointer;}*/

.__top_c_menu_str {
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
               'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	color: #000;
	font-size:13px;
}
.__top_c_menu_str img {
	width: 20px;
}
.__top_c_name {
	width: 150px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	gap:5px;
}
.__top_c_user_img {
	width: 20px;
}
.__top_c_name .__top_c_name1{
	color:#000;
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
               'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	font-size:13px;
}
.__top_c_name .__top_c_name2_img {
	width: 5px;
}

.__top_c_name .allow_down img {
	width: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.__top_c_name .__top_c_name1{top:-2px;}
}
@-moz-document url-prefix() { 
	.__top_c_name .__top_c_name1{top:-2px;}
} 
.__top_c_line2{position:absolute;right:370px;top:0px;width:1px;height:30px;background:url(/img/__common/__top_line.png) no-repeat 0px 10px;}
.__top_c_line3{position:absolute;right:308px;top:0px;width:1px;height:30px;background:url(/img/__common/__top_line.png) no-repeat 0px 10px;}

.__top_c_line4{position:absolute;right:245px;top:0px;width:1px;height:30px;background:url(/img/__common/__top_line.png) no-repeat 0px 10px;}
.__top_c_line5{position:absolute;right:157px;top:0px;width:1px;height:30px;background:url(/img/__common/__top_line.png) no-repeat 0px 10px;}
.__top_c_line6{position:absolute;right:84px;top:0px;width:1px;height:30px;background:url(/img/__common/__top_line.png) no-repeat 0px 10px;}

.__top_c_name_over {
	width:130px;
	border:1px solid #d8d8d8;
	position:absolute;
	right:260px;
	top:40px;
	background:#fff;
	display:none; 
	z-index:999999;
}
.__t_over_icon{position:absolute;left:60px;top:-4px;}
.__t_over_mypage{width:50px;height:53px;position:absolute;left:10px;top:10px;background:url(/img/__common/total_rename.png) no-repeat -26px -413px;cursor:pointer;z-index:999999}
.__t_over_mypage:hover{background:url(/img/__common/total_rename.png) no-repeat -26px -478px;}

.__t_over_cart{width:40px;height:53px;position:absolute;right:10px;top:10px;background:url(/img/__common/total_rename.png) no-repeat -84px -413px;cursor:pointer;}
.__t_over_cart:hover{background:url(/img/__common/total_rename.png) no-repeat -84px -478px;}

.__t_over_pass {
	width: 100%;
	cursor:pointer;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	padding: 5px 0;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
               'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.__t_over_logout {
	width: 100%;
	cursor:pointer;
	text-align: center;
	padding: 5px 0;
	height: 20px;
	line-height: 20px;
}
.__t_over_logout a {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
               'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.__top_c_cs_over {
	position:absolute;
	right:-22px;
	top:40px;
	width:115px;
	display:none;
	z-index:300;
	background:#fff;	
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.__top_c_cs_over .__top_c_cs_wrapper div {
	cursor:pointer;
	border-bottom: 1px solid #d8d8d8;
	padding: 5px 0;
	line-height: 20px;
	text-align: center;
    color: #000;
    font-size: 13px;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.__menu_center { 
	width:1140px;
	height:50px;
	margin:0 auto;
	position:relative;
	display:flex;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.__menu_center_lis {
	/*
	height:46px;
	float:left;
	position:relative;
	*/
	cursor:pointer;
}
.__menu_center_lis span {
	font-size: 15px;
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
               'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
	color: #000;	
}
.__menu_hidUL{width:100%;height:0px;position:absolute;top:50px;overflow:hidden;background:#fff;z-index:100;box-shadow: rgba(0, 0, 0, 0.172549) 1px 5px 20px;}
.__menu_shodaw_bg{width:100%;height:7px;position:absolute;top:50px;overflow:hidden;z-index:99;background:url(/img/__common/__menu_shodaw_bg.png) repeat-x;}
.__menu_hidUlli{
	width:100%;height:300px;
}
.__menu_center_lis .__menu_center_lis_line{
	height:46px;width:1px;background:url(/img/__common/menu_ul_lineBG.jpg) no-repeat;position:absolute;left:0;top:0;
}
.__menu_center_lis .__menu_center_lis_line2{
	height:46px;width:1px;background:url(/img/__common/menu_ul_lineBG.jpg) no-repeat;position:absolute;right:0;top:0;
}
.__menu_center_li_1 {
	/*
	width:85px;
	height:46px;
	background-image:url(/img/main_v2/menu_1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:40px;
	*/
}
.__menu_center_li_2 {
	/*
	width:100px;
	height:46px;
	background-image:url(/img/main_v2/menu_2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:55px;
	*/
}
.__menu_center_li_3 {
	/*
	width:150px;
	height:46px;
	background-image:url(/img/main_v2/menu_3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:50px;
	*/
}
.__menu_center_li_4 {
	/*
	width:130px;
	height:46px;
	background-image:url(/img/main_v2/menu_4.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:50px;
	*/
}
.__menu_center_li_5 {
	/*
	width:180px;
	height:46px;
	background-image:url(/img/main_v2/menu_5_v3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:80px;
	*/
}
.__menu_center_li_6 {
/*
	height:46px;
	float:left;
	position:relative;
	cursor:pointer;
	*/
}
.__menu_center_li_6 {
	/*
	width:150px;
	height:46px;
	background-image:url(/img/main_v2/menu_6_v2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	margin-left:40px;
	*/
}


.__menu_center_li_5:hover .__menu_center_lis_bg{background:url(/img/__common/total_rename.png) no-repeat -1290px -588px #fff;}

.__menu_hidUlli_center{width:1140px;height:360px;margin:0 auto;}




#__deli_notice{height:113px;width:1140px;margin:0 auto;position:relative;border:1px solid #e8e8e8}

.__deli_bg{width:118px;height:115px;position:absolute;left:0;top:-1px;background:url(/img/__common/total_sub.png) no-repeat -397px -260px;}
.__notice_bg{width:118px;height:115px;position:absolute;left:710px;top:-1px;background:url(/img/__common/total_sub.png) no-repeat -525px -260px;cursor:pointer;}
.__notices{position:absolute;right:0;border-bottom:1px solid #e8e8e8;height:37px;width:311px;}
.__notice_1{top:0;}
.__notice_2{top:37px;}
.__notice_3{bottom:0;}
.__deli{position:absolute;left:118px;top:0px;width:590px;height:113px;font-family:'NG';overflow:hidden;}
.__deli ul{width:590px;height:80px;}
.__deli ul li{width:590px;height:30px;line-height:30px;text-align:center;}
.__notices_left{position:absolute;left:18px;top:12px;font-family:'NG';cursor:pointer;}
.__notices_right{position:absolute;right:18px;top:12px;font-family:'NG';}

.__deli_div{width:430px;height:38px; overflow:hidden;margin-left:15px;position:absolute;left:110px;}

.__deli_div_ul li{line-height:30px;text-align:center;font-family:'NG';}

.__notice{width:400px;height:38px; overflow:hidden;margin-left:15px;position:absolute;right:40px;}
.__deli_notice_ul{position:relative;}
.__deli_notice_ul li{line-height:38px;height:38px;font-family:'NG';}
.__notice_upBtn{width:33px;height:19px;position:absolute;right:0;top:0;cursor:pointer;}
.__notice_downBtn{width:33px;height:19px;position:absolute;right:0;bottom:0;cursor:pointer;}
/*
.__rt_2_NEWS_title{height:30px;border-top:2px solid #929191;width:300px;border-bottom:1px solid #929191;margin-left:15px;margin-top:20px;position:relative;
	margin-bottom:10px;
}
.__rt_2_NEWS_title_l{width:89px;height:16px;background:url(/img/__common/total_rename.png) no-repeat -241px -683px;
	position:absolute;left:5px;top:9px;
}
.__rt_2_NEWS_title_r {width:15px;height:15px;background:url(/img/__common/total_rename.png) no-repeat -336px -683px;
	position:absolute;right:5px;top:9px;cursor:pointer;
}
.__rt_2_NEWS{color:#888888;font-family:'NG';WIDTH:300PX;margin-left:15px;height:30px;line-height:25px;padding-left:5px;font-size:14px;}

.__rt_2_EX_title{height:30px;border-top:2px solid #929191;width:300px;border-bottom:1px solid #929191;margin-left:15px;margin-top:15px;position:relative;
	margin-bottom:10px;
}
.__rt_2_EX_title_l{width:96px;height:14px;background:url(/img/__common/total_rename.png) no-repeat -241px -717px;
	position:absolute;left:5px;top:9px;
}
.__rt_2_EX_title_r {width:31px;height:19px;background:url(/img/__common/total_rename.png) no-repeat -344px -715px;
	position:absolute;right:5px;top:9px;cursor:pointer;
}

.__rt_2_EX{width:300px;height:45px; overflow:hidden;margin-left:15px;}

#__rt_2_EX_ul li{line-height:20px;height:45px;overflow:hidden;text-align:center;font-family:'NG';}
*/




#__main_hotnew{width:1140px;margin:0 auto;height:670px;margin-bottom:60px;position:relative;margin-top:60px;}
.__main_hotnew_title{
	position:absolute;left:0px;top:0px;
	height:45px;width:1140px;background:url(/img/__common/total_rename.png) no-repeat -444px -86px;
}
.__main_hotnew_1{position:absolute;left:0px;top:86px;width:563px;height:276px;}
.__main_hotnew_2{position:absolute;left:577px;top:86px;width:275px;height:276px;}
.__main_hotnew_3{position:absolute;right:0px;top:86px;width:275px;height:276px;}

.__main_hotnew_4{position:absolute;left:0px;top:383px;width:275px;height:276px;}
.__main_hotnew_5{position:absolute;left:287px;top:383px;width:275px;height:276px;}
.__main_hotnew_6{position:absolute;right:0;top:383px;width:563px;height:276px;}

.__main_hotnew_1_border , .__main_hotnew_6_border{width:561px;height:274px;position:absolute;left:1px;top:1px;}
.__main_hotnew_2_border{width:273px;height:274px;position:absolute;left:1px;top:1px;}
.__main_hotnew_1_faicon{
position:absolute;right:5px;top:-5px;
width:44px;height:45px;background:url(/img/__common/total_rename.png) no-repeat -825px -248px;
}

.__main_hotnew_loveday_icon{
position:absolute;right:5px;top:-5px;
width:55px;height:61px;background:url(/img/__common/__main_hotnew_loveday_icon.png) no-repeat;
}

.__main_hotnew_buys{position:absolute;right:12px;bottom:11px;display:none;z-index:1;}
/*
.__main_hotnew_1:hover .__main_hotnew_1_faicon{display:block;}

.__main_hotnew_s:hover .__main_hotnew_buys{visibility:visible;}
*/
.__main_hotnew_s{cursor:pointer;}
.__main_hotnew_s:hover .__main_hotnew_borders{border:1px solid #c44444;}


.__main_hotnew_3_mdicon{
position:absolute;right:5px;top:-5px;
width:44px;height:45px;background:url(/img/__common/total_rename.png) no-repeat -875px -248px;z-index:1;
}
.__main_hotnew_5_newicon{
position:absolute;right:5px;top:-5px;
width:44px;height:45px;background:url(/img/__common/total_rename.png) no-repeat -925px -248px;z-index:1;
}


#__issueSlider_div{height:350px;background:#f9f3f0;position:relative;margin-bottom:60px;}
#issueSlider{height:162px;position:absolute;top:60px;}
.__issuItem{
	width:161px;height:162px;margin: 0 17px;text-align: center;display:none;position:relative;cursor:pointer;
}
.__issuItem_bg{
	position:absolute;left:0px;top:0px;width:161px;height:162px;
	background:url(/img/__common/__issuItem_bg.png) no-repeat;z-index:1;
}
.__issuItem_img{
	width: 161px;height:162px;position:absolute;left:0;top:0;
}
.__issuItem em{
	width:161px;height:162px;background:#2b2b2a;display:none;text-align:center;padding-top:80px;
	background:url(/img/__common/__issuItem_bg_over.png) no-repeat;
}
.__issuItem em span{
	color:#fff;
}
.__issuItem_s1{width:161px;text-align:center;font-family:'NG-B';font-size:16px;position:absolute;top:60px;left:0;z-index:11;color:#fff;display:none;}
.__issuItem_s2{width:161px;text-align:center;font-family:'NG';font-size:14px;position:absolute;top:90px;left:0;z-index:11;color:#fff;display:none;}

.__issuItem:hover em{
	display:block;position:absolute;left:0;top:0;
	z-index:2;
}
.__issuItem:hover .__issuItem_s1{display:block;}
.__issuItem:hover .__issuItem_s2{display:block;}

.__issueSlider_div_title_div{
	width:1140px;margin:0 auto;position:relative;height:81px;
}
.__issueSlider_div_title{
	width:1140px;height:52px;position:absolute;left:0px;top:30px;
	background:url(/img/__common/total_rename.png) no-repeat -444px -158px;
}

.__issueSlider_div_title_more{position:absolute;right:0px;top:4px;width:53px;height:22px;}
.__issueSlider_div_lbtn{position:absolute;left:52px;top:205px;width:39px;height:40px;background:url(/img/__common/total_rename.png) no-repeat -241px -750px;z-index:12}
.__issueSlider_div_rbtn{position:absolute;right:52px;top:205px;width:39px;height:40px;background:url(/img/__common/total_rename.png) no-repeat -289px -750px;z-index:12}



#__bxslider_div{background:#f9f9f9;height:390px;padding-top:30px;}
#__bxslider_contro{width:1140px;height:75px;position:relative;margin:0 auto;}
.__bxslider_c_ul{position:absolute;right:-5px;top:5px;}
.__bxslider_c_ul li{
	float:left;width:28px;height:29px;margin-right:10px;cursor:pointer;
}
/*
	237 270 302-591
	338 371 403-591
*/
.__bxslider_c_ul1{background-image:url(/img/__common/__bxslider_c_ul_on_1.jpg);background-repeat:no-repeat;}
.__bxslider_c_ul2{background-image:url(/img/__common/__bxslider_c_ul_off_2.jpg);background-repeat:no-repeat;}
.__bxslider_c_ul3{background-image:url(/img/__common/__bxslider_c_ul_off_3.jpg);background-repeat:no-repeat;}
.__bxslider_c_ul4{background-image:url(/img/__common/__bxslider_c_ul_off_4.jpg);background-repeat:no-repeat;}
.__bxslider_c_ul5{background-image:url(/img/__common/__bxslider_c_ul_off_5.jpg);background-repeat:no-repeat;}


.__bxslider_contro_title{
	height:50px;width:1000px;position:absolute;left:20px;top:7px;
	background:url(/img/__common/total_rename.png) no-repeat -444px -11px;
}

.__bxslider_contro_title2{
	height:50px;width:900px;position:absolute;left:20px;top:7px;
	background:url(/img/__common/total_rename.png) no-repeat -535px -11px;
}


#__bxslider{height:300px;width:1140px;position:relative;margin-bottom:50px;margin:0 auto;margin-top:20px;}
#__bxslider .bx-pager{display:none;}
.__bxslider_divs{position:absolute;right:35px;height:300px;top:10px;}
*+html .__bxslider_divs{position:absolute;right:0px;height:300px;top:10px;width:600px;}
.__bxslider_divs{visibility:hidden;}


.__bx_left_imgs{width:528px;height:280px;position:absolute;left:20px;top:0;display:none;}

.__bx_c1{text-align:center;color:#3b3b3b;font-size:14px;font-family:'NG-B';margin-top:10px;}
.__bx_c2{text-align:center;color:#676767;font-size:12px;font-family:'NG';margin-top:3px;}
.__bx_c3{text-align:center;color:#383838;font-size:12px;font-family:'NG';margin-top:3px;}
.__bx_c4{margin:0 auto;WIDTH:78px;height:29px;margin-top:5px;background:url(/img/__common/total_rename.png) no-repeat -983px -255px;cursor:pointer;}
.__bx_bg{width:165px;height:165px;position:absolute;left:0;top:0;cursor:pointer;}
.__bx_left_img2 , .__bx_left_img3 , .__bx_left_img4 {display:none;}


#footer1{width:100%;height:355px;background:#727071;margin: 0 auto;}
.footer1_center{width:1140px;margin: 0 auto;position:relative;}
#footer1 dl{width:140px;height:355px;float:left;border-left:1px solid #8e8c8d;}
#footer1 dl dt{padding-top:22px;padding-bottom:20px;
	color:#fff;font-size:16px;font-family:'NG-BB';padding-left:15px;text-decoration:none;
}
#footer1 dl dd{height:26px;line-height:26px;}
*+html #footer1 dl dt{width:100%; float:left;}
*+html #footer1 dl dd{width:100%; float:left;}

#footer1 dl dd a{color:#fff;font-size:12px;padding-left:15px;text-decoration:none;font-family:'NG';}
.footer1_method{position:absolute;right:0;width:280px;height:355px;border-left:1px solid #8e8d8d;border-right:1px solid #8e8d8d;}
.footer1_method_1{width:210px;height:71px;background:url(/img/__common/total_rename.png) no-repeat -23px -126px;position:absolute;left:18px;top:20px;cursor:pointer;}
.footer1_method_2{width:192px;height:71px;background:url(/img/__common/total_rename.png) no-repeat -23px -214px;position:absolute;left:18px;top:138px;cursor:pointer;}
.footer1_method_3{width:241px;height:67px;background:url(/img/__common/total_rename_v2.jpg) no-repeat -23px -304px;position:absolute;left:18px;top:257px;cursor:pointer;}
.footer1_method_line1{background:#8e8d8d;width:280px;height:1px;position:absolute;left:0px;top:117px;}
.footer1_method_line2{background:#8e8d8d;width:280px;height:1px;position:absolute;left:0px;top:235px;}


#footer2{width:100%;height:150px;margin: 0 auto;background:#898989;}
.footer2_center{width:1110px;margin: 0 auto;height:120px;padding-top:30px;position:relative;color:#e8e8e8;padding-left:30px;}
#footer2 .footer21{font-family:'NG';margin-bottom:10px;}
#footer2 .footer22{font-family:'NG';margin-bottom:10px;}
#footer2 .footer23{font-family:'NG';margin-bottom:20px;}
#footer2 .footer24{font-family:'NG';}

#footer2 .footer25{position:absolute;}
#footer2 .footer26{position:absolute;}
#footer2 .footer27{position:absolute;}
#footer2 .footer28{position:absolute;}


.footer2_img{position:absolute;right:10px;bottom:10px;}
.footer2_img li{float:left;cursor:pointer;}

.footer2_img_Verisign{width:97px;height:59px;background:url(/img/__common/total_rename.png) no-repeat -737px -369px;margin-right:20px;}
.footer2_img_inicis{width:55px;height:59px;background:url(/img/__common/total_rename.png) no-repeat -989px -369px;margin-right:20px;}
.footer2_img_maximum{width:123px;height:59px;background:url(/img/__common/total_rename.png) no-repeat -1055px -369px;}

/*
.footer2_img5{width:117px;height:59px;display:block;position:absolute;right:5px;top:0px;}
*/

#__main_books{
	height:480px;width:1140px;margin:0 auto;position:relative;

}
.__main_books_ul{width:720px;height:480px;position:absolute;right:0;top:0;}

.__main_books_ul li{float:left;width:230px;height:230px;cursor:pointer;margin:0px;position:relative;margin-bottom:10px;}
.__main_books_ul li em{width:230px;height:150px;background:#2b2b2a;display:none;text-align:center;padding-top:80px;}
.__main_books_ul li em span{color:#fff;font-family:'NG';}
.__main_books_ul li:hover em{
	display:block;position:absolute;left:0;top:0;
	filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;
}


.__main_books_ul li:hover .__main_books_ul_s1{display:block;}
.__main_books_ul li:hover .__main_books_ul_s2{display:block;}
.__main_books_ul li:hover .__main_books_ul_s3{display:block;}
.__main_books_ul_s1{width:230px;text-align:center;font-family:'NG';font-size:14px;position:absolute;top:80px;left:0;z-index:11;color:#fff;display:none;}
.__main_books_ul_s2{width:230px;text-align:center;font-family:'NG';font-size:12px;position:absolute;top:105px;left:0;z-index:11;color:#fff;display:none;}
.__main_books_ul_s3{width:230px;text-align:center;font-family:'NG';font-size:12px;position:absolute;top:120px;left:0;z-index:11;color:#fff;display:none;}










/*
@media screen and (max-width:1310px) { 
	#__addon{display:none;}  
}
*/

