/* style.css */

* {
  margin: 0; padding: 0;
  box-sizing: border-box;
  outline: none;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #444;
}
body {
  color: #444;
  font-size: 100%;
  min-width: 1200px;
  font-family: 'Nanum Gothic', sans-serif;
}
.img_responsive {
  width: 100%;
}

/* 기본틀 1200px */
.container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  /* outline: 1px solid red; */
}

/* 헤더 */
#main_header {
  /* background: #ccc; */
  width: 1200px;
  height: 220px;
  text-align: center;
  margin: 0 auto;
}
#main_header h1 {
  position: absolute;
  top: 105px; left: 450px;
}
#main_header #util_menu {
  position: absolute;
  right: 0; top: 80px;
}
#main_header #util_menu ul li {
  display: inline-block;
  font-size: 14px;
}
#main_header #util_menu ul li a {
  margin: 8px;
}
#util_menu ul li img {
  transform: translateY(4px);
}

/* 메인 gnb */
#main_gnb {
  position: relative;
  background: #f5f5f5;
}
#main_gnb .container {
  overflow: hidden;
}
#category_btn {
  font-size: 16px;
  float: left;
  border: none;
  cursor: pointer;
  padding: 20px 24px;
  /* outline: 1px solid red; */
  width: 160px; height: 60px;
}
#category_btn img {
  width: 23px; height: 19px;
}
#category_btn .txt {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(-4px);
}
#community_btn .txt {
  display: inline-block;
  margin-left: 10px;
  transform: translateY(-9px);
}
#main_gnb ul {
  position: absolute;
  left: 15%;
  line-height: 60px;
  /* margin: 0 auto; */
  display: inline-block;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
#main_gnb ul > li {
  display: inline-block;
  margin-right: 18px;
  margin-left: 18px;
}
#main_gnb ul > li > .pink {
  color: #f49ac1;
}
#main_gnb ul > li > .blue {
  color: #5674b9;
}
#community_btn {
  font-size: 16px;
  float: right;
  border: none;
  cursor: pointer;
  padding: 20px 24px;
  width: 160px; height: 60px;
  /* outline: 1px solid red; */
}
#community_btn img {
  width: 30px; height: 26px;
}

/* 전체메뉴 */
#category {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 300px;
  z-index: 99;
  display: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
#category > .container > ul > li {
  float: left;
  /* outline: 1px solid red; */
  width: 11.11%;
  font-size: 17px;
  font-weight: bold;
  padding-top: 26px;
  text-align: center;
}
#category > .container > ul > li:hover {
}
#category > .container > ul > li > ul > li {
  font-weight: normal;
  font-size: 15px;
  padding-top: 16px;
}
#category > .container > ul > li > ul > li:first-child {
  padding-top: 26px;
}
#category > .container > ul > li > ul > li a:hover {
  color: red;
}

/* 커뮤니티 */
#community {
  position: absolute;
  /* background: pink; */
  width: 100%;
  height: 300px;
  z-index: 98;
  display: none;
}
#community > .container > ul {
  float: right;
  background: #fff;
  width: 160px;
  height: 182px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
#community > .container > ul > li {
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
#community > .container > ul > li a:hover {
  color: red;
}
/* 메인배너 */
#main_banner {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 60px;
}
#main_banner .inner {
  width: 1920px;
  height: 500px;
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}

/* bx slider 테두리/그림자 제거 */
.bx-wrapper{
  border: none !important;
  box-shadow: none !important; 
}
/* 인디케이터 위치 조정 */
.bx-pager { 
  bottom: 20px !important;
}
/* 카드 */
#card ul > li {
  /* outline: 1px solid red; */
  display: block;
  float: left;
  margin-right: 30px;
}
#card ul > li:last-child {
  margin-right: 0;
}

/* best */
#best {
  clear: both;
  text-align: left;
  /* padding: 50px 0; */
  overflow: hidden;
  /* outline: 1px solid red; */
}
.list_banner {
  margin-top: 30px;
  margin-bottom: 30px;
}
#best ul > li {
  position: relative;
  /* outline: 1px solid green; */
  width: 285px;
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
#best ul > li:last-child{ 
  margin-right: 0;
}
#best ul > li img {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
  display: block;
}
#best ul > li .title {
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#best ul > li .sale_price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-bottom: 60px;
}
#best ul > li .best_box {
  position: absolute;
  top: 10px; right: 10px;
  width: 60px; height: 60px;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  padding-top: 10px;
  z-index: 98;
}
/* 호버 */
.hover {
  position: absolute;
  left: 0; top: 0;
  width: 285px; height: 350px;
  background: rgba(225, 225, 225, 0.3);
  z-index: 96;
  display: none;
}
#best ul > li a:hover > .hover {
  
  display: block;
}
/* new */
#new {
  clear: both;
  text-align: left;
  /* padding: 50px 0; */
  overflow: hidden;
}
#new ul > li {
  position: relative;
  /* outline: 1px solid green; */
  width: 285px;
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
#new ul > li:nth-child(4),
#new ul > li:last-child{ 
  margin-right: 0;
  /* outline: 1px solid red; */
}
#new ul > li img {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
  display: block;
}
#new ul > li .title {
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new ul > li .origin_price {
  font-size: 12px;
}
#new ul > li .sale_price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
  transform: translateY(-8px);
}
#new ul li .sale_box {
  width: 100px;
  height: 24px;
  background: #f49ac1;
  color: white;
  font-size: 12px;
  margin-bottom: 60px;
  line-height: 24px;
  text-align: center;
}
/* 호버 */
.hover {
  position: absolute;
  left: 0; top: 0;
  width: 285px; height: 350px;
  background: rgba(225, 225, 225, 0.3);
  z-index: 96;
  /* display: none; */
}
#new ul > li a:hover > .hover {
  display: block;
}
/* 푸터 */
#main_footer {
  background: #fcfcfc;
  margin-top: 50px;
  padding-bottom: 60px;
}
#main_footer .footer_menu {
  background: #ebebeb;
  height: 50px;
}
#main_footer .footer_menu ul {
  text-align: center;
  line-height: 50px;
}
#main_footer .footer_menu ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}
#main_footer .footer {
  background: #fcfcfc;
  height: 285px;
  font-size: 12px;
  margin: 0 auto;
}
#main_footer .footer div {
  float: left;
  /* width: 30%; */
  margin-top: 50px;
  margin-bottom: 50px;
  /* outline: 1px solid red; */
  width: 285px;
  margin-right: 20px;
}
#main_footer .footer div h3 {
  margin-bottom: 50px;
  font-size: 14px;
}
#main_footer .footer div ul li {
  padding-bottom: 8px;
}
#main_footer .footer .cs_center img {
  transform: translateY(8px);
}
#main_footer .footer .call {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
#main_footer .footer .company_info address {
  font-style: normal;
}
#main_footer .footer .delisns {
  margin-right: 0;
}
#main_footer .footer .delisns h3 {
  margin-bottom: 30px;
}
#main_footer .footer .delisns .sns_h3 {
  margin-top: 44px;
}
#main_footer .footer .delisns ul li {
  display: inline-block;
  margin-right: 15px;
}
#main_footer .line {
  display: block;
  border-bottom: 1px solid #b7b7b7;
}
#main_footer .copy {
  display: block;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
}