* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul,
li,
ol {
  list-style: none;
}
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
  font-size: 16px;
}
:root {
  --black: #222;
  --max_width: 1380px;
  --padding: 180px 50px;
  --padding_btn: 12.5px 44px;
  --rounded: 8px;
}

/* --- swiper --- */
.swiper-pagination-num {
  position: static;
  width: auto;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: rgba(34, 34, 34, 0.2);
}
.swiper-pagination-current {
  padding-right: 2px;
  color: #222;
}
.swiper-pagination-total {
  padding-left: 2px;
}
[class*='swiper-button-'] {
  position: static;
  margin-top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 1.7;
  color: #222;
  background: #222;
  mask: url(/wp-content/themes/fastfive/assets/images/global/common/icon_arrow_line.svg) no-repeat;
  -webkit-mask: url(/wp-content/themes/fastfive/assets/images/global/common/icon_arrow_line.svg) no-repeat;
  mask-position: center;
  mask-size: 8px 18px;
}
.swiper-button-prev {
  transform: rotate(-180deg);
}
[class*='swiper-button-']::after {
  display: none;
}
.swiper-pagination-progressbar {
  position: static;
  height: 2px !important;
}
.swiper-pagination-progressbar-fill {
  position: static !important;
  display: block;
  background: #222 !important;
}
.hidden-pc {
  display: none;
}
.hidden-mo {
  display: block;
}
.global_wrap {
  overflow-x: hidden;
}
.global_inner {
  text-align: center;
  max-width: var(--max_width);
  margin: 0 auto;
  padding: var(--padding);
}
.btn_group {
  width: fit-content;
  margin: 60px auto 0;
}
.btn_group > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding_btn);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-indent: var(--rounded);
  border-radius: 8px;
}
.btn_group > a::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
  background-size: cover;
}
.btn_group > a.btn_white::after {
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_2.png') no-repeat center;
  background-size: cover;
}
.btn_black {
  color: #fff;
  background: #222;
}
.btn_blue {
  color: #fff;
  background: #334ccc;
}
.btn_white {
  color: #222;
  background: #fff;
}
.langage > a {
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  padding: 12.5px 47px;
  background-color: transparent;
  border: 1px solid rgba(34, 34, 34, 0.3);
  border-radius: 500px;
  background-color: #fff;
}
.langage > a.active {
  background-color: #334ccc;
  color: #fff;
}
.tit h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: var(--black);
}
.tit h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
}
.txt h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.txt b {
  display: block;
  padding: 16px 0;
}
.txt b strong {
  font-weight: 700;
}
.global_inner h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  padding-bottom: 60px;
}

.glo_visual {
  position: relative;
  padding: 126px 50px;
  background: url('/wp-content/themes/fastfive/assets/images/global/common/img_visual.jpg') no-repeat center;
  background-size: cover;
}
.glo_visual .tit {
  max-width: 1380px;
  margin: 0 auto;
}
.glo_visual h5 {
  padding-bottom: 4px;
}
.glo_visual .btn_group,
.glo_introduction .btn_group {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin: 40px 0 0;
}
.langage {
  display: flex;
  max-width: 1380px;
  margin: 0 auto 40px;
  gap: 16px;
}
/*  ul 공통 사항 */
.list_layout {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.glo_experience {
  background-color: #f2f8ff;
}
.glo_experience ul {
  max-width: 1108px;
  gap: 20px;
}
.glo_experience li {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--black);
  padding: 48px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--rounded);
}
.glo_experience li strong {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #334ccc;
}
.glo_experience li span {
  display: block;
  width: 40px;
  height: 40px;
  background: url('/wp-content/themes/fastfive/assets/images/global/common/icon_check.png') no-repeat center;
  background-size: cover;
}

.roller_lst {
  position: relative;
  overflow: hidden;
}
.roller {
  width: 100%;
  height: 115px;
  background: url('/wp-content/themes/fastfive/assets/images/global/kor/img_logo.png') repeat-x;
  background-size: auto 100%;
  animation: glo_logo 30s linear infinite;
}
.roller._2 {
  background: url('/wp-content/themes/fastfive/assets/images/global/kor/img_logo2.png') repeat-x;
  background-size: auto 100%;
  margin: 44px 0 0 80px;
}
.en .roller {
  height: 142px;
  background-image: url('/wp-content/themes/fastfive/assets/images/global/en/img_logo1.png');
}
.en .roller._2 {
  margin: 16px 0 0 60px;
  background-image: url('/wp-content/themes/fastfive/assets/images/global/en/img_logo2.png');
}
.roller_lst::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #fff 25.51%, rgba(255, 255, 255, 0) 128.37%);
}
.roller_lst::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(270deg, #fff 25.51%, rgba(255, 255, 255, 0) 128.37%);
}

