@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Ubuntu:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Roboto&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ubuntu {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.primary-red {
  color: #B22226;
}
@media screen and (max-width: 767px) {
  main.home .swiperMBhide {
    display: none;
  }
}
.ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl {
    flex-direction: column;
  }
}
.ttl-top {
  display: flex;
  align-items: center;
}
.ttl-top > img {
  margin-right: 10px;
}
.ttl-1 {
  font-size: 56px;
  font-weight: 700;
  color: black;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .ttl-1 {
    font-size: 36px;
    margin-right: 0;
  }
}
.ttl-2 {
  font-size: 36px;
  font-weight: 400;
  color: #727479;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .ttl-2 {
    font-size: 20px;
    margin-top: 10px;
  }
}
.ttlbr {
  flex-direction: column;
}
.ttlbr .ttl-2 {
  margin-top: 10px;
}
.wpforms-hidden {
  display: none;
}
.wpforms-field {
  width: 100%;
  position: relative;
}
.wpforms-field ::placeholder {
  color: #595757;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.wpforms-field:not(:last-child) {
  margin-bottom: 15px;
}
.wpforms-field label {
  display: block;
  margin-bottom: 10px;
  color: black;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}
.wpforms-field.half-width {
  display: inline-block;
  width: calc(49.7% - 5px);
}
.wpforms-field.half-width.odd {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .wpforms-field.odd {
    margin-right: 0 !important;
  }
  .wpforms-field.half-width {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }
}
.wpforms-submit-container {
  margin-top: 20px;
  text-align: center;
}
.wpforms-submit-container button[type="submit"] {
  width: 100%;
  max-width: 320px;
  height: 42px;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-bottom: 40px;
  color: white;
  background-color: #B22226;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
}
.wpforms-submit-container button[type="submit"]:hover {
  transform: scale(0.9);
}
em.wpforms-error {
  position: absolute;
  bottom: -15px;
  right: 0;
  color: #B22226;
}
.wpforms-required-label {
  display: none;
}
.wpforms-confirmation-container {
  text-align: center;
}
body {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: white;
  transition: all 0.5s ease;
}
body::-webkit-scrollbar {
  display: none;
}
img, video {
  vertical-align: top;
}
*, *::before, *::after {
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  outline: none;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
}
section, main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nav {
  width: 100%;
  max-width: 2560px;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: white;
}
@media screen and (min-width: 2561px) {
  .nav {
    left: calc((100% - 2560px)/2);
  }
}
.nav-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px;
  z-index: 999;
  position: relative;
}
.nav-logo {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  transition: all 0.2s ease;
  padding-right: 20px;
}
@media screen and (max-width: 1279px) {
  .nav-logo {
    width: 145.88px;
    margin-left: 20px;
  }
  .nav-logo img {
    width: 100%;
  }
}
.nav-logo:hover {
  opacity: 0.8;
}
.nav-block {
  height: 100%;
  color: #323336;
  display: flex;
  justify-content: right;
  line-height: 160%;
}
@media screen and (max-width: 1279px) {
  .nav-block {
    display: none;
  }
}
.nav-block-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  position: relative;
  transition: all 0.2s ease;
  font-size: 18px;
  font-weight: 400;
  flex-shrink: 0;
}
.nav-block-item:hover {
  color: #B22226;
}
.nav-block-item:hover .nav-block-item-list {
  opacity: 1;
  pointer-events: auto;
}
.nav-block-item-link {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
.nav-block-item-list {
  position: absolute;
  top: 70px;
  left: 0;
  min-width: 100%;
  color: #323336;
  font-size: 18px;
  background-color: white;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.nav-block-item-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20.5px 10px;
  text-align: center;
  border-bottom: 1px solid #F1F4F5;
  transition: all 0.2s ease;
}
.nav-block-item-list a:hover {
  color: white;
  background-color: #B22226;
}
.nav-block-lang {
  width: 70px;
  height: 100%;
  background-color: #B22226;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.nav-block-lang:hover {
  color: #B22226;
}
.nav-block-lang:hover .nav-block-lang-list {
  opacity: 1;
  pointer-events: auto;
}
.nav-block-lang-list {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  color: #323336;
  font-size: 18px;
  background-color: white;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.nav-block-lang-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20.5px 5px;
  text-align: center;
  border-bottom: 1px solid #F1F4F5;
  transition: all 0.2s ease;
}
.nav-block-lang-list a:hover {
  color: white;
  background-color: #B22226;
}
.nav-mobileBtn {
  display: none;
  width: 70px;
  height: 100%;
  background-color: #B22226;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .nav-mobileBtn {
    display: flex;
  }
}
.nav-mobileBtn img {
  position: absolute;
  top: 15px;
  height: 15px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
}
.nav-mobileBtn-close {
  opacity: 0;
  transform: rotate3d(0, 1, 0, 180deg);
}
.nav-mb {
  position: absolute;
  width: 100%;
  height: calc(100vh - 70px);
  top: 70px;
  left: 0;
  background-color: white;
  transition: all 0.5s ease;
  transform: translateX(100%);
  opacity: 0;
  overflow-y: scroll;
}
.nav-mb-wrap {
  overflow-y: scroll;
  padding-top: 50px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #323336;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .nav-mb-wrap {
    padding-top: 0;
  }
}
.nav-mb-item {
  cursor: pointer;
  width: 100%;
  max-height: 70px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.nav-mb-item.active {
  max-height: 800px;
}
.nav-mb-item.active .nav-mb-item-link, .nav-mb-item.active span {
  background-color: #B22226;
  color: white;
}
.nav-mb-item.active .nav-mb-item-link svg rect, .nav-mb-item.active span svg rect {
  fill: white;
}
.nav-mb-item.active .nav-mb-item-link svg path, .nav-mb-item.active span svg path {
  stroke: white;
}
.nav-mb-item:not(:last-child) {
  border-bottom: 1px solid #F1F4F5;
}
.nav-mb-item-link, .nav-mb-item span {
  padding-left: 30px;
  display: block;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.nav-mb-item-list {
  display: flex;
  flex-direction: column;
}
.nav-mb-item-list a {
  padding-left: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  transition: all 0.2s ease;
}
.nav-mb-item-list a:hover {
  background-color: #B22226;
  color: white;
}
.nav-mb-item-list a:hover svg rect {
  fill: white;
}
.nav-mb-item-list a:hover svg path {
  stroke: white;
}
.nav-mb-item svg {
  transition: all 0.2s ease;
  margin: 0 14px 0 -10px;
}
.nav-mb-item svg rect {
  fill: black;
}
.nav-mb-item svg path {
  stroke: black;
}
.contactForm {
  width: 100%;
  color: #000000;
}
.contactForm-title {
  width: 100%;
  text-align: center;
  margin: 20px 0 60px 0;
  display: flex;
  justify-content: center;
}
.contactForm-title .ttl-1 {
  width: unset;
}
.contactForm-title .ttl-2 {
  width: unset;
}
.contactForm input, .contactForm select {
  width: 100%;
  height: 48px;
  border-radius: unset;
  border: 0;
  padding: 9px 0 9px 9px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  appearance: unset;
  background-color: #F1F4F5;
  color: #323336;
}
.contactForm select {
  padding: 9px 0 9px 14px;
  cursor: pointer;
}
.contactForm .select-tri {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #B22226;
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  bottom: 16.5px;
  right: 16.5px;
  transform: rotate(180deg);
}
.contactForm textarea {
  appearance: unset;
  width: 100%;
  height: 174px;
  border-radius: unset;
  border: 0;
  padding: 9px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  background-color: #F1F4F5;
  color: #323336;
}
.contactForm p {
  width: 100%;
  position: relative;
}
.contactForm p ::placeholder {
  color: #595757;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.contactForm p:not(:last-child) {
  margin-bottom: 10px;
}
.contactForm p label {
  display: block;
  margin-bottom: 10px;
  color: black;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}
.contactForm p input[type="submit"] {
  width: 100%;
  max-width: 320px;
  height: 42px;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-bottom: 40px;
  color: white;
  background-color: #B22226;
  border-radius: 4px;
}
.contactForm p input[type="submit"]:hover {
  transform: scale(0.9);
}
.contactForm-wrapBlock {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contactForm-wrapBlock {
    flex-direction: column;
  }
}
.contactForm-wrapBlock p {
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .contactForm-wrapBlock p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ftr {
  position: relative;
  z-index: 1000;
  padding: 50px 20px;
  background-color: #323336;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ftr {
    padding: 30px 10px;
  }
}
.ftr-wrap {
  display: flex;
  width: 100%;
  max-width: 1500px;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .ftr-wrap {
    flex-direction: column;
  }
}
.ftr-sc {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .ftr-sc.pc {
    display: none;
  }
}
.ftr-sc.mb {
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .ftr-sc.mb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ftr-sc.mb {
    margin-top: 20px;
  }
}
.ftr-sc span {
  display: block;
  margin: 0 20px 0 10px;
  font-size: 18px;
}
.ftr-sc a {
  display: block;
  transition: all 0.2s ease;
}
.ftr-sc a:not(:last-child) {
  margin-right: 12px;
}
.ftr-sc a:hover {
  opacity: 0.7;
}
.ftr-cp {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1199px) {
  .ftr-cp.pc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .ftr-cp.mb {
    display: none;
  }
}
.ftr-left {
  margin-right: 100px;
}
.ftr-left-logo {
  display: block;
  width: 248px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ftr-left-logo {
    width: 195px;
    margin-bottom: 20px;
  }
}
.ftr-left-logo img {
  width: 100%;
}
.ftr-right {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 30px;
}
@media screen and (max-width: 1199px) {
  .ftr-right {
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
  }
}
.ftr-right-item {
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .ftr-right-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.ftr-right-item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 4px;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .ftr-right-item-title {
    width: 100%;
  }
}
.ftr-right-item-link {
  display: block;
  font-size: 16px;
  line-height: 200%;
  padding: 10px;
  transition: all 0.2s ease;
  font-weight: 300;
}
.ftr-right-item-link:hover {
  opacity: 0.7;
}
.all-page-floatBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .all-page-floatBtn {
    right: 10px;
    bottom: 20px;
  }
}
.all-page-floatBtn a {
  display: block;
  transition: all 0.2s ease;
}
.all-page-floatBtn a:not(:last-child) {
  margin-bottom: 10px;
}
.all-page-floatBtn a:hover {
  transform: scale(0.8);
}
main.home {
  position: relative;
}
main.home .kv-wrap {
  position: relative;
  width: 100%;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  main.home .kv-wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  main.home .kv-wrap {
    margin-top: 70px;
    height: calc(100vh - 70px);
  }
}
main.home .kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.home .kv-img .kv_media {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(100%);
}
main.home .kv-img .kv_media.active {
  opacity: 1;
  transform: translateX(0%);
  transition: transform 2s ease-in-out;
}
main.home .kv-img .kv_media.leave {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 2s ease-in-out;
}
main.home .kv-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
}
main.home .kv-wd {
  position: relative;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.home .kv-wd {
    max-width: 360px;
  }
}
main.home .kv-wd-1 {
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  main.home .kv-wd-1 {
    font-size: 36px;
  }
}
main.home .kv-wd-2 {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.72px;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 767px) {
  main.home .kv-wd-2 {
    font-size: 16px;
    line-height: 200%;
  }
}
main.home .kv-wd-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 42px;
  line-height: 120%;
  letter-spacing: 0.36px;
  position: relative;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateY(100px);
  font-size: 18px;
  font-weight: 400;
}
main.home .kv-wd-3::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 15px;
  left: 0;
}
main.home .kv-wd-3::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 15px;
  right: 0;
}
main.home .kv-wd-3:hover {
  background: #B2222699;
}
main.home .kv-rectImg-1 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  main.home .kv-rectImg-1 {
    display: none;
  }
}
main.home .kv-rectImg-2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  main.home .kv-rectImg-2 {
    display: none;
  }
}
main.home .kv-scrollDown {
  position: absolute;
  bottom: 30px;
  display: flex;
  width: 88px;
  height: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 1023px) {
  main.home .kv-scrollDown {
    display: none;
  }
}
main.home .kv-scrollDown-lineWrap {
  width: 1px;
  height: 55px;
  overflow: hidden;
}
main.home .kv-scrollDown-line {
  display: block;
  background-color: white;
  width: 1px;
  height: 300px;
  animation: scroll 3s infinite linear;
  transform-origin: 50% 0%;
}
@keyframes scroll {
  0% {
    transform: translateY(0) scaleY(0);
  }
  40% {
    transform: translateY(0) scaleY(0.35);
  }
  100% {
    transform: translateY(100%) scaleY(0.4);
  }
}
main.home .kv-scrollDown-arrow {
  width: 10px;
  height: 10px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  position: absolute;
  bottom: 27px;
}
main.home .kv-scrollDown-wd {
  position: absolute;
  bottom: 0;
  margin-top: 5px;
  display: block;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  color: white;
}
main.home .kv-bgControl {
  position: absolute;
  width: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  right: 30px;
  top: 377px;
  z-index: 3;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  main.home .kv-bgControl {
    right: unset;
    top: unset;
    bottom: -80px;
    transform: rotate(-90deg);
  }
}
main.home .kv-bgControl.height-2pics {
  height: 98px !important;
}
main.home .kv-bgControl.height-3pics {
  height: 147px !important;
}
main.home .kv-bgControl.height-4pics {
  height: 196px !important;
}
main.home .kv-bgControl.height-5pics {
  height: 245px !important;
}
main.home .kv-bgControl-rect {
  background-color: white;
  display: block;
  width: 7px;
  height: 7px;
  cursor: pointer;
}
main.home .kv-bgControl-line {
  background-color: white;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8px;
}
main.home .kv-bgControl-sel {
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: -5px;
  left: 0;
  transition: all 0.5s ease;
}
main.home .sec1 {
  overflow: visible;
  position: relative;
  z-index: 2;
}
main.home .sec1-wrap {
  padding: 150px 0 200px 0;
}
@media screen and (max-width: 767px) {
  main.home .sec1-wrap {
    padding: 50px 0 100px 0;
  }
}
main.home .sec1-top {
  width: 100%;
  height: auto;
  max-width: 1214px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: black;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 1.28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1299px) {
  main.home .sec1-top {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec1-top {
    flex-direction: column;
    height: auto;
  }
}
main.home .sec1-top-slideNav {
  display: flex;
  align-items: center;
  width: 520px;
  height: 100%;
  justify-content: space-between;
  border: 0.5px solid #B5B5B6;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  main.home .sec1-top-slideNav {
    height: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-top-slideNav {
    width: 347px;
    font-size: 20px;
  }
}
main.home .sec1-top-slideNav .swiper {
  height: 100%;
  margin: 0 20px;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  main.home .sec1-top-slideNav .swiper {
    margin: 0 16px;
  }
}
main.home .sec1-top-slideNav .swiper .swiper-wrapper {
  align-items: center;
}
main.home .sec1-top-slideNav .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.home .sec1-top-slideNav .swiper-slide {
    line-height: 110%;
  }
}
main.home .sec1-top-slideNav-Larr, main.home .sec1-top-slideNav-Rarr {
  cursor: pointer;
}
main.home .sec1-top-slideNav-Larr img, main.home .sec1-top-slideNav-Rarr img {
  transition: all 0.2s ease;
}
main.home .sec1-top-slideNav-Larr img:hover, main.home .sec1-top-slideNav-Rarr img:hover {
  transform: scale(0.8);
}
main.home .sec1-btm {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
}
main.home .sec1-btm .swiper {
  position: relative;
  z-index: 1;
}
main.home .sec1-btm .swiper-slide {
  position: relative;
  transform: scale(0.5);
  transition: all 0.8s ease;
}
main.home .sec1-btm .swiper-slide-active {
  transform: scale(1);
}
main.home .sec1-btm-mainImg {
  max-width: 100%;
}
main.home .sec1-btm-rectItem {
  cursor: pointer;
  position: absolute;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  width: 180px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000000D;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem {
    width: 40px;
    height: 40px;
    background-color: unset;
  }
}
main.home .sec1-btm-rectItem:hover {
  background: #B222260D;
}
main.home .sec1-btm-rectItem::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem::before {
    display: none;
  }
}
main.home .sec1-btm-rectItem::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 24px;
  right: 0;
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-wd {
    display: none;
  }
}
main.home .sec1-btm-rectItem-ems {
  top: 21.6%;
  left: 7.475%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-ems {
    top: 15%;
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-ems {
    top: 25.7042%;
    left: 14.3589%;
  }
}
main.home .sec1-btm-rectItem-pms {
  bottom: 4.6666%;
  left: 15.048%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-pms {
    bottom: 2%;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-pms {
    bottom: 3.8732%;
    left: 23.0769%;
  }
}
main.home .sec1-btm-rectItem-emap {
  top: 13.86666%;
  right: 11.359%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-emap {
    top: 3%;
    right: 12%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-emap {
    top: 14.43662%;
    right: 22.5641%;
  }
}
main.home .sec1-btm-rectItem-one {
  top: 26.13333%;
  right: 1px;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-one {
    top: 18%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-one {
    top: 28.5211%;
    right: 4.87179%;
  }
}
main.home .sec1-btm-rectItem-bms {
  bottom: 4.6666%;
  right: 15.2427%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-bms {
    bottom: 2%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-bms {
    bottom: 3.8732%;
    right: 23.0769%;
  }
}
main.home .sec1-btm-rectItem-ica {
  top: 18.4%;
  left: 9.32%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-ica {
    top: 10%;
    left: 7%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-ica {
    top: 15%;
    left: 15%;
  }
}
main.home .sec1-btm-rectItem-ctd {
  bottom: 11.46666%;
  right: 7.4757%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-ctd {
    bottom: 5%;
    right: 7%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-ctd {
    bottom: 5%;
    right: 20%;
  }
}
main.home .sec1-btm-rectItem-vms {
  top: 19.3333%;
  left: 1.4563%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-vms {
    top: 8%;
    left: 8%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-vms {
    top: 10%;
    left: 12%;
  }
}
main.home .sec1-btm-rectItem-vfd {
  top: 6.6666%;
  right: 25.92233%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-vfd {
    top: 2%;
    right: 14%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-vfd {
    top: 8%;
    right: 22%;
  }
}
main.home .sec1-btm-rectItem-vrs {
  top: 25.73333%;
  right: 1.4563%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-vrs {
    top: 20%;
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-vrs {
    bottom: 5%;
    right: 10%;
  }
}
main.home .sec1-btm-rectItem-5g {
  bottom: 7.6%;
  right: 12.1359%;
}
@media screen and (max-width: 1099px) {
  main.home .sec1-btm-rectItem-5g {
    bottom: 4%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-5g {
    bottom: 5%;
    right: 16%;
  }
}
main.home .sec1-btm-rectItem-mbBtn {
  display: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-rectItem-mbBtn {
    display: block;
  }
}
main.home .sec1-btm-box {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 2;
  top: 92px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 90px 50px 50px 50px;
  background-color: #F1F4F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  main.home .sec1-btm-box {
    flex-direction: column;
    top: 0;
    padding: 50px 50px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-box {
    padding: 60px 15px 50px 15px;
  }
}
main.home .sec1-btm-box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
}
@media screen and (max-width: 1199px) {
  main.home .sec1-btm-box-left {
    margin-top: unset;
    width: 100%;
    max-width: 700px;
  }
}
main.home .sec1-btm-box-left-wd1 {
  font-weight: 400;
  font-size: 32px;
  color: black;
}
@media screen and (max-width: 1199px) {
  main.home .sec1-btm-box-left-wd1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-box-left-wd1 {
    font-size: 20px;
  }
}
main.home .sec1-btm-box-left-wd2 {
  font-weight: 400;
  font-size: 16px;
  color: #323336;
  line-height: 200%;
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-box-left-wd2 {
    display: none;
  }
}
main.home .sec1-btm-box-left-lm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 42px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  position: relative;
  border-radius: 4px;
  background: #0000000D;
  color: #000000;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  main.home .sec1-btm-box-left-lm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-box-left-lm {
    margin-bottom: 10px;
    display: none;
  }
}
main.home .sec1-btm-box-left-lm:hover {
  background: #B222260D;
}
main.home .sec1-btm-box-left-lm::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 15px;
  left: 0;
}
main.home .sec1-btm-box-left-lm::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 15px;
  right: 0;
}
main.home .sec1-btm-box-left-mb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  main.home .sec1-btm-box-left-mb {
    display: none;
  }
}
main.home .sec1-btm-box-left-mb-wd2 {
  font-weight: 400;
  font-size: 16px;
  color: #323336;
  line-height: 200%;
  margin: 20px 0;
  width: 100%;
}
main.home .sec1-btm-box-left-mb-lm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 42px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  position: relative;
  border-radius: 4px;
  background: #0000000D;
  color: #000000;
  transition: all 0.2s ease;
}
main.home .sec1-btm-box-left-mb-lm:hover {
  background: #B222260D;
}
main.home .sec1-btm-box-left-mb-lm::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 15px;
  left: 0;
}
main.home .sec1-btm-box-left-mb-lm::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 15px;
  right: 0;
}
main.home .sec1-btm-box-right {
  width: 500px;
  height: 375px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1199px) {
  main.home .sec1-btm-box-right {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-box-right {
    max-width: 300px;
    height: 225.59px;
    margin-top: 20px;
  }
}
main.home .sec1-btm-box-right img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
main.home .sec1-btm-box-right img.active {
  opacity: 1;
}
main.home .sec1-btm-box-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 50px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  main.home .sec1-btm-box-close {
    top: 20px;
    right: 20px;
  }
  main.home .sec1-btm-box-close img {
    width: 30px;
    height: 30px;
  }
}
main.home .sec1-btm-box-close:hover {
  transform: scale(0.8);
}
main.home .sec2 {
  position: relative;
  z-index: 1;
}
main.home .sec2-wrap {
  padding: 0 0 200px 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1921px) {
  main.home .sec2-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec2-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec2-wrap {
    padding: 0;
  }
}
main.home .sec2-left {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  main.home .sec2-left {
    display: none;
  }
}
main.home .sec2-left .swiper {
  width: 960px;
  height: auto;
}
@media screen and (max-width: 1699px) {
  main.home .sec2-left .swiper {
    width: 800px;
  }
}
@media screen and (max-width: 1340px) {
  main.home .sec2-left .swiper {
    width: 650px;
  }
}
main.home .sec2-left .swiper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
main.home .sec2-right {
  width: 790px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -50px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1699px) {
  main.home .sec2-right {
    margin-left: -100px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1499px) {
  main.home .sec2-right {
    margin-left: -260px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec2-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    align-items: center;
  }
}
main.home .sec2-right-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.home .sec2-right-title {
    order: 1;
  }
}
main.home .sec2-right .swiper.wd {
  width: 500px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  main.home .sec2-right .swiper.wd {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec2-right .swiper.wd {
    width: 100%;
    max-width: 360px;
    padding: 0 5px;
    order: 3;
  }
}
main.home .sec2-right .swiper.mb {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  main.home .sec2-right .swiper.mb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec2-right .swiper.mb {
    max-width: 390px;
    order: 2;
    height: 325px !important;
  }
}
main.home .sec2-right .swiper.mb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
main.home .sec2-right-b {
  font-size: 24px;
  font-weight: 500;
  color: black;
  margin-bottom: 13px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  main.home .sec2-right-b {
    font-size: 20px;
  }
}
main.home .sec2-right-s {
  font-size: 16px;
  color: #323336;
  line-height: 200%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  main.home .sec2-right-s {
    margin-bottom: 20px;
  }
}
main.home .sec2-right-btn {
  width: 207px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.home .sec2-right-btn {
    order: 4;
    margin-bottom: 20px;
  }
}
main.home .sec2-right-btn-page {
  font-size: 18px;
  font-weight: 400;
  color: black;
}
main.home .sec2-right-btn-l, main.home .sec2-right-btn-r {
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.home .sec2-right-btn-l:hover, main.home .sec2-right-btn-r:hover {
  background: #B2222633;
}
main.home .sec2-right-nums {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  main.home .sec2-right-nums {
    max-width: 770px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec2-right-nums {
    flex-direction: column;
    align-items: center;
    order: 5;
  }
}
main.home .sec2-right-nums-item {
  width: 250px;
  height: 250px;
  background: linear-gradient(135.12deg, #EE7A7D 0%, #B22226 97%);
  border: 1px solid #B22226;
  box-shadow: 0px 1px 8px 0px #00000026;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.home .sec2-right-nums-item {
    width: 360px;
    height: 145px;
    margin-bottom: 10px;
  }
}
main.home .sec2-right-nums-item-num {
  font-size: 96px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.home .sec2-right-nums-item-num {
    font-size: 72px;
  }
}
main.home .sec2-right-nums-item-num::after {
  content: '+';
  display: block;
  position: absolute;
  font-size: 32px;
  font-weight: 400;
  top: -4px;
  right: -23px;
}
main.home .sec2-right-nums-item-wd {
  font-size: 20px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  main.home .sec2-right-nums-item-wd {
    font-size: 18px;
  }
}
main.home .sec2-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main.home .sec2-bg {
    display: none;
  }
}
main.home .sec2-imgMask {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 2;
  display: flex;
}
main.home .sec2-imgMask-left {
  background-color: #B22226;
  display: block;
  width: 50%;
  height: 100%;
}
main.home .sec2-imgMask-right {
  background-color: white;
  display: block;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main.home .sec3 {
    overflow: visible;
  }
}
main.home .sec3-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.home .sec3-wrap {
    padding-top: 100px;
  }
}
main.home .sec3-top {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1539px) {
  main.home .sec3-top {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec3-top {
    flex-direction: column;
    align-items: center;
  }
}
main.home .sec3-top-wd {
  max-width: 500px;
  font-size: 16px;
  line-height: 200%;
  color: #323336;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1199px) {
  main.home .sec3-top-wd {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec3-top-wd {
    margin: 50px 0 20px 0;
  }
}
main.home .sec3-btm {
  width: 1920px;
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -76.78px;
}
@media screen and (max-width: 1919px) {
  main.home .sec3-btm {
    transform: scale(0.8);
    margin-top: -140px;
  }
}
@media screen and (max-width: 1539px) {
  main.home .sec3-btm {
    transform: scale(0.6);
    margin-top: -160px;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec3-btm {
    transform: scale(0.4);
    margin-top: -160px;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec3-btm {
    display: none;
  }
}
main.home .sec3-btm-row {
  display: flex;
}
main.home .sec3-btm-row1 {
  position: relative;
  left: 96.64px;
}
main.home .sec3-btm-row2 {
  position: relative;
  top: -60px;
}
main.home .sec3-btm-row3 {
  position: relative;
  left: 96.64px;
  top: -120px;
}
main.home .sec3-btm-row4 {
  position: relative;
  left: 191.64px;
  top: -180px;
}
main.home .sec3-btm-hexWrap {
  cursor: pointer;
  width: 180px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main.home .sec3-btm-hexWrap:not(:last-child) {
  margin-right: 13.34px;
}
@media screen and (max-width: 767px) {
  main.home .sec3-btm-hexWrap:not(:last-child) {
    margin-right: unset;
  }
}
main.home .sec3-btm-hexWrap.fill .sec3-btm-hex-bgSd {
  display: block;
}
main.home .sec3-btm-hexWrap.fill:hover .sec3-btm-hex-bgSd path {
  fill: #B22226;
}
main.home .sec3-btm-hexWrap.fill:hover .sec3-btm-hex-targ path {
  fill: white;
}
main.home .sec3-btm-hex-bg {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 2.5px;
}
main.home .sec3-btm-hex-bgSd {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
}
main.home .sec3-btm-hex-bgSd path {
  transition: all 0.2s ease;
}
main.home .sec3-btm-hex-targ {
  width: 100%;
  position: relative;
  z-index: 3;
}
main.home .sec3-btm-hex-targ path {
  transition: all 0.1s ease;
}
main.home .sec3-btm-mb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 390px;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  main.home .sec3-btm-mb {
    display: none;
  }
}
main.home .sec4 {
  display: flex;
  justify-content: end;
}
@media screen and (min-width: 1921px) {
  main.home .sec4 {
    justify-content: center;
  }
}
@media screen and (max-width: 1599px) {
  main.home .sec4 {
    justify-content: center;
  }
}
main.home .sec4-wrap {
  padding: 200px 20px 200px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1824px) {
  main.home .sec4-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1599px) {
  main.home .sec4-wrap {
    padding: 200px 10px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec4-wrap {
    align-items: center;
    padding: 100px 10px;
    margin-bottom: 100px;
  }
}
main.home .sec4-left {
  margin-right: 64px;
}
@media screen and (max-width: 1824px) {
  main.home .sec4-left {
    margin-right: 0;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec4-left {
    width: 149px;
  }
  main.home .sec4-left img {
    width: 100%;
  }
}
main.home .sec4-right {
  width: 100%;
  max-width: 1500px;
  height: 518px;
}
@media screen and (max-width: 1599px) {
  main.home .sec4-right {
    max-width: 1120px;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec4-right {
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec4-right {
    max-width: 360px;
    height: 428px;
  }
}
@media screen and (max-width: 389px) {
  main.home .sec4-right {
    max-width: 340px;
  }
}
main.home .sec4-right .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 360px !important;
}
@media screen and (max-width: 767px) {
  main.home .sec4-right .swiper .swiper-slide {
    max-width: 360px;
  }
}
@media screen and (max-width: 389px) {
  main.home .sec4-right .swiper .swiper-slide {
    width: 340px !important;
  }
}
main.home .sec4-right .swiper .swiper-slide:hover .sec4-right-b {
  color: #B22226;
}
main.home .sec4-right .swiper .swiper-slide:hover .sec4-right-img {
  transform: scale(1.2);
}
main.home .sec4-right .swiper .swiper-slide img {
  object-fit: cover;
}
main.home .sec4-right .swiper .swiper-slide:nth-child(odd) .sec4-right-imgWrap {
  height: 450px;
}
@media screen and (max-width: 767px) {
  main.home .sec4-right .swiper .swiper-slide:nth-child(odd) .sec4-right-imgWrap {
    height: 360px;
  }
}
main.home .sec4-right .swiper .swiper-slide:nth-child(even) .sec4-right-imgWrap {
  height: 360px;
}
main.home .sec4-right .swiper .sec4-right-imgWrap {
  overflow: hidden;
}
main.home .sec4-right .swiper .sec4-right-img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
main.home .sec4-right .swiper .sec4-right-b {
  letter-spacing: 0.6px;
  font-size: 20px;
  font-weight: 500;
  color: #727479;
  line-height: 120%;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  transition: all 0.2s ease;
}
main.home .sec4-right .swiper .sec4-right-s {
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  color: #323336;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
main.home .sec4-right-scbar {
  width: 1340px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  main.home .sec4-right-scbar {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec4-right-scbar {
    margin-top: 20px;
  }
}
main.home .sec4-right-scbar-barBg {
  width: 1200px;
  height: 2px;
  background-color: #B5B5B6;
}
@media screen and (max-width: 1599px) {
  main.home .sec4-right-scbar-barBg {
    width: calc(100% - 140px);
  }
}
main.home .sec4-right-scbar .swiper-scrollbar-drag {
  display: block;
  height: 4px;
  background-color: #B22226;
  position: relative;
  top: -1px;
  cursor: grab;
}
main.home .sec4-right-scbar-btn-l, main.home .sec4-right-scbar-btn-r {
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.home .sec4-right-scbar-btn-l:hover, main.home .sec4-right-scbar-btn-r:hover {
  background: #B2222633;
}
main.home .sec5-wrap {
  padding-bottom: 200px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1434px;
  margin: 0 auto;
}
@media screen and (max-width: 1499px) {
  main.home .sec5-wrap {
    max-width: unset;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec5-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec5-wrap {
    padding: 0 10px;
    max-width: 380px;
  }
}
main.home .sec5-left {
  display: flex;
  flex-direction: column;
  width: 354px;
  position: relative;
}
@media screen and (max-width: 1499px) {
  main.home .sec5-left {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec5-left {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec5-left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 389px) {
  main.home .sec5-left {
    max-width: 340px;
  }
}
main.home .sec5-left-title {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  main.home .sec5-left-title {
    width: 243px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  main.home .sec5-left-title img {
    width: 100%;
  }
}
main.home .sec5-left-swiper {
  position: relative;
  z-index: 1;
  overflow-y: visible;
}
main.home .sec5-left-swiper-area {
  color: black;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.home .sec5-left-swiper-area {
    font-weight: 400;
    font-size: 32px;
  }
}
main.home .sec5-left-swiper-block-item {
  background-color: #F1F4F5;
  color: #323336;
  padding: 10px 14px 10px 35px;
  position: relative;
  max-height: 44px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}
main.home .sec5-left-swiper-block-item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main.home .sec5-left-swiper-block-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
main.home .sec5-left-swiper-block-item:hover .sec5-left-swiper-block-item-wd1 {
  color: #B22226;
}
main.home .sec5-left-swiper-block-item.show {
  max-height: 400px;
}
main.home .sec5-left-swiper-block-item.show .sec5-left-swiper-block-item-tri {
  transform: rotate(180deg);
}
main.home .sec5-left-swiper-block-item.show .sec5-left-swiper-block-item-wd1 {
  color: #B22226;
}
main.home .sec5-left-swiper-block-item-tri {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #B22226;
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  top: 18px;
  left: 10px;
  transition: all 0.5s ease;
}
main.home .sec5-left-swiper-block-item-wd1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  transition: all 0.2s ease;
  line-height: 145%;
}
main.home .sec5-left-swiper-block-item-wd2 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  line-height: 200%;
  display: block;
  transition: all 0.2s ease;
}
main.home .sec5-left-swiper-block-item-wd2:hover {
  opacity: 0.7;
}
main.home .sec5-left-btn-l, main.home .sec5-left-btn-r {
  position: absolute;
  top: 140px;
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main.home .sec5-left-btn-l, main.home .sec5-left-btn-r {
    top: 110px;
  }
}
main.home .sec5-left-btn-l:hover, main.home .sec5-left-btn-r:hover {
  background: #B2222633;
}
main.home .sec5-left-btn-l {
  left: 0;
}
main.home .sec5-left-btn-r {
  right: 0;
}
main.home .sec5-right {
  width: 1000px;
}
@media screen and (max-width: 1499px) {
  main.home .sec5-right {
    width: 800px;
  }
}
@media screen and (max-width: 1199px) {
  main.home .sec5-right {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec5-right {
    max-width: 360px;
  }
}
main.home .sec5-right img {
  width: 100%;
  object-fit: cover;
}
main.home .sec6 {
  position: relative;
}
main.home .sec6-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 140px 0;
}
@media screen and (max-width: 1199px) {
  main.home .sec6-wrap {
    flex-direction: column-reverse;
    padding: 0 0;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec6-wrap {
    padding: 100px 0;
  }
}
main.home .sec6-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 0.1;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  main.home .sec6-bg {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 20px;
  }
}
main.home .sec6-bg .swiper {
  width: 100%;
}
main.home .sec6-bg .swiper img {
  width: 170px;
  height: 150px;
}
main.home .sec6-ct {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: #F1F4F5;
  box-shadow: 0px 1px 10px 0px #00000033;
}
@media screen and (max-width: 1199px) {
  main.home .sec6-ct {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec6-ct {
    padding: 50px 0;
  }
}
main.home .sec6-ct-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 447px;
}
@media screen and (max-width: 1199px) {
  main.home .sec6-ct-left {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec6-ct-left {
    padding: 0 15px;
  }
}
main.home .sec6-ct-left-title {
  width: 370px;
}
@media screen and (max-width: 767px) {
  main.home .sec6-ct-left-title {
    width: 259px;
  }
}
main.home .sec6-ct-left-wd1 {
  width: 100%;
  text-align: left;
  font-size: 28px;
  color: black;
  margin: 50px 0 20px 0;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  main.home .sec6-ct-left-wd1 {
    font-size: 20px;
  }
}
main.home .sec6-ct-left-wd2 {
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #323336;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  main.home .sec6-ct-right {
    max-width: 100%;
  }
  main.home .sec6-ct-right img {
    width: 100%;
  }
}
main.home .sec7 {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  main.home .sec7 {
    margin-top: unset;
  }
}
main.home .sec7-wrap {
  position: relative;
  padding: 0 0 110px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main.home .sec7-wrap {
    padding: 0 0 50px 0;
  }
}
main.home .sec7-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
main.home .sec7-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.home .sec7-form {
  position: relative;
  top: 5px;
  padding: 20px 50px;
  width: 100%;
  max-width: 900px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px #00000033;
  margin-right: -249px;
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  main.home .sec7-form {
    margin-right: unset;
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  main.home .sec7-form {
    padding: 20px 15px;
    max-width: 500px;
  }
}
.pageKV {
  margin-top: 70px;
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  padding: 0 260px;
}
@media screen and (max-width: 1439px) {
  .pageKV {
    padding: 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .pageKV {
    padding: 0 20px;
    height: 200px;
  }
}
.pageKV-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pageKV-mask {
  background: linear-gradient(270deg, rgba(0, 9, 23, 0) 20%, #000917 90%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pageKV-words {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .pageKV-words {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pageKV-words-1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .pageKV-words-1 {
    font-size: 36px;
  }
}
.pageKV-words-dash {
  width: 16px;
  height: 8px;
  display: flex;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .pageKV-words-dash {
    margin: 12px 0 12px 10px;
  }
}
.pageKV-words-dash-1 {
  display: inline-block;
  background-color: #B5B5B6;
  width: 8px;
  height: 8px;
}
.pageKV-words-dash-2 {
  display: inline-block;
  background-color: #B22226;
  width: 8px;
  height: 8px;
}
.pageKV-words-2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .pageKV-words-2 {
    font-size: 20px;
  }
}
main.news .news-wrap {
  padding: 50px 0 100px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1499px) {
  main.news .news-wrap {
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  main.news .news-wrap {
    max-width: 362px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 389px) {
  main.news .news-wrap {
    width: 350px;
  }
}
main.news .news-item {
  display: flex;
  width: 690px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1499px) {
  main.news .news-item {
    flex-direction: column;
    width: 362px;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  main.news .news-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 389px) {
  main.news .news-item {
    width: 350px;
  }
}
main.news .news-item-img {
  width: 260px;
  height: 260px;
  border-radius: 4px;
  object-fit: cover;
}
main.news .news-item-block {
  color: #727479;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.news .news-item-block-date {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1499px) {
  main.news .news-item-block-date {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.news .news-item-block-date {
    font-size: 18px;
    font-weight: 400;
  }
}
main.news .news-item-block-hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B5B5B6;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 767px) {
  main.news .news-item-block-hr {
    margin: 10px 0;
  }
}
main.news .news-item-block-title {
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  main.news .news-item-block-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
  }
}
main.news .news-item-block-content {
  color: #323336;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin: 20px 0 30px 0;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  main.news .news-item-block-content {
    margin: 10px 0 20px 0;
  }
}
main.news .news-item-block-lm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 42px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  position: relative;
  border-radius: 4px;
  background: none;
  color: #000000;
  transition: all 0.2s ease;
  margin-left: 10px;
}
main.news .news-item-block-lm:hover {
  background: #B222260D;
}
main.news .news-item-block-lm::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 15px;
  left: 0;
}
main.news .news-item-block-lm::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 15px;
  right: 0;
}
main.news .news-item-exh .news-item-block-content {
  margin: 10px 0;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  main.news .news-item-exh .news-item-block-content {
    margin: 10px 0;
  }
}
main.news .news-pagi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main.news .news-pagi {
    margin-top: 0;
  }
}
main.news .news-pagi-wrap {
  display: flex;
  align-items: center;
}
main.news .news-pagi-leftBtn, main.news .news-pagi-rightBtn {
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.news .news-pagi-leftBtn:hover, main.news .news-pagi-rightBtn:hover {
  background: #B2222633;
}
main.news .news-pagi-leftBtn {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  main.news .news-pagi-leftBtn {
    margin-right: 10px;
  }
}
main.news .news-pagi-rightBtn {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  main.news .news-pagi-rightBtn {
    margin-left: 10px;
  }
}
main.news .news-pagi-pageNum {
  display: flex;
  align-items: center;
}
main.news .news-pagi-pageNum-line {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: black;
}
main.news .news-pagi-pageNum-no {
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  main.news .news-pagi-pageNum-no {
    margin: 0 12px;
  }
}
main.news .news-pagi-pageNum-no:hover {
  color: #B22226;
}
main.news .news-pagi-pageNum-no.active {
  color: #B22226;
}
main.news .news-pagi .page-numbers.current {
  color: #B22226;
}
main.news .news-pagi .mbRemove {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.news .news-pagi .mbRemove {
    display: none;
  }
}
main.singleNews .singleNews-wrap {
  padding: 50px 0;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  main.singleNews .singleNews-wrap {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  main.singleNews .singleNews-wrap {
    padding: 50px 0;
  }
}
main.singleNews .singleNews-firstSec-title {
  font-size: 28px;
  font-weight: 400;
  color: black;
  letter-spacing: 1.2px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  main.singleNews .singleNews-firstSec-title {
    font-size: 20px;
    font-weight: 500;
    padding: 0 15px;
  }
}
main.singleNews .singleNews-firstSec-date_share {
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  color: #323336;
  margin: 10px 0 40px 0;
}
@media screen and (max-width: 767px) {
  main.singleNews .singleNews-firstSec-date_share {
    padding: 0 15px;
    margin: 10px 0;
  }
}
main.singleNews .singleNews-firstSec-date_share img {
  margin-left: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}
main.singleNews .singleNews-firstSec-date_share img:hover {
  opacity: 0.8;
}
main.singleNews .singleNews-firstSec-fig img {
  border-radius: 4px;
  width: 100%;
}
main.singleNews .singleNews-firstSec-fig figcaption {
  font-size: 16px;
  line-height: 200%;
  color: #323336;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main.singleNews .singleNews-firstSec-fig figcaption {
    padding: 0 15px;
  }
}
main.singleNews .singleNews-secondSec {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main.singleNews .singleNews-secondSec {
    margin-top: 30px;
    padding: 0 15px;
  }
}
main.singleNews .singleNews-secondSec-title {
  font-size: 28px;
  font-weight: 400;
  color: black;
  letter-spacing: 1.2px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  main.singleNews .singleNews-secondSec-title {
    font-size: 20px;
    font-weight: 500;
  }
}
main.singleNews .singleNews-secondSec-content {
  font-size: 16px;
  font-weight: 400;
  color: #323336;
  letter-spacing: 0.6px;
  line-height: 200%;
  margin-top: 20px;
}
main.singleNews .singleNews-secondSec-intro {
  background-color: #F1F4F5;
  padding: 20px 20px 20px 30px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  line-height: 200%;
  margin-top: 20px;
}
main.singleNews .singleNews-secondSec-intro::before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 26px;
  background-color: #141D33;
  top: 24px;
  left: 20px;
}
main.singleNews .singleNews-secondSec-fig {
  margin-top: 40px;
}
main.singleNews .singleNews-secondSec-fig img {
  width: 100%;
  border-radius: 4px;
}
main.singleNews .singleNews-secondSec-fig figcaption {
  font-size: 16px;
  line-height: 200%;
  color: #323336;
  margin-top: 10px;
}
main.singleNews .singleNews-secondSec h1 {
  font-size: 28px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
}
main.singleNews .singleNews-secondSec h2 {
  font-size: 24px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
}
main.singleNews .singleNews-secondSec h3 {
  font-size: 20px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
}
main.singleNews .singleNews-secondSec h4 {
  font-size: 18px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
}
main.singleNews .singleNews-secondSec h5 {
  font-size: 16px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 200%;
}
main.singleNews .singleNews-secondSec h6 {
  font-size: 14px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
}
main.singleNews .singleNews-secondSec strong {
  font-size: inherit;
  color: black;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 200%;
}
main.singleNews .singleNews-secondSec i {
  font-size: 16px;
  color: black;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.02em;
  font-style: italic;
  line-height: 200%;
}
main.singleNews .singleNews-secondSec-window {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
main.singleNews .singleNews-secondSec-window img {
  object-fit: cover;
  border-radius: 4px;
}
main.singleNews .singleNews-secondSec-window-col1 {
  display: flex;
  flex-direction: column;
  width: 41%;
}
main.singleNews .singleNews-secondSec-window-col1 img:nth-child(1) {
  height: 195px;
  margin-bottom: 7.4px;
}
main.singleNews .singleNews-secondSec-window-col1 img:nth-child(2) {
  height: 165px;
}
main.singleNews .singleNews-secondSec-window-col2 {
  display: flex;
  flex-direction: column;
  width: 28%;
}
main.singleNews .singleNews-secondSec-window-col2 img:nth-child(1) {
  height: 140px;
  margin-bottom: 10.14px;
}
main.singleNews .singleNews-secondSec-window-col2 img:nth-child(2) {
  height: 230px;
}
main.singleNews .singleNews-secondSec-window-col3 {
  display: flex;
  flex-direction: column;
  width: 28.5%;
}
main.singleNews .singleNews-secondSec-window-col3 img:nth-child(1) {
  height: 336px;
  margin-bottom: 10.14px;
}
main.singleNews .singleNews-secondSec a {
  font-size: 16px;
  line-height: 200%;
  color: #B22226;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
main.singleNews .singleNews-secondSec hr {
  display: block;
  margin: 12px 0;
  border: 0;
  border-bottom: 1px solid #B22226;
}
main.singleNews .singleNews-secondSec-sign {
  font-size: 16px;
  color: #323336;
  letter-spacing: 0.02em;
  line-height: 200%;
}
main.singleNews .singleNews-secondSec-sign a {
  text-decoration: unset;
}
main.singleNews .singleNews-backToTop {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 90px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main.singleNews .singleNews-backToTop {
    margin-top: 50px;
  }
}
main.singleNews .singleNews-backToTop:hover img {
  transform: scale(0.8) rotate(90deg);
}
main.singleNews .singleNews-backToTop img {
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
main.singleNews .singleNews-backToTop span {
  color: black;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.8px;
}
main.contactus {
  position: relative;
}
main.contactus .contactus-wrap {
  position: relative;
}
main.contactus .contactus-bg {
  position: fixed;
  right: 0;
  top: 570px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-bg {
    display: none;
  }
}
main.contactus .contactus-location {
  padding: 50px 0 100px 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-location {
    padding: 50px 0 50px 0;
  }
}
main.contactus .contactus-location-btn {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1439px) {
  main.contactus .contactus-location-btn {
    max-width: 680px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-location-btn {
    display: none;
  }
}
main.contactus .contactus-location-btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 312.5px;
  height: 58px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  position: relative;
  border-radius: 4px;
  background: #0000000D;
  color: #000000;
  transition: all 0.2s ease;
  letter-spacing: 1.2px;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  main.contactus .contactus-location-btn-item {
    margin-bottom: 20px;
  }
}
main.contactus .contactus-location-btn-item:hover {
  background: #B222260D;
}
main.contactus .contactus-location-btn-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 24px;
  left: 0;
}
main.contactus .contactus-location-btn-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 24px;
  right: 0;
}
main.contactus .contactus-location-btnMB {
  width: 360px;
  height: 57px;
  overflow: hidden;
  background-color: #0000000D;
  margin: 0 auto;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  main.contactus .contactus-location-btnMB {
    display: none;
  }
}
main.contactus .contactus-location-btnMB-item {
  position: relative;
  height: 58px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding: 17px 20px;
  color: black;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.contactus .contactus-location-btnMB-item:hover {
  opacity: 0.8;
  color: #B22226;
}
main.contactus .contactus-location-btnMB-item:not(:last-child) {
  border-bottom: 1px solid #B5B5B6;
}
main.contactus .contactus-location-btnMB-item-tri {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #B22226;
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  top: 30px;
  right: 20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
main.contactus .contactus-location-ctWrap {
  padding-top: 100px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.contactus .contactus-location-ctWrap {
    padding: 30px 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-location-ctWrap {
    padding: 50px 0px 0 0px;
  }
}
main.contactus .contactus-location-ctWrap .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
main.contactus .contactus-location-ctWrap .swiper-slide .ttl {
  margin-bottom: 50px;
  width: 100%;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem {
  width: 540px;
  background-color: #F1F4F5;
  padding: 22px 20px;
  color: #323336;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem {
    width: 360px;
    padding: 22px 10px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem {
    width: 390px;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 389px) {
  main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem {
    padding: 15px 10px;
  }
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem img {
  width: 500px;
  max-width: 100%;
  height: 250px;
  margin-bottom: 20px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem img {
    height: 180px;
  }
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 160%;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-title span:nth-child(1) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B5B5B6;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-title span:nth-child(2) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  margin-right: 10px;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem hr {
  border: 0;
  border-bottom: 1px solid #B5B5B6;
  margin: 10px 0;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem a {
  transition: all 0.2s ease;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem a:hover {
  color: #B22226;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-addr {
  display: flex;
  margin-bottom: 10px;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-addr span:nth-child(1) {
  flex-shrink: 0;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-tel a:nth-child(1) {
  display: inline-block;
  margin-right: 30px;
}
main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-wrap {
    width: 728px;
  }
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-location-ctWrap .swiper-slide .contactus-location-ctItem-wrap {
    justify-content: center;
    max-width: 100%;
  }
}
main.contactus .contactus-join {
  display: flex;
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-join {
    flex-direction: column;
  }
}
main.contactus .contactus-join-left {
  position: relative;
  width: 50%;
  height: 636px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  main.contactus .contactus-join-left {
    height: 500px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-join-left {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  main.contactus .contactus-join-left {
    width: 100%;
    height: 300px;
  }
}
main.contactus .contactus-join-left-imgMask {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 2;
  display: flex;
}
main.contactus .contactus-join-left-imgMask-left {
  background-color: #B22226;
  display: block;
  width: 50%;
  height: 100%;
}
main.contactus .contactus-join-left-imgMask-right {
  background-color: white;
  display: block;
  width: 50%;
  height: 100%;
}
main.contactus .contactus-join-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
main.contactus .contactus-join-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F1F4F5;
}
@media screen and (max-width: 1439px) {
  main.contactus .contactus-join-right {
    padding: 20px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-join-right {
    width: 100%;
    padding: 20px 15px;
  }
}
main.contactus .contactus-join-right-wd-1 {
  color: black;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 160%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-join-right-wd-1 {
    margin-top: 20px;
  }
}
main.contactus .contactus-join-right-wd-2 {
  width: 100%;
  max-width: 500px;
  color: #323336;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 200%;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 767px) {
  main.contactus .contactus-join-right-wd-2 {
    margin: 20px 0;
  }
}
main.contactus .contactus-join-right-lm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 42px;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.36px;
  position: relative;
  border-radius: 4px;
  background: #0000000D;
  color: #000000;
}
main.contactus .contactus-join-right-lm:hover {
  background: #B222260D;
}
main.contactus .contactus-join-right-lm::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 15px;
  left: 0;
}
main.contactus .contactus-join-right-lm::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 15px;
  right: 0;
}
main.contactus .sec7 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  main.contactus .sec7 {
    margin-top: 50px;
  }
}
main.contactus .sec7-wrap {
  position: relative;
  padding: 0 0 110px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main.contactus .sec7-wrap {
    padding: 0 0 50px 0;
  }
}
main.contactus .sec7-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
main.contactus .sec7-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.contactus .sec7-form {
  position: relative;
  top: 5px;
  padding: 20px 50px;
  width: 100%;
  max-width: 900px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px #00000033;
  margin-right: -249px;
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  main.contactus .sec7-form {
    margin-right: unset;
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  main.contactus .sec7-form {
    padding: 20px 15px;
    max-width: 500px;
  }
}
main.product .product-wrap {
  padding: 50px 0 100px 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  main.product .product-wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  main.product .product-wrap {
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  main.product .product-wrap {
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
}
main.product .product-preWord {
  width: 100%;
  display: flex;
  justify-content: center;
}
main.product .product-preWord h3 {
  font-size: 16px;
  font-weight: 400;
  color: #323336;
  line-height: 200%;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 940px;
  padding: 20px 120px;
  background-color: #F1F4F5;
  position: relative;
}
@media screen and (max-width: 1199px) {
  main.product .product-preWord h3 {
    padding: 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  main.product .product-preWord h3 {
    padding: 15px 80px;
    letter-spacing: 0.03em;
  }
}
main.product .product-preWord h3::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #B5B5B6;
  top: 39px;
  left: 39px;
}
main.product .product-preWord h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #B22226;
  top: 39px;
  right: 39px;
}
main.product .product-item {
  width: 600px;
  color: #323336;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.02em;
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  main.product .product-item {
    width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  main.product .product-item {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  main.product .product-item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 389px) {
  main.product .product-item {
    width: 330px;
  }
}
main.product .product-item:hover img {
  transform: scale(1.1);
}
main.product .product-item:hover .product-item-title {
  color: #B22226;
}
main.product .product-item-img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  main.product .product-item-img {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  main.product .product-item-img {
    height: 220px;
  }
}
@media screen and (max-width: 389px) {
  main.product .product-item-img {
    height: 220px;
  }
}
main.product .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
main.product .product-item-title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 160%;
  transition: all 0.2s ease;
}
main.product .product-item-title span:nth-child(1) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B5B5B6;
}
main.product .product-item-title span:nth-child(2) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  margin-right: 10px;
}
main.product .product-item-sim {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  main.product .product-item-sim {
    display: none;
  }
}
main.product .product-item hr {
  border: 0;
  border-bottom: 1px solid #B5B5B6;
  margin: 10px 0;
}
main.singleProduct .singleProduct-wrap {
  padding: 50px 0 100px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
main.singleProduct .singleProduct-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  main.singleProduct .singleProduct-top {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  main.singleProduct .singleProduct-top {
    flex-direction: column;
    max-width: 600px;
    padding: 0;
  }
}
main.singleProduct .singleProduct-top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 498px;
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  main.singleProduct .singleProduct-top-right {
    margin-left: 0;
    max-width: 600px;
    margin-top: 50px;
    padding: 0 18px;
  }
}
main.singleProduct .singleProduct-top-right h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: black;
  margin-bottom: 20px;
}
main.singleProduct .singleProduct-top-right h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
}
main.singleProduct .singleProduct-btm {
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-btm {
    margin-top: 50px;
  }
}
main.singleProduct .singleProduct-btm-href {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: black;
}
@media screen and (max-width: 1459px) {
  main.singleProduct .singleProduct-btm-href {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-btm-href {
    display: none;
  }
}
main.singleProduct .singleProduct-btm-href p {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 4px solid #B5B5B6;
  transition: all 0.2s ease;
  cursor: pointer;
}
main.singleProduct .singleProduct-btm-href p:hover {
  color: #B22226;
}
main.singleProduct .singleProduct-btm-href p.active {
  border-bottom: 4px solid #B22226;
}
main.singleProduct .singleProduct-btm-btnMB {
  width: 360px;
  height: 57px;
  overflow: hidden;
  background-color: #0000000D;
  margin: 0 auto;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  main.singleProduct .singleProduct-btm-btnMB {
    display: none;
  }
}
main.singleProduct .singleProduct-btm-btnMB-item {
  position: relative;
  height: 58px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding: 17px 20px;
  color: black;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.singleProduct .singleProduct-btm-btnMB-item:hover {
  opacity: 0.8;
  color: #B22226;
}
main.singleProduct .singleProduct-btm-btnMB-item:not(:last-child) {
  border-bottom: 1px solid #B5B5B6;
}
main.singleProduct .singleProduct-btm-btnMB-item-tri {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #B22226;
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  top: 30px;
  right: 20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
main.singleProduct .singleProduct-btm-ct {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-btm-ct {
    max-width: 400px;
    margin-top: 50px;
  }
}
main.singleProduct .singleProduct-btm-ct-block {
  background-color: #F1F4F5;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-btm-ct-block {
    padding: 50px 20px;
  }
}
main.singleProduct .singleProduct-btm-ct-block:not(:last-child) {
  margin-bottom: 50px;
}
main.singleProduct .singleProduct-btm-ct-block-title {
  font-size: 28px;
  font-weight: 400;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-btm-ct-block-title {
    margin-bottom: 20px;
  }
}
main.singleProduct .singleProduct-btm-ct-block-title span:nth-child(1) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B5B5B6;
}
main.singleProduct .singleProduct-btm-ct-block-title span:nth-child(2) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  margin-right: 10px;
}
main.singleProduct .singleProduct-btm-ct-block-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
main.singleProduct .singleProduct-btm-ct-block-img {
  width: 100%;
}
main.singleProduct .singleProduct-btm-ct-block-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-btm-ct-block-lists {
    flex-direction: column;
  }
}
main.singleProduct .singleProduct-btm-ct-block-lists-item {
  width: 49%;
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-btm-ct-block-lists-item {
    width: 100%;
    display: block;
  }
}
main.singleProduct .singleProduct-btm-ct-block-lists-item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #727479;
  margin-bottom: 10px;
}
main.singleProduct .singleProduct-btm-ct-block-lists-item-c {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
  padding: 0 20px 0 28px;
  position: relative;
}
main.singleProduct .singleProduct-btm-ct-block-lists-item-c::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  top: 11px;
  left: 0px;
}
main.singleProduct .singleProduct-btm-ct-block-bold {
  font-size: 24px;
  font-weight: 500;
  color: black;
  line-height: 160%;
  letter-spacing: 0.02em;
}
main.singleProduct .singleProduct-btm-ct-block-gray {
  font-size: 20px;
  font-weight: 500;
  color: #727479;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-top: 16px;
}
main.singleProduct .singleProduct-btm-ct-block-bk {
  font-size: 16px;
  font-weight: 400;
  color: #323336;
  line-height: 200%;
  letter-spacing: 0.02em;
  margin-top: 6px;
}
main.singleProduct .singleProduct-backToTop {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 90px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main.singleProduct .singleProduct-backToTop {
    margin-top: 50px;
  }
}
main.singleProduct .singleProduct-backToTop:hover img {
  transform: scale(0.8) rotate(90deg);
}
main.singleProduct .singleProduct-backToTop img {
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
main.singleProduct .singleProduct-backToTop span {
  color: black;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.8px;
}
main.brands .brands-wrap {
  padding: 50px 0 100px 0;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1499px) {
  main.brands .brands-wrap {
    padding: 50px 20px 100px 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  main.brands .brands-wrap {
    flex-direction: column;
    padding: 0 20px 100px 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  main.brands .brands-wrap {
    padding: 0 0 50px 0;
  }
}
main.brands .brands-sel {
  width: 100%;
  max-width: 350px;
}
main.brands .brands-sel-t0 {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #B22226;
  background-color: #F1F4F5;
  padding: 10px 20px;
  cursor: pointer;
}
main.brands .brands-sel-t0:not(:first-child) {
  margin-top: 30px;
}
main.brands .brands-sel .t0wrap {
  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
main.brands .brands-sel .t0wrap.opened {
  max-height: 500px;
}
main.brands .brands-sel-t1, main.brands .brands-sel-t2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
main.brands .brands-sel-t1.selected .brands-sel-rect-inside, main.brands .brands-sel-t2.selected .brands-sel-rect-inside {
  background-color: #B22226;
}
main.brands .brands-sel-t1 {
  margin-left: 20px;
}
main.brands .brands-sel-t2 {
  margin-left: 45px;
}
main.brands .brands-sel-rect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid #B5B5B6;
  margin-right: 10px;
  padding: 2px;
  cursor: pointer;
}
main.brands .brands-sel-rect-inside {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
main.brands .brands-sel-btnMB {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  transition: all 1s ease;
  padding: 50px 0;
  background: white;
}
@media screen and (min-width: 1200px) {
  main.brands .brands-sel-btnMB {
    display: none;
  }
}
main.brands .brands-sel-btnMB-item {
  width: 360px !important;
}
@media screen and (max-width: 389px) {
  main.brands .brands-sel-btnMB-item {
    width: 340px !important;
  }
}
main.brands .brands-sel-btnMB-item.active {
  height: unset;
  max-height: 10000px;
}
main.brands .brands-sel-btnMB-item.active > .brands-sel-btnMB-item-tri {
  transform: rotate(0deg);
}
main.brands .brands-sel-btnMB-item-tri {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #B22226;
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  top: 20px;
  right: 20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
main.brands .brands-sel-btnMB-item .pd {
  display: block;
  padding: 10px 20px;
  width: 100%;
}
main.brands .brands-sel-btnMB-item-t0 {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #B22226;
  cursor: pointer;
  transition: all 0.4s ease;
  background-color: #0000000D;
}
main.brands .brands-sel-btnMB-item-t1 {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-left: 20px;
}
main.brands .brands-sel-btnMB-item-t1:hover {
  color: #B22226;
}
main.brands .brands-sel-btnMB-item-t2 {
  position: relative;
  height: 44px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  padding: 10px 45px;
  color: #323336;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 45px;
}
main.brands .brands-sel-btnMB-item-t2:hover {
  opacity: 0.8;
  color: #B22226;
}
main.brands .brands-sel-btnMB-item-t1, main.brands .brands-sel-btnMB-item-t2 {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main.brands .brands-sel-btnMB-item-t1.selected .brands-sel-rect-inside, main.brands .brands-sel-btnMB-item-t2.selected .brands-sel-rect-inside {
  background-color: #B22226;
}
main.brands .brands-sel-btnMB-item-rect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid #B5B5B6;
  margin-right: 10px;
  padding: 2px;
  cursor: pointer;
}
main.brands .brands-sel-btnMB-item-rect-inside {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
main.brands .brands-mbFixMenu {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 1002;
  padding: 56px 20px;
}
main.brands .brands-mbFixMenu.openFixMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
main.brands .brands-mbFixMenu-wrap {
  width: 100%;
  max-width: 350px;
  height: 100%;
  overflow-y: scroll;
  margin: 0 auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: white;
  transition: all 0.5s ease;
}
main.brands .brands-mbFixMenu-wrap::-webkit-scrollbar {
  display: none;
}
main.brands .brands-mbFixMenu-btn.sticky {
  position: fixed;
  top: 70px;
  z-index: 999;
  left: 0;
}
main.brands .brands-mbFixMenu-btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  position: absolute;
  transition: all 0.2s ease;
  width: 36px;
  height: 36px;
}
main.brands .brands-mbFixMenu-btn-close:hover {
  transform: scale(0.8);
}
main.brands .brands-right {
  width: 100%;
  max-width: 850px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1499px) {
  main.brands .brands-right {
    max-width: 750px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  main.brands .brands-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main.brands .brands-right {
    max-width: 100%;
    align-items: center;
  }
}
main.brands .brands-right-top {
  position: relative;
  padding: 20px 120px;
  background-color: #F1F4F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-top {
    padding: 15px 85px;
  }
}
@media screen and (max-width: 499px) {
  main.brands .brands-right-top {
    padding: 15px 20px;
  }
}
main.brands .brands-right-top img {
  margin-bottom: 20px;
}
main.brands .brands-right-top::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #B5B5B6;
  top: 39px;
  left: 39px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-top::before {
    top: 34px;
    left: 34px;
  }
}
main.brands .brands-right-top::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #B22226;
  top: 39px;
  right: 39px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-top::after {
    top: 34px;
    right: 34px;
  }
}
main.brands .brands-right-path {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
  margin: 50px 0 -30px 0;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-path {
    max-width: 390px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 389px) {
  main.brands .brands-right-path {
    padding: 0 10px;
  }
}
main.brands .brands-right-path span {
  display: inline-block;
  margin: 0 10px;
}
main.brands .brands-right-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-result {
    max-width: 390px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 389px) {
  main.brands .brands-right-result {
    padding: 0 10px;
  }
}
main.brands .brands-right-result-item {
  width: 400px;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1499px) {
  main.brands .brands-right-result-item {
    width: 360px;
  }
}
@media screen and (max-width: 389px) {
  main.brands .brands-right-result-item {
    width: 340px;
  }
}
main.brands .brands-right-result-item:hover img {
  transform: scale(1.1);
}
main.brands .brands-right-result-item:hover .product-item-title {
  color: #B22226;
}
main.brands .brands-right-result-item-img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
main.brands .brands-right-result-item-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
main.brands .brands-right-result-item-title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 160%;
  transition: all 0.2s ease;
}
main.brands .brands-right-result-item-title span:nth-child(1) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B5B5B6;
}
main.brands .brands-right-result-item-title span:nth-child(2) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  margin-right: 10px;
}
main.brands .brands-right-result-item-sim {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-result-item-sim {
    display: none;
  }
}
main.brands .brands-right-result-item hr {
  border: 0;
  border-bottom: 1px solid #B5B5B6;
  margin: 10px 0;
}
main.brands .brands-right-pagi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-pagi {
    margin-top: 50px;
  }
}
main.brands .brands-right-pagi-wrap {
  display: flex;
  align-items: center;
}
main.brands .brands-right-pagi-leftBtn, main.brands .brands-right-pagi-rightBtn {
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.brands .brands-right-pagi-leftBtn:hover, main.brands .brands-right-pagi-rightBtn:hover {
  background: #B2222633;
}
main.brands .brands-right-pagi-pageNum {
  margin: 0 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 389px) {
  main.brands .brands-right-pagi-pageNum {
    margin: 0 20px;
  }
}
main.brands .brands-right-pagi-pageNum-line {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: black;
  margin: 0 20px;
}
main.brands .brands-right-pagi-pageNum-no {
  cursor: pointer;
  transition: all 0.2s ease;
}
main.brands .brands-right-pagi-pageNum-no:hover {
  color: #B22226;
}
main.brands .brands-right-pagi-pageNum-no.active {
  color: #B22226;
}
main.brands .brands-right-pagi .mbRemove {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.brands .brands-right-pagi .mbRemove {
    display: none;
  }
}
main.singleBrands .singleBrands-wrap {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-wrap {
    padding: 50px 0;
  }
}
main.singleBrands .singleBrands-path {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-path {
    max-width: 390px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 389px) {
  main.singleBrands .singleBrands-path {
    padding: 0 10px;
  }
}
main.singleBrands .singleBrands-path span {
  display: inline-block;
  margin: 0 10px;
}
main.singleBrands .singleBrands-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  main.singleBrands .singleBrands-top {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-top img {
    width: 360px;
  }
}
main.singleBrands .singleBrands-top-wd {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  main.singleBrands .singleBrands-top-wd {
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-top-wd {
    padding: 0 15px;
  }
}
main.singleBrands .singleBrands-top-wd-1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: black;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-top-wd-1 {
    font-size: 24px;
    margin-top: 50px;
  }
}
main.singleBrands .singleBrands-top-wd-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.038em;
  color: #323336;
}
main.singleBrands .singleBrands-btm-block {
  background-color: #F1F4F5;
  padding: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-btm-block {
    padding: 50px 15px;
    margin-top: 50px;
  }
}
main.singleBrands .singleBrands-btm-block:not(:last-child) {
  margin-bottom: 50px;
}
main.singleBrands .singleBrands-btm-block-title {
  font-size: 28px;
  font-weight: 400;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-btm-block-title {
    margin-bottom: 20px;
  }
}
main.singleBrands .singleBrands-btm-block-title span:nth-child(1) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B5B5B6;
}
main.singleBrands .singleBrands-btm-block-title span:nth-child(2) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  margin-right: 10px;
}
main.singleBrands .singleBrands-btm-block-wrap {
  width: 100%;
  margin: 0 auto;
}
main.singleBrands .singleBrands-btm-block-img {
  width: 100%;
}
main.singleBrands .singleBrands-btm-block-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.singleBrands .singleBrands-btm-block-lists {
    flex-direction: column;
  }
}
main.singleBrands .singleBrands-btm-block-lists-item {
  width: 100%;
}
main.singleBrands .singleBrands-btm-block-lists-item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #727479;
  margin-bottom: 10px;
}
main.singleBrands .singleBrands-btm-block-lists-item-c {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #323336;
  padding: 0 20px 0 28px;
  position: relative;
}
main.singleBrands .singleBrands-btm-block-lists-item-c::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  top: 12px;
  left: 0px;
}
main.singleBrands .singleBrands-btm-block-bold {
  font-size: 24px;
  font-weight: 500;
  color: black;
  line-height: 160%;
  letter-spacing: 0.02em;
}
main.singleBrands .singleBrands-btm-block-gray {
  font-size: 20px;
  font-weight: 500;
  color: #727479;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-top: 16px;
}
main.singleBrands .singleBrands-btm-block-bk {
  font-size: 16px;
  font-weight: 400;
  color: #323336;
  line-height: 200%;
  letter-spacing: 0.02em;
  margin-top: 6px;
}
main.about1 .about1-wrap {
  position: relative;
  z-index: 2;
  padding: 50px 0 100px 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  main.about1 .about1-wrap {
    padding: 50px 30px 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  main.about1 .about1-wrap {
    padding: 50px 0 25px 0;
  }
}
main.about1 .about1-bgleft {
  position: fixed;
  left: 0;
  top: 470px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main.about1 .about1-bgleft {
    display: none;
  }
}
main.about1 .about1-bgright {
  position: fixed;
  right: 0;
  top: 470px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main.about1 .about1-bgright {
    display: none;
  }
}
main.about1 .about1-item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main.about1 .about1-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
main.about1 .about1-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.about1 .about1-item-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
main.about1 .about1-item-title h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #727479;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  main.about1 .about1-item-title h3 {
    font-size: 24px;
  }
}
main.about1 .about1-item-block {
  width: 100%;
  max-width: 1000px;
  background-color: #F1F4F5;
  margin: 0 auto;
  padding: 50px 20px 50px 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  main.about1 .about1-item-block {
    padding: 50px 20px 50px 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  main.about1 .about1-item-block {
    flex-direction: column;
    padding: 20px 15px;
  }
}
main.about1 .about1-item-block-img {
  width: 300px;
  height: 420px;
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.about1 .about1-item-block-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
main.about1 .about1-item-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.about1 .about1-item-block-wd {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #727479;
}
main.about1 .about1-item-block-wd p {
  padding-left: 28px;
  position: relative;
}
main.about1 .about1-item-block-wd p::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  left: 0;
  top: 8px;
}
main.about1 .about1-item-block-wd p:not(:last-child) {
  margin-bottom: 20px;
}
main.about2 {
  overflow: unset;
}
main.about2 .about2-wrap {
  position: relative;
  padding: 20px 0 50px 0;
  width: 100%;
  max-width: 1660px;
  display: flex;
}
@media screen and (min-width: 1921px) {
  main.about2 .about2-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1439px) {
  main.about2 .about2-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 50px 0;
  }
}
main.about2 .about2-sidebar {
  width: 500px;
  height: 1000px;
  max-height: calc(100vh - 90px);
  position: sticky;
  top: 90px;
  padding: 100px 50px;
  margin-right: 60px;
}
@media screen and (max-width: 1699px) {
  main.about2 .about2-sidebar {
    width: 320px;
    padding: 100px 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1439px) {
  main.about2 .about2-sidebar {
    display: none;
  }
}
main.about2 .about2-sidebar-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main.about2 .about2-sidebar-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
main.about2 .about2-sidebar-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #FFFFFFD9;
}
main.about2 .about2-sidebar-item {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: black;
  width: 100%;
  padding: 10px 20px;
  background-color: white;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.about2 .about2-sidebar-item-wrap {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
main.about2 .about2-sidebar-item:hover {
  background: #b2222716;
}
main.about2 .about2-sidebar-item:not(:last-child) {
  margin-bottom: 20px;
}
main.about2 .about2-sidebar-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B22226;
  top: 19.5px;
  left: 0;
}
main.about2 .about2-sidebar-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #B5B5B6;
  top: 19.5px;
  right: 0;
}
main.about2 .about2-content {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
}
main.about2 .about2-content-block {
  padding: 50px 100px;
  background-color: #F1F4F5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1699px) {
  main.about2 .about2-content-block {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 1439px) {
  main.about2 .about2-content-block {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  main.about2 .about2-content-block {
    padding: 20px 0px;
  }
}
main.about2 .about2-content-block:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  main.about2 .about2-content-block:not(:last-child) {
    margin-bottom: 50px;
  }
}
main.about2 .about2-content-block-topImg {
  max-width: 100%;
  width: 900px;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.about2 .about2-content-block-topImg {
    width: 100%;
    height: auto;
  }
}
main.about2 .about2-content-block-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  main.about2 .about2-content-block-center {
    flex-direction: column;
    margin: 20px 0;
    padding: 0 20px;
  }
}
main.about2 .about2-content-block-center img {
  width: 200px;
  height: 200px;
  margin-right: 50px;
}
@media screen and (max-width: 1439px) {
  main.about2 .about2-content-block-center img {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  main.about2 .about2-content-block-center img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
main.about2 .about2-content-block-center-right {
  width: 100%;
  max-width: 500px;
}
main.about2 .about2-content-block-center-right-title {
  font-size: 24px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 160%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  main.about2 .about2-content-block-center-right-title {
    font-size: 20px;
  }
}
main.about2 .about2-content-block-center-right-title span:nth-child(1) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B5B5B6;
}
main.about2 .about2-content-block-center-right-title span:nth-child(2) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  margin-right: 10px;
}
main.about2 .about2-content-block-center-right-name {
  font-size: 16px;
  font-weight: 400;
  color: #323336;
  line-height: 200%;
  letter-spacing: 0.02em;
}
main.about2 .about2-content-block-center-right hr {
  border: 0;
  border-bottom: 1px solid #B5B5B6;
  margin: 5px 0 10px 0;
}
main.about2 .about2-content-block-window {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.about2 .about2-content-block-window {
    padding: 0 15px;
  }
}
main.about2 .about2-content-block-window img {
  object-fit: cover;
  border-radius: 4px;
}
main.about2 .about2-content-block-window-col1 {
  display: flex;
  flex-direction: column;
  width: 41%;
}
main.about2 .about2-content-block-window-col1 img:nth-child(1) {
  height: 138px;
  margin-bottom: 7.4px;
}
main.about2 .about2-content-block-window-col1 img:nth-child(2) {
  height: 117px;
}
main.about2 .about2-content-block-window-col2 {
  display: flex;
  flex-direction: column;
  width: 28%;
}
main.about2 .about2-content-block-window-col2 img:nth-child(1) {
  height: 99px;
  margin-bottom: 10.14px;
}
main.about2 .about2-content-block-window-col2 img:nth-child(2) {
  height: 163px;
}
main.about2 .about2-content-block-window-col3 {
  display: flex;
  flex-direction: column;
  width: 28.5%;
}
main.about2 .about2-content-block-window-col3 img:nth-child(1) {
  height: 238px;
  margin-bottom: 10.14px;
}
main.about2 .about2-content-block-btmWd {
  font-size: 16px;
  font-weight: 400;
  color: #323336;
  line-height: 200%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  main.about2 .about2-content-block-btmWd {
    padding: 0 20px;
  }
}
main.about2 .about2-backToTop {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  left: 140px;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  main.about2 .about2-backToTop {
    left: 0;
  }
}
main.about2 .about2-backToTop:hover img {
  transform: scale(0.8) rotate(90deg);
}
main.about2 .about2-backToTop img {
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
main.about2 .about2-backToTop span {
  color: black;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.8px;
}
main.about2 .about2-btnMB {
  width: 360px;
  height: 45px;
  overflow: hidden;
  background-color: #0000000D;
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1440px) {
  main.about2 .about2-btnMB {
    display: none;
  }
}
@media screen and (max-width: 389px) {
  main.about2 .about2-btnMB {
    width: 340px;
  }
}
main.about2 .about2-btnMB-item {
  position: relative;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  padding: 10px 8px;
  color: black;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.about2 .about2-btnMB-item:hover {
  opacity: 0.8;
  color: #B22226;
}
main.about2 .about2-btnMB-item:not(:last-child) {
  border-bottom: 1px solid #B5B5B6;
}
main.about2 .about2-btnMB-item-tri {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #B22226;
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  top: 20px;
  right: 8px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
main.about3 .about3-wrap {
  position: relative;
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 767px) {
  main.about3 .about3-wrap {
    height: 100vh;
  }
}
main.about3 .about3-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main.about3 .about3-itemsWrap {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1439px) {
  main.about3 .about3-itemsWrap {
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  main.about3 .about3-itemsWrap {
    max-width: 360px;
  }
}
main.about3 .about3-itemsWrap::-webkit-scrollbar {
  display: none;
}
main.about3 .about3-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.about3 .about3-row {
    flex-direction: column;
  }
}
main.about3 .about3-row-item {
  display: flex;
  width: 630px;
  justify-content: space-between;
  opacity: 0.8;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1439px) {
  main.about3 .about3-row-item {
    width: 360px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1439px) {
  main.about3 .about3-row-item:nth-child(even) {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 1439px) {
  main.about3 .about3-row-item:nth-child(odd) {
    flex-direction: row !important;
  }
}
main.about3 .about3-row-item:hover {
  opacity: 1;
}
main.about3 .about3-row-item-img {
  width: 290px;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.about3 .about3-row-item-img {
    width: 188.5px;
    height: 260px;
  }
}
main.about3 .about3-row-item-wd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: #F1F4F5;
  width: 290px;
  height: 300px;
}
@media screen and (max-width: 1439px) {
  main.about3 .about3-row-item-wd {
    width: 161.5px;
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  main.about3 .about3-row-item-wd {
    padding: 10px;
  }
}
main.about3 .about3-row-item-wd-1 {
  font-size: 18px;
  font-weight: 500;
  color: black;
  line-height: 160%;
  letter-spacing: 0.03em;
}
main.about3 .about3-row-item-wd hr {
  width: 100%;
  height: 1px;
  background-color: #B5B5B6;
  margin: 10px 0;
}
main.about3 .about3-row-item-wd-2 {
  font-size: 16px;
  font-weight: 400;
  color: #323336;
  line-height: 200%;
  letter-spacing: 0.03em;
}
main.about3 .about3-row:nth-child(even) .about3-row-item {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: -50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  main.about3 .about3-row:nth-child(even) .about3-row-item {
    margin-top: unset;
    margin-bottom: 30px;
  }
}
main.about3 .about3-row:nth-child(1) .about3-row-item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.about3 .about3-row:nth-child(1) .about3-row-item:nth-child(2) {
    margin-top: unset;
  }
}
main.about4 .about4-wrap {
  position: relative;
  width: 100%;
}
main.about4 .about4-sec1 {
  padding: 100px 50px 100px 0;
  background-color: #F1F4F5;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  main.about4 .about4-sec1 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec1 {
    flex-direction: column-reverse;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 499px) {
  main.about4 .about4-sec1 {
    padding: 50px 0 50px 0;
  }
}
main.about4 .about4-sec1-left {
  margin-right: 130px;
  width: 960px;
  flex-shrink: 0;
}
@media screen and (max-width: 1849px) {
  main.about4 .about4-sec1-left {
    margin-right: 50px;
    width: 800px;
  }
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec1-left {
    width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec1-left {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec1-left {
    width: 100%;
    max-width: 500px;
  }
}
main.about4 .about4-sec1-left img {
  width: 100%;
}
main.about4 .about4-sec1-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec1-right {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 499px) {
  main.about4 .about4-sec1-right {
    padding: 0 15px;
  }
}
main.about4 .about4-sec1-right-1 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec1-right-1 {
    margin: 0 0 20px 0;
  }
}
main.about4 .about4-sec1-right-1 img {
  width: 32px;
  height: 40px;
  margin-right: 20px;
}
main.about4 .about4-sec1-right-1 h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #727479;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec1-right-1 h3 {
    font-size: 28px;
  }
}
main.about4 .about4-sec1-right-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #323336;
}
main.about4 .about4-sec2 {
  padding: 150px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2 {
    padding: 55px 0 45px 0;
  }
}
main.about4 .about4-sec2-dot {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -100px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-dot {
    width: 100px;
    height: 100px;
    top: -50px;
    right: 13px;
  }
}
main.about4 .about4-sec2-left {
  width: calc(50% - 10px);
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  margin-right: 20px;
  flex-shrink: 1;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec2-left {
    height: 450px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec2-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-left {
    padding: 50px;
    height: auto;
  }
}
main.about4 .about4-sec2-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
main.about4 .about4-sec2-left-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, #B22226 35%, rgba(178, 34, 38, 0.5) 100%);
}
main.about4 .about4-sec2-left-1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-left-1 {
    font-size: 28px;
  }
}
main.about4 .about4-sec2-left-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  max-width: 560px;
  z-index: 3;
  margin-bottom: 40px;
}
main.about4 .about4-sec2-right {
  width: calc(50% - 10px);
  height: 600px;
  display: flex;
  flex-shrink: 1;
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec2-right {
    height: 450px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec2-right {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-right {
    flex-direction: column;
    height: auto;
  }
}
main.about4 .about4-sec2-right-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  flex-shrink: 1;
  width: 350px;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec2-right-col1 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-right-col1 {
    flex-direction: row;
    width: 100%;
  }
}
main.about4 .about4-sec2-right-col1 img {
  width: 100%;
  height: calc(50% - 10px);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-right-col1 img {
    width: calc(50% - 10px);
    height: auto;
  }
}
main.about4 .about4-sec2-right-col2 {
  flex-shrink: 1;
  width: 580px;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec2-right-col2 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-right-col2 {
    width: 100%;
    display: none;
  }
}
main.about4 .about4-sec2-right-col2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec2-right-col2 img {
    max-height: 450px;
  }
}
main.about4 .about4-sec3 {
  padding-bottom: 150px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec3 {
    padding-bottom: 60px;
  }
}
main.about4 .about4-sec3-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main.about4 .about4-sec3-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1250px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec3-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec3-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec3-wrap {
    padding: 0;
    width: 100%;
    max-width: 390px;
  }
}
main.about4 .about4-sec3-wrap strong {
  font-weight: 700;
}
main.about4 .about4-sec3-item1 {
  width: 550px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec3-item1 {
    width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec3-item1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec3-item1 {
    width: 100%;
    margin-bottom: 0;
  }
}
main.about4 .about4-sec3-item1 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec3-item1 img {
    height: auto;
  }
}
main.about4 .about4-sec3-item1-wd {
  width: 100%;
  background-color: #F1F4F5;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec3-item1-wd {
    padding: 20px 15px;
  }
}
main.about4 .about4-sec3-item1-wd-1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #727479;
  margin-bottom: 20px;
}
main.about4 .about4-sec3-item1-wd-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #323336;
}
main.about4 .about4-sec3-item2 {
  width: 300px;
  padding: 20px 25px 0 25px;
  border-top: 3px solid #B22226;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec3-item2 {
    width: 100%;
    max-width: 360px;
    padding: 20px 0 0 0;
    margin-top: 20px;
  }
}
main.about4 .about4-sec3-item2-wrap {
  width: 650px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec3-item2-wrap {
    width: 100%;
    max-width: 390px;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
}
main.about4 .about4-sec3-item2-1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #727479;
  margin-bottom: 20px;
}
main.about4 .about4-sec3-item2-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #323336;
}
main.about4 .about4-sec4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.about4 .about4-sec4-title {
  display: flex;
  align-items: center;
}
main.about4 .about4-sec4-title span {
  width: 800px;
  height: 1px;
  background-color: #B22226;
  flex-shrink: 1;
}
main.about4 .about4-sec4-title-cen {
  margin: 0 68px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-title-cen {
    margin: 0 20px;
  }
}
main.about4 .about4-sec4-title-cen img {
  width: 32px;
  height: 40px;
  margin-right: 20px;
}
main.about4 .about4-sec4-title-cen h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #727479;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-title-cen h3 {
    font-size: 28px;
  }
}
main.about4 .about4-sec4-sel {
  display: flex;
  width: 100%;
  max-width: 1400px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: black;
  margin: 50px 0;
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec4-sel {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-sel {
    display: none;
  }
}
main.about4 .about4-sec4-sel-item {
  width: 453.33px;
  padding: 14.5px;
  background-color: #F1F4F5;
  text-align: center;
  position: relative;
  flex-shrink: 1;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.about4 .about4-sec4-sel-item:hover {
  background: #B222260D;
}
main.about4 .about4-sec4-sel-item:not(:last-child) {
  margin-right: 20px;
}
main.about4 .about4-sec4-sel-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0;
  background-color: #B22226;
}
main.about4 .about4-sec4-sel-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 0;
  background-color: #B5B5B6;
}
main.about4 .about4-sec4-sel-btnMB {
  width: 360px;
  height: 57px;
  overflow: hidden;
  background-color: #0000000D;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  main.about4 .about4-sec4-sel-btnMB {
    display: none;
  }
}
main.about4 .about4-sec4-sel-btnMB-item {
  position: relative;
  height: 58px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding: 17px 20px;
  color: black;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.about4 .about4-sec4-sel-btnMB-item:hover {
  opacity: 0.8;
  color: #B22226;
}
main.about4 .about4-sec4-sel-btnMB-item:not(:last-child) {
  border-bottom: 1px solid #B5B5B6;
}
main.about4 .about4-sec4-sel-btnMB-item-tri {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #B22226;
  display: block;
  position: absolute;
  width: 15px;
  height: 7px;
  top: 30px;
  right: 20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
main.about4 .about4-sec4-slide {
  position: relative;
  width: 100%;
}
main.about4 .about4-sec4-slide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
main.about4 .about4-sec4-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.about4 .about4-sec4-slide-mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(359.86deg, rgba(241, 244, 245, 0) -0.9%, #F1F4F5 93.61%);
}
main.about4 .about4-sec4-slide .swiper {
  position: relative;
  z-index: 3;
  width: 100%;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1 {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-1 {
    padding: 50px 10px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-right: 95px;
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-1-left {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-1-left {
    margin-right: unset;
    margin-bottom: 40px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-left-wd1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: black;
  margin-bottom: 20px;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-left-wd2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #323336;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right img {
  width: 100%;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-bar {
  width: 100%;
  height: 39px;
  background-color: #B22226;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: white;
  margin-bottom: 11px;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item:not(:last-child) {
  margin-right: 10px;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item span {
  display: block;
  width: 26px;
  height: 22px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #727479;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item-wd {
  padding: 10px;
  background-color: #727479;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item-wd {
    padding: 5px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item-wd p:not(:last-child) {
  margin-bottom: 5px;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item-add {
  background-color: white;
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item-add:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-1-right-gray-item:not(:last-child) {
    margin-right: 5px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-2 {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 10px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-2 {
    padding: 50px 10px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-2-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-right: 95px;
}
@media screen and (max-width: 1439px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-2-left {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-2-left {
    margin-right: unset;
    margin-bottom: 40px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-2-left-wd1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: black;
  margin-bottom: 20px;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-2-left-wd2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #323336;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-2-right {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-2-right {
    max-width: 800px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-2-right img {
  width: 100%;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3 {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3 {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3 {
    padding: 50px 0;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item {
  width: 480px;
  height: 180px;
  background-color: white;
  display: flex;
}
@media screen and (max-width: 1600px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item {
    width: 390px;
    max-width: 100%;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-wrap {
  width: 100%;
  max-width: 1540px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-wrap {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-wrap {
    max-width: 390px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item img {
  width: 220px;
  height: 180px;
  object-fit: cover;
}
@media screen and (max-width: 1600px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item img {
    width: 220px;
  }
}
@media screen and (max-width: 389px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item img {
    width: 180px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-wd {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 389px) {
  main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-wd {
    padding: 10px;
  }
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 160%;
  transition: all 0.2s ease;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-title span:nth-child(1) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B5B5B6;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-title span:nth-child(2) {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B22226;
  margin-right: 10px;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item hr {
  border: 0;
  border-bottom: 1px solid #B5B5B6;
  margin: 10px 0;
  width: 100%;
}
main.about4 .about4-sec4-slide .swiper .swiper-slide-3-item-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #323336;
}
main.about4 .about4-sec5 {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec5 {
    padding: 75px 0 50px 0;
  }
}
main.about4 .about4-sec5-title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 260px;
}
@media screen and (max-width: 1899px) {
  main.about4 .about4-sec5-title {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec5-title {
    margin-left: unset;
    width: 100%;
    justify-content: center;
  }
}
main.about4 .about4-sec5-title img {
  width: 32px;
  height: 40px;
  margin-right: 20px;
}
main.about4 .about4-sec5-title h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #727479;
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec5-title h3 {
    font-size: 28px;
  }
}
main.about4 .about4-sec5-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.about4 .about4-sec5-slide-leftIcon, main.about4 .about4-sec5-slide-rightIcon {
  border-radius: 25px;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
main.about4 .about4-sec5-slide-leftIcon:hover, main.about4 .about4-sec5-slide-rightIcon:hover {
  background: #B2222633;
}
main.about4 .about4-sec5-slide .swiper {
  width: 100%;
  max-width: 1350px;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 1599px) {
  main.about4 .about4-sec5-slide .swiper {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  main.about4 .about4-sec5-slide .swiper {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  main.about4 .about4-sec5-slide .swiper {
    max-width: 250px;
    margin: 0 20px 0 20px;
  }
}
@media screen and (max-width: 389px) {
  main.about4 .about4-sec5-slide .swiper {
    max-width: 200px;
  }
}
main.about4 .about4-sec5-slide .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 300px;
}
main.about4 .about4-sec5-slide .swiper-slide-year {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: black;
  margin-bottom: 20px;
}
main.about4 .about4-sec5-slide .swiper-slide-wd1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #727479;
  margin-bottom: 10px;
}
main.about4 .about4-sec5-slide .swiper-slide-wd2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.04em;
  color: #323336;
  margin-bottom: 20px;
}
main.about4 .about4-sec5-slide .swiper-slide img {
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 389px) {
  main.about4 .about4-sec5-slide .swiper-slide img {
    width: 200px;
    height: 200px;
  }
}
main.about4 .about4-sec5-slide-line {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #B5B5B6;
  top: 53px;
  left: 0;
}
main.about5 {
  position: relative;
}
main.about5 .about5-wrap {
  padding: 50px 0;
  position: relative;
}
main.about5 .about5-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.about5 .about5-bg img {
  width: 800px;
  max-width: 100%;
}
main.about5 .sec6-bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  main.about5 .sec6-bg {
    position: relative;
  }
}
main.about5 .sec6-bg .swiper {
  width: 100%;
}
main.about5 .sec6-bg .swiper img {
  width: 170px;
  height: 150px;
}
main.investor .investor-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 200px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #323336;
}
@media screen and (max-width: 1199px) {
  main.investor .investor-wrap {
    padding: 50px 30px 200px 30px;
  }
}
@media screen and (max-width: 767px) {
  main.investor .investor-wrap {
    padding: 50px 15px 200px 15px;
  }
}
main.investor .investor-wrap p {
  margin-bottom: 30px;
}
main.investor .investor-wrap h1 {
  font-size: 28px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
  margin-bottom: 10px;
}
main.investor .investor-wrap h2 {
  font-size: 24px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
  margin-bottom: 10px;
}
main.investor .investor-wrap h3 {
  font-size: 20px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
  margin-bottom: 10px;
}
main.investor .investor-wrap h4 {
  font-size: 18px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
  margin-bottom: 10px;
}
main.investor .investor-wrap h5 {
  font-size: 16px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 200%;
  margin-bottom: 10px;
}
main.investor .investor-wrap h6 {
  font-size: 14px;
  color: black;
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 160%;
  margin-bottom: 10px;
}
main.investor .investor-wrap strong {
  font-size: inherit;
  color: black;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 200%;
}
main.investor .investor-wrap i {
  font-size: 16px;
  color: black;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.02em;
  font-style: italic;
  line-height: 200%;
}
main.investor .investor-block1 {
  margin-bottom: 50px;
}
main.investor .investor-block1-wd1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: black;
  margin-bottom: 10px;
}
main.investor .investor-block2 {
  margin-bottom: 50px;
}
main.investor .investor-block2-wd1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: black;
}
main.investor table {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin-bottom: 50px;
}
main.investor table tr {
  background: white !important;
}
main.investor table tr td {
  padding: 20px;
  color: #323336;
  font-size: 18px;
}
main.investor table tr:nth-child(1) {
  padding: 18px;
  background: #92959a !important;
}
main.investor table tr:nth-child(1) td {
  padding: 20px 20px;
  color: white !important;
  font-size: 20px;
}
main.investor .investor-dropdown {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
main.investor .investor-dropdown-title {
  background-color: #92959a;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.02em;
  position: relative;
  cursor: pointer;
}
main.investor .investor-dropdown-title svg {
  transition: all 0.5s ease;
  position: absolute;
  top: 18px;
  right: 20px;
}
main.investor .investor-dropdown-content {
  background-color: #f1f4f5;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.02em;
  height: 0;
  padding: 10px 20px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
main.investor .investor-dropdown.open .investor-dropdown-content {
  height: calc(auto);
  opacity: 1;
}
main.investor .investor-dropdown.open .investor-dropdown-title svg {
  transform: rotate(180deg);
}
main.investor .investor-dropdown p {
  margin-bottom: 0 !important;
}
main.investor a {
  font-size: 16px;
  line-height: 200%;
  color: #B22226;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
main.investor ul {
  list-style-type: none !important;
  margin-top: 20px !important;
  line-height: 200% !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  color: #323336 !important;
}
main.investor ul li {
  padding-left: 32px !important;
  position: relative !important;
  margin-top: 10px !important;
}
main.investor ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #B22226;
  top: 14px;
  left: 19px;
}
main.investor ol {
  margin-top: 20px !important;
  line-height: 200% !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  color: #323336;
  list-style: decimal !important;
  padding-left: 32px !important;
}
main.investor ol li {
  position: relative !important;
  margin-top: 10px !important;
  padding-left: 3px !important;
}
main.investor ol li::marker {
  color: #B22226;
  display: block;
  position: absolute;
  top: 14px;
  left: 19px;
}
.white-space-no{ white-space: nowrap;}
.overflow-x{ overflow-x:auto;}
