@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: 691px;
  height: 500px;
  margin-bottom: 15px;
}
.cont-item .clear li{
  width: 221px;
  height: 155px;
}
.cont-item .clear li:last-child{
  margin-right: 0;
}
.cont-item .clear li .thum-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.cont-item{
  width: calc(100% - 680px);
}
.cont-item2{
  width: 680px;
  position: relative;
}
.cont-item2 h3{
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 5px;
}
.cont-table{
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 20px;
}
.cont-table td{
  padding: 5px 0;
}
.cont-table td:first-child{
  width: 123px;
}
.cont-table table tr td:first-child{
    font-weight: 700;
}
.cont-table table tr td:nth-child(2){
    color: gray;
}

.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; */
  margin-top: 20px;
}
.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: 50px;
  /* 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: 100%;
  }
  div.shop_content ul{
    gap: 5px;
  }
  div.shop_content ul li{
    /* flex-basis: calc(33%); */
    height: auto!important;
  }
  div.shop_content ul li a{
    display: inline-block;
  }
  .cont-table{
    padding: 10px;
  }
  .num-tit{
    margin: 0;
  }
  div.cont-num{
    flex-wrap: wrap;
  }
  .num-tit{
    max-width: 100%;
  }
  .num-cont{position: relative; right: 0;}
  .num-price{position: relative; right: 0;}
}
@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;}
  /* .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%;
    flex-wrap: wrap;
  }
  .cart-box .buy-btn{width: 100%; height: 60px; line-height: 59px;}
  .cart-box .cart-btn{width: 48%; 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;
  }
}


/* form */
.item_body > blockquote{ overflow:hidden; max-width:1200px; width:100%; margin:0 auto; border-radius:5px; word-break:keep-all; margin-bottom:30px }
.item_body > blockquote, .item_body > blockquote *{ box-sizing:border-box; }
.item_body > blockquote > h4{ position:relative; z-index:1; margin:0; padding:15px 50px; text-align:center; color:#fff; background-color:#000; font-size:16px; font-weight:500; line-height:1em; border-bottom:1px solid #111; cursor:pointer; }
.item_body > blockquote > h4:after{ content:"\f107"; position:absolute; z-index:1; top:15.5px; right:15px; font-size:20px; font-family:'Line Awesome Free'; font-weight:900; color:#fff; }
.item_body > blockquote > h4.act:after{ content:"\f106"; }
.item_body > blockquote > h5{ margin:0; padding:50px 30px; text-align:center; color:#fff; background-color:#000; font-size:18px; font-weight:500; line-height:1.5em; border-bottom:1px solid #111; }
.item_body > blockquote > h5 > span{ display:block; max-width:660px; width:100%; margin:0 auto; }
.item_body > blockquote > div{ display:none; padding:50px 30px; background-color:#fafafa; border:1px solid #ddd; overflow:hidden; }
.item_body > blockquote > div > ul{ display:block; margin:0 auto 20px; padding:0; text-align:left; }
.item_body > blockquote > div > ul > li{ display:flex; align-items:flex-start; margin-bottom:10px; font-size:13px; font-weight:400; color:#333; line-height:1.7em; }
.item_body > blockquote > div > ul > li > p{ font-size:13px; }
.item_body > blockquote > div > ul > li > p > strong{ font-weight:500; color:#0d80d5; }
.item_body > blockquote > div > ul > li > img{ display:block; width:1em; margin:4px 7px 0 0; }
.item_body > blockquote > div > hr{ border:none; border-bottom:1px dashed #aaa; margin:20px 0; }
.item_body > blockquote > div > ol{ border-radius:4px; margin:0 auto; }
.item_body > blockquote > div > ol > li{ display:flex; align-items:center; font-size:16px; font-weight:400; color:#333; line-height:1em; } 
.item_body > blockquote > div > ol > li > img{ display:inline-block; width:25px; margin-right:15px; }
.item_body > blockquote > section{ display:flex; width:100%; flex-flow:row wrap; background-color:#fafafa; border:1px solid #ddd; overflow:hidden; }
.item_body > blockquote > section > dl{ width:50%; margin:0; }
.item_body > blockquote > section > dl:first-child{ border-right:1px solid #ddd; }
.item_body > blockquote > section > dl > dt{ padding:15px; background-color:#eee; text-align:center; font-size:16px; font-weight:500; line-height:1em; color:#333; }
.item_body > blockquote > section > dl > dd{ padding:20px 15px; text-align:center; font-size:13px; font-weight:400; color:#333; line-height:2em; margin:0; }

@media(max-width:768px){
  .item_body > blockquote > h5{ font-size:16px; line-height:1.7em; }
  .item_body > blockquote > div{ padding:30px 15px; }
  .item_body > blockquote > div > ul > li > img{ margin:4px 7px 0 0; }
  .item_body > blockquote > div > ol > li{ font-size:14px; line-height:1.7em; }
  .item_body > blockquote > div > ol > li > img{ width:30px; margin-right:10px; }
  .item_body > blockquote > section > dl{ width:100%; }
  .item_body > blockquote > section > dl:first-child{ border-right:none; }
}