@font-face {
  font-family: "apple";
  src: local("AppleSDGothicNeoL"), url("../../font/AppleSDGothicNeoL.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "apple";
  src: local("AppleSDGothicNeoM"), url("../../font/AppleSDGothicNeoM.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "apple";
  src: local("AppleSDGothicNeoB"), url("../../font/AppleSDGothicNeoB.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "apple";
  src: local("AppleSDGothicNeoEB"), url("../../font/AppleSDGothicNeoEB.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "apple";
  src: local("AppleSDGothicNeoH"), url("../../font/AppleSDGothicNeoH.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "GmarketSans";
  src: local("GmarketSansTTFLight"), url("../../font/GmarketSansTTFLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "GmarketSans";
  src: local("GmarketSansTTFMedium"), url("../../font/GmarketSansTTFMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "GmarketSans";
  src: local("GmarketSansTTFBold"), url("../../font/GmarketSansTTFBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "notosans";
  src: local("NotoSans-Regular"), url("../../font/NotoSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "notosans";
  src: local("NotoSans-Bold"), url("../../font/NotoSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@-webkit-keyframes box_move1 {
  from {
    left: -100px;
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    left: 400px;
    top: 700px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes box_move1 {
  from {
    left: -100px;
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    left: 400px;
    top: 700px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes box_move2 {
  from {
    left: -100px;
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    right: 150px;
    top: 750px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes box_move2 {
  from {
    left: -100px;
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    right: 150px;
    top: 750px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes box_move3 {
  from {
    left: -100px;
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    left: 400px;
    top: 700px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes box_move3 {
  from {
    left: -100px;
    top: 0px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    left: 400px;
    top: 700px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes box_move4 {
  from {
    top: 70%;
    left: 90%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    left: 20%;
    top: 20%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes box_move4 {
  from {
    top: 70%;
    left: 90%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    left: 20%;
    top: 20%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes move_icon {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes move_icon {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  from {
    margin-top: 50px;
    opacity: 0.7;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    margin-top: 50px;
    opacity: 0.7;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  #fp-nav {
    display: none !important;
  }
}
.main1 .fp-tableCell {
  display: block;
}

.main2 {
  background: url("../../img/dashboard/main_bg2.jpg") no-repeat;
  background-size: cover;
}

.main3 {
  background: url("../../img/dashboard/human_bg.png"), url("../../img/dashboard/main_bg3.jpg");
  background-size: auto, 100% 100%;
  background-position: 80% center, 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .main3 {
    background-size: 400px, 100% 100%;
    background-position: right 25px bottom 60px, 0 0;
  }
}
@media (max-width: 768px) {
  .main3 {
    background-size: 300px, 100% 100%;
  }
}
@media (max-width: 580px) {
  .main3 {
    background-size: 180px, 100% 100%;
    background-position: right 15px bottom 45px, 0 0;
  }
}
.main3 .box1 {
  background: url("../../img/dashboard/box1.png");
  width: 227px;
  height: 231px;
  position: absolute;
  top: 13%;
  left: 2%;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-name: box_move1;
          animation-name: box_move1;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main3 .box2 {
  background: url("../../img/dashboard/box2.png");
  width: 139px;
  height: 141px;
  position: absolute;
  left: 50%;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-name: box_move2;
          animation-name: box_move2;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.main4 {
  padding: 0 !important;
}
.main4 .container_wr {
  max-width: none;
}
.main4 .progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, from(#6664ff), to(#6664ff));
  background-image: linear-gradient(to right, #6664ff, #6664ff);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  bottom: 0%;
}
.main4 .progress .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.main6 {
  background: url("../../img/dashboard/main_bg6.jpg") no-repeat;
  background-size: cover;
}

.main7 {
  background: url("../../img/dashboard/main_bg7.jpg") no-repeat;
  background-size: cover;
}
.main7 .box1 {
  background: url("../../img/dashboard/box1.png");
  width: 227px;
  height: 231px;
  position: absolute;
  top: 13%;
  left: 2%;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-name: box_move3;
          animation-name: box_move3;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main7 .box2 {
  background: url("../../img/dashboard/box2.png");
  width: 139px;
  height: 141px;
  position: absolute;
  top: 70%;
  left: 90%;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-name: box_move4;
          animation-name: box_move4;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.main8 {
  background: url("../../img/dashboard/main_bg8.jpg"), url("../../img/dashboard/main_bg8_1.jpg");
  background-size: 50% 100%, 50% 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .main8 {
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .main8 .container_wr {
    padding: 0;
  }
}

.mouse_scroll_wrap {
  position: fixed;
  width: 100%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 99;
  -webkit-animation: bounding 2s infinite;
          animation: bounding 2s infinite;
}
.mouse_scroll_wrap .mouse_img_wrap {
  background: url("../../img/dashboard/mouse.png") no-repeat left/42px;
  width: 21px;
  height: 56px;
  z-index: 99999;
}
.mouse_scroll_wrap p {
  font-size: 14px;
  margin: 0 0 10px;
}

@-webkit-keyframes bounding {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes bounding {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.main1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.main1_wrap .title {
  font-size: 56px;
  font-weight: 300;
  display: block;
  font-family: GmarketSans;
}
@media (max-width: 768px) {
  .main1_wrap .title {
    font-size: 45px;
  }
}
@media (max-width: 580px) {
  .main1_wrap .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .main1_wrap .title {
    font-size: 26px;
  }
}
.main1_wrap .title::after {
  content: "";
  width: 45px;
  height: 5px;
  display: block;
  background-color: #ffd308;
  margin: 15px 5px;
}
.main1_wrap .title b {
  color: #ffd308;
}
.main1_wrap .sub_title {
  font-size: 22px;
  line-height: 36px;
  font-weight: 100;
  width: 550px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .main1_wrap .sub_title {
    font-size: 16px;
    line-height: 1.5;
    width: 80%;
  }
}
@media (max-width: 580px) {
  .main1_wrap .sub_title {
    font-size: 14px;
  }
}

.main2_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row owrap;
          flex-flow: row owrap;
  color: #fff;
}
@media (max-width: 991px) {
  .main2_wrap {
    -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;
    text-align: center;
  }
}
.main2_wrap .left_wrap {
  width: 260px;
  height: 500px;
}
@media (max-width: 991px) {
  .main2_wrap .left_wrap {
    height: auto;
    width: 100%;
  }
}
.main2_wrap .left_wrap .title {
  font-size: 38px;
  font-weight: bold;
  font-family: GmarketSans;
  line-height: 50px;
  white-space: nowrap;
}
@media (max-width: 580px) {
  .main2_wrap .left_wrap .title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.main2_wrap .right_wrap {
  margin-left: 50px;
  max-width: 1000px;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap {
    margin-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main2_wrap .right_wrap .sub_title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  word-break: keep-all;
  max-width: 750px;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .sub_title {
    font-size: 16px;
    line-height: 1.5;
    width: 80%;
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .main2_wrap .right_wrap .sub_title {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .sub_title {
    width: 100%;
  }
}
.main2_wrap .right_wrap .sub_title::before {
  content: "";
  width: 45px;
  height: 5px;
  display: block;
  background-color: #ffd308;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .sub_title::before {
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main2_wrap .right_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100px;
  font-size: 28px;
  font-weight: bold;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .title {
    height: auto;
    margin: 100px 0 30px;
  }
}
@media (max-width: 768px) {
  .main2_wrap .right_wrap .title {
    margin: 80px 0 20px;
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .title {
    margin-top: 40px;
  }
}
.main2_wrap .right_wrap .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .main2_wrap .right_wrap .icon_wrap {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .icon_wrap {
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
  }
}
@media (max-width: 768px) {
  .main2_wrap .right_wrap .icon_wrap {
    gap: 0 35px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .icon_wrap {
    gap: 0 20px;
    max-width: 350px;
  }
}
.main2_wrap .right_wrap .icon_wrap .icon .bg {
  background: url("../../img/dashboard/icon_set1.png") no-repeat;
  width: 120px;
  height: 120px;
  background-size: cover;
}
.main2_wrap .right_wrap .icon_wrap .icon .bg.bg2_wrap {
  background: url("../../img/dashboard/icon_set1.png") no-repeat -119px 0/cover;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg2_wrap {
    background-position: -100px 0;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg2_wrap {
    background-position: -80px 0;
  }
}
.main2_wrap .right_wrap .icon_wrap .icon .bg.bg3_wrap {
  background: url("../../img/dashboard/icon_set1.png") no-repeat -239px 0/cover;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg3_wrap {
    background-position: -199px 0;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg3_wrap {
    background-position: -159px 0;
  }
}
.main2_wrap .right_wrap .icon_wrap .icon .bg.bg4_wrap {
  background: url("../../img/dashboard/icon_set1.png") no-repeat -358px 0/cover;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg4_wrap {
    background-position: -298px 0;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg4_wrap {
    background-position: -239px 0;
  }
}
.main2_wrap .right_wrap .icon_wrap .icon .bg.bg5_wrap {
  background: url("../../img/dashboard/icon_set1.png") no-repeat -478px 0/cover;
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg5_wrap {
    background-position: -398px 0;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg.bg5_wrap {
    background-position: -318px 0;
  }
}
@media (max-width: 991px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .icon_wrap .icon .bg {
    width: 80px;
    height: 80px;
  }
}
.main2_wrap .right_wrap .icon_wrap p {
  text-align: center;
  font-size: 18px;
  height: 80px;
  line-height: 100px;
  font-weight: 100;
}
@media (max-width: 768px) {
  .main2_wrap .right_wrap .icon_wrap p {
    font-size: 14px;
    line-height: normal;
    height: auto;
    margin: 15px 0;
  }
}
@media (max-width: 580px) {
  .main2_wrap .right_wrap .icon_wrap p {
    font-size: 12px;
    margin: 10px 0;
  }
}

.main3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
@media (max-width: 991px) {
  .main3_wrap {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main3_wrap .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
}
@media (max-width: 991px) {
  .main3_wrap .title_wrap {
    display: block;
    height: auto;
    margin-bottom: 50px;
  }
}
.main3_wrap .title_wrap p {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 580px) {
  .main3_wrap .title_wrap p {
    font-size: 28px;
  }
}
.main3_wrap .title_wrap p:first-child {
  line-height: 30px;
  font-weight: bold;
  font-family: GmarketSans;
}
.main3_wrap .title_wrap p:nth-child(2) {
  letter-spacing: 8px;
  font-weight: bold;
  font-family: GmarketSans;
}
.main3_wrap .title_wrap p:nth-child(3) {
  font-size: 32px;
}
@media (max-width: 991px) {
  .main3_wrap .title_wrap p:nth-child(3) {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .main3_wrap .title_wrap p:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .main3_wrap .title_wrap p:nth-child(3) {
    font-size: 14px;
  }
}
.main3_wrap .title_wrap p span {
  font-size: 15px;
  color: #6664ff;
  letter-spacing: 0;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .main3_wrap .title_wrap p span {
    font-size: 14px;
  }
}
.main3_wrap .sub_title_wrap {
  font-weight: bold;
}
.main3_wrap .sub_title_wrap .only_tab {
  display: none;
}
@media (max-width: 991px) {
  .main3_wrap .sub_title_wrap {
    width: 80%;
  }
  .main3_wrap .sub_title_wrap .only_tab {
    display: block;
  }
}
@media (max-width: 991px) {
  .main3_wrap .sub_title_wrap {
    width: 90%;
  }
  .main3_wrap .sub_title_wrap .only_tab {
    display: none;
  }
}
.main3_wrap .sub_title_wrap p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 100;
  word-break: keep-all;
}
@media (max-width: 991px) {
  .main3_wrap .sub_title_wrap p {
    font-size: 18px;
    letter-spacing: normal;
  }
}
@media (max-width: 580px) {
  .main3_wrap .sub_title_wrap p {
    font-size: 14px;
  }
}
.main3_wrap .sub_title_wrap p span {
  font-weight: bold;
  color: #6664ff;
}

.main4_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
@media (max-width: 1200px) {
  .main4_wrap {
    padding: 10% 0;
  }
}
@media (max-width: 768px) {
  .main4_wrap {
    padding: 0;
  }
}
.main4_wrap .slider_wrap {
  width: 100%;
}
.main4_wrap .slick-list {
  overflow: visible;
}
.main4_wrap .slick-slide:focus {
  outline: 0;
}
.main4_wrap .title_wrap {
  text-align: center;
  letter-spacing: -1px;
  font-family: GmarketSans;
  font-weight: bold;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .main4_wrap .title_wrap {
    margin-bottom: 30px;
  }
}
.main4_wrap .title_wrap p {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 580px) {
  .main4_wrap .title_wrap p {
    font-size: 28px;
  }
}
.main4_wrap .title_wrap p:last-child {
  font-size: 18px;
  color: #6664ff;
  font-weight: 100;
  font-family: apple;
}
@media (max-width: 991px) {
  .main4_wrap .title_wrap p:last-child {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .main4_wrap .title_wrap p:last-child {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }
}
.main4_wrap .content_wrap {
  width: 100%;
  height: 540px;
}
@media (max-width: 1200px) {
  .main4_wrap .content_wrap {
    height: auto;
  }
}
.main4_wrap .content_wrap .sub_title {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  padding: 0 30px;
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .sub_title {
    width: 100%;
  }
}
.main4_wrap .content_wrap .sub_title .sub_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1570px;
  margin: 0 0 0 auto;
  line-height: 75px;
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .sub_title .sub_title_wrap {
    line-height: normal;
  }
}
.main4_wrap .content_wrap .sub_title .sub_title_wrap > p:first-child {
  font-size: 68px;
  font-weight: bold;
  text-align: center;
  font-family: GmarketSans;
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .sub_title .sub_title_wrap > p:first-child {
    font-size: 40px;
    width: 50px;
  }
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .sub_title .sub_title_wrap > p:first-child {
    font-size: 28px;
  }
}
.main4_wrap .content_wrap .sub_title .sub_title_wrap > p:first-child::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000;
  margin: 0 auto;
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .sub_title .sub_title_wrap > p:first-child::after {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.main4_wrap .content_wrap .sub_title .sub_title_wrap .right_text_wrap {
  font-size: 28px;
  font-weight: bold;
  margin: 0 20px;
  line-height: 17px;
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .sub_title .sub_title_wrap .right_text_wrap {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .sub_title .sub_title_wrap .right_text_wrap {
    font-size: 16px;
    margin: 8px;
  }
}
.main4_wrap .content_wrap .sub_title .sub_title_wrap .right_text_wrap p {
  font-family: GmarketSans;
  font-weight: bold;
  line-height: 16px;
}
.main4_wrap .content_wrap .sub_title .sub_title_wrap .right_text_wrap p:last-child {
  color: #6664ff;
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .sub_title .sub_title_wrap .right_text_wrap p:last-child {
    font-size: 14px;
    line-height: 1.5;
  }
}
.main4_wrap .content_wrap .content {
  background: #f8f8f8;
  width: 85%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  font-size: 16px;
  padding: 30px;
  z-index: 0;
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .main4_wrap .content_wrap .content {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
.main4_wrap .content_wrap .content .container_wr {
  max-width: 1470px;
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .main4_wrap .content_wrap .content .container_wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content .container_wr {
    padding: 0;
  }
}
.main4_wrap .content_wrap .content .left_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.main4_wrap .content_wrap .content .left_wrap > p {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 50px;
  word-break: keep-all;
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content .left_wrap > p {
    margin: 0 0 20px;
    font-size: 16px;
    width: 95%;
  }
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .content .left_wrap > p {
    font-size: 14px;
  }
}
.main4_wrap .content_wrap .content .left_wrap .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media all and (max-width: 1440px) {
  .main4_wrap .content_wrap .content .left_wrap .text_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content .left_wrap .text_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 50px;
  }
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .content .left_wrap .text_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main4_wrap .content_wrap .content .left_wrap .text_wrap .list_wrap {
  line-height: 2em;
  letter-spacing: -1px;
  font-size: 18px;
  font-weight: 100;
  width: 100%;
}
.main4_wrap .content_wrap .content .left_wrap .text_wrap .list_wrap p::before {
  content: "";
  display: inline-block;
  background: url("../../img/check_btn.png") no-repeat center;
  width: 20px;
  height: 16px;
  margin: 0 5px 0 0;
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .content .left_wrap .text_wrap .list_wrap p::before {
    width: 15px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content .left_wrap .text_wrap .list_wrap p {
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .main4_wrap .content_wrap .content .left_wrap .text_wrap .list_wrap p {
    line-height: 2;
    font-size: 12px;
  }
}
.main4_wrap .content_wrap .content .right_wrap {
  -webkit-transform: translate(4%, -15%);
          transform: translate(4%, -15%);
  position: relative;
}
@media (max-width: 1200px) {
  .main4_wrap .content_wrap .content .right_wrap {
    position: absolute;
    right: -30px;
    bottom: -85px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content .right_wrap {
    position: static;
  }
}
.main4_wrap .content_wrap .content .right_wrap .img_wrap {
  width: 600px;
  height: 430px;
  -webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 22px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #fff;
}
.main4_wrap .content_wrap .content .right_wrap .img_wrap .img {
  width: inherit;
  height: inherit;
}
@media (max-width: 768px) {
  .main4_wrap .content_wrap .content .right_wrap .img_wrap .img {
    display: none;
  }
}
.main4_wrap .content_wrap .content .right_wrap .img_wrap .img img {
  width: 766px;
}
@media (max-width: 1200px) {
  .main4_wrap .content_wrap .content .right_wrap .img_wrap .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .main4_wrap .content_wrap .content .right_wrap .img_wrap {
    max-width: 450px;
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content .right_wrap .img_wrap {
    max-width: 65%;
    margin: 0 20px 0 auto;
    height: 100%;
  }
}
.main4_wrap .content_wrap .content .right_wrap .next_arrow {
  background: #ffd308 url("../../img/dashboard/arrow.png") no-repeat center 70%;
  width: 160px;
  height: 120px;
  position: absolute;
  bottom: -30px;
  right: -100px;
  z-index: -1;
  cursor: pointer;
}
.main4_wrap .content_wrap .content .right_wrap .next_arrow:hover {
  background: #fed92f url("../../img/dashboard/arrow.png") no-repeat center 70%;
}
.main4_wrap .content_wrap .content .right_wrap .next_arrow:active {
  background: #e7bf05 url("../../img/dashboard/arrow.png") no-repeat center 70%;
}
@media (max-width: 1200px) {
  .main4_wrap .content_wrap .content .right_wrap .next_arrow {
    bottom: -50px;
    right: -72px;
  }
}
@media (max-width: 991px) {
  .main4_wrap .content_wrap .content .right_wrap .next_arrow {
    z-index: 0;
    bottom: auto;
    top: -30px;
    right: 0;
    width: 150px;
    height: 100px;
  }
}

.main5_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.main5_wrap .title_wrap {
  text-align: left;
  letter-spacing: -1px;
  height: 150px;
}
.main5_wrap .title_wrap p {
  font-size: 32px;
  font-weight: bold;
  font-family: GmarketSans;
}
@media (max-width: 580px) {
  .main5_wrap .title_wrap p {
    font-size: 28px;
  }
}
.main5_wrap .title_wrap p:last-child {
  font-size: 18px;
  font-weight: 100;
  color: #6664ff;
  font-family: apple;
}
@media (max-width: 991px) {
  .main5_wrap .title_wrap p:last-child {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .main5_wrap .title_wrap p:last-child {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main5_wrap .title_wrap {
    text-align: center;
    height: auto;
    width: 100%;
  }
}
.main5_wrap .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 85px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .main5_wrap .content_wrap {
    gap: 0 35px;
  }
}
.main5_wrap .content_wrap .left_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main5_wrap .content_wrap .left_wrap .human_bg3 {
  background: url("../../img/dashboard/human_bg3.png");
  width: 406px;
  height: 445px;
}
.main5_wrap .content_wrap .left_wrap .explain_wrap {
  width: 494px;
}
.main5_wrap .content_wrap .left_wrap .explain_wrap a:hover {
  text-decoration: none;
  color: #6664ff;
}
.main5_wrap .content_wrap .left_wrap .explain_wrap a p {
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
  padding: 18px 0;
  font-family: GmarketSans;
  font-weight: 300;
}
.main5_wrap .content_wrap .left_wrap .explain_wrap a p:hover::before {
  background: #6664ff;
}
.main5_wrap .content_wrap .left_wrap .explain_wrap a p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 40px;
  background: #dde0e9;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.main5_wrap .content_wrap .left_wrap .explain_wrap a p span {
  color: #c1c5ce;
  font-size: 18px;
  font-weight: 100;
  margin: 0 0 0 10px;
  font-family: apple;
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .right_wrap {
    padding: 20px 0 35px;
    margin: 0 15px;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap {
  background: #fafafa;
  height: 440px;
  padding: 60px 40px;
  position: relative;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1200px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap {
    max-height: 300px;
    padding: 20px;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap {
  text-align: left;
  letter-spacing: -1px;
  height: 120px;
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap {
    height: auto;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap p {
    font-size: 20px;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap p:last-child {
  font-size: 18px;
  color: #6664ff;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap p:last-child {
    font-size: 16px;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #6664ff;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .title_wrap::after {
    margin: 18px 0;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap .text_wrap .list_wrap {
  line-height: 3em;
  letter-spacing: -1px;
}
.main5_wrap .content_wrap .right_wrap .plan_wrap .text_wrap .list_wrap p {
  font-weight: 100;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .text_wrap .list_wrap p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .text_wrap .list_wrap p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 580px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .text_wrap .list_wrap p {
    font-size: 14px;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap .text_wrap .list_wrap p::before {
  content: "";
  display: inline-block;
  background: url("../../img/check_btn.png") no-repeat center/cover;
  width: 20px;
  height: 16px;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .right_wrap .plan_wrap .text_wrap .list_wrap p::before {
    width: 15px;
    background-size: contain;
  }
}
.main5_wrap .content_wrap .right_wrap .plan_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  background: #6664ff;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.main5_wrap .content_wrap .right_wrap .plan_wrap.plan2 .title_wrap p:last-child {
  color: #009df7;
}
.main5_wrap .content_wrap .right_wrap .plan_wrap.plan2 .title_wrap::after {
  background: #009df7;
}
.main5_wrap .content_wrap .right_wrap .plan_wrap.plan2::before {
  background: #009df7;
}
.main5_wrap .content_wrap .right_wrap .plan_wrap.plan3 .title_wrap p:last-child {
  color: #ffd308;
}
.main5_wrap .content_wrap .right_wrap .plan_wrap.plan3 .title_wrap::after {
  background: #ffd308;
}
.main5_wrap .content_wrap .right_wrap .plan_wrap.plan3::before {
  background: #ffd308;
}
@media (max-width: 991px) {
  .main5_wrap .content_wrap .slick-list {
    margin: 0 -50px;
  }
  .main5_wrap .content_wrap .slick-dots li.slick-active button:before {
    color: #6664ff;
  }
}
.main5_wrap .content_wrap .plan_on {
  display: block;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}
.main5_wrap .text_bg_s_wrap {
  background: url("../../img/dashboard/text_set.png") no-repeat 0 0;
  width: 150px;
  height: 185px;
  position: absolute;
  top: 70%;
  left: 45%;
  display: none;
}
.main5_wrap .text_bg_r_wrap {
  background: url("../../img/dashboard/text_set.png") no-repeat 54% 0;
  width: 150px;
  height: 185px;
  position: absolute;
  top: 70%;
  left: 45%;
  display: none;
}
.main5_wrap .text_bg_l_wrap {
  background: url("../../img/dashboard/text_set.png") no-repeat 106% 0;
  width: 150px;
  height: 185px;
  position: absolute;
  top: 70%;
  left: 45%;
  display: none;
}
.main5_wrap .plan_text_on {
  display: block !important;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}

.main6_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media (max-width: 1200px) {
  .main6_wrap {
    padding: 25% 0;
  }
}
@media (max-width: 768px) {
  .main6_wrap {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .main6_wrap {
    -webkit-box-pack: flex-center;
        -ms-flex-pack: flex-center;
            justify-content: flex-center;
  }
}
.main6_wrap .list_wrap {
  height: 400px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1440px) {
  .main6_wrap .list_wrap {
    width: 100%;
    height: auto;
  }
}
.main6_wrap .list_wrap .title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .main6_wrap .list_wrap .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .main6_wrap .list_wrap .title {
    text-align: center;
  }
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.main6_wrap .list_wrap .title span {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0;
  word-break: keep-all;
}
@media (max-width: 991px) {
  .main6_wrap .list_wrap .title span {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .title span {
    font-size: 14px;
    width: 85%;
    display: inline-block;
    margin: 10px auto 0;
    line-height: normal;
  }
}
.main6_wrap .list_wrap .list_section_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .main6_wrap .list_wrap .list_section_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0 10px;
  max-width: 310px;
  width: 100%;
}
@media (max-width: 991px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section {
    max-width: none;
    width: 47%;
    margin: 0;
  }
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section {
    width: 47%;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap {
  max-width: 310px;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #93949d;
  background: #191925;
}
@media (max-width: 1200px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap {
    max-width: none;
  }
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap {
    height: 120px;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img {
  background: url("../../img/dashboard/icon_set2.png") no-repeat;
  width: 66px;
  height: 85px;
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img {
    width: 40px;
    height: 44px;
    background-size: 150px;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img.solution_img2 {
  background-position: -66px 0;
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img.solution_img2 {
    background-position: -38px 0;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img.solution_img3 {
  background-position: -137px 0;
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img.solution_img3 {
    background-position: -78px 0;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img.solution_img4 {
  background-position: -198px 0;
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .img_wrap .s_img.solution_img4 {
    background-position: -118px 0;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section p {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section p {
    font-size: 16px;
    margin-top: 8px;
  }
}
.main6_wrap .list_wrap .list_section_wrap .list_section .text_wrap {
  margin: 15px 0 0 0;
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .text_wrap {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .main6_wrap .list_wrap .list_section_wrap .list_section .text_wrap {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -1px;
  }
}

.main7_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
@media (max-width: 580px) {
  .main7_wrap {
    margin-top: -10px;
  }
}
.main7_wrap .title {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -1px;
  height: 150px;
  font-family: GmarketSans;
}
@media (max-width: 768px) {
  .main7_wrap .title {
    margin-bottom: 50px;
    height: auto;
  }
}
@media (max-width: 580px) {
  .main7_wrap .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.main7_wrap .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1120px;
  gap: 10px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap {
    width: 760px;
  }
}
@media (max-width: 768px) {
  .main7_wrap .logo_wrap {
    width: 570px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap {
    width: 260px;
  }
}
.main7_wrap .logo_wrap .logo_img_wrap {
  max-width: 270px;
  width: 100%;
}
.main7_wrap .logo_wrap .logo {
  background: #fff url("../../img/dashboard/logo_set.png") no-repeat 43px 43px;
  width: 270px;
  height: 220px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo {
    width: 180px;
    height: 180px;
    background-position: 13px 40px;
    background-size: 1000px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo {
    width: 120px;
    height: 120px;
    background-position: 3px 24px;
    background-size: 700px;
  }
}
.main7_wrap .logo_wrap .logo.logo2 {
  background-position: -241px 42px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo.logo2 {
    background-position: -200px 40px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo.logo2 {
    background-position: -146px 24px;
  }
}
.main7_wrap .logo_wrap .logo.logo3 {
  display: none;
  background-position: -504px 36px;
}
.main7_wrap .logo_wrap .logo.logo4 {
  background-position: -774px 42px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo.logo4 {
    background-position: -624px 40px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo.logo4 {
    background-position: -439px 24px;
  }
}
.main7_wrap .logo_wrap .logo.logo5 {
  background-position: -1029px 33px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo.logo5 {
    background-position: -828px 34px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo.logo5 {
    background-position: -583px 24px;
  }
}
.main7_wrap .logo_wrap .logo.logo6 {
  background-position: 28px -179px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo.logo6 {
    background-position: 2px -134px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo.logo6 {
    background-position: -2px -96px;
  }
}
.main7_wrap .logo_wrap .logo.logo7 {
  background-position: -232px -186px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo.logo7 {
    background-position: -203px -134px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo.logo7 {
    background-position: -147px -100px;
  }
}
.main7_wrap .logo_wrap .logo.logo8 {
  background-position: -504px -195px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo.logo8 {
    background-position: -413px -143px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo.logo8 {
    background-position: -291px -98px;
  }
}
.main7_wrap .logo_wrap .logo.logo9 {
  background-position: -760px -183px;
}
@media (max-width: 1200px) {
  .main7_wrap .logo_wrap .logo.logo9 {
    background-position: -614px -134px;
  }
}
@media (max-width: 580px) {
  .main7_wrap .logo_wrap .logo.logo9 {
    background-position: -436px -98px;
  }
}
.main7_wrap .logo_wrap .logo.logo10 {
  display: none;
  background-position: -1029px -185px;
}

.main8_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: calc(100% - 150px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media (max-width: 991px) {
  .main8_wrap {
    -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;
    padding: 100px 0;
  }
}
@media all and (max-width: 785px) {
  .main8_wrap {
    padding: 25% 0;
    height: 100%;
  }
}
.main8_wrap .left_wrap {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 40%;
  height: 150px;
  font-family: GmarketSans;
}
@media (max-width: 991px) {
  .main8_wrap .left_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .main8_wrap .left_wrap {
    font-size: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main8_wrap .left_wrap p:first-child {
  height: 60px;
}
@media (max-width: 580px) {
  .main8_wrap .left_wrap p:first-child {
    height: auto;
  }
}
.main8_wrap .left_wrap p:last-child {
  font-size: 16px;
  font-weight: 100;
}
@media (max-width: 580px) {
  .main8_wrap .left_wrap p:last-child {
    font-size: 13px;
    line-height: 1.5;
  }
}
.main8_wrap .right_wrap {
  width: 42%;
  height: 500px;
}
@media (max-width: 991px) {
  .main8_wrap .right_wrap {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .main8_wrap .right_wrap {
    width: 100%;
  }
}
.main8_wrap .right_wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
@media (max-width: 768px) {
  .main8_wrap .right_wrap form {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
}
.main8_wrap .right_wrap form input {
  border: 1px solid #c9c9cc;
  background: none;
  width: 90%;
  height: 60px;
  color: #fff;
}
@media (max-width: 991px) {
  .main8_wrap .right_wrap form input {
    width: 100%;
  }
  .main8_wrap .right_wrap form input::-webkit-input-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form input::-moz-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form input:-ms-input-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form input::-ms-input-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form input::placeholder {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .main8_wrap .right_wrap form input {
    height: 40px;
  }
}
.main8_wrap .right_wrap form input[type=checkbox] {
  display: none;
  width: 30px;
  height: 30px;
}
.main8_wrap .right_wrap form input[type=checkbox] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 0;
}
.main8_wrap .right_wrap form input[type=checkbox]:checked + label {
  background: #fff url("../../img/check_btn.png") no-repeat;
}
.main8_wrap .right_wrap form input[type=button] {
  background: -webkit-gradient(linear, left top, right top, from(rgb(107, 86, 183)), color-stop(rgb(80, 92, 198)), to(rgb(55, 96, 212)));
  background: linear-gradient(to right, rgb(107, 86, 183), rgb(80, 92, 198), rgb(55, 96, 212));
  border: none;
  height: 80px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main8_wrap .right_wrap form input[type=button]:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(107, 86, 183, 0.3)), color-stop(rgba(80, 92, 198, 0.3)), to(rgba(55, 96, 212, 0.3)));
  background: linear-gradient(to right, rgba(107, 86, 183, 0.3), rgba(80, 92, 198, 0.3), rgba(55, 96, 212, 0.3));
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 991px) {
  .main8_wrap .right_wrap form input[type=button] {
    height: 50px;
  }
}
.main8_wrap .right_wrap form textarea {
  background: none;
  color: #fff;
  width: 90%;
  height: 150px;
}
@media (max-width: 991px) {
  .main8_wrap .right_wrap form textarea {
    width: 100%;
  }
  .main8_wrap .right_wrap form textarea::-webkit-input-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form textarea::-moz-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form textarea:-ms-input-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form textarea::-ms-input-placeholder {
    color: #fff;
  }
  .main8_wrap .right_wrap form textarea::placeholder {
    color: #fff;
  }
}
.main8_wrap .right_wrap form .agree_text {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 10px;
  cursor: pointer;
}

#logo a img {
  width: 150px;
}
@media (max-width: 768px) {
  #logo a img {
    width: 100px;
  }
}
@media (max-width: 580px) {
  #logo a img {
    width: 85px;
    margin-top: -8px;
  }
}

.ch_s {
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}

.ch_r {
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}

.ch_l {
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}

.top_button {
  position: fixed;
  background: #6664ff;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  border-radius: 50px;
  border: none;
  display: none;
  text-align: center;
}
@media (max-width: 768px) {
  .top_button {
    width: 40px;
    height: 40px;
  }
}

.top_button i {
  color: #000;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
@media (max-width: 768px) {
  .top_button i {
    font-size: 16px;
    line-height: 40px;
  }
}