@charset "utf-8";

/* #################################### ★Minz #################################### */
:root {
  --minzy-max-width: 1600px;

  --frame-width: 80%;
  --frame-margin: clamp(6.25rem, 10.1563vw, 24.375rem);
  --frame-new-margin: clamp(1.875rem, 2.1094vw, 5.0625rem);

  --h1-size: clamp(3.125rem, 2.9297vw, 7rem);
  --h1-lineHeight: clamp(3.3125rem, 4.4141vw, 10.625rem);
  --h1-weight: 600;
  --h1-margin: clamp(1.25rem, 1.875vw, 4.5rem);

  --h2-size: clamp(1.375rem, 1.25vw, 3rem);
  --h2-weight: 300;
  --h2-lineHeight: clamp(1.9375rem, 1.7578vw, 4.1875rem);

  --p-size: clamp(1.125rem, 0.8984vw, 2.1875rem);
  --p-weight: 300;
  --p-lineHeight: clamp(1.4375rem, 1.3281vw, 3.1875rem);
  --p-margin: clamp(3.125rem, 3.125vw, 7.5rem);
  --p-color: #9d9d9d;
}

.section-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: var(--frame-margin);
}

.section-frame {
  width: var(--frame-width);
  height: auto;
  margin: 0 auto;
}

.section-frame > h1 {
  font-size: var(--h1-size);
  line-height: var(--h1-lineHeight);
  font-weight: var(--h1-weight);
  margin-bottom: var(--h1-margin);
}

.section-frame > h2 {
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: var(--h2-lineHeight);
}

.section-frame > h2 > span {
  display: block;
}

.section-frame > p {
  font-size: var(--p-size);
  font-weight: var(--p-weight);
  line-height: var(--p-lineHeight);
  margin-top: var(--p-margin);
  color: var(--p-color);
}

.section-frame > p > span {
  display: block;
}

/* -------------------------------1------------------------------------- */
.minzy_bg {
  width: 100%;
  height: auto;
}

.minzy_bg video {
  display: block;
  width: clamp(15.625rem, 31.25vw, 75rem);
  height: auto;
  margin: clamp(3.125rem, 5.0781vw, 12.1875rem) auto 0 auto;
}

/* -------------------------------2------------------------------------- */
.section-2-img-wrap {
  width: 100%;
  height: auto;
  margin-top: var(--frame-new-margin);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.section-2-img-wrap img {
  width: 50%;
  height: auto;
}

.section-2-table {
  width: 100%;
  height: auto;
  overflow-x: auto;
  margin-top: var(--p-margin);
}

/* -------------------------------3------------------------------------- */
.section-frame-3-contents {
  width: 100%;
  height: auto;
  margin-top: var(--frame-new-margin);
}

.section-frame-3-contents ul {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.section-frame-3-contents li {
  width: 22%;
  height: auto;
  overflow: hidden;
  text-align: center;
  border-top: 3px solid var(--signature-color);
}

.section-frame-3-contents li span {
  display: block;
}

.section-frame-3-contents li h3 {
  font-size: clamp(1.25rem, 1.0156vw, 2.4375rem);
  font-weight: 600;
  padding: clamp(1.5rem, 1.1719vw, 2.8125rem) 0;
  border-bottom: 1px solid #474747;
}

.section-frame-3-contents li h4 {
  display: flex;
  width: 100%;
  height: clamp(6.25rem, 4.6875vw, 11.25rem);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.25rem, 0.2344vw, 0.5625rem);
  font-size: clamp(1.125rem, 0.7813vw, 1.875rem);
  font-weight: 300;
  border-bottom: 1px solid #474747;
}

.section-frame-3-contents li p {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.25rem, 0.2344vw, 0.5625rem);
  font-size: clamp(1.125rem, 0.7813vw, 1.875rem);
  width: 100%;
  height: clamp(11.25rem, 7.8125vw, 18.75rem);
}

.section-frame-3-contents-img {
  width: 100%;
  height: auto;
}

.section-frame-3-contents-img img {
  width: 100%;
  height: auto;
}

/* ################################### ★hanna #################################### */
.section-frame-4-contents {
  width: 100%;
  height: auto;
  margin-top: var(--frame-new-margin);
}

.section-frame-3-top-img-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.section-frame-3-top-img {
  display: flex;
  width: 33.33%;
  height: auto;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.section-frame-3-top-img img {
  width: 80%;
  height: auto;
}

.section-frame-3-table-wrap {
  width: 100%;
  height: auto;
  overflow-x: auto;
  margin-top: var(--p-margin);
}

.section-frame-4 h3 {
  text-align: center;
  font-size: clamp(1.375rem, 1.0156vw, 2.4375rem);
  font-weight: 600;
  margin-top: clamp(1.25rem, 1.5625vw, 3.75rem);
}

.hanna_wrap {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 15px;
}
/* title text */
.hanna_text1 {
  font-size: 42px;
  font-weight: 600;
  color: #16b7ff;
  border-bottom: 11px;
}
.hanna_text2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 40px 0;
}
.hanna_text3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}
.hanna_images {
  height: 515px;
  width: 50%;
  height: 50%;
}

.hanna_images img {
  max-width: 250px;
  object-fit: contain;
  min-height: 100px;
  border-radius: 30px;
  align-items: center;
}

.minzy_banner_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.minzy_banner_wrap p {
  margin-bottom: 25px;
  text-align: center;
}

/* wrap2 */
.hanna_wrap2 {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/temp_sec_bg_mask.png) center center no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: clamp(1.875rem, 4.6875vw, 11.25rem) 0px;
  overflow-x: scroll;
  border: 1px solid red;
}

.hanna_wrap2::before,
.hanna_wrap2::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
}

