@import url("common.css");
.page-title:has(strong) {
  margin-top: 0;
  padding-bottom: 0;
}

.page-visual:not(.why) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 640px;
  padding: 0 var(--space-7) var(--space-20);
  color: var(--color-white);
  font-size: var(--font-size-4);
  font-weight: var(--font-weight-bold);
  background: url("../images/why/visual-top-why@2x.png") no-repeat center/cover;
}

.page-visual:not(.why) h2 {
  display: block;
  margin: 0 0 var(--space-6);
  padding: 0;
  font-size: var(--font-size-9);
}

.why.page-visual {
  background: url("../images/why/visual-top@2x.png") no-repeat center/cover;
}

.text-sub {
  margin: var(--space-4) auto 0;
  color: var(--font-light);
  font-size: var(--font-size-2);
  font-weight: var(--font-weight-semibold);
}
.text-sub + .text-sub {
  font-weight: var(--font-weight-regular);
}

.section-title {
  margin-bottom: var(--space-7);
}

.section-title h3 {
  flex-shrink: 1;
}

.section-title h3 + p {
  width: 100%;
  margin-top: var(--space-3);
}

.section-title.no-bottom + .basic-items {
  padding: var(--space-7) auto 0;
}

.section-title + strong {
  display: block;
  margin: 0 0 var(--space-4);
}

.content-desc {
  padding: var(--space-16) 0;
  text-align: center;
}
.content-desc h4 {
  margin-bottom: var(--space-10);
  word-break: keep-all;
  padding: 0 var(--space-4);
}
.content-desc .pre-break {
  display: none;
}

.content-desc.bottom-line {
  border-bottom: 1px solid var(--gray-2);
}
.content-desc.bottom-line h4 {
  font-size: var(--font-size-6);
  margin-bottom: var(--space-10);
}
.content-desc.bottom-line p {
  text-align: left;
  margin-top: var(--space-10);
}

ul:has(h5):not(.item-list) > li {
  margin: var(--space-7) auto 0;
}

.text-wrap:has(h2) + .item-list {
  margin: var(--space-4) auto 0;
}

strong {
  font-size: var(--font-size-3);
}

.content-wrap .text-wrap strong {
  margin-top: var(--space-4);
  margin-bottom: 0;
}

.content-wrap .text-wrap + .line-box {
  margin-top: var(--space-7);
}

.basic-items .content-wrap {
  margin: var(--space-14) auto 0;
}

li > h5 + p {
  margin: var(--space-4) auto;
}

.bottom-link-wrap {
  position: relative;
  overflow: hidden;
  margin: var(--space-16) auto 0;
  padding: var(--space-16) var(--space-4);
  color: var(--font-white);
  background-color: #2c323c;
}

.bottom-link::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 260px;
  background: url("../images/why/bg-why-bottom-link.svg") no-repeat center center/contain;
}

.bottom-link-wrap .top-text {
  display: block;
  max-width: 1280px;
  margin: 0 auto var(--space-10);
  padding-bottom: var(--space-16);
  font-size: var(--font-size-5);
  border-bottom: 1px solid var(--gray-7);
}

.bottom-link .bottom-link-text h3 {
  font-size: 24px;
  margin-bottom: var(--space-4);
}
.bottom-link .bottom-link-text p {
  font-size: var(--font-size-3);
  font-weight: 400;
}

.bottom-link .button {
  width: 100%;
  margin: var(--space-10) auto 0;
}

.video iframe {
  border-radius: var(--space-3);
  overflow: hidden;
}

.video-box {
  position: relative; /* flex: 1 1 40%; */
  margin-top: 0;
}

.video-box:first-of-type {
  position: relative;
  top: auto;
  padding: 0;
}

.video-box .icon-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}

.video-box.youtube {
  aspect-ratio: 205/98;
}

.video-box.youtube iframe {
  width: 100%;
  height: 100%;
}

.diagram .img-list.narrow {
  gap: var(--space-6);
}

.diagram .img-list.narrow .img-wrap {
  width: calc(50% - var(--space-3));
}

