/* ==============================
   Main Container
============================== */

.item_mirai_eco {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.item_mirai_eco .top-space {
  height: 56px;
  background: #fff;
}

/* ==============================
   Hero
============================== */

.item_mirai_eco .hero {
  background: #CEED82;
  text-align: center;
  padding: 36px 20px 28px;
}

.item_mirai_eco .hero-title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1px;
  color: #000000;
}

/* ==============================
   Common Bar
============================== */

.item_mirai_eco .green-bar {
  background: #00C144;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 10px;
}

.item_mirai_eco .green-bar.is-required {
  color: #ffff00;
  font-weight: 500;
}

/* ==============================
   Door Selection Area
============================== */

.item_mirai_eco .door-area {
  background: #fff;
  padding: 8px 24px 10px;
}

.item_mirai_eco .door-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
}

.item_mirai_eco .front-door {
  width: 74%;
}

.item_mirai_eco .back-door {
  width: 22%;
}

.item_mirai_eco .door-title {
  background: #CEED82;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 8px 0;
  margin-bottom: 8px;
  color: #000000;
}

.item_mirai_eco .door-list {
  display: flex;
  align-items: flex-start;
}

.item_mirai_eco .front-door .door-list {
  justify-content: space-between;
  gap: 7%;
}

.item_mirai_eco .front-door .door-card {
  width: 22%;
}

.item_mirai_eco .front-door .door-card.door2 {
  margin-left: -40px;
}

.item_mirai_eco .front-door .door-card.is-sliding {
  width: 36%;
}

.item_mirai_eco .back-door .door-list {
  justify-content: center;
}

.item_mirai_eco .back-door .door-card {
  width: 100%;
}

.item_mirai_eco .door-card {
  text-align: left;
}

.item_mirai_eco .door-img {
  display: block;
  width: 100%;
  max-width: 110px;
  height: 245px !important;
  object-fit: cover;
  margin: 0 auto 6px;
}

.item_mirai_eco .door-img.is-wide {
  max-width: 188px;
}

.item_mirai_eco .back-door .door-img {
  max-width: 108px;
}

/* ==============================
   Radio
============================== */

.item_mirai_eco .radio-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  white-space: nowrap;
}

.item_mirai_eco .door-card.is-sliding .radio-list {
  margin-left: 18px;
}

.item_mirai_eco .radio-item {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.item_mirai_eco .radio-item input {
  display: none;
}

.item_mirai_eco .radio-mark {
  width: 18px;
  height: 18px;
  border: 2px solid #77b82a;
  border-radius: 50%;
  background: #fff;
  flex: 0 0 auto;
  position: relative;
}

.item_mirai_eco .radio-item input:checked + .radio-mark::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #77b82a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_mirai_eco .main-text {
  font-size: 17px;
} 

.item_mirai_eco .small-text {
  font-size: 11px;
  color: #333;
}

/* ==============================
   Window Selection Area
============================== */

.item_mirai_eco .window-area {
  background: #EFEFEF;
  padding: 0 30px 12px 30px;
}

.item_mirai_eco .window-layout {
  display: flex;
  align-items: flex-start;
  gap: 2.5%;
  padding-top: 4px;
}

.item_mirai_eco .place-tabs {
  width: 18%;
  padding-top: 16px;
  flex-shrink: 0;
}

.item_mirai_eco .place-btn {
  width: 100%;
  height: 34px;
  margin-bottom: 8px;
  border: 3px solid #FFC000;
  border-radius: 4px;
  background: #fff;
  color: #666666;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.item_mirai_eco .place-btn.is-active {
  background: #FFC000;
  color: #fff;
}

.item_mirai_eco .place-btn.label {
  background: #FFC000;
  text-align: center;
  line-height: 33px;
  margin-top: 28px;
  margin-bottom: 0px;
  color: #ffffff;
}

.item_mirai_eco .window-list {
  width: 79.5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
}

.item_mirai_eco .window-card {
  text-align: center;
}

.item_mirai_eco .window-img {
  max-width: 100%;
  max-height: 94px;
}

.item_mirai_eco .window-size {
  min-height: 21px;
  margin: 4px 0 4px;
  font-size: 17px;
  font-weight: 500;
  color: #666;
  white-space: nowrap;
}

/* ==============================
   Quantity Select
============================== */

.item_mirai_eco .qty-box {
  width: 86px;
  height: 38px;
  border: 3px solid #E75400;
  border-radius: 8px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.item_mirai_eco .qty-box select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  text-align-last: center;
  font-size: 28px;
  font-weight: 600;
  padding-right: 24px;
  cursor: pointer;
  outline: none;
}

