/* =============== */

.record .record-box .cont-box .cont-title .list-one:nth-child(3) {
    width: 28%!important;
}

.record .record-box .cont-box .cont-title .list-one:nth-child(7) {
    width: 17%!important;
}

.record .record-box .cont-box .cont-one .list-one:nth-child(3) {
    width: 28%!important;
}

.record .record-box .cont-box .cont-one .list-one:nth-child(7){
    width: 17%!important;
}




.class_flex{
    display: flex;
    justify-content: center;
}

.class_list{
    padding: 3px;
}

.class_list a{
    color: #E6230A;
    transition: .3s;
    border:solid 1px #E6230A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
padding: 5px 10px;
display: inline-block;
border-radius: 51px;


}

.class_list a:hover{
    color: white;
    text-decoration: none;
    background-color: #E6230A;
}


.oline_list{
    padding: 3px;
}

.oline_list a{
    color: white;
   transition: .3s;
    border:solid 1px #E6230A;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
padding: 5px 10px;
display: inline-block;
border-radius: 51px;
background-color: #E6230A;


}

.oline_list a:hover{
    color: white;
    text-decoration: none;
    background-color: #E6230A;
}

.video_list{
    padding: 3px;
}

.video_list a{
    color: #2A4EB0;
    transition: .3s;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border:solid 1px #2A4EB0;
padding: 5px 13px;
display: inline-block;
border-radius: 51px;


}

.video_list a:hover{
    color: white;
    text-decoration: none;
    background-color: #2A4EB0;
}


.class_rule a{
color: #E6230A;
text-decoration: none;
font-size: 16px;
font-weight: bold;
margin-top: 20px;
position: relative;
display: inline-block;
}

.class_rule a:visited{
    color: #E6230A;
}

.class_rule a:hover{
    color: #E6230A;
    text-decoration: none;
}

.class_rule a:active{
    color: #E6230A; 
}


