.sub_top01 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.sub_top01 .subTop-visual {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub_top01 .subTop-tit {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sub_top02 {
    margin-top: var(--headerHeight);
    padding: 120px 0 80px;
}

.subTop-tit {
    text-align: center;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
}

.sub-page > .inner {
    padding: 100px 0 160px;
}

.content > section {
    padding: 120px 0;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.commonDesc {
    margin-bottom: 60px;
}

.commonDesc span {
    color: var(--keyColor);
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.commonDesc h3 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em;
}

.commonDesc p {
    margin-top: 25px;
    color: var(--textGray);
    font-size: 18px;
    font-weight: 400;
}

.form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-list:not(:last-child) {
    margin-bottom: 30px;
}

.form-list h6 {
    font-size: 18px;
    font-weight: 600;
    width: 180px;
}

.form-list h6 sub {
    color: var(--keyColor);
}

.form-list h6 span {
    display: block;
    color: #888;
    font-size: 16px;
    font-weight: 500;
    margin-top: 3px;
}

.form-list input, .form-list textarea {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-list input {
    height: 56px;
}

.form-list textarea {
    height: 150px;
}

.checkLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.checkLabel input[type=checkbox] {
    width: 18px;
    height: 18px;
    accent-color: var(--keyColor);
    transform: translateY(5px);
}

.btnWrap {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dotList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.dotList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
}

.dotList li em {
    text-align: center;
    width: 25px;
    font-weight: 900;
}

.dotList li p {
    flex: 1;
}

.checkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.checkList li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}

.checkList li > img {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.common-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    border-radius: 500px;
    border: 1px solid #ddd;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px;
    margin: 0 auto 120px;
}

.common-tab a {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 165px;
    line-height: 1;
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-tab a.active {
    border-radius: 50px;
    color: #FFF;
    background: var(--keyColor);
}

.imgArea img {
    margin: auto;
}

.symbol-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 60px;
}

.service-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
}

.service-menu .inner .box {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    position: relative;
    height: 340px;
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: width 1s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
    transition: width 1s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
}

.service-menu .inner .box:hover {
    width: 100%;
}

.service-menu .inner .box:hover .service-menu_bg img {
    scale: 1.05;
}

.service-menu .inner .box:hover .service-menu_desc {
    max-height: 50rem;
}

.service-menu .inner .box:hover .service-menu_desc li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.service-menu .inner .box:hover .service-menu_btn {
    max-height: 50rem;
}

.service-menu .inner .box:hover .service-menu_btn a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.service-menu_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.service-menu_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    scale: 1;
    -webkit-transition: scale 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: scale 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-menu_txt {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 45vw;
}

.service-menu_tit {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

.service-menu_desc {
    height: auto;
    max-height: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), max-height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), max-height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 15px;
    gap: 0;
}

.service-menu_desc li {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.service-menu_btn {
    height: auto;
    max-height: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), max-height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), max-height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-menu_btn a {
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.service-tab {
    position: sticky;
    top: 0;
    padding-top: 20px;
    z-index: 9;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.service-tab .common-tab {
    background-color: #fff;
}

.service-DTS_gener .gener-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.service-DTS_gener .gener-list li {
    width: 100%;
}

.service-DTS_gener .gener-list li figure {
    border-radius: 20px;
    border: 1px solid #DDD;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
}

.service-DTS_gener .gener-list li div {
    border-radius: 20px;
    background: var(--bgColor);
    padding: 28px 20px;
    min-height: 260px;
    margin-top: 10px;
    text-align: center;
}

.service-DTS_gener .gener-list li div span {
    border-radius: 100px;
    background: var(--textBlack);
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; /* 16px */
    display: inline-block;
}

.service-DTS_gener .gener-list li div p {
    margin-top: 20px;
    text-align: left;
    color: #999;
    font-size: 18px;
    font-weight: 400;
}

.service-DTS_perfor .perfor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 65px;
}

.service-DTS_perfor .perfor-list li {
    width: 100%;
}

.service-DTS_perfor .perfor-list li div {
    margin-top: 30px;
    text-align: center;
}

.service-DTS_perfor .perfor-list li div span {
    border-radius: 100px;
    background: var(--bgColor);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%; /* 16px */
    display: inline-block;
}

.service-DTS_perfor .perfor-list li div strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.service-DTS_perfor .perfor-list li.best div span {
    color: #fff;
    background-color: var(--keyColor);
}

.service-DTS_perfor .perfor-list li.best div strong {
    color: var(--keyColor);
}

.service-DTS_perfor .dotList li {
    color: var(--textGray);
    font-size: 18px;
}

.service-DTS_plans .plans-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.service-DTS_plans .plans-list li {
    width: 100%;
}

.service-DTS_plans .plans-list li > div {
    border-radius: 20px;
    background: var(--bgColor);
    padding: 0px 20px;
    min-height: 280px;
    margin-bottom: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-DTS_plans .plans-list li > div figure {
    min-height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-DTS_plans .plans-list li > div strong {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.service-DTS_plans .plans-list li > div strong span {
    border-radius: 100px;
    background: var(--textBlack);
    padding: 10px 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%; /* 16px */
}

.service-DTS_plans .plans-list li > div p {
    font-size: 16px;
    font-weight: 400;
}

.service-DTS_plans .plans-list li .dotList {
    border-radius: 20px;
    border: 1px solid #DDD;
    padding: 22px 20px;
    gap: 5px;
}

.service-azoo_buyer .buyer-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 74px;
}

.service-azoo_buyer .buyer-cont_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-azoo_buyer .buyer-cont_desc .checkList {
    gap: 35px;
}

.service-azoo_buyer .buyer-cont_desc > img {
    margin: 55px auto 0;
}

.service-azoo_process .process-cont {
    max-width: 1120px;
    margin: auto;
}

.service-azoo_process .process-boxs {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.service-azoo_process .process-boxs > div {
    width: 100%;
    border-radius: 20px;
    background: var(--bgColor);
    padding: 40px 20px;
}

.service-azoo_process .process-boxs > div h6 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%; /* 20px */
    padding: 10px 20px;
    border-radius: 100px;
    background: var(--keyColor);
    margin: 0 auto 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.service-azoo_process .process-boxs > div .checkList {
    max-width: 370px;
    margin: auto;
}

.service-azoo_features .features-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.service-azoo_features .features-boxs li {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #DDD;
    padding: 35px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.service-azoo_features .features-boxs li b {
    font-size: 18px;
    font-weight: 600;
}

.service-azoo_features .features-boxs li p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: auto;
}

.service-azoo_features .features-boxs li figure {
    min-height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-azoo_features .features-count {
    margin-top: 40px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#7161EF), to(#9989FF));
    background: linear-gradient(90deg, #7161EF 0%, #9989FF 100%);
    padding: 60px 50px;
}

.service-azoo_features .features-count > b {
    color: #FFF;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.service-azoo_features .features-count > b a {
    color: var(--keyColor);
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 165px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-azoo_features .features-count > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-azoo_features .features-count > ul li {
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    padding: 0px 30px;
}

.service-azoo_features .features-count > ul li strong {
    color: #FFF;
    font-size: 55px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 30px;
    display: block;
}

.service-azoo_features .features-count > ul li p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.service-data_validate .validate-step {
    border-radius: 20px;
    background: var(--bgColor);
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.service-data_validate .validate-step li {
    border-radius: 20px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.5%;
}

.service-data_validate .validate-step li span {
    border-radius: 20px;
    background: var(--keyColor);
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-data_validate .validate-step li p {
    font-size: 18px;
    font-weight: 400;
    flex: 1;
}

.service-data_validate .dotList li {
    font-size: 18px;
}

.service-data_validate .validate-table {
    width: 100%;
    border-top: 1px solid #222;
}

.service-data_validate .validate-table .br-0 {
    border-right: none;
}

.service-data_validate .validate-table .align-c {
    text-align: center;
}

.service-data_validate .validate-table tr {
    border-bottom: 1px solid #DDD;
}

.service-data_validate .validate-table th {
    background: #F8F7FE;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; /* 18px */
    padding: 15px 30px;
}

.service-data_validate .validate-table td {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 30px;
    border-right: 1px solid #DDD;
    height: 130px;
}

.service-LLM_issue video {
    margin-bottom: 30px;
}

.technology-slide .slick-arrow {
    position: absolute;
    top: 13px;
    font-size: 0;
    text-indent: -9999px;
    background-image: url(/image/sub/slide-arrow_r.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.technology-slide .slick-prev {
    transform: rotate(180deg);
    left: 0;
}

.technology-slide .slick-next {
    right: 0;
}

.technology-slide hgroup.commonDesc {
    text-align: center;
}

.technology-slide hgroup.commonDesc p {
    color: var(--textBlack);
}

.technology-service {
    margin-top: 120px;
}

.technology-service > .fadeInUp:not(:last-child) {
    margin-bottom: 80px;
}

.company-about_grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}

.company-about_grid .box {
    border-radius: 20px;
    background: var(--bgColor);
    padding: 20px;
    text-align: center;
}

.company-about_grid .box:nth-child(1) {
    grid-column: 1/4;
}

.company-about_grid .box:nth-child(2) {
    grid-column: 4/7;
}

.company-about_grid .box:nth-child(3) {
    grid-column: 7/9;
}

.company-about_grid .box h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.company-about_grid .box h6 span {
    font-weight: 600;
    margin-right: 10px;
}

.company-about_grid .box p {
    border-radius: 20px;
    background: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 35px;
    min-height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-about_grid .box.ceo h6 span {
    color: var(--keyColor);
}

.company-about_grid .box.ceo p {
    background: var(--keyColor);
    color: #fff;
}

.company-about_list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.company-about_list li {
    width: 25%;
}

.company-about_list li h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 10px;
}

.company-about_list li p {
    color: var(--textGray);
    font-size: 16px;
    font-weight: 400;
}

.company-history {
    background-image: url("/image/sub/company-histiory_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 60px;
    position: relative;
    z-index: 999;
}

.company-history_tab {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.company-history_tab a {
    color: #FFF;
}

.company-history_tab a.active {
    background: #FFF;
    color: var(--keyColor);
}

.company-history_desc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.company-history_scroll {
    max-height: 600px;
    overflow: hidden;
}

.company-history_scroll ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.company-history_scroll ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.company-history_scroll ul li .month {
    width: 42px;
}

.company-history_scroll ul li .desc {
    flex: 1;
}

.company-rnd_list {
    border-top: 1px solid #ddd;
}

.company-rnd_list li {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8%;
    padding: 4.3% 5.6%;
}

.company-rnd_list li strong {
    display: block;
    width: 140px;
    color: var(--textGray);
    font-size: 80px;
    font-weight: 500;
    line-height: 100%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.company-rnd_list li p {
    color: var(--textGray);
    font-size: 24px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.company-rnd_list li:hover strong {
    color: var(--keyColor);
}

.company-rnd_list li:hover p {
    color: var(--textBlack);
}

.company-technology .commonDesc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.company-technology_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 55px;
}

.company-technology_card li {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #DDD;
    height: 365px;
    padding: 60px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company-technology_card li > div {
    min-height: 127px;
}

.company-technology_card li h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--keyColor);
}

.company-technology_card li p {
    margin-top: 15px;
    color: var(--textGray);
    font-size: 18px;
    font-weight: 400;
    color: var(--textBlack);
}

.company-service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
}

.company-service_list li {
    width: 100%;
}

.company-service_list li .logoBox {
    border-radius: 20px;
    border: 1px solid #DDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 180px;
    margin-bottom: 10px;
}

.company-service_list li .textBox {
    background-color: var(--bgColor);
    border-radius: 20px;
    padding: 25px 5px;
}

.company-service_list li a {
    border-radius: 20px;
    background: var(--keyColor);
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 15px 0;
    margin: 20px 15px 0;
}

.company-tit {
    text-align: center;
}

.company-tit h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
}

.company-tit p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
}

.company-business_bg {
    background-color: var(--keyColor);
    padding: 100px 0;
}

.company-business_bg .company-tit {
    color: #fff !important;
}

.company-business_bg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.5%;
    margin: 120px 0;
    flex-wrap: wrap;
    row-gap: 15px;
}

.company-business_bg ul li {
    position: relative;
}

.company-business_bg ul li p {
    color: var(--keyColor);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company-business_bg b {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    display: block;
}

.company-business_list {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.company-business_list li {
    width: 335px;
    min-height: 220px;
    padding: 25px 27px;
}

.company-business_list li b {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.company-business_list li p {
    color: var(--textGray);
    font-size: 14px;
    font-weight: 400;
}

.company-use table {
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid var(--textBlack);
}

.company-use table tr {
    border-bottom: 1px solid #DDD;
}

.company-use table thead {
    background-color: #F8F7FE;
}

.company-use table thead th {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%; /* 18px */
    padding: 15px 0px;
}

.company-use table tbody td {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    height: 180px;
    padding: 15px 30px;
}

.company-use table tbody td:not(:last-child) {
    border-right: 1px solid #DDD;
}

.company-use table tbody td.partner img {
    margin: 0 auto 20px;
}

.company-use table tbody td.partner p {
    border-radius: 20px;
    background: var(--bgColor);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 10px 20px;
}

.company-step_box {
    border-radius: 20px;
    background: var(--bgColor);
    padding: 60px 50px;
}

.company-step_box h4 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.4em;
}

.company-step_box h4 span {
    font-weight: 200;
    margin: 0 10px;
}

.company-step_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.company-step_box ul li {
    border-radius: 20px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.5%;
    padding: 30px 40px;
}

.company-step_box ul li h6 {
    border-radius: 20px;
    background: var(--keyColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 76px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.company-step_box ul li p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #444;
    font-size: 18px;
    font-weight: 400;
}

.company-parallax .inner-L {
    background-image: url(/image/sub/company-parallax.jpg);
    height: auto;
}

.company-parallax .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 105px 0;
}

.company-parallax .inner p {
    margin-bottom: 0;
}

.news-top .mainNews {
    background-color: var(--bgColor);
    height: 440px;
    margin-top: 60px;
}

.news-top .mainNews_record {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-top .mainNews_record:hover .mainNews_thumb img {
    scale: 1.1;
}

.news-top .mainNews_text {
    width: 40%;
}

.news-top .mainNews_tit {
    font-size: 30px;
    font-weight: 500;
    white-space: normal;
    line-height: 1.4em;
    height: 2.8em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-top .mainNews_date {
    margin-top: 60px;
    color: var(--textGray);
    font-size: 18px;
    font-weight: 400;
}

.news-top .mainNews_thumb {
    height: 440px;
    width: 45.7%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

.news-top .mainNews_thumb img {
    width: 100%;
    aspect-ratio: 8/5.45;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-top > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-how > p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
}

.contact-how > p sub {
    color: var(--keyColor);
    font-weight: 500;
}

.contact-how ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact-how ul li {
    font-size: 16px;
    font-weight: 400;
}

.contact-form {
    width: 50%;
    border-radius: 20px;
    background: var(--bgColor);
    padding: 50px;
}

.contact-agree {
    margin-top: 120px;
}

.contact-agree h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.contact-agree .box {
    border-radius: 10px;
    background: var(--bgColor);
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 400;
    height: 350px;
    overflow-y: scroll;
}

.contact-agree .agree {
    margin-top: 25px;
}

.contact-agree .agree > div {
    max-width: fit-content;
    margin: auto;
}

.contact-agree .agree .checkLabel p {
    font-size: 18px;
    font-weight: 500;
}

.contact-agree .agree .checkLabel p span {
    color: var(--keyColor);
}

.privacy-desc {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
}

.accordion-wrap {
    border-top: 2px solid #222;
}

.accordion-wrap .accordion-head {
    border-bottom: 1px solid #E8E8E8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    gap: 25px;
    cursor: pointer;
}

.accordion-wrap .accordion-head p {
    font-size: 20px;
    font-weight: 600;
}

.accordion-wrap .accordion-head i {
    margin-left: auto;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-wrap .accordion-head.on i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-wrap .accordion-desc {
    background: var(--bgColor);
    border-bottom: 1px solid #E8E8E8;
    padding: 30px;
    display: none;
    color: #444;
    font-size: 18px;
    font-weight: 400;
}