body {
    --xl-main-width: 85%;
    --xl-main-max-width: 1340px;
    --md-main-width: 90%;
    --md-main-max-width: 90%;
    --sm-main-width: 90%;
    --sm-main-max-width: 90%;
    --xs-main-width: 90%;
    --xs-main-max-width: 90%;
}
.layout-main {
    margin-top: 110px;
    padding-bottom: 0!important;
}
@media screen and (max-width: 768px) {
    .layout-main {
        margin-top: 84px;
    }
}
.topbanner {
    margin-bottom: 0;
}
.hp-ecosys-pos::-webkit-scrollbar {
    width: 28px;
    height: 22px;
}
.hp-ecosys-pos::-webkit-scrollbar-track, .hp-ecosys-pos::-webkit-scrollbar-thumb, .hp-ecosys-pos::-webkit-scrollbar-thumb:hover {
    background: #e7ebf0;
}
.hp-ecosys-pos {
    scrollbar-width: 24px;
    scrollbar-color: #c5d7ea #e7ebf0;
}
.carousel-indicators .active {
    width: 34px;
    margin-left: 8px;
    margin-right: 8px;
    background: #00f;
    border: 1px solid #00f;
}
.carousel-indicators li {
    margin-left: 8px;
    margin-right: 8px;
    background: #fff;
    width: 12px;
    height: 12px;
}
.hp-banner-img-md {
    display: block;
    min-height: 470px;
    object-fit: cover;
    object-position: 50% center;
    background-repeat: no-repeat;
}
.hp-banner-img-xs {
    display: none;
    min-height: 500px;
    max-height: 700px;
    object-fit: cover;
    object-position: top;
    background-repeat: no-repeat;
}
.glyphicon-chevron-left:before {
    content: "";
}
.glyphicon-chevron-right:before {
    content: "";
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -30px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -30px;
}
.hp-banner-pos {
    position: relative;
    height: auto;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: calc((100% - 1340px) / 2);
    width: 42%;
    max-width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and (min-width: 1301px) and (max-width: 1576px) {
    .hp-banner-pos {
        left: 7.5%;
    }
}
@media screen and (max-width: 1300px) {
    .hp-banner-pos {
        width: 52%;
        left: 5%;
    }
}
.hp-banner-title {
    width: 100%;
    color: rgba(255,255,255,1);
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    text-align: left;
}
.hp-banner-subtitle-thickness, .hp-banner-subtitle {
    margin-top: 24px;
    color: rgba(255,255,255,1);
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}
.hp-banner-subtitle-thickness {
    font-weight: 400!important;
}
.hp-banner-expo-briefIntro-thickness, .hp-banner-briefIntro {
    margin-top: 24px;
    color: rgba(255,255,255,1);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.hp-banner-link-btn {
    width: 150px;
    height: 40px;
    margin-top: 50px;
    border: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    background-color: transparent;
    border-radius: 4px;
}
.hp-banner-link-btn:hover {
    background-color: rgba(20,100,255,1);
    border: 0;
    color: #fff;
}
.carousel-control {
    width: calc((100% - 1340px) / 2);
    min-width: 7.5%;
}
.hp-banner-expo-welcome {
    color: rgba(255,255,255,1);
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
}
.hp-banner-content-div {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-content: center;
    align-items: center;
}
.hp-banner-expo-title {
    margin-top: 10px;
    color: rgba(255,255,255,1);
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0;
    text-align: left;
}
.hp-banner-expo-boothnum {
    margin-top: 28px;
    color: rgba(255,255,255,1);
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
}
.hp-banner-expo-date {
    margin-top: 28px;
    color: rgba(255,255,255,1);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.hp-banner-expo-date-img-white {
    background-image: url('/imgs/hp-time-white.png');
    width: 27px;
    height: 27px;
    background-repeat: round;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.hp-banner-expo-date-img-gray {
    background-image: url('/imgs/hp-time-gray.png');
    width: 27px;
    height: 27px;
    background-repeat: round;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.hp-banner-addr {
    margin-top: 24px;
    color: rgba(255,255,255,1);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.hp-banner-expo-addr-img-white {
    background-image: url('/imgs/hp-addr-white.png');
    width: 20px;
    height: 27px;
    background-repeat: round;
    display: inline-block;
    margin-right: 17px;
    vertical-align: top;
}
.hp-banner-expo-addr-img-gray {
    background-image: url('/imgs/hp-addr-gray.png');
    width: 20px;
    height: 27px;
    background-repeat: round;
    display: inline-block;
    margin-right: 17px;
    vertical-align: top;
}
.hp-banner-btn-white {
    color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
}
.hp-banner-module-white {
    color: rgba(255,255,255,1);
    text-shadow: 0 2px 7px rgba(0,0,0,.75);
}
.hp-banner-module-gray {
    color: rgba(65,65,65,1);
}
.hp-banner-expo-title.hp-banner-module-gray, .hp-banner-title.hp-banner-module-gray {
    color: rgba(34,34,34,1);
}
.hp-banner-expo-boothnum.hp-banner-module-gray, .hp-banner-subtitle.hp-banner-module-gray {
    color: rgba(51,51,51,1);
}
.hp-banner-btn-gray {
    color: rgba(65,65,65,1);
    border: 1px solid rgba(65,65,65,1);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 44px;
    height: 44px;
    margin-top: -10px;
    font-size: 44px;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .hp-banner-img-md {
        min-height: 400px;
    }
    .hp-banner-pos {
        width: 440px;
    }
    .hp-banner-title {
        font-size: 38px;
        font-weight: 700;
        line-height: 46px;
    }
    .hp-banner-subtitle-thickness, .hp-banner-subtitle {
        margin-top: 24px;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
    .hp-banner-expo-briefIntro-thickness, .hp-banner-briefIntro {
        margin-top: 16px;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
    }
    .hp-banner-link-btn {
        margin-top: 34px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }
    .hp-banner-expo-welcome {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }
    .hp-banner-expo-title {
        margin-top: 10px;
        font-size: 38px;
        font-weight: 700;
        line-height: 46px;
    }
    .hp-banner-expo-boothnum {
        margin-top: 24px;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    .hp-banner-expo-date {
        margin-top: 24px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    .hp-banner-expo-date-img-gray, .hp-banner-expo-date-img-white {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    .hp-banner-expo-addr-img-gray, .hp-banner-expo-addr-img-white {
        width: 16px;
        height: 22px;
        margin-right: 13px;
    }
    .hp-banner-addr {
        margin-top: 24px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media screen and (max-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 26px;
        height: 26px;
        font-size: 26px;
    }
    .hp-banner-expo-title, .hp-banner-addr, .hp-banner-expo-date, .hp-banner-expo-boothnum, .hp-banner-expo-welcome {
        text-align: center;
    }
    .carousel-indicators .active {
        width: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .carousel-control {
        width: 30px;
        min-width: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }
    .hp-banner-img-md {
        display: none;
    }
    .hp-banner-img-xs {
        display: block;
    }
    .hp-banner-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 31px;
        text-align: center;
    }
    .hp-banner-subtitle-thickness, .hp-banner-subtitle {
        margin-top: 14px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
    }
    .hp-banner-expo-briefIntro-thickness, .hp-banner-briefIntro {
        margin-top: 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
    }
    .hp-banner-pos {
        position: absolute;
        padding-top: 0;
        padding-bottom: 10px;
        left: 0;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
        top: calc(45% - 15px);
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
    .hp-banner-link-btn {
        width: 120px;
        height: 32px;
        margin-top: 24px;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }
    .hp-banner-expo-date-img-gray, .hp-banner-expo-date-img-white {
        width: 17px;
        height: 17px;
        margin-right: 10px;
    }
    .hp-banner-expo-addr-img-gray, .hp-banner-expo-addr-img-white {
        width: 13px;
        height: 17px;
        margin-right: 10px;
    }
    .hp-banner-expo-welcome {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    .hp-banner-expo-title {
        margin-top: 14px;
        font-size: 26px;
        font-weight: 700;
        line-height: 31px;
    }
    .hp-banner-expo-boothnum {
        margin-top: 14px;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
    .hp-banner-expo-date {
        margin-top: 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
    .hp-banner-addr {
        margin-top: 14px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
}
.hp-prod-pos-5-div-single, .hp-prod-pos-5-div {
    display: flex;
    flex-direction: column;
    width: calc((100% - 48px) / 3);
}
.hp-prod-pos-5-div-single:nth-child(3n+1), .hp-prod-pos-5-div:nth-child(3n+1) {
    margin-right: 12px;
}
.hp-prod-pos-5-div-single:nth-child(3n+2), .hp-prod-pos-5-div:nth-child(3n+2) {
    margin-right: 12px;
    margin-left: 12px;
}
.hp-prod-pos-5-div-single:nth-child(3n), .hp-prod-pos-5-div:nth-child(3n) {
    margin-left: 12px;
}
.hp-prod-pos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hp-prod-pos-center {
    justify-content: center;
}
.hp-prod-module-2-div, .hp-prod-module-3-div {
    position: relative;
    width: calc((100% - 48px) / 3);
    min-height: 240px;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}
.hp-prod-module-5-div {
    width: 100%;
    border-radius: 12px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    min-height: 200px;
    height: auto;
    overflow: hidden;
}
.hp-prod-module-5-div-middle {
    width: 100%;
    border-radius: 12px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 100%;
    overflow: hidden;
}
.hp-prod-module-4-div {
    position: relative;
    width: calc((100% - 72px) / 4);
    height: auto;
    border-radius: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 380px;
    overflow: hidden;
}
.hp-prod-module-4-div:nth-child(1) {
    margin-right: 12px;
}
.hp-prod-module-4-div:nth-child(2) {
    margin-left: 12px;
    margin-right: 12px;
}
.hp-prod-module-4-div:nth-child(3) {
    margin-left: 12px;
    margin-right: 12px;
}
.hp-prod-module-4-div:nth-child(4) {
    margin-left: 12px;
}
.hp-prod-module-3-div:nth-child(1) {
    margin-right: 12px;
}
.hp-prod-module-2-div, .hp-prod-module-3-div:nth-child(2) {
    margin-left: 12px;
    margin-right: 12px;
}
.hp-prod-module-3-div:nth-child(3) {
    margin-left: 12px;
}
.hp-prod-module-5-div-title-middle {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 120px;
    overflow-wrap: break-word;
    width: 100%;
    text-align: center;
}
.hp-prod-module-4-div-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 95px;
}
.hp-prod-module-5-div-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.hp-prod-module-3-div-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 28px;
    margin-left: 2px;
    margin-right: 2px;
}
.hp-prod-module-white {
    color: rgba(255,255,255,1);
}
.hp-prod-module-gray {
    color: rgba(65,65,65,1);
}
.hp-prod-module-3-div-intro {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    line-height: 24px;
    margin-left: 2px;
    margin-right: 2px;
}
.hp-prod-module-5-div-intro {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 11px;
    line-height: 24px;
    margin-left: 20px;
    margin-right: 20px;
}
.hp-prod-module-5-div-intro-middle {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
    line-height: 24px;
    overflow-wrap: break-word;
    width: 100%;
    text-align: center;
}
.hp-prod-module-4-div-intro {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
    line-height: 24px;
}
.hp-prod-module-link-3-div {
    margin-top: 20px;
    margin-bottom: 24px;
}
.hp-prod-module-5-div-link {
    width: max-content;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hp-prod-module-3-div-link {
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hp-prod-module-5-div-link {
    display: flex;
    flex-direction: row;
}
.hp-prod-module-4-div-link {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hp-prod-module-5-div-link:hover .hp-prod-module-div-link-p, .hp-prod-module-4-div-link:hover .hp-prod-module-div-link-p, .hp-prod-module-3-div-link:hover .hp-prod-module-div-link-p {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    transition: filter .4s ease;
}
.hp-prod-module-5-div-link:hover .hp-prod-module-btn-white, .hp-prod-module-4-div-link:hover .hp-prod-module-btn-white, .hp-prod-module-3-div-link:hover .hp-prod-module-btn-white {
    color: rgba(65,65,65,1);
    background: #fff;
    transition: filter .4s ease;
}
.hp-prod-module-5-div-link:hover .hp-prod-module-btn-gray, .hp-prod-module-4-div-link:hover .hp-prod-module-btn-gray, .hp-prod-module-3-div-link:hover .hp-prod-module-btn-gray {
    color: #fff;
    background: rgba(65,65,65,1);
    transition: filter .4s ease;
}
.hp-prod-module-div-link-p {
    font-size: 16px;
    font-weight: 400;
}
.hp-prod-module-btn-5-div, .hp-prod-module-btn {
    padding-bottom: 2px;
    padding-left: 0;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hp-prod-module-btn-4-div {
    padding-bottom: 1px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.hp-prod-module-link-div-5 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
}
.hp-prod-module-link-div-5-middle {
    margin-top: 30px;
    margin-bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hp-prod-module-link-4-div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 80px;
}
.hp-prod-img-sm {
    z-index: -1;
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.hp-prod-content-5-div-middle {
    overflow-wrap: break-word;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 34px;
    padding-right: 34px;
    display: flex;
    flex-direction: column;
}
.hp-prod-content {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    overflow-wrap: break-word;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hp-prod-content-5-div {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow-wrap: break-word;
    height: 100%;
}
.hp-prod-module-5-div:hover .hp-prod-img-md, .hp-prod-module-5-div:hover .hp-prod-img-sm, .hp-prod-module-3-div:hover .hp-prod-img-md, .hp-prod-module-3-div:hover .hp-prod-img-sm, .hp-prod-module-5-div-middle:hover .hp-prod-img-md, .hp-prod-module-5-div-middle:hover .hp-prod-img-sm, .hp-prod-module-4-div:hover .hp-prod-img-4-xl, .hp-prod-module-4-div:hover .hp-prod-img-4-md, .hp-prod-module-4-div:hover .hp-prod-img-4-xs {
    transform: scale(1.1);
    transition: transform .4s ease;
}
.hp-prod-img-4-xl, .hp-prod-img-md {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.hp-prod-img-4-xl {
    object-position: 70% center;
}
.hp-prod-img-4-md {
    display: none;
    z-index: -1;
    position: absolute;
}
.hp-prod-img-4-xs {
    display: none;
    z-index: -1;
    position: absolute;
}
.hp-prod-module-btn-white {
    color: rgba(242,242,242,1);
    border: 1px solid #fff;
}
.hp-prod-module-btn-gray .fa, .hp-prod-module-btn-white .fa {
    font-weight: 400;
}
.hp-prod-module-btn-gray {
    color: rgba(65,65,65,1);
    border: 1px solid rgba(65,65,65,1);
}
.hp-module-div {
    display: flex;
    justify-content: center;
}
.hp-prod-div {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    padding-top: 70px;
    padding-bottom: 35px;
}
.hp-prod-title {
    color: rgba(51,51,51,1);
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 40px;
}
.hp-prod-pos-5-div-single .hp-prod-module-5-div {
    height: auto;
}
@media screen and (min-width: 993px) and (max-width: 1340px) {
    .hp-prod-div {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .hp-prod-module-5-div-link, .hp-prod-module-5-div-intro, .hp-prod-module-5-div-title {
        margin-left: 16px;
        margin-right: 16px;
    }
    .hp-prod-pos-5-div-single, .hp-prod-pos-5-div {
        display: flex;
        flex-direction: column;
        width: calc((100% - 32px) / 3);
    }
    .hp-prod-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
    }
    .hp-prod-img-4-xl {
        display: none;
    }
    .hp-prod-pos-5-div-single:nth-child(3n+1), .hp-prod-pos-5-div:nth-child(3n+1) {
        margin-right: 8px;
    }
    .hp-prod-pos-5-div-single:nth-child(3n+2), .hp-prod-pos-5-div:nth-child(3n+2) {
        margin-right: 8px;
        margin-left: 8px;
    }
    .hp-prod-pos-5-div-single:nth-child(3n), .hp-prod-pos-5-div:nth-child(3n) {
        margin-left: 8px;
    }
    .hp-prod-module-5-div {
        margin-top: 8px;
        margin-bottom: 8px;
        min-height: 200px;
    }
    .hp-prod-module-5-div-middle {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .hp-prod-content-5-div-middle {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hp-prod-img-4-md {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
    }
    .hp-prod-img-4-xs {
        display: none;
    }
    .hp-prod-content {
        max-width: 100%;
    }
    .hp-prod-module-4-div-title {
        margin-top: 20px;
        margin-left: 16px;
        margin-right: 16px;
        text-align: left;
    }
    .hp-prod-module-4-div-intro {
        margin-top: 12px;
        margin-left: 16px;
        margin-right: 16px;
        text-align: left;
    }
    .hp-prod-module-link-4-div {
        margin-left: 16px;
        margin-right: 16px;
        display: block;
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .hp-prod-module-4-div {
        justify-content: flex-start;
        width: calc((100% - 24px) / 2);
        min-height: 200px;
        height: auto;
    }
    .hp-prod-module-4-div:nth-child(1) {
        margin-right: 12px;
        margin-bottom: 24px;
    }
    .hp-prod-module-4-div:nth-child(2) {
        margin-left: 12px;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .hp-prod-module-4-div:nth-child(3) {
        margin-left: 0;
        margin-right: 12px;
    }
    .hp-prod-module-4-div:nth-child(4) {
        margin-left: 12px;
        margin-right: 0;
    }
    .hp-prod-div {
        padding-top: 70px;
        padding-bottom: 35px;
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-prod-module-3-div-title {
        margin-left: 2px;
        margin-right: 2px;
    }
    .hp-prod-module-3-div-intro {
        margin-left: 2px;
        margin-right: 2px;
    }
    .hp-prod-module-3-div-link {
        margin-left: 2px;
        margin-right: 2px;
    }
}
@media screen and (max-width: 768px) {
    .hp-prod-module-link-3-div {
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .hp-prod-module-btn-5-div {
        padding-bottom: 1px;
        padding-left: 1px;
    }
    .hp-prod-content-5-div-middle {
        padding-right: 0;
        padding-left: 0;
    }
    .hp-prod-content {
        padding-left: 0;
        padding-right: 0;
    }
    .hp-prod-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .hp-prod-pos-5-div-single {
        width: calc(50% - 8px);
    }
    .hp-prod-pos-5-div {
        flex-direction: row;
        width: 100%;
    }
    .hp-prod-pos-5-div-single:nth-child(2n+1) {
        margin-left: 8px;
        margin-right: 0;
    }
    .hp-prod-pos-5-div-single:nth-child(2n) {
        margin-right: 8px;
        margin-left: 0;
    }
    .hp-prod-pos-5-div:nth-child(3n+1), .hp-prod-pos-5-div:nth-child(3n+2), .hp-prod-pos-5-div:nth-child(3n) {
        margin-right: 0;
        margin-left: 0;
    }
    .hp-prod-module-5-div {
        border-radius: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
        min-height: 158px;
        height: auto;
    }
    .hp-prod-module-5-div-middle {
        border-radius: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
        height: auto;
    }
    .hp-prod-module-5-div:nth-child(2n+1) {
        margin-right: 8px;
    }
    .hp-prod-module-5-div:nth-child(2n) {
        margin-left: 8px;
    }
    .hp-prod-img-4-xl {
        display: none;
    }
    .hp-prod-img-4-md {
        display: none;
    }
    .hp-prod-img-4-xs {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center;
        background-repeat: no-repeat;
        border-radius: 8px;
    }
    .hp-prod-img-sm {
        display: block;
    }
    .hp-prod-img-md {
        display: none;
    }
    .hp-prod-module-2-div, .hp-prod-module-3-div {
        min-height: 160px;
        border-radius: 8px;
    }
    .hp-prod-module-4-div {
        border-radius: 8px;
        min-height: 160px;
    }
    .hp-prod-div {
        padding-top: 40px;
        padding-bottom: 20px;
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-prod-module-4-div:nth-child(1), .hp-prod-module-4-div:nth-child(3) {
        width: calc((100% - 16px) / 2);
        height: auto;
        margin-right: 8px;
        margin-left: 0;
        margin-bottom: 16px;
    }
    .hp-prod-module-2-div:nth-child(1), .hp-prod-module-3-div:nth-child(1) {
        width: calc((100% - 16px) / 2);
        height: auto;
        margin-right: 8px;
        margin-left: 0;
        margin-bottom: 16px;
    }
    .hp-prod-module-4-div:nth-child(2), .hp-prod-module-4-div:nth-child(4) {
        width: calc((100% - 16px) / 2);
        height: auto;
        margin-left: 8px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .hp-prod-module-2-div:nth-child(2), .hp-prod-module-3-div:nth-child(2) {
        width: calc((100% - 16px) / 2);
        height: auto;
        margin-left: 8px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .hp-prod-module-4-div {
        height: auto;
    }
    .hp-prod-module-3-div:nth-child(3) {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .hp-prod-module-5-div-title-middle, .hp-prod-module-5-div-title, .hp-prod-module-4-div-title, .hp-prod-module-3-div-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
    }
    .hp-prod-module-5-div-intro-middle, .hp-prod-module-5-div-intro, .hp-prod-module-4-div-intro, .hp-prod-module-3-div-intro {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin-top: 8px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
    }
    .hp-prod-module-5-div-title-middle, .hp-prod-module-5-div-intro-middle {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hp-prod-module-link-div-5 {
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .hp-prod-module-link-div-5-middle {
        margin-top: 18px;
        margin-bottom: 20px;
        justify-content: left;
    }
    .hp-prod-module-5-div-link {
        margin-left: 10px;
        margin-right: 10px;
    }
    .hp-prod-module-4-div-link, .hp-prod-module-3-div-link {
        margin-left: 10px;
        margin-right: 10px;
        text-align: left;
    }
    .hp-prod-module-link-4-div {
        width: calc(100% - 18px);
        justify-content: flex-start;
        margin-top: 18px;
        margin-bottom: 20px;
    }
    .hp-prod-module-div-link-p {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }
    .hp-prod-module-btn {
        padding-bottom: 1px;
        padding-left: 1px;
        margin-left: 8px;
        width: 20px;
        height: 20px;
    }
    .hp-prod-module-btn-4-div {
        padding-bottom: 1px;
        margin-left: 8px;
        width: 20px;
        height: 20px;
    }
}
.hp-app-div {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.hp-app-module-div {
    position: relative;
    min-height: 170px;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden;
}
.hp-app-module-div:nth-child(2n+1) {
    width: calc((100% - 4px) / 2);
    margin-right: 2px;
}
.hp-app-module-div:nth-child(2n) {
    width: calc((100% - 4px) / 2);
    margin-left: 2px;
}
.hp-app-img-md {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hp-app-img-xs:hover, .hp-app-img-md:hover {
    transform: scale(1.1);
    transition: transform .4s ease;
}
.hp-app-img-xs {
    display: none;
}
.hp-app-link-p {
    overflow-wrap: anywhere;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    left: 8%;
    flex: 1;
}
.hp-app-content-icon {
    width: 44px;
    height: 44px;
}
.hp-app-div-btn {
    background-color: #fff;
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    transition: background 1s;
}
.hp-app-div-btn:hover {
    color: rgba(20,100,255,1);
}
.hp-app-div-btn .fa {
    font-weight: 400;
    font-size: 42px;
}
.hp-app-link-btn {
    color: #fff;
    padding-left: 1px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    margin-left: 16px;
}
.hp-app-hidden {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hp-app-hidden .hide {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.hp-app-link:hover .hp-app-link-p {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    transition: filter .4s ease;
}
.hp-app-link:hover .hp-app-link-btn {
    color: rgba(65,65,65,1);
    background: #fff;
    transition: filter .4s ease;
}
.hp-app-module-div-spec-1 {
    width: calc((100% - 8px) / 3)!important;
    margin-right: 2px!important;
    margin-left: 0!important;
}
.hp-app-module-div-spec-2 {
    width: calc((100% - 8px) / 3)!important;
    margin-right: 2px!important;
    margin-left: 2px!important;
}
.hp-app-module-div-spec-3 {
    width: calc((100% - 8px) / 3)!important;
    margin-right: 0!important;
    margin-left: 2px!important;
}
.hp-app-link-btn .fa {
    font-size: 18px;
    font-weight: 400;
}
.hp-app-link {
    margin-left: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hp-app-content {
    border-radius: 4px;
    background: rgba(35,35,35,.63);
    min-height: 64px;
    position: absolute;
    top: 68%;
    left: 8.3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 6px;
    padding-right: 18px;
    margin-right: 16px;
}
@media screen and (min-width: 993px) {
    .hp-app-module-div {
        min-height: 290px;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .hp-app-module-div {
        min-height: 290px;
    }
    .hp-app-content {
        top: 68%;
        left: 6%;
        margin-right: 10px;
    }
    .hp-app-link {
        margin-left: 4px;
    }
}
@media screen and (max-width: 768px) {
    .hp-app-div-btn .fa {
        font-size: 24px;
    }
    .hp-app-div-btn {
        margin-top: 20px;
        width: 24px;
        height: 24px;
    }
    .hp-app-link-btn {
        width: 24px;
        height: 24px;
        margin-left: 8px;
        border: 1px solid #fff;
        padding-bottom: 1px;
        padding-left: 1px;
    }
    .hp-app-link-btn .fa {
        font-size: 16px;
    }
    .hp-app-content {
        margin-right: 10px;
        top: 70%;
        padding-left: 0;
        padding-right: 0;
    }
    .hp-app-link {
        margin-right: 10px;
        margin-left: 10px;
    }
    .hp-app-content-icon {
        display: none;
    }
    .hp-app-module-div {
        min-height: 170px;
        height: auto;
        margin-top: 1px;
        margin-bottom: 1px;
    }
    .hp-app-hidden .hp-app-module-div:nth-child(2n+1), .hp-app-module-div:nth-child(2n+1) {
        width: calc((100% - 2px) / 2);
        margin-right: 1px;
        margin-left: 0;
    }
    .hp-app-hidden .hp-app-module-div:nth-child(2n), .hp-app-module-div:nth-child(2n) {
        width: calc((100% - 2px) / 2);
        margin-left: 1px;
        margin-right: 0;
    }
    .hp-app-module-div-spec-1 {
        width: calc((100% - 2px) / 2)!important;
        margin-right: 1px!important;
        margin-left: 0!important;
    }
    .hp-app-module-div-spec-2 {
        width: calc((100% - 2px) / 2)!important;
        margin-left: 1px!important;
        margin-right: 0!important;
    }
    .hp-app-module-div-spec-3 {
        width: 100%!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .hp-app-link-p {
        font-size: 16px;
        font-weight: 700;
    }
    .hp-app-content {
        min-height: 32px;
    }
    .hp-app-img-md {
        display: none;
    }
    .hp-app-img-xs {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        background-repeat: no-repeat;
    }
    .hp-app-div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.hp-event-pos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
}
.hp-event-div {
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    background: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    width: calc((100% - 72px) / 4);
}
.hp-event-div-img-div {
    height: 94px;
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 22px;
}
.hp-event-div-img {
    width: auto;
    height: 100%;
}
.hp-event-div-title {
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 64px;
    overflow-wrap: break-word;
    color: rgba(51,51,51,1);
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
}
.hp-event-div-time {
    flex: 1;
    margin-right: 16px;
    margin-left: 16px;
    overflow-wrap: break-word;
    display: flex;
    align-items: flex-start;
}
.hp-event-div-time-ico {
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
}
.hp-event-div-location-ico {
    display: flex;
    align-items: center;
    width: 25px;
    height: 26px;
}
.hp-event-div-time-p {
    color: rgba(102,102,102,1);
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}
.hp-event-div-comb {
    flex-direction: column;
    display: flex;
}
.hp-event-module {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hp-event-div-location {
    margin-right: 20px;
    padding-left: 1px;
    margin-left: 16px;
    margin-top: 19px;
    display: flex;
    align-items: flex-start;
}
.hp-event-link-detail:hover {
    background: rgba(0,112,255,1);
    opacity: .78;
}
.hp-event-link-ics:hover {
    color: #fff;
    border: 1px solid rgba(102,102,102,1);
    background: rgba(102,102,102,1);
}
.hp-event-link-ics:hover svg path {
    fill: white;
}
.hp-event-link-ics:hover .hp-event-link-p-ics {
    color: #fff;
}
.hp-event-div-location-p {
    margin-left: 10px;
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(102,102,102,1);
    font-size: 18px;
    font-weight: 400;
}
.hp-event-div-btn-pos {
    flex: 1;
    align-items: end;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.hp-event-link-detail {
    margin-right: 10px;
    max-width: 120px;
    width: calc(50% - 10px);
    height: 36px;
    border-radius: 4px;
    background: rgba(20,100,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.hp-event-link-ics {
    margin-left: 10px;
    max-width: 120px;
    width: calc(50% - 10px);
    height: 36px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(102,102,102,1);
}
.hp-event-link-ics-svg-en, .hp-event-link-ics-svg {
    margin-right: 6px;
}
.hp-event-link-detail .fa {
    font-size: 16px;
    color: #fff!important;
}
.hp-event-link-p {
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 6px;
}
.hp-event-link-p-ics {
    color: rgba(102,102,102,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.hp-event-div:nth-child(1) {
    margin-right: 12px;
}
.hp-event-div:nth-child(3), .hp-event-div:nth-child(2) {
    margin-right: 12px;
    margin-left: 12px;
}
.hp-event-div:nth-child(4) {
    margin-left: 12px;
}
@media screen and (min-width: 1251px) and (max-width: 1340px) {
    .hp-event-pos {
        width: 90%;
        max-width: 90%;
    }
}
@media screen and (min-width: 993px) and (max-width: 1250px) {
    .hp-event-pos {
        width: 92%;
        max-width: 92%;
    }
    .hp-event-div-time-p {
        margin-left: 6px;
    }
    .hp-event-div:nth-child(1) {
        margin-right: 6px;
    }
    .hp-event-div {
        width: calc((100% - 36px) / 4);
    }
    .hp-event-div:nth-child(3), .hp-event-div:nth-child(2) {
        margin-right: 6px;
        margin-left: 6px;
    }
    .hp-event-div:nth-child(4) {
        margin-left: 6px;
    }
    .hp-event-div-btn-pos {
        margin-left: 10px;
        margin-right: 10px;
    }
    .hp-event-link-ics {
        margin-left: 5px;
        width: calc(50% - 5px);
    }
    .hp-event-link-detail {
        margin-right: 5px;
        width: calc(50% - 5px);
    }
}
@media screen and (min-width: 993px) and (max-width: 1430px) {
    .hp-event-link-ics-svg-en {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .hp-event-pos {
        flex-wrap: wrap;
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-event-div {
        width: calc((100% - 24px) / 2);
    }
    .hp-event-div:nth-child(1), .hp-event-div:nth-child(3) {
        margin-right: 12px;
        margin-left: 0;
    }
    .hp-event-div:nth-child(2), .hp-event-div:nth-child(4) {
        margin-left: 12px;
        margin-right: 0;
    }
    .hp-event-div:nth-child(1), .hp-event-div:nth-child(2) {
        margin-bottom: 24px;
    }
    .hp-event-div-img-div {
        height: 74px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 24px;
    }
    .hp-event-div-title {
        margin-left: 40px;
        margin-right: 40px;
        min-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
    .hp-event-div-time {
        margin-right: 28px;
        margin-left: 28px;
    }
    .hp-event-div-location {
        margin-top: 11px;
        margin-right: 28px;
        margin-left: 28px;
    }
    .hp-event-div-btn-pos {
        margin-top: 26px;
        margin-left: 35px;
        margin-right: 35px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .hp-event-div-time-ico {
        width: 20px;
        height: 20px;
    }
    .hp-event-div-location-ico {
        width: 17px;
        height: 21px;
    }
    .hp-event-div-time-p {
        margin-left: 8px;
        font-size: 16px;
        line-height: 20px;
    }
    .hp-event-div-location-p {
        margin-left: 8px;
        font-size: 16px;
        line-height: 21px;
    }
    .hp-event-module {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hp-event-link-p {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }
    .hp-event-pos {
        flex-direction: column;
        align-items: center;
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-event-div {
        width: 100%;
    }
    .hp-event-div:nth-child(1), .hp-event-div:nth-child(2), .hp-event-div:nth-child(3), .hp-event-div:nth-child(4) {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .hp-event-div:last-child {
        margin-bottom: 0;
    }
    .hp-event-div-img-div {
        height: 52px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 17px;
    }
    .hp-event-div-title {
        padding-bottom: 14px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 6px;
        min-height: 36px;
        height: auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }
    .hp-event-div-time {
        margin-right: 16px;
        margin-left: 16px;
    }
    .hp-event-div-location {
        margin-top: 15px;
        margin-right: 16px;
        margin-left: 16px;
    }
    .hp-event-div-btn-pos {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 14px;
    }
}
.hp-ecosys-img-xl {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 12px;
}
.hp-ecosys-img-md {
    display: none;
}
.hp-ecosys-div {
    width: 50%;
    max-height: 650px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 3/4;
}
.hp-ecosys-div-small {
    width: 50%;
    max-height: 315px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 2/1;
}
.hp-ecosys-module-div:hover .hp-ecosys-content-2 {
    display: flex;
    transition: all .5s ease;
}
.hp-ecosys-module-div:hover .hp-ecosys-content-1 {
    display: none;
}
.hp-ecosys-content-1 {
    border-radius: 12px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.hp-ecosys-content-2 {
    overflow: auto;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,.74);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
}
.hp-ecosys-pos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(var(--xl-main-width) + 24px);
    max-width: calc(var(--xl-main-max-width) + 24px);
    flex-wrap: wrap;
}
.hp-ecosys-module-div {
    flex: 1;
    margin: 12px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.hp-ecosys-content-title-div-1 {
    width: fit-content;
    margin-right: 6.4%;
    margin-left: 6.4%;
    margin-top: 6.4%;
    padding: 15px 24px;
    border-radius: 4px;
    background: rgba(28,28,28,.8);
}
.hp-ecosys-content-title-div-2 {
    width: fit-content;
    margin-right: 6.4%;
    margin-left: 6.4%;
    padding-bottom: 8px;
}
.hp-ecosys-link {
    width: fit-content;
    margin-right: 6.4%;
    margin-left: 6.4%;
    margin-top: 24px;
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 400;
    padding: 4px 20px;
    border-radius: 4px;
    background: rgba(20,100,255,1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.hp-ecosys-link .fa {
    color: #fff;
}
.hp-ecosys-content-title {
    color: rgba(255,255,255,1);
    font-size: 24px;
    font-weight: 700;
}
.hp-ecosys-content-detail {
    color: rgba(223,223,223,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: fit-content;
    margin-right: 6%;
    margin-left: 6%;
    overflow: auto;
}
@media screen and (min-width: 993px) and (max-width: 1340px) {
    .hp-ecosys-pos {
        width: calc(var(--md-main-width) + 24px);
        max-width: calc(var(--md-main-max-width) + 24px);
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .hp-ecosys-link, .hp-ecosys-content-detail, .hp-ecosys-content-title-div-2 {
        margin-right: 7.5%;
        margin-left: 7.5%;
    }
    .hp-ecosys-content-title-div-1 {
        margin-top: 10%;
        margin-right: 7.5%;
        margin-left: 7.5%;
    }
    .hp-ecosys-div {
        min-height: 350px;
        aspect-ratio: auto;
    }
    .hp-ecosys-div-small {
        max-height: auto;
        aspect-ratio: auto;
    }
    .hp-ecosys-img-md {
        border-radius: 12px;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        background-repeat: no-repeat;
    }
    .hp-ecosys-img-xl {
        display: none;
    }
    .hp-ecosys-pos {
        flex-wrap: wrap;
        width: calc(var(--md-main-width) + 24px);
        max-width: calc(var(--md-main-width) + 24px);
    }
}
@media screen and (max-width: 768px) {
    .hp-ecosys-content-detail {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-right: 6%;
        margin-left: 6%;
    }
    .hp-ecosys-link {
        padding: 2px 16px;
    }
    .hp-ecosys-img-md {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        background-repeat: no-repeat;
        border-radius: 8px;
    }
    .hp-ecosys-div {
        width: 100%;
        aspect-ratio: auto;
        min-height: 240px;
    }
    .hp-ecosys-div-small {
        width: 100%;
        max-height: auto;
        aspect-ratio: auto;
        max-height: auto;
    }
    .hp-ecosys-img-xl {
        display: none;
    }
    .hp-ecosys-pos {
        flex-direction: column;
        align-items: center;
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-ecosys-content-title-div-1 {
        width: fit-content;
        margin-right: 4.6%;
        margin-left: 4.6%;
        margin-top: 8.7%;
        padding: 5px 16px;
    }
    .hp-ecosys-link, .hp-ecosys-content-detail, .hp-ecosys-content-title-div-2 {
        margin-right: 4.6%;
        margin-left: 4.6%;
    }
    .hp-ecosys-content-title-div-2 {
        padding-bottom: 16px;
    }
    .hp-ecosys-content-title {
        font-size: 18px;
        font-weight: 700;
    }
    .hp-ecosys-module-div {
        margin: 10px 0;
        border-radius: 8px;
    }
    .hp-ecosys-content-2, .hp-ecosys-content-1 {
        border-radius: 8px;
    }
}
.hp-custcase-module {
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 750px;
}
.hp-custcase-nav-div {
    width: var(--xl-main-width);
    max-width: 1050px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.hp-custcase-nav {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 6px;
    padding-right: 6px;
    width: 96%;
    white-space: nowrap;
    border-bottom: 1px solid rgba(102,102,102,1);
}
.hp-custcase-nav-ul {
    position: relative;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.hp-custcase-tabli a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 4px;
    display: inline-block;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    white-space: nowrap;
    box-sizing: border-box;
}
.hp-custcase-tabli a:hover, .hp-custcase-tabli a:active, .hp-custcase-tabli a:focus {
    color: rgba(20,100,255,1);
}
.hp-custcase-tabli.active a {
    color: rgba(20,100,255,1);
    font-weight: 700;
    background: none;
    letter-spacing: -.25px;
}
.hp-custcase-tab-content-div {
    padding-top: 270px;
    padding-bottom: 110px;
    position: absolute;
    height: 100%;
    width: var(--xl-main-width);
    max-width: 1050px;
    display: flex;
    flex-direction: row;
}
.hp-custcase-tab-content-div-first {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp-custcase-tab-content-div-first-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.hp-custcase-tab-content-div-first-link {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hp-custcase-tab-content-div-first-link:hover p {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    transition: filter .4s ease;
}
.hp-custcase-tab-content-div-first-link:hover .hp-custcase-btn-white {
    border: 0;
    color: rgba(65,65,65,1);
    background: #fff;
    transition: filter .4s ease;
}
.hp-custcase-tab-content-div-first-link:hover .hp-custcase-btn-gray {
    border: 0;
    color: #fff;
    background: rgba(65,65,65,1);
    transition: filter .4s ease;
}
.hp-custcase-tab-content-div-first-link-btn {
    margin-left: 12px;
    border: 1px solid;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    padding-left: 1px;
}
.hp-custcase-tab-content-div-first-link-btn .fa {
    font-weight: 400;
}
.hp-custcase-tab-content-div-first-link p {
    font-size: 16px;
    font-weight: 400;
}
.hp-custcase-tab-content-div-first-p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.hp-custcase-tab-content-div-second {
    width: 50%;
    position: relative;
}
.hp-custcase-tab-chips-div-a {
    position: relative;
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    min-width: 165px;
    min-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.hp-custcase-tab-chips-div-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 8px;
    margin-right: 10px;
    word-break: break-all;
}
.hp-custcase-tab-chips-div-p:hover {
    text-decoration-line: underline;
    text-underline-offset: 5px;
    transition: filter .4s ease;
}
.hp-custcase-tab-chips-pos-1 {
    position: absolute;
    left: 6.5%;
    top: 16%;
}
.hp-custcase-tab-chips-pos-2 {
    position: absolute;
    right: 24%;
    top: 34%;
}
.hp-custcase-tab-chips-pos-3 {
    position: absolute;
    right: 0%;
    top: 51%;
}
.hp-custcase-tab-chips-pos-4 {
    position: absolute;
    left: 10%;
    top: 68%;
}
.hp-custcase-tab-chips-pos-5 {
    position: absolute;
    right: 23%;
    top: 85%;
}
.hp-custcase-tab-chips-pos-6 {
    position: absolute;
    left: 2%;
    top: 100%;
}
.hp-custcase-tab-chips-div-ico {
    width: 16px;
    height: 16px;
}
.hp-custcase-tab-chips-div-ico-arrow {
    width: 10px;
    height: 10px;
}
.hp-custcase-tabli a::after {
    margin-top: 2px;
    display: block;
    content: "";
    width: var(--progress);
    height: 3px;
    bottom: -8px;
    background-color: rgba(20,100,255,1);
}
.hp-custcase-tabpane {
    width: 100%;
    height: 100%;
}
.hp-custcase-tabpane.active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border-radius: 12px;
}
.hp-custcase-img {
    object-fit: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.hp-custcase-img img {
    margin: 24px;
    width: calc(100% - 48px);
    height: auto;
    border-radius: 12px;
}
.hp-custcase-md {
    display: block;
    object-position: 68% center;
}
.hp-custcase-xs {
    display: none;
    object-position: 50% bottom;
}
.hp-custcase-tab-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hp-custcase-white {
    color: rgba(255,255,255,1);
}
.hp-custcase-btn-white {
    color: rgba(255,255,255,1);
}
.hp-custcase-offwhite {
    color: rgba(243,243,243,1);
}
.hp-custcase-btn-gray {
    color: rgba(65,65,65,1);
}
.hp-custcase-gray {
    color: rgba(65,65,65,1);
}
.hp-custcase-offgray {
    color: rgba(102,102,102,1);
}
.hp-custcase-bg-white {
    background: rgba(255,255,255,1);
}
.hp-custcase-bg-gray {
    background: rgba(32,32,32,1);
}
.hp-custcase-title {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    z-index: 1;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}
.hp-custcase-gradient-text {
    background-image: linear-gradient(270deg,rgba(0,0,0,.6),rgba(243,243,243,1) 100%);
    background: linear-gradient(270deg,rgba(0,0,0,.6),rgba(243,243,243,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hp-custcase-tabli {
    --progress: 0%;
}
@media screen and (min-width: 993px) and (max-width: 1340px) {
    .hp-custcase-nav-div, .hp-custcase-title {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .hp-custcase-tab-content-div-first-p {
        -webkit-line-clamp: 11;
    }
    .hp-custcase-nav {
        width: 100%;
    }
    .hp-custcase-tabli a {
        margin-left: 24px;
        margin-right: 24px;
    }
    .hp-custcase-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-custcase-nav-div {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-custcase-tab-content-div {
        padding-top: 240px;
        padding-bottom: 90px;
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .hp-custcase-tab-chips-pos-1 {
        left: 19%;
        top: 12%;
    }
    .hp-custcase-tab-chips-pos-2 {
        right: 18%;
        top: 40%;
    }
    .hp-custcase-tab-chips-pos-3 {
        left: 4%;
        top: 60%;
        right: auto;
    }
    .hp-custcase-tab-chips-pos-4 {
        left: auto;
        right: 0%;
        top: 74%;
    }
    .hp-custcase-tab-chips-pos-5 {
        left: -21%;
        top: 86%;
        right: auto;
    }
    .hp-custcase-tab-chips-pos-6 {
        left: auto;
        top: 96%;
        right: 10%;
    }
}
@media screen and (max-width: 768px) {
    .hp-custcase-tabli.active a {
        letter-spacing: -.15px;
    }
    .hp-custcase-tab-chips-div-p {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin-right: 8px;
    }
    .hp-custcase-tab-chips-div-a {
        min-width: 150px;
        min-height: 30px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .hp-custcase-tab-chips-pos-1 {
        left: 9.4%;
        top: 8%;
    }
    .hp-custcase-tab-chips-pos-2 {
        left: auto;
        right: 10.9%;
        top: 25%;
    }
    .hp-custcase-tab-chips-pos-3 {
        left: 9.4%;
        top: 42%;
        right: auto;
    }
    .hp-custcase-tab-chips-pos-4 {
        left: auto;
        right: 10.9%;
        top: 58%;
    }
    .hp-custcase-tab-chips-pos-5 {
        left: 9.4%;
        top: 70%;
        right: auto;
    }
    .hp-custcase-tab-chips-pos-6 {
        left: auto;
        right: 21%;
        top: 88%;
    }
    .hp-custcase-tab-content-div-first-link {
        margin-top: 16px;
    }
    .hp-custcase-tab-content-div-first-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }
    .hp-custcase-tab-content-div-first-link p {
        font-size: 16px;
        font-weight: 400;
    }
    .hp-custcase-tab-content-div-first-link-btn {
        margin-left: 8px;
        border: 1px solid;
        width: 24px;
        height: 24px;
        padding-bottom: 2px;
        padding-right: 0;
        padding-left: 0;
    }
    .hp-custcase-tab-content-div-first-link-btn .fa {
        font-weight: 400;
    }
    .hp-custcase-tab-content-div-first-p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
    }
    .hp-custcase-tabpane.active, .hp-custcase-tabpane {
        flex-wrap: nowrap;
    }
    .hp-custcase-tab-content-div {
        flex-direction: column;
        padding-top: 148px;
        padding-bottom: 10px;
        width: var(--xs-main-width);
        max-width: var(--xs-main-max-width);
    }
    .hp-custcase-tab-content-div-first {
        width: 100%;
        flex: 1;
    }
    .hp-custcase-tab-content-div-second {
        height: 318px;
        width: 100%;
    }
    .hp-custcase-module {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 690px;
    }
    .hp-custcase-tabli a {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        padding: 0 4px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .hp-custcase-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        padding-top: 28px;
        padding-bottom: 17px;
        width: var(--sm-main-width);
        max-width: var(--sm-main-max-width);
    }
    .hp-custcase-nav-div {
        width: var(--sm-main-width);
        max-width: var(--sm-main-max-width);
    }
    .hp-custcase-md {
        display: none;
    }
    .hp-custcase-xs {
        display: block;
    }
}
@media screen and (max-width: 540px) {
    .hp-custcase-tab-chips-pos-1 {
        left: 4%;
        top: 8%;
    }
    .hp-custcase-tab-chips-pos-2 {
        left: auto;
        right: 4%;
        top: 25%;
    }
    .hp-custcase-tab-chips-pos-3 {
        left: 4%;
        top: 42%;
        right: auto;
    }
    .hp-custcase-tab-chips-pos-4 {
        left: auto;
        right: 4%;
        top: 56%;
    }
    .hp-custcase-tab-chips-pos-5 {
        left: 4%;
        top: 72%;
        right: auto;
    }
    .hp-custcase-tab-chips-pos-6 {
        left: auto;
        right: 16%;
        top: 88%;
    }
}
.hp-custcase-wave-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.hp-custcase-wave-animation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 14px solid rgba(196,196,196,1);
    opacity: 0;
    animation: wave-expand 3s infinite ease-out;
    transform-origin: center center;
}
@keyframes wave-expand {
    0% {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .9;
    }
    100% {
        top: -14px;
        left: -14px;
        width: calc(100% + 28px);
        height: calc(100% + 28px);
        opacity: 0;
    }
}
.notify-section {
    width: 100%;
    height: 663px;
    background: url('/imgs/bg-notify-lg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: height .4s ease;
    margin-top: 35px;
    margin-bottom: 35px;
}
.no-webp .notify-section {
    background: url('/imgs/bg-notify-lg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.notify-title h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: rgba(51,51,51,1);
    transition: font-size .4s ease;
}
.notify-box {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    height: 423px;
    margin: 40px auto 70px;
    padding: 25px 8px 25px 0;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #fff;
    transition: width .4s ease,height .4s ease;
}
.notify-scroller {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.notify-scroller::-webkit-scrollbar {
    width: 8px;
}
.notify-scroller::-webkit-scrollbar-track {
    background: rgba(234,234,234,1);
    border-radius: 29px;
}
.notify-scroller::-webkit-scrollbar-thumb, .notify-scroller::-webkit-scrollbar-thumb:hover, .notify-scroller::-webkit-scrollbar-thumb:active {
    background-color: rgba(187,186,186,1);
    background: rgba(187,186,186,1);
    border-radius: 37px;
    border: 1px solid rgba(234,234,234,1);
}
table.notify-table-head {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    padding-left: 3%;
    padding-right: 2%;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}
thead.notify-table-head {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(51,51,51,1);
}
thead.notify-table-head tr:last-child th {
    padding-bottom: 10px;
    box-shadow: 0 12px white;
    border-bottom: 1px solid rgba(243,243,243,1);
}
table.notify-table-content {
    width: 100%;
    height: 100%;
    text-align: left;
    border-collapse: separate;
    padding-left: 3%;
    padding-right: 2%;
}
tbody.notify-table-content {
    font-size: 16px;
    line-height: 24px;
    color: rgba(65,65,65,1);
}
tbody.notify-table-content td {
    padding-top: 14px;
}
tbody.notify-table-content tr:first-child td {
    padding-top: 12px;
}
table.notify-table-footer {
    width: 100%;
    border-collapse: separate;
    padding-left: 3%;
    padding-right: 2%;
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #fff;
}
tfoot.notify-table-footer td {
    padding-top: 12px;
}
tfoot.notify-table-footer tr:last-child td {
    border-bottom: 1px solid rgba(243,243,243,1);
}
.notify-table-col1 {
    vertical-align: top;
    padding-left: 3%;
    width: 160px;
}
td.notify-table-col1 div {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.notify-table-col2 {
    vertical-align: top;
    padding-left: 4%;
    padding-right: 3%;
}
td.notify-table-col2 a {
    color: rgba(65,65,65,1);
    font-size: 16px;
    display: flex;
    align-items: baseline;
    overflow-wrap: break-word;
}
td.notify-table-col2 span {
    width: 100%;
}
td.notify-table-col2 a:hover {
    color: rgba(20,100,255,1);
    text-decoration: underline;
    text-decoration-color: rgba(20,100,255,1);
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
td.notify-table-col2 a:hover .arrow-black {
    display: none;
}
td.notify-table-col2 a:hover .arrow-blue {
    display: inline-block;
}
.notify-arrow-icon {
    margin-left: 20px;
}
td.notify-table-col2 .arrow-black {
    display: inline-block;
}
td.notify-table-col2 .arrow-blue {
    display: none;
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
    .notify-box {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .notify-section {
        background: url('/imgs/bg-notify-md.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .no-webp .notify-section {
        background: url('/imgs/bg-notify-md.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .notify-box {
        width: var(--sm-main-width);
        max-width: var(--sm-main-max-width);
    }
}
@media screen and (max-width: 768px) {
    .notify-section {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 506px;
        padding-top: 40px;
        background: url('/imgs/bg-notify-sm.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .no-webp .notify-section {
        background: url('/imgs/bg-notify-sm.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .notify-box {
        width: var(--xs-main-width);
        max-width: var(--xs-main-max-width);
        height: 367px;
        margin: 20px auto 40px;
        padding: 20px 4px 20px 0;
        border-radius: 8px;
    }
    .notify-title h2 {
        font-size: 26px;
        line-height: 39px;
    }
    thead.notify-table-head {
        font-size: 14px;
        line-height: 21px;
    }
    thead.notify-table-head tr:last-child th {
        box-shadow: 0 8px white;
    }
    tbody.notify-table-content {
        font-size: 14px;
        line-height: 21px;
    }
    tbody.notify-table-content td {
        padding-top: 10px;
    }
    tbody.notify-table-content tr:first-child td {
        padding-top: 8px;
    }
    tfoot.notify-table-footer td {
        padding-top: 8px;
    }
    .notify-table-col1 {
        padding-left: 2%;
        width: 95px;
    }
    .notify-table-col2 {
        padding-right: 2%;
    }
    td.notify-table-col2 a {
        font-size: 14px;
    }
    .notify-date-icon {
        display: none;
    }
    td.notify-table-col2 .arrow-black {
        display: none;
    }
    td.notify-table-col2 .arrow-blue {
        display: none;
    }
    td.notify-table-col2 a:hover .arrow-black {
        display: none;
    }
    td.notify-table-col2 a:hover .arrow-blue {
        display: none;
    }
}
.news-section {
    width: 100%;
    padding: 35px 0 60px;
}
.news-box {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    margin: 0 auto;
    transition: width .4s ease,height .4s ease;
}
.news-title h2 {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #000;
    text-align: center;
    transition: font-size .4s ease;
}
.news-first-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 17px 0 rgba(0,0,0,.15);
    overflow: hidden;
    width: 100%;
    height: 450px;
    padding: 0;
    margin: 40px auto 24px;
}
.news-first-card .news-card-img {
    border-radius: 12px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.news-first-card .news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease;
}
.news-first-card .news-card-img:hover img {
    transform: scale(1.2);
}
.news-first-card .news-card-text {
    width: calc(50% - 70px);
    max-height: 83%;
    box-sizing: content-box;
    padding: 40px 25px 0 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-first-card .news-card-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 28px;
    padding: 4px 10px;
    color: rgba(153,153,153,1);
    background: #fff;
    border: 1px solid rgba(243,243,243,1);
    border-radius: 4px;
}
.news-first-card .news-card-title {
    width: 100%;
    margin: 32px 0 16px;
    flex-shrink: 0;
}
.news-first-card .news-card-title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(51,51,51,1);
    overflow-wrap: break-word;
}
.news-first-card .news-card-title:hover h3 {
    text-decoration: underline;
    text-decoration-color: rgba(51,51,51,1);
    text-decoration-style: solid;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}
.news-first-card .news-card-desc {
    color: rgba(102,102,102,1);
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin: 0 0 32px;
    width: 100%;
    overflow-wrap: break-word;
}
.news-first-card .news-card-desc p {
    margin: inherit;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
}
.news-first-card .news-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 22px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255,255,255,1);
    background: rgba(20,100,255,1);
}
.news-first-card .news-card-btn:hover {
    background: rgba(56,143,255,1);
}
.news-cards-grid {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-row-gap: 14px;
    grid-column-gap: 24px;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
}
.news-other-cards:nth-child(4) {
    display: none;
}
.news-other-cards {
    padding-bottom: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.news-other-cards .news-card-img {
    width: 100%;
    aspect-ratio: 1.45;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.news-other-cards .news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease;
}
.news-other-cards .news-card-img:hover img {
    transform: scale(1.2);
}
.news-other-cards .news-card-text {
    width: calc(100% - 28px);
    height: auto;
    position: relative;
    z-index: 2;
    margin: -40px 14px 0;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.15);
    flex: 1;
    display: flex;
    flex-direction: column;
}
.news-other-cards .news-card-title {
    width: 100%;
    margin-bottom: 12px;
}
.news-other-cards .news-card-title h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: rgba(65,65,65,1);
    overflow-wrap: break-word;
}
.news-other-cards .news-card-title:hover {
    text-decoration: underline;
    text-decoration-color: rgba(65,65,65,1);
    text-decoration-style: solid;
    text-underline-offset: 5px;
    text-decoration-thickness: 1.5px;
}
.news-other-cards .news-card-content-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.news-other-cards .news-card-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(243,243,243,1);
    border-radius: 4px;
    padding: 2px 10px;
}
.news-other-cards .news-card-date span {
    color: rgba(153,153,153,1);
    font-size: 16px;
    line-height: 28px;
}
.news-other-cards .news-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(0,112,255,1);
    color: rgba(255,255,255,1);
}
.news-other-cards .news-card-btn:hover {
    background: rgba(56,143,255,1);
}
@media screen and (min-width: 993px) {
    .news-first-card .news-card-date {
        flex-shrink: 0;
    }
    .news-first-card .news-card-desc {
        overflow: hidden;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .news-first-card .news-card-btn {
        flex-shrink: 0;
    }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
    .news-box {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
    .news-box {
        width: var(--sm-main-width);
        max-width: var(--sm-main-max-width);
    }
    .news-first-card {
        display: block;
        height: auto;
        overflow: visible;
        box-shadow: initial;
    }
    .news-first-card .news-card-img {
        width: 100%;
        aspect-ratio: 1.88;
        position: relative;
        z-index: 1;
    }
    .news-first-card .news-card-text {
        width: calc(100% - 64px);
        box-sizing: border-box;
        padding: 40px 25px 40px 40px;
        margin: -70px 32px 0;
        background: #fff;
        position: relative;
        z-index: 2;
        border-radius: 12px;
        box-shadow: 0 0 17px 0 rgba(0,0,0,.15);
    }
    .news-first-card .news-card-title {
        margin: 20px 0 16px;
    }
    .news-first-card .news-card-desc {
        margin: 0 0 24px;
    }
    .news-cards-grid {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,1fr);
    }
    .news-other-cards:nth-child(4) {
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .news-section {
        padding: 20px 0 30px;
    }
    .news-box {
        width: var(--xs-main-width);
        max-width: var(--xs-main-max-width);
    }
    .news-title h2 {
        font-size: 26px;
        line-height: 39px;
    }
    .news-first-card {
        display: block;
        border-radius: 8px;
        height: auto;
        overflow: visible;
        box-shadow: initial;
        margin: 20px auto;
    }
    .news-first-card .news-card-img {
        border-radius: 8px;
        width: 100%;
        aspect-ratio: 1.56;
        position: relative;
        z-index: 1;
    }
    .news-first-card .news-card-text {
        width: calc(100% - 20px);
        box-sizing: border-box;
        padding: 20px 10px;
        margin: -40px 10px 0;
        background: #fff;
        position: relative;
        z-index: 2;
        border-radius: 8px;
        box-shadow: 0 0 17px 0 rgba(0,0,0,.15);
    }
    .news-first-card .news-card-date {
        font-size: 14px;
        line-height: 28px;
        padding: 2px 10px;
    }
    .news-first-card .news-card-title {
        margin: 16px 0;
    }
    .news-first-card .news-card-title h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .news-first-card .news-card-title:hover h3 {
        text-underline-offset: 5px;
        text-decoration-thickness: 1.5px;
    }
    .news-first-card .news-card-desc {
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 22px;
    }
    .news-first-card .news-card-btn {
        padding: 2px 16px;
        font-size: 14px;
        line-height: 28px;
    }
    .news-cards-grid {
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3,1fr);
    }
    .news-other-cards:nth-child(4) {
        display: none;
    }
    .news-other-cards .news-card-img {
        aspect-ratio: 1.81;
    }
    .news-other-cards .news-card-text {
        width: calc(100% - 24px);
        margin: -30px 12px 0;
        padding: 16px;
        border-radius: 8px;
    }
    .news-other-cards .news-card-content-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: auto;
    }
    .news-other-cards .news-card-date span {
        font-size: 14px;
        line-height: 28px;
    }
}