@charset "UTF-8";

body .pane-main .btn-dtl {
  background: #e9e1c9;
  padding: 7px 15px;
  margin-top: 10px;
  display: block;
}

body .pane-main .btn-dtl02 {
  border: 1px solid #000;
  padding: 10px 18px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
}



.egift_inner {
  max-width: 1200px;
  margin: auto;
}

.bg-yel {
  background-color: #fffbef;
}

.bg-yel .egift_inner {
  padding: 8% 4%;
}


.egift_content h2 {
  font-size: 28px;
  font-weight: bold;
}


@media screen and (max-width: 767px) {

  body .pane-main .btn-cart {
  padding: 8px 0 8px 30px;
  margin-top: 10px;
    background-position: 10px 8px;
    background-size: 20px;
    text-align: left;
}

}
@media screen and (min-width: 768px) {
.bg-yel .egift_inner {
  max-width: 1100px;
  padding: 40px 0;
}

.egift_content h2 {
  font-size: 38px;
}
}


/* tab switch ----------*/

.tabs .tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding-top: 10px;
  background-color: #eeeeee;
  color: #040301;
  font-size: clamp( 11px, 4vw, 16px );
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}


.tabs.tabs--type02 .tabs__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #928649;
}

.tabs.tabs--type02 .tabs__item {
  position: relative;
  overflow: hidden;
  /* flex-grow: 1; */
  flex-basis: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/contents/egift/img/tab_bg.png);
}

/* .tabs.tabs--type02 .tabs__item:hover,
.tabs.tabs--type02 .tabs__item:has(input:focus) {
  background-color: #dddddd;
} */

.tabs.tabs--type02 input {
  border: 0 !important;
  clip: rect( 0, 0, 0, 0 ) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.tabs.tabs--type02 .tabs__content {
  overflow: hidden;
  position: absolute;
  height: 0;
}

.tabs.tabs--type02 .tabs__list:has(#type02-all > input:checked) ~ #type02-all__content,
.tabs.tabs--type02 .tabs__list:has(#type02-recipient > input:checked) ~ #type02-recipient__content,
.tabs.tabs--type02 .tabs__list:has(#type02-design > input:checked) ~ #type02-design__content {
  overflow: visible;
  position: static;
  height: auto;
  padding: 2rem;
}

.tabs.tabs--type02 .tabs__item:has(input:checked),
.tabs.tabs--type02 .tabs__item:has(input:focus:checked) {
  background-image: url(/contents/egift/img/tab_bg_active.png);
}


/* tab content -----*/
#type02-all__content {
  background-color: #dcf3f3;
}

#type02-recipient__content {
  background-color: #bde1e1;
}

.tabs__content h3 {
  margin: 0 auto;
  text-align: center;
}

.tabs__content h3 span {
  display: inline-block;
  background-color: #fff;
  font-size: 24px;
  padding: 5px 10px;

}

.tabs__content .step {
font-size: 30px;
}

.tabs__content h4 {
  font-size: 22px;
  line-height: 1.4;
  margin: 10px 0;
  font-weight: bold;
}
.tabs__content ul li {
  margin-bottom: 40px;
}


@media screen and (min-width: 768px) {
.tabs.tabs--type02 .tabs__item {
  flex-basis: 200px;
}

  .tabs__content ul {
    gap:4%;
    justify-content: center;
  }
.tabs__content ul li {
  width: 22%;
}
}


/* merit -------------- */

.merit_list {
  padding: 6% 6% 1px;
  background-color: #FFFBEF;
}

.merit_list li {
  margin-bottom: 6%;
  box-shadow: 0px 0px 5px rgba(184, 177, 119, 0.2);
}


@media screen and (min-width: 768px) {
.merit_list {
  padding: 50px;
  display: flex;
  justify-content: center;
  gap:32px;
}

.merit_list li {
  margin-bottom: 0;
  box-shadow: 0px 0px 5px rgba(184, 177, 119, 0.2);
  width: 300px;
}
}


