@charset 'utf-8';

.sec_about{
	background: url(../img/bg.svg) #ffffff 0 0 repeat;
	background-attachment: fixed;
	background-size: 300px;
	padding:60px 0 200px;
	position: relative;
	z-index: 1;
}
.sec_about .w1200{
	border:3px solid #eeeeee;
	background-color: #ffffff;
	padding:70px 50px;
}
.sec_about .w1200:before{
	content: '';
	display: block;
	width: 20%;
	max-width: 200px;
	height: 10px;
	background-color: rgba(0,0,0,.4);
	box-shadow: 0 0 20px 12px rgba(0,0,0,.4);
	position: absolute;
	right: 25px;
	bottom: 13px;
	z-index: -1;
	-webkit-transform: skewY(5deg) translate3d(0,0,0);
	-moz-transform: skewY(5deg) translate3d(0,0,0);
	-ms-transform: skewY(5deg) translate3d(0,0,0);
	-o-transform: skewY(5deg) translate3d(0,0,0);
	transform: skewY(5deg) translate3d(0,0,0);
}

.sec_about h5{
	position: relative;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 50px;
}
.sec_about h5:before,
.sec_about h5:after{
	content: '';
	display: block;
	position: absolute;
	width: 35%;
	top: 0;
	bottom: 0;
	margin:auto 0;
	height: 4px;
	background: url(../img/about/deco_line.jpg) right center no-repeat;
	background-size: 350px;
}
.sec_about h5:before{
	left: 0;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.sec_about h5:after{
	right: 0;
}
.sec_about p{
	font-size: 18px;
	line-height: 1.75em;
	text-align: justify;
}

.sec_awards{
	text-align: center;
	position: relative;
	z-index: 2;
}
.sec_awards .title{
	position: absolute;
	padding:30px 0;
	top: -75px;
	width: 100%;
	left: 0;
	right: 0;
	margin:0 auto;
}
.sec_awards .title:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/about/award-title.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	margin-top: -1%;
}
.sec_awards h3{
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 0;
}
.sec_awards h3:before,
.sec_awards h3:after{
	content: '';
	display: block;
	position: absolute;
	width: 35%;
	top: 0;
	bottom: 0;
	margin:auto 0;
	height: 4px;
	background: url(../img/about/deco_line-l.jpg) right center no-repeat;
	background-size: 700%;
}
.sec_awards h3:before{
	left: 0;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.sec_awards h3:after{
	right: 0;
}
.sec_awards h4{
	font-size: 24px;
	letter-spacing: 0;
}

.sec_awards .bg-white{		
	padding:120px 0 70px;
}
.sec_awards li{
	position: relative;
	z-index: 3;
}
.sec_awards li figure{
	padding:70px 0 30px;
	background: #ffffff;
	position: relative;
}
.sec_awards li figure:before{
	content: '';
	display: block;
	width: 40%;
	max-width: 200px;
	height: 10px;
	background-color: rgba(0,0,0,.4);
	box-shadow: 0 0 20px 12px rgba(0,0,0,.4);
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: -1;
	-webkit-transform: skewY(5deg) translate3d(0,0,0);
	-moz-transform: skewY(5deg) translate3d(0,0,0);
	-ms-transform: skewY(5deg) translate3d(0,0,0);
	-o-transform: skewY(5deg) translate3d(0,0,0);
	transform: skewY(5deg) translate3d(0,0,0);
}
.sec_awards .ribbon{
	color:#ffffff;
	padding:5px 0;
	letter-spacing: 3px;
	width: 103%;
	background: url(../img/about/award.jpg) 0 0 repeat-y;
	background-size: 100%;
	position: absolute;
	top: 30px;
	left: -1.5%;
	right: 0;
	margin:0 auto;
	z-index: 1;
}
.sec_awards figure:after{
	content:'';
	display: block;
	position: absolute;
	width: 103%;
	height: 16px;
	border-radius: 4px;
	background-color: #560b00;
	top: 27px;
	left: -1.5%;
	right: 0;
	margin:0 auto;
	box-shadow: 0 10px 30px 6px rgba(0,0,0,.35);
	z-index: -1;
}
.sec_awards p{
	font-size: 14px;
	padding:0 5px;
}
.sec_awards h5{
	font-size: 18px;
	padding:0 5px;
	padding-top: 5px;
	line-height: 1.2em;
	margin-bottom: 5px
}

/* ----------SEC_TOP---------- */
	.sec_top {
		height: calc(100vh - 142px);
		min-height: 640px;
		padding: 6% 0;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 18px;
		color:#ffffff;
		position: relative;
	}
	.sec_top h1{/*20210701修改頁面h1*/
		font-family: 'cwTeXYen', sans-serif;
		padding:10px 0 4%;
		font-size: 36px;
		letter-spacing: 3px;
	}
	.sec_top h2{
		font-family: 'cwTeXYen', sans-serif;
		padding:10px 0 4%;
		font-size: 36px;
		letter-spacing: 3px;
	}
	.sec_top h2 br{
		display: none;
	}
	.sec_top .w1200{
		height: 520px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin:auto;
	}
	.sec_top .container{
		box-shadow: 0 0 19px 0 rgba(0,0,0,.2);
		position: relative;
		overflow: hidden;
		z-index: 2;

		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sec_top .cates,
	.sec_top .content{
		float:left;
	}
	.sec_top .cates > p,
	.sec_top .cates a{
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		display: block;
		padding:68px 10px;

		padding:68px 5px \9;
	}
	.sec_top .cates p{
		line-height: 1.1em;
	}
	.sec_top .cates > p{
		background-color: #cc0033;
		cursor:default;
	}
	.sec_top .cates a{
		background-color: #770010;
	}
	.sec_top .cates{
		width: 40px;
	}
	.sec_top .content{
		width: calc(100% - 50px);
		padding:40px 8% 30px 5%;
	}

	.sec_top .col50,
	.sec_top .col60,
	.sec_top .col40{
		margin-left:-4px;
		padding: 0 2%;
		vertical-align: top;
	}
	.sec_top .col60{
		padding-left: 0;
	}
	.sec_top .col40{
		padding-right: 0;
	}

	.sec_top .content p{
		text-align: left;
		margin-bottom: 15px;
	}
	.sec_top label{
		display: block;
		text-align: left;
		margin-bottom: 22px;
	}
	.sec_top label.btn-red{
		letter-spacing: 3px;
		text-align: center;
		background: url(../img/icon/arrow-w.png) #cc0033 80% center no-repeat;
		background-size: 10px;
	}
	.sec_top label.btn-red:hover{
		background: url(../img/icon/arrow-r.png) #ffffff 80% center no-repeat;
		background-size: 10px;
	}
	.sec_top input[type="text"]{
		border:none;
	}
	.sec_top #returntime{
		width: 100%;
		min-height: 47px;
		padding: 8px 18px;
		border:2px solid #ffffff;
	}

@media screen and (max-width: 1550px){
		.sec_top{
			min-height: 490px;
		}
		.sec_top .w1200{
			height: 390px;
			max-width: 768px;
		}
		.sec_top .cates > p,
		.sec_top .cates a{
			padding:45px 10px;
		}
		.sec_top h2{
			font-size: 30px;
			padding-bottom: 10px;
		}
		.sec_top h1{/*20210701修改頁面h1*/
			font-size: 30px;
			padding-bottom: 10px;
		}
		.sec_top .content p{
			margin-bottom: 5px;
		}
		.sec_top label{
			margin-bottom: 15px;
		}
		input[type="text"]{
			padding:7px 12px;
			font-size: 16px;
		}
		.sec_top #returntime{
			min-height: 38px;
			font-size: 16px;
		}
		.sec_top label.btn-red{
			padding:8px 25px;
		}
	}



