@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

/************ color **************/
p,
span,
ul,
li,
div,
a {
  letter-spacing: 1px;
  font-family: "Bookk Myungjo";
}

body {
  background-color: #fcf9ee;
}

.rolling_banner {
  overflow: hidden;
  display: flex;
  width: 100%;
  background: #000;
}
.rolling_banner .rolling {
  display: flex;
  height: 40px;
}
.rolling_banner .rolling > li {
  font-size: 14px;
  width: 1300px;
  color: #fff;
  line-height: 40px;
  font-family: "KOTRA_GOTHIC ";
}

@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 1;
  transition: 0.3s;
  border-bottom: 1px solid #222;
  /*************** gnb  *****************/
}
.header:hover {
  /*    height: 150px; */
  background-color: #fcf9ee;
}
.header:hover .header_inner .logo {
  color: #222;
}
.header:hover .header_inner .lnb .menu a {
  color: #222;
  font-weight: bold;
}
.header:hover .header_inner .gnb {
  filter: invert(100%);
  /* 블랙만들기 */
}
.header:hover .lnb .menu a {
  color: #222;
}
.header .header_inner {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  display: flex;
  /************ lnb_menu ********/
}
.header .header_inner .logo {
  color: #fcf9ee;
  padding: 10px 0;
  margin-left: 45px;
  width: 185px;
  text-align: center;
  /*  &:hover{color: #222;} */
  cursor: pointer;
}
.header .header_inner .logo > a {
  color: #222;
}
.header .header_inner .logo > a p {
  font-size: 32px;
  font-weight: bold;
  /*  letter-spacing: 3px; */
}
.header .header_inner .logo > a span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 8px;
}
.header .header_inner .lnb {
  width: 800px;
  position: relative;
}
.header .header_inner .lnb > div {
  font-weight: bold;
}
.header .header_inner .lnb .menu {
  position: absolute;
  margin-left: 45px;
  margin-top: 40px;
  float: left;
}
.header .header_inner .lnb .menu:hover a {
  color: #666;
}
.header .header_inner .lnb .menu:hover ul {
  display: block;
}
.header .header_inner .lnb .menu > a {
  font-size: 20px;
}
.header .header_inner .lnb .menu ul {
  overflow: hidden;
  display: none;
  margin-top: 30px;
}
.header .header_inner .lnb .menu ul li {
  float: left;
  margin-right: 50px;
}
.header .header_inner .lnb .menu ul li a {
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
}
.header .header_inner .lnb .menu ul li a:hover {
  color: #222;
}
.header .header_inner .lnb .new {
  left: 0px;
}
.header .header_inner .lnb .sent {
  left: 120px;
}
.header .header_inner .lnb .shop {
  left: 240px;
}
.header .header_inner .lnb .about {
  left: 360px;
}
.header .gnb {
  position: absolute;
  right: 20px;
  margin-top: 40px;
  width: 140px;
  filter: invert(100%);
}
.header .gnb li {
  float: left;
  margin-right: 25px;
  /*   cursor: pointer; */
  cursor: pointer;
  transition: 0.3s;
}
.header .gnb li:hover {
  scale: 1.08;
}
.header .gnb li:nth-child(3) {
  margin-right: 0;
}
.header .gnb li img {
  width: 25px;
  height: 25px;
}

