@charset "euc-kr";

/* ½ºÅµ ·¹ÀÌ¾Æ¿ô */
.skip {
  display:block;
  visibility:visible;
  height:0px;
  font-size:0px;
  text-indent:-9999px;
}

/* Çì´õ*/
#header {
  width:100%;
}

/* Çì´õÆË¾÷¹è³Ê */
#top-popup-banner {
  width:100%;
  background-color: #78c1ee;
  overflow-y:hidden;
}
	
#top-popup-banner > .top-popup-banner-inner {
  height:100px;
  width:1010px;
  margin:0 auto;
  
  animation-duration: 1s;
  animation-name: slideDown;
}

.top-banner-close {
  height:0px !important;
  animation-duration: 1s !important;
  animation-name: slideUp !important;
}

#top-popup-banner > .top-popup-banner-inner > ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}

#top-popup-banner > .top-popup-banner-inner > ul > li {
  float:left;
}

#top-popup-banner > .top-popup-banner-inner > .btn-top-banner-close {
  float:right;
  text-indent:-9999px;
  background:url(../images/banner_close.png) no-repeat 50% 50%;
  width:29px;
  height:100%;
  cursor:pointer;
}

@keyframes slideDown {
  from {
    height:0px;
  }

  to {
    height:100px;
  }
}

@keyframes slideUp {
  from {
    height:100px;
  }

  to {
    height:0px;
  }
}

/* Çì´õ¸ÞÀÎ */
#header > #header-contents > .header1 {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #dadada;
}

#header > #header-contents > .header1 > .header1-inner {
  width: 1010px;
  margin: 0 auto;
}

#header > #header-contents > .header1 > .header1-inner > .user-info > p {
  float: left;
  font-size: 13px;
  color: #606060;
  font-weight: 300;
  line-height: 40px;
  margin-right: 15px;
}

#header > #header-contents > .header1 > .header1-inner > .user-info > p  .name {
	color: #2075df;
	font-weight: 500;
}

#header > #header-contents > .header1 > .header1-inner > .user-info > p  .point {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #2075df;
	font-weight: 400;
}

#header > #header-contents > .header1 > .header1-inner > .user-menu {
 	float: right;
  line-height: 40px;
}

#header > #header-contents > .header1 > .header1-inner > .user-menu > li {
  float: left;
  font-size: 13px;
  color: #464646;
  font-weight: 300;
  padding-left: 10px;
}

#header > #header-contents > .header1 > .header1-inner > .user-menu > li:after {
  padding-left: 10px;
  content: '|';
  font-size: 9px;
  vertical-align: top;
  color: #dcdcdc;
}

#header > #header-contents > .header1 > .header1-inner > .user-menu > li:last-child:after {
	padding: 0px;
  content: ''; 
}

#header > #header-contents > .header1 > .header1-inner > .user-menu > li .cnt {
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	color: #2075df;
	font-weight: 600;	
}

#header > #header-contents > .header2 {
  /* height: 110px; */
  width: 100%;
  border-bottom: 1px solid #dadada;
}

