@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: MicrosoftJhengHeiRegular;
	src: url(../fonts/MicrosoftJhengHeiRegular.ttf) format("truetype");
}

#sect1, #sect2, #sect3, #sect4, #sect5
{
	height: 100vh;
	position:relative;
	padding-right:0px;
	padding-left:0px;
}
#sect1
{
	background:url( ../../images/index/block1.jpg?ts=4 );
	background-size: 100% 100vh;
}
#sect2
{
	background:url( ../../images/index/block2.jpg?ts=4 );
	background-size: 100% 100vh;
}
#sect3
{
	background:url( ../../images/index/block3.jpg?ts=4 );
	background-size: 100% 100vh;
}
#sect4
{
	background:url( ../../images/index/block4.jpg?ts=4 );
	background-size: 100% 100vh;
	
	z-index:100;
}
#sect5
{	
	height: 110vh;
	background:url( ../../images/index/block5.jpg?ts=4 );
	background-size: 100% 110vh;
}

.new_sec2
{
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	background-color:#EBEBEB;
	
	justify-content: center;
	align-items: center; 
	
	padding:100px 0px;
}

.new_sec3
{
	position:relative;
	padding-right:0px;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	
	background-color:#fff;
}

.new_sec4
{
	position:relative;
	padding-right:0px;
	padding-left:0px;
	padding-top:20px;
	padding-bottom:20px;
	
	background:url( ../../images/index/block4.jpg?ts=5 );
	
	background-repeat:no-repeat;
	background-size: cover;
    background-position: 50% 50%;
	
	z-index:100;
}

/* sect1 */
.slogan
{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: fit-content;
	height: fit-content;
	
	font-family: GenYoMin-B, SimSun;
	/* color:#2D657B; */
	color:#e4f1f5;
	font-size:24px;
	line-height:4;
	letter-spacing:35px;
	
	z-index:20;
}
.slogan-sign
{
	font-size:20px;
	letter-spacing:15px;
}
.slogan img
{
	vertical-align: 0;
	width:30px;
	margin-bottom:32px;
}



.slogan2
{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: fit-content;
	height: fit-content;
	
	/* color:#2D657B; */
	color:#e4f1f5;
	font-size:12rem;
	font-weight:500;
	line-height:1;
	letter-spacing:38px;
	
	z-index:9;
	
	text-shadow: 0px 0px 4px #707070;
}

.slogan2 span
{
	font-size:1.65rem;
	line-height:1;
	letter-spacing:2px;
}


@keyframes icon{
	0%{
    opacity: 0.8;
		transform: translate(0,0);
	}
	50%{
    opacity: 1;
		transform: translate(5px,15px);
	}
	100%{
    opacity: 0.8;
		transform: translate(0,0);
	}
}
.scroll_icon
{
	width: fit-content;
    height: fit-content;
	
	position:absolute;
	margin:auto;
	bottom:0;
	left:0;
	right:0;
	
	cursor:pointer;
	
	z-index:20;
	
	animation:  icon 2s linear infinite;
}

/* sect2 */
.case_area
{
	font-family: "Noto Serif TC", Times, "Times New Roman", "儷宋 Pro", "LiSong Pro Light", "宋体", SimSun, serif;
	
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: fit-content;
	height: fit-content;
	
	/* color:#2D657B;color:#e4f1f5; */
	color:#fff;
	/* text-shadow: rgba(0,0,0,0.9) 1px 1px 0.5px; */
	text-shadow:0px 0px 4px #707070;
	font-size:20px;
	line-height:4;
	letter-spacing:10px;
	
	z-index:20;
}
.case_area>img
{
	height:30vh;
}
.case_area>div
{
	margin-right:5vw;
}