.rank-tbl {
  display: flex;
  flex-direction: column;
}

.rank-tbl .nation {
  border-bottom: 1px solid var(--border-light);
}

.rank-tbl .nation-content {
  padding: var(--space-4);
}

.rank-tbl .nation-content h5 {
  padding: var(--space-4) var(--space-6);
  text-align: center;
  border-bottom: 1px solid var(--border-darken);
}

.rank-tbl .korea {
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.rank-tbl .korea .rank-list li {
  border-bottom-style: solid;
}

.rank-tbl .rank-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-2);
  border-bottom: 1px dashed var(--border-light);
}

.rank-tbl .rank-list li:last-child {
  border-bottom: 0;
}

.rank-tbl .title {
  margin: 0 !important;
  font-weight: var(--font-weight-bold);
}

.ranking-wrap .korea-box {
  display: flex;
}

.ranking-wrap .korea {
  border: 1px solid #000;
}

.safety-korea {
  padding-bottom: var(--space-16);
  border-bottom: 1px solid var(--border-light);
}
.safety-korea h4 {
  margin-bottom: var(--space-4);
  word-break: keep-all;
}
.safety-korea p {
  margin-bottom: var(--space-10);
}

.item-list.meta .text-wrap {
  flex-direction: column;
  gap: var(--space-6);
}

.img-list.memory {
  flex-direction: column;
  margin-top: var(--space-7);
}

.flag-img {
  margin: 0 auto;
}
.flag-img img {
  width: 120px;
  height: 90px;
}

.flag-korea {
  margin-top: var(--space-1);
}

.line-box:has(.item-list.flag) {
  margin-top: var(--space-7);
}

.item-list.flag {
  margin: 0;
}

.item-list.flag li {
  display: flex;
  flex-direction: row;
  gap: var(--space-6);
  margin-bottom: 20px;
}
.item-list.flag li:last-child {
  margin-bottom: 0;
}
.item-list.flag li:last-child img {
  border: 1px solid var(--border-light);
}
.item-list.flag strong {
  font-size: var(--font-size-4);
  margin-bottom: 0;
  text-align: left;
}
.item-list.flag img {
  width: 64px;
}

.line-box.medal {
  position: relative;
  padding: var(--space-10);
}

.line-box.medal .icon-medal {
  position: absolute;
  top: 0;
  right: var(--space-5);
}

.chart-wrap {
  position: relative;
  padding: var(--space-16) 0;
  border-top: 1px solid var(--gray-2);
}

.chart-wrap:first-child:not(.top-line) {
  border: 0;
}

.chart-wrap .chart-title {
  text-align: center;
  margin: 0 0 184px;
  font-size: var(--font-size-5);
}

.chart-wrap.no-icon [class*=title] {
  margin: 0 0 var(--space-7);
}

.chart-wrap:not(.no-icon)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 145px;
  display: block;
  width: 120px;
  height: 128px;
  transform: translateX(-50%);
}

.chart-wrap.plane::before {
  background: url("../images/why/icon-plane.svg") no-repeat center/contain;
}

.chart-wrap.school::before {
  background: url("../images/why/icon-school.svg") no-repeat center/contain;
}
.chart-wrap.school2::before {
  background: url("../images/why/icon-school2.svg") no-repeat center/contain;
}

.chart-wrap.doctor::before {
  background: url("../images/why/icon-doctor.svg") no-repeat center/contain;
}

.chart-wrap.major::before {
  background: url("../images/why/icon-major.svg") no-repeat center/contain;
}

.chart-wrap.school-employ::before {
  background: url("../images/why/icon-school-employ.svg") no-repeat center/contain;
}

.chart-wrap.profit::before {
  background: url("../images/why/icon-profit.svg") no-repeat center/contain;
}

.chart-wrap.workforce::before {
  background: url("../images/why/icon-workforce.svg") no-repeat center/contain;
}

.chart-wrap.wage::before {
  background: url("../images/why/icon-wage.svg") no-repeat center/contain;
}

.chart-wrap.reason::before {
  background: url("../images/why/icon-book.svg") no-repeat center/contain;
}

