@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&display=swap";
section.vcw_index .slick-slider .slick-prev {
  width: 35px;
  height: 84px;
  top: 50%;
  left: 0px;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #818594;
  -webkit-box-shadow: 8px 8px 0px #FCEEA3;
  box-shadow: 8px 8px 0px #FCEEA3;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  section.vcw_index .slick-slider .slick-prev:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    opacity: 1;
    background-image: url(../vcw_img/btn_arrow_left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .slick-slider .slick-prev {
      top: 40%;
      width: 28px;
      height: 60px;
      -webkit-box-shadow: 4px 4px 0px #FCEEA3;
      box-shadow: 4px 4px 0px #FCEEA3; }
      section.vcw_index .slick-slider .slick-prev:before {
        width: 28px;
        height: 28px; } }
  section.vcw_index .slick-slider .slick-prev:hover {
    border: 2px solid #9E0B0F;
    -webkit-box-shadow: 8px 8px 0px #FF725E;
    box-shadow: 8px 8px 0px #FF725E; }
    section.vcw_index .slick-slider .slick-prev:hover:before {
      background-image: url(../vcw_img/btn_arrow_hover_left.svg); }

section.vcw_index .slick-slider .slick-next {
  width: 35px;
  height: 84px;
  top: 50%;
  right: 0px;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #818594;
  -webkit-box-shadow: 8px 8px 0px #FCEEA3;
  box-shadow: 8px 8px 0px #FCEEA3;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  section.vcw_index .slick-slider .slick-next:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    opacity: 1;
    background-image: url(../vcw_img/btn_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .slick-slider .slick-next {
      top: 40%;
      width: 28px;
      height: 60px;
      -webkit-box-shadow: 4px 4px 0px #FCEEA3;
      box-shadow: 4px 4px 0px #FCEEA3; }
      section.vcw_index .slick-slider .slick-next:before {
        width: 28px;
        height: 28px; } }
  section.vcw_index .slick-slider .slick-next:hover {
    border: 2px solid #9E0B0F;
    -webkit-box-shadow: 8px 8px 0px #FF725E;
    box-shadow: 8px 8px 0px #FF725E; }
    section.vcw_index .slick-slider .slick-next:hover:before {
      background-image: url(../vcw_img/btn_arrow_hover_right.svg); }

section.vcw_index .slick-slider .slick-dots {
  padding-left: 0;
  width: 100%;
  list-style: none;
  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; }
  section.vcw_index .slick-slider .slick-dots > li {
    padding-left: 8px;
    padding-right: 8px; }
  @media only screen and (max-width: 1299px) {
    section.vcw_index .slick-slider .slick-dots {
      margin-left: auto;
      margin-right: auto; } }

section.vcw_index .slick-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #FCEEA3;
  border: 2px solid #FCEEA3;
  border-radius: 20px;
  text-indent: -9999px; }

section.vcw_index .slick-slider .slick-dots li.slick-active button {
  background-color: #FFFFFF;
  border: 2px solid #57627E; }

section.vcw_index .slick-slide {
  height: auto; }

#videoAccordion {
  width: 100%; }
  #videoAccordion.ui.styled.accordion,
  #videoAccordion .ui.styled.accordion .accordion {
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #videoAccordion.ui.styled.accordion .title {
    width: 100%;
    padding: 0;
    border-top: none;
    border-bottom: none; }

#faqAccordion {
  width: 100%; }
  #faqAccordion.ui.styled.accordion,
  #faqAccordion .ui.styled.accordion .accordion {
    background: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #faqAccordion.ui.styled.accordion .title {
    width: 100%;
    padding: 0;
    border-top: none;
    border-bottom: none; }

section.vcw_index .banner_section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 300px;
  background-image: url(../vcw_img/banner/img_bg_1.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: top center;
  -webkit-animation: bg-fade 6s ease-in-out infinite;
  animation: bg-fade 6s ease-in-out infinite;
  overflow: hidden;
  font-size: 100px; }
  @media only screen and (max-width: 991px) {
    section.vcw_index .banner_section {
      font-size: 80px; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .banner_section {
      padding-top: 70px;
      padding-bottom: 170px;
      background-size: auto 100%;
      font-size: 70px; } }
  section.vcw_index .banner_section .inner_box {
    padding-left: 180px; }
    @media only screen and (max-width: 1199px) {
      section.vcw_index .banner_section .inner_box {
        padding-left: 40px; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .banner_section .inner_box {
        padding-left: 0px; } }
  section.vcw_index .banner_section .content_box {
    position: relative;
    z-index: 1; }
  section.vcw_index .banner_section img.img_person {
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .banner_section img.img_person {
        width: 1000px; } }
  section.vcw_index .banner_section .chat_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
    -webkit-filter: drop-shadow(0px 0px 32px #ffffff);
    filter: drop-shadow(0px 0px 32px #ffffff); }
    section.vcw_index .banner_section .chat_box.main_box {
      left: 0.8em;
      max-width: 3.9em;
      min-height: 2.15em;
      padding-top: 0.24em;
      background-image: url(../vcw_img/banner/img_chat_1.png); }
    section.vcw_index .banner_section .chat_box.second_box {
      left: 1.8em;
      max-width: 2.87em;
      min-height: 1.14em;
      padding-top: 0.2em;
      background-image: url(../vcw_img/banner/img_chat_2.png); }
      section.vcw_index .banner_section .chat_box.second_box:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-filter: drop-shadow(0px 0px 34px #fbe567);
        filter: drop-shadow(0px 0px 34px #fbe567); }
    @media only screen and (max-width: 719px) {
      section.vcw_index .banner_section .chat_box {
        -webkit-filter: drop-shadow(0px 0px 16px rgba(255, 255, 255, 0.7));
        filter: drop-shadow(0px 0px 16px rgba(255, 255, 255, 0.7)); }
        section.vcw_index .banner_section .chat_box.main_box {
          left: 0; }
        section.vcw_index .banner_section .chat_box.second_box {
          top: 20px;
          left: 20px; } }
  section.vcw_index .banner_section h1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit; }
    section.vcw_index .banner_section h1:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../vcw_img/path/path_diamond.svg);
      background-position: center top; }
  section.vcw_index .banner_section h1.first_row:before {
    left: 102%; }
  section.vcw_index .banner_section h1.first_row img.img_txt_1 {
    width: 1.52em;
    position: relative;
    top: -6px;
    margin-right: 8px; }
  section.vcw_index .banner_section h1.first_row img.img_txt_2 {
    width: 1.32em; }
  section.vcw_index .banner_section h1.second_row:before {
    right: 102%; }
  section.vcw_index .banner_section h1.second_row img.img_txt_3 {
    width: 1.93em; }
  section.vcw_index .banner_section h1.second_row img.img_txt_4 {
    width: 1.12em;
    position: relative;
    top: -6px; }
  section.vcw_index .banner_section a.signup_btn {
    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;
    opacity: 0; }
  section.vcw_index .banner_section img.img_btn {
    width: 1.46em; }
  section.vcw_index .banner_section img.img_arrow {
    width: 0.36em;
    margin-left: 4px;
    margin-right: 4px; }
  section.vcw_index .banner_section .positit_box {
    position: relative; }
    @media only screen and (min-width: 720px) {
      section.vcw_index .banner_section .positit_box > img {
        position: absolute;
        z-index: 1; }
      section.vcw_index .banner_section .positit_box > img:nth-child(1) {
        top: -0.48em;
        left: 2.8em; }
      section.vcw_index .banner_section .positit_box > img:nth-child(2) {
        top: 1.3em;
        left: -0.2em; }
      section.vcw_index .banner_section .positit_box > img:nth-child(3) {
        top: 3.1em;
        left: 4.3em; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .banner_section .positit_box > img {
        position: relative;
        top: -16px;
        margin-left: 4px;
        margin-right: 4px; } }
  section.vcw_index .banner_section img.img_postit {
    width: 1.15em;
    opacity: 0; }

@-webkit-keyframes bg-fade {
  0% {
    background-image: url(../vcw_img/banner/img_bg_1.jpg); }
  50% {
    background-image: url(../vcw_img/banner/img_bg_2.jpg); }
  100% {
    background-image: url(../vcw_img/banner/img_bg_1.jpg); } }

@keyframes bg-fade {
  0% {
    background-image: url(../vcw_img/banner/img_bg_1.jpg); }
  50% {
    background-image: url(../vcw_img/banner/img_bg_2.jpg); }
  100% {
    background-image: url(../vcw_img/banner/img_bg_1.jpg); } }

@media only screen and (max-width: 991px) {
  section.vcw_index .sec1_container.vcw_container {
    padding-bottom: 0; } }

@media only screen and (max-width: 719px) {
  section.vcw_index .sec1_container.vcw_container {
    padding-bottom: 40px; } }

section.vcw_index .sec1_container.vcw_container .inner_box {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

section.vcw_index .sec1_container.vcw_container .feature_container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  section.vcw_index .sec1_container.vcw_container .feature_container > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  section.vcw_index .sec1_container.vcw_container .feature_container > div:nth-child(2), section.vcw_index .sec1_container.vcw_container .feature_container > div:nth-child(3) {
    margin-top: 32px; }
  section.vcw_index .sec1_container.vcw_container .feature_container .gap {
    padding-left: 10px;
    padding-right: 10px; }
  section.vcw_index .sec1_container.vcw_container .feature_container .feature_card {
    background-color: #fff;
    border: 2px solid #9E0B0F;
    border-radius: 16px; }
    section.vcw_index .sec1_container.vcw_container .feature_container .feature_card p {
      padding-left: 16px;
      padding-right: 16px;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 4px;
      text-align: center; }
  section.vcw_index .sec1_container.vcw_container .feature_container a {
    width: 100%;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    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;
    background-color: #9E0B0F;
    border-radius: 0px 0px 14px 14px;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
    section.vcw_index .sec1_container.vcw_container .feature_container a span {
      font-size: 20px;
      letter-spacing: 4px;
      font-weight: 700;
      color: #fff; }
    section.vcw_index .sec1_container.vcw_container .feature_container a > img {
      margin-left: 4px; }
    section.vcw_index .sec1_container.vcw_container .feature_container a:hover {
      background-color: #E4352B; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec1_container.vcw_container .feature_container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 80px; }
      section.vcw_index .sec1_container.vcw_container .feature_container > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 80px; }
      section.vcw_index .sec1_container.vcw_container .feature_container > div:nth-child(2),
      section.vcw_index .sec1_container.vcw_container .feature_container > div:nth-child(3) {
        margin-top: 0px; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec1_container.vcw_container .feature_container > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      section.vcw_index .sec1_container.vcw_container .feature_container > div:last-child {
        margin-bottom: 0; } }

section.vcw_index .sec1_container.vcw_container .title_head {
  position: relative;
  width: 80%;
  height: 56px;
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  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;
  background-color: #FCEEA3;
  border: 2px solid #9E0B0F;
  border-radius: 40px; }
  section.vcw_index .sec1_container.vcw_container .title_head h4 {
    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;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #263238; }
    section.vcw_index .sec1_container.vcw_container .title_head h4:before, section.vcw_index .sec1_container.vcw_container .title_head h4:after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      background-color: #9E0B0F;
      border-radius: 10px; }
    section.vcw_index .sec1_container.vcw_container .title_head h4:before {
      margin-right: 10px; }
    section.vcw_index .sec1_container.vcw_container .title_head h4:after {
      margin-left: 8px; }
  section.vcw_index .sec1_container.vcw_container .title_head:before {
    content: '';
    display: block;
    position: absolute;
    top: -24px;
    left: -24px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../vcw_img/sec1/ico_mouse.svg);
    background-position: center top;
    -webkit-filter: drop-shadow(6px 6px 0px #FCEEA3);
    filter: drop-shadow(6px 6px 0px #FCEEA3); }

section.vcw_index .sec1_container.vcw_container .feature_photo {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px; }
  section.vcw_index .sec1_container.vcw_container .feature_photo > img {
    width: 100%;
    border-radius: 12px; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec1_container.vcw_container .feature_photo {
      margin-top: 16px;
      margin-bottom: 12px;
      padding-left: 0px;
      padding-right: 0px; }
      section.vcw_index .sec1_container.vcw_container .feature_photo > img {
        border-radius: 0; } }

section.vcw_index .sec2_container.vcw_container .inner_box {
  position: relative; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec2_container.vcw_container .inner_box {
      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: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

section.vcw_index .sec2_container.vcw_container ul.check_list {
  padding-left: 0;
  list-style: none; }
  section.vcw_index .sec2_container.vcw_container ul.check_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px; }
    section.vcw_index .sec2_container.vcw_container ul.check_list > li:before {
      content: '';
      display: block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
      flex: 0 0 26px;
      position: relative;
      top: 4px;
      width: 26px;
      height: 26px;
      border: 3px solid #3BD89E;
      -webkit-filter: drop-shadow(2px 2px 0px #FCEEA3);
      filter: drop-shadow(2px 2px 0px #FCEEA3);
      border-radius: 4px; }
    section.vcw_index .sec2_container.vcw_container ul.check_list > li > p {
      margin-left: 12px;
      font-size: 18px;
      letter-spacing: 2px;
      color: #57627E; }
      section.vcw_index .sec2_container.vcw_container ul.check_list > li > p > span {
        color: #1097F9;
        font-weight: 700; }

section.vcw_index .sec2_container.vcw_container .phone_video {
  position: absolute;
  top: 60px;
  right: -540px;
  width: 1200px;
  height: 1020px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../vcw_img/hand.png);
  background-position: left top; }
  section.vcw_index .sec2_container.vcw_container .phone_video > div {
    width: 557px;
    position: absolute;
    top: 64px;
    left: 90px; }
  @media only screen and (max-width: 1365px) {
    section.vcw_index .sec2_container.vcw_container .phone_video {
      right: -524px; }
      section.vcw_index .sec2_container.vcw_container .phone_video > div {
        left: 82px; } }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec2_container.vcw_container .phone_video {
      position: relative;
      top: 0;
      right: -243px; }
      section.vcw_index .sec2_container.vcw_container .phone_video > div {
        left: 90px; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec2_container.vcw_container .phone_video {
      width: 587px;
      height: 505px;
      right: -115px;
      margin-top: 20px; }
      section.vcw_index .sec2_container.vcw_container .phone_video > div {
        width: 280px;
        top: 28px;
        left: 40px; } }

section.vcw_index .sec2_container.vcw_container .video_box {
  position: relative;
  width: 100%;
  padding-bottom: 56.338%;
  overflow: hidden; }
  section.vcw_index .sec2_container.vcw_container .video_box > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

section.vcw_index .sec3_container.vcw_container {
  padding-top: 200px; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec3_container.vcw_container {
      margin-top: -520px;
      padding-top: 0; } }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec3_container.vcw_container {
      margin-top: -600px; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec3_container.vcw_container {
      margin-top: -300px; } }
  section.vcw_index .sec3_container.vcw_container #chating_box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFFFFF;
    border: 2px solid #1097F9;
    border-radius: 8px; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec3_container.vcw_container #chating_box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    section.vcw_index .sec3_container.vcw_container #chating_box .left_col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      margin-top: -80px; }
      @media only screen and (max-width: 991px) {
        section.vcw_index .sec3_container.vcw_container #chating_box .left_col {
          margin-top: 0; } }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec3_container.vcw_container #chating_box .left_col {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
    section.vcw_index .sec3_container.vcw_container #chating_box .right_col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
      flex: 0 0 53%;
      margin-top: -80px; }
      @media only screen and (max-width: 991px) {
        section.vcw_index .sec3_container.vcw_container #chating_box .right_col {
          margin-top: 0; } }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec3_container.vcw_container #chating_box .right_col {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-top: -40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    section.vcw_index .sec3_container.vcw_container #chating_box .chat_box {
      position: relative;
      padding: 16px;
      background: #FFFFFF;
      border: 2px solid #818594;
      border-radius: 8px;
      margin-bottom: 16px; }
      section.vcw_index .sec3_container.vcw_container #chating_box .chat_box p {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #57627E; }
      section.vcw_index .sec3_container.vcw_container #chating_box .chat_box:before {
        content: '';
        display: block;
        width: 15px;
        height: 22px;
        position: absolute;
        top: 10px;
        right: 99.999%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../vcw_img/sec3/chat_arrow_left.png);
        background-position: center top; }
    section.vcw_index .sec3_container.vcw_container #chating_box .tab_btn.menu {
      position: relative;
      z-index: 1;
      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: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      section.vcw_index .sec3_container.vcw_container #chating_box .tab_btn.menu .chat_box {
        width: 290px; }
        @media only screen and (max-width: 1199px) {
          section.vcw_index .sec3_container.vcw_container #chating_box .tab_btn.menu .chat_box {
            width: 220px; } }
      @media only screen and (max-width: 991px) {
        section.vcw_index .sec3_container.vcw_container #chating_box .tab_btn.menu {
          padding-top: 14px; } }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec3_container.vcw_container #chating_box .tab_btn.menu {
          padding-right: 14px; } }
    section.vcw_index .sec3_container.vcw_container #chating_box .tab_content {
      position: relative;
      z-index: 3; }
      section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box {
        width: 377px;
        margin-bottom: 32px;
        border: 2px solid #9E0B0F;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
        section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box h4 {
          position: relative;
          z-index: 1;
          display: inline-block;
          font-size: 18px;
          line-height: 26px;
          letter-spacing: 2px;
          font-weight: 700;
          color: #E4352B; }
          section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box h4:before {
            content: '';
            display: block;
            width: 100%;
            height: 7px;
            position: absolute;
            left: -4px;
            bottom: 0px;
            z-index: -1;
            background-color: #FCEEA3;
            border-radius: 20px; }
        section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box p {
          font-size: 18px; }
        section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box:before {
          width: 24px;
          height: 26px;
          left: 99.999%;
          right: auto;
          background-image: url(../vcw_img/sec3/chat_arrow_right.png); }
        @media only screen and (max-width: 1199px) {
          section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box {
            width: 256px; } }
        @media only screen and (max-width: 719px) {
          section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box {
            width: 240px; }
            section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .chat_box:before {
              left: 100%;
              background-image: url(../vcw_img/sec3/chat_arrow_right_sm.png); } }
      section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .ui.segment {
        background-color: transparent; }
      section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .ui.attached.segment {
        border: none; }
      section.vcw_index .sec3_container.vcw_container #chating_box .tab_content .ui.segment[class*="bottom attached"] {
        margin-bottom: 0; }
    section.vcw_index .sec3_container.vcw_container #chating_box a.item {
      display: block;
      text-decoration: none; }
      section.vcw_index .sec3_container.vcw_container #chating_box a.item.active .chat_box {
        width: 312px;
        border: 2px solid #9E0B0F; }
        section.vcw_index .sec3_container.vcw_container #chating_box a.item.active .chat_box p {
          font-size: 18px;
          font-weight: 700; }
        section.vcw_index .sec3_container.vcw_container #chating_box a.item.active .chat_box:before {
          background-image: url(../vcw_img/sec3/chat_arrow_active.png); }
        @media only screen and (max-width: 1199px) {
          section.vcw_index .sec3_container.vcw_container #chating_box a.item.active .chat_box {
            width: 240px; } }
    section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip {
      position: relative;
      padding: 24px 16px 16px 16px;
      background: #FEFFCA;
      border: 2px solid #1097F9;
      -webkit-box-shadow: 8px 8px 0px rgba(129, 133, 148, 0.2);
      box-shadow: 8px 8px 0px rgba(129, 133, 148, 0.2);
      border-radius: 8px; }
      section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip .tip_box {
        position: absolute;
        top: -22px;
        left: -22px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 44px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 30px;
        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;
        background-color: #1097F9; }
        section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip .tip_box > img {
          width: 15px;
          margin-right: 4px; }
        section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip .tip_box > p {
          font-size: 18px;
          line-height: 28px;
          color: #fff; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip .tip_box {
          height: 36px;
          top: -18px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
          section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip .tip_box > img {
            width: 12px; }
          section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip .tip_box > p {
            font-size: 16px;
            line-height: 24px; }
        section.vcw_index .sec3_container.vcw_container #chating_box .learning_tip p {
          font-size: 16px;
          line-height: 28px; } }
  section.vcw_index .sec3_container.vcw_container .reply_bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 60px;
    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;
    background-color: #1097F9; }
    section.vcw_index .sec3_container.vcw_container .reply_bar > img {
      margin-left: 8px;
      margin-right: 8px; }
    section.vcw_index .sec3_container.vcw_container .reply_bar .typing_box {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      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;
      background-color: #fff;
      border-radius: 30px;
      padding-left: 16px;
      padding-right: 16px; }
      section.vcw_index .sec3_container.vcw_container .reply_bar .typing_box > p {
        font-size: 16px;
        line-height: 40px;
        color: #818594;
        margin-bottom: 0; }
    section.vcw_index .sec3_container.vcw_container .reply_bar img.ico_btn {
      width: 32px; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec3_container.vcw_container .reply_bar {
        height: auto;
        padding: 8px 12px; }
        section.vcw_index .sec3_container.vcw_container .reply_bar .typing_box {
          padding-left: 12px;
          padding-right: 4px; }
          section.vcw_index .sec3_container.vcw_container .reply_bar .typing_box > p {
            font-size: 14px;
            line-height: 20px; }
          section.vcw_index .sec3_container.vcw_container .reply_bar .typing_box img.ico_smile {
            width: 24px; }
        section.vcw_index .sec3_container.vcw_container .reply_bar img.ico_btn:not(.ico_smile) {
          display: none; } }
  section.vcw_index .sec3_container.vcw_container .men_sticker {
    position: absolute;
    left: 4px;
    bottom: 60px;
    z-index: 0;
    width: 239px;
    height: 436px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../vcw_img/sec3/man_lg.png);
    background-position: center top; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec3_container.vcw_container .men_sticker {
        top: 10px;
        left: 10px;
        bottom: auto;
        width: 48px;
        height: 48px;
        background-image: url(../vcw_img/sec3/man_sm.png); } }
  section.vcw_index .sec3_container.vcw_container .woman_sticker {
    position: absolute;
    right: 4px;
    bottom: 170px;
    z-index: 2;
    width: 210px;
    height: 337px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../vcw_img/sec3/woman_lg.png);
    background-position: center top; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec3_container.vcw_container .woman_sticker {
        top: 10px;
        right: 10px;
        bottom: auto;
        width: 48px;
        height: 48px;
        background-image: url(../vcw_img/sec3/woman_sm.png); } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec3_container.vcw_container .woman_sticker {
        position: relative;
        top: 60px; } }
  section.vcw_index .sec3_container.vcw_container .button_container {
    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;
    position: relative;
    z-index: 1;
    left: 5%;
    margin-top: -24px; }
    section.vcw_index .sec3_container.vcw_container .button_container img.img_arrow {
      margin-right: 20px;
      -webkit-animation: star-fade 1.2s ease infinite;
      animation: star-fade 1.2s ease infinite; }
    section.vcw_index .sec3_container.vcw_container .button_container a.free_exp_btn {
      display: block;
      max-width: 600px; }
      section.vcw_index .sec3_container.vcw_container .button_container a.free_exp_btn > img {
        width: 100%; }
      section.vcw_index .sec3_container.vcw_container .button_container a.free_exp_btn:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02); }
    @media only screen and (max-width: 1199px) {
      section.vcw_index .sec3_container.vcw_container .button_container {
        left: 3%; }
        section.vcw_index .sec3_container.vcw_container .button_container a.free_exp_btn {
          max-width: 420px; } }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec3_container.vcw_container .button_container {
        margin-top: 20px;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.vcw_index .sec3_container.vcw_container .button_container img.img_arrow {
          width: 26px;
          margin-right: 0px;
          margin-bottom: 20px; } }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec3_container.vcw_container img.lg_show {
      display: none; } }
  section.vcw_index .sec3_container.vcw_container img.sm_show {
    display: none; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec3_container.vcw_container img.sm_show {
        display: block; } }

