
@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;
}


/*========================================================
                         共用版型設定
=========================================================*/

body > div > div {
    margin-bottom: 40px;
}
@media (max-width: 639px) {
    body > div > div {
        margin-bottom: 20px;
    }
}


/* 電腦版,手機版關開設定 */
.pc-wrap {
    position: relative;
    display: none;
}
.m-wrap {
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .pc-wrap {
        display: block;
    }
    .m-wrap {
        display: none;
    }
}

/* 定位統一設定 */
.pos-style1 {
    position: relative;
    z-index: 1;
}
.pos-style2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pos-style3 {
    position: absolute;
    right: 20px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    text-shadow: 0 0 5px #000;
}
.pos-style4 {
    position: absolute;
    left: 20px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
    text-shadow: 0 0 5px #000;
}
.pos-style5 {
    position: absolute;
    right: 30px;
    bottom: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
    text-shadow: 0 0 5px #000;
}
.pos-style6 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 20px;
}
.pos-style6 span {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 4px;
    margin-left: -2px;
}


@media (min-width: 992px) {
    .pos-style3 {
        right: 30px;
        bottom: 20px;
        font-size: 1.1rem;
    }
    .pos-style4 {
        left: 30px;
        bottom: 20px;
        font-size: 1rem;
    }
    .pos-style5 {
        right: 30px;
        bottom: 10px;
        font-size: 1rem;
    }
    .pos-style6 {
        left: 20px;
        bottom: 20px;
        font-size: 0.9rem;
    }
    .pos-style6 span {
        font-size: 1.2rem;
    }
}



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

.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);
    }
}



/*========================================================
                         panorama360
=========================================================*/

.panorama_block { 
    position: relative;
}

.panorama_cover { 
    position: absolute; 
    z-index: 99; 
    background-color: rgba(0,0,0,0.3); 
    color: #fff; 
    width: 100%; 
    height: 100%; 
    padding-top: 30vh; 
    text-align: center;
}
@media (min-width: 992px) {
	.panorama_cover{ 
        display: none;
    }
}
/*.panorama_block {
	position: relative;
}
.panorama_cover {
	position: absolute;
	z-index: 99;
	background-color: rgba(000,000,000,0.5);
	color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 20vh;
	text-align: center;
}
.panorama{
	height: 60vh;
}
@media (min-width:992px) {
	.panorama_cover {
		padding-top: 40%;
	}
	.panorama{
		height: 90vh;
	}
}*/


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

.section1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section1.pc-wrap {
    background-image: url("../img/section1-pc2-bg.jpg");
}
.section1.m-wrap {
    position: relative;
    background-image: url("../img/section1-m2-bg.jpg");
}



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

/*
.section2 {
    padding: 0;
	position: relative;
}
.section2 img {
    vertical-align: middle;
    width: 100%;
}
.section2 #section2-inner {
    white-space: nowrap;
    overflow: auto;
}
.section2 #section2-txt {
    position: absolute;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background-color: #000;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    bottom: 20px;
    display: none;
    line-height: 20px;
}
.section2 #section2-txt .text-cente {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.section2 #section2-img {
    width: 100%;
}

.section2 .pic {
	position: relative;
}

@media (max-width: 991px) {
    .section2 #section2-txt {
        opacity: 1;
        display: block;
        top: auto;
        bottom: 20px;
    } 
    .section2 #section2-img {
        width: 1000px;
        opacity: 1;
    }
}
*/



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


.section3 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section3-pc-bg.jpg");
    padding-top: 40vh;
    color: #fff;
}
.section3 img {
    width: 100%;
}
.section3-img {
    position: relative;
}
.section3-img .img1 {
    position: relative;
    z-index: 2;
}
.section3-img .img2 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.section3-info {
}
.section3-info h3 {
    font-family: 'Noto Serif TC', serif;
    font-size: 2.4rem;
    font-weight: bold;
}
.section3-info p {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
}

