.about {
  padding-top: 164px;
}
.banner__global {
  width: 1600px;
  height: 588px;
  max-width: 100%;
  margin: 0 auto;
}
.img-banner-global{
  width: 100%;
  height: 100%;
}
.about-head-title {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}
/* list time */
.about-listtime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.about-listtime-item {
  width: 250px;
}
.about-listtime-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  color: #0031a7;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.about-listtime-desc {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.about-giant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  gap: 50px;
}
.about-giant-item {
  
}
.about-giant-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.about-giant-box {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: flex-start;
}
.about-giant-item-title {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
.about-giant-img {
  margin-bottom: 24px;
  width: auto;
  height: 120px;
}
.about-giant-left {
  padding: 24px 40px 49px;
  background-color: #f2f2f2;
}
.about-giant-desc {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 30px;
  font-weight: 400;
}
.about-giant-right {
  width: 532px;
  max-width: 100%;
}
.section-alway {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #f2f2f2;
}
.alway-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}
.alway-desc {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  font-weight: 400;
}
.alway-header {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.alway-main{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.alway-item {
  /* display: flex;
  justify-content: flex-start;
  align-items: flex-end; */
  margin-bottom: 30px;
}
.alway-item-width {
  
}
.alway-item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.alway-item-desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 24px;
  font-weight: 400;
}
.alway-link-icon {
  position: relative;
  top: -2px;
  transition: 0.15s ease-in-out all;
  transform-origin: center center;
  margin-left: 8px;
}
.alway-link-icon-icon {
  margin-top: 4px;
}

.alway-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #0031a7;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.alway-link:hover {
  text-decoration: underline #0031a7;
}
.alway-link:hover .alway-link-icon {
  transform: rotate(45deg);
}
.alway-img {
  
}
.alway-img-src {
  margin: unset;
}
.alway-content {
  width: 510px;
  max-width: 100%;
}
.section-slide-logo {
  padding-top: 30px;
  padding-bottom: 40px;
}
.slide-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
  width: 505px;
  max-width: 100%;
  margin: 0 auto;
}
.slidelogo-img {
  width: 180px;
  height: 166px;
  margin-bottom: 24px;
  object-fit: contain;
  object-position: center;
}
.slidelogo-img:last-child {
  margin-bottom: 0;
}

