@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');



/**/

.mb70 {
    margin-bottom: 70px;
}

.mt25r {
    margin-top: 2.5rem;
}

.mtspace_middle {
    margin-top: 5rem;
}

.mtspace_middle h3 {
    line-height: 1.5em;
}

.edit_box {
    line-height: 2em;
    font-size: .95rem;
}

.edit_box img {
    margin-bottom: 15px;
}



/*banner*/

.in_banner_box {
    position: relative;
    height: calc(100vw * 0.2);
    background-position: top center;
    background-size: 100%;
    background-attachment: fixed;
}

.in_banner_box h2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #fff;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    letter-spacing: 0.2em;
}



.banner_about {
    background-image: url('../images/about.jpg');
}

.banner_group {
    background-image: url('../images/group.jpg')
}

.banner_csr {
    background-image: url('../images/csr.jpg')
}

.banner_news {
    background-image: url('../images/news.jpg');
}

.banner_events {
    background-image: url('../images/events.jpg');
}

.banner_hiring {
    background-image: url('../images/hiring2.jpg')
}

.banner_contact {
    background-image: url('../images/contact2.jpg')
}



.bg_all {
    background-repeat: no-repeat;
    background-position: left top;
}

.bg_csr {
    background-image: url('../images/bg_csr_title.png')
}

.bg_news {
    background-image: url('../images/bg_news_title_2.png');
}

.bg_events {
    background-image: url('../images/bg_events_title.png');
}

.bg_gallery {
    background-image: url('../images/bg_gallery_title.png');
}

.bg_hiring {
    background-image: url('../images/bg_hiring_title.png')
}

.bg_contact {
    background-image: url('../images/bg_contact_title.png')
}



.ti_zongtai_bg_w {
    background: url('../images/bg_zongtai_title_w.png') no-repeat center center;
    background-size: contain;
    margin-bottom: 4rem;
}



