﻿
/* 대메뉴 */
.main_menu {width:100%; border-bottom:1px solid #ddd; border-top:1px solid #ddd; background:#fff; text-align:center; overflow:hidden;}
.main_menu li {float:left; width:25%; height:44px;}
.main_menu li a {display:block; border:none; height:44px; color:#555; padding-top:14px; font-size:14px; }
.main_menu li a.tab_m { border-right:1px solid #ddd;}

/* 메인 컨텐츠 */
#main { clear:both; }

/* icon */
.main_menu_list ul{ overflow:hidden; margin-bottom:10px; border-bottom:1px solid #f2f2f2;}
.main_menu_list ul li:nth-child(1), .main_menu_list ul li:nth-child(5){ border-left:none;}
.main_menu_list ul li{ float:left; width:25%; padding:10px 0; border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2; -webkit-box-sizing:border-box;}
.main_menu_list ul li:nth-child(1) a{ background-position:center 0;}
.main_menu_list ul li:nth-child(2) a{ background-position:center -50px;}
.main_menu_list ul li:nth-child(3) a{ background-position:center -100px;}
.main_menu_list ul li:nth-child(4) a{ background-position:center -150px;}
.main_menu_list ul li:nth-child(5) a{ background-position:center -250px;}
.main_menu_list ul li:nth-child(6) a{ background-position:center -300px;}
.main_menu_list ul li:nth-child(7) a{ background-position:center -350px;}
.main_menu_list ul li:nth-child(8) a{ background-position:center -200px;}
.main_menu_list ul li a{ display:block; padding-top:30px; font-size:11px; background:url(../images/menu_list_bg.png?ver=231228) no-repeat center 0; background-size:30px 500px; color:#000; text-align:center}

/** 메인 지역담당 레이어팝업 **/
.popBox_main {position:absolute; top:0; left:0; width:100%; height:100%; margin:0; z-index:100; background:#fff; }
.popBox_main .topBg { background:#273484; }
.popBox_main h3{ font-size:1em; font-weight:bold; color:#fff; padding:15px 0 15px 15px; border-bottom:2px solid #273484; }
.popBox_main .close{position:absolute; top:4px; right:4px;}

.tableArea { position:absolute; width:100%; height:100%; padding-top:20px; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;  }
.pop_txt { padding-left:15px; font-size:0.750em; color:#666; line-height:1.5em; }

table.tbl_Type4 { width:100%; margin-top:15px; color:#666; line-height:1.5em; }
table.tbl_Type4 .topLine { border-top:2px solid #333; }
table.tbl_Type4 th { border-bottom:1px solid #E3E3E3; padding:8px 20px; text-align:center; vertical-align:middle; background:#F1F1F1; }
table.tbl_Type4 td { border-bottom:1px solid #E3E3E3; padding:8px 20px; text-align:center; vertical-align:middle; }
table.tbl_Type4 td.tbg {  background : #F9F9F9; }
table.tbl_Type4 .bluetxt { color:#0064AB; }
.bottomLine { border-bottom:1px solid #BEBEBE !important; }
.bottomLine { border-bottom:1px solid #BEBEBE !important; }  

/*제품소개*/
.productM{width:100%; height:130px; overflow:hidden; position:relative;border-top:1px solid #ddd; border-bottom:1px solid #ddd}
.productM li{float:left; width:49%; padding:10px 0; }
.productM dt{font-weight:bold; font-size:14px; text-align:center; color:#555}
.productM dd{font-size:12px; text-align:center;}
.productM .product1{width:56px; height:64px; position:absolute; top:45%; left:18%; background:url(../images/product1.png) 0 0 no-repeat; text-indent:-9999px}
.productM .product2{width:56px; height:64px; position:absolute; top:45%; left:68%; background:url(../images/product2.png) 0 0 no-repeat; text-indent:-9999px}

table.productM { width:100%; margin-top:15px; color:#666; line-height:1.5em; }
table.productM .topLine { border-top:2px solid #333; }
table.productM th { border-bottom:1px solid #E3E3E3; padding:4px; text-align:center; vertical-align:middle; font-size:0.8rem !important; background:#F1F1F1; }
table.productM td { border-bottom:1px solid #E3E3E3; padding:4px; text-align:center; vertical-align:middle; }
table.productM td.tbg {  background : #F9F9F9; }
table.productM .bluetxt { color:#0064AB; }
table.productM strong { font-size:0.875rem !important; }
.bottomLine { border-bottom:1px solid #BEBEBE !important; }
.bottomLine { border-bottom:1px solid #BEBEBE !important; }  

/*제품소개 네비*/
#nav{ float:none; width:100%; background:#fff; padding-bottom:20px; overflow:hidden; max-width:100%}

/* 9개 일때 : LEFT MENU */
	
	#nav .leftMenu9 li { float:left; width:33%; height:40px; border-right:1px solid #686868; border-left:none; border-bottom:1px solid #686868; }
	#nav .leftMenu9 li a { line-height:40px; color:#333; text-align:center; display:block; }
	#nav .leftMenu9 li a.leftMenu_On { width:100%; line-height:40px; background:#666; color:#fff; font-weight:bold }
    #nav .leftMenu9 li.leftMenuTitle { display:none; }
	#nav .leftMenu9 li:nth-child(3n+3){ width:33.07%;}
    #nav .leftMenu9 li:nth-child(11){ border-right:none; width:33.34%}
    #nav .leftMenu9 li:last-child { display:none; }
   

/* 2개 일때 : LEFT MENU */
	
	#nav .leftMenu2 li { float:left; width:49.8%; height:40px; border-right:1px solid #686868; border-left:none; border-bottom:1px solid #686868; }
	#nav .leftMenu2 li a { line-height:40px; color:#333; text-align:center; display:block; }
	#nav .leftMenu2 li a.leftMenu_On { width:100%; line-height:40px; background:#666; color:#fff; font-weight:bold }
    #nav .leftMenu2 li.leftMenuTitle { display:none; }

/* 3개 일때 : LEFT MENU */
	
	#nav .leftMenu3 li { float:left; width:33.1%; height:40px; border-right:1px solid #686868; border-left:none; border-bottom:1px solid #686868;letter-spacing:-0.5px; }
	#nav .leftMenu3 li a { line-height:40px; color:#333; text-align:center; display:block; }
	#nav .leftMenu3 li a.leftMenu_On { width:100%; line-height:40px; background:#666; color:#fff; font-weight:bold }
    #nav .leftMenu2 li.leftMenuTitle { display:none; }
	
/*회사소식*/
.com_rec{ margin:25px 0 10px 0; position:relative}
.company_notice{font-size:14px; font-weight:bold; color:#002f7b; border-bottom:3px solid #ccc; margin:0 3px 10px 10px; padding-bottom:7px}
.com_rec h3{font-size:13px; font-weight:bold; margin:10px 0 6px 118px; width:260px; white-space:nowrap;
		      overflow:hidden;
		      text-overflow:ellipsis; font-weight:bold;}
.com_rec p{font-size:12px; margin:0 11px 0 118px;text-align:justify; line-height:1.5em; overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2; /* 라인수 */
 -webkit-box-orient: vertical;
 word-wrap:break-word;}
.companyM{width:100%; height:80px; overflow:hidden; position:relative; border-bottom:1px solid #ddd}
.comMimg{display:block; width:94px; height:52px;  margin:10px 0 0 10px; float:left}
.recruitM{width:100%; height:80px; overflow:hidden; position:relative; border-bottom:1px solid #ddd}
.recMimg{display:block; width:94px; height:52px; margin:10px 0 0 10px; float:left}
.notice3{width:100%; height:80px; overflow:hidden; position:relative; border-bottom:1px solid #ddd;}
.notMimg{display:block; width:94px; height:52px; margin:10px 0 0 10px; float:left}

.moreBtn{position:absolute; right:5px; }

/*엡손 이벤트*/
.epson_ban{ margin:15px 0 0 0; width:100%; text-align: center; margin: 0 auto;}
.epson_ban img { width:40%; text-align: center; padding:10px;}
/* icon */
.epson_ban ul{ width:90%; margin:0 auto; overflow:hidden; margin-bottom:10px; border-bottom:1px solid #f2f2f2;}
.epson_ban ul li:nth-child(1){ border-left:none;}
.epson_ban ul li{ float:left; width:33.3%; padding:10px 0; background:#ececec; border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2; -webkit-box-sizing:border-box;}


/* sub_topnav */
.nav_select { position:relative; left:0; width:100%; height:45px; background:#002f7b; border-top:1px solid #D1D1D1; overflow:hidden }
.nav_select ul li.select_title { font-size:1em; font-weight:bold; padding-top:15px; padding-left:16px; color:#fff; }
.nav_select ul li.selectBox { padding:5px 10px 0 115px; margin-top:-29px; }
.nav_select ul li.selectBox select { padding-left:10px; font-size:0.880em; width:100%; height:34px; border:1px solid #b5b5b5; background:#fff url(../images/btn_select.png) no-repeat 100% 0; }
.top_img{}
.imgclear { display:none; }



/****** 회사소개 : 인사말 ******/
	#conArea { margin:20px 13px 0 13px; }
	#conArea h3 { font-size:1.5em; font-weight:bold; letter-spacing:-2px;}
	#conArea h4 { margin-top:10px; font-size:14px; color:#1768aa; font-weight:bold; letter-spacing:-1.2px; }
	#conArea h5 { margin-top:15px; font-size:1em; }
	#conArea h6 { margin-top:20px; font-size:0.813em; }
	#conArea h6.h6Top { margin-top:10px; }
	#conArea .com_conArea { margin-top:20px;}
	#conArea .com_conArea li { float:none; }
	#conArea .com_conArea .com_img { width:auto; padding-left:5%; text-align:center; }
	#conArea .com_conArea .com_con { width:100%; }
	#conArea .com_conArea .com_con p img { display:none; }
	#conArea .com_conArea .com_con dl { margin-top:30px; }
	#conArea .com_conArea .com_con dl dt { color:#333; font-size:1.250em; font-weight:bold;  border-bottom:1px solid #BEBEBE; margin-top:15px; }
	#conArea .com_conArea .com_con dl dt.space {  }
	#conArea .com_conArea .com_con dl dd { margin-top:10px;  }
    #conArea .com_conArea .com_con dl img {position:absolute; margin-top:-1px; }
	.sub1_content{ margin-top:7px}

/****** 회사소개 : 회사개요 ******/
#conArea .com_conArea .com_img1 { display:none; }
#conArea .com_conArea .com_con1 { width:100%; margin-bottom:50px; }
#conArea .com_conArea .com_con1 { width:100%; line-height:1.5; margin-top:10px; }
/** table(Type01) **/
table.tbl_Type1 { width:100%; }
table.tbl_Type1 th { color:#333; border-bottom:1px solid #D4D4D4; padding:6px 5px; background:#F7F7F7; width:28%; text-align:center }
table.tbl_Type1 td { border-bottom:1px solid #D4D4D4; padding:6px 10px; }
table.tbl_Type1 .tbl_topLine { border-top:2px solid #478FC9; }
.t_bold{ font-weight:bold}	

	
/****** 회사소개 : 기업이념 ******/
#conArea .com_conArea2 {  width:100%; margin-top:40px; }
#conArea .com_conArea2 .com_con2 { margin-top:10px; padding:20px 20px; border:10px solid #EBEBEB; color:#666; line-height:1.5;  box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}
#conArea h5{ color:#1768aa; letter-spacing:-1px; font-weight:bold; font-size:14px}
#conArea .color_point{ color:#3eb134} #conArea .color_point1{ color:#002f7b}
	
	
	
/****** 회사소개 : 윤리경영 ******/
#conArea .s_tType { padding-top:10px; }	
#conArea .s_tType {color:#666; padding-top:5px; line-height:1.6; }
#conArea .s_tType span { font-weight:bold; display:inline-block; padding-right:15px; color:#1768AA; font-size:12px  }
	
	
/****** 회사소개 : 사업조직 ******/
#conArea .group_area { position:relative; margin-top:15px; }
#conArea .group_area li span {  font-weight:bold; color:#666; }
#conArea .group_area li .head_name { width:100px; padding:10px 0; margin-top:10px; margin-right:10px; display:inline-block; text-align:center; font-size:0.998em !important; font-family:'Nanum Gothic'; background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#E6E6E6)); border:1px solid #DCDCDC;  -webkit-border-radius:5px; -ms-border-radius:5px; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E6E6E6',GradientType=o ); }
#conArea .group_area li .team_name { position:absolute; padding-top:22px; }
#conArea .group_area li .team_name2 { position:absolute; padding-top:15px; }
#conArea .group_area li .team_name3 { position:absolute; padding-top:8px; }
/*#conArea .group_area li .group_name { width:160px; margin:50px 0 5px 0; padding:10px 0; display:block; text-align:center; font-size:0.938em !important; color:#fff; font-family:'Nanum Gothic'; background:-webkit-gradient(linear, center top, center bottom, from(#1A5B92), to(#004279));  -webkit-border-radius:5px; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A5B92', endColorstr='#004279',GradientType=o ); }
#conArea .group_area li.area_name span { width:23.6%; padding:8px 0; margin-top:5px; margin-right:2px; display:inline-block; text-align:center; font-size:0.750em !important; background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#E6E6E6)); border:1px solid #DCDCDC;  -webkit-border-radius:2px; filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E6E6E6',GradientType=o ); }*/
#conArea .group_area li .team_name1{position:absolute; padding-top:15px;}

/****** 회사소개 : 오시는길 ******/
#conArea .map_con { margin:10px 0; color:#666; line-height:1.5em; }
#map1 { width:100%; border:1px solid #D4D4D4; margin-top:10px; background:url(../img/map1.png) no-repeat 0 0; }
#map2 { border:1px solid #D4D4D4; margin-top:10px; }
#map3 { border:1px solid #D4D4D4; margin-top:10px; }
#map4 { border:1px solid #D4D4D4; margin-top:10px; }
#map5 { border:1px solid #D4D4D4; margin-top:10px; }
#map6 { border:1px solid #D4D4D4; margin-top:10px; }
#map7 { border:1px solid #D4D4D4; margin-top:10px; }
#map8 { border:1px solid #D4D4D4; margin-top:10px; }

/****** 회사소개 : 지역담당 ******/
table td{ text-align:left; border-bottom:1px solid #ccc;}
.left_name{ border-right:1px solid #ccc; padding-right:5px; font-weight:bold; text-align:center; }
.num_left{ text-align:left; padding-left:10px; height:35px; }
.num_center{ text-align:left; height:25px; }
.topLine_bottomLine{ text-align:left; padding-left:10px; background-color:#c2cfec;}
.topLine_bottomLine2{ text-align:left; padding-left:20px; background-color:#eff4ff;}
/* .left_name{ border-right:1px solid #ccc; padding-right:10px; font-weight:bold; text-align:center; }
.mail_center{ text-align:left; padding-left:14px;}
.num_center{ text-align:center; }
.num_left{ text-align:left; padding-left:10px; }
.left_content{ padding-left:15px; } */
/* icon */
.salesman_list ul{ overflow:hidden; border-bottom:1px solid #f2f2f2; }
.salesman_list ul li{ float:left; width:33.3%; padding:0; border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2; border-right:1px solid #fff; background-color:#f4f4f4; -webkit-box-sizing:border-box;}
.salesman_list ul li:nth-child(1) a{ background-position:center 0;}
.salesman_list ul li:nth-child(2) a{ background-position:center -50px;}
.salesman_list ul li:nth-child(3) a{ background-position:center -100px;}
.salesman_list ul li a{ display:block; padding-top:30px; font-size:11px; background:url(../images/salesman_list_bg.png) no-repeat center 0; background-size:30px 130px; color:#000; text-align:center}

/****** 사업분야 : 유통 ******/
.busi_top { margin:20px 0 10px 0; }

.brandZone { position:relative; display:table; width:100%; border-top:2px solid #333; margin-top:15px; font-weight:bold; color:#666; background:#f1f1f1; }
	
.brandZone span { display:block; }
.brandZone .dell_L { padding:10px 0 5px 20px; }
.brandZone .dell_R { padding:0 20px 10px 20px; }

.brandZone .epson_L { padding:10px 0 5px 20px; }
.brandZone .epson_R { padding:0 20px 10px 20px;}

.brandZone .lex_L { padding:10px 0 5px 20px; }
.brandZone .lex_R { padding:0 20px 10px 20px;}

.brandZone .tvi_L { padding:10px 0 10px 20px; width:128px }
.brandZone .tvi_R { padding:0 10px 10px 20px; }

.brandZone .think_L { padding:10px 0 5px 20px; }
.brandZone .think_R { padding:0 20px 10px 20px; }

.brandZone .chung_L { padding:10px 0 5px 20px; }
.brandZone .chung_R { padding:0 20px 10px 20px;}

.brand_disp {  font-weight:bold; color:#666; }
.brand_disp ul li { float:left; padding:20px 0; border-top:1px solid #D4D4D4; height:120px; }
.brand_disp ul li:nth-child(1) { width:33.3%; }
.brand_disp ul li:nth-child(2) { width:33.3%; }
.brand_disp ul li:nth-child(3) { width:33.4%; }
.brand_disp ul li p { padding-top:20px; text-align:center; }
	
.busi_dot { padding-left:20px; color:#666; line-height:1.5em; background:url(../images/img_dot.png) no-repeat 10px 7px; }


/****** 사업분야 : 웹솔루션 ******/
#conArea .busi_web { color:#666; padding-top:10px;}
#conArea .busi_web ul li { float:none; }
#conArea .busi_web ul li.busi_webL { width:auto; text-align:center; }
#conArea .busi_web ul li.busi_webR { padding-left:0; padding-top:15px; width:100%; }

#conArea .busi_web ul li.busi_webL2 { width:auto; text-align:center; }
#conArea .busi_web ul li.busi_webR2 { padding-left:0; padding-top:5px; width:100%; }
#conArea .busi_web .btn_church { margin:10px 0 0 0; padding:8px 10px; width:87px; background:url(../img/btn_arrow.png) no-repeat 90% 50%, #F1F1F1; border:1px solid #b5b5b5; -webkit-border-radius:5px; -ms-border-radius:5px; cursor:pointer; }

/****** 사업분야 : 렌탈 ******/
.btn_church1{ margin:10px 0 0 0; padding:8px 10px; width:142px;  background:url(../img/btn_arrow.png) no-repeat 90% 50%, #F1F1F1; border:1px solid #b5b5b5; -webkit-border-radius:5px; -ms-border-radius:5px; cursor:pointer;}


/****** 서비스센터 : 서비스안내 > 전국 서비스센터 안내 ******/
#conArea .servArea { margin-top:15px; }
.small_h5{ font-size:12px; color:#1768aa}	

.awardlist{ font-size:12px; font-weight:bold; color:#666}
.awardlist li{ float:left; border:1px solid #d4d4d4; margin:20px; width:30%; height:370px; text-align:center;}
.awardlist li:hover { border:1px solid #005890; }
.awardlist li .blue{ padding-top:20px; text-align:center; color:#015790; font-weight:bold}
.awardlist li img { resize:both; max-width:190px; width:300px; max-height:370px; height:auto; padding-top:10px;}
.awardlist li p{ text-align:center; font-weight:500;}

	
/****** 서비스센터 : 회사소식 ******/	
#inputDisp { position:relative; height:35px; }
#inputDisp ul { position:absolute; right:0; }
#inputDisp ul li { margin-left:2px; float:left;  }
/*인풋앞에 텍스트가 올때*/
#inputDisp ul li.searchTitle { padding-top:12px; font-weight:bold; color:#666; font-size:0.750em;  }
/*인풋앞에 셀렉트가 올때*/
#inputDisp ul li select { padding-left:8px; font-size:0.750em; font-weight:bold; color:#999; width:65px; height:35px; border:1px solid #b5b5b5; background:#fff url(../images/btn_select2.png) no-repeat 100% 0; }
#inputDisp ul li select.selectBox { width:130px;  }
#inputDisp ul li input { width:168px; padding:8.5px 10px; border:1px solid #b5b5b5; color:#666; }
#inputDisp ul li:nth-child(1) { margin-left:0; }
.newsList li{ border-bottom:1px dotted #ccc; padding-bottom:20px;}	
.newsList img{ float:left; padding-right:7px; padding-top:5px; height:50px; width:80px; }
.newsList .newsCon{ margin-top:20px;  height:56px;}
.newsList .newsCon h4{ font-size:14px;}
.newsList .newsCon p{ padding-top:3px; color:#999px;}
.notice_title{ width:180px; white-space:nowrap;
		      overflow:hidden;
		      text-overflow:ellipsis; font-weight:bold; padding-top:3px}
.notice_content{ overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2; /* 라인수 */
 -webkit-box-orient: vertical;
 word-wrap:break-word; }
 
.no_img{ background:url(../images/no_img.jpg) 0 0 no-repeat; float:left; width:80px; height:50px; padding-right:5px}
.no_img img{float:left;padding-right:7px;height:50px;width:80px;}
.no_img1{width:80px; padding-top:20px; height:90px; display:block; margin-left:auto; margin-right:auto; }
.noImg_txt{ text-align:center; font-size:12px}



#pageNav{ text-align:center; font-size:0.750em; color:#666;}
#pageNav span img{ margin-top:30px; vertical-align:bottom}
#pageNav span.pageNum_on{ display:inline-block; font-weight:bold; padding:3px 10px; }
#pageNav span.pageNum{ display:inline-block; margin-top:31px; padding:3px 10px; cursor:pointer}

/****** 보도자료 ******/
#listArea { margin-top:25px; font-size:0.750em; color:#666; border-top:2px solid #333; }
/*리스트*/
	#listArea .listCon { text-align:left; border-bottom:1px solid #D4D4D4; }
	#listArea .listCon li { float:left; border-bottom:none; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; }
	#listArea .listCon li:nth-child(1) { display:none; /*position:absolute;  margin-top:15px; font-size:1.250em; text-align:center;*/  }
	#listArea .listCon li:nth-child(2) { padding:15px 0 10px 10px; width:94%; font-size: 13px; font-weight:bold;   }
	#listArea .listCon li:nth-child(3) { float:none; display:inline-block; width:auto; padding:0 5px 15px 10px;  color:#888; }
	#listArea .listCon li:nth-child(4) { float:none; display:inline-block; width:auto; padding:0 5px 15px 10px; background:url(../img/nav_line1px.png) no-repeat 0 0; color:#888; }
	#listArea .listCon li:nth-child(5) { float:none; display:inline-block; width:auto; padding:0 0 15px 10px; background:url(../img/nav_line1px.png) no-repeat 0 0; color:#888; }
	#listArea .listCon li:nth-child(6) { display:inline-block; position:absolute; right:7px; margin-top:-12px; width:20px; height:30px;  background:url(../images/bul_right.png) no-repeat 0 0; background-size:10px; }
	#listArea .listCon .txt_hidden { display:inline-block; }
.ellipsis{width:200px; white-space:nowrap;
		      overflow:hidden;
		      text-overflow:ellipsis; font-weight:bold; }


/****** 서비스센터 : 기술자료 > 설치가이드 상세내용 ******/
.detailsTitle { padding:10px 10px 10px 5px; border-bottom:1px solid #D4D4D4; }
.detailsTitle li:nth-child(1) { font-size:1.538em; font-weight:bold; }
.detailsTitle li:nth-child(2) { display:inline-block; padding:5px 5px 0 0; color:#888; }
.detailsTitle li:nth-child(3) { display:inline-block; padding:5px 5px 0 10px; background:url(../images/nav_line1px.png) no-repeat 0 10px; color:#888; }
.detailsTitle li:nth-child(4) { display:inline-block; padding:5px 5px 0 10px; background:url(../images/nav_line1px.png) no-repeat 0 10px; color:#888; }
.detailsTitle li:nth-child(5) { padding-top:6px; line-height:1.5em; color:#888; }
.detailsTitle li .btnDown { position:relative; margin-left:10px; top:2px; }

.detailsCon { padding:10px 5px; border-bottom:1px solid #D4D4D4; line-height:1.7em; font-size:12px }
.detailsCon img{ margin-top:5px; max-width:100%; width:100%; }

/*하단 버튼*/
#btn_bottomType { padding-top:20px; text-align:center; }
#btn_bottomType span { display:inline-block; padding:8px 25px; margin:0 5px; color:#666; font-size:0.813em; font-weight:bold; background:#fff; border:1px solid #d9d9d9; cursor:pointer; }
#btn_bottomType span.btn_emp { background:#666; color:#fff; border:1px solid #666; }
#btn_bottomType span.btn_sns { display:inline-block; padding:8px 8px; margin:0 5px; color:#666; font-size:0.813em; font-weight:bold; background:#fff; border:0px; cursor:pointer;  }
#btn_bottomType span.btn_product { background:#155b86; border:1px solid #666; } 
#btn_bottomType span.btn_product a { color:#fff;  font-size:0.925em; font-weight:bold; }

/*수상 및 인증*/
.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.image-item {
  width: calc(50% - 10px);
  box-sizing: border-box;
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px 5px;
  border-radius: 8px;
}

.image-item img {
  width: 100%;
  height: auto;
  max-width: 160px;
  margin: 0 auto;
  display: block;
}

.image-item p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}



/****** 홍보센터 : 홍보센터 > 온라인브로셔 상세내용 ******/
	#listArea1 { margin-top:10px; font-size:0.750em; color:#666; border-top:2px solid #333; }
	#listArea1 li{border-bottom:1px solid #999; background:none; text-indent:1px; padding:35px 35px 35px 20px; border-bottom:1px solid #ccc; height:15px; font-size:14px; font-weight:bold; background:url(../images/arrow1.png) right 30px no-repeat; }
	



/* 정보기기 데스크톱 */
/****** 제품정보 : 리스트 ******/
	#listArea .listField { position:relative; }
	#listArea .listField li { display:table; float:none; width:100%; height:79px; margin:0; padding:0; border-bottom:1px solid #dbdbdb; }
	#listArea .listField li .pro_imgC { display:table-cell; width:80px; height:59px; padding:10px 10px 10px 12px; vertical-align:middle; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; }
	#listArea .listField li .pro_imgC img { resize:both; max-height:59px; width:auto; }
	#listArea .listField li .phone_type { margin-left:-5px; display:table-cell; font-size:12px; position:absolute; width:100%; height:79px; margin-top:22px; vertical-align:middle; box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; }
	#listArea .listField li .phone_type p { width:100%; }
  /***  #listArea .listField li .phone_type .ellipsis2 { display:inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; } ***/
	#listArea .listField li .phone_type .ellipsis2 {width:70%; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
	#listArea .listField li:nth-child(even) { display:none; }
	#listArea .listField li:nth-child(6n) { display:none; }
	#listArea .listField li .right_ero { display:inline-block; float:right; width:20px; height:79px; background:url(../images/bul_right.png) no-repeat 0 50%; background-size:10px; }
	#listArea .listField li.pro_blank { display:none; }


/****** 제품정보 : 상세보기 ******/
	#proField { margin:20px 0 10px 0; }
	#proField li { float:none; width:100%; }
	#proField li:nth-child(1) { display:block; width:100%; height:auto; }
	#proField li:nth-child(2) { display:none; }
	#proField li:nth-child(3) { display:block; width:100%; height:auto; }
	.topclear { padding-bottom:5px; }
#proField li:nth-child(1) { display:table-cell; width:45%; padding:15px 15px; text-align:center; vertical-align:middle; }
.topclear { margin-top:15px !important; padding-bottom:10px; margin-bottom:5px; border-bottom:2px solid #333}
.pro_con .mark { position:relative; padding-left:10px; font-size:0.950em; color:#666; line-height:20px }
.pro_con .mark .markName { padding-left:15px; font-weight:bold; background:url(../images/img_dot.png) no-repeat 0 50%; }
.pro_con .mark .markCon { left:25px; padding-left:20px;  background:url(../images/pro_line1px.png) no-repeat 10px 0; }
.pro_con .mark .markCon2 { left:12px; padding-left:20px; padding-right:10px; background:url(../images/pro_line1px.png) no-repeat 10px 0; }
/** table(Type03) **/
table.tbl_Type3 { width:100%; margin-top:15px; font-size:0.9em; color:#666; line-height:1.5em; }
table.tbl_Type3 .topLine { border-top:2px solid #333; }
table.tbl_Type3 th { border-bottom:1px solid #D4D4D4; padding:4px 10px; text-align:left; vertical-align:middle; background:#F1F1F1; width:30%;}
table.tbl_Type3 td { border-bottom:1px solid #D4D4D4; padding:4px 10px; text-align:left; vertical-align:middle; }
.topclear{ margin:20px 0 10px 0; }
table th { line-height:25px}
.t_white{ color:#fff !important; letter-spacing:-1px; font-size:13px}
.nara{ padding:0 0 0 8px; vertical-align:bottom}
.nara_img{ margin:20px 0}