@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: "NotoSerifCJKtc";
    src: url(../font/NotoSerifCJKtc-Bold.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', "Font Awesome 5 Free", sans-serif !important;
}

a:hover {
    text-decoration: none !important;
}

ul,
li {
    list-style-type: none;
    padding: 0px;
}

p {
    margin: 0px !important;
    padding: 0px !important;
}


/*--------------header---------------*/
.maxline {
    padding: 2em 0em;
    max-width: 1000px;
    margin: 0 auto;
}

.bg_banner {
    background: url(../img/header-1.jpg) center top/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bg_banner .headerimg {
    width: 50%;
}

@media all and (max-width:1200px) {
    .bg_banner .headerimg {
        width: 90%;
    }
}

@media all and (max-width:768px) {
    .bg_banner .headerimg {
        width: 90%;
    }
}

@media all and (max-width:575px) {
    .bg_banner {
        background: url(../img/header-1-ph.jpg) center top/cover no-repeat;
    }
}

/*--------------#header---------------*/

/*-----------------------nav-------------------------------------*/

/*固定導覽列*/
.menu {
    background-color: #005ca2;
    overflow: hidden;
}

.menu .maxline,
#mainNav .maxline {
    padding: .5em !important;
}

/* .menu .nav {
    font-size: 24px;
} */

.menu .nav-item {
    width: calc((100% - 2.4em)/6);
    position: relative;
    margin: 0 .2em;
    text-align: center;
    font-weight: 600;
    filter: drop-shadow(3px 3px 0px rgba(74, 43, 18, .5));
    transition: all .15s ease-out;
}

.menu .nav-item:hover {
    color: #fff;
    filter: drop-shadow(0px 0px 3px rgba(74, 43, 18, .5));
    transform: translate(0.25em, 0.1em) scale(0.9);
}

.menu a {
    color: #7ca3c8;
}

.menu a:hover {
    color: #fff;
}


.menu .nav-link {
    padding: 0px !important;
}

.hide {
    display: none !important;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:425px) {
    .menu .nav-item {
        width: calc((100% - 18px)/3);
        margin: 3px;
    }
}

@media all and (max-width:375px) {}


/*-----------------------nav-------------------------------------*/

/*--------------------------------------title-------------------------------------------------*/
.title1 {
    width: 80%;
    margin: 1em auto;
    padding-top: 2em;
}

.titletext {
    width: fit-content;
    margin: 0 auto;
    padding: 0 1.5em;
    text-align: center;
    color: #fff;
    background: #0068b7;
    border-radius: 30px;
}

.titletext h2 {
    position: relative;
    font-size: 3em;
    font-weight: 600;
}

/* --------------------------------------- */


.titletext2 {
    width: fit-content;
    margin: 0 auto;
    padding: 0 1.5em;
    text-align: center;
    color: #fff;
    background: #0068b7;
    border-radius: 30px;
}

.titletext2 h2 {
    position: relative;
    font-size: 2.5em;
    font-weight: 600;
}

.titletext2 h2 br {
    display: none;
}

/* ---------------------- */
.titletext4 {
    width: fit-content;
    margin: 0 auto;
    padding: 0 1.5em;
    text-align: center;
    color: #0068b7;
}

@media all and (max-width:1280px) {

    .titletext2 h2,
    .titletext h2 {
        font-size: 2.5em;
    }
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .titletext2 h2 br {
        display: block;
    }
}

@media all and (max-width:576px) {
    .titletext2 {
        padding: 0 1em;
        border-radius: 10px;
    }
}

@media all and (max-width:425px) {
    .title1 {
        width: 90%;
    }
}

@media all and (max-width:375px) {}

/*--------------------------------------#title-------------------------------------------------*/

/*--------------------------------------pt2-------------------------------------------------*/
.pt2 {
    background: #bae3f9;
    overflow: hidden;
}

.box {
    width: 80%;
    margin: 2em auto;
}

.slider {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 0px 8px;
}