#header > #header-contents > .header2 > .header2-inner {
  /*width: 1010px;*/
   width: 1100px;
  margin: 0 auto;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left {
  float: left;
  width: 33.3%;  
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-notice {
  width: 250px;
  height: 24px;
  overflow: hidden;
  border: 1px solid #dadada;
  padding: 3px;
  margin-top: 13px;  
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-notice > .header-notice-btn {
  float: right;
  margin-right: 5px;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-notice > .header-notice-btn > button {
	float: left;
  background-color: #fff;
  font-size: 9px;
  border: 1px solid #ccc;
  color: #898989;
  padding: 1px !important;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-notice > .header-notice-btn .icon-up-arrow {
	width: 15px;
	height: 16px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: none;
	background: url(../images/icon_up.png) no-repeat 50%;  
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-notice > .header-notice-btn .icon-down-arrow {
	width: 15px;
	height: 16px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: url(../images/icon_down.png) no-repeat 50%;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-notice > ul > li {
  width: 200px;
  line-height: 100%;
  line-height: 20px \0/IE9;
  margin: 1px 0px 7px 0px;
  padding-left: 2px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-notice > ul > li > a {
	font-size: 13px;
  color: #616161;
  font-weight: 500;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-application > h4 {
  font-size: 13px;
  line-height: 18px;
  color: #131313;
  font-weight: 500;
  margin-top: 10px;   
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-application  a {
  line-height: 17px;
  color: #959595;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-application  a:hover {
	color: #959595;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-application .icon-div {
	line-height: 18px;
  padding: 2px 5px 2px 5px;
  font-size: 9px;
  vertical-align: text-top;
  color: #dcdcdc;	
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-application .icon-delivery {
  font-size: 22px !important;
  color: #565656;
  vertical-align: middle;
}

#header > #header-contents > .header2 > .header2-inner > .header2-left > .header-application .header-application-status {
  color: #131313;
  font-weight: 500;
  padding-left: 27px;
  background: url(../images/icon_car.png) no-repeat 0px 50%;
}

#header > #header-contents > .header2 > .header2-inner > .logo {
	float: left;
	width: 33.3%;
  height: 110px;  
}

#header > #header-contents > .header2 > .header2-inner > .logo > h4 {
  display: block;
  height: 100%;
}

#header > #header-contents > .header2 > .header2-inner > .logo > h4 > a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat 50%;   
}

#header > #header-contents > .header2 > .header2-inner > .header-search {
  float: right;
  width: 285px;
}

#header > #header-contents > .header2 > .header2-inner > .header-search > .header-search-layout {
  width: 285px;
  height: 41px;
  border: 3px solid #103250;
  border-radius: 21px;
  padding: 5px;
  margin-top: 34px;
}

#header > #header-contents > .header2 > .header2-inner > .header-search > .header-search-layout > input {
  float: left;
  font-size: 13px;
  width: 215px;
  height: 25px;
  border: none;
  margin-left: 15px;
}

#header > #header-contents > .header2 > .header2-inner > .header-search > .header-search-layout > .btn-header-search {
  float: right;
  width: 24px;
  height: 24px;
  background: url(../images/icon_hsearch.png) no-repeat 50% 50%;	
  margin-right: 5px;
}
/*ºñ·º½º*/
#header > #header-contents > .header2 > .header2-inner > .header-search2 {
  float: right;
  /*width: 285px;*/
  width: 330px;
}

#header > #header-contents > .header2 > .header2-inner > .header-search2 > .header-search-layout {
 
  width: 285px;
  height: 41px;
  border: 3px solid #103250;
  border-radius: 21px;
  padding: 5px;
  margin-top: 34px;
  display: inline-block;
  vertical-align: top; /* ¼öÁ÷ Á¤·Ä */
}

#header > #header-contents > .header2 > .header2-inner > .header-search2 > .header-search-layout > input {
  float: left;
  font-size: 13px;
  width: 215px;
  height: 25px;
  border: none;
  margin-left: 15px;
}

#header > #header-contents > .header2 > .header2-inner > .header-search2 > .header-search-layout > .btn-header-search {
  float: right;
  width: 24px;
  height: 24px;
  background: url(../images/icon_hsearch.png) no-repeat 50% 50%;	
  /*margin-right: 5px;*/
  margin-right: 5px;
  vertical-align: middle;
}
#header > #header-contents > .header2 > .header2-inner > .header-search2 > .header-search-layout2 {
/*  width: 24px;
  height: 41px;
  border: 3px solid #103250;
  border-radius: 21px;
  padding: 5px;
  margin-top: 34px;*/
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  height: 41px;
}
#header > #header-contents > .header2 > .header2-inner > .header-search2 > .header-search-layout2 > .btn-header-search1 {
/*  float: right;
  display: inline-block;
  width: 24;
  height: 41px; 
  margin-left:30px;
  background-color: #fff;
  background: url(../images/icon_search3.png) no-repeat 50% 50%;  */
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
  background-color: #fff;
  background: url(../images/icon_search3.png) no-repeat 50% 50%; 
  vertical-align: middle; 
} 
#header .blind {
  display: none !important;
} 
/*ºñ·º½º*/
/* ¸Þ´º*/
#header > #header-contents > #menu {
  height: 0px;
  border-bottom: 0px solid #dadada;
}

#header > #header-contents > #menu a {
	text-decoration: none;
}

#header > #header-contents > #menu a:hover {
	text-decoration: none;
	
}
	
