:root{
  --head: 5.417vw;
  --color: #fdfd15;
  --brand: #1a2a51;
  --brand-red: #b41d23;
  --sec-radius: 2.917vw;
  --card-gap: 2.083vw;
  --sec-pad-lr: 4.010vw;
}

.C-wrap{
  width: 83.333vw;
  margin: 0 auto;
}

body {
  color: var(--brand);
  background: #f5f5f5;
}

.head1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 4.688vw;
  padding: 0 2.240vw;
  background: transparent;
  transition: all ease 0.6s;
}
.isback .head1 {
  transform: translateY(-100%);
}
.head1 .logo {
  width: 8.542vw;
}
.head1 .right {
  gap: 1.250vw;
}
.head1 .lang {
  gap: 0.417vw;
  color: var(--brand);
  cursor: pointer;
  text-transform: uppercase;
}
.head1 .lang .jt {
  display: inline-block;
  width: 0.469vw;
  height: 0.260vw;
  background: url('/img/chevron-down.svg') no-repeat center/contain;
  transition: transform .3s;
}
.head1 .lang:hover .jt {
  transform: rotate(180deg);
}
.head1 .lang {
  position: relative;
}
.lang-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 5.208vw;
  background: #fff;
  border-radius: 0.417vw;
  box-shadow: 0 0.208vw 0.833vw rgba(0,0,0,0.12);
  padding: 0.313vw 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 60;
}
.head1 .lang:hover .lang-drop {
  opacity: 1;
  visibility: visible;
}
.lang-drop .lang-item {
  display: block;
  padding: 0.417vw 0.833vw;
  color: var(--brand);
  white-space: nowrap;
  text-align: center;
  transition: background .3s;
}
.lang-drop .lang-item:hover {
  background: rgba(26,42,81,0.06);
}
.lang-drop .lang-item.on {
  color: var(--brand-red);
  font-weight: 700;
}
.btn-inquiry {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.417vw;
  padding: 0.729vw 1.094vw;
  color: var(--brand);
  border-radius: 5.208vw;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 0.104vw rgba(0, 0, 0, 0.1), 0 0.052vw 0.417vw rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px #a6a6a6, inset 0 0 0.417vw 0 #f2f2f2;
  transition: all .8s;
}
.btn-inquiry .arrow {
  width: 1.667vw;
  height: 0.625vw;
  background: url('/img/btn-arrow.svg') no-repeat center/contain;
}
.head1 .right .btn-inquiry:hover {
  background: var(--brand-red);
  box-shadow: none;
}
.head1 .right .btn-inquiry:hover .arrow {
  background: url('/img/btn-arrow-white.svg') no-repeat center/contain;
}
.head1 .right .btn-inquiry:hover span {
  color: #fff;
}
.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.banner .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner .bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(234, 231, 226, 0.4) 100%);
  pointer-events: none;
}
.banner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 85.208vw;
  margin: 0 auto;
  padding: 10.417vw 2.083vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--brand);
}
.banner-left {
  padding-top: 0.625vw;
  max-width: 29.167vw;
}
.banner-left p {
  margin-bottom: 0.521vw;
  letter-spacing: 0.02em;
}
.banner-left h1 {
  line-height: 1.15;
}
.banner-right {
  width: 25.958vw;
}
.banner-right > p {
  margin-bottom: 2.396vw;
  line-height: 1.3;
}
.banner-card {
  width: 100%;
  aspect-ratio: 460 / 500;
  border-radius: 1.875vw;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 1.042vw 2.083vw rgba(26, 42, 81, 0.15);
}
.banner-card img,
.banner-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-spacer {
  height: 100vh;
  pointer-events: none;
}

#app {
  position: relative;
  z-index: 2;
}

.sec {
  position: relative;
  padding: 0 var(--sec-pad-lr);
  margin-bottom: 5.208vw;
  
}
.sec-inner {
  background: #fff;
  border-radius: var(--sec-radius);
  padding: 3.021vw 3.490vw 6.250vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.521vw 2.083vw rgba(26, 42, 81, 0.08);
}
.sec4 .sec-inner {
  overflow: visible;
}
.sec2 .sec-inner {
  padding: 3.021vw 3.490vw 4.167vw;
}
.sec-body {
  gap: 6.667vw;
  align-items: flex-start;
}
.sec-body > .num {
  color: var(--brand);
  line-height: 1;
  flex-shrink: 0;
  padding-top: 0.417vw;
}
.sec-main {
  flex: 1;
  min-width: 0;
  max-width: calc(100% - 13.333vw);
}
.sec-head {
  margin-bottom: 4.167vw;
}
.sec-head .head-title {
  gap: 1.042vw;
  color: var(--brand);
  line-height: 1;
}
.sec-head .head-title p:first-child {
  text-transform: capitalize;
}