/* search */
.search_ex {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-color: #fcf9ee;
}
.search_ex .search_inner {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.search_ex .search_inner button {
  position: absolute;
  font-family: "KOTRA_GOTHIC";
  top: 30px;
  right: 30px;
  border: none;
  background: none;
  font-size: 25px;
  cursor: pointer;
}
.search_ex .search_inner .logo {
  width: 185px;
  margin-top: 10px;
  margin-left: 45px;
  text-align: center;
  color: #222;
  cursor: pointer;
}
.search_ex .search_inner .logo p {
  font-size: 30px;
  font-weight: bold;
  /* letter-spacing: 3px; */
}
.search_ex .search_inner .logo span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 8px;
}
.search_ex .search_inner input {
  font-family: "KOTRA_GOTHIC";
  font-size: 20px;
  width: 990px;
  border: none;
  margin-top: 60px;
  border-bottom: solid #222 1px;
  padding-bottom: 10px;
  padding-left: 40px;
  box-sizing: border-box;
  background: none;
}
.search_ex .search_inner input::-moz-placeholder {
  margin-left: 50px;
  color: #999;
}
.search_ex .search_inner input::placeholder {
  margin-left: 50px;
  color: #999;
}
.search_ex .search_inner input:focus {
  outline: none;
}
.search_ex .search_inner img {
  position: absolute;
  top: 125px;
  right: 170px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.search_ex .search_inner img:hover {
  scale: 1.05;
}
.search_ex .search_inner label {
  position: absolute;
  color: #aaa;
  left: 270px;
}
.search_ex .search_inner .search_txt {
  margin: 0 auto;
  margin-top: 40px;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.search_ex .search_inner .search_txt p {
  font-family: "KOTRA_GOTHIC";
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #222;
  border-radius: 3px;
  cursor: pointer;
}
.search_ex .search_inner .search_txt p:hover {
  background-color: #222;
  color: #fff;
}

/* 여기까지 header */
.wrap {
  position: relative;
  width: 1300px;
  height: 1925px;
  margin: 0 auto;
  margin-top: 200px;
  overflow: hidden;
}
.wrap > h5 {
  margin-left: 90px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.wrap .best_product {
  width: 100%;
  /* height: 1880px; */
  padding: 0 88px;
  display: flex;
  flex-wrap: wrap;
}
.wrap .best_product .best_box {
  width: 350px;
  height: 450px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
}
.wrap .best_product .best_box:hover {
  background-color: #fefefe;
}
.wrap .best_product .best_box:hover > img {
  filter: drop-shadow(2px 2px 2px #444);
  scale: 1.02;
}
.wrap .best_product .best_box > img {
  display: block;
  width: 290px;
  /* height: 340px; */
  margin: 0 auto;
  margin-top: 20px;
  transform: translateY(-10px);
}
.wrap .best_product .best_box > p {
  line-height: 25px;
}
.wrap .best_product .best_box > p:nth-child(2) {
  margin-top: 20px;
}
.wrap .best_product .best_box > p:nth-child(3) {
  font-family: "KOTRA_GOTHIC";
}
.wrap .best_product .best_box > p:nth-child(4) {
  font-weight: bold;
  margin-top: 15px;
}
.wrap .best_product .best_box:nth-child(3) {
  margin-right: 0;
}
.wrap .sort_select {
  position: absolute;
  top: 0px;
  right: 120px;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  background: inherit;
  font-family: "KOTRA_GOTHIC";
  cursor: pointer;
}
.wrap .sort_select:hover {
  background-color: #fff;
}

.pagination-container {
  width: 1050px;
  margin: 0 auto;
  margin-top: 30px;
}
.pagination-container .pagination {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.pagination-container .pagination > div {
  height: 30px;
  text-align: center;
}
.pagination-container .pagination .prev-button {
  width: 50px;
  cursor: pointer;
}
.pagination-container .pagination .prev-button:hover {
  font-weight: bold;
}
.pagination-container .pagination .bold {
  font-weight: bold;
}
.pagination-container .pagination .number-button-wrapper > span {
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
}
.pagination-container .pagination .number-button-wrapper > span:hover {
  scale: 1.2;
}
.pagination-container .pagination .next-button {
  width: 50px;
  cursor: pointer;
}
.pagination-container .pagination .next-button:hover {
  font-weight: bold;
}

/**************** footer ******************/
.footer {
  width: 1300px;
  height: 350px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 25px;
  box-sizing: border-box;
  background-color: #444;
}
.footer .footer_inner {
  position: relative;
  height: 300px;
  border: 2px solid #ddd;
}
.footer .footer_inner ul {
  margin: 35px 0 0 115px;
}
.footer .footer_inner ul a {
  border-bottom: 1px solid #fff;
}
.footer .footer_inner .footer_menu {
  display: flex;
}
.footer .footer_inner .footer_menu li {
  margin-right: 30px;
}
.footer .footer_inner .footer_menu li:hover > a {
  color: #999;
}
.footer .footer_inner .footer_menu li:nth-child(1) a, .footer .footer_inner .footer_menu li:nth-child(2) a, .footer .footer_inner .footer_menu li:nth-child(3) a {
  border: none;
}
.footer .footer_inner .footer_menu li a {
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
  color: #fff;
}
.footer .footer_inner .footer_menu li > div {
  position: absolute;
  z-index: 2;
  top: -190px;
  left: 85px;
  width: 120px;
  background-color: #444;
  text-align: center;
  /*  border-radius: 5px; */
}
.footer .footer_inner .footer_menu li > div > p {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #666;
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
  color: #ddd;
  cursor: pointer;
}
.footer .footer_inner .footer_menu li > div > p:last-child {
  /*  border: none; */
}
.footer .footer_inner .footer_menu li > div > p:hover {
  background-color: #999;
}
.footer .footer_inner .footer_menu li .service {
  display: none;
}
.footer .footer_inner .footer_menu li .company {
  display: none;
  top: -32px;
  left: 180px;
}
.footer .footer_inner .footer_menu li .sns {
  display: none;
  top: -64px;
  left: 270px;
}
.footer .footer_inner .footer_txt > p,
.footer .footer_inner .footer_txt a {
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
  color: #fff;
  line-height: 25px;
}
.footer .footer_inner .footer_txt > p:nth-child(5),
.footer .footer_inner .footer_txt a:nth-child(5) {
  margin-top: 40px;
}
.footer .footer_inner .footer_txt > p span,
.footer .footer_inner .footer_txt a span {
  margin-left: 30px;
  font-family: "KOTRA_GOTHIC";
}
.footer .footer_inner .footer_logo {
  position: absolute;
  top: 40px;
  right: 150px;
  width: 125px;
  text-align: center;
}
.footer .footer_inner .footer_logo > div {
  width: 125px;
  height: 60px;
  border: 1px solid #fff;
}
.footer .footer_inner .footer_logo > div > h5 {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
  padding-bottom: 3px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
.footer .footer_inner .footer_logo > div > h5 > p {
  margin-top: 4px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
}
.footer .footer_inner .footer_logo > div > p {
  font-family: "KOTRA_GOTHIC";
  color: #fff;
  letter-spacing: 0px;
  font-size: 10px;
  margin-top: 3px;
}
.footer .footer_inner .footer_logo > p {
  font-family: "KOTRA_GOTHIC";
  color: #fff;
  font-size: 12px;
  margin-top: 4px;
}
.footer .footer_inner .footer_sns {
  position: absolute;
  bottom: 100px;
  right: 140px;
}
.footer .footer_inner .footer_sns > div {
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #777;
  cursor: pointer;
}
.footer .footer_inner .footer_sns > div:hover {
  filter: invert(100%);
}
.footer .footer_inner .footer_sns > div > a > img {
  width: 100%;
}

.btn_top {
  display: none;
  width: 50px;
  height: 49px;
  background-color: #222;
  color: #fcf9ee;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  text-decoration: none;
  font-family: "KOTRA_GOTHIC";
  position: fixed;
  right: 100px;
  bottom: 100px;
  border-radius: 50%;
  z-index: 9999;
}
.btn_top:hover {
  color: #222;
  border: 1px solid #222;
  background-color: #fcf9ee;
}/*# sourceMappingURL=sub.css.map */