body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.fdc_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
}
.fdc_main{
	width: 1200px;
	margin: 0 auto;
}
.fdc_main .ctn{
	width: 100%;
	float: left;
	padding: 20px 0 3rem 0;
	background: url(../images/fdc_new_img.gif) right 80% no-repeat;
}
.fdc_main .text{
	width: 100%;
	float: left;
	background: url(../images/fdc_bg.png) left bottom no-repeat;
}
.fdc_main .text2{
	width: 100%;
	float: left;
	background: url(../images/fdc_tit_r2.png) left top no-repeat;
	padding: 70px 20px 0 70px;
}
.fdc_main .left{
	width: 580px;
	float: left;
	background: url(../images/fdc_tit_l2.png) left top no-repeat;
	padding: 70px 20px 30px 70px;
}
.fdc_main .left2{
	width: 100%;
	box-sizing: border-box;
	float: left;

}
.fdc_main .left .tit, .fdc_main .left2 .tit, .fdc_main .right .tit, .fdc_main .text2 .tit{
	padding: 10px 0;
}
.fdc_main .left li, .fdc_main .right li, .fdc_main .text2 li{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 5px 30px;
	background: url(../images/fdc_list.png) left top no-repeat;
}
.fdc_main ul.mem{
	width: 60%;
	float: left;
}
.fdc_main ul.mem li{
	width: 33%;
	float: left;
	padding: 15px 0;
	position: relative;
}
.fdc_main ul.mem li .name{
	position: absolute;
	left: 110px;
	top: 20px;
}
.fdc_main ul.mem li .name .big{
	font-size: 24px;
	font-weight: 600;
}
.fdc_main .right{
	width: 440px;
	float: left;
	padding: 70px 20px 20px 70px;
	background: url(../images/fdc_tit_l.png) left top no-repeat;
}
.fdc_main ul.mem.mem2{
	width: 100%;
}
.fdc_main ul.mem.mem2 li {
    width: calc(100% / 3);
}

.fdc_main .btn_r {
	float: right;
    width: 110px;
	padding: 4px 0;
	position: relative;
	top: -2rem;
	cursor: pointer;
}

.fdc_main .btn_r a {
	padding: 4px 0 4px 12px;
	color: #aa002f;
	font-weight: bold;
}

.fdc_main .btn_r a::after {
	position: absolute;
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
  	background: #aa002f;
  	transition: 0.3s ease-in-out;
	box-shadow: 0 0 0.25em rgba(0,0,0,.1), inset 0 3px 6px rgba(255, 255, 255, 0.4);
}

.fdc_main .btn_r a:hover::after {
	width: 100%;
}

.fdc_main .btn_r a:hover {
	color: #fff;
	transition: 0.3s ease-in-out;
}

.fdc_main .btn_r a::before {
	position: absolute;
	content: ">";
	color: #aa002f;
	right: 0;
	width: 20px;
	height: 20px;
	padding-right: 10px;
}

.fdc_main .btn_r a:hover::before {
	padding-right: 6px;
	color: #fff;
	transition: 0.5s ease-in-out;
	transition-duration: 0.5s;
	/* pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
	right: 2%;
    height: 10px;
    width: 100%;
	transition-duration: 0.3s;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); */
}

.fdc_txt, .fdc_txt2{
	width:500px;
	float:left;
	padding:10px;
	margin-top: 1rem;
	/* margin-left: 4rem; */
	text-align:center;
	background: rgba(253,244,217,.7);
}

.fdc_txt a, .fdc_txt2 a {
	margin: 6px auto;
	width:80%;
	display:block;
}

.fdc_txt ul li{
	position: relative;
	padding-left: 15px;
}

.fdc_txt ul li::before{
	content: "";
	width: 6px;
	height: 6px;
	background: #af2633;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.fdc_mainBg{
	min-width: 1000px;
}
.fdc_main{
	width: 1000px;
}
.fdc_main .left, .fdc_main .text2{
	width: 270px;
	padding: 70px 30px 0 70px;
}
.fdc_main .left li, .fdc_main .text2 li{
	width: 240px;
	padding: 0 0 0 30px;
}
.fdc_main .right{
	width: 630px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.fdc_mainBg{
	min-width: 320px;
}
.fdc_main{
	width: 90%;
}
.fdc_main .text {
	background: none;
}
.fdc_main .left, .fdc_main .text2{
	width: 100% !important;
	height: auto;
	padding: 90px 0 0  0;
	margin: 15px 0;
}
.fdc_main .left .tit,
.fdc_main .right .tit,
.fdc_main .left ul,
.fdc_main .right ul {
    padding: 10px 0;
	background-color: #fff;
}
.fdc_main .left li, .fdc_main .right li, .fdc_main .text2 li{
	padding: 0 0 0 10%;
}
.fdc_main .right{
	width: 100% !important;
	height: auto;
	padding: 90px 0 0  0;
	margin: 15px 0;
}
.fdc_main .ctn {
	background: none;
}
.fdc_txt, .fdc_txt2 {
	width: 94%;
}
.fdc_txt a br, .fdc_txt2 a br {
	display: none;
}
.fdc_main .btn_r {
	float: none;
	top: -0.5rem;
    left: 32vw;
    right: auto;
}
}
