@charset "UTF-8";
/*공통스타일 */
.m_br {
  display: none;
}

.popup_new {
  position: fixed !important;
  left: 0;
  top: 0;
  display: none;
}
.popup_new.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup_new::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup_new .inner_container {
  padding: 30px;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.popup_new .cancel {
  width: 18px;
  height: 18px;
  background: url(/images/icon/pop_cancel.png) no-repeat center;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.popup_new.buisiness_model .inner_container {
  width: 770px;
  height: 720px;
  padding: 70px 55px;
}
.popup_new.buisiness_model .inner_container p {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-bottom: 28px;
}
.popup_new.buisiness_model .desc_tit {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 42px;
  margin-bottom: 25px;
}
.popup_new.buisiness_model .btn {
  margin-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.con_common .inner {
  width: 1440px;
  margin: 0 auto;
}
.con_common .w770 .inner {
  width: 770px;
}
.con_common .area_fl_col .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_common .area_cs_go {
  background: #eddbcf;
}
.con_common .area_cs_go .inner {
  height: 300px;
}
.con_common .fl_col .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.con_common .fl_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_common .fl_div.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_common .fl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_common .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_common .btn.col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.con_common .btn a, .con_common .btn button {
  cursor: pointer;
}
.con_common .btn button {
  background: none;
  border: none;
  outline: none;
}
.con_common .btn .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 30px;
  border-radius: 24px;
  background: #340456;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
}
.con_common .btn .download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 25px;
  padding: 6px 4px;
  font-size: 16px;
  font-weight: 500;
  color: #340456;
  line-height: 48px;
  text-align: center;
  border-bottom: 1px solid #340456;
}
.con_common .btn .download .icon {
  margin-top: -3px;
  width: 13px;
  height: 13px;
  background: url(/images/icon/icon_pdf1.png) no-repeat center;
}
.con_common .btn .go {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #340456;
  line-height: 32px;
  padding: 1px 7px;
  padding-left: 0px;
  border-bottom: 2px solid #340456;
}
.con_common .btn .view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 35px;
  border-radius: 24px;
  border: 1px solid #340456;
  font-size: 14px;
  font-weight: 500;
  color: #340456;
  line-height: 48px;
  letter-spacing: -0.025em;
}
.con_common .btn .view.wb {
  border: 1px solid #fff;
  background-color: #fff;
}
.con_common .btn .view.w {
  border: 1px solid #fff;
  color: #fff;
}
.con_common .btn .view.pb {
  background-color: #340456;
  color: #fff;
}

