@charset "utf-8";
/* CSS Document */

.page-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 80px 50px 50px 50px;
}

.path {
    font-size: 1.8rem;
    color: #000;
    font-weight: 500;
}

.path a {
    display: inline-block;
    padding: 0 5px;
    font-size: 1.8rem;
    color: #000;
}

.path a:hover {
    color: #e51f1f;
}

.page-title-box {
    border-left: 8px solid #e51f1f;
    padding-left: 20px;
}

.page-title-box .en {
    font-family: poppins, sans-serif;
    font-size: 4.5rem;
    color: #000;
    font-weight: 600;
    line-height: 4.5rem;
}

.page-title-box h2 {
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
}

.banner-page {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 93.75vw;
    height: 28.64vw;
    /* border-radius: 50px; */
    margin: 0 auto;
    margin-bottom: 100px;
}

.owl-item {
    border-radius: 50px;
    overflow: hidden;
}

.page-slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto 100px auto;
}

.page-main-slogan {
    width: 100%;
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: center;
}

.page-sub-slogan {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    line-height: 1.7;
    word-wrap: break-word;
    text-align: center;
}

.page-sub-slogan a {
    color: #e51f1f;
    font-weight: 600;
}

.page-sub-slogan a:hover {
    color: #888;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.btn.tab {
    position: sticky;
    top: 120px;
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.75);
    gap: 20px;
    z-index: 99;
    transition: all 0.4s;
    backdrop-filter: blur(3px);
}

.btn.tab.active {
    border-bottom: 1px solid #bebebe;
    /* box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12); */
}

.btn.tab a {
    border: 1px solid #bebebe;
    padding: 20px 30px 20px 70px;
    background-position: left 30px center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-size: auto 30px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}

.btn.tab a.active {
    border-color: #e51f1f;
    color: #e51f1f;
}

.btn.tab a:hover {
    border-color: #e51f1f;
}

.btn.tab a.products-icon {
    background-image: url(../images/products-icon.png);
}

.btn.tab a.products-icon01 {
    background-image: url(../images/products-icon01.png);
}

.btn.tab a.products-icon02 {
    background-image: url(../images/products-icon02.png);
}

.btn.tab a.products-icon03 {
    background-image: url(../images/products-icon03.png);
}

.btn.tab a.products-icon04 {
    background-image: url(../images/products-icon04.png);
}

.btn.tab a.products-icon:hover {
    background-image: url(../images/products-icon-o.png);
}

.btn.tab a.products-icon01:hover {
    background-image: url(../images/products-icon01-o.png);
}

.btn.tab a.products-icon02:hover {
    background-image: url(../images/products-icon02-o.png);
}

.btn.tab a.products-icon03:hover {
    background-image: url(../images/products-icon03-o.png);
}

.btn.tab a.products-icon04:hover {
    background-image: url(../images/products-icon04-o.png);
}

.btn.tab a.products-icon.active {
    background-image: url(../images/products-icon-o.png);
}

.btn.tab a.products-icon01.active {
    background-image: url(../images/products-icon01-o.png);
}

.btn.tab a.products-icon02.active {
    background-image: url(../images/products-icon02-o.png);
}

.btn.tab a.products-icon03.active {
    background-image: url(../images/products-icon03-o.png);
}

.btn.tab a.products-icon04.active {
    background-image: url(../images/products-icon04-o.png);
}

.products-intro-box {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 665px;
    padding: 0px 50% 0px 2.5%;
    background-image: url(../images/bg-products01.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right -50px center;
}

.products-intro-box1 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 30vw;
    padding: 0px 2.5% 0px 50%;
    background-image: url(../images/bg-products02.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left center;
}

.products-intro-box2 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 665px;
    padding: 0px 50% 0px 2.5%;
    background-image: url(../images/bg-products03.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right -50px center;
}

.products-intro-box3 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    /* min-height: 665px; */
    min-height: 34vw;
    padding: 0px 2.5% 0px 50%;
    background-image: url(../images/bg-products04.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left center;
}

.products-intro-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.products-intro-txt p {
    margin-bottom: 50px;
}

.payments-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.process-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 95%;
    height: fit-content;
    margin: 0 auto;
    border: 1px solid #bebebe;
    border-radius: 50px;
    overflow: hidden;
    gap: 20px;
}

.process-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    overflow: hidden;
}