/* custom swiper */
.slide-main {
  position: relative;
}
.section-our-odd {
  background: #f2f2f2;
}
.section-our-even {
  background-color: #fff;
}
.section-our-main {
  padding: 40px 0;
}
.section-our-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-our-main .our-img img {
  max-width: 620px;
}
.our-content-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}
.our-content-desc {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  font-weight: 400;
}
.our-content {
  width: 510px;
  max-width: 100%;
  margin-right: 150px;
}
.our-content-list-title {
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 135%;
  color: #737373;
  margin-bottom: 24px;
}
.out-content-list-item {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 24px;
  padding-left: 32px;
  position: relative;
  font-weight: 400;
}
.out-content-list-item::after {
  content: '';
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  transform: translateY(100%);
  background-color: #0031a7;
  left: 0;
  margin-top: 6px;
}
.our-content-list-main {
  margin-bottom: 40px;
}
.section-our-people {
  padding-top: 30px;
  padding-bottom: 40px;
}
.people-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}
.people-desc {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  font-weight: 400;
}
.people-header {
  margin-bottom: 40px;
  text-align: center;
  max-width: 100%;
}
.speople-item {
  margin-bottom: 40px;
}
.speople-item:last-child {
  margin-bottom: 0;
}
.speople-item-title {
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
.speople-founder {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.speople-founder-item {
  width: calc(100% / 3);
  margin-left: 40px;
  position: relative;
}
.speople-founder-item:first-child {
  margin-left: 0;
}
.speople-founder-item-img {
  margin-bottom: 24px;
}
.speople-founder-item-src {
  display: unset;
}
.speople-founder-item-name {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #0031a7;
  margin-bottom: 4px;
}
.speople-founder-item-position {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 14px;
}
.speople-founder-item-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  padding-bottom: 16px;
}
.speople-founder-item-viewmore {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  outline: none;
  background-color: transparent;

  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #0031a7;

  padding: 0;
}
.speople-founder-item-viewmore-icon {
  margin-left: 6px;
  position: relative;
  top: -1px;
  transition: 0.15s all ease-in-out;
  display: inline-flex;
}
.speople-founder-item-viewmore-svg {
  margin-top: 6px;
}

.speople-founder-item-viewmore:hover .speople-founder-item-viewmore-icon {
  transform: rotate(45deg);
}
.speople-founder-item-viewmore:hover .speople-founder-item-viewmore-text {
  text-decoration: underline;
}
.slidemanagers-box-img {
  margin-bottom: 15px;
}
.slidemanagers-box-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 4px;
}
.slidemanagers-box-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #737373;
}
.swiper-container.slidemanagers {
  padding-bottom: 54px;
}
.section-stading {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}
.standing-head {
  max-width: 100%;
  padding-bottom: 40px;
}
.standing-head-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}
.standing-head-desc {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  font-weight: 400;
}
.standing-body {
}
.standing-item {
}
.standing-item {
  padding-top: 24px;
  padding-bottom: 31px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.standing-item-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.standing-item {
  display: flex;
}
.standing-item-title-icon {
  display: flex;
  transition: 0.35s ease-in-out all;
  margin-top: 6px;
}
.standing-item-title-text {
  margin-left: 24px;
}
.standing-desc {
  margin-left: calc(16px + 25px);
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  font-weight: 400;
}
.standing-item-content {
  width: 505px;
  max-width: 100%;
  margin-right: 40px;
}
.standing-item-title {
  margin: 0;
}
.standing-item-content .standing-desc {
  display: none;
  margin-top: 16px;
}
.standing-item-content ~ .standing-item-img {
  display: none;
}

.standing-item-title-icon-line-hoz {
  position: absolute;
  transform: rotate(90deg);
  transition: 0.35s ease-in-out all;
}
.standing-item-title.active .standing-item-title-text {
  color: #0031a7;
}

.banner-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-link-container img {
  height: 320px;
}

/* pop up */
.popupabout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px 80px 17px;
  width: 100%;
}
.popup-content-left {
  width: 454px;
  margin-right: 80px;
  max-width: 100%;
}
.popup-content-right {
  width: calc(100% - 454px);
}
.pcontent-position {
  padding: 24px;
  background: #0031a7;
}
.pcontent-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 4px;
}
.pcontent-position-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #d9d9d9;
}
.pcontent-img {
  /* height: 496px; */
}
.pcontent-img-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pcontent-desc-item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 24px;
}
.pcontent-desc-item {
  padding-bottom: 40px;
}
.pcontent-desc-item:last-child {
  padding-bottom: 0;
}
.pcontent-desc-item-item {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 4px;
  list-style: inside;
  padding-left: 10px;
  margin: 0;
}
.pcontent-desc-item-text {
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 10px;
}
.pcontent-desc-item-text:last-child {
  margin-bottom: 0;
}

/* custom slide */
.slidelogo .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  left: 50%;
  transform: translate(-50%, -2px);
}
.slidelogo .swiper-button-prev,
.slidelogo .swiper-button-next {
  width: 32px;
  height: 32px;
  bottom: 0;
  top: unset;
}
.slidelogo .swiper-button-prev::after,
.slidelogo .swiper-button-next::after {
  content: '';
}
.slidelogo .swiper-button-next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.button-prev-slidelogo-icon,
.button-next-slidelogo-icon,
.button-prev-managers-icon,
.button-next-managers-icon,
.button-prev-slidestaff-icon,
.button-next-slidestaff-icon {
  margin-top: 6px;
}

.slidelogo .swiper-pagination .swiper-pagination-bullet {
  background-color: #d9d9d9;
  width: 100px;
  height: 2px;
  border-radius: unset;
  margin: 0;
}
.slidelogo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.slide-main .slidelogo {
  padding-bottom: calc(40px + 10px);
}

/* popup */
.popup {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
body.popupopen {
  overflow: hidden;
}
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  animation: pcaty 0.2s linear;
}
.popup-main {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  z-index: 2;
}
.popup-content {
  position: relative;
  width: 1440px;
  background-color: #fff;
  margin: 0 auto;
  max-width: 96%;
  animation: growUp 0.2s linear;
  max-height: 96vh;
  overflow: hidden;
  height: 800px;
}

.popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 1;
}
.popup-body {
  height: 100%;
  overflow-y: scroll;
}
.popup-body::-webkit-scrollbar {
  width: 5px;
}
.popup-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.popup-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@keyframes pcaty {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes growUp {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@media screen and (min-width: 1281px) {
  .dark-slide-item-container .dark-slide-item-image {
    /* height: 320px;
    object-fit: cover;
    object-position: center; */
  }
}

@media screen and (max-width: 1310px) {
}

@media screen and (min-width : 1024px) and (max-width : 1366px) and (orientation: landscape){
   .banner__global{
   height: unset;
  }
  .popupabout {
   padding: 64px 40px 17px;
   }
   .banner-link-detail-box .banner-link-detail-text{
    font-size : 40px;
   }
}

@media screen and (max-width: 1280px) and (orientation: portrait) {
  .popup-main {
    padding: 16px;
  }
  .popup-close {
    top: 5px;
    right: 5px;
  }
}

@media screen and (max-width: 1280px) and (orientation: portrait) {
  .global-container {
    padding: 0 20px;
  }
}



@media screen and (max-width: 768px) and (orientation: portrait) {
  .popup-close svg {
    width: 24px;
    height: 24px;
  }
  .popup-close svg path {
    stroke: white;
  }
  .popup-close {
    top: 24px;
    right: 20px;
    position: absolute;
  }
  .popup-close svg path {
    stroke: #fff;
  }
}

@media screen and (max-width: 576px) and (orientation: portrait) {
  .popup-main {
    padding: 14px;
  }
}

/* dark slide */
.dark-slide-global {
  background-color: #000000;
  padding: 30px 0 40px 0;
}
.dark-slide-global .dark-slide-global-container {
}
.dark-slide-global-container .dark-slide-global-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
}
.dark-slide-global-container .dark-slide-box {
  margin-top: 40px;
}
.dark-slide-box .swiper-dark-slide {
  padding-bottom: calc(30px + 32px);
}
.swiper-dark-slide .swiper-wrapper {
}
.swiper-dark-slide .swiper-wrapper .swiper-slide {
}
.swiper-dark-slide .swiper-wrapper .swiper-slide .dark-slide-item-container {
}
.dark-slide-item-container .dark-slide-item-image {
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.dark-slide-item-container .dark-slide-item-title-link {
}
.dark-slide-item-title-link .dark-slide-item-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 16px;
}
.dark-slide-item-title-link:hover .dark-slide-item-title {
  text-decoration: underline;
}
.dark-slide-item-container .dark-slide-item-more-link {
  display: flex;
  align-items: center;
}
.dark-slide-item-more-link .dark-slide-item-more-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #737373;
  margin-right: 4px;
  transition: all 0.15s ease-in-out;
}
.dark-slide-item-more-link:hover .dark-slide-item-more-text {
  text-decoration: underline;
}
.dark-slide-item-more-link .dark-slide-item-more-icon {
  transition: all 0.15s ease-in-out;
}
.dark-slide-item-more-link:hover .dark-slide-item-more-icon {
  transform: rotate(45deg);
}
.swiper-dark-slide .swiper-pagination.swiper-pagination-bullets {
  width: fit-content;
  left: 50%;
  transform: translate(-50%, -2px);
}
.swiper-dark-slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #a6a6a6;
  width: 100px;
  height: 2px;
  border-radius: unset;
  margin: 0;
  width: calc(100% / 10) !important;
}
.swiper-dark-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-dark-slide .swiper-button-prev::after,
.swiper-dark-slide .swiper-button-next::after {
  content: '';
}
.swiper-dark-slide .swiper-button-prev,
.swiper-dark-slide .swiper-button-next {
  width: 32px;
  height: 32px;
  bottom: 0;
  top: unset;
}
.swiper-dark-slide .swiper-button-prev {
}
.swiper-dark-slide .swiper-button-next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.swiper-dark-slide-button-prev-icon,
.swiper-dark-slide-button-next-icon {
  margin-top: 6px;
}

