@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* header */


/* #RESET
================================================== */

* {
    margin: 0;
    padding: 0;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

/* #BASE TYPOGRAPHY/STYLING
================================================== */

body {
    font-family: Helvetica, Arial, sans-serif;
}


/* #CLEARFIX
================================================== */

.group:after {
    content: "";
    display: table;
    clear: both;
}


/* #HEADER
================================================== */

header {
    background: #313438;
    text-align: left;
    padding: .5em 1em;
    display: flex;
    position: relative;
}

header #logo a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.header__center,
.header__logo {
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header__logo {
    padding-left: 35px;
}

.header__search {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 999;
}

/*Navigation*/
#menu-item > .container {
    padding-right: 35px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
}

/* @media (min-width: 768px) {
    #menu-item > .container {
        box-sizing: border-box;
        width: 750px;
    }
}

@media (min-width: 992px) {
    #menu-item > .container {
        box-sizing: border-box;
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #menu-item > .container{
        box-sizing: border-box;
        width: 1170px;
    }
} */

#menu-item .dropdown a {
    padding: 0;
    text-decoration: none;
}

.dropdown, .dropup {
    position: relative;
}

.menu-item-none {
    display: none;
}

.menu-item {
    background-color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.menu-item ul {
    padding-left: 0;
    margin-bottom: 0;
}

.menu-item ul a li,
.menu-item .sec {
    padding: 15px 0;
    list-style-type: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-item ul a:hover li,
.menu-item .sec a:hover {
color: #51c2b9;
text-decoration: none;
}

.sec a {
color: #fff;
}

.hide-menu {
margin-top: -430px;
}

.show-menu {
margin-top: 0;
}

.dark-bar {
background-color: #424242;
background-image: none;
}

.navigation-bar {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding: 15px 0;
font-size: 36px;
}

.navigation-bar a {
color: #fff;
}

.menu {
position: relative;
display: inline-block;
}

.menu:after {
position: absolute;
left: -65px;
top: 10px;
color: #fff;
font-size: 16px;
}

ul.dropdown ul {
display: none;
}

ul.dropdown li:hover{
color:#51c2b9;
}
#dropdown-menu li,#dropdown-menu2 li,#dropdown-menu3 li{
padding-left: 30px;
}

#mainnav #menu {
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    margin-right: 35px;
}

/* #NAVIGATION
================================================== */

/* #mainnav {
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-right: 3%;
    padding-left: 3%;
}

#mainnav #menu {
    display: none;
    cursor: pointer;
    font-size: 30px;
} */

/* #mainnav ul {
    z-index: 999;
    margin: 0;
    text-align: center;
    position: absolute;
} */

/* #mainnav ul {
    display: none;
    width: 100%;
    background: #666;
    padding: 1em;
    text-align: left;
    position: absolute;
    z-index: 999;
}


#mainnav #menu {
    display: block;
}



#mainnav ul li {
    display: block;
}

.sec2{
    padding-top: 17px;
}
#mainnav>ul>li:hover .secnav {
    display: block;
    color: #fff;
}

#mainnav>ul>li .secnav li a {
    display: block;
    text-align: left;
}
#mainnav ul li.sec1>ul,#mainnav ul li.sec2>ul,#mainnav ul li.sec3>ul{
    background-color: #202020;
} */

/* MEDIA QUERIES
Description: Define screen-size breakpoints here.
(e.g. Desktop, Tablet, Mobile)
===================================== */


/* Tablet (Between 768px - 992px)*/

@media all and (min-width: 768px) and (max-width: 1920px) {
    #mainnav ul {
        display: none;
        position: absolute;
        margin-top: 20px;
    }
}


/* header結束 */

.header-bn {
    background-image: url("../images/mark03.jpg");
    background-size: cover;
    width: 100%;
    min-height: 234px;
}

.header-bn-detail {
    background-image: url("../images/pg_02.jpg");
    min-height: 400px;
    background-position-x: 45%;
}

.ad {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 0px;
}

.ad img {
    padding-bottom: 15px;
    padding-right: 15px;
}

.gicon {
    font-size: 16px;
    font-weight: bolder;
    background-color: transparent;
    ;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    margin: 0 2px 15px;
}

.gicon .fa {
    position: absolute;
    right: 10px;
    top: 13px;
}