.about_box h2 {
    color: #262941;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.about_box h2 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}



/*聯繫我們*/

.contact_box {
    margin-top: 4rem;
}

.contact_box ul {
    list-style: none;
    padding: 0;
}

.contact_box ul li {
    margin-bottom: 1.3rem;
}



.contact_form h3 {
    margin-left: 20%;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.6rem;
}

.contact_form ul {
    list-style: none;
    padding: 0;
}

.contact_form ul li {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.contact_form ul li label {
    width: 20%;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.contact_form ul li input,
.contact_form ul li textarea {
    width: 80%;
    min-height: 40px;
    background-color: #797c8a;
    border: none;
    color: #fff;
    padding: 0 10px;
}

.contact_form ul li:nth-child(5) label,

.contact_form ul li:nth-child(7) label {
    align-self: flex-start;
}

.contact_form ul li input[type='checkbox'] {
    vertical-align: center;
    height: 20px;
    width: 20px;
}

.img_code {
    position: absolute;
    top: 0;
    right: 0;
}



.group_box {
    width: 80%;
}

.group_box p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.group_box p input {
    margin-right: 5px;
}

.group_box .list_box {
    background: #797c8a;
    color: #fff;
    padding: 15px;
    height: 150px;
    overflow: auto;
    font-size: .9rem;
}



button.form-btn {
    background: #2b2d42;
    border: 0;
    color: #fff;
    font-size: 1rem;
    width: 150px;
    line-height: 2.2rem;
    margin-left: 20%;
    margin-top: 10px;
}



/*集團簡介*/

.go_box {
    padding-top: 2rem;
    line-height: 2em;
    font-size: .95rem;
}

.go_box a {
    margin-bottom: .5rem;
    border: 1px solid #d0d0d0;
    padding: 0 10px;
}

.go_box a:hover {
    background-color: #fff;
}

.go_box a i {
    margin-right: 5px;
    opacity: .6;
}

.go_box a:last-child i {
    transform: scaleX(-1);
}



/*與news共用*/

.share_box {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.share_box span {
    margin-right: 10px;
}

.share_box ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.share_box ul li {
    display: inline-block;
    margin: 0 3px;
}



/*人才招募*/

.hiring_box>ul {
    list-style: none;
    padding-left: 0;
}

.hiring_box>ul>li {
    max-width: 700px;
    padding: 0 1.5rem 3rem;
    margin: 0 auto 3rem;
    border-bottom: 1px solid #ccc;
}

.hiring_box h3 {
    margin: 1.2rem 0;
}

.hiring_box .tx_box ol {
    margin-bottom: 1.2rem;
}

.hiring_box a {
    color: #323a47;
    margin-bottom: .5rem;
   /* border: 1px solid #d0d0d0;*/
    padding: 0 10px;
}

.hiring_box a:hover {
    color: #c6000b;
    /*background-color: #fff;*/
}

.hiring_box a i {
    margin-right: 5px;
    opacity: .6;
}



/*************有共用************/

.tx_box {
    line-height: 2em;
    font-size: .95rem;
}
.hiring_box .tx_box {
    line-height: 1.5em;
}
.tx_box h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    font-weight: 500;
}



.next_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 7rem auto 1rem;
    max-width: 1250px;
    padding: 0 15px;
}

.next_box a {
    width: 33%;
    display: block;
    overflow: hidden;
    height: 25px;
}

.next_box .nb_back {
    text-align: center;
}

.next_box .nb_left i,
.next_box .nb_right i {
    vertical-align: 6px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
}

.next_box .nb_left span,
.next_box .nb_right span {
    width: 60%;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.next_box .nb_right {
    text-align: right;
}

.next_box .nb_right span {
    width: 60%;
    overflow: hidden;
    text-align: right;
}


/*page_box*/

.page_box {
    letter-spacing: 1px;
    margin-top: 2rem;
}

.page_box .bt-prev,
.page_box .bt-next {
    margin: 0 5px;
}

.page_box a {
    display: inline-block;
    margin: 0 4px;
    color: #8d99ae;
}

.page_box a.active {
    color: #c6000b;
}



/*************有共用end************/



.select_box {
    text-align: right;
    margin: 0 0 3rem;
}

.select_box label {
    padding: 0 5px;
}

.select_box select {
    background: #8d99ae;
    color: #fff;
    width: 135px;
    padding: 5px 10px;
}

.news_box {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    /* border-bottom: 1px solid #ccc;  */
}

.news_box img {
    width: 100%;
}


/*news_inside*/

.date_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0;
}

/*社區內頁*/
.event_style .date_box {
    flex-wrap: wrap;
    justify-content: space-between;
}


/*活動花絮*/

.tab_box {
    margin-bottom: 2.5rem;
}

.tab_box a {
    padding: 10px 0;
    margin: 0 1.5rem;
}

.tab_box a.active {
    position: relative;
}

.tab_box a.active::after {
    content: '';
    width: 100%;
    background: #c5000b;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gallery_box img {}

.gallery_box .tx_box {
    margin-bottom: 2.5rem;
}

.gallery_box .tx_box p {
    margin: 5px 0;
    color: #55595e;
}

.gallery_box .tx_box h3 {
    font-size: 1rem;
}



/*活動報名*/

.events_box .tx_box p {
    margin: 5px 0;
    color: #55595e;
}

.events_box .tx_box h3 {
    font-size: 1rem;
    color: #13171c;
}

.events_box:hover .tx_box h3 {
    color: #c6000b;
}



.photo_box {
    overflow: hidden scroll;
    height: 100%;
}

.photo_box img {
    margin-bottom: 30px;
}



/*owl-wll*/



/**/

.group_item {
    margin-bottom: 2rem;
}

.group_item h4 {

    font-weight: bold;
    position: relative;
    padding-left: 30px;
    font-size: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;

}

.group_item h4 span.add_btn {

    display: block;
    cursor: pointer;

}

.group_item h4 span.add_btn:hover,
.group_item h4 span.add_btn:focus {

    color: #f00;

}

.group_item h4 span.add_btn.openbtn .icon-plus::before {
    content: "\e900";
}


.group_item .row {

    overflow: hidden;
    /*height: 150px;*/
    transition: height .5s;

}

.group_item .open {

    height: auto !important;
    overflow: visible;
    transition: height .5s;

}



#owl-banner.owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}





/*time-line*/

.title {

    font-size: 38px;

    color: #fff;

    font-weight: 300;

}



.timeline {

    width: 100%;

    position: relative;

    margin-top: 100px;

}

.timeline-nav__item {

    width: auto;

    height: auto;

    text-align: center;

    opacity: 0.9;

    background: transparent;

    color: #000;

    margin: 15px 25px !important;

    position: relative;

    font-size: 1.7rem;

    line-height: 28px;

    font-weight: 400;

    outline: none;

    cursor: pointer;

}

/* .timeline-nav__item::before {

  content: "";

  position: absolute;

  top: 30px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  width: 10px;

  height: 10px;

  border-radius: 100%;

  background-color: #afc9f6;

  transition: 0.2s;

} */

.timeline-nav__item.slick-current {

    color: #e50003;

    opacity: 1;

}

/* .timeline-nav__item.slick-current::before {

  background-color: #e50003;

} */

.timeline-wrapper {

    position: relative;

    width: 100%;

    height: 580px;

    margin: 60px auto;

}

@media (max-width: 500px) {

    .timeline-wrapper {

        height: 1000px;

        max-height: 900px;

    }

}

.timeline-slider {

    height: 100%;

}

.timeline .slick-list {

    height: 100%;

}

@media (min-width: 1080px) {

    .timeline .slick-list {
        padding: 0 180px !important;
    }

}

@media (min-width: 760px) and (max-width: 1290px) {

    .timeline-nav__item {
        font-size: 1.3rem;
        margin: 15px 5px !important;
    }

}

@media (min-width: 360px) and (max-width: 759px) {

    .timeline-nav__item {
        font-size: 1rem;
    }

    .timeline-slide {
        background-size: auto 470px !important;
    }

}

.timeline .slick-track {

    height: 100%;

}

.timeline-slide {

    position: relative;

    overflow: hidden;

    background-repeat: no-repeat;

    outline: none;

    background-size: 94%;

    background-position: top;

    margin: 0 24px;

    width: 80%;

    z-index: 1;

}

.timeline-slide::after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    /* background-color: rgba(0, 52, 113, 0.8); */

    z-index: 2;

}

.timeline-slide__content {

    z-index: 5;

    position: absolute;

    top: 220px;

    color: #fff;

    background: rgba(38, 41, 65, 0.85);

    width: 80%;
    height: 350px;
    max-height: 350px;
    overflow: hidden;

    left: 50%;

    -webkit-transform: translate(-50%, 0px);

    transform: translate(-50%, 0px);

    padding: 40px;

    opacity: 0;

    transition: opacity 1s;

}

.timeline-slide__content p {

    font-size: .9rem;

    margin-bottom: 1.5rem;

}

.timeline-year {

    z-index: 5;

    font-size: 35px;

    color: #ffffff;

    background: #e50003;

    padding: 12px 26px;

    transition: opacity 1.2s;

    line-height: 1em;

    letter-spacing: 1px;

    position: absolute;

    top: 0;

    right: 0;

    opacity: 0;

}

.timeline-title {

    color: #ff9900;

    font-size: 26px;

    line-height: 30px;

    font-weight: 400;

}

.timeline-text {

    font-size: 18px;

    line-height: 28px;

    color: #666666;

}

.timeline .slick-current::after {

    background-color: rgba(0, 52, 113, 0);

}

.timeline .slick-current .timeline-year {

    opacity: 1;

}

.timeline .slick-current .timeline-slide__content {

    opacity: 1;

}



/*slider*/

.slider_layout {
    display: flex;
    align-items: flex-start;
}

.slider_box {
    width: 60%;
}

.slider-for {}

.slider-nav {
    display: none;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.action {
    width: 39%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 10px;
    overflow: auto;
    max-height: 400px;
}

.action a {
    display: flex;
    text-decoration: none;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 31%;
    margin: 1% 1% 1%;
    border: 1px solid #999;
}

.bg_positioning {
    position: relative;
}

.up_img {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.up_img img {
    max-height: 100%;
}

.slick-prev,
.slick-next {
    z-index: 99;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev::before,
.slick-next::before {
    color: #666;
}



@media(max-width: 995px) {
	.in_banner_box {
    	min-height: 250px;        
        background-size: cover;        
        background-repeat: no-repeat;
        background-attachment:initial; 
    }
    .slider-nav {
        display: block;
    }

    .action {
        display: none;
    }

    /* .slick-initialized .slick-slide{ height: auto; height: 400px;} */

    .slider_box {
        width: 100%;
    }

    .slider-nav.slick-initialized .slick-slide {
        padding: 10px;
        height: auto;
    }

    .slider-for.slick-initialized .slick-slide {
        margin-bottom: 20px;
    }

}



@media (max-width: 767px) {

    .in_banner_box {
    	min-height: 200px;        
        background-size: cover;        
        background-repeat: no-repeat;
        background-attachment:initial; 
    }

    .tx_box {
        margin-top: 15px;
    }

    .about_box h2 {
        margin-bottom: 1.5rem;
    }

    .about_box h2 span {
        display: block;
    }



    .bg_news h2 {
        font-size: 1.5rem;
    }



    /**/

    .hiring_box>ul>li {
        padding: 0 1rem 2rem;
        margin-bottom: 2rem;
    }

    .hiring_box h3 {
        font-size: 1.5rem;
    }

    p {
        margin-bottom: .5rem;
    }



    /**/

    .contact_box {
        margin-top: 0;
        margin-bottom: 3rem;
    }

    .contact_form h3 {
        margin-left: 0;
    }

    .news_box {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .select_box select {
        width: 110px;
    }

    .go_box {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .news_list {
        margin-top: 5px;
    }

    .next_box {
        margin: 5rem auto 1rem;
    }

    .tx_box h3 {
        font-size: 1.5rem;
    }

    .mtspace_middle h3 {
        font-size: 1.3rem;
    }

    .contact_form h3 {
        font-size: 1.3rem;
    }

}


@media (max-width: 580px) {

    body {
        font-size: 15px;
    }

    .contact_form ul li label {
        width: 26%;
        font-size: .9rem;
    }

    .group_box p {
        font-size: .9rem;
    }

    button.form-btn {
        margin-left: 25%;
    }

    .mtspace_middle {
        margin-top: 3rem;
    }

    /*.group_item .row {
        height: 30%;
        transition: height .5s;
    }*/

    /*.group_item .open {
        height: auto;
        overflow: visible;
        transition: height .5s;
    }*/

}
@media (max-width: 500px) {

    .timeline-slide__content {

        width: 100%;

    }

    .event_style .date_box .date {
        width: 100%;
        margin-bottom: 10px;
    }

}
@media (max-width: 359px) {

    .timeline-nav__item {
        font-size: 0.8rem;
    }

    .timeline-wrapper {
        margin-top: 20px;
    }

    .timeline-slide {
        background-size: auto 470px !important;
    }

}


.gsib_a {
    padding: 5px 0 4px 9px !important;
}