* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(-89deg, rgb(255, 255, 255), rgb(215, 223, 235));
    background: linear-gradient(-89deg, rgb(255, 255, 255), rgb(215, 223, 235));

}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

/* 定位 */
.object-position-absolute {
    position: absolute;
}

/* 區塊 */
section {
    padding: 80px 20px;
}


/* 文字大小 */
.slogan-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    background: linear-gradient(to right, #f8b195, #f67280, #c06c84);
    background: -webkit-linear-gradient(to right, #f8b195, #f67280, #c06c84);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Noto Serif JP', serif;
}

.slogan {
    font-size: 1.2em;
}

.title {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

/* 文字靠排 */
.text-center {
    text-align: center;
}

/* 圖片設定 */
img {
    display: block;
}

/* 按鈕 */
.button {
    display: block;
    padding: 15px 30px;
    border-radius: 100px;
    border: none;
    background-color: #C92279;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(139, 149, 166, 0.25);
    font-size: 14px;
    text-align: left;
    position: relative;
    max-width: 190px;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.button svg {
    position: absolute;
    width: 59px;
    height: 10px;
    top: 19px;
    right: 30px;
    transition: all 0.3s ease-in-out;
}

.button path {
    fill: #fff;
}

.btn-lg {
    min-width: 135px;
}

/* 外部連結 */
.external-link {
    display: block;
    position: relative;
    font-size: 16px;
    max-width: 160px;
    color: #C92279;
    padding: 10px;
}

.external-link svg {
    width: 56px;
    position: absolute;
    bottom: 13px;
    right: 10px;
}

.external-link path {
    fill: #C92279;
}

/* 外掛 slide owl carousel */
.owl-theme .owl-nav [class*=owl-] {
    margin: 0 20px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #949494 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #C92279 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #C92279 !important;
}

.owl-theme .owl-nav {
    font-size: 40px;
    margin-top: -10px !important;
}

.owl-carousel .item img {
    border-radius: 15px;
}

/* card */
.card {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 30px #BDC6DA;
    border-radius: 15px;
    padding: 40px 25px;
    margin-bottom: 30px;
}

/* 往右移箭頭 */
.arrowed {
    position: absolute;
    right: 10px;
    top: calc(50vh - 75px);
    background: rgba(245, 194, 243, 1);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    opacity: 0;
    animation: arrow-icon 15s ease-in-out 1s;
    z-index: 999;
}

@keyframes arrow-icon {
    0% {
        opacity: 0;
        display: block;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.arrow {
    /* more triangle */
    position: absolute;
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    border: 5px solid #fff;
    border-width: 8px 8px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: arrow-1 ease-in-out 1s infinite;
}

@keyframes arrow-1 {
    0% {
        opacity: 1;
        left: 10px;
    }

    100% {
        opacity: 0;
        left: 70px;
    }
}

/* margin */
.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

/* font-style */
.f-w-b {
    font-weight: bold;
}

blockquote {
    box-shadow: rgb(201, 34, 121) 3px 0px 0px 0px inset;
    padding: 15px 25px;
    /* padding-left: 20px; */
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .8);
    width: fit-content;
    color: #000000;
}

blockquote p {
    font-size: 1.3em;
    font-weight: bold;
}

.sales-name-block {
    position: relative;
    width: fit-content;
    /* font-size: 1.4em; */
    font-weight: bold;
    z-index: 99;
}

.sales-name-block::after {
    content: '';
    height: 15px;
    position: absolute;
    left: -8px;
    right: -8px;
    background-color: #ffe83a;
    z-index: -1;
    bottom: -3px;
}

.original-ul {
    /* list-style-type: disc !important; */
    margin-inline-start: 20px;
}

/* ----------------------------------------------- */
/* login-page 登入頁*/
#login-page {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url(/img/index-bg.jpg);
    background-size: cover;
}

#login-page .card {
    position: absolute;
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    max-width: 600px;
    padding-bottom: 70px;
}

#login-page .logo {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
}

#login-page .obj-1 {
    position: absolute;
    width: 50%;
    top: -20%;
    right: -20%;
}

#login-page .obj-2 {
    position: absolute;
    width: 48%;
    bottom: -20%;
    left: -20%;
}

#login-page .title {
    font-size: 1.6em;
    margin-top: 15%;
}

#login-page .g-signin2 img {
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
    max-width: 200px;
}

/* 提示訊息 */
#prompt-message {
    position: absolute;
    top: -51px;
    right: 0;
    left: 0;
    background: #ff5555;
    padding: 15px 10px;
    transition: all 0.3s ease-in-out;
}

#prompt-message p {
    color: #fff;
    font-weight: bold;
}

#prompt-message.show {
    top: 0;
}


/* ----------------------------------------------- */
/* customer-section 精選客戶案例區 */
.customer-card {
    /* height: 455px; */
    height: 200px;
    position: relative;
}

.customer-card-front,
.customer-card-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: 0.4s transform ease;
}

.customer-card-front.hide {
    transform: rotateY(180deg);
}

.customer-card-front .customer-card-content {
    opacity: 1;
}

.customer-card-front.hide .customer-card-content {
    opacity: 0;
}

.customer-card-back {
    background: transparent;
}

.customer-card-back .customer-card-content {
    opacity: 0;
}

.customer-card-back.show {
    transform: rotateY(180deg);
}

.customer-card-back.show .customer-card-content {
    opacity: 1;
}

.customer-card .logo-circle-bg {
    width: 190px;
    height: 190px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px #AAB4CA;
    margin: 35px auto 0;
    display: grid;
}