.process-wrap-webdesign .process-img {
    height: 500px;
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-box {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
}

.process-container {
    padding: 30px;
}

.process-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-container ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.process-container ul li {
    font-size: 1.7rem;
    color: #000;
    font-weight: 400;
}

.process-container ul.process-steps li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #222;
    font-weight: 600;
    border-radius: 31px;
    border: 1px solid #bebebe;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.process-container ul.process-steps li:after {
    margin: 0 0 0 0;
    content: " ";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 13px;
    height: 11px;
    background: url(../images/process-arrow.png);
    background-size: contain;
    vertical-align: middle;
}

.process-container ul.process-steps li:last-child:after {
    display: none;
}

.process-container ul li .step {
    font-size: 2rem;
    color: #e51f1f;
    white-space: nowrap;
}

.process-container ul.process-steps li .step .step-num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Louis George Cafe", sans-serif;
    font-weight: 700;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #e51f1f;
    margin: 0 5px 0 3px;
}

.process-container .content-box {
    margin-bottom: 30px;
}

.products-grace {
    width: 100%;
    height: 28.65vw;
    background-image: url(../images/products-grace.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grace-wording {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.grace-wording-left {
    font-size: 4rem;
    color: #fff;
    font-weight: 600;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.grace-wording-right {
    font-size: 3.6rem;
    color: #fff;
    font-weight: 600;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.grace-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.percent-wrap {
}

.grace-box .data-item-percent {
    margin-right: 10px;
}

.data-item-txt {
    font-size: 3.6rem;
    color: #fff;
    font-weight: 600;
}

.salses-wrap {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.salses-wrap h2 {
    margin-bottom: 40px;
}

.salses-wrap ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.salses-wrap ul li {
    position: relative;
    display: inline-block;
    width: calc(25% - 30px);
    font-size: 2.5rem;
    color: #000;
    font-weight: 600;
    padding: 40px;
    border: 1px solid #bebebe;
    border-radius: 50px;
    overflow: hidden;
    background-color: #e51f1f;
}

.salses-wrap ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 35px;
    z-index: 1;
}

.salses-wrap .data-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    font-size: 3rem;
    text-align: center;
    z-index: 2;
    min-height: 100px;
    margin-bottom: 0px;
}

.salses-wrap .data-item-wording {
    position: relative;
    text-align: center;
    justify-content: center;
    z-index: 2;
    font-size: 2rem;
    font-weight: 400;
    color: #222;
}

.salses-wrap .bg-number {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: "Louis George Cafe", sans-serif;
    font-size: 15rem;
    color: #f0f0f0;
    font-weight: 200;
    line-height: 1;
    z-index: 1;
}

.plan-wrap {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.plan-type {
    width: 100%;
}

.plan-type ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.plan-type ul li {
    position: relative;
    display: inline-block;
    width: 50%;
}

.plan-type ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    font-size: 2.2rem;
    color: #000;
    font-weight: 600;
    border: 1px solid #bebebe;
    /* border-bottom: none; */
    background-color: #fff;
}

.plan-type ul li a:hover {
    border-color: #e51f1f;
    background-color: #fff;
    color: #e51f1f;
}

.plan-type ul li.active a {
    border-color: #e51f1f;
    background-color: #e51f1f;
    color: #fff;
}

.plan-box {
    width: 100%;
    padding: 40px;
    border: 0px solid #bebebe;
}

.plan-box ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.plan-box ul li {
    position: relative;
    display: inline-block;
    width: calc(25% - 30px);
    font-size: 2.5rem;
    color: #000;
    font-weight: 600;
    padding: 40px 20px 20px 20px;
    border: 1px solid #bebebe;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../images/bg-plan.png);
    background-size: 567px 591px;
    background-position: right -283px top -295px;
    background-repeat: no-repeat;
}

.plan-title {
    font-size: 3.6rem;
    font-weight: 800;
}

.plan-caption {
    font-size: 1.8rem;
    color: #222;
    font-weight: 400;
    margin: 10px 0 20px 0;
}

.plan-price {
    font-family: "Louis George Cafe", sans-serif;
    font-size: 5rem;
    color: #e51f1f;
    font-weight: 200;
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
}
.plan-price.inquiry-price {
    font-family: "Noto Sans TC", "Microsoft JhengHei UI", "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    font-size: 3.6rem;
    color: #e51f1f;
    font-weight: 600;
    padding-bottom: 0px;
}
.plan-price .dollar-sign {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    font-size: 4rem;
    font-weight: 400;
}

.plan-features {
    padding: 40px;
    border: 1px solid #bebebe;
    background-color: #f5f5f5;
    border-radius: 50px;
}

.plan-features ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.plan-box ul li .plan-features ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    background-image: none;
    border: none;
    background-color: transparent;
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}

.plan-box ul li .plan-features ul li:before {
    margin: -3px 5px 0 0;
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/plan-ok-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.cases-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.case-item {
    width: calc(25% - 30px);
    margin: 15px;
    border: 1px solid #bebebe;
    border-radius: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.case-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 20px;
    background-color: #fff;
}

.case-img img {
    width: 100%;
    max-width: 210px;
    height: auto;
    object-fit: contain;
}

.case-box {
    background-color: #f5f5f5;
    border-top: 1px solid #bebebe;
    padding: 30px 20px;
}

.case-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.case-description {
}

.case-description ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.case-description ul li {
    font-size: 1.6rem;
    color: #222;
    font-weight: 600;
    border: 2px solid #999;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #fff;
}

.news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0 20px 0;
    gap: 10px;
}

.news-pagination a.page-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-family: "Louis George Cafe";
    font-size: 2rem;
    color: #000;
}

.news-pagination a.page-btn.disabled {
    color: #e51f1f;
    cursor: default;
    font-weight: 600;
}

.news-pagination a:hover.page-btn.disabled {
    color: #e51f1f;
    cursor: default;
    text-decoration: none;
}

.news-pagination a:hover.page-btn {
    color: #e51f1f;
    text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-thickness: 1px;
    text-decoration-color: #e51f1f;
}

.news-pagination a.page-btn.page-arrow {
    font-family: Arial, sans-serf;
    color: #e51f1f;
    border: 1px solid #e51f1f;
    border-radius: 50%;
}

.news-pagination a.page-btn.page-arrow.disabled {
    color: #ccc;
    border: 1px solid #ccc;
}

.news-pagination a:hover.page-btn.page-arrow {
    background-color: #e51f1f;
    color: #fff;
    border: 1px solid #e51f1f;
    text-decoration: none;
}

.news-pagination a:hover.page-btn.page-arrow.disabled {
    background-color: transparent;
    color: #ccc;
    border: 1px solid #ccc;
}

.ibm-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    gap: 30px;
}

.ibm-image {
    width: calc(35% - 15px);
}

.ibm-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ibm-wording-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: calc(65% - 15px);
    gap: 30px;
}

