.flex-row {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}
.col-6:last-child {
  padding-right: 0px;
  padding-left: 10px;
}

.age-group {
  width: 100%;
  justify-content: center;
  margin-top: 32px;
}
.age-group .list {
  margin-right: 32px;
}
.age-group span {
  display: block;
  margin-right: 8px;
}

.age-a {
  background-color: #7e587e;
}

.age-b {
  background-color: #e87471;
}

.age-c {
  background-color: #08b7e9;
}

.age-d {
  background-color: #ca216b;
}

.age-e {
  background-color: #f97216;
}

.age-f {
  background-color: #6aa121;
}

.color {
  width: 32px;
  height: 32px;
  display: block;
}

/* Contents Page Top Visual */
.subCon {
  position: relative;
  overflow: hidden;
}
.subCon .sub_visual.programVisual {
  height: 480px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.subCon .sub_visual.programVisual .sub_visualTxt {
  width: 100%;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #fff;
  text-align: center;
}
.subCon .sub_visual.programVisual .sub_visualTxt p {
  font-size: 90px;
  font-weight: bold;
}

/* Contents Page Container */
.common-container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* 404 error */
.subCon.headerfix {
  padding-top: 100px;
}

.errorCon {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.errorCon h2 img {
  width: 167px;
  margin: 0 0 -25px 10px;
}
.errorCon h2 p {
  font-size: 170px;
  color: #ff8400;
}
.errorCon > p {
  margin-top: 55px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.errorCon > p span {
  color: #ff8400;
}
.errorCon span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
.errorCon .roundBtn {
  margin-top: 35px;
}

.company {
  background-image: url("/common/ko/img/content/company.jpg");
}

.join {
  background-image: url("/common/ko/img/content/servicejoin.png");
}

@media all and (max-width: 1440px) {
  .common-container {
    max-width: 1080px;
  }
  .common-container .txt p br {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  .common-container {
    padding: 0 40px;
  }
}
@media all and (max-width: 770px) {
  .common-container {
    padding: 0 5.56vw;
  }
  .common-container .txt p {
    white-space: pre-line;
  }
  .common-container .txt p br {
    display: none;
  }
}
.common-container {
  position: relative;
}
.common-container .title {
  font-size: 48px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 48px;
}
.common-container .title span {
  color: #ff7d00;
}
.common-container .title p.label-text {
  margin-top: 16px;
  font-size: 14px;
  color: #f30d0c;
}
.common-container .txt {
  margin-bottom: 48px;
}
.common-container .txt p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  color: #666;
}

#subCon1,
#subCon2,
#subCon3,
#subCon4,
#subCon5 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

#subCon1 {
  background-color: #eee;
}
#subCon1 .bar-chart p {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}
#subCon1 .bar-chart p span:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
}
#subCon1 .bar-chart p span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
}
#subCon1 .bar-chart section span {
  font-size: 24px;
  font-weight: 600;
}
#subCon1 .text-right p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
}
#subCon1 #verticalChart {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 60px;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 48px;
  /* Bar Graph Vertical Animations */
  /* Chart Line Background */
}
#subCon1 #verticalChart .column-bars {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  padding: 0 96px;
}
#subCon1 #verticalChart .bar-graph-vertical {
  display: flex;
  justify-content: center;
  /* Bar Graph Vertical */
}
#subCon1 #verticalChart .bar-graph-vertical .bar-container {
  z-index: 2;
  position: relative;
  height: 250px;
  width: 120px;
  text-align: center;
  margin-right: 32px;
}
#subCon1 #verticalChart .bar-graph-vertical .year {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
}
#subCon1 #verticalChart .bar-graph-vertical .bar {
  position: absolute;
  bottom: 40px;
  width: 120px;
  border-radius: 8px 8px 0 0;
}
#subCon1 #verticalChart .bar-graph-vertical .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 16px;
}
#subCon1 #verticalChart .bar-graph-vertical .col-a .bar {
  background-color: #ccc;
  -webkit-animation: show-col-one-vertical 0.7s 0.1s forwards;
  -moz-animation: show-col-one-vertical 0.7s 0.1s forwards;
  animation: show-col-one-vertical 0.7s 0.1s forwards;
}
#subCon1 #verticalChart .bar-graph-vertical .col-b .bar {
  background-color: #b3b3b3;
  -webkit-animation: show-col-two-vertical 0.7s 0.2s forwards;
  -moz-animation: show-col-two-vertical 0.7s 0.2s forwards;
  animation: show-col-two-vertical 0.7s 0.2s forwards;
  animation-delay: 0.7s;
}
#subCon1 #verticalChart .bar-graph-vertical .col-c .bar {
  background-color: #999999;
  -webkit-animation: show-col-three-vertical 0.7s 0.3s forwards;
  -moz-animation: show-col-three-vertical 0.7s 0.3s forwards;
  animation: show-col-three-vertical 0.7s 0.3s forwards;
  animation-delay: 1.4s;
}
#subCon1 #verticalChart .bar-graph-vertical .col-d .bar {
  background-color: #808080;
  -webkit-animation: show-col-four-vertical 0.7s 0.4s forwards;
  -moz-animation: show-col-four-vertical 0.7s 0.4s forwards;
  animation: show-col-four-vertical 0.7s 0.4s forwards;
  animation-delay: 2.1s;
}
#subCon1 #verticalChart .bar-graph-vertical .col-e .bar {
  background: #f30d0c url("/common/ko/img/content/phishing.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: show-col-five-vertical 0.7s 0.4s forwards;
  -moz-animation: show-col-five-vertical 0.7s 0.4s forwards;
  animation: show-col-five-vertical 0.7s 0.4s forwards;
  animation-delay: 2.8s;
}
@-webkit-keyframes show-col-one-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 24%;
  }
}
@-webkit-keyframes show-col-two-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 40%;
  }
}
@-webkit-keyframes show-col-three-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 63%;
  }
}
@-webkit-keyframes show-col-four-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 70%;
  }
}
@-webkit-keyframes show-col-five-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 78%;
  }
}
@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#subCon1 #verticalChart .column-lines {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(6, 52px);
  padding: 0 60px;
  padding-bottom: 40px;
  z-index: 1;
}
#subCon1 #verticalChart .column-lines .char-line {
  border-bottom: 1px solid #bbb8b8;
}
#subCon1 #horizonChart {
  width: 100%;
  height: 346px;
  padding: 60px;
  border-radius: 8px;
  background-color: #fff;
}
#subCon1 #horizonChart .bar-graph-horizon {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#subCon1 #horizonChart .bar {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#subCon1 #horizonChart .bar .fadein {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#subCon1 #horizonChart .row-a {
  -webkit-animation: show-row-one-horizon 0.7s 0.1s forwards;
  -moz-animation: show-row-one-horizon 0.7s 0.1s forwards;
  animation: show-row-one-horizon 0.7s 0.1s forwards;
  border-radius: 8px 0px 0px 8px;
}
#subCon1 #horizonChart .row-a .fadeOne {
  -webkit-animation: fade-in-one 2.2s 0.1s forwards;
  -moz-animation: fade-in-one 2.2s 0.1s forwards;
  animation: fade-in-one 2.2s 0.1s forwards;
}
#subCon1 #horizonChart .row-b {
  width: 0;
  -webkit-animation: show-row-two-horizon 0.7s 0.1s forwards;
  -moz-animation: show-row-two-horizon 0.7s 0.1s forwards;
  animation: show-row-two-horizon 0.7s 0.1s forwards;
  animation-delay: 0.7s;
}
#subCon1 #horizonChart .row-b .fadeTwo {
  opacity: 0;
  -webkit-animation: fade-in-two 2.2s 0.1s forwards;
  -moz-animation: fade-in-two 2.2s 0.1s forwards;
  animation: fade-in-two 2.2s 0.1s forwards;
  animation-delay: 0.7s;
}
#subCon1 #horizonChart .row-c {
  width: 0;
  -webkit-animation: show-row-three-horizon 0.7s 0.1s forwards;
  -moz-animation: show-row-three-horizon 0.7s 0.1s forwards;
  animation: show-row-three-horizon 0.7s 0.1s forwards;
  animation-delay: 1.4s;
}
#subCon1 #horizonChart .row-c .fadeThree {
  opacity: 0;
  -webkit-animation: fade-in-three 2.2s 0.1s forwards;
  -moz-animation: fade-in-three 2.2s 0.1s forwards;
  animation: fade-in-three 2.2s 0.1s forwards;
  animation-delay: 1.4s;
}
#subCon1 #horizonChart .row-d {
  width: 0;
  -webkit-animation: show-row-four-horizon 0.7s 0.1s forwards;
  -moz-animation: show-row-four-horizon 0.7s 0.1s forwards;
  animation: show-row-four-horizon 0.7s 0.1s forwards;
  animation-delay: 2.1s;
}
#subCon1 #horizonChart .row-d .fadeFour {
  opacity: 0;
  -webkit-animation: fade-in-four 2.2s 0.1s forwards;
  -moz-animation: fade-in-four 2.2s 0.1s forwards;
  animation: fade-in-four 2.2s 0.1s forwards;
  animation-delay: 2.1s;
}
#subCon1 #horizonChart .row-e {
  width: 0;
  -webkit-animation: show-row-five-horizon 0.7s 0.1s forwards;
  -moz-animation: show-row-five-horizon 0.7s 0.1s forwards;
  animation: show-row-five-horizon 0.7s 0.1s forwards;
  animation-delay: 2.8s;
}
#subCon1 #horizonChart .row-e .fadeFive {
  opacity: 0;
  -webkit-animation: fade-in-five 2.2s 0.1s forwards;
  -moz-animation: fade-in-five 2.2s 0.1s forwards;
  animation: fade-in-five 2.2s 0.1s forwards;
  animation-delay: 2.8s;
}
#subCon1 #horizonChart .row-f {
  width: 0;
  -webkit-animation: show-row-six-horizon 0.7s 0.1s forwards;
  -moz-animation: show-row-six-horizon 0.7s 0.1s forwards;
  animation: show-row-six-horizon 0.7s 0.1s forwards;
  border-radius: 0px 8px 8px 0px;
  animation-delay: 3.5s;
}
#subCon1 #horizonChart .row-f .fadeSix {
  opacity: 0;
  -webkit-animation: fade-in-six 2.2s 0.1s forwards;
  -moz-animation: fade-in-six 2.2s 0.1s forwards;
  animation: fade-in-six 2.2s 0.1s forwards;
  animation-delay: 3.5s;
}
@-webkit-keyframes show-row-one-horizon {
  0% {
    width: 0;
  }
  100% {
    width: 29%;
  }
}
@-webkit-keyframes show-row-two-horizon {
  0% {
    width: 0;
  }
  100% {
    width: 24%;
  }
}
@-webkit-keyframes show-row-three-horizon {
  0% {
    width: 0;
  }
  100% {
    width: 17%;
  }
}
@-webkit-keyframes show-row-four-horizon {
  0% {
    width: 0;
  }
  100% {
    width: 14%;
  }
}
@-webkit-keyframes show-row-five-horizon {
  0% {
    width: 0;
  }
  100% {
    width: 13%;
  }
}
@-webkit-keyframes show-row-six-horizon {
  0% {
    width: 0;
  }
  100% {
    width: 3%;
  }
}
@-webkit-keyframes fade-in-one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-two {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-three {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-four {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-five {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-six {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#subCon1 #donutChart {
  display: none;
}

#subCon2 .img-area {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
}
#subCon2 .img-area .img-pc {
  width: 100%;
  height: 640px;
  background-image: url("/common/ko/img/content/serviceinfo_img_02.png");
  background-size: cover;
  background-position: center;
}
#subCon2 .img-area .img-mo {
  display: none;
}
#subCon2 .img-area p {
  margin-top: 4px;
  font-size: 24px;
}

