﻿/*關於光泉*/



.kc-about-box {
    background: url('../Images/about/bk.jpg') no-repeat;
    /*background-color: #0093E9;*/
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

/*公司簡介*/

.kc-about-overview-title h1 {
    font-size: 70px;
    font-weight: bold;
    color: #cd0717;
}

.kc-about-overview-title h2 {
    font-size: 46px;
    font-weight: bold;
    color: #cd0717;
}


.kc-about-overview-title p {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    color: #483e3f;
}


.kc-about-overview-content {
    font-size: 24px;
    line-height: 32px;
    color: #43413a;
}





/*菁英招募*/
.kc-welfare ul li {
    list-style-type: none;
    line-height: 24px;
}

    .kc-welfare ul li i {
        font-size: 30px;
        color: red;
    }


/*企業沿革*/
/* The actual timeline (the vertical ruler) */
.main-timeline {
    position: relative;
}

section h3 {
    color: red;
    font-weight: bold;
    font-style: italic;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #939597;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline {
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timeline::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        right: -13px;
        background-color: #939597;
        border: 5px solid #f5df4d;
        top: 15px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left {
    padding: 0px 40px 20px 0px;
    left: 0;
}

/* Place the container to the right */
.right {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .main-timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .timeline::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 18px;
    }

    .left::before {
        right: auto;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}





/*企業文化*/

.blockquote {
    margin-bottom: 0px;
}


.blockquote-custom {
    position: relative;
    font-size: 24px;
}

.blockquote-custom-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -80px;
    left: 35%;
    background-image: linear-gradient( 135deg, #F0FF00 10%, #58CFFB 100%);
}

.blockquote p {
    font-size: 18px;
    height: 110px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #be0027;
            bottom: 0;
            left: calc(50% - 20px);
        }


/*核心職能*/


.kc-competency p {
   
    font-weight: 500;
    padding: 15px 0px 15px 0px;
    position: relative;
    margin: 0;
    font-size:16px;
    line-height:20px;
  
}


    .kc-competency p::after {
        content: '';
        background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 0%, rgba(252, 176, 69, 1) 85%);
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
    }




/*中版面設定================================================================*/
@media only screen and (min-width: 321px) and (max-width: 1023px) {

    /*公司簡介*/
    .kc-about-overview-title h1 {
        font-size: 34px;
        font-weight: bold;
        color: #cd0717;
    }

    .kc-about-overview-title h2 {
        font-size: 30px;
        line-height:36px;
        font-weight: bold;
        color: #cd0717;
    }


    .kc-about-overview-title p {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        color: #483e3f;
    }

    .kc-about-overview-content {
        font-size: 16px;
        line-height: 24px;
        color: #43413a;
    }


    /*核心職能*/

    .kc-competency p {
        font-weight: 500;
        padding: 15px 0px 15px 0px;
        position: relative;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }



    .kc-competency .card-body {
        padding:10px;
    }


}