.class_rule a::after{
    content: '';
    position: absolute;
    top: -4px;
    right: -31px;
    background-image: url(../images/finger.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* =============== */


.noMargin {
    padding-left: 0;
    padding-right: 0;
}


/* killcarousel */

#output {
    padding: 15px 0;
    margin: 15px 0;
}

.kc-wrap {
    background: none;
    padding-bottom: 25%;
}

.kc-item {
    width: 150px;
    height: 120px;
    text-align: center;
}

    .kc-item img {
        pointer-events: none;
        max-width: 100%;
    }


/*
.item:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  border-radius: 100%;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, .3);
}
*/
.banner__carousel {
    position: relative;
    max-height: 300px;
}

.banner__copy {
    position: absolute;
    color: white;
    margin: 5px 0;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

    .banner__copy h3 {
        font-size: 16px;
    }


/* Removes "unlicensed" warning to see if improves mobile performance */

.kc-horizon + div {
    display: none !important;
}

.item--banner {
    border: #c6c6c6 1px solid;
    width: 100%;
    background-color: white;
    min-height: 100px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    border-radius: 4px;
}

.whiteLinker a {
    color: white !important;
}

.blockWrapper a {
    color: black;
}

.blockWrapper .itemWrapper {
    background-color: #fff;
    border: solid 1px #898989;
    border-radius: 10px;
    padding: 15px;
}

.blockWrapper .itemTitle {
    background-color: #0c8aff;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
}

.blockWrapper .itemSubtitle {
    color: #0c8aff;
    font-weight: bold;
    line-height: 30px;
}

.blockWrapper .register {
    height: 50px;
    overflow: hidden;
}

    .blockWrapper .register.autoHeight {
        height: auto;
        overflow: visible;
    }

.blockWrapper.carousel-jobopening .itemTitle {
    background-color: #d92210;
}

.blockWrapper.carousel-jobopening .itemSubtitle {
    color: #d92210;
}



/* end of killcarousel */
/*
.noMargin {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    */

.fontWhite {
    color: white !important;
}

.fontPink {
    color: #FF6666 !important;
}

.fontGreen {
    color: #CCCC00 !important;
}

.fontPurple {
    color: #00CCCC !important;
}

.fontOrange {
    color: #FF6633 !important;
}

.fontBlue {
    color: #00CCCC !important;
}

.fontDarkBlue {
    color: dodgerblue !important;
}

.fontRed {
    color: red !important;
}

.fontYellow {
    color: #fff100 !important;
}

.bgOrange {
    background-color: #FF6633 !important;
}

.bgBlue {
    background-color: dodgerblue !important;
}

.bgSkyblue {
    background-color: #0c8aff !important;
}

.fontGray {
    color: #7F7F7F !important;
}

.fontPurple2 {
    color: #51308E;
    text-align: center;
}

.fontPurple22 {
    color: #51308E;
    text-align: left;
    font-weight: bold;
}

.btnMore {
    background-color: dodgerblue;
    color: white !important;
    font-size: 18px;
    margin: 10px auto 20px auto;
    border-radius: 5px;
    max-width: 240px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*動態箭頭*/
.s-xguide-down {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    background: url("../images/arrow1.png") no-repeat 0px 0px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/arrow2.png",enabled=true,sizingMethod="crop");
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: .7;
    cursor: pointer;
}

@keyframes xguide_down {
    0%,100% {
        transform: scale(0.0);
        -moz-transform: scale(0.0);
        -o-transform: scale(0.0);
        -webkit-transform: scale(0.0);
        -ms-transform: scale(0.0);
        opacity: 0;
    }

    50% {
        transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        opacity: 1;
    }
}

@-webkit-keyframes xguide_down {
    0%,100% {
        -webkit-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -o-transform: scale(0.0);
        -ms-transform: scale(0.0);
        transform: scale(0.0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
}

@-moz-keyframes xguide_down {
    0%,100% {
        -moz-transform: scale(0.0);
        -o-transform: scale(0.0);
        -webkit-transform: scale(0.0);
        -ms-transform: scale(0.0);
        transform: scale(0.0);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
}

@-o-keyframes xguide_down {
    0%,100% {
        -o-transform: scale(0.0);
        -moz-transform: scale(0.0);
        -webkit-transform: scale(0.0);
        -ms-transform: scale(0.0);
        transform: scale(0.0);
        opacity: 0;
    }

    50% {
        -o-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
}

.s-xguide-down.trans {
    -webkit-animation: xguide_down 4.0s infinite ease-in-out;
    -moz-animation: xguide_down 4.0s infinite ease-in-out;
    -o-animation: xguide_down 4.0s infinite ease-in-out;
    animation: xguide_down 4.0s infinite ease-in-out;
}

.s-xguide-down.arrow-1 {
    animation-delay: -2.0s;
    -webkit-animation-delay: -2.0s;
    -moz-animation-delay: -2.0s;
    -o-animation-delay: -2.0s;
}



/*企業輪播*/

.container2 {
    height: 290px;
}

    .container2 ul {
    }

        .container2 ul li {
            border: 3px solid #f39800;
            border-radius: 10px;
        }

            .container2 ul li img {
            }

.container3 {
    height: 290px;
}

    .container3 ul {
    }

        .container3 ul li {
            border: 3px solid #f39800;
            border-radius: 10px;
        }

            .container3 ul li img {
            }

.left,
.right {
    cursor: pointer;
}

.topbox {
    padding: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #fff;
    -moz-box-shadow: 0 0 15px #fff;
    box-shadow: 0 0 15px #fff;
}

.toplogo {
    margin: 0 auto;
    width: 100%;
    height: 60%;
    padding: 15px;
}

.topcp {
    text-align: center;
    width: 100%;
    height: 40%;
    background-color: #f39800;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 2px;
}

.topcp1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}

.topcp2 {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 24px;
}


/* 表頭 */
#navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}

#navbar .nav > li > a {
    padding: 16px 14px;
}

#navbar .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #428bca;
}

#navbar .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #428bca;
}

#navbar .navbar-nav > .open > a, #navbar .navbar-nav > .open > a:hover, #navbar .navbar-nav > .open > a:focus {
    background-color: #428bca;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #428bca;
}

.navbar-toggle {
    border-color: #fff;
}

#navbar .dropdown-menu {
    position: absolute;
    line-height: 25px;
    left: -1px;
}

    #navbar .dropdown-menu > li > a {
        padding: 8px 20px;
    }

    #navbar .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

#navbar .dropdown:hover .dropdown-menu {
    display: block;
}

/* 第1*/
.dropdown-large {
    position: absolute;
}

.dropdown-menu-large {
    padding: 20px 0px;
    background-color: rgba(255,255,255,0.90);
    border-bottom: solid 3px #428bca;
    overflow: hidden;
}

    .dropdown-menu-large ul {
        width: 470px;
    }

    .dropdown-menu-large .col-sm-3 {
        width: 25%;
    }

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 15px;
                clear: both;
                font-weight: normal;
                line-height: 25px;
                color: #333333;
                white-space: normal;
                font-size: 16px;
                margin: 0px 5px;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #428bca;
    }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

/*mobile-nav*/

