#index-main {
  padding-top: 10rem;
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  #index-main {
    padding-top: 6rem;
  }
}

.index-hero {
  width: 100%;
  height: 80rem;
  max-width: 1920px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .index-hero {
    height: 60rem;
  }
}
.index-hero .container {
  position: relative;
  width: 95%;
  height: 100%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-hero .container {
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    align-items: flex-start;
  }
}
.index-hero .container .left {
  flex: 0 1 auto;
  height: 100%;
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .index-hero .container .left {
    flex: unset;
    width: 90%;
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .index-hero .container .left {
    width: 100%;
  }
}
.index-hero .container .left > img {
  width: auto;
  height: 4.8rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 1280px) {
  .index-hero .container .left > img {
    height: 4rem;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 768px) {
  .index-hero .container .left > img {
    height: 3.6rem;
    margin-bottom: 2rem;
  }
}
.index-hero .container .left .inner-swiper-box {
  width: 60rem;
  height: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  border-radius: 2rem;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .index-hero .container .left .inner-swiper-box {
    width: 100%;
    padding: 1.2rem;
    gap: 1.2rem;
  }
}
.index-hero .container .left .inner-swiper-box .titles {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index-hero .container .left .inner-swiper-box .titles > span {
  flex: 0 0 auto;
  padding: 1rem 0;
  padding-right: 1.6rem;
  margin-right: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  border-right: 1px solid #464646;
}
@media (max-width: 1280px) {
  .index-hero .container .left .inner-swiper-box .titles > span {
    padding-right: 1.2rem;
    margin-right: 1.2rem;
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  .index-hero .container .left .inner-swiper-box .titles > span {
    padding: 0.4rem 0;
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    font-size: 1.6rem;
  }
}
.index-hero .container .left .inner-swiper-box .titles p {
  flex: 1 1 auto;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  .index-hero .container .left .inner-swiper-box .titles p {
    font-size: 1.6rem;
  }
}
.index-hero .container .left .inner-swiper-box .hero-inner-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-hero .container .left .inner-swiper-box .hero-inner-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-hero .container .left .inner-swiper-box .hero-inner-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 24rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.index-hero .container .left .inner-swiper-box .hero-inner-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-hero .container .left .inner-swiper-box .hero-inner-swiper .custom-navigation {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  z-index: 2;
}
@media (max-width: 1280px) {
  .index-hero .container .left .inner-swiper-box .hero-inner-swiper .custom-navigation {
    gap: 1rem;
  }
}
.index-hero .container .left .inner-swiper-box .hero-inner-swiper .custom-navigation div {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 100000rem;
  cursor: pointer;
}
.index-hero .container .left .inner-swiper-box .hero-inner-swiper .custom-navigation div > svg {
  width: 50%;
  height: 50%;
  fill: white;
}
.index-hero .container .right {
  height: 100%;
  padding-bottom: 4.8rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 7rem;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .index-hero .container .right {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translate(31rem, -50%);
    height: auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 16px;
    z-index: 300;
  }
  .index-hero .container .right.active {
    transform: translate(0, -50%);
  }
}
.index-hero .container .right #hero-inquiry {
  width: 32.6rem;
  height: auto;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 4rem 3rem;
  background: white;
  box-shadow: 1.2rem 1.2rem 0 0 #FF8800;
}
@media (max-width: 1280px) {
  .index-hero .container .right #hero-inquiry {
    width: 30rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 2.4rem 2rem;
    box-shadow: 1rem 1rem 0 0 #FF8800;
  }
}
.index-hero .container .right #hero-inquiry .form-head {
  width: 100%;
  height: auto;
  padding-bottom: 4px;
  margin-bottom: 14px;
  border-bottom: 3px solid black;
}
@media (max-width: 1280px) {
  .index-hero .container .right #hero-inquiry .form-head {
    margin-bottom: 12px;
    border-bottom-width: 2px;
  }
}
.index-hero .container .right #hero-inquiry .form-head > h1 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero .container .right #hero-inquiry .form-head > h1 {
    font-size: 24px;
  }
}
.index-hero .container .right #hero-inquiry .fields {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1280px) {
  .index-hero .container .right #hero-inquiry .fields {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.index-hero .container .right #hero-inquiry .fields textarea {
  width: 100%;
  height: auto;
  border: 1px solid black;
  font-size: 1.3rem;
  resize: none;
  border-radius: 0;
}
.index-hero .container .right #hero-inquiry .fields .input-field {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.index-hero .container .right #hero-inquiry .fields .input-field > label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.index-hero .container .right #hero-inquiry .fields .input-field input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid black;
  font-size: 1.3rem;
}
.index-hero .container .right #hero-inquiry .form-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-hero .container .right #hero-inquiry .form-bottom > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.index-hero .container .right #hero-inquiry .form-bottom > label > input {
  flex: 0 0 auto;
  width: 13px;
  height: auto;
  border-radius: 0;
  border: 2px solid #3D3D3D;
}
.index-hero .container .right #hero-inquiry .form-bottom > label div {
  flex: 1 1 auto;
}
.index-hero .container .right #hero-inquiry .form-bottom > label div span {
  font-size: 13px;
  line-height: 1;
  color: black;
  word-break: keep-all;
  font-weight: 500;
}
.index-hero .container .right #hero-inquiry .form-bottom button {
  width: 100%;
  height: 52px;
  padding: 0 12px;
  background-color: #FF8800;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: none;
}
@media (max-width: 1280px) {
  .index-hero .container .right #hero-inquiry .form-bottom button {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
  }
}
.index-hero .container .right .realtime-inquiry {
  flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .index-hero .container .right .realtime-inquiry {
    width: 8rem;
    cursor: pointer;
  }
  .index-hero .container .right .realtime-inquiry > img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .index-hero .container .right .realtime-inquiry {
    width: 6.4rem;
  }
}

