@charset "utf-8";

#wrap{width: 100%; height: 100%; overflow: hidden; }
.inner{max-width: 1440px; margin: 0 auto;}

/* header */

.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;}

/* 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%; height: 100%; position: relative; margin-bottom: 50px;height: 50px;margin-top: 100px;}

.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: space-between;
  padding-top: 30px;
  margin-bottom: 50px;
}
.img-box{
  width: 640px;
  height: 640px;
  margin-bottom: 15px;
}
.cont-item .clear li {
  /* float: left; */
  /* width: calc((100% - 75px) / 5); */
  /* margin-right: 15px; */
  flex-basis: calc(20% - 16px);
}
.cont-item .clear li:last-child{
  margin-right: 0;
}
.cont-item .clear li .thum-img img{
  width: 140px;
  height: auto;
}

div.cont-item{
  width: calc(100% - 800px);
}
.cont-item2{
  width: 720px;
  position: relative;
}
.cont-item2 h3{
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 5px;
}
.cont-table{
  padding-bottom: 40px;
  border-bottom: 1px solid #777;
  margin-bottom: 40px;
}
.cont-table td{
  padding: 5px 0;
}
.cont-table td:first-child{
  width: 123px;
}

.cont-table td p{
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.cont-table td p span.pre_discount_price{
  color: #d3d3d3;
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: 500;
}
.cont-table td p span{
  font-weight: 700;
}

.cont-table2{
  margin-bottom: 40px;
}
.cont-table2 td:first-child{
  width: 123px;
}
.cont-table2 .select{
  display: block;
  width: 460px;
  height: 32px;
  padding: 5px;
  border: 1px solid #d3d3d3;
}


.cont-num-wrap{
  /* margin-bottom: 60px; */
}
.cont-num{
  /* width: 582px; */
  min-height: 100px;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.num-tit, .num-cont, .num-price{
  display: inline-block;
  font-size: 13px;
}

.num-tit{
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.option-box{
  display: flex;
  align-items: center;
}
.num-cont input[type=text]{
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.num-cont .option-box .num-btn{
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.num-cont .option-box .num-btn{
  color: #949494;
}
.naver-area{
  width: 345px;
  height: 110px;
  background-color: #ddd;
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 110px;
  text-align: center;
}

.cart-box{
  width: 100%;
  height: 90px;
  margin-top: 110px;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  display: flex;
  gap: 10px;
}
.cart-box .buy-btn{
  display: inline-block;
  width: 50%;
  height: 70px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  border: 1px solid #000;
  border-radius: 10px;
}
.cart-box .cart-btn{
  display: inline-block;
  width: 50%;
  height: 70px;
  /* background-color: #fb3d40; */
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
}
.cart-box .cart-btn:hover{
  border: 1px solid #252525;
}
/* .cart-box .buy-btn:hover{
  background-color: #929292;
  color: #000;
} */
.cart-box .buy-btn svg, .cart-box .buy-btn i{
  margin-right: 5px;
}
.cart-box .cart-btn svg, .cart-box .cart-btn i{
  margin-right: 5px;
}
ul.clear.middle_bar{
  padding: 0;
}
.tab-cont-wrap{
  height: 50px;
}
.tab-cont-wrap > .tab-tit > .clear > li{
  position: relative;
  float: left;
  width: 25%;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 0;
  font-size: 13px;
  /* background-color: #f5f5f5; */
  cursor: pointer;
  color: #919191;
}
.tab-cont-wrap > .tab-tit > .clear > li:hover{
  color: #c9c9c9;
}
.tab-cont-wrap > .tab-tit > .clear > li.on{
  color: #000;
}
.tab-cont-wrap > .tab-tit > .clear > li:before{
  border-right: 1px solid #d7d7d7;
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  height: 20px;
}
.tab-cont-wrap > .tab-tit > .clear > li:first-child:before{
  display: none;
}
.tab-cont{
  width: 100%;
  height: auto;
  border-top: 1px solid #777;
}

.tab-cont-wrap > .tab-tit2 > .clear > li{
  float: left;
  width: 20%;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 0;
  font-size: 20px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.tab-cont-wrap > .tab-tit2 > .clear > li.on{
  background-color: #fb3d40;
  color: #fff;
}
.tab-cont2{
  width: 100%;
  height: auto;
  border-top: 1px solid #777;
}

.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:1500px){
  .cont-item{width: 50%;}
  .cont-item .img-box{width: 100%; height: auto;}
  .cont-item .img-box img{width: 100%;}
  .cont-item2{width: 45%;}
  .cont-item .clear li .thum-img img {
    width: 100%;
    height: auto;
  }
  .naver-area{width: 100%; margin-bottom: 130px;}
  .cart-box{width: 100%;}
  .cart-box .buy-btn{width: 75%;}
  .cart-box .cart-btn{width: 23%;}
  .cont-num{width: 100%; padding: 10px; position: relative;}
  .num-tit{font-size: 16px; display: block; text-align: center; margin: 0 auto 15px;}
  .num-cont{position: absolute; right: 100px;}
  .num-price{position: absolute; right: 20px;}
  .cont-num-wrap {
    margin-bottom: 40px;
  }

  .tab-cont img{width: 100%;}
  .tab-cont2 img{width: 100%;}
}
@media(max-width:1104px){
  .sub-footer{padding: 40px 0 60px;}
  .footer-logo{width: 120px; height: auto;}
  .sub-foot-info .info p{font-size: 12px;}
  .footer-etc{width: 100%; bottom: -40px; font-size: 12px;}
}
@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;}

  .cont-item{width: 100%;}
  .cont-item2{width: 100%;}
  .content-wrap{padding-top: 0;}
}
@media (max-width:766px){
  .cont-item{width: 100%; margin-bottom: 30px;}
  .cont-item2{width: 100%; margin-bottom: 30px;}
  .img-box{width: 100%; height: auto;}
  .img-box img{width: 100%; height: auto;}
  .cont-item .clear li .thum-img img{width: 100%;}
  .cont-table2 table{width: 100%;}
  .cont-table2 td:first-child{width: 30%;}
  .cont-table2 td:last-child{width: 70%;}
  .cont-table2 .select{width: 100%;}

  .tab-cont-wrap > .tab-tit > .clear > li{font-size: 12px; padding: 15px 0;}
  .tab-cont-wrap > .tab-tit2 > .clear > li{font-size: 12px; padding: 15px 0;}
  div.cont-item{
    width: auto;
  }
}
@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;}

  .cont-num{width: 100%; padding: 10px; position: relative;}
  .num-tit{font-size: 16px; display: block; text-align: center; margin: 0 auto 15px;}
  .num-cont{position: absolute; right: 120px;}
  .num-price{position: absolute; right: 20px;}
  .cont-num-wrap {
    margin-bottom: 40px;
  }
  .naver-area{width: 100%; margin-bottom: 130px;}
  .cart-box{width: 100%;}
  .cart-box .buy-btn{width: 60%; height: 60px; line-height: 59px;}
  .cart-box .cart-btn{width: 40%; height: 60px; line-height: 59px;}
  .cont-table td{font-size: 14px;}
  .cont-table2 td{font-size: 14px;}
  .cont-table td:first-child {
    width: 30%;
  }
  .content-wrap{margin-bottom: 50px;padding: 5px;}
  .tab-tit ul{
    padding: 0;
  }
}
