
@import url("../fonts/flaticon/flaticon.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.h2-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.carousel-indicators {
    bottom: -14px;
}
@media (min-width: 640px) {
	.carousel-indicators {
		bottom: 0px;
	}
}

/*========================================================
                         共同設定
=========================================================*/
.wrapper__bg {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 overflow: hidden;
 z-index: -1;
}


.img-w-b{
	padding: 10px 0;
}

/* 電腦版,手機版關開設定 */
.pc-wp {
    position: relative;
    display: none;
    /*border-bottom: 1px solid #919191;*/
}
.m-wp {
    position: relative;
    display: block;
    /*border-bottom: 1px solid #919191;*/
}



@media (min-width: 992px) {
    .pc-wp {
        display: block;
    }
    .m-wp {
        display: none;
    }
}
/*========================================================
                    區塊1
=========================================================*/
.section1 {
    position: relative;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 40px;
}
.section1-titleBox{
	padding-bottom: 3vh;
}
.section1-titleBox h1{
	font-family: "Playfair Display", serif;
	font-size: 3.5rem;
	padding-bottom: 5vh;
}
.section1-titleBox h1 span{
	font-family: 'Noto Serif TC', serif, 'Noto Sans TC', sans-serif, "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2rem;
    padding-left: 1.5vh;
}

.section1-titleBox h1:before{
	font-weight: bold;
	font-size: 3.5rem;
	padding-bottom: 3vh;
}

.sect-text {
    position: relative;
    display: inline-block;
	padding-bottom: 7.5vh;
	margin-top: 2vh;
}

.sect-text-en {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-0%, -83%);
    font-size: 2.5rem;
    color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    white-space: nowrap;
	font-weight: bold;
}

.sect-text-tw {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    z-index: 2; /* 文字層 */
	letter-spacing: .2rem;
}
.section1-titleBox p{
	font-weight: bold;
	margin: 0 0 2px 0;
}
.index-text-1{
	max-width: 90%;
	padding-top: 1vh;
    padding-bottom: 4vh;
}
.sect-item-img{
	background: #bfbfbf;
    transition: all .5s;
	display: flex;
    flex-direction: column;
    height: 100%; /* 讓它填滿父容器 */
}


.sectItem--img>a,.sectItem--img2>a  {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}




.sectItem--img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 47.4%;
    position: relative;
    transition: all .5s;
	height: 50%
}
.sectItem--img2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
    position: relative;
    transition: all .5s;
	height: 50%
}

.sect-pic-img {
    flex-grow: 1; /* 讓圖片區域撐滿可用空間 */
}
.sectItem--img, .sectItem--img2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.sect-item-img:hover .sect-pic-img a .pic:before {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sect-item-img .sect-pic-img a .pic:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: '';
    display: inline-block;
	/*background: url(../img/link-symbol.png) no-repeat center center;*/
	background-color: rgba(10,10,10,0.7);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 2s;
	z-index: 8;
}
.sect-item-img .sect-pic-img a .pic:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	content: "";
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.isect-mg-title{
	position: absolute;
    z-index: 9;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
    font-weight: bold;
	letter-spacing: .2rem;
}
.sect-item-img:hover .isect-mg-title{
    color: #fff;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
}

@media (max-width: 767.98px) {
	.sectItem--img {
        padding-top: 53%;
    }
	.sectItem--img2 {
        padding-top: 53%;
    }

}
@media (min-width: 1200px) and (max-width: 1599.98px) {
	.section1 {
        padding-top: 20vh;
    }
	
}
@media (min-width: 768px) {
	.section1-titleBox h1{
		font-size: 6rem;
		padding-bottom: 5vh;
	}
	.section1-titleBox h1 span{
		font-size: 3rem;
		letter-spacing: .2rem;
		padding-left: 2.7vh;
	}
	.sect-text-en {
		font-size: 4rem;
	}
	.sect-text-tw {
		font-size: 3rem;
	}
}
@media (min-width: 992px) {
	.index-text-1 {
		padding-bottom: 6vh;
	}
	.section1-titleBox p{
		font-size: 1.2rem;
	}
}
@media (min-width: 1200px) {
	
	.index-text-1 {
		padding-bottom: 2vh;
	}
	.section1-titleBox h1{
		font-size: 4rem;
		padding-bottom: 3vh;
	}
	.section1-titleBox h1 span{
		font-size: 2rem;
	}
	.sect-text {
		padding-bottom: 4.8vh;
	}
	.sect-text-en {
		font-size: 2rem;
	}
	.sect-text-tw {
		font-size: 2rem;
	}
	.section1-titleBox p{
		font-size: 1rem;
	}
	.index-text-1 {
		max-width: 97%;
	}
}

