/* product.css */
/* 此為產品資訊style樣式, 頁面: 產品資訊( C&Cm@il、SpamSherlock、MailSherlock、ADr.、OAKlouds Portal、PowerStation、FloWing ) */
/* 包含: banner、product-main產品特色、file檔案下載 */

.product-page-link{
    color: #3FA2D4 !important;
}

/* banner */
.banner{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-inner{
    width: 60%;
    margin: auto;
    padding-top: 90px;
    position: relative;
    z-index: 999;
}
.banner-logo{
    display: flex;
    justify-content: center;
}
.banner-logo img{
    width: auto;
    height: 100px;
    margin: auto;
}
.banner-title{
    color: #2E2E2E;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
}
.banner-content{
    text-align: center;
    margin: auto;
    margin-top: 20px;
    color: #2D2D2D;
    font-weight: 400;
}
.banner-svg-container{
    position: absolute;
    top: 350px;
    height: 150px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* product-main */
.product-main{
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
	background-image: 
    linear-gradient(180deg, #FFF 30.89%, rgba(239, 243, 255, 0.87) 111.41%),
    url('../images/product-page/product-bg_01.png');
}
.product-svg .decorate.decorate_1{
    width: 380px;
    height: 600px;
    background-image: url('../images/product-page/decorate_1_indigo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    left: 0px;
    top: 700px;
}
.product-svg .decorate.decorate_2{
    content: "";
    width: 300px;
    height: 700px;
    background-image: url('../images/product-page/decorate_2_indigo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    right: 0px;
    top: 900px;
}
.product-main-container{
    width: 80%;
    margin: auto;
}

/* product-item */
.product-item{
    margin: 25px 20px;
}
.product-item-step {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #739DD2;
    background-color: #fff;
    border: 3px solid #739DD2;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
}
.product-item-step:before {
    background-color: #739DD2;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 6px;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -4px;
    width: 12px;
}



.product-item-pic {
    width: 100%;
    margin: 0 auto;
}
.product-item-pic img{
    width: 100%;
}
.product-item-title{
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    color: #1F1F1F;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item-text{
    color: #5E5E5E;
    text-align: justify;
    margin-top: 10px;
    line-height: 36px;
}
.product-item-text a{
    color: #00A0CE;
    text-decoration: underline;
}

hr.dividing{
    margin-top: 80px;
    margin-bottom: 50px;
    border-top: 1.5px dashed #5E5E5E;
}

/* file */
.file-download{
    text-decoration: none;
    color: #5E5E5E;
    font-weight: 700;
    font-size: 18px;
    margin-left: 15px;
}
.file-storage{
    color: #5E5E5E;
    margin-left: 10px;
}
.file .hint{
    background: #5E5E5E;
    color: #FFF;
    font-weight: 500;
    width: fit-content;
    padding: 8px 20px;
    margin: 30px 0px;
}


@media(max-width: 1400px){
    .product-main-container {
        width: 85%;
    }
    .banner-inner {
        width: 90%;
    }
}
@media(max-width: 992px){
    .banner-inner {
        width: 95%;
    }
    .product-main-container {
        width: 90%;
    }
    .product-svg .decorate.decorate_1{
        width: 200px;
        height: 400px;
    }
    .product-svg .decorate.decorate_2{
        width: 300px;
        height: 700px;
        top: 1200px;
    }
    .product-item-title {
        font-size: 1.1em;
    }
}
@media(max-width: 767px){
    .banner-inner {
        width: 100%;
        padding-top: 100px;
    }
    .banner-logo img{
        width: 90%;
        height: auto;
        max-width: 300px;
    }
    .banner-content {
        width: 80%;
    }
    .banner-content br{
        display: none;
    }

    .product-main-container {
        width: 75%;
    }
    .product-svg .decorate.decorate_1{
        display: none;
    }
    .product-svg .decorate.decorate_2{
        display: none;
    }
}
@media(max-width: 450px){
    .product-main-container {
        width: 95%;
    }
    .banner-logo img{
        width: 90%;
        max-width: 250px;
    }
    .banner-content {
        width: 90%;
        text-align: justify;
    }
    .product-item-step {
        width: 45px;
        height: 45px;
    }
    .product-item-step:before {
        height: 10px;
        width: 10px;
        bottom: 6px;
        right: -4px;
    }
}


/* 不同頁面客製化顏色 */

/* adr */
.page-adr .product-item-step {
    color: #739DD2;
    border-color: #739DD2;
}
.page-adr .product-item-step:before {
    background-color: #739DD2;
}

/* ccmail */
.page-ccmail .product-item-step {
    color: #00A0CE;
    border-color: #00A0CE;
}
.page-ccmail .product-item-step:before {
    background-color: #00A0CE;
}
/* ccmail 影片播放器 */
.ccmail_video_window{
    width: 80%;
    margin: auto;
    margin-top: 80px;
    cursor: pointer;
    display: block;
    position: relative;
}
.ccmail_video{
    cursor: pointer;
    display: block;
}
video::-webkit-media-controls-enclosure{
    display: none; 
}
video:hover::-webkit-media-controls-enclosure{
    position: absolute;
    display: block; 
}
.ccmail_video_img{
    display: none;
    background-image: url('../images/ccmail/ccmail-interface.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    aspect-ratio: 1920/1080;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.ccmail_video_window.hidden .ccmail_video_img{
    display: block;
}

@media(max-width: 767px){
    .ccmail_video_window{
        width: 100%;
    }
}

/* mailsherlock */
.page-mailsherlock .product-item-step {
    color: #D44520;
    border-color: #D44520;
}
.page-mailsherlock .product-item-step:before {
    background-color: #D44520;
}
/* webSherlock */
.page-webSherlock .product-item-step {
    color: #E0552E;
    border-color: #E0552E;
}
.page-webSherlock .product-item-step:before {
    background-color: #E0552E;
}

/* spamsherlock */
.page-spamsherlock .product-item-step {
    color: #0077C0;
    border-color: #0077C0;
}
.page-spamsherlock .product-item-step:before {
    background-color: #0077C0;
}

/* oaklouds */
.page-oaklouds .product-item-step {
    color: #00AD97;
    border-color: #00AD97;
}
.page-oaklouds .product-item-step:before {
    background-color: #00AD97;
}

/* powerstation */
.page-powerstation .product-item-step {
    color: #BE1E2D;
    border-color: #BE1E2D;
}
.page-powerstation .product-item-step:before {
    background-color: #BE1E2D;
}

/* flowing */
.page-flowing .product-item-step {
    color: #806ACA;
    border-color: #806ACA;
}
.page-flowing .product-item-step:before {
    background-color: #806ACA;
}