/* new sect2 */
.col_new_block
{
	width:calc( 50% - 40px );
	margin:0 20px;
}
.sec2_imgAreaContain
{
	width:100%;
	margin:0 auto;
	position:relative;
	/* -webkit-background-size:contain;
	background-size:contain; */
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: center;
	
	overflow:hidden;
}
@media screen and (max-width:767px) {

	.col_new_block
	{
		width:100%;
	}
	.sec2_imgAreaContain
	{
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
}

/* sect3 */
.info_date
{
	color: #075E96;
	font-size:12px;
}
.news-area
{
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height:70vh;
	width: fit-content;
	overflow:hidden;
	
	z-index:20;
}
.news-area>img
{
	margin-left:5vw;
}
.news-area>.news-text
{
	white-space: nowrap;
	
	background: linear-gradient(to bottom, #075E96 0%, #075E96 83px,#000 83px, #000 90%, transparent 100%);
	background: (to bottom, #075E96 0%, #075E96 83px,#000 83px, #000 90%, transparent 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	margin-left:0;
	
	letter-spacing:2px;
	line-height:40px;
	font-size:14px;
	color:#000;
	font-family: MicrosoftJhengHeiRegular, Microsoft JhengHei, sans-serif , serif;
	font-weight:400;
}

/* sect4 */
.classic-area-title
{
	padding:15vw 0 0 5vw;
}
.classic-area-title>img
{
	width:60%;
}
.classic-area-slider
{
	padding:5vw 0 0 0;
}
/* swiper 1 */
.swiper-area
{
	margin-top: 10vw;
}
.swiper1
{
	width: 100%;
}
.swiper-btn
{
	height:100%;
	margin-top:0 !important;
	display: block;
	top:0;
	
	background:rgba( 255, 255, 255, .3 );
}
.swiper-btn:after
{
	content:'';
}
.swiper-btn:focus
{
	outline: -webkit-focus-ring-color auto 0px;
}


/* sect5 */
.contact-area-title
{
	padding:10vw 0 0 3vw;
}
.contact-area-title>img
{
	width:90%;
}
.contact-area
{
	padding:1vw 0 0 0;
}
.opacity_form
{
	opacity:0.7;
	border:0;
	
	padding:12px;
	height:50px;
}


.imgshadow
{
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 6%), 0 1px 5px 0 rgb(0 0 0 / 10%);
}



@media screen and (max-width:768px) {

	.slogan2
	{
		font-size:9rem;
		line-height:1;
		letter-spacing:20px;
	}

	.slogan2 span
	{
		font-size:1.5rem;
		line-height:1.5;
		letter-spacing:1px;
	}
	
}
@media screen and (max-width:600px) {

	.slogan2
	{
		font-size:8rem;
		line-height:1;
		letter-spacing:20px;
	}

	.slogan2 span
	{
		font-size:1.3rem;
		line-height:1.5;
		letter-spacing:1px;
	}
	
}
@media screen and (max-width:500px) {

	.slogan2
	{
		font-size:6.4rem;
		line-height:1;
		letter-spacing:20px;
	}

	.slogan2 span
	{
		font-size:1.2rem;
		line-height:1.5;
		letter-spacing:1px;
	}
	
}

/*--add slider arrow --*/
.index_swiperwidth
{
	width:calc( 100% - 120px );
	margin:0 auto;
}
.block_indexarrow
{
	position: absolute;
	top:45%;
	
	display: flex;
	justify-content: center;
	align-items: center; 
   
	width: 45px;
    height: 45px;
    font-size: 32px;
    color: #989899;
	background: #ffffff;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
    border-radius: 0px;
	
	z-index:10;
	transition: all .15s ease-in-out;
}
.block_indexarrow:hover
{
	background: #d7d7d7;
	border-color: #d7d7d7;
	color: #989899;
}
.arrow_indexleft
{
	left:-50px !important;
}
.arrow_indexright
{
	right:-50px !important;
}


.index_vtitle1
{
	color: #2D657B;
	font-size: 35px;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom:10px;
	
	text-align:center;
}
.index_vinfo
{
	font-size: 18px;
	color:#595757;
	line-height:1.5;
	letter-spacing:2px;
	
	text-align:center;
	
	margin-bottom:20px;
}

.more_indexblock
{
	font-family: MicrosoftJhengHeiRegular, Microsoft JhengHei, Verdana, Arial, Helvetica, SimSun, serif;
	
	position:relative;
	background-color:#fff;
	border: 1px solid #ebebeb;
	letter-spacing:2px;
	line-height:1.5;
}
.more_indextitle
{
	margin-top:5px;
	font-size: 18px;
	font-weight:600;
	padding:10px;
	padding-bottom:20px;
	
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.more_indexmainstitle
{
	color: #808080;
	font-size:16px;
	font-weight:500;
	line-height:1.5;
	letter-spacing:1px;
	padding:10px;
	padding-top:0px;
	
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.more_indexbln
{
	text-align:right;
	padding:10px;
	color:#b81b24;
	letter-spacing:2px;
	line-height:1.5;
	cursor:pointer;
	
	transition: all 2s ease-in-out;
}
.more_indexbln:hover
{
	font-weight:600;
}

.read_formmain
{
	padding: 60px 30px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
    /* background: rgb(255,255,255,0.8);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%); */
}
.main_title
{
	color: #2D657B;
	text-align:center;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: bold;
	
	text-shadow:0px 0px 4px #e4f1f5;
}
.sub_title
{
	color: #fff;
	text-align:center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
	text-shadow:0px 0px 4px #707070;
}

.bg_f4f4f4
{
	 background-color: #f4f4f4;
}
.padding_bottom100px
{
	padding-bottom:100px;
}
.sec1_imgAreaContain
{
	width:100%;
	position:relative;
	/* -webkit-background-size:contain;
	background-size:contain; */
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: center;
	
	clip-path: polygon(50% 0, 50% 0, 100% 8%, 100% 93%, 50% 100%, 50% 100%, 0 92%, 0 8%);
	
	overflow:hidden;
}
@media screen and (min-width: 769px)
{
	.sec1_imgAreaContain
	{
		background-attachment: fixed;
	}
}

@media screen and (max-width:768px) {
	.index_swiperwidth
	{
		width:100%;
		margin:0 auto;
	}
	.block_indexarrow
	{
		visibility:hidden;
	}
	.index_swiperwidth:hover .block_indexarrow
	{
		visibility:visible !important;
	}
	.arrow_indexleft
	{
		left:0px !important;
	}
	.arrow_indexright
	{
		right:0px !important;
	}
}