.chart-wrap.flag::before {
  background: url("../images/why/icon-koreaflag.svg") no-repeat center/contain;
}

.chart-wrap.inter-student::before {
  background: url("../images/why/icon-inter-student.svg") no-repeat center/contain;
}
.chart-wrap.inter-student-china::before {
  background: url("../images/why/icon-inter-student-china.svg") no-repeat center/contain;
}
.chart-wrap.inter-student-vietnam::before {
  background: url("../images/why/icon-inter-student-vietnam.svg") no-repeat center/contain;
}
.chart-wrap.inter-student-uzbek::before {
  background: url("../images/why/icon-inter-student-uzbek.svg") no-repeat center/contain;
}
.chart-wrap.inter-student-mongol::before {
  background: url("../images/why/icon-inter-student-mongol.svg") no-repeat center/contain;
}
.chart-wrap.inter-student-nepal::before {
  background: url("../images/why/icon-inter-student-nepal.svg") no-repeat center/contain;
}
.chart-wrap.inter-student-nepal::before {
  background: url("../images/why/icon-inter-student-nepal.svg") no-repeat center/contain;
}
.chart-wrap.lang::before {
  background: url("../images/why/icon-lang.svg") no-repeat center/contain;
}
.chart-wrap.dorm::before {
  background: url("../images/why/icon-dorm.svg") no-repeat center/contain;
}
.chart-wrap.univ-inter::before {
  background: url("../images/why/icon-univ-inter.svg") no-repeat center/contain;
}

.chart-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: var(--space-4);
  color: var(--gray-6);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-2);
}

.chart-desc span {
  display: inline-block;
  margin: 0 var(--space-4) 0 0;
}

.chart-desc .chart-legend span.item::before {
  content: "";
  display: inline-block;
  width: var(--space-4);
  height: var(--space-4);
  margin: 0 var(--space-2) 0 0;
  vertical-align: text-top;
  border-radius: var(--radius-1);
}

.chart-desc .chart-legend span.blue1::before {
  background-color: var(--blue-1);
}

.chart-desc .chart-legend span.blue8::before {
  background-color: var(--blue-8);
}

.chart-legend {
  width: 100%;
}
.chart-legend ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: var(--space-4);
       column-gap: var(--space-4);
  row-gap: var(--space-1);
  margin: var(--space-3) 0 var(--space-6);
}
.chart-legend ul.unit {
  flex-direction: column;
  margin: 0;
  align-items: flex-start;
  justify-content: space-between;
}
.chart-legend ul.unit li {
  font-size: var(--font-size-2);
  display: block;
}
.chart-legend ul.cate3 li {
  min-width: 100px;
}
.chart-legend ul.proc li:nth-of-type(1) {
  min-width: 100px;
}
.chart-legend li {
  min-width: 50px;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-2);
  font-weight: var(--font-weight-bold);
}
.chart-legend li img {
  width: 16px;
  height: 16px;
}
.chart-legend li span {
  margin-right: 0;
}

.nation-list {
  display: none;
}

.gray-box-2 h4 {
  word-break: keep-all;
  margin-bottom: 0;
}
.gray-box-2 .pre-break {
  display: none;
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: var(--space-10) 0 0;
}