.main-title {
    font-size: 50px;
    text-align: center;
    padding: 50px 30px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
}

.main-title2 {
    font-size: 50px;
    text-align: left;
    padding: 30px 0 15px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
    min-height: 130px;
}

.main-title span {
    font-size: 28px;
}

.gicon select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    font-weight: bolder;
    color: #fff;
}

.gicon option {
    background-color: teal;
}

.gicon .fa {
    color: white;
}

.search {
    position: relative;
    display: inline-block;
    margin-left: -9px;
}

.searchTerm {
    width: 100%;
    border: 3px solid #aaa;
    padding: 11px 6px;
    border-radius: 8px;
    outline: none;
    color: #333;
    font-weight: bolder;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: 40px;
    height: 48px;
    border: 1px solid #aaa;
    background: #aaa;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: -1px;
    top: 0;
}

.search-job{
    font-size: 14px;
    font-weight: bolder;
    float: left;
    margin-left: 20px;
    background-color:#f2146d; 
    color: #fff;
    padding:3px;
    text-align: center;
}

.little-list .little-tag {
    font-size: 14px;
    background-color: #0d233f;
    padding: 8px 14px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
}

.little-list .box {
    margin-top: 50px;
}

.class-text {
    font-size: 16px;
    line-height: 1.6;
}

.big-title .pink-bg,
.big-title .blue-bg {
    font-size: 13px;
    text-align: center;
    padding: 4px 5px;
    border-radius: 20px;
    margin: 0 6px;
    font-weight: 600;
}

.big-title {
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

.text p {
    line-height: 1.6;
}

.class-text {
    min-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.big-title .pink-bg {
    background-color: #f74994;
    color: #fff;
    margin-left: 40px;
}

.big-title .blue-bg {
    background-color: #157dc6;
    color: #fff;
}

.mid-text {
    font-size: 14px;
}

.text-area {
    padding: 20px 0 0;
    line-height: 1.6;
}

.section1 .content-area>.col-11 .bg {
    padding: 4px 18px;
    border-radius: 10px;
    width: 98%;
    margin: 15px 0;
}

.section1 .content-area .col-11 .bg:nth-child(odd) {
    background-color: #fff;
}

.section1 .content-area .col-11 .bg:nth-child(even) {
    background-color: #fff;
}

.section1 .content-area .col-11 a:hover .bg {
    background-color: #e5f7f7;
}

.money {
    margin: 15px 0;
}

.money .money-tag {
    font-size: 18px;
    color: #000;
    font-weight: bolder;
    text-align: center;
}

.money .money-tag .free {
    background-color: #f00;
    padding: 6px 8px;
    color: #fff;
    border-radius: 20px;
}

.money .money-icon {
    padding-bottom: 8px;
    text-align: center;
}

.money .money-people {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}

.pagination {
    text-align: center;
    margin: 35px 0;
}

.pagination-style-three a {
    padding: 10px 20px;
    background: #ffffff;
    color: #ff6407;
    border-radius: 25px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
    text-decoration: none;
    font-weight: bolder;
}

.pagination-style-three a.selected,
.pagination-style-three a:hover,
.pagination-style-three a:active,
.pagination-style-three a:focus {
    background: #ff6407;
    color: #fff;
}

.footerLine {
    border-bottom: #157dc6 5px solid;
    margin-top: 10px;
}

#footerNew,
#footerNew2 {
    font-family: "新細明體";
    margin-top: 23px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.5pt;
    color: #545454;
}

#fill-form {
    bottom: 5em;
}

.serviceTime,
.copyright {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
}

.copyright {
    margin-bottom: 30px;
}

.mb-block {
    display: none;
}

#footerNew a:link,
#footerNew a:visited,
#footerNew a:hover,
#footerNew a:active {
    text-decoration: none;
    color: #047fff;
}

.content-area a {
    color: #000;
    text-decoration: none;
}

.content-area a:hover {
    color: blue;
}

.money @media screen and (min-width:768px) {
    .ad {
        flex-direction: column;
    }
}

.header .unit {
    font-size: 24px;
    color: #fff;
}

.border {
    padding: 2px;
    border: 1px solid #fff;
    margin-right: 0px;
}

.unit-date {
    font-size: 18px;
    color: #fff;
}

