@charset "UTF-8";
.work-v.work_77 .work-v-bg {
  background-image: none;
}

.work-bottom.work_77 .work-bottom-bg {
  background-image: url(/images/work/2019_koreanair/work_bg.png);
}

.mo,
.pc {
  position: relative;
}

.mo > span,
.pc > span {
  display: block;
  border: 2px solid #000;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mo > span {
  border-radius: 1.5625vw;
}

.pc > span {
  border-radius: 2.0833vw;
}

.overview {
  position: relative;
  width: 56.1458vw;
  margin: 10.4166666667vw auto 0;
  justify-content: space-between;
}

.overview .mo {
  width: 14.7396vw;
  height: 31.875vw;
}

.overview .mo:nth-child(2) {
  width: 19.5313vw;
  height: 42.2917vw;
}

.challenge {
  margin-top: 5.2083333333vw;
  text-align: center;
}

.challenge h3,
.challenge-bg .inner h3 {
  font-size: 1.0417vw;
  font-weight: 700;
  color: #a5a5a5;
}

.challenge p,
.challenge-bg .inner p {
  margin-top: 1.0416666667vw;
  font-size: 1.3542vw;
  font-weight: 600;
  color: #343434;
}

.challenge .inner {
  width: 63.5417vw;
  margin: 2.6041666667vw auto 0;
  justify-content: space-between;
}

.challenge .item {
  position: relative;
  width: 20.1563vw;
  height: 20.1563vw;
  border: 1px solid #148ee1;
  border-radius: 100%;
}

.challenge .item span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 1.3541666667vw;
  color: #393a3c;
  transform: translate3d(-50%, -50%, 0);
  line-height: 130%;
}

.challenge .arrow {
  width: 0.4167vw;
  height: 4.1146vw;
  margin: 1.3020833333vw auto;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='79' viewBox='0 0 8 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 78.3536C3.84171 78.5488 4.15829 78.5488 4.35355 78.3536L7.53553 75.1716C7.7308 74.9763 7.7308 74.6597 7.53553 74.4645C7.34027 74.2692 7.02369 74.2692 6.82843 74.4645L4 77.2929L1.17157 74.4645C0.976311 74.2692 0.659728 74.2692 0.464466 74.4645C0.269204 74.6597 0.269204 74.9763 0.464466 75.1716L3.64645 78.3536ZM4.5 78L4.5 77.025L3.5 77.025L3.5 78L4.5 78ZM4.5 75.075L4.5 73.125L3.5 73.125L3.5 75.075L4.5 75.075ZM4.5 71.175L4.5 69.225L3.5 69.225L3.5 71.175L4.5 71.175ZM4.5 67.275L4.5 65.325L3.5 65.325L3.5 67.275L4.5 67.275ZM4.5 63.375L4.5 61.425L3.5 61.425L3.5 63.375L4.5 63.375ZM4.5 59.475L4.5 57.525L3.5 57.525L3.5 59.475L4.5 59.475ZM4.5 55.575L4.5 53.625L3.5 53.625L3.5 55.575L4.5 55.575ZM4.5 51.675L4.5 49.725L3.5 49.725L3.5 51.675L4.5 51.675ZM4.5 47.775L4.5 45.825L3.5 45.825L3.5 47.775L4.5 47.775ZM4.5 43.875L4.5 41.925L3.5 41.925L3.5 43.875L4.5 43.875ZM4.5 39.975L4.5 38.025L3.5 38.025L3.5 39.975L4.5 39.975ZM4.5 36.075L4.5 34.125L3.5 34.125L3.5 36.075L4.5 36.075ZM4.5 32.175L4.5 30.225L3.5 30.225L3.5 32.175L4.5 32.175ZM4.5 28.275L4.5 26.325L3.5 26.325L3.5 28.275L4.5 28.275ZM4.5 24.375L4.5 22.425L3.5 22.425L3.5 24.375L4.5 24.375ZM4.5 20.475L4.5 18.525L3.5 18.525L3.5 20.475L4.5 20.475ZM4.5 16.575L4.5 14.625L3.5 14.625L3.5 16.575L4.5 16.575ZM4.5 12.675L4.5 10.725L3.5 10.725L3.5 12.675L4.5 12.675ZM4.5 8.77499L4.5 6.825L3.5 6.825L3.5 8.77499L4.5 8.77499ZM4.5 4.875L4.5 2.925L3.5 2.925L3.5 4.875L4.5 4.875ZM4.5 0.975006L4.5 2.18557e-08L3.5 -2.18557e-08L3.5 0.975006L4.5 0.975006Z' fill='%2300256C'/%3E%3C/svg%3E");
  background-size: 0.4167vw 4.1146vw;
  transform: scale(1, 0);
  transition: transform 0.5s ease-out;
  transform-origin: 0 0;
  transition-delay: 0.8s;
}

.challenge .arrow.on {
  transform: scale(1, 1);
}

.challenge-bg {
  background-color: #f2f7ff;
}

.challenge-bg .inner {
  width: 42.3958vw;
  margin: 0 auto;
  padding: 5.2083333333vw 0;
  background-color: #f2f7ff;
  text-align: center;
}

.challenge-bg .inner ol {
  margin-top: 2.6041666667vw;
}

.challenge-bg .inner ol li + li {
  margin-top: 0.8854vw;
}

.challenge-bg .inner ol li {
  position: relative;
  height: 3.5417vw;
  padding-left: 0.625vw;
  background-color: #fff;
  font-size: 1.0416666667vw;
  line-height: 3.5417vw;
  color: #393a3c;
  text-align: left;
  padding-left: 3.59375vw;
  border-radius: 3.5417vw;
  box-shadow: 0 0.2083vw 0.2083vw 0 rgba(0, 0, 0, 0.25);
}

.challenge-bg .inner ol li span {
  position: absolute;
  top: 0.9896vw;
  left: 1.25vw;
  width: 1.5104vw;
  height: 1.5104vw;
  line-height: 1.5104vw;
  background-color: #00256c;
  border-radius: 100%;
  font-size: 0.625vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.process {
  position: relative;
  width: 52.2916666667vw;
  margin: 10.4166666667vw auto 0;
  padding-bottom: 5.2083333333vw;
}

.process ol li {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: scale(0);
  transition: 1.2s ease-out;
  flex: 1;
}

.process.on ol li {
  opacity: 1;
  transform: scale(1);
}

.process ol li:nth-child(1) {
  margin-left: -4.0042vw;
  transition-delay: 0.6s;
}

.process ol li:nth-child(2) {
  transition-delay: 0.9s;
}

.process ol li:nth-child(3) {
  margin-right: -6.0042vw;
  transition-delay: 1.2s;
}

.process ol li::before {
  content: "";
  position: absolute;
  top: 1.5625vw;
  left: 50%;
  width: 0.5208vw;
  height: 0.5208vw;
  margin-left: -0.2604vw;
  background-color: #0029d2;
  border-radius: 100%;
}

.process ol li::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.7708333333vw;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #0029d2;
  transition: width 0.6s linear;
}

