@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");



/*========================================================
                         基本設定
=========================================================*/

body {
    font-family: 'Noto Sans TC', "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 32px;
    font-size: 1rem;
    color: #111;
    overflow-x: hidden;
    background-color: #000;
}

@media (max-width: 991px) {
    body {
        margin-bottom: 79px;
    }
}

/* google recaptcha 隱藏 */
.grecaptcha-badge {
    visibility: hidden;
}


/*========================================================
                         動畫設定
=========================================================*/

.amin-01 {
    transform-origin: left top;
    animation: amin-01 2.5s infinite alternate-reverse ease-in-out;
}

@keyframes amin-01 {
    0% {
        transform: skewY(-3deg);
    }

    100% {
        transform: skewY(0);
    }
}

.amin-02 {
    transform-origin: 60% 80%;
    animation: amin-02 1.5s ease-in-out infinite alternate;
}

@keyframes amin-02 {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0);
    }
}

.amin-03 {
    transform: skew(-3deg);
    transform-origin: 60% 100%;
    animation: amin-03 2s ease-in-out infinite alternate;
}

@keyframes amin-03 {
    to {
        transform: rotate(0);
    }
}


.amin-04 {
    -webkit-transform: translateY(2px) scaleX(1);
    transform: translateY(2px) scaleX(1);
    -webkit-animation: amin-04 1s ease-in-out infinite alternate;
    animation: amin-04 1s ease-in-out infinite alternate
}

@keyframes amin-04 {
    to {
        -webkit-transform: translateY(-2px) scaleX(.7);
        transform: translateY(-2px) scaleX(.7)
    }
}

.amin-05 {
    transform: rotate(-1deg) skew(1deg);
    transform-origin: 60% 95%;
    -webkit-animation: amin-05 1.5s ease-in-out infinite alternate;
    animation: amin-05 1.5s ease-in-out infinite alternate;
}

@keyframes amin-05 {
    to {
        transform: rotate(0);
    }
}


/*========================================================
                       區塊統一設定
=========================================================*/

.section-box {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}

@media (min-width: 640px) {
    .section-box {
        padding-top: 60px;
        padding-bottom: 120px;
    }
}

@media (min-width: 992px) {
    .section-box {
        padding-top: 80px;
        padding-bottom: 140px;
    }
}

@media (min-width: 1200px) {
    .section-box {
        padding-top: 90px;
        padding-bottom: 160px;
    }
}

@media (min-width: 1600px) {
    .section-box {
        padding-top: 120px;
        padding-bottom: 180px;
    }
}



/*========================================================
                       文字統一設定
=========================================================*/

.section-info h3 img {
    width: 86px;
	height: auto;
}
.section-info p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 34px;
}

.section-txt {
    position: absolute;
    left: 4%;
    bottom: -4px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 100%;
}

.section-txt1 {
    color: #fff;
}

.section-txt2 {
    color: rgba(255,255,255,0.5);
}

@media (min-width: 640px) {
    .section-txt {
        font-size: 5.4rem;
    }
}

@media (min-width: 768px) {
    .section-txt {
        font-size: 6rem;
    }
}

@media (min-width: 992px) {
    .section-txt {
        font-size: 7rem;
    }
}

@media (min-width: 1200px) {
    .section-info {
        margin-top: 60px;
    }

    .section-info p {
        font-size: 1rem;
        line-height: 30px;
    }

    .section-txt {
        font-size: 8rem;
    }
}

@media (min-width: 1600px) {
    .section-info p {
        font-size: 1.2rem;
        line-height: 40px;
    }

    .section-txt {
        left: 6%;
        bottom: -10px;
        font-size: 10rem;
    }
}