.ibm-wording {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.block-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}

.block-box {
    width: calc(55% - 10px);
    border: 1px solid #bebebe;
    border-left: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 30px 30px 30px 30px;
}

.block-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(45% - 10px);
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.block-img .bg-security-photo02 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#60e1cd+0,787afd+100 */
    background: linear-gradient(135deg, #60e1cd 0%, #787afd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-box-page p {
    margin-bottom: 10px;
}

.content-box-page ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
    /* list-style-type: disc; */
}

.content-box-page ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    counter-increment: count;
    font-size: 1.7rem;
    margin-bottom: 5px;
}

.block-container .content-box-page ul li:before {
    content: counter(count) ".";
    float: left;
    margin-right: 10px;
    color: #e51f1f;
    font-family: "Louis George Cafe";
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.security-photo03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 450px; */
    height: 25vw;
}

.security-photo03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.security-wording-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.security-wording-wrap p {
    margin-bottom: 10px;
}

.wording-left {
    width: calc(50% - 20px);
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #bebebe;
}

.wording-right {
    width: 50%;
}

.security-wording-wrap ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    counter-increment: count;
    font-size: 1.7rem;
    margin-bottom: 5px;
}

.security-wording-wrap ul li:before {
    content: counter(count) ".";
    float: left;
    margin-right: 10px;
    color: #e51f1f;
    font-family: "Louis George Cafe";
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.our-story-wrap {
    width: 95%;
    margin: 0 auto;
}

.our-story-wrap h2 {
    font-size: 5rem;
    text-align: center;
}

.our-story-wrap h2 span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.our-story-wrap h2 span::before,
.our-story-wrap h2 span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 1.5em;
    height: 1px;
    background-color: black;
}

.our-story-wrap h2 span::before {
    left: 100%;
}