section.vcw_index .sec6_container.vcw_container {
  position: relative;
  padding-bottom: 200px; }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec6_container.vcw_container {
      padding-bottom: 320px; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec6_container.vcw_container {
      padding-bottom: 160px; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec6_container.vcw_container .inner_box {
      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-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  section.vcw_index .sec6_container.vcw_container .title_bar {
    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;
    margin-bottom: 20px; }
    section.vcw_index .sec6_container.vcw_container .title_bar > img {
      height: 60px;
      margin-left: 32px;
      margin-right: 32px; }
    @media only screen and (max-width: 1199px) {
      section.vcw_index .sec6_container.vcw_container .title_bar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.vcw_index .sec6_container.vcw_container .title_bar > img {
          height: 48px;
          margin-left: 16px;
          margin-right: 16px; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec6_container.vcw_container .title_bar {
        width: 100%; } }
  section.vcw_index .sec6_container.vcw_container .title_box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    section.vcw_index .sec6_container.vcw_container .title_box h3:before {
      left: 20px; }
    section.vcw_index .sec6_container.vcw_container .title_box h3:after {
      right: 24px; }
    section.vcw_index .sec6_container.vcw_container .title_box h5 span:before {
      background-image: url(../vcw_img/path/path_wave_long.svg); }
  section.vcw_index .sec6_container.vcw_container #backing_content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -24px;
    padding-right: -24px; }
    section.vcw_index .sec6_container.vcw_container #backing_content > div {
      position: relative;
      margin-top: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%; }
    section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(2), section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(5) {
      margin-top: 40px; }
    section.vcw_index .sec6_container.vcw_container #backing_content > div:before {
      content: '';
      display: block;
      position: absolute;
      top: 16px;
      left: 11px;
      width: 79px;
      height: 66px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    section.vcw_index .sec6_container.vcw_container #backing_content .gap {
      padding-left: 24px;
      padding-right: 24px; }
    section.vcw_index .sec6_container.vcw_container #backing_content .content_box {
      padding-top: 20px;
      padding-bottom: 24px;
      padding-left: 80px;
      padding-right: 20px;
      border-radius: 16px;
      background: #FFFFFF;
      border: 2px solid #57627E; }
      section.vcw_index .sec6_container.vcw_container #backing_content .content_box h4 {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #57627E; }
      section.vcw_index .sec6_container.vcw_container #backing_content .content_box p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #57627E; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec6_container.vcw_container #backing_content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.vcw_index .sec6_container.vcw_container #backing_content > div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          margin-top: 40px; }
        section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(2), section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(5) {
          margin-top: 40px; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec6_container.vcw_container #backing_content {
        margin-left: 0;
        margin-right: 0; }
        section.vcw_index .sec6_container.vcw_container #backing_content > div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-top: 32px; }
        section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(2),
        section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(5) {
          margin-top: 32px; }
        section.vcw_index .sec6_container.vcw_container #backing_content .content_box p {
          line-height: 24px; } }
  section.vcw_index .sec6_container.vcw_container img.img_hand {
    position: absolute;
    z-index: 0;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec6_container.vcw_container img.img_hand {
        width: 100%;
        max-width: 300px;
        bottom: -30px; } }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec6_container.vcw_container img.lg_show {
      display: none; } }
  section.vcw_index .sec6_container.vcw_container img.sm_show {
    display: none; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec6_container.vcw_container img.sm_show {
        display: block; } }

