@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Lato:400,700,900|Roboto:400,500,700";

html,
body {
    font-family: 'Noto Sans TC', 'Noto Serif TC', Arial, Helvetica, sans-serif;
    font-weight: 300;
    background: #FFF;
}

h1 {
    font-size: 36px;
    font-weight: 800;
}

h2 {
    font-size: 28px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

p {
    line-height: 1.8;
}

a {
    text-decoration: none;
}

/*標題區*/
header {
    background: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.header {
    width: 100%;
    height: 50px;
    background: #54B0AD;
    border-radius: 0 0 30px 30px;
    font-size: 14px;
    color: #fff;
    padding-top: 12px;
    box-sizing: border-box;
}

.header a {
    color: #fff;
}

.header i {
    font-size: 18px;
}

/*選單*/
/*.sub-menu a {
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #fff;
}
.nav-item {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

    */
.sub-menu a {
    padding-left: 2px;
    padding-right: 2px;
    border-right: 1px solid #fff;
}

.sub-menu a:last-of-type {
    border-right: none;
}

.social-menu a {
    margin-left: 15px;
}

.nav-item {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.nav-item a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

/*橫幅*/
.banner {
    margin: 0;
    padding: 0;
    background: #F5F5F5;
    position: relative;
}

.title_banner {
    position: absolute;
    width: 380px;
    left: 100px;
    top: 100px;
}

.title_banner h1 {
    color: #169683;
    font-weight: 900;
    font-size: 72px;
}

.title_banner h3 {
    font-weight: 900;
    font-size: 45px;
    margin-bottom: 20px;
}

.btn_banner {
    background: #169683;
    border-radius: 50px;
    color: #fff;
    margin: 10px;
    padding: 5px 15px;
}

.img_banner img {

    border-radius: 100px 0 0;
}

/*青創諮詢*/
.ask-block {
    background: #54B0AD;
    padding: 50px;
}

.ask-block a {
    color: #FFF;
    font-size: 28px;
}

/*最新消息*/
.news-block {
    padding: 50px;
}

.img-news {
    position: relative;
}

.img-news img {
    border-radius: 50px 50px 0 0;
    border: 1px solid #000;
    background: #fff;
}

.label_news {
    position: absolute;
    right: 0;
    top: -10px;
    border-radius: 50px;
    width: 100px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    background: #000;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

/*最新活動*/
.active-block {
    padding: 50px;
}

.act-title a {
    color: #000;
}

/*聯繫我們*/

.contact-block {
    background: url(../images/bg-cricle.svg) center top repeat-x;
    background-size: 100px;
    padding: 26px 12px 0;
    overflow-y: visible;
}

.contact-block .link-index {
    background: #FFDB4F;
    padding: 30px 100px;
}

.link-index .grid-item {
    width: 16%;
}

footer h2 {
    color: #fff;
}

footer .row {
    background: #000;
    margin: 0;
}

.footer-social a {
    color: #fff;
    font-size: 30px;
    margin-left: 25px;
}

/*團隊與業師*/
.group-item {
    border: 1px solid #333;
    border-radius: 20px;
    padding: 20px;
    word-break: break-all;
}

.group-item img {
    border-radius: 20px;
}

/*最新消息頁面*/
.news-item img {
    border-radius: 30px 30px 0 0;
}

.news-item h4 a {
    font-size: 20px;
    color: #000;
}

/*課程及資金*/
.course-item {
    padding: 10px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    padding: 0;
}

.course-item img {
    border-radius: 30px 30px 0 0;
}

.course_info {
    padding: 15px;
}

/*連絡我們*/
.contact-form {
    background: #FFDB4F;
    border: 1px solid #FFAE4F;
    margin: 0 100px;
    padding: 50px;
    border-radius: 30px;
}

.sub-img {
    width: 100%;
}

.contact-form form {
    position: relative;
}

.contact-form label {
    text-align: right;
    padding-top: 3px;
    font-weight: bold;
    font-size: 18px;
}

/*其他樣式*/
.group-type-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group-type-list li {
    list-style-type: none;
    margin: 10px;
}

.group-type-list li a {
    text-decoration: none;

}

.img-circle {
    border-radius: 50%;
}

.btn-group {
    border-radius: 50px !important;
    width: 100px;
    text-align: center !important;
    display: block;
}

.rounded-4 {
    border-radius: 50px !important;
}

.px-6 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-6 {
    padding: 30px 120px;
}

.form-hoz {
    display: flex;
}

.rd-50 {
    border-radius: 50px;
}

.tip-about {
    background: #FFDB4F;
    border-radius: 50px;
    padding: 50px 100px;
}

.p-strong-28 {
    font-size: 20px;
    font-weight: normal !important;
}

.link-index a {
    background: #fff;
    display: block;
}

/*諮詢輔導*/
.reserve {
    padding: 0 15px 50px;
}

.reserve h3 {
    font-size: 32px;
    font-weight: 600;
    color: #54B0AD;
    margin-bottom: 15px;
}

.reserve p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 15px;
    text-align: justify;
}

.reserve1,
.reserve2,
.reserve3,
.reserve4 {
    padding: 10px 10px 50px 100px;
}

.reserve1 {
    background: url(../images/reserve1.png) left top no-repeat;
    background-size: 100px auto;
}

.reserve2 {
    background: url(../images/reserve2.png) left top no-repeat;
    background-size: 100px auto;
}

.reserve3 {
    background: url(../images/reserve3.png) left top no-repeat;
    background-size: 100px auto;
}

.reserve4 {
    background: url(../images/reserve4.png) left top no-repeat;
    background-size: 100px auto;
}

.btn-reserve {
    background: #FFDB4F url(../images/bg-reserve.png) left top no-repeat;
    background-size: 100% auto;
    padding: 230px 0 30px 0;
    width: 90%;
    border-radius: 30px 0 0 0;
    text-align: center;
    margin-bottom: 50px;
}

.btn-reserve img {
    transform: scale(0.8);
}

.bg-reserveform {
    background: #FFDB4F;
}

.reserve form {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.h-textarea {
    height: 300px;
}

.btn-resubmit {
    border-radius: 30px;
    padding: 10px 70px;
    font-size: 18px;
}

.error {
    color: brown;
    float: left;
}

.checkboxps {
    position: relative;
}

.checkboxps label.error {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.findform {
    background-color: #54B0AD;
    border-radius: 50px 50px 0 0;
    padding: 10px;
    display: flex;
    color: #fff;
    font-size: 20px;
}

.img-find {
    display: block;
    padding-top: 60%;
    border-radius: 50px 0 0 0;
}

@media screen AND (max-width:1399px) {
    .navbar-brand img {
        width: 250px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    a,
    th,
    td {
        transform: scale(0.9);
    }

    .nav-item {
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-item * {
        padding: 0 !important;
        margin: 0 !important;

    }
}

@media screen AND (max-width:1199px) {
    .dropdown-menu li {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .title_banner {

        width: 380px;
        left: 30px;
        top: 30px;
    }

    .title_banner h1 {
        font-size: 55px;
    }

    .title_banner h3 {
        font-weight: 900;
        font-size: 36px;
        margin-bottom: 15px;
    }

    .title_banner p {
        margin-bottom: 0;
    }
}

@media screen AND (max-width:991px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        transform: scale(0.8) !important;
    }

    .content-in {
        padding-top: 50px;
    }

    .contact-block .row {
        padding: 50px;
    }

    .title_banner {

        width: 320px;
        left: 0px;
        top: 10px;
    }

    .title_banner h1 {
        font-size: 55px;
        margin-bottom: 0px;
    }

    .title_banner h3 {
        font-weight: 900;
        font-size: 36px;
        margin-bottom: 5px;
    }

    .title_banner p {
        margin-bottom: 0;
        margin-left: 15px;
        font-size: 14px;
    }

    .btn_banner {
        background: #169683;
        border-radius: 50px;
        color: #fff;
        margin: 10px;
        padding: 5px 15px;
    }

    .link-index .grid-item {
        width: 45%;
    }
}

@media screen AND (max-width:768px) {}

@media screen AND (max-width:575px) {
    .news-block {
        padding: 20px !important;
        ;
    }

    .contact-block .row,
    .news-block .row {
        padding: 10px;
    }

    .link-index .grid-item {
        width: 100%;
    }
}

@media screen AND (min-width:768px) {
    .reserve p {
        padding-left: 30px;
    }

    .btn-reserve {
        background-size: auto 100%;
        padding: 35px 0 0 380px;
        width: 700px;
        height: 200px;
    }

    .sub-img {
        width: 50%;
    }
}

@media screen AND (min-width:992px) {
    .dropdown:hover ul {
        display: block;
    }

    .sub-menu a {
        padding-left: 15px;
        padding-right: 15px;
        border-right: 1px solid #fff;
    }

    .content-in {
        padding: 100px;
    }

    .reserve {
        padding: 50px 50px;
    }

    .reserve p {
        padding-left: 0px;
    }

    .reserve1,
    .reserve2,
    .reserve3,
    .reserve4 {
        padding: 10px 10px 100px 200px;
    }

    .reserve1 {
        background: url(../images/reserve1.png) left top no-repeat;
        background-size: 150px auto;
    }

    .reserve2 {
        background: url(../images/reserve2.png) left top no-repeat;
        background-size: 150px auto;
    }

    .reserve3 {
        background: url(../images/reserve3.png) left top no-repeat;
        background-size: 150px auto;
    }

    .reserve4 {
        background: url(../images/reserve4.png) left top no-repeat;
        background-size: 150px auto;
    }

    .btn-reserve {
        padding: 50px 0 0 450px;
        width: 900px;
        height: 250px;
    }

    .findform {
        padding: 30px;
    }

    .sub-img {
        width: 33.3%;
    }
}

@media screen AND (min-width:1200px) {
    .nav-item {
        margin-left: 25px !important;
    }

    .reserve {
        padding: 50px 100px;
    }

    .btn-reserve {
        background: #FFDB4F url(../images/bg-reserve.png) left top no-repeat;
        background-size: auto 100%;
        padding: 80px 0 0 550px;
        height: 300px;
        width: 1000px;
    }
}

.img-item {
    display: block;
    width: 100%;
    padding-top: 60%;
    background-size: 100% auto;
    background-position: center center;
    border-radius: 30px 30px 0 0;
}

.teachtype {
    text-wrap: nowrap;
    padding: 3px 5px;
    display: inline-block;
}

.teachtype:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #333;
    display: inline-block;
    top: 5px;
    right: -5px;
    position: relative;
}

.contact-title {
    position: absolute;
    left: 5px;
    top: -80px;
    width: 200px;
}

.contact-title img {
    width: 100%;
}

.contact-footer {
    position: absolute;
    right: -30px;
    bottom: -135px;
    width: 160px;
    height: 68px;
    background: url(../images/back_contact.png);
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.page-loader {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: rgb(39, 99, 167);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.formerror {
    color: #900;
    float: left;
}

.vote-heart {
    background: #D9D9D9;
    display: inline-block;
    padding: 5px 10px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    margin-right: 10px;
}

#voteblock {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#voteinfo {
    width: 400px;
    height: 220px;
    text-align: center;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 3px 3px rgba(100, 100, 100, 0.5);
}

.item-vote {
    background: #F8F8F8;
    border-radius: 20px;
}

.text-vote {
    padding: 30px;
}

.nav-item:first-of-type a {
    color: #54b0ad !important;
}

/*share2025*/
.item-store {
    padding: 15px;
}

.item-store-img {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: rgba(100, 100, 100, 0.1) 0px 0px 10px;
}

.item-store-img h2 {
    color: #2A4586;
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
}

.item-store-img p {}

.btn-like,
.btn-black {
    padding: 10px 30px;
    color: #fff;
    font-size:18px;
    margin:10px;
}
.btn-like{
    background: #54B0AD;
}
.btn-black{
    background: #000000;
}