@media (min-width: 1600px) {
	.section1 {
		padding-top: 120px;
	}
	.index-text-1 {
		padding-bottom: 6vh;
	}
	/*.section1-titleBox {
		padding-bottom: 5vh;
	}*/
	.section1-titleBox h1{
		font-size: 6rem;
		padding-bottom: 5vh;
	}
	.section1-titleBox h1 span{
		font-size: 2.5rem;
	}
	.sect-text {
		padding-bottom: 5.5vh;
	}
	.sect-text-en {
		font-size: 3rem;
	}
	.sect-text-tw {
		font-size: 2.2rem;
	}
	.section1-titleBox p{
		font-size: 1.2rem;
	}
	.index-text-1 {
		max-width: 90%;
	}
}
@media (min-width: 1700px) {
	.index-text-1 {
		padding-bottom: 4vh;
	}
	.index-text-1 {
		max-width: 100%;
	}
}
/*========================================================
                     背景特效
=========================================================*/
.section8[data-v-88684262] {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto 0;
    padding: 4vw 0 0;
    z-index: 1;
}
.angle1{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.angle2{
	transform: rotate(336deg);
    left: 0vh;
    padding: 0!important;
    bottom: 0vh;
}
.w1[data-v-88684262] {
    bottom: 4.0416666667vw;
    left: 0;
    width: 100vw;
    z-index: 2;
    height: 13.0208333333vw;
}
.absolute {
    position: absolute!important;
}

.w .wave[data-v-62b6d640] {
    background-image: url(../img/index/line.svg);
    background-size: 50% 100%;
}
.w div[data-v-62b6d640] {
    position: absolute;
    width: 200%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-animation: wave-data-v-62b6d640 15s linear infinite;
    animation: wave-data-v-62b6d640 15s linear infinite;
    -webkit-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
}
.w div[data-v-62b6d640]:nth-child(2) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.w div[data-v-62b6d640]:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.w div[data-v-62b6d640]:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.w div[data-v-62b6d640]:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.w div[data-v-62b6d640]:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.w div[data-v-62b6d640]:nth-child(7) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.w div[data-v-62b6d640]:nth-child(8) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.w div[data-v-62b6d640]:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.w div[data-v-62b6d640]:nth-child(10) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

@-webkit-keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes wave-data-v-62b6d640 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(-25%,-15%) scaleY(.3);
        transform: translate(-25%,-15%) scaleY(.3)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}



/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}
/*========================================================
                         按鈕效果
=========================================================*/

.btn-back{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 45px;
    position: relative;
    transition: all .3s linear;
    float: left;
    margin: 0px auto;
    margin-top: 0px;
    justify-content: center!important;
    /*position: absolute;*/
    top: 30%; 
    left: 50%;
    transform: translate(-50%,30%);
    z-index: 9;
	font-family: 'Noto Serif TC', serif;
}
.btn-back > a{
    position: relative;
    z-index: 1;
	padding: 10px 30px;
	color: #fff;
    border: 1px solid #fff;
}
.btn-1{
	color: #555;
    border: 1px solid #555;
}
.btn-1 > a{
	color: #555;
}

.btn-back::before{
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background-image: linear-gradient(45deg, #db9e4b 0%, #f9dfb7 100%);
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.btn-back > a:hover{
    color: #fff;
	border: 1px solid #f9dfb7;
}
.btn-back:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
@media (min-width: 1200px) {
	.btn-back{
		top: -60%; 
		transform: translate(-50%,-60%);
	}
}
.rd-navbar-static .rd-navbar-dropdown{
	margin-top: 20px!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: #620000;
    border-color: #620000;*/
	background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
}

.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: 1px;
    }
    .icon_img {
        display: block;
        background: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
        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: linear-gradient(to bottom, #9d9d9d 0%, #3f3f3f 100%);
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 22px;
        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: linear-gradient(to bottom, #3f3f3f 0%, #9d9d9d 100%);
        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;
    }
}
