@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(//static.balaan.co.kr/n/img/common/icon-arrow-bottom_gray12x8.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}

select::-ms-expand {
  display: none;
}

#main {
  padding-top: 180px;
}

.main_content:after {
  content: "";
  display: table;
  clear: both;
}

.section-layout {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.section-layout:after {
  content: "";
  display: table;
  clear: both;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 500;
}

.header-top {
  width: 100% !important;
  height: 28px !important;
  background-color: #000 !important;
  font-family: "Arial" !important;
  font-size: 13px !important;
  color: #fff !important;
  transition: height 300ms !important;
}

.header.active .header-top {
  height: 0 !important;
}

.header-top:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.header-top__area {
  height: 100%;
  line-height: 28px;
}

.header-top__area-text {
  text-align: center;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.header-top__area.__left {
  position: absolute;
  top: 0;
  left: 0;
}

.header-top__area.__center {
  width: 500px;
  margin: 0 auto;
}

.header-top__area.__right {
  position: absolute;
  top: 0;
  right: 0;
}

.header-top__menu {
  float: left;
}

.header-top__menu:after {
  content: "";
  display: table;
  clear: both;
}

.header-top__menu-item {
  position: relative;
  /*float:left;*/
  display: table-cell;
  width: auto;
  height: 100%;
}

.header-top__menu-item + .header-top__menu-item {
  padding-left: 19px;
}

.header-top__menu-item + .header-top__menu-item:before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 1px;
  height: 13px;
  margin-top: -7px;
  background-color: #fff;
  content: "";
}

.header-contents {
  position: relative;
  height: 117px;
  transition: height 300ms;
}

.header.active .header-contents {
  height: 60px;
}

.header-depth {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  transition: transform 500ms;
}

.header.active .header-depth {
  /*transform:scale(0.7,0.7); */
}

.header.active .header-logo {
  transform: scale(0.7, 0.7);
}

.header-depth:before {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  margin-left: -1px;
  content: "";
}

.header-depth__list {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.header-depth__list:after {
  content: "";
  display: table;
  clear: both;
}

.header-depth__item {
  float: left;
  width: auto;
  font-family: "Arial";
  font-size: 18px;
  color: #67431e;
  line-height: 20px;
  font-weight: bold;
}

.header-depth__item.active {
  color: #181615;
}

.header-depth__item + .header-depth__item {
  margin-left: 22px;
}

.header-logo {
  width: 350px;
  margin: 0 auto;
  height: 100%;
  transition: transform 500ms;
}

.header-logo__title {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Gotham";
  font-size: 0;
  color: #272727;
}

.header-logo__title a {
  display: inline-block;
  vertical-align: middle;
}

.header-logo__title:before {
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  content: "";
  vertical-align: middle;
}

.header-search {
  position: absolute;
  right: 44px;
  top: 0;
  height: 100%;
  vertical-align: middle;
}

.header-search:before {
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-left: 1px;
  content: "";
  vertical-align: middle;
}

.header-search__wrapper {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 28px;
  border: 1px solid #eeeded;
  vertical-align: middle;
}

.header-search__wrapper input {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  padding-right: 30px;
  line-height: 26px;
  /*font-family: 'Arial'*/
  color: #747474;
  font-size: 13px;
  border: 0;
  font-weight: normal;
}

.header-search__wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  text-indent: -9999px;
  background-image: url(//static.balaan.co.kr/n/img/common/icon-search_gray18x18.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.header-cart {
  position: absolute;
  /*width:46px;*/
  height: 100%;
  right: 0;
  top: 0;
}

.header-cart:before {
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -10px;
  vertical-align: middle;
  content: "";
}

.header-cart__icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  text-indent: -9999px;
}

.header-cart__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(//static.balaan.co.kr/n/img/common/icon-cart18x22.png);
  content: "";
  z-index: 1;
}

.header-cart__icon-symbol {
  position: absolute;
  left: -1px;
  top: 7px;
  display: block;
  width: 30px;
  height: 18px;
  z-index: 0;
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-family: "Arial";
  font-size: 14px;
  text-indent: 0;
  font-weight: bold;
  z-index: 1;
  text-align: center;
}

.header-ment {
  font-family: "Arial";
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #000;
}

.header-category {
  position: relative;
  text-align: center;
  border-bottom: 4px solid #000;
  box-sizing: border-box;
}

.header-category .section-layout {
  position: static;
}

.header-category__list {
  display: inline-block;
  width: auto;
  height: 31px;
}

.header-category__item {
  float: left;
  height: 100%;
  padding: 0 20px;
  font-family: "Arial";
  font-size: 14px;
  color: #000;
  line-height: 31px;
}

.header-category__item-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.header-category__item:hover .header-category__item-wrap:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}

.header-category__sub--wrapper {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  height: auto;
  margin-top: -4px;
  z-index: 300;
  background-color: transparent;
  border-bottom: 4px solid #000;
  text-align: center;
  display: none;
}

.header-category__sub--container {
  width: 100%;
  height: auto;
  margin-top: 4px;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #fff;
}

.header-category__item:hover .header-category__sub--wrapper {
  display: block;
}

.header-category__sub--wrapper:hover {
  display: block;
}

.header-subCategory--contents {
  width: 714px;
  margin: 0 auto;
}

.header-subCategory--contents:after {
  content: "";
  display: table;
  clear: both;
}

.header-subCategory__menu {
  float: left;
  width: 192px;
  padding-right: 20px;
  float: left;
}

.header-subCategory__title {
  font-family: "raleway";
  font-size: 13px;
  color: #000;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
}

.header-subCategory__list {
  margin-top: 10px;
}

.header-subCategory__item {
  font-family: "raleway";
  font-size: 13px;
  color: #434343;
  line-height: 20px;
  text-align: left;
}

.header-subCategory__item:hover {
  color: #7f7f7f;
  text-decoration: underline;
}

.header-subCategory__item.active {
  color: #786c60;
  font-weight: bold;
}

.header-subCategory__item + .header-subCategory__item {
  margin-top: 9px;
}

.header-subCategory__banner {
  float: left;
  margin-top: 5px;
}

.header-subCategory__banner-list:after {
  content: "";
  display: table;
  clear: both;
}

.header-subCategory__banner-item {
  float: left;
  width: 246px;
}

.header-subCategory__banner-item img {
  max-width: 100%;
}

.header-subCategory__banner-item + .header-subCategory__banner-item {
  margin-left: 30px;
}

.category-brand--wrapper {
  display: table;
  table-layout: fixed;
  width: 822px;
  height: auto;
  margin: 0 auto;
}

.category-brand__part {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.category-brand__part + .category-brand__part {
  padding-left: 20px;
}

.category-brand__part:first-child {
  width: 182px;
  border-right: 1px solid #e5e5e5;
}

.category-brand__part-title {
  font-family: "Arial";
  font-size: 13px;
  color: #786c60;
  line-height: 13px;
  font-weight: bold;
}

.category-brand__part-list {
  float: left;
  margin-top: 25px;
}

.category-brand__part-list + .category-brand__part-list {
  padding-left: 25px;
}

.category-brand__part-item {
  font-family: "Arial";
  font-size: 13px;
  color: #434343;
  line-height: 20px;
}

.category-brand__part-item + .category-brand__part-item {
  margin-top: 6px;
}