@media (max-width: 639px) {
    .section3 {
        padding: 10vh 30px 5vh 30px;
        
    }
    .section3-info {
        margin-bottom: 30px;
    }
    .section3-info h3 {
        font-size: 1.8rem;
        text-shadow: 1px 1px 5px #000;
    }
    .section3-info p {
        font-size: 1rem;
        text-shadow: 1px 1px 5px #000;
    }
}
@media (min-width: 640px) and (max-width: 991px) {
    .section3 {
        padding: 10vh 60px 5vh 60px;
    }
    .section3-info {
        margin-bottom: 30px;
    }
    .section3-info h3 {
        font-size: 1.8rem;
        text-shadow: 1px 1px 5px #000;
    }
    .section3-info p {
        font-size: 1rem;
        text-shadow: 1px 1px 5px #000;
    }
}
@media (min-width: 992px) {
    .section3 {
        padding-top: 30vh;
    }
    .section3-info {
        padding-left: 10%;
    }
    .section3-info h3 {
        font-size: 1.8rem;
    }
    .section3-info p {
        font-size: 1rem;
        padding-left: 140px;
    }
}
@media (min-width: 1200px) {
    .section3 {
        padding-top: 40vh;
    }
    .section3-info {
        padding-left: 10%;
    }
    .section3-info h3 {
        font-size: 2rem;
    }
    .section3-info p {
        font-size: 1.1rem;
        padding-left: 160px;
    }
}
@media (min-width: 1600px) {
    .section3-info {
        padding-left: 20%;
    }
    .section3-info h3 {
        font-size: 2.4rem;
    }
    .section3-info p {
        font-size: 1.2rem;
        padding-left: 200px;
    }
}

/*========================================================
                         區塊4
=========================================================*/


.section4 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.section4-inner {
    position: relative;
    z-index: 5;
}

.section4 img {
    width: 100%;
}

.section4-img {
    padding: 5vh 30px 5vh 30px;
}
.section4-img [class*="col-"] {
    margin: 0.5rem 0;
}

.section4-info h3 {
    font-family: 'Noto Serif TC', serif;
    color: #49809d;
    font-size: 1.6rem;
    font-weight: bold;
}
.section4-info p {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
}

@media  (max-width: 991px) {
    .section4-info {
        padding: 10% 0 0 30px;
    }
    .section4-bg1 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 40vw;
    }
    .section4-bg2 {
        position: absolute;
        right: 10%;
        bottom: -5vh;
        z-index: 6;
        width: 24vw;
    }
}
@media (min-width: 992px) {
    .section4-img {
        padding: 16.7vh 2.8vw 7vh 4.3vw;
    }
    .section4-img [class*="col-"] {
        margin: 1rem 0;
    }
    .section4-bg1 {
        position: absolute;
        left: -3vw;
        top: -3vh;
        z-index: 1;
        width: 45vw;
    }
    .section4-bg2 {
        position: absolute;
        left: 52%;
        transform: translateX(-52%);
        bottom: 80px;
        z-index: 6;
        width: 12.5vw;
    }
    .section4-info {
        padding: 14% 0 0 20%;
    }
    .section4-info h3 {
        font-size: 1.8rem;
    }
    .section4-info p {
        font-size: 1rem;
        padding-left: 0px;
    }
}
@media (min-width: 1200px) {
    .section4-info {
        padding: 16% 0 0 24%;
    }
    .section4-info h3 {
        font-size: 2rem;
    }
    .section4-info p {
        font-size: 1.1rem;
        padding-left: 0px;
    }
}
@media (min-width: 1600px) {
    .section4-info {
        padding: 14% 0 0 26%;
    }
    .section4-info h3 {
        font-size: 2.4rem;
    }
    .section4-info p {
        font-size: 1.2rem;
        padding-left: 120px;
    }
}
@media (min-width: 1800px) {
    .section4-info {
        padding-left: 32%;
    }
}


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

.section5 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.section5 img {
    width: 100%;
}