section.vcw_index .sec7_container.vcw_container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 60px;
  background-image: url(../vcw_img/sec7/bg_lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec7_container.vcw_container {
      padding-top: 40px;
      background-image: url(../vcw_img/sec7/bg_sm.jpg);
      background-color: #D5DDEE;
      background-size: 100% auto;
      background-position: center top; } }
  section.vcw_index .sec7_container.vcw_container .inner_box {
    width: 100%; }
    section.vcw_index .sec7_container.vcw_container .inner_box > div:first-child {
      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-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 60px; }
      section.vcw_index .sec7_container.vcw_container .inner_box > div:first-child p {
        max-width: 762px;
        margin-top: 32px;
        text-align: center; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec7_container.vcw_container .inner_box > div:first-child {
        margin-bottom: 20px; }
        section.vcw_index .sec7_container.vcw_container .inner_box > div:first-child p {
          margin-top: 20px;
          font-size: 16px;
          padding-left: 10px;
          padding-right: 10px; } }
  section.vcw_index .sec7_container.vcw_container .double_column_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    section.vcw_index .sec7_container.vcw_container .double_column_box > div:nth-child(1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
      flex: 0 0 37%; }
    section.vcw_index .sec7_container.vcw_container .double_column_box > div:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec7_container.vcw_container .double_column_box > div:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px; }
      section.vcw_index .sec7_container.vcw_container .double_column_box > div:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  section.vcw_index .sec7_container.vcw_container #videoAccordion {
    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: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.menu {
      border: none; }
    section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.menu a.item {
      width: 100%;
      margin-bottom: 16px;
      padding: 24px 32px;
      display: block;
      background-color: #fff;
      border-radius: 40px; }
      section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.menu a.item.active {
        -webkit-box-shadow: 8px 8px 0px #FF725E;
        box-shadow: 8px 8px 0px #FF725E; }
      section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.menu a.item:before {
        display: none; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.menu a.item {
          padding: 16px 24px; }
          section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.menu a.item.active {
            -webkit-box-shadow: 4px 4px 0px #FF725E;
            box-shadow: 4px 4px 0px #FF725E; }
            section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.menu a.item.active img.ico_arrow {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); } }
    section.vcw_index .sec7_container.vcw_container #videoAccordion a.item > .title {
      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; }
    section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.styled.accordion .content {
      padding: 20px 0 0 0; }
      section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.styled.accordion .content p {
        font-size: 16px;
        line-height: 28px;
        color: #57627E;
        margin-bottom: 8px; }
        section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.styled.accordion .content p.emphasize {
          font-weight: 700; }
        section.vcw_index .sec7_container.vcw_container #videoAccordion.ui.styled.accordion .content p:last-child {
          margin-bottom: 0; }
    section.vcw_index .sec7_container.vcw_container #videoAccordion img.software_logo {
      height: 45px; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec7_container.vcw_container #videoAccordion img.software_logo {
          height: 32px; } }
    section.vcw_index .sec7_container.vcw_container #videoAccordion img.ico_arrow {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      width: 13px; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec7_container.vcw_container #videoAccordion img.ico_arrow {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); } }
  section.vcw_index .sec7_container.vcw_container #video_tab {
    position: relative;
    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;
    width: 100%;
    padding-bottom: 70.87%;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../vcw_img/sec7/laptop.png);
    background-position: center top; }
    section.vcw_index .sec7_container.vcw_container #video_tab .ui.tab.active {
      margin: 0;
      padding: 0;
      border: none;
      background: transparent; }
  section.vcw_index .sec7_container.vcw_container video {
    position: absolute;
    top: 20px;
    left: 49.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
    height: auto; }