#header > #header-contents > #menu > ul {
  width: 1010px;
  height: 100%;
  margin: 0 auto;
  border-right: 1px solid #dadada;
}

#header > #header-contents > #menu > ul > li {
  float: left;
  margin: 0px 20px;
  overflow:hidden;
}

#header > #header-contents > #menu > ul > .menu-area:hover > a {
	color: #2075df;
	background:  #EAEAEA;	
}

#header > #header-contents > #menu > ul > li > a {
  display: block;
  height: 40px;
  line-height:40px;
  color: #000;
  font-size: 16px;
  font-weight: bold;  
}

#header > #header-contents > #menu > ul > li > a:hover {
	text-decoration: none;
	color: #2075df;	
}

#header > #header-contents > #menu > ul > li:first-child {
  margin:0px 50px 0px 0px !important;
}

#header > #header-contents > #menu > ul > li:first-child > a {
  width: 177px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  padding-top: 3px \0/IE9;;
  background:url(../images/icon_menu.png) no-repeat 18px 50%;
  background-color: #103250;
  
}

#header > #header-contents > #menu > ul > li:first-child > a > span {
  float: left;
  padding-left: 50px;
}

#header > #header-contents > #menu > ul > li > .menu-total-category {
  position: absolute;
  width: 1010px;
  height: 0px;
  left: 50%;
  margin-left:-505px;
  overflow: hidden;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.5s ease;	
}

#header > #header-contents > #menu > ul > li:hover > .menu-total-category {
	height: 400px;	
	border: 1px solid #002b61;
    transition: all 0.5s ease;	
  	overflow: scroll; 
}


#header > #header-contents > #menu > ul > li > .menu-total-category > ul {
  margin: 12px 0px 18px 0px;
}

#header > #header-contents > #menu > ul > li > .menu-total-category > ul > li {
  float: left;
  width: 195px;
  height: 500px;
  padding: 0px 25px; 
  border-right: 1px solid #dadada;
}

#header > #header-contents > #menu > ul > li > .menu-total-category > ul > li:nth-last-child(1) {
	border-right: none;
}

#header > #header-contents > #menu > ul > li > .menu-total-category > ul > li > a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 500; 
	padding: 20px 0px 10px;
	border-bottom: 2px solid #2075df;
}

#header > #header-contents > #menu > ul > li > .menu-total-category a:hover {
	text-decoration: none;
}

#header > #header-contents > #menu > ul > li > .menu-total-category > ul > li > ul {
  margin-top: 20px;
}

#header > #header-contents > #menu > ul > li > .menu-total-category > ul > li > ul > li > a {
	font-size: 13px;
	line-height: 24px;
	color: #717171;
	font-weight: 500; 
}

#header > #header-contents > #menu > ul > li > .menu-total-category > ul > li > ul > li > a:hover {
	color: #2075df;
}

#header > #header-contents > #menu > ul > .menu-area .out-div {
  position: absolute;
  width: 220px;
  height: 400px;
  overflow-y: hidden;
  z-index: 1000;
	margin: -10px 0px 0px -65px;  
  background-color: #fff;  
  visibility: hidden;
}

#header > #header-contents > #menu > ul > li:nth-child(4) .out-div,
#header > #header-contents > #menu > ul > li:nth-child(8) .out-div {
	margin: -10px 0px 0px -57px;
}	

#header > #header-contents > #menu > ul > .menu-area .in-div {
	width: 220px;
	height: 392px;
	padding: 20px 15px 0px 15px;
    margin-top: 8px;
	border: 1px solid #1d2088;
	overflow: scroll;			
}
	
#header > #header-contents > #menu > ul > .menu-area:hover .out-div {
	visibility: visible;
}

#header > #header-contents > #menu > ul > .menu-area .in-div > h4 {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 500;	
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 2px solid #2075df;
}

#header > #header-contents > #menu > ul > .menu-area .in-div > ul {
  margin: 12px 0px 18px 0px;
}

#header > #header-contents > #menu > ul > .menu-area .in-div > ul > li > a {
	font-size: 12px;
	line-height: 24px;
	color: #717171;
	font-weight: 500;
}

#header > #header-contents > #menu > ul > .menu-area .in-div > ul > li > a:hover {
	color: #2075df;		
}

