html {
    font-size: 19.2px;
    overflow: unset;
  }
  
  html body {
    all: initial;
  }
  
  html body .total-contain {
    all: initial;
  }
  
  .entrepreneurship-content {
    width: 100%;
  }
  
  .entrepreneurship-content .contents-entrepreneurship {
    width: 100%;
    display: flex;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview {
    width: 100%;
    opacity: 0;
    transition: all .35s ease-in;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-title {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    height: 8rem;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-title .imag1 {
    position: absolute;
    width: 30%;
    top: 4.875rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-title .imag2 {
    position: absolute;
    width: 50%;
    top: 2.125rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-title .title {
    width: 100%;
    position: absolute;
    display: block;
    top: 4.125rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 5vw;
    font-family: qiantuhou;
    background-image: -webkit-linear-gradient(#FAD972, #F9C67E, #F8BA87, #F6A894, #F79B98, #F494A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview {
    width: 80%;
    margin: 3rem auto;
    margin-top: 0;
    border-radius: 2rem;
    box-shadow: 2px 2px 10px #81ccbd;
    background-image: linear-gradient(to right, #fef2ec, #feeef1, #e7f6f6, #eef8f2);
    padding: 2.5rem;
    overflow: hidden;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview .entrepreneurship-head {
    font-size: 1.5vw;
    font-family: NavTitle;
    margin-bottom: 2rem;
    line-height: 3vw;
    text-align: justify;
    text-justify: newspaper;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview .entrepreneurship-head .entrepreneurship-gif {
    display: flex;
    align-items: center;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview .entrepreneurship-head .entrepreneurship-gif .star {
    width: 15%;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview .entrepreneurship-head .entrepreneurship-gif .star:nth-child(1) {
    transform: rotateZ(180deg);
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview .entrepreneurship-head .annotate {
    width: 85%;
    display: block;
    margin: 1.5rem auto;
    margin-top: -1rem;
    text-align: center;
    font-size: 1.3vw;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview .entrepreneurship-head img {
    width: 70%;
    display: block;
    margin: 2rem auto;
    margin-top: 1rem !important;
    border-radius: 0.5vw;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview .overview-title {
    display: inline-block;
    color: #F6A894;
    width: auto;
    height: 5vw;
    line-height: 5vw;
    overflow: hidden;
    background-color: #D1F2FB;
    font-size: 5vw;
    margin-bottom: 1rem;
    font-family: hawk;
    font-weight: 900;
    border-radius: 0.3125rem;
    padding: 0 1.25rem;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview p {
    font-size: 1.5vw;
    margin-bottom: 2rem;
    font-family: NavTitle;
    line-height: 3vw;
    text-align: justify;
    text-justify: newspaper;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview p .annotate {
    width: 85%;
    display: block;
    margin: 1rem auto;
    margin-top: -1rem;
    text-align: center;
    font-size: 1.3vw;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview p img {
    width: 70%;
    display: block;
    margin: 2rem auto;
    margin-top: 0 !important;
    border-radius: 0.5vw;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview p .entrepreneurship-bold {
    font-weight: 700;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview table {
    margin: 0 auto;
    margin-top: 1rem;
    border-collapse: collapse;
    font-family: NavTitle;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview table caption {
    font-size: 1.6vw;
    margin-bottom: 1rem;
    font-weight: bolder;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .overview .entrepreneurship-overview table td {
    font-size: 1.5vw;
    background-color: #fcfbf3;
    text-align: center;
    padding: 0.6rem 0;
    box-shadow: 0px 0px 1px #131313 inset !important;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .suspend {
    transition: all .35s ease-in;
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateX(100px);
    opacity: 0;
  }
  
  .entrepreneurship-content .contents-entrepreneurship .suspend .catlogue-item {
    cursor: pointer;
    background-color: #F6A894;
    color: #fff;
    padding: 0.5vw;
    font-size: 1.5vw;
    border-radius: 0.5vw;
    font-family: hawk;
    margin: 0.5rem 0;
    transition: all .35s ease-in;
    transform: translateX(50px);
  }
  
  .entrepreneurship-content .contents-entrepreneurship .suspend .catlogue-item:hover {
    transform: translateX(0px);
  }
  
  .entrepreneurship-content .contents-entrepreneurship .suspend .active {
    border-left: none !important;
  }
  