.our-story-wrap h2 span::after {
    right: 100%;
}

.history-title {
    width: 100%;
    font-family: "Louis George Cafe", sans-serif;
    font-size: 6rem;
    color: #aaaaaa;
    font-weight: 200;
}

.history-box {
}

.history-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.history-box ul li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 10px);
    color: #000;
    font-weight: 400;
    border-right: 1px solid #bebebe;
    padding: 10px 20px;
    /* margin-bottom: 10px; */
}

.history-box ul li:nth-child(even) {
    border-right: 0px;
}

.history-box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    min-height: 10px;
    min-width: 10px;
    margin-right: 5px;
    border: solid 4px #e51f1f;
    border-radius: 100%;
}

.history-year {
    font-size: 3.6rem;
    color: #aaa;
    font-weight: 800;
    margin-right: 10px;
}

.history-event {
    font-size: 1.8rem;
}

.search-box {
    position: relative;
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 50px;
}

.search-box input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 12px 45px 12px 12px;
    font-size: 1.8rem;
    border: 2px solid #888;
    border-radius: 25px;
}

.search-box input[type="text"]:focus {
    border-color: #e51f1f;
    outline: none;
}

.search-box button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #e51f1f;
    border: none;
    cursor: pointer;
}

.search-box button:hover {
    background-color: #ddd;
    color: #000;
}

.tabs {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.tabs ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs ul li {
}

.tabs ul li a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222;
    padding: 5px 15px;
    border: 2px solid #999;
    border-radius: 20px;
}

.tabs ul li a.active {
    border-color: #e51f1f;
    color: #fff;
    background-color: #e51f1f;
}

.tabs ul li a:hover {
    border-color: #e51f1f;
    color: #fff;
}

.news-list-wrap {
    width: 95%;
    margin: 0 auto;
}

.news-list-wrap ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.news-list-wrap ul li {
    position: relative;
    display: inline-block;
    width: calc(25% - 30px);
    border: 1px solid #bebebe;
    border-radius: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.news-list-wrap ul li a {
    display: block;
    height: 100%;
    padding-bottom: 60px;
}

.news-list-wrap ul li .news-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #fff;
    overflow: hidden;
}

.news-list-wrap ul li .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-box {
    padding: 20px 20px 20px 20px;
}

.news-list-title {
    font-size: 3rem;
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 1.2;
    transition: all 0.4s;
}

.news-list-wrap a:hover .news-list-title {
    color: #e51f1f;
}

.news-list-contain {
    font-size: 1.7rem;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-list-date {
    font-family: "Louis George Cafe", sans-serif;
    font-size: 2.2rem;
    color: #999;
    text-align: right;
}

.news-list-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url(../images/news-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.news-list-wrap a:hover .news-list-arrow {
    right: 25px;
}

.caption-style-4 a:hover .news-list-arrow img {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.news-page-wrap {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.news-page-wrap-left {
    width: calc(75% - 15px);
}

.news-page-wrap-right {
    width: calc(25% - 15px);
    background-color: #e51f1f;
    border-radius: 50px;
    padding: 30px;
    color: #fff;
}

.news-sort-title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.recent-news-box {
    margin-bottom: 30px;
}

.recent-news-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.recent-news-box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}

.recent-news-box ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px;
    border: solid 3px #fff;
    border-radius: 100%;
    display: block;
    margin: 9px 5px 0px 0px;
}

.recent-news-box ul li a {
    font-size: 1.8rem;
    color: #fff;
}

.recent-news-box ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #d5d5d5;
}

.news-category-box {
}

.news-category-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.news-category-box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.news-category-box ul li a {
    width: 100%;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    padding-right: 36px;
    background-image: url(../images/arrow-incline-white.png);
    background-position: right 8px;
    background-repeat: no-repeat;
    background-size: 15px 16px;
}

.news-category-box ul li a:hover {
    color: #d5d5d5;
}

.news-page-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-page-date {
    font-family: "Louis George Cafe", sans-serif;
    font-size: 2.2rem;
    color: #999;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bebebe;
}

.news-content p,
.news-content div,
.news-content span {
    margin-bottom: 25px;
}

.news-content img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}

.news-qa {
    width: 100%;
    border: 1px solid #bebebe;
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 50px;
}