section.vcw_index .sec9_container.vcw_container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0;
  background: linear-gradient(129.71deg, rgba(255, 207, 202, 0) 58.54%, rgba(177, 134, 252, 0.2) 101.13%), radial-gradient(45.76% 39.26% at 23.46% 105.15%, #FFF8D2 0%, rgba(252, 238, 163, 0) 100%), radial-gradient(70.9% 70.9% at 50% -5.01%, #d1e7f7 0%, #FFFFFF 100%); }
  section.vcw_index .sec9_container.vcw_container .inner_gap {
    max-width: 1170px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec9_container.vcw_container .inner_gap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  section.vcw_index .sec9_container.vcw_container .star_shining {
    position: absolute;
    top: 56px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1170px; }
    section.vcw_index .sec9_container.vcw_container .star_shining > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 1263px;
      height: 631px;
      -webkit-animation: star-fade 2.5s ease infinite;
      animation: star-fade 2.5s ease infinite;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      background-repeat: no-repeat;
      background-size: 100% auto; }
    section.vcw_index .sec9_container.vcw_container .star_shining .green_star {
      background-image: url(../vcw_img/sec9/img_star_g_lg.png); }
      @media only screen and (max-width: 991px) {
        section.vcw_index .sec9_container.vcw_container .star_shining .green_star {
          background-image: url(../vcw_img/sec9/img_star_g_sm.png); } }
    section.vcw_index .sec9_container.vcw_container .star_shining .orange_star {
      background-image: url(../vcw_img/sec9/img_star_o_lg.png);
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
      @media only screen and (max-width: 991px) {
        section.vcw_index .sec9_container.vcw_container .star_shining .orange_star {
          background-image: url(../vcw_img/sec9/img_star_o_sm.png); } }
    section.vcw_index .sec9_container.vcw_container .star_shining .red_star {
      background-image: url(../vcw_img/sec9/img_star_r_lg.png);
      -webkit-animation-delay: 4s;
      animation-delay: 4s; }
      @media only screen and (max-width: 991px) {
        section.vcw_index .sec9_container.vcw_container .star_shining .red_star {
          background-image: url(../vcw_img/sec9/img_star_r_sm.png); } }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec9_container.vcw_container .star_shining {
        left: 50%; }
        section.vcw_index .sec9_container.vcw_container .star_shining > div {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 500px;
          height: 1000px; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec9_container.vcw_container .star_shining > div {
        width: 342px;
        height: 636px; } }
  section.vcw_index .sec9_container.vcw_container img.img_book {
    position: absolute;
    left: 600px;
    bottom: 0;
    z-index: 1;
    width: 580px; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec9_container.vcw_container img.img_book {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec9_container.vcw_container img.img_book {
        margin-top: 40px;
        width: 100%; } }
  section.vcw_index .sec9_container.vcw_container .mac_screen {
    width: 760px;
    position: relative; }
    section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content {
      position: absolute;
      top: 80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      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: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h2 {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 36px;
        line-height: 52px;
        letter-spacing: 8px;
        font-weight: 900;
        text-align: center;
        background: -webkit-gradient(linear, left top, right top, from(#2BC9FF), to(#0034A8));
        background: linear-gradient(90deg, #2BC9FF 0%, #0034A8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
      section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h3 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 8px;
        color: #55769F; }
        section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h3 span {
          position: relative;
          z-index: 1;
          font-size: 28px;
          font-weight: 900; }
          section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h3 span:before {
            content: '';
            display: block;
            width: 100%;
            height: 7px;
            position: absolute;
            left: -2px;
            bottom: 2px;
            z-index: -1;
            background-color: #FCEEA3;
            border-radius: 10px; }
      section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h5 {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 2px;
        color: #FFFFFF;
        text-shadow: 1px 1px 0 #FFCB02, -1px -1px 0 #FFCB02, 1px -1px 0 #FFCB02, -1px 1px 0 #FFCB02, 2px 2px 0px rgba(255, 208, 47, 0.4); }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec9_container.vcw_container .mac_screen {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%; }
        section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content {
          position: relative;
          top: 0; }
          section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h2 {
            margin-top: 16px;
            margin-bottom: 16px;
            font-size: 56px;
            line-height: 72px; }
          section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h3 {
            font-size: 32px;
            line-height: 48px; }
            section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h3 span {
              font-size: 36px; }
          section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h5 {
            font-size: 42px;
            line-height: 56px; }
        section.vcw_index .sec9_container.vcw_container .mac_screen h2 span, section.vcw_index .sec9_container.vcw_container .mac_screen h3 span, section.vcw_index .sec9_container.vcw_container .mac_screen h5 span {
          display: block;
          text-align: center; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h2 {
        margin-top: 12px;
        margin-bottom: 8px;
        font-size: 36px;
        line-height: 48px; }
      section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h3 {
        font-size: 18px;
        line-height: 32px; }
        section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h3 span {
          font-size: 24px; }
      section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h5 {
        font-size: 20px;
        line-height: 32px; }
        section.vcw_index .sec9_container.vcw_container .mac_screen .screen_content h5 span {
          font-size: 28px; } }
  section.vcw_index .sec9_container.vcw_container img.img_mac {
    width: 100%; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec9_container.vcw_container img.img_mac {
        display: none; } }
  section.vcw_index .sec9_container.vcw_container img.img_arrow {
    margin-top: 16px;
    margin-bottom: 20px;
    width: 20px; }
  section.vcw_index .sec9_container.vcw_container img.img_btn {
    width: 440px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
    section.vcw_index .sec9_container.vcw_container img.img_btn:hover {
      -webkit-transform: scale(1.02);
      transform: scale(1.02); }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec9_container.vcw_container img.lg_show {
      display: none; } }
  section.vcw_index .sec9_container.vcw_container img.sm_show {
    display: none; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec9_container.vcw_container img.sm_show {
        display: block;
        width: 100%; } }

section.vcw_index #faqList {
  padding: 60px 20px; }
  section.vcw_index #faqList #faqAccordion > div {
    border-radius: 20px;
    background: #FFF;
    margin-bottom: 20px;
    padding: 24px; }
  section.vcw_index #faqList #faqAccordion .title {
    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-transition: all 0.3s;
    transition: all 0.3s; }
    section.vcw_index #faqList #faqAccordion .title > p {
      margin-bottom: 0;
      color: #57627E;
      font-size: 18px;
      line-height: 32px;
      font-weight: bold; }
    section.vcw_index #faqList #faqAccordion .title > img {
      width: 16px;
      margin-left: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    section.vcw_index #faqList #faqAccordion .title.appear.active > img {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media only screen and (max-width: 719px) {
      section.vcw_index #faqList #faqAccordion .title {
        padding: 16px; } }
  section.vcw_index #faqList #faqAccordion p.qa_answer {
    margin-top: 20px;
    margin-bottom: 0; }
  section.vcw_index #faqList #faqAccordion .content {
    padding: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    section.vcw_index #faqList #faqAccordion .content a.qa_answer {
      display: block;
      margin-top: 20px; }
  section.vcw_index #faqList img.img_faq {
    width: 100%; }
  section.vcw_index #faqList ul {
    margin-top: 20px;
    margin-bottom: 0; }
    section.vcw_index #faqList ul li {
      font-size: 16px;
      line-height: 32px;
      color: #57627E; }
      section.vcw_index #faqList ul li > a {
        display: inline; }
      @media only screen and (max-width: 719px) {
        section.vcw_index #faqList ul li {
          font-size: 16px; } }
  section.vcw_index #faqList .faq_buttons {
    margin-top: 40px;
    margin-bottom: 24px;
    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; }
    section.vcw_index #faqList .faq_buttons .sm_show {
      display: none; }
    section.vcw_index #faqList .faq_buttons a.faq_link {
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      section.vcw_index #faqList .faq_buttons a.faq_link:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02); }
    section.vcw_index #faqList .faq_buttons > a img {
      width: 100%; }
    section.vcw_index #faqList .faq_buttons > a:nth-child(1) {
      width: 23.4%; }
    section.vcw_index #faqList .faq_buttons > a:nth-child(2) {
      width: 22.8%; }
    section.vcw_index #faqList .faq_buttons > a:nth-child(3) {
      width: 26.7%; }
    section.vcw_index #faqList .faq_buttons > a:nth-child(4) {
      width: 21.7%; }
  section.vcw_index #faqList p.info {
    font-size: 18px;
    line-height: 32px;
    color: #57627E;
    text-align: center; }
    section.vcw_index #faqList p.info m {
      padding-left: 8px;
      padding-right: 8px;
      font-weight: 700;
      border-left: 1px solid #57627E; }
      section.vcw_index #faqList p.info m:first-child {
        margin-left: 8px; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index #faqList p.info m {
      display: block;
      border-left: none; } }
  @media only screen and (max-width: 991px) {
    section.vcw_index #faqList .faq_buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(1) {
        width: 39.4%; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(2) {
        width: 38.4%; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(3) {
        width: 45%; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(4) {
        width: 36.6%; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index #faqList {
      padding: 20px 0px; }
      section.vcw_index #faqList ul {
        margin-top: 10px;
        padding-left: 20px; }
      section.vcw_index #faqList #faqAccordion > div {
        padding: 8px; }
      section.vcw_index #faqList #faqAccordion .title {
        padding: 8px; }
        section.vcw_index #faqList #faqAccordion .title > p {
          font-size: 16px; }
      section.vcw_index #faqList .faq_buttons .lg_show {
        display: none; }
      section.vcw_index #faqList .faq_buttons .sm_show {
        display: block; }
      section.vcw_index #faqList .faq_buttons img {
        margin-bottom: 10px; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(1) {
        width: 80%; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(2) {
        width: 80%; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(3) {
        width: 80%; }
      section.vcw_index #faqList .faq_buttons > a:nth-child(4) {
        width: 80%; } }

