@charset "utf-8";

/* ==========================================
  Option Section Styles
========================================== */

.bz-op {
  background: var(--color__black);
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.bz-op__head {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
  position: relative;
}

.bz-op__head:after {
  content: "";
  position: absolute;
  top: 2.5em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  width: 0.0625rem;
  height: 2em;
  background-color: var(--color__white);
}

.bz-op__list {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-bottom: 0;
}

.bz-op__item {
  display: flex;
  margin-bottom: 74px;
  margin-bottom: 5.625rem;
  position: relative;
}

.bz-op__item:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}

.bz-op__item:last-child {
  margin-bottom: 0;
}

.bz-op__item-head {
  flex: 1;
  position: relative;
  min-width: 0;
  padding-left: 6%;
  padding-right: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bz-op__item:nth-child(2n) .bz-op__item-head {
  padding-left: 3%;
  padding-right: 6%;
}

.bz-op__item-head img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(-6%, -70%);
  z-index: -1;
}

.bz-op__item:nth-child(2n) .bz-op__item-head img {
  transform: translate(-9%, -70%);
}

.bz-op__item-head h3 {
  text-align: left;
  position: relative;
  color: var(--color__gray);
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  z-index: 2;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.bz-op__item-head p {
  position: relative;
  color: var(--color__gray);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
}

.bz-op__item-pic {
  width: 50%;
  opacity: 0.6;
}

.bz-op__end {
  position: relative;
  margin: 0 7% 0 15%;
}

.bz-op__end::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6%;
  transform: translateY(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 120%;
  opacity: 0.7;
  background: var(--color__gray);
}

.bz-op__end h4 {
  color: var(--color__gray);
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.5em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-align: left;
  display: inline-block;
}

.bz-op__end p {
  color: var(--color__gray);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: inline-block;
}

.bz-op__cir {
  opacity: 0.3;
  width: 47%;
  position: absolute;
  top: -39%;
  left: 74%;
}

/* Media Queries
------------------------------ */
@media (min-width: 768px) {
  .bz-op {
    padding: 50px 0 130px;
    padding: 3.125rem 0 8.125rem;
  }

  .bz-op__inner {
    max-width: 900px;
    margin: auto;
    width: 90%;
  }

  .bz-op__item {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
    max-width: 870px;
  }

  .bz-op__item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
  }

  .bz-op__item-head {
    padding-left: 0;
    padding-right: 3%;
  }

  .bz-op__item:nth-child(2n) .bz-op__item-head {
    padding-left: 2%;
    padding-right: 0;
  }

  .bz-op__item-head img {
    width: 60%;
    transform: translate(-10%, -70%);
  }

  .bz-op__item:nth-child(2n) .bz-op__item-head img {
    transform: translate(3%, -70%);
  }

  .bz-op__item-head h3 {
    font-size: 33px;
    font-size: 2.0625rem;
  }

  .bz-op__item-head p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .bz-op__item-pic {
    width: 52%;
  }

  .bz-op__end {
    display: flex;
    flex-direction: column;
    margin: 0px 16% 0 25%;
    margin: 0rem 16% 0 25%;
  }

  .bz-op__end h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .bz-op__end p {
    font-size: 16px;
    font-size: 1rem;
  }

  .bz-op__cir {
    width: 28%;
    top: -18%;
    left: 80%;
  }
}
