@charset "utf-8";
body {
  margin: 0px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #333;
  font-family: 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
img {
  border: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
 *border-collapse: expression('separate', cellSpacing = '0');
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}
table tr td {
  padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
  margin: 0;
  padding: 0;
}
/*表單設定*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  border: 1px solid #ccc;
  padding: 8px 12px;
  color: #666;
}
input {
  border: 1px solid #ccc;
  padding: 8px 15px;
  color: #666;
}
textarea {
  border: 1px solid #ccc;
  padding: 3px 12px;
  color: #666;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
}

@media (min-width: 959px) {
/*選單*/
#navmenu {
  display: none;
}
#menu-btn {
  display: none;
}
#toolbarnav {
  display: none;
}
/*主內容*/
#content {
  padding-top: 100px;
}
#pagebody {
  margin: 0;
}
#w {
  margin: 0;
}
}
/*統一設定*/
.rel {
  position: relative;
}
.container {
  margin: 0 auto;
  padding: 10px;
  max-width: 1200px;
  width: auto !important;
  width: 980px;
}
.container02 {
  margin: 0 auto;
  padding: 10px;
  max-width: 80%;
  width: auto !important;
  width: 980px;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/loader.gif) center no-repeat #fbfbfb;
}
.web {
  display: block;
}
.mobile {
  display: none;
}
/*全網站icon設定*/
.icon-home {
  background: url(../images/svg/home.svg) left top;
  background-repeat: no-repeat;
  -moz-background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  padding-left: 25px;
}
.icon-arrow {
  background: url(../images/svg/arrow.svg) left top;
  background-repeat: no-repeat;
  -moz-background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  padding-left: 25px;
}
.blue {
  color: #0589c5;
}
.red {
  color: #CD1B1E;
}
.green {
  color: #22ac38;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*上方*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  z-index: 250;
  background: #fff;
  box-shadow: 0 15px 30px -2px rgba(0,0,0,0.1);
}
header.fix {
  width: 100%;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: none;
  background-image: linear-gradient(135deg, #000 0%, #764ba2 100%);
}
#logo {
  position: absolute;
  top: 20px;
  left: 15px;
  background-image: url(../images/RTlogo.png);
  background-size: 55px 55px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 65px;
  height: 65px;
  font-weight: 600;
}
header.fix #logo {
  position: absolute;
  top: 1px;
  left: 10px;
  background-image: url(../images/RTlogom.png);
  background-size: 41px 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-left: 50px;
  height: 50px;
}
#logo a {
  display: block;
  color: #3c3b39;
  font-weight: 500;
  padding-top: 10px;
}
#logo h1 , #logo h2 {
  font-size: 1.3em;
}
header.fix #logo a {
  color: #fff;
  font-size: 70%;
}
#logo h1 span , #logo h2 span {
 display: block;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 font-display: swap;
}
#logo h1 span.sm , #logo h2 span.sm {
 font-size: 0.6em;
 padding-left: 5px;
 font-family: "Cormorant Upright", serif;
 font-style: italic;
}
header.fix #logo span {
 font-size: 1.3em;
 padding-top: 3px;
}
header.fix #logo span.sm {
 display: none;
}


/*連結*/
nav {
  z-index: 250;
  position: absolute;
  top: 25px;
  right: 140px;
}
nav li {
  list-style-type: none;
}
nav li a {
  color: #6d6d6d;
}
header.fix nav {
  height: 50px;
  position: absolute;
  top: 0;
  right: 120px;
}
header.fix nav li, header.fix nav li a {
  color: #fff;
}
/*第一層*/
ul.navigation li {
  position: relative;
  list-style-type: none;
  z-index: 100;
  display: inline-block;
  color: #434343;
  text-align: center;
  font-size: 0.95em;
  line-height: 50px;
  padding: 0 15px;
}
ul.navigation li a {
  display: block;
  text-align: center;
  color: #434343;
}
ul.navigation li:hover a {
  color: #655582;
  
}
ul.navigation li ul {
  width: 100%;
  display: none;/*隱藏*/
  position: absolute;
  left: 0;
}
ul.navigation li:hover > ul {
  display: block;/*出現*/
}
ul.navigation ul li {
  color: #fff;
  width: 100%;
  background: #433d3b;
  line-height: 25px;
  padding: 10px 0;
}
ul.navigation ul li:hover {
  color: #6accd7;
  background: #fff;
}
ul.navigation ul li:last-child {
  border-bottom: none;
}
header.fix ul.navigation li:hover {
  color: #6accd7;
  background: #fff;
}
header.fix nav .submenu {
  top: calc(50px + 1px);
}
/*連結高度*/
.addheight {
  text-align: center;
}
.addheight:hover {
  color: #3cbdcb;
}
.addheight ul li a {
  color: #3cbdcb;
}
.addheight ul li a:hover {
}
/*第二層*/
.menu .submenu {
  display: none;
  position: absolute;
  left: 0px;
  top: calc(150px + 1px);
  z-index: 99;
  text-align: center;
  width: 960px;
  width: 100%;
  background-color: rgba(5, 10, 16, 0.75);
}
.menu .submenu .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  width: 960px;
  margin: 0 auto;
}
.menu .submenu a {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #666;
  opacity: 0.5;
  color: #fff;
  white-space: nowrap;
}
.menu .submenu a:hover {
  opacity: 1;
}
.menu .submenu a:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.2);
}
/*語系*/
#langue {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 130px;
  height: 130px;
  padding: 40px 10px 0 10px;
  background-color: #655582;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 0.8em;
}
#langue i {
  font-size: 150%;
  padding-bottom: 5px;
}
#langue a {
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}
#langue a:hover {
  color: #000;
}
header.fix #langue {
  top: -60px;
  background: #000;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-top: 70px;
}
header.fix #langue a:hover {
  color: #eee;
}
/*每頁共用-左側社群連結*/
#socialBox {
  position: fixed;
  top: 150px;;
  left: 30px;
  z-index: 1;
}
#socialBox li {
  padding-bottom: 25px;
  list-style-type: none;
  position: relative;
}
#socialBox li .btn {
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 37px;
  height: 37px;
  padding-top: 10px;
  text-align: center;
  background-color: #655582;
  color: #fff;
}
#socialBox li .btn:hover {
  background-color: #000;
}