.pr-2 {
    padding-right: 2em;
}

.sec-otitle {
    color: tomato;
    font-size: 16px;
}

.sec-time {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.sec-time span {
    font-size: 24px;
}


.blue-title {
    color: #fff;
    font-weight: bolder;
    text-align: center;
    background-color: #002e73;
    padding: 15px 15px;
    font-size: 24px;
}

.main-text {
    padding: 30px;
    font-size: 16px;
}

.center {
    text-align: center;
}

.ps {
    color: tomato;
}

.know-more {
    color: tomato;
    font-size: 24px;
    font-weight: 600;
}

.know-more span {
    font-size: 12px;
    padding-left: 50px;
    color: #000;
}

.know-more .red {
    padding-left: 0;
}

.blue-form {
    border: 2px solid #002e73;
    width: 100%;
}

.form input,
.form select {
    padding: 15px 15px;
    outline: #002e73;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}


.inline-block {
    display: inline-block;
}

.dir {
    margin-top: 28px;
}
.header .unit a{
    color: #ffffff !important;
}
.header .unit a:hover {
    color: #daddfc !important;
}

/* checkbox */

.form label {
    padding: 0;
}

.form label span a:hover {
    font-weight: 600;
}

.form input[type="checkbox"] {
    display: none;
}

.form input[type="checkbox"]+span {
    display: inline-block;
    padding-left: 26px;
    line-height: 20px;
    background: url(../images/bZM5Itd.png) no-repeat left top;
    user-select: none;
}

.form input[type="checkbox"]:checked+span {
    background: url(../images/JWm4WKA.png) no-repeat left top;
}

.p-2 {
    padding: 0 15px;
}

.submit_bar {
    color: #FFF;
    position: relative;
    padding: 10px 20px;
    border-radius: 13px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    cursor: pointer;
    background: rgb(85, 100, 210);
    background: -webkit-linear-gradient(top, rgb(85, 100, 210) 0%, rgb(42, 79, 185) 50%, rgb(6, 0, 170) 51%, rgb(91, 45, 203) 100%);
    background: -moz-linear-gradient(top, rgb(85, 100, 210) 0%, rgb(85, 100, 210) 50%, rgb(6, 0, 170) 51%, rgb(91, 45, 203) 100%);
    background: linear-gradient(top bottom, rgb(85, 100, 210) 0%, rgb(85, 100, 210) 50%, rgb(6, 0, 170) 51%, rgb(591, 45, 203) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#BFD255', endColorstr='#9ECB2D', GradientType=0);
    border-left: 1px solid #174575;
    background-image: linear-gradient(bottom, rgb(72, 112, 30) 0%, rgb(72, 112, 30) 100%);
    box-shadow: inset 0 1px 0 #2ab7ec, 0 5px 0 0 #1e345b, 0 10px 5px #999;
}

.form {
    padding: 126px 0;
    background-image: url("../images/bg6_04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.last-class-bg {
    background-image: url("../images/last-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 15px;
    font-size: 20px;
    font-weight: 600;
}

.last-class {
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 30px 40px;
}

.last-class-bg.yellow {
    background-image: url("../images/last-bg-yellow.jpg");
}

.pb-1 {
    padding-bottom: 1em;
}

.p-2 {
    padding: 0 2em;
}

.form select,
.form textarea,
.form input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.blue-form span {
    text-align: right;
}

.pr-2 {
    display: block;
    padding-bottom: 1em;
}

.form2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.num {
    order: 7;
}

.category {
    color: rgb(235, 252, 5);
    font-size: 20px;
    margin-top: auto;
    padding-left: 15%;
    padding-bottom: 1em;
}

.sec img {
    max-width: 60px;
}

.main-text .center img {
    width: 100%;
}


/* 資訊類別-課程列表大類-背景圖設定-0908*/


/* 資訊科技 */

.header-bn.Technology {
    background-image: url("../images/mark01.jpg");
}


/* 設計創新 */

.header-bn.Design {
    background-image: url("../images/mark02.jpg");
}


/* 語言學習 */

.header-bn.Language {
    background-image: url("../images/mark04.jpg");
}


/* 金融會計 */

.header-bn.Finance {
    background-image: url("../images/mark05.jpg");
}


/* 行銷企管 */

.header-bn.Marketing {
    background-image: url("../images/mark06.jpg");
}


/* 休閒才藝 */

.header-bn.Leisure {
    background-image: url("../images/mark07.jpg");
}


/* 學位進修 */

.header-bn.Study {
    background-image: url("../images/mark08.jpg");
}


/* 證照培訓 */

.header-bn.License {
    background-image: url("../images/mark09.jpg");
}


/* 職業技能 */

.header-bn.Skills {
    background-image: url("../images/mark10.jpg");
}


/* 資訊類別-課程內頁9大類-背景圖設定-0910*/


/* 資訊科技 */

.header-bn2.Technology {
    background-image: url("../images/pg_02.jpg");
}


/* 設計創新 */

.header-bn2.Design {
    background-image: url("../images/pg_03.jpg");
}


/* 語言學習 */

.header-bn2.Language {
    background-image: url("../images/pg_04.jpg");
}


/* 金融會計 */

.header-bn2.Finance {
    background-image: url("../images/pg_05.jpg");
}


/* 行銷企管 */

.header-bn2.Marketing {
    background-image: url("../images/pg_06.jpg");
}


/* 休閒才藝 */

.header-bn2.Leisure {
    background-image: url("../images/pg_07.jpg");
}


/* 學位進修 */

.header-bn2.Study {
    background-image: url("../images/pg_08.jpg");
}


/* 證照培訓 */

.header-bn2.License {
    background-image: url("../images/pg_09.jpg");
}


/* 職業技能 */

.header-bn2.Skills {
    background-image: url("../images/pg_10.jpg");
}


/* 最新補助頁BN背景圖設定 */

.header-bn.help {
    background-image: url("../images/mark11.jpg");
}

/* 培訓單位bn背景圖設定 */

.header-bn.Vendor2 {
    background-image: url("../images/mark12.jpg");
}

/* 訓練性質5大背景圖設定 */

/* 不拘 */
.header-bn.free{
    background-image: url("../images/mark13.jpg");
}

/* 職前訓練 */
.header-bn.before{
    background-image: url("../images/mark14.jpg");
}

/* 在職訓練 */
.header-bn.profession{
    background-image: url("../images/mark15.jpg");
}

/* 3 年 7 萬 */
.header-bn.seven{
    background-image: url("../images/mark16.jpg");
}

/* 產業新尖兵 */
.header-bn.newman{
    background-image: url("../images/mark17.jpg");
}

/* 千元以下 */
.header-bn.Thousand {
    background-image: url("../images/mark19.jpg");
}

/* 課程搜尋頁 bn背景設定 */
.header-bn.class-search{
    background-image: url("../images/mark18.jpg");
}
.button.read-more>a {
    cursor: pointer;
}


/* .job-tab設定 */

.job-tab a {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}

.job-tab a:hover {
    background-color: #002e73;
    color: #fff;
}

/* search開始 */
#search_text {
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    padding-right: 35px;
}

#input_enter_pc,
#input_enter_mobile {
    font-size: 24px;
    padding: 10px !important;
    background: #eaeaea;
    border-radius: 7px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#input_btn {
    z-index: 999;
}

#input_enter_mobile {
    width: 90%;
    margin-top: 8px;
    margin: 8px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#input_enter_pc > input,
#input_enter_mobile > input{
    box-sizing: content-box;
    border: none;
    background: #eaeaea;
    color: #9b9b9b;
}

#input_enter_pc > input {
    width: 75%;
}
#input_enter_mobile > input {
    width: 90%;
}