#header > #header-contents > #menu > ul > .menu-area .out-div:after, #header > #header-contents > #menu > ul > .menu-area .out-div:before {
	bottom: 391px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#header > #header-contents > #menu > ul > .menu-area .out-div:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}

#header > #header-contents > #menu > ul > .menu-area .out-div:before {
	border-color: rgba(29, 32, 136, 0);
	border-bottom-color: #1d2088;
	border-width: 6px;
	margin-left: -6px;
}

/* º»¹® ¿µ¿ª*/
#contents > .contents-body {
	position: relative;
	width:1470px;
  margin:0 auto;
}
	
#contents > .contents-body > .banner-aside-left {
  width:200px;
  text-align:right;
  left:50%;
  margin-left:-735px;
}

#contents > .contents-body > .banner-aside-left > ul {
  float:right;
  width:109px;
}

#contents > .contents-body > .banner-aside-left > ul > li {
  border:solid 1px #e5e5e5;
  margin-bottom:10px;
  padding:0px;
  width:100%;
  height:100%;
}

#contents > .contents-body > .banner-aside-left > ul > li > a > img {
  width:107px;
  height:107px;
}

#contents > .contents-body > .contents-layout {
  width:1010px;
  margin:0 auto;
}

#contents > .contents-body > .banner-aside-right {
  width: 200px;
  left: 50%;
  margin-left: 535px;
}

#contents > .contents-body > .banner-aside-right > h3 {
	font-size: 14px;
	color:#fff;
	font-weight: 500;	
  line-height:40px;
  text-align:center;
  padding-left: 28px;
  background:url(../images/icon_right_cart.png) no-repeat 63px 50% ;
  background-color:#103250;  
}


#contents > .contents-body > .banner-aside-right > section {
  background-color:#efefef;
  border-left:solid 1px #d2d2d2;
  border-right:solid 1px #d2d2d2;
  border-bottom:solid 1px #d2d2d2;
  padding:12px 5px 0px 5px;
}

#contents > .contents-body > .banner-aside-right > section > .total-sum {
  padding:0px 10px 0px 10px;
  height:45px;
  border-bottom: solid 1px #959595;
}

#contents > .contents-body > .banner-aside-right > section > .total-sum > dl {
  margin:0;
}

#contents > .contents-body > .banner-aside-right > section > .total-sum > dl > dt {
  float:left;
  font-size: 12px;
  color: #1c1c1c;
font-weight: 500;  
}

#contents > .contents-body > .banner-aside-right > section > .total-sum > dl > dd {
  float:right;
	font-size: 12px;
	color: #2075df;
	font-weight: 500;  
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item {
  clear:both;
  padding: 12px 10px 0px 10px;
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item > h4 {
  float:left;
	font-size: 12px;
	color: #1c1c1c;  
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item .more {
	font-size: 12px;
	color: #434343;
	font-weight: 500;
}	

#contents > .contents-body > .banner-aside-right > section > .lastest-item > ul {
  clear:both;
  margin-top:15px;
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item > ul > li {
  clear:both;
  margin-bottom:12px;
  height:62px;
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item > ul > li > a > .item-title {
  float:left;
  padding-top:10px;
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item > ul > li > a > .item-title > p {
	font-size: 12px;
	line-height: 18px;
	color: #373737;
	font-weight: 500;
	margin:0px;
  padding:0px;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  width:100px;
  overflow:hidden;
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item > ul > li > a > .item-title > p.code {
	color: #131313;
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item > ul > li > a > .item-pic {
  float:right;
}

#contents > .contents-body > .banner-aside-right > section > .lastest-item > ul > li > a > .item-pic > img {
  border:solid 1px #e6e6e6;
}

#contents > .contents-body > .banner-aside-right > .recommend-banner {
  border-left:solid 1px #d2d2d2;
  border-right:solid 1px #d2d2d2;
}

#contents > .contents-body > .banner-aside-right > .recommend-banner > ul > li {
  border-bottom:solid 1px #d2d2d2;
}

#contents > .contents-body > .banner-aside-right > .customer-center {
  clear:both;
  height:35px;
  border-left:solid 1px #d2d2d2;
  border-right:solid 1px #d2d2d2;
  padding:0px 20px 0px 25px;
  line-height:35px;
  background-color: #fff;
}

#contents > .contents-body > .banner-aside-right > .customer-center > dl {
  margin:0px;
  padding:0px;
}

#contents > .contents-body > .banner-aside-right > .customer-center > dl > dt {
  float:left;
  width:55px;
  margin-right:8px;
  color:#103250;
  font-size:14px;
  font-weight:bold;  
}

