@charset "UTF-8";
/**************************************** 비즈니스 시작*/
.bui__top_wrap {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
  margin-bottom: 50px;
}
.bui__top_wrap .sub__main_title {
  margin-bottom: 0;
}
.bui__top_wrap .cap {
  margin-top: 45px;
  font-size: 1.25rem;
  word-break: keep-all;
}

.bui__s2_con_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 40px 50px;
  border: 1px solid #e6e6e6;
}

.bui__s2_con1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bui__s2_con1 .con_wrap {
  padding: 70px;
}
.bui__s2_con1 .con_wrap ul {
  position: relative;
  width: 395px;
  height: 340px;
  background-image: url(/img/sub02/buisness__sec2_img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bui__s2_con1 .con_wrap ul .middle {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bui__s2_con1 .con_wrap ul .middle .title {
  font-size: 2.8125rem;
  font-weight: 900;
}
.bui__s2_con1 .con_wrap ul .middle .subtitle {
  position: relative;
  font-size: 1.875rem;
  font-weight: 900;
  z-index: 1;
  margin-bottom: 10px;
}
.bui__s2_con1 .con_wrap ul .middle .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 22px;
  background-color: #ffe100;
}
.bui__s2_con1 .con_wrap ul .con {
  position: absolute;
  background-color: #f6f6f6;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: 1s;
  transition: 1s;
}
.bui__s2_con1 .con_wrap ul .con .num {
  font-size: 1.125rem;
  font-weight: 800;
  opacity: 0.25;
}
.bui__s2_con1 .con_wrap ul .con .title {
  font-size: 1.625rem;
  font-weight: 700;
}
.bui__s2_con1 .con_wrap ul .con.con1 {
  top: 0;
  left: 10%;
}
.bui__s2_con1 .con_wrap ul .con.con2 {
  top: 0;
  right: 10%;
}
.bui__s2_con1 .con_wrap ul .con.con3 {
  top: 50%;
  left: -15%;
}
.bui__s2_con1 .con_wrap ul .con.con4 {
  top: 50%;
  right: -15%;
}
.bui__s2_con1 .con_wrap ul .con.con5 {
  -webkit-transform: translateY(50%) scale(0);
          transform: translateY(50%) scale(0);
  bottom: 0;
  left: 10%;
}
.bui__s2_con1 .con_wrap ul .con.con5.animated {
  -webkit-transform: translateY(50%) scale(1);
          transform: translateY(50%) scale(1);
}
.bui__s2_con1 .con_wrap ul .con.con6 {
  -webkit-transform: translateY(50%) scale(0);
          transform: translateY(50%) scale(0);
  bottom: 0;
  right: 10%;
}
.bui__s2_con1 .con_wrap ul .con.con6.animated {
  -webkit-transform: translateY(50%) scale(1);
          transform: translateY(50%) scale(1);
}
.bui__s2_con1 .con_wrap ul .con.animated {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.bui__s2_con1 .cap {
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
  color: #aaaaaa;
}

.bui__s2_con2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bui__s2_con2 .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.bui__s2_con2 .title_wrap .title {
  font-size: 2.8125rem;
  font-weight: 900;
}
.bui__s2_con2 .title_wrap .subtitle {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #aaaaaa;
  margin-bottom: 15px;
}
.bui__s2_con2 .title_wrap .cap {
  font-size: 1.875rem;
  font-weight: 900;
}
.bui__s2_con2 .con_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.bui__s2_con2 .con_wrap .con {
  position: relative;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100%;
  padding: 20px;
}
.bui__s2_con2 .con_wrap .con.con2 {
  background-color: #ffe100;
}
.bui__s2_con2 .con_wrap .con .title {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bui__s2_con2 .con_wrap .con .title span {
  font-style: italic;
  opacity: 0.4;
  font-weight: 700;
  font-size: 1rem;
}
.bui__s2_con2 .con_wrap .con .cap {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
.bui__s2_con2 .con_wrap .con .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background-image: url(/img/sub02/buisness__sec2_img02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: circulation 10s infinite linear;
          animation: circulation 10s infinite linear;
}
.bui__s2_con2 .con_wrap .con .back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 100%;
}
.bui__s2_con2 .con_wrap .con .back.type2::after {
  content: "";
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.bui__s2_con2 .con_wrap .arrow {
  width: 80px;
  height: 145px;
  background-image: url(/img/sub02/buisness__sec2_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes circulation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes circulation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bui__s3_con_wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.bui__s3_con_title {
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.bui__s3_con_lt {
  padding: 50px;
  border-right: 1px solid #e6e6e6;
}

.bui__s3_con_rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.bui__s3_con_rt > div {
  height: 100%;
  padding: 50px;
}
.bui__s3_con_rt .top .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.bui__s3_con_rt .top .con figure {
  position: relative;
  padding-bottom: 70px;
}
.bui__s3_con_rt .top .con figure:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  height: 44px;
  background-image: url(/img/sub02/buisness__sec3_img04.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bui__s3_con_rt .top .con .arrow {
  width: 55px;
  height: 95px;
  background-image: url(/img/sub02/buisness__sec2_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bui__s3_con_rt .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fffdf2;
}
.bui__s3_con_rt .bottom .con ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.bui__s3_con_rt .bottom .con ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bui__s3_con_rt .bottom .con ul li .subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  opacity: 0.6;
  margin-bottom: 25px;
}
.bui__s3_con_rt .bottom .con ul li .rate {
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.bui__s3_con_rt .bottom .con ul li .rate::before {
  content: "";
  width: 100%;
  height: 25px;
  background-color: #ffe100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.bui__s3_con_rt .bottom .con ul li .result {
  font-size: 1.625rem;
  font-weight: 800;
}

.bui__s4_con_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding: 80px 20px;
  border: 1px solid #e6e6e6;
}

/**************************************** 비즈니스 끝*/
@media screen and (max-width: 1440px) {
  .bui__top_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .bui__top_wrap .sub__main_title.wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1240px) {
  .bui__s2_con_wrap {
    padding: 30px;
  }
  .bui__s2_con1 .con_wrap {
    padding: 60px;
  }
  .bui__s2_con1 .con_wrap ul {
    position: relative;
    width: 335px;
    height: 290px;
  }
  .bui__s2_con1 .con_wrap ul .middle .title {
    font-size: 1.875rem;
    font-weight: 900;
  }
  .bui__s2_con1 .con_wrap ul .middle .subtitle {
    font-size: 1.5625rem;
    margin-bottom: 0;
  }
  .bui__s2_con1 .con_wrap ul .middle .subtitle::before {
    height: 20px;
  }
  .bui__s2_con1 .con_wrap ul .con {
    width: 115px;
    height: 115px;
  }
  .bui__s2_con1 .con_wrap ul .con .num {
    font-size: 1.0625rem;
  }
  .bui__s2_con1 .con_wrap ul .con .title {
    font-size: 1.375rem;
  }
  .bui__s2_con2 .title_wrap .subtitle {
    font-size: 1.0625rem;
  }
  .bui__s2_con2 .title_wrap .cap {
    font-size: 1.875rem;
  }
  .bui__s2_con2 .con_wrap .con {
    width: 180px;
    height: 180px;
    row-gap: 10px;
    padding: 20px;
  }
  .bui__s2_con2 .con_wrap .arrow {
    width: 50px;
    height: 90px;
  }
  .bui__s3_con_lt {
    padding: 30px;
  }
  .bui__s3_con_rt > div {
    padding: 30px;
  }
  .bui__s3_con_rt .bottom .con ul li .subtitle {
    font-size: 1.0625rem;
  }
  .bui__s3_con_rt .bottom .con ul li .rate {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .bui__top_wrap {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 30px;
  }
  .bui__top_wrap .cap br {
    display: none;
  }
  .bui__s2_con_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .bui__s3_con_wrap {
    grid-template-columns: 1fr;
  }
  .bui__s3_con_lt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .bui__s2_con_wrap {
    padding: 80px 30px;
    row-gap: 80px;
  }
  .bui__s2_con1 .title_wrap {
    margin-bottom: 40px;
  }
  .bui__s2_con1 .con_wrap {
    width: 265px;
    height: 230px;
    padding: 0;
  }
  .bui__s2_con1 .con_wrap ul {
    width: 100%;
    height: 100%;
  }
  .bui__s2_con1 .cap {
    margin-top: 60px;
  }
  .bui__s2_con2 .title_wrap {
    margin-bottom: 30px;
  }
  .bui__s2_con2 .title_wrap .subtitle {
    font-size: 1.0625rem;
  }
  .bui__s2_con2 .title_wrap .cap {
    font-size: 1.625rem;
  }
  .bui__s2_con2 .con_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bui__s2_con2 .con_wrap .con {
    width: 180px;
    height: 180px;
    row-gap: 10px;
    padding: 20px;
  }
  .bui__s2_con2 .con_wrap .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 50px;
    height: 90px;
  }
  .bui__s3_con_rt .top .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .bui__s3_con_rt .top .con figure {
    position: relative;
    padding-bottom: 75px;
  }
  .bui__s3_con_rt .top .con .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 55px;
    height: 95px;
  }
  .bui__s3_con_rt .bottom .con ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
  .bui__s3_con_rt .bottom .con ul li .subtitle {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .bui__s3_con_rt .bottom .con ul li .rate {
    font-size: 1.875rem;
  }
  .bui__s3_con_rt .bottom .con ul li .rate::before {
    height: 15px;
  }
  .bui__s3_con_rt .bottom .con ul li .result {
    font-size: 1.25rem;
  }
  .bui__s3_con_title {
    font-size: 1.625rem;
    text-align: center;
  }
  .bui__s4_con_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 540px) {
  .sec3.blank {
    padding-top: 0;
  }
  .sec4.blank.end {
    padding-top: 0;
  }
  .bui__top_wrap .sub__main_title {
    margin-bottom: 0;
  }
  .bui__top_wrap .cap {
    margin-top: 20px;
    font-size: 1.0625rem;
    word-break: keep-all;
  }
  .bui__s2_con_wrap {
    padding: 80px 30px 55px;
    row-gap: 60px;
  }
  .bui__s2_con1 .title_wrap {
    margin-bottom: 40px;
  }
  .bui__s2_con1 .con_wrap {
    width: 210px;
    height: 190px;
    padding: 0;
  }
  .bui__s2_con1 .con_wrap ul {
    width: 100%;
    height: 100%;
  }
  .bui__s2_con1 .con_wrap ul .middle .title {
    font-size: 1.5rem;
  }
  .bui__s2_con1 .con_wrap ul .middle .subtitle {
    font-size: 1.25rem;
  }
  .bui__s2_con1 .con_wrap ul .middle .subtitle::before {
    height: 12px;
  }
  .bui__s2_con1 .con_wrap ul .con {
    width: 70px;
    height: 70px;
  }
  .bui__s2_con1 .con_wrap ul .con .num {
    font-size: 1.0625rem;
  }
  .bui__s2_con1 .con_wrap ul .con .title {
    font-size: 1.0625rem;
  }
  .bui__s2_con1 .cap {
    margin-top: 60px;
  }
  .bui__s2_con2 .title_wrap .title {
    font-size: 2.1875rem;
  }
  .bui__s2_con2 .title_wrap .subtitle {
    font-size: 1.0625rem;
  }
  .bui__s2_con2 .title_wrap .cap {
    font-size: 1.625rem;
  }
  .bui__s2_con2 .con_wrap .con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bui__s3_con_rt .top .con figure {
    max-width: 300px;
    width: 100%;
    padding-bottom: 55px;
  }
  .bui__s3_con_rt .bottom .con ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .bui__s3_con_rt .bottom .con ul li .subtitle {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  .bui__s3_con_rt .bottom .con ul li .rate {
    font-size: 1.875rem;
  }
  .bui__s3_con_rt .bottom .con ul li .rate::before {
    height: 15px;
  }
  .bui__s3_con_rt .bottom .con ul li .result {
    font-size: 1.25rem;
  }
  .bui__s3_con_lt {
    max-width: 360px;
    width: 100%;
    border-right: 0;
  }
  .bui__s3_con_title {
    margin-bottom: 20px;
  }
  .bui__s4_con_wrap figure {
    max-width: 300px;
    width: 100%;
  }
}/*# sourceMappingURL=sub02.css.map */