.img-list img {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-wrap img {
  margin: 0 auto;
}

h4 + .item-list {
  margin-top: 0;
}

.item-list .text-wrap strong {
  margin: 0;
  font-size: var(--font-size-4);
}

.item-list > div:not(:last-child) {
  margin-bottom: var(--space-4);
}

/*
.chart-wrap.chart-type1 {display: flex; flex-direction: column;}
.chart-wrap.chart-type1 .chart-title {order: 0; margin-bottom: 8px;}
.chart-wrap.chart-type1 .chart {order: 2;}
.chart-wrap.chart-type1::before {order: 1; position: relative; left: 0; top: 0; transform: none; margin: 0 auto 40px;}
*/

.chart-wrap.chart-type1 .chart-title {
	margin-bottom: 28px;
	}
.chart-wrap.chart-type1::before {
	display: none;
	}

	.chart-wrap .chart img {margin: 0 auto;}

/* //mo */
@media screen and (min-width: 768px) {
  .block-wrap {
    display: flex;
    align-items: flex-start;
  }
  .page-title:has(strong) {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  strong {
    font-size: var(--font-size-4);
    margin-bottom: var(--space-6);
  }
  .page-visual:not(.why) {
    justify-content: center;
    align-items: center;
    height: 500px;
    padding: 0;
    font-size: var(--font-size-6);
    text-align: center;
    background: url("../images/why/visual-top-why.png") no-repeat center/cover;
  }
  .page-visual:not(.why) h2 {
    margin: 0 0 var(--space-15);
    font-size: var(--font-size-11);
  }
  .why.page-visual {
    background: url("../images/why/visual-top.png") no-repeat center/cover;
  }
  .page-title:not(:has(strong)):after {
    content: "";
    position: absolute;
    top: -4px;
    right: 0;
    width: 460px;
    height: 245px;
    background: url("../images/why/bg-why.svg") no-repeat center/contain;
  }
  .text-sub {
    margin: var(--space-6) auto 0;
  }
  .text-sub + .text-sub {
    margin: var(--space-4) auto 0;
  }
  .section-title {
    margin-bottom: var(--space-6);
  }
  .section-title h3 + p {
    margin-top: 0;
  }
  .section-title p {
    font-size: var(--font-size-4);
  }
  .section-title + h5 {
    margin: var(--space-10) 0 var(--space-4);
  }
  .section-title + strong {
    font-size: var(--font-size-5);
  }
  .section-title + .basic-items {
    margin-top: var(--space-10);
  }
  .content-wrap .text-wrap + .line-box {
    margin-top: var(--space-10);
  }
  .bottom-link-wrap .bottom-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
  }
  .bottom-link::before {
    top: -55px;
    width: 315px;
    height: 210px;
  }
  .bottom-link-wrap .top-text {
    position: relative;
    display: block;
    max-width: 1280px;
    margin: 0 auto var(--space-10);
    padding-bottom: var(--space-20);
    font-size: var(--font-size-6);
    border-bottom: 1px solid var(--gray-7);
  }
  .bottom-link-wrap .top-text::before {
    content: "";
    position: absolute;
    top: -64px;
    right: 0;
    display: block;
    width: 315px;
    height: 210px;
    background: url("../images/why/bg-why-bottom-link.svg") no-repeat center center/cover;
  }
  .bottom-link-wrap .top-text + .bottom-link::before {
    display: none;
  }
  .bottom-link-wrap .button {
    width: initial;
    margin: 0;
  }
  .bottom-link-wrap .bottom-link-text h3 {
    font-size: var(--font-size-8);
    margin-bottom: var(--space-6);
  }
  .bottom-link-wrap .bottom-link-text p {
    font-size: var(--font-size-4);
  }
  .basic-items .gray-box strong {
    display: block;
  }
  .basic-items .content-wrap {
    margin: var(--space-20) auto 0;
    text-align: center;
  }
  .section-title.no-bottom + .basic-items {
    margin: var(--space-12) auto 0;
  }
  .item-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
  }
  .item-list.visual-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  ul:has(h5):not(.item-list) > li {
    margin: var(--space-10) auto 0;
  }
  .item-list .text-wrap:has(h5) + .item-list {
    margin: var(--space-6) auto 0;
  }
  .item-list li > h5 + p {
    margin: var(--space-2) 0;
  }
  .item-list > div:not(:last-child) {
    margin-bottom: 0;
  }
  .text-wrap:has(h5) p {
    font-size: var(--font-size-4);
    margin-top: var(--space-2);
  }
  .page-title span {
    display: block;
  }
  .item-list {
    margin: var(--space-6) auto 0;
  }
  .img-list img {
    width: 25%;
    height: auto;
    aspect-ratio: initial;
  }
  .box-list li a {
    display: block;
    padding: var(--space-6) var(--space-18) var(--space-6) var(--space-6);
  }
  .box-list li .text-wrap .icon {
    right: var(--space-6);
  }
  .content-desc {
    padding: var(--space-20) 0;
  }
  .content-desc h4 {
    padding: 0;
  }
  .content-desc .pre-break {
    display: block;
  }
  .video {
    height: 720px;
  }
  .diagram .img-list.narrow {
    flex-wrap: nowrap;
  }
  .diagram .img-list.narrow.center .img-wrap {
    width: inherit;
  }
  .ranking-box {
    padding: var(--space-10);
    border: 1px solid #E4E4E4;
  }
  .ranking-wrap .rank-tbl {
    display: flex;
    flex-direction: column;
  }
  .nation-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-4);
  }
  .nation-list li {
    width: 25%;
    text-align: center;
    position: relative;
  }
  .nation-list li::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #E4E4E4;
    position: absolute;
    top: 0;
    right: 0;
  }
  .nation-list li:last-child::after {
    display: none;
  }
  .rank-tbl .korea,
  .rank-tbl .nation-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-4) 0;
  }
  .rank-tbl .korea .img-wrap {
    flex: 1;
  }
  .rank-tbl .korea .img-wrap h5 {
    padding-bottom: 0;
    border: 0;
  }
  .rank-tbl .rank-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 3;
  }
  .rank-tbl .rank-list li {
    justify-content: center;
    width: 33%;
    padding: 0;
    border: 0;
  }
  .rank-tbl :not(.korea).nation-content h5 {
    flex: 1;
    padding: 0;
    font-size: var(--font-size-3);
    border: 0;
  }
  .gray-box-2 .pre-break {
    display: block;
  }
  .safety-korea {
    padding-bottom: var(--space-20);
    border-bottom: 1px solid var(--border-light);
  }
  .safety-korea p {
    margin-bottom: var(--space-12);
  }
  .flag-title {
    margin-bottom: var(--space-10);
  }
  .item-list.meta {
    gap: var(--space-6);
  }
  .img-list.memory {
    flex-direction: row;
    align-items: flex-end;
  }
  .line-box:has(.item-list.flag) {
    margin-top: var(--space-10);
    padding: var(--space-10) var(--space-40);
  }
  .text-wrap:has(h5).line-box p {
    font-size: var(--font-size-3);
    margin-top: 0;
  }
  .item-list.flag {
    justify-content: center;
    gap: var(--space-10) var(--space-30);
    margin: 0;
  }
  .line-box.medal .icon-medal {
    right: var(--space-7);
  }
  .chart-wrap {
    padding: var(--space-20) 0;
  }
  .chart-wrap:not(.no-icon)::before {
    top: initial;
    bottom: 125px;
    width: 152px;
    height: 152px;
    transform: translateX(375px);
    margin: 0;
  }
  .chart-wrap.flag::before {
    bottom: 135px;
  }
  .chart-wrap .chart-title {
    text-align: center;
    margin: 0 0 var(--space-10);
    font-size: var(--font-size-6);
  }
  .chart-wrap * + .chart-title,
  .chart-wrap.no-icon * + .chart-title {
    margin: var(--space-20) 0 var(--space-10);
  }
  .chart-wrap .chart {
    width: 700px;
    margin: 0 auto;
  }
  .chart-wrap .chart.type1 {width: auto; max-width: 1200px;}
  .chart-wrap .chart.type1 img {max-width: 700px; margin: 0 auto;}
  .chart-wrap .chart.type1 .chart-legend ul {justify-content: center;}
  .chart-wrap .chart.type1 span {display: block; text-align: center;}
  .chart-wrap .chart.type1 .chart-legend p {text-align: center !important;}
  .chart-desc {
    flex-direction: row;
    justify-content: space-between;
    margin-top: var(--space-4);
  }
  .chart-desc p {
    text-align: left;
  }
  .chart-legend ul {
	/* justify-content: center; */
    /* flex-wrap: nowrap;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: unset;
    margin: var(--space-6) 0; */
  }
  .chart-legend ul.unit {
    flex-direction: row;
    margin: var(--space-2) 0 0;
    align-items: center;
    justify-content: space-between;
  }
  .chart-legend ul.unit li {
    display: flex;
  }
  .chart-legend ul.cate3 li {
    /* min-width: 33%; */
  }
  .chart-legend li {
    /* min-width: 100px; */
    font-size: var(--font-size-3);
  }
  .chart-legend li img {
    width: 24px;
    height: 24px;
  }
  .content-desc.bottom-line h4 {
    margin-bottom: var(--space-12);
  }
  .content-desc.bottom-line p {
    text-align: center;
    margin-top: var(--space-12);
  }
  .chart-legend ul.proc li:nth-of-type(1) {
    min-width: 140px;
  }

  .chart-wrap.chart-type1::before {display: block;}
  /* .chart-wrap.chart-type1::before {position: absolute; left: 50%; top: initial; bottom: 125px; transform: translateX(375px)} */

  .item-list.list-why-gks {
	display: flex;
  }

  .item-list.flag li {
	margin-bottom: 0px;
  }
  /* //tb-pc */
}