.dot-list {
  color: var(--brand);
  margin-bottom: 3.125vw;
}
.dot-item {
  position: relative;
  line-height: 1.7;
  padding-left: 0.938vw;
  margin-bottom: 0.625vw;
}
.dot-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.625vw;
  width: 0.313vw;
  height: 0.313vw;
  border-radius: 50%;
  background: var(--brand);
}

.sec1 .compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.250vw 4.688vw;
  margin-bottom: 7.292vw;
}
.sec1 .compare-col {
  position: relative;
  padding: 2.344vw 2.292vw 5.000vw;
}
.sec1 .compare-hi {
  border-radius: 0.938vw;
  border: 0.75px solid #e0e0e0;
  background: rgba(217, 217, 217, 0.2);
}
.sec1 .compare-img {
  width: 100%;
  height: 16.979vw;
  margin-bottom: 2.865vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0.729vw;
}
.sec1 .compare-grid > .compare-col:nth-child(n+3) .compare-img {
  height: 15.625vw;
}
.banner .bg video {
  object-fit: cover;
  object-position: center -60%;
}
.sec1 .compare-img img {
  width: auto;
  height: 100%;
  display: block;
}
.sec1 .compare-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.sec1 .compare-title {
  gap: 0.833vw;
  margin-bottom: 1.146vw;
  padding-left: 0.625vw;
}
.sec1 .compare-title .icon {
  width: 1.823vw;
  height: 1.823vw;
  flex-shrink: 0;
}
.sec1 .compare-title p {
  color: #888;
  line-height: 1;
}
.sec1 .compare-hi .compare-title p {
  color: var(--brand);
}
.sec1 .compare-desc {
  color: #888;
  line-height: 1.6;
  padding-left: 3.281vw;
}
.sec1 .compare-hi .compare-desc {
  color: var(--brand);
}
.sec1 .star {
  display: block;
  color: #000;
  text-align: right;
  margin-top: -2.083vw;
  margin-bottom: 1.042vw;
}
.sec1 .star-list {
  color: var(--brand);
  margin-bottom: 1.771vw;
  line-height: 1.5;
}
.sec1 .star-item {
  position: relative;
  padding-left: 1.250vw;
}
.sec1 .star-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.938vw;
  width: 0.417vw;
  height: 0.417vw;
  border-radius: 50%;
  background: var(--brand);
}
.sec1 .ref-title {
  color: var(--brand);
  margin-bottom: 0.833vw;
}
.sec1 .ref-grid {
  color: var(--brand);
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
}
.sec1 .ref-grid p {
  margin: 0;
}

.sec2 .sec2-body {
  gap: 11.094vw;
}
.sec2 .sec2-left {
  flex: 1;
  min-width: 0;
}
.sec2 .sec2-left .sec-head {
  margin-bottom: 4.167vw;
}
.sec2 .sec2-list {
  padding-left: 1.042vw;
  margin-bottom: 0;
}
.sec2 .sec2-right {
  width: 27.708vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec2 .sec2-right .flex-btn {
  display: flex;
  gap: 1.5625vw;
}
.sec2 .sec2-right .manual-card {
  width: 100%;
}
.sec2 .sec2-list .dot-item {
  margin-bottom: 1.250vw;
}
.manual-card {
  position: relative;
  width: 32.292vw;
  flex-shrink: 0;
  border-radius: 0.833vw;
  overflow: hidden;
  aspect-ratio: 620 / 400;
}
.manual-card .pic {
  width: 100%;
  height: 100%;
}
.manual-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manual-card .manual-text {
  position: absolute;
  left: 2.083vw;
  bottom: 2.083vw;
  color: #fff;
  z-index: 2;
}
.manual-card .manual-text .cn {
  margin-bottom: 0.313vw;
  line-height: 1;
}
.manual-card .manual-text .en {
  opacity: 0.4;
  line-height: 1;
}
.sec2 .sec2-desc {
  color: var(--brand);
  line-height: 1.6;
  margin: 1.563vw 0 1.042vw;
  width: 100%;
}
.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.417vw;
  padding: 0.729vw 3.125vw;
  color: #fff;
  background: var(--brand-red);
  border-radius: 5.208vw;
  box-shadow: 0 0.208vw 0.729vw rgba(180, 29, 35, 0.25);
  transition: all .8s;
  cursor: pointer;
}
.btn-download:hover {
  background: var(--brand);
  box-shadow: none;
}
.btn-download .arrow {
  width: 1.667vw;
  height: 0.625vw;
  background: url('/img/btn-arrow-white.svg') no-repeat center/contain;
}
.sec2 .btn-download {
  margin-top: 0.521vw;
}