@media screen and (max-width: 1366px){
	.sec_top{
		font-size: 16px;
	}
	.sec_about .w1200{
		padding: 50px ;
	}
	.sec_about h5{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.sec_about h5:before,
	.sec_about h5:after{
		width: 25%;
	}
	.sec_about p{
		font-size: 16px;
		line-height: 1.5em;
	}
	.sec_about{
		padding-bottom: 150px;
	}
	.sec_awards figure:after{
		height: 30px;
		box-shadow: 0 0px 20px 1px rgba(0,0,0,.35);
	}
	.sec_awards h5{
		font-size: 16px;
		letter-spacing: 2px;
		word-break: break-word;
		white-space: nowrap;
	}
	.sec_awards h3:before,
	.sec_awards h3:after{
		width: 30%;
	}
	.sec_awards .title:before{
		margin-top: -2%;
	}
}
@media screen and (max-width: 1200px){
	.sec_top {
		height: calc(100vh - 110px);
	}
	.sec_top .content {
		padding: 40px 5% 30px 3%;
	}
}
@media screen and (max-width: 1024px){
	.sec_about{
		padding: 40px 0 150px;
	}
	.sec_about .w1200{
		padding: 30px;
	}
	.sec_awards h3:before,
	.sec_awards h3:after{
		width: 25%;
	}
	.sec_awards li{
		width: 33%;
		padding:10px;
	}
	.sec_awards .title:before{
		margin-top: -3%;
	}
	.sec_awards .ribbon{
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 768px){
	.sec_top{
		padding: 20% 0 10%;
		min-height: 300px;
		height: auto;
	}
	.sec_top .w1200{
		height: auto;
		position: relative;
	}
	.sec_top .container{
		padding:20px;
	}
	.sec_top .cates,
	.sec_top .content{
		float:none;
		width: 100%;
	}
	.sec_top .content{
		width: 100%;
		max-height: 0;
		padding: 0;
		overflow:hidden;
		-webkit-transition: all .4s ease;
		   -moz-transition: all .4s ease;
			-ms-transition: all .4s ease;
			 -o-transition: all .4s ease;
				transition: all .4s ease;
	}
	.sec_top .content.active{
		max-height: 1000px;
		padding: 30px 5% 30px 5%;
	}
	.sec_top .col50:last-child p{
		display: none;
	}
	.sec_top .cates > p,
	.sec_top .cates > a{
		-webkit-writing-mode: initial;
		writing-mode: initial;
		padding:10px;
		display: inline-block;
		width: 50%;
	}
	.sec_top .cates > p{
		cursor: pointer;
	}
	.sec_top .cates > a{
		margin-left: -8px;
	}
	.sec_top label.btn-red{
		margin-top: 10px;
	}
	
	.sec_awards .bg-white{
		padding-top: 50px;
	}
	.sec_awards li{
		width: 50%;
	}
	.sec_awards h3:before,
	.sec_awards h3:after{
		width: 20%;
	}
	.sec_awards .title:before{
		width: 280px;
		margin: -4% auto 0;
		left: 0;
		right: 0;
	}
	.sec_awards h3{
		font-size: 36px;
	}
	.sec_awards h4{
		font-size: 18px;
	}
}
@media screen and (max-width: 480px){
	.sec_top h2{
		font-size: 24px;
	}
	.sec_top h2 br{
		display: block;
	}
	.sec_top .content.active{
		padding: 30px 0 0;
	}
	.sec_top .content p{
		margin-bottom: 5px;
	}
	.sec_top label{
		margin-bottom: 15px;
	}
	.sec_about .w1200{
		padding: 20px;
	}
	.sec_about h5{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.sec_about h5:before,
	.sec_about h5:after{
		width: 10%;
	}

	.sec_awards li{
		width: 100%;
	}
	.sec_awards li figure{
		border:1px solid #eeeeee;
	}
	.sec_awards h3:before,
	.sec_awards h3:after{
		display: none;
	}
	.sec_awards .title:before{
		margin-top: -7%;
	}
}

/* 2022.08 */
.col-50 {
    width: 50%;
}
.sec_top h1{
	font-weight: bold;
}
.sec_top .container{
	box-shadow: none;
	background-color: rgba(42,37,35,0.95);
}
.sec_top hr{
	border-top: 1px solid #000;
	border-bottom: 1px solid #555;
	margin: 0;
}
.sec_top .content{
	padding: 0;
}
.sec_top_con{
	padding: 19px 60px 15px 60px;
}
.sec_top_date_box{
	width: 50%;
}
.sec_top_date_box.left{
	padding-right: 5px;
}
.sec_top_date_box.right{
	padding-left: 5px;
}
.sec_top_input2[type="text"]{
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}
.sec_top_input2::placeholder{
	color: #fff
}
.sec_top label.btn-red{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 45px;
}
.index_about{
	padding: 50px 0;
	background-color: #fff;
}
.index_about_box{
	width: 50%;
}
.index_about_text{
	padding: 100px 40px 40px 40px;
}
.index_about h4{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.index_about_text p{
	letter-spacing: 1px;
	line-height: 2em;
}
.sec_about{
	background: none;
	background-color: #EBEBEB;
	padding-bottom: 50px;
}
.about_indiv{
	max-width: 1500px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.about_div_left{
	width: 50%;
	padding: 100px;
}
.about_div_left h4{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.about_div_left h6{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 40px;
}
.about_indiv_text p{
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 2em;
}
.about_div_right{
	width: 50%;
	padding-top: 215px;
}
.about_award{
	position: relative;
	background-image: url(../img/about/award_bg.png);
	background-repeat: no-repeat;
	background-color: #000;
	padding: 100px 60px 80px 60px;
}
.about_award_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
.about_award_title{
	position: relative;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.about_award_sub{
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_award_text{
	position: relative;
	max-width: 720px;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 2em;
	margin-bottom: 70px;
}
.about_award_row{
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: center;
}
.about_award_item{
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.about_award_box{
	width: 300px;
	height: 292px;
	background-image: url(../img/about/award_item.png);
	background-repeat: no-repeat;
	padding-top: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.about_award_t1{
	font-size: 15px;
	color: #fff;
	margin-bottom: 7px;
}
.about_award_box h6{
	font-size: 20px;
	color: #F3D165;
	font-weight: bold;
	margin-bottom: 7px;
}
.about_award_t2{
	font-size: 17px;
	color: #fff;
}
.about_banner{
	height: 400px;
}
.about_banner img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_about h5{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
}
.index_about_top{
	padding-left: 40px;
}
.index_about_abtn{
	width: 100%;
	max-width: 480px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #E48026;
	padding: 15px;
	border-radius: 45px;
}
.index_about_abtn:hover{
	background-color: #D75526;
}
.sec_top .cates{
	float: none;
	width: 100%;
}
.sec_top .content{
	float: none;
	width: 100%;
}
.sec_top .cates > p, .sec_top .cates a{
	writing-mode: inherit;
	padding: 10px 0;
}
.col-50{
	width: 50%;
}
.cates_btn{
	display: block;
	padding: 10px 0;
}
.cates_btn.color1{
	background-color: #cc0033;
}


@media(max-width: 1320px){
	.about_award{
		padding: 50px 15px 50px 15px;
	}
	.about_award_item{
		width: 33.33%;
	}
}

@media(max-width: 1200px){
	.index_about_text{
		padding: 0 20px 0 0;
	}
	.about_div_left{
		padding: 50px 20px 50px 15px;
	}
	.about_div_right{
		padding-top: 165px;
	}
	.index_about_top{
		padding-left: 0;
	}
}

@media(max-width: 991px){
	.about_banner{
		height: 300px;
	}
	.about_award_item{
		width: 50%;
	}
}

@media(max-width: 767px){
	.sec_top .col50, .sec_top .col60, .sec_top .col40{
		margin-left: 0;
	}
	.sec_top_con{
		padding-left: 0;
		padding-right: 0;
	}
	.index_about_box{
		width: 100%;
	}
	.index_about_text{
		padding-right: 0;
		margin-bottom: 30px;
	}
	.about_div_left{
		width: 100%;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.about_div_right{
		width: 100%;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.about_award_item{
		width: 100%;
	}
	
}