#input_enter_pc > input:focus,
#input_enter_mobile > input:focus {
    border: none;
    outline: none;
}

#input_enter_pc > button,
#input_enter_mobile > button{
    color: black;
    background: transparent;
    border: none;
}

/* ie input 清除鍵 */
#input_enter_mobile input::-ms-clear,
#input_enter_pc input::-ms-clear {
    display: none;
}
/* search結束 */
/* 最新補助頁開始 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,latin-ext);
ul.tabs2,
ul.tabs3 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.tabs2 li {
    width: calc(100% / 3);
}

ul.tabs3 li {
    width: calc(100% / 7);
}

ul.tabs2 li a,
ul.tabs3 li a {
    position: relative;
    display: block;
    height: 60px;
    margin-top: 40px;
    padding: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #6edeef;
    -webkit-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    border: 0px solid #000000;
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
}

ul.tabs2 li a,
ul.tabs3 li a {
    line-height: 60px;
    font-size: 20px;
}

.tabs2 li:first-child a,
.tabs3 li:first-child a {
    z-index: 3;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.tabs2 li:nth-child(2) a,
.tabs3 li:nth-child(2) a {
    z-index: 2;
}

.tabs2 li:last-child a,
.tabs3 li:last-child a {
    z-index: 1;
    -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

ul.tabs2 li a:hover,
ul.tabs3 li a:hover {
    margin: 35px 0 0 0;
    padding: 10px 0 5px 0;
}

ul.tabs2 li a.active,
ul.tabs3 li a.active {
    /*margin: 30px 0 0 0;*/
    padding: 10px 0 10px 0;
    background: #545f60;
    /* color: #6edeef;*/
    color: #ff6831;
    z-index: 4;
    outline: none;
}