/*底部連結*/
#socialBox li a.socialbox-more {
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 background-color: #655582;
 color: #fff;
 font-size: 0.8em;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 border-radius: 100px;
 padding: 0 0 0 37px;
 width:0;
 height: 37px;
 line-height: 37px;
}
#socialBox li a.socialbox-more b {
 opacity: 0;
}
#socialBox li:hover a.socialbox-more {
 -webkit-transition: ease-in-out .5s;
 -o-transition: ease-in-out.5s;
 transition: ease-in-out .5s;
 width:150px;
 padding-left: 43px;
}
#socialBox li:hover a.socialbox-more b {
 opacity: 100%;
 transition-timing-function:linear;
 transition-delay:0.5s;
}
#socialBox li:hover a.socialbox-more:hover {
 color: #eee;
}


/*首頁*/
#banner {
  width: 89.2%;
  margin-left: auto;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
#banner-txt {
  position: absolute;
  top: 300px;
  left: 150px;
  z-index: 2;
}
#banner-txt h2 {
  line-height: 35px;
  font-size: 1.1em;
  padding-bottom: 25px;
}
#banner-txt a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}
#banner-txt a i {
  position: relative;
  padding-left: 25px;
}
#banner-txt a i::after {
  position: absolute;
  top: -10px;
  left: 10px;
  content: '';
  width: 1px;
  height: 37px;
  background-color: #fff;
}
#banner-txt a:hover {
  background-color: #655582;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*首頁服務*/
#index-service {
  padding: 135px 0 230px 0;
  margin-top: 35px;
  background: #f8f8f8;
  position: relative;
}
#index-service-txt {
  max-width: 500px;
  margin: 0 auto;
}
#index-service-txt h3 {
  font-size: 2.5em;
  font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}
#index-service-txt ul {
  list-style-type: none;
}
#index-service-txt li i {
  color: #655582;
  display: inline-block;
  padding-right: 10px;
  width: 40px;
}
#index-service-txt li a {
  color: #313131;
  padding: 15px;
  display: inline-block;
  font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
  width: calc(100% - 50px);
}
/*底線動畫*/
#index-service-txt li a:hover {
  color: #655582;
}
#index-service-txt li {
  font-size: 1.1em;
  margin-bottom: 10px;
  position: relative;
  display: block;
  color: #3b3b3b;
  width: 60%;
  border-bottom: 1px solid #cdcdcd;
}
#index-service-txt li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: #655582;
}
#index-service-txt li:hover::before {
  width: 100%;
  -webkit-transition: ease-in-out .5s;
  -o-transition: ease-in-out.5s;
  transition: ease-in-out .5s;
}


/*首頁服務-三張圖*/
#index-service #img01 {
  position: absolute;
  left: 40px;
  top: 60px;
}
#index-service #img01 img {
 width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#index-service #img02 {
  position: absolute;
  right: 40px;
  top: 130px;
  z-index: 1;
}
#index-service #img02 img {
 width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#index-service #img03 {
  position: absolute;
  right: 300px;
  bottom: 45px;
}
#index-service #img03 img {
 width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
/*首頁服務-影像*/
#index-vicdo {
  position: absolute;
  right: 370px;
  top: 180px;
  z-index: 1;
}
#index-vicdo a {
  display: block;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  border: 10px solid #aea6bd;
  text-align: center;
  color: #655582;
  padding: 35px;
}
#index-vicdo a i {
 margin-bottom: 5px;
 margin-left: 5px;
}