.img-zone .tit {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 44px;
}
.img-zone .fl_div {
  margin-bottom: 80px;
  gap: 60px;
}
.img-zone .fl_div:last-child {
  margin-bottom: 0;
}
.img-zone .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.img-zone .txt .desc {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.img-zone .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.interview-zone {
  background: #e2e6e2;
}
.interview-zone .inner {
  padding: 130px 0 110px;
}
.interview-wrap {
  position: relative;
}
.interview-wrap .swiper-inner {
  top: 50%;
  bottom: initial;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-wrap .swiper-button {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-wrap .swiper-button.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.interview-wrap .swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.interview-visual {
  width: 530px;
}
.interview-visual .swiper-wrapper {
  height: auto !important;
}
.interview-visual .swiper-slide div {
  font-family: "Noto Serif KR", serif;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  line-height: 30px;
  margin-bottom: 47px;
}
.interview-visual .swiper-slide div.tit {
  font-weight: 800;
  color: #000000;
  margin-bottom: 29px;
}
.interview-visual .swiper-slide p {
  line-height: 26px;
}
.interview-visual .swiper-slide p.name {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}
.interview-visual .swiper-slide p.nation {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
}

.question_zone .inner {
  padding-top: 70px;
  border-top: 1px solid #777777;
}
.question_zone .tit {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  text-align: center;
  text-align: left;
  margin-bottom: 20px;
}
.question_zone .btn1 {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.question_box {
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
}
.question_tit {
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question_tit .icon {
  margin-right: 35px;
  width: 20px;
  height: 20px;
  background: url(/images/icon/question_arrow.png) no-repeat center;
  cursor: pointer;
}
.question_tit .icon.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.question_content {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  width: calc(100% - 80px);
  max-height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
  padding: 0;
  overflow: hidden;
  word-break: keep-all;
  -webkit-transition: max-height 0.3s ease, opacity 0.2s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.2s ease, padding 0.3s ease;
}
.question_content p {
  font-weight: 600;
  margin-top: 25px;
}
.question_content p:first-of-type {
  margin-top: 0;
}
.question_box.active .question_content {
  padding: 20px 0 20px 20px;
  max-height: 100vh;
  opacity: 1;
  z-index: 1;
}

.row-box .tit {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  text-align: center;
}
.row-box .box_wrap {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.row-box .box {
  position: relative;
  width: 330px;
  cursor: pointer;
}
.row-box .box .img {
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.row-box .box .txt {
  border-radius: 0 0 40px 40px;
  position: relative;
  width: 100%;
  height: 170px;
  background-color: #ffffff;
  padding-top: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  text-align: center;
}
.row-box .box .txt::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 30px;
  height: 20px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.row-box .box i {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  background: url(/images/icon/icon_view_more.png) no-repeat center;
}
.row-box .box i.close {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.row-box .box i.close {
  background: url(/images/icon/icon_view_more.png) no-repeat center;
}
.row-box .box::before {
  border-radius: 40px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.row-box .box.active .txt::before {
  opacity: 1;
}
.row-box .desc_wrap {
  width: 1070px;
  margin: 0 auto;
  display: none;
}
.row-box .desc_wrap:has(.active) {
  display: block;
}
.row-box .desc {
  display: none;
}
.row-box .desc p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
.row-box .desc.active {
  display: block;
}

.video-zone .video {
  overflow: hidden;
}
.video-zone .video.off {
  cursor: pointer;
}
.video-zone .video.off video {
  display: none;
}
.video-zone .video video {
  display: block;
  width: 100%;
  height: 100%;
}

.video-bn-wrap .inner {
  position: relative;
  width: 100%;
}
.video-bn-wrap .video {
  width: 100%;
  height: 600px;
}
.video-bn-wrap .video video {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-bn-wrap .txt {
  width: 1440px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-bn-wrap .tit {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 44px;
  letter-spacing: -0.025em;
  font-weight: 400;
}
.video-bn-wrap .stit {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  color: #ffffff;
  letter-spacing: -0.05em;
}
.video-bn-wrap .desc {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  letter-spacing: -0.025em;
}

.video-box .video {
  width: 610px;
  height: 340px;
  margin-bottom: 20px;
}
.video-box span {
  font-size: 17px;
  font-weight: 500;
  color: #555555;
  line-height: 26px;
}
.video-box span b {
  font-weight: 700;
  color: #000000;
}

.balance_test_count {
  background: #340556;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 160px;
}
.balance_test_count span {
  font-size: 32px;
  font-weight: 500;
  color: inherit;
  line-height: 48px;
}
.balance_test_count b {
  font-family: "Montserrat", serif;
  font-size: 32px;
  font-weight: 400;
  color: inherit;
  line-height: 48px;
}
.balance_test_count p {
  margin-top: 11px;
  font-size: 17px;
  font-weight: 500;
  color: inherit;
  line-height: 48px;
}

/*인덱스 partner */
#index_partner .ban01 .inner {
  width: 100%;
}
#index_partner .ban01 img {
  width: 100%;
}
#index_partner .area01 {
  padding: 60px 0 90px;
  color: #000000;
  letter-spacing: -0.025em;
}
#index_partner .area01 .video {
  width: 770px;
  height: 440px;
  margin-bottom: 30px;
}
#index_partner .area01 .video.off {
  background: url(/images/indexP/area01.jpg) no-repeat center;
}
#index_partner .area01 .tit {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  text-align: left;
  margin-bottom: 10px;
}
#index_partner .area01 .txt_wrap .txt {
  position: relative;
  max-height: 180px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
#index_partner .area01 .txt_wrap .txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
#index_partner .area01 .txt_wrap .txt.active::before {
  height: 0;
}
#index_partner .area01 .txt_wrap .read_more_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #340556;
  margin-top: 15px;
  padding: 3px 0;
  padding-left: 22px;
  border-bottom: 2px solid #340556;
}
#index_partner .area01 .txt_wrap .read_more_btn::before, #index_partner .area01 .txt_wrap .read_more_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 1px;
  background: #340556;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#index_partner .area01 .txt_wrap .read_more_btn::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#index_partner .area01 .txt_wrap .read_more_btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#index_partner .area01 .txt_wrap .read_more_btn.more::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#index_partner .area01 p {
  font-family: "Noto Serif KR", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
#index_partner .area01 p.stit {
  font-weight: 800;
}
#index_partner .area02 {
  padding: 100px 0 80px;
  background-color: #ebf4f6;
}
#index_partner .area02 .inner {
  width: 1070px;
}
#index_partner .area02 .tit {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 80px;
}
#index_partner .area02 .box_wrap {
  margin-top: 60px;
}
#index_partner .area02 .box {
  margin-bottom: 20px;
}
#index_partner .area02 .box i.close {
  background-image: url(/images/icon/icon_view_more_w.png);
}
#index_partner .area02 .box .txt::before {
  background: #8859c5;
}
#index_partner .area02 .box.active .txt, #index_partner .area02 .box:hover .txt {
  color: #ffffff;
  background-color: #8859c5;
}
#index_partner .area02 .box.active i.view, #index_partner .area02 .box:hover i.view {
  background-image: url(/images/icon/icon_view_more_w.png);
}
#index_partner .area02 .box01 .img {
  background-image: url(/images/indexP/m_val01.jpg);
}
#index_partner .area02 .box02 .img {
  background-image: url(/images/indexP/m_val02.jpg);
}
#index_partner .area02 .box03 .img {
  background-image: url(/images/indexP/m_val03.jpg);
}
#index_partner .area02 .box04 .img {
  background-image: url(/images/indexP/m_val04.jpg);
}
#index_partner .area02 .box05 .img {
  background-image: url(/images/indexP/m_val05.jpg);
}
#index_partner .area02 .box06 .img {
  background-image: url(/images/indexP/m_val06.jpg);
}
#index_partner .area03 {
  padding: 100px 0 80px;
  color: #000000;
}
#index_partner .area03 .video {
  width: 770px;
  height: 430px;
  margin-bottom: 30px;
}
#index_partner .area03 .video.off.video1 {
  background: url(/images/indexP/area03_1.jpg) no-repeat center;
}
#index_partner .area03 .video.off.video2 {
  background: url(/images/indexP/area03_2.jpg) no-repeat center;
}
#index_partner .area03 .video + .tit {
  margin-top: 80px;
}
#index_partner .area03 .tit {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 55px;
}
#index_partner .area04 {
  background: #f2f2f2;
}
#index_partner .area04 .inner {
  height: 240px;
}
#index_partner .area04 p {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 38px;
}
#index_partner .area06 .inner {
  position: relative;
}
#index_partner .area06 .txt {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
#index_partner .area06 .txt p {
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  line-height: 38px;
  margin-bottom: 17px;
}
#index_partner .area06 .txt div {
  font-size: 30px;
  font-weight: 500;
  color: inherit;
  line-height: 38px;
}
#index_partner .area07 {
  background: #2c5234;
}
#index_partner .area07 .inner {
  color: #fff;
  height: 290px;
}
#index_partner .area07 .inner div {
  font-family: "Noto Serif KR", serif;
  font-size: 48px;
  font-weight: 400;
  color: inherit;
  line-height: 70px;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}