.sec3 .sec3-body {
  gap: 3.125vw;
}
.sec3 .sec3-title {
  color: var(--brand);
  line-height: 1.3;
  margin-bottom: 3.750vw;
}
.sec3 .honor-list-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-right: calc(1.0417vw + 2px); /* 20px 间距 + 2px 滚动条 */
}
.sec3 .honor-list {
  max-height: 20.8333vw;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sec3 .honor-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.sec3 .honor-list-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}
.sec3 .honor-list-wrap.has-scroll .honor-list-bar {
  opacity: 1;
}
.sec3 .honor-list-bar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 5.3125vw; /* 102px */
  background: #1A2A51;
  border-radius: 1px;
}
.sec3 .honor-item {
  gap: 0.625vw;
  margin-bottom: 5.208vw;
  color: var(--brand);
}
.sec3 .honor-item:last-child {
  margin-bottom: 0;
}
.sec3 .honor-item .icon {
  width: 1.771vw;
  height: 1.771vw;
  flex-shrink: 0;
}
.sec3 .honor-item .text {
  flex: 1;
}
.sec3 .honor-item .t1 {
  margin-bottom: 0.677vw;
  line-height: 1.3;
}
.sec3 .honor-item .t2 {
  line-height: 1.6;
}
.sec3 .sec3-right {
  width: 32.292vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec3 .sec3-right .manual-card {
  width: 100%;
}
.sec3 .btn-download {
  margin-top: 1.042vw;
}

.sub-title {
  color: var(--brand);
  margin: 6.250vw 0 2.708vw;
  line-height: 1;
}
.sub-title:first-of-type {
  margin: 0 0 1.458vw;
}
.sec4 .tier-grid {
  gap: 2.604vw;
  margin-bottom: 3.125vw;
}
.tier-card {
  background: #fff;
  border: 1px solid rgba(26, 42, 81, 0.26);
  border-radius: 1.927vw;
  padding: 2.604vw 1.563vw;
  text-align: center;
  gap: 0.677vw;
  box-shadow: 0 0.365vw 0.938vw rgba(26, 42, 81, 0.12);
  transition: all .4s;
  align-items: center;
  justify-content: flex-start;
}
.tier-card:hover {
  transform: translateY(-0.313vw);
  box-shadow: 0 0.625vw 1.563vw rgba(26, 42, 81, 0.18);
}
.tier-card .icon {
  width: 1.771vw;
  height: 1.771vw;
  margin-bottom: 0.313vw;
}
.tier-card .t1 {
  color: var(--brand);
  line-height: 1;
}
.tier-card .t2 {
  color: var(--brand);
  line-height: 1.6;
  max-width: 20.000vw;
}

.sec4 .mode-tabs {
  gap: 1.042vw;
  margin-bottom: 4.375vw;
  position: sticky;
  top: 1.042vw;
  z-index: 51;
}
.mode-tab {
  flex: 1;
  padding: 0.625vw 0.521vw;
  background: #1A2A51;
  color: #fff;
  border-radius: 1000px;
  text-align: center;
  cursor: pointer;
  transition: all .4s;
}
.mode-tab.on {
  background: var(--brand);
}
.mode-tab:hover {
  background: var(--brand-red);
}
.mode-panel:first-of-type {
  border-top: 0;
}
.mode-desc .t1 {
  color: #000;
  margin-bottom: 1.250vw;
  line-height: 1;
}
.mode-desc .t2 {
  color: #000;
  margin-bottom: 1.250vw;
  line-height: 1.6;
}
.mode-desc .notes {
  color: #000;
  line-height: 1.6;
  max-width: 22.917vw;
}
.mode-desc .notes .notes-item {
  position: relative;
  line-height: 1.7;
  padding-left: 0.938vw;
  margin-bottom: 0.625vw;
}
.mode-desc .notes .notes-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.625vw;
  width: 0.313vw;
  height: 0.313vw;
  border-radius: 50%;
  background: #000;
}
.mode-a {
  padding: 0 0 6.302vw;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, #1A2A51 50%, rgba(255, 255, 255, 0.50) 100%) 1;
}
.mode-a .mode-head {
  gap: 3.125vw;
  align-items: flex-start;
}
.mode-a .mode-desc {
  flex-shrink: 0;
}
.mode-a .mode-search {
  flex: 1;
  min-width: 0;
}
.search-box {
  width: 11.250vw;
  height: 1.979vw;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 1.875vw;
  padding: 0 0.885vw;
  gap: 0.521vw;
  margin-left: auto;
  margin-bottom: 1.354vw;
}
.search-box .ic {
  width: 0.833vw;
  height: 0.833vw;
  flex-shrink: 0;
}
.search-box input {
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.083vw;
  width: 100%;
  height: 100%;
}
.mode-table {
  border-top: 1px solid #e0e0e0;
}
.mode-table .tbody-wrap {
  position: relative;
  padding-right: calc(1.0417vw + 2px); /* 20px 间距 + 2px 滚动条 */
}
.mode-table .tbody {
  max-height: 26.0417vw;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mode-table .tbody::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.mode-table .tbody-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}