.process ol li:last-child::after {
  display: none;
}

.process ol li .num {
  font-size: 1.0416666667vw;
  display: block;
  font-weight: 700;
  color: #0029d2;
}

.process ol li strong {
  display: block;
  font-weight: 700;
  font-size: 0.9375vw;
  color: #0029d2;
}

.process ol li strong {
  margin-top: 1.9791666667vw;
}

.process ol li .txt {
  display: block;
  margin-top: 0.5208vw;
  font-size: 1.0416666667vw;
  color: #393a3c;
  line-height: 130%;
}

.blueprint-design-diagram {
  width: 61.4583vw;
  height: 23.125vw;
  margin: 5.2083333333vw auto 0;
  background-image: url(/images/work/2019_koreanair/work_77_4.png);
  background-size: cover;
}

.blueprint-design-experience {
  width: 54.1667vw;
  margin: 10.4166666667vw auto 0;
  padding-bottom: 5.2083333333vw;
}

.blueprint-design-experience h4 {
  font-size: 1.3541666667vw;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #343434;
}

.blueprint-design-experience ul {
  margin-top: 2.6041666667vw;
  justify-content: space-between;
  text-align: center;
}

.blueprint-design-experience ul > li {
  width: 15.625vw;
}

.blueprint-design-experience ul > li > span > span {
  display: block;
  position: relative;
  height: 6.25vw;
  background-color: #00256c;
  border-radius: 6.25vw;
  box-sizing: border-box;
}

.blueprint-design-experience ul > li > span > span > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 0.8333333333vw;
  color: #b4c3df;
}

.blueprint-design-experience ul > li > span::after {
  content: "";
  display: block;
  width: 0.4688vw;
  height: 1.7188vw;
  margin: 0.5729vw auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='33' viewBox='0 0 9 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.14645 32.3536C4.34171 32.5488 4.65829 32.5488 4.85355 32.3536L8.03553 29.1716C8.2308 28.9763 8.2308 28.6597 8.03553 28.4645C7.84027 28.2692 7.52369 28.2692 7.32843 28.4645L4.5 31.2929L1.67157 28.4645C1.47631 28.2692 1.15973 28.2692 0.964466 28.4645C0.769204 28.6597 0.769204 28.9763 0.964466 29.1716L4.14645 32.3536ZM5 32L5 31L4 31L4 32L5 32ZM5 29L5 27L4 27L4 29L5 29ZM5 25L5 23L4 23L4 25L5 25ZM5 21L5 19L4 19L4 21L5 21ZM5 17L5 15L4 15L4 17L5 17ZM5 13L5 11L4 11L4 13L5 13ZM5 9L5 7L4 7L4 9L5 9ZM5 5L5 3L4 3L4 5L5 5ZM5 1L5 -2.18557e-08L4 2.18557e-08L4 1L5 1Z' fill='%2300256C'/%3E%3C/svg%3E%0A");
  background-size: 0.4688vw 1.7188vw;
  background-repeat: no-repeat;
}

.blueprint-design-experience ul > li > span > span > span > strong {
  display: block;
  padding-bottom: 0.1042vw;
  font-size: 1.1458333333vw;
  line-height: 160%;
  color: #fff;
}

.blueprint-design-experience ul > li > ul {
  margin-top: 1.0417vw;
}

.blueprint-design-experience ul > li > ul > li {
  width: 13.75vw;
  height: 3.4375vw;
  margin: 0 auto;
  line-height: 3.4375vw;
  background-color: #f2f7ff;
  font-size: 1.0416666667vw;
  color: #343434;
}

.blueprint-design-experience ul > li > ul > li + li {
  margin-top: 0.625vw;
}

.validation {
  width: 65.7292vw;
  margin: 5.2083333333vw auto 0;
  padding-bottom: 5.2083333333vw;
}

.validation h4 {
  font-size: 1.1458333333vw;
  font-weight: 700;
  text-align: center;
  color: #343434;
}

.validation ul {
  margin-top: 2.6041666667vw;
}

.validation ul li + li {
  margin-left: -1.5104vw;
}

.validation ul li {
  width: 14.375vw;
  height: 14.375vw;
  padding-top: 4.1666666667vw;
  border: 1px solid #118fe4;
  border-radius: 100%;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 160%;
  color: #343434;
  text-align: center;
  box-sizing: border-box;
}

.validation ul li span {
  display: block;
  padding-bottom: 0.625vw;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 140%;
}

.validation ul li em {
  font-size: 0.9375vw;
  font-weight: 400;
  color: #a5a5a5;
  line-height: 160%;
}

.work-section > div .head {
  width: 62.5vw;
  margin: 0 auto;
}

.work-section > div .head h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.1458333333vw;
  color: #0029d2;
}

.work-section > div .head p {
  margin-top: 0.9375vw;
  font-size: 1.0417vw;
  color: #606168;
}

.value-main {
  margin-top: 5.2083333333vw;
  background-image: url("data:image/svg+xml,%3Csvg width='1416' height='1416' viewBox='0 0 1416 1416' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='708' cy='708' r='708' fill='%23F2F7FF'/%3E%3C/svg%3E");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 73.75vw 73.75vw;
}

.value-main .device {
  position: relative;
  width: 57.9688vw;
  height: 65.2083vw;
  margin: 8.5417vw auto 0;
}

.value-main .device .mo {
  position: absolute;
  top: 9.6354vw;
  left: 0;
  width: 11.9792vw;
  height: 23.0729vw;
  z-index: 3;
}

.value-main .device .pc {
  position: absolute;
  top: 0;
  left: 7.5vw;
  width: 46.875vw;
  height: 65.2083vw;
}

.value-main .device .pc [class*=thumb-] {
  position: absolute;
  top: 19.2854vw;
  width: 5.7292vw;
  height: 7.2917vw;
  transition: 0.6s ease-out;
}

.value-main .device .pc.on [class*=thumb-] {
  top: 18.3854vw;
  width: 9.2708vw;
  height: 11.875vw;
}

