@charset "UTF-8";
@import url("common.css");

.host {
  width: 100%;
  padding-top: 80px;
  background: rgb(218 218 218 / 25%);
}
.host .top {
  width: 92%;
  margin: 0 auto;
}

.host .top .name {
  font-size: 36px;
  font-family: "brandonG regular";
  line-height: 2;
  text-align: center;
  letter-spacing: 1.5px;
}
.host .top .price {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 50px;
}

.host .top .product-img {
  margin: 0 auto;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.host .top .product-img .bxslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 화살표 위치, 크기, 배경 변경 */
.slick-prev,
.slick-next {
  top: 40%;
  width: 80px;
  height: 80px;
  z-index: 999;
}
.slick-prev:before,
.slick-next:before {
  font-size: 65px;
}

/* 왼쪽 화살표 위치 */
.slick-prev {
  left: 10px;
}

/* 오른쪽 화살표 위치 */
.slick-next {
  right: 10px;
}
.slick-dots {
  z-index: 999;
  top: 750px;
}
.product-img .bx-viewport {
  height: 600px !important;
}

.host .specifications {
  width: 92%;
  margin: 0 auto;
}

.host .specifications h3 {
  font-size: 32px;
  line-height: 2;
  letter-spacing: 5.5px;
  padding: 30px 0 30px 0;
}
.host .specifications span {
  width: 10%;
  display: block;
  height: 1px;
  background: #027b9e;
}
.host .specifications .table {
  padding-top: 50px;
}
.host .specifications .table .table_list {
  background: white;
  width: 75%;
  margin-left: 25%;
}
.table .table_list .list_ul {
  display: grid;
  gap: 50px 3.33%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 50px 30px;
}
.table .table_list .list_ul li {
}
.table .table_list .list_ul li ul.list_unit {
  display: grid;
  text-align: center;
  font-size: 20px;
}

.table .table_list .list_ul li ul.list_unit li {
  width: 100%;
  line-height: 1.5;
}
.table .table_list .list_ul li ul.list_unit li:first-child {
  padding-bottom: 10px;
}
.table .descriptions {
}
.table .descriptions p {
  line-height: 36px;
  font-size: 20px;
  margin: 50px 0;
  font-family: "aritaD medium";
}
.host .check_l {
  color: red;
  letter-spacing: 1px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1800px) {
  .host .top .name {
    font-size: 32px;
  }
  .host .top .price {
    font-size: 24px;
  }
  .host .top .product-img {
    height: 700px;
  }
  .slick-prev,
  .slick-next {
    top: 50%;
  }
  .slick-dots {
    top: 630px;
  }
  .table .table_list .list_ul li ul.list_unit {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .host .top .name {
    font-size: 28px;
  }
  .host .top .product-img {
    height: 500px;
  }
  .slick-prev,
  .slick-next {
    top: 40%;
  }
  .slick-dots {
    top: 430px;
  }
  .table .table_list .list_ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .table .table_list .list_ul li ul.list_unit {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .host {
    padding-top: 20px;
  }
  .host .top .name {
    font-size: 22px;
    font-family: "brandonG bold";
    font-weight: bold;
  }
  .host .top .price {
    font-size: 20px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 32px;
  }
  .slick-prev,
  .slick-next {
    top: 45%;
    width: 30px;
    height: 30px;
  }
  .slick-dots {
    top: 215px;
  }
  .host .top .product-img {
    height: 250px;
  }
  .host .specifications span {
    width: 35%;
  }
  .host .specifications .table .table_list {
    width: 100%;
    margin-left: 0;
  }
  .host .specifications h3 {
    font-size: 26px;
  }
  .table .table_list .list_ul {
    grid-template-columns: 1fr 1fr;
    padding: 50px 2px;
  }
  .table .table_list .list_ul li ul.list_unit {
    font-size: 14px;
  }
}