@media (max-width: 1600px) {
#index-service #img01 img , #index-service #img02 img , #index-service #img03 img  {
 width: 80%;
}
#index-service #img03 {
 bottom: 90px;
}
#index-vicdo  {
 right: 350px;
 top: 150px;
}
}
@media (max-width: 1400px) {
#index-service #img01 img , #index-service #img02 img , #index-service #img03 img  {
 width: 70%;
}
#index-service #img03 {
 bottom: 145px;
}
#index-vicdo  {
 right: 300px;
 top: 100px;
}
}

@media (max-width: 1280px) {
#index-service {
  padding: 100px 0 230px 0;
}
#index-service #img01 {
  position: absolute;
  left: 40px;
  top: 60px;
}
#index-service #img01 img{
  width: 70%;
}
#index-service #img02 {
  display: none;
}
#index-service #img03 {
  display: none;
}
#index-service-txt {
  width: 45%;
  margin-left: 500px;
}
#index-vicdo {
  right: 50%;
  top: auto;
  margin-right: -75px;
}
}

/*首頁-客戶回饋*/
#index-review {
 background-image: url(../images/index-review-bg.webp);
 background-position: left;
 background-repeat: no-repeat;
 padding: 90px 15px 15px 15px;
}
#index-review #reviewimg {
background: #fff;
padding: 50px;
margin: 50px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
width: 700px;
float: right;
}
#index-review h2 {
 position: absolute;
 top: -90px;
 left: -20px;
 font-size: 2.1em;
 font-weight: 500;
 font-family: "Noto Serif SC", serif; 
font-display: swap;color: #545454;
}
#index-review a {
 position: absolute;
 top: -90px;
 right: -30px;
 font-size: 0.8em;
 background: #000;
 color: #fff;
 text-align: center;
 padding: 5px 13px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/*首頁-團隊介紹*/
#index-team {
 margin: 70px 0;
}
#index-team h2 {
 font-size: 2.1em;
 font-weight: 500;
 font-family: "Noto Serif SC", serif; 
font-display: swap;color: #545454;
 padding: 25px 5px;
 display: inline;
}
#index-team h2::after {
 content: ' ) ';
 color: #5d3c97;
 padding-left: 15px;
}
#index-team h4 {
 display: inline; 
 padding-left: 15px;
}
#index-team .item {
 position: relative;
 margin-top: 25px;
}
#index-team a .team-job {
 position: absolute;
 bottom: 100px;
 left: 10%;
 width: 80%;
 background: rgba(255,255,255,0.8);
 border: 1px solid #fff;
 padding: 5px;
 text-align: center;
 font-size: 0.8em;
 color: #1b1b1b;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
 border-radius: 5px;
}
#index-team .item:hover .team-job {
 background: rgba(0,0,0,0.8);
 color: #fff;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
#index-team img {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
#index-team .team-title {
 font-size: 0.8em;
 color: #7e7e7e;
 padding: 10px 0 5px 0;
 text-align: center;
}
#index-team h3 {
position: relative;
display: block;
padding: 0 25px 20px;
margin-left: 10px;
color: #3b3b3b;
text-align: center;
}
#index-team h3::before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 0;
height: 2px;
background-color: #000;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#index-team .item:hover h3::before {
  width: 60%;
}

/*首頁-知識介紹*/
#index-knowledge-top {
 background: url(../images/index-knowledge.jpg);
 background-attachment: fixed;
 background-size:cover; 
 width: 100%;
 height: 450px;
}
#index-knowledge-top h2 {
 text-align: center;
 color: #85623b;
 padding-top: 250px;
 font-size: 4em;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 letter-spacing: 0.1em;
}
#index-knowledge {
 padding: 70px 0;
}
#index-knowledge a {
 color: #000;
}
#index-knowledge .item img {
 width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
 border-radius: 5px;
}
#index-knowledge .item h3 {
 text-align: center;
 padding-top: 15px;
 font-weight: 500;
}

/*文章按鈕*/
#index-knowledge .item .btn {
 width: 80%;
 margin: 25px 10%;
 text-align: center;
 padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
 border-radius: 5px;
 background: #fff;
 color: #000;
 border: 1px solid #000;
}
#index-knowledge a:hover .btn {
 background: #655582;
 color: #fff;
 border: 1px solid #eee;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/*影片按鈕*/
#index-knowledge .item a.btn-video {
 display: block;
 width: 80%;
 margin: 25px 10%;
 text-align: center;
 padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
 border-radius: 5px;
 background: #c02141;
 color: #fff;
 border: 1px solid #eee;
}
#index-knowledge a:hover a.btn-video {
 background: #000;
 color: #fff;
 border: 1px solid #eee;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

/*知識-列表頁*/
#index-knowledge.list {
 display: flex;
}
#index-knowledge.list .item {
 float: left;
 width: calc(100% / 3);
 padding: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 height: 450px;
}

#index-knowledge h1.title {
 text-align: center;
 padding-bottom: 50px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}