.value-main .device .pc .thumb-1 {
  left: 20.7729vw;
  transition-delay: 0.8s;
}

.value-main .device .pc .thumb-2 {
  left: 27.2854vw;
  transition-delay: 0.8s;
}

.value-main .device .pc .thumb-3 {
  left: 33.6979vw;
  transition-delay: 0.8s;
}

.value-main .device .pc.on .thumb-1 {
  left: 20.7729vw;
}

.value-main .device .pc.on .thumb-2 {
  left: 31.0854vw;
}

.value-main .device .pc.on .thumb-3 {
  left: 41.3979vw;
}

.value-ticketing {
  margin-top: 10.4166666667vw;
}

.value-ticketing .head {
  padding-left: 50%;
}

.value-ticketing-cont {
  position: relative;
  margin-top: 12.1354vw;
  background: linear-gradient(to right, #c5f2fe 50%, #00256c 50%);
}

.value-ticketing-cont::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  transition: 1.2s linear;
}

.value-ticketing-cont.on::before {
  width: 0;
}

.value-ticketing-cont .inner {
  width: 62.5vw;
  margin: 0 auto;
  background-color: #c5f2fe;
}

.value-ticketing-cont .inner .bg {
  position: relative;
  height: 40vw;
  background-image: url("data:image/svg+xml,%3Csvg width='478' height='768' viewBox='0 0 478 768' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.977 586.357C86.0716 717.498 14.2991 768 0 768H478V0H225.807C210.34 130.977 192.316 432.598 134.977 586.357Z' fill='%2300256C'/%3E%3C/svg%3E");
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.value-ticketing-cont .inner .bg .mo {
  position: absolute;
  top: -17.5125vw;
  left: 0;
  width: 11.9792vw;
  height: 55.3167vw;
}

.value-ticketing-cont .inner .bg .pc {
  position: absolute;
  top: -2.2775vw;
  right: 0;
  width: 46.875vw;
  height: 28.8021vw;
}

.value-city {
  margin-top: 10.4166666667vw;
}

.value-city-cont {
  position: relative;
  width: 48.9583vw;
  margin: 5.2083333333vw auto 0;
}

.value-city-cont .box-shadow {
  overflow: hidden;
  box-shadow: 0 0.3125vw 1.0417vw 0 rgba(0, 0, 0, 0.18);
  border-radius: 1.0417vw;
}

.value-city-cont .pc {
  position: absolute;
  top: 47.6813vw;
  left: 50%;
  width: 48.9583vw;
  height: 28.6021vw;
  margin-left: -24.6791vw;
  opacity: 0;
  transform: scale(0);
  transition: 1.6s ease-out;
}

.value-city-cont.on .pc {
  opacity: 1;
  transform: scale(1);
}

.value-city-cont .pc::after {
  content: "";
  position: absolute;
  top: 11.629vw;
  left: 38.4896vw;
  width: 15.7292vw;
  height: 5.4083vw;
  background-color: #00256c;
}

.value-city-cont .pc span {
  box-shadow: 0 0.2083vw 2.0833vw 0 rgba(0, 0, 0, 0.1);
}

.value-app {
  margin-top: 10.4166666667vw;
  padding-top: 5.2083333333vw;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='1344' viewBox='0 0 100 1344' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='1344' fill='%23F2F7FF'/%3E%3C/svg%3E%0A");
  background-size: 5.2083vw 70vw;
  background-repeat: repeat-x;
}

.value-app-cont {
  position: relative;
  width: 77.1875vw;
  height: 196.4792vw;
  margin: 5.2083333333vw auto 0;
}

.value-app-cont .mo {
  position: absolute;
  width: 19.375vw;
  height: 42.2917vw;
}

.value-app-cont .mo:nth-child(1) {
  top: 0;
  left: 0;
}

.value-app-cont .mo:nth-child(2) {
  top: 31.0417vw;
  left: 34.1146vw;
}

.value-app-cont .mo:nth-child(3) {
  top: 24.5833vw;
  right: 0;
}

.value-app-cont .mo:nth-child(5) {
  top: 83.6667vw;
  left: 7.6563vw;
}

.value-app-cont .mo:nth-child(6) {
  top: 83.6667vw;
  left: 29.7396vw;
  height: 112.8125vw;
}

.value-app-cont p {
  position: absolute;
  top: 88.6667vw;
  left: 51.7396vw;
  font-size: 1.0417vw;
  color: #606168;
}

.work-v .inner > span {
  color: #343434;
}

.work-v .app-award {
  background-image: url(/images/img_award_type2.png);
}

.box-object .object1 {
  position: absolute;
  left: 114.5rem;
  top: 19.8rem;
  width: 28.3rem;
  height: 61.2rem;
}

.box-object .object2 {
  position: absolute;
  left: 146.2rem;
  top: 29.6rem;
  width: 28.3rem;
  height: 61.2rem;
}

@media (max-width: 1280px) {
  .work-v .work-v-bg > video {
    display: block;
  }
  .mo > span,
  .pc > span {
    border-width: 1px;
  }
  .mo > span {
    border-radius: 15px;
  }
  .pc > span {
    border-radius: 20px;
  }
  .overview {
    width: auto;
    margin-top: 135px;
  }
  .overview .mo:nth-child(1),
  .overview .mo:nth-child(3) {
    display: none;
  }
  .overview .mo:nth-child(2) {
    width: 258px;
    height: 558px;
    margin: 0 auto;
  }
  .challenge {
    width: 225px;
    margin: 140px auto 0;
  }
  .challenge h3,
  .challenge-bg .inner h3 {
    font-size: 16px;
  }
  .challenge p,
  .challenge-bg .inner p {
    margin-top: 10px;
    font-size: 18px;
  }
  .challenge .inner {
    width: 225px;
    margin-top: 36px;
    flex-direction: column;
  }
  .challenge .item + .item {
    margin-top: 18px;
  }
  .challenge .item {
    width: 225px;
    height: 225px;
  }
  .challenge .item span {
    font-size: 16px;
    font-weight: 400;
  }
  .challenge-bg {
    margin: 0 -24px;
  }
  .challenge-bg .inner {
    width: auto;
    padding: 107px 0;
  }
  .challenge-bg .inner ol {
    width: 327px;
    margin: 36px auto 0;
  }
  .challenge-bg .inner ol li + li {
    margin-top: 22px;
  }
  .challenge-bg .inner ol li {
    height: auto;
    line-height: 140%;
    padding: 14px 58px 14px 72px;
    font-size: 16px;
    border-radius: 67px;
  }
  .challenge-bg .inner ol li span {
    top: 50%;
    left: 16px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    margin-top: -11px;
    font-size: 10px;
  }
  .process {
    width: auto;
    margin-top: 132px;
  }
  .process::before,
  .process ol li::before {
    display: none;
  }
  .process ol {
    flex-direction: column;
  }
  .process ol li + li {
    margin-top: 60px;
  }
  .process ol li:first-child {
    margin-left: 0;
  }
  .process ol li:last-child {
    margin-right: 0;
  }
  .process ol li .num {
    font-size: 12px;
  }
  .process ol li strong {
    margin-top: 0;
    font-size: 18px;
  }
  .process ol li .txt {
    margin-top: 2px;
    font-size: 16px;
  }
  .blueprint-design-diagram {
    width: 345px;
    height: 218px;
    margin: 139px auto 0;
    background-image: url(/images/work/2019_koreanair/work_77_4_mo.png);
    background-size: cover;
  }
  .blueprint-design-experience {
    width: 220px;
    margin-top: 130px;
  }
  .blueprint-design-experience h4 {
    font-size: 18px;
  }
  .blueprint-design-experience ul {
    width: 220px;
    margin: 48px auto 0;
    flex-direction: column;
  }
  .blueprint-design-experience ul > li {
    width: 220px;
  }
  .blueprint-design-experience ul > li + li {
    margin-top: 50px;
  }
  .blueprint-design-experience ul > li > span::after {
    width: 10px;
    height: 24px;
    margin-top: 9px;
    background-size: 10px 24px;
  }
  .blueprint-design-experience ul > li > span > span {
    width: 220px;
    height: 84px;
    padding-top: 18px;
    font-size: 14px;
    border-radius: 84px;
  }
  .blueprint-design-experience ul > li > span > span > strong {
    padding-bottom: 1px;
    font-size: 16px;
  }
  .blueprint-design-experience ul > li > ul {
    margin-top: 25px;
  }
  .blueprint-design-experience ul > li > ul > li {
    width: 200px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 400;
  }
  .blueprint-design-experience ul > li > ul > li + li {
    margin-top: 13px;
  }
  .validation {
    width: auto;
    margin-top: 128px;
  }
  .validation h4 {
    font-size: 18px;
  }
  .validation ul {
    width: 217px;
    margin: 36px auto 0;
    flex-direction: column;
  }
  .validation ul li {
    width: 217px;
    height: 217px;
    padding-top: 87px;
    font-size: 14px;
  }
  .validation ul li:nth-child(2),
  .validation ul li:nth-child(3) {
    padding-top: 70px;
  }
  .validation ul li + li {
    margin-top: -29px;
    margin-left: 0;
  }
  .validation ul li span {
    padding-bottom: 6px;
    font-size: 12px;
  }
  .value-main {
    width: auto;
    height: auto;
    margin: 0 -24px;
    padding: 0 24px;
    background-size: 497px 497px;
  }
  .value-main .device {
    width: 325px;
    height: auto;
  }
  .value-main .device .mo {
    display: none;
  }
  .value-main .device .pc {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    height: 450px;
  }
  .value-main .device .pc [class*=thumb-] {
    position: absolute;
    top: 133px;
    width: 40px;
    height: 50px;
    transition: 0.6s ease-out;
  }
  .value-main .device .pc.on [class*=thumb-] {
    top: 133px;
    width: 61px;
    height: 78px;
  }
  .value-main .device .pc .thumb-1 {
    left: 143px;
    transition-delay: 0.8s;
  }
  .value-main .device .pc .thumb-2 {
    left: 188px;
    transition-delay: 0.8s;
  }
  .value-main .device .pc .thumb-3 {
    left: 233px;
    transition-delay: 0.8s;
  }
  .value-main .device .pc.on .thumb-1 {
    left: 144px;
  }
  .value-main .device .pc.on .thumb-2 {
    left: 211px;
  }
  .value-main .device .pc.on .thumb-3 {
    left: 278px;
  }
  .work-section > div .head {
    width: auto;
  }
  .work-section > div .head h4 {
    font-size: 18px;
  }
  .work-section > div .head p {
    font-size: 20px;
  }
  .value-ticketing {
    height: 975px;
    margin-top: 195px;
  }
  .value-ticketing .head {
    padding: 0;
  }
  .value-ticketing-cont {
    margin: 228px -24px 0;
  }
  .value-ticketing-cont .inner {
    width: auto;
  }
  .value-ticketing-cont .inner .bg .pc {
    display: none;
  }
  .value-ticketing-cont .inner .bg {
    height: 262px;
  }
  .value-ticketing-cont .inner .bg .mo {
    top: -95px;
    left: 50%;
    width: 154px;
    height: 712px;
    margin-left: -77px;
  }
  .value-city {
    margin-top: 195px;
  }
  .value-city-cont {
    width: 325px;
    margin-top: 130px;
  }
  .value-city-cont .box-shadow {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  .value-city-cont .pc {
    top: 316px;
    width: 325px;
    height: 180px;
    margin-left: -163px;
  }
  .value-city-cont .pc::after {
    top: 77px;
    left: 275px;
    width: 63px;
    height: 36px;
  }
  .value-app {
    margin: 220px -24px 0;
    padding: 22px 24px 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='950' viewBox='0 0 100 950' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='950' fill='%23F2F7FF'/%3E%3C/svg%3E");
    background-size: 100px 950px;
  }
  .value-app-cont {
    width: 327px;
    height: 2006px;
    margin-top: 130px;
  }
  .value-app-cont .mo {
    width: 154px;
    height: 333px;
  }
  .value-app-cont .mo:nth-child(1) {
    top: 0;
    left: 0;
  }
  .value-app-cont .mo:nth-child(2) {
    top: 543px;
    left: 10px;
  }
  .value-app-cont .mo:nth-child(3) {
    top: 377px;
    right: 0;
  }
  .value-app-cont .mo:nth-child(5) {
    top: 1113px;
    left: 0;
  }
  .value-app-cont .mo:nth-child(6) {
    top: 1113px;
    left: initial;
    right: 0;
    height: 896px;
  }
  .value-app-cont p {
    top: 980px;
    left: 0;
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .page-work .work-container .work-v + .work-section {
    margin-top: 0;
    padding-top: 100px;
  }
  .page-work .work-container .work-bottom {
    margin-top: 200px;
  }
  .page-work .work-container .work-section + .work-section {
    margin-top: 0;
    padding-top: 150px;
  }
  .page-work .work-container .work-section + .work-section.sub {
    margin-top: 0;
  }
  .page-work .work-container .work-section div.head h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    color: #0029d2;
  }
  .page-work .work-container .work-section div.head h2 + h4, .page-work .work-container .work-section div.head h2 + h3 {
    margin-top: 20px;
    color: #606168;
  }
  .page-work .work-container .work-section div.head h2 + p {
    margin-top: 20px;
  }
  .page-work .work-container .work-section div.head h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #0029d2;
  }
  .page-work .work-container .work-section div.head h3 + p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #606168;
  }
  .page-work .work-container .work-section div.head h3.gray {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #606168;
  }
  .page-work .work-container .work-section div.head h3.gray + p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #606168;
  }
  .page-work .work-container .work-section div.head h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    color: #0029d2;
  }
  .page-work .work-container .work-section div.head h4 + p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #606168;
  }
  .page-work .work-container .work-section div.head h4.gray {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    color: #606168;
  }
  .page-work .work-container .work-section div.head h4.gray + p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #606168;
  }
  .page-work .work-container .work-section div.head > span {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-work .work-container .work-section.scenario {
    padding: 80px 24px 80px;
  }
  .page-work .work-container .work-section.scenario .chart {
    margin-top: 50px;
  }
  .page-work .work-container .work-section.scenario .btm {
    margin-top: 100px;
  }
  .page-work .work-container .work-section.suggest {
    padding-bottom: 0;
  }
  .page-work .work-container .work-section.outcome .flex-group {
    margin-top: 80px;
  }
  .page-work .work-container .work-section.output {
    padding: 80px 0;
  }
  .page-work .work-container .work-section.output > strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 50px;
  }
  .page-work .work-container .work-section.sweat-market .head {
    transform: translateY(0);
  }
  .page-work .work-container .work-section.sweat-market .sweat-market-mock-up {
    margin-top: 80px;
    padding-bottom: 100px;
  }
  .page-work .work-container .work-section.daily-mission-bg {
    background: none;
    padding-bottom: 30px;
  }
  .page-work .work-container .work-section.daily-mission-bg .daily-mission {
    margin-top: calc(80px + 30px);
  }
  .page-work .work-container .work-section.daily-mission-bg .daily-mission::after {
    content: "";
    width: 335px;
    height: calc(100% + 60px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='1416' height='1416' viewBox='0 0 1416 1416' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='708' cy='708' r='708' fill='%23F0F8FE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    z-index: -1;
  }
  .page-work .work-container .work-section.daily-mission-bg .daily-mission [class*=g-txt-] {
    padding-bottom: 10px;
  }
  .page-work .work-container .work-section .sweat-report {
    padding-top: 0;
    margin-top: 80px;
  }
  .page-work .work-container .work-section .approach {
    margin-top: 80px;
  }
  .page-work .work-container .work-section .work-mock-up {
    margin-top: 80px;
  }
  .page-work .work-container .work-section .kb-etc-guide {
    margin-top: 80px;
  }
  .page-work .work-container .work-section .kb-outcome {
    margin-top: 80px;
  }
  .page-work .work-container .work-section .kb-outcome-h .inner h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    color: #0029d2;
  }
  .page-work .work-container .work-section .kb-outcome-h .inner h2 + h4, .page-work .work-container .work-section .kb-outcome-h .inner h2 + h3 {
    margin-top: 20px;
    color: #606168;
  }
  .page-work .work-container .work-section .kb-outcome-h .inner h2 + p {
    margin-top: 20px;
  }
  .page-work .work-container .work-section .kb-outcome-h .inner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #0029d2;
  }
  .page-work .work-container .work-section .kb-outcome-h .inner h3 + p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #606168;
  }
  .page-work .work-container .work-section .workset-diagram {
    height: 637px;
    overflow: hidden;
    margin-top: 80px;
  }
  .page-work .work-container .work-section .workset-diagram .sm-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin: 0 auto;
  }
  .page-work .work-container .work-section .workset-diagram .title {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 0;
  }
  .page-work .work-container .work-section .workset-diagram .workset-group {
    margin-top: 30px;
  }
  .page-work .work-container .work-section .friendly-bg {
    margin-top: 80px;
    margin-bottom: 0;
    padding: 80px 0;
    background-color: #fffcee;
  }
  .page-work .work-container .work-section .friendly-bg .friendly {
    margin: 0 auto;
  }
  .page-work .work-container .work-section .friendly-bg::before {
    top: 0;
    height: auto;
  }
  .page-work .work-container .work-section .process {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .page-work .work-container .work-section .process ol li {
    padding-bottom: 65px;
  }
  .page-work .work-container .work-section .process ol li + li {
    margin-top: 0;
  }
  .page-work .work-container .work-section .process ol li .num {
    font-size: 14px;
    font-weight: 800;
    line-height: 150%;
    padding-bottom: 0;
  }
  .page-work .work-container .work-section .process ol li > strong {
    display: block;
    width: 70%;
    margin: 6px auto 16px;
    padding: 20px 46px;
    border: 1px solid #0029d2;
    border-radius: 80px;
    word-break: keep-all;
    box-sizing: border-box;
  }
  .page-work .work-container .work-section .process ol li .txt {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #343434;
  }
  .page-work .work-container .work-section .process ol li::after {
    display: none;
  }
  .page-work .work-container .work-section .blueprint-diagram {
    margin: 148px auto 150px;
  }
  .page-work .work-container .work-section .blueprint-design-diagram {
    margin: 100px auto 0;
  }
  .page-work .work-container .work-section .blueprint-design-experience {
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 0;
  }
  .page-work .work-container .work-section .blueprint-design-experience > ul {
    margin: 50px auto 0;
  }
  .page-work .work-container .work-section .validation {
    margin-top: 150px;
    padding-bottom: 0;
  }
  .page-work .work-container .work-section .validation h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    color: #343434;
  }
  .page-work .work-container .work-section .validation h4 + p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #606168;
  }
  .page-work .work-container .work-section .validation > ul {
    margin: 30px auto 0;
  }
  .page-work .work-container .work-section .value-main {
    margin-top: 80px;
  }
  .page-work .work-container .work-section .value-main .head {
    opacity: 0;
    pointer-events: none;
  }
  .page-work .work-container .work-section .value-main .device {
    margin-top: 0;
  }
  .page-work .work-container .work-section .value-diagram {
    margin: 80px auto;
  }
  .page-work .work-container .work-section .value-ticketing {
    margin-top: 150px;
  }
  .page-work .work-container .work-section .value-ticketing .value-ticketing-cont {
    margin-top: 195px;
  }
  .page-work .work-container .work-section .value-city {
    margin-top: 150px;
  }
  .page-work .work-container .work-section .value-city .value-city-cont {
    margin-top: 100px;
  }
  .page-work .work-container .work-section .value-app {
    margin-top: 150px;
  }
  .page-work .work-container .work-section .value-app .value-app-cont {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  .page-work .work-container .work-section .value-app .value-app-cont > p {
    top: 1028px;
  }
  .page-work .work-container .work-section .value-app .value-app-cont .mo:nth-child(5), .page-work .work-container .work-section .value-app .value-app-cont .mo:nth-child(6) {
    top: 1160px;
  }
  .page-work .work-container .work-section .project-retrospective {
    margin-top: 80px;
  }
  .page-work .work-container .work-section .project-retrospective .project-qna [class*=project-a-] {
    margin-top: 40px;
    word-break: break-all;
  }
  .page-work .work-container .work-section .project-retrospective .project-qna + .project-qna {
    margin-top: 80px;
  }
  .page-work .work-container .work-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #606168;
  }
  .page-work .work-container .work-section p + p.etc {
    margin-top: 20px;
  }
  .page-work .work-container .work-section .overview {
    margin-top: 100px;
  }
  .page-work .work-container .work-section .overview.suggest {
    margin-top: 130px;
  }
  .page-work .work-container .work-section .challenge {
    width: 100%;
    min-height: auto;
    margin: 0 auto;
    padding-top: 80px;
  }
  .page-work .work-container .work-section .challenge h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: #888783;
  }
  .page-work .work-container .work-section .challenge h3 + p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #343434;
  }
  .page-work .work-container .work-section .challenge h3 + p br:not(.mo) {
    display: none;
  }
  .page-work .work-container .work-section .challenge-bg .inner {
    padding: 80px 0;
  }
  .page-work .work-container .work-section .challenge-bg .inner ol {
    margin: 50px auto 0;
  }
  .page-work .work-container .work-section .challenge-bg .inner ol li {
    padding: 14px 50px;
    font-weight: 400;
  }
  .page-work .work-container .work-section .challenge-bg .inner ol li + li {
    margin-top: 16px;
  }
  .page-work .work-container .work-section .challenge-bg .inner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    color: #888783;
  }
  .page-work .work-container .work-section .challenge-bg .inner h3 + p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #343434;
  }
  .page-work .work-container .work-section .challenge .inner {
    margin-top: 50px;
  }
  .page-work .work-container .work-section .challenge .inner .item + .item {
    margin-top: 20px;
  }
  .page-work .work-container .work-section .challenge .arrow {
    width: 100%;
    height: 50px;
    margin: 20px auto 50px auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
}
/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .work-v.work_77 .work-v-bg {
    background-image: none;
  }
  .work-bottom.work_77 .work-bottom-bg {
    background-image: url(/images/work/2019_koreanair/work_bg.png);
  }
  .mo,
  .pc {
    position: relative;
  }
  .mo > span,
  .pc > span {
    display: block;
    border: 2px solid #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .mo > span {
    border-radius: 29.9904px;
  }
  .pc > span {
    border-radius: 39.99936px;
  }
  .overview {
    position: relative;
    width: 1077.99936px;
    margin: 200px auto 0;
    justify-content: space-between;
  }
  .overview .mo {
    width: 283.00032px;
    height: 612px;
  }
  .overview .mo:nth-child(2) {
    width: 375.00096px;
    height: 812.00064px;
  }
  .challenge {
    margin-top: 100px;
    text-align: center;
  }
  .challenge h3,
  .challenge-bg .inner h3 {
    font-size: 20.00064px;
    font-weight: 700;
    color: #a5a5a5;
  }
  .challenge p,
  .challenge-bg .inner p {
    margin-top: 20px;
    font-size: 26.00064px;
    font-weight: 600;
    color: #343434;
  }
  .challenge .inner {
    width: 1220.00064px;
    margin: 50px auto 0;
    justify-content: space-between;
  }
  .challenge .item {
    position: relative;
    width: 387.00096px;
    height: 387.00096px;
    border: 1px solid #148ee1;
    border-radius: 100%;
  }
  .challenge .item span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 26px;
    color: #393a3c;
    transform: translate3d(-50%, -50%, 0);
    line-height: 130%;
  }
  .challenge .arrow {
    width: 8.00064px;
    height: 79.00032px;
    margin: 25px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='79' viewBox='0 0 8 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 78.3536C3.84171 78.5488 4.15829 78.5488 4.35355 78.3536L7.53553 75.1716C7.7308 74.9763 7.7308 74.6597 7.53553 74.4645C7.34027 74.2692 7.02369 74.2692 6.82843 74.4645L4 77.2929L1.17157 74.4645C0.976311 74.2692 0.659728 74.2692 0.464466 74.4645C0.269204 74.6597 0.269204 74.9763 0.464466 75.1716L3.64645 78.3536ZM4.5 78L4.5 77.025L3.5 77.025L3.5 78L4.5 78ZM4.5 75.075L4.5 73.125L3.5 73.125L3.5 75.075L4.5 75.075ZM4.5 71.175L4.5 69.225L3.5 69.225L3.5 71.175L4.5 71.175ZM4.5 67.275L4.5 65.325L3.5 65.325L3.5 67.275L4.5 67.275ZM4.5 63.375L4.5 61.425L3.5 61.425L3.5 63.375L4.5 63.375ZM4.5 59.475L4.5 57.525L3.5 57.525L3.5 59.475L4.5 59.475ZM4.5 55.575L4.5 53.625L3.5 53.625L3.5 55.575L4.5 55.575ZM4.5 51.675L4.5 49.725L3.5 49.725L3.5 51.675L4.5 51.675ZM4.5 47.775L4.5 45.825L3.5 45.825L3.5 47.775L4.5 47.775ZM4.5 43.875L4.5 41.925L3.5 41.925L3.5 43.875L4.5 43.875ZM4.5 39.975L4.5 38.025L3.5 38.025L3.5 39.975L4.5 39.975ZM4.5 36.075L4.5 34.125L3.5 34.125L3.5 36.075L4.5 36.075ZM4.5 32.175L4.5 30.225L3.5 30.225L3.5 32.175L4.5 32.175ZM4.5 28.275L4.5 26.325L3.5 26.325L3.5 28.275L4.5 28.275ZM4.5 24.375L4.5 22.425L3.5 22.425L3.5 24.375L4.5 24.375ZM4.5 20.475L4.5 18.525L3.5 18.525L3.5 20.475L4.5 20.475ZM4.5 16.575L4.5 14.625L3.5 14.625L3.5 16.575L4.5 16.575ZM4.5 12.675L4.5 10.725L3.5 10.725L3.5 12.675L4.5 12.675ZM4.5 8.77499L4.5 6.825L3.5 6.825L3.5 8.77499L4.5 8.77499ZM4.5 4.875L4.5 2.925L3.5 2.925L3.5 4.875L4.5 4.875ZM4.5 0.975006L4.5 2.18557e-08L3.5 -2.18557e-08L3.5 0.975006L4.5 0.975006Z' fill='%2300256C'/%3E%3C/svg%3E");
    background-size: 8.00064px 79.00032px;
    transform: scale(1, 0);
    transition: transform 0.5s ease-out;
    transform-origin: 0 0;
    transition-delay: 0.8s;
  }
  .challenge .arrow.on {
    transform: scale(1, 1);
  }
  .challenge-bg {
    background-color: #f2f7ff;
  }
  .challenge-bg .inner {
    width: 813.99936px;
    margin: 0 auto;
    padding: 100px 0;
    background-color: #f2f7ff;
    text-align: center;
  }
  .challenge-bg .inner ol {
    margin-top: 50px;
  }
  .challenge-bg .inner ol li + li {
    margin-top: 16.99968px;
  }
  .challenge-bg .inner ol li {
    position: relative;
    height: 68.00064px;
    padding-left: 12px;
    background-color: #fff;
    font-size: 20px;
    line-height: 68.00064px;
    color: #393a3c;
    text-align: left;
    padding-left: 69px;
    border-radius: 68.00064px;
    box-shadow: 0 3.99936px 3.99936px 0 rgba(0, 0, 0, 0.25);
  }
  .challenge-bg .inner ol li span {
    position: absolute;
    top: 19.00032px;
    left: 24px;
    width: 28.99968px;
    height: 28.99968px;
    line-height: 28.99968px;
    background-color: #00256c;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
  .process {
    position: relative;
    width: 1004px;
    margin: 200px auto 0;
    padding-bottom: 100px;
  }
  .process ol li {
    position: relative;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    transition: 1.2s ease-out;
    flex: 1;
  }
  .process.on ol li {
    opacity: 1;
    transform: scale(1);
  }
  .process ol li:nth-child(1) {
    margin-left: -76.88064px;
    transition-delay: 0.6s;
  }
  .process ol li:nth-child(2) {
    transition-delay: 0.9s;
  }
  .process ol li:nth-child(3) {
    margin-right: -115.28064px;
    transition-delay: 1.2s;
  }
  .process ol li::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 9.99936px;
    height: 9.99936px;
    margin-left: -4.99968px;
    background-color: #0029d2;
    border-radius: 100%;
  }
  .process ol li::after {
    content: "";
    display: block;
    position: absolute;
    top: 34px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #0029d2;
    transition: width 0.6s linear;
  }
  .process ol li:last-child::after {
    display: none;
  }
  .process ol li .num {
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #0029d2;
  }
  .process ol li strong {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #0029d2;
  }
  .process ol li strong {
    margin-top: 38px;
  }
  .process ol li .txt {
    display: block;
    margin-top: 9.99936px;
    font-size: 20px;
    color: #393a3c;
    line-height: 130%;
  }
  .blueprint-design-diagram {
    width: 1179.99936px;
    height: 444px;
    margin: 100px auto 0;
    background-image: url(/images/work/2019_koreanair/work_77_4.png);
    background-size: cover;
  }
  .blueprint-design-experience {
    width: 1040.00064px;
    margin: 200px auto 0;
    padding-bottom: 100px;
  }
  .blueprint-design-experience h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #343434;
  }
  .blueprint-design-experience ul {
    margin-top: 50px;
    justify-content: space-between;
    text-align: center;
  }
  .blueprint-design-experience ul > li {
    width: 300px;
  }
  .blueprint-design-experience ul > li > span > span {
    display: block;
    position: relative;
    height: 120px;
    background-color: #00256c;
    border-radius: 120px;
    box-sizing: border-box;
  }
  .blueprint-design-experience ul > li > span > span > span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 16px;
    color: #b4c3df;
  }
  .blueprint-design-experience ul > li > span::after {
    content: "";
    display: block;
    width: 9.00096px;
    height: 33.00096px;
    margin: 10.99968px auto 0;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='33' viewBox='0 0 9 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.14645 32.3536C4.34171 32.5488 4.65829 32.5488 4.85355 32.3536L8.03553 29.1716C8.2308 28.9763 8.2308 28.6597 8.03553 28.4645C7.84027 28.2692 7.52369 28.2692 7.32843 28.4645L4.5 31.2929L1.67157 28.4645C1.47631 28.2692 1.15973 28.2692 0.964466 28.4645C0.769204 28.6597 0.769204 28.9763 0.964466 29.1716L4.14645 32.3536ZM5 32L5 31L4 31L4 32L5 32ZM5 29L5 27L4 27L4 29L5 29ZM5 25L5 23L4 23L4 25L5 25ZM5 21L5 19L4 19L4 21L5 21ZM5 17L5 15L4 15L4 17L5 17ZM5 13L5 11L4 11L4 13L5 13ZM5 9L5 7L4 7L4 9L5 9ZM5 5L5 3L4 3L4 5L5 5ZM5 1L5 -2.18557e-08L4 2.18557e-08L4 1L5 1Z' fill='%2300256C'/%3E%3C/svg%3E%0A");
    background-size: 9.00096px 33.00096px;
    background-repeat: no-repeat;
  }
  .blueprint-design-experience ul > li > span > span > span > strong {
    display: block;
    padding-bottom: 2.00064px;
    font-size: 22px;
    line-height: 160%;
    color: #fff;
  }
  .blueprint-design-experience ul > li > ul {
    margin-top: 20.00064px;
  }
  .blueprint-design-experience ul > li > ul > li {
    width: 264px;
    height: 66px;
    margin: 0 auto;
    line-height: 66px;
    background-color: #f2f7ff;
    font-size: 20px;
    color: #343434;
  }
  .blueprint-design-experience ul > li > ul > li + li {
    margin-top: 12px;
  }
  .validation {
    width: 1262.00064px;
    margin: 100px auto 0;
    padding-bottom: 100px;
  }
  .validation h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #343434;
  }
  .validation ul {
    margin-top: 50px;
  }
  .validation ul li + li {
    margin-left: -28.99968px;
  }
  .validation ul li {
    width: 276px;
    height: 276px;
    padding-top: 80px;
    border: 1px solid #118fe4;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    color: #343434;
    text-align: center;
    box-sizing: border-box;
  }
  .validation ul li span {
    display: block;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }
  .validation ul li em {
    font-size: 18px;
    font-weight: 400;
    color: #a5a5a5;
    line-height: 160%;
  }
  .work-section > div .head {
    width: 1200px;
    margin: 0 auto;
  }
  .work-section > div .head h4 {
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    color: #0029d2;
  }
  .work-section > div .head p {
    margin-top: 18px;
    font-size: 20.00064px;
    color: #606168;
  }
  .value-main {
    margin-top: 5.2083333333vw;
    background-image: url("data:image/svg+xml,%3Csvg width='1416' height='1416' viewBox='0 0 1416 1416' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='708' cy='708' r='708' fill='%23F2F7FF'/%3E%3C/svg%3E");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1416px 1416px;
  }
  .value-main .device {
    position: relative;
    width: 1113.00096px;
    height: 1251.99936px;
    margin: 164.00064px auto 0;
  }
  .value-main .device .mo {
    position: absolute;
    top: 184.99968px;
    left: 0;
    width: 230.00064px;
    height: 442.99968px;
    z-index: 3;
  }
  .value-main .device .pc {
    position: absolute;
    top: 0;
    left: 144px;
    width: 900px;
    height: 1251.99936px;
  }
  .value-main .device .pc [class*=thumb-] {
    position: absolute;
    top: 370.27968px;
    width: 110.00064px;
    height: 140.00064px;
    transition: 0.6s ease-out;
  }
  .value-main .device .pc.on [class*=thumb-] {
    top: 352.99968px;
    width: 177.99936px;
    height: 228px;
  }
  .value-main .device .pc .thumb-1 {
    left: 398.83968px;
    transition-delay: 0.8s;
  }
  .value-main .device .pc .thumb-2 {
    left: 523.87968px;
    transition-delay: 0.8s;
  }
  .value-main .device .pc .thumb-3 {
    left: 646.99968px;
    transition-delay: 0.8s;
  }
  .value-main .device .pc.on .thumb-1 {
    left: 398.83968px;
  }
  .value-main .device .pc.on .thumb-2 {
    left: 596.83968px;
  }
  .value-main .device .pc.on .thumb-3 {
    left: 794.83968px;
  }
  .value-ticketing {
    margin-top: 200px;
  }
  .value-ticketing .head {
    padding-left: 50%;
  }
  .value-ticketing-cont {
    position: relative;
    margin-top: 232.99968px;
    background: linear-gradient(to right, #c5f2fe 50%, #00256c 50%);
  }
  .value-ticketing-cont::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    transition: 1.2s linear;
  }
  .value-ticketing-cont.on::before {
    width: 0;
  }
  .value-ticketing-cont .inner {
    width: 1200px;
    margin: 0 auto;
    background-color: #c5f2fe;
  }
  .value-ticketing-cont .inner .bg {
    position: relative;
    height: 768px;
    background-image: url("data:image/svg+xml,%3Csvg width='478' height='768' viewBox='0 0 478 768' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.977 586.357C86.0716 717.498 14.2991 768 0 768H478V0H225.807C210.34 130.977 192.316 432.598 134.977 586.357Z' fill='%2300256C'/%3E%3C/svg%3E");
    background-position: 100% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .value-ticketing-cont .inner .bg .mo {
    position: absolute;
    top: -336.24px;
    left: 0;
    width: 230.00064px;
    height: 1062.08064px;
  }
  .value-ticketing-cont .inner .bg .pc {
    position: absolute;
    top: -43.728px;
    right: 0;
    width: 900px;
    height: 553.00032px;
  }
  .value-city {
    margin-top: 200px;
  }
  .value-city-cont {
    position: relative;
    width: 939.99936px;
    margin: 100px auto 0;
  }
  .value-city-cont .box-shadow {
    overflow: hidden;
    box-shadow: 0 6px 20.00064px 0 rgba(0, 0, 0, 0.18);
    border-radius: 20.00064px;
  }
  .value-city-cont .pc {
    position: absolute;
    top: 915.48096px;
    left: 50%;
    width: 939.99936px;
    height: 549.16032px;
    margin-left: -473.83872px;
    opacity: 0;
    transform: scale(0);
    transition: 1.6s ease-out;
  }
  .value-city-cont.on .pc {
    opacity: 1;
    transform: scale(1);
  }
  .value-city-cont .pc::after {
    content: "";
    position: absolute;
    top: 223.2768px;
    left: 739.00032px;
    width: 302.00064px;
    height: 103.83936px;
    background-color: #00256c;
  }
  .value-city-cont .pc span {
    box-shadow: 0 3.99936px 39.99936px 0 rgba(0, 0, 0, 0.1);
  }
  .value-app {
    margin-top: 200px;
    padding-top: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='1344' viewBox='0 0 100 1344' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='1344' fill='%23F2F7FF'/%3E%3C/svg%3E%0A");
    background-size: 99.99936px 1344px;
    background-repeat: repeat-x;
  }
  .value-app-cont {
    position: relative;
    width: 1482px;
    height: 3772.40064px;
    margin: 100px auto 0;
  }
  .value-app-cont .mo {
    position: absolute;
    width: 372px;
    height: 812.00064px;
  }
  .value-app-cont .mo:nth-child(1) {
    top: 0;
    left: 0;
  }
  .value-app-cont .mo:nth-child(2) {
    top: 596.00064px;
    left: 655.00032px;
  }
  .value-app-cont .mo:nth-child(3) {
    top: 471.99936px;
    right: 0;
  }
  .value-app-cont .mo:nth-child(5) {
    top: 1606.40064px;
    left: 147.00096px;
  }
  .value-app-cont .mo:nth-child(6) {
    top: 1606.40064px;
    left: 571.00032px;
    height: 2166px;
  }
  .value-app-cont p {
    position: absolute;
    top: 1702.40064px;
    left: 993.40032px;
    font-size: 20.00064px;
    color: #606168;
  }
  .work-v .inner > span {
    color: #343434;
  }
  .work-v .app-award {
    background-image: url(/images/img_award_type2.png);
  }
  .box-object .object1 {
    position: absolute;
    left: 1145px;
    top: 198px;
    width: 283px;
    height: 612px;
  }
  .box-object .object2 {
    position: absolute;
    left: 1462px;
    top: 296px;
    width: 283px;
    height: 612px;
  }
}