.cylindrical_banner_inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.cylindrical_img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cylindrical_texts {
  position: absolute;
  top: 32px;
  left: 24px;
  right: 24px;
  z-index: 2;
}

.cylindrical_texts h2 {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.55);
}

.cylindrical_texts h3 {
  margin: 0;
  color: #ffffff;
}

.cylindrical_wrapper {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cylindrical_row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cylindrical_row svg {
  flex-shrink: 0;
}

.cylindrical_row_texts h4 {
  margin: 0;
  color: #ffffff;
}
body.productDetail .cylindrical_sec {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .cylindrical_sec {
    padding-top: 92px;
  }
}
@media only screen and (min-width: 992px) {
  body.productDetail .cylindrical_sec {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .cylindrical_sec {
    padding-top: 110px;
  }
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner {
  aspect-ratio: 7/10;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 24px 12px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner {
    padding: 30px 15px;
    aspect-ratio: 7/8;
  }
}
@media only screen and (min-width: 992px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner {
    padding: 30px 15px;
    aspect-ratio: 7/6;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner {
    padding: 36px 18px;
    aspect-ratio: 7/9;
  }
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.32) 0%, rgba(15, 15, 15, 0) 51.92%, rgba(15, 15, 15, 0.4) 100%);
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_sec_upper h2 {
  color: rgba(255, 255, 255, 0.4);
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_sec_upper h3 {
  color: white;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_sec_upper h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_sec_upper h3 {
    margin-top: 36px;
    margin-bottom: 18px;
  }
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper {
    gap: 24px;
  }
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper .cylindrical_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper .cylindrical_row {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper .cylindrical_row {
    gap: 24px;
  }
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper .cylindrical_row svg {
  display: block;
  width: 35px;
  height: 36px;
  flex: 0 0 35px;
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper .cylindrical_row .cylindrical_row_texts {
  flex: 1 1 auto;
  min-width: 0;
}
body.productDetail .cylindrical_sec .cylindrical_sec_inner .cylindrical_sec_texts .cylindrical_wrapper .cylindrical_row .cylindrical_row_texts h4 {
  color: white;
  margin: 0;
}
body.productDetail .otg_sec {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .otg_sec {
    padding-top: 92px;
  }
}
@media only screen and (min-width: 992px) {
  body.productDetail .otg_sec {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .otg_sec {
    padding-top: 110px;
  }
}
body.productDetail .otg_sec .otg_sec_inner {
  aspect-ratio: 7/10;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 24px 12px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .otg_sec .otg_sec_inner {
    padding: 30px 15px;
    aspect-ratio: 7/8;
  }
}
@media only screen and (min-width: 992px) {
  body.productDetail .otg_sec .otg_sec_inner {
    padding: 30px 15px;
    aspect-ratio: 7/6;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .otg_sec .otg_sec_inner {
    padding: 36px 18px;
    aspect-ratio: 7/9;
  }
}
body.productDetail .otg_sec .otg_sec_inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.productDetail .otg_sec .otg_sec_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.32) 0%, rgba(15, 15, 15, 0) 51.92%, rgba(15, 15, 15, 0.4) 100%);
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_sec_upper h2 {
  color: rgba(255, 255, 255, 0.4);
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_sec_upper h3 {
  color: white;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_sec_upper h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_sec_upper h3 {
    margin-top: 36px;
    margin-bottom: 18px;
  }
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_sec_upper p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper {
    gap: 24px;
  }
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper .otg_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper .otg_row {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper .otg_row {
    gap: 24px;
  }
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper .otg_row svg {
  display: block;
  width: 35px;
  height: 36px;
  flex: 0 0 35px;
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper .otg_row .otg_row_texts {
  flex: 1 1 auto;
  min-width: 0;
}
body.productDetail .otg_sec .otg_sec_inner .otg_sec_texts .otg_wrapper .otg_row .otg_row_texts h4 {
  color: white;
  margin: 0;
}