/*影片崁入*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*內頁編輯器*/
.ckediter {
  padding: 10px;
}
.ckediter img {
  max-width: 100%;
  height: auto !important;
}
.ckediter-date {
  padding-left: 10px;
  color: #00a0e9;
}
/*回上頁*/
#back {
  width: 105px;
  margin: 50px auto;
  text-align: center;
  cursor: pointer;
}
#back a {
  display: block;
  background-image: url(../images/svg/arrowleft.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -moz-background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  width: 105px;
  -mox-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#back a:hover {
  -mox-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
/*麵包屑*/
#sitemap {
  margin: -10px 10px 10px 10px;
}
#sitemap ul {
  text-align: right;
  padding: 25px 0 5px 0;
}
#sitemap li {
  display: inline-block;
  font-size: 0.8em;
  color: #666666;
  padding: 0 5px;
  margin-left: -5px;
  line-height: 1em;
}
#sitemap li:after {
  content: ' > ';
  margin-left: 5px;
  color: #dbad89;
}
#sitemap li:last-child:after {
  display: none;
}
#sitemap li a {
  color: #666666;
}
#sitemap li a:hover {
  color: #b7794a;
}
#sitemap li:last-child {
  border-right: none;
  color: #bd9474;
}
/*分頁數字*/
#page {
  margin: 0;
  margin-bottom: 50px;
}
#page ul {
  text-align: center;
}
#page li {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  color: #000;
}
#page li a {
  color: #999;
}
#page li a:hover {
  color: #000;
}
/*內頁banner抬頭*/
#bannerin {
  width: 89.2%;
  margin-left: auto;
  position: relative;
}
#bannerin img {
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
}
#bannerin-title {
  position: absolute;
  bottom: -10px;
  left: -10px;
}
#bannerin-title h1 {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.3em;
  padding: 10px 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}

/*團隊介紹*/
#team {
  text-align: center;
  padding: 80px 0;
  display: flex;
}
#team h2 {
  font-size: 1.7em;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}
#team p {
 font-size: 0.8em;
}
#team .item {
 position: relative;
 margin-top: 25px;
 width: calc(100% / 4);
 float: left;
 padding: 10px;
 max-width: 320px;
 display: flex;
 justify-content:space-between;
 align-items:center;
}
#team a .team-job {
 position: absolute;
 bottom: 100px;
 left: 10%;
 width: 80%;
 background: rgba(255,255,255,0.8);
 border: 1px solid #fff;
 padding: 5px;
 text-align: center;
 font-size: 0.8em;
 color: #1b1b1b;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
 border-radius: 5px;
}
#team .item:hover .team-job {
 background: rgba(0,0,0,0.8);
 color: #fff;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
#team img {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
#team .team-title {
 font-size: 0.8em;
 color: #7e7e7e;
 padding: 10px 0 5px 0;
 text-align: center;
}
#team .item h3 {
position: relative;
display: block;
padding: 0 25px 20px;
margin-left: 10px;
color: #3b3b3b;
text-align: center;
}
#team .item h3::before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 0;
height: 2px;
background-color: #000;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#team .item:hover h3::before {
  width: 60%;
}

/*團隊介紹底部*/
#team-bottom {
  background-image: url(../images/team-bg.webp);
  background-color: #7F6642;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 100px 0;
}
#team-bottom h3 {
 text-align: center;
 color: #fff;
 font-size: 2em;
 padding-bottom: 50px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}
#team-bottom-in {
  boder: 10px #fff solid;
	width: 720px;
	height: 405px;
	margin: 0 auto;
}

/*團隊介紹-個別頁底部*/
#team.pmc , #team.str {
 background: #f8f8f8;
}
#team.pmc h2 {
 font-size: 2.2em;
}
#team.pmc .item {
 width: calc(100% / 3);
}
#team.str .item {
 width: calc(100% / 2);
}

/*團隊介紹內頁*/
#team-detail-top {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#team-detail-top img {
}
#team-detail-top #img {
 float: right;
 width: 50%;
 margin-left: auto;
}
#team-detail-top #img img {
 -webkit-border-bottom-left-radius: 25px;
 -moz-border-radius-bottomleft: 25px;
 border-bottom-left-radius: 25px;
 width: 100%;
}
#team-detail-top #txt {
 float: left;
 width: 48%;
 padding: 0 0 0 50px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}
