@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600&display=swap');

body{
	font-family:'微軟正黑體', serif;
	font-size:16px;
	color:#333333;
	-webkit-text-size-adjust:none;
	image-rendering:-webkit-optimize-contrast;
}

.webout{
	max-width:2000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.out{
	max-width:1120px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}

/*HOME-----------------------------------------*/

/*HOME_S1-----------------*/
.home .s1{
	background:url("../images/home_s1.jpg") top center no-repeat;
	position:relative;
}

.home .s1 .out{
	height:570px;
	display:flex;
	align-items:center;
	gap:25px;
}

.home .s1 .text .img{
	width:180px;
}

.home .s1 .text .x{
	width:37px;
	position:relative;
	/*top:50px;*/
}

.home .s1 .mb{
	display:none;
}

/*HOME_S2-----------------*/
.home .s2{
	padding:105px 0 535px;
	background:url("../images/home_s2.jpg") 50% 0 no-repeat;
}

.home .s2 .out{
	max-width:1270px;
}

.home .s2 h5{
	font-size:28px;
	color:#B20000;
	padding-left:90px;
	margin-bottom:1em;
}

.home .s2 h5 span{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#47525F;
	padding-left:75px;
	position:relative;
	top:8px;
}

.home .s2 h5 span:before{
	content:"";
	position:absolute;
	top:50%;
	left:14px;
	width:50px;
	height:1px;
	background:#A2A2A2;
	border-bottom:#FFFFFF 1px solid;
}

.home .s2 .splide{
	padding:0 80px;
}

.home .s2 .splide__slide a{
	display:block;
	padding:10px;
	font-weight:bold;
	margin:10px 5px;
	position:relative;
	top:0;
	transition:0.2s;
}

.home .s2 .splide__slide a:hover{
	top:-5px;
	background:#FFFFFF;
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
}

.home .s2 .splide__slide .image{
	padding-bottom:60%;
	position:relative;
}

.home .s2 .splide__slide .image img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.home .s2 .splide__slide .text{
	padding:20px;
}

.home .s2 .splide__slide .date{
	font-size:14px;
	color:#8C6900;
}

.home .s2 .splide__slide p{
	font-size:17px;
	color:#555555;
	line-height:1.5em;
	max-height:4.5em;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	margin-top:1em;
}

.home .s2 .more{
	text-align:right;
	padding-right:90px;
	margin-top:0.5em;
}

.home .s2 .more a{
	display:inline-block;
	color:#333333;
	font-weight:bold;
	padding:1em 2em;
	background:#FFFFFF;
	border-radius:30px;
	box-shadow:0 0 4px rgba(0,0,0,0.2);
	transition:0.2s;
}

.home .s2 .more a:hover{
	color:#B20000;
	padding:1em 2.5em;
}

.home .s2 .splide__arrow{
	width:55px;
	height:55px;
	opacity:1;
	background:#FFFFFF;
	box-shadow:0 0 4px rgba(0,0,0,0.2);
}

.home .s2 .splide__arrow svg{
	width:1.8em;
	height:1.8em;
	fill:#666666;
	transition:0.2s;
}

.home .s2 .splide__arrow:hover svg{
	fill:#CC0000;
}

.home .s2 .splide__arrow:disabled{
	opacity:0.5;
	pointer-events:none;
}

.home .s2 .splide__arrow--prev{
	left:0;
}

.home .s2 .splide__arrow--next{
	right:0;
}

.home .s2 .splide__pagination{
	display:none;
	bottom:-20px;
}

.home .s2 .splide__pagination__page.is-active{
	transform:none;
	background:#B20000;
}

/*HOME_S3-----------------*/
.home .s3{
	position:relative;
}

.home .s3 ul{
	width:100%;
	font-size:0;
	position:absolute;
	top:-485px;
	left:50%;
	margin-left:-1000px;
	white-space:nowrap;
}

.home .s3 li{
	display:inline-block;
	vertical-align:top;
	position:relative;
}

/*HOME_S3_left*/
.home .s3 .left{
	margin:59px -72px 0 0;
	z-index:1;
}

/*HOME_S3_right*/
.home .s3 .right{
	width:840px;
	padding:130px 0 85px 0;
	white-space:normal;
	background:#FFFFFF url("../images/home_s3_c1.png") no-repeat;
}

.home .s3 .right .text{
	width:70%;
	max-width:590px;
	margin:0 auto;
	position:relative;
	left:30px;
}

.home .s3 .right h5{
	font-size:28px;
	color:#B20000;
	position:relative;
}

.home .s3 .right h5:before{
	content:"";
	position:absolute;
	top:-36px;
	left:-21px;
	width:21px;
	height:21px;
	background:url("../images/home_s3_c2.png");
}

.home .s3 .right h5 span{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	color:#46525F;
	padding-left:75px;
	position:relative;
	top:8px;
}

.home .s3 .right h5 span:before{
	content:"";
	position:absolute;
	top:50%;
	left:16px;
	width:50px;
	height:1px;
	background:#A2A2A2;
}

.home .s3 .right p{
	width:100%;
	font-size:16px;
	line-height:1.7em;
	margin:2em 0;
}

.home .s3 .right a{
	display:inline-block;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding:1em 3em;
	background:#EEEEEE;
	border-radius:30px;
	position:relative;
	transition:0.2s;
}

.home .s3 .right a:hover{
	color:#B20000;
	padding:1em 3.5em;
}

.home .s3 .right a:after{
	content:"";
	position:absolute;
	top:50%;
	right:1em;
    border-style:solid;
    border-width:3px 0 3px 6px;
    border-color:transparent transparent transparent #AF883E;
	margin-top:-3px;
	pointer-events:none;
}

@media only screen and (max-width:1400px){
    /*HOME_S3_right*/
    .home .s3 .right{
        width:66%;
    }
}

/*HOME_S4-----------------*/
.home .s4{
	background:url("../images/home_s4.jpg") top center no-repeat;
	padding-top:250px;
	height:530px;
	text-align:center;
}

.home .s4 .out{
	padding:0;
}

.home .s4 h5{
	font-size:28px;
	color:#FFFFFF;
	padding:0.7em 0;
	position:relative;
	margin-bottom:3em;
}

.home .s4 h5:before,
.home .s4 h5:after{
	content:"";
	position:absolute;
	left:50%;
	width:3em;
	height:1px;
	background:#BF8A31;
	margin-left:-1.5em;
}

.home .s4 h5:before{
	top:0;
}

.home .s4 h5:after{
	bottom:0;
}

.home .s4 li{
	width:28%;
	max-width:300px;
	display:inline-block;
	vertical-align:top;
	margin:0 20px;
}

.home .s4 li img{
	width:100%;
	border:#C89548 5px solid;
	box-sizing:border-box;
}

.home .s4 li p{
	font-size:18px;
    line-height:1.5em;
	color:#FFFFFF;
	font-weight:bold;
	padding:20px 0 40px;
}

/*ABOUT-----------------------------------------*/
.about{
	background:url("../images/about_bg3.jpg") top center no-repeat, #654519 url("../images/about_bg2.png") repeat-x;
}

/*ABOUT_S1-----------------*/
.about .s1{
	padding:150px 0;
}

.about .s1 .out{
	max-width:730px;
}

.about .s1 h1,
.strategy .s1 h1{
	font-family:'Noto Serif TC', serif;
	font-size:40px;
	color:#FFFFFF;
	font-weight:600;
}

.about .s1 h1 span,
.strategy .s1 h1 span{
	display:block;
	font-size:18px;
	color:#CDAD7E;
	font-weight:normal;
	margin-top:0.5em;
}

/*ABOUT_S2-----------------*/
.about .s2 .out{
	width:95%;
}

/*ABOUT_S2_TAB*/
.about .s2 .tab{
	display:flex;
	text-align:center;
	margin:0 -2px;
}

.about .s2 .tab li{
	width:25%;
	margin:0 2px;
}

.about .s2 .tab a{
	font-family:'Noto Serif TC', serif;
	display:block;
	font-size:24px;
	color:#FFFFFF;
	background:#B88B47;
	padding:0.7em 0;
	position:relative;
	transition:0.2s;
}

.about .s2 .tab li:hover a{
	background:#A37B3F;
}

.about .s2 .tab li.active a{
	background:#B20000;
}

.about .s2 .tab li.active a:after{
	content:"";
	position:absolute;
	top:50%;
	right:1em;
    border-style:solid;
    border-width:7px 4px 0 4px;
    border-color:#B88B47 transparent transparent transparent;
	margin-top:-3px;
}

@media only screen and (max-width:700px){
    .about .s2 .tab a{
        font-size:3.5vw;
    }
}

/*ABOUT_S2_BOTTOM*/
.about .s2 .bottom{
	background:#FFFFFF;
	margin-bottom:100px;
}

/*ABOUT_S2_BOTTOM_TAB1*/
.about.tab1 .bottom,
.about.tab2 .name,
.about.tab2 .group{
	padding:70px;
}

.about.tab1 .bottom .list{
	position:relative;
}

.about.tab1 .bottom .list:first-child{
	margin-bottom:70px;
}

.about.tab1 .bottom h5{
	font-family:'Noto Serif TC', serif;
	font-size:26px;
    line-height:1.3em;
	font-weight:600;
	color:#926D38;
    margin-bottom:1em;
}

.about.tab1 .bottom p{
	line-height:1.5em;
}

.about.tab1 .bottom h6{
	font-size:22px;
	padding:2em 0 1em;
}

.about.tab1 .bottom h6:first-of-type{
	padding:0 0 1em;
}

/*ABOUT_S2_BOTTOM_TAB2*/

/*ABOUT_S2_BOTTOM_TAB2_NAME*/
.about.tab2 .name li{
	padding-bottom:100px;
}

.about.tab2 .name li:last-child{
	padding-bottom:0;
}

.about.tab2 .name .intro{
	border-bottom:#D6D6D6 1px solid;
	position:relative;
}

.about.tab2 .name img{
	position:absolute;
	bottom:20px;
	right:0;
	width:110px;
}

.about.tab2 .name h5{
	font-size:20px;
	line-height:1.3em;
	margin-bottom:0.7em;
}

.about.tab2 .name h5 span{
	padding-right:1em;
	position:relative;
}

.about.tab2 .name h5 span:after{
	content:"";
	position:absolute;
	top:8px;
	right:0.5em;
	width:1px;
	height:20px;
	background:#B88B47;
}

.about.tab2 .name p{
	line-height:1.5em;
	padding:0 200px 1em 0;
}

.about.tab2 .name h6{
	display:inline-block;
	font-size:20px;
	margin:1em 0;
	position:relative;
}

.about.tab2 .name h6:after{
	content:"";
	position:absolute;
	top:50%;
	right:-50px;
	width:40px;
	height:1px;
	background:#7F7F7F;
}

.about.tab2 .name td{
	line-height:1.5em;
	padding:0.5em 0;
	border-bottom:#D6D6D6 1px solid;
}

.about.tab2 .name td span{
	display:inline-block;
}

.about.tab2 .name tr:last-child td{
	border-bottom:none;
}

.about.tab2 .name td:nth-child(2){
	padding:0.5em 0 0.5em 2em;
	min-width:6em;
}

/*ABOUT_S2_BOTTOM_TAB2_GROUP*/
.about.tab2 .group{
	background:#F7F3E8;
}

.about.tab2 .group .box{
	position:relative;
	padding-left:100px;
}

.about.tab2 .group h6{
	position:absolute;
	top:0;
	left:0;
	font-family:'Noto Serif TC', serif;
	font-size:26px;
	font-weight:600;
	padding-bottom:0.5em;
	margin-bottom:1em;
}

.about.tab2 .group h6:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:2em;
	height:1px;
	background:#926D38;
}

