@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-family: "noto sans kr";
}

body {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: #494949;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

.prev_level {
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 5%;
    bottom: 2%;
    padding: 0 2%;
}

.prev_level::after {
    content: "←";
    font-size: 1.3vmax;
    color: #494949;
    position: absolute;
    right: 100%;
    bottom: 1%;
}

.prev_level a {
    display: block;
    text-align: center;
}

.prev_level a span {
    font-size: 1.2vmax;
    color: #494949;
}

.next_level {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 5%;
    bottom: 2%;
    padding: 0 2%;
}

.next_level::after {
    content: "→";
    font-size: 1.3vmax;
    color: #494949;
    position: absolute;
    left: 100%;
    bottom: 1%;
}

.next_level a {
    display: block;
    text-align: center;
}

.next_level a span {
    font-size: 1.2vmax;
    color: #494949;
}

#u4a_wrap {
    width: 100%;
    height: 100vh;
    background-image: url(../IMG/mainCover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

#u4a_wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#u4a_wrap .u4a_cover {
    width: 100%;
    height: 100vh;
    position: relative;
}

#u4a_wrap .u4a_cover .cover_header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 50px 0;
}

#u4a_wrap .u4a_cover .cover_header .info_logo {
    width: 130px;
}

#u4a_wrap .u4a_cover .cover_header .info_logo img {
    width: 100%;
}

#u4a_wrap .u4a_cover .cover_header .u4a_logo {
    width: 200px;
}

#u4a_wrap .u4a_cover .cover_header .u4a_logo img {
    width: 100%;
}

#u4a_wrap .u4a_cover .cover_content {
    width: 100%;
    height: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#u4a_wrap .u4a_cover .cover_content .content_topText {
    font-size: 1.5vmax;
    margin-right: 50px;
}

#u4a_wrap .u4a_cover .cover_content .content_title {
    font-size: 4vmax;
    font-weight: 700;
    margin-right: 200px;
}

#u4a_wrap .u4a_cover .cover_content .content_title span:first-child {
    color: #cc00ff;
}

#u4a_wrap .u4a_cover .cover_content .content_title span:last-child {
    color: #494949;
}

#u4a_wrap .u4a_cover .cover_content .content_border {
    width: 80%;
    height: 5px;
    display: flex;
    justify-content: flex-end;
}

#u4a_wrap .u4a_cover .cover_content .content_border .border1 {
    width: 65%;
    height: inherit;
    background-color: #000000;
}

#u4a_wrap .u4a_cover .cover_content .content_border .border2 {
    width: 35%;
    height: inherit;
    background-color: #cc00ff;
}

#u4a_wrap .u4a_cover .cover_content .content_version {
    font-size: 2.5vmax;
    font-weight: 700;
    margin-right: 50px;
}

#u4a_wrap .u4a_cover .cover_footer {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 50px 5px;
}

#u4a_wrap .u4a_cover .cover_footer .sap_logo {
    width: 120px;
}

#u4a_wrap .u4a_cover .cover_footer .sap_logo img {
    width: 100%;
}

#u4a_wrap #u4a_content {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_menu {
    width: 17%;
    height: 100%;
    border-right: 0.063rem solid #494949;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* overflow-y: scroll; */
}


/* #u4a_wrap #u4a_content .u4a_menu::-webkit-scrollbar {
    width: 5px;
} */

#u4a_wrap #u4a_content .u4a_menu .menu_header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 5%;
    background-color: #2e2e2e;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_menu .menu_header span {
    font-size: 1.5vmax;
    font-weight: 700;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_menu>ul {
    width: 100%;
    height: 100%;
    padding: 5%;
    overflow-y: scroll;
}

#u4a_wrap #u4a_content .u4a_menu>ul::-webkit-scrollbar {
    width: 5px;
}

#u4a_wrap #u4a_content .u4a_menu>ul::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