.news-qa-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.news-qa-box .question {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-qa-box .answer {
    font-size: 1.8rem;
    color: #222;
    line-height: 1.6;
}

.news-page-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.news-page-setting a {
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
}

.news-page-setting .previous {
    display: flex;
    justify-content: flex-start;
    width: calc(50% - 40px);
}

.news-page-setting .previous a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-page-setting .next {
    display: flex;
    justify-content: flex-end;
    width: calc(50% - 40px);
}

.news-page-setting .next a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-page-setting a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    background-color: #e51f1f;
    color: #fff;
    border-radius: 18px;
    margin: 5px;
    transition: all 0.4s;
}

.news-page-setting a:hover {
    color: #999;
}

.news-page-setting a:hover i {
    background-color: #ddd;
    color: #000;
}

.news-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url(../images/back-list.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #e51f1f;
    border-radius: 20px;
}

.news-list a:hover {
    background-color: #ddd;
    background-image: url(../images/back-list-hover.png);
}

span.star {
    color: #e51f1f;
    font-weight: 600;
}

.contact-form-wrap {
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-form-box {
    width: calc(75% - 15px);
}

.contact-form-box ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}

.contact-form-box ul li {
    width: 100%;
    margin-bottom: 30px;
}

.contact-form-box ul li:nth-last-child(1) {
    margin-bottom: 0px;
}

.faq-type {
    margin-bottom: 30px;
}

.form-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    gap: 5px;
}

.form-title-en {
    font-size: 1.5rem;
    color: #999;
    font-weight: 800;
}

.select-box {
    position: relative;
    width: 100%;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.6rem;
}

.contact-form-box select {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 21px;
    font-size: 1.8rem;
    appearance: none;
    border: 1px solid #bebebe;
    outline: none;
}

.contact-form-box select:focus {
    padding: 0px 20px;
    border: 2px solid #e51f1f;
}

.contact-form-box input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 1px 21px;
    font-size: 1.8rem;
    border: 1px solid #bebebe;
    outline: none;
}

.contact-form-box input[type="text"]:focus {
    padding: 0px 20px;
    border: 2px solid #e51f1f;
}

.textarea-wrap {
    border: 1px solid #bebebe;
    border-radius: 25px;
    padding: 15px 10px;
}

.textarea-wrap:has(textarea:focus) {
    padding: 14px 9px;
    border: 2px solid #e51f1f;
}

.contact-form-box textarea {
    width: calc(100% - 10px);
    min-height: 250px;
    padding: 0 11px;
    font-size: 1.8rem;
    border: none;
    outline: none;
    resize: none;
}

.contact-info-box {
    width: calc(25% - 35px);
    position: relative;
    top: 0px;
    padding-left: 30px;
    margin-left: 20px;
    border-left: 1px solid #bebebe;
}

.info-item-box {
    position: sticky;
    top: 0;
    margin-top: -120px;
    padding-top: 120px;
}

.contact-info-box .company-title {
    font-size: 2.6rem;
    color: #222;
    font-weight: 800;
}

.contact-info-box .company-title span.company-en {
    display: block;
    font-size: 1.8rem;
    color: #777;
    font-weight: 400;
}

.info-item {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 15px;
}

.privacy-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.faq-wrap {
    width: 75%;
    margin: 0 auto;
}

.faq-wrap select {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding: 0 21px;
    font-size: 1.8rem;
    appearance: none;
    border: 1px solid #bebebe;
    outline: none;
}

.faq-wrap select:focus {
    padding: 0px 20px;
    border: 2px solid #e51f1f;
}

.question-box {
    cursor: pointer;
}

.question-box .question {
    position: relative;
    padding-right: 24px;
}

/* .question-box .question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .2s;
}

.question-box.active .question::after {
    content: '−';
} */
.question {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid #bebebe;
}

.question .icon {
    width: 20px;
    flex-shrink: 0;
    font-weight: 400;
    margin-right: 10px;
    color: #888;
}

.answer {
    font-size: 1.8rem;
    color: #333;
}

.answer-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #f5f5f5;
    padding: 10px 20px 15px 20px;
    margin-top: 10px;
}

.qa {
    font-family: "Poppins", sans-serif;
    font-size: 3.6rem;
    color: #e51f1f;
    font-weight: 400;
    margin-right: 5px;
    line-height: 1;
}

.answer-text {
    padding-top: 3px;
}

.design-features {
}

.design-features ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.design-features ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #222;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #e51f1f;
    padding: 10px 15px;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
}

