* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    background: linear-gradient(134.45deg, rgb(2, 50, 51) 25.24%, rgb(22, 164, 166) 71.63%);
    color: #eee;
    margin: 0;
    padding: 0;
}

h1,
h2 {
    color: #fff;
    font-weight: bold;
    -webkit-font-weight: bold;
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

p {
    color: #fff;
    margin: 0;
    padding: 0;
}

.area1 path,
.area2 path,
.area4 path,
.area5 path,
.area6 path,
.area7 path,
.area8 path,
.area9 path,
.area10 path {
    fill: none;
    stroke-width: 4;
    stroke: #C9FFCB;
}

@media screen and (max-width: 1400px) {

    .area1 path,
    .area4 path,
    .area5 path,
    .area6 path,
    .area8 path,
    .area9 path,
    .area10 path {
        stroke-width: 9;
    }
}

@media screen and (max-width: 1200px) {

    .area1 path,
    .area4 path,
    .area5 path,
    .area6 path,
    .area8 path,
    .area9 path,
    .area10 path {
        stroke-width: 7;
    }
}

@media screen and (max-width: 640px) {

    .area1 path,
    .area4 path,
    .area5 path,
    .area6 path,
    .area7 path,
    .area8 path,
    .area9 path,
    .area10 path {
        stroke-width: 6;
    }

    .area2 path,
    .area7 path {
        stroke-width: 9;
    }
}

svg {
    width: 100%;
    height: fit-content;
    overflow: visible;
}

svg:not(:root) {
    overflow: visible !important;
}

.line-animation {
    width: 100%;
    height: auto;
    position: relative;
}

.svg-box {
    position: absolute;
    right: 0;
    top: 0;
}

.svg-box-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.svg-box-2 {
    position: absolute;
    left: 0;
    top: 0;
}

/* svg visible/hidden breakpoint */
.hidden {
    display: none;
}

@media screen and (max-width: 1400px) {
    .visible-pc {
        display: none;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1191px) {
    .visible-pad-md {
        display: block;
    }
}

@media screen and (max-width: 1190px) and (min-width: 822px) {
    .visible-pad-sm {
        display: block;
    }
}

@media screen and (max-width: 821px) and (min-width: 768px) {
    .visible-pad-xs {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .visible-mobile-sm {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .area1 .svg-box-1.visible-mobile-sm {
        display: none;
    }

    .visible-mobile-xs {
        display: block;
    }
}

/* END */

.bigTit {
    font-size: 38px;
}


img {
    max-width: 100%;
}

header {
    width: 100%;
    background-color: #fff;
}

.header-wrapper {
    max-width: 1410px;
    width: 100%;
    margin: auto;
    display: block;
}

.header-wrapper .logo {
    width: 112px;
    height: auto;
    padding: 8px 0;
}

.header-wrapper .logo img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1441px) {
    .header-wrapper {
        padding: 0 32px;
    }
}

.box-wrapper {
    max-width: 1410px;
    width: 100%;
    margin: auto;
    display: block;
}

@media screen and (max-width: 1441px) {
    .box-wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .box-wrapper {
        width: 100%;
        padding: 0 32px;
    }
}

.area1 {
    width: 100%;
    display: flex;
    justify-content: end;
    position: relative;
}

.area1 .line-animation-1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.area1 .content {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 70px 0;
}

.area1 .content .lft {
    width: 55%;
}

.area1 .content .lft h1 {
    font-size: 60px;
    font-weight: 800;
    -webkit-font-weight: 800px;
    margin-bottom: 12px;
}

.area1 .content .lft h2 {
    font-size: 46px;
    font-weight: 700;
    -webkit-font-weight: 700;
    margin-bottom: 30px;
}

.area1 .content .lft .info-box {
    display: grid;
    gap: 24px;
}

.area1 .content .lft .info-box .txt {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.area1 .content .lft .info-box .more-btn {
    display: flex;
    gap: 20px;
}

.area1 .content .lft .info-box .more-btn a {
    width: 100%;
    text-decoration: none;
    background-color: #fff;
    color: black;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    -webkit-font-weight: 600;
    text-align: center;
    padding: 18px 0;
    transition: .2s ease-in-out;
}

.area1 .content .lft .info-box .more-btn a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: .2s ease-in-out;
}

.area1 .content .rt {
    width: 45%;
}

.area1 .content .rt .lighting {
    width: 90%;
    height: auto;
    margin: auto;
    display: block;
    animation-name: glow;
    animation-duration: 3s;
}

@keyframes glow {
    0% {
        filter: grayscale(1);
        opacity: .2;
    }

    50% {
        filter: grayscale(0.2);
        opacity: .5;
    }

    100% {
        filter: grayscale(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .area1 .content {
        margin-bottom: 15px;
    }

    .area1 .content .lft h1 {
        font-size: 38px;
        line-height: 46px;
    }

    .area1 .content .lft h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .area1 .content .lft .info-box {
        gap: 12px;
    }

    .area1 .content .lft .info-box .txt{
        line-height: 24px;
    }

    .area1 .content .lft .info-box .more-btn {
        gap: 12px;
    }

    .area1 .content .lft .info-box .more-btn a {
        font-size: 14px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 768px) {
    .area1 .content {
        width: 100%;
        flex-direction: column;
        margin: 30px 0;
    }

    .area1 .content .lft {
        width: 100%;
    }

    .area1 .content .lft h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .area1 .content .lft .info-box .txt {
        font-size: 16px;
        line-height: 20px;
    }

    .area1 .content .lft h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .area1 .content .rt {
        width: 100%;
    }

    .area1 .content .rt .lighting {
        margin-top: 36px;
        position: relative;
        z-index: 100;
    }
}

.area2 {
    margin-top: 30px;
}

.area2 img {
    width: 60%;
    margin: auto;
    display: block;
}

@media screen and (max-width: 1200px) {
    .area2 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 640px) {
    .area2 {
        margin-top: 0;
    }
}

.area3 .direct {
    text-align: center;
    margin: 50px 0;
}

.area3 .direct p {
    margin-bottom: 12px;
    font-size: 18px;
}

.area3 .direct h3 {
    font-size: 24px;
}

.area4 {
    position: relative;
    padding: 130px 0 25px 0;
}

.area4-box {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    margin: 60px auto;
}

.area4-box .lft {
    width: 60%;
}

.area4-box .rt {
    width: 40%;
}

@media screen and (max-width: 1400px) {
    .area4 {
        padding-top: 100px;
    }
}

@media screen and (max-width: 992px) {
    .area4 {
        padding-top: 80px;
    }

    .area4-box {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .area4 {
        padding-top: 60px;
    }

    .area4-box {
        width: 100%;
        flex-direction: column-reverse;
        margin: 20px 0;
    }

    .area4-box .lft,
    .area4-box .rt {
        width: 100%;
    }
}

.area4 .conclusion {
    width: 90%;
    margin: auto;
}

.area5 {
    position: relative;
    padding: 140px 0 50px 0;
}

.area5-box {
    width: 90%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
    margin: 60px 0;
}

.area5-box .lft {
    width: 30%;
}

.area5-box .lft img {
    width: 70%;
    margin: auto;
    display: block;
}

.area5-box .rt {
    width: 70%;
}

@media screen and (max-width: 1400px) {
    .area5 {
        padding-top: 100px;
    }
}

@media screen and (max-width: 992px) {
    .area5-box {
        gap: 20px;
    }

    .area5-box {
        margin: 30px auto;
    }
}

@media screen and (max-width: 768px) {
    .area5 {
        padding: 40px 0 0 0;
    }

    .area5-box {
        flex-direction: column;
    }

    .area5-box .lft,
    .area5-box .rt {
        width: 100%;
    }
}

.area6 {
    position: relative;
    padding: 130px 0 25px 0;
}

.area6-box {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
    margin-top: 60px;
}

.area6-box .lft {
    width: 50%;
}

.area6-box .rt {
    width: 50%;
}

@media screen and (max-width: 1400px) {
    .area6 {
        padding-top: 100px;
    }
}

@media screen and (max-width: 992px) {
    .area6 {
        padding-top: 90px;
    }

    .area6-box {
        gap: 20px;
        margin: 30px auto;
    }
}

@media screen and (max-width: 768px) {
    .area6 {
        padding: 60px 0 0 0;
    }

    .area6-box {
        width: 100%;
        flex-direction: column-reverse;
    }

    .area6-box .lft,
    .area6-box .rt {
        width: 100%;
    }
}

.area8 {
    padding: 60px 0;
}

.area8-box {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-top: 40px;
}

.area8-box a {
    width: 30%;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.area8-box a .event img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #fff;
    box-shadow: 4px 4px 7px rgb(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.area8-box a .event ul {
    list-style: none;
    display: grid;
    gap: 4px;
    text-align: center;
}

.area8-box a .event ul li {
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .area8-box {
        gap: 40px;
    }

    .area8-box a {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .area8-box {
        flex-direction: column;
    }

    .area8-box a {
        width: 100%;
    }
}

.area9 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.area9 .contact-box {
    text-align: center;
}

.area9 .contact-box a {
    text-decoration: none;
    background-color: #2abbfd;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    -webkit-font-weight: 600;
    padding: 14px 60px;
    border-radius: 100px;
    transition: .3s ease-in-out;
}

.area9 .contact-box a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .area9 .contact-box a {
        width: 100%;
        display: block;
    }
}

.area10 {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 40px 0 20px 0;
}

.area10 img {
    width: 140px;
}

.area10 p {
    font-size: 14px;
    margin-top: 8px;
}

/* ============================ /   
             slider
/ ============================= */
.slider-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 30px 0;
}

@media screen and (max-width: 992px) {
    .slider-wrapper {
        padding: 0 0 24px 0;
    }
}

.main-slider {
    flex: 1;
    min-width: 0;
    position: relative;
}

.thumbnail-slider {
    width: 250px;
    display: block;
}

@media screen and (max-width: 992px) {
    .thumbnail-slider {
        display: none;
    }
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .splide__slide p {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 992px) {
    .main-slider .splide__slide p {
        font-size: 12px;
        line-height: 1.2;
    }
}

.main-slider .splide__arrow {
    opacity: 0 !important;
}

.splide__arrow {
    width: 35px !important;
    height: 35px !important;
    background-color: #e1e1e1 !important;
    opacity: 1 !important;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(https://www.deltaww.com/assets/images/icon--arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.splide__arrows--ttb .splide__arrow--prev {
    top: -2.8rem !important;
    opacity: 1 !important;
}

.splide__arrows--ttb .splide__arrow--next {
    transform: rotate(180deg) !important;
    bottom: -2.8rem !important;
    left: 6.7rem !important;
    opacity: 1 !important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 0;
}

.splide__pagination {
    bottom: -1.5em !important;
    gap: 6px;
    opacity: 0;
}

@media screen and (max-width: 992px) {
    .splide__pagination {
        opacity: 1 !important;
    }
}


/* ============================ /   
           GAUGE CHART
/ ============================= */
.area3 {
    height: fit-content;
    margin: 30px 0;
}

.main_Title {
    font-size: 46px;
    font-weight: 600;
    -webkit-font-weight: 600;
    color: #ffffff !important;
}

.gauge_chart_content {
    color: rgb(201, 255, 203);
}

@media (max-width: 990px) {
    .area3 {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .main_Title {
        font-size: 24px;
    }
}

.highlight_red {
    background: #ff0004;
    color: rgb(201, 255, 203) !important;
    padding: 5px;
}

.chart {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container,
#container-m {
    position: relative;
    width: clamp(280px, 92vw, 600px);
    height: clamp(140px, 35vw, 230px);
}

#dashboard-bg {
    width: 100%;
    display: block;
}

#dashboard-bg-m {
    width: 77%;
    display: block;
    margin: auto;
}

#overlay-canvas {
    position: absolute;
    top: -9px;
    left: 3px;
    width: 100%;
    height: 100%;
}

#overlay-canvas-m {
    position: absolute;
    top: -11px;
    left: 2px;
    width: 100%;
    height: 100%;
}

#label-left,
#label-right,
#label-left-m,
#label-right-m {
    position: absolute;
    font-weight: bold;
    -webkit-font-weight: bold;
    white-space: nowrap;
    font-size: clamp(26px, 3vw, 42px);
    pointer-events: none;
}

#label-left,
#label-left-m {
    color: orange;
}

#label-left-m {
    font-size: clamp(18px, 5.2vw, 28px);
    transform: translateX(45px);
}

#label-right,
#label-right-m {
    color: red;
    display: none;
}

#label-right-m {
    font-size: clamp(18px, 5.2vw, 28px);
}


@media screen and (max-width: 1200px) {
    .cls-main {
        font-size: 14px;
    }
}

@media screen and (max-width: 820px) {
    .cls-main {
        font-size: 2.667vw;
    }
}

.cls-main iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cls-main h1,
.cls-main h2,
.cls-main h3,
.cls-main h4,
.cls-main h5,
.cls-main h6 {
    margin: 0;
    font-weight: normal;
    -webkit-font-weight: normal;
    /*font-family: "GT Zirkon-Bold";*/
    color: #fff;
}

.cls-main p,
.cls-main label,
.cls-main a,
.cls-main b,
.cls-main strong {
    font-family: "econ-sans";
}

@media screen and (min-width: 1600px) {

    .cls-main p,
    .cls-main label,
    .cls-main a,
    .cls-main b,
    .cls-main strong {
        font-size: 17px !important;
    }
}

.cls-main p {
    color: #fff;
}

.cls-main h1 {
    font-size: 3em;
    line-height: 1.2;
    font-weight: 700;
    -webkit-font-weight: 700;
}

@media screen and (max-width: 820px) {
    .cls-main h1 {
        font-size: 3em;
        line-height: 1.2;
    }
}

.cls-main h2 {
    font-size: 3.75em;
    line-height: 1;
    font-weight: 700;
    -webkit-font-weight: 700;
}

@media screen and (max-width: 820px) {
    .cls-main h2 {
        font-size: 2.5em;
        line-height: 1.2;
    }
}

.cls-main h3 {
    font-size: 2em;
    line-height: 1.1;
    font-weight: 700;
    -webkit-font-weight: 700;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 820px) {
    .cls-main h3 {
        font-size: 2em;
        line-height: 1.1;
    }
}

.cls-main h4 {
    font-family: "GT Zirkon-Medium";
    font-size: 0.875em;
    line-height: 1.32;
    font-weight: 500;
    -webkit-font-weight: 500;
    letter-spacing: 0.05em;
}

.cls-main h4.sub-heading {
    font-size: 2.8125em;
}

@media screen and (max-width: 820px) {
    .cls-main h4 {
        font-size: 1.125em;
    }

    .cls-main h4.sub-heading {
        font-size: 1.625em;
    }
}

.cls-main p,
.cls-main label {
    font-size: 1em;
    margin: 0;
    line-height: 1.5;
    text-wrap: pretty;
    color: #fff;
}

.cls-main p.regular,
.cls-main label.regular {
    font-size: 1em;
}

@media screen and (max-width: 767px) {

    .cls-main p.regular,
    .cls-main label.regular {
        font-size: 0.875em;
    }
}

.cls-main a {
    text-decoration: none;
}

.cls-main a:hover {
    text-decoration: none;
}

.cls-main ul {
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.cls-main img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cls-main img.cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.cls-main b,
.cls-main strong {
    font-weight: 700;
    -webkit-font-weight: 700;
}

.cls-main .mobile-break {
    display: none;
}

@media screen and (max-width: 767px) {
    .cls-main .mobile-break {
        display: block;
    }
}

.cls-main .site-content {
    position: relative;
    z-index: 2;
}

.cls-main .hover-scale {
    transition: transform 0.3s ease-out;
    transform: scale(1);
}

.cls-main .hover-scale:hover {
    transform: scale(1.06);
}

.cls-main .image-scale {
    overflow: hidden;
}

.cls-main .image-scale img:not(.no-scale) {
    scale: 1;
    transition: scale 0.6s ease-out;
}

.cls-main .image-scale:hover img:not(.no-scale) {
    scale: 1.1;
}

.cls-main .overflow-hidden {
    overflow: hidden;
}

.cls-main .flex {
    display: flex !important;
}

.cls-main .divider {
    max-width: 3.4375em;
    height: 0.1875em;
}

.cls-main .dty-section {
    position: relative;
}

.cls-main .dty-section .container {
    margin: 0 auto;
    height: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .index_Title {
        font-size: 38px;
        line-height: 46px;
        color: #fff !important;
        font-weight: 700;
        -webkit-font-weight: 700;
        padding-top: 30px;
    }

    .main_Title {
        font-size: 32px;
        line-height: 42px;
        color: #fff !important;
        font-weight: 600;
        -webkit-font-weight: 600;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1680px) {
    .index_Title {
        font-size: 46px;
        line-height: 50px;
        color: #fff !important;
        font-weight: 700;
        -webkit-font-weight: 700;
        padding-top: 30px;
    }

    .main_Title {
        font-size: 36px;
        line-height: 42px;
        color: #fff !important;
        font-weight: 600;
        -webkit-font-weight: 600;
    }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
    .cls-main .dty-section .container {
        margin: 0;
        width: 100%;
    }
}

.cls-main .dty-section .container--full-width {
    max-width: none;
    width: 100%;
}

.cls-main .dty-section .container--content-full-wide {
    max-width: calc(81.0625em);
}

@media screen and (max-width: 768px) {
    .cls-main .dty-section .container--content-full-wide.tablet-wide {
        padding: 0 1.5em;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .cls-main .dty-section .container--content-full-wide {
        padding: 0 4em;
    }
}

@media screen and (max-width: 767px) {
    .cls-main .dty-section .container--content-full-wide {
        padding: 0 1.5em;
    }
}

.cls-main .dty-section .container--content-full {
    max-width: calc(69.5em);
}

@media screen and (max-width: 768px) {
    .cls-main .dty-section .container--content-full.tablet-wide {
        padding: 0 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .cls-main .dty-section .container--content-full {
        padding: 0 4em;
    }
}

@media screen and (max-width: 767px) {
    .cls-main .dty-section .container--content-full {
        padding: 0 1.5em;
    }
}

.cls-main .dty-section .container--content {
    max-width: calc(56.25em);
}

@media screen and (max-width: 768px) {
    .cls-main .dty-section .container--content.tablet-wide {
        padding: 0 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .cls-main .dty-section .container--content {
        padding: 0 4em;
    }
}

@media screen and (max-width: 767px) {
    .cls-main .dty-section .container--content {
        padding: 0 1.5em;
    }
}

.cls-main .site-not-found {
    padding: 10em 0 6.25em;
    margin: 0 auto;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 37.5em;
}

@media screen and (max-width: 1179px) {
    .cls-main .site-not-found {
        max-width: 80vw;
    }
}

/* =================================
                fonts
==================================== */
/* Icons */
@font-face {
    /*/*font-family: "slick";*/
    */ font: normal 100% Arial, Microsoft JhengHei, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;

    /*src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
		url("./fonts/slick.woff") format("woff"),
		url("./fonts/slick.ttf") format("truetype"),
		url("./fonts/slick.svg#slick") format("svg");*/
}

@font-face {
    font-family: "econ-sans-light";
    src: url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Light.woff2") format("woff2"), url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "econ-sans";
    src: url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Regular.woff2") format("woff2"), url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "econ-sans-medium";
    src: url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Medium.woff2") format("woff2"), url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "econ-sans-bold";
    src: url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Bold.woff2") format("woff2"), url("https://www.deltaww.com/css/pages/assets/fonts/econsans/EconSansOS-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT Zirkon-Bold";
    src: url("https://www.deltaww.com/css/pages/assets/fonts/gt-zirkon/GTZirkon-Bold.woff2") format("woff2"), url("https://www.deltaww.com/css/pages/assets/fonts/gt-zirkon/GTZirkon-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GT Zirkon-Medium";
    src: url("https://www.deltaww.com/css/pages/assets/fonts/gt-zirkon/GTZirkon-Medium.woff2") format("woff2"), url("https://www.deltaww.com/css/pages/assets/fonts/gt-zirkon/GTZirkon-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* =================================
           common setting
==================================== */
.bigTit {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    -webkit-font-weight: 800;
    line-height: 52px;
    text-align: center;
}

.contTxt {
    color: #C9FFCB;
    font-size: 32px;
    font-weight: 600;
    -webkit-font-weight: 600;
    line-height: 40px;
}

@media screen and (max-width: 1200px) {
    .bigTit {
        font-size: 36px;
        line-height: 42px;
    }

    .contTxt {
        font-size: 28px;
        line-height: 33px;
    }
}

@media screen and (max-width: 992px) {
    .bigTit {
        font-size: 32px;
    }

    .contTxt {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    .bigTit {
        font-size: 24px;
        line-height: 28px;
    }

    .contTxt {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .gauge_chart_content {
        line-height: 34px;
    }
}