.section5 .img1 {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.section5 .img5 {
    position: absolute;
    z-index: 3;
}

.section5-info {
    position: relative;
    z-index: 2;
    left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section5-info h3 {
    font-family: 'Noto Serif TC', serif;
    color: #49809d;
    font-size: 1.6rem;
    font-weight: bold;
}
.section5-info p {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
}

@media  (max-width: 575px) {
    .section5 .img5 {
        width: 130px;
        right: 20px;
        bottom: 10px;
        z-index: 1;
    }
}
@media  (max-width: 991px) {
    .section5 .img2, .section5 .img3, .section5 .img4 {
        width: 100%;
        object-fit: cover;
        object-position: center center;
        height: 140px;
    }
    .section5 .img3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media  (min-width: 576px) and (max-width: 991px) {
    .section5 .img2, .section5 .img3, .section5 .img4 {
        height: 200px;
    }
    .section5-info {
        left: 45%;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .section5 .img5 {
        width: 30vw;
        left: 10%;
        top: 40px;
        display: block;
    }
}

@media (min-width: 992px) {
    .section5 .col-lg-8 {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
        max-width: 64%;
    }
    .section5 .col-lg-4 {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }
    .section5 .img1 {
        height: 402px;
    }
    .section5 .img5 {
        width: 27vw;
        top: -15%;
        left: 5%;
        display: block;
    }
    .section5-info {
        left: 40%;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .section5-info h3 {
        font-size: 1.8rem;
    }
    .section5-info p {
        font-size: 1rem;
        padding-left: 200px;
    }
}
@media (min-width: 1200px) {
    .section5 .img1 {
        height: 498px;
    }
    .section5 .img5 {
        width: 25vw;
        top: -22%;
        left: 10%;
    }
    .section5-info {
        left: 42%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section5-info h3 {
        font-size: 2rem;
    }
    .section5-info p {
        font-size: 1.1rem;
        padding-left: 226px;
    }
}
@media (min-width: 1366px) {
    .section5 .img1 {
        height: 538px;
    }
}
@media (min-width: 1600px) {
    .section5 .img1 {
        height: 657px;
    }
    .section5 .img5 {
        width: 23vw;
        top: -25%;
        left: 15%;
    }
    .section5-info {
        left: 48%;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section5-info h3 {
        font-size: 2.4rem;
    }
    .section5-info p {
        font-size: 1.2rem;
        padding-left: 270px;
    }
}
@media (min-width: 1800px) {
    .section5 .img1 {
        height: 759px;
    }
    .section5 .img5 {
        top: -30%;
    }
}



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




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

.section7 {
    position: relative;
}

.pc-wrap .section7-info {
    position: absolute;
    left: 70%;
    top: 30vh;
    z-index: 5;
}
.m-wrap .section7-info {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-image: url("../img/section7-m-p02.jpg");
    background-color: #fff;
}
.m-wrap .section7-info-inner {
    padding: 160px 30px 40px 30px;
}

.section7-info .f1  {
    position: relative;
    left: 0;
    font-family: 'Noto Serif TC', serif;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    color: #808080;
}
.section7-info .f1 span {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 10px;
    background-color: #94bbc9;
    
}
.section7-info .img1 img {
    position: absolute;
    left: 65%;
    bottom: 140px;
    width: 100px;
    height: auto;
    z-index: 6;
}

.section7-info h3 {
    font-family: 'Noto Serif TC', serif;
    color: #49809d;
    font-size: 1.6rem;
    font-weight: bold;
}
.section7-info h4 {
    margin-top: 10px;
    font-size: 1.1rem;
}
.section7-info p {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 24px;
}


@media (min-width: 576px) {
    .m-wrap .section7-info-inner {
        padding: 240px 80px 80px 80px;
    }
    .section7-info .f1  {
        font-size: 1rem;
    }
    .section7-info h3 {
        font-size: 2rem;
    }
    .section7-info h4 {
        margin-top: 20px;
        font-size: 1.2rem;
    }
    .section7-info p {
        font-size: 1.1rem;
        line-height: 28px;
    }
    .section7-info .img1 img {
        left: 70%;
        bottom: 120px;
        width: 150px;
    }
}

@media (min-width: 768px) {
    .m-wrap .section7-info-inner {
        padding: 300px 120px 100px 120px;
    }
    .section7-info h3 {
        font-size: 2rem;
    }
    .section7-info h4 {
        margin-top: 20px;
        font-size: 1.2rem;
    }
    .section7-info p {
        font-size: 1.1rem;
        line-height: 28px;
    }
}



@media (min-width: 992px) {
    .pc-wrap .section7-info {
        left: 63%;
        top: 15vh;
    }
    .section7-info h3 {
        font-size: 1.4rem;
    }
    .section7-info h4 {
        margin-top: 0px;
        font-size: 1rem;
    }
    .section7-info p {
        font-size: 0.9rem;
        line-height: 22px;
    }
    .section7-info .f1  {
        left: -10px;
        font-size: 0.9rem;
    }
    .section7-info .f1 span {
        width: 20px;
        height: 8px;
    }
    .section7-info .img1 img {
        left: -140px;
        bottom: 20px;
        width: 120px;
    }
}
@media (min-width: 1200px) {
    .pc-wrap .section7-info {
        left: 65%;
        top: 20vh;
    }
    .section7-info h3 {
        font-size: 1.8rem;
    }
    .section7-info h4 {
        margin-top: 10px;
        font-size: 1.3rem;
    }
    .section7-info p {
        font-size: 1rem;
        line-height: 24px;
    }
    .section7-info .f1  {
        left: -30px;
        font-size: 1.1rem;
    }
    .section7-info .f1 span {
        width: 40px;
        height: 12px;
    }
    .section7-info .img1 img {
        left: -220px;
        bottom: 0;
        width: 190px;
    }
}
@media (min-width: 1300px) {
    .pc-wrap .section7-info {
        left: 65%;
        top: 30vh;
    }
}
@media (min-width: 1600px) {
   .pc-wrap .section7-info {
        left: 67%;
        top: 25vh;
    }
    .section7-info h3 {
        font-size: 2.2rem;
    }
    .section7-info h4 {
        margin-top: 30px;
        font-size: 1.6rem;
    }
    .section7-info p {
        font-size: 1.1rem;
        line-height: 32px;
    }
    .section7-info .f1  {
        font-size: 1.2rem;
    }
    .section7-info .f1 span {
        width: 60px;
        height: 16px;
    }
    .section7-info .img1 img {
        left: -320px;
        bottom: 0;
        width: 276px;
    }
}
@media (min-width: 1800px) {
   .pc-wrap .section7-info {
        left: 68%;
        top: 32vh;
    }
    .section7-info h3 {
        font-size: 2.4rem;
    }
    .section7-info h4 {
        margin-top: 30px;
        font-size: 1.7rem;
    }
    .section7-info p {
        font-size: 1.2rem;
    }
    .section7-info .f1  {
        font-size: 1.4rem;
    }
    .section7-info .f1 span {
        width: 60px;
        height: 16px;
    }
    .section7-info .img1 img {
        left: -320px;
        bottom: 0;
        width: 276px;
    }
}


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

.section8 {
    position: relative;
}

.section8.m-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section8-m-bg.jpg");
    color: #fff;
}
.section8.m-wrap .section8-info {
    text-align: center;
    padding-top: 6vh;
    padding-bottom: 2vh;

}
.section8.m-wrap .section8-info img {
    max-width: 300px;
}


.section8-info h3 {
    font-family: 'Noto Serif TC', serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2rem;
}
.section8-info p {
    font-size: 1rem;
    font-weight: normal;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section8 .img1 {
        left: -80px;
    }
    .section8 .img2 {
        left: -30px;
        top: -40px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .section8 .img1 {
        left: -80px;
    }
    .section8 .img2 {
        left: -30px;
        top: -40px;
    }
}

@media (min-width: 992px) {
    .section8-info {
        position: absolute;
        right: 8%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        color: #fff;
    }
    .section8-info > img {
        width: 240px;
    }
    .section8-info h3 {
        font-size: 1.8rem;
    }
    .section8-info p {
        text-align: left;
        font-size: 0.9rem;
    }
}
@media (min-width: 1200px) {
    .section8-info {
        right: 7%;
    }
    .section8-info > img {
        width: 280px;
    }
    .section8-info h3 {
        font-size: 2rem;
    }
    .section8-info p {
        font-size: 1.1rem;
    }
}
@media (min-width: 1600px) {
    .section8-info {
        right: 5%;
    }
    .section8-info h3 {
        font-size: 2.4rem;
    }
    .section8-info p {
        font-size: 1.2rem;
    }
}
@media (min-width: 1800px) {
    .section8-info {
        right: 7%;
    }
    .section8-info > img {
        width: 300px;
    }
}




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

.section9 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section9-pc-bg.jpg");
    overflow: hidden;
}
.section9-info {
    padding: 8vh 0 16vh 40px;
}
.section9-info h3 {
    font-family: 'Noto Serif TC', serif;
    color: #49809d;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.section9-info p {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
}
.section9-img .img2 {
    position: absolute;
    right: 10%;
    bottom: 70%;
    width: 100px;
    height: auto;
    z-index: 6;
}
.section9-img .img3 {
    position: absolute;
    left: 70%;
    bottom: 240px;
    width: 41px;
    height: auto;
    z-index: 6;
}
.section9-img .img4 {
    position: absolute;
    left: 80%;
    bottom: 200px;
    width: 36px;
    height: auto;
    z-index: 6;
}
.section9-img .img5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: auto;
    z-index: 6;
}
.section9-img .img6 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: auto;
    z-index: 6;
}


@media (min-width: 576px) {
    .section9-info {
        padding: 8vh 0 14vh 140px;
    }
    .section9-info h3 {
        font-size: 1.8rem;
    }
    .section9-info p {
        font-size: 1rem;
        padding-left: 0px;
        margin-bottom: 0.5rem;
    }
    .section9-img .img2 {
        right: 10%;
        bottom: 60%;
        width: 180px;
    }
    .section9-img .img3 {
        left: 70%;
        bottom: 240px;
        width: 41px;
    }
    .section9-img .img4 {
        left: 80%;
        bottom: 200px;
        width: 36px;
    }
    .section9-img .img5 {
        left: 0;
        bottom: 0;
        width: 200px;
    }
    .section9-img .img6 {
        right: 0;
        bottom: 0;
        width: 300px;
    }
}

@media (min-width: 992px) {
    .section9-info {
        padding: 5vh 0 0 40px;
    }
    .section9-info h3 {
        font-size: 1.8rem;
    }
    .section9-info p {
        font-size: 1rem;
        padding-left: 0px;
        margin-bottom: 0.5rem;
    }
    .section9-img .img2 {
        right: 6%;
        bottom: 80px;
        width: 180px;
    }
    .section9-img .img3 {
        left: 25%;
        bottom: 240px;
        width: 41px;
    }
    .section9-img .img4 {
        left: 28%;
        bottom: 200px;
        width: 36px;
    }
    .section9-img .img5 {
        left: 0;
        bottom: 0;
        width: 140px;
    }
    .section9-img .img6 {
        right: auto;
        left: 23%;
        bottom: 0;
        width: 240px;
    }
}
@media (min-width: 1200px) {
    .section9-info {
        padding: 5vh 0 0 40px;
    }
    .section9-info h3 {
        font-size: 2rem;
    }
    .section9-info p {
        font-size: 1.1rem;
        padding-left: 0px;
        margin-bottom: 1rem;
    }
    .section9-img .img2 {
        right: 6%;
        bottom: 80px;
        width: 240px;
    }
    .section9-img .img3 {
        left: 25%;
        bottom: 240px;
        width: 41px;
    }
    .section9-img .img4 {
        left: 28%;
        bottom: 200px;
        width: 36px;
    }
    .section9-img .img5 {
        left: 0;
        bottom: 60px;
        width: 240px;
    }
    .section9-img .img6 {
        left: 18%;
        bottom: 0;
        width: 400px;
    }
}
@media (min-width: 1600px) {
    .section9-info {
        padding: 10vh 0 0 60px;
    }
    .section9-info h3 {
        font-size: 2.4rem;
    }
    .section9-info p {
        font-size: 1.2rem;
        padding-left: 80px;
    }
    .section9-img .img2 {
        right: 5%;
        bottom: 120px;
        width: 280px;
    }
    .section9-img .img3 {
        left: 22%;
        bottom: 360px;
        width: 61px;
    }
    .section9-img .img4 {
        left: 25%;
        bottom: 300px;
        width: 56px;
    }
    .section9-img .img5 {
        left: -10px;
        bottom: 100px;
        width: 320px;
    }
    .section9-img .img6 {
        left: 18%;
        bottom: -10px;
        width: 540px;
    }
}
@media (min-width: 1800px) {
    .section9-info {
        padding: 15vh 0 0 100px;
    }
}


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

.section10 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section10-pc-bg.jpg");
    overflow: hidden;
}
.section10-info {
    padding: 6vh 0 4vh 40px;
}
.section10-info h3 {
    font-family: 'Noto Serif TC', serif;
    color: #49809d;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.section10-info h3 span {
    font-family: 'Noto Serif SC', serif;
}
.section10-info p {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
}

.section10-img .img2 {
    position: absolute;
    right: 70%;
    bottom: 15vh;
    width: 80px;
    height: auto;
    z-index: 6;
}
.section10-img .img3 {
    position: absolute;
    right: 13%;
    bottom: 16vh;
    width: 60px;
    height: auto;
    z-index: 6;
}
.section10-img .img4 {
    position: absolute;
    right: 10%;
    bottom: 14vh;
    width: 80px;
    height: auto;
    z-index: 5;
}

.section10-img2 {
    position: relative;
    padding: 0 10px 5vh;
}
.section10-img2 > .row img {
    position: relative;
    z-index: 7;
}
.section10-img2 .img5 {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 140px;
    height: auto;
    z-index: 6;
    display: none;
}


@media (min-width: 576px) {
    .section10-info {
        padding: 8vh 0 8vh 60px;
    }
    .section10-info h3 {
        font-size: 1.8rem;
    }
    .section10-info p {
        font-size: 1rem;
        padding-left: 80px;
    }
    .section10-img .img2 {
        right: 70%;
        bottom: 20vh;
        width: 140px;
    }
    .section10-img .img3 {
        right: 13%;
        bottom: 10vh;
        width: 130px;
    }
    .section10-img .img4 {
        right: 10%;
        bottom: 7vh;
        width: 180px;
    }
    .section10-img2 {
        padding: 0 30px 5vh;
    }
}

@media (min-width: 992px) {
    .section10-info {
        padding: 8vh 0 8vh 60px;
    }
    .section10-info h3 {
        font-size: 1.8rem;
    }
    .section10-info p {
        font-size: 1rem;
        padding-left: 80px;
    }
    .section10-img .img2 {
        right: 44vw;
        bottom: 22vh;
        width: 140px;
    }
    .section10-img .img3 {
        right: 17%;
        bottom: 10vh;
        width: 150px;
    }
    .section10-img .img4 {
        right: 14%;
        bottom: 7vh;
        width: 190px;
    }
    .section10-img2 {
        padding: 15vh 0 0 30px;
    }
    .section10-img2 .img5 {
        width: 320px;
        display: block;
    }
}
@media (min-width: 1200px) {
    .section10-info {
        padding: 8vh 0 10vh 100px;
    }
    .section10-info h3 {
        font-size: 2rem;
    }
    .section10-info p {
        font-size: 1.1rem;
        padding-left: 80px;
    }
    .section10-img .img2 {
        right: 44vw;
        bottom: 24vh;
        width: 180px;
    }
    .section10-img .img3 {
        right: 13%;
        bottom: 10vh;
        width: 200px;
    }
    .section10-img .img4 {
        right: 11%;
        bottom: 7vh;
        width: 250px;
    }
    .section10-img2 {
        padding: 15vh 0 0 30px;
    }
    .section10-img2 .img5 {
        width: 420px;
    }
}
@media (min-width: 1600px) {
    .section10-info {
        padding: 10vh 0 14vh 200px;
    }
    .section10-info h3 {
        font-size: 2.4rem;
    }
    .section10-info p {
        font-size: 1.2rem;
        padding-left: 80px;
    }
    .section10-img .img2 {
        right: 44vw;
        bottom: 30vh;
        width: 225px;
    }
    .section10-img .img3 {
        right: 10%;
        bottom: 10vh;
        width: 240px;
    }
    .section10-img .img4 {
        right: 9.5%;
        bottom: 7vh;
        width: 290px;
    }
    .section10-img2 {
        padding: 15vh 0 0 30px;
    }
    .section10-img2 .img5 {
        width: 620px;
    }

}
@media (min-width: 1800px) {
    .section10-info {
        padding: 10vh 0 14vh 200px;
    }
    .section10-img2 {
        padding: 30vh 0 0 30px;
    }
}




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

.section11 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section11-pc-bg.jpg");
    padding: 10vh 0;

}


.section11-1 > div > p {
    font-size: 1.1rem;
}
.section11-1a [class*="col-"]{
    padding-top: 3vh;
}

.section11-1a [class*="col-"] > div {
    background: url("../img/section11-pc-p04.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 40px;
}
.section11-1a [class*="col-"] > div h4 {
    font-family: 'Noto Serif TC', serif;
    color: #003D7E;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
}
.section11-1a [class*="col-"] > div h5 {
    font-family: 'Noto Serif TC', serif;
    color: #003D7E;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding-right: 10px;
    margin-bottom: 20px;
}

.section11-2 {
    background: url("../img/section11-pc-p12.png") no-repeat center center;
    background-size: 150% 100%;
    margin-top: 20px;
    padding: 60px 30px 20px 30px;
}
.section11-2 > div:first-of-type {
    display: flex;
    justify-content: space-between;
}

.section11-2a {
    position: relative;
    min-height: 120px;
    margin-bottom: 30px;
    padding-left: 120px;
}
.section11-2a > div {
    position: absolute;
    top: 0px;
    left: -60px;
    z-index: 2;
}
.section11-2a > div img {
    width: 160px;
}
.section11-2a h4 {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
}


@media (max-width: 991px) {
    .section11-1 {
        padding-left: 5vw;
        padding-right: 5vw;
    }

}
@media (min-width: 576px) {
    .section11-2 {
        margin-top: 40px;
        padding: 80px 30px 40px 30px;
    }
    .section11-2a {
        min-height: 100px;
        margin-bottom: 20px;
        padding-left: 220px;
    }
    .section11-2a > div {
        top: -10px;
        left: -30px;
    }
    .section11-2a > div img {
        width: 200px;
    }
}
@media (min-width: 768px) {
    .section11-2 {
        margin-top: 40px;
        padding: 80px 60px 40px 60px;
    }
    .section11-2a {
        min-height: 120px;
        margin-bottom: 40px;
        padding-left: 240px;
    }
    .section11-2a > div {
        top: -10px;
        left: -60px;
    }
    .section11-2a > div img {
        width: 260px;
    }
}
@media (min-width: 992px) {
    .section11-1 > div:first-of-type {
        margin: 0 3rem;
        padding: 0 3rem;
    }
    .section11-2 {
        padding: 80px 80px 40px 80px;
    }
}
@media (min-width: 1200px) {
    .section11 {
        padding: 10vh 4vw 10vh 0;
    }
    .section11-1 > div:first-of-type {
        margin: 0;
        padding: 0;
    }
    .section11-1a [class*="col-"]{
        padding-top: 5vh;
    }
    .section11-1a [class*="col-"] > div {
        padding: 30px;
    }
    .section11-2 {
        background: url("../img/section11-pc-p12.png") no-repeat center center;
        background-size: 100% 100%;
        margin-top: 0;
        padding: 80px 80px 20px 50px;
    }
    .section11-2a {
        position: relative;
        min-height: 140px;
        margin-bottom: 10px;
        padding-left: 160px;
    }
    .section11-2a > div {
        top: -10px;
        left: -100px;
    }
    .section11-2a > div img {
        width: 240px;
    }
}
@media (min-width: 1600px) {
    .section11-1 > div:first-of-type {
        margin: 0 3rem;
        padding: 0 3rem;
    }
    .section11-1 > div > p {
        font-size: 1.2rem;
    }
    .section11-1a [class*="col-"]:nth-of-type(1){
        padding-left: 5%;
    }
    .section11-1a [class*="col-"]:nth-of-type(2){
        padding-right: 5%;
    }
    .section11-1a [class*="col-"] > div {
        padding: 40px;
    }
    .section11-2 {
        margin-top: 20px;
        padding: 80px 80px 20px 50px;
    }
    .section11-2 > div:first-of-type {
        justify-content: space-between;
    }
    .section11-2a {
        min-height: 140px;
        margin-bottom: 40px;
        padding-left: 0px;
    }
    .section11-2a > div {
        top: 0px;
        left: -240px;
    }
    .section11-2a > div img {
        width: 220px;
    }
    .section11-2a h4 {
        color: #000;
        font-size: 1.4rem;
        font-weight: bold;
        padding-right: 10px;
    }

}
@media (min-width: 1800px) {
    .section11-1a [class*="col-"]:nth-of-type(1){
        padding-left: 10%;
    }
    .section11-1a [class*="col-"]:nth-of-type(2){
        padding-right: 10%;
    }
    .section11-2 {
        margin-top: 60px;
        padding: 100px 100px 40px 60px;
    }
    .section11-2a {
        min-height: 140px;
        margin-bottom: 40px;
    }
    .section11-2a > div {
        top: 0px;
        left: -260px;
    }
    .section11-2a > div img {
        width: 240px;
    }
}

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

.section12 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section12-pc-bg.jpg");
    overflow: hidden;
    padding: 10%;
}

.section12-info {
    text-align: left;
    padding: 0;
}
.section12-info h3 {
    font-family: 'Noto Serif TC', serif;
    color: #49809d;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.section12-info p {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}


.section12-img .item {
    padding: 10px;
}
.section12-img .item {
    padding: 15px 10px 0;
    min-height: 120px;
}
.section12-img [class*="col-"] .item {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.section12-img [class*="col-"]:nth-of-type(3n+1) .item {
    border-left: none;
}
.section12-img [class*="col-"]:nth-of-type(n+7) .item {
    border-bottom: none;
}
.section12-img .item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.section12-img .item p {
    text-align: center;
    font-size: 0.7rem;
    line-height: 20px;
    margin: 0;
}

@media (min-width: 576px) {
    .section12-img .item {
        min-height: 130px;
    }
    .section12-img .item p {
        font-size: 0.8rem;
    }
}
@media (min-width: 768px) {
    .section12-img .item {
        min-height: 144px;
    }
}
@media (min-width: 992px) {
    .section12 {
        padding: 6% 4%;
    }
    .section12-info {
        text-align: right;
        padding: 8vh 20px 0 0;
    }
    .section12-info h3 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    .section12-info p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .section12-img .item {
        min-height: 134px;
    }
}
@media (min-width: 1200px) {
    .section12 {
        padding: 6%;
    }
    .section12-info {
        padding: 10vh 40px 0 0;
    }
    .section12-info h3 {
        font-size: 2rem;
    }
    .section12-info p {
        font-size: 1.1rem;
    }
    .section12-img .item {
        min-height: 154px;
    }
    .section12-img .item p {
        font-size: 1rem;
    }
}
@media (min-width: 1600px) {
    .section12 {
        padding: 8%;
    }
    .section12-info {
        padding: 12vh 60px 0 0;
    }
    .section12-info h3 {
        font-size: 2.4rem;
    }
    .section12-info p {
        font-size: 1.2rem;
    }
    .section12-img .item {
        min-height: 194px;
    }
}
@media (min-width: 1800px) {
    .section12 {
        padding: 10%;
    }
    .section12-info {
        padding: 16vh 120px 0 0;
    }
    .section12-img .item {
        min-height: 224px;
    }
    
}



/*========================================================
                         區塊13
=========================================================*/

.section13 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../img/section13-m1-bg.jpg");
    overflow: hidden;
    padding-top: 10%;
    padding-bottom: 10%;
}
.section13-img {
    text-align: center;
}
.section13-img img {
    max-width: 65%;
}
.section13-info {
    background-color: rgba(35,24,21,0.57);
    color: #fff;
    padding: 30px;
}
.section13-info h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.section13-info ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.section13-info ul li {
    border-bottom: 1px solid #939494;
    padding: 5px 0;
    font-size: 0.9rem;
}
.section13-info ul li:first-of-type {
    border-top: 1px solid #939494;
}



.el-input {
    position: relative;
    width: 100% !important;
    margin-bottom: 1rem;
}
.el-input label {
	position: absolute;
    color: #666666;
    padding: 8px 15px 0;
}

.form-control {
    background: rgba(255,255,255,1);
    border-radius: 0;
    height: 40px;
	box-shadow: 1px 1px 5px #000;
}

.noline {
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    width: 100%;
    border: none;
    background-color: #7197a5;
    padding: 5px;
    cursor: pointer;
}

#form1 .form-check { 
    color: #fff;    
    text-align: left;
    font-size: 1rem;
}
#form1 .form-check label { 
    display:inline;
}
#form1 .form-check label a { 
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    text-decoration: underline;
}
#form1 .form-check label a:hover{ 
    text-decoration: none;
}


@media (min-width: 992px) {
    .section13 {
        background-image: url("../img/section13-pc1-bg.jpg");
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .section13-img img {
        max-width: 400px;
    }
    .section13-info {
        padding: 50px;
    }
    .section13-info ul li {
        font-size: 1.1rem;
        padding: 9px 0;
    }
    .el-input label {
        padding-top: 6px;
    }
    .form-control {
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .section13-info ul li {
        font-size: 1.2rem;
    }
}


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

.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: #111111;
    border-color: #111111;
}

.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: #0d3b4f;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        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: #0c5983;
 }
 .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: #111111;
        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;}
}