#index_partner .area07 .inner p {
  font-size: 17px;
  font-weight: 600;
  color: inherit;
  line-height: 26px;
}
#index_partner .area08 .inner {
  padding: 120px 0 100px;
}
#index_partner .area08 .fl01 .txt, #index_partner .area08 .fl02 .txt {
  width: 50%;
}
#index_partner .area08 .fl01 .img, #index_partner .area08 .fl02 .img {
  width: 660px;
  height: 440px;
}
#index_partner .area08 .txt .stit {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-bottom: 26px;
}
#index_partner .area08 .img01 {
  background-image: url(/images/indexP/m_q01.jpg);
}
#index_partner .area08 .img02 {
  background-image: url(/images/indexP/m_q02.jpg);
}
#index_partner .area08 .img03 {
  background-image: url(/images/indexP/m_q_div01.jpg);
}
#index_partner .area08 .img04 {
  background-image: url(/images/indexP/m_q_div02.jpg);
}
#index_partner .area08 .img05 {
  background-image: url(/images/indexP/m_q_div03.jpg);
}
#index_partner .area08 .fl03 {
  margin-top: 100px;
  margin-bottom: 0;
  gap: 20px;
}
#index_partner .area08 .fl_le .box {
  height: 280px;
}
#index_partner .area08 .fl_le .img {
  width: 340px;
  height: 100%;
}
#index_partner .area08 .fl_le .b_tit {
  width: 460px;
  height: 100%;
}
#index_partner .area08 .fl_ri .box {
  width: 620px;
}
#index_partner .area08 .fl_ri .img {
  width: 100%;
  height: 360px;
}
#index_partner .area08 .fl_ri .b_tit {
  width: 100%;
  height: 220px;
}
#index_partner .area08 .box {
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#index_partner .area08 .box01 {
  margin-bottom: 20px;
}
#index_partner .area08 .box03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#index_partner .area08 .b_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #000000;
}
#index_partner .area08 .b_tit01 {
  color: #ffffff;
  background: #0c6175;
}
#index_partner .area08 .b_tit01 div, #index_partner .area08 .b_tit01 p {
  color: inherit !important;
}
#index_partner .area08 .b_tit02 {
  background: #fdc747;
}
#index_partner .area08 .b_tit03 {
  background: #dcc7cd;
}
#index_partner .area08 .b_tit div {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
}
#index_partner .area08 .b_tit p {
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
}
#index_partner .area09 {
  margin-bottom: 100px;
}
#index_partner .area10 p {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  text-align: center;
}

/*인덱스 customer */
#index .area01 .txt div {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
  letter-spacing: -0.025em;
  line-height: 48px;
  text-align: left;
  margin-bottom: 18px;
}
#index .area01 .txt p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
  letter-spacing: -0.025em;
  line-height: 26px;
}
#index .area01 .btn {
  margin-top: 57px;
}
#index .bn .txt {
  margin-bottom: 57px;
}
#index .bn .txt div {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
#index .bn .txt p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  letter-spacing: -0.025em;
}
#index .area03 {
  height: 700px;
  background: url(/images/index/area03.jpg) no-repeat center;
}
#index .area03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#index .img-zone .stit {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
#index .img-zone .desc {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  letter-spacing: -0.025em;
}
#index .balance_test_count {
  height: 240px;
}
#index .balance_test_count span {
  display: inline-block;
  margin-top: 17px;
  font-size: 28px;
}
#index .balance_test_count b {
  font-size: 48px;
  letter-spacing: 0.04em;
}
#index .area05 .inner {
  padding: 80px 0;
}
#index .area05 .fl_div.fl01 .txt {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 50%;
}
#index .area05 .img01 {
  width: 570px;
  height: 650px;
  background-image: url(/images/index/area05_1.jpg);
}
#index .area05 .img02 {
  width: 710px;
  height: 450px;
  background-image: url(/images/index/area05_2.jpg);
}
#index .area05 .btn {
  margin-top: 57px;
}
#index .area06 {
  height: 900px;
  background: url(/images/index/area06.jpg) no-repeat center;
}
#index .area06 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#index .area06 .txt {
  text-align: center;
  margin-top: 145px;
}
#index .area06 .btn {
  gap: 10px;
}
#index .area07 .inner {
  padding: 80px 0;
}
#index .area07 .fl_div.fl01 {
  gap: 110px;
  margin-bottom: 60px;
}
#index .area07 .fl_div.fl02 {
  gap: 90px;
}
#index .area07 .img {
  width: 720px;
  height: 440px;
}
#index .area07 .img01 {
  background-image: url(/images/index/area07_1.jpg);
}
#index .area07 .img02 {
  background-image: url(/images/index/area07_2.jpg);
}
#index .area07 .btn {
  margin-top: 52px;
}
#index .area08 {
  background: #f7f5fa;
}
#index .area08 .fl_div {
  height: 580px;
}
#index .area08 .fl_div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#index .area08 .txt {
  color: #0c6175;
}
#index .area08 .txt div {
  font-family: "KimjungchulScript", serif;
  font-size: 30px;
  font-weight: 400;
  color: inherit;
  line-height: 48px;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
}
#index .area08 .txt p {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  line-height: 26px;
  letter-spacing: -0.025em;
}
#index .area08 .btn {
  margin-top: 35px;
}

/*세부페이지 공통 페이지*/
.tb-visual .img {
  width: 660px;
  height: 550px;
  margin-bottom: 30px;
}
.tb-visual .img img {
  width: 100%;
}
.tb-visual .txt div {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 32px;
  margin-bottom: 32px;
}
.tb-visual .txt p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  line-height: 32px;
}
.tb-visual .btn.go {
  margin-top: 38px;
}
.tb-visual .swiper-button {
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 330px;
}
.tb-visual .swiper-button.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.tb-visual .swiper-button.next {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tb-visual .swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}

.year-carousel-wrap .inner {
  padding: 75px 0;
}
.year-carousel-wrap .tit {
  margin-bottom: 25px;
}

.carousel-wrap .inner {
  width: 100% !important;
}
.carousel-wrap .tit {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
}
.carousel-wrap .stit {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  text-align: center;
}

.in-carousel-wrap {
  background: #f6f0d7;
}
.in-carousel-wrap .inner {
  padding: 80px 0 50px;
}
.in-carousel-wrap .tit {
  margin-bottom: 25px;
}
.in-carousel-wrap .stit {
  margin-bottom: 40px;
}