.customer-card .logo-circle-bg img {
    max-width: 170px;
    max-height: 120px;
    margin: auto;
}

.customer-card .logo-circle-bg-s img {
    max-width: 130px;
}

.customer-card-back .button {
    margin-top: 30px;
}

.customer-card-back.show p,
.customer-card-back.show .button,
.customer-card-back.show .cloud-logo {
    transform: scaleX(-1);
}

.customer-card .cloud-logo {
    width: 150px;
    height: 30px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.QA {
    font-weight: bold;
    font-size: 1.3em;
    font-family: Arial;
    letter-spacing: 0;
}

.QA-subtitle {
    font-weight: bold;
    color: #C92279;
}

.QA-title {
    font-weight: bold;
    font-size: 1.2em;
}

.display-grid {
    display: grid;
    height: 100%;
    align-items: center;
}

.right-wrong-symbols {
    font-size: 6em !important;
    line-height: 1;
    margin-top: -20px;
    color: #c14a4a;
    margin-bottom: 5px;
}

.right-symbols {
    color: #4ac170;
}

/* 各雲端公司logo */
.cloud-logo.aws-logo {
    background-image: url(/img/customer-logo/aws-logo.png);
}

.cloud-logo.gc-logo {
    background-image: url(/img/customer-logo/google-cloud-logo.png);
}

.cloud-logo.gws-logo {
    background-image: url(/img/customer-logo/google-workspace-logo.png);
}

.cloud-logo.ali-logo {
    background-image: url(/img/customer-logo/alibaba-logo.png);
}

/* ----------------------------------------------- */
/* announcement-section 資訊Spotlight */
.announcement-section .card .title {
    font-size: 1.5em;
    margin-bottom: 7px;
}

.announcement-section li {
    padding: 3px 0;
}

.line-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 10px;
}

.line-all-width {
    width: 100%;
    height: 1px;
    background: #AAB4CA;
}

.line {
    width: calc((100% / 2) - 80px);
    height: 1px;
    background: #AAB4CA;
}

.line-2 {
    width: calc((100% / 3) - 50px);
}

.line-title {
    font-size: 1.2em;
    font-weight: bold;
    /* margin: 0 15px; */
    text-align: center;
    color: #C92279;
}

.card ul {
    list-style-type: none;
}

#activity-section .card ul {
    list-style-type: disc;
    padding-inline-start: 20px;
}

.card .banner {
    width: 100%;
}

.line-bottom {
    width: 100%;
    height: 1px;
    background: #AAB4CA;
    margin-top: 10px;
}

.bottom-text {
    margin-top: 20px;
}

.bottom-text a,
.announcement-section li a {
    color: cornflowerblue;
    text-decoration: underline;
}

.announcement-section .have-title {
    padding: 0 30px;
}

.announcement-section .have-title li {
    padding: 8px 0;
}

.announcement-section .have-title .list-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    letter-spacing: 0;
    color: #C92279;
}

.announcement-section .cicle-bg {
    background-color: #C92279;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-section .cicle-bg .font {
    color: #fff;
}

/* icon */
.icon-block {
    display: flex;
    align-items: center;
}

.icon-font {
    width: 41px;
    height: 41px;
    margin-right: 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #C92279;
    border-radius: 100%;
}

.icon-font i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #C92279;
}

.icon-block p {
    width: calc(100% - 56px);
}

/* ----------------------------------------------- */
/* RWD */
/* ipad-style start */
/* 540px */
@media (min-width:539px) {

    /* 文字大小 */
    .slogan-title {
        font-size: 3em;
    }

    .slogan {
        font-size: 1.6em;
    }

    .title {
        font-size: 2em;
    }
}

/* 768px */
@media (min-width:767px) {

    /* 外掛 slide owl carousel */
    .owl-theme .owl-nav {
        margin-top: 0 !important;
    }

    /* ----------------------------------------------- */
    /* login-page 登入頁*/
    #login-page .title {
        margin-top: 10%;
        font-size: 2em;
    }

    /* icon */
    .icon-font {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        position: relative;
        background-color: #fff;
        border: 1px solid #C92279;
        border-radius: 100%;
    }

    .icon-block p {
        width: calc(100% - 40px);
    }
}

/* 1024px */
@media (min-width:1023px) {

    /* 文字大小 */
    .slogan-title {
        font-size: 3em;
    }
}

/* ----------------------------------------------- */
/* web-style start */
@media (min-width:1181px) {

    /* 區塊 */
    section {
        padding: 100px 50px;
    }

    /* 文字大小 */
    .slogan {
        font-size: 1.3em;
    }

    /* 按鈕 */
    .button {
        font-size: 12px;
        background-color: #fff;
        color: #333;
        padding: 5px 15px;
        letter-spacing: 1px;
        max-width: 100px;
    }

    .button path {
        fill: #7C7C7C;
    }

    .button svg {
        width: 30px;
        height: 8px;
        right: 16px;
        top: 10px;
    }

    .button:hover {
        background-color: #C92279;
        color: #fff;
        cursor: pointer;
    }

    .button:hover svg {
        right: 8px;
    }

    .button:hover path {
        fill: #fff;
    }

    .btn-lg {
        border: 2px solid #C92279;
        color: #C92279;
    }

    .btn-lg path {
        fill: #C92279;
    }


}

#IT-section .card {
    text-align: left;
}

.text-a {
    text-decoration: underline;
    color: cornflowerblue;
}