@charset "UTF-8";
.work-v.work_2 .work-v-bg {
  background-image: url(/images/work/2023_samsungcard_sm/work_v.png);
}

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

.work-section .work-mock-up {
  margin-top: 10.4167vw;
}

.work-section [class*=mock-up-] {
  position: relative;
}

.work-section [class*=mock-up-] > span {
  display: block;
  width: 19.5313vw;
  height: 40.8333vw;
  border: 0.1042vw solid #000;
  border-radius: 2.0833vw;
  overflow: hidden;
}

.work-section [class*=mock-up-s] > span {
  display: block;
  width: 14.7396vw;
  height: 30.5208vw;
  border: 0.0521vw solid #000;
  border-radius: 2.0833vw;
  overflow: hidden;
}

.work-section .w-friends {
  position: absolute;
  top: 8.5417vw;
  left: 50%;
  margin-left: -11.9271vw;
  width: 23.8542vw;
  height: 17.0313vw;
}

.work-section .kb-ov + .kb-ov {
  margin-left: 4.6875vw;
}

.work-container .work-v .work-v-bg img {
  display: none;
}

.work-container .work-v .work-v-bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -180px;
  width: 1251px;
  height: 930px;
  margin-left: 50px;
  transform: translateX(-50%);
  background: url(/images/work/2023_samsungcard_sm/visual-img.png) no-repeat 0 0/100% auto;
}

.approach {
  position: relative;
  height: 31.0417vw;
  margin-top: 5.2083333333vw;
}

.approach .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26.0417vw;
  height: 26.0417vw;
  margin: -13.0208vw 0 0 -13.0208vw;
  border: 1px solid #0029d2;
  border-radius: 100%;
}

.approach .samsung {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.375vw;
  height: 9.375vw;
  margin: -4.6875vw 0 0 -4.6875vw;
}

.approach .circle .item {
  position: absolute;
  width: 9.375vw;
  height: 9.375vw;
  font-size: 1.25vw;
  border: 1px solid #0029d2;
  border-radius: 100%;
  background-color: #fff;
}

.approach .circle .item:nth-child(1) {
  top: 0;
  left: 0;
}

.approach .circle .item:nth-child(2) {
  top: 0;
  right: 0;
}

.approach .circle .item:nth-child(3) {
  bottom: 0;
  left: 0;
}

.approach .circle .item:nth-child(4) {
  bottom: 0;
  right: 0;
}

.approach .circle .item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 130%;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  color: #101010;
  transform: translate3d(-50%, -50%, 0);
}

.approach .circle .app-icon {
  position: absolute;
  width: 5.2083vw;
  height: 5.2083vw;
}

.approach .circle .app-icon:nth-child(5) {
  top: -2.6042vw;
  left: 50%;
  transform: translateX(-50%);
}

.approach .circle .app-icon:nth-child(6) {
  top: 50%;
  right: -2.6042vw;
  transform: translateY(-50%);
}

.approach .circle .app-icon:nth-child(7) {
  bottom: -2.6042vw;
  left: 50%;
  transform: translateX(-50%);
}

.approach .circle .app-icon:nth-child(8) {
  top: 50%;
  left: -2.6042vw;
  transform: translateY(-50%);
}

.approach .list-group {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55.8333vw;
  height: 20.3125vw;
  transform: translate3d(-50%, -50%, 0);
}

.approach .list-group .item {
  position: absolute;
  font-size: 1.0416666667vw;
}

.approach .list-group .item h4 {
  display: none;
  font-size: 1.0416666667vw;
  font-weight: 700;
  color: #343434;
}

.approach .list-group ul li {
  position: relative;
  line-height: 160%;
  padding-left: 0.7292vw;
  font-size: 1.0417vw;
}

.approach .list-group ul li::before {
  content: "";
  position: absolute;
  top: 0.6208vw;
  left: 0;
  width: 0.2083vw;
  height: 0.2083vw;
  background-color: #000;
  border-radius: 100%;
}

.approach .list-group .item:nth-child(1) {
  top: 0;
  left: 0;
}