@-webkit-keyframes star-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes star-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(1):before {
  background-image: url(../vcw_img/sec6/num_1.svg); }

section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(2):before {
  background-image: url(../vcw_img/sec6/num_2.svg); }

section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(3):before {
  background-image: url(../vcw_img/sec6/num_3.svg); }

section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(4):before {
  background-image: url(../vcw_img/sec6/num_4.svg); }

section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(5):before {
  background-image: url(../vcw_img/sec6/num_5.svg); }

section.vcw_index .sec6_container.vcw_container #backing_content > div:nth-child(6):before {
  background-image: url(../vcw_img/sec6/num_6.svg); }

section.vcw_index .sec1_container.vcw_container img.path_dot_rectangle {
  top: -40px;
  left: 290px; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec1_container.vcw_container img.path_dot_rectangle {
      left: -120px; } }

section.vcw_index .sec1_container.vcw_container img.path_circle {
  top: 120px;
  left: 120px; }

section.vcw_index .sec1_container.vcw_container img.path_line_triangle {
  top: 300px;
  right: -120px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

section.vcw_index .sec1_container.vcw_container img.path_triangle_u {
  top: 20px;
  right: 120px; }

section.vcw_index .sec1_container.vcw_container img.path_rectangle {
  top: 180px;
  right: 350px; }

section.vcw_index .sec1_container.vcw_container img.path_square {
  top: 80px;
  left: -120px; }

section.vcw_index .sec1_container.vcw_container img.path_dot_circle {
  bottom: 0px;
  left: -40px; }

section.vcw_index .sec1_container.vcw_container img.path_wave {
  bottom: 0px;
  right: -60px; }

section.vcw_index .sec2_container.vcw_container img.path_dot_rectangle {
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec2_container.vcw_container img.path_dot_rectangle {
      left: 10%;
      bottom: 140px; } }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec2_container.vcw_container img.path_dot_rectangle {
      left: 10%;
      bottom: -70px; } }

section.vcw_index .sec2_container.vcw_container img.path_line_circle {
  top: 50px;
  right: 30px; }

section.vcw_index .sec2_container.vcw_container img.path_triangle_d {
  top: 20px;
  right: 30%; }

section.vcw_index .sec2_container.vcw_container img.path_square {
  top: -40px;
  left: 30%; }

section.vcw_index .sec3_container.vcw_container img.path_line_circle {
  top: 150px;
  left: -40px; }

section.vcw_index .sec3_container.vcw_container img.path_rectangle {
  top: -110px;
  right: 30%; }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec3_container.vcw_container img.path_rectangle {
      top: -60px; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec3_container.vcw_container img.path_rectangle {
      top: -10px; } }

section.vcw_index .sec3_container.vcw_container img.path_line_triangle {
  bottom: 60px;
  right: 0px; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec3_container.vcw_container img.path_line_triangle {
      bottom: 170px; } }

section.vcw_index .sec4_container.vcw_container img.path_dot_rectangle {
  top: 100px;
  left: 8%; }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec4_container.vcw_container img.path_dot_rectangle {
      top: 60px;
      left: 80%; } }

section.vcw_index .sec4_container.vcw_container img.path_circle {
  top: -70px;
  right: 180px; }

section.vcw_index .sec4_container.vcw_container img.path_square {
  top: 40px;
  left: 16%; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec4_container.vcw_container img.path_square {
      left: -20px; } }

section.vcw_index .sec5_container.vcw_container img.path_dot_rectangle {
  top: 50px;
  left: 50%; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec5_container.vcw_container img.path_dot_rectangle {
      top: 200px; } }

section.vcw_index .sec5_container.vcw_container img.path_circle {
  top: 160px;
  left: -20px; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec5_container.vcw_container img.path_circle {
      left: 20px; } }

section.vcw_index .sec5_container.vcw_container img.path_line_triangle {
  bottom: 0px;
  left: 60px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

section.vcw_index .sec5_container.vcw_container img.path_triangle_u {
  top: -40px;
  right: 120px; }

section.vcw_index .sec5_container.vcw_container img.path_dot_circle {
  bottom: 20%;
  right: 0px; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec5_container.vcw_container img.path_dot_circle {
      bottom: -8%; } }

section.vcw_index .sec5_container.vcw_container img.path_wave {
  bottom: 170px;
  left: 42%; }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec5_container.vcw_container img.path_wave {
      bottom: 58%;
      left: 14%; } }

section.vcw_index .sec6_container.vcw_container img.path_dot_rectangle {
  top: 25%;
  left: 290px; }

section.vcw_index .sec6_container.vcw_container img.path_triangle_d {
  bottom: -140px;
  right: 20px; }

section.vcw_index .sec6_container.vcw_container img.path_triangle_u {
  top: -20px;
  right: 30%; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec6_container.vcw_container img.path_triangle_u {
      display: none; } }

section.vcw_index .sec6_container.vcw_container img.path_rectangle {
  bottom: -120px;
  left: 120px; }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec6_container.vcw_container img.path_rectangle {
      bottom: 0; } }

section.vcw_index .sec6_container.vcw_container img.path_line_circle {
  bottom: -50px;
  right: 90px; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec6_container.vcw_container img.path_line_circle {
      right: 0;
      bottom: 50px; } }

section.vcw_index .sec6_container.vcw_container img.path_square {
  top: 60%;
  right: 25%; }

section.vcw_index .sec6_container.vcw_container img.path_wave {
  bottom: -10px;
  left: -40px; }

section.vcw_index .sec8_container.vcw_container img.path_dot_rectangle {
  top: 10px;
  right: 120px; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec8_container.vcw_container img.path_dot_rectangle {
      top: -30px; } }

section.vcw_index .sec8_container.vcw_container img.path_triangle_u {
  bottom: 230px;
  left: 110px; }

section.vcw_index .sec8_container.vcw_container img.path_rectangle {
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec8_container.vcw_container img.path_rectangle {
      right: -30px; } }

section.vcw_index .sec8_container.vcw_container img.path_line_circle {
  top: 280px;
  left: 320px; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec8_container.vcw_container img.path_line_circle {
      left: -20px; } }

section.vcw_index .sec8_container.vcw_container img.path_square {
  top: 200px;
  left: 240px; }
  @media only screen and (max-width: 1199px) {
    section.vcw_index .sec8_container.vcw_container img.path_square {
      display: none; } }

section.vcw_index .sec8_container.vcw_container img.path_line_triangle {
  bottom: 60px;
  right: 0; }

section.vcw_index .sec8_container.vcw_container img.path_wave {
  bottom: 25%;
  left: 38%; }