.mode-table .tbody-wrap.has-scroll .tbody-bar {
  opacity: 1;
}
.mode-table .tbody-bar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 5.3125vw; /* 102px */
  background: #1A2A51;
  border-radius: 1px;
}
.mode-table .thead {
  padding: 0.729vw 1.302vw;
  color: #000;
}
.mode-table .thead .th {
  color: #000;
}
.mode-table .th1,
.mode-table .td1 {
  width: 4.750vw;
  flex-shrink: 0;
  margin-right: 3.844vw;
}
.mode-table .th2,
.mode-table .td2 {
  width: 16.042vw;
  margin-right: 7.240vw;
}
.mode-table .td2 {
  width: 16.042vw;
  flex: none;
  overflow: hidden;
  line-height: 1.6;
  height: 1.6em;
  transition: height .6s ease;
  cursor: pointer;
}
.mode-table .td2 .td2-text {
  display: block;
}
.mode-table .th3,
.mode-table .td3 {
  flex-shrink: 0;
  flex: 1;
  text-align: center;
}
.mode-table .tr {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.250vw 1.302vw;
  color: rgba(0, 0, 0, 0.8);
  transition: background .3s;
}
.mode-table .tr:hover {
  background: rgba(217, 217, 217, 0.19);
}
.mode-table .td3 {
  flex: 1;
  cursor: pointer;
}
.mode-table .td3 .play {
  width: 1.927vw;
  height: 1.927vw;
  display: inline-block;
}
.mode-table .td3 .play img {
  width: 100%;
  height: 100%;
}
.mode-b {
  padding: 6.510vw 0 7.917vw;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, #1A2A51 50%, rgba(255, 255, 255, 0.50) 100%) 1;
}
.mode-b .sub-content {
  gap: 3.125vw;
  align-items: flex-start;
  margin-top: 1.250vw;
}
.mode-b .notes {
  width: 23.958vw;
  flex-shrink: 0;
}
.mode-b .sub-table {
  flex: 1;
  min-width: 0;
}
.mode-b .sub-t {
  color: #000;
  margin-bottom: 1.146vw;
  line-height: 1;
}
.mode-b .tb-head {
  padding: 0.625vw 0;
  color: #000;
}
.mode-b .tb-head .col {
  width: 25%;
}
.mode-b .tb-row {
  padding: 0.729vw 0;
  color: #000;
  cursor: pointer;
  transition: background .3s;
}
.mode-b .tb-row:hover {
  background: rgba(217, 217, 217, 0.16);
}
.mode-b .tb-row .col {
  width: 25%;
}
.mode-c {
  padding: 4.167vw 0 0;
}
.mode-c .mode-c-tip {
  color: #000;
  margin-top: 3.750vw;
  line-height: 1.5;
}