#contents > .contents-body > .banner-aside-right > .customer-center > dl > dd {
  float:left;
	font-size: 16px;
	color: #3c81e1;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;  
  width:90px;
  padding:0px;
  margin:0px;
  letter-spacing: -1px;
  text-align: center;
}

#contents > .contents-body > .banner-aside-right > .customer-center > dl > moduda {
  float:left;
	font-size: 14px;
	color: #3c81e1;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;  
  width:90px;
  padding:0px;
  margin:0px;
  letter-spacing: -1px;
  text-align: center;
}

#contents > .contents-body > .banner-aside-right > .customer-center-2line {
  clear:both;
  height:60px;
  border-left:solid 1px #d2d2d2;
  border-right:solid 1px #d2d2d2;
  padding:0px 20px 0px 25px;
  line-height:28px;
  background-color: #fff;
}

#contents > .contents-body > .banner-aside-right > .customer-center-2line > dl {
  margin:0px;
  padding:0px;
}

#contents > .contents-body > .banner-aside-right > .customer-center-2line > dl > dt {
  float:left;
  width:55px;
  margin-right:8px;
  color:#103250;
  font-size:14px;
  font-weight:bold;  
}

#contents > .contents-body > .banner-aside-right > .customer-center-2line > dl > dd {
  float:left;
	font-size: 16px;
	color: #3c81e1;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;  
  width:90px;
  padding:0px;
  margin:0px;
  letter-spacing: -1px;
  text-align: center;
}

#contents > .contents-body > .banner-aside-right > .top-arrow {
  background:url(../images/icon_right_up.png) no-repeat 50% 11px;
  background-color:#103250;
	height:47px;
}

#contents > .contents-body > .banner-aside-right > .top-arrow > a {
  display:block;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;    
	width:100%;
  height:45px;
  text-align:center;
  vertical-align:sub;
  padding-top: 20px;  
}

#contents > .contents-body > .banner-aside-right > .top-arrow > a:hover {
	text-decoration: none;
}


#contents > .contents-body > .berex-ver.banner-aside-right > .rightbx{
	/*padding-left:0;*/
	background: linear-gradient(to right,#4396e2, #54b89f);
    /*padding: 20px;*/
    /*border-radius: 10px;*/
    display: flex;
    align-items: flex-start;
    color: white;
    font-family: Arial, sans-serif;
    max-width: 300px; /* ¹è³ÊÀÇ ÃÖ´ë ³Êºñ¸¦ Á¦ÇÑ */
    height: 60px;
}
#contents > .contents-body > .berex-ver.banner-aside-right > .rightbx{
    display: flex;
    align-items: center;
    gap: 15px; /* ¾ÆÀÌÄÜ°ú ÅØ½ºÆ® »çÀÌÀÇ °£°Ý */
}
#contents > .contents-body > .berex-ver.banner-aside-right > .rightbx> .icon {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
   /* margin-right: 10px;*/
    margin-left: 10px;
}
#contents > .contents-body > .berex-ver.banner-aside-right > .rightbx> .text {
    line-height: 1.2;
    text-align: right; /* ÅØ½ºÆ®¸¦ ¿À¸¥ÂÊ Á¤·Ä */
    flex: 1; /* ¾ÆÀÌÄÜ°ú ÅØ½ºÆ®¸¦ ¾çÂÊÀ¸·Î ¹èÄ¡ */
    padding-top: 3px;
    padding-right: 10px;
}
#contents > .contents-body > .berex-ver.banner-aside-right > .rightbx > .text span {
    font-size: 12px;
}
#contents > .contents-body > .berex-ver.banner-aside-right > .rightbx > .text strong {
    font-size: 20px;
    font-weight: bold;
}
#contents > .contents-body > .berex-ver.banner-aside-right >.cart-button-container {
    display: flex;
    background-color: #F7F8F8;
    gap: 5px; /* ¹öÆ° »çÀÌ °£°Ý */
    align-self: flex-start; /* ¿ÞÂÊ Á¤·Ä */
    margin-top: 3px;
   
}

