/*font, 메인로테이트베너*/
@import url(font.css);

@import url(http://fonts.googleapis.com/css?family=Archivo+Black); /*굵은영문폰트-제목체*/
@import url(http://fonts.googleapis.com/css?family=Paytone+One); /*굵은영문폰트-제목체*/
@import url(http://fonts.googleapis.com/css?family=Arizonia); /*영문폰트 필기체-제목체*/

/*기본*/
html,body,h1,h2,h3,h4,h5,h6,ul,dl,dt,dd,ol,li,table,th,td,form,fieldset,legend,input,textarea,button,select,span{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
fieldset,img,button{border:0}
img,input{vertical-align:top}
table{border-collapse:collapse}
address,em{font-style:normal}
ol,ul{list-style:none}
hr{display:none}
p {border:0; margin:0; padding:0; width:100%;}

/*common*/
body,html{height:100%;font-size:9pt;}
body,textarea,input,select{ font-family: 'NanumGothic',  "Dotum", "돋움", "Arial", "Helvetica", sans-serif; font-size:9pt; color:#666}
img, fieldset, hr {border:0; margin:0; padding:0;}
img {vertical-align:top;max-width:100%; height:auto;}
ul, ol {list-style-type:none;}
select, input, textarea {font-family:'NanumGothic', sans-serif, dotum, Helvetica; font-size:9pt; vertical-align:middle;}
input[type='submit'],input[type='text'],textarea {-webkit-appearance:none;}
button, label{cursor:pointer}

	A:link    { color:#5d5d5d; text-decoration:none;}
	A:visited { color:#5d5d5d; text-decoration:none;}
	A:active  { color:#5d5d5d; text-decoration:none;}
	A:hover   { color:#EC6161; text-decoration:none;}


/*moblie 및 html5 하위호환처리*/
article, aside,map_aside, header, footer, figure, figcaption, nav, section, time, mark, canvas, video, audio, details, summary {display:block; margin:0; padding:0}
body{-webkit-text-size-adjust:none;}


#syakuLightbox {
  left:0;
  top:0;
  position:absolute;
  z-index:1001;
  filter:alpha(opacity=50); 
  opacity:0.5;
  background:#000;
  cursor:pointer;
}

#syakuLightboxDisplay {
position:absolute;
z-index:1002;
left:0;
top:0;
cursor:pointer;
}

#syakuLightboxMenu {
display:none;position: absolute;z-index: 1;
padding:4px;
}

#syakuLightboxBtnOpen {
  width:16px; height:16px; 
  background-image:url(images/open.png) !important; 
  background-repeat:no-repeat; 
  border:0; 
  background-color:transparent; 
  vertical-align:middle; 
  display:inline-block; 
  text-decoration:none; 
  padding:0 !important;
  cursor:pointer;
}

#syakuLightboxBtnClose {
  width:16px; height:16px; 
  background-image:url(../images/close.png) !important; 
  background-repeat:no-repeat; 
  border:10px; 
  background-color:transparent; 
  vertical-align:middle; 
  display:inline-block; 
  text-decoration:none; 
  padding:30px;
  cursor:pointer;
}

#syakuLightboxLoading {
  background-color:#fff;
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#syakuLightboxLoadingImg {
  padding-left:32px;
  padding-bottom:32px;
  background : transparent url(./images/loader.gif) no-repeat;
}

/*사이트맵*/
.sitemap_A {  padding-left:7px;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;font-size:1.5em; background:url(../images/sitemap_icon1.gif) no-repeat;}
.sitemap_B {  padding-left:10px; background:url(../images/sitemap_icon2.gif) no-repeat; letter-spacing: -0.1em;}
.sitemap_C {  padding-left:10px; background:url(../images/sitemap_icon3.gif) no-repeat;}

.sitemap_D {  display:inline-block;
				width: 190px;
				background:#409DD3; 
				border-radius:5px;
				height:33px; line-height:33px;
				padding:0 16px; margin:5px 10px 0 0;
				text-transform:uppercase;/*!영문대문자로 임의변경 */
				font-size:1.2em; color:#fff; float:left;
				font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.sitemap_D:link{background:#409DD3;text-decoration:none;color:#fff;}
.sitemap_D:visited{background:#409DD3;text-decoration:none;color:#fff;}
.sitemap_D:hover{background:#FE6D4C;text-decoration:none;color:#fff;}

.sitemap_E {  display:inline-block;
				width: 190px;
				background:#eeeeee; 
				border-radius:5px;
				height:33px; line-height:33px;
				padding:0 16px; margin:1px 10px 0 0;
				text-transform:uppercase;/*!영문대문자로 임의변경 */
				color:#fff; float:left;
				font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.sitemap_E:link{background:#eeeeee;text-decoration:none;color:#5d5d5d;}
.sitemap_E:visited{background:#eeeeee;text-decoration:none;color:#5d5d5d;}
.sitemap_E:hover{background:#7A7A7A;text-decoration:none;color:#fff;}

	a.sitemap_LA:link {font-size: 14px; text-decoration:none; color:#ffffff; font-weight:bold;}
	a.sitemap_LA:alink {font-size: 14px; text-decoration:none; color:#ffffff; font-weight:bold;}
	a.sitemap_LA:visited {font-size: 14px; text-decoration:none; color:#ffffff; font-weight:bold;}
	a.sitemap_LA:hover {font-size: 14px; text-decoration:none; color:#FFD200; font-weight:bold;}

	a.sitemap_LB:link {font-size: 12px; text-decoration:none; color:#525252;}
	a.sitemap_LB:alink {font-size: 12px; text-decoration:none; color:#525252;}
	a.sitemap_LB:visited {font-size: 12px; text-decoration:none; color:#525252;}
	a.sitemap_LB:hover {font-size: 12px; text-decoration:none; color:#FF7800;}

	a:sitemap_LC:link {font-size: 12px; text-decoration:none; color:#CABCA2;}
	a:sitemap_LC:alink {font-size: 12px; text-decoration:none; color:#CABCA2;}
	a:sitemap_LC:visited {font-size: 12px; text-decoration:none; color:#CABCA2;}
	a:sitemap_LC:hover {font-size: 12px; text-decoration:none; color:#CABCA2;}

/* 마우스 드래그할때 속성값 */
::selection{background:#FFB9B9;color:#5d5d5d}
::-moz-selection{background:#FFB9B9;color:#5d5d5d}

/*서브 body 배경이미지정의*/
body.sub {background:url(  ) repeat-x;}
/*상단가이드배경이미지*/
.mtop_guidebg { background:url( ../images/png_top_menu_bg.png ) repeat-x;}
/*상단가이드배경이미지*/
.main_menubg { background:url( ../images/top_manu_table_bg.jpg ) repeat-x;}


/*상단주메뉴*/
.top_menu { color:#5d5d5d; font-size: 14px; font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif; font-weight:bold; }
.top_menu a:link {color:#5d5d5d; text-decoration:none;}
.top_menu a:visited {color:#5d5d5d;}
.top_menu a:hover{color:#F46060;}

/*상단서브메뉴*/
.topsub_menu { color:##003366; font-size: 12px; letter-spacing: -0.1em; }
.topsub_menu a:link {color:#003366; text-decoration:none;}
.topsub_menu a:visited {color:#003366;}
.topsub_menu a:hover{color:#E75D5D;}


/*상단가이드메뉴*/
.topguidemenu { color:#A6A6A6; font-size: 10pt; font-family: "NanumGothic", "Tahoma", "Helvetica", sans-serif; letter-spacing: -0.01em; padding:0 5px 0 5px; }
.topguidemenu a:link {color:#A6A6A6; text-decoration:none;}
.topguidemenu a:visited {color:#A6A6A6;}
.topguidemenu a:hover{color:#5d5d5d;}

/*이미지 리사이즈*/
img.resize {
  max-width: 960px;
  height: auto;
  width: 100%;
}

img.resizeS {
  max-width: 960px;
  height: auto;
  width: 95%;
}

img.list_resizeS {
  width:90%;
  max-width: 135px;
  height: 80px;
}
img.list_resizeP {
  width:90%;
  max-width: 145px;
  height: auto;
}
img.resize_item {  /*뉴스게시판리스트이미지*/
   width: 15%;
	min-width: 100px;
  height: auto;
}

img.list_resize_item {
  width:90%;
  height: auto;
}


img.list_resize {
  width:100%;
  max-width: 960px;
  height: auto;
}


/*이미지리사이즈*/
@media screen and (max-width: 1024px) {
}
.img-visual { position:relative; }

@media screen and (max-width: 1024px) {
	.img-visual img { width:auto; height:auto;}
}

.icon_sens1 { color:#5d5d5d; font-size: 16px; background:url('../images/faq_icon2.gif') no-repeat; width:13px; height:9px;  padding-left:13px;letter-spacing: -1px;}
.images_sens {margin:0 10px 10px 0;  padding:10px; border-width:1px; border-color:#EEEEEE; border-style:solid;}
.images_sensS {padding:5px; border-width:1px; border-color:#EEEEEE; border-style:solid;}
.images_sensL {padding:1px;  text-align:center;}
.images_sensphoto {padding:2%; border-width:1px; border-color:#EEEEEE; border-style:solid;border-radius:15px;}

/*==================서브페이지 3차 탭메뉴==================== */
@media only screen and (min-width: 959px) { 
.moblide_location{position:relative;}
.wfont{display:block;}
}
/*==================//서브페이지 3차 탭메뉴==================== */


/*제품링크*/
.itemL { color:#D9D9D9; font-size: 14px; font-family:"NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif; font-weight:bold;  letter-spacing: -1px;}
.itemL a:link {color:#D9D9D9; text-decoration:none;}
.itemL a:visited {color:#D9D9D9;}
.itemL a:hover{color:#FFD399;}

.submenu { color:#737173;}
.enbold { color:#737173; font-weight:bold;}
.enboldno { color:#FF0000; font-weight:bold;}
.enboldno2 { color:orange; font-weight:bold;}
.new_title { color:#00FFFF; font-weight:bold;}
.new_price { color:#FFFFFF; font-weight:bold;}
.menu_bw { color:#4C4C4C; letter-spacing: -1px;}
.left_copy { color:#FED100; font-size: 10px; font-family:"Helvetica", "Tahoma", sans-serif; }

.login { color:#5d5d5d; font-weight:bold;}
.inputED {	 height:_height /**/:22px; color:#000000; background:#ffffff;   font-family:"Tahoma", "Arial", "Helvetica", "sans-serif"; font-size:12px;}

/*메인공지사항*/
.notice_menu { color:#ffffff; font-size: 12px; font-family: "NanumGothic", "돋움", "Tahoma", "Helvetica", sans-serif; letter-spacing: -1px; padding-top:2px; }
.notice_menu a:link {color:#ffffff; text-decoration:none;}
.notice_menu a:visited {color:#ffffff;}
.notice_menu a:hover{color:#FFD200;}
.dateM { color:#BEBEBE; font-size: 9px; font-family: "Tahoma"; letter-spacing: -0.01em;}

.main_noticeL {
display:inline-block;
background:#32B0B8;
border-radius:5px 5px 0 0;
height:30px;line-height:30px;
padding:0 0;margin:0 1px 0 0;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; font-family: "NanumGothicBold", "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; 
font-size:1.1em; float:left; letter-spacing: -1px;
}

.main_noticeQ {
display:inline-block;
background:#555;
border-radius:5px 5px 0 0;
height:30px;line-height:30px;
padding:0 0;margin:0 1px 0 0;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; font-family: "NanumGothicBold", "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; 
font-size:1.1em; float:left; letter-spacing: -1px; 
}

.btn-more{
display:inline-block;
background:#B9B9B9;
border-radius:16px;
height:24px;
padding:2px 7px;margin:0 0 0 0;
text-transform:uppercase;/*!영문대문자로 임의변경 */
font-weight:600; color:#fff;
opacity: 0.7;
font-size:1.5em;font-family:"Roboto-medium","Tahoma","Helvetica","Arial" "sans-serif"; 
}
.btn-more:hover{background:#FE6D4C;text-decoration:none;color:#fff;}


.main_notice {  font-size: 9pt; font-family: "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif; letter-spacing: -1px;}
.main_noticeS { color:#FF7200; font-size: 11px; font-family:  "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif; letter-spacing: -0.01em;}
.main_photo { color:#979797; font-size: 11px; font-family: "NanumGothic", "Dotum", "돋움", "Arial", "Helvetica", sans-serif; letter-spacing: -0.01em; line-height: 130%}}

.fff_12bold { color:#546687; font-size: 16px; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px; font-weight:bold;}
.fff_12boldW { color:#546687; font-size: 16px; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px; font-weight:bold;}
.fff_24boldW { color:#404040; font-size: 20px; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px; font-weight:bold;}

/*둥근번튼-*/
.btn-oneN{
display:inline-block;
background:#000;
border-radius:24px;
height:26px;
padding:3px 7px;margin:0 0 0 0;
text-transform:uppercase;/*!영문대문자로 임의변경 */
font-weight:600; color:#fff;
opacity: 0.7;
font-size:1.5em;font-family:"Roboto-medium","Tahoma","Helvetica","Arial" "sans-serif"; 
}


/*모바일일때 중요폰트 사이즈 조정*/
.esensmobilemenu{overflow:hidden;font-size:11pt;color:#5d5d5d; font-family: "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; line-height: 150%; letter-spacing: -1px;}
.esensmobilemenuB{overflow:hidden;font-size:10pt;color:#5d5d5d; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; line-height: 150%; letter-spacing: -1px;}
.esensmobilemenuM{overflow:hidden;font-size:11pt; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; line-height: 150%; color:#5d5d5d;letter-spacing: -1px;}
.esensmobilemenuL{overflow:hidden;font-size:12pt;height:35px; padding-left:3px; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif;   color:#000;letter-spacing: -1px;}
.esensmobilejoin{overflow:hidden;width:20%;font-size:10pt;color:#5d5d5d; padding:5px; letter-spacing: -1px; text-align:center;}

.esensmobilediary{overflow:hidden;font-size:10pt;color:#ffffff; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; line-height: 150%; letter-spacing: -1px;}

.esensmobilebbs{overflow:hidden;font-size:11pt;color:#5d5d5d; font-family: "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; line-height: 150%; letter-spacing: -1px;}

.esensmobilemenuS a:link {font-size: 8pt; color:#989898;}
.esensmobilemenuS a:visited {font-size: 8pt; color:#989898;}

.esensmobilecont{overflow:hidden;font-size:9pt;color:#5d5d5d; font-family: 'NanumGothicBold', "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; line-height: 150%; letter-spacing: -1px;}

.esensmobilecontM{overflow:hidden;font-size:10pt;color:#5d5d5d; padding-left:3px; font-family: "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; line-height: 150%;}

.mapL{overflow:hidden;font-size:13pt;color:#000; font-family: "Arial","Nanum NanumGothicBold", "돋움", "Helvetica",  sans-serif; line-height: 150%; letter-spacing: -1px;}

@media screen and (max-width: 900px) {
   #web-back-ground {width:92%;}
	.mapL{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#000;
	}
	.esensmobilebbs{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilemenu{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilemenuB{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:10pt;
	color:#5d5d5d;
	}
	.esensmobilecont{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#5d5d5d;
	}
	.esensmobilecontM{
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilemenuL{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:11pt;
	color:#000;
	font-weight:bold;
	}
	.esensmobilemenuM{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilejoin{
	letter-spacing: -1px;
	overflow:hidden;
	width:30%;
	font-size:9pt;
	color:#5d5d5d;
	text-align:center;
	}
	.esensmobilemenuS{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilediary{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#ffffff;
	}	
	.main_noticeL {
		display:inline-block;
		background:#32B0B8;
		border-radius:5px 5px 0 0;
		height:30px;line-height:30px;
		padding:0 0;margin:0 1px 0 0;
		text-transform:uppercase;/*!영문대문자로 임의변경 */
		color:#fff; font-family: "NanumGothicBold", "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; 
		font-size:1.1em; float:left; letter-spacing: -1px;
	}

	.main_noticeQ {
		display:inline-block;
		background:#555;
		border-radius:5px 5px 0 0;
		height:30px;line-height:30px;
		padding:0 0;margin:0 1px 0 0;
		text-transform:uppercase;/*!영문대문자로 임의변경 */
		color:#fff; font-family: "NanumGothicBold", "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; 
		font-size:1.1em; float:left; letter-spacing: -1px; 
	}

}

@media screen and (max-width: 250px) {
   #web-back-ground {width:92%;}
	.mapL{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#000;
	}
	.esensmobilebbs{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilemenu{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#5d5d5d;
	}
	.esensmobilemenuB{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#5d5d5d;
	}
	.esensmobilecont{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#5d5d5d;
	}
	.esensmobilecontM{
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilemenuL{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:11pt;
	color:#5d5d5d;
	font-weight:bold;
	}
	.esensmobilemenuM{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#5d5d5d;
	}
	.esensmobilejoin{
	letter-spacing: -1px;
	overflow:hidden;
	width:30%;
	font-size:8pt;
	color:#5d5d5d;
	font-weight:bold;
	text-align:center;
	}
	.esensmobilemenuS{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#5d5d5d;
	}
	.esensmobilediary{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#ffffff;
	}

}

.sens_body { color:#777777; font-size: 11px; font-family:  "NanumGothic","돋움", "Dotum", "Tahoma", "Helvetica", sans-serif;}
.sens_body2 { color:#777777; font-size: 12px;}

.mphoneL { color:#5d5d5d; font-size: 30px; font-family: "Helvetica",  "Arial", "Gulim", sans-serif; letter-spacing: -1px;}
.bbs1sub { color:#000000; font-size: 16px;; font-weight:bold;}
.bbsC { color:#000000; font-size: 18px;; letter-spacing: -0.1em; font-family:  "NanumGothicBold",'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif; }
.bbs1 { color:#5d5d5d; font-size: 10pt; font-family:  "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px;}
.bbs1_1 { color:#5d5d5d; font-size: 9pt; letter-spacing: -1px; padding-top:3px; padding-bottom:3px;}
.bbs2 { color:#5d5d5d; font-size: 11pt; font-family:  "NanumGothicBold",'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px;}
.bbs2_list { color:#fff; font-size: 11pt; font-family:  "NanumGothicBold",'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px;}

/*게시판 리스트 룰오버 배경색 지정*/
.bbs2_listB { background-color:#fff;}
.bbs2_listB:link { background-color:#fff;} 
.bbs2_listB:hover { background-color:#FBFBFB;} 

.bbs3 { color:#959595; font-size: 10pt; font-family: "Tahoma", sans-serif; letter-spacing: -0.01em;}
.bbs4 { color:#5d5d5d; font-size: 10pt; font-family:  "NanumGothic","Dotum", "Arial", "Gulim", sans-serif;}
.bbs5 { color:#5d5d5d; font-size: 14px; font-family:  "NanumGothicBold",'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px;}
.bbs6 { color:#959595; font-size: 10pt; font-family: "Tahoma", sans-serif;}
.bbs7 { color:#606060; font-size: 10pt; }
.bbs8 { color:#5d5d5d; font-size: 10pt; font-family: "Tahoma", "Gulim", "굴림", "Helvetica", sans-serif; letter-spacing: -1px; font-weight:bold;}
.bbs9 { color:#5d5d5d; font-size: 11pt; letter-spacing: -1px; font-weight:bold;}
.bbsT { color:#5d5d5d; font-size: 14px; font-family:  "NanumGothicBold",'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px; font-weight:bold;}
.bbsF { color:#ffffff; font-size: 14px; font-family:  "NanumGothicBold",'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -1px; font-weight:bold;}

.bbs_input { background-color:#ffffff; border:solid 0 ffffff; font-family:"tahoma", "굴림", sans-serif; font-size:12px; letter-spacing: -0.01em;}
.bbs_notice { color:#5d5d5d; font-size: 10pt; font-family: "Arial", "Tahoma", "굴림", sans-serif;}
.bbs_newsA {  color:#000; font-size: 13pt; letter-spacing: -1px; line-height: 140%;; font-family: "NanumGothicBold", "NanumGothic", "Arial", "Gulim", "굴림", "Helvetica"; }
.bbs_newsB { color:#5F5F5F; font-size: 10pt; letter-spacing: -1px; line-height: 140%; font-family: 'NanumGothic', "Arial", "Gulim", "굴림", "Helvetica"; }
.photoD { color:#D1D1D1; font-size: 10pt; font-family: "Tahoma", sans-serif; letter-spacing: -0.01em;}


.mainitem {  font-size: 9pt; letter-spacing: -1px;}
.product { color:#5d5d5d; font-size: 10pt; font-family:  "NanumGothic","Arial", "Helvetica", "Gulim", sans-serif; letter-spacing: -1px;}
.product1 { color:#646464; font-size: 10pt; font-family:  "NanumGothic","Arial", "Tahoma", "Gulim", sans-serif; letter-spacing: -1px; line-height: 130%}
.product2  { color:#898989; font-size: 10pt; font-family: "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif; letter-spacing: -1px;}
.product3 { padding-right:5px; padding-left:5px; }
.product4 { color:#5d5d5d; font-size: 10pt; font-family: "NanumGothicBold", "NanumGothic","Arial", "Tahoma", "Gulim", sans-serif; letter-spacing: -1px; line-height: 140%;}
.product5 { color:#9E9E9E; font-size: 10pt; font-family:  "NanumGothic","Arial", "Tahoma", "Gulim", sans-serif; letter-spacing: -0.03em; line-height: 120%}
.product6 { color:#5d5d5d; font-size: 14px; font-family:"NanumGothicBold", "NanumGothicBold",'NanumGothic', "Arial", "Gulim", "굴림", "Helvetica", sans-serif; letter-spacing: -0.04em; line-height: 140%;}
.product7  { color:#8E8E8E; font-size: 11px; font-family:  "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif;}
.product8 { color:#5d5d5d; font-size: 13pt; font-family: "NanumGothicBold",'NanumGothic', "Arial", "Gulim", "굴림", "Helvetica"; }
.product9 { color:#5d5d5d; font-size: 14px; font-weight:bold; font-family: "NanumGothic", "Arial", "Gulim", "굴림", "Helvetica", sans-serif; letter-spacing: -0.04em; line-height: 140%;}

.product10 { color:#E75454; font-size: 10pt; font-family: "NanumGothicBold", "NanumGothic","Arial", "Tahoma", "Gulim", sans-serif; letter-spacing: -1px; line-height: 140%;}
.product11 { color:#fff; font-size: 10pt; font-family: "NanumGothicBold", "NanumGothic","Arial", "Tahoma", "Gulim", sans-serif; letter-spacing: -1px; line-height: 140%;}


.book1 { color:#5d5d5d; font-size: 12px;  letter-spacing: -1px; line-height: 140%;}
.book2 { color:#5d5d5d; font-size: 12px;  letter-spacing: -1px; font-weight:bold;}
.book3 { color:#6E6E6E; font-size: 12px; letter-spacing: -1px; padding-top:5px; padding-bottom:3px;}

.toplink { color:#82AEC4; font-size: 11px; font-family:  "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif; letter-spacing: -1px;}
.diryiframe { color:#5d5d5d; font-size: 11px;}

.voteA { color:#5d5d5d; font-size: 11px; font-family:  "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif; letter-spacing: -1px;}

.f_copy { color:#666666; font-size: 12px; font-family:  "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif; letter-spacing: -1px;}
.f_copy2 { color:#5d5d5d; font-size: 11px; padding-left:10px;}		
.f_copy3 { color:#666666; font-size: 11px; letter-spacing: -0.01em;}
.f_copyL { color:#000000; font-size: 12px; font-family:  "NanumGothic","Dotum", "돋움", "Arial", "Helvetica", sans-serif;}

.calendar { color:#5d5d5d; font-size: 11pt; letter-spacing: -1px;}
.calendar2 { font-size: 11px; letter-spacing: -1px; }
.calendar3 { color:#959595; font-size: 14px; letter-spacing: -1px;}
.calendar4 { color:#5d5d5d; font-size: 12pt; letter-spacing: -1px; padding-top:3px;}
.calendar5 { color:#898989; font-size: 11px; letter-spacing: -1px;}
.calendar6 { color:#ffffff; letter-spacing: -1.5px; font-size: 10pt; padding-top:4px; font-weight:bold;}
.calendar7 { font-size: 13px; letter-spacing: -1px; }
.request1 { color:#5d5d5d; font-size: 12px; letter-spacing: -1px;}
.request2 { color:#5d5d5d; font-size: 10pt; letter-spacing: -1px;}
.requestM { color:#5d5d5d; font-size: 14px; letter-spacing: -1px;}
.requestT { color:#5d5d5d; font-size: 18px; letter-spacing: -1px;}
.requestL { color:#5d5d5d; font-size: 18px; letter-spacing: -1px; font-weight:bold;}
.requestO { color:#000; line-height: 180%; font-family: "NanumGothicBold", "NanumGothic","굴림", "Arial", "Helvetica"; }
.addL { font-size: 10pt; line-height: 180%; font-family: "NanumGothicBold", "NanumGothic","굴림", "Arial", "Helvetica"; }



.customer { color:#8E8E8E; font-size: 12px; letter-spacing: -1px; line-height: 140%}
.customer2 { color:#ffffff; font-size: 11px; font-family: "Tahoma", "돋움", sans-serif; letter-spacing: -1px; padding-left:0px;}
.customer3 { color:#8E8E8E; font-size: 12px; font-family: "Tahoma", sans-serif;}
.contents { color:#5d5d5d; font-size: 12px;}						
.loginedit { color:#5d5d5d; font-size: 12px; font-family: "Arial", "굴림", "Helvetica", sans-serif; letter-spacing: -1px; line-height: 140%}
.customerFX { color:#ffffff; font-size: 12px; font-family:"NanumGothic", "Tahoma", "돋움", sans-serif; font-weight:bold;}
.customer2L { color:#666666; font-size: 11px; font-family:"NanumGothic", "Tahoma", "돋움", sans-serif; letter-spacing: -1px; padding-left:0px;}
.customerFXL { color:#666666; font-size: 12px; font-family: "NanumGothic", "Dotum", "Tahoma", sans-serif; font-weight:bold;}


.leftmenu { color:#7B7B7B; font-size: 12px; font-family:  "NanumGothic","굴림", "Arial", "Helvetica", sans-serif; letter-spacing: -1px;}
.leftmenuN { color:#008DFF; font-size: 12px; font-family:  "NanumGothic","굴림", "Arial", "Helvetica", sans-serif; letter-spacing: -1px;}
.leftmenu_off { font-size: 12px; font-family:  "NanumGothic","굴림", "Arial", "Helvetica"; letter-spacing: -1px;}
.leftmenu_sub { color:#FFFFFF; font-weight:bold; font-size: 12px; font-family:  "NanumGothic","굴림", "Arial", "Helvetica"; letter-spacing: -1px;}
.leftmenu_sub_off { font-size: 12px; letter-spacing: -1px; font-family:  "NanumGothic","굴림", "Arial", "Helvetica";  padding-top:2px;}

/*서브페이지 상단 3차텝메뉴*/
.pagemap_title { color:#5d5d5d; font-size: 0px;  font-family: "NanumGothicBold", "NanumGothic","굴림", "Arial", "Helvetica";  letter-spacing: -1px; padding-left:2px; font-weight:bold;  vertical-align:top; padding-top:0px;}
.pagemap { color:#999; font-size: 8pt; padding:0 0 0 15px; background:url( ../images/page_map_home ) no-repeat;}


.pagemap_on { border-radius:5px; color:#D9D9D9; font-size: 14px; letter-spacing: -1px; padding-top:0px;padding-right:15px;padding-left:12px;  font-family: "NanumGothicBold", "NanumGothic";text-align:center;}

.pagemap_off {border-radius:5px; color:#2C2C2C; font-size: 14px; letter-spacing: -1px; padding-top:0px;padding-right:15px;padding-left:12px;  font-family: "NanumGothicBold", "NanumGothic";text-align:center;}

.pagemap_ipin {color:#5d5d5d;font-size: 18px;letter-spacing: -1px; padding-left:12px; font-weight:bold;}
.polltitleS {color:#5d5d5d;font-size: 14px;letter-spacing: -1px; font-weight:bold; line-height: 180%}
.leftmenu_style_on {cursor:pointer;   border-width:5px; border-color:#54BEE9; border-style:solid;color:#12495E; font-size: 13px; padding-left:6px; font-weight:bold;}
.leftmenu_style_off {cursor:pointer; padding-left:6px;  border-width:5px;border-color:#ffffff; border-style:solid;}



.leftmenu_t { color:#ffffff; font-size: 24px; letter-spacing: -1px; font-weight:bold; text-align:center;}
.leftmenu_subE { color:#FFE2BD; font-size: 11px; font-family: "Tahoma", sans-serif; text-align:center;}


.lefttableT { padding-left:10px; font-weight:bold;}
.lefttableTT {  padding-left:10px;}
.lefttableB { color:#8D8D8D; padding-left:10px; }


.wrap { position:relative;text-align:center; 
		width:100%; height:550px; margin:0 auto; }

.over { position:absolute; top:0px; left:0px;
		width:100%;}

.over2 { position:absolute; top:550px; left:0px;
		width:100%;}

.over3 {  background-color:#ffffff; position:absolute; top:1120px; left:0px;
		width:100%;}

.over_p { position:absolute; top:250px; left:0px; width:100%;}
.over_b { position:absolute; top:416px; left:0px; width:100%;}

/*버튼처리1*/
.esensbtn-botton1{display:inline-block; text-align:center;
background:#666666; 
border-radius:3px;
height:33px; line-height:33px;
padding:0 20px; margin:0px 1px 0 1px;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; float:left;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.esensbtn-botton1:link{background:#666666;text-decoration:none;color:#fff;}
.esensbtn-botton1:visited{background:#666666;text-decoration:none;color:#fff;}
.esensbtn-botton1:hover{background:#ED7272;text-decoration:none;color:#fff;}

/*버튼처리2*/
.esensbtn-botton2{display:inline-block; text-align:center;
background:#32B0B8; 
border-radius:3px;
height:33px; line-height:33px;
padding:0 20px; margin:0px 1px 0 1px;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; float:left;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.esensbtn-botton2:link{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-botton2:visited{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-botton2:hover{background:#ED7272;text-decoration:none;color:#fff;}

/*버튼처리3*/
.esensbtn-botton3{display:inline-block; text-align:center;
background:#ED7272; 
border-radius:3px;
height:33px; line-height:33px;
padding:0 20px; margin:0px 1px 0 1px;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; float:left;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.esensbtn-botton3:link{background:#ED7272;text-decoration:none;color:#fff;}
.esensbtn-botton3:visited{background:#ED7272;text-decoration:none;color:#fff;}
.esensbtn-botton3:hover{background:#CA4E4E;text-decoration:none;color:#fff;}


/*로테이트 베너 링크 버튼처리*/
.esensbtn-rotatelink{display:inline-block;
background:#32B0B8; 
border-radius:3px;
height:26px; line-height:33px;
padding:6px 20px; margin:5px 1px 0 1px;
font:bold 14px/14px "NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
color:#fff;text-shadow:none}
.esensbtn-rotatelink:link{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:visited{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:hover{background:#ED7272;text-decoration:none;color:#fff;}


/*댓글버튼처리*/
.esensbtn-botton4{display:inline-block; text-align:center;
background:#F57070; 
border-radius:7px;
height:62px; line-height:62px;
padding:0 20px; margin:0px 1px 0 1px;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; float:left;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.esensbtn-botton4:link{background:#F57070;text-decoration:none;color:#fff;}
.esensbtn-botton4:visited{background:#F57070;text-decoration:none;color:#fff;}
.esensbtn-botton4:hover{background:#CA4E4E;text-decoration:none;color:#fff;}

/*로그인버튼처리*/
.esensbtn-botton5{display:inline-block; text-align:center;
background:#5d5d5d; 
border-radius:7px;
height:62px; line-height:62px;
padding:0 20px; margin:0px 1px 0 1px;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; float:left;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.esensbtn-botton5:link{background:#5d5d5d;text-decoration:none;color:#fff;}
.esensbtn-botton5:visited{background:#F57070;text-decoration:none;color:#fff;}
.esensbtn-botton5:hover{background:#ED7272;text-decoration:none;color:#fff;}

/*faq카테고리*/
.btn-faq{display:inline-block; text-align:center;
background:#32B0B8; 
border-radius:7px;
height:33px; line-height:33px;
padding:0 40px; margin:0px 1px 0 1px;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; float:left;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.btn-faq:link{background:#32B0B8;text-decoration:none;color:#fff;}
.btn-faq:visited{background:#32B0B8;text-decoration:none;color:#fff;}
.btn-faq:hover{background:#FE6D4C;text-decoration:none;color:#fff;}

/*서비스센터카테고리*/
.btn-add{display:inline-block; text-align:center;width:95px;
background:#32B0B8; 
border-radius:7px;
height:33px; line-height:33px;
padding:0 10px 0 10px; margin:1px 1px 1px 1px;
text-transform:uppercase;/*!영문대문자로 임의변경 */
color:#fff; float:left;font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;}
.btn-add:link{background:#32B0B8;text-decoration:none;color:#fff;}
.btn-add:visited{background:#32B0B8;text-decoration:none;color:#fff;}
.btn-add:hover{background:#FE6D4C;text-decoration:none;color:#fff;}

/*버튼 color=#5d5d5d*/
.btn-type2{border-radius:5px; height:25px; text-align:center;color:#fff; font:bold 14px/14px 'NanumGothicBold','NanumGothic',ng;display:inline-block;padding:18px 0 8px 0;text-decoration:none !important;
	box-shadow: #666 0px 2px 2px;-webkit-box-shadow: #666 0px 2px 2px;-moz-box-shadow: #666 0px 2px 2px;background-color:#666; margin:0 4px 0 4px; }
.btn-type2:hover{color:#ffffff; height:25px; background-color:#5d5d5d;}  
a.btn-type2 { color:#ffffff;  letter-spacing: -1px;}
a.btn-type2 a:link {color:#ffffff; text-decoration:none;}
a.btn-type2 a:visited {color:#ffffff;}

/*버튼 color=#777*/
.btn-type3{border-radius:5px; height:25px; text-align:center;color:#fff;font:bold 14px/14px 'NanumGothicBold','NanumGothic',ng;display:inline-block;padding:18px 0 8px 0;text-decoration:none !important;
	box-shadow: #5d5d5d 0px 2px 2px;-webkit-box-shadow: #5d5d5d 0px 2px 2px;-moz-box-shadow: #5d5d5d 0px 2px 2px;background-color:#5d5d5d;  margin:0 4px 0 4px;}
.btn-type3:hover{color:#ffffff; height:25px; background-color:#666}
a.btn-type3 { color:#ffffff;  letter-spacing: -1px;}
a.btn-type3 a:link {color:#ffffff; text-decoration:none;}
a.btn-type3 a:visited {color:#ffffff;}


/*버튼 color=#777 붉은색계열*/
.btn-type4{ border-radius:5px; height:46px; text-align:center;color:#fff;font:bold 14px/14px 'NanumGothicBold','NanumGothic',ng;display:inline-block;padding:18px 0 8px 0;text-decoration:none !important;
	box-shadow: #F09AA6 0px 2px 2px;-webkit-box-shadow: #F09AA6 0px 2px 2px;-moz-box-shadow: #F09AA6 0px 2px 2px;background-color:#F09AA6;  margin:0 2px 0 2px;}
.btn-type4:hover{color:#ffffff; height:46px; background-color:#D26A78}
a.btn-type4 { color:#ffffff;  letter-spacing: -1px;}
a.btn-type4 a:link {color:#ffffff; text-decoration:none;}
a.btn-type4 a:visited {color:#ffffff;}


/*버튼 color=#32B0B8 푸른색계열*/
.btn-type5{ border-radius:5px;height:46px; text-align:center;color:#fff;font:bold 14px/14px 'NanumGothicBold','NanumGothic',ng;display:inline-block;padding:18px 0 8px 0;text-decoration:none !important;
	box-shadow: #32B0B8 0px 2px 2px;-webkit-box-shadow: #32B0B8 0px 2px 2px;-moz-box-shadow: #32B0B8 0px 2px 2px;background-color:#32B0B8;  margin:0 4px 0 4px;}
.btn-type5:hover{color:#ffffff; height:46px; background-color:#31859B}  
a.btn-type5 { color:#ffffff;  letter-spacing: -1px;}
a.btn-type5 a:link {color:#ffffff; text-decoration:none;}
a.btn-type5 a:visited {color:#ffffff;}


/*버튼 color=#C3D69B 녹색계열*/
.btn-type6{border-radius:5px; height:25px; text-align:center;color:#fff;font:bold 14px/14px 'NanumGothicBold','NanumGothic',ng;display:inline-block;padding:18px 0 8px 0;text-decoration:none !important;
	box-shadow: #C3D69B 0px 2px 2px;-webkit-box-shadow: #C3D69B 0px 2px 2px;-moz-box-shadow: #C3D69B 0px 2px 2px;background-color:#C3D69B;  margin:0 4px 0 4px;}
.btn-type6:hover{color:#ffffff; height:25px; background-color:#76923C} 
a.btn-type6 { color:#ffffff;  letter-spacing: -1px;}
a.btn-type6 a:link {color:#ffffff; text-decoration:none;}
a.btn-type6 a:visited {color:#ffffff;}

.btn-type7{border-radius:5px; height:20px; text-align:center;color:#fff;font:bold 14px/14px 'NanumGothicBold','NanumGothic',ng;display:inline-block;padding:0 0 0 0;text-decoration:none !important;
	box-shadow: #C3D69B 0px 2px 2px;-webkit-box-shadow: #C3D69B 0px 2px 2px;-moz-box-shadow: #C3D69B 0px 2px 2px;background-color:#C3D69B;  margin:0 1px 0 1px;}
.btn-type7:hover{color:#ffffff; height:20px; background-color:#76923C} 
a.btn-type7 { color:#ffffff;  letter-spacing: -1px;}
a.btn-type7 a:link {color:#ffffff; text-decoration:none;}
a.btn-type7 a:visited {color:#ffffff;}



/*게시판버튼-이미지형태*/
/*darkgray*/
.bbsBtn01{ width:76px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_darkgray.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn01 a:link {color:#ffffff;}
.bbsBtn01 a:visited {color:#ffffff;}
.bbsBtn01 a:hover{color:#FF777;}

/*gray*/
.bbsBtn02{ width:76px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle;
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_gray.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn02 a:link {color:#ffffff;}
.bbsBtn02 a:visited {color:#ffffff;}
.bbsBtn02 a:hover{color:#FF777;}

/*login*/
.Btnlogin{ width:64px; height:53px; color:#5d5d5d; 
			text-align:center; 
			vertical-align:middle; 
			background: url('../images/bbs_btn_login.png') no-repeat right top; 
			letter-spacing: -1px;}
.Btnlogin a:link {color:#5d5d5d;}
.Btnlogin a:visited {color:#5d5d5d;}
.Btnlogin a:hover{color:#FF6464;}

/*gray*/
.bbsBtn02{ width:76px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle;
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_gray.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn02 a:link {color:#ffffff;}
.bbsBtn02 a:visited {color:#ffffff;}
.bbsBtn02 a:hover{color:#FF777;}
/*red*/
.bbsBtn03{ width:76px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_red.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn03 a:link {color:#ffffff;}
.bbsBtn03 a:visited {color:#ffffff;}
.bbsBtn03 a:hover{color:#FF777;}
/*blue*/
.bbsBtn04{ width:76px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_rblue.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn04 a:link {color:#ffffff;}
.bbsBtn04 a:visited {color:#ffffff;}
.bbsBtn04 a:hover{color:#FF777;}

/*orange*/
.bbsBtn05{ width:76px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_orange.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn05 a:link {color:#ffffff;}
.bbsBtn05 a:visited {color:#ffffff;}
.bbsBtn05 a:hover{color:#FF777;}

/*darkgray 대형*/
.bbsBtn06{ width:96px; height:68px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_darkgray_zoom.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn06 a:link {color:#ffffff;}
.bbsBtn06 a:visited {color:#ffffff;}
.bbsBtn06 a:hover{color:#FF777;}

/*small size Gray*/
.smallBtn07 { border-radius:2px; color:#fff; font: 11px/12px 'NanumGothic',ng;display:inline-block;padding:4px 4px 4px 4px;text-decoration:none !important; text-align:center; box-shadow: 0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;-moz-box-shadow: 0px 0px 0px; background-color:#5d5d5d}
.smallBtn07:hover{ color:#fff; background-color:#FD8585; font: 11px/12px 'NanumGothic',ng;display:inline-block; text-align:center;}
a.smallBtn07 { color:#ffffff;  letter-spacing: -1px;}
a.smallBtn07 a:link {color:#ffffff; text-decoration:none;}
a.smallBtn07 a:visited {color:#ffffff;}

/*small size bottom copyright*/
.smallBtn_copy { border-radius:4px; color:#fff; display:inline-block;padding:2px 4px 4px 4px;text-decoration:none !important; text-align:center; box-shadow: 0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;-moz-box-shadow: 0px 0px 0px; background-color:#000}
.smallBtn_copy:hover{ color:#fff; background-color:#FD8585;display:inline-block; text-align:center;}
a.smallBtn_copy { color:#ffffff;  letter-spacing: -1px;}
a.smallBtn_copy a:link {color:#ffffff; text-decoration:none;}
a.smallBtn_copy a:visited {color:#ffffff;}

/*small size fax,mail*/
.smallBtn_faxmail{ 
	border-radius:3px; 
	color:#fff; 
	font-size:10px;letter-spacing: -1px;
	display:inline-block;
	padding:2px 4px 2px 4px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#000
	}


/*small size Gray*/
.smallBtn08 { border-radius:2px; color:#fff; font: 11px/12px 'NanumGothic',ng;display:inline-block;padding:4px 4px 4px 4px;text-decoration:none !important; text-align:center; box-shadow: 0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;-moz-box-shadow: 0px 0px 0px; background-color:#777777}
.smallBtn08:hover{ color:#fff; background-color:#FD8585; font: 11px/12px 'NanumGothic',ng;display:inline-block; text-align:center;}
a.smallBtn08 { color:#ffffff;  letter-spacing: -1px;}
a.smallBtn08 a:link {color:#ffffff; text-decoration:none;}
a.smallBtn08 a:visited {color:#ffffff;}

/*small size 검색버튼*/
.searchB { border-radius:2px;  color:#fff; font: 11px/12px 'NanumGothic',ng;display:inline-block;padding:9px 4px 9px 4px;text-decoration:none !important; text-align:center; box-shadow: 0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;-moz-box-shadow: 0px 0px 0px; background-color:#5d5d5d;}
.searchB:hover{ color:#fff; background-color:#FD8585; font: 11px/12px 'NanumGothic',ng;display:inline-block; text-align:center; font-weight:bold;}
a.searchB { color:#ffffff;  letter-spacing: -1px;}
a.searchB a:link {color:#ffffff; text-decoration:none;}
a.searchB a:visited {color:#ffffff;}


/*orange*/
.bbsBtn08{ width:131px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			background: url('../images/bbs_btn_orange2.png') no-repeat right top; 
			font-size:10pt;font-weight:bold;letter-spacing: -1px;}
.bbsBtn08 a:link {color:#ffffff;}
.bbsBtn08 a:visited {color:#ffffff;}
.bbsBtn08 a:hover{color:#FF777;}


/*일정표 이전달.다음달버튼*/
.bbsBtn09{ width:131px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_diary_btn01.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn09 a:link {color:#ffffff;}
.bbsBtn09 a:visited {color:#ffffff;}
.bbsBtn09 a:hover{color:#FF777;}

.bbsBtn10{ width:131px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_diary_btn02.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn10 a:link {color:#ffffff;}
.bbsBtn10 a:visited {color:#ffffff;}
.bbsBtn10 a:hover{color:#FF777;}


/*제품소개>견젹의뢰및상세보기버튼*/
.itemBtn01{ width:82px; height:30px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_smallbtn_rblue.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.itemBtn01 a:link {color:#ffffff;}
.itemBtn01 a:visited {color:#ffffff;}
.itemBtn01 a:hover{color:#FF777;}

.itemBtn02{ width:82px; height:30px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle;
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_smallbtn_rred.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.itemBtn02 a:link {color:#ffffff;}
.itemBtn02 a:visited {color:#ffffff;}
.itemBtn02 a:hover{color:#FF777;}

.itemBtn03{ width:82px; height:30px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle;
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_smallbtn_rgray.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.itemBtn03 a:link {color:#ffffff;}
.itemBtn03 a:visited {color:#ffffff;}
.itemBtn03 a:hover{color:#FF777;}


/*설문조사버튼*/
.pollBtn01{ width:65px; height:27px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/poll_btn_gray2.png') no-repeat right top; 
			font-size: 11px; letter-spacing: -1px;}
.pollBtn01 a:link {color:#ffffff;}
.pollBtn01 a:visited {color:#ffffff;}
.pollBtn01 a:hover{color:#FF777;}

.pollBtn02{ width:65px; height:27px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/poll_btn_red2.png') no-repeat right top; 
			font-size: 11px;letter-spacing: -1px;}
.pollBtn02 a:link {color:#ffffff;}
.pollBtn02 a:visited {color:#ffffff;}
.pollBtn02 a:hover{color:#FF777;}

.pollBtn03{ width:78px; height:27px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/poll_btn_gray.png') no-repeat right top; 
			font-size: 11px; letter-spacing: -1px;}
.pollBtn03 a:link {color:#ffffff;}
.pollBtn03 a:visited {color:#ffffff;}
.pollBtn03 a:hover{color:#FF777;}

.pollBtn04{ width:78px; height:27px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/poll_btn_red.png') no-repeat right top; 
			font-size: 11px;letter-spacing: -1px;}
.pollBtn04 a:link {color:#ffffff;}
.pollBtn04 a:visited {color:#ffffff;}
.pollBtn04 a:hover{color:#FF777;}


.sitemapBtn{ width:80px; height:20px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/top_guide_sitemap.png') no-repeat right top; 
			font-size: 8pt;letter-spacing: -1px;}
.sitemapBtn a:link {color:#ffffff;}
.sitemapBtn a:visited {color:#999999;}
.sitemapBtn a:hover{color:#FF777;}

.sitemapall_btn{display:inline-block;
background:#FE6D4C;
border-radius:3px;
height:20px;line-height:20px;
padding:0 7px 0 7px;margin:0 0 0 0;
text-transform:uppercase;/*!영문대문자로 임의변경 */
font-weight:600; color:#fff;
font-size:8pt; float:left;letter-spacing: -1px;}

.sitemapall_btn:link {background:#FE6D4C;text-decoration:none;color:#ffffff;}
.sitemapall_btn:visited {background:#FE6D4C;text-decoration:none;color:#ffffff;}
.sitemapall_btn:hover{background:#32B0B8;text-decoration:none;color:#fff;}


/*orange 대형*/
.bbsBtn08{ width:131px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle; 
			font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
			background: url('../images/bbs_btn_orange2.png') no-repeat right top; 
			font-size:10pt;letter-spacing: -1px;}
.bbsBtn08 a:link {color:#ffffff;}
.bbsBtn08 a:visited {color:#ffffff;}
.bbsBtn08 a:hover{color:#FF777;}


/*메인공지사항링크*/
.btn_news { height:22px; color:#546687; font: 12px/14px 'NanumGothic',ng;display:inline-block;padding:5px 0 0px 0;text-decoration:none !important;
	box-shadow: 0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;-moz-box-shadow: 0px 0px 0px; background-color:}
.btn_news:hover{ height:22px;color:#fff; background-color:#6C82AA; font:bold 12px/14px 'NanumGothic',ng;display:inline-block;} 
a.btn_news { color:#546687;  letter-spacing: -1px;}
a.btn_news a:link {color:#546687; text-decoration:none;}
a.btn_news a:visited {color:#546687;}


/*상단가이드 메뉴링크*/
.btn_guide { border-radius:2px;  color:#fff; font-size:8pt; font-family:"NanumGothicBold",'NanumGothic',sans-serif;display:inline-block;padding:4px 4px 4px 4px;text-decoration:none;
	box-shadow: 0px 0px 0px;-webkit-box-shadow: 0px 0px 0px;-moz-box-shadow: 0px 0px 0px; background-color:}
.btn_guide:hover{ color:#fff; background-color:#888; font-size:8pt; font-family:"NanumGothicBold",'NanumGothic',sans-serif;display:inline-block;}
a.btn_guide { color:#999;font-size:8pt  letter-spacing: -1px; font-family:"NanumGothicBold",'NanumGothic',sans-serif;}
a.btn_guide a:link {color:#ffffff;font-size:8pt text-decoration:none; font-family:"NanumGothicBold",'NanumGothic',ng;}
a.btn_guide a:visited {color:#ffffff;font-size:8pt font-family:"NanumGothicBold",'NanumGothic',sans-serif;;}



/*하단 관련 사이트링크 화살표버튼*/
.searchD { border-radius:5px;  
color:#fff; font-size:8pt; padding:3px 7px 3px 7px; 
margin:0 10px 0 10px; text-decoration:none !important; 
text-align:center; background-color:#FFF;
border:1px; border-color:#ddd; border-style:solid;
}
a.searchD:hover{ color:#888888; background-color:#E1E1E1;  letter-spacing: -1px; font-size:8pt; text-align:center;border:1px; border-color:#bbb; border-style:solid;}
a.searchD a:link {color:#888888; text-decoration:none;}
a.searchD a:visited {color:#888888;}



/*========================================================= Main 콘텐츠 영역==================== */
/* 메인컨텐츠 제목글 속성 */
.selltitle{margin:0; font-size:20px; color:#666666; font-family:"NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;letter-spacing: -1px;}	/* 메인타이틀 글 */

/* 메인전체틀 속성 */
.contentsW{ background:url() repeat-x; position:relative; background-color:#fff; padding:10px 10px 30px 10px; }
.contentsT{width:960px; margin:0 auto;}

/*========================================================= Main 콘텐츠 영역==================== */



/*==================서브페이지 영역==================== */
/*common layout*/
.Item_wrap{margin:0 auto; padding-bottom:0px;}


/*페이지 전체 테두리 지정*/
#sub #bodycontent{margin:0 auto 10px; min-height:622px; border:0px solid #fff; padding-top:0}
#sub #bodycontent .blank_cont{padding:10px 0px 0;overflow:hidden;}
#sub #bodycontent .tebmenu {padding:10px 0px 0px;overflow:hidden;}

/*좌측 제목타이틀 아이콘 및 제목설정*/
h2.tit{background:url(../images/pagetitle_iconl.gif) no-repeat 0 0; font-family:'NanumGothicBold', "NanumGothic", "Dotum", "돋움", "Arial", "Helvetica", Dinmed,sans-serif; font-size:2.0em; color:#1e1b1a; line-height:100%; margin-bottom:25px;padding-top:6px}


/*main and media common*/
@media(max-width:480px){
/*전체배경및상단여백:containerItem*/
#containerItem{margin-top:0px; background:url() repeat-x;}
.Item_wrap{width:100%;}
/*sub*/
.info_cont{float:none;width:100%; margin:0 auto; height:auto;padding-bottom:20px;padding-top:20px; background:none}
.spec_cont{width:95%;padding:10px;}
img.list_resize_photo {
  width:350px;
  max-width: 100%;
  height: auto;
}
.bbs2 { color:#5d5d5d; 
font-size: 10pt; 
letter-spacing: -1px;}
.bbs_newsA {  color:#5d5d5d; font-size: 10pt; letter-spacing: -1px;}
.noneboard{display:;}/*주소록카테고리 오픈*/
.noneboarddisplay {display:none;}/*주소록카테고리 숨김*/


/*로테이트 베너 링크 버튼처리*/
.esensbtn-rotatelink{display:inline-block;
background:#32B0B8; 
border-radius:3px;
height:12px;
padding:15px; margin:6px 1px 0 1px;
font:bold 14px/14px "NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
color:#fff;text-shadow:none}
.esensbtn-rotatelink:link{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:visited{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:hover{background:#ED7272;text-decoration:none;color:#fff;}

}

/*mobile and mini- tablet*/
@media (min-width:481px) and (max-width:640px){/*mobile and mini- tablet*/
/*전체배경및상단여백:containerItem*/
#containerItem{margin-top:0px; background:url() repeat-x;}
.Item_wrap{width:98%;}
/*sub*/
.info_cont{float:none;width:100%; height:auto;padding-bottom:20px;padding-top:20px; background:none}
.spec_cont{width:95%;padding:10px;}
img.list_resize_photo {
  width:190px;
  max-width: 1500px;
  height: auto;margin: 5px;
}
.bbs2 { color:#5d5d5d; 
font-size: 11pt; 
letter-spacing: -1px;}
.bbs_newsA {  color:#5d5d5d; font-size: 10pt; letter-spacing: -1px;}
.noneboard{display:;}/*주소록카테고리 오픈*/
.noneboarddisplay {display:none;}/*주소록카테고리 숨김*/

/*로테이트 베너 링크 버튼처리*/
.esensbtn-rotatelink{display:inline-block;
background:#32B0B8; 
border-radius:3px;
height:12px;
padding:15px; margin:6px 1px 0 1px;
font:bold 14px/14px "NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
color:#fff;text-shadow:none}
.esensbtn-rotatelink:link{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:visited{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:hover{background:#ED7272;text-decoration:none;color:#fff;}
}

/*tablet*//*768(611)*/
@media (min-width:641px) and (max-width:959px){/*tablet*//*768(611)*/
/*전체배경및상단여백:containerItem*/
#containerItem{margin-top:0px; background:url() repeat-x;}
.Item_wrap{margin:0 auto; width:98%;}
/*sub*//*pc*//*768(611)*/
.info_cont{float:none;width:100%; height:auto;padding-bottom:20px;padding-top:20px; background:none}
.spec_cont{width:95%;padding:10px;}
img.list_resize_photo {
  width:200px;
  max-width: 1500px;
  height: auto;margin: 5px;}
.bbs_newsA {  color:#5d5d5d; font-size: 11pt; letter-spacing: -1px;}
.noneboard{display:;}/*주소록카테고리 숨김*/
.noneboarddisplay {display:none;}/*주소록카테고리 오픈*/

/*로테이트 베너 링크 버튼처리*/
.esensbtn-rotatelink{display:inline-block;
background:#32B0B8; 
border-radius:3px;
height:12px;
padding:15px; margin:6px 1px 0 1px;
font:bold 14px/14px "NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
color:#fff;text-shadow:none}
.esensbtn-rotatelink:link{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:visited{background:#32B0B8;text-decoration:none;color:#fff;}
.esensbtn-rotatelink:hover{background:#ED7272;text-decoration:none;color:#fff;}
}


@media (min-width:960px) and (max-width:5000px){/*pcweb*/ /*1232(5000)*/
/*전체배경및상단여백:containerItem*/
#containerItem{margin-top:0px; background:url() repeat-x;}
.Item_wrap{margin:0 auto; width:960px;}
.info_cont{float:none;width:100%; height:auto;padding-bottom:20px;padding-top:20px; background:none}
.spec_cont{width:940px;padding-left:10px;}
img.list_resize_photo {
  width:210px;
  max-width: 1500px;
  height: auto;margin: 5px;
}
.noneboard{display:none;}/*주소록카테고리 숨김*/
.noneboarddisplay {display:;}/*주소록카테고리 오픈*/

}
/*======서브페이지 영역====== */


/* =======견적의뢰폼 모바일에선 숨김======== */
#requestwrap{padding:0px 0px 0px;}
#request .request_mb{display:none;}




/* =======서브페이지2단나누기========== */
/*좌측단*/
.info_subpage{float:left; width:45%; max-width:400px; background:url() no-repeat 100% 100%}
/*우측단*/
.rightspec_cont{float:right; max-width:560px; width:55%}
.info_subpage.page_left{ background:url() no-repeat 100% 84.4%}
.api_sec{width:100%;}
/*우측하단*/
.map_aside{width:100%; overflow:hidden;}
.sns{float:right; width:203px}
.sns li{float:left; width:47px; height:41px; margin-left:5px}
.sns li:first-child{margin-left:0}
.sns li img{width:100%;}
.blind{position:absolute;left:-9999px;top:0;overflow:hidden; height:0;width:0;}
.info_subpage_map{float:left; width:45%;  padding-right:20px;}
.rightspec_cont_map{float:right; width:55%}

/*main and media common*/
@media(max-width:480px){
#subpage_contents{width:100%; max-width:404px; min-width:320px; margin:0 auto 10px; padding-top:0;}
.map_aside{width:203px; margin:0 auto}
.sns{float:none; overflow:hidden; width:100%}
.info_subpage{float:none;width:100%; height:auto; background:none}
.info_subpage.page_left{background:none; height:auto;}
.rightspec_cont{float:none;width:100%; padding-bottom:39px}
.rightspec_cont input[type=text]{width:95.5%; max-width:95.5%}
.api_sec{width:100%; height:362px;}
.info_subpage_map{float:left; width:100%; padding-bottom:39px}
.rightspec_cont_map{float:left; width:100%}
}


@media (min-width:481px) and (max-width:640px){/*mobile and mini- tablet*/
#subpage_contents{width:404px; margin:0 auto 10px; padding-top:0;}
.map_aside{width:203px; margin:0 auto}
.sns{float:none; overflow:hidden; width:100%}
.info_subpage{float:none;width:100%; height:auto; background:none}
.info_subpage.page_left{background:none; height:auto;}
.rightspec_cont{float:none;width:100%; padding-bottom:39px}
.rightspec_cont input[type=text]{width:95.5%; max-width:95.5%}
.api_sec{width:100%; height:362px;}
.info_subpage_map{float:left; width:100%; padding-bottom:39px}
.rightspec_cont_map{float:left; width:100%}
}


@media (min-width:641px) and (max-width:959px){/*tablet ~pc*//*768(611)*/
/*sub*/
.info_subpage{float:none;width:100%; height:auto; background:none}
.rightspec_cont{float:none;width:100%; padding-bottom:39px}
.info_subpage.page_left{background:none; height:auto;}
.api_sec{width:100%; height:569px;}
.info_subpage_map{float:left; width:100%; padding-bottom:39px}
.rightspec_cont_map{float:left;  width:100%}

}



/*메인 진열형태 (게시판.제품.갤러리.고객센터.베너) Isotope CSS : 시작*/
#wrapMain {width: 960px;margin: 0 auto;}
#wrapMain #imglistBox {margin: 0 auto;}
#imglistBox .main_long_item {width: 570px; height: 200px;  padding-top:40px; padding-right:20px;}/*제품*/
#imglistBox .main_large_notice {width: 380px; height: 200px;  padding-top:40px;}/*공지*/
#imglistBox .main_small_photo {width: 360px; height: 260px; padding-top:80px;padding-right:20px;}/*갤러리*/
#imglistBox .main_small_cs {width: 280px; height: 260px;  padding-top:80px;padding-right:20px;}/*고객센터*/
#imglistBox .main_small_banner {width: 280px; height: 260px;  padding-top:80px;}/*베너*/
.itemR_hidden{display: block;}
.itemH_hidden{display: none;}
.itemM_hidden{display: none;}
.photoP_hidden{display: block;}
.photoM_hidden{display: none;}
.noticeP_hidden{display: block;}
.noticeT_hidden{display: none;}

@media(max-width:480px){
#wrapMain {width:100%;}
#wrapMain #imglistBox {margin: 0 auto;}
#imglistBox .main_mobile_item {width: 100%; height: 180px;  padding-top:30px;}/*제품*/
#imglistBox .main_large_notice{width:100%; height:175px;  padding-top:40px;}/*공지*/
#imglistBox .main_small_photo {width: 100%; height: 160px; padding-top:40px;padding-right:20px;}/*갤러리*/
#imglistBox .main_small_banner {display: none; padding-top:0px; height: 0px;}/*베너*/
#imglistBox .main_small_cs {width: 100%;  height: 150px; padding-top:0px;}/*고객센터*/
.itemR_hidden{display: none;}
.itemH_hidden{display: none;}
.itemM_hidden{display: block;}
.photoP_hidden{display: block;}
.photoM_hidden{display: none;}
.noticeP_hidden{display: block;}
.noticeT_hidden{display: none;}
}

@media (min-width:481px) and (max-width:879px){/*mobile and mini- tablet*/
#wrapMain {width:100%;}
#wrapMain #imglistBox {margin: 0 auto;}
#imglistBox .main_mobile_item {width: 100%; height: 200px;  padding-top:20px;}/*제품*/
#imglistBox .main_large_notice{width:100%; height:220px; padding-top:40px;}/*공지*/
#imglistBox .main_small_photo {width: 100%; height: 200px; padding-top:10px;padding-right:20px;}/*갤러리*/
#imglistBox .main_small_banner {display: none; padding-top:0px; height: 0px; }/*베너*/
#imglistBox .main_small_cs {width: 100%; height: 150px;  padding-top:0px;}/*고객센터*/
.itemR_hidden{display: none;}
.itemH_hidden{display: block;}
.itemM_hidden{display: none;}
.photoP_hidden{display: none;}
.photoM_hidden{display: block;}
.noticeP_hidden{display: none;}
.noticeT_hidden{display: block;}
}

@media (min-width:880px) and (max-width:1139px){/*tablet ~pc*/
#wrapMain {width:100%;}
#wrapMain #imglistBox {margin: 0 auto;}
#imglistBox .main_mobile_item {width: 100%; height: 230px;  padding-top:20px;}/*제품*/
#imglistBox .main_large_notice{width:49%; height:220px; padding-top:60px;padding-right:40px;}/*공지*/
#imglistBox .main_small_photo {width: 50%; height: 230px; padding-top:60px;}/*갤러리*/
#imglistBox .main_small_banner {width: 36%; height: 200px;  padding-top:60px;}/*베너*/
#imglistBox .main_small_cs {width: 50%; height: 200px;  padding-top:60px;}/*고객센터*/
.itemR_hidden{display: none;}
.itemH_hidden{display: block;}
.itemM_hidden{display: none;}
.photoP_hidden{display: block;}
.photoM_hidden{display: none;}
}


.element {
	width: 150px;
	height: auto;
	margin: 0;
	float: left;
	overflow: hidden;
	position: relative;
}
.element_item {
	width: 150px;
	height: auto;
	margin: 0 0 10px 0;
	float: left;
	overflow: hidden;
	position: relative;
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/**** 메인 진열형태 Isotope styles end ****/



/* ----라운드 button IE10 이하 ---- */
.box_button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEEEEE;
  border: none; 
  width:80px;
  height:65px;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-weight: 500;
  text-shadow: 0 1px white;
  cursor: pointer;
  font-family:"NanumGothicBold", "돋움";
}

.box_button:hover { background-color: #8CF;  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);  color: #222;}
.box_button:active,
.box_button.is-checked { background-color: #28F;}
.box_button.is-checked { color: white;  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);}
.box_button:active {  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);}

.button-group .box_button { float: left;  border-radius: 0;  margin-right: 1px;}
.button-group .box_button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .box_button:last-child { border-radius: 0 0.5em 0.5em 0; }

.bar_button {
  display: inline-block;
  padding:10px 10px 10px 10px;
  background: #fff;
  border: none; 
  width:100%;
  height:48px;
  border-radius: 0;
  background-image:linear-gradient(	0deg,rgb(243, 243, 243),rgb(255, 255, 255));
  color: #222;
  font-weight: 300;
  text-shadow: 0 1px white;
  font-family:"NanumGothicBold", "돋움";
  text-align:left; 
  border-top:2px solid #5C5C5C;
  border-bottom:1px solid #CBCBCB;
}
.bar_button2 {
  padding:10px 10px 10px 10px;
  background: #fff;
  border: none; 
  width:100%;
  height:28px;
  border-radius: 0;
  background-image:linear-gradient(	0deg,rgb(243, 243, 243),rgb(255, 255, 255));
  color: #222;
  font-weight: 300;
  text-shadow: 0 1px white;
  font-family:"NanumGothicBold", "돋움";
  text-align:left; 
  border-top:2px solid #5C5C5C;
  border-bottom:1px solid #CBCBCB;
}

.sens_button801 {display:inline-block;
background:#68B5B9;
text-align:center;
border-radius:3px;
height:25px; width:60px;
padding:4px 7px 0 7px;margin:0 1px 0 0;
font-size:10pt;letter-spacing: -1px;font-weight:900}
.sens_button801:link { color:#fff;}
.sens_button801:visited { color:#fff;}
.sens_button801:hover { color:#fff;}

.sens_button802 {display:inline-block;
background:#F49090;
text-align:center;
border-radius:3px;
height:25px; width:60px;
padding:4px 7px 0 7px;margin:0 1px 0 0;
font-size:10pt;letter-spacing: -1px;font-weight:900}
.sens_button802:link { color:#fff;}
.sens_button802:visited { color:#fff;}
.sens_button802:hover { color:#fff;}
/* ----라운드 button ---- */




/* 제품확대보기및 각팝업창/ 레이어 모달팝업 */
.esensWindow {
    display: none;
    z-index:999999;
    position: fixed;
    top: 1%;
	bottom: 1%;
    left: 20%;
    
    margin-left: 0;
	margin: 5%;
    width: 600px;
	border-radius: 20px;
    background-color: #fff;
    color: #5d5d5d;
    border: 3px solid #5d5d5d;

    padding: 10px;
}

.esensOverlay { background-color: #000; }

* iframe.esensjqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .esensWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.noneesens_pop { display:block;}
.noneesens_pop_m { display:none;}

@media(max-width:480px){
.pagevisual_slogon{padding-top:70px;}

.esensWindow{width:90%;overflow-y: scroll; left: 0;margin: 1%;border: 1px solid #5d5d5d;}
.noneesens_pop { display:none;}
.noneesens_pop_m { display:block;}

}

@media (min-width:481px) and (max-width:640px){/*mobile and mini- tablet*/
.esensWindow {width:90%;overflow-y: scroll; left: 0;margin: 1%;border: 1px solid #5d5d5d;}
.noneesens_pop { display:none;}
.noneesens_pop_m { display:block;}

}

@media (min-width:641px) and (max-width:959px){/*tablet ~pc*//*768(611)*/
.esensWindow {width:90%;overflow-y: scroll; left: 0;margin: 1%;border: 1px solid #5d5d5d;}
.noneesens_pop { display:block;}
.noneesens_pop_m { display:none;}

}
/* 제품확대보기및 각팝업창/ 레이어 모달팝업  end*/




/*레이어 중앙처리*/
.full_layer {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:200;}
	.full_layer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
	.full_layer .pop-layer {display:block;}

.pop-layer {display:none; position: absolute; top: 50%; left: 50%; width: 95%; height:auto;  background-color:#fff; border: 5px solid #5d5d5d; z-index: 10;}	
.pop-layer .pop-container {}
.pop-layer p.ctxt {color: #666; line-height: 25px;}
.pop-layer .btn-r {width: 100%; margin:0px 0 0px;border-top: 1px solid #fff; text-align:right;}



/* 테이블(table, td) 테두리 border처리 */

.table_all{border: 3px solid #333; padding:5px;}
.tabletd_all{border:1px solid #ddd;  font-family:'NanumGothic',  "Dotum", "돋움", "Arial", "Helvetica", sans-serif; 
	font-size:11pt; padding:5px;}
.tabletd_small{border:1px solid #333;text-align:left; font-family:'NanumGothic',  "Dotum", "돋움", "Arial", "Helvetica", sans-serif;
	font-size:10pt; padding:5px;}
.tablemenutd{border:1px solid #999; padding:5px;}
.tabletd_all2{border:1px solid #333;  font-family:'NanumGothic',  "Dotum", "돋움", "Arial", "Helvetica", sans-serif; 
	font-size:10pt; padding:5px;}
.tabletd_all2:hover{background:#efefef;}

.jointable_all {border-top:2px solid #555;border-bottom:1px solid #555;}
.jointable_td {border-bottom:1px solid #555;  height:45px; padding:0 10px 0 10px;}
.jointable_tdS {border-bottom:1px solid #555; height:45px; padding:0 5px 0 5px;}
.jointable_tdP {border-bottom:1px solid #ddd; height:25px; padding:0 5px 0 5px;}
.jointable_tdM {border-bottom:1px solid #555; height:25px; padding:0 2px 0 2px;}
.jointable_tdADD {border-bottom:1px solid #ddd; height:45px; padding:0 10px 0 10px;}


.jointable_td_color {color:#ffffff;}
.jointable_td_border1 {border-right:1px solid #555;}
.jointable_td_border2 {border-left:1px solid #555;}
.jointable_td_border3 {border-right:1px solid #ddd;}
.jointable_all2 {border:1px solid #555; padding:10px;}
.jointable_td_border4 {border-bottom:1px solid #ddd;  height:45px; padding:3px 10px 3px 10px;}
/* 테이블(table, td) 테두리 border처리  End*/




/* 서브페이지 상단 텝메뉴 버튼처리 */

/* -- 메뉴버튼줄간격 -- */
.lineheigh_sens .button2014esens { margin-bottom: 2px;}

/* -- 전체가로사이즈 -- */
.buttonprimary-content {margin-bottom: 20px; padding-bottom:5px; border-bottom: 1px solid #ddd; }

/* tablet-ish */
@media screen and ( min-width: 800px ) {
  .buttonprimary-content { margin-left: 0; }}

/* desktop */
@media screen and ( min-width: 960px ) {
  .buttonprimary-content {   margin-right: 0; }}


/* -- 버튼 -- */
.button2014esens {
  display: inline-block;
  padding: 15px 25px 15px 25px;
  background: #97BCCE;
  border: none;
  border-radius: 4px;
  color: #222;
  font-weight: 500;
  cursor: pointer;
  font-family:"NanumGothicBold", "NanumGothic", "돋움";
}
.button2014esens:link {color: #fff;}
.button2014esens:hover { background-color: #FA8A71;  color: #222;}
.button2014esens:active,.button2014esens.sensbutton-checked { background-color: #FA8A71;}
.button2014esens.sensbutton-checked {  color: white;}
/* 서브페이지 상단 텝메뉴 end */

/* ----버튼중앙정렬 ---- */
#btncenter_warp { width:100%;}
.btncenter_container {height:60px; width:250px; margin:0 auto; vertical-align:middle}
.btncenter_container1 {height:60px; width:100px; margin:0 auto; vertical-align:middle}
.btncenter_container2 {height:60px; width:140px; margin:0 auto; vertical-align:middle}
.btncenter_container3 {height:60px; width:240px; margin:0 auto; vertical-align:middle}
.btncenter_container4 {height:60px; width:300px; margin:0 auto; vertical-align:middle}
.btncenter_container5 {height:auto; width:600px; margin:0 auto; vertical-align:middle}
.btncenter_containerS { width:100%; margin:0 auto;}


/* 우측 탑 버튼  */
#elevator_item_sens {
width: 60px;
height: 100px;
position: fixed;
right: 15px;
bottom: 10px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item_sens.off {
opacity: 0;
visibility: hidden
}
#elevator_sens_btn {
display: block;
width: 60px;
height: 50px;
background: url(../images/icon_top.png) center center no-repeat;
background-color: #444;
background-color: rgba(0,0,0,.3);
border-radius: 10px;
box-shadow: 0 1px 3px rgba(0,0,0,.3);
cursor: pointer;
margin-bottom: 7px
}
#elevator_sens_btn:hover {
background-color: rgba(206,121,102,.7)
}
#elevator_sens_btn:active {
background-color: rgba(206,121,102,.75)
}
/*우측 탑 end */

#btncenter_warplogo { width:100%;}
.btncenter_containerlogo {height:70px; width:240px; margin:0 auto; vertical-align:middle}

@media screen and ( max-width: 480px ) {
.btncenter_container4M {height:60px; width:300px; margin:0 auto; vertical-align:middle}
}
@media (min-width:1px) and (max-width:479px){
.btncenter_containerlogo {display: none;}
}

.sens_body { color:#777777; font-size: 11px; font-family:  "NanumGothic","돋움", "Dotum", "Tahoma", "Helvetica", sans-serif;}
.sens_body2 { color:#777777; font-size: 12px;}

/*===============================================================서브페이지상단 비주얼이미지*/
html,  body, .bg {height: 250px;margin-top:50px;}
img {border: 0;vertical-align: middle;}

.bg {position: relative;min-height: 100%; box-shadow: 0px 0px 50px  rgba(0, 0, 0, 0.2); }

/*서브상단배경*/
.bbssection{border-top: 1px solid #ddd;	padding-top:30px;width:100%;}
.bodycontent {margin:0 auto; width:985px;}
.bbssection_foot{margin-bottom:150px;width:100%;}


/*풀스크린 : 이미지크기 고정*/
.fsr-container {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fsr-element {position: absolute;}
.fsr-hidden {display: none;}

* {padding: 0;margin: 0;outline: 0;}

#layer1_pagetitle h2.pagevisual_slogon{ 
	position:absolute; 
	margin-top:180px; 
	width:100%; 
	z-index:2;
	color:#ffffff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
	opacity: 0.8;
	font-family: 'Archivo Black','NanumGothic',  "Dotum", "돋움", "Arial", "Helvetica", sans-serif ; 
	font-size:70px;
	padding-top:200px;
	margin:0 auto;
}



.bg_noneesens_pc {display:block;}
#ulleftw {display:block;}
.bg_noneesens_mobile {display:none;}


@media (min-width:960px) and (max-width:5000px){
html,  body, .bg {height: 250px;margin-top:50px; border-bottom: 1px solid rgba(255,255,255,0.1);}


#layer1_pagetitle h2.pagevisual_slogon {
	position:absolute; 
	max-width:1100px;
	margin-top:100px; 
	width:100%; 
	z-index:2;
	color:#ffffff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
	opacity: 0.8;
	font-family: 'Archivo Black','NanumGothicBold','NanumGothic',  "Dotum", "돋움", "Arial", "Helvetica", sans-serif ; 
	text-align:right;
	font-size:70px;
	padding-top:150px;
	margin:0 auto;
}
.bg_noneesens_pc {display:block;}
#ulleftw {display:block;}
.bg_noneesens_mobile {display:none;}
.rotat_banner_v2 {display:block; margin-top:30px;}
.resize_gallerybbs { /*포토갤러리 게시판*/
 width: 100%;
 max-width: 950px;
 height: auto;
 float: left;
 margin:5px;
}

}


@media (min-width:100px) and (max-width:959px){
html,  body, .bg {height: 200px;margin-top:0px; border-bottom: 1px solid rgba(255,255,255,0.1);}


#layer1_pagetitle h2.pagevisual_slogon {
	position:absolute;
	color:#ffffff;
	font-family:'Archivo Black','NanumGothicBold', "NanumGothic", "Dotum", "돋움", "Arial", "Helvetica", sans-serif; 
	letter-spacing: -3px;
	text-align:center;
	font-size:40px;
	padding-top:100px;
	max-width:960px;
	margin:0 auto;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.bg_noneesens_pc {display:none;}
#ulleftw {display:none;}
.bg_noneesens_mobile {display:block;}
.rotat_banner_v2 {display:none;}
.resize_gallerybbs { /*포토갤러리 게시판*/
 width: 100%;
 max-width: 900px;
 height: auto;
 margin:5px;
}

}

/*=========================================End======================서브페이지상단 비주얼이미지*/

/*구글맵 테두리*/
.tableborder_sens {border: 3px;border-width:1; border-color:#EC8139; border-style:dotted;}

/*게시판 탭메뉴 */
@media screen and ( max-width: 5000px ) {
	.btabm_hidden{display: block;}
	.btabm_m_hidden{display: none;}
}
@media screen and ( max-width: 1140px ) {
	.btabm_hidden{display: none;}
	.btabm_m_hidden{display: block;}
}

/*북마크영역*/
#page_divcont {margin:0 auto; width:960px; background-color:#ffffff;} 
#page_divLeft {clear:both; float:left; width:20%;padding-right:10px;} 
#page_divright {float:left; width:80%;} 

@media (min-width:180px) and (max-width:640px){/*mobile and mini- tablet*/
#page_divcont {margin:0 auto; width:100%; background-color:#ffffff;} 
#page_divLeft {clear:both; float:left; width:100%; padding-bottom:20px; padding-top:20px;} 
#page_divright {float:left; width:100%;} 
}

@media (min-width:641px) and (max-width:959px){/*tablet ~pc*//*768(611)*/
#page_divcont {margin:0 auto; width:100%; background-color:#ffffff;} 
#page_divLeft {clear:both; float:left; width:20%;padding-right:10px;} 
#page_divright {float:left; width:80%;} 
/*북마크영역 End*/