.share-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    gap: 30px;
}

.share-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(45% - 15px);
    border-radius: 50px;
    overflow: hidden;
}

.share-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: center;
    width: calc(55% - 15px);
    gap: 20px;
}

.share-box h3 {
    margin-bottom: 0px;
}

.share-box h4 {
    margin-bottom: 0px;
}

.share-box p,
.share-box div,
.share-box ul {
    margin-bottom: 0px;
}

.share-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
}

.share-box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    counter-increment: count;
    font-size: 1.7rem;
    margin-bottom: 5px;
}

.share-box ul li:before {
    content: counter(count) ".";
    float: left;
    margin-right: 10px;
    color: #e51f1f;
    font-family: "Louis George Cafe";
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.readygo-rate {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #bebebe;
}

.rate-amount {
    font-size: 10rem;
    font-weight: 400;
    font-family: "Louis George Cafe", sans-serif;
    line-height: 0.8;
}

.rate-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.rate-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.rate-percent {
    font-size: 2.4rem;
}

.rate-txt {
    font-size: 1.8rem;
}

.content-box1 p,
.content-box1 div,
.content-box1 ul {
    margin-bottom: 0px;
}

.fan-data-box ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 10px;
}

.fan-count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.fan-data-box img {
    width: 36px;
    height: auto;
}

.cooperation-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 95%;
    height: fit-content;
    margin: 0 auto;
    border: 1px solid #bebebe;
    border-radius: 50px;
    overflow: hidden;
}

.cooperation-container {
    padding: 30px;
}

.cooperation-box {
    display: flex;
    align-items: center;
    width: 30%;
    border-right: 1px solid #bebebe;
}

.cooperation-logo-box {
    display: flex;
    align-items: center;
    width: 70%;
}

.cooperation-logo-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px;
    gap: 20px;
}

.cooperation-logo-box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8vw;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #bebebe;
    height: auto;
}

.cooperation-logo-box ul li img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.article-box {
    margin-top: -220px;
    padding-top: 220px;
}

.privacy-content {
    width: 75%;
    margin: 0 auto;
}

.privacy-content h3 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebebe;
}

.privacy-content p,
.privacy-content div,
.privacy-content ul {
    margin-bottom: 20px;
}

.privacy-content ul {
}

.privacy-content ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
    counter-increment: count;
}

.privacy-content ul li:before {
    content: counter(count) ".";
    float: left;
    margin-right: 5px;
    color: #e51f1f;
    font-family: "Louis George Cafe";
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1366px) {
    .btn.tab {
        top: 90px;
        padding: 10px 0 10px 0;
        margin-bottom: 30px;
    }
    .salses-wrap ul li {
        width: calc(33.33% - 30px);
    }

    .products-intro-box {
        background-position: right -100px center;
        background-size: 55%;
        min-height: fit-content;
    }

    .products-intro-box1 {
        background-position: left -100px center;
        background-size: 55%;
    }

    .products-intro-box2 {
        background-position: right -100px center;
        background-size: 50%;
        min-height: fit-content;
    }

    .plan-box ul li {
        width: calc(33.33% - 30px);
    }

    .plan-features {
        padding: 30px;
    }

    .ibm-image {
        width: calc(50% - 15px);
    }

    .ibm-wording-box {
        width: calc(50% - 15px);
    }

    .news-list-wrap ul li {
        width: calc(33.33% - 30px);
    }

    .news-page-wrap {
        width: 95%;
    }

    .contact-form-box {
        width: calc(65% - 15px);
    }

    .contact-info-box {
        width: calc(35% - 35px);
    }

    .faq-wrap {
        width: 95%;
    }

    .share-img {
        width: calc(50% - 15px);
    }

    .share-box {
        width: calc(50% - 15px);
    }

    .cooperation-box {
        width: 35%;
    }

    .cooperation-logo-box {
        width: 65%;
    }

    .cooperation-logo-box ul {
        gap: 20px;
    }

    .cooperation-logo-box ul li {
        width: 8vw;
    }

    .privacy-content {
        width: 90%;
    }

    .btn.tab a {
        padding: 15px 20px 15px 55px;
        background-size: auto 25px;
        background-position: left 22px center;
    }
}