section.vcw_index .sec4_container.vcw_container {
  padding-top: 100px;
  padding-bottom: 0; }
  section.vcw_index .sec4_container.vcw_container .inner_gap {
    border: 4px solid #F6E58C;
    border-radius: 16px; }
  section.vcw_index .sec4_container.vcw_container .inner_box {
    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: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.vcw_index .sec4_container.vcw_container .inner_box .web_screen {
      margin-top: -90px; }
  section.vcw_index .sec4_container.vcw_container #comparison_table {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 24px; }
    section.vcw_index .sec4_container.vcw_container #comparison_table > div {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    section.vcw_index .sec4_container.vcw_container #comparison_table .table_td {
      border: 2px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        background-color: transparent; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.list_title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        background-color: rgba(241, 244, 247, 0.7); }
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.list_title > button {
          padding: 12px;
          width: 100%;
          height: 100%;
          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;
          background-color: transparent;
          border: none;
          cursor: pointer; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.list_title > button > img {
            margin-right: 4px; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.in_person_course, section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.online_course, section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.digital_course {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27.333%;
        flex: 0 0 27.333%; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.in_person_course {
        background-color: rgba(253, 243, 210, 0.7); }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.online_course {
        background-color: rgba(212, 237, 254, 0.7); }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.digital_course {
        background-color: #DEF7DC; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td p {
        margin-bottom: 0; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td p.td_title {
        font-weight: 700; }
      @media only screen and (min-width: 992px) {
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_td .sm_title {
          display: none; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_td .divider {
          display: none; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_td img.ico_arrow {
          display: none; } }
    section.vcw_index .sec4_container.vcw_container #comparison_table .table_th {
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 26.666%;
      flex: 0 0 26.666%;
      margin-right: 0.6%;
      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;
      padding: 24px 16px 16px 16px; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_th.in_person_course {
        background-color: #FFEAD1;
        -webkit-box-shadow: 6px 6px 0px #FD9353;
        box-shadow: 6px 6px 0px #FD9353;
        border-radius: 24px 24px 8px 8px; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_th.online_course {
        background-color: #D4EDFE;
        -webkit-box-shadow: 6px 6px 0px #1097F9;
        box-shadow: 6px 6px 0px #1097F9;
        border-radius: 24px 24px 8px 8px; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_th.digital_course {
        background-color: #CFF3CC;
        -webkit-box-shadow: 6px 6px 0px #6ABE9F;
        box-shadow: 6px 6px 0px #6ABE9F;
        border-radius: 24px 24px 8px 8px; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_th > img {
        width: 80px;
        margin-right: 16px; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_th h4 {
        position: relative;
        margin-top: 0;
        font-size: 28px;
        line-height: 32px;
        color: #575757; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_th h4:before {
          content: '';
          display: block;
          width: 100%;
          height: 7px;
          position: absolute;
          left: 0px;
          bottom: 0px;
          z-index: -1;
          background-color: #FFFFFF;
          border-radius: 20px; }
      @media only screen and (max-width: 1199px) {
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_th > img {
          width: 60px;
          margin-right: 8px; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_th h4 {
          font-size: 24px; } }
    section.vcw_index .sec4_container.vcw_container #comparison_table .td_content {
      padding: 12px; }
    section.vcw_index .sec4_container.vcw_container #comparison_table p.info {
      margin-top: 8px;
      font-size: 16px;
      line-height: 24px;
      color: #1097F9;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      section.vcw_index .sec4_container.vcw_container #comparison_table p.info:before {
        content: '';
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        margin-right: 8px;
        position: relative;
        top: 3px;
        width: 16px;
        height: 16px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../vcw_img/sec4/ico_info.svg);
        background-position: center top; }
    section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 82%;
      flex: 0 0 82%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row > div:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.unified_td {
        padding: 12px;
        background-color: #fff; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.in_person_course, section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.online_course, section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.digital_course {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
    section.vcw_index .sec4_container.vcw_container #comparison_table .hide_block {
      width: 100%;
      display: none; }
      section.vcw_index .sec4_container.vcw_container #comparison_table .hide_block > div {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.vcw_index .sec4_container.vcw_container #comparison_table button.read_more_btn {
      cursor: pointer;
      width: 100%;
      background-color: #9E0B0F;
      border: none;
      padding: 16px;
      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;
      border-radius: 0 0 20px 20px;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      section.vcw_index .sec4_container.vcw_container #comparison_table button.read_more_btn > p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 4px; }
      section.vcw_index .sec4_container.vcw_container #comparison_table button.read_more_btn > img {
        margin-left: 8px;
        margin-right: 8px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
      section.vcw_index .sec4_container.vcw_container #comparison_table button.read_more_btn:hover {
        background-color: #E4352B; }
      section.vcw_index .sec4_container.vcw_container #comparison_table button.read_more_btn.hide_btn {
        background-color: #57627E; }
        section.vcw_index .sec4_container.vcw_container #comparison_table button.read_more_btn.hide_btn:hover {
          background-color: #6d83b3; }
    @media only screen and (max-width: 1199px) {
      section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.list_title > button {
        padding: 12px 4px; } }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec4_container.vcw_container #comparison_table {
        border: 2px solid #1097F9;
        border-radius: 20px;
        overflow: hidden; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_tr_0 {
          display: none; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .table_td {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border-bottom: 1px solid #1097F9; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.list_title {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            background-color: #fff; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.in_person_course, section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.online_course, section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.digital_course {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.in_person_course, section.vcw_index .sec4_container.vcw_container #comparison_table .table_td.digital_course {
            display: none; }
        section.vcw_index .sec4_container.vcw_container #comparison_table img.ico_arrow {
          width: 10px;
          margin-left: 8px; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .sm_title {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          padding: 10px; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .divider {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 1px;
          flex: 0 1 1px;
          width: 1px;
          height: 100%;
          background: #1097F9; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .td_content {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row > div:first-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.unified_td {
            padding: 12px;
            background-color: #fff; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.in_person_course,
          section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.online_course,
          section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row .table_td.digital_course {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
          section.vcw_index .sec4_container.vcw_container #comparison_table .unified_row p.info {
            margin-top: 0; } }

section.vcw_index .sec5_container.vcw_container {
  padding-top: 80px; }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec5_container.vcw_container {
      padding-top: 40px; } }
  section.vcw_index .sec5_container.vcw_container .double_column_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (min-width: 1301px) {
      section.vcw_index .sec5_container.vcw_container .double_column_box .left_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%; }
      section.vcw_index .sec5_container.vcw_container .double_column_box .right_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    section.vcw_index .sec5_container.vcw_container .double_column_box .left_col {
      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-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    section.vcw_index .sec5_container.vcw_container .double_column_box .right_col {
      width: 49%; }
    @media only screen and (max-width: 1299px) {
      section.vcw_index .sec5_container.vcw_container .double_column_box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.vcw_index .sec5_container.vcw_container .double_column_box > div:first-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 600px; }
        section.vcw_index .sec5_container.vcw_container .double_column_box > div:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 600px;
          margin-top: 40px; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec5_container.vcw_container .double_column_box > div:last-child {
        margin-top: 0px; } }
  section.vcw_index .sec5_container.vcw_container .btn_container {
    max-width: 500px;
    margin-top: 40px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.vcw_index .sec5_container.vcw_container .btn_container > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 20px;
      padding-left: 16px;
      padding-right: 16px; }
    section.vcw_index .sec5_container.vcw_container .btn_container > div:nth-child(even) {
      margin-top: 20px; }
    @media only screen and (max-width: 1299px) {
      section.vcw_index .sec5_container.vcw_container .btn_container > div:nth-child(even) {
        margin-top: 0px; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec5_container.vcw_container .btn_container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        z-index: 1;
        margin-top: -10px; }
        section.vcw_index .sec5_container.vcw_container .btn_container > div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
          margin-bottom: 20px;
          padding-left: 0px;
          padding-right: 0px; } }
  section.vcw_index .sec5_container.vcw_container button.post_slide_btn {
    margin-left: auto;
    margin-right: auto;
    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;
    padding: 16px 24px;
    background: #FFFFFF;
    border: 2px solid #818594;
    -webkit-box-shadow: 8px 8px 0px #FCEEA3;
    box-shadow: 8px 8px 0px #FCEEA3;
    border-radius: 8px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer; }
    section.vcw_index .sec5_container.vcw_container button.post_slide_btn p {
      font-size: 24px;
      font-weight: 700;
      color: #57627E;
      margin-left: 10px; }
    section.vcw_index .sec5_container.vcw_container button.post_slide_btn .btn_ico {
      width: 40px;
      height: 40px;
      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;
      background-color: #C2C9E1;
      border-radius: 48px; }
      section.vcw_index .sec5_container.vcw_container button.post_slide_btn .btn_ico > img {
        width: 100%; }
    section.vcw_index .sec5_container.vcw_container button.post_slide_btn:hover, section.vcw_index .sec5_container.vcw_container button.post_slide_btn:active, section.vcw_index .sec5_container.vcw_container button.post_slide_btn.active {
      border: 2px solid #9E0B0F;
      -webkit-box-shadow: 8px 8px 0px #FF725E;
      box-shadow: 8px 8px 0px #FF725E; }
      section.vcw_index .sec5_container.vcw_container button.post_slide_btn:hover p, section.vcw_index .sec5_container.vcw_container button.post_slide_btn:active p, section.vcw_index .sec5_container.vcw_container button.post_slide_btn.active p {
        color: #9E0B0F; }
      section.vcw_index .sec5_container.vcw_container button.post_slide_btn:hover .btn_ico, section.vcw_index .sec5_container.vcw_container button.post_slide_btn:active .btn_ico, section.vcw_index .sec5_container.vcw_container button.post_slide_btn.active .btn_ico {
        background-color: #9E0B0F; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec5_container.vcw_container button.post_slide_btn {
        padding: 8px 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.vcw_index .sec5_container.vcw_container button.post_slide_btn p {
          font-size: 16px;
          line-height: 20px;
          margin-left: 0px; }
        section.vcw_index .sec5_container.vcw_container button.post_slide_btn .btn_ico {
          width: 28px;
          height: 28px; } }
  section.vcw_index .sec5_container.vcw_container #ig_post_slider {
    width: 100%; }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider .slick-track > div {
      width: 100%; }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider .content_box {
      width: 100%;
      max-width: 470px;
      border-radius: 16px;
      border: 2px solid #818594;
      background-color: #fff; }
      section.vcw_index .sec5_container.vcw_container #ig_post_slider .content_box p {
        margin-bottom: 0; }
      section.vcw_index .sec5_container.vcw_container #ig_post_slider .content_box .inner_post > p {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec5_container.vcw_container #ig_post_slider .content_box .inner_post > p {
          padding-left: 12px;
          padding-right: 12px;
          padding-bottom: 12px; } }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider .tool_bar {
      width: 100%;
      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;
      padding: 24px; }
      section.vcw_index .sec5_container.vcw_container #ig_post_slider .tool_bar > div {
        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; }
      section.vcw_index .sec5_container.vcw_container #ig_post_slider .tool_bar p {
        margin-right: 12px; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec5_container.vcw_container #ig_post_slider .tool_bar {
          padding: 12px; }
          section.vcw_index .sec5_container.vcw_container #ig_post_slider .tool_bar p {
            margin-right: 8px; } }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider img.pmabc_logo {
      width: 66px;
      margin-right: 10px; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec5_container.vcw_container #ig_post_slider img.pmabc_logo {
          width: 40px;
          margin-right: 4px; } }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider img.feature_ico {
      width: 32px;
      margin-right: 4px; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .sec5_container.vcw_container #ig_post_slider img.feature_ico {
          width: 24px; } }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider img.feature_image {
      width: 100%; }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider.slick-dotted.slick-slider {
      margin-bottom: 0; }
    section.vcw_index .sec5_container.vcw_container #ig_post_slider.slick-initialized .slick-slide {
      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; }