.glo_easy {
  background: url('/wp-content/themes/fastfive/assets/images/global/common/img_bg_easy.jpg') no-repeat center bottom;
  background-size: cover;
}
.glo_easy h3 {
  color: #fff;
  padding-bottom: 80px;
}
.glo_easy figure {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.glo_easy figure.bot {
  align-items: end;
}
.glo_easy figure .img {
  width: max(66%, 856px);
}
.glo_easy .single {
  justify-content: flex-start;
}
.glo_easy .single .img {
  width: max(52%, 669px);
}
.glo_easy figure img {
  width: 100%;
  opacity: 0;
}
.glo_easy figure.__ani img {
  animation: 0.5s glo_easy_fig 0.1s ease-in-out forwards alternate;
}
.glo_easy figure + figure {
  margin-top: 120px;
}
.glo_easy figcaption {
  text-align: left;
  opacity: 0;
}
.__ani figcaption {
  animation: 0.5s glo_easy_l 0.2s ease-in-out forwards alternate;
}
.glo_easy figure:nth-of-type(2n) {
  flex-direction: row-reverse;
}
figcaption h4 {
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #fff;
}
figcaption p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}

.glo_service {
  background-color: #f2f8ff;
}
.glo_service .list_layout {
  flex-wrap: wrap;
  gap: 20px;
}
.glo_service h5 {
  font-weight: 700;
}
.glo_service li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 49%;
  padding: 36px;
  font-size: 18px;
  color: #0a0a0a;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--rounded);
}
.glo_service li > img {
  max-width: 150px;
  width: 100%;
}
.glo_service li > div {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 326px;
}
.en .glo_service li > div {
  max-width: 355px;
}