#team-detail-top #txt #txt-in {
 width: 420px;
 margin: 200px auto 0 auto;
}
@media (max-width: 1400px) {
#team-detail-top #txt #txt-in {
 margin: 150px auto 0 auto;
}
#team-video {
  position: absolute;
  top: 40%;
}
}
@media (max-width: 1280px){
#team-detail-top #txt #txt-in {
 margin: 100px 0 0 80px;
}
#team-video {
  position: absolute;
  top: 30%;
}
}
#team-detail-top #txt h1 {
}
#team-detail-top #txt h4 {
 color: #7e7e7e;
 padding-top: 25px;
}
#team-detail-top #txt h4::after , #team-detail-top #txt h4::before {
 content: ' - ';
}
#team-detail-top #txt h2.job {
display: inline-block;
 color: #eee;
 background: #000;
 border: 1px solid #fff;
 padding: 5px 15px;
 margin: 10px 0 25px 0;
 font-size: 1em;
 letter-spacing: 0.1em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
 border-radius: 5px;
}
#team-detail-top #txt #photo , #team-detail-top #txt #mail , #team-detail-top #txt #relid {
 font-size: 1.2em;
 padding-bottom: 15px;
}
#team-detail-top #txt i {
 width: 40px;
}
#team-detail-top #txt a {
 font-weight: 800;
 color: #000;
 border-bottom: 1px solid #000;
 padding-bottom: 5px;
}
#team-detail-top #txt a:hover {
 color: #655582;
 border-bottom: 1px solid #65558;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

/*團隊介紹內頁-影像*/
#team-video {
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -65px;
  margin-top: -65px;
  z-index: 1;
}
#team-video a {
  display: block;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  border: 10px solid #aea6bd;
  text-align: center;
  color: #655582;
  padding: 35px;
}
#team-video a i {
 margin-bottom: 5px;
 margin-left: 5px;
}
/*團隊內頁下方*/
#team-main {}
#team-main #specialties {
 padding: 25px 0 ;
}
#team-main #specialties h2 {
 text-align: center;
 font-size: 2em;
 padding-bottom: 50px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}
#team-main #specialties ul {
 list-style-type: none;
 text-align: center;
}
#team-main #specialties li {
 display: inline-block;
 padding: 0 15px;
 line-height: 2em;
}
#team-main #specialties li::after {
 content: ' / ';
 color: #ccc;
 padding-left: 25px;
}
#team-main #specialties li:last-child::after {
 content: ' ';
}
h3.team-detail-v-title {
 text-align: center;
 font-size: 2em;
 padding-bottom: 50px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
}


/*買賣房屋top*/
#sale-top {
 background-color: #f8f8f8;
 padding: 40px 0 120px 0;
 text-align: center;
}
#sale-main {
 padding: 100px 50px;
}
#sale-top img , #sale-main img {
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
}
#sale-top h2 , #sale-main h2 {
 font-size: 1.7em;
 font-weight: 500;
 padding-bottom: 15px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 line-height: 1.3em;
}
#sale-top p , #sale-main p {
 font-size: 0.8em;
}
#sale-main .left {
 width: 460px;
 margin-top: -150px;
}
#sale-main .right {
 width: calc(100% - 500px);
}

/*租屋管理top*/
#pmc-top {
 background-color: #f8f8f8;
 padding: 80px 0;
 text-align: center;
}
#pmc-top h2 {
 font-size: 1.7em;
 font-weight: 500;
 padding-bottom: 15px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 line-height: 1.2em;
}
#pmc-top p {
 font-size: 0.8em;
}
#pmc-team {
 width: 444px;
 margin: 90px auto;
 position: relative;
}
#pcm-trouble {
 position: absolute;
 top: 100px;
 left: -350px;
}
#pcm-trouble::after {
 content: url(../images/arrow.png);
 background-size: 50px 26px;
 position: absolute;
 top: -80px;
 left: 200px;
}
#pcm-solve {
 position: absolute;
 top: 100px;
 right: -350px; 
}
#pcm-solve::after {
 content: url(../images/arrow02.png);
 background-size: 50px 26px;
 position: absolute;
 bottom: -70px;
 left: 0;
}
#pmc-team img , #pcm-trouble img , #pcm-solve img {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
/*Contact RT team*/
#pmc-top #arrow-txt01 {
 position: absolute;
 top: -80px;
 left: -250px;
}
#pmc-top #arrow-txt01 svg {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
#pmc-top #arrow-txt01 text {
 font-size: 0.85em;
}
#pmc-top #arrow-txt01:hover svg {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
/*time freedom to you*/
#pmc-top #arrow-txt02 {
 position: absolute;
 bottom: 10px;
 right: -250px;
}
#pmc-top #arrow-txt02 svg {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
#pmc-top #arrow-txt02 text {
 font-size: 0.85em;
}
#pmc-top #arrow-txt02:hover svg {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 1600px) {
#pcm-trouble {
 left: -300px;
}
#pcm-solve{
 right: -300px;
}
}
@media (max-width: 1400px) {
#pcm-trouble {
 left: -300px;
 width: 80%;
}
#pcm-solve{
 right: -300px;
 width: 80%;
}
}
@media (max-width: 1280px) {
#pcm-trouble {
 left: -250px;
 width: 50%;
}
#pcm-solve{
 right: -200px;
 width: 50%;
}
}