.approach .list-group .item:nth-child(2) {
  top: 0;
  right: 0;
}

.approach .list-group .item:nth-child(3) {
  bottom: 0;
  right: 0;
}

.approach .list-group .item:nth-child(4) {
  bottom: 0;
  left: 0;
}

.service-concept {
  position: relative;
  width: 61.4583vw;
  height: 18.3333vw;
  margin: 10.4166666667vw auto 0;
}

.service-concept::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.1041666667vw;
  background-color: #0029d2;
  transition: width 0.5s ease;
}

.service-concept .item {
  position: absolute;
  left: 0;
  opacity: 0;
}

.service-concept .item:nth-child(1) {
  top: 0;
  transition: 1s ease;
}

.service-concept .item:nth-child(2) {
  bottom: 0;
  transition: 1.5s ease;
}

.service-concept .item:nth-child(3) {
  top: 0;
  transition: 2s ease;
}

.service-concept .item:nth-child(4) {
  bottom: 0;
  transition: 2.5s ease;
}

.service-concept .item::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.7292vw;
  height: 0.7292vw;
  background-color: #0029d2;
  border-radius: 100%;
  transform: translateX(-50%);
}

.service-concept .item:nth-child(1)::before,
.service-concept .item:nth-child(3)::before {
  top: 8.9021vw;
}

.service-concept .item:nth-child(2)::before,
.service-concept .item:nth-child(4)::before {
  bottom: 8.7521vw;
}