section.vcw_index .sec8_container.vcw_container .inner_box .img_photo {
  margin-top: 60px;
  position: relative; }
  section.vcw_index .sec8_container.vcw_container .inner_box .img_photo > img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0; }
    section.vcw_index .sec8_container.vcw_container .inner_box .img_photo > img:nth-child(2).appear.view:hover {
      -webkit-transform: scale(1.03);
      transform: scale(1.03); }
  @media only screen and (max-width: 1299px) {
    section.vcw_index .sec8_container.vcw_container .inner_box .img_photo > img {
      width: 100%; } }
  @media only screen and (max-width: 719px) {
    section.vcw_index .sec8_container.vcw_container .inner_box .img_photo {
      margin-top: 40px; } }

section.vcw_index .sec8_container.vcw_container .double_column_box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (min-width: 1301px) {
    section.vcw_index .sec8_container.vcw_container .double_column_box .left_col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
    section.vcw_index .sec8_container.vcw_container .double_column_box .right_col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
      flex: 0 0 58%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (max-width: 1299px) {
    section.vcw_index .sec8_container.vcw_container .double_column_box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.vcw_index .sec8_container.vcw_container .double_column_box > div:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
      section.vcw_index .sec8_container.vcw_container .double_column_box > div:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  section.vcw_index .sec8_container.vcw_container .double_column_box .left_col {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.vcw_index .sec8_container.vcw_container .double_column_box .right_col {
    width: 100%; }

section.vcw_index .sec8_container.vcw_container #experience_slider {
  width: 100%; }
  section.vcw_index .sec8_container.vcw_container #experience_slider .slick-track {
    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; }
    @media only screen and (max-width: 1299px) {
      section.vcw_index .sec8_container.vcw_container #experience_slider .slick-track {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  section.vcw_index .sec8_container.vcw_container #experience_slider .exp_slide {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 1299px) {
      section.vcw_index .sec8_container.vcw_container #experience_slider .exp_slide {
        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: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  section.vcw_index .sec8_container.vcw_container #experience_slider .content_box {
    width: 100%;
    max-width: 710px;
    position: relative;
    margin-bottom: 32px;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 24px;
    background-color: #fff;
    border: 2px solid #57627E;
    border-radius: 16px; }
    section.vcw_index .sec8_container.vcw_container #experience_slider .content_box p {
      margin-top: 8px; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .sec8_container.vcw_container #experience_slider .content_box {
        max-width: 600px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec8_container.vcw_container #experience_slider .content_box {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; }
        section.vcw_index .sec8_container.vcw_container #experience_slider .content_box p {
          font-size: 16px; } }
  section.vcw_index .sec8_container.vcw_container #experience_slider .flag {
    position: absolute;
    top: 16px;
    right: -15px;
    width: 150px;
    height: 56px;
    background-image: url(../vcw_img/sec8/img_flag.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section.vcw_index .sec8_container.vcw_container #experience_slider .flag p {
      font-size: 18px;
      font-weight: 700;
      color: #fff; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec8_container.vcw_container #experience_slider .flag {
        width: 120px;
        height: 47px;
        right: -12px; }
        section.vcw_index .sec8_container.vcw_container #experience_slider .flag p {
          font-size: 14px;
          line-height: 28px; } }
  section.vcw_index .sec8_container.vcw_container #experience_slider .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.vcw_index .sec8_container.vcw_container #experience_slider .info > img {
      width: 60px; }
    section.vcw_index .sec8_container.vcw_container #experience_slider .info p.senior_name {
      margin-left: 16px;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 2px;
      font-weight: 700;
      color: #57627E; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .sec8_container.vcw_container #experience_slider .info > img {
        width: 40px; }
      section.vcw_index .sec8_container.vcw_container #experience_slider .info p.senior_name {
        margin-left: 12px;
        font-size: 16px; } }
  section.vcw_index .sec8_container.vcw_container #experience_slider .card_dots {
    padding-left: 0;
    width: 100%;
    max-width: 710px;
    list-style: none;
    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; }
    section.vcw_index .sec8_container.vcw_container #experience_slider .card_dots > li {
      padding-left: 8px;
      padding-right: 8px; }
    @media only screen and (max-width: 1299px) {
      section.vcw_index .sec8_container.vcw_container #experience_slider .card_dots {
        margin-left: auto;
        margin-right: auto; } }
  section.vcw_index .sec8_container.vcw_container #experience_slider .card_dots li button {
    width: 16px;
    height: 16px;
    background-color: #FCEEA3;
    border: 2px solid #FCEEA3;
    border-radius: 20px;
    text-indent: -9999px;
    cursor: pointer; }
  section.vcw_index .sec8_container.vcw_container #experience_slider .card_dots li.slick-active button {
    background-color: #FFFFFF;
    border: 2px solid #57627E; }
  section.vcw_index .sec8_container.vcw_container #experience_slider.slick-dotted.slick-slider {
    margin-bottom: 0; }

@media only screen and (max-width: 1299px) {
  section.vcw_index .sec8_container.vcw_container img.lg_show {
    display: none; } }

section.vcw_index .sec8_container.vcw_container img.sm_show {
  display: none; }
  @media only screen and (max-width: 991px) {
    section.vcw_index .sec8_container.vcw_container img.sm_show {
      display: block; } }

.pmabc_width {
  padding-top: 0px; }
  @media only screen and (max-width: 999px) {
    .pmabc_width {
      padding-top: 0; } }
  @media only screen and (max-width: 665px) {
    .pmabc_width {
      margin-top: -22px; } }
  @media only screen and (min-width: 1728px) {
    .pmabc_width {
      margin-left: 5%;
      margin-right: 5%; } }
  .pmabc_width img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -ms-interpolation-mode;
    image-rendering: -ms-crisp-edges;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; }