#u4a_wrap #u4a_content .u4a_menu>ul::-webkit-scrollbar-thumb {
    background-color: #494949;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li {
    width: 100%;
    margin-bottom: 6%;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>.main_list {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>.main_list .main_list_num {
    width: 20px;
    height: 20px;
    line-height: 33px;
    text-align: center;
    background-color: #2e2e2e;
    color: #ffffff;
    margin-right: 10px;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>.main_list .main_list_title {
    font-size: 1.25vmax;
    font-weight: 600;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>.main_list.on .main_list_num {
    background-color: #cc00ff;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>.main_list.on .main_list_title {
    color: #cc00ff;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>ul {
    width: 100%;
    padding: 0 0 0 5px;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li {
    padding: 8px 0;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li strong,
#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li strong,
#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li strong {
    font-size: 0.9vmax;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li:nth-last-of-type(2) strong,
#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li:nth-last-of-type(3) strong {
    letter-spacing: -1px;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li.on {
    color: #cc00ff;
    font-weight: 700;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li {
    font-size: 0.8vmax;
    cursor: pointer;
}

#u4a_wrap #u4a_content .u4a_menu>ul>li>ul>li:hover {
    color: #cc00ff;
}

#u4a_wrap #u4a_content .u4a_main_content {
    width: 83%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 1%;
}

#u4a_wrap #u4a_content .u4a_main_content .main {
    width: 95%;
    height: calc(100% - 80px);
    overflow: hidden;
    /* overflow-y: scroll; */
    border: 0.063rem solid #cccccc;
    /* scroll-behavior: smooth; */
}

#u4a_wrap #u4a_content .u4a_main_content .main::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform {
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow-y: scroll;
    scroll-behavior: smooth; */
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 span {
    font-size: 1vmax;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .left__box {
    width: 20%;
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .left__box .out__box {
    width: 100%;
    height: 100%;
    padding: 5px;
    text-align: center;
    background-color: #7c7c7c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .left__box .out__box>span {
    width: 100%;
    font-size: 1vmax;
    padding: 3% 0;
    display: block;
    background-color: #7c7c7c;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .left__box .out__box .inner__box {
    width: 100%;
    height: 93.5%;
    padding: 0 3%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .left__box .out__box .inner__box .inner__detail__box {
    width: 100%;
    height: 18%;
    background-color: #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .left__box .out__box .inner__box .inner__detail__box img {
    width: 30%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .left__box .out__box .inner__box .inner__detail__box span {
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .middle__box {
    width: 10%;
    height: 90%;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .middle__box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: arrow 2.5s linear infinite;
    animation: arrow 2.5s linear infinite;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box {
    width: 70%;
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box {
    width: 100%;
    height: 43%;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:first-child {
    height: 10%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:first-child ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:first-child ul li {
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:first-child ul li:nth-child(2n) {
    margin: 0 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:nth-child(2) {
    position: relative;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:nth-child(2) span {
    width: 74%;
    font-size: 1vmax;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:last-child {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:last-child img {
    height: 60%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:last-child ul {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page1 .summary__box .right__box .out__box .inner__box:last-child ul li {
    font-size: 1vmax;
    margin: 0 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box {
    width: 49.5%;
    height: 48%;
    background-color: #dddddd;
    padding: 10px;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box span {
    width: 100%;
    font-size: 1vmax;
    padding: 1% 0;
    display: block;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box {
    width: 100%;
    height: 80%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box {
    width: 45%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box {
    width: 100%;
    height: 70%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .web__box {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .web__box img {
    width: 50%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .web__box span {
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .abap__box {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .abap__box img {
    width: 60%;
    margin-top: 10%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .abap__box span {
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .obo__box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .obo__box .obo__img {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .left__box .img__box .obo__box .obo__img img {
    width: 24%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .right__box {
    width: 55%;
    height: 80%;
    border-left: 1px solid #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .right__box .title {
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .right__box .img__box {
    width: 100%;
    height: 70%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .right__box .img__box img {
    width: 40%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .right__box .img__box img[alt=develope_time] {
    width: 21%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .right__box .img__box span {
    padding: 1% 0;
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__left__box {
    width: 40%;
    height: 80%;
    padding-top: 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__left__box .img__box {
    width: 100%;
    height: 90%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__left__box .img__box img {
    width: 60%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__middle__box {
    width: 15%;
    height: 80%;
    padding-top: 37px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__middle__box img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__right__box {
    width: 40%;
    height: 80%;
    padding-top: 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__right__box .img__box {
    width: 100%;
    height: 90%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .erp__right__box .img__box img {
    width: 55%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .toolkit__left__box {
    width: 65%;
    height: 80%;
    padding-top: 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .toolkit__left__box .img__box {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .toolkit__left__box .img__box img {
    width: 50%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .toolkit__right__box {
    width: 35%;
    height: 80%;
    padding-top: 37px;
    border-left: 1px solid #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .toolkit__right__box .img__box {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page2 .out__box .inner__box .toolkit__right__box .img__box img {
    width: 55%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 {
    display: flex;
    justify-content: space-around;
    padding: 30px 40px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox {
    width: 70%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox span {
    width: 100%;
    font-size: 1vmax;
    text-align: center;
    display: block;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img {
    width: 100%;
    height: 90%;
    position: relative;
    background-color: #494949;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img img {
    width: 98%;
    height: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box {
    width: 98%;
    height: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #bdbdbd;
    display: inline-block;
    text-align: center;
    font-size: 1vmax;
    position: absolute;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span.first {
    top: 1%;
    left: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span.second {
    top: 40%;
    left: 5%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span.third {
    top: 80%;
    left: 5%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span.forth {
    top: 65%;
    left: 40%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span.fifth {
    top: 50%;
    left: 63%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span.sixth {
    top: 10%;
    left: 90%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .lBox .img .num__box span.seventh {
    top: 90%;
    left: 90%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox {
    width: 20%;
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox table {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox table tr {
    height: 14%;
    border: 1px solid;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox table tr td {
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox table tr td:first-child {
    width: 20%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox table tr td:last-child {
    padding-left: 30px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox table tr td span {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #bdbdbd;
    display: inline-block;
    text-align: center;
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page3 .rBox table tr td ul li {
    font-size: 0.7vmax;
    letter-spacing: -1px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 img {
    width: 90%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box {
    width: 80%;
    height: 90%;
    padding: 10px;
    background-color: #dddddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box span {
    font-size: 1vmax;
    font-weight: 700;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box span:first-child {
    width: 31%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box span:nth-child(2) {
    width: 68%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box span:last-child {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box {
    height: 40%;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:first-of-type {
    width: 31%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:first-of-type .user {
    width: 100%;
    height: 70%;
    background-color: #777777;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:first-of-type .user img:first-child {
    width: 30%;
    height: 50%;
    margin-right: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:first-of-type .user img:nth-child(2) {
    width: 30%;
    margin-left: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:first-of-type .user span {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:first-of-type .sicf {
    width: 100%;
    height: 20%;
    border: 1px dashed #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) {
    width: 68%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class {
    width: 100%;
    height: 70%;
    background-color: #777777;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .inner__box {
    width: 100%;
    height: 70%;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .inner__box span {
    width: 30%;
    font-size: 26px;
    color: #494949;
    border-right: 0.063rem solid #000000;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .inner__box img {
    width: 15%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .inner__box img:nth-child(2) {
    width: 10%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .inner__box img:nth-child(3) {
    width: 10%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class img {
    width: 15%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class span {
    width: 75%;
    font-size: 1vmax;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .db {
    width: 40%;
    height: 20%;
    border: 1px dashed #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .db__lib {
    width: 25%;
    height: 20%;
    border: 1px dashed #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:nth-of-type(2) .render__class .db__con {
    width: 30%;
    height: 20%;
    border: 1px dashed #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type .engine {
    width: 30%;
    height: 100%;
    background-color: #777777;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type .engine span {
    width: 100%;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type .engine img {
    position: absolute;
    width: 35%;
    left: 5%;
    bottom: 5%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type .class {
    width: 20%;
    height: 100%;
    border: 1px dashed #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type .con {
    width: 40%;
    height: 100%;
    padding: 20px 15px;
    background-color: #777777;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type .con .con__img {
    width: 30%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page4 .out__box .inner__box:last-of-type .con .con__img img {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page5 img {
    width: 95%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page6 img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page7 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page7 img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page8 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page8 span {
    font-size: 1vmax;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page8 img {
    width: 105%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box {
    width: 90%;
    height: 95%;
    background-color: #dddddd;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__tbox {
    width: 100%;
    height: 13%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__mbox {
    width: 100%;
    height: 21%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__mbox2 {
    width: 100%;
    height: 21%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__tbox div:not(:first-child),
#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__mbox div:not(:first-child),
#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__mbox2 div:not(:first-child) {
    width: 39%;
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__bbox {
    width: 100%;
    height: 40%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__bbox .cont {
    width: 79%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__bbox .cont ul {
    width: 48%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__bbox .cont ul li {
    width: 100%;
    height: 13%;
    background-color: #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__bbox .cont ul li:first-child {
    background-color: #777777;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__bbox .cont ul:first-child li span {
    width: 31%;
    text-align: left;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div.inner__bbox .cont ul:last-child li span {
    width: 51%;
    text-align: left;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div>div:first-child {
    width: 20%;
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div>div.title {
    background-color: #777777;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9 .out__box>div>div.cont {
    background-color: #ffffff;
}


/* ********************** */

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box {
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box {
    width: 100%;
    height: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box span {
    padding: 10px 0;
    display: block;
    font-weight: 700;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box .inner__box {
    width: 100%;
    height: 90%;
    background-color: #ffffff;
    padding: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box .inner__box table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box .inner__box table tr {
    width: 100%;
    height: 20%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box .inner__box table tr td {
    border: 0.063rem dashed #000000;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box .inner__box table tr td.u4aOl {
    background-color: #4F77DB;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .top__box .out__box span b {
    color: #cc00ff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .bottom__box {
    width: 100%;
    height: 20%;
    background-color: #4F77DB;
    border-radius: 50px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .bottom__box ul {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .left__box .bottom__box ul li {
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding: 6px 0 6px 30px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box {
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box {
    width: 100%;
    height: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box span {
    padding: 10px 0;
    display: block;
    font-weight: 700;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box {
    width: 100%;
    height: 90%;
    background-color: #ffffff;
    padding: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box table tr {
    width: 100%;
    height: 20%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box table tr td {
    border: 0.063rem dashed #000000;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box table tr td.pointB {
    background-color: #4F77DB;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box table tr td.pointSB {
    background-color: #E6EFFF;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box table tr td.pointY {
    background-color: #FFEBD4;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .top__box .out__box .inner__box table tr td.pointG {
    background-color: #E6FFF1;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .bottom__box {
    width: 100%;
    height: 20%;
    background-color: #FFEBD4;
    border-radius: 50px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .bottom__box ul {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page9_1 .right__box .bottom__box ul li {
    width: 100%;
    text-align: left;
    padding: 6px 0 6px 30px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 img {
    width: 90%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box {
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box {
    width: 100%;
    height: 50%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box span {
    padding: 10px 0;
    display: block;
    font-weight: 700;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box span b {
    color: #cc00ff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box {
    width: 100%;
    height: 90%;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box .title__box {
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box table {
    width: 100%;
    height: 150px;
    padding: 20px 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box table tr {
    width: 100%;
    height: 30px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box table tr td {
    height: inherit;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box table tr td:nth-child(3) {
    background-color: #cccccc;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box table tr td svg {
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .top__box .out__box .inner__box table tr td img {
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .middle__box {
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .middle__box svg {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .bottom__box {
    width: 100%;
    height: 30%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .bottom__box .out__box {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .bottom__box .out__box span {
    padding: 10px 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .bottom__box .out__box .inner__box {
    width: 100%;
    height: 90%;
    background-color: #ffffff;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .left__box .bottom__box .out__box .inner__box span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box {
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box {
    width: 100%;
    height: 50%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box span {
    padding: 10px 0;
    display: block;
    font-weight: 700;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box {
    width: 100%;
    height: 90%;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box .title__box {
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box table {
    width: 100%;
    height: 150px;
    padding: 20px 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box table tr {
    width: 100%;
    height: 30px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box table tr td {
    height: inherit;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box table tr td:nth-child(3) {
    background-color: #cccccc;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box table tr td svg {
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .top__box .out__box .inner__box table tr td img {
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .bottom__box {
    width: 100%;
    height: 30%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .bottom__box .out__box {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .bottom__box .out__box span {
    padding: 10px 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .bottom__box .out__box .inner__box {
    width: 100%;
    height: 90%;
    background-color: #ffffff;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page10 .right__box .bottom__box .out__box .inner__box span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .left__box {
    width: 20%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .left__box .out__box {
    width: 100%;
    height: 31%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .left__box .out__box>span {
    width: 100%;
    height: 50px;
    line-height: 45px;
    font-size: 1vmax;
    display: block;
    background-color: #7c7c7c;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .left__box .out__box>span span {
    font-size: 1.25vmax;
    font-weight: 700;
    color: rgb(112, 186, 255);
    margin-left: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .left__box .out__box .inner__box {
    width: 100%;
    height: calc(100% - 50px);
    background-color: #ffffff;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .left__box .out__box .inner__box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .left__box .out__box:nth-child(2) .inner__box img {
    width: 80%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .middle__box {
    width: 15%;
    height: 90%;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .middle__box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: arrow 2.5s linear infinite;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .right__box {
    width: 50%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .right__box .out__box {
    width: 100%;
    height: 31%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .right__box .out__box>span {
    width: 100%;
    height: 50px;
    line-height: 45px;
    font-size: 1vmax;
    display: block;
    background-color: #7c7c7c;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .right__box .out__box .inner__box {
    width: 100%;
    height: calc(100% - 50px);
    background-color: #ffffff;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page11 .right__box .out__box .inner__box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px 40px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .point {
    color: rgb(0, 0, 223);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box {
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .out__box {
    width: 17%;
    height: 100%;
    background-color: #dddddd;
    padding: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .out__box .inner__box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .out__box .inner__box .title__box {
    width: 100%;
    line-height: 60px;
    background-color: #7c7c7c;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .out__box .inner__box .title__box span {
    font-size: 0.8vmax;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .out__box .inner__box ul {
    width: 100%;
    height: calc(100% - 60px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .out__box .inner__box ul li {
    font-size: 0.7vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .arrow__box {
    width: 1.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__box .arrow__box img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__bottom__box {
    width: 70%;
    height: 30%;
    border: 2px dashed #7c7c7c;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__bottom__box ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 50px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__bottom__box ul li {
    font-size: 0.8vmax;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page12 .project__methodology__bottom__box ul li::before {
    content: "●";
    font-size: 0.5rem;
    position: absolute;
    top: 7px;
    left: -20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px 40px 60px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 span {
    text-align: center;
    font-size: 1vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box .out__box {
    width: 100%;
    height: 32%;
    background-color: #dddddd;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box .out__box .inner__box:first-child {
    width: 25%;
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box .out__box .inner__box:first-child span {
    width: 100%;
    font-size: 0.8vmax;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box .out__box .inner__box:last-child {
    width: 74.5%;
    height: 100%;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box .out__box .inner__box:last-child ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box .out__box .inner__box:last-child ul li {
    margin-left: 55px;
    position: relative;
    font-size: 0.8vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page13 .content__bottom__box .out__box .inner__box:last-child ul li::before {
    content: "■";
    font-size: 1rem;
    position: absolute;
    top: 3px;
    left: -30px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .left__box {
    width: 20%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .left__box ul li {
    width: 100%;
    background-color: #dddddd;
    padding: 30px 0;
    font-size: 0.8vmax;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .left__box ul li.check {
    background-color: #7c7c7c;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .middle__box {
    width: 15%;
    height: 90%;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .middle__box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: arrow 2.5s linear infinite;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .right__box {
    width: 50%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .right__box .out__box {
    width: 100%;
    height: 31%;
    background-color: #dddddd;
    text-align: center;
    padding: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .right__box .out__box span {
    font-size: 0.8vmax;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .right__box .out__box .inner__box {
    width: 100%;
    height: 86%;
    margin-top: 5px;
    background-color: #ffffff;
    padding: 15px 25px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .right__box .out__box .inner__box ul {
    width: 100%;
    height: 70%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page14 .right__box .out__box .inner__box ul li {
    text-align: left;
    font-size: 0.7vmax;
    font-weight: 300;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table {
    width: 95%;
    height: 65%;
    border-collapse: collapse;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child {
    width: 95%;
    height: 28%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr {
    width: 100%;
    height: 100%;
    border-bottom: none;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr td {
    width: 12%;
    height: auto;
    text-align: center;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr td:nth-child(2) {
    width: 40%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr td:nth-child(3) {
    width: 12%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr td:last-child {
    width: 26%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr td img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr td ul {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table:last-child tr td ul li {
    text-align: left;
    letter-spacing: -0.5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table tr {
    width: 100%;
    height: 25%;
    border-bottom: 0.063rem solid #dddddd;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table tr td {
    width: 16.6%;
    height: auto;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page15 table tr td img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .inner__box {
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .inner__box>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area {
    width: 95%;
    height: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .left__box {
    width: 20%;
    height: 100%;
    background-color: #e9e9e9;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .left__box span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .left__box .inner__box {
    width: 100%;
    height: 85%;
    background-color: #ffffff;
    margin-top: 5px;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .left__box img {
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box {
    width: 30%;
    height: 100%;
    background-color: #e9e9e9;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__left {
    width: 49%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__left span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__left .inner__box {
    width: 100%;
    height: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #ffffff;
    margin-top: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__left .inner__box img {
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__right {
    width: 49%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__right span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__right .inner__box {
    width: 100%;
    height: 85%;
    background-color: #ffffff;
    margin-top: 5px;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .middle__box .inner__box__right .inner__box img {
    width: 90%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box {
    width: 30%;
    height: 100%;
    background-color: #e9e9e9;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__left {
    width: 49%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__left span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__left .inner__box {
    width: 100%;
    height: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #ffffff;
    margin-top: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__left .inner__box img {
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__middle {
    width: 24%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__middle span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__middle .inner__box {
    width: 100%;
    height: 85%;
    background-color: #ffffff;
    margin-top: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__middle .inner__box img {
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__right {
    width: 24%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__right span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__right .inner__box {
    width: 100%;
    height: 85%;
    background-color: #ffffff;
    margin-top: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .top__area .right__box .inner__box__right .inner__box img {
    width: 70%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .title {
    width: 95%;
    text-align: center;
    padding: 10px 0;
    background-color: #e9e9e9;
    font-size: 14px;
    font-weight: 700;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area {
    width: 95%;
    height: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box {
    width: 20%;
    height: 100%;
    background-color: #e9e9e9;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box .inner__box {
    width: 100%;
    height: 92%;
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box .inner__box span:first-child {
    width: 100%;
    display: block;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box .inner__box span:nth-of-type(2) {
    width: 93%;
    display: block;
    text-align: right;
    margin-top: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box .inner__box .img {
    width: 100%;
    height: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box .inner__box .img img {
    width: 48%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box .inner__box .img2 {
    width: 100%;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .left__box .inner__box .img2 img {
    width: 45%;
    height: 65%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box {
    width: 30%;
    height: 100%;
    background-color: #e9e9e9;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top .inner__box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top .inner__box ul {
    width: 33%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top .inner__box ul li {
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top .inner__box ul:first-child li {
    margin-bottom: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top .inner__box ul:last-child li {
    margin-bottom: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top .inner__box ul li img {
    width: 40%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__top .inner__box ul:first-child li img {
    width: 40%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__bottom {
    width: 100%;
    height: 44%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__bottom .inner__box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .middle__box .inner__box__bottom .inner__box img {
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box {
    width: 30%;
    height: 100%;
    background-color: #e9e9e9;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box span {
    font-size: 14px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__top {
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__top .inner__box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__top .inner__box .img {
    width: 12%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__top .inner__box .img img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle {
    width: 100%;
    height: 28%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box {
    width: 33%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box:last-child {
    width: 66%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box .img {
    width: 100%;
    height: 70%;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box:last-child .img {
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box:last-child .img.img1,
#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box:last-child .img.img2,
#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box:last-child .img.img3 {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box .img img {
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__middle .inner__box:last-child .img img {
    width: 60%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__bottom {
    width: 100%;
    height: 28%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__bottom .inner__box {
    width: 33%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__bottom .inner__box:nth-child(2),
#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__bottom .inner__box:last-child {
    width: 32.4%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__bottom .inner__box .img {
    width: 100%;
    height: 70%;
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .bottom__area .right__box .inner__box__bottom .inner__box .img img {
    height: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .etc {
    width: 13%;
    position: absolute;
    top: 55%;
    left: 55.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .etc img {
    width: 30%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page16 .etc span {
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box {
    width: 90%;
    height: 95%;
    background-color: #e9e9e9;
    box-shadow: 8px 8px 5px 2px #dddddd;
    text-align: center;
    padding-top: 7px;
    position: relative;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:first-child {
    width: 100%;
    height: 10%;
    background-color: #ffffff;
    font-size: 1.5vmax;
    display: flex;
    justify-content: center;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:first-child img {
    width: 100px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 87%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .s__mobile {
    width: 49.5%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .s__mobile .title {
    width: 100%;
    padding: 15px 0;
    background-color: #7c7c7c;
    color: #ffffff;
    font-size: 17px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .s__mobile .img {
    width: 80%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .s__mobile .img img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .s__mobile .list__box {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .s__mobile .list__box ul li {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .dash__board {
    width: 49.5%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .dash__board .title {
    width: 100%;
    padding: 15px 0;
    background-color: #7c7c7c;
    color: #ffffff;
    font-size: 17px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .dash__board .img {
    width: 80%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .dash__board .img img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .dash__board ul {
    width: 90%;
    text-align: left;
    font-size: 17px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page17 .out__box .inner__box:nth-child(2) .dash__board ul li {
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .demo__site {
    width: 60%;
    height: 30%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: #7c7c7c;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .demo__site .inner_area {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .demo__site .inner_area a {
    width: 150px;
    height: 150px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .demo__site .inner_area a img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .demo__site span {
    font-size: 1.25rem;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .chart__site {
    width: 60%;
    height: 30%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: #7c7c7c;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .chart__site .inner_area {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .chart__site .inner_area a {
    width: 150px;
    height: 150px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .chart__site .inner_area a img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .chart__site span {
    font-size: 1.25rem;
    color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .workbench {
    width: 60%;
    height: 30%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: #7c7c7c;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .workbench .inner_area {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .workbench .inner_area a {
    width: 150px;
    height: 150px;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .workbench .inner_area a img {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main #u4a_ide_platform .content__page.page18 .workbench span {
    font-size: 1.25rem;
    color: #ffffff;
}


/* #u4a_wrap #u4a_content .u4a_main_content .main #infocg_about_us {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

#u4a_wrap #u4a_content .u4a_main_content .main #infocg_about_us,
#u4a_wrap #u4a_content .u4a_main_content .main #sap_se_certificate {
    width: 100%;
    height: 100%;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main #infocg_about_us::-webkit-scrollbar,
#u4a_wrap #u4a_content .u4a_main_content .main #sap_se_certificate::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main #infocg_about_us .content__page,
#u4a_wrap #u4a_content .u4a_main_content .main #sap_se_certificate .content__page {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
} */

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box {
    width: 45%;
    height: 90%;
    background-color: #e9e9e9;
    box-shadow: 8px 8px 5px 2px #dddddd;
    text-align: center;
    padding-top: 7px;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box span {
    font-size: 1.25vmax;
    font-weight: 500;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box {
    width: 97%;
    height: 91%;
    background-color: #ffffff;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 15px 35px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box span {
    font-size: 1vmax;
    font-weight: 500;
    margin-bottom: 5%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Business__Areas ul {
    margin-top: 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Business__Areas ul li {
    font-size: 0.8vmax;
    margin-bottom: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .certification__Areas ul,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Assets__Areas ul {
    margin-top: 3%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .certification__Areas ul li,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Assets__Areas ul li {
    font-size: 0.8vmax;
    margin-bottom: 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status {
    margin-top: 7%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box {
    width: 50%;
    height: inherit;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 {
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1 img {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 img {
    width: 90%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1 .total,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 .total {
    font-size: 17px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1 span,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 span {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1 .text1 {
    top: 8%;
    left: 1%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1 .text2 {
    top: 6%;
    right: 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1 .text3 {
    top: 42%;
    left: 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box1 .text4 {
    top: 65%;
    left: 0;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 .text1 {
    top: 1%;
    left: 15%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 .text2 {
    top: 6%;
    right: 10%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 .text3 {
    top: 65%;
    left: 13%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .Personnel__Status .Personnel__Status__inner .box.box2 .text4 {
    top: 55%;
    right: 7%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .partners,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .customer {
    width: 48%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .partners .title,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .customer .title {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #7c7c7c;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .partners table,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .customer table {
    width: 100%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .partners table td,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .customer table td {
    width: 50%;
    padding: 0 20px;
    font-size: 0.6vmax;
    border-bottom: 0.063rem solid #cccccc;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .partners table td:last-child,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page19 .out__box .inner__box .technical__staff__composition .list__box .customer table td:last-child {
    border-left: 0.063rem solid #cccccc;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 {
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box {
    width: 97%;
    height: 90%;
    background-color: #e9e9e9;
    box-shadow: 8px 8px 5px 2px #dddddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box span {
    font-size: 22px;
    font-weight: 500;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box {
    width: 98%;
    height: 88%;
    background-color: #ffffff;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line {
    width: 97%;
    height: 40%;
    position: relative;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box1 {
    width: 100%;
    height: 45px;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box1 span {
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 40px;
    background-color: #7c7c7c;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box2 {
    width: 50%;
    height: 20px;
    border: 1px solid #000000;
    border-bottom: none;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box3 {
    width: 100%;
    height: 110px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box3 .box3_1,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box3 .box3_2 {
    width: 50%;
    height: inherit;
    position: relative;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box3 .box3_1 {
    border-right: 0.063rem solid #000000;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box3 span {
    width: 250px;
    height: 45px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 8px 0;
    background-color: #7c7c7c;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box4 {
    width: 75%;
    height: 34px;
    position: absolute;
    top: 154px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box4 .box4_1,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box4 .box4_2,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box4 .box4_3 {
    width: 33.333%;
    height: inherit;
    border-top: 0.063rem solid #000000;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box4 .box4_1,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box4 .box4_3 {
    border-right: 0.063rem solid #000000;
    border-left: 0.063rem solid #000000;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box5 {
    width: 100%;
    height: 110px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group_line .box5 span {
    width: 250px;
    height: 45px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 8px 0;
    background-color: #7c7c7c;
    color: #ffffff;
    display: block;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box {
    width: 97%;
    height: 50%;
    border: 1px dashed #000000;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 15px 20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 .erp span,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 .si span {
    font-size: 17px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 .erp span::before,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 .si span::before {
    content: "●";
    font-size: 0.6rem;
    position: relative;
    margin-right: 5px;
    top: -5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 ul,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 ul {
    margin-left: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 ul li,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box1 ul li {
    line-height: 25px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box2 {
    text-align: left;
    padding: 15px 20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box2 .solution span {
    font-size: 17px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box2 .solution span::before {
    content: "●";
    font-size: 0.6rem;
    position: relative;
    margin-right: 5px;
    top: -5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box2 .solution ul {
    margin-left: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box2 .solution ul li {
    line-height: 25px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 15px 20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .r_d span,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .consulting span {
    font-size: 17px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .r_d span::before,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .consulting span::before {
    content: "●";
    font-size: 0.6rem;
    position: relative;
    margin-right: 5px;
    top: -5px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .r_d ul,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .consulting ul {
    margin-left: 10px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .r_d ul li,
#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page20 .out__box .inner__box .inner__box__group__box .box3 .consulting ul li {
    line-height: 25px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page21 {
    text-align: center;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page21 .certified__box {
    width: 100%;
    height: 88%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page21 .certified__box img {
    width: 33%;
    background-color: #dddddd;
    padding: 20px;
}

#u4a_wrap #u4a_content .u4a_main_content .main .content__page.page21 span {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

#u4a_wrap #u4a_content .u4a_main_content .logo_footer {
    width: 100%;
    height: 60px;
    border-top: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 50px;
}

#u4a_wrap #u4a_content .u4a_main_content .logo_footer img:first-child {
    width: 120px;
}

#u4a_wrap #u4a_content .u4a_main_content .logo_footer img:last-child {
    width: 300px;
}


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