@media (max-width: 1199px) {
    .section-info {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .section-info {
        margin-top: 60px;
    }
}


/*========================================================
                       輸播統一設定
=========================================================*/

.section-slide {
    text-align: center;
}

.section-slide-img img {
    max-width: 100%;
    vertical-align: bottom;
}

.section-slide-img>div {
    position: relative;
}

.section-slide-img p {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -10px;
    z-index: 2;
    text-shadow: 0 0 5px #000;
    color: #fff;
    font-size: 0.9rem;
    line-height: 20px;
}

@media (min-width: 768px) {
    .section-slide-img p {
        bottom: 0;
        font-size: 1rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 1200px) {
    .section-slide-img p {
        bottom: 0;
        font-size: 1.1rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}



/*========================================================
                         區塊1
=========================================================*/

.section1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section1-bg.jpg");
    overflow: hidden;
	padding-left: 4%;
	padding-right: 6%;
}

.section1-img1 {
	position: relative;
}
.section1-img1 p {
	position: absolute;
	left: 20px;
	bottom: -10px;
	z-index: 1;
	font-size: 0.8rem;
	color: #fff;
}
.section1-txt1 {
	max-width: 280px;
	margin-left: 15%;
	margin-right: 15%;
}
.section1-txt2 {
	max-width: 780px;
	margin: 2rem 5%;
}
.section1-txt3 {
	max-width: 600px;
	margin-left: 12%;
	margin-right: 12%;
}
.section1-txt4 {
	width: 12px;
}



@media (min-width: 1200px) {
	.section1-txt4 {
		width: 18px;
	}
}
@media (min-width: 1600px) {
	.section1-txt4 {
		width: 23px;
	}
}


/*========================================================
                         區塊2
=========================================================*/

.section2 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section2-bg.jpg");
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

.section2-info {
    text-align: center;
    font-size: 1rem;
    line-height: 36px;
    font-weight: 400;
}

.section2-info p:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 50px;
}

.section2-info img {
    max-width: 90%;
}

@media (min-width: 640px) {
    .section2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section2-info {
        font-size: 1.1rem;
        line-height: 40px;
    }
}

@media (min-width: 1600px) {
    .section2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section2-info {
        font-size: 1.2rem;
        line-height: 60px;
    }
}



/*========================================================
                         區塊3
=========================================================*/


.section3 {
    background: linear-gradient(to bottom, #fefefe 0%, #cde9f5 100%);
    color: #000;
}

@media (min-width: 1200px) {
    .section3 {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url("../img/section3-bg.jpg");
    }
}


/*========================================================
                         區塊3
=========================================================*/


.section4 {
    position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/section4-m-bg.jpg");
    color: #fff;
}

@media (min-width: 1200px) {
    .section4 {
        background-image: url("../img/section4-bg.jpg");
    }
}

/*========================================================
                         區塊5
=========================================================*/


.section5 {
    background: linear-gradient(to bottom, #fefefe 0%, #cde9f5 100%);
    color: #000;
}

@media (min-width: 1200px) {
    .section5 {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url("../img/section5-bg.jpg");
    }
}


/*========================================================
                         區塊6
=========================================================*/


.section6 {
    position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/section4-m-bg.jpg");
    color: #fff;
}

@media (min-width: 1200px) {
    .section6 {
        background-image: url("../img/section6-bg.jpg");
    }
}

/*========================================================
                         區塊7
=========================================================*/


.section7 {
    background: linear-gradient(to bottom, #fefefe 0%, #cde9f5 100%);
    color: #000;
}

@media (min-width: 1200px) {
    .section7 {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url("../img/section7-bg.jpg");
    }
}


/*========================================================
                         區塊8
=========================================================*/


.section8 {
    position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/section4-m-bg.jpg");
    color: #fff;
}

@media (min-width: 1200px) {
    .section8 {
        background-image: url("../img/section8-bg.jpg");
    }
}


/*========================================================
                         區塊9
=========================================================*/


.section9 {
    background: linear-gradient(to bottom, #fefefe 0%, #cde9f5 100%);
    color: #000;
}

@media (min-width: 1200px) {
    .section9 {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url("../img/section9-bg.jpg");
    }
}



/*========================================================
                         區塊10
=========================================================*/

.section10 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section10-bg.jpg");
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.section10-info {
    text-align: center;
}


.section10-txt1 {
    max-width: 91px;
}
.section10-txt2 {
    max-width: 213px;
}
.section10-txt3 {
    max-width: 300px;
}
.section10-txt4 {
    max-width: 318px;
}

@media (max-width: 539px) {
    .section10-img>div {
        margin-bottom: 10px;
    }

    .section10-img>div img {
        width: 100%;
    }
}

@media (min-width: 540px) {
    .section10-img {
        display: flex;
    }

    .section10-img>div {
        margin: 0 3px;
    }
}

@media (min-width: 1200px) {
    .section10 {
        padding-top: 170px;
        padding-bottom: 170px;
    }
}

@media (min-width: 1600px) {
    .section10 {
        padding-top: 230px;
        padding-bottom: 230px;
    }
}

/*========================================================
                         區塊11
=========================================================*/

.section11 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section11-bg.jpg");
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.section11 .container {
    max-width: 1200px;
}

.section11-info {
    text-align: center;
}

.section11-info p {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 40px;
    margin-bottom: 30px;
}

.section11-info p span {
    color: #F7EBB0;
}

.section11-info h3 img {
    max-width: 70%;
}

.section11-info p img {
    max-width: 100%;
}

@media (min-width: 480px) {
    .section11-info p {
        font-size: 1.2rem;
    }
}

@media (min-width: 640px) {
    .section11-info p {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .section11-info p {
        font-size: 1.5rem;
        line-height: 46px;
    }
}

@media (min-width: 1600px) {
    .section11 {
        padding-top: 230px;
        padding-bottom: 230px;
    }

    .section11-info p {
        font-size: 1.8rem;
        line-height: 54px;
    }
}


/* 表單設定 */
.form-control {
    height: calc(2.68rem + 2px);
    color: #383435 !important;
    font-weight: bold;
}

::placeholder {
    color: #383435 !important;
    font-weight: bold;
    opacity: 1 !important;
}

::-ms-input-placeholder {
    color: #383435 !important;
    font-weight: bold;
}

.check-box .btn {
    background-color: #eaeaea;
    width: 100%;
    text-align: center;
    color: #575757;
    font-weight: bold;
    cursor: pointer;
}

.check-box .btn:hover,
.check-box .btn:focus {
    background-color: #171C61;
    color: #fff;
}

.custom-control-label a {
    text-decoration: underline;
    color: #fff;
}

.custom-control-label a:hover {
    text-decoration: none;
}

.custom-control-label::before {
    top: 0.5rem;
}

.custom-control-label::after {
    top: 0.5rem;
}



/*========================================================
                         區塊12
=========================================================*/

.section12-map iframe {
    width: 100% !important;
    height: 400px !important;
    margin-bottom: -10px;
}

.section12-map {
    text-align: center;
}

@media (min-width: 768px) {
    .section12-map iframe {
        height: 520px !important;
    }
}

@media (min-width: 1600px) {
    .section12-map iframe {
        height: 640px !important;
    }
}


/*========================================================
                         左側選單
=========================================================*/

.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
    overflow: hidden;

}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #1b74b3;
    border-color: #1b74b3;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
}

.icon_li_img {
    max-width: 50px;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
}

.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon {
    animation: go 3s linear infinite;
}

@keyframes go {
    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(-5deg);
    }

    50%,
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 991.98px) {
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }

    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }

    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }

    .icon_Community_ul .icon_name {
        font-size: 0.8rem;
        padding-top: 5px;
    }

    .icon_img {
        display: block;
        background-color: #1b74b3;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 13px 10px 7px;
        text-decoration: none;
    }

    .icon_Community a {
        color: #fff;
        text-decoration: none;
    }

    .icon_Community a img {
        display: block;
        margin: 0 auto;
        width: 22px;
    }

    .icon_Community a:hover {
        background-color: #015e94;
    }

    .icon_Community a:hover img {
        animation: go 3s linear infinite;
    }
}