#contents > .contents-body > .berex-ver.banner-aside-right > .cart-button-container> .cart-button {
    background-color: #F7F8F8;
    color: #000000;
    padding: 8px 0 12px 40px ;
   /* border-radius: 5px;*/
    font-size: 14px;
    width: 70%;
    font-weight: bold;
    text-align: start;
    cursor: pointer;
    transition: background-color 0.3s;
}
#contents > .contents-body > .berex-ver.banner-aside-right > .cart-button-container> .arrow-button{
    background-color: #F7F8F8;
    color: #000000;
    padding: 8px 0 12px 20px ;
   /* border-radius: 5px;*/
    font-size: 14px;
    width: 30%;
    font-weight: bold;
    text-align: start;
    cursor: pointer;
    transition: background-color 0.3s;
}

/*#contents > .contents-body > .berex-ver.banner-aside-right > .rightbx >.cart-button:hover {
    background-color: #d9f3ef;  ¹öÆ°¿¡ È£¹ö È¿°ú Ãß°¡ 
}*/
/*#contents > .contents-body > .berex-ver.banner-aside-right > h3:before{
	content: '';
	display: inline-block;
	background:url(/new_images/berex_image/icon_bg.svg) no-repeat;
	background-size: 269px 152px;
	background-position:-36px -44px;
	width: 20px;
	height: 30px;
	margin-right: 5px;
}*/
#contents > .contents-body > .berex-ver.banner-aside-right > section > .total-sum {
	margin:0 10px;
	padding:0px 0 10px 0;
	height:auto;
	border-bottom: solid 1px #959595;
}
#contents > .contents-body > .berex-ver.banner-aside-right > section > .total-sum > dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#contents > .contents-body > .berex-ver.banner-aside-right > section > .total-sum > dl:nth-last-child() {
	border-bottom:1px solide #959595;
	padding-bottom:7px
}
#contents > .contents-body > .berex-ver.banner-aside-right > section > .total-sum > dl > dd {
	font-size: 12px;
	color: #1c1c1c;
	font-weight: 900;  
	float: none;
	margin:0;
}
#contents > .contents-body > .berex-ver.banner-aside-right > section > .lastest-item > h4 {
	line-height: inherit;
}
#contents > .contents-body > .berex-ver.banner-aside-right > section > .lastest-item .more {
	font-size: 12px;
	color: #1c1c1c;
	font-weight: 900;
}

/* ÇªÅÍ */
#footer {
  margin:0px;
  padding:0px;
  letter-spacing: 0;
}

#footer > .privacy-guide {
  width:100%;
  background-color:#f2f2f2;
  border-top:solid 1px #eeeeee;
  border-bottom:solid 1px #eeeeee;
  height:45px;
  overflow:hidden;
}

#footer > .privacy-guide > .privacy-guide-inner {
  width:1010px;
  margin:0 auto;
}

#footer > .privacy-guide > .privacy-guide-inner > ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}

#footer > .privacy-guide > .privacy-guide-inner > ul > li {
  float:left;
  height:45px;
  line-height:45px;
  margin-right:45px;
}

#footer > .privacy-guide > .privacy-guide-inner > ul > li > a {
  color:#848484;
}

#footer > .privacy-guide > .privacy-guide-inner > ul > li:first-child > a {
  color:#4d4d4d;
  font-weight:bold;
}

#footer > .privacy-guide > .privacy-guide-inner > div {
  float:right;
  height:45px;
  line-height:45px;
}

#footer > .privacy-guide > .privacy-guide-inner > div > select {
  width:130px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #4d4d4d;
	margin: 10px 0px;
}

#footer > .footer-bottom {
  width:1010px;
  margin:0 auto;
  padding-top:30px;
}

#footer > .footer-bottom > .footer-logo {
  float:left;
  display:block;
  text-indent:-9999px;
  background:url(../images/footer_logo.png) no-repeat 50% 50%;
  width:126px;
  height:62px;
  margin-right:60px;
}

#footer > .footer-bottom > .footer-logo2 {
  float:left;
  display:block;
  text-indent:-9999px;
  background:url('https://img-dr.bx-smart-mro.com/uploadDir/user/dongback.jpg') no-repeat 50% 50%;
  width:126px;
  height:62px;
  margin-right:60px;
}