.about.tab2 .group table{
	width:100%;
	max-width:600px;
	margin:0 auto;
}

.about.tab2 .group tr:first-child td{
	background:#575748;
	color:#FFFFFF;
	padding:0.5em 1em;
}

.about.tab2 .group td{
	font-size:18px;
	padding:0.8em 1em;
	border-bottom:#926D38 1px solid;
}

/*ABOUT_S2_BOTTOM_TAB3*/
.about.tab3 .bottom{
	padding:70px 70px 20px;
}

.about.tab3 .bottom ul{
	display:flex;
	flex-wrap:wrap;
}

.about.tab3 .bottom ul li{
	width:33.33%;
	text-align:center;
	margin-bottom:50px;
	padding:0 1em;
	line-height:1.5em;
	box-sizing:border-box;
}

.about.tab3 .bottom li img{
	display:block;
	width:100%;
	margin-bottom:1em;
}

/*ABOUT_S2_BOTTOM_TAB4*/
.about.tab4 .bottom{
	padding-top:70px;
}

.about.tab4 .bottom ul{
	width:660px;
	padding-bottom:65px;
	position:relative;
	margin:0 auto;
}

.about.tab4 .bottom p{
	border-top:#CFB489 1px solid;
	font-size:18px;
	line-height:1.5em;
	padding:1em 0 2em;
	position:relative;
}

.about.tab4 .bottom li p:before{
	content:"";
	position:absolute;
	top:-7px;
	left:-26px;
	width:13px;
	height:13px;
	background:#B88B47;
	border-radius:50%;
}

.about.tab4 .bottom li:first-child p:before{
	content:"";
	position:absolute;
	top:-7px;
	left:-26px;
	width:5px;
	height:5px;
	background:#B88B47;
	border:#FFFFFF 4px solid;
	box-shadow:0 0 0 4px #B88B47;
	border-radius:50%;
}

.about.tab4 .bottom li span{
	position:absolute;
	top:-15px;
	left:-120px;
	font-family:'Noto Serif TC', serif;
	font-size:34px;
	font-style:italic;
	font-weight:600;
}

.about.tab4 .bottom ul:before{
	content:"";
	position:absolute;
	top:-48px;
	left:71px;
	width:3px;
	height:90%;
	background:#B88B47;
	transform:rotate(29deg);
	transform-origin:left bottom;
}

.about.tab4 .bottom ul:after{
	content:"";
	position:absolute;
	left:71px;
	bottom:0;
	background:url("../images/about_tab4.png") no-repeat;
	width:122px;
	height:87px;
	background-size:cover;
}

.about.tab4 .bottom li:nth-child(1){
	padding-left:260px;
}

.about.tab4 .bottom li:nth-child(2){
	padding-left:200px;
}

.about.tab4 .bottom li:nth-child(3){
	padding-left:140px;
}

.about.tab4 .bottom li:nth-child(4){
	padding-left:80px;
}

/*STRATEGY-----------------------------------------*/
.strategy{
	background:url("../images/strategy_bg.jpg") top center no-repeat;
	padding-top:150px;
}

/*STRATEGY_S1-----------------*/
.strategy .s1 h1,
.strategy .s1 h1 span{
	color:#333333;
}

.strategy .s1 .out{
	max-width:910px;
}

/*STRATEGY_S1_1-----------------*/
.strategy .s1_1{
	margin:110px 0 50px;
}

.strategy .s1_1 .box{
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}

.strategy .s1_1 .text{
	padding:60px 0 20px;
	display:flex;
	justify-content:space-between;
	margin-right:-10px;
}

.strategy .s1_1 .left,
.strategy .s1_1 .right{
	width:48%;
	box-sizing:border-box;
}

.strategy .s1_1 .left{
	padding-left:30px;
}

.strategy .s1_1 .left ul{
	list-style:disc;
	margin-left:1.2em;
}

.strategy .s1_1 .left li{
	line-height:1.5em;
	margin-bottom:1em;
}

.strategy .s1_1 .left li::marker{
	color:#B20000;
}

.strategy .s1_1 .left span{
	color:#765326;
}

.strategy .s1_1 .left table{
	width:100%;
}

.strategy .s1_1 .left tr:first-child td{
	color:#FFFFFF;
	font-weight:bold;
	background:#A88B61;
}

.strategy .s1_1 .left td{
	padding:0.5em 1em;
	border-bottom:#A88B61 1px solid;
	line-height:1.5em;
}

.strategy .s1_1 .left td:first-child{
	width:4em;
	font-weight:bold;
}

.strategy .s1_1 .right img{
	width:100%;
}

/*STRATEGY_S2-----------------*/
.strategy .s2{
	margin:110px 0 70px;
}

.strategy .s1_1 .out,
.strategy .s2 .out{
	max-width:1200px;
}

.strategy .s2 .out:before{
	content:"Business Scale";
	color:#6C5030;
	position:absolute;
	top:50%;
	left:34px;
	z-index:1;
	background:#FFFFFF;
	padding:0.2em 0;
    writing-mode:vertical-rl;
    transform:translateY(-50%);
}

.strategy .s2 .out:after{
	content:"Innovation ability";
	color:#6C5030;
	position:absolute;
	left:50%;
	bottom:15px;
	z-index:1;
	background:#FFFFFF;
	padding:0 0.2em;
	transform:translateX(-50%);
}

.strategy .s1_1 .box,
.strategy .s2 .box{
	background:#FFFFFF;
	padding:30px 30px 20px 20px ;
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}

.strategy .s2 .box:before{
	content:"";
	position:absolute;
	top:15px;
	left:16px;
    border-style:solid;
    border-width:0 5px 12px 5px;
    border-color:transparent transparent #D2B086 transparent;
}

.strategy .s2 .box:after{
	content:"";
	position:absolute;
	right:15px;
	bottom:16px;
    border-style:solid;
    border-width:5px 0 5px 12px;
    border-color:transparent transparent transparent #D2B086;
}

.strategy .s2 .box:nth-of-type(1):after{
    display:block;
    content:"";
    position:absolute;
    left:0;
    z-index:1;
    bottom:-5px;
    width:100%;
    height:10px;
    background:#FFFFFF;
    border:none;
}

.strategy .s2 .box:nth-of-type(1):before{
	display:none;
}

.strategy .title{
	margin-bottom:0 !important;
	color:#333333 !important;
}