.affixMenubar {
    width: 100%;
    z-index: 888;
    margin: 0;
    padding: 0;
    display: block;
    /*position: relative;*/
}

#navbar .dropdown .dropdown-menu {
    margin-top: 1px;
}

#navbar .dropup .dropdown-menu {
    margin-bottom: 0;
}

#navbar2 {
    max-height: 340px;
}

    #navbar2 .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #428bca;
    }

    #navbar2 .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #428bca;
    }

    #navbar2 .navbar-nav > .open > a, #navbar .navbar-nav > .open > a:hover, #navbar .navbar-nav > .open > a:focus {
        background-color: #428bca;
    }

    #navbar2 .dropdown-menu > li > a {
        padding: 8px 20px;
        color: #fff;
    }

        #navbar2 .dropdown-menu > li > a:hover {
            background-color: transparent;
            color: gold;
            font-size: 20px;
        }

        #navbar2 .dropdown-menu > li > a:focus {
            background-color: transparent;
            color: gold;
        }

#navbar .dropdown .dropdown-menu-large {
    border-bottom: solid 3px #428bca;
    border-top: 0 none;
}

#navbar .dropup .dropdown-menu-large {
    border-top: solid 3px #428bca;
    border-bottom: 0 none;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    #navbar2 {
        max-height: 200px;
    }
}


/*徵才活動*/

.block {
    padding: 15px 15px;
    position: relative;
}

.blockItemWrapper > a {
    padding: 0;
    margin: 0;
}

.blockYear {
    font-size: 18px;
    color: #7d7d7d;
    border: 3px solid #dcdcdc;
    position: relative;
    margin: 0 15px 20px 15px;
    padding: 10px;
}