/*租屋管理Tenant*/
#pmc-tenant {
 padding: 50px 0;
}
#pmc-tenant #pmc-tenant-img {
 float: left;
 width: 40%;
 padding-top: 50px;
 padding-right: 100px;
 text-align: right;
 position: relative;
}
#pmc-tenant #pmc-tenant-img img {
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
}
#pmc-tenant #pmc-tenant-img #img02 {
 position: absolute;
 top: 250px;
 left: 120px;
 z-index: 1;
}
#pmc-tenant #pmc-tenant-txt {
 float: left;
 width: 58%;
}
#pmc-tenant #pmc-tenant-txt h2 {
position: relative;
display: block;
font-size: 1.8em;
font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
color: #3b3b3b;
padding-bottom: 20px;
font-weight: 600;
}
#pmc-tenant #pmc-tenant-txt h2::before {
content: '';
position: absolute;
left: 20px;
bottom: 0;
width: 90px;
height: 1px;
background-color: #000;
}
#pmc-tenant #pmc-tenant-txt h4 {
 color: #655582;
 font-size: 1em;
 padding: 15px 0 5px 0;
 font-weight: 800;
}
#pmc-tenant #pmc-tenant-txt article {
 margin-bottom: 25px;
}
#pmc-tenant #pmc-tenant-txt article h3 {
 background-image: url(../images/svg/check-circle-solid.svg);
 background-repeat: no-repeat;
 background-size: 18px 18px;
 background-position-y: 5px;
 padding-left: 25px; 
 padding-bottom: 0;
font-size: 1.1em;
}
#pmc-tenant #pmc-tenant-txt article p {
 font-size: 0.9em;
 margin: 5px 0; 
}
#pmc-tenant #pmc-tenant-txt h3.list {
 padding: 25px 0;
}
#pmc-tenant #pmc-tenant-txt ul {
 font-size: 0.8em;
 padding-left: 20px;
}
#pmc-tenant #pmc-tenant-txt li {
 list-style-type: none;
}
#pmc-tenant #pmc-tenant-txt li::before {
 content: '- ';
}


/*租屋管理Service*/
#pmc-service-top {
 background: url(../images/pm-bg.jpg);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-size:cover; 
 width: 100%;
 height: 450px;
}
#pmc-service-top h2 {
 text-align: center;
 color: #fff;
 padding-top: 180px;
 font-size: 4em;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 letter-spacing: 0.1em;
 line-height: 1em;
}
#pmc-service {
 padding: 70px 0;
}
#pmc-service #pmc-service-img {
 float: left;
 width: 40%;
 padding-top: 50px;
 padding-right: 100px;
 text-align: right;
 position: relative;
}
#pmc-service #pmc-service-img img {
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
}
#pmc-service #pmc-service-txt {
 float: left;
 width: 58%;
 padding-left: 35px;
}
#pmc-service #pmc-service-txt h2 {
position: relative;
display: block;
font-size: 1.8em;
font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
color: #3b3b3b;
padding-bottom: 20px;
font-weight: 600;
}
#pmc-service #pmc-service-txt h2::before {
content: '';
position: absolute;
left: 20px;
bottom: 0;
width: 90px;
height: 1px;
background-color: #000;
}
#pmc-service #pmc-service-txt  h3.list {
 padding: 0 0 25px 0;
}
#pmc-service #pmc-service-txt h4 {
 color: #655582;
 font-size: 1em;
 padding: 15px 0 25px 0;
 font-weight: 800;
}
#pmc-service #pmc-service-txt article {
 margin-bottom: 25px;
}
#pmc-service #pmc-service-txt article h3 {
 background-image: url(../images/svg/check-circle-solid.svg);
 background-repeat: no-repeat;
 background-size: 18px 18px;
 background-position-y: 5px;
 padding-left: 25px; 
 padding-bottom: 0;
font-size: 1.1em;
}
#pmc-service #pmc-service-txt article p {
 font-size: 0.9em;
 margin: 5px 0; 
}


/*租屋管理Repairs*/
#pmc-repairs {
 padding: 50px 0;
 border-top: 1px solid #d9d9d9;
}
#pmc-repairs #pmc-repairs-img {
 float: left;
 width: 40%;
 padding-top: 50px;
 padding-right: 100px;
 text-align: right;
 position: relative;
}
#pmc-repairs #pmc-repairs-img img {
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
}
#pmc-repairs #pmc-repairs-txt {
 float: left;
 width: 58%;
}
#pmc-repairs #pmc-repairs-txt h2 {
position: relative;
display: block;
font-size: 1.8em;
font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
color: #3b3b3b;
padding-bottom: 20px;
font-weight: 600;
}
#pmc-repairs #pmc-repairs-txt h2::before {
content: '';
position: absolute;
left: 20px;
bottom: 0;
width: 90px;
height: 0;
background-color: #000;
}
#pmc-repairs #pmc-repairs-txt h4 {
 font-size: 1em;
 padding: 15px 0 25px 0;
 font-weight: 800;
}
#pmc-repairs #pmc-repairs-txt article {
 margin-bottom: 25px;
}
#pmc-repairs #pmc-repairs-txt article h3 {
 background-image: url(../images/svg/check-circle-solid.svg);
 background-repeat: no-repeat;
 background-size: 18px 18px;
 background-position-y: 5px;
 padding-left: 25px; 
 padding-bottom: 0;