.glo_option .list_layout {
  flex-direction: column;
  gap: 20px;
}
.glo_option li {
  overflow: hidden;
  display: flex;
  text-align: left;
  gap: 50px;
  max-height: 340px;
  width: 100%;
  border-radius: var(--rounded);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.en .glo_option li {
  min-height: 340px;
  max-height: unset;
}
.glo_option li span {
  display: block;
  max-width: 629px;
  min-width: 50%;
  flex: 1;
}
.glo_option span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.glo_option li > .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px 50px 62px 0;
  max-width: 528px;
}
.en .glo_option li > .txt {
  padding: 44px 50px 44px 0;
  max-width: 100%;
}
.glo_option li:last-child > .txt {
  padding-right: 76px;
}
.glo_option b {
  font-weight: 400;
  color: #334ccc;
}
/* glo_powered */
.glo_powered {
  background: linear-gradient(180deg, #334ccc 0%, #1a2666 100%);
}
.glo_powered .tit {
  padding-bottom: 60px;
}
.glo_powered h3 {
  color: #fff;
}
.glo_powered .tit p {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
}
.glo_powered .tit > img {
  width: 264px;
  margin: 0 auto 24px;
}
.glo_powered .list_layout {
  gap: 17px;
}
.glo_powered .list_layout li {
  overflow: hidden;
  background-color: #fff;
  border-radius: var(--rounded);
}
.glo_powered .list_layout img.hidden-mo {
  margin-top: -1px;
}
.glo_powered .txt h5 {
  padding-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
}
.glo_powered .txt p {
  margin: 0 auto;
  max-width: 240px;
}
.en .glo_powered .txt p {
  max-width: 276px;
}
.glo_powered .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0 30px;
}
.comparison {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto;
}
.comparison > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 455px;
  background-color: #fff;
  border-radius: var(--rounded);
  padding: 53px 40px;
}
.sec_2 {
  margin-top: 120px;
}
.sec_2 h3 {
  padding-bottom: 16px;
}
.pbf > img {
  max-width: 230px;
  width: 100%;
}
.self h5 {
  font-weight: 500;
}
.self ul {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.self ul::after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  display: block;
  width: 5px;
  height: 100%;
  background-color: #f5f5f5;
}
.self li {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.7;
  padding: 7px 0;
  background-color: #f5f5f5;
  z-index: 2;
}
.self li:nth-child(2) {
  background-color: #efefef;
}
.self li:nth-child(3) {
  background-color: #e1e1e1;
}
.self li:nth-child(4) {
  background-color: #cacaca;
}
.self::after {
  content: 'VS';
  position: absolute;
  top: calc(50% - 36px);
  right: -46px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #fff;
  background-color: #222;
  border-radius: 50%;
  z-index: 3;
}
.circle {
  width: 240px;
  height: 240px;
  color: #fff;
  padding: 60px 0;
  background-color: #334ccc;
  border-radius: 50%;
}
.circle p {
  font-size: 20px;
  line-height: 1.7;
}
.circle h4 {
  font-size: 34px;
  color: #fff;
  letter-spacing: -1px;
}
.circle + h5 {
  font-weight: 500;
}
.en .circle {
  padding: 40px 0;
}
.en .circle h4 {
  padding-bottom: 4px;
  font-size: 30px;
  line-height: 1.1;
}
.en .circle p {
  line-height: 1.5;
}
/* glo_office_contents */
.glo_office_contents {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  width: 100%;
  text-align: left;
}
.glo_office_contents:nth-of-type(2n) {
  margin-top: 120px;
  flex-direction: row-reverse;
}
.glo_office_contents .content_title {
  flex: 1;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: -1px;
}
.common_swiper {
  flex: 2;
  max-width: 846px;
  margin: 0;
}
.common_swiper figcaption {
  margin-top: 12px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
.swiper__controller {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: flex;
  align-items: center;
  z-index: 1;
  max-width: 100%;
  background: #fff;
}
/* glo_benefit */
.glo_benefit {
  background: #1a2250;
  color: #fff;
}
.glo_benefit h3 {
  color: #fff;
}
/* glo_review */
.glo_review .list_layout {
  gap: 20px;
}
.glo_review li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 32px;
  max-width: 356px;
  height: auto;
  text-align: left;
  font-size: 18px;
  border-radius: var(--rounded);
}
.glo_review li h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.glo_review li p {
  margin: 24px 0 53px;
}
.en .glo_review li p {
  margin: 24px 0 22px;
}
.glo_review li span {
  font-weight: 700;
}
.glo_review li:not(.card_3) h5 {
  color: #fff;
}
.glo_review .card_1 {
  background: #334ccc;
  color: #fff;
}
.glo_review .card_2 {
  background: #3253ff;
  color: #fff;
}
.glo_review .card_3 {
  background: #fad414;
  cursor: pointer;
}
.glo_review .card_4 {
  background: #647dff;
  color: #fff;
}
.glo_review .card_3 > a {
  display: block;
  height: 100%;
}
.en .glo_review .card_3 h5 {
  font-size: 34px;
  letter-spacing: -1px;
}
.en .glo_review .card_3 p {
  margin-top: 16px;
}
.glo_review .card_3::after {
  content: '';
  display: block;
  position: absolute;
  left: 32px;
  bottom: 39px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/fastfive/assets/images/global/common/icon_arrow_more.png) no-repeat center / cover;
}
/*  리드폼 영역   */
.glo_leaform {
  background: url(/wp-content/themes/fastfive/assets/images/global/common/bg_leadform.jpg) no-repeat center / cover;
}
.glo_leaform .form-box {
  max-width: 1062px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
}
.contact-box h3 {
  color: #fff;
}
.contact-box h3 small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #fad414;
  padding-top: 16px;
}
.glo_leaform .wpforms-field-container {
  text-align: left;
}
.leadforms_box .wpforms-form .wpforms-field {
  position: relative;
}
.glo_leaform div.wpforms-container-full .wpforms-form label.wpforms-error {
  margin-top: 0;
  padding-top: 0;
}
/* award_section */
.award_section {
  background: #f8f8f8;
}
._award-container ._award-container__list {
  color: #222;
}
.en ._award-container__txt-box {
  display: flex;
  flex-direction: column-reverse;
}
.en .intention {
  margin-top: -10px;
}
.en ._award-container ._award-container__list ._award-container__txt-box ._award-container__desc {
  font-size: 18px;
  line-height: 1.3;
}
/* glo_introduction */
.glo_introduction {
  position: relative;
  background: #efefef;
}
.glo_introduction .global_inner {
  display: flex;
  align-items: center;
  padding: 0 50px;
  gap: 7%;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  height: 664px;
}
.glo_introduction .btn_group {
  margin-top: 0;
}
.glo_introduction .btn_group > a {
  width: 230px;
  gap: 4px;
}
.glo_introduction .btn_group > a::after {
  background-image: url(/wp-content/themes/fastfive/assets/images/global/common/icon_download.png);
}
/* ------- mb */
@media all and (max-width: 960px) {
  :root {
    --padding_glo_visual: 98px 0;
    --padding: 130px 20px;
    --padding_btn: 14.5px 24px;
    --rounded: 4px;
  }
  .hidden-mo {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .tit h2 {
    font-size: 36px;
  }
  .tit h5 {
    font-size: 22px;
  }
  .en .txt b strong {
    display: block;
  }
  .global_inner h3 {
    padding-bottom: 40px;
    font-size: 28px;
  }
  .btn_group {
    margin-top: 40px;
  }
  /* visual */
  .glo_visual {
    padding: 94px 30px 132px;
    height: 510px;
    background-image: url('/wp-content/themes/fastfive/assets/images/global/common/img_visual_mo.jpg');
  }
  .en .glo_visual {
    background-image: url('/wp-content/themes/fastfive/assets/images/global/common/visual_en_m.jpg');
  }
  .glo_visual .btn_group {
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
  }
  .glo_visual .btn_group > a {
    justify-content: space-between;
  }
  .langage {
    position: absolute;
    left: 30px;
    top: 30px;
    right: auto;
    gap: 12px;
  }
  .langage > a {
    padding: 8px 32px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
  }
  /* glo_experience */
  .glo_experience ul {
    flex-direction: column;
    gap: 16px;
  }
  .glo_experience li {
    padding: 34px 0;
    font-size: 16px;
  }
  .glo_experience li span {
    width: 28px;
    height: 28px;
  }
  .glo_experience li strong {
    font-size: 34px;
  }
  /* .roller */
  .glo_logo .global_inner {
    padding: 130px 0;
  }
  .roller {
    height: 92px;
    background-image: url('/wp-content/themes/fastfive/assets/images/global/kor/img_logo1_m.png');
  }
  .roller._2 {
    margin: 34px 0 0 -64px;
    width: calc(100% + 64px);
    background-image: url('/wp-content/themes/fastfive/assets/images/global/kor/img_logo2_m.png');
  }
  .en .roller {
    height: 124px;
    background-image: url('/wp-content/themes/fastfive/assets/images/global/en/img_logo1_m.png');
  }
  .en .roller._2 {
    margin: 30px 0 0 -60px;
    width: calc(100% + 60px);
    background-image: url('/wp-content/themes/fastfive/assets/images/global/en/img_logo2_m.png');
  }
  .roller_lst::before,
  .roller_lst::after {
    content: none;
  }
  /* glo_easy */
  .glo_easy .global_inner {
    padding: 130px 0;
  }
  .glo_easy figure {
    flex-direction: column;
    gap: 20px;
  }
  .glo_easy figure + figure {
    margin-top: 80px;
  }
  .glo_easy figure .img,
  .glo_easy .single .img {
    width: 79.5%;
  }
  .glo_easy figcaption p {
    font-size: 18px;
  }
  .glo_easy figure:nth-of-type(2n) {
    flex-direction: column;
  }
  .glo_easy figure:nth-child(odd) {
    align-items: flex-end;
  }
  .glo_easy figure.bot {
    align-items: flex-start;
  }
  .glo_easy figure:nth-child(even) figcaption {
    padding-left: 30px;
  }
  .glo_easy figure:nth-of-type(2n) figcaption {
    width: 79.5%;
  }
  .glo_easy figcaption h4 {
    padding-bottom: 12px;
    font-size: 24px;
  }
  .glo_easy h3 {
    padding-bottom: 60px;
  }
  /* glo_service */
  .glo_service .list_layout li {
    flex-direction: column;
    gap: 24px;
    padding: 24px 26px;
  }
  .glo_service .list_layout li > div {
    align-items: center;
    text-align: center;
  }
  .glo_service li {
    align-items: center;
  }
  .glo_service li > img {
    max-width: 105px;
  }
  /* glo_option */
  .glo_option li {
    flex-direction: column;
    max-height: unset;
    gap: 0;
  }
  .glo_option li span {
    width: 100%;
    max-width: unset;
  }
  .glo_option li > .txt,
  .en .glo_option li > .txt {
    padding: 30px 30px 40px;
    max-width: unset;
  }
  .glo_option li:last-child > .txt {
    padding-right: 24px;
  }
  .glo_option li > .txt h4 {
    font-size: 24px;
  }
  .glo_option li > .txt b {
    padding: 12px 0;
    font-size: 18px;
    color: #653ffe;
  }
  .glo_option li > .txt p {
    font-size: 18px;
  }
  /* .glo_powered */
  .glo_powered .list_layout {
    flex-direction: column;
  }
  .glo_powered .list_layout li img {
    width: 100%;
  }
  .glo_powered .tit {
    padding: 0 2px 40px;
  }
  .glo_powered .sec_2 .tit {
    padding: 0 0 40px;
  }
  .glo_powered .tit > img {
    margin-bottom: 16px;
    width: 204px;
  }
  .glo_powered .txt {
    padding: 30px 30px 40px;
    gap: 12px;
    text-align: left;
  }
  .glo_powered .txt h5 {
    padding-bottom: 0;
    border-bottom: 0;
    letter-spacing: -1px;
  }
  .glo_powered .txt p {
    margin: 0;
    max-width: unset;
    font-size: 18px;
  }
  .glo_powered .sec_2 {
    margin-top: 60px;
  }
  .glo_powered .comparison {
    flex-direction: column;
  }
  .glo_powered .comparison > div {
    padding: 28px 22px;
    width: 100%;
    min-height: 400px;
  }
  .glo_powered .self li {
    font-size: 18px;
  }
  .glo_powered .self::after {
    top: unset;
    left: 50%;
    bottom: -35px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    transform: translateX(-50%);
  }
  .glo_powered .pbf > img {
    width: 184px;
  }
  .glo_powered .circle {
    padding: 70px 0;
  }
  .glo_powered .self h5,
  .glo_powered .pbf h5 {
    font-size: 22px;
  }
  .circle .glo_powered h4 {
    font-size: 24px;
  }
  .glo_powered .circle p {
    padding-bottom: 4px;
    font-size: 18px;
  }
  .en .glo_powered .circle {
    padding: 48px 0;
  }
  .circle h4 {
    font-size: 24px !important;
  }
  .en .glo_powered .circle h5 {
    font-size: 24px;
  }
  .en .glo_powered .circle p {
    padding-bottom: 0;
    font-size: 18px;
  }
  /* .glo_review */
  .glo_review .list_layout {
    justify-content: unset;
    gap: 0;
  }
  .glo_review__swiper {
    margin: 0 auto;
    width: 300px;
  }
  .glo_review li {
    flex: none;
    padding: 30px 20px 42px;
    width: 300px;
    font-size: 16px;
  }
  .glo_review li h5 {
    font-size: 22px;
  }
  .glo_review li p {
    margin: 20px 0 26px;
  }
  /*  리드폼 영역   */
  .glo_leaform {
    background-image: url(/wp-content/themes/fastfive/assets/images/global/common/bg_leadform_m.jpg);
    background-position: top right;
  }
  .glo_leaform .form-box {
    border-radius: 12px;
  }
  .contact-box h3 small {
    padding-top: 4px;
    font-size: 16px;
  }
  /* glo_office */
  .glo_office_contents,
  .glo_office_contents:nth-of-type(2n) {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
  .glo_office_contents:nth-of-type(2n) {
    margin-top: 40px;
  }
  .glo_office_contents .content_title {
    font-size: 22px;
  }
  .common_swiper figcaption {
    margin-bottom: 12px;
  }
  .common_swiper {
    flex: none;
    max-width: unset;
  }
  .common_swiper img {
    width: 100%;
  }
  .swiper__controller {
    position: static;
    gap: 12px;
  }
  /* award */
  .en ._award-container__num {
    font-size: 22px;
  }
  .en ._award-container ._award-container__list ._award-container__txt-box ._award-container__desc {
    font-size: 12px;
  }
  /* .glo_introduction */
  .glo_introduction .global_inner {
    flex-direction: column;
    text-align: center;
    padding: 130px 0 30px;
    gap: 40px;
    height: auto;
  }
  .img_mockup {
    padding-left: 30px;
    width: 100%;
  }
  .img_mockup img {
    width: 100%;
  }
  .glo_introduction .btn_group > a {
    width: 150px;
    justify-content: space-between;
  }
}
/* ------- keyframes */
@keyframes glo_logo {
  0% {
    background-position: 2210px center;
  }
  100% {
    background-position: center;
  }
}
@keyframes glo_easy_l {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes glo_easy_fig {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