.blockHeader {
    font-size: 30px;
    color: black;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

    .blockHeader:before {
        content: '';
        position: absolute;
        height: 100%;
        background-color: red;
        width: 5px;
        border-radius: 5px;
        left: 0;
    }

.blockWrapper {
    padding: 10px 0;
}

.blockItem {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 10px;
}

.blockItemImg {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.blockText {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.50);
    padding: 15px;
    color: #fff;
    line-height: 30px;
}

/*.leftArrow,
.rightArrow {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    z-index: 20;
}

.leftArrow {
    background: url(../images/icon6l.png) no-repeat;
    left: -32px;
}

.rightArrow {
    background: url(../images/icon6r.png) no-repeat;
    right: -32px;
}

.leftArrow:hover {
    background: url(../images/icon6lover.png) no-repeat;
}

.rightArrow:hover {
    background: url(../images/icon6rover.png) no-repeat;
}*/


/*面試技巧*/

.panel-default {
    border-color: #ddd;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #3988ac;
        border-color: #3988ac;
        padding: 15px;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid transparent;
}*/


/*就業見證+業主分享*/

.work-box {
    display: block;
    overflow: hidden;
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 15px;
}


/*頁尾*/
.footerSubtitle {
    border: 1px solid white;
    color: white;
    padding: 5px 0 5px 0;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.footerContent {
    display: block;
    max-height: 400px;
    min-height: 180px;
    margin-bottom: 10px;
}

    .footerContent div {
        padding: 0;
    }

.footerTel {
    text-align: center;
}

.footerSubtitle .glyphicon {
    display: none;
}

.footerMenuWrapper a, .footerMenuWrapper a:visited, .footerMenuWrapper a:focus, .footerContent2 a, .footerContent2 a:visited, .footerContent2 a:focus {
    color: white;
}

    .footerMenuWrapper a:hover, .footerContent2 a:hover {
        color: #F0832C;
    }
/*內頁-徵才活動花絮*/

.co-name {
    font-size: 24px;
    color: #eb6100;
    margin: 15px 0;
    line-height: 36px;
    font-weight: bold;
}

.line-dotted {
    margin: 15px 0;
    width: 100%;
    border-top: dotted 1px #313131;
}

.co-tirtle {
    text-align: left;
    margin: 15px 0;
    line-height: 24px;
    color: #535353;
}

    .co-tirtle li {
        font-size: 16px;
        padding-right: 15px;
    }

    .co-tirtle img {
        margin: 15px 0;
        width: 100%;
        height: auto;
    }

.co-date {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
}

#my-gallery-container {
    background-color: #fff;
}

.item {
    border: #c6c6c6 1px solid;
    width: 100%;
    background-color: white;
    min-height: 100px;
    padding: 5px;
    margin: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    border-radius: 4px;
}


/*.item:hover {
    -moz-transform:translateY(0.1em);
    -webkit-transform:translateY(0.1em);
    -o-transform:translateY(0.1em);
    -ms-transform:translateY(0.1em);
    transform:translateY(0.1em);
}*/


/*.item:hover {
    opacity: 0.5;
}*/


/*履歷報名表*/

.tabbox1 {
    background-color: #ffe4bb;
    border-bottom: 1px solid #fff;
}

.tabbox2 {
    background-color: #f8b551;
    border-bottom: 1px solid #fff;
}

.tabbg01 {
    float: left;
    width: 30%;
    padding: 10px;
    text-align: center;
    background-color: #ffe4bb;
}

.tabbg02 {
    float: left;
    width: 70%;
    padding: 10px;
    background-color: #f8f2e8;
}

.tabbg03 {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f8f2e8;
}

.tabbg04 {
    float: left;
    width: 70%;
    min-height: 45px;
    padding: 10px;
    background-color: #f8f2e8;
}

.tabinput {
    float: left;
    margin: 0 5px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    max-width: 50%;
    margin: 5px 0px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0.2;
        outline: none;
        background: #959595;
        cursor: inherit;
        display: block;
    }

/*.form-group {
    margin-bottom: 0px;
}*/

.agreeLink,
.agreeLink:hover,
.agreeLink:visited,
.agreeLink:focus {
    display: inline;
    padding: 0 !important;
    margin: 0 !important;
    color: black !important;
    font-weight: bold;
    text-decoration: underline;
    outline: 0 none !important;
}

/*.submitBtn,
.netFormBtn,
.btnReadmore,
.btnDownloadebook {
    float: none;
    background-color: dodgerblue;
    color: white !important;
    font-size: 18px;
    margin: 10px auto 20px auto;
    border-radius: 5px;
    max-width: 240px;
    text-align: center;
    cursor: pointer;
    padding: 5px 50px 5px 50px;
    border: 0 none;
}*/

@media only screen and (max-width: 990px) {
    .record .record-box .cont-box .cont-one .list-one .list-cont {
        width: 60%;
        justify-content: flex-start;
    }
}

@media  screen and (min-width: 991px) and (max-width: 1386px) {
    .class_flex{
        flex-direction: column!important;
    }
}

/* ******************************************************************************************************************* */
@media screen and (min-width:990px) {
    .item--banner {
        width: 35%;
    }
}

/* ******************************************************************************************************************* */
@media screen and (max-width:768px) {

    .s-xguide-down {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        bottom: 5px;
        left: 50%;
        background: url("../images/arrow2.png") no-repeat 0px 0px;
        _background: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/arrow2.png",enabled=true,sizingMethod="crop");
    }

    .footerContent, .footerSpacer {
        display: none;
    }

        .footerContent a {
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }

    .footerSubtitle {
        margin-top: 5px;
        cursor: pointer;
    }

        .footerSubtitle:hover {
            color: #fff100;
        }

        .footerSubtitle .glyphicon {
            display: inline-block;
            margin-left: 20px;
        }

    .footerTel {
        text-align: left;
    }

    .footerMenuWrapper {
        border-right: 0 none;
    }

    .footerContent2Wrapper {
        border-left: 0 none;
        border-top: 1px solid black;
        margin: 30px 0 0 0;
        padding-top: 15px;
    }

    .footerContent2 {
        width: 230px;
        margin: 0 auto;
    }

    .footerContent,
    .footerSpacer {
        display: none;
    }

        .footerContent a {
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }

    .footerSubtitle {
        margin-top: 5px;
        cursor: pointer;
    }

        .footerSubtitle:hover {
            color: #fff100;
        }

        .footerSubtitle .glyphicon {
            display: inline-block;
            margin-left: 20px;
        }

    .footerTel {
        text-align: left;
    }

    .footerMenuWrapper {
        border-right: 0 none;
    }

    .footerContent2Wrapper {
        border-left: 0 none;
        border-top: 1px solid black;
        margin: 30px 0 0 0;
        padding-top: 15px;
    }

    .footerContent2 {
        width: 230px;
        margin: 0 auto;
    }
}
/* ******************************************************************************************************************* */
@media screen and (min-width:600px) {
    .banner__carousel {
        max-height: 200px;
    }

    .banner__copy {
        top: 60%;
    }

        .banner__copy h3 {
            font-size: 24px;
        }
}
/* ******************************************************************************************************************* */
@media screen and (max-width:490px) {
    .banner__copy {
        display: none;
    }
}
/* ******************************************************************************************************************* */
@media (max-device-width: 480px) and (orientation: landscape) {
    #navbar2 {
        max-height: 200px;
    }
}
/* ******************************************************************************************************************* */