/* *********** */
/* o_style CSS */
/* *********** */

/* wecaLogo */
#wecaLogo {
  position: absolute;
  top: 3.2rem;
  right: 5%;
  width: 8.5rem;
}

@media all and (max-width: 767px) {
  #wecaLogo {
    top: 7vmin;
    width: 15vmin;
  }
}

/* o_section_1 */
.o_section_1 .o_container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 60rem;
}
.o_section_1 .o_container .contentBox {
  position: relative;
  width: 40%;
  height: auto;
  background-image: url("../image/01/pc/img_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.o_section_1 .o_container .contentBox .textBox {
  padding: 17.5% 0 0 17.5%;
}
.o_section_1 .o_container .contentBox .textBox .o_title {
  font-family: yisunshin_dotum, sans-serif !important;
  color: var(--t-color);
}
.o_section_1 .o_container .contentBox .textBox .o_title span {
  font-family: inherit;
  display: block;
  font-weight: 400;
  position: relative;
}
.o_section_1 .o_container .contentBox .textBox .o_title span strong {
  font-family: inherit;
  color: var(--m1-color);
  font-weight: 700;
}
.o_section_1 .o_container .contentBox .textBox .o_title span em {
  font-family: inherit;
  color: var(--m1-color);
  font-size: 3.2rem;
  font-weight: 400;
}
.o_section_1 .o_container .contentBox .textBox .o_title span b {
  font-family: Pretendard, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.o_section_1 .o_container .contentBox .textBox .o_title._2 {
  font-weight: 400;
}
.o_section_1 .o_container .contentBox .textBox h4 {
  color: var(--t-color);
  font-weight: 500;
}

.o_section_1 .o_container .contentBox .textBox .o_title span._1 {
  padding-bottom: 20%;
}
.o_section_1 .o_container .contentBox .textBox .o_title span._2 {
  padding-top: 2.5%;
}
.o_section_1 .o_container .contentBox .textBox .o_title span._1::before {
  content: "";
  height: 50%;
  width: 0.2rem;
  background-color: var(--m1-color);
  position: absolute;
  bottom: 0;
  left: 5%;
}

/* imgBox */
.o_section_1 .o_container .imgBox {
  width: 60%;
  flex: 1;
  background-image: url("../image/01/pc/img_1.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

/* o_btnBox */
.o_section_1 .o_container .contentBox .o_btnBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.o_section_1 .o_container .contentBox .o_btnBox a {
  display: inline-block;
  width: 100%;
  height: 8.33rem;
  background-color: var(--m1-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.o_section_1 .o_container .contentBox .o_btnBox a span {
  color: var(--w-color);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media all and (max-width: 991px) {
  .o_section_1 .o_container {
    height: 50rem;
  }
  .o_section_1 .o_container .contentBox {
    width: 45%;
  }
  .o_section_1 .o_container .contentBox .textBox {
    padding: 10% 0 0 10%;
  }

  .o_section_1 .o_container .imgBox {
    width: 55%;
  }
}

@media all and (max-width: 767px) {
  .o_section_1 .o_container {
    display: block;
    height: 160vmin;
    background-image: url("../image/01/mo/img_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    /* margin-bottom: 18vmin; */
  }
  .o_section_1 .o_container .contentBox {
    width: 100%;
    height: 100%;
    background-image: none;
  }
  .o_section_1 .o_container .contentBox .textBox {
    padding: 15vmin 5vmin 0 10vmin;
  }

  .o_section_1 .o_container .contentBox .textBox .o_title span em {
    font-size: 6.2vmin;
  }
  .o_section_1 .o_container .contentBox .textBox .o_title span b {
    font-size: 6.2vmin;
  }

  .o_section_1 .o_container .contentBox .textBox h4 {
    font-size: 3.8vmin;
  }
  .o_section_1 .o_container .contentBox .textBox .o_title span._1 {
    padding-bottom: 9vmin;
  }
  .o_section_1 .o_container .contentBox .textBox .o_title span._2 {
    padding-top: 2vmin;
  }
  .o_section_1 .o_container .contentBox .textBox .o_title span._1::before {
    height: 7.5vmin;
    width: 0.5vmin;
    left: 3.5vmin;
  }

  /* imgBox */
  .o_section_1 .o_container .imgBox {
    background-image: none;
  }

  /* o_btnBox */
  .o_section_1 .o_container .contentBox .o_btnBox {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 100%);
  }
  .o_section_1 .o_container .contentBox .o_btnBox a {
    height: 18vmin;
  }
  .o_section_1 .o_container .contentBox .o_btnBox a span {
    font-size: 4.8vmin;
  }
}

/* o_section_2 */
.o_section_2 {
  background-image: url("../image/02/pc/img_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.o_section_2 h2 {
  color: var(--m1-color);
}
.o_section_2 h2 strong {
  font-family: inherit;
  font-size: 3.33rem;
  font-weight: 700;
}
.o_section_2 .textBox {
  position: relative;
  padding: 3rem 0;
}
.o_section_2 .textBox::before,
.o_section_2 .textBox::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.o_section_2 .textBox::before {
  background-image: url("../image/icon/icon_1.png");
  top: 0;
}
.o_section_2 .textBox::after {
  background-image: url("../image/icon/icon_2.png");
  bottom: 0;
}
.o_section_2 .textBox h4 {
  color: var(--t-color);
  font-weight: 400;
  line-height: 1.6;
}
.o_section_2 .textBox h4 span {
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .o_section_2 {
    background-image: url("../image/02/mo/img_bg.png");
  }

  .o_section_2 h2 strong {
    font-size: 7.7vmin;
  }
  .o_section_2 .textBox {
    padding: 7.5vmin 0;
  }
  .o_section_2 .textBox::before,
  .o_section_2 .textBox::after {
    width: 5vmin;
    height: 5vmin;
  }

  .o_section_2 .textBox h4 {
    font-size: 3.3vmin;
  }
}

/* o_section_3 */
.o_section_3 .o_container {
  display: flex;
  align-items: center;
  padding-bottom: 4rem;
  position: relative;
}
.o_section_3 .o_container::after {
  content: "";
  background-color: #fff8ed;
  width: 100%;
  height: 12rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.o_section_3 .o_container figure {
  width: 50%;
  z-index: 1;
}
.o_section_3 .o_container .contentBox {
  width: 50%;
  padding-left: 5%;
}
.o_section_3 .o_container .contentBox .titleItem {
  position: relative;
}
.o_section_3 .o_container .contentBox .titleItem h3 {
  color: var(--t-color);
  font-size: 1.87rem;
  font-weight: 400;
}
.o_section_3 .o_container .contentBox .titleItem h2 {
  color: var(--m1-color);
  font-size: 3.07rem;
  font-weight: 400;
}

.o_section_3 .o_container .contentBox .tagItem {
  display: flex;
  margin-top: 1.2rem;
}
.o_section_3 .o_container .contentBox .tagItem p {
  margin-right: 0.4rem;
}
.o_section_3 .o_container .contentBox .tagItem p span {
  display: block;
  color: var(--w-color);
  background-color: var(--m1-color);
  padding: 0.1em 0.5em;
}

.o_section_3 .o_container .contentBox .textItem {
  margin-top: 1.6rem;
}
.o_section_3 .o_container .contentBox .textItem p {
  color: var(--t-color);
  font-weight: 500;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .o_section_3 .o_container {
    display: block;
    padding-bottom: 0;
    padding-top: 15vmin;
  }
  .o_section_3 .o_container::after {
    height: 81vmin;
  }

  .o_section_3 .o_container figure {
    width: 70vmin;
    margin: 0 auto;
  }
  .o_section_3 .o_container .contentBox {
    width: 70vmin;
    margin: 0 auto;
    padding-left: 0;
  }
  .o_section_3 .o_container .contentBox .titleItem {
    position: absolute;
    top: -2.5vmin;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
  }
  .o_section_3 .o_container .contentBox .titleItem h3 {
    font-size: 4.1vmin;
  }
  .o_section_3 .o_container .contentBox .titleItem h2 {
    font-size: 6.7vmin;
  }

  .o_section_3 .o_container .contentBox .tagItem {
    width: 100%;
    margin-top: 1.8vmin;
    justify-content: space-between;
  }
  .o_section_3 .o_container .contentBox .tagItem p {
    margin-right: 0;
    width: 49.5%;
    font-size: 3.3vmin;
    text-align: center;
  }
  .o_section_3 .o_container .contentBox .tagItem p span {
    padding: 0.1em 0.5em;
  }

  .o_section_3 .o_container .contentBox .textItem {
    margin-top: 5vmin;
    text-align: center;
    padding-bottom: 15vmin;
  }
  .o_section_3 .o_container .contentBox .textItem p {
    font-size: 3.3vmin;
  }
}

/* o_section_4 */
.o_section_4 .o_container {
  display: flex;
  padding: 6rem 0 8rem;
}
.o_section_4 .o_container .imgBox {
  width: 50%;
}
.o_section_4 .o_container .contentBox {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.o_section_4 .o_container .contentBox .textItem {
  margin-top: 10%;
  padding-left: 15%;
}
.o_section_4 .o_container .contentBox .textItem h2 {
  color: var(--t-color);
  font-weight: 400;
}
.o_section_4 .o_container .contentBox .textItem h2 strong {
  color: var(--m1-color);
  font-weight: 400;
}
.o_section_4 .o_container .contentBox .textItem .o_btnBox {
  margin-top: 1.4rem;
}
.o_section_4 .o_container .contentBox .textItem .o_btnBox a {
  display: inline-block;
  background-color: var(--m1-color);
  color: var(--w-color);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  width: 19.2rem;
  height: 5.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o_section_4 .o_container.mo_block {
  display: none;
}

@media all and (max-width: 767px) {
  .o_section_4 .o_container.pc_block {
    display: none;
  }
  .o_section_4 .o_container.mo_block {
    display: block;
  }

  .o_section_4 .o_wrapper {
    width: 100%;
  }
  .o_section_4 .o_container {
    padding: 0;
    padding-bottom: 12.5vmin;
  }

  .o_section_4 .o_container .contentBox {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100% !important;
  }
  .o_section_4 .o_container .contentBox._2 {
    flex-direction: row-reverse;
  }

  .o_section_4 .o_container .contentBox img {
    display: block;
    width: 50%;
  }
  .o_section_4 .o_container .contentBox h5 {
    color: var(--t-color);
    font-size: 5vmin;
    font-weight: 400;
    line-height: 1.4;
    width: 50%;
    text-align: center;
  }
  .o_section_4 .o_container .contentBox h5 strong {
    color: var(--m1-color);
    font-weight: 400;
  }

  .o_section_4 .o_container .o_btnBox {
    margin-top: 10vmin;
  }
  .o_section_4 .o_container .o_btnBox a {
    display: inline-block;
    background-color: var(--m1-color);
    color: var(--w-color);
    font-size: 5vmin;
    font-weight: 700;
    line-height: 1;
    width: 56.4vmin;
    height: 13.6vmin;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* o_section_5 */
.o_section_5 {
  border: 2rem solid var(--m2-color);
}
.o_section_5 .o_container {
  display: flex;
  align-items: center;
  padding: 6rem 4rem;
}
.o_section_5 .o_container .o_slickSlider {
  width: 50%;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
.o_section_5 .o_container .o_slickSlider .slide img {
  display: block;
  width: 100%;
  height: auto;
}

.o_section_5 .o_container .contentBox {
  width: 50%;
  padding-left: 5%;
}

/* titleItem */
.o_section_5 .o_container .contentBox .titleItem {
  position: relative;
}
.o_section_5 .o_container .contentBox .titleItem h2 {
  color: var(--t-color);
  font-weight: 700;
}
.o_section_5 .o_container .contentBox .titleItem h2 strong {
  color: var(--m1-color);
  font-weight: 700;
}

/* priceItem */
.o_section_5 .o_container .contentBox .priceItem {
  margin-top: 1.4rem;
}
.o_section_5 .o_container .contentBox .priceItem h5 {
  color: var(--t-color);
  font-weight: 600;
}
.o_section_5 .o_container .contentBox .priceItem h5 strong {
  color: var(--m1-color);
  font-size: 2rem;
  font-weight: 700;
}

/* textItem */
.o_section_5 .o_container .contentBox .textItem {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}
.o_section_5 .o_container .contentBox .textItem ul {
  display: flex;
  margin-top: 0.6rem;
}
.o_section_5 .o_container .contentBox .textItem ul li {
  font-size: 1.2rem;
}
.o_section_5 .o_container .contentBox .textItem ul li._1 {
  width: 20%;
  height: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--w-color);
  background-color: var(--m2-color);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o_section_5 .o_container .contentBox .textItem ul li._2 {
  width: 75%;
  padding-top: 0.25em;
  padding-left: 3%;
  font-weight: 600;
  line-height: 1.5;
}

.o_section_5 .o_container .contentBox .subItem {
  display: flex;
  align-items: center;
  padding-top: 1.4rem;
  border-top: 1px solid var(--t-color);
}
.o_section_5 .o_container .contentBox .subItem .imgItem {
  width: 20%;
  text-align: center;
}
.o_section_5 .o_container .contentBox .subItem .imgItem img {
  width: 50%;
}
.o_section_5 .o_container .contentBox .subItem p {
  position: relative;
  width: 80%;
  padding-left: 2%;
  margin-left: 4%;
  color: var(--m2-color);
  font-weight: 600;
}
.o_section_5 .o_container .contentBox .subItem p span {
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 767px) {
  .o_section_5 {
    border: 5vmin solid var(--m2-color);
  }
  .o_section_5 .o_container {
    display: block;
    padding: 10vmin 5vmin 7.5vmin 5vmin;
  }
  .o_section_5 .o_container .o_slickSlider {
    width: 65vmin;
    margin: 0 auto;
    margin-top: 25vmin;
  }
  .o_section_5 .o_container .contentBox {
    width: 100%;
    padding-left: 0;
  }

  /* titleItem */
  .o_section_5 .o_container .contentBox .titleItem {
    position: absolute;
    top: 10vmin;
    left: 0;
    width: 100%;
    text-align: center;
  }

  /* priceItem */
  .o_section_5 .o_container .contentBox .priceItem {
    margin-top: 7.5vmin;
    text-align: center;
  }
  .o_section_5 .o_container .contentBox .priceItem h5 {
    font-size: 3.6vmin;
  }
  .o_section_5 .o_container .contentBox .priceItem h5 strong {
    font-size: 5vmin;
  }

  /* textItem */
  .o_section_5 .o_container .contentBox .textItem {
    margin-top: 3.8vmin;
    margin-bottom: 5vmin;
  }
  .o_section_5 .o_container .contentBox .textItem ul {
    margin-top: 2.5vmin;
  }
  .o_section_5 .o_container .contentBox .textItem ul li {
    font-size: 3.6vmin;
  }
  .o_section_5 .o_container .contentBox .textItem ul li._1 {
    width: 30%;
    height: 7.5vmin;
  }
  .o_section_5 .o_container .contentBox .textItem ul li._2 {
    width: 70%;
    padding-left: 3%;
    font-size: 3.3vmin;
  }

  .o_section_5 .o_container .contentBox .subItem {
    padding-top: 5vmin;
  }
  .o_section_5 .o_container .contentBox .subItem .imgItem {
    width: 15%;
  }
  .o_section_5 .o_container .contentBox .subItem .imgItem img {
    width: 100%;
  }
  .o_section_5 .o_container .contentBox .subItem p {
    width: 85%;
    padding-left: 2%;
    margin-left: 4%;
    font-size: 3.1vmin;
  }
}

/* o_section_6 */
.o_section_6 {
  background-image: url("../image/06/pc/img_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 8rem 0;
}
.o_section_6 .titleBox {
  text-align: center;
}
.o_section_6 .titleBox h2 {
  color: var(--t-color);
  font-weight: 300;
}
.o_section_6 .titleBox h2 strong {
  color: var(--m1-color);
  font-weight: 400;
}

.o_section_6 .o_container {
  display: flex;
  justify-content: space-between;
  margin-top: 5.2rem;
}
.o_section_6 .o_container .contentBox {
  width: 32%;
  padding: 1.6rem;
  background-color: var(--w-color);
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
.o_section_6 .o_container .contentBox figure {
  display: block;
  height: 56%;
  line-height: 0;
}

.o_section_6 .o_container .contentBox .textItem {
  padding-top: 1.2rem;
  height: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o_section_6 .o_container .contentBox .textItem h4 {
  color: var(--t-color);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 767px) {
  .o_section_6 {
    background-image: url("../image/06/mo/img_bg.jpg");
    padding: 12.5vmin 0 10vmin;
  }

  .o_section_6 .titleBox h2 {
    font-size: 6.2vmin;
  }
  .o_section_6 .titleBox h2 strong {
    display: block;
  }

  .o_section_6 .o_container {
    display: block;
    margin-top: 5vmin;
  }
  .o_section_6 .o_container .contentBox {
    width: 70vmin;
    height: 85vmin;
    padding: 3.8vmin;
    margin: 0 auto;
    margin-top: 2.5vmin;
  }
  .o_section_6 .o_container .contentBox figure {
    height: 56%;
  }

  .o_section_6 .o_container .contentBox .textItem {
    padding-top: 2.5vmin;
    height: 44%;
  }
  .o_section_6 .o_container .contentBox .textItem h4 {
    font-size: 3.3vmin;
  }
}

/* o_section_7 */
.o_section_7 .titleBox {
  text-align: center;
}
.o_section_7 .titleBox h2 {
  color: var(--t-color);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}
.o_section_7 .titleBox h2 strong {
  color: var(--m1-color);
}

/* o_btnBox */
.o_section_7 .o_btnBox a {
  display: inline-block;
  width: 19.2rem;
  height: 5.67rem;
  margin: 0 auto;
  background-color: var(--m1-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.o_section_7 .o_btnBox a span {
  color: var(--w-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

/* o_section_acco */
.o_accordion .o_acco-item .o_acco-header {
  padding: 2.8rem 0;
  cursor: pointer;
  position: relative;
  display: flex;
  border: 1px solid var(--m1-color);
  margin-top: 2rem;
}
.o_accordion .o_acco-item .o_acco-header h6 {
  font-size: 2rem;
}
.o_accordion .o_acco-item .o_acco-header h6._1 {
  color: var(--m1-color);
  font-weight: 700;
  width: 10%;
  text-align: center;
}
.o_accordion .o_acco-item .o_acco-header h6._2 {
  color: var(--t-color);
  font-weight: 500;
  width: 80%;
}

.o_accordion .o_acco-item .o_acco-header::after {
  content: "";
  background-image: url("../image/icon/arrow_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  transition: all 0.3s;
}
.o_accordion .o_acco-item .o_acco-header.active::after {
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

/* 내용 */
.o_accordion .o_acco-item .o_acco-content {
  border: 1px solid var(--t-color);
  padding: 2.8rem 0;
  width: 100%;
  margin-top: 1rem;
  display: none;
}
.o_accordion .o_acco-item .o_acco-content .o_inner {
  display: flex;
}

.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_1 {
  width: 10%;
  text-align: center;
}
.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_1 p {
  color: var(--m1-color);
  font-size: 2rem;
  font-weight: 700;
}
.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 {
  width: 80%;
}
.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 ul {
}
.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 1.2em;
}
.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 ul li span {
  display: block;
  font-size: 1.4rem;
  padding-top: 0.5em;
}
.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 ul li em {
  position: absolute;
  top: 0;
  left: 0;
}

.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 ul li + li {
  margin-top: 0.4em;
}

.o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 .subText {
  color: var(--m1-color);
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 1.4rem;
}

@media all and (max-width: 767px) {
  .o_section_7 .titleBox h2 {
    font-size: 6.4vmin;
  }

  /* o_btnBox */
  .o_section_7 .o_btnBox a {
    width: 56vmin;
    height: 12.8vmin;
  }
  .o_section_7 .o_btnBox a span {
    font-size: 5vmin;
  }

  /* o_accordion */
  .o_accordion .o_acco-item .o_acco-header {
    padding: 5vmin 0;
    margin-top: 3vmin;
  }
  .o_accordion .o_acco-item .o_acco-header h6 {
    font-size: 3.8vmin;
  }
  .o_accordion .o_acco-item .o_acco-header h6._1 {
    width: 10%;
  }
  .o_accordion .o_acco-item .o_acco-header h6._2 {
    width: 80%;
  }

  .o_accordion .o_acco-item .o_acco-header::after {
    width: 3.8vmin;
    height: 3.8vmin;
  }

  /* 내용 */
  .o_accordion .o_acco-item .o_acco-content {
    padding: 5vmin 0;
    margin-top: 3vmin;
  }

  .o_accordion .o_acco-item .o_acco-content .o_inner .o_text_1 {
    width: 10%;
  }
  .o_accordion .o_acco-item .o_acco-content .o_inner .o_text_1 p {
    font-size: 3.8vmin;
  }
  .o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 {
    width: 80%;
  }
  .o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 ul li {
    font-size: 3.8vmin;
    padding-left: 1.2em;
  }
  .o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 ul li span {
    font-size: 3.3vmin;
  }

  .o_accordion .o_acco-item .o_acco-content .o_inner .o_text_2 .subText {
    font-size: 3.8vmin;
    padding-top: 5vmin;
  }
}