.group:before,
.group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.group:after {
    clear: both;
}

#content,
#content2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #545f60;
    -webkit-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#content .content-box,
#content2 .content-item {
    font-family: 'Open Sans', sans-serif;
    padding: 30px 40px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
}

.ulStyle01 {
    padding-left: 2rem;
}

.ulStyle02 {
    padding-left: 4rem;
}

ul.tabs2 li a.active,
#content {
    background: #12265a;
}

ul.tabs2 li a {
    font-size: 30px;
    color: #333;
    font-weight: 600;
}

.ulStyle01 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

ul.tabs3 li a {
    background:rgb(30 112 67);
}


/* 最新補助頁結束 */

.card img{
    width: 100%;
    border-radius: 15px;
}
.Vendor{
    padding:50px 0 0;
}
.mb-3{
    margin-bottom: 3rem;
}
.card img{
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}
.card-body h5{
    font-size: 24px;
    margin: 50px 30px 10px;
}
.card-body{
    border-bottom-left-radius:calc(0.5rem - 1px);
    border-bottom-right-radius:calc(0.5rem - 1px);
    border:1px solid #ccc;
    margin-top: -7%;
}
.card-body .slogen{
    padding:5px 30px 20px;
}
.p-15{
    padding:10px 15px;
}

.row40{
    padding:40px 40px;
}
.blockArea02{
    width: 100%;
}
.blockArea02 .left {
    width: calc((100% - 110px) / 2);
}
.blockArea02 .right {
    width: calc((100% - 110px) / 2);
}
.blockArea02 hr {
    display: block;
    margin: 12px auto 0;
    border: 1px solid #0052A5;
}
.blockArea02 .center{
    font-size: 20px;
    width: 110px;
    text-align: center;
}
.flex{
    display: flex;
    align-items: center;
}
.margin_top20{
    margin-top: 20px;
}
.ps-text{
    margin:20px 0 50px;
}
/* ad_banner */
#ad_banner {
    max-width:1500px;
    margin-right: auto;
    margin-left: auto;
}
#ad_banner .board {
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}
#ad_banner .block {
    max-width: 550px;
    margin: 5px 15px 10px;
    text-align: center;
    display: inline-block;

}
/* end ad_banner */
/* 10/04 */
/* ul.dropdown ul {
    display: none;
} */

/* ul.dropdown li:hover > ul {
    display: block;
  } */
ul.dropdown li:hover {
    color: #51c2b9;
}


/* .dropdown a,
.dropdown .sec {
    text-decoration: none;
    color: #fff;
    padding: 0.75em 1.5em 0.5em 1.5em;
}

.dropdown .sec {
    padding-left: 0;
} */

.footer {
    background-color: #202020;
    text-align: center;
    padding: 30px 0;
}

.footer span {
    color: #51c2b9;
}

.footer p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.3;

}

.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    color: #51c2b9;
}
.footer h3{
    font-size: 21px;
    color: #51c2b9;
    padding-bottom: 20px;
}
.text-left {
    text-align: left;
}


/* 搜尋結果呈現 */

.result-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    margin: 20px auto;
    text-align: center;
}