.sec5 .sec-inner {
  padding: 4.375vw 3.490vw;
  background: linear-gradient(255deg, var(--brand) 14.4%, var(--brand-red) 79.8%);
  color: #fff;
}
.sec5 .sec-body > .num,
.sec5 .sec-head .head-title p {
  color: #fff;
}
.sec5 .sec5-body {
  gap: 3.125vw;
  align-items: stretch;
}
.sec5 .sec5-left {
  flex: 1;
  min-width: 0;
  padding-top: 1.563vw;
}
.sec5 .sec5-left .tel {
  color: #fff;
  margin-bottom: 1.250vw;
  line-height: 1;
}
.sec5 .sec5-left .email {
  color: #fff;
  line-height: 1;
}
.sec5-form {
  width: 36.052vw;
  flex-shrink: 0;
}
.sec5-form .ipt-row {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  margin-bottom: 0.833vw;
}
.sec5-form .ipt-row.ipt-row-area {
  align-items: flex-start;
}
.sec5-form .ipt-label {
  flex-shrink: 0;
  width: 8.25vw;
  color: #fff;
  line-height: 1.3;
}
.sec5-form .ipt-row .ipt-wrap {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
.ipt-wrap {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 0.365vw;
  padding: 0.521vw 1.406vw;
  height: 3.021vw;
  display: flex;
  align-items: center;
  margin-bottom: 0.833vw;
}
.ipt-wrap.ipt-area {
  height: 5.365vw;
  padding: 0.938vw 1.406vw;
  align-items: flex-start;
}
.ipt-wrap input,
.ipt-wrap textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.ipt-wrap input::placeholder,
.ipt-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.sec5-form .ipt-row-agree {
  align-items: flex-start;
  margin-top: 0.208vw;
  margin-bottom: 0.521vw;
}
.sec5-form .ipt-label-empty {
  visibility: hidden;
}
.sec5-form .ipt-agree {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.521vw;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  user-select: none;
}
.sec5-form .ipt-agree input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.sec5-form .ipt-agree .agree-box {
  flex-shrink: 0;
  width: 1.042vw;
  height: 1.042vw;
  margin-top: 0.156vw;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.208vw;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  transition: all .3s;
}
.sec5-form .ipt-agree input:checked + .agree-box {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.85);
}
.sec5-form .ipt-agree input:checked + .agree-box::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.417vw;
  height: 0.260vw;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sec5-form .ipt-agree input:focus-visible + .agree-box {
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}
.sec5-form .ipt-agree .agree-text a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.156vw;
  transition: opacity .3s;
}
.sec5-form .ipt-agree .agree-text a:hover {
  opacity: 0.85;
}
.btn-submit {
  display: flex;
  width: 30.833vw;
  height: 3.385vw;
  border-radius: 5.208vw;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(6px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  gap: 0.417vw;
  cursor: pointer;
  margin: 1.042vw auto 0;
  box-shadow: inset 0 0 0.833vw rgba(255, 255, 255, 0.15);
  transition: all .4s;
}
.btn-submit .arrow {
  width: 1.667vw;
  height: 0.625vw;
  background: url('/img/btn-arrow-white.svg') no-repeat center/contain;
}
.btn-submit:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: translateY(-0.104vw);
}

footer {
  position: relative;
  z-index: 2;
  display: block;
  padding: 2.083vw var(--sec-pad-lr) 2.292vw;
  color: var(--brand);
}
.foot1 p {
  color: var(--brand);
  line-height: 1.5;
}