@media screen and (max-width: 1180px) {
    .products-intro-box {
        background-position: right -150px center;
        background-size: 60%;
    }

    .products-intro-box2 {
        background-position: right -150px center;
        background-size: 60%;
    }

    .case-item {
        width: calc(33.33% - 30px);
    }

    .ibm-image {
        position: relative;
    }

    .ibm-image img {
        position: sticky;
        top: 20px;
        margin-top: -120px;
        padding-top: 120px;
    }

    .block-box {
        width: calc(50% - 10px);
    }

    .block-img {
        width: calc(50% - 10px);
    }

    .security-photo03 {
    }

    .contact-form-box {
        width: calc(60% - 15px);
    }

    .contact-info-box {
        width: calc(40% - 35px);
    }
}

@media screen and (max-width: 1024px) {
    .products-intro-box {
        background-position: right -200px center;
        background-size: 70%;
    }

    .products-intro-box2 {
        background-position: right -200px center;
        background-size: 70%;
    }

    .plan-box ul li {
        width: calc(50% - 30px);
    }

    .news-list-wrap ul li {
        width: calc(50% - 30px);
    }

    .contact-form-box {
        width: calc(55% - 15px);
    }

    .contact-info-box {
        width: calc(45% - 35px);
    }

    .cooperation-logo-box ul li {
        width: 9.5vw;
    }
}

@media screen and (max-width: 820px) {
    .page-slogan {
        width: 90%;
    }

    .page-box {
        flex-direction: column-reverse;
    }

    .path {
        margin-bottom: 20px;
    }

    .btn.tab {
        gap: 10px;
    }

    .btn.tab a {
        font-size: 1.6rem;
        padding: 15px 25px 15px 55px;
        background-position: left 25px center;
    }

    .products-intro-box {
        padding: 0px 2.5% 75vw 2.5%;
        background-size: 100%;
        background-position: left bottom;
    }

    .products-intro-box2 {
        padding: 0px 2.5% 75vw 2.5%;
        background-size: 100%;
        background-position: left bottom;
    }

    .process-wrap {
        flex-direction: column-reverse;
    }

    .process-wrap.process-wrap-wordleft {
        flex-direction: column;
    }

    .process-box {
        width: 100%;
    }

    .process-img {
        width: 100%;
        height: auto;
    }

    .process-container {
        padding: 30px 30px 0px 30px;
    }

    .grace-wording-left {
        font-size: 2.5rem;
    }

    .data-item-txt {
        font-size: 2.5rem;
    }

    .data-item-amount {
        font-size: 8.5rem;
    }

    .data-item-percent {
        font-size: 1.8rem;
    }

    .percent-wrap img {
        width: 30px;
        height: 30px;
    }

    .salses-wrap ul li {
        width: calc(50% - 30px);
    }

    .case-item {
        width: calc(50% - 30px);
    }

    .ibm-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .ibm-image {
        width: 100%;
    }

    .ibm-wording-box {
        width: 100%;
    }

    .ibm-image img {
        position: static;
        margin: 0;
        padding: 0;
        top: auto;
    }

    .block-wrap {
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }

    .block-box {
        width: 100%;
        border-left: 1px solid #bebebe;
        border-bottom: 0px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 0px;
    }

    .block-img {
        width: 100%;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 50px;
    }

    .our-story-wrap {
        width: 90%;
    }

    .history-box ul {
        flex-direction: column;
    }

    .history-box ul li {
        width: 100%;
        border: 1px solid #bebebe;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .history-box ul li:nth-child(even) {
        border-right: 1px solid #bebebe;
    }

    .history-box ul li::after {
        margin: 0 0 0 0;
        content: " ";
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 17px;
        height: 14px;
        background: url(../images/process-arrow.png);
        background-size: contain;
        vertical-align: middle;
    }

    .history-box ul li:last-child {
        margin-bottom: 0px;
    }

    .history-box ul li:last-child::after {
        display: none;
    }

    .search-box {
        width: 95%;
    }

    .news-page-wrap {
        flex-direction: column;
    }

    .news-page-wrap-left {
        width: 100%;
    }

    .news-page-wrap-right {
        width: 100%;
    }

    .contact-form-wrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-form-box {
        width: 100%;
    }

    .contact-info-box {
        width: 100%;
    }

    .products-intro-box1 {
        padding: 0px 5% 75vw 5%;
        background-size: 100%;
        background-position: left bottom;
    }

    .products-intro-box3 {
        padding: 0px 5% 75vw 5%;
        background-size: 100%;
        background-position: left bottom;
    }

    .share-wrap {
        flex-direction: column-reverse;
        width: 90%;
    }

    .share-img,
    .share-box {
        width: 100%;
    }

    .cooperation-wrap {
        flex-direction: column;
    }

    .cooperation-box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #bebebe;
    }

    .cooperation-logo-box {
        width: 100%;
    }

    /* .cooperation-logo-box ul {
        gap: 10px;
    } */

    .cooperation-logo-box ul li {
        width: 12.5vw;
    }
    .info-item-box {
        margin-top: 0px;
        padding-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .cooperation-logo-box ul li {
        width: 12.3vw;
    }
}

