@charset "UTF-8";



.intro-header {
	margin-top: 0px;
}
.intro-logo {
    float: left;
}

.intro-solgan {
    font-weight: bold;
    color: #3b5998;
    font-size: 1.5em;
    margin-top: 4.5%;
    float: left;
}

    .intro-solgan strong {
        background: linear-gradient(to right, #000062 0%, #006ff4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-top: 5px;
    }
    .intro-solgan span {
        font-size: 1.5em;
    }



@media only screen and (max-width: 768px) {
	.intro-topNav .navbar {
		background: none!important;
    min-height: auto;
		border: none;
}
	.intro-topNav .navbar-default {
		background: none!important;
	}
	.intro-topNav .navbar-fixed-top {
		background: none!important;
	}
	.intro-topNav {
		position: absolute;
	}
	.intro-topNav .navbar-header {
		position: relative;
		margin-top: 5px;
	}
	.intro-header {
		position:static;
	}
	.intro-topNav .navbar-toggle {
    float: right;
    border: none;
    margin-left: 2%;
    margin-right: 3%;
    width: 10%;
		background: none!important;
}
	.intro-topNav .navbar-header .icon-bar {
		background-color: #000!important;
	}
    .intro-solgan span {
        font-size: 1.2em;
    }
	.nav_list {
		clear: both;
		background-color: #4f4f4f;
		margin-top: 5px;
	}
	.intro-header {
		position: relative;
	}
}



.share_link-intro {
    float: right;
    margin-top: 20px;
}

    .share_link-intro ul {
        float: right;
    }

        .share_link-intro ul li {
            float: left;
            padding-left: 5px;
            /*width: 30%;*/ /* 設這個 IE11 顯示會跑掉 */
        }
@media screen and (max-width:768px) and (min-width:600px) {
    .share_link-intro ul li {
            width: 30%;
        }
}

@media screen and (max-width:1024px) and (min-width:768px) {
    .intro-logo {
        width: 30%;
        margin-right: 10px;
    }

    .intro-solgan {
        font-weight: bold;
        color: #3b5998;
        font-size: 1.25em;
        margin-top: 4%;
        float: left;
    }

        .intro-solgan strong {
            display: block;
            padding-top: 5px;
        }

    .share_link-intro {
        margin-top: 10px;
    }
    .share_link-intro ul li {
        width: 30%;
    }
}

@media screen and (max-width:768px) and (min-width:600px) {
    .intro-logo {
        width: 25%;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }

    .intro-solgan {
        font-weight: bold;
        color: #3b5998;
        font-size: 1.4em;
        /*margin-top: 20px;*/
        /*width: 70%;*/
        float: left;
    }

        .intro-solgan strong {
            display: block;
            padding-top: 5px;
        }

    .share_link-intro {
        margin-top: 10px;
    }
    .share_link-intro ul li {
        width: 20%;
    }
}

@media screen and (max-width:600px) {
    .intro-logo {
        width: 35%;
        margin-right: 2%;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
    }

    .intro-solgan {
        font-weight: bold;
        color: #3b5998;
        font-size: 0.92em;
        margin-top: 8px;
        width: 63%;
        float: left;
    }
        .intro-solgan .comma {
            display: none;
        }

        .intro-solgan strong {
            display: block;
        }
        .intro-solgan span {
            display: block;
            padding-top: 4px;
            background: linear-gradient(to right, #000062 0%, #006ff4 60%);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .share_link-intro {
        display: none;
    }
}

a.quicklink {
    padding: 0;
    margin-left: -25px;
    color: #fff;
    position: absolute;
    top:10px;
    text-decoration:none;
}
a.quicklink:focus {
    color:#009;
}

@media screen and (max-width:1024px) {
    a.quicklink {
        display: none;
    }
}

/*-- mega menu --*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.intro-navbar {
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2px;
    margin-right: 2px;
}

/*.intro-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	
}*/

.intro-dropdown {
    float: left;
    overflow: hidden;
    width: 20%;
}

    .intro-dropdown .dropbtn {
        font-size: 1.375em !important;
        border: none;
        outline: none;
        color: white;
        padding: 20px 16px;
        background-color: #e02f2f; /* IE11 用 inherit 行為不止常 */
        /*font: inherit;*/
        margin: 0;
        width: 100%;
    }

        .intro-dropdown .dropbtn i {
            font-size: 1em;
            margin-right: 5px;
        }

    .intro-navbar a:hover, .intro-dropdown:hover .dropbtn {
        background-color: #ffa922;
        color: #3b3a3a;
    }
    
@media screen and (max-width:600px) {
    .intro-dropdown:hover .dropbtn{
        font-size: 1.375em !important;
        border: none;
        outline: none;
        color: white;
        padding: 20px 16px;
        background-color: #e02f2f; /* IE11 用 inherit 行為不止常 */
        /*font: inherit;*/
        margin: 0;
        width: 100%;
    }
    
    .intro-dropdown:hover .dropbtn.dropBtn-show{
        background-color: #ffa922;
        color: #3b3a3a;
    }
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    width: 90%;
    margin: 0 5%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    min-height: 412px;
}

    .dropdown-content .header {
        background: #ffa922;
        padding: 20px;
        color: #3b3a3a;
        overflow: auto;
    }

        .dropdown-content .header img {
            width: 80px;
            height: 80px;
            float: left;
            margin-right: 14px;
        }

        .dropdown-content .header h2 {
            color: #FFF;
            font-size: 1.5em;
            padding: 10px 0 12px 0px;
        }
/*
@media screen and (min-width:768px) {
    .intro-dropdown:hover .dropdown-content {
        display: block;
    }
}
*/

.intro-dropdown .dropdown-content-show {
    display: block;
}

.dropdown-content h3 {
    border-bottom: 1px solid #ffa9a5;
    color: #2d2d2d;
    padding: 14px;
    font-size: 1.25em;
    display: block;
}

    .dropdown-content h3 a {
        color: #3b5998; /*#2d2d2d*/
        font-size: 1em;
        border-bottom: none !important;
    }

        .dropdown-content h3 a:hover {
            background-color: #FFF;
            text-decoration: underline;
            color: #023297;
        }
/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.col-content a {
    float: none;
    color: #3b5998;
    padding: 16px 10px 4px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

    .col-content a i {
        padding-right: 4px;
    }

    .col-content a:hover {
        background-color: #FFF;
        text-decoration: underline;
        color: #023297;
    }

.caption {
    margin-top: 10px;
    padding: 10px;
    background-color: #f1f1f1;
    color: #555555;
    border-radius: 8px;
    line-height: 1.4em;
}

/* 配合不同解析度, 設定 caption 的 min-height, 以達到最佳 flow-left 排版 */
@media screen and (min-width:1200px) {
    /*在職者在職訓練課程, 線上數位學習課程, 技能檢定, 身心障礙者數位學習平臺(無礙e網)*/
    .caption-ojt, .caption-mooc, .caption-wdasec, .caption-openstudy {
        min-height: 62px;
    }
}
@media screen and (max-width:1200px) and (min-width:930px) {
    /*在職者在職訓練課程, 線上數位學習課程, 技能檢定*/
    .caption-ojt, .caption-mooc, .caption-wdasec {
        min-height: 83px;
    }
}
@media screen and (max-width:930px) and (min-width:836px) {
    /* 線上數位學習課程, 技能檢定*/
    .caption-mooc, .caption-wdasec {
        min-height: 103px;
    }
    /*在職者在職訓練課程, 身心障礙者數位學習平臺(無礙e網)*/
    .caption-ojt, .caption-openstudy {
        min-height: 82px;
    }
}
@media screen and (max-width:836px) {
    /*在職者在職訓練課程, 線上數位學習課程, 技能檢定*/
    .caption-ojt, .caption-mooc, .caption-wdasec, .caption-ttms, .caption-its {
        min-height: 103px;
    }
    /*身心障礙者數位學習平臺(無礙e網)*/
    .caption-openstudy {
        min-height: 82px;
    }
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:1200px) and (min-width:996px) {
    .dropdown-content {
        width: 80%;
        margin: 0 10%;
    }
}

@media screen and (max-width:996px) and (min-width:768px) {
    .dropdown-content {
        width: 88%;
        margin: 0 6%;
    }
}

@media screen and (max-width:768px) and (min-width:600px) {
    .dropdown-content {
        width: 98%;
        margin: 0 1%;
    }

    .intro-dropdown .dropbtn {
        font-size: 1.25em !important;
        padding: 16px 8px;
    }
}

@media screen and (max-width: 600px) {

    .intro-dropdown {
        float: none;
        display: block;
        width: auto;
    }

    .dropbtn {
        width: 100%;
        border-bottom: 1px solid #FFF !important;
        text-align: left;
    }

    .dropdown-content .header h2 {
        color: #000;
        font-size: 1.5em;
        padding: 0px 0 6px 0px;
    }

    .header-dep {
        color: #000;
        line-height: 1.4em;
    }

    .dropdown-content h3 {
        border-left: 5px solid #ff544b;
        border-bottom: none;
        color: #2d2d2d;
        padding: 8px 14px;
        font-size: 1.25em;
        display: block;
    }

        .dropdown-content h3 a {
            text-align: left;
        }

    .col-content a {
        float: none;
        /*color: black;*/
        padding: 16px 10px 4px 10px;
        text-decoration: none;
        display: block;
        text-align: left !important;
    }

    .column {
        width: 100%;
        height: auto;
    }
}

/*ServiceArea*/
.in_ban {
    text-align: center;
    margin: 20px auto 5px auto;
    width: 99%;
}

    .in_ban > .carousel-inner > .item > img {
        width: 100%;
        min-height: 250px;
    }

    .in_ban > .carousel-inner > .left {
        width: 100%;
    }

    .in_ban > .carousel-inner > .right {
        width: 100%;
    }

.carousel-indicators {
    /*top:86%;*/
    bottom: -20px !important;
    text-align: right;
}

ol.carousel-indicators {
    margin-top: 50px !important;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    margin: 5px !important;
    border-radius: 10px;
    border: none !important;
    background-color: #d8d8d8;
}

.carousel-indicators .active {
    width: 15px !important;
    height: 15px !important;
    background-color: #e60012;
}

@media only screen and (max-width: 480px) {
    .in_ban {
        margin: 20px auto 0 auto;
        width: 100%;
    }

        .in_ban > .carousel-inner > .item > img {
            width: 100%;
            min-height: auto;
        }
}

.carousel-control {
    width: 8%;
}

.fb_image {
    width: 500px;
    height: 250px;
}
/*HotBanner.ascx*/
.jwslider {
    width: 1200%;
    transition-duration: 0s;
    transform: translate3d(0px, 0px, 0px);
}

/*--- pop up ---*/
.footer-img {
    background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124070133/https://www.taiwanjobs.gov.tw/home109/images/footer-pic.jpg");
    background-repeat: repeat;
    /*background-size: 100%;*/
    min-height: 10.2em;
}
    /*
    .footer-img img {
        width: 100%;
    }
    */

/*footer*/
.block .hd {
    height: 43px;
}

.block, .block_g, .block_p, .block_o, .block_mail, .cqblock {
    color: #666;
    width: 600px;
    text-align: left;
    position: relative;
    margin: 0 0 0 -63%;
}

.ctusbox {
    width: 400px;
}

.clocebtn {
    /*width:70px;*/
}

#block_contantus {
    display: none;
    cursor: default;
}

.footer_zoneB .crs {
    color: rgba(255, 255, 255, 0.00);
}


/* fa icon 用到 webfont 在署端 IE11 環境會被GCB 擋掉, 改用一般字元 */
.subItemMark {
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
}





/*
     FILE ARCHIVED ON 7:01:33 一月 24, 2019 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 1:46:15 五月 11, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
