@charset "utf-8";

#wrap{width: 100%; height: 100%; overflow: hidden; }
.inner{max-width: 1440px; margin: 0 auto;}

/* header */
header{
  /* width: 100%;
  height: 170px;
  padding-top: 60px; */
}

.header-wrap .menu1{float: left; display: inline-block;}
.header-wrap .menu2{float: right; display: inline-block;}
.menu1 .clear li, .menu2 .clear li{float: left; color: #000;}
.menu1 .clear li a, .menu2 .clear li a{color: #000; font-size: 16px; transition: all .5s;}
.menu1 .clear li:hover a, .menu2 .clear li:hover a{color: #fb3d40;}
.menu1 .clear li{margin-right: 40px;}
.menu2 .clear li{margin-left: 40px;}
/* .logo{width: 200px; height: 50px; position: absolute; top: 45px; left: 50%; transform: translateX(-50%);} */

/* header-mobile */
.open-ul li:first-child{float: left;}
.open-ul li:last-child{float: right;}
.open{
  font-size: 0;
  display: block;
  color: #111;
}
.open-menu{
  display: none;
  width: 70vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -70vw;
  background-color: #fb3d40;
  z-index: 99;
}
.open-nav{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.open-nav a{
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 32px;
}
.close{
  display: block;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
}
.open-log{display: none;}
.open-log a{
  display: inline-block;
  color: #111;
}
.open-log .log1{margin-right: 5px;}

/* main 본문 */

.category-wrap{width: 100%; position: relative; margin-bottom: 50px;
}

.tab-tit .clear li{float: left; margin-right: 15px;}
.tab-tit .clear li:last-child{margin-right: 0;}
.tab-tit .clear li a{display: block; font-size: 16px; padding: 5px 15px; border-radius: 10px; border: 1px solid #d3d3d3; transition: all .5s; font-weight: 300;}
.tab-tit .clear li:hover a{background-color: #fb3d40; border: 1px solid #fb3d40; color: #fff;}
.tab-tit .clear li.on a{background-color: #fb3d40; border: 1px solid #fb3d40; color: #fff;}

.search{
  position: absolute;
  top: 0;
  right: 0;
}

input[type=text]{
  width: 280px;
  height: 33px;
  border: 2px solid #333;
  border-radius: 30px;
  padding-left: 20px;
}
.search-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  color: #fff;
  background-color: #333;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

.content-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
.cont-item{
  width: calc(20% - 24px);
  border-radius: 0;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid #ddd;
  transition: .3s;
}

.img-box{
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-box::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.2); */
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  /* line-height: 330px; */
  font-weight: 700;
  font-size: 18px;
  opacity: 0;
  transition: all .5s;
}
.cont-item:hover .img-box::after{
  opacity: 1;
}
.txt-box{
}
.img-box span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 22px;
}
.img-box .new{
  width: 100px;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  background-color: #ffdf00;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
}
.img-box .sale{
  width: 100px;
  height: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  background-color: #fb3d40;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
}

.txt-box h5{
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 600;
}
.txt-box p{
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.txt-box p span.pre_discount_price{
  color: #d3d3d3;
  text-decoration: line-through;
}

.mb-50{
  margin-bottom: 50px;
}

/* footer */

.sub-footer{
  width: 100%;
  padding: 40px 0;
  background-color: #fb3d40;
}
.footer-logo{
  width: 200px;
  height: 50px;
  margin-bottom: 25px;
}
.sub-foot-info .info p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.sub-footer > .inner{
  position: relative;
}

.footer-etc{
  width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-etc .clear li{
  float: left;
  display: block;
  width: calc((100% - 40px) / 3);
  text-align: center;
  position: relative;
}
.footer-etc .clear li:first-child{margin-right: 20px;}
.footer-etc .clear li:last-child{margin-left: 20px;}

.footer-etc .clear li a{
  font-size: 14px;
  color: #fff;
}

.footer-etc .clear li:nth-child(1):after{
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: 1px;
}
.footer-etc .clear li:nth-child(2):after{
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: -24px;
}

/* mediaquary */
@media (max-width:992px){
  .text-wrap {
    margin-top: 35vh;
  }
  .foot-info{padding-left: 40px; padding-right: 40px;}
  .open{font-size: 22px;}
  .open-menu{display: block;}
  .header-wrap .menu1{display: none;}
  .open-log{display: block;}
  .header-wrap .menu2{display: none;}
  .tab-tit .clear li{width: calc((100% - 20px) / 5); margin-right: 5px;}
  .tab-tit .clear li a{text-align: center;}
}
@media (max-width:766px){
  .cont-item{width: 100%;
  padding: 5px; border-radius: 15px;}
  /* .img-box{width: 100%; height: auto;} */
  .img-box img{width: 100%; height: auto; border-radius: 10px 10px 0 0;}
  .content-wrap{
    gap: 10px;
  }
  
}
@media (max-width:576px){
  .text-wrap {
    margin-top: 25vh;
  }
  .text-wrap h2{
    font-size: 30px;
  }
  .text-wrap h5{
    font-size: 18px;
  }
  .go-btn{width: 200px; height: 40px; padding: 10px 0 0 20px; font-size: 16px;}
  .foot-info{font-size: 12px;}

  .tab-tit .clear li{width: calc((100% - 8px) / 5); margin-right: 2px;}
  .tab-tit .clear li a{font-size: 12px; padding: 5px 0;}
  .tab-tit ul{
    padding: 0;
  }
}