font-size: 1.1em;
}
#pmc-repairs #pmc-repairs-txt article p {
 font-size: 0.9em;
 margin: 5px 0; 
}

/*租屋管理renew*/
#pmc-renew {
  background: url(../images/pm-bg02.jpg);
  padding: 60px 0;
  color: #fff;
}
#pmc-renew h2 {
 text-align: center;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 font-weight: 600;
 line-height: 1.3em;
  padding-bottom: 20px;
}
#pmc-renew h4 {
  color: #eee;
  font-size: 1em;
  padding-bottom: 60px;
  font-weight: 500;
  text-align: center;
  
}
#pmc-renew article {
 margin: 0 10% 25px 10%;
}
#pmc-renew article h3 {
 background-image: url(../images/svg/check-circle-solid02.svg);
 background-repeat: no-repeat;
 background-size: 18px 18px;
 background-position-y: 5px;
 padding-left: 25px; 
 padding-bottom: 35px;
 padding-bottom: 0;
font-size: 1.1em;
}
#pmc-renew article p {
 font-size: 0.9em;
 margin: 5px 0; 
 padding-left: 25px;
}
#pmc-renew article ul {
 padding-left: 40px;
}
#pmc-renew article li {
 font-size: 0.9em;
 margin: 10px 0; 
}
#pmc-renew article li b {
 padding-right: 10px;
 font-weight: 900;
 color: #FFF577;
}

/*租屋管理month-end*/
#pmc-month-end {
 padding: 50px 0;
 border-top: 1px solid #d9d9d9;
}
#pmc-month-end #img {
 float: left;
 width: 40%;
 padding-top: 50px;
 padding-right: 100px;
 text-align: right;
 position: relative;
}
#pmc-month-end #img img {
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
}
#pmc-month-end #txt  {
 float: left;
 width: 58%;
 padding-top: 150px;
}
#pmc-month-end #txt h2 {
position: relative;
display: block;
font-size: 1.8em;
font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
color: #3b3b3b;
padding-bottom: 20px;
font-weight: 600;
line-height: 1.2em;
}
#pmc-month-end #txt h2::before {
content: '';
position: absolute;
left: 20px;
bottom: 8px;
width: 90px;
height: 1px;
background-color: #000;
}
#pmc-month-end #txt h4 {
 font-size: 1em;
 padding: 15px 0 25px 0;
 font-weight: 800;
}
#pmc-month-end #txt article {
 margin-bottom: 25px;
}
#pmc-month-end #txt article h3 {
 background-image: url(../images/svg/check-circle-solid.svg);
 background-repeat: no-repeat;
 background-size: 18px 18px;
 background-position-y: 5px;
 padding-left: 25px; 
 padding-bottom: 0;
font-size: 1.1em;
}
#pmc-month-end #txt article p {
 font-size: 0.9em;
 margin: 15px 0; 
}

/*租屋管理-影片*/
#pmc-video-top {
 background: url(../images/index-knowledge.jpg);
 background-attachment: fixed;
 background-size:cover; 
 width: 100%;
 height: 450px;
}
#pmc-video-top h2 {
 text-align: center;
 color: #85623b;
 padding-top: 250px;
 font-size: 4em;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 letter-spacing: 0.1em;
}

/*短期出租top*/
#str-top {
 background-color: #f8f8f8;
 padding: 80px 0;
 text-align: center;
}
#str-top h2 {
 font-size: 1.7em;
 font-weight: 500;
 padding-bottom: 15px;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 line-height: 1.2em;
}
#str-top p {
 font-size: 0.8em;
}
#str-team {
 width: 444px;
 margin: 50px auto;
 position: relative;
}
#str-team img {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
#str-team #str02 {
 position: absolute;
 top:200px;
 left: -200px;
}

/*短期出租main*/
#str-main {
 padding: 80px 0;
}
#str-main h2 {
position: relative;
display: block;
font-size: 1.8em;
font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
color: #3b3b3b;
padding-bottom: 20px;
font-weight: 600;
line-height: 1.2em;
text-align: center;
}
#str-main h2::before {
content: '';
position: absolute;
left: 48%;
right: 48%;
bottom: 8px;
width: 4%;
height: 1px;
background-color: #494949;
}
#str-main p {
 text-align: center;
 margin: 0;
}
#str-main img {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.str-column01 , .str-column02 {
 margin-top: 50px;
}
.str-column01 .left {
 width: 30%;
}
.str-column01 .right {
 width: 65%;
}
.str-column02 .left {
 width: 65%;
}
.str-column02 .right {
 width: 30%;
}
#str-main article {
padding-top: 25px;
}
#str-main article h3 {
 background-image: url(../images/svg/check-circle-solid.svg);
 background-repeat: no-repeat;
 background-size: 18px 18px;
 background-position-y: 5px;
 padding-left: 25px; 
 padding-bottom: 0;