section.vcw_index {
  overflow: hidden;
  width: 100%;
  border: 1px solid #e7fbff; }
  section.vcw_index h1, section.vcw_index h2, section.vcw_index h3, section.vcw_index h4, section.vcw_index h5, section.vcw_index h6, section.vcw_index a, section.vcw_index p, section.vcw_index li, section.vcw_index ol, section.vcw_index span {
    font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif; }
  section.vcw_index .vcw_container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../vcw_img/bg_path.png);
    background-repeat: repeat;
    background-size: 100px 100px;
    background-position: top center; }
    section.vcw_index .vcw_container .web_screen {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-top: 48px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 24px;
      position: relative;
      background: #FFFFFF;
      border: 2px solid #9E0B0F;
      border-radius: 8px; }
      section.vcw_index .vcw_container .web_screen .web_header {
        width: 100%;
        padding: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #9E0B0F; }
        section.vcw_index .vcw_container .web_screen .web_header > img {
          width: 50px; }
      section.vcw_index .vcw_container .web_screen a.back_to_up {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-decoration: none;
        position: absolute;
        top: -20px;
        left: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 4px 12px;
        cursor: pointer;
        border: none;
        border-radius: 30px;
        background-color: #E4352B;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
        section.vcw_index .vcw_container .web_screen a.back_to_up > img {
          width: 16px;
          margin-right: 4px; }
        section.vcw_index .vcw_container .web_screen a.back_to_up > p {
          margin-top: 0 !important;
          margin-bottom: 0;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 2px;
          color: #ffffff; }
        section.vcw_index .vcw_container .web_screen a.back_to_up:hover {
          background-color: #FF700A; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .vcw_container .web_screen {
          padding-top: 32px;
          padding-left: 16px;
          padding-right: 16px;
          padding-bottom: 16px; }
          section.vcw_index .vcw_container .web_screen .web_header {
            padding: 6px; }
            section.vcw_index .vcw_container .web_screen .web_header > img {
              width: 36px; }
          section.vcw_index .vcw_container .web_screen a.back_to_up {
            top: -24px;
            left: 4px; }
            section.vcw_index .vcw_container .web_screen a.back_to_up > p {
              padding-left: 0 !important;
              padding-right: 0 !important; } }
    section.vcw_index .vcw_container .main_title {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.vcw_index .vcw_container .main_title h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 4px;
        font-weight: 900;
        color: #E4352B; }
      section.vcw_index .vcw_container .main_title h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 28px;
        line-height: 48px;
        letter-spacing: 8px;
        font-weight: 700;
        color: #57627E; }
        section.vcw_index .vcw_container .main_title h3 > span {
          position: relative;
          z-index: 1; }
      section.vcw_index .vcw_container .main_title.primary_title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.vcw_index .vcw_container .main_title.primary_title h2 {
          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; }
          section.vcw_index .vcw_container .main_title.primary_title h2:before, section.vcw_index .vcw_container .main_title.primary_title h2:after {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            margin-left: 20px;
            margin-right: 20px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url(../vcw_img/path/path_diamond.svg);
            background-position: center top; }
        section.vcw_index .vcw_container .main_title.primary_title h3 {
          display: block; }
          section.vcw_index .vcw_container .main_title.primary_title h3 > span:before {
            content: '';
            display: block;
            width: 100%;
            height: 7px;
            position: absolute;
            left: -4px;
            bottom: 0px;
            z-index: -1;
            background-color: #FCEEA3;
            border-radius: 20px; }
        @media only screen and (max-width: 991px) {
          section.vcw_index .vcw_container .main_title.primary_title h2 {
            font-size: 32px;
            letter-spacing: 2px; }
            section.vcw_index .vcw_container .main_title.primary_title h2:before, section.vcw_index .vcw_container .main_title.primary_title h2:after {
              margin-left: 8px;
              margin-right: 8px;
              width: 12px;
              height: 12px; }
          section.vcw_index .vcw_container .main_title.primary_title h3 {
            font-size: 20px;
            line-height: 32px;
            letter-spacing: 4px; } }
      section.vcw_index .vcw_container .main_title.secondary_title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.vcw_index .vcw_container .main_title.secondary_title:before, section.vcw_index .vcw_container .main_title.secondary_title:after {
          content: '';
          display: block;
          width: 18px;
          height: 18px;
          margin-left: 20px;
          margin-right: 20px;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url(../vcw_img/path/path_diamond.svg);
          background-position: center top; }
        section.vcw_index .vcw_container .main_title.secondary_title h3 > span:before {
          content: '';
          display: block;
          width: 100%;
          height: 15px;
          position: absolute;
          left: -6px;
          bottom: -4px;
          z-index: -1;
          background-image: url(../vcw_img/path/path_slash.svg);
          background-repeat: repeat-x;
          background-size: auto;
          background-position: 0 0; }
        @media only screen and (max-width: 719px) {
          section.vcw_index .vcw_container .main_title.secondary_title:before, section.vcw_index .vcw_container .main_title.secondary_title:after {
            width: 12px;
            height: 12px;
            margin-left: 4px;
            margin-right: 4px; }
          section.vcw_index .vcw_container .main_title.secondary_title h2 {
            font-size: 28px;
            line-height: 32px;
            letter-spacing: 1px; }
          section.vcw_index .vcw_container .main_title.secondary_title h3 {
            font-size: 20px;
            letter-spacing: 1px; } }
    section.vcw_index .vcw_container .title_box {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
      width: 100%;
      max-width: 293px;
      background: url(../vcw_img/title/sub_chat_middle.png);
      background-repeat: repeat-y;
      background-size: 100% auto;
      background-position: center; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .vcw_container .title_box {
          padding-top: 10px;
          padding-bottom: 10px; } }
      section.vcw_index .vcw_container .title_box h3 {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 4px;
        font-weight: 900;
        color: #E4352B;
        text-align: center; }
        section.vcw_index .vcw_container .title_box h3:before, section.vcw_index .vcw_container .title_box h3:after {
          content: '';
          display: block;
          width: 38px;
          height: 34px;
          position: absolute;
          z-index: 1;
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat; }
        section.vcw_index .vcw_container .title_box h3:before {
          background-image: url(../vcw_img/title/sub_chat_path_left.svg);
          top: -5px;
          left: 40px; }
        section.vcw_index .vcw_container .title_box h3:after {
          background-image: url(../vcw_img/title/sub_chat_path_right.svg);
          top: -5px;
          right: 48px; }
      section.vcw_index .vcw_container .title_box h5 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 8px;
        color: #57627E;
        text-align: center; }
        section.vcw_index .vcw_container .title_box h5 > span {
          position: relative;
          z-index: 1; }
          section.vcw_index .vcw_container .title_box h5 > span:before {
            content: '';
            display: block;
            width: 100%;
            height: 7px;
            position: absolute;
            left: -4px;
            bottom: 0px;
            z-index: -1;
            background-image: url(../vcw_img/path/path_wave_short.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
      section.vcw_index .vcw_container .title_box:before, section.vcw_index .vcw_container .title_box:after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
        background-size: 100% auto;
        background-repeat: no-repeat; }
      section.vcw_index .vcw_container .title_box:before {
        background-image: url(../vcw_img/title/sub_chat_bottom.png);
        background-position: center top;
        padding-bottom: 10.238%;
        top: 100%; }
      section.vcw_index .vcw_container .title_box:after {
        background-image: url(../vcw_img/title/sub_chat_top.png);
        background-position: center bottom;
        padding-bottom: 3.07%;
        bottom: 100%; }
    section.vcw_index .vcw_container .block_shadow {
      -webkit-box-shadow: 8px 8px 0px #FCEEA3;
      box-shadow: 8px 8px 0px #FCEEA3; }
      @media only screen and (max-width: 719px) {
        section.vcw_index .vcw_container .block_shadow {
          -webkit-box-shadow: 4px 4px 0px #FCEEA3;
          box-shadow: 4px 4px 0px #FCEEA3; } }
    section.vcw_index .vcw_container .appear {
      -webkit-transition: all 0.8s;
      transition: all 0.8s;
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px); }
      section.vcw_index .vcw_container .appear.view {
        opacity: 1;
        -webkit-transform: none;
        transform: none; }
  section.vcw_index .inner_gap {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .inner_gap {
        padding-left: 15px;
        padding-right: 15px; } }
    section.vcw_index .inner_gap .path_block > img {
      position: absolute;
      z-index: -1; }
    section.vcw_index .inner_gap .path_block img.path_circle {
      width: 28px; }
    section.vcw_index .inner_gap .path_block img.path_dot_circle {
      width: 140px; }
    section.vcw_index .inner_gap .path_block img.path_line_circle {
      width: 120px; }
    section.vcw_index .inner_gap .path_block img.path_square {
      width: 32px; }
    section.vcw_index .inner_gap .path_block img.path_rectangle {
      width: 60px; }
    section.vcw_index .inner_gap .path_block img.path_dot_rectangle {
      width: 320px; }
    section.vcw_index .inner_gap .path_block img.path_line_triangle {
      width: 100px; }
    section.vcw_index .inner_gap .path_block img.path_triangle_u {
      width: 26px; }
    section.vcw_index .inner_gap .path_block img.path_triangle_d {
      width: 26px; }
    section.vcw_index .inner_gap .path_block img.path_wave {
      width: 58px; }
  section.vcw_index .inner_box .double_column_box {
    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; }
    @media only screen and (max-width: 991px) {
      section.vcw_index .inner_box .double_column_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.vcw_index .inner_box .double_column_box > div:first-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
        section.vcw_index .inner_box .double_column_box > div:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  section.vcw_index .inner_box .triple_column_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section.vcw_index .inner_box .triple_column_box > div, section.vcw_index .inner_box .triple_column_box a {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    @media only screen and (max-width: 719px) {
      section.vcw_index .inner_box .triple_column_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.vcw_index .inner_box .triple_column_box > div {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin-bottom: 32px; }
        section.vcw_index .inner_box .triple_column_box > div:last-child {
          margin-bottom: 0px; } }
  section.vcw_index .inner_box p {
    font-size: 18px;
    line-height: 32px;
    color: #57627E;
    margin-bottom: 24px; }
    section.vcw_index .inner_box p:last-child {
      margin-bottom: 0; }
  section.vcw_index a {
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: underline;
    font-weight: bold;
    color: #982027;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    section.vcw_index a:hover {
      color: #F5C620; }
  section.vcw_index a.btn_primary {
    display: block; }
  section.vcw_index .button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  section.vcw_index button.go_top {
    text-align: center;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    section.vcw_index button.go_top .ico_up {
      width: 40px;
      height: 40px;
      border-radius: 30px;
      background-color: #982027;
      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-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); }
      section.vcw_index button.go_top .ico_up > img {
        width: 16px; }
    section.vcw_index button.go_top > p {
      margin-top: 8px;
      font-size: 14px;
      font-weight: 900;
      color: #982027;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    section.vcw_index button.go_top:hover .ico_up {
      background-color: #E4352B; }
    section.vcw_index button.go_top:hover > p {
      color: #E4352B; }

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