#footer > .footer-bottom > .footer-address-info {
  float:left;
  line-height:100%;
  padding-bottom:30px;
}

#footer > .footer-bottom > .footer-address-info > h4 {
  display:block;
  font-weight:bold;
  color:#4d4d4d;
  margin-bottom:20px;
}

#footer > .footer-bottom > .footer-address-info > ul > li {
  color:#858484;
  line-height:20px;
}

#footer > .footer-bottom > .footer-address-info > ul > li .line {
	font-size: 8px;
  vertical-align: top;
}    

#footer > .footer-bottom > .footer-address-info > ul > li.mt20 {
  margin-top:20px;
}

#footer > .footer-bottom > .footer-customer {
  float:right;
  width:178px;
}

#footer > .footer-bottom > .footer-customer > ul > li.key-number {
	font-size: 12px;
	color: #4d4d4d;
	font-weight: 500;
}

#footer > .footer-bottom > .footer-customer > ul > li.phone {
  font-size: 30px;
  line-height: 40px;
  color: #434343;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
}

#footer > .footer-bottom > .footer-customer > ul > li {
	font-size: 12px;
	line-height: 18px;
	color: #858484;
	font-weight: 500;
}

#footer > .footer-bottom > .footer-customer > .footer-qna {
  margin-top:22px;
  width:131px;
  border:solid 1px #bcbcbc;
  padding:3px 12px 3px 12px;
}

#footer > .footer-bottom > .footer-customer > .footer-qna > a > div {
  float:right;
}

#footer > .footer-bottom > .footer-customer > .footer-qna > a:hover {
	text-decoration: none;
}

.floatMenu {
  position: absolute;
  top: 0px;
}

/* page °æ·Î */
#path {
	margin-bottom: 22px;	
}

#path > ul > li {
	float: left;
	font-size: 16px;
	line-height: 18px;
	color: #4d4d4d;
	font-weight: 500; 
}

#path .home {
	display: inline-block;
	width: 15px;
	background: url(../images/icon_home.png) no-repeat 0% 50%;
	text-indent: -9999px;
	background-size: 15px;
}

#path > ul > li + li:before {
  padding: 0px 12px;
  content: '';
  background:url(../images/icon_path.png) no-repeat 50% 55%;
}

#path .category-btn {
	width: 15px;
	height: 15px;
	background:url(../images/icon_category.png) no-repeat 50% 50%;
	border: 1px solid #dcdcdc;
	margin-left: 5px;
	vertical-align: middle;
}

/* pagination */
.pagination {
	display: block;
	height: 30px;
	text-align: center
}

.pagination > ul {
	display: inline-block;
}

.pagination > ul > li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0px 2px;
}

.pagination li.active {
	border: 1px solid #2075df;
}

.pagination li a {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #2075df;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;	
}

.pagination .first {
	background: url(../images/pagination_first.png) no-repeat 50% 50%;	
}

.pagination .prev {
	background: url(../images/pagination_prev.png) no-repeat 50% 50%;	
}

.pagination .next {
	background: url(../images/pagination_next.png) no-repeat 50% 50%;	
}

.pagination .last {
	background: url(../images/pagination_last.png) no-repeat 50% 50%;	
}

.pagination .page-btn {
	width: 30px;
	height: 30px;
	background-color: #b3b7b7;
	text-indent: -9999px;
}

#autolist {position:absolute; top:33px; width:270px;border:1px solid #d6d6d6; background:#ffffff; z-index:10;}
.open_box ul#autolist li {line-height:20px;  text-indent:9px; font-size:8pt; color:#999999; cursor:pointer; border:none; width:90%;padding-right:9px;} 
/*  .open_box ul#autolist li {
    position: relative;
    display: inline-block;
    ize: 8pt;
    color: #999999;
    cursor: pointer;
    border: none;
    width: 100%;
    padding-right: 9px;
    line-height: 20px;
    top: -21px;
    height:20px;
    overflow:hidden;    
    }  */
#autolist li img {position:absolute; width:10px; height:10px; top:4px; right:5px;}
#autolist li span {font-weight:bold; color:#7e960c;}
.open_box ul#autolist li:hover {background:#d6d6d6; color:#ffffff;}
#autolist li:hover span {color:#ffffff;}