.slick-slide img {
    width: 100%;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.slick-dots li button:before {
    /* dots */
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: #c8161d;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #c8161d;
}

.vid>h3 {
    width: fit-content;
    margin: .5em auto;
    background: #c8161d;
    color: #fff;
    padding: 0 1em;
    border-radius: 30px;
    font-size: 2em;
    font-weight: 600;
}

/*------------ YouTube嵌入 -----------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/*padding-bottom:56.25%; 為影片高度與寬度的比例16:9計算得來，9除以16=0.5625換算高度比0.5625=56.25% */
/*padding-top: 30px; 用於修正的高度，可用25px或30px */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------ #YouTube嵌入 -----------------*/

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {}

@media all and (max-width:576px) {
    .box {
        width: 90%;
        margin: 2em auto;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* ----------------------------------------------- */
.b02box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.b02-1 {
    position: relative;
    width: calc(100%/3);
    background: #fff;
    padding: .5em;
    margin-bottom: .5em;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

.b02-1::before {
    content: '';
    position: absolute;
    bottom: 0%;
    right: 2%;
    transform: translateX(-50%);
    background: url(../img/point.png) center/cover no-repeat;
    width: 25px;
    height: 29px;
    animation: line 1s linear infinite;
    z-index: 10;
}

@keyframes line {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.b02-1:hover {
    transform: scale(1.05);
    transition: .15s;
}

.b02-1:hover::before {
    transform: scale(0);
    animation: none;


}

.b02-1:nth-child(even):hover {
    box-shadow: 0px 0px 5px #009fde;
}

.b02-1:nth-child(odd):hover {
    box-shadow: 0px 0px 5px #ed6c00;
}

.b02-1:nth-child(even) .b02-top {
    background: #009fde;
}

.b02-1:nth-child(odd) .b02-top {
    background: #ed6c00;
}

.b02-top h4 {
    color: #fff100;
    text-align: center;
    margin-bottom: 0px;
}

.b02-top p {
    color: #fff;
    text-align: center;
}

.b02-1 ul {
    width: fit-content;
    margin: 0 auto;
    font-size: .8em;
    text-align: left;
    margin-bottom: 0px;
    color: #000;
}

.b02-1 ul li {
    position: relative;
}

.b02-1 ul li::before {
    content: '★';
    position: absolute;
    top: 0%;
    left: -12px;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {

    .b01box,
    .b02box {
        width: 90%;
    }
}

@media all and (max-width:576px) {
    .b02-1 {
        width: calc(100%/1);
    }

    .b02-1 ul {
        width: 85%;
    }

    .b02-1::before {
        width: 20px;
        height: 24px;
    }
}

@media all and (max-width:425px) {
    .b01 .titletext h2 {
        font-size: 2.5em;
    }
}

@media all and (max-width:375px) {}

/* -------------------------------------------- */


.b03box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.b03boxph {
    width: 90%;
    margin: 0 auto;
}

.b03-1 {
    position: relative;
    width: calc(100%/2.1);
    margin: .5em;
    background: #fff;
    transform: skew(-10deg);
}

.b03-1 h5 {
    background: #ed6c00;
    color: #fff;
    width: 40%;
    padding: 0 1em;
    position: absolute;
    top: -.5em;
    left: 25%;
    transform: translateX(-50%) skew(10deg);
    text-align: center;
}

.b03-1 ul {
    padding: 1.5em 0 1em 1em;
    margin-bottom: 0px;
    transform: skew(10deg);
}

.b03-1:nth-child(2) ul {
    line-height: 1.2em;
}

.b03-img {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%) skew(10deg);
    filter: drop-shadow(2px 2px 3px #1b3994);
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .b03box {
        width: 90%;
    }

    .b03-img {
        width: 35%;
    }

    .b03-1 h5 {
        width: 45%;
    }
}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {
    .b03-1 {
        width: calc(100%/1);
    }
}

@media all and (max-width:375px) {}

/* ----------------- */
.b03box2 {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 1em;
}

.b03box2 h3 {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    color: #005ca2;
    font-weight: 600;
}

.b03box2 h3 br {
    display: none;
}

.b03box2 h3 span {
    color: yellow;
    font-size: 1.5em;
    -webkit-text-stroke: 1.5px #e94709;
    font-weight: 900;
    text-shadow: -1px 1px 0px #e94709;
}

.b03box2 h4 {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: .5em auto;
    color: #e60012;
    font-weight: 600;
}

.b03box2 h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5em;
    transform: translateY(-50%);
    background: url(../img/check.png) center/cover no-repeat;
    width: 28px;
    height: 25px;
}

.b03-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1em;
}

.b03-2-p {
    width: calc(100%/5);
    background: #005ca2;
    border: 1px solid #005ca2;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
}

.b03-2-p:nth-child(even) {
    background: #fff;
    color: #000;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .b03box2 {
        width: 90%;
    }
}

@media all and (max-width:576px) {
    .b03box2 h3 {
        font-size: 2em;
    }

    .b03box2 h3 br {
        display: block;
    }

}

@media all and (max-width:425px) {
    .b03-2-p {
        width: calc(100%/3);
    }
}

@media all and (max-width:375px) {}

/* ------------------- */
.b03box3 {
    position: relative;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 1em;
}

.b03box3::before {
    content: '';
    background: url(../img/book.png) center/cover no-repeat;
    position: absolute;
    top: 1em;
    left: 4em;
    width: 100px;
    height: 86px;
}

.b03box3 h3 {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    color: #005ca2;
    font-weight: 600;
}

.b03box3 h3 span {
    color: yellow;
    font-size: 1.5em;
    -webkit-text-stroke: 1.5px #e94709;
    font-weight: 900;
    text-shadow: -1px 1px 0px #e94709;
}

.b03box3 h4 {
    text-align: center;
    font-size: 1em;
}

.b03box3 ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    padding-left: 0px;
}

.b03box3 ul li {
    width: calc(100%/4.5);
    margin: .5em;
    text-align: center;
    border: 2px solid #ed6c00;
}

.b03box3 ul li h5 {
    background: #ed6c00;
    color: #fff;
    font-size: 1.3em;
    padding: 5px 0;
    margin-bottom: 0px;
}

.b03box3 ul li:nth-child(even) {
    border: 2px solid #005ca2;
}

.b03box3 ul li:nth-child(even) h5 {
    background: #005ca2;
}

.b03box3 ul li p {
    font-size: 1.2em;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .b03box3 {
        width: 90%;
    }

    .b03box3::before {
        left: 2em;
    }
}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {
    .b03box3::before {
        display: none;
    }

    .b03box3 ul li {
        width: calc(100%/2.5);
    }

    .b03box3 h3 span {
        font-size: 1.4em;
    }
}

@media all and (max-width:375px) {}

/* ----------------------------------------- */

.line-but3 {
    position: relative;
    width: fit-content;
    margin: 0em auto;
    background: #e72410;
    text-align: center;
    border-radius: 30px;
    box-shadow: 3px 3px 0px #fff100;
    font-size: 1.5em;
}

.line-but3:hover {
    transform: scale(.9);
    transition: .15s;
    box-shadow: 0px 0px 0px 3px #bd5b00;
}

.line-but3:hover::before {
    animation: none;
    transform: scale(0);
    transition: .15s;
}

.line-but3 a {
    color: #fff !important;
    font-weight: 400;
}

.line-but3 a:hover {
    color: #fff !important;
}

.line-but3 a p {
    padding: 5px 1em !important;
    line-height: 1.2em;
}

.line-but3 a i {
    margin-left: 10px;
}

/* ----------------------------------------------------- */
/*--------------------------------------#pt2-------------------------------------------------*/


/*--------------------------------------pt1-------------------------------------------------*/
.pt1 {
    background: url(../img/bg-1.jpg) center top/cover no-repeat;
    overflow: hidden;
}

.a01 .titletext {
    width: 85%;
}

.titletext4 h2 {
    font-size: 1.8em;
    font-weight: 600;
}

.titletext4 h2 span {
    color: #e71f10;
}

.titletext4 h2::before,
.titletext4 h2::after {
    display: none;
}

.a01-topimg {
    width: 80%;
    margin: 0 auto;
    box-shadow: 2px 2px 0px #000;
}

.a01box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.a01-1 {
    position: relative;
    width: calc((100% - 1.6em)/4);
    margin: .2em;
}

.a01-2 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
    color: #fff;
}

.a01-2 p {
    line-height: 1.1em;
}

.a01-2 h5 {
    position: relative;
    width: 90%;
    margin: .5em auto;
    background: #fff;
    color: #d92626;
    font-family: "NotoSerifCJKtc" !important;
    font-size: 1em;
}

.a01-1:first-child .a01-2 h5 {
    text-align: right;
    padding-right: 6px;
}

.a01-2 h5::before {
    content: '贈';
    position: absolute;
    top: 50%;
    left: -.5em;
    transform: translateY(-50%);
    background: #d92626;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    padding: .2em .3em;
    font-family: "NotoSerifCJKtc" !important;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .titletext4 h2 {
        font-size: 1.5em;
    }

    .a01-1 {
        position: relative;
        width: calc((100% - 1.6em)/2);
        margin: .2em;
        max-width: 200px;
    }

    .a01-2 h5 {
        font-size: 1em;
    }

    .a01-1:first-child .a01-2 h5 {
        text-align: center;
        padding-right: 0px;
    }
}

@media all and (max-width:576px) {
    .titletext4 br {
        display: none;
    }

    .a01-topimg,
    .a01box {
        width: 90%;
    }

    .a01-1 {
        width: calc((100% - 3em)/2);
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt1-------------------------------------------------*/


/*--------------------------------------pt3-------------------------------------------------*/
.pt3 {
    background-color: #cce1f5;
    overflow: hidden;
}

.c01box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.c01-1 {
    width: calc((100% - 1.6em)/4);
    margin: .2em;
    background: #fff;
    padding: .5em;
}

.c01-1top {
    background: #eb6100;
    text-align: center;
    padding: .2em 0;
}

.c01-1top h4 {
    color: yellow;
}

.c01-1top h5 {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
}

.c01-1:last-child .c01-1top h4 {
    margin-bottom: 0px;
}

.c01-1:last-child .c01-1top h5 {
    font-size: .9em;
    margin-bottom: 0px;
}

.c01-1 p {
    font-size: .9em;
    padding-top: .5em !important;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .c01box {
        width: 90%;
    }

    .c01-1 {
        width: calc((100% - 1.6em)/2);
    }
}

@media all and (max-width:576px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/* ------------------------------------------ */

.c02box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 1em;
}

.c02boxph {
    width: 90%;
    margin: 0 auto;
}

.c02-1 {
    width: calc((100% - 1.2em)/3);
    margin: .2em;
    padding: .2em 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.c02-1:nth-child(1),
.c02-1:nth-child(5) {
    background: #ea5963;
}

.c02-1:nth-child(2),
.c02-1:nth-child(6) {
    background: #f18e38;
}

.c02-1:nth-child(3),
.c02-1:nth-child(4) {
    background: #874b9a;
}

.c02-L {
    width: 35%;
    filter: drop-shadow(0px 0px 0px #fff);
}

.c02-R {
    width: 55%;
    color: #fff;
}

.c02-R h3 {
    margin-bottom: 0px;
}

.c02-R p {
    font-size: .8em;
}

.c02-1>p {
    width: 100%;
    border-top: 2px solid #fff;
    font-size: .8em;
    text-align: -webkit-center;
    color: #fff;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .c02box {
        width: 90%;
    }

    .a02-a {
        font-size: .9em;
    }
}

@media all and (max-width:576px) {

    .c02-1 {
        width: 100%;
    }

    .c02-L {
        width: 28%;
    }

    .c02-R {
        width: 60%;
    }

    .c02-R p,
    .c02-1>p {
        font-size: 1em;
        font-weight: 500;
    }
}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt3-------------------------------------------------*/




/*--------------------------------------#pt4-------------------------------------------------*/
.pt4 {
    background: url(../img/bg-2.jpg) center/cover no-repeat, #fdd876;
    overflow: hidden;
}

.titletext3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}

.titletext3 h2 {
    color: #c8161d;
    font-weight: 600;
}

.title-img {
    width: 30%;
}

.d01box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.d01boxph {
    width: 90%;
    margin: 0 auto;
}

.d01-1 {
    width: calc(100%/5);
}

.d01-1 p {
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    padding: 5px 0 !important;
}

.d01-1:nth-child(odd) {
    background: #fff;

}

.d01-1:nth-child(even) {
    background: #005bac;
    color: #fff;
}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {
    .d01box {
        width: 90%;
    }

    .titletext3 {
        align-items: stretch;
    }
}

@media all and (max-width:576px) {
    .title-img {
        width: 42%;
    }

}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

/*--------------------------------------#pt4-------------------------------------------------*/

/*--------------------------------------footer-------------------------------------------------*/
footer {
    background-color: #005CA2;
    color: #fff;
    font-size: 16px;
    padding: 2em;

}

.footerline {
    max-width: 1000px;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2em;
}

footer h2 {
    text-align: center;
    width: 100%;
}

footer .me h3,
footer .me h4 {
    border-bottom: 2px solid #fff;
    line-height: 2em;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ffbf6c;
}

footer .me .fab {
    font-size: 1.5em;
    margin: 0.5em;
}

footer td {
    padding: 0 .5em;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

@media all and (max-width:576px) {

    footer table,
    .me {
        width: 100%;
    }
}

@media all and (max-width:576px) {
    footer {
        font-size: 15px;
        /* padding-bottom: 6em; */
        height: 500px;
    }
}

@media all and (max-width:375px) {
    footer {
        font-size: 13px;
        padding-bottom: 7em;
    }
}

/*--------------------------------------#footer-------------------------------------------------*/

/*------------------talk--------------------------*/

#talk {
    line-height: 1.5;
    text-align: center;
    position: fixed;
    top: 10vh;
    vertical-align: middle;
    left: 0px;
    text-align: left;
    color: #fff;
}

#talk ul li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#talk ul {
    margin: 0px 0px;
    padding: 0px 0px !important;
    list-style-type: none;
}

#talk ul li {
    width: 70%;
    height: 100%;
    cursor: pointer;
    font-size: 2em;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px !important;
    font-weight: 600;
    margin: 0 auto !important;
    color: #00a1ff;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

#talk ul li:nth-child(1) {
    font-size: 1.5em;
}

#talk ul li:nth-child(1):hover {
    color: #00ff0d;
}