#subCon3 {
  background-color: #eee;
}
#subCon3 .img-area {
  width: 100%;
  height: 100%;
}
#subCon3 .img-area .img {
  width: 100%;
  height: 640px;
  background-image: url("/common/ko/img/content/serviceinfo_img_03.png");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

#subCon4 .icon-box-wrap {
  margin-bottom: 20px;
}
#subCon4 .icon-box-wrap .last-box {
  padding-right: 8px;
  padding-left: 0;
}
#subCon4 .icon-box {
  padding: 30px 0;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border-radius: 8px;
  justify-content: flex-start !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-left: 60px;
}
#subCon4 .circle {
  flex: 0 0 auto;
  background-color: #ff7d00;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#subCon4 .text-group {
  flex: 1 1 auto;
  padding-left: 30px;
  display: block;
}
#subCon4 .text-group p {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 16px;
}
#subCon4 .text-group span {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
}

#subCon5 {
  background-color: #eee;
}
#subCon5 .img-area {
  width: 100%;
  height: 100%;
}
#subCon5 .img-area .img {
  width: 100%;
  height: 640px;
  background-image: url("/common/ko/img/content/serviceinfo_img_04.png");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

@media all and (max-width: 1440px) {
  #subCon2 .img-area .img,
#subCon3 .img-area .img,
#subCon5 .img-area .img {
    height: 480px;
  }

  #subCon4 .icon-box {
    height: 220px;
    padding-left: 32px;
  }
  #subCon4 .circle {
    width: 140px;
    height: 140px;
  }
  #subCon4 .text-group {
    padding: 32px;
  }
  #subCon4 .text-group span {
    font-size: 16px;
  }
}
@media all and (max-width: 1080px) {
  .subCon .sub_visual.programVisual {
    height: 430px;
  }
  .subCon .sub_visual.programVisual .sub_visualTxt {
    padding: 0 40px;
  }
  .subCon .sub_visual.programVisual .sub_visualTxt p {
    font-size: 72px;
  }

  .common-container .title {
    font-size: 4.5vw;
  }
  .common-container .title p.label-text {
    font-size: 1.5vw;
  }
  .common-container .txt {
    margin-bottom: 4.5vw;
  }
  .common-container .txt p {
    font-size: 2.25vw;
  }

  #subCon1,
#subCon2,
#subCon3,
#subCon4,
#subCon5 {
    padding-top: 9.25vw;
    padding-bottom: 9.25vw;
  }

  #subCon1 .bar-chart p {
    margin-bottom: 4.5vw;
  }
  #subCon1 .bar-chart p span:nth-child(1) {
    font-size: 2.25vw;
  }
  #subCon1 .bar-chart p span:nth-child(2) {
    font-size: 1.5vw;
  }
  #subCon1 .bar-chart section span {
    font-size: 2.25vw;
  }

  #subCon2 .img-area .img {
    height: 60vw;
  }

  #subCon3 .img-area .img,
