/* DATAKING 八大模組 */
.modules-content-wrap {
    padding: 20px;
    background-image: url(https://dataking.com.tw/images/藍科文案圖片-11-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.modules-content-wrap .modules-content {
    max-width: 1164px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.modules-content-wrap .heading {
    margin: 0;
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    color: #2d2a2a;
    line-height: 1.4;
}

.modules-desc {
    margin: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.rich-text,
.rich-text * {
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #777;
}

pre {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #F9F9F9;
    text-align: left;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.modules-content-wrap .col-content {
    margin: 10px;
    background-color: rgba(255, 214, 188, 0.89);
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.modules-content-wrap .node-content {
    padding: 20px;
    text-align: center;
}

.modules-content-wrap .callout-title {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 900;
    font-size: 22px;
}

.modules-content-wrap .callout-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    text-decoration: none;
    color: #2d2a2a;
    transition: all .25s ease;
}

.modules-content-wrap .callout-title a:hover {
    color: #4f4f4f;
}

.modules-content-wrap .callout-title .icon i {
    font-size: 30px;
}

.modules-content-wrap .callout-title .callout-title-text {
    font-size: 100%;
}

.modules-content-wrap .callout-button {
    padding: 10px 0 0 0;
    text-align: center;
}

.modules-content-wrap .callout-button a {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}

@media (max-width: 767.98px) {
    .modules-content-wrap .col-content {
        margin-bottom: 20px;
    }
}

/* 行業別 ERP */
.industry-content-wrap {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.industry-content-wrap .industry-content {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.industry-content-wrap .heading {
    margin: 20px;
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
    text-align: center;
}

.industry-desc {
    margin: 40px 20px;
}

.industry-content-wrap .col-content {
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.industry-content-wrap .node-content {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.industry-content-wrap .node-content .icon {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #3f3f3f;
    text-align: center;
}

.industry-content-wrap .node-content .icon i {
    font-size: 40px;
    color: rgba(33, 27, 26, 0.84);
}

.industry-content-wrap .callout-title {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 1.375rem;
    text-align: center;
}

.industry-content-wrap .callout-title a {
    font-weight: bold;
    color: #3f3f3f;
    text-decoration: none;
}

.industry-content-wrap .callout-text-wrap {
    color: #777;
}

.industry-content-wrap .callout-text-wrap ul {
    padding-left: 0;
}

.industry-content-wrap .callout-text-wrap li {
    margin-left: 1.2em;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.industry-content-wrap .callout-button {
    margin-top: auto;
    padding: 10px 0 0 0;
    text-align: center;
}

.industry-content-wrap .button-orange {
    padding: 10px 20px;
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid rgba(243, 202, 176, 0.89);
    border-radius: 25px;
    color: #c45627;
    text-decoration: none;
    background: rgba(255, 214, 188, 0.89);
    transition: all .25s ease;
}

.industry-content-wrap .button-green {
    padding: 10px 20px;
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid rgba(79, 141, 102, 0.17);
    border-radius: 25px;
    color: #22b4bf;
    text-decoration: none;
    background: rgba(91, 153, 114, 0.17);
    transition: all .25s ease;
}

.industry-content-wrap .button-orange:hover,
.industry-content-wrap .button-green:hover {
    border: 1px solid rgba(29, 115, 190, 0.1);
    color: #297fca;
    background: rgba(41, 127, 202, 0.1);
}

.industry-content-wrap .button-wrap {
    margin: 40px 20px;
    text-align: center;
}

.industry-content-wrap .button-teal {
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    border: 1px solid #16a8b3;
    color: #ffffff;
    background: linear-gradient(to bottom, #40d2dd 0%, #22b4bf 100%);
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .25s ease;
}

.industry-content-wrap .button-teal:hover {
    border: 1px solid rgba(70, 141, 122, 0.33);
    color: rgba(33, 27, 26, 0.84);
    background: linear-gradient(to bottom, rgba(112, 183, 164, 0.33) 0%, rgba(82, 153, 134, 0.33) 100%);
}

@media (max-width: 767.98px) {
    .industry-content-wrap .col-content {
        height: auto;
    }
}

/* 關於 • 藍科創新 */
.about-content-wrap {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #ffffff;
    background-image: url(https://dataking.com.tw/images/藍科文案圖片-11-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.about-content-wrap .about-content {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
}

.about-content-wrap .heading {
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 1.625rem;
}

.about-content-wrap .about-desc {
    margin: 20px;
    margin-top: 30px;
    margin-bottom: 30px; 
}

.about-content-wrap .about-desc .rich-text {
    margin-bottom: 20px;
    text-align: center;
}

.about-content-wrap .about-desc .rich-text p {
    margin-bottom: 0px;
}

.about-content-wrap .about-desc .rich-text p span {
    font-weight: 900;
    font-size: 20px;
    line-height: 2;
    color: #417dab;
    background-color: #f7f7cb;
}

.about-content-wrap .row-content {
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
}

.about-content-wrap .row-content .button-wrap {
    margin: 20px;
    display: flex;
    column-gap: 40px;
}

.about-content-wrap .row-content .button-light-blue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid rgba(109, 156, 184, 0.67);
    border-color: #84a8ba;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 36px;
    color: rgba(33, 27, 26, 0.84);
    background: linear-gradient(to bottom, rgba(151, 198, 226, 0.67) 0%, rgba(121, 168, 196, 0.67) 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .25s ease;
}

.about-content-wrap .row-content .button-light-green { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    border: 1px solid #69c2a1;
    border-color: rgba(82, 153, 134, 0.33);
    padding-top: 18px;
    padding-right: 36px;
    padding-bottom: 18px;
    padding-left: 36px;
    color: rgba(33, 27, 26, 0.84);
    background: linear-gradient(to bottom, #93eccb 0%, #75cead 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .25s ease;
    column-gap: 8px;
}

.about-content-wrap .row-content .button-light-blue:hover,
.about-content-wrap .row-content .button-light-green:hover {
    border: 1px solid rgba(31, 105, 107, 0.58);
    border-color: #004b77;
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(73, 147, 149, 0.58) 0%, rgba(43, 117, 119, 0.58) 100%);
}

@media (max-width: 767.98px) {
    .about-content-wrap .row-content {
        text-align: center;
    }

    .about-content-wrap .row-content .button-wrap {
        display: inline-flex;
        flex-direction: column;
        row-gap: 40px;
    }
}

/* 服務時段 */
.service-content-wrap {
    display: flex;
    padding: 20px 20px 15px 20px;
    background-image: url(https://dataking.com.tw/images/服務時段-背景圖.png);
    background-repeat: no-repeat;
    background-position: 30% 60%;
    background-attachment: scroll;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 680px;
}

.service-content-wrap .photo-content {
    display: none;
}

.service-content-wrap .service-content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.service-content-wrap .service-content .col-group {
    width: 50%;
}

.service-content-wrap .col-content {
    margin: 20px;
}

.service-content-wrap .callout-text {
    padding-bottom: 20px;
    text-align: center;
}

.service-content-wrap .callout-text span {
    color: #417dab;
    background-color: #f9e1fa;
}

.service-content-wrap .callout-button a {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: rgba(0, 124, 196, 0.74);
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
}

@media (max-width: 767.98px) {
    .service-content-wrap {
        display: block;
        background-image: none;
        min-height: auto;
    }

    .service-content-wrap .photo-content {
        margin: 40px auto;
        display: block;
        width: 270px;
    }

    .service-content-wrap .service-content {
        display: block;
    }

    .service-content-wrap .service-content .col-group {
        width: 100%;
    }

    .service-content-wrap .callout-button {
        text-align: center;
    }

    .service-content-wrap .callout-button a {
        display: inline-flex;
    }
}

/* DATAKING ERP 六大優點 */
.advantage-content-wrap {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.advantage-content-wrap .advantage-content {
    position: relative;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.advantage-content-wrap .heading {
    margin: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.advantage-content-wrap .col-content {
    margin: 20px;
    margin-top: 30px;
}

.advantage-content-wrap .callout-title {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    color: #004b77;
}

.advantage-content-wrap .callout-title .callout-title-text {
    font-weight: bold;
}

.advantage-content-wrap .callout-title .icon {
    margin-right: 15px;
}

.advantage-content-wrap  .callout-text {
    text-align: center;
    color: #91a6c4;
}

.advantage-content-wrap .button-wrap {
    position: absolute;
    top: 0;
    left: 50%;
}

.advantage-content-wrap .button-yellow {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-weight: 900;
    border: 1px solid #e3cd7c;
    background: linear-gradient(to bottom, #fff7a6 0%, #efd988 100%);
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
    transition: all .25s ease;
}

.advantage-content-wrap .button-yellow:hover {
    border: 1px solid rgba(0, 112, 184, 0.74);
    border-color: rgba(43, 117, 119, 0.58);
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(30, 154, 226, 0.74) 0%, rgba(0, 124, 196, 0.74) 100%);
}

@media (max-width: 767.98px) {
    .advantage-content-wrap .button-wrap {
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    .advantage-content-wrap .button-yellow {
        display: inline-flex;
    }
}

/* 管理 */
.manage-content-wrap {
    padding: 20px;
    padding-bottom: 40px;
    background-image: url(https://www.dataking.com.tw/wp-content/uploads/2023/08/藍科文案圖片-11-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.manage-content-wrap .manage-content {
    max-width: 1223px;
    margin-left: auto;
    margin-right: auto;
}

.manage-content-wrap .heading {
    margin: 20px;
    font-weight: 800;
    text-align: center;
}

.manage-content-wrap .photo-wrap {
    margin: 20px 0 40px 0;
}

.manage-content-wrap .photo-content {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.manage-content-wrap .col-content {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.manage-content-wrap .col-content .rich-text,
.manage-content-wrap .col-content .rich-text * {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1px;
    color: #777;
}

.manage-content-wrap .col-content .rich-text ol {
    padding-left: 0;
}

.manage-content-wrap .col-content .rich-text li {
    margin-left: 1.2em;
    margin-bottom: 1rem;
}

.manage-content-wrap .col-content .rich-text li span:first-child {
    color: #000;
    font-weight: bold;
}

.manage-content-wrap .rich-text-wrap {
    text-align: center;
    font-size: 17px;
    line-height: 2.5;
}

@media (max-width: 767.98px) {
    .manage-content-wrap .photo-content {
        width: auto;
    }
}

/* 歡迎 */
.welcome-content-wrap {
    padding-top: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    background-image: url(https://dataking.com.tw/images/藍科創新.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: rgba(0, 0, 0, 0.1);
}

.welcome-content-wrap .welcome-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-content-wrap .col-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0;
    border-color: #777;
    background-clip: border-box;
    border-top-width: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.welcome-content-wrap .col-content .heading,
.welcome-content-wrap .col-content .rich-text {
    text-align: center;
}

.welcome-content-wrap .contact-form {
    margin: 20px;
}

.welcome-content-wrap .contact-form .fl-input-group {
    margin-bottom: 10px;
}

.welcome-content-wrap .contact-form label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
}

.welcome-content-wrap .contact-form input,
.welcome-content-wrap .contact-form textarea {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
}

.welcome-content-wrap .contact-form textarea {
    padding: 10px 15px;
    overflow: auto;
    min-height: 130px;
}

.welcome-content-wrap .contact-form button {
    font-family: 微軟正黑體, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 400;
    border: 1px solid rgba(0, 112, 184, 0.74);
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 18px;
    padding: 12px 24px;
    font-size: 16px;
    background: rgba(0, 124, 196, 0.74);
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media (max-width: 767.98px) {
    .welcome-content-wrap .contact-form {
        margin: 0px;
    }
}