@charset "euc-kr";

/**********************************아이콘 폰트*********************************/
@import url(fontawesome_font.min.css);
@import url(lineicon_font.min.css);
@import url(sosa_font.min.css);
/* @import url(icomoon_font.css); */
/**********************************아이콘 폰트*********************************/


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

/*구글, 무료웹폰트**** www.google.com/fonts **/
@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); /*영문폰트 필기체-제목체*/
@import url(http://fonts.googleapis.com/css?family=Ramaraja);
@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Righteous);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/*무료웹폰트 / 월1000뷰 이상 폰트멈춤, 그 이상시 유료전환 typolink.co.kr*/
/* @import url(http://api.typolink.co.kr/css?family=RixSGo+L:400|RixSGo+M:400|RixSGo+B:400|RixSGo+EB:400); */



/*기본*/
html,body,h1,h2,h3,h4,h5,h6,ul,dl,dt,dd,ol,li,div,p,table,th,td,form,fieldset,legend,input,textarea,button,select,span{
	margin:0;
	padding:0;
	font-size:11pt;
	font-family:'Noto Sans KR', sans-serif, 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}
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;
	font-family: 'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	margin-top:0;margin-bottom:0
	font-size:11pt;
}
address,em{font-style:normal}
hr{display:none}
p {
	border:0;
	margin:0; 
	padding:0; 
	font-family: 'Noto Sans KR', sans-serif, 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}

ul.plain,ul.plain ul,ul.plain ol,ol.plain,ol.plain ul,ol.plain ol,ul.inline,ol.inline,ul.collapse,ol.collapse
{padding-left:0;list-style-type:none}
ul.plain ul,ul.plain ol,ol.plain ul,ol.plain ol,ul.inline ul
,ul.inline ol,ol.inline ul,ol.inline ol,ul.collapse ul,ul.collapse ol
,ol.collapse ul,ol.collapse ol{margin-top:0;margin-bottom:0}
dl.plain dt{font-weight:inherit}
ul.inline.right,ol.inline.right,dl.inline.right{text-align:right}
ul.inline.center,ol.inline.center,dl.inline.center{text-align:center}
ul.inline > li,ol.inline > li,dl.inline > dt,dl.inline > dd{display:inline}
ul.collapse,ol.collapse,dl.collapse{float:left;clear:none}
ul.collapse.right,ol.collapse.right,dl.collapse.right{float:right}
ul.collapse > li,ol.collapse > li,dl.collapse > dt,dl.collapse > dd{float:left;clear:none}
ul ul,ul ol,ol ol,ol ul{margin-top:0;margin-bottom:0}
ul,ol,pre,blockquote{margin-top:0;margin-bottom:0}
ul, ol {list-style-type:none;}

/*common*/
html {overflow-x: hidden;/*min-width:1028px;*/}
body,html{
	margin:0 auto;
	/* line-height: 1.8; */
	font-size:11pt;
	color:#333;
	font-family:'Noto Sans KR', sans-serif, 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}

textarea,input,select{  
	font-size:10pt; 
	color:#333;
	vertical-align:middle;
	font-family:'Noto Sans KR', sans-serif, 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}

img, fieldset, hr {border:0; margin:0; padding:0;}
img {max-width:100%; height:auto;}



input[type='submit'],input[type='text'],textarea {-webkit-appearance:none;}
button, label{cursor:pointer}