#subCon5 .img-area .img {
    height: 60vw;
  }

  #subCon4 .icon-box-wrap {
    margin-bottom: 1.5vw;
  }
  #subCon4 .icon-box-wrap .last-box {
    padding-right: 8px;
    padding-left: 0;
  }
  #subCon4 .icon-box {
    height: 18vw;
    padding-left: 2.25vw;
  }
  #subCon4 .circle {
    width: 10vw;
    height: 10vw;
  }
  #subCon4 .text-group {
    padding: 2.25vw;
  }
  #subCon4 .text-group p {
    font-size: 2vw;
    margin-bottom: 1.5vw;
  }
  #subCon4 .text-group span {
    font-size: 1.3vw;
  }
}
@media all and (max-width: 770px) {
  .flex-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .col-6 {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    margin-bottom: 3.2vw;
  }
  .col-6:last-child {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 3.2vw;
  }

  .age-group {
    margin-top: 3vw;
  }
  .age-group .list {
    margin-right: 3vw;
  }
  .age-group span {
    display: block;
    margin-right: 1vw;
    font-size: 3vw;
  }

  .color {
    width: 3vw;
    height: 3vw;
  }

  .subCon .sub_visual.programVisual {
    height: 59.72vw;
  }
  .subCon .sub_visual.programVisual .sub_visualTxt p {
    font-size: 10vw;
  }

  .common-container .title {
    font-size: 6.6vw;
    margin-bottom: 6.5vw;
  }
  .common-container .title p.label-text {
    font-size: 2.25vw;
  }
  .common-container .txt {
    margin-bottom: 6.5vw;
  }
  .common-container .txt p {
    font-size: 4.4vw;
    letter-spacing: -1px;
    white-space: pre-line;
  }

  #subCon1,
#subCon2,
#subCon3,
#subCon4,
#subCon5 {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  #subCon1 .bar-chart p {
    margin-bottom: 4.5vw;
  }
  #subCon1 .bar-chart p span:nth-child(1) {
    font-size: 3vw;
  }
  #subCon1 .bar-chart p span:nth-child(2) {
    font-size: 2vw;
  }
  #subCon1 .bar-chart section span {
    font-size: 2.25vw;
  }
  #subCon1 .text-right p {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  #subCon1 #verticalChart {
    height: 70vw;
    padding: 6.5vw 4.5vw;
    margin-bottom: 2vw;
    /* Chart Line Background */
  }
  #subCon1 #verticalChart .column-bars {
    bottom: 4vw;
    padding: 0 4vw;
  }
  #subCon1 #verticalChart .bar-graph-vertical {
    padding: 0 4vw;
    /* Bar Graph Vertical */
  }
  #subCon1 #verticalChart .bar-graph-vertical .bar-container {
    height: 50vw;
    width: 12vw;
    margin-right: 4vw;
  }
  #subCon1 #verticalChart .bar-graph-vertical .bar {
    bottom: 4vw;
    width: 12vw;
  }
  #subCon1 #verticalChart .bar-graph-vertical .bar::after {
    font-size: 2vw;
    top: 2vw;
  }
  #subCon1 #verticalChart .column-lines {
    bottom: 4vw;
    grid-template-rows: repeat(6, 10vw);
    padding: 0 4.5vw;
  }
  #subCon1 #horizonChart {
    display: none;
  }
  #subCon1 #donutChart {
    margin-bottom: 2vw;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6.5vw 4.5vw;
  }
  #subCon1 #donutChart canvas {
    padding: 2.5vw;
  }
  #subCon1 #donutChart .chart-wrap {
    box-sizing: border-box;
    width: 100%;
  }
  #subCon1 #donutChart .age-group {
    flex-direction: row;
  }
  #subCon1 #donutChart .age-group .list {
    flex-direction: row;
  }

  #subCon2 p.label-text {
    font-size: 12px;
    color: #f30d0c;
  }
  #subCon2 .img-area .img-pc {
    display: none;
  }
  #subCon2 .img-area .img-mo {
    position: relative;
    display: block;
  }
  #subCon2 .img-area .img-mo .swiper {
    margin: 2.78vw auto;
    width: 100%;
    height: 145vw;
  }
  #subCon2 .img-area .img-mo .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #subCon2 .img-area .img-mo .swiper-pagination {
    position: absolute;
    bottom: 2.78vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #subCon2 .img-area .img-mo .swiper-pagination span {
    margin: 1.2vw;
    width: 2.4vw;
    height: 2.4vw;
  }
  #subCon2 .img-area .img-mo .swiper-pagination-bullet-active {
    background: #ff7d00;
  }
  #subCon2 .img-area .img-mo .subConImg-01 {
    background-image: url("/common/ko/img/content/m_serviceinfo_img_02_1.png");
    background-size: cover;
    background-position: bottom;
  }
  #subCon2 .img-area .img-mo .subConImg-02 {
    background-image: url("/common/ko/img/content/m_serviceinfo_img_02_2.png");
    background-size: cover;
    background-position: bottom;
  }
  #subCon2 .img-area .img-mo .subConImg-03 {
    background-image: url("/common/ko/img/content/m_serviceinfo_img_02_3.png");
    background-size: cover;
    background-position: bottom;
  }
  #subCon2 .img-area p {
    font-size: 3.2vw;
  }

  #subCon3 .img-area .img {
    background-image: url("/common/ko/img/content/m_serviceinfo_img_03.png");
  }

  #subCon4 .icon-box-wrap {
    margin-bottom: 0;
  }
  #subCon4 .icon-box-wrap .last-box {
    padding-right: 1.6vw;
  }
  #subCon4 .icon-box-wrap:last-child() {
    margin-bottom: 2.25vw;
  }
  #subCon4 .icon-box {
    height: 32vw;
    padding-left: 4.5vw;
    flex-direction: row;
  }
  #subCon4 .circle {
    width: 16vw;
    height: 16vw;
  }
  #subCon4 .circle img {
    width: 8vw;
  }
  #subCon4 .text-group {
    flex: 1 1 auto;
    padding: 4.5vw;
  }
  #subCon4 .text-group p {
    font-size: 4.4vw;
    margin-bottom: 2vw;
  }
  #subCon4 .text-group span {
    font-size: 3vw;
  }

  #subCon5 .img-area .img {
    background-position: 40% 35%;
  }

  #donutChart canvas {
    padding: 6.5vw;
  }

  .errorCon {
    padding-top: 16.67vw;
    padding-bottom: 16.67vw;
  }
  .errorCon h2 img {
    width: 32.5vw;
    margin: 0 0 -4.17vw 2.36vw;
  }
  .errorCon h2 p {
    font-size: 30.56vw;
  }
  .errorCon > p {
    margin-top: 11.11vw;
    font-size: 5.56vw;
  }
  .errorCon > span {
    margin-top: 2.78vw;
    font-size: 3.61vw;
    line-height: 1.5;
  }
  .errorCon .roundBtn {
    margin-top: 9.72vw;
  }
}

/*# sourceMappingURL=contents.css.map */