.carousel-visual .swiper-wrapper {
  height: auto;
}
.carousel-visual .swiper-slide {
  width: 950px;
  height: auto;
}
.carousel-visual .swiper-slide .txt {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.carousel-visual .swiper-slide-active .txt {
  opacity: 1;
}
.carousel-visual .swiper-button {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 310px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel-visual .swiper-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 620px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f1f1f1;
}
.carousel-visual .swiper-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 80px;
}
.carousel-visual .swiper-button.prev {
  left: calc(50% - 475px);
}
.carousel-visual .swiper-button.next {
  left: calc(50% + 475px);
}
.carousel-visual .swiper-button img {
  position: relative;
  z-index: 1;
}
.carousel-visual .img {
  position: relative;
  overflow: hidden;
  width: 950px;
  height: 620px;
}
.carousel-visual .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-visual .txt {
  padding: 35px;
}
.carousel-visual .txt div {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 26px;
  margin-bottom: 25px;
}
.carousel-visual .txt p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}

.our_founder {
  background: #eeefee;
}
.our_founder .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0;
}
.our_founder .tit {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 35px;
}
.our_founder .img {
  width: 800px;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 35px;
}
.our_founder .img img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_founder .txt {
  width: 800px;
}
.our_founder .txt div {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.our_founder .txt p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}