.dark-slide-item-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
}
.dark-slide-item-box-year {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  margin-right: 20px;
}
.dark-slide-item-box-desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #737373;
}
@media screen and (max-width: 992px) and (orientation: portrait) {
  .dark-slide-item-container .dark-slide-item-image {
    width: 100%;
  }
  .section-our-main {
    flex-direction: column;
    padding: 64px 0 40px;
  }
}
/* dark slide */
@media screen and (max-width: 576px) and (orientation: portrait) {
  .dark-slide-global {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .dark-slide-global-container .dark-slide-box {
    margin-top: 40px;
  }
  .dark-slide-box .swiper-dark-slide {
    padding-bottom: calc(40px + 15px);
  }
  .swiper-dark-slide .swiper-wrapper .swiper-slide:not(:last-child).swiper-slide-active {
    width: 90% !important;
  }
  .dark-slide-item-container .dark-slide-item-image {
    height: 240px;
  }
  .dark-slide-item-title-link .dark-slide-item-title {
    font-size: 18px;
    margin: 24px 0;
    min-height: 64.8px;
  }
  .dark-slide-item-box-year {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
  }
  .dark-slide-item-box-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
  }
}

@media screen and (max-width: 1310px) and (orientation: portrait) {
  .popupabout {
    padding: 20px;
    width: 100%;
  }
  .banner-link-detail-box .banner-link-detail-text{
     font-size: 40px;
    }
  .popup-content-left {
    width: 380px;
  }
  .pcontent-desc-item-text {
    font-size: 14px;
  }
  .pcontent-desc-item {
    padding-bottom: 20px;
  }
  .popup-content-left {
    margin-right: 50px;
  }
  .pcontent-position {
    padding: 14px;
  }
  .pcontent-name {
    font-size: 26px;
  }
  .pcontent-position-name {
    font-size: 18px;
  }
}