.strategy .s2 .box ul{
	border-color:#AE7037;
	border-style:solid;
	border-width:0 0 1px 1px;
	padding:0 0 30px 50px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.strategy .s2 .box ul:after{
	content:"";
	position:absolute;
	left:5%;
	bottom:-25px;
	width:90%;
	height:25px;
	background:url("../images/strategy_s2_shadow.png") top center no-repeat;
	background-size:100% auto;
}

.strategy .s2 .box li{
	background:url("../images/strategy_s2_line.png") right center no-repeat;
	background-size:117px auto;
	position:relative;
	top:-30px;
	padding-right:50px;
}

.strategy .s2 .box li:nth-child(1){
	width:220px;
	padding-top:70px;
	height:365px;
}

.strategy .s2 .box li:nth-child(2){
	width:130px;
	padding-top:103px;
	height:332px;
}

.strategy .s2 .box li:nth-child(3){
	width:275px;
	padding:25px 130px 0 0;
}

.strategy .s2 .box li:nth-child(3) img{
	margin:40px 0 20px;
	width:100%;
}

.strategy .s2 .box li:nth-child(4){
	width:150px;
	padding:110px 0 0;
	height:325px;
	background:none;
}

.strategy .s2 .box h6{
	font-family:'Noto Serif TC', serif;
	font-size:20px;
    line-height:1.3em;
	color:#866241;
	margin:1em 0;
}

.strategy .s2 .box li:last-child h6{
	font-size:20px;
	line-height:1.3em;
	margin-top:0.5em;
}

.strategy .s2 .box p{
	line-height:1.5em;
}

.strategy .s2 .box li:nth-child(3) p{
	font-size:15px;
}

/*STRATEGY_S3-----------------*/
.strategy .s3{
	padding-bottom:100px;
}

.strategy .s3 .out{
	max-width:1740px;
	padding:0;
}

.strategy .s3 .box{
	margin:0 -2px;
	display:flex;
}

.strategy .s3 .list{
	width:33.33%;
	margin:0 2px;
	color:#FFFFFF;
	text-shadow:0 0 5px rgba(0,0,0,0.1);
	padding:40px 20px 40px 3%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}

.strategy .s3 .list:nth-child(1){
	background-image:url("../images/strategy_s3_bg1.jpg");
}

.strategy .s3 .list:nth-child(2){
	background-image:url("../images/strategy_s3_bg2.jpg");
}

.strategy .s3 .list:nth-child(3){
	background-image:url("../images/strategy_s3_bg3.jpg");
}

.strategy .s3 .list h6{
	font-size:20px;
    line-height:1.3em;
	margin-bottom:1em;
}

.strategy .s3 .list li{
	max-width:310px;
	line-height:1.5em;
	margin-bottom:0.5em;
	text-indent:-0.7em;
	padding-left:0.7em;
}

.strategy .s3 .list li:before{
	content:"• ";
}

/*CASE-----------------------------------------*/
.pagebg{
	background:#F6F6F6;
}

.pagebg .s1{
	background-repeat:no-repeat;
	background-position:top center;
}

.pagebg .s1 .out{
	max-width:900px;
	height:257px;
}

.pagebg .s1 .title{
	font-family:'Noto Serif TC', serif;
	font-size:40px;
	color:#FFFFFF;
	font-weight:600px;
	position:relative;
	top:45%;
	text-shadow:0 0 1px rgba(0,0,0,0.3);
	transform:translateY(-50%);
}

.pagebg .s1 .title span{
	display:block;
	font-size:18px;
	font-weight:normal;
	margin-top:0.5em;
}

/*CASE_S1-----------------*/
.case .s1,
.case_in .s1{
	background-image:url("../images/case_s1_bg.jpg");
}

/*CASE_S2-----------------*/
.case .s2{
	padding:60px 0;
}

.case .s2 .out{
	max-width:1050px;
}

.case .s2 h5{
	font-family:'Noto Serif TC', serif;
	font-size:28px;
	line-height:1.2em;
	text-align:center;
	letter-spacing:5px;
	position:relative;
	padding-bottom:0.8em;
}

.case .s2 h5:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:100px;
	height:1px;
	background:#B20000;
	margin-left:-50px;
}

.case .s2 h5 span{
	display:inline-block;
}

.case .s2 ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}

.case .s2 li{
	width:33.33%;
	margin-top:60px;
}

.case .s2 li a{
	margin:0 15px;
}

.case .s2 li a,
.case_in .s2 .more li a{
	display:block;
}

.case .s2 li h6 span,
.case_in .s2 .more li h6 span{
	display:block;
	height:1em;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.case .s2 li h6 .tw,
.case_in .s2 .more li h6 .tw{
	font-size:15px;
	color:#777777;
}

.case .s2 li h6 .en,
.case_in .s2 .more li h6 .en{
	font-family:'Noto Serif TC', serif;
	font-size:22px;
	font-weight:600;
	color:#B20000;
	margin:0.5em 0 1em;
}

.case .s2 li div,
.case_in .s2 .more li div,
.news .s2 li .image{
	padding-bottom:60%;
	position:relative;
	overflow:hidden;
}

.case .s2 li img,
.case_in .s2 .more li img,
.news .s2 li img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

.case .s2 li div:before,
.case_in .s2 .more li div:before{
	content:"瞭解更多";
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	top:150%;
	left:50%;
	padding:0.5em 1em;
	z-index:2;
	border:#E1E1E1 1px solid;
	margin:-1em 0 0 -3em;
	transition:0.2s;
}

.case .s2 li a:hover div:before,
.case_in .s2 .more li a:hover div:before{
	top:50%;
}

.case .s2 li div:after,
.case_in .s2 .more li div:after{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:linear-gradient(to bottom right,rgba(13,40,93,1),rgba(13,40,93,0));
	transition:0.2s;
}

.case .s2 li a:hover div:after,
.case_in .s2 .more li a:hover div:after{
	top:0%;
}

.case .s2 li p,
.case_in .s2 .more li p,
.news .s2 li p{
	line-height:1.5em;
	color:#333333;
	height:4.5em;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-top:1em;
}

@media only screen and (max-width:800px){
    .case .s2 li{
        width:50%;
    }
}

@media only screen and (max-width:500px){
    .case .s2 li{
        width:100%;
    }
}

/*CASE_IN-----------------------------------------*/

/*CASE_IN_S2-----------------*/
.case_in .s2{
	padding:50px 0;
}

.case_in .s2 .out{
	max-width:880px;
}

.case_in .s2 .t1{
	word-break:break-all;
	border-bottom:#B39E5C 2px solid;
}

.case_in .s2 .t1 .tw{
	line-height:1.2em;
	color:#777777;
}

.case_in .s2 .t1 .en{
	font-family:'Noto Serif TC', serif;
	display:block;
	font-size:1.6em;
	line-height:1.2em;
	color:#B20000;
	font-weight:600;
	margin:10px 0 20px;
}

.case_in .s2 .t2{
	font-family:'Noto Serif TC', serif;
	font-size:20px;
	line-height:1.5em;
	color:#545454;
	font-weight:600;
	margin:1em 0;
}

.case_in .s2 .text{
	line-height:1.5em;
	color:#545454;
}

.case_in .s2 .text img{
	display:block;
	max-width:100%;
	height:auto !important;
}

.case_in .s2 .back{
	display:block;
	font-family:'Noto Serif TC', serif;
	font-size:18px;
	color:#777777;
	line-height:65px;
	width:2.5em;
	padding-left:75px;
	position:relative;
	margin:40px 0;
	transition:0.2s;
}

.case_in .s2 .back:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:65px;
	height:65px;
	border:#BBBBBB 1px solid;
	border-radius:50%;
}

.case_in .s2 .back:after{
	content:"";
	position:absolute;
	top:24px;
	left:30px;
	width:15px;
	height:15px;
	border-style:solid;
	border-color:#9D6C43;
	border-width:0 0 3px 3px;
	transform:rotate(45deg);
	transition:0.2s;
}

.case_in .s2 .back:hover:after{
	left:25px;
}

.case_in .s2 .more h5{
	font-size:18px;
	border-bottom:#A07B5A 1px solid;
	padding-bottom:0.5em;
	margin-bottom:1em;
}

.case_in .s2 .more ul{
	display:flex;
	justify-content:space-between;
}

.case_in .s2 .more li{
	width:49%;
}

.case_in .s2 .more li a{
	background:#FFFFFF;
	padding:100px 20px 40px 80px;
	position:relative;
}

.case_in .s2 .more li a:before{
	font-family:'Noto Serif TC', serif;
	position:absolute;
	top:40px;
	left:20px;
	font-weight:bold;
	color:#A07B5A;
}

.case_in .s2 .more li:nth-child(1) a:before{
	content:"Prev";
}

.case_in .s2 .more li:nth-child(2) a:before{
	content:"Next";
}

.case_in .s2 .more li a:after{
	content:"";
	position:absolute;
	top:40px;
	left:70px;
	width:92px;
	height:12px;
	background:url("../images/case_in_arrow.png") no-repeat;
	background-size:cover;
	transition:0.2s;
}

.case_in .s2 .more li a:hover:after{
	left:90px;
}

@media only screen and (max-width:1000px){
    .case_in .s2 .more li a{
        padding:100px 20px 40px;
    }
}