@media screen and (max-width: 768px) {
  .pane-kbs .chart-wrap  {padding: var(--space-8) 0;}
  .pane-kbs .chart-wrap .chart-title {margin-bottom: 20px;}
  .pane-kbs .chart-wrap:not(.no-icon)::before {display: none;}
}


  .wrap-global-recruit
  {
    position: relative;
    max-width: 300px;
    margin: 40px auto;
    padding-top: 380px;
    display: flex;
    justify-content: space-between;
    background: url(../images/why/arrow-global-recruit@2x.svg) 50% 320px no-repeat;
  }

  .wrap-global-recruit>div
  {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-4);
    font-weight: 700;
    width: 128px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--bg-darken);
    color: white;
    outline: 1px dashed var(--border-basic);
    outline-offset: 12px;
    background-size: cover;
    gap: 24px;
    padding: 0px 40px;
  }

  .wrap-global-recruit>div .title
  {
    font-size: var(--font-size-5);
    max-width: 75%;
  }

  .wrap-global-recruit .circle1
  {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    background-image: url(../images/why/bg-global-recruit1.svg);
    width: 272px;
  }

  .wrap-global-recruit .circle2
  {
    background-image: url(../images/why/bg-global-recruit2.png);
  }

  .wrap-global-recruit .circle3
  {
    background-image: url(../images/why/bg-global-recruit3.png);
  }

  .chart li
  {
    max-width: 700px;
    margin-bottom: var(--space-4)
  }

  .chart h6
  {
    text-align: left;
  }

  .progress
  {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-3);
    width: 100%;
    height: 48px;
    margin: var(--space-2) 0;
    background-color: var(--bg-light);
    color: var(--font-light);
    font-weight: 700;
  }

  .progress .bar
  {
    display: inline-block;
    height: 100%;
    background-color: var(--blue-1);
  }

  .progress.primary
  {
    color: var(--font-darken);
  }

  .progress.primary .bar
  {
    background: url(../images/why/progress-primary.svg) repeat-x var(--bg-primary);
  }

  .progress.primary .label
  {
    color: white
  }

  .progress .data
  {
    margin-left: auto;
    margin-right: var(--space-2);
  }

  .progress .label
  {
    position: absolute;
    top: var(--space-3);
    left: var(--space-2);
    z-index: 2;
    color: var(--font-darken)
  }

  @media screen and (min-width: 768px)
  {
    .wrap-global-recruit
    {
      max-width: 700px;
      background: url(../images/why/arrow-global-recruit.svg) 50% 320px no-repeat;
    }

    .wrap-global-recruit>div
    {
      width: 200px;
      font-size: var(--font-size-4);
    }

    .wrap-global-recruit .circle1
    {
      width: 300px;
    }

    .wrap-global-recruit>div .title
    {
      font-size: var(--font-size-5);
    }

    .chart li
    {
      margin-bottom: var(--space-6)
    }

    .progress .data
    {
      font-size: var(--font-size-6);
      margin-right: var(--space-6);
    }
  }