/* style reset start */
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background-color: transparent;
}
/* style reset end */

em {
  font-style: normal;
}

@media (min-width: 1200px) {
  .pc-who_we_are_image {
    display: block;
  }
  .mb-who_we_are_image {
    display: none;
  }
  .who_we_are {
    position: relative;
    top: 84px;
  }

  .who_we_are section .who_we_are-content {
    max-width: 1200px;
    margin: 0 auto;
  }

  .who_we_are-section01 {
    background-color: var(--basic-white, #fff);
    border-bottom: 1px solid var(--gray-200, #efefef);
  }

  .who_we_are-section01 .who_we_are-content {
    padding: 80px 0;
  }

  .who_we_are-section01 .who_we_are-content p {
    color: var(--basic-navy-black, #000412);
    font-size: 16px;
    font-weight: 400;
  }

  .who_we_are-section01 .who_we_are-content h1 {
    color: var(--basic-navy-black, #000412);
    font-size: 70px;
    font-weight: 700;
    margin-top: 10px;
  }

  .who_we_are-sub_section {
    display: none;
  }

  .who_we_are-section02 {
    background-color: var(--basic-white, #fff);
  }

  .who_we_are-section02 .who_we_are-content {
    padding: 110px 0 0 0;
  }

  .who_we_are-section02 .content-top,
  .who_we_are-section02 .content-bottom {
    text-align: center;
    line-height: 32px;
  }

  .who_we_are-section02 .content-top .pc-content-top {
    display: block;
  }

  .who_we_are-section02 .content-top .mb-content-top {
    display: none;
  }

  .who_we_are-section02 .who_we_are-content h2 {
    color: var(--basic-navy-black, #000412);
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 70px;
  }

  .who_we_are-section02 .who_we_are-content .content-top .pc-content-top p {
    color: var(--basic-navy-black, #000412);
    font-weight: 400;
    font-size: 22px;
  }

  .who_we_are-section02 .who_we_are-content em {
    position: relative;
  }

  .who_we_are-section02 em::after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 18px;
    background-color: rgba(41, 127, 255, 0.18);
    content: "";
  }

  .who_we_are-section02 .who_we_are-content img {
    margin: 40px 0;
  }

  /* .who_we_are-section02 .content-bottom .pc-content-bottom {
    display: block;
  }

  .who_we_are-section02 .content-bottom .mb-content-bottom {
    display: none;
  } */
  .who_we_are-section02 .content-bottom {
    padding: 40px 0 80px 0;
  }
  .who_we_are-section02 .content-bottom span {
    width: 1px;
    height: 68px;
    display: block;
    margin: 0 auto;
    background-color: var(--basic-primary, #5297ff);
  }

  .who_we_are-section02 .content-bottom-section01 {
    margin-bottom: 0px;
  }

  .who_we_are-section03 {
    height: 569px;
    background: url(/common/main/img/who_we_are/image2_re.png),
      lightgray 50% / cover no-repeat;
    /* display: flex;
  align-items: center; */
  }

  .who_we_are .who_we_are-section03 .who_we_are-content {
    max-width: 100%;
  }

  .who_we_are-section03 h2 {
    max-width: 1200px;
    margin: 0 auto;
    color: var(--gray-50, #fcfcfd);
    font-size: 50px;
    font-weight: 900;
    padding-top: 120px;
  }

  .slider-container .slider-indicator-container {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .slider-container .slider-indicator-container .slider-indicator-bar {
    display: flex;
    align-items: center;
    margin-top: 60px;
  }

  .slider-container .slider-indicator-container .count {
    color: rgba(153, 159, 165, 1);
    margin-left: 18px;
  }

  .slider-container .slider-indicator-container .count em {
    color: #fff;
  }

  .slider-container .slider-indicator-container .buttons {
    display: flex;
    gap: 16px;
    flex: 0 1 100%;
    margin-top: 32px;
    position: relative;
    z-index: 1;
  }

  .slider-container .slider-indicator-container .buttons button {
    border-radius: 50px;
    border: 1px solid var(--gray-300, #e4e7ea);
    padding: 12px;
    background: rgba(247, 248, 250, 0.3);
  }

  .slider-indicator {
    width: 90px;
    height: 2px;
    background-color: rgba(247, 248, 250, 0.3);
    position: relative;
  }

  .slider-indicator .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.2s ease-in-out;
  }

  .slider-container .slider-cards {
    display: flex;
    gap: 32px;
    overflow-x: scroll;
    margin-left: 178px;
    position: relative;
    top: -150px;
    right: -26%;
    padding-bottom: 100px;
    padding-top: 30px;
  }

  .slider-container .slider-cards.is-first {
    margin: 0;
    padding-left: 178px;
  }

  .slider-container .slider-cards::-webkit-scrollbar {
    display: none;
  }

  .slider-container .slider-cards .slider-card {
    width: 384px;
    height: 260px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 3px;
    background: #d9d9d9;
    padding: 48px;
    transition: 0.3s;
    /* box-shadow: 0px 10px 100px 0px rgba(43, 46, 53, 0.25); */
  }
  .slider-container .slider-cards .slider-card.active {
    margin-top: -30px;
    background: var(--basic-white, #fff);
  }

  .slider-container .slider-cards .slider-card.null {
    visibility: hidden;
  }

  .slider-container .slider-cards .slider-card h3 {
    font-size: 26px;
    font-weight: 700;
  }

  .slider-container .slider-cards .slider-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 32px;
  }

  .slider-container .slider-cards .slider-card div {
    font-size: 18px;
    font-weight: 400;
  }

  .who_we_are-section04 {
    position: relative;
    overflow: hidden;
  }

  .who_we_are-section04 .piclick-text {
    display: block;
    width: 1405px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

  .who_we_are-section04 .piclick-text svg {
    width: 100%;
  }

  .who_we_are-section04 .who_we_are-content h3 {
    font-size: 50px;
    font-weight: 900;
    text-align: right;
  }

  .who_we_are-section04
    .who_we_are-content
    .partners
    .partner
    .pc-partner_text {
    display: block;
  }

  .who_we_are-section04
    .who_we_are-content
    .partners
    .partner
    .mb-partner_text {
    display: none;
  }

  .who_we_are section.who_we_are-section04 .who_we_are-content {
    margin-top: 300px;
    margin-bottom: 200px;
  }

  .who_we_are-section04 .who_we_are-content .partners {
    display: grid;
    grid-template-columns: repeat(2, 588px);
    gap: 24px;
    margin-top: 60px;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner {
    padding: 56px 56px 72px 56px;
    border: 1px solid var(--primary-500, #297fff);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner h3 {
    color: var(--primary-600, #0268ff);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 48px;
    text-align: left;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner h4 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .who_we_are-section05 {
    background-color: #f7f8fa;
    padding: 159px 0 200px 0;
  }

  .who_we_are-section05 .history h2 {
    font-size: 50px;
    font-weight: 900;
    color: var(--basic-navy-black, #000412);
  }

  .who_we_are-section05 .history h3 {
    font-size: 50px;
    font-weight: 900;
    color: var(--gray-300, #e4e7ea);
    margin: 60px 0 0 0;
  }

  .who_we_are-section05 .who_we_are-content {
    display: flex;
  }

  .who_we_are-section05 .who_we_are-content .history-bar_info {
    display: flex;
  }

  .who_we_are-section05 .divider {
    position: relative;
    width: 2px;
    height: 0;
    left: 0;
    background-color: #dbdee1;
    margin-left: 205px;
    top: 50px;
  }

  .who_we_are-section05 .progress-bar {
    position: absolute;
    transition: height 0.6s ease-out;
    background-color: #297fff;
    width: 2px;
    left: 0;
    height: 0;
  }

  .history_detail {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .who_we_are-section05 .history_detail_box {
    position: relative;
    display: flex;
    background: var(--basic-white, #fff);
  }

  .who_we_are-section05 .history_detail_box {
    padding: 32px;
    border: 1px solid #e4e7ea;
    border-radius: 3px;
  }

  .who_we_are-section05 .history_detail_box .left-point::after {
    content: "";
    display: block;
    position: absolute;
    left: -106.5px;
    top: 40px;
    width: 9px;
    height: 9px;
    background-color: rgba(153, 159, 165, 1);
    border-radius: 50%;
  }

  .who_we_are-section05 .history_detail_box .left-point.active::after {
    background-color: #297fff;
  }

  .who_we_are-section05
    .history_detail_box
    .left-point.active.emphasis::before {
    content: "";
    display: block;
    position: absolute;
    left: -111.5px;
    top: 35px;
    width: 19px;
    height: 19px;
    background-color: rgba(41, 127, 255, 0.18);
    border-radius: 50%;
  }

  .who_we_are-section05 .history_detail_box .history_detail_content h3 {
    color: var(--primary-500, #297fff);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .who_we_are-section05 .history_detail_box .history_detail_content p {
    color: var(--gray-900, #2b2e35);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .footer_top {
    margin-top: 72px;
  }
}

@media (max-width: 1199px) {
  .pc-who_we_are_image {
    display: none;
  }
  .mb-who_we_are_image {
    display: block;
    width: 100%;
    height: 100%;
  }
  .who_we_are {
    position: relative;
    top: 50px;
  }

  .who_we_are section .who_we_are-content {
    max-width: 1200px;
    margin: 0 auto;
  }

  .who_we_are-section01 {
    background-color: var(--basic-white, #fff);
    border-bottom: 1px solid var(--gray-200, #efefef);
  }

  .who_we_are-section01 .who_we_are-content {
    padding: 32px 24px;
  }

  .who_we_are-section01 .who_we_are-content p {
    color: var(--basic-navy-black, #000412);
    font-size: 12px;
    font-weight: 400;
  }

  .who_we_are-section01 .who_we_are-content h1 {
    color: var(--basic-navy-black, #000412);
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
  }

  .who_we_are-sub_section {
    display: block;
    border-bottom: 1px solid var(--gray-200, #efefef);
  }
  .who_we_are-sub_section .who_we_are-locationTabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .who_we_are-sub_section .locationTabs-who_we_are,
  .who_we_are-sub_section .locationTabs-careers .locationTabs-media {
    width: 23%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .who_we_are-sub_section .locationTabs-who_we_are {
    border-bottom: 2px solid #000412;
  }

  .who_we_are-sub_section .locationTabs-who_we_are p {
    color: var(--basic-navy-black, #000412);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
  }
  .who_we_are-sub_section .locationTabs-careers a {
    display: block;
    color: var(--gray-400, #999fa5);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
  }

  .who_we_are-sub_section .locationTabs-media a {
    display: block;
    color: var(--gray-400, #999fa5);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
  }

  .who_we_are-section02 {
    background-color: var(--basic-white, #fff);
  }

  .who_we_are-section02 .who_we_are-content {
    padding: 60px 0;
  }

  .who_we_are-section02 .content-top,
  .who_we_are-section02 .content-bottom {
    text-align: center;
    line-height: 32px;
  }

  .who_we_are-section02 .content-bottom span {
    width: 1px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background-color: var(--basic-primary, #5297ff);
  }

  .who_we_are-section02 .who_we_are-content h2 {
    color: var(--basic-navy-black, #000412);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 60px;
    padding: 0 52px;
  }
  .who_we_are-section02 .content-top p {
    padding: 0 24px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
  }

  .who_we_are-section02 .content-top .pc-content-top {
    display: none;
  }

  .who_we_are-section02 .content-top .mb-content-top {
    display: block;
  }

  .who_we_are-section02 .content-top .mb-content-top_text02 {
    margin: 20px 0 0 0;
  }

  .who_we_are-section02 .content-bottom p {
    padding: 0 30.5px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
  }

  .who_we_are-section02 .content-bottom-section01 {
    margin-bottom: 14px;
  }

  .who_we_are-section02 .who_we_are-content em {
    position: relative;
  }

  .who_we_are-section02 em::after {
    left: 0;
    top: 7px;
    position: absolute;
    width: 100%;
    height: 18px;
    background-color: rgba(41, 127, 255, 0.18);
    content: "";
  }

  .who_we_are-section02 .who_we_are-content img {
    margin: 40px 0 60px 0;
  }

  .who_we_are-section03 {
    height: 569px;
    background: url(/common/main/img/who_we_are/image2_re.png),
      black 50% / cover no-repeat;
    /* display: flex;
  align-items: center; */
  }

  .who_we_are-section03 h2 {
    color: var(--gray-50, #fcfcfd);
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    padding-top: 60px;
    margin-left: 24px;
  }
  .slider-container {
    margin-top: 100px;
  }

  .slider-container .slider-indicator-container {
    display: none;
    /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
  }

  .slider-container .slider-indicator-container .slider-indicator-bar {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-left: 24px;
  }

  .slider-container .slider-indicator-container .count {
    color: rgba(153, 159, 165, 1);
    margin-left: 18px;
  }

  .slider-container .slider-indicator-container .count em {
    color: #fff;
  }

  .slider-container .slider-indicator-container .buttons {
    display: flex;
    gap: 16px;
    flex: 0 1 100%;
    margin-top: 32px;
    margin-left: 24px;
    position: relative;
    z-index: 1;
  }

  .slider-container .slider-indicator-container .buttons button {
    border-radius: 50px;
    border: 1px solid var(--gray-300, #e4e7ea);
    padding: 12px;
    background: rgba(247, 248, 250, 0.3);
  }

  .slider-indicator {
    width: 90px;
    height: 2px;
    background-color: rgba(247, 248, 250, 0.3);
    position: relative;
  }

  .slider-indicator .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #fff;
    z-index: 2;
    transition: all 0.2s ease-in-out;
  }

  .slider-container .slider-cards {
    display: flex;
    gap: 24px;
    overflow-x: scroll;
    position: relative;
    top: 60px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .slider-container .slider-cards.is-first {
    margin: 0;
    padding-left: 22px;
  }

  .slider-container .slider-cards::-webkit-scrollbar {
    display: none;
  }

  .slider-container .slider-cards .slider-card {
    width: 300px;
    height: 208px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 3px;
    background: var(--basic-white, #fff);
    padding: 32px;
    box-shadow: 0px 10px 100px 0px rgba(43, 46, 53, 0.25);
  }

  .slider-container .slider-cards .slider-card.null {
    visibility: hidden;
  }

  .slider-container .slider-cards .slider-card h3 {
    font-size: 22px;
    font-weight: 700;
  }

  .slider-container .slider-cards .slider-card div {
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
  }

  .who_we_are-section04 {
    position: relative;
    margin-top: 201px;
    overflow: hidden;
  }

  .who_we_are-section04 .piclick-text {
    display: none;
  }

  .who_we_are-section04 .who_we_are-content h3 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
  }

  .who_we_are section.who_we_are-section04 .who_we_are-content {
    margin-top: 30px;
    margin-bottom: 78px;
  }

  .who_we_are-section04 .who_we_are-content .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 60px;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner {
    width: 312px;
    height: 244px;
    padding: 32px;
    border: 1px solid var(--primary-500, #297fff);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner h3 {
    color: var(--primary-600, #0268ff);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: left;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner h4 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
  }

  .who_we_are-section04 .who_we_are-content .partners .partner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .who_we_are-section04
    .who_we_are-content
    .partners
    .partner
    .pc-partner_text {
    display: none;
  }

  .who_we_are-section04
    .who_we_are-content
    .partners
    .partner
    .mb-partner_text {
    display: block;
  }

  .who_we_are-section05 {
    background-color: #f7f8fa;
    padding: 80px 24px 100px 24px;
  }

  .who_we_are-section05 .history h2 {
    font-size: 40px;
    font-weight: 900;
    color: var(--basic-navy-black, #000412);
  }

  .who_we_are-section05 .history h3 {
    font-size: 50px;
    font-weight: 900;
    color: var(--gray-300, #e4e7ea);
    margin: 16px 0 32px 0;
  }

  .who_we_are-section05 .history {
    display: flex;
    flex-direction: column;
  }

  .who_we_are-section05 .who_we_are-content {
    display: block;
  }

  .who_we_are-section05 .who_we_are-content .history-bar_info {
    display: flex;
  }

  .who_we_are-section05 .divider {
    position: relative;
    width: 2px;
    height: 0;
    left: 0;
    background-color: #dbdee1;
    margin-left: 9px;
    top: 50px;
  }

  .who_we_are-section05 .progress-bar {
    position: absolute;
    transition: height 0.6s ease-out;
    background-color: #297fff;
    width: 2px;
    left: 0;
    height: 0;
  }

  .history_detail {
    margin-left: 34px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .who_we_are-section05 .history_detail_box {
    position: relative;
    display: flex;
    background: var(--basic-white, #fff);
    padding: 20px 20px 8px 20px;
    border: 1px solid #e4e7ea;
    border-radius: 3px;
  }

  .who_we_are-section05 .history_detail_box .left-point::after {
    content: "";
    display: block;
    position: absolute;
    left: -40.5px;
    top: 40px;
    width: 9px;
    height: 9px;
    background-color: rgba(153, 159, 165, 1);
    border-radius: 50%;
  }

  .who_we_are-section05 .history_detail_box .left-point.active::after {
    background-color: #297fff;
  }

  .who_we_are-section05
    .history_detail_box
    .left-point.active.emphasis::before {
    content: "";
    display: block;
    position: absolute;
    left: -45.5px;
    top: 35px;
    width: 19px;
    height: 19px;
    background-color: rgba(41, 127, 255, 0.18);
    border-radius: 50%;
  }

  .who_we_are-section05 .history_detail_box .history_detail_content h3 {
    color: var(--primary-500, #297fff);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .who_we_are-section05 .history_detail_box .history_detail_content p {
    color: var(--gray-900, #2b2e35);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .footer_top {
    margin-top: 72px;
  }
}