.hanna_wrap2::before {
  top: 0;
  background: linear-gradient(180deg, #000, transparent);
  z-index: 0;
}

.hanna_wrap2::after {
  bottom: 0;
  background: linear-gradient(180deg, transparent, #000);
  z-index: -1;
}

/* table */
.hanna_gas-table {
  position: relative;
  width: 100%;
  min-width: 83.125rem;
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
}

.hanna_gas-table th,
.hanna_gas-table td {
  padding: 15px;
}

.hanna_gas-table td {
  /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.hanna_gas-table th:last-child {
  /* border-right: none; */
}

.hanna_gas-table thead th {
  background-color: #44444446;
  font-weight: bold;
}
.hanna_gas-table th span,
.hanna_gas-table td span {
  display: block;
  font-size: 15px;
  color: #ccccccc9;
  margin-top: 4px;
}
.hanna_gas-table thead th:nth-child(1) {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.hanna_gas-table tr:nth-child(2) td {
  border: none;
  display: none;
}

/* hanna_2 */
.hanna_titlewrap {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 10px;
}
.hanna_titletext p:nth-child(1) {
  font-size: 80px;
  font-weight: 500;
  text-align: center;
}
.hanna_titletext p:nth-child(2) {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding: 33px;
  line-height: 46px;
}

/* table */
.hanna_table_wrap {
  width: 100%;
  height: auto;
  margin-top: 40px;
  overflow-x: auto;
}

.hanna_table {
  width: 100%;
  min-width: 83.125rem;
}

.tabletitle {
  margin-top: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  padding: 20px;
}

.tabletitle thead {
  text-align: center;
  display: flex;
}

.producttable {
  width: 100%;
  border-collapse: collapse;
}

.producttable thead {
  font-size: 18px;
  padding: 20px;
}

.producttable thead tr {
  background-color: #141414;
  font-size: 20px;
}
.producttable thead tr th {
  font-size: 18px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  padding: 20px 15px;
}

.producttable tbody {
  padding: 20px;
}
.producttable tbody tr td {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 15px;
  font-size: 16px;
}

/* titlewrap2 */

.hanna_titlewrap2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: var(--p-margin);
}

.hanna_text {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.hanna_text > p {
  font-size: clamp(18px, 0.8594vw, 2.0625rem);
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}

.hanna_text > img {
  width: auto;
  height: clamp(60px, 3.125vw, 7.5rem);
}

.hanna_banner {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.hanna_banner-title {
  font-size: 32px;
  font-weight: 600;
  justify-content: center;
}
.hanna_banner1 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hanna_banner1 img {
  max-width: 120px;
}

.hanna_banner-title {
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.hanna_banner2 {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.hanna_images {
  width: 32%;
  max-width: 270px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.hanna_images p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 0 10px;
  margin-top: 30px;
}

.hanna_banner2 p:last-child {
  font-size: 18px;
  font-weight: 400;
}

.hanna_transmitter {
  width: 100%;
  display: flex;
}

.hanna_transmitter img {
  max-width: 700px;
  width: 49%;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 15px;
}

.hanna_line {
  border-top: none;
}

footer {
  margin-top: clamp(1.875rem, 5.0781vw, 12.1875rem);
}

/* **************************************************************
    0) Responsive Area
************************************************************** */
@media all and (max-width: 1220px) {
  .section-frame h2 span,
  .section-frame > p > span {
    display: inline;
  }

  .section-frame h1 span {
    display: block;
  }

  .section-frame-3-contents li {
    width: 46%;
  }

  .section-frame-3-top-img {
    width: 100%;
  }

  .section-frame-3-contents li:nth-child(3),
  .section-frame-3-contents li:nth-child(4) {
    margin-top: clamp(5.25rem, 3.2813vw, 7.875rem);
  }

  .hanna_banner {
    flex-direction: column;
  }

  .hanna_banner-title {
    display: none;
  }

  .hanna_banner1 {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 50px;
  }

  .hanna_banner2 {
    width: 100%;
    justify-content: space-evenly;
  }
}

@media all and (max-width: 860px) {
  .tabletitle {
    font-size: 22px;
    margin-top: 0;
    padding: 30px 10px 0 10px;
  }

  .hanna_titlewrap {
    height: auto;
  }

  .hanna_banner1 {
    width: 100%;
    flex-direction: row;
  }

  .hanna_text2 {
    font-size: 22px;
  }

  .hanna_text3 {
    font-size: 18px;
  }

  .hanna_transmitter {
    margin: 40px 0;
  }

  .hanna_gas-table th span,
  .hanna_gas-table td span {
    display: none;
  }

  .hanna_banner1 {
    margin-bottom: 20px;
  }

  .hanna_banner2 {
    width: 100%;
    margin: 30px 0;
    padding: 15px;
  }
}

@media all and (max-width: 720px) {
  .hanna_wrap2 {
    padding: 1.875rem;
  }
}

@media all and (max-width: 650px) {
  :root {
    --frame-width: 85%;
  }

  .section-2-img-wrap img {
    width: 100%;
    height: auto;
  }

  .section-frame-3-contents li {
    width: 100%;
  }

  .section-frame-3-contents li:nth-child(2),
  .section-frame-3-contents li:nth-child(3),
  .section-frame-3-contents li:nth-child(4) {
    margin-top: clamp(5.25rem, 3.2813vw, 7.875rem);
  }
}

@media all and (max-width: 540px) {
  .hanna_banner1 {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .hanna_banner1 img {
    max-width: 180px;
  }

  .hanna_banner2 {
    width: 100%;
    padding: 10px;
    flex-direction: column;
  }

  .hanna_banner2 p:last-child {
    font-size: 16px;
    font-weight: 300;
  }

  .hanna_images {
    width: 100%;
    margin-bottom: 50px;
  }
}
