/* header */
.top_nav .logo {
  width: 150px;
}

#header .inner .top_menu .call_btn,
#header .search_input_wrap {
  background-color: #C98A8A !important;
}

/* 헤더 > 사이드네비  */
.all_menus > div li.active a {
  color: #C98A8A;
}


/* 장바구니 카운트 */
.cnt {
  background: #C98A8A;
  color: #fff;
}

/* 탑네비게이션 스크롤 */
.top_nav.active {
  top: -103px;
}

/******** 메인 슬라이드 배너 **********/
#container .visual_list {
  position: relative
}

/* 슬라이드 배너 투명배경 */
.slide_dim {
  animation: dim-fade 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0
}

@keyframes dim-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* pager */
.visual_main .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.visual_main .slick-dots li {
  float: left;
  margin: 0 5px;
}

.visual_main .slick-dots li.slick-active button {
  width: 30px;
  height: 8px;
  background: #C98A8A;
  border-radius: 10px;
}

.visual_main .slick-dots li button {
  border-radius: 100%;
  color: transparent;
  width: 8px;
  height: 8px;
  background: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}


/***************** 아이콘 카테고리 *****************/
.main_icon_category table td {
  border: 1px solid #e4e4e4;
  text-align: center;
}

.main_icon_category table td a {
  display: block;
  height: 80px;
  padding: 10px 0;
}

.main_icon_category table td .icon_wrap {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

.main_icon_category table tr td:first-child {
  border-left: none;
}

.main_icon_category table tr td:last-child {
  border-right: none;
}

/*메인 베스트 카테고리*/
.main_best_cate_box {
  width: 100%;
}

.main_icon_category {
  padding: 20px !important;
  border-bottom: 1px solid #EEEEEE;
}

.main_icon_category > p {
  padding-bottom: 10px;
  font-weight: bold;
  color: #111111;
  text-align: center;
}

.main_icon_category .swiper-slide {
  width: 60px;
  margin-top: 0 !important;
}

.main_icon_category .swiper-slide .thumb {
  border-radius: 50%;
  overflow: hidden;
}

.main_icon_category .swiper-slide a {
  display: block;
  text-align: center;
}

.main_icon_category .swiper-slide a span {
  margin: 5px 0;
  display: block;
  text-align: center;
  letter-spacing: -1.8px;
}

/* 아이템 리스트 */
.main_item_list .slick-track {
  margin-left: 0 !important;
}

.main_item_list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main_item_list .main_module_best {
  padding: 0 20px 30px;
}

.main_item_list .item_list_tit, .write_tit {
  margin-bottom: 10px;
}

.main_item_list .item_list_tit h3 {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.main_item_list .item_list_cont {
  position: relative;
}

.main_item_list .item_list_cont.list_type1 {
  padding: 0 20px;
}

.main_item_list .item_list_cont .draggable {
  padding: 0 20px;
}

.main_item_list .item_list_cont .grid_next {
  position: absolute;
  width: 20px;
  height: 100%;
  background: black;
  top: 0;
  right: 0;
}

.item_list_cont .brand_logo {
  overflow: hidden;
  margin: 0;
  padding: 5px 6px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item_list_cont .brand_logo span {
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 10px;
  color: #FFF;
  border-radius: 5px;
  margin: 0 !important;
}

.item_box {
  border: 1px solid #e4e4e4;
  margin-top: 10px;
}

.item_box .item_info .item_tit h3 {
  font-size: 11px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.5em;
  max-height: 3em;
}

.item_box .item_info .item_tit span {
  color: #888;
  text-transform: uppercase;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  display: block;
}

.item_box .item_info .item_tit span.fc_red {
  color: #C98A8A !important;
  width: 100%;
  padding-top: 5px;
}

.item_box .item_info .item_prc .rental_prc span {
  font-size: 11px;
  color: #888;
  font-weight: 500;
}

.item_box .item_info .item_prc .card_prc span {
  font-size: 11px;
  color: #C98A8A;
  font-weight: 500;
}

.item_box .item_info .item_prc .card_prc {
  color: #C98A8A;
}

.item_box .item_info .item_prc dt,
.item_box .item_info .item_prc dd {
  font-size: 12px;
}

.item_box .item_info .item_prc dl dt {
  float: left;
}

.item_box .item_info .item_prc dl.rental_prc dt {
  color: #888;
}

.item_box .item_info .item_prc dd {
  float: right;
  font-size: 13px;
  font-weight: 600;
}


/* 푸터 요소 테마컬러 지정 */
.foot_fix_cs .foot_nav .icon-phone1,
.foot_fix_cs .foot_nav .icon-phone1 + span {
  color: #C98A8A;
}

.main_write_form .btns_wrap button {
  background: #C98A8A !important;
}