@media screen and (max-width : 1080px) and (orientation: portrait) {
  
  .about-head-title{
    width: 650px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .banner__global{
    height: 420px;
  }
  .about-listtime{
    width: 650px;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .about-giant{
    flex-direction: column;
    margin-bottom: 100px;
  }
  .about-giant-item{
    width: 100%;
  }
  .about-giant-left{
    margin-bottom: 80px;
  }
  .alway-header{
    width: 100%;
  }
  .alway-item{
    flex-direction: column;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
  .alway-item-width{
    width: 100%;
  }
  .alway-img{
    margin-right: 0;
    margin-bottom: 80px;
    height: 500px;
  }
  .alway-img-src{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-alway{
    padding-bottom: 0px;
  }
  .section-slide-logo{
    padding-bottom: 136px;
  }
  .dark-slide-global{
    padding-top: 80px;
  }
  .section-our-main{
    flex-direction: column;
  }
  .our-content{
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .our-img{
    width: 100%;
    height: 500px;
  }
  .our-img-src{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-our-odd:last-child .section-our-main .our-img{
    height: 1260px;
  }
  .speople-founder-item{
    width: 50%;
  }
  .speople-founder-item-img{
    height: 496px;
  }
  .speople-founder-item-src{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .slidemanagers-img{
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section-our-people{
    padding-bottom: 40px;
  }
  .standing-head-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
  }
  .standing-head-desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
  }
  .standing-item-content{
    width:  100%;
  }
  .standing-img-src{
    width: 100%;
    height: 100%
    ;
  }
  .standing-head {
    padding-bottom: 40px;
  }
  .standing-item {
    padding: 24px 0;
    flex-direction: column;
  }
  .standing-item-title {
    margin-bottom: 16px;
  }
  .standing-desc {
    margin-left: 0;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
  }
  .standing-item-img{
    height: 465px;
  }
  .banner-link{
    flex-direction: column;
  }
  .banner-link-global{
    height: 310px;
  }
  .banner-link-container{
    width: 100%;
    height: 100%;
  }
  .banner-link-container img{
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .banner-link {
    flex-direction: column;
  }

  .our-content {
    margin-right: 0;
  }
  .our-content-title {
    margin-bottom: 16px;
  }
  .popupabout {
    flex-direction: column;
  }
  .pcontent-img {
    display: none;
  }
  .popupabout {
    padding: 0;
  }
  .pcontent-name {
    font-size: 24px;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 4px;
  }
  .pcontent-position-name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .pcontent-position {
    padding: 24px 32px;
  }
  .popup-content-left {
    margin: 0;
    width: 100%;
    position: sticky;
    top: 0;
  }
  .popup-content-right {
    width: 100%;
    padding: 24px 20px;
  }
}

@media screen and (max-width: 576px) and (orientation: portrait) {
  .banner__global{
    height: 282px;
  }
  .banner__global img {
    object-fit: cover;
    object-position: center;
  }
  .alway-img-src {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .our-img {
    height: 180px;
    width: 100%;
  }
  .section-our-odd:last-child .section-our-main .our-img{
    height: unset;
  }
  .section-our-odd:last-child .section-our-main .our-content{
    margin-bottom: 0;
  }
  .our-img-src {
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .speople-founder-item-src {
    height: 400px;
    width: 100%;
  }
  .slidemanagers-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .standing-img-src {
    height: 240px;
    object-fit: cover;
    object-position: center;
  }
  .about-head-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .about-listtime {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 30px 0 0 0;
    padding-bottom: 0;
  }
  .about-listtime-item {
    width: 155px;
    margin-bottom: 40px;
  }
  .about-listtime-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
  }
  .about-giant {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .about-giant-item {
    width: 100%;
  }
  .about-giant-left {
    /* display: none; */
    padding: 20px;
    margin: 0;
    margin-bottom: 0px;
  }
  .about-giant-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000000;
  }
  
  .about-giant-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
  }
  .about-giant {
    margin-bottom: 0px;
    gap: 30px;
  }
  .about-giant-desc:last-child {
    margin-bottom: 0;
  }
  .section-alway {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .alway-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
  }
  .alway-img{
    height: 240px;
  }
  .alway-item {
    flex-direction: column;
  }
  .alway-item-width {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
  .alway-item-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 8px;
  }
  .alway-item-desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .section-slide-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slide-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
  }

  .speople-founder {
    flex-direction: column;
  }
  .speople-founder-item {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .speople-item-title {
    margin-bottom: 24px;
  }
  .speople-founder-item-name {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 8px;
  }
  .speople-founder-item-position {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .speople-founder-item-desc {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .speople-founder-item-viewmore {
    position: relative;
  }
  .speople-item {
    margin-bottom: 0;
  }
  .speople-slide-managers {
    margin-bottom: 30px;
  }
  .swiper-container.slidemanagers {
    /* padding-bottom: 28px; */
  }
  .our-content-title , .people-title{
    font-size: 32px;
  }
  .dark-slide-global-container .dark-slide-global-title{
    font-size: 32px;
  }
  .slide-header{
    margin-bottom: 40px;
  }
  .section-our-people {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .people-header{
    margin-bottom: 40px;
  }
  .speople-founder-item-img{
    height: 400px;
  }

  .section-stading {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .standing-head-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
  }
  .standing-head-desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
  }
  .standing-head {
    padding-bottom: 40px;
  }
  .standing-item {
    padding: 15px 0;
    flex-direction: column;
  }
  .standing-item-title {
    margin-bottom: 16px;
  }
  .standing-desc {
    margin-left: 0;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
  }

  .dark-slide-item-container .dark-slide-item-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .standing-item-img{
    height: 240px;
  }
  .banner-link-global{
    height: 160px;
  }
  .alway-header{
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .alway-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .alway-item {
    padding-bottom: 0px;
  }
  .slidemanagers-box .slidemanagers-box-img{
    margin-bottom: 0;
  }
  .speople-slide-managers .slide-main .slidelogo{
    padding-bottom: calc(40px + 15px);
  }
  .section-our-main{
    padding: 30px 0 40px;
  }
  .our-content{
    margin-bottom: 30px;
  }
  .out-content-list-item {
    margin-bottom: 15px;
  }
  .our-content-list-main {
    margin-bottom: 30px;
  }
  .banner-link-container .banner-link-detail-box{
    justify-content: start;
  }
}


@media screen and (min-width : 768px) and (max-width : 1080px) and (orientation: portrait){
  .about-head-title{
    width: 844px;
    max-width: 100%;
  }
  .banner__global{
    height: 530px;
  }
  .about-giant-left{
    padding-bottom: 69px;
  }
  .about-giant{
    margin-bottom: 80px;
  }
  .alway-img{
    margin-bottom: 50px;
  }
  .dark-slide-item-container .dark-slide-item-image{
    height: 320px;
    width: 100%;
  }
  .section-our-main .our-img img{
    max-width: 100%;
  }
  .speople-founder-item-img{
    height: 530px;
  }
  .slidemanagers-img{
    height: 350px;
  } 
}

@media screen  and (min-width:1024px) and (max-width : 1128px) and (orientation: landscape) {
  .about-head-title{
    width : 950px;
  }
 }