/* --- 공통 CSS --- */
.layout-product_info.layout-con {
  height: 100vh;
}

.layout-product_info .header {
  visibility: visible;
}

.layout-product_info .shopping_cart {
  display: flex;
}

.layout-product_info .layout {
  grid-template-rows: 100px 1fr 0px;
}

.layout-product_info .footer {
  display: none;
}

.layout-product_info .main{
    padding:0 25px;
}
/* --- 메인 CSS --- */
.layout-product_info .product_info_main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #c8c8c8;
  width: 100%;
}

.layout-product_info .info_main_top {
  flex-wrap: wrap;
  align-items: center;
  overflow: auto;
  max-height: calc(100vh - 20px - 170px);
}

.layout-product_info .main_top_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.layout-product_info .main_top_img {
  width: 97%;
  height: 97%;
}

.layout-product_info .main_top_area {
  margin: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.layout-product_info .top_area {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
}

.layout-product_info .area_title_first {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #707070;
}

.layout-product_info .area_title_second {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
}

.layout-product_info .area_price {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}

.layout-product_info .main_top_content {
  margin-top: 35px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
}

.layout-product_info .top_area_content {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.layout-product_info .top_area_content2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}

.layout-product_info .info_main_bottom {
  position: relative;
  width: 100%;
  bottom: 10px;
  margin-top: 10px;
}

.layout-product_info .main_bottom_item {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 15px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

.layout-product_info .bottom_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 48px;
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

.layout-product_info .basket {
  color: #cb7658;
  background: black;
  border: 1px solid #cb7658;
}

.layout-product_info .buy {
  color: #fff;
  background: #cb7658;
}

.layout-product_info .info_fixbox {
  display: flex;
  width: 100%;
}