@media only screen and (max-width:500px){
	/*CASE_IN_S2-----------------*/
    .case_in .s2 .more ul{
        display:block;
    }
	
    .case_in .s2 .more li{
        width:auto;
    }
	
	.case_in .s2 .more li:first-child{
		margin-bottom:20px;
    }
}

/*NEWS-----------------------------------------*/

/*NEWS_S1-----------------*/
.news .s1,
.news_in .s1{
	background-image:url("../images/news_s1_bg.jpg");
}

/*NEWS_S2-----------------*/
.news .s2 ul{
	display:flex;
	flex-wrap:wrap;
	margin:70px -5px 0;
}

.news .s2 li{
	width:33.33%;
	margin-bottom:50px;
}

.news .s2 a{
	display:block;
	margin:0 5px;
	padding:15px;
	position:relative;
	top:0;
	transition:0.2s;
}

.news .s2 a:hover{
	top:-5px;
	background:#FFFFFF;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.news .s2 li img{
	width:100%;
}

.news .s2 li .date{
	font-family:'Noto Serif TC', serif;
	font-size:14px;
	color:#777777;
	margin-top:20px;
}

.news .s2 li span{
	font-size:19px;
	color:#8C6800;
	padding-right:20px;
	position:relative;
}

.news .s2 li span:after{
	content:"";
	position:absolute;
	right:10px;
	bottom:4px;
	width:1px;
	height:13px;
	background:#777777;
}

.news .s2 li p{
	font-size:17px;
}

@media only screen and (max-width:800px){
    .news .s2 li{
        width:50%;
    }
}

@media only screen and (max-width:500px){
    .news .s2 li{
        width:100%;
    }
}

/*NEWS_IN-----------------------------------------*/

/*NEWS_IN_S2-----------------*/
.news_in .s2{
	padding-top:100px;
}

.news_in .s2 .out{
	max-width:920px;
}

.news_in .s2 img{
	max-width:100%;
	height:auto !important;
}

.news_in .s2 .date{
	font-family:'Noto Serif TC', serif;
	font-size:20px;
	position:absolute;
	top:0;
	left:20px;
	color:#777777;
	text-align:center;
	font-weight:600;
}

.news_in .s2 .date div{
	font-size:30px;
	color:#8C6800;
	margin-bottom:0.3em;
}

.news_in .s2 .date:after{
	content:"";
	position:absolute;
	top:80px;
	left:50%;
	width:1px;
	height:85px;
	background:#B6B6B6;
}

.news_in .s2 .back{
	display:inline-block;
	font-family:'Noto Serif TC', serif;
	position:absolute;
	top:200px;
	left:23px;
	font-size:18px;
	color:#777777;
	width:66px;
	text-align:center;
	padding-top:75px;
	transition:color 0.2s;
}

.news_in .s2 .back:hover{
	color:#333333;
}

.news_in .s2 .back:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:65px;
	height:65px;
	border:#BBBBBB 1px solid;
	border-radius:50%;
}

.news_in .s2 .back:after{
	content:"";
	position:absolute;
	top:25px;
	left:30px;
	width:15px;
	height:15px;
	border-style:solid;
	border-color:#9D6C43;
	border-width:0 0 3px 3px;
	transform:rotate(45deg);
	transition:0.2s;
}

.news_in .s2 .back:hover:after{
	left:25px;
}

.news_in .s2 .text{
	margin-left:170px;
	line-height:1.5em;
	padding-bottom:100px;
}

.news_in .s2 h1{
    font-family:'Noto Serif TC', serif;
	font-size:22px;
	line-height:1.5em;
	border-bottom:#B39E5C 2px solid;
	padding-bottom:1.5em;
	margin-bottom:1em;
}

/*INVESTORS-----------------------------------------*/

/*INVESTORS_S1-----------------*/
.investors .s1{
	background-image:url("../images/investors_s1.jpg");
}

/*INVESTORS_S2-----------------*/
.investors .s2 .out{
	padding:70px 20px;
	display:flex;
	align-items:flex-start;
}

.investors .s2 .mb{
	display:none;
}

/*INVESTORS_S2_LEFT*/
.investors .s2 .left{
	width:240px;
	min-width:240px;
	margin-right:45px;
}

.investors .s2 .left .title,
.investors .s2 .left a{
	padding:18px 9px;
}

.investors .s2 .left .title{
	font-family:'Noto Serif TC', serif;
	font-size:20px;
    line-height:1.3em;
	font-weight:600;
	color:#866241;
	border-bottom:#866241 1px solid;
}

.investors .s2 .left ul{
	margin-bottom:1em;
}

.investors .s2 .left li{
	border-bottom:#FFFFFF 1px solid;
}

.investors .s2 .left a{
	display:block;
	font-weight:bold;
	color:#333333;
    line-height:1.5em;
	border-bottom:#CCCCCC 1px solid;
	transition:0.2s;
}

.investors .s2 .left a:hover{
	color:#866241;
}

.investors .s2 .left li.active a{
	padding-left:1em;
	color:#B20000;
}

/*INVESTORS_S2_RIGHT*/
.investors .s2 .right{
	width:100%;
	padding:30px;
	box-sizing:border-box;
	background:#FFFFFF;
}

.investors .s2 .right h6,
.strategy .title{
	position:relative;
	font-family:'Noto Serif TC', serif;
	font-size:26px;
	line-height:32px;
	font-weight:600;
	color:#543F2C;
	padding-left:18px;
	margin-bottom:50px;
}

.investors .s2 .right h6:before,
.strategy .title:before{
	content:"";
	position:absolute;
	top:3px;
	left:0;
	bottom:0;
	width:6px;
	background:#B20000;
	border-top:#C5AB89 6px solid;
}