.education_value .inner {
  width: 770px;
  padding: 100px 0;
}
.education_value .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 30px;
}
.education_value .video {
  width: 770px;
  height: 436px;
  margin-bottom: 45px;
}
.education_value .video.off {
  background: url(/images/content/why_ar08.jpg) no-repeat center;
}
.education_value .desc {
  margin-bottom: 60px;
}
.education_value .desc p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
.education_value .desc p + p {
  margin-top: 25px;
}
.education_value .fl_div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  width: 1080px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.education_value .fl_div .icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.education_value .fl_div .box {
  width: 360px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.education_value .box_tit {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 28px;
}
.education_value .box_tit span {
  font-size: 24px;
}
.education_value .txt {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}

.review-zone {
  background: #ece9f2;
}
.review-zone .inner {
  padding: 70px 0 110px;
}
.review-zone .swiper-wrapper {
  height: auto;
}
.review-zone .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.review-zone .swiper-button {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.review-zone .swiper-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
}
.review-zone .swiper-button.prev {
  left: 28px;
}
.review-zone .swiper-button.prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.review-zone .swiper-button.next {
  right: 28px;
}
.review-zone .swiper-button img {
  position: relative;
  z-index: 1;
}
.review-zone .img {
  width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 90px;
}
.review-zone .img_round {
  width: 181px;
  height: 181px;
  overflow: hidden;
  border-radius: 181px;
}
.review-zone .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-zone .txt {
  width: 920px;
}
.review-zone .tit {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  margin-bottom: 25px;
}
.review-zone .comment {
  font-family: "Noto Serif KR", serif;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  line-height: 30px;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}
.review-zone .name {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.review-zone .info {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}

.goods_container .inner {
  padding: 100px 0;
}
.goods_container .tit {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 15px;
}
.goods_container .stit {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-bottom: 50px;
}
.goods_container .goods_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.goods_container .goods_box {
  width: 440px;
  height: 550px;
}

.goods_list .inner {
  padding: 100px 0;
}
.goods_list .tit {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 5px;
}
.goods_list .stit {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  letter-spacing: -0.025em;
  margin-bottom: 23px;
}
.goods_list .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.goods_list .goods_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.goods_list .goods_box {
  width: 430px;
  height: 650px;
  position: relative;
}
.goods_list .goods_btn {
  width: 360px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  font-size: 17px;
  font-weight: 500;
  color: #340456;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goods_list .goods_btn:hover {
  background-color: #f0edeb;
}

.goods_menu .inner {
  padding: 75px 0 100px;
}
.goods_menu .tit {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  letter-spacing: -0.05em;
  margin-bottom: 25px;
}
.goods_menu .goods_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.goods_menu .goods_box {
  width: 220px;
}
.goods_menu .goods_img {
  width: 100%;
  aspect-ratio: 1/1;
}
.goods_menu .goods_txt {
  margin-top: 5px;
  height: 45px;
}
.goods_menu .goods_txt p {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  line-height: 48px;
  letter-spacing: -0.025em;
}

/*about*/
/*this is zinzino*/
.this_is_zinzino .area01 {
  margin-top: 80px;
}

/*why zinzino*/
.why_zinzino .area01 .inner {
  width: 100%;
}
.why_zinzino .area01 .txt {
  text-align: center;
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
.why_zinzino .area01 .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 30px;
}
.why_zinzino .area01 .stit {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
.why_zinzino .area01 .img {
  width: 100%;
  height: 400px;
  background: url(/images/content/why_ar01.jpg) no-repeat center;
}
.why_zinzino .area02 {
  background: #ece9f2;
}
.why_zinzino .area02 .inner {
  padding: 100px 0 75px;
}
.why_zinzino .area02 .tit {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  color: #440099;
  text-align: center;
  margin-bottom: 55px;
}
.why_zinzino .area02 .fl_div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.why_zinzino .area02 .icon {
  width: 95px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.why_zinzino .area02 .txt {
  text-align: center;
  font-weight: 400;
  color: #440099;
  line-height: 26px;
}
.why_zinzino .area02 .txt div {
  font-size: 40px;
  margin-bottom: 34px;
}
.why_zinzino .area02 .txt p {
  font-size: 17px;
}
.why_zinzino .area03 .inner {
  padding: 100px 0 80px;
}
.why_zinzino .area03 .tit {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 40px;
}
.why_zinzino .area03 .fl01 {
  gap: 20px;
  margin-bottom: 60px;
}
.why_zinzino .area03 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  overflow: hidden;
}
.why_zinzino .area03 .box01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 620px;
}
.why_zinzino .area03 .box01 .img {
  height: 360;
}
.why_zinzino .area03 .box01 .txt {
  width: 100%;
  height: 220px;
  background: #fdc747;
  padding: 40px 55px;
}
.why_zinzino .area03 .box02, .why_zinzino .area03 .box03 {
  height: 280px;
}
.why_zinzino .area03 .box02 .img, .why_zinzino .area03 .box03 .img {
  width: 340px;
}
.why_zinzino .area03 .box02 .txt, .why_zinzino .area03 .box03 .txt {
  width: 460px;
  height: 100%;
  padding: 60px 50px;
}
.why_zinzino .area03 .box02 {
  margin-bottom: 20px;
}
.why_zinzino .area03 .box02 .txt {
  background: #c1dfea;
}
.why_zinzino .area03 .box03 .txt {
  background: #dfefdb;
}
.why_zinzino .area03 .box04 {
  border-radius: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.why_zinzino .area03 .box04 .img {
  border-radius: 16px;
  width: 720px;
  height: 340px;
}
.why_zinzino .area03 .box04 .txt {
  width: 660px;
}
.why_zinzino .area03 .img {
  background: #8859c5;
}
.why_zinzino .area03 .img img {
  width: 100%;
}
.why_zinzino .area03 .txt div {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 14px;
}
.why_zinzino .area03 .txt p {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}
.why_zinzino .area04 {
  background: #ece9f2;
}
.why_zinzino .area04 .inner {
  height: 290px;
}
.why_zinzino .area04 .txt {
  font-size: 24px;
  font-weight: 400;
  color: #440099;
  line-height: 40px;
  text-align: center;
}
.why_zinzino .area06 {
  background: #ece9f2;
}
.why_zinzino .area06 .inner {
  height: 360px;
}
.why_zinzino .area06 .tit {
  font-family: "Noto Serif KR", serif;
  font-size: 36px;
  font-weight: 400;
  color: #440099;
  line-height: 40px;
  text-align: center;
  margin-bottom: 53px;
}
.why_zinzino .area06 .stit {
  font-size: 17px;
  font-weight: 400;
  color: #440099;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}

/*vision mission values*/
.vision .area01 {
  margin-top: 80px;
}
.vision .area02 .inner {
  padding: 80px 0;
}
.vision .area02 .tit {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 23px;
}
.vision .area02 .stit {
  font-size: 34px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 10px;
}
.vision .area02 .video {
  width: 770px;
  height: 440px;
}
.vision .area02 .video.off {
  background: url(/images/content/zinzino_vision_thumb.jpg) no-repeat center;
}

/*our offer*/
.offer .area03 {
  padding: 95px 0 45px;
}
.offer .area03 .tit {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-bottom: 35px;
}
.offer .area08 .inner {
  width: 100% !important;
}
.offer .area08 .video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 735px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.offer .area08 .video video {
  height: 100%;
}
.offer .area08 .video .txt {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.offer .area08 .video .txt p {
  font-family: "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 70px;
  letter-spacing: -0.06em;
  text-align: center;
}
.offer .area10 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 53px;
  margin-bottom: 40px;
}
.offer .area10 .goods {
  width: 320px;
}
.offer .area10 .goods .img {
  width: 100%;
  height: 320px;
  margin-bottom: 15px;
}
.offer .area10 .goods .txt {
  text-align: center;
}
.offer .area10 .goods .name {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 48px;
}
.offer .area10 .goods .name::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #340456;
}

/*product philosophy*/
.product_philosophy .video-zone .inner {
  padding: 60px 0 100px;
}
.product_philosophy .video-zone .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
}
.product_philosophy .video-zone .video {
  width: 770px;
  height: 440px;
}
.product_philosophy .video-zone .video.off {
  background: url(/images/content/why_test_based_nutrition_thumb.jpg) no-repeat center;
}
.product_philosophy .ex-carousel-wrap .inner {
  padding: 65px 0 50px;
}
.product_philosophy .ex-carousel-wrap .tit {
  margin-bottom: 15px;
}

/*quality proof*/
.quality_proof .row-box .inner {
  padding: 100px 0;
}
.quality_proof .row-box .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 15px;
}
.quality_proof .row-box .stit {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.quality_proof .row-box .box .txt {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
}
.quality_proof .row-box .box01 .img {
  background-image: url(/images/content/proof_ar02_1.jpg);
}
.quality_proof .row-box .box01 .txt {
  background: #9d1a21;
}
.quality_proof .row-box .box01 .txt::before {
  background: #9d1a21;
}
.quality_proof .row-box .box01.active .txt, .quality_proof .row-box .box01:hover .txt {
  background: #e57271;
}
.quality_proof .row-box .box01.active .txt::before, .quality_proof .row-box .box01:hover .txt::before {
  background: #e57271;
}
.quality_proof .row-box .box02 .img {
  background-image: url(/images/content/proof_ar02_2.jpg);
}
.quality_proof .row-box .box02 .txt {
  background: #0c6175;
}
.quality_proof .row-box .box02 .txt::before {
  background: #0c6175;
}
.quality_proof .row-box .box02.active .txt, .quality_proof .row-box .box02:hover .txt {
  background: #4a7f8b;
}
.quality_proof .row-box .box02.active .txt::before, .quality_proof .row-box .box02:hover .txt::before {
  background: #4a7f8b;
}
.quality_proof .row-box .box03 .img {
  background-image: url(/images/content/proof_ar02_3.jpg);
}
.quality_proof .row-box .box03 .txt {
  background: #2c5234;
}
.quality_proof .row-box .box03 .txt::before {
  background: #2c5234;
}
.quality_proof .row-box .box03.active .txt, .quality_proof .row-box .box03:hover .txt {
  background: #5a735f;
}
.quality_proof .row-box .box03.active .txt::before, .quality_proof .row-box .box03:hover .txt::before {
  background: #5a735f;
}
.quality_proof .row-box .box i.view {
  background-image: url(/images/icon/icon_view_more_w.png);
}
.quality_proof .video-zone .video {
  width: 770px;
  height: 440px;
}
.quality_proof .video-zone .video.off {
  background: url(/images/content/behind_the_scenes_thumb.jpg) no-repeat center;
}
.quality_proof .video-zone .info {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-top: 13px;
}

/*opp 페이지*/
.opp_120days .numb_tit_wrap {
  margin-bottom: 85px;
}
.opp_120days .fl_div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.opp_120days .info {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 32px;
  margin-bottom: 65px;
}
.opp_120days ul li {
  margin-bottom: 60px;
}
.opp_120days ul div {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  margin-bottom: 6px;
}
.opp_120days ul p {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 32px;
}

.numb_tit_wrap {
  text-align: center;
}
.numb_tit_wrap .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
}
.numb_tit_wrap .stit {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
.numb_tit_wrap .stit b {
  font-weight: 600;
  color: #000000;
}

.opp01 > div {
  position: relative;
  z-index: 2;
  background: #fff;
}
.opp01 .area01 {
  background: url(/images/content/opp01_ar01.jpg);
}
.opp01 .area01 .inner {
  height: 500px;
}
.opp01 .area01 .inner p {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 44px;
  letter-spacing: -0.025em;
}
.opp01 .area02 {
  background: #0c6175;
}
.opp01 .area02 .inner {
  text-align: center;
  height: 420px;
}
.opp01 .area02 p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  margin-bottom: 35px;
}
.opp01 .area03 .inner {
  padding: 100px 0 80px;
}
.opp01 .area03 .tit {
  font-weight: 500;
  margin-bottom: 76px;
}
.opp01 .area03 .img {
  width: 780px;
  height: 420px;
  border-radius: 16px;
  background-color: #efefef;
  overflow: hidden;
}
.opp01 .area03 .img01 {
  background-image: url(/images/content/opp01_ar03_1.jpg);
}
.opp01 .area03 .img02 {
  background-image: url(/images/content/opp01_ar03_2.jpg);
}
.opp01 .area03 .img03 {
  background-image: url(/images/content/opp01_ar03_3.jpg);
}
.opp01 .area04 {
  background: #dcc7cd;
}
.opp01 .area04 .inner {
  height: 350px;
}
.opp01 .area04 .inner div {
  font-size: 44px;
  font-weight: 500;
  color: #000000;
  line-height: 44px;
  letter-spacing: -0.025em;
  margin-bottom: 40px;
}
.opp01 .area04 .inner p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.opp01 .area05 .inner {
  padding: 100px 0 35px;
}
.opp01 .area05 .tit {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 45px;
}
.opp01 .area05 .icon_box {
  width: 340px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.opp01 .area05 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.opp01 .area05 p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  text-align: center;
  height: 100px;
}
.opp01 .area06 {
  background: #fdc747;
}
.opp01 .area06 .inner {
  height: 310px;
}
.opp01 .area06 .inner div {
  font-size: 44px;
  font-weight: 500;
  color: #000000;
  line-height: 44px;
  letter-spacing: -0.025em;
}
.opp01 .area07 {
  width: 100%;
}
.opp01 .area07 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.opp01 .area07 .bg::before {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: url(/images/content/opp01_ar07_back.jpg) no-repeat top center;
}
.opp01 .area07 .inner {
  z-index: 1;
  padding: 80px 0 0;
}
.opp01 .area07 .tit {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.opp01 .area07 .card {
  padding-top: 55px;
  width: 650px;
  height: 710px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #dcc7cd;
  background-position: center;
  background-repeat: no-repeat;
  margin: 50px auto;
}
.opp01 .area07 .card.card01 {
  background-image: url(/images/content/opp01_ar07_1.jpg);
}
.opp01 .area07 .card.card02 {
  background-image: url(/images/content/opp01_ar07_2.jpg);
}
.opp01 .area07 .card.card03 {
  background-image: url(/images/content/opp01_ar07_3.jpg);
}
.opp01 .area07 .card.card03 .btn {
  margin-top: 480px;
}
.opp01 .area07 p {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  line-height: 42px;
  margin-bottom: 25px;
  text-align: center;
}
.opp01 .area08 p {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 55px;
}

.opp02 .area01 {
  background: url(/images/content/opp02_ar01.jpg) no-repeat center;
}
.opp02 .area01 .inner {
  height: 500px;
}
.opp02 .area01 p {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 44px;
  letter-spacing: -0.025em;
}
.opp02 .area02 {
  padding: 80px 0;
  background: url(/images/content/opp02_ar02.jpg) no-repeat center;
}
.opp02 .area02 .inner {
  position: relative;
}
.opp02 .area02 .tit {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  text-align: left;
  margin-bottom: 30px;
}
.opp02 .area02 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50%;
  height: 500px;
}
.opp02 .area02 .txt li {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 50px;
  position: relative;
  padding-left: 20px;
}
.opp02 .area02 .txt li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 10px;
}
.opp02 .area03 {
  padding: 80px 0;
}
.opp02 .area03 .img {
  width: 680px;
  height: 360px;
  background-color: #340556;
  border-radius: 16px;
  overflow: hidden;
}
.opp02 .area03 .img01 {
  background-image: url(/images/content/opp02_ar03.jpg);
}
.opp02 .area03 .stit {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  text-align: left;
  margin-bottom: 27px;
}
.opp02 .area03 .desc {
  margin-bottom: 27px;
}
.opp02 .area03 .btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.opp02 .area04 {
  padding: 80px 0;
  background: #f7f2ed;
  text-align: center;
}
.opp02 .area04 .tit {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 35px;
}
.opp02 .area04 ul {
  margin: 50px 0;
}
.opp02 .area04 li {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
}
.opp02 .area04 .info {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
.opp02 .area05 {
  padding: 100px 0 80px;
}
.opp02 .area05 .tit {
  margin-bottom: 20px;
}
.opp02 .area05 .numb_tit_wrap {
  margin-bottom: 85px;
}
.opp02 .area06 {
  background: #f2f2f2;
  padding: 100px 0;
}
.opp02 .area06 .tit {
  text-align: center;
  margin-bottom: 74px;
}
.opp02 .area06 .tit div {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 25px;
}
.opp02 .area06 .tit p {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
.opp02 .area06 .fl_div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.opp02 .area06 .img {
  margin-bottom: 29px;
}
.opp02 .area06 .box div {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  line-height: 32px;
  margin-bottom: 19px;
}
.opp02 .area06 .box p {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}
.opp02 .area06 .btn {
  margin-top: 55px;
}
.opp02 .area07 {
  margin-bottom: -100px;
}
.opp02 .area07 .inner {
  padding: 100px 0;
}
.opp02 .area07 .tit {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 52px;
}
.opp02 .area07 p {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 32px;
}

.opp03 .numbering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.opp03 .area01 .inner {
  width: 100%;
  background: #ece9f2;
}
.opp03 .area01 .fl_div {
  position: relative;
  padding-left: 50%;
  height: 540px;
}
.opp03 .area01 .tit {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 720px;
}
.opp03 .area01 .tit div {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 48px;
  text-align: center;
  text-align: left;
  margin-bottom: 30px;
}
.opp03 .area01 .tit p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.opp03 .area01 .img {
  width: 100%;
  height: 100%;
  background: url(/images/content/opp03_ar01.jpg) no-repeat;
}
.opp03 .area02 .inner {
  padding: 100px 0 80px;
}
.opp03 .area02 .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 28px;
}
.opp03 .area02 .video {
  width: 770px;
  height: 440px;
}
.opp03 .area02 .video.off {
  background: url(/images/content/opp03_ar02.jpg);
}
.opp03 .area03 {
  background: #f6f2ed;
}
.opp03 .area03 .inner {
  padding: 100px 0;
}
.opp03 .area03 .numb_tit_wrap {
  margin-bottom: 85px;
}
.opp03 .area03 .fl_div {
  gap: 100px;
}
.opp03 .area03 .video.vd01.off {
  background: url(/images/content/opp03_ar03_1.jpg) no-repeat center;
}
.opp03 .area03 .video.vd02.off {
  background: url(/images/content/opp03_ar03_2.jpg) no-repeat center;
}
.opp03 .area04 {
  background: #eddbcf;
}
.opp03 .area04 .inner {
  padding: 100px 0;
}
.opp03 .area04 .numb_tit_wrap {
  margin-bottom: 40px;
}
.opp03 .area04 .numb_tit_wrap .tit {
  margin-bottom: 30px;
}
.opp03 .area04 .box .txt {
  font-weight: 500;
  line-height: 32px;
  background-color: #f7a11a;
}
.opp03 .area04 .box .txt::before {
  background: #fff;
}
.opp03 .area04 .box i {
  background: url(/images/icon/icon_view_more.png) no-repeat center;
}
.opp03 .area04 .box.active .txt, .opp03 .area04 .box:hover .txt {
  color: #000000;
  background-color: #fff;
}
.opp03 .area04 .box01 .img {
  background-image: url(/images/content/opp03_ar04_1.png);
}
.opp03 .area04 .box02 .img {
  background-image: url(/images/content/opp03_ar04_2.png);
}
.opp03 .area04 .box03 .img {
  background-image: url(/images/content/opp03_ar04_3.png);
}
.opp03 .area04 .box04 .img {
  background-image: url(/images/content/opp03_ar04_4.png);
}
.opp03 .area04 .desc_wrap {
  width: 700px;
}
.opp03 .area04 .desc_wrap:has(.active) {
  padding-bottom: 75px;
}
.opp03 .area05 {
  background: #0c6175;
}
.opp03 .area05 .inner {
  padding: 100px 0;
}
.opp03 .area05 .numb_tit_wrap {
  margin-bottom: 95px;
  color: #fff;
}
.opp03 .area05 .numb_tit_wrap .tit {
  color: inherit;
  margin-bottom: 29px;
}
.opp03 .area05 .numb_tit_wrap .stit {
  color: inherit;
}
.opp03 .area05 .row_tit {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  margin-bottom: 39px;
}
.opp03 .area05 .box i.close {
  background: url(/images/icon/icon_view_more.png) no-repeat center;
}
.opp03 .area05 .box {
  border-radius: 40px;
  background-color: #fff;
}
.opp03 .area05 .box .txt {
  background-color: rgba(255, 255, 255, 0);
}
.opp03 .area05 .box01 .img {
  background-image: url(/images/content/1-play.png);
}
.opp03 .area05 .box02 .img {
  background-image: url(/images/content/2-play.png);
}
.opp03 .area05 .box03 .img {
  background-image: url(/images/content/3-play.png);
}
.opp03 .area05 .box04 .img {
  background-image: url(/images/content/4-play.png);
}
.opp03 .area05 .box05 .img {
  background-image: url(/images/content/5-play.png);
}
.opp03 .area05 .box06 .img {
  background-image: url(/images/content/6-play.png);
}
.opp03 .area05 .box07 .img {
  background-image: url(/images/content/7-play.png);
}
.opp03 .area05 .box08 .img {
  background-image: url(/images/content/8-play.png);
}
.opp03 .area05 .box09 .img {
  background-image: url(/images/content/9-play.png);
}
.opp03 .area05 .box10 .img {
  background-image: url(/images/content/10-play.png);
}
.opp03 .area05 .row + .row {
  margin-top: 100px;
}
.opp03 .area05 .row01 .box.active, .opp03 .area05 .row01 .box:hover {
  background-color: #d3f0f0;
}
.opp03 .area05 .row02 .box.active, .opp03 .area05 .row02 .box:hover {
  background-color: #bde1e1;
}
.opp03 .area05 .row03 .box.active, .opp03 .area05 .row03 .box:hover {
  background-color: #68c2c3;
}
.opp03 .area05 .row04 .box.active, .opp03 .area05 .row04 .box:hover {
  background-color: #09afab;
}
.opp03 .area05 .desc p {
  text-align: center;
  color: #fff;
}
.opp03 .area05 .video {
  width: 1024px;
  height: 575px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.opp03 .area05 .video.off.vd01 {
  background: url(/images/content/gtw_th01.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd02 {
  background: url(/images/content/gtw_th02.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd03 {
  background: url(/images/content/gtw_th03.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd04 {
  background: url(/images/content/gtw_th04.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd05 {
  background: url(/images/content/gtw_th05.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd06 {
  background: url(/images/content/gtw_th06.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd07 {
  background: url(/images/content/gtw_th07.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd08 {
  background: url(/images/content/gtw_th08.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd09 {
  background: url(/images/content/gtw_th09.jpg) no-repeat center;
}
.opp03 .area05 .video.off.vd10 {
  background: url(/images/content/gtw_th10.jpg) no-repeat center;
}
.opp03 .area06 .inner {
  padding: 100px 0;
}
.opp03 .area06 .video-zone {
  margin-top: 150px;
  text-align: center;
}
.opp03 .area06 .video {
  margin: 0 auto;
  width: 770px;
  height: 440px;
}
.opp03 .area06 .video.off {
  background: url(/images/content/opp03_ar06.jpg) no-repeat center;
}
.opp03 .area06 .vd_tit {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  margin-bottom: 18px;
}
.opp03 .area07 {
  background: #ece9f2;
}
.opp03 .area07 .inner {
  padding: 100px 0;
  text-align: center;
}
.opp03 .area07 .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 77px;
}
.opp03 .area07 .fl_div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.opp03 .area07 .icon {
  width: 42px;
  height: 42px;
  background: url(/images/icon/icon_check.png) no-repeat center;
  margin-bottom: 38px;
}
.opp03 .area07 .txt p {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 32px;
  margin-bottom: 20px;
}
.opp03 .area07 .txt div {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #340456;
  padding: 5px 2px;
  display: inline-block;
}
.opp03 .area07 .txt div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #340456;
}
.opp03 .area07 .txt div i {
  font-style: normal;
}
.opp03 .area08 .inner {
  padding: 100px 0;
}
.opp03 .area08 .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 64px;
}
.opp03 .area08 .btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.opp03 .area08 .swiper-wrapper {
  height: auto;
}
.opp03 .area09 {
  background: #f2f2f2;
}
.opp03 .area09 .inner {
  padding: 100px 0;
}
.opp03 .area09 .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}
.opp03 .area09 .info {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  text-align: center;
  margin-bottom: 93px;
}
.opp03 .area09 .fl_div {
  gap: 100px;
}
.opp03 .area09 .video.vd01.off {
  background: url(/images/content/opp03_ar09_1.jpg) no-repeat center;
}
.opp03 .area09 .video.vd02.off {
  background: url(/images/content/opp03_ar09_2.jpg) no-repeat center;
}

/*explore*/
.ex01 .area01 .stit {
  margin-bottom: 18px;
}
.ex01 .area03 {
  background: #fcfcf7;
}
.ex01 .area03 .inner {
  width: 100%;
  padding: 40px 0 0;
}
.ex01 .area03 .tit {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 38px;
  margin-bottom: 17px;
}
.ex01 .area03 .stit {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-bottom: 35px;
}
.ex01 .area03 .video {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.ex01 .area03 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ex01 .area03 .fl_div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.ex01 .area03 .txt {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 38px;
  padding: 55px 0 45px;
}
.ex01 .area03 .line {
  width: 2px;
  height: 60px;
  background: #000;
}
.ex01 .area04 .inner {
  padding: 70px 0 100px;
}
.ex01 .area04 .tit {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  margin-bottom: 25px;
}
.ex01 .area04 .video {
  width: 770px;
  height: 430px;
}
.ex01 .area04 .video.off {
  background: url(/images/content/meet_the_balance_concept_thumb.jpg) no-repeat center;
}
.ex01 .area04 .info {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  padding: 20px 0;
}
.ex01 .area06 {
  padding: 60px 0 100px;
}
.ex01 .question_zone {
  padding: 80px 0 0;
}

.ex02 .area05 {
  background: #f6f2ed;
}
.ex02 .area05 .inner {
  padding: 80px 0;
}
.ex02 .area05 .tit {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  margin-bottom: 25px;
}
.ex02 .area05 .video {
  width: 770px;
  height: 430px;
}
.ex02 .area05 .video.off {
  background: url(/images/content/balance_oil_thumb.jpg) no-repeat center;
}
.ex02 .review-zone {
  background: #eddbcf;
}
.ex02 .review-zone .img_round {
  width: 170px;
  height: 170px;
}
.ex02 .area14 {
  background: #dcc4b5;
}
.ex02 .area14 .inner {
  width: 800px;
  padding: 100px 0;
}
.ex02 .area14 .tit {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  margin-bottom: 29px;
}
.ex02 .area14 .info {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
}
.ex02 .area14 .video {
  width: 100%;
  height: 460px;
  margin-bottom: 25px;
}
.ex02 .area14 .video.off {
  background: url(/images/content/revoo_and_balanceoil_thumb.jpg) no-repeat center;
}
.ex02 .question_zone {
  padding: 80px 0 0;
}

.ex03 .video-bn-wrap .stit {
  margin-bottom: 25px;
}
.ex03 .video-bn-wrap .tit {
  margin-bottom: 28px;
}
.ex03 .area05 {
  background: #fcfcf7;
}
.ex03 .area05 .inner {
  padding: 80px 0;
}
.ex03 .area05 .fl_div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
.ex03 .area05 .txt {
  width: 50%;
}
.ex03 .area05 .tit {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 48px;
  margin-bottom: 20px;
}
.ex03 .area05 .stit {
  font-size: 17px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-bottom: 30px;
}
.ex03 .area06 .inner {
  padding: 100px 0 80px;
}
.ex03 .area06 .vd_tit {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  margin-bottom: 10px;
}
.ex03 .area06 .video {
  width: 650px;
  height: 365px;
}
.ex03 .area06 .video.vd01.off {
  background: url(/images/content/how_to_take_the_test_thumb.jpg) no-repeat center;
}
.ex03 .area06 .video.vd02.off {
  background: url(/images/content/how_to_read_the_test_thumb.jpg) no-repeat center;
}
.ex03 .question_zone {
  margin-top: 100px;
}

.ex04 .in-carousel-wrap {
  background: #f5f8f8;
}
.ex04 .in-carousel-wrap .icon {
  text-align: center;
  padding: 20px 0;
}
.ex04 .review-zone {
  background: #c1dfea;
}
.ex04 .video-zone {
  background: #eddbcf;
}
.ex04 .video-zone .inner {
  padding: 85px 0 80px;
}
.ex04 .video-zone .tit {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  margin-bottom: 25px;
}
.ex04 .video-zone .video {
  width: 800px;
  height: 450px;
}
.ex04 .video-zone .video.off {
  background: url(/images/content/zino_gene_plus_thumb.jpg) no-repeat center;
}
.ex04 .question_zone {
  margin-top: 80px;
}

.ex05 .video-zone .video {
  width: 770px;
  height: 430px;
}
.ex05 .video-zone .tit {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 38px;
  text-align: center;
  margin-bottom: 22px;
}
.ex05 .video-zone .inner {
  padding: 85px 0 80px;
}
.ex05 .area06 .video.off {
  background: url(/images/content/meet_viva_plus_thumb.jpg) no-repeat center;
}
.ex05 .area10 .video.off {
  background: url(/images/content/meet_zino_gene_plus_thumb.jpg) no-repeat center;
}
.ex05 .in-carousel-wrap.in01 {
  background: #ece9f2;
}
.ex05 .in-carousel-wrap.in02 {
  background: #f0f7ef;
}