@media screen and (max-width: 600px) {
    .page-title-box {
        width: 90%;
    }

    .page-box {
        padding: 80px 0 50px 0;
        width: 95%;
        margin: 0 auto;
    }

    .page-title-box {
        width: 95%;
        margin: 0 auto;
        padding-left: 15px;
        border-left: 6px solid #e51f1f;
    }

    .banner-page {
        height: calc(28.64vw + 40px);
        border-radius: 0px;
        margin-bottom: 50px;
    }

    .owl-item {
        border-radius: 30px;
    }

    .page-slogan {
        width: 90%;
    }

    .page-sub-slogan {
        text-align: left;
    }

    .btn.tab {
        flex-wrap: wrap;
        top: 80px;
    }

    .btn.tab a {
        white-space: nowrap;
    }

    .products-intro-box {
        width: 90%;
        margin: 0 auto;
        padding: 0px 0px 75vw 0px;
    }

    .products-intro-box2 {
        width: 90%;
        margin: 0 auto;
        padding: 0px 0px 75vw 0px;
    }

    .products-grace {
        height: 100vw;
        background-position: left -530px center;
    }

    .grace-wording {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .grace-wording-left {
        height: fit-content;
    }

    .grace-wording-right {
        height: fit-content;
    }

    .salses-wrap h2 {
        font-size: 4.2rem;
    }

    .salses-wrap ul li {
        width: 100%;
    }

    .plan-box ul li {
        width: 100%;
    }

    .plan-box {
        padding: 20px 10px;
    }

    .case-item {
        width: 100%;
    }

    .news-pagination {
        gap: 5px;
    }

    .news-pagination a.page-btn {
        width: 36px;
        height: 36px;
        font-size: 1.6rem;
    }

    .ibm-wrap {
        width: 90%;
    }

    .security-wording-wrap {
        justify-content: flex-start;
        flex-direction: column;
        align-content: flex-start;
        width: 90%;
    }

    .wording-left {
        width: 100%;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
    }

    .wording-right {
        width: 100%;
    }

    .news-list-wrap ul li {
        width: 100%;
    }

    .news-page-wrap {
        width: 90%;
    }

    .news-qa {
        margin-bottom: 25px;
    }

    .news-page-setting .previous a:after {
        content: "PREVIOUS";
        font-size: 1.6rem;
        color: #222;
        font-weight: 800;
    }

    .news-page-setting .previous p {
        display: none;
    }

    .news-page-setting .news-list {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-page-setting .next a:before {
        content: "NEXT";
        font-size: 1.6rem;
        color: #222;
        font-weight: 800;
    }

    .news-page-setting .next p {
        display: none;
    }

    .news-page-setting {
        gap: 10px;
        margin-bottom: 25px;
    }

    .contact-form-wrap {
        width: 90%;
    }

    .contact-info-box .company-title {
        font-size: 2.6rem;
    }

    .contact-info-box .company-title span.company-en {
        font-size: 1.8rem;
    }

    .info-item {
        font-size: 1.8rem;
    }

    .contact-info-box {
        margin-left: 0px;
    }

    .question {
        padding: 20px 10px;
    }

    .answer-box {
        padding: 10px 10px 15px 10px;
    }

    .design-features ul {
        justify-content: center;
    }

    .design-features ul li {
        width: 100%;
        white-space: normal;
    }

    .cooperation-logo-box ul {
        gap: 10px;
    }

    .cooperation-logo-box ul li {
        width: 24.5vw;
    }

    .readygo-rate {
        border-right: none;
        padding-right: 0px;
        margin-right: 0px;
    }

    .article-box {
        margin-top: -240px;
        padding-top: 240px;
    }
}