@media (min-width: 992px) {
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 92px;
        z-index: 9998;
        pointer-events: none;
    }

    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }

    .icon_img {
        background-color: #015e94;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon_img.active {
        width: 142px;
    }

    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }

    .icon_img:hover {
        text-decoration: none;
        width: 142px;
    }

    .icon_img:before {
        opacity: 0;

    }

    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .icon_img:hover .icon {
        text-decoration: none;
    }

    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }

    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}


/*========================================================
                         快速選單
=========================================================*/

.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #294b62;
    text-align: center;
}

.quick-btn [class*="col-"] {
    border-right: 1px solid #fff;
}

.quick-btn [class*="col-"]:last-child {
    border-right: none;
}

.quick-btn [class*="col-"] a {
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 8px;
    border-left: none;
    text-decoration: none;
    font-size: 0.9rem;
}

.quick-btn [class*="col-"]:hover {
    background-color: #6e99af;
}

.quick-btn [class*="col-"] a i {
    display: block;
}


.quick-modal {
    text-align: center;
    padding: 50px 60px;
}

.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #006263;
    font-weight: bold;
    margin-bottom: 30px;
}

.quick-modal h2 {
    font-size: 1rem;
    font-weight: bold;
}

.quick-modal p {
    font-size: 1.4rem;
    font-weight: bold;
}

.quick-modal .btn {
    width: 100%;
    min-width: 240px;
    background-color: #006263;
    border-color: #2cb1a6;

}

.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}

.quick-modal .btn:hover {
    background-color: #2cb1a6;
    border-color: #006263;
}

#modal1 i {
    transform: rotate(0deg);
}

@media (min-width: 992px) {
    .quick-btn {
        display: none;
    }
}



/*========================================================
                         隱私權聲明
=========================================================*/

.fancybox-container {
    z-index: 9999999;
}

.modal-body {
    overflow-y: auto;
    padding: 20px;
}

.modal-header {
    border-bottom: none;
}

.modal-body h2 {
    text-align: center;
    margin-bottom: 20px;
}

.modal-body p span {
    font-weight: bold;
    font-size: 1.1rem;
}

.modal-dialog {
    margin-bottom: 80px;
}

@media (min-width:576px) {
    .modal-body {
        padding: 20px 40px;
    }

    .modal-dialog {
        max-width: 1000px;
    }
}

@media (min-width:1024px) {
    .modal-body {
        padding: 20px 80px;
    }

    .modal-dialog {
        max-width: 1200px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .fancybox-content {
        max-width: 80%;
    }
}