.example {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  padding: 8rem 0;
  background: white;
}
@media (max-width: 1280px) {
  .example {
    padding: 4rem 0;
  }
}
.example .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.example .container .sec-head {
  width: 100%;
  height: auto;
  padding-bottom: 3.6rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  border-bottom: 3px solid black;
}
@media (max-width: 1280px) {
  .example .container .sec-head {
    padding-bottom: 2.8rem;
    margin-bottom: 3.2rem;
    gap: 2.4rem;
  }
}
@media (max-width: 768px) {
  .example .container .sec-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.example .container .sec-head .title {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (max-width: 1280px) {
  .example .container .sec-head .title {
    gap: 1.2rem;
  }
}
.example .container .sec-head .title span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #DF0621;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .example .container .sec-head .title span {
    font-size: 1.4rem;
  }
}
.example .container .sec-head .title > div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 3.6rem;
}
@media (max-width: 1280px) {
  .example .container .sec-head .title > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.example .container .sec-head .title > div h1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .example .container .sec-head .title > div h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .example .container .sec-head .title > div h1 {
    font-size: 4rem;
  }
}
.example .container .sec-head .title > div p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .example .container .sec-head .title > div p {
    font-size: 1.4rem;
  }
}
.example .container .sec-head .view-more {
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
}
.example .container .sec-body {
  width: 100%;
  height: 60rem;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .example .container .sec-body {
    height: auto;
    flex-direction: column;
  }
}
.example .container .sec-body .left {
  flex: 1 1 40%;
  height: 100%;
  padding: 7rem;
  background: black;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 4.8rem;
  }
}
@media (max-width: 768px) {
  .example .container .sec-body .left {
    padding: 2.8rem;
  }
}
.example .container .sec-body .left .example-left-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide {
    gap: 2rem;
  }
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap span {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap span {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap h1 {
  margin-bottom: 2.4rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap h1 {
    margin-bottom: 2rem;
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap h1 {
    font-size: 3.2rem;
  }
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  word-break: keep-all;
  color: white;
}
@media (max-width: 768px) {
  .example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-content-wrap p {
    font-size: 1.4rem;
  }
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-bottom {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  border-top: 2px solid white;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-bottom {
    padding-top: 2rem;
  }
}
.example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-bottom a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 5.6rem;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left .example-left-swiper .swiper-wrapper .swiper-slide .slide-bottom a {
    line-height: 4.8rem;
  }
}
.example .container .sec-body .left .example-left-swiper .common-navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  z-index: 5;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left .example-left-swiper .common-navigation {
    gap: 1.2rem;
  }
}
.example .container .sec-body .left .example-left-swiper .common-navigation div {
  width: 5.6rem;
  height: 5.6rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  color: white;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .example .container .sec-body .left .example-left-swiper .common-navigation div {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.example .container .sec-body .right {
  flex: 1 1 60%;
  height: 100%;
}
@media (max-width: 1280px) {
  .example .container .sec-body .right {
    flex: unset;
    height: 48rem;
  }
}
.example .container .sec-body .right .example-right-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.example .container .sec-body .right .example-right-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.example .container .sec-body .right .example-right-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100% !important;
  height: 100%;
  display: flex;
}
.example .container .sec-body .right .example-right-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}
@media (max-width: 640px) {
  .product {
    border-bottom: none;
  }
}
.product .container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .product .container {
    flex-direction: column;
  }
}
.product .container .left {
  padding: 4rem 6rem;
  flex: 1 1 30%;
  border-right: 3px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #DF0621;
}
@media (max-width: 1280px) {
  .product .container .left {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 3.2rem;
    border-right: none;
    border-bottom: 3px solid black;
  }
}
@media (max-width: 768px) {
  .product .container .left {
    padding: 1.6rem;
  }
}
.product .container .left .left-content-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .product .container .left .left-content-wrap {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .product .container .left .left-content-wrap {
    margin-bottom: 2.4rem;
  }
}
.product .container .left .left-content-wrap span {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .product .container .left .left-content-wrap span {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.product .container .left .left-content-wrap h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .product .container .left .left-content-wrap h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .product .container .left .left-content-wrap h1 {
    font-size: 2.4rem;
  }
}
.product .container .left .left-bottom {
  width: 100%;
  padding-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-top: 2px solid white;
}
@media (max-width: 1280px) {
  .product .container .left .left-bottom {
    padding-top: 2rem;
  }
}
.product .container .left .left-bottom > a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 5.6rem;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .product .container .left .left-bottom > a {
    line-height: 1.3;
  }
}
.product .container .right {
  flex: 1 1 70%;
}
@media (max-width: 1280px) {
  .product .container .right {
    flex: unset;
    width: 100%;
  }
}
.product .container .right .index-product-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .product .container .right .index-product-list {
    height: auto;
  }
}
@media (max-width: 640px) {
  .product .container .right .index-product-list {
    flex-direction: column;
  }
}
.product .container .right .index-product-list .item {
  flex: 1 1 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .product .container .right .index-product-list .item {
    height: auto;
  }
}
@media (max-width: 640px) {
  .product .container .right .index-product-list .item {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.product .container .right .index-product-list .item:not(:last-child) {
  border-right: 3px solid black;
}
@media (max-width: 640px) {
  .product .container .right .index-product-list .item:not(:last-child) {
    border-right: none;
  }
}
.product .container .right .index-product-list .item .name-box {
  padding: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 3px solid black;
}
@media (max-width: 1280px) {
  .product .container .right .index-product-list .item .name-box {
    padding: 2.4rem;
  }
}
@media (max-width: 768px) {
  .product .container .right .index-product-list .item .name-box {
    padding: 1.6rem;
  }
}
@media (max-width: 640px) {
  .product .container .right .index-product-list .item .name-box {
    border-bottom: 1px solid black;
  }
}
.product .container .right .index-product-list .item .name-box .content {
  width: 100%;
  height: auto;
  margin-bottom: 7rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .product .container .right .index-product-list .item .name-box .content {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 768px) {
  .product .container .right .index-product-list .item .name-box .content {
    margin-bottom: 3.6rem;
  }
}
.product .container .right .index-product-list .item .name-box .content h2 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .product .container .right .index-product-list .item .name-box .content h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .product .container .right .index-product-list .item .name-box .content h2 {
    font-size: 2rem;
  }
}
.product .container .right .index-product-list .item .name-box .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
@media (max-width: 768px) {
  .product .container .right .index-product-list .item .name-box .content p {
    font-size: 14px;
  }
}
.product .container .right .index-product-list .item .name-box > a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #DF0621;
  letter-spacing: 1px;
}
.product .container .right .index-product-list .item .image-box {
  width: 100%;
  height: auto;
  padding: 4.4rem 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 640px) {
  .product .container .right .index-product-list .item .image-box {
    border-bottom: 3px solid black;
  }
}
@media (max-width: 1280px) {
  .product .container .right .index-product-list .item .image-box {
    padding: 3.2rem 2.4rem;
    gap: 1.6rem;
  }
}
.product .container .right .index-product-list .item .image-box figure {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 24rem;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.product .container .right .index-product-list .item .image-box figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .container .right .index-product-list .item .image-box span {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  color: #464646;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 768px) {
  .product .container .right .index-product-list .item .image-box span {
    font-size: 14px;
  }
}

.bottom-inquiry {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bottom-inquiry .cover {
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  background: transparent;
  backdrop-filter: blur(4px) brightness(1.3);
  -webkit-backdrop-filter: blur(4px) brightness(1.3);
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover {
    padding: 6rem 0;
  }
}
.bottom-inquiry .cover .index-inquiry {
  width: 95%;
  height: auto;
  max-width: 90rem;
  margin: 0 auto;
  padding: 4.8rem 5.6rem;
  display: flex;
  flex-direction: column;
  background: white;
  border-top: 1.2rem solid #FF8800;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover .index-inquiry {
    padding: 3.6rem 4rem;
    border-top-width: 6px;
  }
}
.bottom-inquiry .cover .index-inquiry .form-head {
  width: 100%;
  height: auto;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #818181;
}
.bottom-inquiry .cover .index-inquiry .form-head h1 {
  width: 100%;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 900;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover .index-inquiry .form-head h1 {
    font-size: 2.8rem;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields {
  padding-top: 2.5rem;
  margin-bottom: 2.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover .index-inquiry .input-fields {
    padding-top: 2rem;
    margin-bottom: 2.4rem;
    gap: 2rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .bottom-inquiry .cover .index-inquiry .input-fields {
    grid-template-columns: 1fr;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields .field {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field.full {
  grid-column: 1/-1;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field > span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #FF8800;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .bottom-inquiry .cover .index-inquiry .input-fields .field > span {
    font-size: 1.4rem;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group {
    gap: 2.8rem;
  }
}
@media (max-width: 768px) {
  .bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group {
    gap: 2rem;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group .hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group label {
    gap: 0.8rem;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group label .fake-radio {
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #464646;
  background: white;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group label span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group label span {
    font-size: 1.4rem;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields .field .radio-group label.checked .fake-radio {
  border-color: #FF8800;
  background: #FF8800;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field textarea {
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  resize: none;
  border: 1px solid #aaa;
  background: #fafafa;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover .index-inquiry .input-fields .field textarea {
    font-size: 1.4rem;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields .field textarea::-moz-placeholder {
  color: #aaa;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field textarea::placeholder {
  color: #aaa;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field input[type=text] {
  width: 100%;
  height: 4.8rem;
  padding: 0 1rem;
  border: 1px solid #aaa;
  background: #fafafa;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover .index-inquiry .input-fields .field input[type=text] {
    height: 4rem;
    padding: 0 0.8rem;
    font-size: 1.4rem;
  }
}
.bottom-inquiry .cover .index-inquiry .input-fields .field input[type=text]::-moz-placeholder {
  color: #aaa;
}
.bottom-inquiry .cover .index-inquiry .input-fields .field input[type=text]::placeholder {
  color: #aaa;
}
.bottom-inquiry .cover .index-inquiry button {
  width: 100%;
  height: 7rem;
  padding: 0 1.2rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: none;
  background: #FF8800;
}
@media (max-width: 1280px) {
  .bottom-inquiry .cover .index-inquiry button {
    height: 5.6rem;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .bottom-inquiry .cover .index-inquiry button {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=main.css.map */