.service-concept .item .lb {
  display: block;
  width: 10.4167vw;
  height: 2.8125vw;
  line-height: 2.8125vw;
  margin: 0 auto;
  border: 2px solid #0029d2;
  border-radius: 2.8125vw;
  font-size: 1.25vw;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.service-concept .item .val {
  display: block;
  line-height: 150%;
  margin-top: 1.0417vw;
  font-size: 1.0417vw;
  color: #000;
  text-align: center;
}

.service-concept.on::after {
  width: 100%;
}

.service-concept.on .item {
  opacity: 1;
}

.service-concept.on .item:nth-child(1) {
  left: 7.7083vw;
}

.service-concept.on .item:nth-child(2) {
  left: 17.3958vw;
}

.service-concept.on .item:nth-child(3) {
  left: 30vw;
}

.service-concept.on .item:nth-child(4) {
  left: 39.2188vw;
}

.proposal-step {
  position: relative;
  margin-top: 10.4166666667vw;
}

.proposal-step::after {
  content: "";
  position: absolute;
  top: 3.4229vw;
  left: 50%;
  width: 36.4583vw;
  height: 7.8125vw;
  margin-left: -17.6291vw;
  background: url(/images/work/2023_samsungcard_sm/work_04_09.png) 51% 40% no-repeat;
  background-size: 36.4583vw 7.8125vw;
  opacity: 0;
  scale: 0;
  transition: 3s ease-out;
  transform-origin: 0 50%;
}

.proposal-step .item {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s ease-out;
}

.proposal-step.on::after {
  opacity: 1;
  scale: 1;
}

.proposal-step.on .item {
  opacity: 1;
  transform: translateX(0);
}

.proposal-step .item:nth-child(2) {
  transition-delay: 1s;
}

.proposal-step .item:nth-child(3) {
  transition-delay: 2s;
}

.proposal-step .item + .item {
  margin-left: 3.125vw;
}

.proposal-step .item .lb {
  display: block;
  font-size: 1.0417vw;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.proposal-step .item .val {
  display: block;
  margin-top: 11.1979vw;
  line-height: 160%;
  font-size: 1.0417vw;
  color: #000;
  text-align: center;
}

.work-bottom.work_04 .work-bottom-bg {
  background-image: url(/images/work/2023_samsungcard_sm/work_bg.png);
  background-size: contain;
}

@media (max-width: 1280px) {
  .work-section [class*=mock-up-] > span {
    width: 258px;
    height: 564px;
    border-radius: 40px;
  }
  .work-section .mock-up-1.kb-ov {
    margin-left: 0;
  }
  .work-section .work-mock-up {
    margin-top: 80px;
  }
  .mock-up-s-2,
  .mock-up-s-3 {
    display: none;
  }
  .kb-concept {
    margin-top: 40px;
  }
  .kb-concept.w-flex {
    display: block;
  }
  .kb-advan {
    width: auto;
    height: auto;
    margin-top: 40px;
  }
  .kb-advan-group {
    display: none;
  }
  .work-section .mock-up-advan-1 span {
    height: 644px;
  }
  .kb-etc-guide.w-flex {
    display: block;
    width: auto;
  }
  .page-work .work-container .work-v .work-v-bg::after {
    display: none;
  }
  .page-work .work-container .work-v .work-v-bg img {
    display: block;
    position: absolute;
    bottom: -10vh;
    left: 50%;
    width: auto;
    height: 70vh;
    transform: translateX(-50%);
  }
  
  .work-section .mo_h4 {
    line-height: 160%;
    font-size: 18px;
    color: var(--black2, #606168);
  }
  .work-section .approach_mo_h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--black2, #606168);
  }
  .approach {
    display: flex;
    flex-direction: column;
    padding-top: 103px;
    margin-top: 0;
    height: auto;
  }
  .approach .samsung {
    top: 26%;
    left: 43%;
    width: 84px;
    height: 84px;
  }
  .approach .circle {
    position: relative;
    top: initial;
    left: initial;
    width: 279px;
    height: 277px;
    margin: 0 auto;
  }
  .approach .circle .item {
    width: 84px;
    height: 84px;
  }
  .approach .circle .item span {
    font-size: 14px;
  }
  .approach .circle .app-icon {
    width: 46px;
    height: 46px;
  }
  .approach .circle .app-icon:nth-child(5) {
    height: 46.5px;
    top: -23px;
  }
  .approach .circle .app-icon:nth-child(6) {
    right: -23px;
  }
  .approach .circle .app-icon:nth-child(7) {
    bottom: -23px;
  }
  .approach .circle .app-icon:nth-child(8) {
    left: -23px;
  }
  .approach .list-group {
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    height: auto;
    margin-top: 73px;
    transform: translate3d(0, 0, 0);
    align-self: center;
  }
  .approach .list-group .item {
    position: relative;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
  }
  .approach .list-group .item + .item {
    margin-top: 10px;
  }
  .approach .list-group .item h4 {
    display: block;
    line-height: 150%;
    font-weight: 600;
  }
  .approach .list-group ul li {
    line-height: 140%;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 400;
    color: var(--black2, #606168);
  }
  .approach .list-group ul li::before {
    top: 12px;
    width: 3px;
    height: 3px;
  }
  .service-concept {
    width: auto;
    height: 800px;
    padding-top: 60px;
    margin-top: 80px;
  }
  .service-concept::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 0;
  }
  .service-concept .item {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    width: 50%;
    margin-left: 50%;
    margin-top: 57px;
  }
  .service-concept .item:nth-child(odd) {
    margin-left: 0;
    text-align: right;
  }
  .service-concept .item::before {
    top: 15px !important;
    left: initial;
    right: initial;
    bottom: initial !important;
    width: 10px;
    height: 10px;
  }
  .service-concept .item:nth-child(even)::before {
    left: 0;
  }
  .service-concept .item:nth-child(odd)::before {
    right: -11px;
  }
  .service-concept .item .lb {
    display: inline-block;
    width: 142px;
    height: 38px;
    margin-left: 12px;
    line-height: 38px;
    font-size: 18px;
  }
  .service-concept .item .val {
    margin-left: 25px;
    font-size: 16px;
    text-align: left;
  }
  .service-concept .item:nth-child(odd) .lb {
    margin-right: 12px;
  }
  .service-concept .item:nth-child(odd) .val {
    margin-right: 25px;
    text-align: right;
  }
  .service-concept.on::after {
    width: 2px;
    height: 100%;
  }
  .proposal-step.w-flex {
    flex-direction: column;
    margin-top: 100px;
  }
  .proposal-step .inner {
    flex-direction: column;
    align-self: center;
    height: 578px;
    padding-left: 122px;
  }
  .proposal-step .item + .item {
    margin-top: 170px;
    margin-left: 0;
  }
  .proposal-step .item.item2 {
    margin-top: 149px;
  }
  .proposal-step .item.item3 {
    margin-top: 165px;
  }
  .proposal-step .item .lb {
    line-height: 160%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
  }
  .proposal-step .item .val {
    margin-top: 2px;
    line-height: 150%;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: var(--black2, #606168);
  }
  .proposal-step .item .val strong {
    font-weight: 700;
  }
  .proposal-step::after {
    top: -53px;
    left: 50%;
    width: 570px;
    height: 122px;
    margin-left: -110px;
    transform: rotate(90deg);
    background-size: 570px 122px;
  }
}
/* 1920px WIDE 대응 */
@media screen and (min-width: 1921px) {
  .work-v.work_2 .work-v-bg {
    background-image: url(/images/work/2023_samsungcard_sm/work_v.png);
  }
  .work-section .work-mock-up {
    margin-top: 200.00064px;
  }
  .work-section [class*=mock-up-] {
    position: relative;
  }
  .work-section [class*=mock-up-] > span {
    display: block;
    width: 375.00096px;
    height: 783.99936px;
    border: 2.00064px solid #000;
    border-radius: 39.99936px;
    overflow: hidden;
  }
  .work-section [class*=mock-up-s] > span {
    display: block;
    width: 283.00032px;
    height: 585.99936px;
    border: 1.00032px solid #000;
    border-radius: 39.99936px;
    overflow: hidden;
  }
  .work-section .w-friends {
    position: absolute;
    top: 164.00064px;
    left: 50%;
    margin-left: -229.00032px;
    width: 458.00064px;
    height: 327.00096px;
  }
  .work-section .kb-ov + .kb-ov {
    margin-left: 90px;
  }
  .approach {
    position: relative;
    height: 596.00064px;
    margin-top: 100px;
  }
  .approach .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500.00064px;
    height: 500.00064px;
    margin: -249.99936px 0 0 -249.99936px;
    border: 1px solid #0029d2;
    border-radius: 100%;
  }
  .approach .samsung {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
  }
  .approach .circle .item {
    position: absolute;
    width: 180px;
    height: 180px;
    font-size: 24px;
    border: 1px solid #0029d2;
    border-radius: 100%;
    background-color: #fff;
  }
  .approach .circle .item:nth-child(1) {
    top: 0;
    left: 0;
  }
  .approach .circle .item:nth-child(2) {
    top: 0;
    right: 0;
  }
  .approach .circle .item:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .approach .circle .item:nth-child(4) {
    bottom: 0;
    right: 0;
  }
  .approach .circle .item span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    line-height: 130%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #101010;
    transform: translate3d(-50%, -50%, 0);
  }
  .approach .circle .app-icon {
    position: absolute;
    width: 99.99936px;
    height: 99.99936px;
  }
  .approach .circle .app-icon:nth-child(5) {
    top: -50.00064px;
    left: 50%;
    transform: translateX(-50%);
  }
  .approach .circle .app-icon:nth-child(6) {
    top: 50%;
    right: -50.00064px;
    transform: translateY(-50%);
  }
  .approach .circle .app-icon:nth-child(7) {
    bottom: -50.00064px;
    left: 50%;
    transform: translateX(-50%);
  }
  .approach .circle .app-icon:nth-child(8) {
    top: 50%;
    left: -50.00064px;
    transform: translateY(-50%);
  }
  .approach .list-group {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1071.99936px;
    height: 390px;
    transform: translate3d(-50%, -50%, 0);
  }
  .approach .list-group .item {
    position: absolute;
    font-size: 20px;
  }
  .approach .list-group .item h4 {
    display: none;
    font-size: 20px;
    font-weight: 700;
    color: #343434;
  }
  .approach .list-group ul li {
    position: relative;
    line-height: 160%;
    padding-left: 14.00064px;
    font-size: 20.00064px;
  }
  .approach .list-group ul li::before {
    content: "";
    position: absolute;
    top: 11.91936px;
    left: 0;
    width: 3.99936px;
    height: 3.99936px;
    background-color: #000;
    border-radius: 100%;
  }
  .approach .list-group .item:nth-child(1) {
    top: 0;
    left: 0;
  }
  .approach .list-group .item:nth-child(2) {
    top: 0;
    right: 0;
  }
  .approach .list-group .item:nth-child(3) {
    bottom: 0;
    right: 0;
  }
  .approach .list-group .item:nth-child(4) {
    bottom: 0;
    left: 0;
  }
  .service-concept {
    position: relative;
    width: 1179.99936px;
    height: 351.99936px;
    margin: 200px auto 0;
  }
  .service-concept::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0029d2;
    transition: width 0.5s ease;
  }
  .service-concept .item {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  .service-concept .item:nth-child(1) {
    top: 0;
    transition: 1s ease;
  }
  .service-concept .item:nth-child(2) {
    bottom: 0;
    transition: 1.5s ease;
  }
  .service-concept .item:nth-child(3) {
    top: 0;
    transition: 2s ease;
  }
  .service-concept .item:nth-child(4) {
    bottom: 0;
    transition: 2.5s ease;
  }
  .service-concept .item::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 14.00064px;
    height: 14.00064px;
    background-color: #0029d2;
    border-radius: 100%;
    transform: translateX(-50%);
  }
  .service-concept .item:nth-child(1)::before,
  .service-concept .item:nth-child(3)::before {
    top: 170.92032px;
  }
  .service-concept .item:nth-child(2)::before,
  .service-concept .item:nth-child(4)::before {
    bottom: 168.04032px;
  }
  .service-concept .item .lb {
    display: block;
    width: 200.00064px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    border: 2px solid #0029d2;
    border-radius: 54px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  .service-concept .item .val {
    display: block;
    line-height: 150%;
    margin-top: 20.00064px;
    font-size: 20.00064px;
    color: #000;
    text-align: center;
  }
  .service-concept.on::after {
    width: 100%;
  }
  .service-concept.on .item {
    opacity: 1;
  }
  .service-concept.on .item:nth-child(1) {
    left: 147.99936px;
  }
  .service-concept.on .item:nth-child(2) {
    left: 333.99936px;
  }
  .service-concept.on .item:nth-child(3) {
    left: 576px;
  }
  .service-concept.on .item:nth-child(4) {
    left: 753.00096px;
  }
  .proposal-step {
    position: relative;
    margin-top: 200px;
  }
  .proposal-step::after {
    content: "";
    position: absolute;
    top: 65.71968px;
    left: 50%;
    width: 699.99936px;
    height: 150px;
    margin-left: -338.47872px;
    background: url(/images/work/2023_samsungcard_sm/work_04_09.png) 51% 40% no-repeat;
    background-size: 699.99936px 150px;
    opacity: 0;
    scale: 0;
    transition: 3s ease-out;
    transform-origin: 0 50%;
  }
  .proposal-step .item {
    opacity: 0;
    transform: translateX(-100%);
    transition: 1s ease-out;
  }
  .proposal-step.on::after {
    opacity: 1;
    scale: 1;
  }
  .proposal-step.on .item {
    opacity: 1;
    transform: translateX(0);
  }
  .proposal-step .item:nth-child(2) {
    transition-delay: 1s;
  }
  .proposal-step .item:nth-child(3) {
    transition-delay: 2s;
  }
  .proposal-step .item + .item {
    margin-left: 60px;
  }
  .proposal-step .item .lb {
    display: block;
    font-size: 20.00064px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  .proposal-step .item .val {
    display: block;
    margin-top: 214.99968px;
    line-height: 160%;
    font-size: 20.00064px;
    color: #000;
    text-align: center;
  }
  .work-bottom.work_04 .work-bottom-bg {
    background-image: url(/images/work/2023_samsungcard_sm/work_bg.png);
    background-size: contain;
  }
}