#talk ul li:nth-child(2):hover {
    color: #00e1ff;
}

#talk ul li:nth-child(3):hover {
    color: #f700ff;
}

#talk ul li:nth-child(4):hover {
    color: #ff0000;
}

@media all and (max-width:425px) {
    #talk {
        width: 100%;
        background-color: rgba(176, 161, 161, 0.8);
        line-height: 1.5;
        color: #999;
        padding: 0px 0px 0px 0px;
        text-align: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        top: auto;
    }

    #talk ul li {
        width: 23%;
        text-align: center;
        vertical-align: middle;
        padding: .1em !important;
        display: inline-block;
        font-size: 2em;
    }

    #talk ul li:nth-child(1) {
        font-size: 2em;
    }

    #talk ul li:hover {
        transform: none;
    }
}

/*------------------#talk--------------------------*/


/*---------------- BAR-social_address_浮動社群連結 --------------*/
.social-icon a {
    width: 100%;
}

.social-icon img {
    width: 100%;
}

.hide {
    /* 隱藏 */
    display: none !important;
}

/*---------一個 浮動式按鈕 LINE 手機版-----------*/
@media all and (max-width: 575px) {
    .social-icon a {
        width: 100% !important;
    }

    .social-icon a p {
        margin-bottom: 0px;
    }

    #line_line,
    #act_act {
        padding: 0em 15px 4em !important;
    }

    .act_btn {
        background-image: linear-gradient(to top, #f17650 0%, #b13c19 100%) !important;
    }
}

/*--------#-一個浮動式按鈕 LINE 手機版----------*/
/*---------------- BAR-social_address_浮動社群連結 --------------*/
/*-----------TOP按鈕------------------*/
#goTop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 3em;
    height: 3em;
    padding: 0.5em;
    z-index: 999;
}

#goTop .fas {
    font-family: "Font Awesome 5 Free" !important;
}

@media all and (max-width: 575px) {
    #goTop {
        bottom: 6em;
    }
}

/*-----------TOP按鈕------------------*/

.form {
    width: 80%;
    margin: 0 auto;
}

/* iframe */
.iframe {
    width: 100%;
    padding: 7vh 0;
}

.iframe .ifr {
    width: 95%;
    max-width: 1000px;
    margin: 2vh auto;
    background: rgb(255, 255, 255, 0.9);
    border-radius: 30px;
}

@media all and (max-width:576px) {
    .form {
        width: 90%;
    }

    .iframe {
        padding: 1vh 0;
    }

    .iframe .ifr {
        border-radius: 10px;
    }
}