.item_mirai_eco .qty-box::after {
  content: "▼";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-48%);
  font-size: 13px;
  pointer-events: none;
}

/* ==============================
   Note
============================== */

.item_mirai_eco .note {
  margin: 15px 18px 0;
  font-size: 13px;
  line-height: 1.35;
  color: #000;
  font-weight: 500;
}

.item_mirai_eco .note-red {
  color: #e60000;
  font-weight: 600;
}

/* ==============================
   btn_simulation
============================== */
.window-area .bl_btn_simulation {
  margin-top: 24px;
}

.window-area .btn_simulation {
  width: 65%;
  background: #00C144;
  color: #ffffff;
}

/* ==============================
   Responsive
============================== */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item_mirai_eco .hero-title {
    font-size: 33px;
  }

  .item_mirai_eco .green-bar {
    font-size: 15px;
  }

  .item_mirai_eco .door-title {
    font-size: 15px;
  }

  .item_mirai_eco .front-door .door-card.door2 {
    margin-left: -26px;
  }

  .item_mirai_eco .door-card.is-sliding .radio-list {
    margin-left: 25px;
  }

  .item_mirai_eco .radio-item {
    gap: 2px;
  }

  .item_mirai_eco .radio-mark {
    width: 14px;
    height: 14px;
  }

  .item_mirai_eco .radio-item input:checked + .radio-mark::after {
    width: 9px;
    height: 9px;
  }

  .item_mirai_eco .main-text {
    font-size: 15px;
  }

  .item_mirai_eco .small-text {
    font-size: 10px;
  }

  .item_mirai_eco .place-btn {
    font-size: 20px;
    width: 95%;
    height: 32px
  }

  .item_mirai_eco .place-btn.label {
    margin-top: 17px;
  }

  .item_mirai_eco .window-img {
    max-height: 80px;
  }

  .item_mirai_eco .window-size {
    font-size: 15px;
  }

  .item_mirai_eco .qty-box {
    width: 75px;
    height: 36px;
  }

  .item_mirai_eco .qty-box select {
    font-size: 25px;
    padding-right: 12px;
  }

  .item_mirai_eco .qty-box::after {
    top: 52%;
    right: 9px;
  }

  .item_mirai_eco .note {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .item_mirai_eco {
    padding-left: 0;
    padding-right: 0;
    max-width: 540px;
  }

  .item_mirai_eco .hero-title {
    font-size: 24px;
  }

  .item_mirai_eco .door-row {
    flex-direction: column;
  }

  .item_mirai_eco .green-bar {
    /* font-size: 16px; */
  }

  .item_mirai_eco .door-title {
    /* font-size: 16px; */
  }

  .item_mirai_eco .front-door {
    width: 100%;
  }

  .item_mirai_eco .door-list {
    display: block;
  }

  .item_mirai_eco .radio-list {
    margin-top: 10px;
  }

  .item_mirai_eco .front-door .door-card {
    width: 100%;
    margin-top: 25px
  }

  .item_mirai_eco .front-door .door-card:first-child {
    margin-top: 10px;
  }

  .item_mirai_eco .front-door .door-card.door2 {
    margin-left: 0;
  }

  .item_mirai_eco .front-door .door-card.is-sliding {
    width: 100%;
  }

  .item_mirai_eco .back-door {
    width: 100%;
    margin-top: 25px;
  }

  .item_mirai_eco .window-area {
    padding: 0 12px 12px 12px;
  }

  .item_mirai_eco .window-layout {
    display: block;
  }

  .item_mirai_eco .place-tabs {
    width: 100%;
  }

  .item_mirai_eco .place-btn {
    width: 50%;
  }

  .item_mirai_eco .window-list {
    width: 100%;
    margin-top: 14px;
  }

  .item_mirai_eco .window-img {
    max-height: 57px;
  }

  .item_mirai_eco .window-size {
    font-size: 11.5px;
  }

  .item_mirai_eco .qty-box {
    width: 65px;
    height: 32px;
    border: 2px solid #E75400;
  }

  .item_mirai_eco .qty-box select {
    font-size: 23px;
    padding-right: 8px;
  }

  .item_mirai_eco .qty-box::after {
    right: 9px;
    top: 51%;
    font-size: 12px;
  }

  .item_mirai_eco .note {
    margin: 15px 10px 0;
    font-size: 11.5px;
  }

  .window-area .btn_simulation {
    width: 95%;
  }
}