.prodcut_ca {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 2rem;
  margin: 0 0 2rem 0;
  gap: 1rem 2.5rem;
  background: #f5f5f5;
}
.prodcut_ca a {
  font-size: 0.9rem;
  color: #222;
}
.prodcut_ca a.active {
  color: #000c7b;
}
.prodcut_ca a:hover {
  color: #0015cd;
}
@media (max-width: 767.98px) {
}

.prodcut_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 0 0 0;
  margin: 0;
  gap: 3rem 0.5rem;
  border-top: 2px solid var(--bs-primary);
}
.prodcut_list .items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0.5rem;
  margin: -0.25rem;
  transition: all 0.3s;
}
.prodcut_list .items:hover{
  background: #f0f0f0;
}
.prodcut_list .items .pic {
  width: 100%;
  aspect-ratio: 4 / 3; 
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  /* background: #f0f0f0; */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  overflow: hidden;
}
.prodcut_list .items .pic img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.prodcut_list .items:hover .pic {
  width: 100%;
}
.prodcut_list .items:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.prodcut_list .items .brand {
  padding: 0;
  font-family: "Jost", "Roboto";
  font-size: 0.9rem;
  /* text-align: center; */
}
.prodcut_list .items .brand img {
  max-height: 15px;
  margin-bottom: 0.5rem;
}
.prodcut_list .items .state{
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
}
.prodcut_list .items .state span{
  padding: .2rem .5rem;
  border-radius: 2rem;
}
.prodcut_list .items .stateY span{
  background: var(--bs-orange);
}
.prodcut_list .items .stateN span{
  background: var(--bs-gray-500);
}
.prodcut_list .items .model {
  padding: 0.5rem 0.5rem 0 0.5rem;
  font-family: "Jost", "Roboto";
  font-size: 0.8rem;
  color: var(--bs-gray-500);
  /* text-align: center; */
}
.prodcut_list .items .name {
  padding: 0.2rem 0.5rem 0 0.5rem;
  font-weight: 500;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.3;
  word-break: keep-all;
  word-wrap: break-word;
  /* text-align: center; */
}
.prodcut_list .items .price {
  padding: 1.5rem 0.5rem 0 0.5rem;
  font-family: "Jost", "Roboto";
  font-size: 0.8rem;
  color: var(--bs-orange);
  /* text-align: center; */
}
.prodcut_list .items .price span{
  padding-right: .5rem;
  color: var(--bs-gray-700);
}
.prodcut_list .items .summary {
  padding: 0.5rem 0.5rem 0 0.5rem;
  font-size: 0.85rem;
  color: #8b8b8b;
  letter-spacing: -1px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* text-align: center; */
}
@media (max-width: 767.98px) {
  .prodcut_list {
    gap: 1rem 0.3rem;
  }
  .prodcut_list .items {
    padding: 0.25rem 1.5rem 2.5rem 1.5rem;
    margin: -0.15rem;
    border-bottom: 7px solid var(--bs-gray-100);
  }
  .prodcut_list .items .pic {
    aspect-ratio: auto; 
    margin-bottom: 0.5rem;
  }
  .prodcut_list .items .pic img {
    /* width: 80%; */
  }
  .prodcut_list .items .name {
    font-size: 1.4rem;
  }
}

.sub_product_view {
  padding: 0;
  margin: 0 auto;
}
.sub_product_view .item_box {
  display: flex;
  justify-content: space-between;
  gap: 0 5rem;
}
.sub_product_view .item_box > div {
  width: 50%;
}
.sub_product_view .pic {
  max-width: 500px;
  /* background: #f0f0f0; */
  border: 1px solid #f0f0f0;
  text-align: center;
}
.sub_product_view .pic img {
  width: 100%;
  /* opacity: .9; */
}
.sub_product_view .cate {
  font-weight: 300;
  font-size: .8rem;
  color: var(--bs-gray-500);
  word-break: keep-all;
  word-wrap: break-word;
  padding: 5rem 0 0 0;
  margin: 0;
}
.sub_product_view .subject {
  font-weight: 800;
  font-size: 3rem;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
}
.sub_product_view .summary {
  margin: 0;
  padding: 1rem 0;
  font-family: "Roboto0";
  font-size: 0.95rem;
  color: #6b6b6b;
  line-height: 115%;
  word-break: keep-all;
  word-wrap: break-word;
}
.sub_product_view .list {
  width: 100%;
  padding: 0;
  margin: 0.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #222;
}
.sub_product_view .list_item {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  display: flex;
  justify-content: left;
  border-bottom: 1px solid #f0f0f0;
}
.sub_product_view .name {
  font-size: 0.9rem;
}
.sub_product_view .value {
  font-size: 0.9rem;
}
.sub_product_view .contents_tt {
  padding: 1.5rem 0rem;
  margin-top: 5rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  background: #f3f3f3;
  border-radius: .3rem;
}
.sub_product_view .contents {
  padding: 2rem 0;
  margin: 0;
}
.sub_product_view .bt {
  padding: 0;
  margin: 4rem 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 0 0.5rem;
  width: 100%;
}
.sub_product_view .bt > div {
  width: 100%;
  padding: 0;
  margin: 0;
}
.bt_order {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  margin: auto;
  font-family: "OneMobileTitle", "SCoreDream", system-ui, -apple-system,
    "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: var(--bs-blue);
  border: 1px solid var(--bs-blue);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bt_order:focus,
.bt_order:hover {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  outline: 0;
  box-shadow: 0 0 0 0.025rem rgba(13, 110, 253, 0.25);
}
.bt_counsel {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  margin: auto;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #0d2270;
  border: 1px solid #0d2270;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bt_counsel:focus,
.bt_counsel:hover {
  background-color: #081649;
  border: 1px solid #081649;
  outline: 0;
  box-shadow: 0 0 0 0.025rem rgba(13, 110, 253, 0.25);
}

@media (max-width: 767.98px) {
  .sub_product_view{
    padding: 0 1rem;
  }
  .sub_product_view .item_box {
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem 0;
  }
  .sub_product_view .item_box > div {
    width: 100%;
  }
  .sub_product_view .pic {
    margin: 0 auto;
  }
  .sub_product_view .pic img {
    width: 100%;
  }
  .sub_product_view .cate {
    padding: 2rem 0 0 0;
    font-size: .95rem;
  }
  .sub_product_view .subject {
    font-size: 2.0rem;
  }
  .sub_product_view .summary {
    padding: 0.2rem 0;
    font-size: .95rem;
  }
  .sub_product_view .bt {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background:  var(--bs-primary);
    border-top: 1px solid var(--bs-primary);
    padding: 0.7rem 1rem;
    margin: 0;
    z-index: 2000;
  }
  .bt_order,
  .bt_counsel {
    font-weight: 600 !important;
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    color: var(--bs-primary);
    background-color: #fff;
    border: 1px solid var(--bs-primary);
    box-shadow: 0 0 0 0.025rem rgba(var(--bs-dark-rgb), 0.25);
  }
  .bt_order:focus,
  .bt_order:hover,
  .bt_counsel:focus,
  .bt_counsel:hover {
    background-color: #fff;
    border: 1px solid var(--bs-secondary);
    box-shadow: 0 0 0 0.05rem rgba(var(--bs-dark-rgb), 0.4);
    outline: 0;
  }
  .sub_product_view .contents_tt {
    padding: 1rem;
    margin-top: 3rem;
    font-size: 1rem;
    text-align: center;
  }
  .sub_product_view .contents {
    padding: 0;
  }
}