font-size: 1.1em;
}
#str-main article p {
 font-size: 0.9em;
 margin: 5px 0; 
 padding-left: 25px;
 text-align: left;
}

/*短期出租Middle Term*/
#middle-term {
 background: url(../images/srt-bg.webp);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-size:cover; 
 width: 100%;
 height: 450px;
}
#middle-term h2 {
 text-align: center;
 color: #fff;
 padding-top: 180px;
 font-size: 4em;
 font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
 letter-spacing: 0.1em;
 line-height: 1em;
 text-shadow: #000 1px 0 30px;
}
#middle-term-service {
 margin: 70px auto;
 width: 980px;
}
#middle-term-service h2 {
 padding-bottom: 30px;
} 
#middle-term-service p {
 padding-bottom: 25px;
}
#middle-term-service ul {
	padding-left: 25px;
}

/*房地產知識*/
#knowledge {
 padding: 25px 0 25px 0;
}
#knowledge h1 {
position: relative;
display: block;
font-size: 1.8em;
line-height: 1.3em;
font-family: "Noto Serif SC", serif; 
font-display: swap;/*英文標楷體*/
color: #3b3b3b;
padding-bottom: 20px;
font-weight: 600;
}
#knowledge h1::before {
content: '';
position: absolute;
left: 20px;
bottom: 0;
width: 90px;
height: 1px;
background-color: #000;
}
#knowledge-img {
 padding: 25px 0;
}

/*共用主區*/
#main {
	width: 800px;
	margin: 50px auto 25px auto;
}
#main img {
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 width: 80%;
 margin: 0 10%;
}
#main article {
 font-size: 1.2em;
 line-height: 1.7em;
}

/*房地產知識-底部按鈕*/
#knowledge a.btn {
  display: block; 
  background: #000;
  color: #fff;
  margin: 50px auto 25px auto;
  width: 160px;
  padding: 8px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: "Noto Serif SC", serif; 
 font-display: swap;/*英文標楷體*/
}
#knowledge a.btn i {
  position: relative;
  padding-left: 25px;
}
#knowledge a.btn i::after {
  position: absolute;
  top: -10px;
  left: 10px;
  content: '';
  width: 1px;
  height: 37px;
  background-color: #fff;
}
#knowledge a.btn:hover {
  background-color: #655582;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*聯絡我們*/
#contact {
font-size: 0.8em;
padding-bottom: 80px;
}
#contact h3 {
margin-bottom: 25px;
}
#contact .list {
 float: left;
 width: 100%;
 margin: 10px 0;
}
#contact .btn {
 padding: 10px 25px;
 color: #fff;
 background: #000;
 text-align: center;
 width: 40%;
 margin: 35px 30%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contact .listinput input, #contact .listinput select, #contact .listinput textarea {
 letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contact #main p {
 text-align: center;
}

#contact img#rand-img , a#rand-img{
 height: 33px;
 width: 80px;
 text-align: center;
 border-radius: 5px;
}

/*尾部*/
footer {
 padding: 100px 100px 50px 100px;
 box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
}
/*尾部左邊*/
footer .column-left {
  float: left;
  width: 30%;
  position: relative;
}
footer .column-left #footer-logo {
 position: absolute;
 top: -155px;
 left: 40px;
 width: 130px;
 height: 130px;
 box-shadow: 0 0 30px 10px rgba(0,0,0,.15);
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 border-radius: 100px;
 background-color: #fff;
 background-image: url(../images/RTlogo02.png);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: 80%;
}
footer .column-left h2 {
 padding-bottom: 25px;
}
footer .column-left ul {
 list-style-type: none;
 padding-left: 10px;
}
footer .column-left li {
 padding-bottom: 5px;
 font-size: 0.9em;
}
/*尾部右邊*/
footer .column-right {
  float: right;
  width: 65%;
}
footer .column-right ul#footer-nav {
  list-style-type: none;
  text-align: right;
}
footer .column-right ul#footer-nav li {
  display: inline-block;
  padding-left: 25px;
}
footer .column-right ul#footer-nav li a {
  color: #000000;
  font-size: 0.9em;
}
footer .column-right ul#footer-social {
  list-style-type: none;
  text-align: right;
  padding-top: 25px;
}
footer .column-right ul#footer-social li {
  display: inline-block;
  padding-left: 10px;
}
footer .column-right ul#footer-social li a {
 display: block;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50px;
 background-color: #eeeeee;
 color: #4b4b4b;
 text-align: center;
 padding: 10px;
}
footer .column-right ul#footer-social li a:hover {
 background: #333;
 color: #fff;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#copyright {
 background: #655582;
 color: #fff;
 text-align: center;
 padding: 10px 0;
 font-size: 0.8em;
}