A:link    { 
	color:#333; 
	text-decoration:none;
}
A:visited { color:#333; text-decoration:none;}
A:active  { color:#333; text-decoration:none;}
A:hover   { color:#145495; text-decoration:none;}

.hovercolor { color:#fff! important; 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	
}

hr{
	display: block; 
	height: 0; 
	border: 0; 
	border-top: 1px solid rgba(0,0,0,0.1);  /*메인 페이지간 경계라인*/
	border-bottom: 1px solid rgba(255,255,255,0.2);   /*메인 페이지간 경계라인*/
	margin: 15px 0 15px 0; 
	padding:0 0 0 0;
}

/* 마우스 드래그할때 속성값 */
::selection{background:#a3a3a3; color:#fff}
::-moz-selection{background:#EDFFB7;color:#333}


@media screen and (max-width: 1024px) {
html,body,h1,h2,h3,h4,h5,h6,ul,dl,dt,dd,ol,li,div,p,table,th,td,form,fieldset,legend,input,textarea,button,select,span{
	margin:0;
	padding:0;
	font-size:10pt;
}
html {overflow-x: hidden;/*min-width:1028px;*/}
body,html{
	margin:0 auto;
	line-height: 1.8;
	font-size:9pt;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	}
}


#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;
}

/*빈공간처리*/
.space_line { display:block; padding: 2em;} /*빈공간*/
.spaceline01 { 
	height:5em;
	position:relative;   
	display:block; 
	}
.spaceline02 { 
	/* height:1em;
	position:relative;   
	display:block;  */
	display:none;
	}
.spaceline03 {  /*좌우빈공간처리*/
	position:relative; 
    padding: 2px 10px;
	}
.spaceline04 {  /*좌우빈공간처리*/
	position:relative; 
    padding: 2px 5px;
	}

.spaceline05 {
	position:relative; 
    margin:5px 0 8px 0;
	border-bottom: 1px solid #efefef;
	display:block; 
	}
.spaceline06 {
	position:relative; 
    margin:3px 0 3px 0;
	border-bottom: 1px solid #f8f8f8;
	display:block; 
	}

.row-content.buffer,
.row-content.buffer-top {
    padding-top: 0;
}

.spaceline07 {
	position:relative; 
    margin:10px 0;
	border-bottom: 1px solid #E6E6E6;
	display:block; 
	}
.spaceline07-1 {
	position:relative; 
    margin:10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display:block; 
	}
.spaceline08 {
	position:relative; 
    margin:1em 0 1em 0;
	border-bottom: 1px solid #f5f5f5;
	display:block; 
	}

.spaceline09 {
	position:relative; 
	border-top: 1px solid #ddd;
	display:block; 
	}

.spacelin10 { 
	height:4em;
	position:relative;   
	display:none; 
	}

.spacelin11 { 
	height:1em;
	position:relative;   
	display:block; 
	}
.spaceline12 {
	position:relative; 
    margin:1em 0 1em 0;
	border-bottom: 1px solid #E6E6E6;
	display:block; 
	}
.spaceline13 {
	position:relative; 
    margin:1em 0 1em 0;
	border-bottom: 1px solid #ccc;
	display:block; 
	}
.spaceline14 {
	position:relative; 
    margin:2em 0 2em 0;
	border-bottom: 1px solid #ccc;
	display:block; 
	}
.spaceline15 {
	display: block; 
	border-top: 1px solid rgba(0,0,0,0.1);  /*메인 페이지간 경계라인*/
	border-bottom: 1px solid rgba(255,255,255,0.2);   /*메인 페이지간 경계라인*/
}
.spaceline16 { 
	height:2em;
	position:relative;   
	display:block; 
	border-top: 1px solid rgba(0,0,0,0.05);
		box-shadow: #fff 0px 2px 2px;
	-webkit-box-shadow: #fff 0px 2px 2px;
	-moz-box-shadow: #fff 0px 2px 2px;
	background-color:#fff;  
	}

 /*섹션별 라인처리*/
.article_line_sens { 
	position: relative; 
	border-bottom: 1px solid #E6E6E6; 
	padding: 10px 0; }

.article_line_sens { list-style: disc; margin: 0 0 0 0; }
.article_line_sens:first-child { padding-top: 0; }
.article_line_sens:after { 
	content: ''; 
	position: absolute; 
	bottom: -5px; 
	margin-left: -4.5px; 
	left: 50%; 
	width: 7px; 
	height: 7px; 
	border-radius: 50%; 
	border: 1px solid #E6E6E6; 
	background: #fff; }

.article_line_sens:before { 
	content: ''; 
	position: absolute; 
	bottom: -7px; 
	margin-left: -7.5px; 
	left: 50%; 
	width: 15px; 
	height: 15px; 
	background: #fff; }	
 /*End*/




/*사이트맵*/
.sitemap_A { /*  padding-left:7px; */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:#626262; float:left;
				}
.sitemap_D:link{/* background:#409DD3; */text-decoration:none;color:#626262;}
.sitemap_D:visited{/* background:#409DD3; */text-decoration:none;color:#626262;}
.sitemap_D:hover{/* background:#FE6D4C; */text-decoration:none;color:#626262;}

.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;
				}
.sitemap_E:link{background:#eeeeee;text-decoration:none;color:#333;}
.sitemap_E:visited{background:#eeeeee;text-decoration:none;color:#333;}
.sitemap_E:hover{background:#7A7A7A;text-decoration:none;color:#fff;}

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

	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;}



/*서브 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:#333; font-size: 14px;   }
.top_menu a:link {color:#333; text-decoration:none;}
.top_menu a:visited {color:#333;}
.top_menu a:hover{color:#F46060;}


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


/*상단가이드메뉴*/
.topguidemenu {
	color:#A6A6A6; 
	font-size: 11pt;  
	letter-spacing: -0.1em; 
}
.topguidemenu a:link {color:#A6A6A6; text-decoration:none;}
.topguidemenu a:visited {color:#A6A6A6;}
.topguidemenu a:hover{color:#FFFFFF;}
.text-sm-footer-line { padding:0 12px;  font-size:8pt; vertical-align: 10%;}



/*이미지 리사이즈*/
img {border: 0;vertical-align: middle;}

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;
}

img.list_resize_qna {
  max-width:100%;
  height: auto;
}
img.resize_gallerybbs { /*포토갤러리 게시판*/
	width: 1100px;
	height: auto;
	float: left;
	margin:10px;
}

img.list_resize_zoomitem { max-width: 440px;}



img.editor_resize { /*에디트에서 등록한 이미지 사이즈 속성*/
	max-width: 50%;
	width: 100%;
	height: auto;
	float: left;
	margin:10px;
}
img.resize_gallerybbs2 {
  width:100%;
  max-width:600px;
  height: auto;
}
img.itemview_detialimg_samll { /*에디트에서 등록한 이미지 사이즈 속성*/
	max-width: 50px;
	width: 50px;
	height: auto;
	float: left;
	margin:2px;
	cursor:pointer;
	border:1px solid #ddd;
}
img.itemview_detialimg_samll:hover { 
	cursor:pointer;
	border:1px solid #333;
}

img.resize_order_view2 {  /*주문내역 이미지 리스트*/
	width: 200px;
	min-width: 150px;
	height: auto;
	padding:5px;
	background:#ffffff; 
	border:1px solid #eee;
} 
	.resize_order_view2:hover {
		padding:5px; 
		background:#ffffff; 
		border:1px solid #aaa;	
		-webkit-transition: all 0.15s ease;
		-moz-transition: all 0.15s ease;
		-o-transition: all 0.15s ease;
		-ms-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}

/*이미지리사이즈*/
img.resize_order_view {  /*주문내역 이미지 리스트*/
	width: 100px;
	min-width: 70px;
	height: auto;
	padding:5px;
}
img.resize_item_view01 { 
	width: 150px;
	min-width: 100px;
	height: auto;
	padding:5px;
}

.img-visual { position:relative; }
@media screen and (max-width: 1200px) {
img.resize_gallerybbs { /*포토갤러리 게시판*/
	max-width:100%;
	width:100%;
}

.img-visual img { width:auto; height:auto;}
.footer_logo {display:none;}
}

@media screen and (max-width: 320px) {
	img.resize_item {  /*뉴스게시판리스트이미지*/
		width: 90%;
		height: auto;
	}
}
.icon_sens1 { 
	color:#333; 
	font-size: 16px; 
	background:url('../images/faq_icon2.gif') 0 10px 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;background:#ffffff; border-width:1px; border-color:#EEEEEE; border-style:solid;}
.images_sensS:hover {padding:5px;background:#ffffff; border-width:1px; border-color:#aaa; 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;    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; }
.enboldno { color:#FF0000; }
.enboldno2 { color:orange; }
.new_title { color:#00FFFF; }




.menu_bw { color:#4C4C4C; letter-spacing: -1px;}
.left_copy { color:#FED100; font-size: 10px;  }

.login { color:#333; }
.inputED {	 
	height:_height /**/:22px; 
	color:#000000; 
	background:#ffffff;    
	font-size:12px;
}
.login_check {
	color:#333; 
	font-size: 11pt; 
	text-align: center;	 
	height:24px; 
	letter-spacing: -1px;
	border-top: 2px solid #333; 
	border-bottom: 1px solid #aaa;
	padding:10px;
	}

.login_check_Foot { 
	font-size: 10pt; 	
	height:26px; 
	letter-spacing: -1px;
	border-top: 1px solid #ddd;
	padding:2px 0 2px 10px;
	background:url(../images/icon_subject2.gif) 0 12px no-repeat;
	}
.login_check_top {
	color:#333; 
	font-size: 9pt;	
	height:26px; 
	letter-spacing: -1px;
	padding:5px 0 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #333;
	background:url(../images/icon_subject2.gif) 0 12px no-repeat;
	}

/*메인공지사항*/
.notice_menu {
	color:#777; 
	font-size: 13px;
	letter-spacing: -0.5px; 
}
	.notice_menu:link{color:#777;}
	.notice_menu:visited{color:#777;}
	.notice_menu:hover{color:#145495;}

.dateM { color:#BEBEBE;  letter-spacing: -0.01em;}

/*
#right_quick_banner{position:fixed; right:0; top:204px; z-index:999;}
#right_quick_banner li{}
#right_quick_banner a{display:block; transition:1s;}
#right_quick_banner a .right_banner_img{display:block;}
#right_quick_banner a .right_banner_hover{display:none;}
#right_quick_banner a:hover{background:#221e1f;}
#right_quick_banner a:hover .right_banner_img{display:none;}
#right_quick_banner a:hover .right_banner_hover{display:block;}
*/

.main_noticeQ {
	background:#f9f9f9;
	width:50%;height:40px;
	line-height:40px;
	padding:0 0;
	margin:0 1px 0 0;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	font-size:12pt; 
	font-family:'Noto Sans KR','RixSGo B', 'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
	letter-spacing: -1px; 
	color:#777;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #ab0808;
}
.main_noticeP {
	background:#f9f9f9;
	width:50%;height:40px;
	line-height:40px;
	padding:0 0;
	margin:0 1px 0 0;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	font-size:16px; 
	font-family:'Noto Sans KR','RixSGo B', 'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
	letter-spacing: -1px; 
	color:#777;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #ab0808;
}
.main_noticeL {
	background:#fff;
	width:50%;height:40px;
	line-height:40px;
	padding:0 0;
	margin:0 1px 0 0;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	font-size:16px;
	font-family:'Noto Sans KR','RixSGo B', 'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
	letter-spacing: -1px;
	color:#000;
	border-top: 1px solid #ab0808;
	border-left: 1px solid #ab0808;
	border-right: 1px solid #ab0808;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}


.main_notice_bgL {
	background:#fff;
	text-align:right;
	padding-right:10px;
}
.main_notice_contsL {
	font-size:11pt;
	height:175px;
}

.icon-control-play_notice {
	font-size:16pt; 
	color:#aaa;  
	padding-left:10px;
}
	.icon-control-play_notice:hover{color:#E84C4B;}

.notice_subI_box {
	/* padding-left:10px; */
	border-bottom: 1px solid #f4f4f4;
	/* background: url('../images/sec3_right_dot.png') no-repeat center left; */
	height:24px;
	width:100%; 
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis; 
	line-height:24px;
	}

.notice_subI_box .notice_date{float:right; height:62px; line-height:62px; color:#a5a5a5; font-size:13px;}


#main_notice_box {
	width:100%;
	display: inline-block;
	position:relative; 
}
#main_notice_box_left1 {
	display:none;
}
#main_notice_box_left2 {
	display:none;
}
#main_notice_box_right {
	width:100%;
	float: none;
}


/*메인공지사항 전체보기 버튼*/
#btn-more-links{ float:right; width:0px; }
#btn-more-links  a{
	height:34px; 
	width:34px;
	display:block; 
	margin-bottom:0;
	text-decoration:none;
}
#btn-more-links  a#link-btn-more-links{ 
	background:url("../images/sprite.png") no-repeat scroll  -168px 0px transparent;
	float:left;
}
#btn-more-links  a#link-btn-more-links:hover	{ background-position:-168px -33px;} 
/*메인공지사항 전체보기 버튼 끝*/




@media (min-width:980px) and (max-width:1279px){/*mobile and mini- tablet*/
.main_noticeL, .main_noticeQ{
	font-size:11pt;
}
.main_notice_contsL {
	font-size:10pt; 
}

#main_notice_box {
	width:100%;
	display: inline-block;
	position:relative; 
}
#main_notice_box_left1 {
	display:none;
}
#main_notice_box_left2 {
	display:none;
}
#main_notice_box_right {
	width:100%;
	float: none;
}
/*상단가이드메뉴*/
.topguidemenu {
	color:#A6A6A6; 
	font-size: 9pt;  
	letter-spacing: -0.1em; 
}
.notice_subI {
	letter-spacing: -1px;
	background: url('../images/sitemap_icon2.gif') no-repeat scroll 5px 6px;
	padding:5px 15px 5px 15px;
	border-bottom: 1px solid #f4f4f4;
	height:18px;
	text-align:left;
	}

.login_check {
	color:#333; 
	font-size: 10pt; 
	}

.login_check_Foot { 
	font-size: 9pt; 	
	height:24px; 
	padding:0 0 0 0;
	background:none;
	}
}


@media (min-width:640px) and (max-width:979px){/*mobile and mini- tablet*/
.main_noticeL, .main_noticeQ{
	font-size:11pt;
}
.main_notice_contsL {
	font-size:10pt; 
}
.topguide_none  {display:none}
.notice_subI {
	letter-spacing: -1px;
	background: url('../images/sitemap_icon2.gif') no-repeat scroll 5px 7px;
	padding:5px 15px 5px 15px;
	border-bottom: 1px solid #f4f4f4;
	height:18px;
	text-align:left;
	}
#main_notice_box {
	width:100%;
	display: inline-block;
	position:relative; 
}
/* #main_notice_box_left1 {
	background: url('../images/main_notice_images1.jpg') no-repeat;
	width:30%;
	height:190px;
	float: left;
	display:none;
}
#main_notice_box_left2 {
	background: url('../images/main_notice_images2.jpg') no-repeat;
	width:30%;
	height:190px;
	float: left;
	display:inline-block;
} */
#main_notice_box_right {
	width:100%;
	float: right;
	display:inline-block;
}
/*상단가이드메뉴*/
.topguidemenu {
	color:#A6A6A6; 
	font-size: 9pt;  
	letter-spacing: -0.1em; 
}
}
@media (min-width:100px) and (max-width:639px){/*mobile and mini- tablet*/
.main_noticeL, .main_noticeQ{
	font-size:11pt;
}
.topguidemenu {
	color:#A6A6A6; 
	font-size: 9pt;  
}
.icon_sens1 { 
	color:#333; 
	font-size: 10pt; 
	background:url('../images/faq_icon2.gif') 0 7px no-repeat; 
	width:13px; height:9px;  
	padding-left:13px;
	letter-spacing: -1px;
}

.main_notice_contsL {
	font-size:9pt; 
}
.notice_subI {
	letter-spacing: -1px;
	background:none;
	padding:5px 5px 5px 5px;
	border-bottom: 1px solid #f4f4f4;
	height:18px;
	text-align:left;
	}
#main_notice_box {
	width:100%;
	display: inline-block;
	position:relative; 
}
#main_notice_box_left1 {
	display:none;
}
#main_notice_box_left2 {
	display:none;
}
#main_notice_box_right {
	width:100%;
	float: none;
}

}

.main_notice {  font-size: 9pt;  letter-spacing: -1px;}
.main_noticeS { color:#FF7200; font-size: 11px;  letter-spacing: -0.01em;}
.main_photo { color:#979797; font-size: 11px;  letter-spacing: -0.01em; line-height: 130%}}

.fff_12bold { color:#546687; font-size: 16px;  letter-spacing: -1px; }
.fff_12boldW { color:#546687; font-size: 16px;  letter-spacing: -1px; }
.fff_24boldW { color:#404040; font-size: 20px;  letter-spacing: -1px; }

/*둥근번튼-*/
.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; 
}


/*모바일일때 중요폰트 사이즈 조정*/
.esensmobilemenu{
	overflow:hidden;
	font-size:11pt;
	letter-spacing: 0;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}


.esensmobilemenuB{
	overflow:hidden;
	font-size:10pt;
	color:#333;  
	line-height: 150%; 
	letter-spacing: -1px;
}
.esensmobilemenuM{
	overflow:hidden;
	font-size:11pt;  
	line-height: 150%; 
	color:#333;
	letter-spacing: -1px;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.esensmobilemenuL{
	font-size:11pt;
	line-height:22px;     
	color:#000;
	letter-spacing: -1px;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.mail_to_admin_box {
	padding:0 10px; 
	line-height:35px; 
	background:#F8F8F8;
	color:#333; 
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	letter-spacing: -0.5px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.mail_to_admin_box_in {
	padding:0 10px; 
	line-height:35px; 
	background:#fff;
	color:#777; 
}


.esensmobilejoin{
	overflow:hidden;
	width:20%;
	font-size:10pt;
	color:#333; 
	padding:5px; 
	letter-spacing: -1px; 
	text-align:center;
}
.esensmobilemenuD{
	overflow:hidden;
	font-size:13pt; 
	height:35px;  
	margin:25px 0 0 0;
	color:#000;
	letter-spacing: -1px;
}

.esensmobilediary{
	overflow:hidden;
	font-size:10pt;
	color:#ffffff;  
	line-height: 150%; 
	letter-spacing: -1px;
}

.esensmobilebbs{
	overflow:hidden;
	font-size:10pt;
	line-height: 150%; 
	letter-spacing: -0.5px;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}

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

.esensmobilecont{
	overflow:hidden;
	font-size:9pt;
	color:#333;  
	line-height: 150%; 
	letter-spacing: -1px;
}

.esensmobilecont_Ls{
	overflow:hidden;
	font-size:11pt;
	color:#333;  
	line-height: 150%; 
	letter-spacing: -1px;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}

.esensmobilecontM{
	overflow:hidden;
	font-size:10pt;
	color:#333; 
	padding-left:3px;  
	line-height: 330%;
}

.mapL{
	overflow:hidden;
	font-size:13pt;
	color:#000;  
	line-height: 150%; 
	letter-spacing: -1px;
}

.esensmobilemenuB_table {
	width:60%;
	text-align:center;
	margin:0 auto;
}

.esensitembbs{
	overflow:hidden;
	font-size:11pt;  
	line-height: 150%; 
	letter-spacing: -1px;
	color:#000;  
}
.esensitembbs2{
	overflow:hidden;
	font-size:11pt;
	color:#000;  
	line-height: 150%; 
	letter-spacing: -1px;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}


@media screen and (max-width: 900px) {
   #web-back-ground {width:92%;}
	.mapL{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#000;
	}
	.esensitembbs{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#000;
	}
	.esensmobilebbs{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#333;
	}
	.esensmobilemenu{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:10pt;
	color:#333;
	line-height:145%;
	}
	.esensmobilemenuB{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:10pt;
	color:#333;
	}
	.esensmobilecont{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#333;
	}
	.esensmobilecont_Ls{
		overflow:hidden;
		font-size:10pt;
		color:#333;  
		line-height: 150%; 
		letter-spacing: -1px;
		font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
	}
	.esensmobilecontM{
	overflow:hidden;
	font-size:9pt;
	color:#333;
	}
	.esensmobilemenuL{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:10pt;
	color:#000;
	
	}
	.esensmobilemenuM{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:10pt;
	color:#333;
	}
	.esensmobilejoin{
	letter-spacing: -1px;
	overflow:hidden;
	width:30%;
	font-size:9pt;
	color:#333;
	text-align:center;
	}
	.esensmobilemenuS{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#333;
	}
	.esensmobilediary{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#ffffff;
	}	
	.esensmobilemenuB_table {width:90%; margin:0 auto;}
}



@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:#333;
	}
	.esensmobilemenu{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:9pt;
	color:#333;
	line-height:120%;
	}
	.esensmobilemenuB{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#333;
	}
	.esensmobilecont{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#333;
	}
	.esensmobilecontM{
	overflow:hidden;
	font-size:9pt;
	color:#333;
	}
	.esensmobilemenuL{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:11pt;
	color:#333;
	
	}
	.esensmobilemenuM{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:10pt;
	color:#333;
	}
	.esensmobilejoin{
	letter-spacing: -1px;
	overflow:hidden;
	width:30%;
	font-size:8pt;
	color:#333;
	
	text-align:center;
	}
	.esensmobilemenuS{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#333;
	}
	.esensmobilediary{
	letter-spacing: -1px;
	overflow:hidden;
	font-size:8pt;
	color:#ffffff;
	}

}

.sens_body { 
	color:#777777; 
	font-size: 11pt; 
	letter-spacing: -1px;
	}
	.sens_body:hover{ color:#FC6E51;}
	a.sens_body { color:#777777;}
	a.sens_body a:link {color:#777777;}

.sens_body_item{ 
	color:#333; 
	font-size: 13pt; 
	letter-spacing: -1px;
	display:block;
	}
	.sens_body:hover{ color:#FC6E51;}
	a.sens_body { color:#333;}
	a.sens_body a:link {color:#333;}

.cbp-subject-title { 
	font-size:11pt;
	font-family:'Noto Sans KR','RixSGo B', "NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
}

.sens_body_item_cont { 
	color:#777; 
	font-size: 11pt; 
	letter-spacing: -1px;
	display:block;
	padding:0.5em 0;
	}
	.sens_body_item_cont :hover{ color:#FC6E51;}
	a.sens_body_item_cont { color:#777;}
	a.sens_body_item_cont a:link {color:#777;}

.sens_body_item_content { 
	color:#999; 
	font-size: 10pt; 
	letter-spacing: -1px;
	display:block;
	padding:0 0;
	}
.sens_body2 { 
	color:#777777; 
	font-size: 11pt;
	}

.sens_body3 { 
	color:#777777; 
	font-size: 11pt; 
	letter-spacing: -0.1em;
	}
.sens_body11 { 
	color:#000;
	letter-spacing: -0.1em;
	font-size: 13pt;
	font-family: 'Noto Sans KR',  'RixSGo B', "NanumBarunGothic",  "NanumBarunGothicBold", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}

.sens_body12 { 
	color:#333; 
	letter-spacing: -0.1em;
	font-size: 10pt;
	}
.sens_body13 { 
	font-size: 10pt;
	letter-spacing: -0.05em;
	}

.mphoneL { 
	color:#333; 
	font-size: 30px;  
	letter-spacing: -1px;
}
.fa-check_font { vertical-align:middle; font-size:17pt; padding-right:5px;}
.bbs1sub { 
	color:#000000; 
	font-size: 16px;; 
	
}
.bbsC { 
	color:#000000; 
	font-size: 18px;; 
	letter-spacing: -0.1em;  
}
.bbs1 { 
	color:#333; 
	font-size: 10pt;  
	letter-spacing: -1px;
	line-height:16px;
}
.bbs1_1 { 
	color:#333; 
	font-size: 9pt; 
	letter-spacing: -1px; 
	padding-top:3px; 
	padding-bottom:3px;
}
.bbs2 { 
	color:#333; 
	font-size: 11pt;  
	letter-spacing: -1px;
}
.bbs2_list { 
	color:#fff; 
	font-size: 11pt;  
	letter-spacing: -1px;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}

.bbs3_list { 
	color:#000; 
	font-size: 12pt;  
	letter-spacing: -1px;
	line-height:18px;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
	.bbs3_list a { 
		color:#000; 
		font-size: 12pt;  
		letter-spacing: -1px;
		font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
	}
	.bbs3_list a:hover { 
		color:#42B2F7; 
		font-size: 12pt;  
		letter-spacing: -1px;
		font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
	}

.item_list_block { 
	color:#1e1e1e; 
	font-size: 11pt;  
	letter-spacing: -1px;
	line-height:18px;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
	.item_list_block a { 
		color:#1e1e1e; 
		font-size: 11pt;  
		letter-spacing: -1px;
		font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
	}
	.item_list_block a:hover { 
		color:#FC6E51; 
		font-size: 11pt;  
		letter-spacing: -1px;
		font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
	}

.price_list {color:#FC6E51; padding:0 5px;}
.bbs_contents { 
	font-size: 11pt;  
	letter-spacing: -0.5px;
	color:#777; 
	line-height:1.8;
}
.bbs_id{ 
	font-size: 10pt;  
	letter-spacing: -1px;
}
.bbs_default { 
	font-size: 10pt;  
	letter-spacing: -1px;
	color:#999; 
	line-height:1.6;
}
.review_board {
	width:95%;
	padding:5px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; 
	display:inline-block;
	}
.zoon_price_box { 
	font-size: 12pt;  
	letter-spacing: -1px;
	color:#FC6E51; 
	line-height:1.6;
}

.review_board_tx1 {
	font-size: 10pt;
	color:#333; 
	letter-spacing: -0.7px;
	font-family: 'Noto Sans KR', 'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
.review_board_tx2 {
	font-size: 10pt;
	color:#888; 
	line-height: 1.6em;
	letter-spacing: -1.0px;
	
	}
.review_board_tx3 {
	font-size: 9pt;
	color:#333; 
	letter-spacing: -0.7px;
	font-family: 'Noto Sans KR', 'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}

.review_board_bold {
	font-size: 12pt;
	font-family: 'Noto Sans KR', 'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
.board_book {
	font-size: 12pt;
	font-family: 'Noto Sans KR', 'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
.sosa-star_icon {
	color:#5F82E5;
	font-size: 20pt;
}

.sosa-star_icon2 {
	color:#5F82E5;
	font-size: 16pt;
}
.sosa-star_icon3 {
	color:#ddd;
	font-size: 16pt;
}
.review_content {
	width:100%;
	display:inline-block;
	background-color:#E8EFF6;
	border-bottom: 1px solid #ddd; 
}

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

.bbs3 { color:#959595; font-size: 10pt;  letter-spacing: 0;}
.bbs4 { color:#333; font-size: 10pt; }
.bbs5 { color:#333; font-size: 14px;  letter-spacing: -1px;}
.bbs6 { color:#959595; font-size: 10pt; }
.bbs7 { color:#606060; font-size: 10pt; }
.bbs8 { color:#333; font-size: 10pt;  letter-spacing: -1px; }
.bbs9 { color:#333; font-size: 11pt; letter-spacing: -1px; }
.bbsT { color:#333; font-size: 14px;  letter-spacing: -1px; }
.bbsF { color:#ffffff; font-size: 14px;  letter-spacing: -1px; }

.bbs_input { 
	background-color:#ffffff; 
	border:solid 0 #ffffff;  
	font-size:10pt; 
	letter-spacing: -0.01em;
	line-height: 18px;
}
.bbs_notice { color:#333; font-size: 10pt; }


.bbs_newsA {  
	color:#000; 
	font-size: 13pt; 
	letter-spacing: -0.5px; 
	line-height: 140%;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.bbs_newsA a:link    { color:#777; text-decoration:none;}
.bbs_newsA a:visited { color:#777; text-decoration:none;}
.bbs_newsA a:active  { color:#777; text-decoration:none;}
.bbs_newsA:hover   { color:#1e1e1e; text-decoration:none;}

.bbs_title {  
	color:#000; 
	font-size: 13pt; 
	letter-spacing: -1px; 
	line-height: 140%;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}

/**뉴스게시판 content 글자갯수 설정 영역 속성**/
.bbs_newsB { 
	color:#777; 
	font-size: 11pt; 
	letter-spacing: -1px; 
	line-height: 140%;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.photoD { color:#D1D1D1; font-size: 10pt;  letter-spacing: -0.01em;}

.bbs_newsD{ display:none; }


@media (min-width:180px) and (max-width:950px){
.cbp-subject-title { 
	font-size:10pt;
	line-height: 130%;
	font-family:'Noto Sans KR', 'RixSGo M, "NanumGothicBold", "NanumGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
}
.sens_body_item_cont { 
	font-size: 10pt; 
	}
.sens_body_item_content { font-size:8pt;line-height: 150%;}

.bbs_newsB{ display:none;  }
.bbs_newsD{ 
	display:block; 
	color:#777; 
	font-size: 10pt; 
	letter-spacing: -1px; 
	line-height: 130%;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.my_order_title { 
	color:#000; 
	font-size: 11pt;  
	letter-spacing: -1px;
}
.item_list_block { 
	color:#1e1e1e; 
	font-size: 10pt;  
	letter-spacing: -1px;
	line-height:40px;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
}
/**뉴스게시판 content 글자갯수 설정 영역 속성 End**/


.ordertitle  { 
	color:#000; 
	font-size: 14pt; 
	letter-spacing: -1px; 
	display:block; 
	width:100%;
	padding-bottom:0em;
}

.ordertitleM  { 
	color:#666; 
	font-size: 11pt; 
	letter-spacing: -1px;  
	text-align:center; 
	padding:1em 0;
}
.ordertitleM_Box {
	padding-left:10px; 
}  
.ordertitleM_ex  { 
	color:#666; 
	font-size: 11pt; 
	letter-spacing: -1px;  
	text-align:right; 
	padding-right:10px; 
}

.mainitem {  font-size: 9pt; letter-spacing: -1px;}
.product { color:#333; font-size: 11pt;  letter-spacing: -1px;}
.product1 { color:#646464; font-size: 11pt;  letter-spacing: -1px; line-height: 130%}
.product2  { color:#898989; font-size: 11pt;  letter-spacing: -1px;}
.product3 { padding-right:5px; padding-left:5px; }
.product4 { color:#333; font-size: 11pt;  letter-spacing: -1px; line-height: 140%;}
.product5 { color:#9E9E9E; font-size: 11pt;  letter-spacing: -0.03em; line-height: 120%}
.product6 { color:#333; font-size: 14px;  letter-spacing: -0.04em; line-height: 140%;}
.product7  { color:#8E8E8E; font-size: 11px; }
.product8 { color:#333; font-size: 13pt;  }
.product9 { color:#333; font-size: 14px;   letter-spacing: -0.04em; line-height: 140%;}

.product10 { color:#E75454; font-size: 11pt;  letter-spacing: -1px; line-height: 140%;}
.product11 { color:#fff; font-size: 11pt;  letter-spacing: -1px; line-height: 140%;}


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

.toplink { color:#82AEC4; font-size: 11px;  letter-spacing: -1px;}
.diryiframe { color:#333; font-size: 11px;}


.link_ff {
	letter-spacing: -1px;
	color:#aaa;
	line-height: 20px;
}

.f_copy0 { 
	color:#fff;
	font-size: 10pt;
	margin-bottom:50px;
	letter-spacing: -1px;
	font-family:'Noto Sans KR', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
	line-height: 140%;}
.f_copy0 a:visited {color:#fff;}
.f_copy0 a:hover{color:#FFDE00;}

.f_copy_en { 
	color:#888; 
	font-size: 11pt; 
	letter-spacing:0px;
	font-family:'Noto Sans KR', "Arial", 'RixSGo M', "Tahoma", "sans-serif";
	}

.f_copy { 
	color:#888; 
	font-size: 11pt; 
	letter-spacing: -0.1px;
	}

.f_copy2 { 
	color:#999; 
	font-size: 10pt;   
	letter-spacing: 1.5px;
	}		
.f_copy3 { 
	color:#888; 
	font-size: 11px; 
	letter-spacing: -0.01em;
	}
.f_copyL { 
	color:#888; 
	font-size: 12px;
	}
.f_copy_centerL {
	color:#888; 
	font-size: 11pt;
	display:inline-block;	
}
	.f_copy_centerL:hover{color:#F26522;}
	a.f_copy_centerL {color:#888;}
	a.f_copy_centerL a:link {color:#888;}
	a.f_copy_centerL a:visited {color:#888;}

.f_copy_box {
	display:block;	
	width:100%;
	padding-top:20px;
}
.copyright_name_teb {
	display:inline-block;
	
}
.calendar { color:#333; font-size: 11pt; letter-spacing: -1px;}
.calendar2 { font-size: 11px; letter-spacing: -1px; }
.calendar3 { color:#959595; font-size: 14px; letter-spacing: -1px;}
.calendar4 { color:#333; 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; }
.calendar7 { font-size: 13px; letter-spacing: -1px; }
.request1 { color:#333; font-size: 12px; letter-spacing: -1px;}
.request2 { color:#333; font-size: 10pt; letter-spacing: -1px;}
.requestM { color:#333; font-size: 14px; letter-spacing: -1px;}
.requestT { color:#333; font-size: 18px; letter-spacing: -1px;}
.requestL { color:#333; font-size: 18px; letter-spacing: -1px; }
.requestO { color:#000; line-height: 180%;  }
.addL { font-size: 10pt; line-height: 180%;  }



.customer { color:#8E8E8E; font-size: 12px; letter-spacing: -1px; line-height: 140%}
.customer2 { color:#ffffff; font-size: 11px;  letter-spacing: -1px; padding-left:0px;}
.customer3 { color:#8E8E8E; font-size: 12px; }
.contents { color:#333; font-size: 12px;}						
.loginedit { color:#333; font-size: 12px;  letter-spacing: -1px; line-height: 140%}
.customerFX { color:#ffffff; font-size: 12px;  }
.customer2L { color:#333; font-size: 11px;  letter-spacing: -1px; padding-left:0px;}
.customerFXL { color:#333; font-size: 12px;  }


.leftmenu { color:#7B7B7B; font-size: 12px;  letter-spacing: -1px;}
.leftmenuN { color:#008DFF; font-size: 12px;  letter-spacing: -1px;}
.leftmenu_off { font-size: 12px;  letter-spacing: -1px;}
.leftmenu_sub { color:#FFFFFF;  font-size: 12px;  letter-spacing: -1px;}
.leftmenu_sub_off { font-size: 12px; letter-spacing: -1px;   padding-top:2px;}

/*서브페이지 현제위치메뉴*/
.pagemap_title { 
	color:#555;  
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	font-size: 34px; 
	
	letter-spacing: -0.05em;font-weight: 400;
	padding-left:2px; 
	padding-top:20px;}
.pagemap { 
	color:#333; 
	font-size: 8pt; 
	background:url(../skinimage/page_map_home.gif) 0 0px no-repeat;
	padding-left:12px;}



.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:#333;font-size: 18px;letter-spacing: -1px; padding-left:12px; }
.polltitleS {color:#333;font-size: 14px;letter-spacing: -1px;  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; }
.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;  text-align:center;}
.leftmenu_subE { color:#FFE2BD; font-size: 11px;  text-align:center;}


.lefttableT { padding-left:10px; }
.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:#333; 
	border-radius:1px;
	height:40px; 
	line-height:40px;
	padding:0 40px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff;
	letter-spacing: -1px;
	font-size:11pt;
	font-family:'Noto Sans KR', 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.esensbtn-botton1:link{background:#333;text-decoration:none;color:#fff;}
.esensbtn-botton1:visited{background:#333;text-decoration:none;color:#fff;}
.esensbtn-botton1:hover{background:#1e1e1e;text-decoration:none;color:#fff;}


/*버튼처리2*/
.esensbtn-botton2{
	display:inline-block; 
	text-align:center;
	background:#1e1e1e; 
	border-radius:1px;
	height:40px; 
	line-height:40px;
	padding:0 40px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff;
	letter-spacing: -1px;
	font-size:11pt;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.esensbtn-botton2:link{background:#1e1e1e;text-decoration:none;color:#fff;}
.esensbtn-botton2:visited{background:#1e1e1e;text-decoration:none;color:#fff;}
.esensbtn-botton2:hover{background:#777;text-decoration:none;color:#fff;}


/*버튼처리3*/
.esensbtn-botton3{
	display:inline-block; 
	text-align:center;
	background:#FC6E51; 
	border-radius:1px;
	height:40px; 
	line-height:40px;
	padding:0 40px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff;
	letter-spacing: -1px;
	font-size:11pt;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.esensbtn-botton3:link{background:#000;text-decoration:none;color:#fff;}
.esensbtn-botton3:visited{background:#1e1e1e;text-decoration:none;color:#fff;}
.esensbtn-botton3:hover{background:#777;text-decoration:none;color:#fff;}


/*상단 제품검색 버튼*/
.topsearch_btn{
	display:inline-block; 
	text-align:center;
	background:#333; 
	border-radius:3px;
	height:33px; 
	line-height:33px;
	padding:0 20px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff;
}
.topsearch_btn:link{background:#333;text-decoration:none;color:#fff;}
.topsearch_btn:visited{background:#333;text-decoration:none;color:#fff;}
.topsearch_btn:hover{background:#000;text-decoration:none;color:#FFF600;}



/*로테이트 베너 링크 버튼처리*/
.esensbtn-rotatelink{
	display:inline-block;
	background:#32B0B8; 
	border-radius:3px;
	height:26px; 
	line-height:33px;
	padding:6px 20px; 
	margin:0px 1px 0 1px;
	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;}


/*팝업close 버튼처리 or 팝업하단 close영역 처리*/
.esensbtn-popuop{
	display:inline-block;
	background:#000; 
	margin:0px 5px 0 5px;	
	color:#fff;
	text-shadow:none;
	float:right;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.esensbtn-popuop:link{background:#000;text-decoration:none;color:#fff;}
.esensbtn-popuop:visited{background:#000;text-decoration:none;color:#fff;}
.esensbtn-popuop:hover{background:#484848;text-decoration:none;color:#fff;}

.esensbtn-popuop_table {
	font-family: 'Noto Sans KR', sans-serif;
	height:30px;
	letter-spacing: -0.1em;	
	text-align:center;
	background-color: rgba(232,232,233,.9);
	color:#454545;
	font-size:14px; 
	letter-spacing:0px;
	line-height:24px;
}


.iecheck01 {
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:4px 6px 4px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#FF7A7A; 
	margin:2px 0 2px 2px;
	font-size:10pt;
	letter-spacing: -1px;
	
}
.iecheck01:hover{ color:#fff; background-color:#E35959; display:inline-block; text-align:center;}
a.iecheck01 { color:#ffffff;  letter-spacing: -1px;}
a.iecheck01 a:link {color:#ffffff; text-decoration:none;}
a.iecheck01 a:visited {color:#ffffff;}

/*댓글버튼처리*/
.esensbtn-botton4{
	display:inline-block; 
	text-align:center;
	background:#1e1e1e; 
	border-radius:2px;
	height:68px; 
	line-height:68px;
	letter-spacing: -0.1em;	
	padding:0 20px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	font-size:10pt;
	color:#fff; 
	float:left;
}
.esensbtn-botton4:link{background:#1e1e1e;text-decoration:none;color:#fff;}
.esensbtn-botton4:visited{background:#1e1e1e;text-decoration:none;color:#fff;}
.esensbtn-botton4:hover{background:#000000;text-decoration:none;color:#fff;}


/*로그인버튼처리*/
.esensbtn-botton5{
	display:inline-block; 
	text-align:center;
	background:#333; 
	border-radius:2px;
	height:74px; 
	line-height:74px;
	padding:0 20px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff; 
	float:left;
	font-family: 'RixSGo B', 'RixSGo M','NanumBarunGothicBold', 'NanumBarunGothic',  "Dotum", 'Gulim', sans-serif;
}
.esensbtn-botton5:link{background:#333;text-decoration:none;color:#fff;}
.esensbtn-botton5:visited{background:#333;text-decoration:none;color:#fff;}
.esensbtn-botton5:hover{background:#333;text-decoration:none;color:#fff;}

/*faq카테고리*/
.btn-faq{
	display:inline-block; 
	text-align:center;
	background:#32B0B8; 
	border-radius:1px;
	height:33px;
	line-height:33px;
	padding:0 40px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff; 
	float:left;
}
.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:#000; 
	border-radius:1px;
	height:33px; 
	line-height:33px;
	padding:0 10px 0 10px; 
	margin:1px 1px 1px 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff; 
	float:left;
}
.btn-add:link{background:#000;text-decoration:none;color:#fff;}
.btn-add:visited{background:#000;text-decoration:none;color:#fff;}
.btn-add:hover{background:#555;text-decoration:none;color:#fff;}


/*버튼 color=#42B2F7*/
.btn-type1{
	border-radius:1px; 
	height:35px; 
	line-height:35px;
	text-align:center;
	color:#fff; 
	display:inline-block;
	padding:10px 12px 10px 12px;
	text-decoration:none !important;
	background-color:#42B2F7;
	margin:0 2px 0 0;
}
.btn-type1:hover{color:#ffffff; background-color:#13A0F7;}  
a.btn-type1 { color:#ffffff;  letter-spacing: -1px;}
a.btn-type1 a:link {color:#ffffff; text-decoration:none;}
a.btn-type1 a:visited {color:#ffffff;}


/*버튼 color=#333*/
.btn-type2{
	border-radius:1px; 
	height:35px; 
	line-height:35px;
	text-align:center;
	color:#fff; 
	display:inline-block;
	padding:10px 12px 10px 12px;
	text-decoration:none !important;
	background-color:#666;
	margin:0 2px 0 0;
}
.btn-type2:hover{color:#ffffff; background-color:#333;}  
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:1px; 
	height:35px; 
	line-height:35px;
	text-align:center;
	color:#fff; 
	display:inline-block;
	padding:10px 12px 10px 12px;
	text-decoration:none !important;
	background-color:#333;
	margin:0 2px 0 0;
}
.btn-type3:hover{color:#ffffff; 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:1px; 
	height:35px; 
	line-height:35px;
	text-align:center;
	color:#fff; 
	display:inline-block;
	padding:10px 12px 10px 12px;
	text-decoration:none !important;
	background-color:#FC6E51;
	margin:0 2px 0 0;
	}
.btn-type4:hover{color:#ffffff; background-color:#ED421F}
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:1px; 
	height:35px; 
	line-height:35px;
	text-align:center;
	color:#fff; 
	display:inline-block;
	padding:10px 12px 10px 12px;
	text-decoration:none !important;
	background-color:#38C3CA;
	margin:0 2px 0 0;
}
.btn-type5:hover{color:#ffffff; background-color:#1FAEB5}  
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=#333*/
.btn-type2_view{
	border-radius:2px; 
	height:45px; 
	text-align:center;
	color:#fff; 
	line-height:44px;
	display:inline-block;
	padding:8px 15px 8px 15px;
	text-decoration:none !important;
	background-color:#000;
}

.btn-type2_view:hover{color:#ffffff; background-color:#777;}  
a.btn-type2_view { color:#ffffff;  letter-spacing: -1px;}
a.btn-type2_view a:link {color:#ffffff; text-decoration:none;}
a.btn-type2_view a:visited {color:#ffffff;}

/*제품상세페이지 버튼 color=#777 붉은색계열*/
.btn-type4_view{
	border-radius:2px;
	height:45px; 
	text-align:center;
	color:#fff;
	line-height:44px;
	display:inline-block;
	padding:8px 15px 8px 15px;
	text-decoration:none !important;
	background-color:#F09AA6;
	margin:0 2px 0 0;
}
.btn-type4_view:hover{color:#ffffff; background-color:#D26A78}
a.btn-type4_view { color:#ffffff;  letter-spacing: -1px;}
a.btn-type4_view a:link {color:#ffffff; text-decoration:none;}
a.btn-type4_view a:visited {color:#ffffff;}


/*제품상세페이지 버튼 color=#32B0B8 푸른색계열*/
.btn-type5_view{
	border-radius:2px;
	height:45px; 
	text-align:center;
	color:#fff;
	line-height:44px;
	display:inline-block;
	padding:8px 15px 8px 15px;
	text-decoration:none !important
	;background-color:#1e1e1e;
	margin:0 2px 0 0;
	}
.btn-type5_view:hover{color:#ffffff; background-color:#769AFF}  
a.btn-type5_view { color:#ffffff;  letter-spacing: -1px;}
a.btn-type5_view a:link {color:#ffffff; text-decoration:none;}
a.btn-type5_view a:visited {color:#ffffff;}




/*버튼 color=#C3D69B 녹색계열*/
.btn-type6{
	border-radius:5px; 
	height:25px; 
	text-align:center;
	color:#fff;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;
	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; 			
	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;
			
			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:#333; 
			text-align:center; 
			vertical-align:middle; 
			background: url('../images/bbs_btn_login.png') no-repeat right top; 
			letter-spacing: -1px;}
.Btnlogin a:link {color:#333;}
.Btnlogin a:visited {color:#333;}
.Btnlogin a:hover{color:#FF6464;}

/*gray*/
.bbsBtn02{ width:76px; height:46px; color:#ffffff; 
			text-align:center; 
			vertical-align:middle;
			
			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; 
			
			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; 
			
			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; 
			
			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; 			
			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; 
	height:26px;
	line-height:26px;
	color:#fff; 
	margin:1px;
	display:inline-block; 
	vertical-align:middle; 	
	padding:3px 6px 3px 6px;
	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:#333
}
.smallBtn07:hover{ color:#fff; background-color:#000; 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:#000;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:#ffffff; 
	font-size:10pt;letter-spacing: -1px;
	display:inline-block;
	padding:2px 4px 2px 4px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#999
	}

/*small size 사업자정보확인버튼*/
.company_smallBtn00 {
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:2px 20px 2px 20px;
	text-decoration:none !important; 
	font-size:10pt;
	height:24px;
	line-height:26px;
	text-align:center; 
	background-color:rgba(0,0,0,0.4); 
	margin:2px 0 2px 2px;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.company_smallBtn00:hover{ color:#fff; background-color:#059BBF; display:inline-block; text-align:center;}
a.company_smallBtn00 { color:#ffffff;  letter-spacing: -1px;}
a.company_smallBtn00 a:link {color:#ffffff; text-decoration:none;}
a.company_smallBtn00 a:visited {color:#ffffff;}


.company_smallBtn01 {
	border-radius:0; 
	color:#fff; 
	display:inline-block;
	padding:1px 6px 1px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#dddddd;
	margin:2px 0 2px 2px;
	font-size:10pt;
	height:18px;line-height:18px;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.company_smallBtn01:hover{ color:#fff; background-color:#059EC5; display:inline-block; text-align:center;}
a.company_smallBtn01 { color:#ffffff;  letter-spacing: -1px;}
a.company_smallBtn01 a:link {color:#ffffff; text-decoration:none;}
a.company_smallBtn01 a:visited {color:#ffffff;}


.company_smallBtn02 { 
	border-radius:0; 
	color:#585858; 
	display:inline-block;
	padding:1px 6px 1px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#dddddd; 
	margin:2px 0 2px 2px;
	font-size:10pt;
	height:18px;line-height:18px;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.company_smallBtn02:hover{ color:#585858; background-color:#dddddd; display:inline-block; text-align:center;}
a.company_smallBtn02 { color:#585858;  letter-spacing: -1px;}
a.company_smallBtn02 a:link {color:#585858; text-decoration:none;}
a.company_smallBtn02 a:visited {color:#585858;}


.company_smallBtn03 { 
	border-radius:0; 
	color:#fff; 
	display:inline-block;
	padding:1px 6px 1px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#FF7A7A;
	margin:2px 0 2px 2px;
	font-size:10pt;
	height:18px;line-height:18px;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.company_smallBtn03:hover{ color:#585858; background-color:#E35959; display:inline-block; text-align:center;}
a.company_smallBtn03 { color:#585858;  letter-spacing: -1px;}
a.company_smallBtn03 a:link {color:#585858; text-decoration:none;}
a.company_smallBtn03 a:visited {color:#585858;}


.company_smallBtn04 { /**고객센터 오시는길 안내 버튼*/
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:5px 14px 5px 14px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#FF894A;
	margin:2px 0 2px 2px;
	font-size:11pt;
	width:50%;height:18px;
	line-height:18px;
	font-family:"Arial", sans-serif;
}
.company_smallBtn04:hover{ color:#fff; background-color:#FBAF5D; display:inline-block; text-align:center;}
a.company_smallBtn04 { color:#ffffff;  letter-spacing: -1px;}
a.company_smallBtn04 a:link {color:#ffffff; text-decoration:none;}
a.company_smallBtn04 a:visited {color:#ffffff;}

/*------ 하단에 각 영역별 번호 자동링크-------*/

.footer_link_number { 
	color:#777;  
}
.footer_link_number:hover{ 
	color:#FC6E51; 
}
.footer_link_number a:link {
	color:#777; 
}
.footer_link_number a:visited {
	color:#777;
}


.iecheck01 {
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:4px 6px 4px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#FF7A7A; 
	margin:2px 0 2px 2px;
	font-size:10pt;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.iecheck01:hover{ color:#fff; background-color:#E35959; display:inline-block; text-align:center;}
a.iecheck01 { color:#ffffff;  letter-spacing: -1px;}
a.iecheck01 a:link {color:#ffffff; text-decoration:none;}
a.iecheck01 a:visited {color:#ffffff;}

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


/*하단 스패셜상품 버튼*/
.sp_itemBtn01 { 
	border-radius:30px; 
	color:#333; 
	font-size: 14px;
	letter-spacing: -1px;
	display:inline-block;
	margin:5px 0 5px 0 ;
	padding:8px 10px 8px 10px;
	text-decoration:none !important; 
	text-align:center;
	background-color:#fff
	}
.sp_itemBtn01:hover{ color:#fff; background-color:#1e1e1e; }
a.sp_itemBtn01 { color:#333;  letter-spacing: -1px;}
a.sp_itemBtn01 a:link {color:#ffffff; text-decoration:none;}
a.sp_itemBtn01 a:visited {color:#ffffff;}


/*small size Gray*/
.smallBtn08 { border-radius:2px; color:#fff; 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:#1e1e1e; 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:1px;
	margin:3px 0 0 0;
	color:#fff; 
	height:30px;
	line-height:31px;
	letter-spacing: -1px;
	display:inline-block;
	padding:2px 4px 2px 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:#333;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.searchB:hover{ color:#fff; background-color:#1e1e1e; display:inline-block; text-align:center; }
a.searchB { color:#ffffff;}
a.searchB a:link {color:#ffffff; text-decoration:none;}
a.searchB a:visited {color:#ffffff;}




/*주문조회-진행관련버튼[1]*/
.Btn_orderlist1 { 
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:0 4px 0 4px;
	text-decoration:none !important; 
	text-align:center; 
	margin:2px; 
	font-size:10pt;
	background-color:#4088E0
}
.Btn_orderlist1:hover{ color:#fff; background-color:#1E5BA5; display:inline-block; text-align:center;}
a.Btn_orderlist1 { color:#ffffff;  letter-spacing: -1px;}
a.Btn_orderlist1 a:link {color:#ffffff; text-decoration:none;}
a.Btn_orderlist1 a:visited {color:#ffffff;}

/*주문조회-진행관련버튼[2]*/
.Btn_orderlist2 { 
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:0 4px 0 4px;
	text-decoration:none !important; 
	text-align:center; 
	margin:2px; 
	font-size:10pt;
	background-color:#FE5A56
}
.Btn_orderlist2:hover{ color:#fff; background-color:#D53433; display:inline-block; text-align:center;}
a.Btn_orderlist2 { color:#ffffff;  letter-spacing: -1px;}
a.Btn_orderlist2 a:link {color:#ffffff; text-decoration:none;}
a.Btn_orderlist2 a:visited {color:#ffffff;}

/*주문조회-진행관련버튼[3]*/
.Btn_orderlist3 {
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:0 4px 0 4px;
	text-decoration:none !important; 
	text-align:center; 
	margin:2px; 
	font-size:10pt;
	background-color:#76D3C1
}
.Btn_orderlist3:hover{ color:#fff; background-color:#359582; display:inline-block; text-align:center;}
a.Btn_orderlist3 { color:#ffffff;  letter-spacing: -1px;}
a.Btn_orderlist3 a:link {color:#ffffff; text-decoration:none;}
a.Btn_orderlist3 a:visited {color:#ffffff;}

/*주문조회-진행관련버튼[4]*/
.Btn_orderlist4 { 
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:0 4px 0 4px;
	text-decoration:none !important; 
	text-align:center; 
	margin:2px; 
	font-size:10pt;
	background-color:#BEBEBE
}
.Btn_orderlist4:hover{ color:#fff; background-color:#969696; display:inline-block; text-align:center;}
a.Btn_orderlist4 { color:#ffffff;  letter-spacing: -1px;}
a.Btn_orderlist4 a:link {color:#ffffff; text-decoration:none;}
a.Btn_orderlist4 a:visited {color:#ffffff;}

.Btn_orderlist5 { 
	border-radius:2px; 
	color:#fff; 
	display:inline-block;
	padding:0 4px 0 4px;
	text-decoration:none !important; 
	text-align:center; 
	margin:2px; 
	font-size:10pt;
	background-color:#333
}
.Btn_orderlist5:hover{ color:#fff; background-color:#888; display:inline-block; text-align:center;}
a.Btn_orderlist5 { color:#ffffff;  letter-spacing: -1px;}
a.Btn_orderlist5 a:link {color:#ffffff; text-decoration:none;}
a.Btn_orderlist5 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;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; 			
			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; 			
			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; 
			
			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;
			
			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;
			
			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; 
			
			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; 
			
			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; 
			
			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; 
			
			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; 
			
			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:#ffffff;}
.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; 
			
			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; 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; 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; 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; display:inline-block;}
a.btn_guide { color:#999;font-size:8pt  letter-spacing: -1px; }
a.btn_guide a:link {color:#ffffff;font-size:8pt text-decoration:none;}
a.btn_guide a:visited {color:#ffffff;font-size:8pt ;}



/*제품아래 퀵메뉴 버튼-장바구니-itemC,확대보기-itemZ,찜하기-itemW,주문하기-itemO 4개버튼*/
.itemZ { border-radius:4px;
	color:#fff; font-size:8pt; padding:5px 15px 5px 15px; 
	margin:0 1px 0 0px; text-decoration:none !important; 
	text-align:center;
	border:1px; border-color:#ddd; border-style:solid;
	background: url('../images/product_list_view_icon1.png') no-repeat center; 
	background-color:#FFF;
	}
a.itemZ:hover{ color:#fff; 
	background: url('../images/product_list_view_icon1_on.png') no-repeat center;  
	background-color:#88BBF2;
	border:1px; border-color:#88BBF2; border-style:solid;}
a.itemZ a:link {color:#fff; text-decoration:none;}
a.itemZ a:visited {color:#fff;}

.itemC { border-radius:4px;  
	color:#fff; font-size:8pt; padding:5px 15px 5px 15px; 
	margin:0 1px 0 0px; text-decoration:none !important; 
	text-align:center;
	border:1px; border-color:#ddd; border-style:solid;
	background: url('../images/product_list_view_icon2.png') no-repeat center; 
	background-color:#FFF;
	}
a.itemC:hover{ color:#fff;
	background: url('../images/product_list_view_icon2_on.png') no-repeat center;   
	background-color:#88BBF2;
	border:1px; border-color:#88BBF2; border-style:solid;}
a.itemC a:link {color:#fff; text-decoration:none;}
a.itemC a:visited {color:#fff;}


.itemO { border-radius:4px;  
	color:#fff; font-size:8pt; padding:5px 15px 5px 15px; 
	margin:0 1px 0 0px; text-decoration:none !important; 
	text-align:center;
	border:1px; border-color:#ddd; border-style:solid;
	background: url('../images/product_list_view_icon3.png') no-repeat center; 
	background-color:#FFF;
	}
a.itemO:hover{ color:#fff;
	background: url('../images/product_list_view_icon3_on.png') no-repeat center; 
	background-color:#88BBF2;
	border:1px; border-color:#88BBF2; border-style:solid;}
a.itemO a:link {color:#fff; text-decoration:none;}
a.itemO a:visited {color:#fff;}


.itemW { border-radius:4px;  
	color:#fff; font-size:8pt; padding:5px 15px 5px 15px; 
	margin:0 1px 0 0px; text-decoration:none !important; 
	text-align:center;
	border:1px; border-color:#ddd; border-style:solid;
	background: url('../images/product_list_view_icon4.png')  no-repeat center; 
	background-color:#FFF;
	}
a.itemW:hover{ color:#fff; 
	background: url('../images/product_list_view_icon4_on.png') no-repeat center; 
	background-color:#88BBF2;
	border:1px; border-color:#88BBF2; border-style:solid;}
a.itemW a:link {color:#fff; text-decoration:none;}
a.itemW a:visited {color:#fff;}

/*제품아래 퀵메뉴 버튼-장바구니-itemC,확대보기-itemZ,찜하기-itemW,주문하기-itemO 4개버튼********************End*/






/***************2015추가버튼 버튼 스타일 시작******************/

.button_esens_buttonL {
	display: inline-block;
	position: relative;
	margin: 1px;
	padding:10px 15px 10px 15px;
	font-size: 10pt;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.44);
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 3px 3px rgba(100,100,100,.10), inset 1px 2px 1px rgba(255,255,255,.25);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
	.button_esens_buttonL:hover {
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		box-shadow: 1px 1px 1px rgba(0,0,0,.1), inset 1px 0px 5px rgba(0,0,0, .1);
	}

	.button_esens_buttonL:active {
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}

/*제품리스트-순서정렬버튼 over*/
.button_esens_buttonOverL {
	display: inline-block;
	position: relative;
	margin: 1px;
	padding:10px 15px 10px 15px;
	font-size: 10pt;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.44);
	border: 2px solid #1e1e1e;
	color:#1e1e1e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px rgba(95,130,229,.29), inset 0px 0px 10px rgba(95,130,229, .29);
	-moz-box-shadow: 1px 1px 10px rgba(95,130,229,.29), inset 0px 0px 10px rgba(95,130,229, .29);
	box-shadow: 1px 1px 10px rgba(95,130,229,.10), inset 1px 0px 10px rgba(95,130,229, .10);
	}
.button_esens_buttonOverL a {color:#1e1e1e;}
.button_esens_buttonOverL:link { color:#1e1e1e;}
.button_esens_buttonOverL:visited { color:#1e1e1e;}
.button_esens_buttonOverL:hover { color:#1e1e1e;}

.button_esens_button {
	display: inline-block;
	position: relative;
	margin: 10px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.22);
	font: bold 12px/25px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

	.button_esens_button:hover {
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	}

	.button_esens_button:active {
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}

/* 대형 버튼 Style */

.big_esens_button {
	padding: 0 40px;
	padding-top: 10px;
	height: 45px;
	text-transform: uppercase;
	font: bold 20px/22px Arial, sans-serif;
}

.big_esens_button span {
	display: block;
	text-transform: none;
	font: italic normal 12px/18px Georgia, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .12);
}

/* Green Color */

.green_esens_button {
	color: #3e5706;
	background: #a5cd4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
}

/* Blue Color */

.blue_esens_button {
	color: #19667d;

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
	background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
}

/* Gray Color */

.gray_esens_button {
	color: #515151;

	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
	background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}

.gray_esens_buttonL {
	background: #FEFEFE; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#FEFEFE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top,  #efefef 0%,#efefef 100%); /* W3C */
}

.gray_esens_buttonB {
	background: #FEFEFE; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#FEFEFE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,#ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#ddd 100%); /* IE10+ */
	background: linear-gradient(top,  #ddd 0%,#ddd 100%); /* W3C */
}
/***************2015추가버튼 END******************************/

@media (min-width:180px) and (max-width:639px){/*mobile and mini- tablet*/
.btn-type1, .btn-type2, .btn-type3, .btn-type4, .btn-type5{
	border-radius:1px; 
	height:35px; 
	line-height:35px;
	padding:4px 5px 4px 5px;
	margin:1px;
}

.Btn_orderlist1, .Btn_orderlist2, .Btn_orderlist3, .Btn_orderlist4, .Btn_orderlist5 { 
	font-size:8pt;
}
.ordertitleM_ex  { 
	color:#666; 
	font-size: 10pt; 
	letter-spacing: -1px;  
	text-align:right; 
	padding-right:10px; 
}



.btn-type2_view{
	height:35px; 
	padding:4px 15px 4px 15px;
	line-height:34px;
}
.btn-type4_view{
	height:35px; 
	padding:4px 15px 4px 15px;
	line-height:34px;
}
.btn-type5_view{
	height:35px; 
	padding:4px 15px 4px 15px;
	line-height:34px;
	}
.company_smallBtn00 {
	border-radius:0; 
	color:#fff; 
	display:inline-block;
	padding:2px 10px 0 10px;
	text-decoration:none !important; 
	font-size:10pt;
	text-align:center; 
	background-color:#000; 
	margin:2px 0 2px 1px;
	line-height:28px;
	height:28px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}

.company_smallBtn04 {
	border-radius:0; 
	color:#fff; 
	display:inline-block;
	padding:0 6px 0 6px;
	text-decoration:none !important; 
	font-size:10pt;
	text-align:center; 
	background-color:#F68E56; 
	margin:2px 0 2px 2px;
	line-height:28px;
	height:24px;
	width:90%;
	font-size:11pt;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
}

@media (min-width:640px) and (max-width:1280px){/*mobile and mini- tablet*/

/*제품상세페이지 버튼 color=#333*/
.btn-type2_view{
	border-radius:2px; 
	height:45px; 
	text-align:center;
	color:#fff; 
	 font-size: 11pt;
	line-height:44px;
	display:inline-block;
	padding:8px 15px 8px 15px;
	text-decoration:none !important;
	background-color:#000;
}

.btn-type2_view:hover{color:#ffffff; background-color:#777;}  
a.btn-type2_view { color:#ffffff;  letter-spacing: -1px;}
a.btn-type2_view a:link {color:#ffffff; text-decoration:none;}
a.btn-type2_view a:visited {color:#ffffff;}

/*제품상세페이지 버튼 color=#777 붉은색계열*/
.btn-type4_view{
	border-radius:2px;
	height:45px; 
	text-align:center;
	color:#fff;
	 font-size: 11pt;
	line-height:44px;
	display:inline-block;
	padding:8px 15px 8px 15px;
	text-decoration:none !important;
	background-color:#F09AA6;
	margin:0 2px 0 0;
}
.btn-type4_view:hover{color:#ffffff; background-color:#D26A78}
a.btn-type4_view { color:#ffffff;  letter-spacing: -1px;}
a.btn-type4_view a:link {color:#ffffff; text-decoration:none;}
a.btn-type4_view a:visited {color:#ffffff;}


/*제품상세페이지 버튼 color=#32B0B8 푸른색계열*/
.btn-type5_view{
	border-radius:2px;
	height:45px; 
	text-align:center;
	color:#fff;
	 font-size: 11pt;
	line-height:44px;
	display:inline-block;
	padding:8px 15px 8px 15px;
	text-decoration:none !important
	;background-color:#1e1e1e;
	margin:0 2px 0 0;
	}
.btn-type5_view:hover{color:#ffffff; background-color:#769AFF}  
a.btn-type5_view { color:#ffffff;  letter-spacing: -1px;}
a.btn-type5_view a:link {color:#ffffff; text-decoration:none;}
a.btn-type5_view a:visited {color:#ffffff;}
}




/*==================서브페이지 영역==================== */
/*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-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:90%;padding:20px;}
img.list_resize_photo {
  width:350px;
  max-width: 100%;
  height: auto;
}
.bbs2 { 
	color:#333; 
	font-size: 10pt; 
	letter-spacing: -1px;
}
.sens_body3 { 
	color:#333; 
	font-size: 10pt; 
	letter-spacing: -1px;
}
.bbs_contents { 
	font-size: 10pt;  
	letter-spacing: -1px;
}
.bbs_id{ 
	display: none;
}
.bbs_newsA {  color:#333; font-size: 10pt; letter-spacing: -1px;}
.noneboard{display:;}/*주소록카테고리 오픈*/
.noneboarddisplay {display:none;}/*주소록카테고리 숨김*/

.button_esens_buttonL {
	display: inline-block;
	position: relative;
	margin: 1px;
	padding:7px 5px 7px 5px;
	font-size: 8pt;
	letter-spacing: -1px;
	
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.44);
	border: 1px solid #ccc;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 3px 3px rgba(100,100,100,.10), inset 1px 2px 1px rgba(255,255,255,.25);

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
	.button_esens_buttonL:hover {
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		box-shadow: 1px 1px 1px rgba(0,0,0,.1), inset 1px 0px 5px rgba(0,0,0, .1);
	}

	.button_esens_buttonL:active {
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}

.esensbtn-botton1{
	color:#fff;
	letter-spacing: -1px;
	font-size:10pt;
	padding:0 10px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.esensbtn-botton2{
	color:#fff;
	letter-spacing: -1px;
	font-size:10pt;
	padding:0 10px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.esensbtn-botton3{
	color:#fff;
	letter-spacing: -1px;
	font-size:10pt;
	padding:0 10px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.bbs2_list { 
	color:#fff; 
	font-size: 10pt;  
	letter-spacing: -1px;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
}

/*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;
}
.bbs_contents { 
	font-size:10pt;  
	letter-spacing: -1px;
}

.sens_body3 { 
	font-size: 10pt; 
	}
.bbs_id{ 
	display: none;
}
.bbs2 { 
	color:#333; 
	font-size: 11pt; 
	letter-spacing: -1px;
}

.bbs_newsA {  color:#333; font-size: 10pt; letter-spacing: -1px;}
.noneboard{display:block;}/*주소록카테고리 오픈*/
.noneboarddisplay {display:none;}/*주소록카테고리 숨김*/

.esensbtn-botton1{
	display:inline-block; 
	text-align:center;
	background:#333; 
	border-radius:1px;
	height:40px; 
	line-height:40px;
	padding:0 20px; 
	margin:0px 1px 0 1px;
	text-transform:uppercase;/*!영문대문자로 임의변경 */
	color:#fff;
	letter-spacing: -1px;
	font-size:10pt;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}

}

/*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:#333; font-size: 11pt; letter-spacing: -1px;}
.noneboard{display:;}/*주소록카테고리 숨김*/
.noneboarddisplay {display:none;}/*주소록카테고리 오픈*/


}
@media (min-width:100px) and (max-width:659px){/*mobile and mini- tablet*/

img.resize_item {width:100%;}
img.list_resize_qna {
  max-width:50px;
  height: auto;
}
img.list_itemresearS {
  width:90%;
  height: auto;
  margin-bottom:15px;
  border: 1px solid #ddd;
}
img.list_itemresearS:hover {
	border: 1px solid #aaa;
	opacity: 0.7;
}
}

@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:1140px;}
.info_cont{float:none;width:100%; height:auto;padding-bottom:20px;padding-top:20px; background:none}
.spec_cont{width:95%;padding:1em;}
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;}

@media (min-width:180px) and (max-width:768px){
.company_smallBtn01 { 
	border-radius:0; 
	color:#fff; 
	display:inline-block;
	padding:1px 6px 1px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#1e1e1e;
	margin:2px 0 2px 2px;
	font-size:9pt;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.company_smallBtn01:hover{ color:#fff; background-color:#1e1e1e; display:inline-block; text-align:center;}
a.company_smallBtn01 { color:#ffffff;  letter-spacing: -1px;}
a.company_smallBtn01 a:link {color:#ffffff; text-decoration:none;}
a.company_smallBtn01 a:visited {color:#ffffff;}



.company_smallBtn02 { 
	border-radius:0; 
	color:#fff; 
	display:inline-block;
	padding:1px 6px 1px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#1e1e1e; 
	margin:2px 0 2px 2px;
	font-size:9pt;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.company_smallBtn02:hover{ color:#fff; background-color:#4163C3; display:inline-block; text-align:center;}
a.company_smallBtn02 { color:#ffffff;  letter-spacing: -1px;}
a.company_smallBtn02 a:link {color:#ffffff; text-decoration:none;}
a.company_smallBtn02 a:visited {color:#ffffff;}


.company_smallBtn03 { 
	border-radius:0; 
	color:#fff; 
	display:inline-block;
	padding:1px 6px 1px 6px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#FF7A7A;
	margin:2px 0 2px 2px;
	font-size:9pt;
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', sans-serif;
}
.company_smallBtn03:hover{ color:#fff; background-color:#E35959; display:inline-block; text-align:center;}
a.company_smallBtn03 { color:#ffffff;  letter-spacing: -1px;}
a.company_smallBtn03 a:link {color:#ffffff; text-decoration:none;}
a.company_smallBtn03 a:visited {color:#ffffff;}

}




/* =======서브페이지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:40%;  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: 200px;  padding-top:20px;}
#imglistBox .main_large_notice{width:100%; height:220px;  padding-top:60px;}
#imglistBox .main_small_photo {width: 100%; height: 220px; padding-top:60px;padding-right:20px;}
#imglistBox .main_small_banner {display: none; padding-top:0px; height: 0px;}
#imglistBox .main_small_cs {width: 100%;  padding-top:60px;}
.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:60px;}
#imglistBox .main_small_photo {width: 100%; height: 240px; padding-top:60px;padding-right:20px;}
#imglistBox .main_small_banner {display: none; padding-top:0px; height: 0px; }
#imglistBox .main_small_cs {width: 100%; height: 200px;  padding-top:60px;}
.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*//*768(611)*/
#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:224px; 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;
  
}

.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;
  text-shadow: 0 1px white;
  
  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;
  
  text-align:left; 
  border-top:2px solid #5C5C5C;
  border-bottom:1px solid #CBCBCB;
}

.bar_button_review {
  background-image:linear-gradient(	0deg,rgb(243, 243, 243),rgb(255, 255, 255));
  color: #222;
  text-shadow: 0 1px white;
  
  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: #333;
    border: 3px solid #333;
    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;} */
.noneesens_del3 { display:none;}

@media (min-width:1px) and (max-width:480px){
.pagevisual_slogon{padding-top:70px;}
.esensWindow{width:90%;overflow-y: scroll; left: 0;margin: 1%;border: 1px solid #333;}
/* .noneesens_pop { display:none;}
.noneesens_pop_m { display:block;} */
.noneesens_del { display:none;}
.noneesens_del2 { display:none;}
.noneesens_del3 { display:block;}
.noneesens { display:none;}

}

@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 #333;}
/* .noneesens_pop { display:none;}
.noneesens_pop_m { display:block;} */
.noneesens_del { display:none;}
.noneesens_del2 { display:none;}
.noneesens_del3 { display:block;}
.noneesens { display:none;}
}

@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 #333;}
/* .noneesens_pop { display:block;}
.noneesens_pop_m { display:none;} */
.noneesens_del { display:none;}
.noneesens { display:none;}

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


@media (min-width:1279px){/*PC*/
.layernoneesens_pop { display:none;}
}

@media (max-width:1278px){/*MOBILE*/
.layernoneesens { display:none;}
.layernoneesens_pop {width:100%; display:inline-block; margin:0 auto; position:relative;}
.layernoneesens_pop img {width:100%; max-width:500px;}
}



/*레이어 중앙처리*/
.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 #333; 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;}
a.cbtn {display:inline-block; height:35px; width:70px; text-align:center;  padding:0 14px 0; border:1px solid #333333; background-color:#333333; font-size:13px; color:#fff; line-height:25px;}	
a.cbtn:hover {border: 1px solid #777777; background-color:#777777; color:#fff; }



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

.table_all{border: 3px solid #333; padding:5px;}
.tabletd_all{
	border:1px solid #ddd;   
	font-size:11pt; 
	padding:5px;
	}
.tabletd_all:hover{
	background:#FFF49B;
	}



.tabletd_small{
	border:1px solid #333;
	text-align:left; 
	font-size:10pt; 
	padding:5px;
	color:#333;
	}
.tablemenutd{border:1px solid #999; padding:5px;}
.tabletd_all2{border:1px solid #333;   
	font-size:10pt; padding:5px;}
.tabletd_all2:hover{background:#efefef;}

.tabletd_small_item{
	border:1px solid #aaa;
	text-align:left; 
	font-size:10pt; 
	color:#333;
	padding:5px;
	font-family: 'RixSGo B','RixSGo M','NanumBarunGothicBold', 'NanumBarunGothic',  "Dotum", 'Gulim', sans-serif; 
	}
.tabletd_small_item_contents{
	border:1px solid #aaa;
	text-align:center; 
	font-size:10pt; 
	color:#888;
	padding:5px;
	font-family:'RixSGo M', 'NanumBarunGothic','NanumBarunGothicBold',  "Dotum", 'Gulim', sans-serif; 
	}

.jointable_all {border-top:2px solid #555;border-bottom:1px solid #555;}
.jointable_td {border-bottom:1px solid #ddd;  height:45px; padding:0 10px 0 10px;}
.jointable_tdS {border-bottom:1px solid #ddd; padding:0 5px 0 5px;}
.jointable_td_Oder {border-bottom:1px solid #ddd; height:1px; 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 #ddd; height:25px; padding:0 2px 0 2px;}
.jointable_tdADD {border-bottom:1px solid #ddd; height:45px; padding:0 10px 0 10px;}

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

/* 주문확인 상세페이지 처리 */
.my_orderview_pc {display:block;}
.my_orderview_mobile {display:none;}
/* 주문확인 상세페이지 처리End */


/* 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: 10px 25px 10px 25px;
  background: #425A70;
  border: none;
  margin:0 1px 1px 0;
  color: #fff;
  font-size:12pt;
  letter-spacing: -1px;
  font-family:'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
  cursor: pointer;
}
.button2014esens:link {color: #fff;}
.button2014esens:hover { 
	background-color: #425A70;  
	color: #fff;
	}
.button2014esens:active,.button2014esens.sensbutton-checked { 
	background-color: #1D2935;
	font-size:12pt;
	 
	}
.button2014esens .sensbutton-checked {  color: #fff;}

.button2014esens_chicon {
	background:url( ../skinimage/esens_icon.png )  no-repeat -12px -324px  transparent; 
}
/* 서브페이지 상단 텝메뉴 end */


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

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


/* -- 전체가로사이즈 -- */
.buttonprimary-content {
	margin-bottom: 20px; 
	text-align:center; 
	padding-bottom:0; 
	border-bottom: 1px solid #ddd; 
	border-top:2px solid #000;
	box-sizing:border-box;
}



/* 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:0;
  background: #fff;
  border: 0;
  margin:0px;
  color: #fff;
  font-size:19px;
  letter-spacing: -1px;
  font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
  cursor: pointer;
  box-sizing:border-box;
  width:257px;
  height:50px;
  line-height:50px;
  transition:1s;
  outline:0;
}
.lineheigh_sens .button2014esens font{color:#000000;}

.button2014esens:link {color: #fff;}
.button2014esens:hover { 
	background-color: #333333;
	}
.button2014esens:hover font{color:#fff;}
.button2014esens:active,.button2014esens.sensbutton-checked { 
	background-color: #333333;
	font-size:19px;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	margin-left:-4px;
	}
.button2014esens .sensbutton-checked {  color: #fff;}
/* 서브페이지 상단 텝메뉴 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;}



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


@media screen and ( max-width: 480px ) {
.noneesens{display: none;}
}


@media (min-width:1px) and (max-width:479px){
.btncenter_containerlogo {display: none;}
.noneesens{display: none;}
}

@media (min-width:180px) and (max-width:640px){
	/* 우측 탑 버튼  */
	#elevator_item_sens {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 20px;
	-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;
	border:none;
	}
	#elevator_item_sens.off {
	opacity: 0;
	visibility: hidden
	}
	#elevator_sens_btn {
	display: block;
	width: 60px;
	height: 50px;
	background: url(../images/mobile_icon_top.png) center center no-repeat;
	cursor: pointer;
	margin-bottom: 7px;border:none;
	}
	#elevator_sens_btn:hover {
	background: url(../images/mobile_icon_top_on.png) center center no-repeat;
	}
	#elevator_sens_btn:active {
	background: url(../images/mobile_icon_top_on.png) center center no-repeat;
}
}



/*게시판 탭메뉴 */
@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%;} 
.f_copy,.f_copy2,.f_copy_centerL { font-size: 10pt; }	

.tabletd_all{font-size:9pt; }

.pagemap_none {display: none;}
.ordertitle  { color:#000; font-size: 10pt; letter-spacing: -1px;  }
.ordertitleM  { width:80px; color:#666; font-size: 9pt; letter-spacing: -1px;  text-align:center; }
/* 주문확인 상세페이지 처리 */
.my_orderview_pc {display:none;}
.my_orderview_mobile {display:block;}
/* 주문확인 상세페이지 처리End */


/*주문상세페이지 color=#333 상품평쓰기,상품Q&A*/
.btn-type6_view{ 
	width:80px;
	border-radius:5px;
	height:20px; 
	text-align:center;
	color:#fff;
	display:inline-block;
	padding:14px 0 8px 0;
	text-decoration:none !important;
	background-color:#333;
	margin:0 2px 0 0;
}
.btn-type6_view:hover{color:#FFE400; height:20px; background-color:#000}  
a.btn-type6_view { color:#fff;  letter-spacing: -1px;}
a.btn-type6_view a:link {color:#fff; text-decoration:none;}
a.btn-type6_view a:visited {color:#fff;}

.button2014esens {
  display: inline-block;
  padding: 4px 15px 4px 15px;
  background: #aaa;
  border: none;
  margin-bottom:1px;
  border-radius: 1px;
  color: #fff;
  font-size:10pt;
  letter-spacing: -1px;
  font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
  cursor: pointer;
}
.button2014esens:active,.button2014esens.sensbutton-checked { 
	background-color: #1e1e1e;
	font-size:10pt;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}
}


@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%;} 
.pagemap_none {display: none;}
/* 주문확인 상세페이지 처리 */
.my_orderview_pc {display:none;}
.my_orderview_mobile {display:block;}
/* 주문확인 상세페이지 처리End */

.tabletd_all{font-size:10pt; }

.button2014esens {
  display: inline-block;
  padding: 6px 20px 6px 20px;
  background: #aaa;
  border: none;
  margin-bottom:1px;
  border-radius: 1px;
  color: #fff;
  font-size:10pt;
  letter-spacing: -1px;
  font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
  cursor: pointer;
}
.button2014esens:active,.button2014esens.sensbutton-checked { 
	background-color: #1e1e1e;
	font-size:10pt;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}
}
/*북마크영역 End*/



/* 고객센터 */
#customer_divcont {
	width:95%;
	height:100px;
	margin:0 auto;
	padding:10px; 
	display:block; 
	position:relative;
	border: 1px solid #e8e8e8;
	background:#f8f8f8;
} 
#customer_divLeft {
	clear:both;
	float:left; 
	width:10%; 
	height:100px;
	line-height:20px;
	letter-spacing: -1px;
} 
#customer_divcenter_1 {float:left; width:30%; height:90px;} 
#customer_divcenter_2 {float:left; width:20%; height:90px;} 
#customer_divright {
	float:left; 
	width:40%; 
	padding-top:5px;
	height:100px; 
	letter-spacing: -1px;
	line-height:20px;
} 

.customer_title_img1 {
	background: url("../skinimage/sub_customer_img.png") no-repeat scroll -100px 0px transparent;
	display:inline-block;
	vertical-align: middle;
}

.customer_title_img2 {
	background: url("../skinimage/sub_customer_img.png") no-repeat scroll 5px -88px transparent;
	display:inline-block;
	vertical-align: middle;
}

#customertable_divcont {
	margin:0 auto;
	margin-top:5em;
	width:95%;
	display:inline-block;
	position:relative; 
} 
#customertable_divLeft { 
	clear:both; 
	float:left;
	width:50%; 
	margin-right:20px; 
} 
#customertable_divcenter_1 { float:left; width:45%;  } 
#customertable_notice_title {
	padding-top:20px;
	padding-bottom:5px;	 
	font-size: 11pt; 
	letter-spacing: -1px;
	border-bottom: 1px solid #555;
	}

.customertable-icon {
	height:30px;
	padding-left:10px;
	border-bottom: 1px solid #efefef;
	background:url(../images/icon_subject2.gif) 2px 9px no-repeat;
	}

#customertable_notice h2 {
	font-size: 14pt;
	margin-bottom:0.5em;
	margin-left:0.5em;
	letter-spacing: -1px;
	color:#000;
	font-family: 'RixSGo B' 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}
#customertable_notice h2 a{
	color:#000;
}

#customertable_faq h2 {
	font-size: 14pt;
	margin:1em 0 0.5em 0.5em;
	letter-spacing: -1px;
	color:#000;
	font-family: 'RixSGo B' 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}
#customertable_faq h2 a{
	color:#000;
}


@media (min-width:960px) and (max-width:1139px){/*tablet ~pc*//*768(611)*/
#customer_divcont {
	width:95%;
	height:200px;
	margin:0 auto;
	padding:10px; 
	display:block; 
	position:relative;
	border: 1px solid #e8e8e8;
	background:#f8f8f8;

}
#customer_divLeft {clear:both; float:left; text-align:right; width:25%;} 
#customer_divcenter_1 {float:left;font-size: 11pt; width:75%; margin-bottom:1em;}
.main_idx {font-size: 12pt; color:#000;}
#customer_divcenter_2 {float:left; text-align:right; width:25%;} 
#customer_divright {float:left;font-size: 11pt; width:75%; letter-spacing: -1px;} 
.customer_title_img1 {
	background: url("../skinimage/sub_customer_img.png") no-repeat scroll 5px 0px transparent;
	display:inline-block;
	vertical-align: middle;
}

.customer_title_img2 {
	background: url("../skinimage/sub_customer_img.png") no-repeat scroll 5px -98px transparent;
	display:inline-block;
	vertical-align: middle;
}

#customertable_divcont {margin:0 auto; width:100%;margin-top:3em;} 
#customertable_divLeft {clear:both; float:left; width:100%;} 
#customertable_divcenter_1 {display:none} 
#customertable_notice { float:left; width:45%; margin-right:10px;font-size: 10pt;}
#customertable_faq { float:right; width:50%;font-size: 10pt;}
}


@media (min-width:1px) and (max-width:959px){/*tablet ~pc*//*768(611)*/

.main_idx {font-size: 12pt;color:#000;}
#customer_divcont {display:block; margin:0 auto; width:90%; height:200px;text-align:center;} 
#customer_divLeft {display:none} 
#customer_divcenter_1 { 
	width:100%;
	margin:0 auto;
	font-size: 11pt; display:block;
	color:#000; 
	text-align:center;
}
#customer_divcenter_2 {display:none} 
#customer_divright { 
	float:left; 
	display:block;
	margin-top:1em;
	padding-top:1em;
	width:100%;
	font-size: 10pt;
} 

#customertable_divcont {margin:0 auto; width:100%;margin-top:3em;} 
#customertable_divLeft {clear:both; float:left; width:100%;font-size: 10pt;} 
#customertable_divcenter_1 {display:none} 
#customertable_faq {  margin-top:30px;}

}
/* 고객센터 END*/


/* 기획전 영역 */
.eventpage_table_box {
	margin:0 auto;
	margin-top:5em;
	width:95%;
	display:inline-block;
	position:relative; 
} 
.eventpage_table_box_left { 
	float:left;
	width:50%; 
	margin-right:20px; 
} 
.eventpage_table_box_right { 
	float:right;
	width:50%; 
	margin-right:20px; 
} 
.eventpage_table_title {
	font-size:12pt;
	letter-spacing: -1px;
	color:#000;
	text-align:center;
	font-family: 'RixSGo B' 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}

.thumbnails_esens {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align:center;
}

.tumb_esens {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 150px;
  overflow: hidden;
  margin: 40px 0px 0 0;
  background: url(loader.gif) no-repeat center center rgba(255, 255, 255, 0);
  padding:0 40px 40px 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-bottom: 1px solid #efefef;

}
.thumbnails_esens img { border: 1px solid rgba(255, 255, 255,0.5) }
.thumbnails_esens a:hover img { border: 1px solid #aaa; }

.tumb_esens img {
  display: block;
  width: 100%;
  margin: 10px 0px 0 0px;
}

.tumb_esens span {
  display: none;
  visibility: hidden;
}

.info_tumb_esens span {

  top: 5px;
  left: 0%;
  text-align:left;
  visibility: visible;
  width:90%;
  padding: 0;
  letter-spacing: -1px;
}

.info_tumb_esens:not(.blurme_tumb_esens) span {
  display: block;
  color: #333;
}

.info_tumb_esens:not(.blurme_tumb_esens):hover span {
  display: block;
  color: #42B2F7;
}

.info_tumb_esens_view_box {
  display: block;
  color: #333;
  margin:0 auto;
  padding:2em 0;
  text-align:center;
}

.blurme_tumb_esens {
  -webkit-filter: blur(10px) opacity(0.2);
  filter: blur(10px) opacity(0.2);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}



@media (min-width:1px) and (max-width:400px) {
.tumb_esens {
  width: 95%;
  height: 130px;
}
.tumb_esens img {
  display: block;
  width: 100%;margin: 56px 0px 0 0px;
}
.info_tumb_esens span {
  position: absolute;
  top: 10px;
  left: 0%;
  text-align:left;
  visibility: visible;
  width: 90%;
  line-height:16px;
  font-size: 9pt; 
}


.menupc_nonemenu {display:none;}
.menumobile_nonemenu{width:90% !important; padding:11px 0px !important;}

.boardsens {display: none;}

#main_sec1 .title_zone p{font-size:15px;}
}

@media (min-width:401px) and (max-width:779px) {
.tumb_esens {
  width: 100%;
  height: auto;
}
.menumobile_nonemenu {
	display:block;
	text-align:left;
}
.menupc_nonemenu {display:none;}
.boardsens {display: none;}
.info_tumb_esens span {
  font-size: 10pt; 
}

.menumobile_nonemenu{width:100% !important; padding:10px;}


}



@media (min-width:780px) and (max-width:1278px){
.tumb_esens {
  width: 100%;
  height: auto;

}
.info_tumb_esens span {
  font-size: 10pt; 
}
.menumobile_nonemenu {display:block;text-align:left;}
.menupc_nonemenu {display:none;}
.boardsens {display: block;}
.menumobile_nonemenu{padding:7px;}

}

@media(min-width:1279px) {
.tumb_esens {
  width: 44%;
  height: auto;
}
.menumobile_nonemenu {display:none;}
.menupc_nonemenu {display:block; padding:12px 0;}
.boardsens {display: block;}

}


/* 기획전 영역 END*/





/* 게시판 셀렉트 메뉴형태 출력*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.1em;
}
#cssmenu {
  width: 250px;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}

#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 999;
  display: block;
  height: 10px;
  width: 2px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align:center;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 0;
  cursor: pointer;
  z-index: 999;
  font-size: 11pt;
  text-decoration: none;
  color: #fff;   
  background: #7a7a7a;
  border:1px; border-color:#7a7a7a; border-style:solid;
  border-radius:0;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  margin:1px;
  text-align:center;
}
#cssmenu ul ul ul li a {
  padding-left: 0; 
  background: #fff;
  color: #333;
   
  border:1px; border-color:#ddd; border-style:solid;
}
#cssmenu ul ul li a:hover {
  color: #fff;
  background: #b3b3b3;   
  border:1px; border-color:#b3b3b3; border-style:solid;
}
/********html페이지.제품.기타위젯 페이지의 타이틀제목옆 분류셀렉트 속성*********/
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.1em;
}
#cssmenu2 {
  width: 180px;
  font-family:  'RixSGo B', "NanumGothicBold", 'RixSGo M', 'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif;  
  text-shadow:none;
}
#cssmenu2 ul ul {
  display: none;
}
#cssmenu2 > ul > li.active2 > ul {
  display: block;
}
.align-right {
  float: left;
}

#cssmenu2 ul > li.has-sub > a:after {
  position: absolute;
  right: -10px;
  top: 19px;
  z-index: 999;
  display: block;
  height: 10px;
  width: 2px;
  background: #333;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align:center;
}
#cssmenu2 ul > li.has-sub > a:before {
  position: absolute;
  right: -14px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #333;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cssmenu2 ul > li.has-sub.open > a:after,
#cssmenu2 ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
   background: #333;
}
#cssmenu2 ul ul li a {
  padding: 15px 0;
  cursor: pointer;
  z-index: 999;
  font-size: 17px;
  letter-spacing:0.1px;
  text-decoration: none;
  color: #333;   
  background: #fff;
  border-right:1px; border-left:1px;
  border-bottom:1px; border-color:#ddd; border-style:solid;
  border-radius:0;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
 /*  margin:1px; */
  text-align:left;
}
#cssmenu2 > ul > li > ul > li > a:nth-child(1){background:#f4f4f4; border:0;}
#cssmenu2 > ul > li > ul > li > ul{position:relative; top:7px;}
#cssmenu2 ul ul ul li a {
  padding-left: 25px;
  width:262px;
  margin-left:-31px;
}
#cssmenu2 ul ul li a:hover {
}
/********html페이지.제품.기타위젯 페이지의 타이틀제목옆 분류셀렉트 속성*********/

.gallery_alldiv {height:60px;}

.idcheck2015 {
  padding:5px 15px 5px 15px;
  color:#585858;
  line-height:26px;
  height:26px;
  background: #dddddd;
  border-radius:0;
  letter-spacing: -1px;
  font-size: 10pt;    
}

@media (min-width:300px) and (max-width:900px){
.gallery_alldiv {height:60px;  margin:0 auto; vertical-align:middle}
#cssmenu{ margin:0 auto;}
}

/* 게시판 셀렉트 메뉴형태 출력 End*/



#mainbox_divbox {
	width:90%;
	line-height:24px;
	margin:1em 0;
	display:inline-block;
	color:#fff;
	font-family:'RixSGo M', "NanumBarunGothic",  "Tahoma", "Helvetica",  sans-serif;
}
#mainbox_divbox_left {
	width:22%;
	height:110px;
	padding-top:2em;
	vertical-align:middle;
	margin:0 auto;
	display:inline-block;
}

#mainbox_divbox_center1 {
	width:22%; 
	height:110px;
	padding-top:2em;
	vertical-align:middle;
	margin:0 auto;
	display:inline-block;
}

#mainbox_divbox_center2 {
	width:22%; 
	height:110px;
	padding-top:2em;
	vertical-align:middle;
	margin:0 auto;
	display:inline-block;
}

#mainbox_divbox_right {
	width:22%;
	height:110px;
	padding-top:2em;
	margin:0 auto;
	vertical-align:middle;
	display:inline-block;
}

.divbox_text-center{
	width:100%; 
	text-align:center;
	background: #1e1e1e;
	border-radius:2px;
	font-size:12pt;
	font-family:'RixSGo EB', "NanumBarunGothic",  "Tahoma", "Helvetica",  sans-serif;
	letter-spacing: -1px;
}
.divbox_text-content {
	width:70%; 
	margin:0 auto;
	font-size:9pt;
	font-family:'RixSGo M', "NanumBarunGothic",  "Tahoma", "Helvetica",  sans-serif;
	line-height:18px;
	color:#CCD9FE;
	text-align:center;
}


#mainbox_in_divbox {
	width:100%;
	top:100px;
	display: block;
	position:relative; 
	font-size:60pt;
	line-height:18px;
	color:#fff;
}
#mainbox_in_divbox_left {
	width:18%; 
	margin:0 auto;
	display:inline-block;
}

#mainbox_in_divbox_center {
	width:18%; 
	margin:0 auto;
	display:inline-block;
}

#mainbox_in_divbox_right {
	width:18%; 
	margin:0 auto;
	display:inline-block;
}


.fa-chevron-right {display:inline-block;}
.fa-chevron-down {display:none;}


@media (min-width:180px) and (max-width:960px){
#mainbox_divbox {
	width:90%;
	padding:1em;
	height:auto;
	margin:1em 0;
	display:inline-block;
	color:#fff;
	background: #1e1e1e;
	border-radius:2px;
	font-size:12pt;
	font-family:'RixSGo EB', "NanumBarunGothic",  "Tahoma", "Helvetica",  sans-serif;
	letter-spacing: -1px;
}
#mainbox_divbox_left {
	width:100%;
	padding-top:0;
	height:auto;
	margin:0 auto;
	display:inline-block;
}

#mainbox_divbox_center1 {
	width:100%; 
	padding-top:0;
	height:auto;
	margin:0 auto;
	display:inline-block;
}

#mainbox_divbox_center2 {
	width:100%;
	padding-top:0;
	height:auto;
	margin:0 auto;
	display:inline-block;
}

#mainbox_divbox_right {
	width:100%;
	padding-top:0;
	height:auto;
	margin:0 auto;
	display:inline-block;
}
.divbox_text-center{
	width:100%; 
	text-align:center;
	background: #1e1e1e;
}
#mainbox_in_divbox {display:none;}
.fa-chevron-right {display:none;}
.fa-chevron-down {
	display:inline-block;
	padding-top:0.2em;
	font-size:60pt;
	color:rgba(255, 255, 255, 0.3);;
	}

.divbox_text-center{
	width:100%; 
	text-align:center;
	background:none;
	border-radius:none;
	font-size:12pt;
	font-family:'RixSGo EB', "NanumBarunGothic",  "Tahoma", "Helvetica",  sans-serif;
	letter-spacing: -1px;
	}
}



/*메인 고객센터 영역 */
.main_cscenter_bg { 
	height: 280px; 
	padding:50px 0 50px 0;
	background: url() repeat;}

.main_cscenter_m1_bold { 
	font-size: 38pt;;
	padding:0 8px 0 0;
	line-height:20px;
	color:#fff;text-shadow: 0 0 3px  rgba(0, 0, 0, 0.2);
	letter-spacing: -0.06em; 
	font-family:"Roboto-bold","NanumGothicExtra", 'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif; }

.main_cscenter_m2_bold { 
	padding-top:10px;
	font-size: 11pt;
	color:#fff;letter-spacing: -0.01em; 
	font-family:"NanumGothicBold", "NanumGothic", "Tahoma", "Helvetica", sans-serif; }

.main_cscenter_m3_bold { 
	padding-top:10px;
	font-size: 10pt;
	line-height:20px;
	color:#fff;
	letter-spacing: -0.01em; 
	font-family:"NanumGothicBold", "NanumGothic", "Tahoma", "Helvetica", sans-serif; }

.main_cscenter_m1_tel { 
	font-size: 30pt;;
	line-height:20px;
	color:#333;
	letter-spacing: -0.06em; 
	font-family:"Roboto-thin","NanumGothicExtra", 'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif; }


.main_cscenter_m1_thin { 
	font-size: 38pt;
	padding:0 8px 0 0;
	line-height:20px;
	color:#fff;text-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);
	letter-spacing: -0.06em; 
	font-family:"Roboto-thin","NanumGothicExtra", 'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif; }

.main_cscenter_line {
	display: block; 
	height: 0; 
	border: 0; 
	border-bottom: 1px solid  rgba(255, 255, 255, 0.2);  /*메인 페이지간 경계라인*/
	margin: 30px 0 30px 0; }

.main_cscenter_line2 {
	display: block; 
	height: 0; 
	border: 0; 
	border-bottom: 1px solid  rgba(255, 255, 255, 0.2);  /*메인 페이지간 경계라인*/
	margin: 10px 0 10px 0; }

.main_cscenter_line3 {
	display: block; 
	height: 0; 
	border: 0;  /*메인 페이지간 경계라인*/
	margin:5px 0 5px 0; }



.main_cscenter_body2 { 
	color:#fff; 
	font-size: 11pt; 
	letter-spacing: -0.1em;
	}
.numberlink_cs {letter-spacing: -0.01em; }

.main_cscenter-mini1 { 
	border-radius:20px; 
	color:#fff; 
	display:inline-block;
	padding:0px 7px 0px 7px;
	text-decoration:none !important; 
	font-size: 10pt;
	text-align:center; 
	background-color:#1e1e1e; 
	margin:2px; 
	letter-spacing: -1px;
}
.main_cscenter-mini1:hover{ color:#fff; background-color:#FF894A;}
a.main_cscenter-mini1 { color:#ffffff; }
a.main_cscenter-mini1 a:link {color:#ffffff;}

.main_review-mini1 { 
	border-radius:20px; 
	color:#fff; 
	display:inline-block;
	padding:5px 50px 5px 50px;
	line-height:30px;
	text-decoration:none !important; 
	font-size: 10pt;
	text-align:center; 
	background-color:#1e1e1e; 
	margin:10px 0 20px 0; 
	letter-spacing: -1px;
}
.main_review-mini1:hover{ color:#fff; background-color:#FF894A;}
a.main_review-mini1 { color:#ffffff; }
a.main_review-mini1 a:link {color:#ffffff;}

.review_bgicon_box {
	width:100%;
	display:block;
	margin-bottom:10px;
}
.review_bgicon1 {
	width:65px;
	height:74px;
	background: url(../img/review_subject_bgicon.png) 5px 5px no-repeat; 
	display: inline-block;
	position:relative; 
}
.review_bgicon2 {
	width:100%;
	margin-top:10px;
	padding-left:2em;
	position:absolute; 
}

.main_cscenter-snsimg1 :hover{ background: url(../img/main_social_icon1_off.png) 5px 5px no-repeat; padding:5px ;}
.main_cscenter-snsimg1 a:link{ background: url(../img/main_social_icon1_off.png) 5px 5px no-repeat; padding:5px ;}

.main_cscenter-snsimg2 :hover{ background: url(../img/main_social_icon2_off.png) 5px 5px no-repeat;padding:5px ;}
.main_cscenter-snsimg2 a:link{ background: url(../img/main_social_icon2_off.png) 5px 5px no-repeat;padding:5px ;}

.main_cscenter-snsimg3 :hover{ background: url(../img/main_social_icon3_off.png) 5px 5px no-repeat;padding:5px ; }
.main_cscenter-snsimg3 a:link{ background: url(../img/main_social_icon3_off.png) 5px 5px no-repeat;padding:5px ; }


.main_cscenter-mini2 { 
	border-radius:3px; 
	color:#fff; 
	font-size: 10pt; 
	letter-spacing: -0.1em; 
	font: 11px/12px 'NanumGothicBold','NanumGothic',ng;
	display:inline-block;
	padding:11px 12px 10px 12px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#000; 
	margin:2px 2px 2px 2px;}

.main_cscenter-mini3 { 
	border-radius:3px; 
	color:#fff; 
	font-size: 10pt; 
	font-family:'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif;
	letter-spacing: -0.1em; 
	display:inline-block;
	padding:11px 12px 10px 12px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#10ABAC; 
	margin:2px 2px 2px B2A2C7;}

.main_cscenter-server { 
	font-size: 10pt;
	border-radius:3px; 
	color:#fff; 
	letter-spacing: -0.06em; 
	font-family:'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif;
	display:inline-block;
	padding:0 10px 0 10px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#1e1e1e; 
	margin:2px;}
.main_cscenter-server:hover{ color:#fff; background-color:#000; display:inline-block; text-align:center;}
a.main_cscenter-server { color:#fff;  letter-spacing: -1px;}
a.main_cscenter-server a:link {color:#fff; text-decoration:none;}

/*메인 고객센터 영역 End*/


/*메인하단 고객센터 영역 가로 3개 진열*/
#itemtable_cscenter_table1 {margin:0 auto; width:80%;} 

#itemtable_cscenter_table_Center {float:left;width:48%;display:inline-block;} 
.itemtable_cscenter_table_Center{padding:10px;}

#itemtable_cscenter_table_Right { width:48%;display:inline-block;} 
.itemtable_cscenter_table_Right{padding:10px;}


@media (min-width:641px) and (max-width:1140px){/*tablet ~pc*//*768(611)*/
#itemtable_cscenter_table1 {margin:0 auto; width:100%;} 
#itemtable_cscenter_table_Center {float:left; width:45%;} 
#itemtable_cscenter_table_Right {float:left; width:45%;}
}

@media (min-width:180px) and (max-width:640px){/*mobile and mini- tablet*/
#itemtable_cscenter_table1 {margin:0 auto; width:100%;} 
#itemtable_cscenter_table_Right {float:left; width:100%;} 
#itemtable_cscenter_table_Center {float:left; width:100%;} 
	.main_review-mini1 { 
		border-radius:3px; 
		color:#fff; 
		width:96%;
		display:inline-block;
		padding:5px 10px;
		line-height:30px;
		text-decoration:none !important; 
		font-size: 10pt;
		text-align:center; 
		background-color:none; 
		margin:10px 0 0 0; 
		letter-spacing: -1px;
	}
	.main_review-mini1:hover{ background-color:#FF894A;}
	a.main_review-mini1 { color:#fff; }
	a.main_review-mini1 a:link {color:#fff;}

	.review_bgicon_box {
		width:100%;
		display:block;
		margin-bottom:10px;
	}
	.review_bgicon1 {
		display: none;
	}
	.review_bgicon2 {
		width:100%;
		margin-top:10px;
		padding-left:0;
		position:relative; 
	}
}

/*메인하단 고객센터 영역 가로 3개 진열*/


.minibox_btn01_bold {
	text-align:center;  
	background:#fff; 
	border-radius:3px;;
	padding:4px 10px 4px 10px; 
	margin:2px 1px;
	display: inline-block;
	border:1px solid #ddd;
	line-height:16px;
	color:#333;
	font-size: 10pt;
	letter-spacing: -1px;
	font-family:  'RixSGo M', "NanumBarunGothic", "NanumBarunGothicBold", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.minibox_btn01_bold:hover{
		color:#fff;
		background-color:#1e1e1e;
		border:1px solid #1e1e1e;    
		-moz-transition: all 0.3s ease-in 0s;	
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s; 
		transition: all 0.3s ease-in 0s; 
	}
	a.minibox_btn01_bold {color:#333;}
	a.minibox_btn01_bold a:link {color:#333;}
	a.minibox_btn01_bold a:visited {color:#333;}

.minibox_btn02_bold {
	text-align:center;  
	background:#7496F7; 
	border-radius:3px;;
	padding:5px 16px 7px 16px; 
	margin:0px 1px;
	display: inline-block;
	color:#fff;
	font-size: 11pt;
	letter-spacing: -1px;
		font-family:  'RixSGo M', "NanumBarunGothic", "NanumBarunGothicBold", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.minibox_btn02_bold:hover{
		color:#fff;
		background-color:#4CB8DF;    
		-moz-transition: all 0.3s ease-in 0s;	
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s; 
		transition: all 0.3s ease-in 0s; 
	}
	a.minibox_btn02_bold {color:#fff;}
	a.minibox_btn02_bold a:link {color:#fff;}
	a.minibox_btn02_bold a:visited {color:#fff;}

.minibox_btn03_bold {
	text-align:center;  
	background:#1e1e1e; 
	border-radius:3px;;
	padding:5px 16px 7px 16px; 
	margin:0px 1px;
	display: inline-block;
	color:#fff;
	font-size: 11pt;
	letter-spacing: -1px;
		font-family:  'RixSGo M', "NanumBarunGothic", "NanumBarunGothicBold", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.minibox_btn03_bold:hover{
		color:#fff;
		background-color:#4CB8DF;    
		-moz-transition: all 0.3s ease-in 0s;	
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s; 
		transition: all 0.3s ease-in 0s; 
	}
	a.minibox_btn03_bold {color:#fff;}
	a.minibox_btn03_bold a:link {color:#fff;}
	a.minibox_btn03_bold a:visited {color:#fff;}

.fa-plus-circle_size{
	font-size:16pt;
	vertical-align: -4%;
}

/** 페이지 속성**/
#pagebox_div1 {
	width:90%;
	display: block;
	position:relative; 
	margin:0 auto;
	line-height:22px;
}
#pagebox_div2 {
	width:90%;
	display: block;
	position:relative; 
	margin:2em auto;
	line-height:22px;
}


#pagebox_div_text1 {
	display:inline;
	font-size:26pt;
	color:#000;
	line-height:50px;
	letter-spacing: -1px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text [대]*************/
}
#pagebox_div_text2 {
	display:inline;
	font-size:16pt;
	font-weight: 300; 
	color:#777;
	letter-spacing: -1px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text [중]*************/
}
#pagebox_div_text3 {
	display:inline;
	font-size:11pt;
	font-weight: 300; 
	color:#777;
	letter-spacing: -1px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text [소]*************/
}

#pagebox_div_text4 {
	display:inline;
	font-size:14pt;
	font-weight: 300;  
	color:#1e1e1e;
	letter-spacing: -1px;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text *************/
}

#pagebox_div_tex5 {
	display:inline;
	font-size:12pt;
	font-weight: 300;  
	color:#000;
	letter-spacing: -1px;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text *************/
}

#pagebox_div_tex6 {
	display:inline;
	font-size:10pt; 
	color:#777;
	letter-spacing: -1px;
	display: block;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text *************/
}
.pagebox_div_tex7 {
	letter-spacing: -1px;
	padding-left:10px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}

.pagebox_div_tex8 {
	letter-spacing: -1px;
	font-weight: 300;  
	font-size:50pt;
	color:#fff;
	font-family:'Open Sans Condensed', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}

.pagebox_div_tex9 {
	letter-spacing: -1px;
	font-weight: 700;  
	font-size:50pt;
	color:#fff;
	font-family:'Open Sans Condensed', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}


#pagebox_div_text_in {
	width:90%;
	color:#777;
	display: inline-block;
	position:relative; 
	line-height:20px;
}
#pagebox_div_text_in_left{
	width:30%;
	display:inline-block;
	padding:1em;
}
#pagebox_div_text_in_right {
	width:55%;
	vertical-align:top;
	text-align:left;
	display:inline-block;
	padding:1em;
}


#pagebox_list_div {
	width:90%;
	color:#777;
	line-height:20px;
	display: inline-block;
	position:relative; 
	font-size:10pt; 
	letter-spacing: -1px;
}
#pagebox_list_div_left {
	width:30%;
	vertical-align:top;
	display:inline-block;
	padding:1em;
	text-align:justify; 
}
#pagebox_list_div_center {
	width:30%;
	vertical-align:top;
	display:inline-block;
	padding:1em;
	text-align:justify; 
}
#pagebox_list_div_right {
	width:30%;
	vertical-align:top;
	display:inline-block;
	padding:1em;
	text-align:justify; 
}




#pagebox_icon_div{
	width:90%;
	color:#777;
	line-height:20px;
	display: inline-block;
	position:relative; 
	letter-spacing: -1px;
}

#pagebox_icon_div_left {
	width:21%; 
	height:180px;
	margin:5px;
	font-size:10pt;
	display:inline-block;
	padding:1em;
	vertical-align:top;
	border-radius:5px; 
	background-color:#f8f8f8;
}
	#pagebox_icon_div_left:hover {
		color:#fff;
		font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
		background-color:#1e1e1e;
		-moz-transition: all 0.3s ease-in 0s;	
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s; 
		transition: all 0.3s ease-in 0s; 
	}

#pagebox_icon_div_center1 {
	width:21%; 
	height:180px;
	margin:5px;
	font-size:10pt;
	display:inline-block;
	padding:1em;
	vertical-align:top;
	border-radius:5px; 
	background-color:#f8f8f8;
}
	#pagebox_icon_div_center1:hover {
		color:#fff;
		font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
		background-color:#1e1e1e;
		-moz-transition: all 0.3s ease-in 0s;	
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s; 
		transition: all 0.3s ease-in 0s; 
	}

#pagebox_icon_div_center2 {
	width:21%; 
	height:180px;
	margin:5px;
	font-size:10pt;
	display:inline-block;
	padding:1em;
	vertical-align:top;
	border-radius:5px; 
	background-color:#f8f8f8;
}
	#pagebox_icon_div_center2:hover {
		color:#fff;
		font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
		background-color:#1e1e1e;
		-moz-transition: all 0.3s ease-in 0s;	
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s; 
		transition: all 0.3s ease-in 0s; 
	}
#pagebox_icon_div_right {
	width:21%; 
	height:180px;
	margin:5px;
	font-size:10pt;
	display:inline-block;
	padding:1em;
	vertical-align:top;
	border-radius:5px; 
	background-color:#f8f8f8;
}
	#pagebox_icon_div_right:hover {
		color:#fff;
		font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
		background-color:#1e1e1e;
		-moz-transition: all 0.3s ease-in 0s;	
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s; 
		transition: all 0.3s ease-in 0s; 
	}


/**제작의뢰 버튼들..**/

.pagebox_div_btn1 { 
	border-radius:2px; 
	color:#fff; 
	font: 11px/12px 'NanumGothicBold','NanumGothic',ng;
	display:inline-block;
	padding:15px 25px 15px 25px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#1e1e1e; 
	margin:2px 2px 2px 2px;}
.pagebox_div_btn1:hover{ color:#fff; background-color:#4CB8DF; display:inline-block; text-align:center;}
a.pagebox_div_btn1 { color:#ffffff;  letter-spacing: -1px;}
a.pagebox_div_btn1 a:link {color:#ffffff; text-decoration:none;}

.pagebox_div_btn2 { 
	border-radius:2px; 
	color:#fff; 
	font: 11px/12px 'NanumGothicBold','NanumGothic',ng;
	display:inline-block;
	padding:15px 25px 15px 25px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#1e1e1e; 
	margin:2px 2px 2px 2px;}
.pagebox_div_btn2:hover{ color:#fff; background-color:#CD3B3A; display:inline-block; text-align:center;}
a.pagebox_div_btn2 { color:#ffffff;  letter-spacing: -1px;}
a.pagebox_div_btn2 a:link {color:#ffffff; text-decoration:none;}

/**제작의뢰 버튼들..End**/


@media (min-width:180px) and (max-width:960px){
#pagebox_div1 {
	width:90%;
	display: block;
	position:relative; 
	margin:0 auto;
}
#pagebox_div2 {
	width:100%;
	display: block;
	position:relative; 
	margin:2em 0;
}

#pagebox_list_div {
	width:90%;
	margin:0 auto;
	display: block;
	position:relative; 
}
#pagebox_list_div_left {
	width:100% ;
	margin:0 auto;	
	float:none;
    width: inherit;
	display:inline-block;
	margin-bottom:2em;
	border-bottom:1px solid #efefef;
}
#pagebox_list_div_center {
	width:100%; 	
	float:none;
    width: inherit;
	margin:0 auto;
	display:inline-block;
	margin-bottom:2em;
	border-bottom:1px solid #efefef;
}
#pagebox_list_div_right {
	width:100%;
	margin:0 auto;	
	float:none;
    width: inherit;
	display:inline-block;
}


#pagebox_div_text_in {
	width:90%;
	color:#777;
	display: inline-block;
	position:relative; 
	line-height:20px;
}
#pagebox_div_text_in_left{
	width:100%;
	display:inline-block;
	padding:0;
}
#pagebox_div_text_in_right {
	width:100%;
	vertical-align:top;
	text-align:center;
	display:inline-block;
	padding:0;
}


#pagebox_div_text1 {
	display:inline;
	font-size:20pt;
	font-weight: 700; 
	letter-spacing: -1px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text [대]*************/
}
#pagebox_div_text2 {
	display:inline;
	font-size:12pt;
	font-weight: 300; 
	color:#777;
	letter-spacing: -1px;
	font-family: ''RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text [중]*************/
}
#pagebox_div_text3 {
	display:inline;
	font-size:10pt; 
	color:#777;
	letter-spacing: -1px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text [소]*************/
}

#pagebox_div_text4 {
	display:inline;
	font-size:14pt;
	font-weight: 300;  
	color:#1e1e1e;
	letter-spacing: -1px;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text *************/
}

#pagebox_div_tex5 {
	display:inline;
	font-size:12pt;
	font-weight: 300;  
	color:#000;
	letter-spacing: -1px;
	font-family: 'RixSGo B', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text *************/
}

#pagebox_div_tex6 {
	display:inline;
	font-size:10pt; 
	color:#777;
	letter-spacing: -1px;
	display: block;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	/************서브페이지 내용영역 제목Text *************/
}
.pagebox_div_tex7 {
	letter-spacing: -1px;
	padding-left:10px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}

}



@media (min-width:641px) and (max-width:960px){

#pagebox_icon_div{
	width:90%;
	display: block;
	position:relative; 
	margin:0 auto;
	padding:2em 0;
	border-bottom:1px solid #efefef;
	border-top:1px solid #efefef;
}
#pagebox_icon_div_left {
	width:43%; 
	margin:5px;
	display:inline-block;
}
#pagebox_icon_div_center1 {
	width:43%; 
	margin:5px;
	display:inline-block;
}
#pagebox_icon_div_center2 {
	width:43%; 
	margin:5px;
	display:inline-block;
}
#pagebox_icon_div_right {
	width:43%; 
	margin:5px;
	display:inline-block;
}
}



@media (min-width:180px) and (max-width:640px){

#pagebox_icon_div{
	width:90%;
	display: block;
	margin:0 auto;
	position:relative; 
}
#pagebox_icon_div_left {
	width:100%; 
	margin:0 auto;
	display:inline-block;
	float:none;
    width: inherit;
	margin-bottom:1em;
}
#pagebox_icon_div_center1 {
	width:100%; 
	margin:0 auto;
	display:inline-block;
	float:none;
    width: inherit;
	margin-bottom:1em;
}
#pagebox_icon_div_center2 {
	width:100%; 
	margin:0 auto;
	display:inline-block;
	float:none;
    width: inherit;
	margin-bottom:1em;
}
#pagebox_icon_div_right {
	width:100%; 
	margin:0 auto;
	display:inline-block;
	float:none;
    width: inherit;
}
}

.fa-circ_font{ 
	font-size:4px;
	vertical-align:top;
	padding:0 10px 0 0; 
	color:#1e1e1e; 
}

.pagebox_div_btn3 { 
	border-radius:2px; 
	color:#fff; 
	font: 11px/12px 'NanumGothicBold','NanumGothic',ng;
	display:inline-block;
	padding:5px 25px 5px 25px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#1e1e1e; 
	margin: 2px;
	line-height:18px;
	letter-spacing: -1px;}


/** 페이지 속성**/

/** # 위로속성 **/
#elevator_item {
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.off {
opacity: 0;
visibility: hidden
}
/** # 위로속성 End**/


.minibox_btn01 {
	text-align:center;  
	background:#fff; 
	border-radius:5px;;
	padding:5px 20px 5px 20px; 
	margin:3px 1px;
	display: inline-block;
	border:2px solid #777;
	color:#333;
	font-size: 10pt;
	letter-spacing: -1px;
	font-family:  'RixSGo M', "NanumBarunGothic", "NanumBarunGothicBold", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.minibox_btn01:hover{ 
		color:#fff; 
		background-color:#777; 
		border:2px solid #777;
	}
	a.minibox_btn01 { 
		color:#333;  
	}
	a.minibox_btn01 a:link {
		color:#333; 
	}
	a.minibox_btn01 a:visited {
		color:#333;
	}


.minibox_btn02_chomini_black {
	text-align:center;  
	background:#999; 
	border-radius:10px;
	line-height:20px;
	padding:0 12px 0 11px; 
	margin:2px 1px;
	display: inline-block;
	color:#fff;
	font-size: 8pt;
	vertical-align:middle;
	letter-spacing: -0.5px;
	font-family:  'RixSGo B', "NanumBarunGothicBold",  "NanumBarunGothic","Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.minibox_btn02_chomini_black:hover{color:#fff;background-color:#555;}
	a.minibox_btn02_chomini_black {color:#fff;}
	a.minibox_btn02_chomini_black a:link {color:#fff;}
	a.minibox_btn02_chomini_black a:visited {color:#fff;}



.minibox_btn03_chomini_black {
	text-align:center;  
	background:#1e1e1e; 
	border-radius:16px;;
	padding:0 12px 0 11px; 
	margin:2px 1px;
	display: inline-block;
	color:#fff;
	font-size: 8pt;
	letter-spacing: -0.5px;
	font-family:  'RixSGo B', "NanumBarunGothicBold",  "NanumBarunGothic","Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.minibox_btn03_chomini_black:hover{color:#fff;background-color:#000;}
	a.minibox_btn03_chomini_black {color:#fff;}
	a.minibox_btn03_chomini_black a:link {color:#fff;}
	a.minibox_btn03_chomini_black a:visited {color:#fff;}


.searchWi {
	text-align:center;  
	background:#1e1e1e; 
	border-radius:16px;
	line-height:18px;
	padding:0 12px 0 11px; 
	margin:2px 1px;
	display: inline-block;
	color:#fff;
	font-size: 8pt;
	letter-spacing: -0.5px;
	font-family:  'RixSGo B', "NanumBarunGothicBold",  "NanumBarunGothic","Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.searchWi:hover{color:#fff;background-color:#000;}
	a.searchWi {color:#fff;}
	a.searchWi a:link {color:#fff;}
	a.searchWi a:visited {color:#fff;}




#bbs1_div_box {
	width:100%;
	display: inline-block;
	position:relative; 
	line-height:18px;
}

#bbs1_div_box_left{
	display:inline-block;
	padding:0 10px;;
}
#bbs1_div_box_right {
	display:inline-block;
	padding:0 10px 0 10px;
	float:right;
}
#bbs_alignbox {text-align:left;}



@media (min-width:180px) and (max-width:480px){

#bbs1_div_box_left{
	display:inline-block;
	padding:2px 10px;
	width:100%;
	float:none;
	}
#bbs1_div_box_right {
	display:inline-block;
	float:none;
	padding:2px 10px;
	width:100%;
	}
}




/* 게시판 첨부파일 속성 */
.fileUpload {
	background: #f8f8f8;
	border: 0;
	color: #000;
	display: block;
	margin: 0;
	width: 100%;
	-o-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border:1px solid  #ddd;
}
.fileUpload .fileBtn {
	background: #ddd;
	cursor: pointer;
	float: left;
	font-size: 10pt;
	padding: 0 0;
	text-align: center;
	width: 100px;
	padding:3px 0;
	-o-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.fileUpload .fileBtn:hover {
	background: #1e1e1e;
	color: #fff;
}

.fileUpload .fileName {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	width: 67%;
	text-align: left;
	color: #000;
	padding: 0 1em;
}
.fileUpload .fileBtn:hover {
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-property: background;
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease-in;
	-o-transition-property: background;
	-o-transition-duration: 0.4s;
	-o-transition-timing-function: ease-in;
	-ms-transition-property: background;
	-ms-transition-duration: 0.4s;
	-ms-transition-timing-function: ease-in;
	transition-property: background;
	transition-duration: 0.4s;
	transition-timing-function: ease-in;
}
.fileUpload:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/* 게시판 첨부파일 속성 End */






.fa-certificate_color {
	font-size:16pt;
	padding-right:3px;
	vertical-align: -2%;
}

.fa-certificate_color_mo {
	font-size:11pt;
	color:#000;
}
.main_smsform {
	color:#fff;
	text-align: center;
	margin:30px auto 20px auto;
	padding:0 10px;
	display: inline-block;
	font-size:11pt;
}
.main_smsform1 {
	color:#fff;
	font-size:12pt;
	padding-right:10px;
	display: inline-block;
	font-family:  'RixSGo M', "NanumBarunGothic","Dotum", "Tahoma", "Helvetica", sans-serif;
}
.main_smsform2 {
	color:#fff;
	display: inline-block;
	font-size:12pt;
	font-family:  'RixSGo M', "NanumBarunGothic","Dotum", "Tahoma", "Helvetica", sans-serif;

}


.bbsnone1 {display:none;}
.bbsnnews_date {
	color:#1e1e1e;
	display:inline-block;
	font-size:10pt;
	letter-spacing: -1px;
	padding-right:10px;
	padding-top:6px;
}

@media (min-width:748px) and (max-width:960px){
.bbsnone1 {
	display:block;
	color:#1e1e1e;
	font-size:9pt;
}
#bbs_alignbox {text-align:center;}
.bbsnone2 {display:none;}
}

@media (min-width:180px) and (max-width:747px){
.bbsnone1 {
	display:block;
	color:#1e1e1e;
	font-size:8pt;
	letter-spacing: -1px;
}
.bbsnone2 {display:none;}
.bbsnnews_date {
	color:#1e1e1e;
	font-size:9pt;
}
#bbs_alignbox {text-align:center;}
}


/**예스크로로고**/
#mainbank_box{
	width:100%;
	display: inline-block;
	position:relative; 
	line-height:20px;
}
#mainbank_box_left{
	display:inline-block;
	float:left;
	width:35%;
}
#mainbank_box_right {
	display:inline-block;
	padding-top:10px;
	float:right;
	width:65%;
	text-align: left;
	line-height:22px;
}

/*제품리스트 테이블 배경*/
.item_list-vm-titleL {
	padding:20px 0 20px 10px;
	margin: 0 auto;
	font-size: 12pt;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
    border-top: 2px solid #333;
    border-bottom: 1px solid #aaa;
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#FEFEFE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff 0%,efefefddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top,  #efefef 0%,#efefef 100%); /* W3C */
}



/*제품리스트.게시판리스트 페이징 번호 표시 속성*/
.item_page_number_on {
	padding:0em 0.8em 0em 0.8em;
	margin:0.1em;
	background-color:#C2C2C2; 
	color:#fff; 
	display:inline-block;
	font-size:11pt;
	line-height:30px;
	background-color:#333;
	/* background: -moz-linear-gradient(#09C0EF, #5F82E5);
	background: -ms-linear-gradient(#09C0EF, #5F82E5);
	background: -o-linear-gradient(#09C0EF, #5F82E5);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#09C0EF), to(#5F82E5));
	background: -webkit-linear-gradient(#09C0EF, #5F82E5);
	background: linear-gradient(#09C0EF, #5F82E5);
	border-top:1px solid #09C0EF;
	border-bottom:1px solid #5F82E5;
	border-left:1px solid #09C0EF;
	border-right:1px solid #5F82E5; */
}
.item_page_number_off {
	padding:0em 0.8em 0em 0.8em;
	margin:0.1em;
	background-color:#fff;
	display:inline-block;
	color:#333; 
	font-size:11pt;
	line-height:30px;
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: -ms-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: linear-gradient(#fff, #f6f6f6);
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #8F8F8F;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #8F8F8F;
	color: #333;
}
.item_page_number_off:hover {
	padding:0em 0.8em 0em 0.8em;
	margin:0.1em;
	background-color:#C2C2C2; 
	color:#fff; 
	display:inline-block;
	font-size:11pt;
	line-height:30px;
	background: -moz-linear-gradient(#09C0EF, #5F82E5);
	background: -ms-linear-gradient(#09C0EF, #5F82E5);
	background: -o-linear-gradient(#09C0EF, #5F82E5);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#09C0EF), to(#5F82E5));
	background: -webkit-linear-gradient(#09C0EF, #5F82E5);
	background: linear-gradient(#09C0EF, #5F82E5);
	border-top:1px solid #09C0EF;
	border-bottom:1px solid #5F82E5;
	border-left:1px solid #09C0EF;
	border-right:1px solid #5F82E5;
}
.item_page_number_np {
	padding:0em 0.8em 0em 0.8em;
	margin:0.1em;
	background-color:#fff;
	display:inline-block;
	color:#333; 
	font-size:11pt;
	line-height:30px;
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: -ms-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: linear-gradient(#fff, #f6f6f6);
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #8F8F8F;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #8F8F8F;
	color: #333;
}
.item_page_number_np:hover {
	padding:0em 0.8em 0em 0.8em;
	margin:0.1em;
	background-color:#C2C2C2; 
	color:#fff; 
	display:inline-block;
	font-size:11pt;
	line-height:30px;
	background: -moz-linear-gradient(#FCCA51, #FC6E51);
	background: -ms-linear-gradient(#FCCA51, #FC6E51);
	background: -o-linear-gradient(#FCCA51, #FC6E51);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FCCA51), to(#FC6E51));
	background: -webkit-linear-gradient(#FCCA51, #FC6E51);
	background: linear-gradient(#FCCA51, #FC6E51);
	border-top:1px solid #F2A541;
	border-bottom:1px solid #D4492D;
	border-left:1px solid #F2A541;
	border-right:1px solid #D4492D;
}
a.item_page_number_np {
	padding:0em 0.8em 0em 0.8em;
	margin:0.1em;
	background-color:#fff;
	display:inline-block;
	color:#333; 
	font-size:11pt;
	line-height:30px;
	background: -moz-linear-gradient(#fff, #f6f6f6);
	background: -ms-linear-gradient(#fff, #f6f6f6);
	background: -o-linear-gradient(#fff, #f6f6f6);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
	background: -webkit-linear-gradient(#fff, #f6f6f6);
	background: linear-gradient(#fff, #f6f6f6);
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #8F8F8F;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #8F8F8F;
	color: #333;
}
/*제품리스트.게시판리스트 페이징 번호 표시 속성 End*/



/*셀렉트박스속성*/
.ui-select-wrap {
    display: inline-block;
    border: 1px solid #ccc;
	background-color:#fff;
    position: relative;
    height: 32px;
	line-height:32px;
    padding-right: 15px;
    border-radius: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    z-index: 8;
    vertical-align:middle; 
	text-align:left;
	margin:1px 2px;
}

.ui-select-wrap.focus {
    z-index: 9;
}

select.ui-select {
    height: 34px;
    vertical-align: top;
    padding:4px;
    border: 1px solid #aaa;
    border-radius: 0;
    background-color: #f2f2f2;
}

.ui-select-wrap>select {
    display: none;
    height: 34px;
    vertical-align: top;
    padding: 0 4px;
    border: 1px solid #aaa;
}

.ui-select-input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 15px;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
}

.ui-select-arrow {
    display: block;
    position: absolute;
    right: 5px;
    top: 45%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-width: 6px 5px 0 5px;
    border-top-color: #333;
}

.ui-select-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    left: -1px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #AAA;
    width: 100%;
    overflow: auto;
    max-height: 200px;
    border-radius:0;
}

.ui-select-wrap.up .ui-select-list {
    top: auto;
    bottom: 100%;
}

.ui-select-wrap.focus .ui-select-list {
    display: block;
}

.ui-select-list>li {
    display: block;
    line-height: 28px;
    padding: 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-list>li:hover {
    background-color: #1e1e1e;
	color: #fff;
}

.ui-select-list>li.selected {
    background-color: #1e1e1e;
    color: #fff;
}

.ui-select-list>li.disabled {
    background-color: #1e1e1e;
    color: #fff;
    cursor: not-allowed;
}

.ui-select-list>li.disabled.selected {
    background-color: #1e1e1e;
    color: #fff;
    cursor: not-allowed;
}

.ui-select-wrap.disabled {
    color: #999;
    border-color: #ccc;
    cursor: not-allowed;
}

.ui-select-wrap.disabled .ui-select-arrow {
    opacity: .5;
}
/*셀렉트박스속성  End*/


/*상품평상세제품정보*/
#rev_view_box{
	width:100%;
	display: inline-block;
	position:relative; 
	line-height:20px;
}
#rev_view_box_left{
	display:inline-block;
	float:left;
	width:50%;
	padding:2em 1em 1em;
	font-size:11pt;
}
#rev_view_box_right {
	display:inline-block;
	padding-top:10px;
	float:right;
	width:40%;
	text-align: left;
	line-height:22px;
}
.rev_viewsubject_icon  {
  	background: url("../images/sprite.png") no-repeat scroll -150px -5px ;
	padding-left: 1em;
}
@media (min-width:180px) and (max-width:747px){
#rev_view_box_left{
	display:inline-block;
	float:left;
	width:100%;
	font-size:10pt;
}
#rev_view_box_right {
	display:inline-block;
	padding-top:10px;
	float:left;
	width:100%;
}
}
@media (min-width:180px) and (max-width:480px){
.rev_nonesens {display:none}
}

/*********************상단 검색폼****************************/
.search_bar_newsmenubox {
	position: absolute;
	display:block;
	width:48%;
	padding-top:0;
	float:right;
}

.search_bar_newsearch {
	width:10%;
	float:right;
	margin-left:10px;
	box-sizing:border-box;
	position: relative;
	transition:all .5s ease;
}
.search_bar_newsearchmenu {
	position: absolute;
	display:block;
	width:48%;
	padding-top:0;
	float:right;
}

.search_bar_newsearch input {  /**************************피씨용 검색 폼 영역***************************/
	width:100%;
	border-radius:50px;
	border:none;
	padding:0px 10px 0px 25px;
	height:33px;
	color:#fff;	
	letter-spacing: -0.1em;
	font-size:10pt;
}

.search_bar_newsearch input: {
	box-shadow:none;
}

.sosa-mag_right {
	position:absolute;
	bottom:0px;
	left:8px;
	top:0.01em;	
	text-decoration:none;
	font-size:13pt;
	letter-spacing: -0.1em; 
}

.search_bar_newsearch_mobileX {
	display:none; 
	padding-top:25px; 
	width:80%;
	margin:0 auto;
}

.sosa-mag_rightM {
	position:absolute;
	bottom:0px;
	left:10px;
	text-decoration:none;
	font-size:13pt;
}
.main_topmobile_box { 
	border-radius:30px;
	text-align:center; 
	letter-spacing: -0.08em;
	color:#fff;
	padding:5px 15px 5px 15px;
	text-decoration:none !important;
	background-color:#42B2F7;  
	margin:0 2px 0 2px;
	font-size: 9pt;
}
	.main_topmobile_box:hover{ color:#fff; background-color:#2C9CD8;  }

.product_search_popup { /*상단제품검색*/
	font-size:11pt;
	padding:1em;
}
.product_search_popup_title h1 { /*상단제품검색*/
	font-size:40px;
	display:inline;
	color:#333;
	font-weight: 700;  
	letter-spacing: -1px;
	line-height:18px;
	font-family: 'Open Sans Condensed', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;
}
.product_search_popup_title h2 { /*상단제품검색*/
	font-size:30px;
	display:inline;
	color:#333;
	font-weight: 300;  
	letter-spacing: -1px;
	font-family: 'Open Sans Condensed', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}
.noneesens_guide_open {display: none;}
.search_bar_newsearchM {display: none;}
.noneesens_seform_pc{display: block;}
.noneesens_seform__mobile{display: none;}

@media (min-width:761px) and (max-width:1279px){
.noneesens_seform_pc{display: inline-block; margin-right:7em}
.noneesens_seform__mobile{display: none;}
.noneesens {display: none;}
}
@media (min-width:380px) and (max-width:760px){
.noneesens_seform_pc{display: none;}
.noneesens_seform__mobile{display: inline-block; margin-right:0}
.noneesens {display: none;}
}
@media (min-width:180px) and (max-width:379px){
.noneesens_seform_pc{display: none;}
.noneesens_seform__mobile{display: none; margin-right:0}
.noneesens {display: none;}
}
@media screen and ( max-width: 1279px ) {
/* .esensbtn-popuop_table {
	height:30px;
	letter-spacing: -0.1em;	
	text-align:center;
	background-color: rgba(255,255,255,.9);
	color:#000;
	border: 3px;
	font-size:10pt;
	border-width:1; 
	border-color:#555; 
	border-style:dotted;
	margin:0px auto;
	} */

}
/*********************상단 검색폼 End****************************/
.category_onoff_bg_on {
	cursor:pointer;
	background:#777;
	color:#fff;
	text-align:center;
	padding:5px;
	height:30px;
	background: url("../images/sprite.png") no-repeat scroll -109px -114px transparent;
}
.category_onoff_bg_off {
	cursor:pointer;
	background:#777;
	color:#fff;
	text-align:center;
	padding:5px;
	height:30px;
	background: url("../images/sprite.png") no-repeat scroll -65px -112px transparent;
}
@media screen and ( max-width: 799px ) {
.category_onoff_bg_on, .category_onoff_bg_off {display:none;}
}



/*********************레이아웃***************************/

#esensbox-pagewrap {
	width: 100%;
	margin: 0 auto;
}
.esensbox-wrapper {
	overflow: hidden;
}

.esensbox-grid-box0 {	
	width: 100%;
	overflow: hidden;
}
.esensbox-grid-box01 {float: left; width:60%;}
.esensbox-grid-box02 {float: right; width:35%; padding-left:1em}

.esensbox-grid-box03 {float: left; width:30%;}
.esensbox-grid-box04 {float: right; width:65%; padding-left:1em}

.esensbox-grid-box05 {float: left; width:20%;}
.esensbox-grid-box06 {float: right; width:75%; border-left: 1px solid #eee; padding-left:1em}

.esensbox-grid-box07 {float: left; width:75%;}
.esensbox-grid-box08 {float: right; width:20%; border-left: 1px solid #eee;  padding-left:1em}

/***서브페이지 좌측 레이아웃***/
.esensbox-grid-box09 {float: left; width:18%;  padding-right:0}
.esensbox-grid-box10 {float: right; width:77%; border-left: 1px solid #eee;  padding-left:2em}
.esensbox-grid-box11 {float: right; width:100%; border-left: 1px solid #eee;  padding-left:2em}


.esensbox-grid-box12 {float: left; width:25%;}
.esensbox-grid-box13 {float: right; width:72%; padding-left:0.1em;letter-spacing: -1px;}

/***상단로고라인/전화번호***/
.esensbox-grid-box14 {float: left;}
.esensbox-grid-box15 {float: left; padding-left:0.5em;letter-spacing: -1px;}

.esensbox-col_guide {
	background:#F1F5F8;
	width:100%;
	overflow: hidden;
}
.esensbox-grid-box16 {
	float: left;
	width:20%; 
	line-height:80px; 
	text-align:center;
	margin:0 auto;
}
.esensbox-grid-box17 {width:100%;}
.esensbox-grid-box18 {
	float: left;
	width:40%;
	line-height:40px; 
	font-size:10pt;
	letter-spacing: -1px;
	color:#8491A3;
	padding-left:2em;
}
.esensbox-grid-box19 {float: right; width:45%;}

.esensbox-grid-box20 {float: left; width:47%;}
.esensbox-grid-box21 {float: right; width:47%; padding-top:1em; text-align:right;}
.esensbox-grid-box22 {float: left;}
.esensbox-grid-box23 {float: left; width:47%; padding:0.5em;}

.esensbox-col {
	float: left;
	height:440px;
}
.esensbox-col-boxnone {
	float: right;
	padding-left: 4%;
	margin-bottom: 5px;
}

.esensbox-col3-3 {
	background:#fff;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 5px;
}



.esensbox-col-item1 {
	background:#fff;
	float: left;
	margin-bottom: 30px;
}
.esensbox-col-item2 {
	background:#fff;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}
.esensbox-col-item3 {
	background:#fff;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}
.esensbox-col-item4 {
	background:#fff;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}
.esensbox-col-item5 {
	background:#fff;
	float: left;
	margin-left: 1%;
	margin-bottom: 5px;
}
.fullwidth .esensbox-col {
	float: none;
	margin-left: 0;
}
.fullwidth .esensbox-col-item1 {
	float: none;
	margin-left: 0;
}

.esensbox-grid4 .esensbox-col {
	width: 22.6%;
}

.esensbox-grid3 .esensbox-col {
	width: 30%;
}

.esensbox-grid5 .esensbox-col {
	width: 100%;
	height:400px;
}

.esensbox-grid2 .esensbox-col {
	width: 44.4%;
}

.esensbox-grid2 .esensbox-col_guide {
	width: 47.6%;
	padding:5px 1em;
}

.esensbox-item-grid2 .esensbox-col-item1 {
	width: 30%;	
}
.esensbox-item-grid2 .esensbox-col-item2 {
	width: 65%;
}
.esensbox-item-grid2 .esensbox-col-item3 {
	width: 33%;	
}
.esensbox-item-grid2 .esensbox-col-item4 {
	width: 60%;
}

.esensbox-grid5 .esensbox-col:nth-of-type(2n+1),
.esensbox-grid5 .esensbox-col:nth-of-type(2n+1),
.esensbox-grid4 .esensbox-col:nth-of-type(4n+1),
.esensbox-grid3 .esensbox-col:nth-of-type(3n+1),
.esensbox-grid2 .esensbox-col:nth-of-type(2n+1),
.esensbox-item-grid2 .esensbox-col-item1:nth-of-type(2n+1),
.esensbox-item-grid2 .esensbox-col-item2:nth-of-type(2n+1) {
}

.esensbox-grid2-titlefont {
	font-family:'RixSGo B','NanumBarunGothicBold', 'RixSGo M', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
	font-size:18pt;
	letter-spacing: -1px;
	color:#333;
	display:inline-block;
	line-height:30px;
}
.esensbox-grid3-titlefont {
	font-family:'RixSGo B','NanumBarunGothicBold', 'RixSGo M', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
	font-size:18pt;
	letter-spacing: -1px;
	color:#F55C4E;
}
.esensbox-grid3-01-titlefont {
	font-family:'RixSGo B','NanumBarunGothicBold', 'RixSGo M', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
	font-size:12pt;
	letter-spacing: -1px;
	color:#333;
}

.sitemap_title {
	padding:1em 0 0 1.5em; 
	line-height:2em;
	font-size:14pt; 
	letter-spacing: -1px;
	font-family:'RixSGo M', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
}
.sitemap_D {  display: inline-block;
				/* background:#409DD3; */ 
				width:200px;
				border-radius:0;
				/*height:33px; 
				line-height:33px;
				padding:0 16px;
				margin:5px 10px 0 10px; */
				letter-spacing: -1px;
				text-transform:uppercase;/*!영문대문자로 임의변경 */
				font-size:15px;
				color:#626262; 
				font-family: 'Noto Sans KR', 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:#145495; }

.sitemap_E {  display: inline-block;
				background:#eeeeee; 
				width:200px;
				border-radius:0;
				height:33px; 
				line-height:33px;
				padding:0 16px; 
				margin:5px 10px 0 10px;
				letter-spacing: -1px;
				text-transform:uppercase;/*!영문대문자로 임의변경 */
				color:#fff;
				}
	.sitemap_E:link{background:#eeeeee;text-decoration:none;color:#333;}
	.sitemap_E:visited{background:#eeeeee;text-decoration:none;color:#333;}
	.sitemap_E:hover{background:#7A7A7A;text-decoration:none;color:#fff;}


@media screen and (max-width: 480px) {
	.esensbox-item-grid2 .esensbox-col-item5 {
		width: 100%;
		overflow: hidden;
	}

}
@media screen and (max-width: 1200px) {
	.esensbox-grid-box12 {width:100%; text-align:center;}
	.esensbox-grid-box13 {width:100%; text-align:center; letter-spacing: -1px;}
	.fa-phone_font {
		font-size:12pt;
		vertical-align:-5%;
	}
}
@media screen and (max-width: 1279px) {
	.esensbox-grid-box16 {
		width:100%;
		text-align:center;
		overflow: hidden;
	}
	.esensbox-grid-box17 {
		width:100%;
		overflow: hidden;
	}
	.esensbox-grid-box18 {
		 display: none;
	}
	.esensbox-grid-box19 { width:100%;}
}
@media screen and (max-width: 1024px) {
	/***서브페이지 좌측 레이아웃***/
	.esensbox-grid-box09 {width:100%; display: none;}
	.esensbox-grid-box10 { width:100%; padding-left:0;}
	.esensbox-grid2 .esensbox-col_guide {
		width:100%;
		padding:0 1em;
	}
}

@media screen and (max-width: 600px) {
	.esensbox-col {
		margin-left:1em; margin-top:2em;
	}
	.esensbox-col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}

	.esensbox-grid4 .esensbox-col {
		width: 48.4%;
	}
	.esensbox-grid4 .esensbox-col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.esensbox-grid4 .esensbox-col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
	.esensbox-grid5 .esensbox-col{height:500px;}

	.esensbox-item-grid2 .esensbox-col-item1 {width: 100%;}
	.esensbox-item-grid2 .esensbox-col-item2 {width: 100%;}
	.esensbox-item-grid2 .esensbox-col-item3 {width: 100%;}
	.esensbox-item-grid2 .esensbox-col-item4 {width: 100%;}

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

	.esensmobilemenu_right {
		font-size:10pt;
		text-align:left;
	}
}


@media screen and (max-width: 740px) {
	.esensbox-grid-box0 {	
		width: 100%;
		overflow: hidden;
	}
	.esensbox-grid-box01 {float: left; width:100%;margin-bottom:2em;}
	.esensbox-grid-box02 {float: left; width:100%; padding-left:0}
	
	.esensbox-grid3 .esensbox-col {
		width: 100%;
	}

	.esensbox-grid-box20 {width:100%; text-align:center;}
	.esensbox-grid-box21 {width:100%; text-align:center; padding-top:0.5em; }
	.esensbox-grid-box22 {width:100%; text-align:center;}
	.esensbox-grid-box23 {width:100%; text-align:center; padding:0;}
}


@media screen and (max-width: 740px) {

	.esensbox-grid4 .esensbox-col {
		width: 31.2%;
	}
	.esensbox-grid4 .esensbox-col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.esensbox-grid4 .esensbox-col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}

	.esensbox-grid-box01 {float: left; width:100% !important;}
	.esensbox-grid-box02 {float: left; width:100% !important;}

	.esensbox-grid-box03 {display: none;}
	.esensbox-grid-box04 {float: left; width:100%; !important;}
	
}

@media screen and (max-width: 1023px) {
	.esensbox-col {
		margin-left:1em; margin-top:2em; margin-bottom:5em;
	}
	.esensbox-col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
	.esensbox-col-boxnone{display:none;}
	#tmcmsblockblog{width:100%;}

	.esensbox-grid3 .esensbox-col {
		width: 48.4%;
	}

	.esensbox-grid3 .esensbox-col3-3:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.esensbox-grid3 .esensbox-col5-5:nth-of-type(5n+1) {
		margin-left: 3.2%;
		clear: none;
	}


	.esensbox-grid3 .esensbox-col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	.esensbox-grid3-3 .esensbox-col {
		width: 30%;
	}

	.esensbox-grid-box05 {width:100%;margin:0 auto;}
	.esensbox-grid-box06 { width:100%; padding-left:0;}

	.esensbox-grid-box07 {width:100%;}
	.esensbox-grid-box08 { width:100%;padding-left:0;}

	.banner_code2_none {display: none;}
}

@media (min-width:180px) and (max-width:480px){
	.esensbox-col-item5 {width:100%;margin:0 auto;}
	.sitemap_title {
		padding:1em 0 0 0.5em; 
		line-height:2em;
		font-size:13pt; 
		letter-spacing: -1px;
		font-family:'RixSGo M', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
	}
	.sitemap_D {  display: inline-block;
					/* background:#409DD3;  */
					width:100%;
					border-radius:0;
					height:26px; 
					line-height:26px;
					/* padding:0 16px;
					margin:1px 5px 1px 5px; */
					text-transform:uppercase;/*!영문대문자로 임의변경 */
					font-size:10pt; 
					/* color:#fff; */
					float: left;
					}
		/* .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;
					background:#eeeeee; 
					width:100%;
					border-radius:0;
					height:26px; 
					line-height:26px;
					padding:0 16px; 
					margin:1px 5px 1px 5px;
					text-transform:uppercase;/*!영문대문자로 임의변경 */
					color:#fff;
					font-size:10pt;
					float: left;
					}
		.sitemap_E:link{background:#eeeeee;text-decoration:none;color:#333;}
		.sitemap_E:visited{background:#eeeeee;text-decoration:none;color:#333;}
		.sitemap_E:hover{background:#7A7A7A;text-decoration:none;color:#fff;}
}

@media (min-width:481px) and (max-width:740px){
	.esensbox-col-item5 {width:50%;margin:0 auto;}
	.sitemap_title {
		padding:1em 0 0 1em; 
		line-height:2em;
		font-size:13pt; 
		letter-spacing: -1px;
		font-family:'RixSGo M', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
	}
	
	.sitemap_D {  display: inline-block;
					/* background:#409DD3;  */
					width:100%;
					border-radius:0;
					height:28px; 
					line-height:28px;
					/* padding:0 16px;
					margin:1px 5px 1px 5px; */
					text-transform:uppercase;/*!영문대문자로 임의변경 */
					font-size:10pt;
					/* color:#fff; */
					float: left;
					}
		.p_cont{/* padding-left:20px; */ padding:0 20px;}
		/* .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;} */

	.p_cont > div{width:100%; float:none; margin:0;}
	

	.sitemap_E {  display: inline-block;
					background:#eeeeee; 
					width:100%;
					border-radius:0;
					height:28px; 
					line-height:28px;
					padding:0 16px; 
					margin:1px 5px 1px 5px;
					text-transform:uppercase;/*!영문대문자로 임의변경 */
					font-size:10pt;
					color:#fff;
					float: left;
					}
		.sitemap_E:link{background:#eeeeee;text-decoration:none;color:#333;}
		.sitemap_E:visited{background:#eeeeee;text-decoration:none;color:#333;}
		.sitemap_E:hover{background:#7A7A7A;text-decoration:none;color:#fff;}
}

@media (min-width:741px) and (max-width:1279px){
	.esensbox-col-item5 {width:30%;margin:0 auto;}
	.sitemap_title {
		padding:1em 0 0 1em; 
		line-height:2em;
		font-size:13pt; 
		letter-spacing: -1px;
		font-family:'RixSGo M', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
	}
	.sitemap_D {  display: inline-block;
					/* background:#409DD3; */ 
					width:100%;
					border-radius:0;
					/*height:30px; 
					line-height:30px;*/
					/* padding:0 16px;
					margin:1px 5px 1px 5px; */ 
					text-transform:uppercase;/*!영문대문자로 임의변경 */
					font-size:11pt; /* color:#fff; */
					float: left;
					}
		.p_cont{padding-left:20px;}
		/* .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;
					background:#eeeeee; 
					width:100%;
					border-radius:0;
					height:30px; 
					line-height:30px;
					padding:0 16px; 
					margin:1px 5px 1px 5px;
					text-transform:uppercase;/*!영문대문자로 임의변경 */
					color:#fff;
					font-size:10pt;
					float: left;
					}
		.sitemap_E:link{background:#eeeeee;text-decoration:none;color:#333;}
		.sitemap_E:visited{background:#eeeeee;text-decoration:none;color:#333;}
		.sitemap_E:hover{background:#7A7A7A;text-decoration:none;color:#fff;}
}
/*********************레이아웃 End***************************/

.noticetable-icon {	
	padding-left:10px;line-height:18px;
	border-bottom: 1px solid #efefef;
	background:url(../images/icon_subject2.gif) 2px 9px no-repeat;
}
.font-count-space {
	width: 95%;
	height:24px;
	padding-top:5px;
	line-height:18px;
	font-family:'RixSGo M', 'NanumBarunGothic','NanumBarunGothicBold',  "Dotum", 'Gulim', sans-serif; 
	font-size:10pt;
	letter-spacing: -1px;
	color:#333;
	text-transform:uppercase;
	vertical-align:middle;
	overflow:hidden; 
	white-space:nowrap;
	text-overflow:ellipsis; /*제목 줄이기*/
}
/****서브페이지 샘플 콘텐츠 작업 End****/

.rotat_banner_v2 {width:90%; text-align:center;margin:30px auto;}
.resize_gallerybbs { /*포토갤러리 게시판*/
 width: 100%;
 max-width: 1280px;
 height: auto;
 float: left;
 margin:5px;
}


@media (min-width:100px) and (max-width:959px){
.rotat_banner_v2 {display:none;}
.resize_gallerybbs { /*포토갤러리 게시판*/
 width: 100%;
 max-width: 900px;
 height: auto;
 margin:5px;
}
}

.main-block-title h6{  /*모바일속성*/
	font-size:24pt; 
	font-family: 'Open Sans Condensed', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
	margin-bottom:10px; 
	color: #333; 
	text-transform:uppercase; 
	text-shadow:none;
	letter-spacing: -1px;
}
.main-border-block {border-top: 2px solid #09C0EF;}

.main-block-area_font{ 
	font-size:24pt; 
	font-family:'Open Sans Condensed', 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif;  
	margin-bottom:10px;  
	color: #aaa; 
	letter-spacing: -1px;
	text-transform:none; 
	text-shadow:none;
}



/**대각선 기울기 속성들**/

.angle-sensblock_bg1 {
  position: absolute;
  z-index:999;
  top:0px;
  left:-17px;
  width: 0;
  height: 0;
  content: "";
  border-width: 35px 35px 0 35px;
  border-style: solid;
  border-color: #5F82E5 transparent transparent transparent;

  transform: rotate(-225deg);
  -moz-transform:rotate(-225deg); /* Firefox */
  -webkit-transform:rotate(-225deg); /* Safari and Chrome */
  -o-transform:rotate(-225deg); /* Opera */
  }

.angle-sensblock_font1 {
  position: absolute;
  z-index:9999;
  top: -15px;
  left:13px;
  font-size:8pt;
  font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
  width: 0;
  height: 0;
  color: #fff;
  transform: rotate(-180deg);
  -moz-transform:rotate(-180deg); /* Firefox */
  -webkit-transform:rotate(-180deg); /* Safari and Chrome */
  -o-transform:rotate(-180deg); /* Opera */
  }


  /**대각선 기울기 속성들 End**/

/* 갤러리 게시판 리스트 속성 */
#least_gallery_esens {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}


#least_gallery_esens .least-gallery_esens {
  font-size: 11pt;
}
#least_gallery_esens .least-gallery_esens li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin : 5px;
  /*margin: 10px 0 10px 0;*/
  width:24%;
}
#least_gallery_esens .least-gallery_esens li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: auto;
  -webkit-transition-property: outline-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: outline-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: outline-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: outline-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: outline-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  outline-color: white;  margin-bottom:0.5em;
}
#least_gallery_esens .least-gallery_esens li a img {
  width: 100%;
  height: auto;
  padding:2%; border-width:1px; border-color:#EEEEEE; border-style:solid;
  box-sizing:border-box;
}
#least_gallery_esens .least-gallery_esens li a.active {
  outline: 1px solid;
  outline-color: #aaa;
}

#least_gallery_esens .least-gallery_esens li a:hover {
  outline: 1px solid;
  outline-color: #aaa;
}
#least_gallery_esens .least-gallery_esens li a:hover:before {/**이름.날짜**/
  content: attr(data-subtitle);
  position: absolute;
  padding-top:20px;border-width:5px; border-color:#fff; border-style:solid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  color: #FDDD57;
  text-shadow: 1px 1px 1px #666666;
  font-family:'RixSGo B',  "NanumBarunGothicBold",'NanumBarunGothic',"Dotum", 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: auto;
  width: 100%;
  height: auto;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  box-sizing:border-box;
}
#least_gallery_esens .least-gallery_esens li a:hover:after { /**제목**/
  content: attr(title);
  position: absolute;
  padding-top:20px;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  margin: -30px 0 0 0;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #666666;
  color: white;
  font-family:'RixSGo B',  "NanumBarunGothicBold",'NanumBarunGothic',"Dotum", 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
}



@media (min-width:480px) and (max-width:1024px){/*mobile and mini- tablet*/
	#least_gallery_esens {
	  min-width: 90%;
	  width:90%;
	  padding: 0;
	  margin: 0 auto;
	  position: relative;
	  text-align: left;
	}
	#least_gallery_esens .least-gallery_esens li {
	  width: 30%;
	  font-size: 10pt;
	  }
	#least_gallery_esens .least-gallery_esens li a {
	  width: 100%; 
	  }
	#least_gallery_esens .least-gallery_esens li a img {
	  width: 100%;
	  }
	#least_gallery_esens .least-gallery_esens li a.active {
	  outline:none
	  outline-color:none;
	}

	#least_gallery_esens .least-gallery_esens li a:hover {
	  outline: 0 solid;
	  outline-color: #aaa;
	}
	#least_gallery_esens .least-gallery_esens li a:hover:before {/**이름.날짜**/
	   display: none;
	  }
	#least_gallery_esens .least-gallery_esens li a:hover:before {/**이름.날짜**/
	  display: none;
	}
	#least_gallery_esens .least-gallery_esens li a:hover:after { /**제목**/
	  display: none;
	}
}

@media (min-width:240px) and (max-width:480px){/*mobile and mini- tablet*/
	#least_gallery_esens .least-gallery_esens li {
	  width: 140px;
	  font-size: 9pt;
	  }
	#least_gallery_esens .least-gallery_esens li a {
	  width: 100%;
	  }
	#least_gallery_esens .least-gallery_esens li a img {
	  width: 100%;
	  }
	#least_gallery_esens .least-gallery_esens li a.active {
	  outline:none
	  outline-color:none;
	}
	#least_gallery_esens .least-gallery_esens li a:hover {
	  outline: 0 solid;
	  outline-color: #aaa;
	}
	#least_gallery_esens .least-gallery_esens li a:hover:before {/**이름.날짜**/
	   display: none;
	  }
	#least_gallery_esens .least-gallery_esens li a:hover:before {/**이름.날짜**/
	  display: none;
	}
	#least_gallery_esens .least-gallery_esens li a:hover:after { /**제목**/
	  display: none;
	}
}





/**브랜트코너 카테고리 레이어**/
.btn {
	display: inline-block;
	position: relative;
	font-size: 11pt;
	height:35px;
	font-family: 'RixSGo M', 'NanumBarunGothic', 'NanumBarunGothicBold', "Dotum", 'Gulim', sans-serif; 
}

.btn-default {/*메인 상단 브랜드상품 더보기*/
	color: #333;
	background:none;
}
.btn-default:focus,
.btn-default:hover {
	outline: none;
	color: #6A9BEA;
	background: none;
}


.btn-default2 {  /*메인 상단 카테고리 더보기*/
	color: #6A9BEA;
	cursor:pointer;
	width:30px;
	height:24px;
	background: url("../skinimage/main_category_more.png") no-repeat;
}
.btn-default2:focus,
.btn-default2:hover {
	outline: none;
	color: #fff;
}


.tiny-layer-hide {
	display: none;
}

.tiny-layer-item {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99999999999999;
	transition: opacity 0.01s;
	opacity: 0;
}
.tiny-layer-item.is-visible {
	opacity: 1;
}
.tiny-layer-item .layer-item-content {
	position: relative;
	min-width: 250px;
	padding: 30px 40px 30px 30px;
	border-radius: 3px;
	/**
	box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
	background: #fff;**/
}
.tiny-layer-item .layer-item-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	background-color: #9ECA44;
	border: 0;
	border-radius: 7px;
}
	.layer-item-close-icon:after{
		line-height:42px;
		text-align:center;
		font-family: "FontAwesome" !important;
		content:"\f00d";
		font-weight: normal;
		font-style: normal;
		font-size:40px;
		color:#fff;
		background-color:#9ECA44 !important;
	}
.layer-item-boxbold {
	border: 10px solid #9ECA44;
	border-radius: 0px;
}
.layer-brand-search {
	background-color:#fff; 
	height:30px; 
	padding-left:17px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #efefef;
}
.layer-brand-search-icon {
	color:#FF605C; 
	font-size:14pt; 
	padding-right:5px; 
	vertical-align:2%;
}
/**브랜트코너 카테고리 레이어 End**/


/*********** 콤비 반응형 작업 추가 2015.07.28*************/
.row{text-align:center; display:inline-block; float:left;} /*상단 여백*/
.row-content{margin:0 auto;max-width:1200px}
.row-content.buffer,.row-content.buffer-top{padding-top:2%}
.row-content.buffer.even,.row-content.buffer-top.even{padding-top:6%}
.row-content.buffer,.row-content.buffer-right{padding-right:0}
.row-content.buffer,.row-content.buffer-bottom{padding-bottom:6%}
.row-content.buffer,.row-content.buffer-left{padding-left:0}

.contects_Title {
  font-size: 14pt; 
  letter-spacing: -1px;
  line-height:20px;
  }
.contects_T {
  font-size: 11pt; 
  letter-spacing: -1px;
  }

.contects_M {
  font-size: 11pt; 
  letter-spacing: -1px;
  font-family:  'RixSGo M', 'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif;
  }

.contects_S {
  font-size: 9pt; 
  text-align:right;
  letter-spacing: -0.06em;
  }
.contects_sline {padding:60px 0; }


 /*************서브페이지 내용부분 텍스트 크기 지정****************/
.sub_contents_all {
  font-size: 11pt; 
  letter-spacing: -0.02em;
  font-family: 'RixSGo M', 'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif;
  overflow:hidden;
}




.fa-angle-right {               /*************서브페이지 페이지 화살표시****************/
	font-size: 1.3em;
	padding-right:6px;
	padding-left:6px;
	vertical-align: middle;
}
.fa-h-square {               /**************서브페이지 홈아이콘 표시****************/
	font-size: 1.1em;
	padding-right:4px;
	vertical-align: 1%;
}

.fa-envelope_size {font-size:1.2em;}
.fa-envelope_size2 {font-size:1.5em;color:#5F82E5}
.fa-comment_box {
	border-radius:30px;
	color:#fff; 
	font-size:1em;
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	display:inline-block;
	padding:0px 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:#55C1E7
	}

/**페이지 뒤로가기 아이콘 버튼**/
.fa-arrow-div {display:block;float:right; height:50px; margin:10px 0; padding-right:5px;}
.fa-arrow-div2 {display: inline-block;width:50px;margin:0 auto; height:20px; padding:none;}

a.fa-arrow-divL {display: inline-block;float:right; height:40px; color:#ddd}
a.fa-arrow-divL:hover{color:#145495;}  
a.fa-arrow-divL a:link {color:#145495; text-decoration:none;}
a.fa-arrow-divL a:visited {color:#145495;}

.fa-arrow-circle-o-left  {font-size:3em;}

.fa-commenting-o_size {font-size:2em;}






/****************페이지 작업중 관련*********************/
.fa-gears {    
 	font-size: 8em;
	color:#E94C3D;
}
.sub_contents_job {
  margin:0 auto;
  width:70%; 
  text-align:center;
  margin-bottom:8em;
}
.sub_contentsX {
  font-size: 15pt; 
  letter-spacing: -0.02em;
  text-align:center;
  line-height:1em;
}
/****************페이지 작업중 관련 End*********************/
@media (min-width:200px) and (max-width:980px){
.separator_font_sub {/**~mobile서브페이지 제목 텍스트 크기 지정**/
	font-size:18pt;
	}

.separator_font {
	font-family: 'Poiret One', cursive;
	font-size:26pt;
	line-height:1;
	}
.contects_S {display:none  }

.sub_contents_all {/**~mobile서브페이지 내용부분 텍스트 크기 지정**/
  font-size: 9pt; 
	}
/****************페이지 작업중 관련*********************/
.fa-gears {    
 	font-size: 8em;
	color:#E94C3D;
	}
.sub_contents_job {
	width:90%; 
	}
.sub_contentsX {
	font-size: 11pt; 
	line-height:1em;
	}
/****************페이지 작업중 관련 End*********************/
}


.product-viewboxT {font-size: 16pt;font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; }

.fa-gears2 {font-size: 40pt; color:#333}

@media (min-width:769px) and (max-width:900px){
.separator_font_sub {/**~mobile서브페이지 제목 텍스트 크기 지정**/
	font-size:24pt;
	}
.sub_contents_all {/**~mobile서브페이지 내용부분 텍스트 크기 지정**/
  font-size: 10pt; 
  letter-spacing: -0.02em;
	}
}

/*제품검색 리스트 다단*/
#item_search_div {
	margin:0 auto; 
	display:inline-block;
	width:100%;
} 
#item_search_div_left {
	float:left;
	width:30%;
} 

#item_search_div_right {
	float:right;
	width:70%;
} 
/*제품검색 리스트 다단*/


.separator{
	margin:0 0 0;
	padding:0;
	height:1px;
	background-color: rgba(178,178,178,.2);/*제목 그레이 색상.길이 라인*/
	width:100%;
	position:relative; display:none;}

.separator1{
	margin:10px 0 0;
	padding:0;height:1px;
	background-color:  rgba(255,255,255,0.4);/*제목 그레이 색상.길이 라인*/
	width:100%;
	position:relative}

.separator3{
	margin:20px 0 0;
	padding:0;height:1px;
	background-color: rgba(178,178,178,.2);/*제목 그레이 색상.길이 라인*/
	width:100%;
	position:relative}

.separator_font {font-family: 'Poiret One', cursive;
	font-size:40pt;
	line-height:1;
	}

.separator_font_no {
	font-size:11pt;
	line-height:1;
	}

.separator_font_sub {
	font-size:26pt;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	font-family:'Open Sans Condensed','RixSGo B', "NanumBarunGothicBold", "NanumGothicBold",  "NanumGothic", "굴림", "Arial", "Helvetica", serif;
	letter-spacing: -0.05em;
	color:#333;
	}
.separator_line_sub{
	/* width:200px;
	height:1px;
	background-color:#E94C3D;
	position:absolute;top:0px; */
	display:none;} /*서브페이지 제목 이벤트 색상.길이 라인*/


.separator_line{
	width:200px;
	height:1px;
	background-color:#43b4f9;/*제목 이벤트 색상.길이 라인*/
	position:absolute;top:0px}

.separator_line1{
	width:230px;
	height:1px;
	background-color:#333;/*제목 이벤트 색상.길이 라인*/
	position:absolute;top:0px}

.separator_line_cystom{
	width:400px;
	height:1px;
	background-color:#43b4f9;/*메인고객센터 재목라인*/
	position:absolute;top:0px
	}
.separator_block.center .separator_line_cystom{left:42%;margin-left:-110px}

.separator_line_item{
	width:280px;
	height:1px;
	background-color:#43b4f9;/*메인제품제목라인*/
	position:absolute;top:0px}
.separator_block.center .separator_line_item{left:47%;margin-left:-110px}

.separator_line2{
	width:500px;
	height:1px;
	background-color:#FFD35D;/*제목 이벤트 색상.길이 라인*/
	position:absolute;top:0px}

.separator_block.center{
	text-align:center;}/*제목 센터정렬*/

.separator_block.center .separator_line{left:50%;margin-left:-95px}/*제목 이벤트 색상 센터 정렬*/
.separator_block.center .separator_line1{left:50%;margin-left:-110px}
/****************************************************************************타이틀 제목 라인 이벤트 End*/

/**--제품리스트 미리보기 장바구니 상세보기 아이콘--**/
.itemlist_button_img1 {
	font-size:11pt; 
	background:#fff; 
	margin:1px;
	height:36px;
	border-radius:1px;
	padding: 4px 8px;
	text-align:center;
	background: -moz-linear-gradient(#fff, #f6f6f6);
    background: -ms-linear-gradient(#fff, #f6f6f6);
    background: -o-linear-gradient(#fff, #f6f6f6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
    background: -webkit-linear-gradient(#fff, #f6f6f6);
    background: linear-gradient(#fff, #f6f6f6);
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
    color: #BFBBB6;
    text-shadow: 0 1px rgba(255,255,255,0.9);
	}

.itemlist_button_img1:hover {
	background: #fff;
    box-shadow: 
        inset 0 1px rgba(255,255,255), 
        inset 0 20px 40px rgba(255,255,255);
	border:1px solid #ccc;
}

.itemlist_button_img1:active{
    top: 1px;
}

.fa-desktop_itemicon { color: #777; }
.fa-desktop_itemicon:hover{ color: #E66D6C; }


/**--제품리스트 미리보기 장바구니 상세보기 아이콘--**/


.list_bold_imgitem {border:1px solid #ddd; margin-bottom:10px;}/**--제품이미지 테두리**/
.list_bold_imgitem:hover {border:1px solid #000;}

.list_btn_icon {
	font-size:10pt; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움", "Tahoma", "Helvetica", sans-serif; 
	background:#fff; 
	margin:3px;
	padding: 10px 30px;
	text-align:center;
	background: -moz-linear-gradient(#fff, #f6f6f6);
    background: -ms-linear-gradient(#fff, #f6f6f6);
    background: -o-linear-gradient(#fff, #f6f6f6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
    background: -webkit-linear-gradient(#fff, #f6f6f6);
    background: linear-gradient(#fff, #f6f6f6);

	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #8F8F8F;
	border-left:1px solid #C2C2C2;
	border-right:1px solid #8F8F8F;

    color: #333;
    text-shadow: 0 1px rgba(255,255,255,0.9);
	}

.itemlist_zoom_table1 {
	border:1px solid #C2C2C2;
	margin:2px;
	cursor:pointer
	}



/*제품검색 리스트 다단*/
#item_search_div {
	margin:0 auto; 
	display:inline-block;
	width:100%;
} 
#item_search_div_left {
	float:left;
	width:30%;
} 

#item_search_div_right {
	float:right;
	width:70%;
} 
/*제품검색 리스트 다단*/




/*********************제품안내.쇼핑몰 관련****************************/
.search_item_page {
	float:left;
	margin:0 auto;
	width:10%;
}
/*********************제품안내.쇼핑몰 관련 End****************************/

@media (min-width:100px) and (max-width:560px){

	/*제품검색 리스트 다단*/
	#item_search_div {
		margin:0 auto; 
		display:inline-block;
		width:100%;
	} 
	#item_search_div_left {
		float:left;
		text-align:center;
		width:100%;
	} 

	#item_search_div_right {
		float:left;
		text-align:center;
		width:100%;
	} 
	/*제품검색 리스트 다단*/
}


@media (min-width:200px) and (max-width:768px){
.separator_font_sub {/**~mobile서브페이지 제목 텍스트 크기 지정**/
	font-size:18pt;
	}

.separator_font {
	font-family: 'Poiret One', cursive;
	font-size:26pt;
	line-height:1;
	}
.contects_S {display:none  }

.sub_contents_all {/**~mobile서브페이지 내용부분 텍스트 크기 지정**/
  font-size: 9pt; 
	}
/****************페이지 작업중 관련*********************/
.fa-gears {    
 	font-size: 8em;
	color:#E94C3D;
	}
.sub_contents_job {
	width:90%; 
	}
.sub_contentsX {
	font-size: 11pt; 
	line-height:1em;
	}
/****************페이지 작업중 관련 End*********************/

}
.product-viewboxT {font-size: 16pt;font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; }

.fa-gears2 {font-size: 40pt; color:#333}

@media (min-width:769px) and (max-width:900px){
.separator_font_sub {/**~mobile서브페이지 제목 텍스트 크기 지정**/
	font-size:24pt;
	}
.sub_contents_all {/**~mobile서브페이지 내용부분 텍스트 크기 지정**/
  font-size: 10pt; 
  letter-spacing: -0.02em;
	}
}




/**제품확대보기 레이아웃**/

#itemsearch_divcont_zoomitem {
	margin:0 auto; 
	width:95%;
	padding:2em 1em 2em 1em;
} 
#itemsearch_divLeft_zoomitem { 
	float:left; 
	width:60%; 
	padding-top:1em;
	text-align:center;
	height:auto; 
} 
#itemsearch_divright_zoomitem {
	float:right; 
	text-align:left; 
	width:30%;
	height:auto; 
}

@media (min-width:180px) and (max-width:730px){/*mobile and mini- tablet*/

/**제품확대보기 레이아웃**/

#itemsearch_divcont_zoomitem {
	margin:0 auto; 
	width:100%;
} 
#itemsearch_divLeft_zoomitem { 
	float:left; 
	width:100%;
	text-align: center;
	height:auto; 
} 
#itemsearch_divright_zoomitem {
	float:left; 
	text-align:left; 
	width:100%;
	padding-top:20px;
	height:auto; 
}
img.list_resize_zoomitem {width: 85%; min-width:200px}


}




/**게시판리스트 폰트 아이콘들..**/
.fa-toggle-on_sizeB {font-size:1em; color:#fff;} /**열림**/
.fa-microphone_sizeB {font-size:1.5em; color:#10ABAC;} /**공지사항**/
.fa-power-off_sizeB {font-size:1.5em; color:#5F82E5;} /**열림**/

.fa-reply_sizeB {font-size:1.5em; color:#aaa; padding-bottom:10px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	} /**답글**/

.fa-unlock-alt_sizeB {font-size:1.2em; color:#F7941D; vertical-align:middle; } /**비밀글**/
.fa-leaf_sizeB {font-size:1.2em; color:#9BBB59; vertical-align:middle;} /**새로운글**/
.fa-thumbs-o-up_sizeB {font-size:9pt; color:#FFF;} /**베스트글 조회순..**/
.fa-file-photo-o_sizeB {font-size:1.2em; color:#aaa;}
 .fa-comment_box3 {
	border-radius:30px;
	color:#fff; 
	font-size:9pt;
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	display:inline-block;
	padding:1px 6px 1px 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:#97B606
	}
.fa-comment_box2 {
	border-radius:30px;
	color:#fff; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	padding:1px 5px 4px 2px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#F27271;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	}
.bbs_newsAA_subject {display:none; }
.bbs_newsA_subject {display:block;}

@media (min-width:180px) and (max-width:680px){
.board_book {font-size:11pt;}
.product-viewboxT {font-size: 12pt; }
.esensmobilemenuM {font-size:10pt;}
.icon_sens1 { 
	font-size: 10pt; 
	background:url('../images/faq_icon2.gif') 0 7px no-repeat; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	}
.bbs_newsA_subject {display:none;}
.bbs_newsAA_subject {
	display:block;
	font-size:11pt;
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	}
.bbs_newsAA_cont {
	display:block;
	font-size:10pt;
	font-family: "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	}
}


/**대각선 기울기 속성들**/

.angle-sensblock_bg1 {
  position: absolute;
  z-index:999;
  top:0px;
  left:-17px;
  width: 0;
  height: 0;
  content: "";
  border-width: 35px 35px 0 35px;
  border-style: solid;
  border-color: #00AEEF transparent transparent transparent;

  transform: rotate(-225deg);
  -moz-transform:rotate(-225deg); /* Firefox */
  -webkit-transform:rotate(-225deg); /* Safari and Chrome */
  -o-transform:rotate(-225deg); /* Opera */
  }

.angle-sensblock_font1 {
  position: absolute;
  z-index:9999;
  top: -15px;
  left:13px;
  font-size:8pt;
  font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
  width: 0;
  height: 0;
  color: #fff;
  transform: rotate(-180deg);
  -moz-transform:rotate(-180deg); /* Firefox */
  -webkit-transform:rotate(-180deg); /* Safari and Chrome */
  -o-transform:rotate(-180deg); /* Opera */
  }


  /**대각선 기울기 속성들 End**/




  /**페이지 샘플 속성들******************데모용으로 만들어 놓은 속성들입니다 삭제해도 무방합니다.**/
#pagecss_sample_div {
	margin:0 auto; 
	display: inline-block;
	width:100%;
	margin-bottom:2em;
} 
#pagecss_sample_div_left { 
	float:left; 
	width:30%; 
}
#pagecss_sample_div_right {
	float:left; 
	width:70%; 
}


.pagecss_toptitle {
	margin:0 auto; 
	width:100%;
	display: inline-block;
	margin-bottom:2em;
} 
.pagecss_toptitle_left { 
	width:70%;
	float:left;
}
.pagecss_toptitle_right {
	width:30%;
	float:left
}

#pagecss_sample_box {
	margin:0 auto; 
	display: inline-block;
	width:100%;
	margin-bottom:2em;
} 

	#pagecss_sample_box_left { 
		float:left; 
		width:45%; 
		text-align:right;
	}
	#pagecss_sample_box_right {
		float:right; 
		width:45%; 
		text-align:left;
	}
	#pagecss_sample_box_center {
		position: absolute;
		display:inline-block;
		padding-top:5em;
	}


.page_sample_font1 { 
	font-size: 22pt; 
	height:30px;
	padding:0 0 0 0;
	line-height:30px;
	display:inline-block;
	color:#000;letter-spacing: -0.1em; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	}

.page_sample_font2 { 
	font-size: 16pt;
	padding:0 0 0 0;
	line-height:24px;
	color:#2C9CD8;
	letter-spacing: -0.1em;
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	}

.page_sample_font3 { 
	color:#333; 
	font-size: 14pt;
	letter-spacing: -0.1em; 
	line-height:20px;
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	}

.page_sample_font4 { 
	color:#aaa; 
	font-size: 11pt;
	letter-spacing: -0.1em; 
	line-height:20px;
	font-family:"NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	}
.page_sample_box1 {
	margin:0 auto;
	width:100%;
	text-align:center;
	background-color: #737373;
	border-radius: 5px;
	color:#fff;
	padding:10px 20px;
	font-size: 12pt;
	height:auto;
	letter-spacing: -0.1em; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	margin:1.5em 0.1em;
	}
.page_sample_box2 {
	background-color: #FC6E51;
	border-radius: 5px;
	color:#fff;
	font-size: 12pt;
	letter-spacing: -0.1em; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	margin:1.5em 0.1em;
	}
.page_sample_box3 {
	margin:0 auto;
	width:100%;
	text-align:center;
	background-color: #737373;
	border-radius: 5px;
	color:#fff;
	padding:10px 20px;
	font-size: 12pt;
	height:auto;
	letter-spacing: -0.1em; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	margin:1.5em 0.1em;
	}
.page_sample_box1_div {
	margin:0 auto;
	width:100%;
	text-align:center;
}
.contenM {
	font-size:11pt;
	text-align:center;
	color:#333; 
	font-family:'NanumGothicBold',  "NanumGothic","Dotum", "Arial", "Gulim", sans-serif; 
	line-height: 150%; 
	letter-spacing: -1px;
	}

@media (min-width:481px) and (max-width:850px){
#pagecss_sample_div {
	margin:0 auto; 
	display: inline-block;
	width:100%;
	margin-bottom:2em;
	} 
#pagecss_sample_div_left { 
	float:left; 
	width:30%; 
	padding:1em;
	text-align:center;
	}
#pagecss_sample_div_right {
	float:left; 
	width:70%; 
	}
.pagecss_toptitle {
	margin:0 auto; 
	width:100%;
	display: inline-block;
	margin-bottom:2em;
	} 
.pagecss_toptitle_left { 
	width:70%;
	float:left;
	}
.pagecss_toptitle_right {
	width:30%;
	float:left
	padding:1em;
	text-align:center;
	}
	#pagecss_sample_box_left { 
		float:left; 
		width:100%; 
		text-align:center;
	}
	#pagecss_sample_box_right {
		float:right; 
		width:100%; 
		text-align:center;
	}
	#pagecss_sample_box_center {
		display:none;
	}
.contenM {	font-size:10pt;	}
}
.std {		
	font-size:10pt;
	color:#333; 
	font-family:"NanumGothic","Dotum", "Arial", "Gulim", sans-serif; 
	line-height: 150%; 
	letter-spacing: -1px;
	}

@media (min-width:180px) and (max-width:480px){
.contenM {	font-size:9pt;	}
#pagecss_sample_div {
	width:95%;
	margin-bottom:2em;
	} 
#pagecss_sample_div_left { 
	width:100%; 
	text-align:center;
	}
#pagecss_sample_div_right {
	width:100%;
	margin-top:1em;
	}

#pagecss_sample_box {
	margin:0 auto; 
	display: inline-block;
	width:100%;
	margin-bottom:2em;
} 

	#pagecss_sample_box_left { 
		float:left; 
		width:100%; 
		text-align:center;
	}
	#pagecss_sample_box_right {
		float:right; 
		width:100%; 
		text-align:center;
	}
	#pagecss_sample_box_center {
		display:none;
	}
.page_sample_box3 {font-size: 10pt;}

.pagecss_toptitle {
	width:95%;	
	} 
.pagecss_toptitle_left { 
	width:100%;	
	}
.pagecss_toptitle_right {
	width:100%;
	margin-top:1em;
	text-align:center;
	}

.page_sample_font1 { 
	font-size: 18pt; 
	}

.page_sample_font2 { 
	font-size: 12pt;
	}

.page_sample_font3 { 
	font-size: 11pt;
	}

.page_sample_font4 { 
	font-size: 10pt;
	}
.page_sample_box1 {
	background-color: #737373;
	border-radius: 5px;
	color:#fff;
	font-size: 10pt;
	}
.page_sample_box2 {
	background-color: #FC6E51;
	border-radius: 5px;
	color:#fff;
	font-size: 10pt;
	letter-spacing: -0.1em; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "Tahoma", "Helvetica", sans-serif; 
	margin:1.5em 0.1em;
	}
}
  /**페이지 샘플 속성들 End**/

.board_btn1_box { /*정사각형 버튼*/
	border-radius:6px; 
	color:#fff; 
	font-size: 10pt; 
	letter-spacing: -0.1em; 
	font-family:'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif;
	display:inline-block;
	padding:30px 30px 30px 30px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#000; 
	margin:2px 2px 2px 2px;}
board_btn1_box a.{background:#000;text-decoration:none;color:#fff;}
a.board_btn1_box:link{background:#000;text-decoration:none;color:#fff;}
a.board_btn1_box:visited{background:#000;text-decoration:none;color:#fff;}
a.board_btn1_box:hover{background:#555;text-decoration:none;color:#fff;}

.board_btn1_mini { /*글쓰기-미니버튼*/
	border-radius:3px; 
	color:#fff; 
	font-size: 10pt; 
	letter-spacing: -0.1em; 
	font-family:'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif;
	display:inline-block;
	padding:8px 20px 8px 20px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#000; 
	margin:2px 2px 2px 2px;}
a.board_btn1_mini {background:#000;text-decoration:none;color:#fff;}
a.board_btn1_mini:link{background:#000;text-decoration:none;color:#fff;}
a.board_btn1_mini:visited{background:#000;text-decoration:none;color:#fff;}
a.board_btn1_mini:hover{background:#555;text-decoration:none;color:#fff;}

.board_btn2_mini { /*글저장-미니버튼*/
	border-radius:3px; 
	color:#fff; 
	font-size: 10pt; 
	letter-spacing: -0.1em; 
	font-family:'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif;
	display:inline-block;
	padding:8px 20px 8px 20px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#10ABAC; 
	margin:2px 2px 2px 2px;}
a.board_btn2_mini {background:#10ABAC;text-decoration:none;color:#fff;}
a.board_btn2_mini:link{background:#10ABAC;text-decoration:none;color:#fff;}
a.board_btn2_mini:visited{background:#10ABAC;text-decoration:none;color:#fff;}
a.board_btn2_mini:hover{background:#31859B;text-decoration:none;color:#fff;}

.board_btn3_mini { /*글취소-미니버튼*/
	border-radius:3px; 
	color:#fff; 
	font-size: 10pt; 
	letter-spacing: -0.1em; 
	font-family:'NanumGothicBold', "NanumGothic", "Tahoma", "Helvetica", sans-serif;
	display:inline-block;
	padding:8px 20px 8px 20px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#E84C4B; 
	margin:2px 2px 2px 2px;}
a.board_btn3_mini {background:#E84C4B;text-decoration:none;color:#fff;}
a.board_btn3_mini:link{background:#E84C4B;text-decoration:none;color:#fff;}
a.board_btn3_mini:visited{background:#E84C4B;text-decoration:none;color:#fff;}
a.board_btn3_mini:hover{background:#D15031;text-decoration:none;color:#fff;}

.Cart_tablecheck_sensline { width:70%; margin:0 auto; }
.login_tablecheck {
	width:70%;
	margin:0 auto;
	}
@media (min-width:100px) and (max-width:659px){/*mobile and mini- tablet*/
.login_tablecheck {
	width:90%;
	margin:0 auto;
	}
}
@media (min-width:600px) and (max-width:959px){/*mobile and mini- tablet*/
.login_tablecheck {
	width:90%;
	margin:0 auto;
	}
}

.nonesens_product_zoom_cont {display: inline-block;}

@media (min-width:180px) and (max-width:680px){
.nonesens_product_zoom_cont {display: none;}
.Cart_tablecheck_sensline { width:95%; margin:0 auto; }
}




/******* 서브페이지 상단 타이틀제목,현재위치***********/
#sub-toptitle-box {
	display: inline-block;
	width:100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#sub-toptitle-box-left {
	float:left; 
	width:60%;
}
	.sub-toptitle-box-left-title {
		font-size:26pt;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
		font-family:'Open Sans Condensed','RixSGo B', "NanumBarunGothicBold", "NanumGothicBold",  "NanumGothic", "굴림", "Arial", "Helvetica", serif;
		letter-spacing: -0.05em;
		color:#333;
	}
	
#sub-toptitle-box-right {
	float:right; 
	width:40%; 
	color:#999;
	padding-top:2em;
}

.page_size_wrapper {
	width:100%;
	margin:0 auto; 
}
	#pageselect_divbox_left {
		float:left;
		width:100%;
		text-align:center;
	} 
	#pageselect_divbox_right {
		width:100%;
		padding-left: 0em;
		padding-top: 0.7em;  
	}
	.btncenter_container4M {height:90px;width:100%; margin-top:0.5em;}
	/* #cssmenu2,
	#cssmenu2 ul,
	#cssmenu2 ul li,
	#cssmenu2 ul li a {
	  margin:0 auto;
	}
	 */
.space_line_subspace_pc { display:block; padding: 2em;}
.space_line_subspace_mo { display:none;}

@media (min-width:180px) and (max-width:980px){
	#sub-toptitle-box-left {width:100%; }
	#sub-toptitle-box-right { display: none; }
	.space_line_subspace_mo { display:block; padding: 1em;}
	.space_line_subspace_pc { display:none;}

}
@media screen and (max-width:1270px) {
	#pageselect_divbox_left {
		float:left;
		width:100%;
		text-align:center;
	} 
	#pageselect_divbox_right {
		width:100%;
		padding-left: 0em;
		padding-top: 0.7em;  
	}
	.btncenter_container4M {height:90px;width:100%; margin-top:0.5em; display:none;}
	#cssmenu2,
	#cssmenu2 ul,
	#cssmenu2 ul li,
	#cssmenu2 ul li a {
	  margin:0 auto;
	}
	.breadcrumb-box{display:none!important;}
}

/*----------------------------------------------------------------
    Buttons
----------------------------------------------------------------*/

.button,
input.button {
    position: relative;
    display: inline-block;
   margin-top:0.2em; margin-right: 1em;
    padding: 0.9em 2em 0.9em 2em;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(84,87,102,1);
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 11pt !important;
    font-family: 'RixSGo B', "NanumGothicBold", 'NanumGothic',"Dotum", 'Montserrat', sans-serif !important;
    cursor: pointer;
} 
.button2,
input.button2 {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    padding: 0.6em 2em 0.6em 2em;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(84,87,102,1);
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.9em !important;
    font-family: 'RixSGo B', "NanumGothicBold", 'NanumGothic',"Dotum", 'Montserrat', sans-serif !important;
    cursor: pointer;
} 

.buttonQ,
input.buttonQ {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    padding: 0.1em 1em 0.1em 1em;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(84,87,102,1);
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    font-family: 'RixSGo B', "NanumGothicBold", 'NanumGothic',"Dotum", 'Montserrat', sans-serif !important;
    cursor: pointer;
} 


.csstransitions .button,
.csstransitions input.button {
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}

.button:hover,
input.button:hover {
    border-bottom: none;
    background-color: rgba(84,87,102,0.9);
}

.button:active,
input.button:active {
    box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
}

.button i {
    margin-right: 0.667em;
    vertical-align: middle;
    line-height: 1em !important;
}

.button.red,
input.button.red {
    background-color: rgba(253,104,91,1);
}
.button.red:hover,
input.button.red:hover {
    background-color: rgba(253,148,91,0.9);
}

.button.dark,
input.button.dark {
    background-color: #bbb;
}
.button.dark:hover,
input.button.dark:hover {
    background-color: #999;
}
.button.green,
input.button.green {
    background-color: #9CCE31;
}
.button.green:hover,
input.button.green:hover {
    background-color: #81AB28;
}


.button.redsens1,
input.button.redsens1 {
    background-color: rgba(253,104,91,1);
}

.button.redsens1:hover,
input.button.redsens1:hover {
    background-color: rgba(253,148,91,0.9);
}


.button.redsens_se,
input.button.redsens_se {
    border-radius:50px;
	padding: 8px 20px 8px 20px;
	background-color: rgba(253,104,91,1);
}

.button.redsens_se:hover,
input.button.redsens_se:hover {
    border-radius:50px;
	background-color: rgba(253,148,91,0.9);
}




.button.orange,
input.button.orange {
    background-color: rgba(250,111,87,1);
}

.button.orange:hover,
input.button.orange:hover {
    background-color: rgba(250,111,87,0.9);
}


.button.orangeS,
input.button.orangeS {
    background-color: rgba(250,111,87,1);
	padding: 0.1em 0.5em 0.1em 0.5em;
	margin-right: 0.2em;
	font-size: 0.8em !important;
}

.button.orangeS:hover,
input.button.orangeS:hover {
    background-color: rgba(250,111,87,0.9);
	padding: 0.1em 0.5em 0.1em 0.5em;
	margin-right: 0.2em;
	font-size: 0.8em !important;
}


/************작은 버튼들*************/
.button_itemview_smallQ,
input.button_itemview_smallQ {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    padding: 0.9em 2em 0.9em 2em;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    font-family: 'RixSGo B', "NanumGothicBold", 'NanumGothic',"Dotum", 'Montserrat', sans-serif !important;
    cursor: pointer;
} 
.csstransitions .button_itemview_smallQ,
.csstransitions input.button_itemview_smallQ {
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}

.button_itemview_smallQ:hover,
input.button_itemview_smallQ:hover {
    border-bottom: none;
    background-color: rgba(84,87,102,0.9);
}

.button_itemview_smallQ:active,
input.button_itemview_smallQ:active {
    box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
}

.button_itemview_smallQ i {
    margin-right: 0.667em;
    vertical-align: middle;
    line-height: 1em !important;
}


.button_itemview_smallQ.orange_itemviewQ,
input.button_itemview_smallQ.orange_itemview {
    background-color: #F79646;
	padding: 0.1em 0.8em  0.1em 0.8em;
	margin-right: 0.1em;
	font-size: 0.8em !important;
}
.button_itemview_smallQ.orange_itemviewQ:hover,
input.button_itemview_smallQ.orange_itemviewQ:hover {
    background-color: #F7BB46;
	padding:  0.1em 0.8em  0.1em 0.8em;
	margin-right: 0.1em;
	font-size: 0.8em !important;
}
.button_itemview_smallQ.gray_itemviewQ,
input.button_itemview_smallQ.gray_itemviewQ {
    background-color: #55C1E7;
	padding: 0.05em 0.8em  0.05em 0.8em;
	margin-right: 0.1em;
	font-size: 11pt !important;
}


.button_itemview_smallQ.dark_itemviewQ,
input.button_itemview_smallQ.dark_itemview {
    background-color: #444;
	padding: 0.1em 0.8em  0.1em 0.8em;
	margin-right: 0.1em;
	font-size: 0.8em !important;
}
.button_itemview_smallQ.dark_itemviewQ:hover,
input.button_itemview_smallQ.dark_itemviewQ:hover {
    background-color: #000;
	padding:  0.1em 0.8em  0.1em 0.8em;
	margin-right: 0.1em;
	font-size: 0.8em !important;
}


/************큰 버튼들*************/
.button_itemview_largeL,
input.button_itemview_largeL {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    padding: 0.9em 2em 0.9em 2em;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 11pt !important;
	text-align:center;
    font-family: 'RixSGo B', "NanumGothicBold", 'NanumGothic',"Dotum", 'Montserrat', sans-serif !important;
    cursor: pointer;
} 
.csstransitions .button_itemview_largeL,
.csstransitions input.button_itemview_largeL {
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}

.button_itemview_largeL:hover,
input.button_itemview_largeL:hover {
    border-bottom: none;
    background-color: rgba(84,87,102,0.9);
}

.button_itemview_largeL:active,
input.button_itemview_largeL:active {
    box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
}

.button_itemview_largeL i {
    margin-right: 0.667em;
    vertical-align: middle;
    line-height: 1em !important;
}

.button_itemview_largeL.orange_large,
input.button_itemview_largeL.orange_large {
    background-color: #dddddd;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	color:#585858 !important;
}
.button_itemview_largeL.orange_large:hover,
input.button_itemview_largeL.orange_large:hover {
    background-color: #dddddd;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
}
.button_itemview_largeL.blue_large,
input.button_itemview_largeL.blue_large {
    background-color: #55C1E7;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
}
.button_itemview_largeL.blue_large:hover,
input.button_itemview_largeL.blue_large:hover {
    background-color: #548DD4;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
}
.button_itemview_largeL.black_large,
input.button_itemview_largeL.black_large {
    background-color: #777;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
}
.button_itemview_largeL.black_large:hover,
input.button_itemview_largeL.black_large:hover {
    background-color: #555;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
}

.button_itemview_largeL.mint_large,
input.button_itemview_largeL.mint_large {
    background-color: #1d1d1d;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
}
.button_itemview_largeL.mint_large:hover,
input.button_itemview_largeL.mint_large:hover {
    background-color: #000;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
}





/************둥근원 버튼들*************/

.button_itemview_circlebtN,
input.button_itemview_circlebtN {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    padding: 0.9em 2em 0.9em 2em;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.8em !important;
    font-family: 'RixSGo B', "NanumGothicBold", 'NanumGothic',"Dotum", 'Montserrat', sans-serif !important;
    cursor: pointer;
} 
.csstransitions .button_itemview_circlebtN,
.csstransitions input.button_itemview_circlebtN {
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}



.button_itemview_circlebtN:hover,
input.button_itemview_circlebtN:hover {
    border-bottom: none;
    background-color: rgba(84,87,102,0.9);
}

.button_itemview_circlebtN:active,
input.button_itemview_circlebtN:active {
    box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
}

.button_itemview_circlebtN i {
    margin-right: 0.667em;
    vertical-align: middle;
    line-height: 1em !important;
}


.button_itemview_circlebtN.button_circlebtn,
input.button_itemview_circlebtN.button_circlebtn {
    background-color: #F5CF3C;
	padding: 0.2em 0.7em;
	margin-right: 0.2em;
	font-size: 1.5em !important;
}
.button_itemview_circlebtN.button_circlebtn1,
input.button_itemview_circlebtN.button_circlebtn1 {
    background-color: #C3D69B;
	padding: 0.5em 0.6em;
	margin-right: 0.2em;
	font-size: 1.5em !important;
}
.button_itemview_circlebtN.button_circlebtn3,
input.button_itemview_circlebtN.button_circlebtn3 {
    background-color: #fff;
	padding: 0.02em 0.6em;
	margin-right: 0;
	font-size: 1.2em !important;
}
.button_itemview_circlebtN.button_circlebtn4,
input.button_itemview_circlebtN.button_circlebtn4 {
    background-color: #E84C4B;
	padding: 0.02em 0.6em;
	margin-right: 0;
	font-size: 1.2em !important;
}
.button_itemview_circlebtN.button_circlebtn5,
input.button_itemview_circlebtN.button_circlebtn5 {
    background-color: #55C1E7;
	padding: 0.02em 0.6em;
	margin-right: 0;
	font-size: 1.2em !important;
}

.button_itemview_largeL.blue_box, /****정사각 버튼(로그인.코멘트 등..)****/
input.button_itemview_largeL.blue_box {
    background-color: #555;
	margin:3px;
	padding: 2em;
	margin-right: 0.1em;

    background: -moz-linear-gradient(#888, #333);
    background: -ms-linear-gradient(#888, #333);
    background: -o-linear-gradient(#888, #333);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#888), to(#333));
    background: -webkit-linear-gradient(#888, #333);
    background: linear-gradient(#888, #333);
    border: 1px solid #666;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}
.button_itemview_largeL.blue_box:hover,
input.button_itemview_largeL.blue_box:hover {
    background-color: #555;
	padding: 2em;
	margin-right: 0.1em;

    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

/************상세보기 버튼들*************/
.button_itemview,
input.button_itemview {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    padding: 0.9em 2em 0.9em 2em;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #333 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.9em !important;
    font-family: 'RixSGo B', "NanumGothicBold", 'NanumGothic',"Dotum", 'Montserrat', sans-serif !important;
    cursor: pointer;
} 
.csstransitions .button_itemview,
.csstransitions input.button_itemview {
    -webkit-transition: background-color 0.3s linear, color 0.3s linear;
    -moz-transition: background-color 0.3s linear, color 0.3s linear;
    transition: background-color 0.3s linear, color 0.3s linear;
}

.button_itemview:hover,
input.button_itemview:hover {
    border-bottom: none;
    background-color: rgba(84,87,102,0.9);
}

.button_itemview:active,
input.button_itemview:active {
    box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 3px 1px rgba(0,0,0,0.1);
}

.button_itemview i {
    margin-right: 0.667em;
    vertical-align: middle;
    line-height: 1em !important;
}

.button.orange_itemview,
input.button.orange_itemview {  /**장바구니**/
    background-color: #777;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button.orange_itemview:hover,
input.button.orange_itemview:hover {
    background-color: #555;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button.orange_itemview2,
input.button.orange_itemview2 {
    background-color: #555;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button.orange_itemview2:hover,
input.button.orange_itemview2:hover {
    background-color: #333;
	color: #555;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button.mintgreen_itemview,
input.button.mintgreen_itemview {  /** 그린  **/
    background-color: #AECB29;
	color: #fff;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button.mintgreen_itemview:hover,
input.button.mintgreen_itemview:hover {
    background-color: #8BA803;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}



.button.blue_itemview,
input.button.blue_itemview {  /**구매하기**/
    background-color: #FC6E51;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}

.button.blue_itemview:hover,
input.button.blue_itemview:hover {
    background-color: #E84C4B;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}

.button_itemview.green_itemview, /**견적의뢰**/
input.button_itemview.green_itemview {
    background-color: #fff;
	border: 1px solid #aaa;
	color:#fff;
	padding: 1em 3% 1em 3%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button_itemview.green_itemview:hover,
input.button_itemview.green_itemview:hover {
    background-color: #777;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}

.button_itemview.mint_itemview,
input.button_itemview.mint_itemview {  /**다운로드**/
    background-color: #777;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button_itemview.mint_itemview:hover,
input.button_itemview.mint_itemview:hover {
    background-color: #777;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}
.button_itemview_ER {
    background-color: #777;
	padding: 1em 5% 1em 5%;
	margin-right: 0.1em;
	font-size: 11pt !important;
}




/************상세보기 버튼들*************/

.button.button_mainnotice,
input.button.button_mainnotice {
	margin-top:0.5em;
	color:#fff;
	padding: 0.1em 0% 1em 2%;
	height:20px;
    background-color: rgba(0,0,0,0.7);
}

.button.button_mainnotice:hover,
input.button.button_mainnotice:hover {
	margin-top:0.5em;
	color:#FFF0B0;
	padding: 0.1em 0% 1em 2%;
	height:20px;
    background-color: rgba(0,0,0,0.4);
}


.button.yellow,
input.button.yellow {
    background-color: rgba(254,205,94,1);
}

.button.yellow:hover,
input.button.yellow:hover {
    background-color: rgba(254,205,94,0.9);
}

.button.green,
input.button.green {
    background-color: rgba(161,210,110,1);
}

.button.green:hover,
input.button.green:hover {
    background-color: rgba(161,210,110,0.9);
}

.button.mint,
input.button.mint {
    background-color: rgba(79,206,173,1);
	padding: 0.3em 1em 0.3em 1em;
	margin: 0.2em;
}

.button.mint:hover,
input.button.mint:hover {
    background-color: rgba(43,159,129,0.9);
	padding: 0.3em 1em 0.3em 1em;
	margin: 0.2em;
}

.button.aqua,
input.button.aqua {
    background-color: rgba(85,193,231,1);
}

.button.aqua:hover,
input.button.aqua:hover {
    background-color: rgba(85,193,231,0.9);
}

.button.blue,
input.button.blue {
    background-color: rgba(96,158,234,1);
	padding: 0.3em 1em 0.3em 1em;
	margin: 0.2em;
}

.button.blue:hover,
input.button.blue:hover {
    background-color: rgba(74,128,193,0.9);
	padding: 0.3em 1em 0.3em 1em;
	margin: 0.2em;
}

.button.purple,
input.button.purple {
    background-color: rgba(171,148,233,1);
}

.button.purple:hover,
input.button.purple:hover {
    background-color: rgba(171,148,233,0.9);
}

.button.pink,
input.button.pink {
    background-color: rgba(234,137,191,1);
}

.button.pink:hover,
input.button.pink:hover {
    background-color: rgba(234,137,191,0.9);
}

.button.white,
input.button.white {
    border: 0 solid rgba(84,87,102,0.3);
    background-color: rgba(255,255,255,0.6);
    color: #545766 !important;
}

.button.white:hover,
input.button.white:hover {
    border: 0 solid rgba(84,87,102,1);
    background-color: rgba(255,255,255,0.9);
}

.button.grey,
input.button.grey {
    background-color: rgba(170,178,188,1);
}

.button.grey:hover,
input.button.grey:hover {
    background-color: rgba(170,178,188,0.9);
}

.button.dark-grey,
input.button.dark-grey {
    background-color: rgba(84,87,102,0.9);
}

.button.dark-grey:hover,
input.button.dark-grey:hover {
    background-color: rgba(43,44,54,0.9);
}
.button.dark-grey2,
input.button.dark-grey2 {
	padding: 0.4em 2em 0.4em 2em;
    background-color: rgba(84,87,102,0.9);
}
.button.dark-grey2:hover,
input.button.dark-grey2:hover {
    background-color: rgba(43,44,54,0.9);
}

.button.transparent,                              /*******************인트로베너 버튼***************/
input.button.transparent {
    border: 2px solid rgba(84,87,102,1);
    background-color: transparent;
    color: rgba(84,87,102,1) !important;
}

.button.transparent:hover,
input.button.transparent:hover {
    border: 2px solid rgba(84,87,102,1);
    background-color: rgba(84,87,102,1);
    color: #fff !important;
}

.button.transparent.red,
input.transparent.button.red {
    border: 2px solid rgba(253,104,91,1);
    color: rgba(253,104,91,1) !important;
}

.button.transparent.red:hover,
input.button.transparent.red:hover {
    border: 2px solid rgba(253,104,91,1);
    background-color: rgba(253,104,91,1);
    color: #fff !important;
}

.button.transparent.orange,
input.transparent.button.orange {
    border: 2px solid rgba(250,111,87,1);
    color: rgba(250,111,87,1) !important;
}

.button.transparent.orange:hover,
input.button.transparent.orange:hover {
    border: 2px solid rgba(250,111,87,1);
    background-color: rgba(250,111,87,1);
    color: #fff !important;
}

.button.transparent.yellow,
input.transparent.button.yellow {
    border: 2px solid rgba(254,205,94,1);
    color: rgba(254,205,94,1) !important;
}

.button.transparent.yellow:hover,
input.button.transparent.yellow:hover {
    border: 2px solid rgba(254,205,94,1);
    background-color: rgba(254,205,94,1);
    color: #fff !important;
}

.button.transparent.green,
input.transparent.button.green {
    border: 2px solid rgba(161,210,110,1);
    color: rgba(161,210,110,1) !important;
}

.button.transparent.green:hover,
input.button.transparent.green:hover {
    border: 2px solid rgba(161,210,110,1);
    background-color: rgba(161,210,110,1);
    color: #fff !important;
}

.button.transparent.mint,
input.transparent.button.mint {
    border: 2px solid rgba(79,206,173,1);
    color: rgba(79,206,173,1) !important;
}

.button.transparent.mint:hover,
input.button.transparent.mint:hover {
    border: 2px solid rgba(79,206,173,1);
    background-color: rgba(79,206,173,1);
    color: #fff !important;
}

.button.transparent.aqua,
input.transparent.button.aqua {
    border: 2px solid rgba(85,193,231,1);
    color: rgba(85,193,231,1) !important;
}

.button.transparent.aqua:hover,
input.button.transparent.aqua:hover {
    border: 2px solid rgba(85,193,231,1);
    background-color: rgba(85,193,231,1);
    color: #fff !important;
}

.button.transparent.blue,
input.transparent.button.blue {
    border: 2px solid rgba(96,158,234,1);
    color: rgba(96,158,234,1) !important;
}

.button.transparent.blue:hover,
input.button.transparent.blue:hover {
    border: 2px solid rgba(96,158,234,1);
    background-color: rgba(96,158,234,1);
    color: #fff !important;
}
.button.transparent.blue2,
input.transparent.button.blue2 {
    border: 2px solid #4477B6;
	background-color: #548DD4;
    color:#fff !important;
}

.button.transparent.blue2:hover,
input.button.transparent.blue2:hover {
    border: 2px solid #4477B6;
    background-color: #6CA1E3;
    color: #fff !important;
}

.button.transparent.purple,
input.transparent.button.purple {
    border: 2px solid rgba(171,148,233,1);
    color: rgba(171,148,233,1) !important;
}

.button.transparent.purple:hover,
input.button.transparent.purple:hover {
    border: 2px solid rgba(171,148,233,1);
    background-color: rgba(171,148,233,1);
    color: #fff !important;
}

.button.transparent.pink,
input.transparent.button.pink {
    border: 2px solid rgba(234,137,191,1);
    color: rgba(234,137,191,1) !important;
}

.button.transparent.pink:hover,
input.button.transparent.pink:hover {
    border: 2px solid rgba(234,137,191,1);
    background-color: rgba(234,137,191,1);
    color: #fff !important;
}

.button.transparent.white,
input.transparent.button.white {
    border: 2px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1) !important;
}

.button.transparent.white:hover,
input.button.transparent.white:hover {
    border: 2px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    color: #545766 !important;
}

.button.transparent.grey,
input.transparent.button.grey {
    border: 2px solid rgba(170,178,188,1);
    color: rgba(170,178,188,1) !important;
}

.button.transparent.grey:hover,
input.button.transparent.grey:hover {
    border: 2px solid rgba(170,178,188,1);
    background-color: rgba(170,178,188,1);
    color: #fff !important;
}

.button.transparent.dark-grey,
input.transparent.button.dark-grey {
    border: 2px solid rgba(84,87,102,1);
    color: rgba(84,87,102,1) !important;
}

.button.transparent.dark-grey:hover,
input.button.transparent.dark-grey:hover {
    border: 2px solid rgba(84,87,102,1);
    background-color: rgba(84,87,102,1);
    color: #fff !important;
}

.food_view_btn01 {
	text-align:center;    
	position: relative;
    display: inline-block;
	background:#dddddd; 
	border-radius:0;
	height:50px;
	padding:0 20px;
	line-height:50px;
	margin:1px;
	color:#585858;
    font-size: 12pt;
	font-family:  'RixSGo M', "NanumBarunGothic", "NanumBarunGothicBold", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.food_view_btn01:hover{ 
		color:#585858; 
		/* background-color:#F48427;  */
	}
	a.food_view_btn01 { 
		color:#585858;  
	}
	a.food_view_btn01 a:link {
		color:#585858; 
	}
	a.food_view_btn01 a:visited {
		color:#585858;
	}
.food_view_btn02 {   
	text-align:center;    
	position: relative;
    display: inline-block;
	background:#1d1d1d; 
	border-radius:0;
	height:50px;
	padding:0 20px; 
	line-height:50px;
	margin:1px;
	color:#fff;
    font-size: 12pt;
	font-family:  'RixSGo M', "NanumBarunGothic", "NanumBarunGothicBold", "Dotum", "Tahoma", "Helvetica", sans-serif;
	}
	.food_view_btn02:hover{ 
		color:#fff; 
		/* background-color:#6394D0;  */
	}
	a.food_view_btn02 { 
		color:#fff;  
	}
	a.food_view_btn02 a:link {
		color:#fff; 
	}
	a.food_view_btn02 a:visited {
		color:#fff;
	}
.ordertable_all_review {border:1px solid #aaa; background-color:#fff; }
.ordertable_all {border:2px solid #333;}
.ordertable_td_border0 {border-right:1px solid #333;border-left:1px solid #333; text-align:center; padding:5px}
.ordertable_td_border1 {border-right:1px solid #333; text-align:center; padding:5px}
.ordertable_td_border2 {border-left:1px solid #333;text-align:center; padding:5px}
.ordertable_td_border3 {border-right:1px solid #333;text-align:center; padding:5px}
.ordertable_td_border5 {border-bottom:1px solid #333;text-align:center;}
.ordertable_td_bgcolor { 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움";
	font-size:11pt;
	letter-spacing: -1px;
	background:#efefef; 
}
.ordertable_td_subject {
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움";
	font-size:11pt;
	letter-spacing: -1px;
	}
.ordertable_td_title {
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움";
	font-size:13pt;
	letter-spacing: -1px;
	}

.ordertable_rev {
	width:100%;  
	padding:10px;
	background-color:#E3ECF7;
	border-radius: 5px;
	}

.ordertable_more a {
	position: relative;
	color:#fff;
	float: right;
	font-size:10pt;
	padding:2px 5px 2px 5px;
	background:#333;
	border-radius: 4px;
	}
#review_in_box {
	margin:0 auto; 
	width:100%;
	display:inline-block; 
}
#review_in_box_left {
	float:left; 
	width:25%;
	text-align:center;
}
#review_in_box_right {
	width:75%;	
	float:left;
	text-align:left;
}

#othertable_divcont_box {
	margin:0 auto; 
	width:100%;
	text-align:center;
	display:inline-block; 
}
#othertable_divcont {
	margin:0 auto; 
	max-width:800px;
	display:inline-block; 
} 
#othertable_divLeft {
	clear:both; 
	float:left; 
	padding-top:2em;
	width:30%; 
	font-family:'RixSGo B', "NanumGothicBold",  "NanumGothic", "돋움";
	font-size:13pt;
	letter-spacing: -1px;
} 
#othertable_divright {
	width:70%;	
	float:left;
	padding-top:15px;
}
.100{
  background-color:transparent; 
  vertical-align:middle; 
  display:inline-block; 
  text-decoration:none; 
  padding:0 !important;
  position: relative;
}

#item_qnalist_divcont {margin:0 auto; width:100%;} 

#item_qnalist_divLeft {clear:both; float:left; width:5%; padding-top:30px; text-align:center; } 
#item_qnalist_divcenter_1 {float:left; width:25%; padding-top:10px; text-align:center;} 
#item_qnalist_divcenter_2 {float:left; width:50%;} 
#item_qnalist_divright {float:left; width:20%; padding-top:20px; text-align:center;} 


#item_revmainlist_divcont {margin:0 auto; width:100%;} 

#item_revmainlist_divcenter_1 {float:left; width:30%; padding-top:10px; text-align:center;} 
#item_revmainlist_divcenter_2 {float:left; width:50%;} 
#item_revmainlist_divright {float:left; width:20%;; padding-top:20px; text-align:center;} 


.item_qnalist_open { 
	width:80%;
	background-color:#F7F7F7; 
	position: absolute; 
	margin-bottom:30px;
	padding:20px;
	border-radius: 0;
	float:left;
	}
.item_qnalist_open_dot { 
	width:90%;
	float:left;
	background-color:#F7F7F7; 
	position: absolute; 
	margin-top:5px;
	margin-bottom:30px;
	border:2px dotted #F79646;
	padding:20px;
	border-radius: 0;
	}

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

.noneesens_item_mobile{display: none;}
.noneesens_item{display: block;}
@media screen and ( max-width: 480px ) {

.noneesens{display: none;}
.noneesens_item{display: none;}
.noneesens_item_mobile{display: block;}
#othertable_divcont {
	margin:0 auto; 
	max-width:500px;
} 
#othertable_divLeft {
	display:none;
} 
#othertable_divright {
	width:100%;	
	padding-top:15px;
}
.ordertable_td_bgcolor { 
	font-size:10pt;
	letter-spacing: -1px;
	background:#efefef; 
}
.ordertable_td_subject {
	font-size:10pt;
	letter-spacing: -1px;
	}
}
@media (min-width:1px) and (max-width:479px){
.btncenter_containerlogo {display: none;}
.noneesens{display: none;}
.noneesens_item{display: none;}
.noneesens_item_mobile{display: block;}
}
@media screen and ( max-width: 930px ) {
.noneesens{display: none;}
.noneesens_item{display: none;}
.noneesens_item_mobile{display: block;}

.review_board {
	width:96%;
	padding:5px;
	border: 0 solid #aaa; 
	background-color:#E8EFF6;
	display:inline-block;
	border-radius: 5px;
	}
.review_board_bold { font-size:10pt;}
#item_qnalist_divLeft {  width:5%; font-size:9pt; display: none;} 
#item_qnalist_divcenter_1 { width:25%;  font-size:9pt;} 
#item_qnalist_divcenter_2 { width:50%; font-size:9pt;} 
#item_qnalist_divright {  width:20%; font-size:9pt;} 
.item_qnalist_divLeft_none {display: none;}
.sosa-star_icon2 {
	font-size: 11pt;vertical-align:6%;
}
.sosa-star_icon3 {
	font-size: 11pt;vertical-align:6%;
}

#review_in_box_left {
	width:100%;	
}
#review_in_box_right {
	width:100%;	
	text-align:left;
	line-height:18px;
	font-size:11pt;
}
}
.diary_btn_box01 {
	text-align:center;  
	background:#fff; 
	border-radius:5px;;
	padding:3px 20px 3px 20px; 
	margin:2px 1px;
	display: inline-block;
	border:2px solid #aaa;
	color:#aaa;
	font-size: 11pt;
	letter-spacing: -1px;
	font-family:'RixSGo B', 'NanumBarunGothic', "돋움", "Tahoma", "Helvetica",  sans-serif;
	}
	.diary_btn_box01:hover{color:#fff;background-color:#aaa;border:2px solid #aaa;}
	a.diary_btn_box01 {color:#aaa;}
	a.diary_btn_box01 a:link {color:#aaa;}
	a.diary_btn_box01 a:visited {color:#aaa;}

.diary_btn_box02 {
	text-align:center;  
	background:#fff; 
	border-radius:5px;;
	padding:3px 20px 3px 20px; 
	margin:2px 1px;
	display: inline-block;
	border:2px solid #555;
	color:#333;
	font-size: 11pt;
	letter-spacing: -1px;
	font-family:'RixSGo B', 'NanumBarunGothic', "돋움", "Tahoma", "Helvetica",  sans-serif;
	}
	.diary_btn_box02:hover{color:#fff;background-color:#333;border:2px solid #333;}
	a.diary_btn_box02 {color:#333;}
	a.diary_btn_box02 a:link {color:#333;}
	a.diary_btn_box02 a:visited {color:#333;}


/****************************************************************************폰트 아이콘******/
/*레이아웃 정렬*/
.alignleft,img.alignleft{margin-right:20px;display:inline;float:left}
.alignright,img.alignright{margin-left:20px;display:inline;float:right}
.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both;text-align:center;}
.aligncenter_sens,img.aligncenter_sens{margin-right:auto;margin-left:auto;display:block;clear:both;text-align:center;padding-right:30px}

/*폰트 아이콘*/
.icon_font{display:inline-block;text-align:center;}
.icon_font2{text-align:center;}
.icon_font.large{width:164px;height:164px;font-size:68px;line-height:164px;border:3px solid}
.icon_font.medium{width:85px;height:85px;font-size:60px;line-height:85px; border:2px solid}
.icon_font.standard{width:66px;height:66px;font-size:28px;line-height:66px;border:2px solid}
.icon_font.standardM{width:30px;height:30px;font-size:22px;color:#ccc;}
.icon_font.standardMini{vertical-align: middle;width:30px;height:30px;font-size:22px;color:#3A589B;margin-bottom:13px}
.icon_font.standardS{height:12px;width:15px;font-size:10px;color:#ccc;}

.icon_font.standardSadd{height:12px;width:15px;font-size:10pt;color:#333;}

.icon_font.standard_login{width:30px;height:30px;font-size:22px;color:#5F82E5;}

.icon_font.standard_order{padding-right:5px;vertical-align: middle;font-size:24px;color:#5F82E5;}


.icon_font.carticom_mobile {
	margin:0 5px 0 10px;
	width:30px;
	height:30px;
	font-size:18px;
	color:#fff;
	vertical-align: middle;
}
.carticom_mobile_circle {
	position: absolute;
	display:inline-block;
	padding:0 0.7em 0 0.5em;margin:0 0 0 5px;
	border-radius:50px; 
	background: #FC6E51;
	color: #fff;
	font-size:8pt;
}


.icon_font.standard_M{width:30px;vertical-align: middle;font-size:18px;color:#5F82E5;}
.icon_font.standard_M2{width:30px;vertical-align: middle;font-size:14px;color:#5F82E5;}
.icon_font2.standard_M3{
	width:30px;
	padding:0 6px 0 6px;
	vertical-align: -4%;
	font-size:20px;
	color:#5F82E5;
}

.icon_font.standard_check { /*일정표 오늘날짜 체크아이콘*/
	width:30px;
	width:100%;
	position: relative;
	z-index:999; 
	text-align:center; 
	font-size:60px;
	color:#fff;
	display:inline-block;
	}
.fa-lock_size {font-size:22px;vertical-align: middle; padding:0 5px;}

.standard_bold {
	margin:0.1em;
	font-size:20pt; 
	border-radius:2px;
	border: 1px solid #E8E8E8; 
	padding:0 0.5em 0 0.5em;
	box-shadow: inset 0 1px rgba(255,255,255,0.3);
    margin-left: 0;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#F8F8F8, #E0E0E0);
    background: -ms-linear-gradient(#F8F8F8, #E0E0E0);
    background: -o-linear-gradient(#F8F8F8, #E0E0E0);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#E0E0E0));
    background: -webkit-linear-gradient(#F8F8F8, #E0E0E0);
    background: linear-gradient(#F8F8F8, #E0E0E0);
    border: 1px solid #CCCCCC;
    color: #333;
    text-shadow: 0 1px rgba(255,255,255,0.3);
	}

.standard_bold:hover {
	margin:0.1em;
	font-size:20pt; 
	border-radius:2px;
	border: 1px solid #E8E8E8; 
	padding:0 0.5em 0 0.5em;
	box-shadow: inset 0 1px rgba(255,255,255,0.3);

    margin-left: 0;
    background: #FFE400; /* Fallback */
    background: -moz-linear-gradient(#FFE400, #FFC600);
    background: -ms-linear-gradient(#FFE400, #FFC600);
    background: -o-linear-gradient(#FFE400, #FFC600);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFE400), to(#FFC600));
    background: -webkit-linear-gradient(#FFE400, #FFC600);
    background: linear-gradient(#FFE400, #FFC600);
    border: 1px solid #FFC600;
    color: #fff;
    text-shadow: 1px rgba(255,255,255,0.9);
	}

	.standard_bold {
		-webkit-transition: background-color 0.3s linear, color 0.3s linear;
		-moz-transition: background-color 0.3s linear, color 0.3s linear;
		transition: background-color 0.3s linear, color 0.3s linear;
	}


	.standard_bold:active {
		box-shadow: inset 2px 2px 2px rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.05);
	}



.standardM:hover{color:#3FABE5;}  
a.standardM { color:#ccc; }
a.standardM a:link {color:#ccc; text-decoration:none;}
a.standardM a:visited {color:#ccc;}

.icon_font.mini{width:34px;height:34px;font-size:16px;line-height:34px;border:1px solid}
.icon_font.simple{width:auto;height:auto;line-height:1;background:0 0;border:0}
.main_arrow_iconFA { color: #000;}

.icon_font.circle{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}/*폰트 아이콘 모서리 라운드*/
.icon_font.circle2{-webkit-border-radius:100%;margin-left:10px;-moz-border-radius:100%;border-radius:100%;}
.icon_font.square{-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}
.icon_font.rounded{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
 
.iconbox .aside_rounded_icon .icon_font{transition:all .4s;-webkit-transition:all .4s}/*아이콘이 천천히 색상이 변함*/
.iconbox:hover .aside_rounded_icon .icon_font{background-color:#43b4f9!important;border-color:#43b4f9!important;color:#fff!important}

.iconbox .top_icon_circle .icon_font{transition:all .4s;-webkit-transition:all .4s}/*아이콘이 천천히 색상이 변함*/
.iconbox:hover .top_icon_circle .icon_font{background-color:#43b4f9!important;border-color:#43b4f9!important;color:#fff!important}

.top_icon_circle_font {
	padding-left:10px;
	font-size:15pt;
	color: #939EAC;
	font-family: 'Archivo Black', 'RixSGo B', "NanumBarunGothicBold", 'NanumBarunGothic', 'Dotum', '돋움', sans-serif ;
}

@media (min-width:180px) and (max-width:768px){ /*폰트 아이콘 모바일*/
.icon_font.standard_M{
	width:15px;
	vertical-align: middle;
	font-size:14px;
	color:#5F82E5;
}

.diary_btn_box01 {
	text-align:center;  
	background:#fff; 
	border-radius:5px;
	padding:0 6px; 
	margin:2px 1px;
	display: inline-block;
	border:2px solid #aaa;
	color:#aaa;
	font-size: 10pt;
	letter-spacing: -1px;
	font-family:'RixSGo B', "NanumBarunGothicBold", "NanumBarunGothic", "돋움", "Tahoma", "Helvetica",  sans-serif;
	}
	.diary_btn_box01:hover{color:#fff;background-color:#aaa;border:2px solid #aaa;}
	a.diary_btn_box01 {color:#aaa;}
	a.diary_btn_box01 a:link {color:#aaa;}
	a.diary_btn_box01 a:visited {color:#aaa;}

.diary_btn_box02 {
	text-align:center;  
	background:#333; 
	border-radius:5px;
	padding:0 6px; 
	margin:2px 1px;
	display: inline-block;
	border:2px solid #333;
	color:#fff;
	font-size: 10pt;
	letter-spacing: -1px;
	font-family:'RixSGo B', "NanumBarunGothicBold", 'NanumBarunGothic', "돋움", "Tahoma", "Helvetica",  sans-serif;
	}
	.diary_btn_box02:hover{color:#333;background-color:#fff;border:2px solid #333;}
	a.diary_btn_box02 {color:#fff;}
	a.diary_btn_box02 a:link {color:#fff;}
	a.diary_btn_box02 a:visited {color:#fff;}

}


.diaryopen1 {display: block;}
.diaryopen2 {display: none;}
@media (min-width:180px) and (max-width:1023px){/*mobile and mini- tablet*/
.diaryopen1 {display: none;}
.diaryopen2 {display: block;}
}

#pageselect_divbox_right {
	width:50%;	
	float:left; 
	text-align:left;
	height:50px;
	padding-left:4.5em;	padding-top:0.7em;	
	font-size:11pt !important;
	font-family:  'RixSGo B', 'RixSGo M', "NanumBarunGothicBold", "NanumGothicBold",'NanumGothic',"Dotum", "Arial", "Gulim", sans-serif;  
}
#copy_btns { padding: 58px 0 50px 0; }
#copy_btns .inner { padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
#copy_btns .inner > ul { overflow: hidden; }
#copy_btns .inner > ul > li { float: left; margin-right: 146px;}
#copy_btns .inner > ul > li:last-child { margin-right: 0; }
#copy_btns .inner > ul > li > h1,
#copy_btns .inner > ul > li > a > h1
{ font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 15px; }
#copy_btns .inner > ul > li > ul > li > a { color: rgba(255,255,255,0.6); line-height: 1.8;}
#copyright .row .f_copy2.text-center { margin-top: 0; text-align: center; margin-bottom:50px;}
#copyright .row .f_copy2 .f-logo { margin-bottom: 30px; }
#copyright .row .f_copy2 span { line-height: 1.8; }

#copyright .row .f_copy_box .link-admin { color: rgba(255,255,255,0.8); }

@media (max-width:1280px){
#copy_btns .inner > ul { text-align: center; }
	#copy_btns .inner > ul > li { float: none; display: inline-block; vertical-align: top; margin: 0 15px 10px 15px;}
}