/* BN 調整 */
.d-flex {
    /* display: flex; */
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

/* .d-flex > p {
    width: 367px;
} */

/* 四欄最右側其他條件展開收合樣式 */
.toggle-content .word {
    position: relative;
    overflow: hidden;
}

.toggle-content .word .gradient {
	width:100% !important;
	height:35px;
	background:url(https://www.1111.com.tw/job-bank/images/gradient.png) repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}

.read-more {
	text-align:center;
	font-size:45px;
	line-height:1;
	font-weight:normal;
    margin: auto;
}
.read-more a {
	color:#DADADA;
	text-decoration:none;
	display:block;
	width:100% !important;
}

/* 圖片防超出出現捲軸 */
/*img {
    max-width: 100%;
}*/

/* 搜尋列同步首頁的樣式 */
/* search */
.flex {
    display: flex;
  }

  .search-bar {
    color: #fff;
    padding-left: 1em;
    font-size: 24px;
    padding-top: 11px;
    margin-left: auto;
    border-radius: 7px;
    padding: 10px;
  }

  #input_enter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: content-box;
  }

  #input_enter input {
    box-sizing: content-box;
    width: 85%;
    border: none;
    background: #eaeaea;
    color: #9b9b9b;
  }

  #input_enter input:focus {
    border: none;
    outline: none;
  }

  #input_enter button {
    color: black;
    background: transparent;
    border: none;
    padding-right: 0px;
  }

/* ie input 清除鍵 */
#input_enter input::-ms-clear {
    display: none;
  }

.blue-bg {
    background-color: #012e72;
    padding: 15px 10px;
}



@media screen and (max-width:767px) {
    .ad {
        max-width: 480px;
        margin: auto
    }
    .main-title {
        font-size: 40px;
    }
    .mb-none {
        display: none;
    }
    .mb-block {
        display: block;
    }
    .section1 .content-area>.col-11 .bg {
        width: 100%;
    }
    .pagination-style-three a {
        padding: 2px 12px;
    }
    .searchTerm {
        width: 99%;
        margin: auto;
    }
    .big-title .pink-bg {
        margin-left: 0px;
        margin-right: 20px;
    }
    .big-title {
        width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 20px;
    }
    .gicon,
    .search {
        width: 96%;
        margin: 0 auto 15px;
    }
    .search {
        margin-left: 0;
        padding-left: 0;
    }
    .main-title2 {
        font-size: 36px;
    }
    .sec div {
        display: block;
        text-align: center;
        padding: 10px 15px;
    }
    .header-bn2 {
        min-height: 470px;
    }
    .border {
        text-align: center;
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .header {
        padding: 30px 20px 50px;
    }
    .text,
    .text2 {
        height: 130px;
        overflow: hidden;
    }
    .read-more {
        text-align: center;
        font-size: 45px;
        line-height: 1;
        font-weight: normal;
    }
    .read-more a {
        color: #DADADA;
        text-decoration: none;
        display: block;
        width: 100%;
    }
    .form input {
        margin: 10px 5px;
    }
    select.blue-form {
        margin: 10px 5px;
        background-color: #fff;
    }
    .form {
        background-position-x: 50%;
    }
    .know-more span {
        display: block;
        padding-left: 0;
        padding-top: 15px;
    }
    .know-more .red {
        display: inline-block;
    }
    .pr-2 {
        display: inline-block;
    }
    .dir {
        margin-top: -24px;
        margin-left: 15px;
    }
    .unit-date {
        font-size: 14px;
    }
    ul.tabs2 li a {
        font-size: 16px;
    }
    ul.tabs3 li a {
        line-height: 26px;
        font-size: 16px;
    }
    #content .content-box,
    #content2 .content-item {
        padding: 30px 15px;
        font-size: 14px;
    }
    .ulStyle01 a {
        font-size: 12px;
    }
    .pl50{
        padding-left: 50px;
    }
    .pb50{
        padding-bottom: 50px;
    }
    .Table{
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;}
}

/* 更多條件開合css */
    .didi_content{
    width: 100%;
    max-width: 180px;
    margin: 0px auto;
    opacity: 0;
    }

    .didi_student_work_info{
        line-height: 24px;
        margin:0 auto;
        overflow : hidden;
    }

    .didi_student_work_info_button{
        font-size: 30px;
        font-weight:bold;
        color: #DADADA;
        line-height: 45px;
        float: right;
        margin-right: 1%;
        padding-right: 15px;
        cursor: pointer;
    }