.investors .s2 .right .top{
	display:flex;
	justify-content:space-between;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.investors .s2 .right .top li{
	display:flex;
	align-items:center;
	gap:10px;
}

.investors .s2 .right .top li:last-child{
	font-size:16px;
}

.investors .s2 .right .select_box{
	position:relative;
	vertical-align:middle;
	border:#CCCCCC 1px solid;
}

.investors .s2 .right .select_box:after{
	content:"";
	position:absolute;
	top:50%;
	right:10px;
	border-style:solid;
	border-width:6px 3px 0 3px;
	border-color:#333333 transparent transparent transparent;
	margin-top:-3px;
}

.investors .s2 .right select{
	border:none;
	background:#FFFFFF;
	font-size:18px;
	height:33px;
	width:130px;
	padding:0 10px;
}

.investors .s2 .right .table,
.investors .s2 .right table{
	width:100%;
	/*table-layout:fixed;*/
}

.investors .s2 .right .td,
.investors.fun .s2 .right td,
.investors.dir .s2 .right td{
	line-height:1.5em;
	text-align:center;
	padding:0.5em 0.8em;
}

.investors.mon .s2 .right .td{
	padding:1em 0.8em;
}

.investors.rev .s2 .right .td{
	border-bottom:#DDDDDD 1px solid;
}

.investors .s2 .right .tr:first-child .td,
.investors.fun .s2 .right tr:first-child td,
.investors.dir .s2 .right tr:nth-child(-n+2) td{
	border-bottom:#B20000 2px solid;
	background:#F3EFE4;
    vertical-align:middle;
}

.investors .s2 .right .ps{
	margin-top:40px;
	text-indent:-0.7em;
	line-height:1.3em;
}

.investors .s2 .right .ps:before{
	content:"• ";
	color:#99673E;
}

/*INVESTORS_S2_RIGHT_REPORT*/
.investors.rep .right .tr,
.investors.fin .right .tr{
	color:#333333;
	transition:background 0.2s;
}

.investors.rep .right .td:first-child,
.investors.fin .right .td:first-child{
	text-align:left;
}

.investors.rep .right .tr:nth-child(odd),
.investors.fin .right .tr:nth-child(odd){
	background:#F6F6F6;
}

.investors.rep .right .tr:hover,
.investors.fin .right .tr:hover{
	background:#F3EFE4;
}

.investors.rep .right .td:last-child,
.investors.fin .right .td:last-child{
	width:3em;
	vertical-align:middle;
}

.investors.rep .right .tr span,
.investors.fin .right .tr span,
.investors.rep.meeting .right .tr span,
.investors.day .s2 .right .link a:after{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	height:24px;
	background:url("../images/investors_download.png") no-repeat;
	background-size:auto 24px;
}

.investors.rep.meeting .right .tr span{
	background-image:url("../images/play_icon.png");
}

.investors.rep .right .tr:hover span,
.investors.fin .right .tr:hover span,
.investors.rep.meeting .right .tr:hover span{
	background-position:right;
}

/*.investors.rep_mego*/

.investors.rep .right .title_txt,
.investors.fin .right .title_txt{	
	color:#9F7148;
	font-weight:bold;
	margin-bottom:1em;
}

.investors.talk .right ol.list_ol_txt{
	display:flex;
	margin-top:0.5em;
}

.investors.talk .right ol.list_ol_txt{
	padding-bottom:0.5em;
}

.investors.talk .right ol.list_ol_txt li:last-child{
	padding-bottom:0;
}


/*.investors.rep_mego*/

.investors .s2 .right{
	line-height:1.5em;
	/*text-align:center;
	padding:0.5em 0.8em;*/
}


.investors.rep .right .title_txt,
.investors.fin .right .title_txt{	
	color:#9F7148;
	font-weight:bold;
	margin-bottom:1em;
}
	
.investors.rep .right ol.list_ol_txt,
.investors.fin .right ol.list_ol_txt{
	/*display:flex;*/
	margin-top:0.5em;
	margin-left:1em;
	
}
.investors.rep .right .p_txt,
.investors.fin .right .p_txt{
	margin-bottom:2em;
}


.investors.rep .right ol.list_ol_txt,
.investors.fin .right ol.list_ol_txt{
	padding-bottom:2em;
}

.investors.rep .right ol.list_ol_txt li,
.investors.fin .right ol.list_ol_txt li{
	line-height:1.7em;

}

.investors.rep .right ol.list_ol_txt li a,
.investors.fin .right ol.list_ol_txt li a{
	color:#333333;
	border-bottom:#FFFFFF 1px solid;
	transition:0.2s;
}

.investors.rep .right ol.list_ol_txt li a:hover,
.investors.fin .right ol.list_ol_txt li a:hover{
	color:#B20000;
	border-bottom:#B20000 1px solid;
}


/*INVESTORS_S2_RIGHT_TALK*/
.investors.talk .right .table{
	table-layout:auto;
}

.investors.talk .right .td,
.investors.talk.dir .right .table .tr .td{
	border-bottom:#A2734C 1px solid;
	padding:2em 0.8em;
}

.investors.talk .right .tr:last-child .td{
	border-bottom:none;
}

.investors.talk .right .tr:first-child .td{
	padding:0.5em 0.8em;
}

.investors.talk .right .td:first-child{
	width:20%;
}

.investors.talk.dir .right .td:first-child{
	width:32%;
}

.investors.talk.interest .right .td:first-child{
	width:auto;
}

.investors.talk .right .td:nth-child(2),
.investors.talk.interest .right .td{
	text-align:left;
}

.investors.talk.interest .right .td:nth-child(2){
	width:225px;
}

.investors.talk .right .title{
	color:#9F7148;
	font-weight:bold;
	margin-bottom:0.5em;
}

.investors.talk .right .list{
	list-style:disc;
	margin-left:1.2em;
}

.investors.talk .right .list li::marker{
	color:#A07149;
}

.investors.talk .right .list ul{
	display:flex;
	/*margin-top:0.5em;*/
}

.investors.talk .right .list li:last-child{
	padding-bottom:0;
}

.investors.talk .right .list ul li{
	border-right:#CCCCCC 1px solid;
	padding:0 0.9em 0 0;
	margin-right:0.9em;
}

.investors.talk .right .list ul li:last-child{
	border-right:none;
	padding-right:0;
	margin-right:0;
}

.investors.talk .right .list a{
	color:#333333;
	border-bottom:#FFFFFF 1px solid;
	transition:0.2s;
}

.investors.talk .right .list a:hover{
	color:#B20000;
	border-bottom:#B20000 1px solid;
}

/*INVESTORS_S2_RIGHT_MONTH*/
.investors.rep.mon .right .td:nth-child(2){
	width:6em;
}

/*INVESTORS_S2_RIGHT_DAY*/
.investors.day .s2 .right{
	min-width:0;
}

.investors.day .s2 .right .top{
	display:block;
}

.investors.day .s2 .right .top ul{
	display:flex;
	gap:5px;
	margin-top:25px;
	padding-bottom:5px;
	overflow:auto;
}

.investors.day .s2 .right .top ul a{
	display:block;
	font-size:18px;
	color:#222222;
	width:60px;
	min-width:60px;
	line-height:40px;
	text-align:center;
	background:#EEEEEE;
	transition:0.2s;
}

.investors.day .s2 .right .top ul a:hover{
	background:#E0C8B6;
}

.investors.day .s2 .right .top ul li.active a{
	color:#FFFFFF;
	background:#9A683D;
}

.investors.day .s2 .right .link{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
}

.investors.day .s2 .right .link li{
	width:33.33%;
}

.investors.day .s2 .right .link a{
	position:relative;
	display:block;
	color:#333333;
	padding:1em;
	border-bottom:#E1CDBD 1px solid;
	margin:0 10px;
	transition:0.2s;
}

.investors.day .s2 .right .link a:hover{
	color:#B20000;
	background:#F3EFE4;
	border-bottom:#B20000 1px solid;
}

.investors.day .s2 .right .link a:after{
	content:"";
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	opacity:0;
	transition:0.2s;
}

.investors.day .s2 .right .link a:hover:after{
	opacity:1;
}

/*INVESTORS_S2_INTEREST*/
.investors.interest .s2 .right,
.investors.fun .s2 .right,
.investors.dir .s2 .right{
	min-width:0;
}

.investors.interest .s2 .right .table,
.investors.fun .s2 .right .table,
.investors.fun .s2 .right table,
.investors.dir .s2 .right table{
	width:100%;
	min-width:775px;
}

.investors .scroll_tb{
	overflow:auto;
}

.investors .scroll_img{
	display:none;
	margin-top:10px;
	height:28px;
	background:url("../images/scroll_img.png") center no-repeat;
	background-size:auto 28px;
}

/*INVESTORS_S2_FUNCTION*/
.investors.fun .s2 .right .table,
.investors.fun .s2 .right table,
.investors.dir .s2 .right table{
    box-sizing:border-box;
    border-collapse:collapse;
}

.investors.fun .s2 .right .tr:first-child .td,
.investors.fun .s2 .right tr:first-child td,
.investors.dir .s2 .right tr:nth-child(-n+2) td{
	border-bottom:none;
}

.investors.fun .s2 .right .td,
.investors.fun .s2 .right td,
.investors.dir .s2 .right td{
    vertical-align:middle;
    font-size:15px;
    border:#E1CDBD 1px solid;
    background:#FFFFFF;
}

.investors.dir .s2 .right .bm tr:nth-child(n+3) td:nth-child(1),
.investors.dir .s2 .right .bm tr:nth-child(n+3) td:nth-child(3){
    white-space:nowrap;
}

.investors.fun .s2 .right .tb2 .td:first-child,
.investors.fun .s2 .right td:first-child{
    width:80px;
    text-align:left;
}

.investors.fun .s2 .right .tb2 .td:last-child,
.investors.fun .s2 .right td:last-child{
    width:150px;
    text-align:left;
}

.investors.fun .s2 .right .tb2 .td:nth-child(2),
.investors.fun .s2 .right td:nth-child(2){
    width:3em;
}

.investors.fun .s2 .right .tb2 .td:nth-child(3),
.investors.fun .s2 .right td:nth-child(3){
    text-align:left;
}

.investors.fun .s2 .right .tb2 .td:nth-child(4),
.investors.fun .s2 .right td:nth-child(4){
    width:80px;
}

.investors.fun .s2 .right .tb2 ol,
.investors.fun .s2 .right ul{
    margin-left:1.2em;
}

.investors.fun .s2 .right ul{
    list-style:disc;
    text-align:left;
}

.investors.fun .s2 .right ul li::marker{
    color:#A07149;
}

/*INVESTORS_S2_FAITH*/
.investors.faith .s2 .right ol,
.investors.faith .s2 .right ul,
.investors.com .s2 .right ol{
    margin-left:1.2em;
}

.investors.faith .s2 .right ul{
    list-style:disc;
}

.investors.faith .s2 .right ol > li{
    margin-bottom:1em;
}

/*INVESTORS_S2_COMMUNICATION*/
.investors.com .s2 .right .td{
    width:auto;
}

.investors.com .s2 .right .td:last-child{
    text-align:left;
}

.investors.com .s2 .right .td:nth-child(-n+3){
    width:6em;
}

/*TABLE-----------------------------------------*/
.table{
    display:table;
}

.tr{
    display:table-row;
}

.td{
    display:table-cell;
}

/*CONTACT-----------------------------------------*/

/*CONTACT_S1-----------------*/
.contact .s1{
	background-image:url("../images/contact_s1_bg.jpg");
}

/*CONTACT_S2-----------------*/
.contact .s2{
	padding:80px 0;
}

.contact .s2 h2{
	font-size:23px;
	line-height:1.3em;
}

.contact .s2 ul{
	max-width:685px;
	margin:50px 0 10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.contact .s2 li{
	font-size:17px;
	position:relative;
	min-height:78px;
	padding:0 0 30px 95px;
	word-break:break-all;
}

.contact .s2 li img{
	position:absolute;
	top:0;
	left:0;
	width:78px;
}

.contact .s2 li h6{
	display:inline-block;
	position:relative;
	margin:0.5em 0;
}

.contact .s2 li h6:after{
	content:"";
	position:absolute;
	top:50%;
	right:-45px;
	width:35px;
	height:1px;
	background:#9D6C42;
}

.contact .s2 li p{
	line-height:1.5em;
}

.contact .s2 .map{
	border:#FFFFFF 7px solid;
}

.contact .s2 .map iframe{
	width:100%;
	height:500px;
}

.contact .s2 .more{
	display:block;
	color:#333333;
	font-weight:bold;
	width:7em;
	position:relative;
	padding-right:15px;
	margin:30px 0 0 auto;
	transition:0.2s;
}

.contact .s2 .more:hover{
	padding-right:20px;
}

.contact .s2 .more:after{
	content:"";
	position:absolute;
	top:5px;
	right:0;
	width:5px;
	height:5px;
	border-style:solid;
	border-color:#8C0000;
	border-width:2px 2px 0 0;
	transform:rotate(45deg);
}

/*COMMON--------------------------------------------------------------------*/
article{
	margin-top:100px;
	transition:0.2s;
}

header.active + article{
	margin-top:80px;
}

/*HEADER-----------------------------------------*/
header{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	background:#FFFFFF;
	transition:0.2s;
}

header .out{
    max-width:1250px;
}

header .mb_bt,
header .mb{
	display:none;
}

header .logo{
	display:inline-block;
	position:absolute;
	top:50%;
	left:20px;
	z-index:1;
	width:30%;
	max-width:345px;
	transform:translateY(-50%);
	transition:0.2s;
}

header.active .logo{
	max-width:250px;
}

header .logo img{
	width:100%;
}

header .pc .menu{
	text-align:right;
	padding-top:40px;
    padding-right:170px;
	transition:0.2s;
}

header.active .pc .menu{
	padding-top:30px;
}

header .pc .list{
	display:inline-block;
	font-size:20px;
	margin-left:1.8em;
	position:relative;
}

header .pc .list div,
header .pc .list > a{
	display:block;
	padding-bottom:40px;
	cursor:pointer;
	position:relative;
	transition:0.2s;
}

header.active .pc .list div,
header.active .pc .list > a{
	padding-bottom:30px;
}

header .pc .list span{
	position:relative;
	color:#333333;
	top:0;
	transition:0.2s;
}

header .pc .list div span:after,
header .pc .list > a span:after{
	content:"";
	position:absolute;
	top:2em;
    left:50%;
	width:0;
	height:1px;
	background:#B20000;
    transform:translateX(-50%);
	transition:0.2s;
}

header .pc .list div span:before{
	content:"";
	position:absolute;
	top:0.6em;
	right:-0.5em;
    border-style:solid;
    border-width:4px 3px 0 3px;
    border-color:#333333 transparent transparent transparent;
}

header .pc .list:hover div span,
header .pc .list:hover > a span{
	top:-10px;
	color:#B20000;
}

header .pc .list:hover div span:before{
    border-color:#B20000 transparent transparent transparent;
}

header .pc .list:hover div span:after,
header .pc .list:hover > a span:after{
	width:2em;
}

header .pc .list ul{
	position:absolute;
	left:50%;
	width:150px;
	text-align:left;
	background:#B88B47;
	max-height:0;
	padding:0;
	margin-left:-75px;
	overflow:hidden;
	transition:0.2s;
}

header .pc .list:hover ul{
	padding:10px 0;
	max-height:200px;
}

header .pc .list li a{
	white-space:nowrap;
	display:block;
	color:#FFFFFF;
	font-size:18px;
	padding:0.7em 0;
	text-align:center;
}

header .pc .list li:hover a{
	background:#444444;
}

/*HEADER_LANG-----------------*/
header .pc .lang{
	position:absolute;
	top:32px;
	right:20px;
    font-weight:bold;
    transition:0.2s;
}

header.active .pc .lang{
	top:22px;
}

header .lang div{
	position:relative;
	width:125px;
	text-align:center;
	line-height:34px;
	padding-left:15px;
	background:#EEEEEE url("../images/header_icon.svg") left 15px center no-repeat;
	border-radius:20px;
	cursor:pointer;
}

header .pc .lang:hover div{
	border-radius:15px 15px 0 0;
}

header .lang div:after{
	content:"";
	position:absolute;
	top:50%;
	right:15px;
    border-style:solid;
    border-width:6px 3px 0 3px;
    border-color:#B20000 transparent transparent transparent;
	margin-top:-3px;
}

header .lang ul{
	position:absolute;
	width:100%;
	background:#EEEEEE;
	padding:10px 0;
	border-radius:10px;
	transform-origin:top;
	transform:scaleY(0);
	transition:0.2s;
}

header .lang:hover ul{
	border-radius:0 0 10px 10px;
}

header .lang li a{
	font-size:16px;
}

header .pc .lang:hover ul,
header .lang div.active + ul{
	transform:scaleY(1);
}

header .lang li a{
	white-space:nowrap;
	display:block;
	color:#212121;
	padding:0.7em 0;
	text-align:center;
	transition:0.2s;
}

header .lang li:hover a{
	color:#FFFFFF;
	background:#AD8343;
}

@media only screen and (max-width:1250px){
    header .logo{
        max-width:250px;
    }
    
    header .pc .list{
        font-size:1.6vw;
        line-height:20px;
    }
}

/*LOADER-----------------------------------------*/
.loader_page{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:8000;
	background:#FFFFFF;
	transition:1s cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.loader_page img{
	width:60px;
}

.loader_page .progress_back{
	width:140px;
	height:1px;
	background:#EEEEEE;
	margin:20px auto;
}

.loader_page .progress-bar{
	background:#333333;
	height:1px;
	width:0%;
}

.loader_page.active{
	top:-100%;
}

.loader_page .out{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	transition:0.5s;
}

.loader_page.active .out{
	opacity:0;
}

/*AREA-----------------------------------------*/
.area{
	background:#8E6546;
}

.area ul{
	display:flex;
}

.area li{
	padding:0.8em 0;
	color:#FFFFFF;
}

.area li:after{
	content:">";
	margin:0 0.5em;
}

.area li:last-child:after{
	display:none;
}

.area li a{
	color:#FFFFFF;
	transition:0.2s;
}

.area li a:hover{
	opacity:0.9;
}

/*PAGE_NUMBER-----------------------------------------*/
.page_number{
	font-family:Arial;
	color:#937D6A;
	text-align:center;
	padding-bottom:60px;
}

.page_number ul{
	display:inline-block;
	text-align:center;
	margin:0px auto;
	background:#FFFFFF;
	overflow:hidden;
}

.page_number li{
	display:inline-block;
}

.page_number li select{
	cursor:pointer;
	padding:0px 5px;
}

.page_number li.page_select{
	padding:0px 20px 0 10px;
	position:relative;
}

.page_number li.page_select .select_box{
	display:inline-block;
	position:relative;
}

.page_number li.page_select .select_box:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	border-style:solid;
	border-width:6px 3px 0 3px;
	border-color:#937D6A transparent transparent transparent;
	transform:translateX(-50%);
	margin-left:1px;
	transition:0.2s;
}

.page_number li.page_select .select_box:hover:after{
	border-color:#B20000 transparent transparent transparent;
}

.page_number a{
	display:inline-block;
	width:40px;
	height:45px;
	vertical-align:middle;
	position:relative;
}

.page_number a:hover{
	background:#B20000;
}

.page_number li a:after{
	content:"";
	position:absolute;
	top:50%;
	border-style:solid;
	border-color:#937D6A;
	border-width:0px 2px 2px 0px;
	padding:4px;
	margin-top:-5px;
}

.page_number li a:hover:after{
	border-color:#FFFFFF;
}

.page_number li.page_prev a:after{
	right:13px;
	transform:rotate(135deg);
}

.page_number li.page_next a:after{
	left:13px;
	transform:rotate(-45deg);
}

.page_number li select{
	border:none;
	font-family:Arial;
	font-size:24px;
	color:#937D6A;
	font-weight:bold;
	border-radius:5px;
	background:none;
	margin-bottom:5px;
	text-align-last:center;
	transition:0.2s;
}

.page_number li .select_box:hover select{
	color:#B20000;
}

/*PAGETOP-----------------------------------------*/
body a.pagetop{
	display:block;
	width:45px;
	height:45px;
	border-radius:50%;
	z-index:500;
	background:#B20000;
	opacity:0.8;
	position:relative;
	transition:opacity 0.2s;
}

body a.pagetop:hover{
	opacity:1 !important;
}

body a.pagetop:after{
	content:"";
	border:solid #FFFFFF;
	border-width:0px 2px 2px 0px;
	padding:5px;
	display:inline-block;
	position:absolute;
	top:55%;
	left:50%;
	transform:rotate(-135deg) translate(-50%,-50%);
	transform-origin:left top;
}

/*FOOTER-----------------------------------------*/
footer{
	padding:30px 0;
}

/*FOOTER_TOP-----------------*/
footer .top{
	border-bottom:#E5CCA7 1px solid;
	position:relative;
}

footer .top h1{
	font-size:20px;
	line-height:1.3em;
}

footer .top h1 strong{
	font-weight: bold;
}
footer .top h1 em{
	font-style: normal;
}
footer .top h1 a{
	color:#333;
	text-decoration: none;
	position: static !important;
}

footer .top ul{
	margin:0.5em 0 0.8em;
}

footer .top li{
	display:inline;
	line-height:1.5em;
}

footer .top li span{
	padding:0 0.5em;
	color:#A97B30;
}

footer .top a{
	position:absolute;
	right:0;
	bottom:0.8em;
	color:#3B71BF;
	font-weight:bold;
	transition:0.2s;
}

footer .top a:hover{
	opacity:0.9;
}

footer .top a img{
	width:28px;
	vertical-align:middle;
	margin:-0.4em 0.5em 0 0;
}

/*FOOTER_BOTTOM-----------------*/
footer .bottom{
	font-size:15px;
	padding-top:1em;
	line-height:1.5em;
}

footer .bottom p{
	float:left;
}

footer .bottom a{
	float:right;
	color:#C5C5C5;
	transition:0.2s;
}

footer .bottom a:hover{
	color:#A5A5A5;
}

/*MOBILE----------------------------------------------------------------------------*/
@media only screen and (max-width:1000px){
	/*HOME-----------------------------------------*/
	
    /*HOME_S1-----------------*/
    .home .s1{
        height:auto;
        background:none;
    }
	
    .home .s1 .out{
		display:none;
    }
	
    .home .s1 .mb{
        display:block;
		width:100%;
    }
	
	/*HOME_S2-----------------*/
    .home .s2{
        padding:60px 0 50px;
		background-position:50% 0 !important;
    }
	
    .home .s2 h5{
        padding-left:10px;
    }
	
    .home .s2 .splide{
        padding:0;
    }
	
    .home .s2 .more{
        padding-right:10px;
		margin-top:1.3em;
    }
	
    .home .s2 .splide__arrow{
		display:none;
    }
	
    .home .s2 .splide__slide .text{
        padding:20px 0;
    }
	
    .home .s2 .splide__pagination{
        display:inline-flex;
        bottom:-20px;
    }
	
	/*HOME_S3-----------------*/
    .home .s3 ul{
        position:static;
        margin-left:0;
        white-space:normal;
    }
	
	.home .s3 li{
		display:block;
	}
	
    /*HOME_S3_left*/
    .home .s3 .left{
        margin:0;
    }
	
    .home .s3 .left img{
		width:100%;
    }
	
	/*HOME_S3_right*/
    .home .s3 .right{
        width:auto;
        padding:85px 0 50px 0;
        background:#FFFFFF;
    }
	
    .home .s3 .right h5 span{
        padding-left:40px;
    }

    .home .s3 .right h5 span:before{
        left:10px;
        width:20px;
    }
	
    .home .s3 .right .text{
        width:auto;
        max-width:none;
        left:0;
		padding:0 30px;
    }
	
	/*HOME_S4-----------------*/
    .home .s4{
        padding:60px 0;
        height:auto;
		background-size:cover;
    }
	
    .home .s4 h5{
        font-size:28px;
        color:#FFFFFF;
        padding:0.7em 0;
        position:relative;
        margin-bottom:1.5em;
    }
	
    .home .s4 li{
        width:auto;
    }
	
	/*ABOUT-----------------------------------------*/
    .about{
        padding-bottom:50px;
		background:#000000 url("../images/about_bg3_mb.jpg") top right -100px no-repeat;
    }
	
	/*ABOUT_S1-----------------*/
    .about .s1{
        padding:75px 0;
    }
	
	/*ABOUT_S2_TAB*/
	.about .s2 .out{
		padding:0;
	}
	
    .about .s2 .bottom{
        margin-bottom:0;
    }
	
    .about .s2 .tab li.active a:after{
		display:none;
    }
	
    /*ABOUT_S2_BOTTOM_TAB1*/
    .about.tab1 .bottom,
	.about.tab2 .name,
	.about.tab2 .group{
        padding:50px 30px;
    }
	
    .about.tab1 .bottom .list:first-child{
        margin-bottom:50px;
    }
	
	/*ABOUT_S2_BOTTOM_TAB2*/
	
	/*ABOUT_S2_BOTTOM_TAB2_NAME*/
    .about.tab2 .name li{
        padding-bottom:70px;
    }
	
    .about.tab2 .name img{
        position:static;
    }
	
    .about.tab2 .name h5{
        margin:0.7em 0;
    }
	
    .about.tab2 .name p{
        padding:0 0 1em;
    }
	
	/*ABOUT_S2_BOTTOM_TAB2_GROUP*/
    .about.tab2 .group .box{
        padding-left:0;
    }
	
    .about.tab2 .group h6{
        position:relative;
    }
	
	/*ABOUT_S2_BOTTOM_TAB3*/
    .about.tab3 .bottom{
        padding:50px 0 1px;
    }
	
	.about.tab3 .bottom ul{
		max-width:600px;
		margin:0 auto;
	}
	
    .about.tab3 .bottom ul li{
        width:50%;
		margin-bottom:30px;
    }
	
	/*ABOUT_S2_BOTTOM_TAB4*/
    .about.tab4 .bottom{
        padding-top:50px;
    }
	
    .about.tab4 .bottom ul{
        width:auto;
		max-width:600px;
		padding:0 20px;
    }
	
    .about.tab4 .bottom li span{
        font-size:25px;
		left:-100px;
    }
	
    .about.tab4 .bottom p{
		margin-left:100px;
    }
	
    .about.tab4 .bottom ul:before{
        content:"";
        position:absolute;
        top:0px;
        left:99px;
        width:3px;
        height:100%;
        background:#B88B47;
        transform:none;
    }
	
    .about.tab4 .bottom ul:after{
		display:none;
    }
	
    .about.tab4 .bottom li{
        padding-left:0 !important;
    }
	
	/*STRATEGY-----------------------------------------*/
    .strategy{
        padding-top:50px;
    }
	
	/*STRATEGY_S1_1-----------------*/
    .strategy .s1_1 .text{
        padding:40px 0 0;
        display:block;
    }
	
    .strategy .s1_1 .left,
    .strategy .s1_1 .right{
        width:auto;
		padding:0;
    }
	
    .strategy .s1_1 .right img{
		display:block;
		max-width:500px;
		margin:50px auto 0;
    }
	
    /*STRATEGY_S2-----------------*/
    .strategy .s2{
        margin:50px 0 70px;
    }
	
    .strategy .s2 .out{
        max-width:400px;
    }
	
    .strategy .s2 .out:before{
        content:"Innovation ability";
    }
	
    .strategy .s2 .out:after{
        content:"Business Scale";
    }
	
    .strategy .s2 .box{
		box-shadow:0 0 5px rgba(0,0,0,0.1);
    }
	
    .strategy .s2 .box ul{
        padding:0 0 30px 20px;
        display:block;
    }
	
    .strategy .s2 .box li{
		width:auto !important;
		height:auto !important;
        background:url("../images/strategy_s2_line2.png") bottom center no-repeat;
        background-size:100% auto;
        top:0;
		padding:0 30px 80px 0 !important;
		margin:0 -30px 30px 0;
		text-align:center;
    }
	
	.strategy .s2 .box li:last-child{
		padding:0 30px 0 0 !important;
		margin:0 -30px 0 0;
    }
	
    .strategy .s2 .box li:nth-child(3) img:nth-of-type(1){
        margin:0 0 20px;
    }
	
	/*STRATEGY_S3-----------------*/
    .strategy .s3{
        padding-bottom:50px;
    }
	
    .strategy .s3 .out{
        max-width:600px;
		margin:0 auto;
    }
	
    .strategy .s3 .box{
        margin:0;
        display:block;
    }
	
    .strategy .s3 .list{
        width:auto;
        margin:0 0 5px;
        padding:40px 30px;
    }
	
    /*CASE-----------------------------------------*/
    .pagebg .s1 .out{
        height:150px;
    }
	
    .pagebg .s1 .title,
	.about .s1 h1,
	.strategy .s1 h1{
        font-size:26px;
    }
    
    .pagebg .s1 .title{
        top:50%;
    }

    .pagebg .s1 .title span,
	.about .s1 h1 span,
	.strategy .s1 h1 span{
        font-size:15px;
    }
	
    /*CASE_S1-----------------*/
    .case .s1,
    .case_in .s1{
        background-image:url("../images/case_s1_bg_mb.jpg");
    }
	
	/*NEWS_IN-----------------------------------------*/
	
    /*NEWS_S1-----------------*/
    .news .s1,
    .news_in .s1{
        background-image:url("../images/news_s1_bg_mb.jpg");
    }
	
	/*NEWS_IN_S2-----------------*/
    .news_in .s2{
        padding-top:50px;
    }
	
    .news_in .s2 .date{
        position:static;
		text-align:left;
		margin-bottom:0.5em;
    }
	
	.news_in .s2 .date div{
		display:inline;
        font-size:20px;
		color:#777777;
	}
	
	.news_in .s2 .date div:after{
		content:"-";
	}
	
    .news_in .s2 .date:after{
		display:none;
    }
	
    .news_in .s2 .text{
        margin-left:0;
        font-size:17px;
        line-height:1.5em;
        padding-bottom:50px;
    }
	
    .news_in .s2 .back{
        display:block;
        position:relative;
        top:0;
        left:0;
        padding:0 0 0 75px;
		width:2em;
		line-height:66px;
		margin-top:30px;
    }
	
    .news_in .s2 .back:before{
        content:"";
        position:absolute;
        left:0;
        top:0;
        width:65px;
        height:65px;
        border:#BBBBBB 1px solid;
        border-radius:50%;
    }
	
	/*INVESTORS-----------------------------------------*/
	
	/*INVESTORS_S1-----------------*/
    .investors .s1{
        background-image:url("../images/investors_s1_mb.jpg");
    }
	
	/*INVESTORS_S2-----------------*/
    .investors .s2 .out{
        display:block;
		padding:70px 0;
    }
	
    .investors .s2 .mb{
		position:relative;
		font-family:'Noto Serif TC', serif;
		font-size:18px;
		color:#FFFFFF;
        display:block;
		background:#866241;
		padding:15px;
		cursor:pointer;
    }
	
    .investors .s2 .mb:after{
        content:"";
        position:absolute;
        top:50%;
        right:20px;
        border-style:solid;
        border-width:6px 3px 0 3px;
        border-color:#FFFFFF transparent transparent transparent;
        margin-top:-3px;
    }
	
	/*INVESTORS_S2_LEFT*/
    .investors .s2 .left{
        width:280px;
        margin:0 auto 50px;
    }
	
    .investors .s2 .left .title{
		position:relative;
        font-size:16px;
		cursor:pointer;
    }
	
	.investors .s2 .left .title:after{
		content:"";
		position:absolute;
		top:50%;
		right:10px;
		width:12px;
		height:1px;
		background:#866241;
	}
	
	.investors .s2 .left .title:before{
		content:"";
		position:absolute;
		top:50%;
		right:15px;
		width:1px;
		height:12px;
		background:#866241;
		margin-top:-5px;
	}
	
	.investors .s2 .left .title.active:before{
		display:none;
	}
	
	.investors .s2 .left .menu{
		display:none;
		padding:15px;
		background:#FFFFFF;
	}
	
	.investors .s2 .left .menu ul{
		display:none;
	}
	
	/*INVESTORS_S2_RIGHT*/
    .investors .s2 .right{
        padding:30px 20px;
    }
	
    .investors .s2 .right .top{
        display:block;
    }
	
    .investors .s2 .right .top li:last-child{
		margin-top:1em;
    }
	
    .investors .s2 .right .td{
        /*font-size:12px;*/
		padding:0.5em;
    }
	
	/*INVESTORS_S2_RIGHT_REPORT*/
    /*.investors.rep .right .tr span{
		transform:scale(0.6);
    }*/
	
	/*INVESTORS_S2_RIGHT_TALK*/
	.investors.talk .right h6{
		margin-bottom:0;
	}
	
	.investors.talk .table,
	.investors.talk .tr,
	.investors.talk .td{
		display:block;
	}
	
    .investors.talk .s2 .right .td{
		padding:2em 0.5em;
    }
	
	.investors.talk .right .tr:first-child{
		display:none;
	}
	
    .investors.talk .right .td:first-child,
	.investors.talk.dir .right .td:first-child{
        width:auto;
		text-align:left;
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:-1em;
    }
	
    .investors.talk .right .list ul{
        display:block;
    }
	
    .investors.talk .right .list ul li{
        border-right:none;
		line-height:2em;
    }
	
    /*INVESTORS_S2_RIGHT_MONTH*/
    .investors.rep.mon .right .td:nth-child(2){
		display:none;
    }
	
	/*INVESTORS_S2_RIGHT_DAY*/
    .investors.day .s2 .right .link{
        display:grid;
        justify-content:center;
        grid-template-columns:repeat(auto-fit,minmax(auto,175px));
    }
	
    .investors.day .s2 .right .link li{
        width:auto;
    }
	
	.investors.day .s2 .right .top li:last-child{
		margin-top:0;
    }
	
	/*INVESTORS_S2_INTEREST*/
	.investors.interest .right h6{
		margin-bottom:50px;
	}
	
	.investors.interest .table{
		display:table;
	}
	
	.investors.interest .tr,
	.investors.interest .right .tr:first-child{
		display:table-row;
	}
	
	.investors.interest .td{
		display:table-cell;
	}
	
	.investors.interest .right .td:first-child{
		border-bottom:#A2734C 1px solid;
		margin-bottom:0;
    }
	
    .investors .scroll_img{
        display:block;
    }
	
	/*CONTACT-----------------------------------------*/
	
    /*CONTACT_S1-----------------*/
    .contact .s1{
        background-image:url("../images/contact_s1_bg_mb.jpg");
    }
	
	/*CONTACT_S2-----------------*/
    .contact .s2{
        padding:50px 0 80px;
    }
	
    .contact .s2 ul{
        display:block;
    }
	
	/*COMMON--------------------------------------------------------------------*/
    article,
	header.active + article{
        margin-top:60px;
		transition:0s;
    }
	/*HEADER-----------------------------------------*/
	header .out{
		height:60px;
	}
	
    header .logo,
	header.active .logo{
        max-width:250px;
		width:70%;
		transition:0s;
    }
	
    header .pc{
		display:none;
    }
	
	/*HEADER_MB_BUTTON-----------------*/
    header .mb_bt,
    header .mb{
        display:block;
    }
	
	header .mb_bt{
		position:absolute;
		top:50%;
		right:20px;
		width:40px;
		height:40px;
		margin-top:-20px;
		text-align:left;
		cursor:pointer;
	}
	
	header .mb_bt span{
		height:2px;
		width:30px;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		margin:auto;
		background:#333333;
		transition:0.3s;
		display:block;
	}
	
	header .mb_bt span:before,
	header .mb_bt span:after{
		content:"";
		height:2px;
		position:absolute;
		right:0;
		background:#333333;
		transition:0.3s;
	}
	
	header .mb_bt span:before{
		top:-8px;
		width:40px;
	}
	
	header .mb_bt span:after{
		top:8px;
		width:20px;
	}
	
	header .mb_bt:hover span,
	header .mb_bt:hover span:before,
	header .mb_bt:hover span:after{
		width:40px;
	}
	
	header .mb_bt.active span:before{
		width:40px;
		top:0;
		transform:rotate(45deg);
	}
	
	header .mb_bt.active span:after{
		width:40px;
		top:0;
		transform:rotate(-45deg);
	}
	
	header .mb_bt.active:hover span{
		width:40px;
		transform:rotate(-90deg);
	}
	
	header .mb_bt.active span{
		background:none;
	}
	
	/*HEADER_MENU-----------------*/
	header .mb{
		position:fixed;
		top:60px;
		bottom:0;
		left:0;
		width:100%;
		overflow-y:auto;
		background:#C49B50;
		transform:translateX(100%);
		transition:0.3s ease-in-out;
		-webkit-overflow-scrolling:touch;
	}
	
	header .mb.active{
		transform:translateX(0);
	}
	
	header .mb .menu{
		padding:100px 40px;
	}
	
	header .mb .menu .list > a,
	header .mb .menu .list div{
		display:block;
		font-size:20px;
		color:#FFFFFF;
		padding:1em 0;
		position:relative;
		cursor:pointer;
		border-bottom:rgba(255,255,255,0.6) 1px solid;
		transition:0.2s;
	}
	
	header .mb .menu .list > a:hover,
	header .mb .menu .list div:hover{
		padding:1em 0 1em 1em;
	}
	
	header .mb .menu .list div:after{
		content:"";
		position:absolute;
		top:50%;
		right:0;
		border-style:solid;
		border-width:8px 4px 0 4px;
		border-color:#FFFFFF transparent transparent transparent;
		margin-top:-4px;
		opacity:0.8;
	}
	
	header .mb .menu .list div.active:after{
		opacity:1;
	}
	
	header .mb .menu .list ul{
		display:none;
		padding-top:20px;
    }
	
    header .mb .menu .list ul li a{
        display:block;
		font-size:18px;
        padding:0.5em 1em;
        color:#FFFFFF;
        transition:0.2s;
    }
	
	header .mb .menu .list ul li a:hover{
		padding:0.5em 1em 0.5em 1.5em;
    }
    
	/*HEADER_LANG-----------------*/
    header .mb .lang{
        position:absolute;
        top:50px;
        right:40px;
        font-size:16px;
    }
	
    header .mb .lang div.active{
        border-radius:15px 15px 0 0;
    }
	
    header .lang div,
	header .lang ul{
		background-color:#FFFFFF;
    }
	
    header .lang div.active + ul{
        border-radius:0 0 10px 10px;
    }
	
    /*AREA-----------------------------------------*/
    .area{
		display:none;
    }
	
	/*FOOTER-----------------------------------------*/
	footer{
		text-align:center;
	}
	
	/*FOOTER_TOP-----------------*/
    footer .top li{
        display:block;
    }
	
    footer .top li span{
		display:none;
    }
	
    footer .top a{
		display:inline-block;
        position:static;
		margin:0.4em 0 1em;
    }
	
	/*FOOTER_BOTTOM-----------------*/
	footer .bottom p{
		margin-bottom:0.5em;
	}
	
    footer .bottom p,
	footer .bottom a{
        float:none;
    }
	
}