.protein-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}
.protein-modal.act {
  display: block;
}
.protein-modal .pm-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}
.protein-modal .pm-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 53.333vw;
  max-width: calc(100% - 1.667vw);
  max-height: calc(100vh - 3.125vw);
  overflow: auto;
  background: #fff;
  border-radius: 1.250vw;
  padding: 1.563vw 2.083vw 2.083vw;
  box-shadow: 0 1.042vw 3.125vw rgba(0, 0, 0, 0.25);
}
.protein-modal .pm-close {
  position: absolute;
  right: 0.521vw;
  top: 0.521vw;
  width: 1.667vw;
  height: 1.667vw;
  cursor: pointer;
  z-index: 2;
}
.protein-modal .pm-close::before,
.protein-modal .pm-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.042vw;
  height: 2px;
  background: #333;
  transform-origin: center;
}
.protein-modal .pm-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.protein-modal .pm-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.protein-modal .pm-video {
  position: relative;
  width: 100%;
  aspect-ratio: 944 / 528;
  border-radius: 1.042vw;
  overflow: hidden;
  margin-bottom: 1.250vw;
}
.protein-modal .pm-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.protein-modal .pm-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.063vw;
  height: 4.063vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.313vw 1.042vw rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all .3s;
  z-index: 2;
}
.protein-modal .pm-play::before {
  content: '';
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 1.042vw solid #1a2a51;
  border-top: 0.677vw solid transparent;
  border-bottom: 0.677vw solid transparent;
}
.protein-modal .pm-play:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
}
.protein-modal .pm-video.playing .pm-play {
  opacity: 0;
  pointer-events: none;
}
.protein-modal .pm-desc {
  color: #333;
  line-height: 1.7;
  display: none;
  padding-bottom: 2.083vw;
  margin-bottom: 1.042vw;
}
.protein-modal .pm-nav {
  color: #666;
}
.protein-modal .pm-nav a {
  gap: 0.313vw;
  color: #666;
  cursor: pointer;
  transition: color .3s;
}
.protein-modal .pm-nav a:hover {
  color: var(--brand);
}
.protein-modal .pm-nav .ic {
  width: 0.729vw;
  height: 0.729vw;
  background: url('/img/chevron-down.svg') no-repeat center/contain;
  transform: rotate(90deg);
}
.protein-modal .pm-next .ic {
  transform: rotate(-90deg);
}
.protein-modal .pm-nav a.disabled {
  opacity: 0.35;
  pointer-events: none;
}

body.modal-open {
  overflow: hidden;
}

.desc-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}
.desc-modal.act {
  display: block;
}
.desc-modal .dm-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}
.desc-modal .dm-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36.458vw;
  max-width: calc(100% - 1.667vw);
  max-height: calc(100vh - 3.125vw);
  overflow: auto;
  background: #fff;
  border-radius: 1.250vw;
  padding: 2.083vw 2.500vw 2.500vw;
  box-shadow: 0 1.042vw 3.125vw rgba(0, 0, 0, 0.25);
}
.desc-modal .dm-close {
  position: absolute;
  right: 0.521vw;
  top: 0.521vw;
  width: 1.667vw;
  height: 1.667vw;
  cursor: pointer;
  z-index: 2;
}
.desc-modal .dm-close::before,
.desc-modal .dm-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.042vw;
  height: 2px;
  background: #333;
  transform-origin: center;
}
.desc-modal .dm-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.desc-modal .dm-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.desc-modal .dm-title {
  color: var(--brand);
  line-height: 1.3;
  margin-bottom: 1.250vw;
  padding-right: 1.667vw;
}
.desc-modal .dm-body {
  color: #333;
  line-height: 1.7;
}
.desc-modal .dm-body p {
  margin-bottom: 0.625vw;
}

.C-Alert {
  background: rgba(26, 42, 81, 0.45) !important;
  backdrop-filter: blur(4px);
}
.C-Alert .alertPop {
  background: #fff !important;
  border-radius: 1.250vw !important;
  padding: 3.125vw 2.083vw 2.604vw !important;
  width: 22.917vw !important;
  box-shadow: 0 1.042vw 3.125vw rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.C-Alert .alertPop .close {
  top: 1.042vw !important;
  right: 1.042vw !important;
  width: 1.146vw !important;
  height: 1.146vw !important;
  background: none !important;
  opacity: .6;
  transition: opacity .3s;
}
.C-Alert .alertPop .close::before,
.C-Alert .alertPop .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.938vw;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
}
.C-Alert .alertPop .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.C-Alert .alertPop .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.C-Alert .alertPop .close:hover {
  opacity: 1;
}
.C-Alert .alertPop .tips {
  font-size: 1.250vw !important;
  font-weight: 700;
  color: var(--brand) !important;
  margin-bottom: 1.875vw !important;
  line-height: 1.4;
}
.C-Alert .alertPop .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.417vw;
  width: auto !important;
  min-width: 10.417vw;
  padding: 0 2.083vw;
  line-height: 2.604vw !important;
  background: var(--brand-red) !important;
  color: #fff !important;
  font-size: 0.833vw !important;
  border-radius: 5.208vw;
  box-shadow: 0 0.208vw 0.729vw rgba(180, 29, 35, 0.25);
  transition: all .4s;
}
.C-Alert .alertPop .btn:hover {
  background: var(--brand) !important;
  box-shadow: none;
}
.C-Alert .alertPop .btn::before {
  content: '';
  width: 1.667vw;
  height: 0.625vw;
  background: url('/img/btn-arrow-white.svg') no-repeat center/contain;
}

