@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2017 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 于庭/佳芳 $
 * $Date: 2017-11-28 (二) $
*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansTC';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansTC-Thin.woff2) format('woff2'), url(../fonts/NotoSansTC-Thin.woff) format('woff'), url(../fonts/NotoSansTC-Thin.otf) format('opentype');
}
/* ==========================================
 #####   基礎共用設定
========================================== */
html {
  font-size: 1em;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #333;
  font-size: 1em;
  font-family: 'Roboto', 'NotoSansTC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
  line-height: 1.7em;
  background-color: #000;
}
input, textarea, label, button {
  color: #333;
  font-size: 1em;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
label {
  margin-bottom: 0;
}
select {
  border-radius: 0;
}
input, textarea, button {
  outline: none;
}
a {
  color: #333;
}
a:hover {
  color: #da251c;
  text-decoration: none;
}
img {
  vertical-align: top;
}
/* 隱藏內容，但不影響SEO */
.hidden-ele {
  position: absolute;
  top: -1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  height: 0;
}
/* 圖片隨視窗縮放 */
.rwd-img {
  width: 100%;
}
/* 圖片維持最大寬度 */
.max-img {
  height: auto !important;
  max-width: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.reset input, .reset label, .reset select {
  vertical-align: middle;
}
::-webkit-input-placeholder {
  color: #999;
  font-size: 1em;
}
::-moz-placeholder {
  color: #999;
  font-size: 1em;
  opacity: 1
}
:-ms-input-placeholder {
  color: #999;
  font-size: 1em;
}
:-moz-placeholder {
  color: #999;
  font-size: 1em;
}
.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* ==========================================
 ##### jQuery Slick 箭頭&點點 樣式
========================================== */
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-arrow:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
.slick-prev:before {
  right: 9px;
  border-right: 2px solid rgba(0, 0, 0, .5);
  border-bottom: 2px solid rgba(0, 0, 0, .5);
}
.slick-next:before {
  right: 19px;
  border-left: 2px solid rgba(0, 0, 0, .5);
  border-top: 2px solid rgba(0, 0, 0, .5);
}
.slick-disabled {
  opacity: 0;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 3px;
}
.slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 8px;
  overflow: hidden;
  font-size: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #000;
  border: 1px solid #555;
  overflow: hidden;
}
.slick-dots .slick-active button {
  background-color: transparent;
  border-color: #000;
}
/* ==========================================
 ##### 文字編輯
========================================== */
.edit-wrap {
  padding: 10px;
}
.edit-wrap img {
  height: auto !important;
  max-width: 100%;
}
@media only screen and (min-width:768px) {
  .edit-wrap {
    padding: 30px 0;
  }
}
/* ==========================================
 ##### Page 設定
========================================== */
.page-main {
  position: relative;
}
#index.page-main {
  padding-top: 74px;
}
.page-wrap {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-wrap.active {
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  -o-transform: translateX(-220px);
  transform: translateX(-220px);
}
.page-bg {
  background-color: #fff;
}
.page-bg.two {
  background-color: #F5F5F5;
}
.page-container {
  margin: 0 auto;
  padding: 8px;
  max-width: 1300px;
  width: 100%;
  overflow: hidden;
}
.page-left-container {
  padding-top: 20px;
}
.p-ban {
  padding-top: 74px;
  background-color: #fff;
}
.p-banner {
  position: relative;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.p-banner:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 0;
}
.p-banner .cover-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  -o-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: 1;
}
.p-banner .cover-txt .en {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 100;
  text-transform: uppercase;
}
.p-banner .cover-txt .ch {
  font-size: 1.125em;
}
.p-banner .cover-txt .en:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -7px;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #fff;
}
.p-banner.about {
  background-image: url("../images/ban_service.png");
}
.p-banner.news {
  background-image: url("../images/ban_news.png");
}
.p-banner.service {
  background-image: url("../images/ban_about.png");
}
.p-banner.contact {
  background-image: url("../images/ban_contact.png");
}
.p-banner.download {
  background-image: url("../images/ban_download.png");
}
.p-banner.sitemap {
  background-image: url("../images/ban_sitemap.png");
}
/* Animations */
[data-aos="ban-txt"] {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
[data-aos^=ban-txt][data-aos^=ban-txt].aos-animate {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-subject {
  margin-bottom: 5px;
  font-size: 1.250em;
  text-align: center;
}
.page-subject strong {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #000;
  font-weight: 100;
}
.page-subject strong:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 1px;
  background-color: #de140e;
}
.page-category {
  position: relative;
  z-index: 10;
}
.page-category .title {
  position: relative;
  padding: 10px;
  color: #fff;
  background-color: #cc110b;
}
.page-category .title:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-category .title.open:before {
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-category .list {
  max-height: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.page-category .list.open {
  max-height: 400px;
}
.page-category a {
  position: relative;
  display: block;
  padding: 10px 27px;
  font-size: 1rem;
  border-bottom: 1px solid #eee;
}
.page-category a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 6px;
  height: 1px;
  background-color: #444;
}
.page-category .sub-box a {
  padding-left: 27px;
  background-color: #fff;
}
.page-category .sub-box a:before {
  display: none;
}
.page-category.two .list li {
  width: 100%;
}
.page-pagination {
  padding: 20px 0 30px;
  text-align: center;
}
.page-pagination .control {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}
.page-pagination .control:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #cc110b;
  border-bottom: 2px solid #cc110b;
}
.page-pagination .prev {
  margin-right: 15px;
}
.page-pagination .next {
  margin-left: 15px;
}
.page-pagination .prev:before {
  margin-left: -4px;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page-pagination .next:before {
  margin-left: -8px;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-pagination .num {
  display: inline-block;
  vertical-align: middle;
}
.page-pagination .num a {
  display: inline-block;
  margin: 0 4px;
  padding: 4px;
  color: #999;
  text-decoration: none;
  vertical-align: middle;
}
.page-pagination .num a.current {
  position: relative;
  color: #333;
  font-size: 1.2em;
  font-weight: normal;
}
.page-pagination .num a.current:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 1px;
  background-color: #cc110b;
}
/* Aside */
.has-aside .page-category.two {
  position: relative;
  top: -8px;
  margin-left: -8px;
  margin-right: -8px;
}
.has-aside .page-category.two .list.open {
  max-height: 385px;
}
.page-subject-new {
  margin-top: 30px!important;
  font-size: 1.875rem!important;
  color: black!important;
  font-family: '微軟正黑體'!important;
  padding: 20px!important;
  line-height: 40px;
  text-align: left;
}
.e20230603img-pc {
  display: none;
}
.e20230603img-moble {
  display: block;
}
@media only screen and (min-width:768px) {
  .page-category .sub-box {
    display: none;
  }
  #index.page-main, .p-ban {
    padding-top: 74px;
  }
  .page-subject-new {
    margin-top: 30px!important;
    font-size: 2.375rem!important;
    color: black!important;
    font-family: '微軟正黑體'!important;
	padding: 30px!important;
	line-height: 40px;
	text-align: center;
  }
  .e20230603img-pc {
    display: none;
  }
  .e20230603img-moble {
    display: block;
  }
  .p-banner {
    height: 180px;
  }
  .p-banner .cover-txt .en {
    padding-bottom: 10px;
    font-size: 1.125em;
    line-height: 1rem;
  }
  .p-banner .cover-txt .ch {
    font-size: 1.500em;
  }
  .page-category .title {
    display: none;
  }
  .page-category .list {
    display: block;
    margin: 0 auto;
    max-height: 300px;
    font-size: 0;
    text-align: center;
  }
  .page-category .list li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1rem;
    text-align: center;
  }
  .page-category .list a {
    padding: 6px 10px;
    border-bottom: none;
  }
  .page-category .list a:before {
    display: none;
  }
  .page-category .list li:first-child a:before {
    display: none;
  }
  .page-category .list li.current a {
    color: #cc110b;
  }
  .page-category .list li.current a:after {
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #cc110b;
  }
  .page-category.two .list li {
    display: inline-block;
    width: auto;
  }
  .page-left-container {
    float: right;
    padding: 90px 10px 0 0;
    width: calc(100% - 160px);
  }
  .has-aside .page-category.two {
    float: left;
    top: 0;
    margin: 0;
    padding-left: 10px;
    width: 140px;
  }
  .has-aside .page-category.two .list {
    padding-top: 100px;
    max-height: 500px;
    overflow: visible;
    background-color: transparent;
  }
  .has-aside .page-category.two .list li {
    display: block;
    padding: 3px 0 5px;
  }
  .has-aside .page-category.two .list li a {
    padding: 10px 25px;
    line-height: 1.5rem;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .has-aside .page-category.two .list li.current a {
    color: #fff;
    border-color: #cc110b;
    background-color: #cc110b;
  }
  .has-aside .page-category.two .list li.current a:after {
    display: none;
  }
  .has-aside .page-subject {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
  }
  .has-aside .service-wrap .list {
    margin: 0 0 15px;
  }
  .has-aside.view .page-left-container {
    padding-top: 0;
  }
  .has-aside.view .page-category .list {
    padding-top: 20px;
  }
}
@media only screen and (min-width:1024px) {
  #index.page-main, .p-ban {
    padding-top: 99px;
  }
  .p-banner {
    height: 220px;
  }
  .page-subject {
    padding: 20px 0;
  }
  .page-subject strong {
    padding-bottom: 10px;
    font-size: 1.875rem;
  }
  .page-subject-new {
    margin-top: 60px!important;
    font-size: 2.575rem!important;
    color: black!important;
    font-family: '微軟正黑體'!important;
	padding: 30px!important;
	text-align: center;
  }
  .e20230603img-pc {
    display: block;
  }
  .e20230603img-moble {
    display: none;
  }
  .p-banner .cover-txt .en {
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  .p-banner .cover-txt .ch {
    font-size: 1.875rem;
  }
  .page-pagination {
    padding: 50px 0 60px;
  }
  .page-pagination .control, .page-pagination .control:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .page-pagination .control:hover {
    background-color: #cc110b;
  }
  .page-pagination .control:hover:before {
    border-color: #fff;
  }
  .page-pagination .prev {
    margin-right: 40px;
  }
  .page-pagination .next {
    margin-right: 40px;
  }
  .page-pagination .num a {
    margin: 0 20px;
  }
}
@media only screen and (min-width:1366px) {
  #index.page-main, .p-ban {
    padding-top: 103px;
  }
  .page-container {
    padding: 20px;
  }
  .page-subject-new {
    margin-top: 60px!important;
    font-size: 2.275rem!important;
    color: black!important;
    font-family: '微軟正黑體'!important;
	padding: 30px!important;
	text-align: center;
  }
  .e20230603img-pc {
    display: block;
  }
  .e20230603img-moble {
    display: none;
  }
  .p-banner {
    height: 300px;
  }
  .p-banner .cover-txt .en {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .p-banner .cover-txt .ch {
    font-size: 1.875em;
  }
  .page-left-container {
    padding-left: 50px;
  }
}
@media only screen and (min-width:1440px) {
  .has-aside .page-subject {
    top: 50px;
  }
  .page-subject-new {
    margin-top: 60px!important;
    font-size: 2.875rem!important;
    color: black!important;
    font-family: '微軟正黑體'!important;
	padding: 30px!important;
	text-align: center;
  }
  .e20230603img-pc {
    display: block;
  }
  .e20230603img-moble {
    display: none;
  }
  .has-aside .page-category.two {
    width: 220px;
  }
  .has-aside .page-category.two .list {
    padding-top: 160px;
  }
  .page-left-container {
    padding-top: 120px;
    margin-top: 40px;
    width: calc(100% - 240px);
  }
}
/* ==========================================
   Fade-zoom animation for first dialog
========================================== */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg, .my-mfp-zoom-in.mfp-removing.mfp-bg, .my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  margin: 0;
  max-width: 800px;
}
/* 基本樣式 */
.pop-style {
  position: relative;
  margin: 5px auto;
  padding: 50px 30px 0;
  max-width: 800px;
  max-height: 600px;
  overflow: scroll;
  text-align: left;
  background: #fff;
}
.pop-style .edit-wrap {
  padding-top: 0;
}
.mfp-close-btn-in .pop-style .mfp-close {
  top: 10px;
  right: 5px;
  padding-left: 1px;
  width: 38px;
  height: 38px;
  font-size: 0;
  color: #fff;
  line-height: 28px;
  background-color: #e21480;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mfp-close-btn-in .pop-style .mfp-close:hover {
  background-color: #222;
}
#pop-member {
  padding: 40px 20px;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
#pop-member .subject {
  color: #de140e;
  font-size: 20px;
  font-weight: bold;
}
#pop-member .summary {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 15px;
  font-size: 18px;
}
#pop-member .summary:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #de140e;
}
#pop-member .btn-box {
  padding: 5px 0;
}
@media (max-width: 767px) {
  #pop-member .btn-style {
    max-width: 100%;
    margin-bottom: 10px;;
  }
  #pop-member {
    padding-bottom: 50px;
  }  
}
/* ==========================================
 ##### Btn
========================================== */
.btn-style {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #de140e;
  background-image: -webkit-linear-gradient(bottom, #b50b06, #de140e);
  background-image: -moz-linear-gradient(bottom, #b50b06, #de140e);
  background-image: -o-linear-gradient(bottom, #b50b06, #de140e);
  background-image: -ms-linear-gradient(bottom, #b50b06, #de140e);
  background-image: linear-gradient(to top, #b50b06, #de140e);
}
.btn-style.cancel {
  color: #444;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
  background-image: -moz-linear-gradient(bottom, #ccc, #fff);
  background-image: -o-linear-gradient(bottom, #ccc, #fff);
  background-image: -ms-linear-gradient(bottom, #ccc, #fff);
  background-image: linear-gradient(to top, #ccc, #fff);
}
.btn-style:hover {
  color: #fff;
}
.btn-style.blue {
  color: #fff;
  background-color: #0581ff;
  background-image: -webkit-linear-gradient(top, #0581ff, #0562c1);
  background-image: -moz-linear-gradient(top, #0581ff, #0562c1);
  background-image: -o-linear-gradient(top, #0581ff, #0562c1);
  background-image: -ms-linear-gradient(top, #0581ff, #0562c1);
  background-image: linear-gradient(to bottom, #0581ff, #0562c1);
}
.btn-style.m-dark-blue {
  color: #fff;
  background-color: #003049;
  background-image: -webkit-linear-gradient(top, #003049, #000214);
  background-image: -moz-linear-gradient(top, #003049, #000214);
  background-image: -o-linear-gradient(top, #003049, #000214);
  background-image: -ms-linear-gradient(top, #003049, #000214);
  background-image: linear-gradient(to bottom, #003049, #000214);
}
.btn-style.m-orange {
  color: #fff;
  background-color: #f77f00;
  background-image: -webkit-linear-gradient(top, #f77f00, #a75a2f);
  background-image: -moz-linear-gradient(top, #f77f00, #a75a2f);
  background-image: -o-linear-gradient(top, #f77f00, #a75a2f);
  background-image: -ms-linear-gradient(top, #f77f00, #a75a2f);
  background-image: linear-gradient(to bottom, #f77f00, #a75a2f);
}
.btn-style.m-red {
  color: #fff;
  background-color: #e60029;
  background-image: -webkit-linear-gradient(top, #e60029, #a73341);
  background-image: -moz-linear-gradient(top, #e60029, #a73341);
  background-image: -o-linear-gradient(top, #e60029, #a73341);
  background-image: -ms-linear-gradient(top, #e60029, #a73341);
  background-image: linear-gradient(to bottom, #e60029, #a73341);
}
@media only screen and (min-width:768px) {
  .btn-style {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-style span {
    position: relative;
    z-index: 1;
  }
  .btn-style:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #555;
    background-image: -webkit-linear-gradient(bottom, #000, #555);
    background-image: -moz-linear-gradient(bottom, #000, #555);
    background-image: -o-linear-gradient(bottom, #000, #555);
    background-image: -ms-linear-gradient(bottom, #000, #555);
    background-image: linear-gradient(to top, #000, #555);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 0;
  }
  .btn-style:hover {
    color: #fff;
    text-decoration: none;
  }
  .btn-style:hover:before {
    opacity: 1;
  }
  .btn-style.cancel:hover {
    color: #000;
  }
  .btn-style.cancel:before {
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #aaa, #bbb);
    background-image: -moz-linear-gradient(bottom, #aaa, #bbb);
    background-image: -o-linear-gradient(bottom, #aaa, #bbb);
    background-image: -ms-linear-gradient(bottom, #aaa, #bbb);
    background-image: linear-gradient(to top, #aaa, #bbb);
  }
  .btn-style.m-dark-blue:before {
    color: #fff;
    background-color: #054263;
    background-image: -webkit-linear-gradient(top, #054263, #0c2863);
    background-image: -moz-linear-gradient(top, #054263, #0c2863);
    background-image: -o-linear-gradient(top, #054263, #0c2863);
    background-image: -ms-linear-gradient(top, #054263, #0c2863);
    background-image: linear-gradient(to bottom, #054263, #0c2863);
  }
  .btn-style.m-orange:before {
    color: #fff;
    background-color: #ff8a0e;
    background-image: -webkit-linear-gradient(top, #ff8a0e, #c56c38);
    background-image: -moz-linear-gradient(top, #ff8a0e, #c56c38);
    background-image: -o-linear-gradient(top, #ff8a0e, #c56c38);
    background-image: -ms-linear-gradient(top, #ff8a0e, #c56c38);
    background-image: linear-gradient(to bottom, #ff8a0e, #c56c38);
  }
  .btn-style.m-red:before {
    color: #fff;
    background-color: #fa143e;
    background-image: -webkit-linear-gradient(top, #fa143e, #ce4050);
    background-image: -moz-linear-gradient(top, #fa143e, #ce4050);
    background-image: -o-linear-gradient(top, #fa143e, #ce4050);
    background-image: -ms-linear-gradient(top, #fa143e, #ce4050);
    background-image: linear-gradient(to bottom, #fa143e, #ce4050);
  }
}
@media only screen and (min-width:1400px) {
  .btn-style {
    line-height: 50px;
  }
}
/* ==========================================
 ##### Header
========================================== */
#top-btn {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 10px;
  padding-top: 5px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 50px;
  background-color: #de140e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  z-index: 8;
  cursor: pointer;
}
#top-btn:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#fb-message {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #0081ff url("../images/fb_message.png") center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  z-index: 8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
#fb-message.active {
  bottom: 125px;
}
.side-msg {
  position: fixed;
  z-index: 99999;
  width: 280px;
  right: 10px;
  bottom: -320px;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.side-msg.show {
  bottom: 0;
}
.side-msg .close-msg {
  background: #009afe;
  display: block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -35px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
#header:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #de140e;
  z-index: 8;
}
#header .wrap {
  margin: 0 auto;
  max-width: 1600px;
}
#header .top-bar {
  padding: 2px 0 0;
  color: #fff;
  text-align: center;
  background-color: #cc110b;
}
#header .top-bar .left-txt {
  display: none;
  color: rgba(255, 255, 255, .6);
  font-size: 0.938em;
  letter-spacing: 2px;
  font-weight: 100;
}
#header .top-bar .right-tel a {
  color: #fff;
}
#header .top-bar .right-tel strong, #header .top-bar .right-tel span {
  display: inline-block;
  padding-left: 2px;
}
#header .top-bar .right-tel strong {
  font-family: 'Arial';
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
  letter-spacing: 1px;
}
#header .top-bar .right-tel span {
  font-size: .9em;
  vertical-align: bottom;
  font-weight: 100;
}
#header .top-bar .right-tel .fa {
  padding-top: 3px;
  font-size: 1.1em;
  vertical-align: top;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#header .main-bar {
  padding: 3px 8px 5px;
  background-color: #fff;
}
#header .logo {
  display: block;
  position: relative;
  width: 125px;
  font-size: 0;
  z-index: 10;
}
#header .logo .img, #header .logo .txt {
  float: left;
  display: block;
  height: 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
#header .logo .img {
  width: 35px;
  background-image: url("../images/logo_img.png");
}
#header .logo .txt {
  width: 90px;
  background-image: url("../images/logo_txt.png");
}
@media only screen and (min-width:768px) {
  #top-btn {
    right: 20px;
    bottom: 95px;
  }
  #fb-message {
    right: 20px;
    bottom: 90px;
  }
  #fb-message.active {
    bottom: 150px;
  }
}
@media only screen and (min-width:1024px) {
  #top-btn {
    padding-top: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #top-btn:before {
    margin-left: -6px;
    width: 12px;
    height: 12px;
  }
  #top-btn:hover, #fb-message:hover {
    opacity: 0.8;
  }
  #header .logo {
    float: left;
    width: 250px;
  }
  #header .logo .img {
    width: 60px;
    height: 60px;
  }
  #header .logo .txt {
    width: 150px;
    height: 60px;
  }
  #header .top-bar .left-txt {
    display: block;
    float: left;
    padding-left: 10px;
  }
  #header .top-bar .right-tel {
    float: right;
    padding-right: 10px;
  }
  #header .top-bar .right-tel .fa {
    padding-top: 3px;
    padding-right: 5px;
    font-size: 1em;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
@media only screen and (min-width:1024px) {
  #header .main-bar {
    position: relative;
  }
}
@media only screen and (min-width:1366px) {
  #header .top-bar .left-txt {
    padding-left: 20px;
  }
  #header .top-bar .right-tel {
    padding-right: 20px;
  }
  #header .main-bar {
    padding: 5px 20px 7px;
  }
}
@media only screen and (min-width:1640px) {
  #top-btn {
    right: 40px;
    bottom: 125px;
  }
  #fb-message {
    right: 40px;
    bottom: 125px;
  }
  #fb-message.active {
    bottom: 185px;
  }
  .side-msg {
    right: 90px;
  }
  #header .top-bar .left-txt {
    padding-left: 10px;
  }
  #header .top-bar .right-tel {
    padding-right: 10px;
  }
  #header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==========================================
 ##### Nav Control
========================================== */
.menu-control.hide-btn {
  opacity: 0;
}
.menu-control {
  position: absolute;
  top: 33px;
  right: 8px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  font-size: 0;
  background-color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.menu-control .icon span {
  position: absolute;
  left: 9px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-control .icon span:nth-child(1) {
  top: 11px;
}
.menu-control .icon span:nth-child(2) {
  top: 17px;
}
.menu-control .icon span:nth-child(3) {
  top: 23px;
}
.menu-control.active {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  background-color: transparent;
}
.menu-control.active .icon span:nth-child(2) {
  opacity: 0;
}
.menu-control.active .icon span:nth-child(1), .menu-control.active .icon span:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-control.active .icon span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* @media only screen and (min-width:768px) {
  .menu-control {    top: 42px; }
} */
@media only screen and (min-width:1024px) {
  .menu-control {
    display: none;
  }
}
/* ==========================================
 ##### Nav
========================================== */
.nav-wrap {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.nav-wrap .nav-box {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 22;
}
.nav-wrap.active {
  pointer-events: auto;
  opacity: 1;
  z-index: 10;
}
.menu-list {
  padding: 10px 10px 0;
  min-width: 260px;
  text-align: center;
}
.menu-list li {
  float: left;
  margin: 0 5px;
  width: calc(50% - 10px);
}
.menu-list li a {
  display: block;
  position: relative;
  padding: 7px 0;
  color: #fff;
  font-size: 1.1em;
}
.menu-list li a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #444;
}
.menu-list li.open>a {
  background-color: #cc110b;
}
.menu-list .sub-nav {
  display: none;
  padding: 5px 0;
  background-color: #555;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu-list .sub-nav a {
  padding: 5px 0;
  font-size: 16px;
}
.menu-list li.open .sub-nav {
  display: block;
}
.share-list {
  padding-top: 10px;
  text-align: center;
}
.share-list a {
  display: inline-block;
  margin: 0 3px;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.share-list a.line {
  font-size: 0;
  background-image: url("../images/icon_line.png");
  border: 1px solid #2cbf13;
}
.share-list a.fb {
  border: 1px solid #3c5b9a;
}
.share-list a.fb .fa {
  color: #3c5b9a;
  font-size: 1.2em;
  line-height: 34px;
  text-align: center;
}
@media only screen and (min-height:321px) {
  .menu-list li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .menu-list .sub-nav li.back {
    margin-bottom: 10px;
  }
  .menu-list li a {
    padding: 8px 0;
  }
  .menu-list li a:before {
    display: none;
  }
}
@media only screen and (min-width:1024px) {
  .menu-control {
    display: none;
  }
  .nav-wrap {
    text-align: right;
    pointer-events: auto;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin-top: 12px;
    width: 100%;
    height: auto;
    overflow-y: inherit;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
  }
  .nav-wrap .nav-box {
    position: relative;
    top: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 10px;
  }
  .menu-list {
    display: inline-block;
    margin-top: 3px;
    padding: 0;
    min-width: auto;
    /*width: 700px;*/
  }
  .menu-list li {
    float: none;
    /*position: relative;*/
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .menu-list li a {
    padding: 0 20px 15px;
    color: #444;
    font-size: 1rem;
    line-height: 35px;
  }
  .menu-list li.open>a {
    background-color: transparent;
  }
  .menu-list li a:before {
    top: 50%;
    margin-top: -16px;
    width: 1px;
    height: 16px;
    background-color: #ccc;
  }
  .menu-list li:first-child a:before {
    display: none;
  }
  .menu-list li a:hover {
    color: #cc110b;
  }
  .menu-list .sub-nav a {
    padding: 0 20px;
  }
  .menu-list .sub-nav {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 53px;
    right: auto;
    width: 100%;
    left: 50%;
    height: auto;
    font-size: 0;
    text-align: right;
    background-color: #ebebeb;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    border-top: 2px solid #de140e;
  }
  .menu-list .sub-nav.about {
    padding-right: 30%;
  }
  .menu-list .sub-nav.member {
    padding-right: 21%;
  }
  .menu-list .sub-nav.article {
    padding-right: 30%;
  }
  .menu-list .sub-nav.service {
    padding-right: 50%;
  }
  .menu-list .sub-nav.contact {
    padding-right: 13%;
  }
  .menu-list li:hover .sub-nav {
    pointer-events: auto;
    opacity: 1;
  }
  .menu-list .sub-nav li.back {
    display: none;
  }
  .menu-list .sub-nav li {
    display: inline-block;
    /*background-color: #fff;*/
    font-size: 1rem;
  }
  .share-list {
    display: inline-block;
    padding-top: 0;
    width: 85px;
  }
  .share-list a.line {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .share-list a.fb .fa {
    font-size: .9rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .share-list a.line:hover {
    background-image: url("../images/icon_line2.png");
    background-color: #2cbf13;
  }
  .share-list a.fb:hover {
    background-color: #3c5b9a;
  }
  .share-list a.fb:hover .fa {
    color: #fff;
  }
}
@media only screen and (min-width:1366px) {
  .nav-wrap .nav-box {
    top: auto;
  }
}
@media only screen and (min-width:1400px) {
  /*.nav-wrap {
    width: auto;
  }*/
  .menu-list {
    width: auto;
  }
  .menu-list a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width:1640px) {
  .nav-wrap .nav-box {
    padding-right: 60px;
  }
}
@media only screen and (min-width:1750px) {
  .nav-wrap .nav-box {
    padding-right: 7%;
  }
}
@media only screen and (min-width:1910px) {
  .nav-wrap .nav-box {
    padding-right: 9%;
  }
}
/* ==========================================
 ##### Footer
========================================== */
#footer .top-area {
  background-color: #1a1a1a;
}
#footer .link-wrap .item-box .title a {
  display: block;
  position: relative;
  padding: 8px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .link-wrap .item-box .title a:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .link-wrap .item-box .title a.active {
  background-color: #de140e;
}
#footer .link-wrap .item-box .title a.active:before {
  margin-top: -3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#footer .link-wrap .item-box .list {
  display: none;
  background-color: #333;
}
#footer .link-wrap .item-box .list a {
  display: block;
  padding: 5px 8px;
  color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
#footer .info-wrap {
  padding: 15px 5px 5px;
  color: #ddd;
  font-size: .9em;
  line-height: 1.7em;
}
#footer .info-wrap a {
  color: #ddd;
}
#footer .qr-wrap {
  display: none;
}
#footer .qr-wrap .title {
  color: #de140e;
  text-transform: uppercase;
}
#footer .down-area {
  color: #777;
  background-color: #000;
}
#footer .down-area a {
  color: #777;
}
#footer .links {
  text-align: center;
  font-size: 0;
}
#footer .links li {
  display: inline-block;
  width: 33.33%;
  font-size: 1rem;
}
#footer .links li a {
  display: block;
  position: relative;
}
#footer .links li a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 12px;
  background-color: #777;
}
#footer .links li:nth-child(3n+0) a:before, #footer .links li:last-child a:before {
  display: none;
}
#footer .copy-right {
  padding: 10px 70px 0 0;
  font-size: .9em;
  line-height: 1.3em;
  border-top: 1px solid rgba(255, 255, 255, .15);
}
#footer .copy-right .grnet {
  display: inline-block;
}
@media only screen and (min-width:768px) {
  #footer .link-wrap {
    padding: 10px 0;
    overflow: hidden;
    font-size: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }
  #footer .link-wrap .item-box {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 40px;
    width: 25%;
    font-size: 1rem;
    vertical-align: top;
  }
  #footer .link-wrap .item-box:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 140%;
    background-color: rgba(255, 255, 255, .15);
  }
  #footer .link-wrap .item-box:last-child:before {
    display: none;
  }
  #footer .link-wrap .item-box .title a:before {
    display: none;
  }
  #footer .link-wrap .item-box .list {
    display: block;
    padding-bottom: 10px;
    line-height: 2em;
    background-color: transparent;
  }
  #footer .link-wrap .item-box .title a.active {
    color: #de140e;
    background-color: transparent;
  }
  #footer .link-wrap .item-box .title a, #footer .link-wrap .item-box .list a {
    display: inline-block;
    padding: 2px 5px;
    border-bottom: none;
  }
  #footer .link-wrap .item-box .list a {
    padding: 0 5px;
  }
  #footer .info-wrap {
    text-align: center;
  }
  #footer .links li {
    width: 14.2%;
  }
  #footer .links li:nth-child(3n+0) a:before {
    display: block;
  }
  #footer .copy-right {
    text-align: center;
  }
}
@media only screen and (min-width:1024px) {
  #footer .link-wrap {
    float: left;
    width: 500px;
    border-bottom: none;
    line-height: 1.7rem;
  }
  #footer .link-wrap .item-box {
    padding: 0 20px;
    width: auto;
  }
  #footer .link-wrap .item-box:before, #footer .link-wrap .item-box:last-child:before {
    display: block;
    top: 5px;
    height: 180px;
  }
  #footer .link-wrap .item-box .title a {
    color: #de140e;
  }
  #footer .link-wrap .item-box .list a {
    padding: 0 5px;
    color: #FFF;
    font-size: 0.938em;
  }
  #footer .link-wrap .item-box .list a:hover {
    text-decoration: underline;
  }
  #footer .qr-wrap {
    float: right;
    display: block;
    margin-top: 15px;
    margin-right: 80px;
    padding: 5px;
    width: 180px;
  }
  #footer .qr-wrap .box {
    float: left;
    padding: 10px;
    width: 80px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #footer .qr-wrap .box:last-child {
    float: right;
  }
  #footer .qr-wrap .title {
    padding: 10px 0 5px;
    text-align: center;
    font-size: 0.875em;
    line-height: 1em;
  }
  #footer .info-wrap {
    float: left;
    padding: 15px 20px;
    width: calc(100% - 500px - 260px);
    text-align: left;
  }
  #footer .links li a:hover {
    color: #fff;
  }
}
@media only screen and (min-width:1200px) {
  #footer .link-wrap {
    padding-left: 20px;
    width: 650px;
  }
  #footer .link-wrap .item-box {
    padding: 0;
    width: 25%;
  }
  #footer .link-wrap .item-box:before {
    right: 30px;
  }
  #footer .info-wrap {
    padding-left: 10px;
    width: calc(100% - 650px - 260px);
  }
}
@media only screen and (min-width:1366px) {
  #footer .link-wrap {
    padding-left: 0;
  }
  #footer .link-wrap .item-box .title {
    margin-bottom: 3px;
    font-size: 1.063em;
  }
  #footer .info-wrap {
    padding-top: 50px;
  }
  #footer .down-area .page-container {
    padding-top: 10px;
  }
  #footer .links {
    float: left;
    font-size: 0.938em;
  }
  #footer .links li {
    width: auto;
  }
  #footer .links li a {
    padding-right: 15px;
    padding-left: 10px;
  }
  #footer .copy-right {
    float: right;
    padding: 5px 0 0;
    border: none;
  }
  #footer .qr-wrap {
    margin-top: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-width:1500px) {
  #footer .link-wrap {
    padding-bottom: 0;
    width: 720px;
  }
  #footer .info-wrap {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 720px - 200px);
    line-height: 1.8rem;
  }
  #footer .qr-wrap {
    margin-top: 20px;
  }
  #footer .qr-wrap .title {
    padding: 7px 0 0;
    line-height: 1.2rem;
    font-weight: 400;
  }
}
@media only screen and (min-width:1760px) {
  #footer .qr-wrap {
    margin-right: 10px;
  }
}
/* ==========================================
 ##### Index
========================================== */
.subject-bar {
  padding-bottom: 5px;
}
.subject-bar .en, .subject-bar .ch {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
}
.subject-bar .en {
  padding-right: 5px;
  font-size: 1.2em;
  font-weight: 100;
  text-transform: uppercase;
}
.subject-bar .ch {
  font-size: 1.1em;
  font-weight: 400;
}
/* News */
#index .news-wrap {
  margin-top: 8px;
  padding: 15px;
  background-color: #333;
}
#index .news-wrap .subject-bar {
  border-bottom: 1px solid #de140e;
}
#index .news-wrap .subject-bar .subject {
  float: left;
}
#index .news-wrap .subject-bar .en {
  color: #fff;
}
#index .news-wrap .subject-bar .ch {
  color: #de140e;
}
#index .news-wrap .subject-bar a {
  position: relative;
  float: right;
  padding: 2px 12px 0 0;
  color: #de140e;
}
#index .news-wrap .subject-bar a:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #de140e;
  border-bottom: 2px solid #de140e;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#index .news-wrap .item-box {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
#index .news-wrap .item-box, #index .news-wrap .item-box span {
  display: block;
}
#index .news-wrap .item-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#index .news-wrap .item-box .date, #index .news-wrap .item-box .main {
  display: block;
  float: left;
}
#index .news-wrap .item-box .date {
  width: 50px;
  color: #de140e;
  text-align: center;
  line-height: 1.5em;
}
#index .news-wrap .item-box .dd {
  font-size: 1.1em;
}
#index .news-wrap .item-box .mm {
  font-size: 1.7em;
}
#index .news-wrap .item-box .yy {
  color: #be0d07;
}
#index .news-wrap .item-box .main {
  padding-left: 10px;
  width: calc(100% - 50px);
  color: #aaa;
}
#index .news-wrap .item-box .title {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index .news-wrap .item-box .summary {
  height: 40px;
  overflow: hidden;
  font-size: .9em;
  line-height: 1.5em;
}
/* IMG List */
#index .img-wrap {
  padding-top: 8px;
}
#index .img-wrap li a {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
#index .img-wrap li a:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../images/shadow_1.png") center 0 no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
/* Member */
#index .member-wrap {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #ffefee;
}
#index .member-wrap:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../images/shadow_1.png") center 0 no-repeat;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
#index .member-wrap .subject-bar {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
#index .member-wrap .subject-bar .ch {
  color: #de140e;
}
#index .member-wrap .box-wrap {
  color: #333;
  font-size: .9em;
  line-height: 1.5em;
}
#index .member-wrap .btn-area {
  padding-top: 10px;
  font-size: 0;
}
#index .member-wrap .btn-area a {
  display: inline-block;
  margin-left: 1px;
  width: calc(50% - 4px);
  font-size: 1rem;
}
#index .member-wrap .btn-area a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* Service */
#index .down-area {
  background-color: #f5f5f5;
}
/* FB */
#index .fb-wrap {
  margin: 0 auto 10px;
  padding: 0 10px 10px;
  height: 130px;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  #index .img-wrap {
    float: left;
    width: 380px;
  }
  #index .member-wrap {
    float: right;
    margin: 8px 0 0 8px;
    padding: 30px;
    min-height: 253px;
    width: calc(100% - 388px);
  }
  #index .member-wrap .btn-area {
    padding-top: 30px;
  }
  #index .fb-wrap {
    width: 500px;
    height: auto;
  }
}
@media only screen and (min-width:1024px) {
  #index .news-wrap .subject-bar a:hover {
    color: #fff;
  }
  #index .news-wrap .subject-bar a:hover:before {
    border-color: #fff;
  }
  #index .news-wrap .item-box:hover {
    background-color: #444;
  }
  #index .img-wrap {
    margin-left: -4px;
    width: 650px;
  }
  #index .img-wrap li {
    padding: 0 4px;
  }
  #index .member-wrap {
    padding: 15px 25px;
    width: calc(100% - 654px);
    min-height: 212px;
  }
  #index .member-wrap .btn-area {
    padding-top: 15px;
  }
}
@media only screen and (min-width:1366px) {
  #index .banner-wrap {
    float: left;
    width: calc(100% - 360px);
  }
  #index .news-wrap {
    float: left;
    margin: 0;
    padding: 32px 30px;
    width: 360px;
    min-height: 411px;
  }
  #index .news-wrap .item-box:last-child, #index .news-wrap .item-box {
    padding: 18px 0;
  }
  #index .news-wrap .item-box .date {
    width: 65px;
  }
  #index .news-wrap .item-box .main {
    padding-right: 10px;
    width: calc(100% - 65px);
  }
  #index .middle-area {
    padding-top: 10px;
  }
  #index .img-wrap {
    margin-left: -10px;
    width: calc(100% - 360px);
  }
  #index .img-wrap li {
    padding: 0 10px;
  }
  #index .member-wrap {
    padding: 17px 25px 18px;
    width: 360px;
    min-height: auto;
  }
  #index .fb-wrap {
    float: right;
    padding-top: 20px;
    width: 360px;
    height: 805px;
  }
  .lg-hide {
    display: none;
  }
}
@media only screen and (min-width:1400px) {
  #index .top-area {
    padding-top: 15px;
  }
  #index .img-wrap {
    width: calc(100% - 320px);
  }
  #index .member-wrap {
    padding: 20px 15px;
    width: 320px;
  }
  #index .member-wrap .btn-style {
    line-height: 42px;
  }
  #index .member-wrap .subject-bar .en {
    font-size: 1.5em;
  }
  #index .member-wrap .subject-bar .ch {
    font-size: 1.250em;
  }
  #index .member-wrap .box-wrap {
    font-size: 0.938em;
  }
  #index .down-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #index .fb-wrap {
    padding: 10px 0 0;
    width: 320px;
    height: auto;
  }
  #index .banner-wrap {
    width: calc(100% - 320px);
  }
  #index .news-wrap {
    padding: 20px 20px 10px;
    width: 320px;
    min-height: 466px;
  }
  #index .news-wrap .item-box .date {
    width: 68px;
  }
  #index .news-wrap .item-box .main {
    padding-left: 0;
    padding-right: 5px;
    width: calc(100% - 68px);
  }
  #index .news-wrap .item-box .date {
    line-height: 1.9rem;
  }
  #index .news-wrap .item-box .dd {
    font-size: 1.250em;
  }
  #index .news-wrap .item-box .mm {
    font-size: 2.500em;
  }
  #index .news-wrap .item-box .yy {
    font-size: 0.938em;
  }
  #index .news-wrap .item-box .main .summary {
    height: 47px;
    font-size: 0.938em;
    line-height: 1.6em;
  }
  #index .news-wrap .item-box, #index .news-wrap .item-box:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* ==========================================
 #####   About
========================================== */
.main-wrap {
  position: relative;
  padding: 20px 7px;
}
#about .area-one .item-box {
  padding-bottom: 10px;
}
#about .area-one .item-box .title {
  color: #cc110b;
  font-size: 1.063em;
}
#about .area-two {
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
#about .area-two .subject {
  font-size: 1.125em;
  text-align: center;
}
#about .area-two .item-box {
  margin-top: 30px;
}
#about .area-two .circle-box {
  margin: 0 auto 15px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#about .area-two .circle-box .title {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #c91c22;
}
#about .area-two .circle-box .img {
  margin: 0 auto;
  max-width: 120px;
}
#about .area-three .subject {
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
}
#about .area-three .item-box {
  margin-top: 15px;
  text-align: center;
}
#about .area-three .item-box .year {
  color: #cc110b;
  font-size: 1.250em;
}
@media only screen and (min-width:768px) {
  #about .area-one .summary {
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
  }
  #about .area-one .img {
    float: left;
    position: relative;
    width: 30%;
    height: 1px;
  }
  #about .area-one .img img {
    position: absolute;
    top: 40px;
    left: -60%;
    width: 200%;
    z-index: 0;
  }
  #about .area-one .list {
    float: left;
    position: relative;
    padding: 20px 0;
    width: 70%;
    z-index: 1;
  }
  #about .area-two .subject {
    padding-bottom: 10px;
    font-size: 1.375em;
  }
  #about .area-two .list {
    font-size: 0;
  }
  #about .area-two .item-box {
    display: inline-block;
    margin: 10px;
    width: calc(50% - 20px);
    font-size: 1rem;
    vertical-align: top;
  }
  #about .area-three .list {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
  }
  #about .area-three .subject {
    font-size: 1.375em;
  }
  #about .area-three .list:before, #about .area-three .list:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 190px;
    background-image: url("../images/leaf.png");
  }
  #about .area-three .list:before {
    left: 0;
  }
  #about .area-three .list:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media only screen and (min-width:1024px) {
  #about .area-one .img img {
    top: 0;
  }
  #about .area-one .list {
    padding-left: 40px;
  }
  #about .area-two .item-box {
    margin: 20px;
    width: calc(50% - 40px);
  }
  #about .area-two .item-box .circle-box {
    width: 220px;
    height: 220px;
  }
  #about .area-two .circle-box .title {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  #about .area-two .circle-box .img {
    max-width: 100%;
    width: 170px;
  }
}
@media only screen and (min-width:1200px) {
  #about .area-one .wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
  #about .area-one .img {
    width: 550px;
  }
  #about .area-one .img img {
    top: 0;
    left: -100px;
    width: 772px;
  }
  #about .area-one .list {
    padding: 100px 0 100px 50px;
    width: calc(100% - 550px);
  }
  #about .area-two .item-box {
    position: relative;
    margin: 20px;
    width: calc(25% - 40px);
  }
  #about .area-two .item-box:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 110px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #999;
    z-index: 0;
  }
  #about .area-two .item-box:last-child:before {
    display: none;
  }
  #about .area-two .item-box .circle-box {
    position: relative;
    z-index: 1;
  }
}
/* ==========================================
 #####   History
========================================== */
#history .page-bg {
  background-color: #eee;
}
#history .year {
  color: #cc110b;
  font-size: 1.5em;
}
#history .main {
  margin: 5px 0 15px;
  padding: 10px;
  background-color: #fff;
}
#history .btn-style {
  display: block;
  margin: 0 auto;
  width: 180px;
}
@media only screen and (min-width:768px) {
  #history .item-box {
    position: relative;
    margin: 50px 0 60px;
    padding-left: calc(50% + 40px);
  }
  #history .item-box:before, #history .item-box:after, #history .item-box .main:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #history .item-box:after {
    left: 50%;
    margin-left: -4px;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
  }
  #history .item-box:before {
    display: none;
    top: -3px;
    left: 50%;
    margin-left: -7px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #cc110b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
  }
  #history .item-box:nth-child(even) {
    padding-left: 0;
    padding-right: calc(50% + 40px);
  }
  #history .item-box .year {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    text-align: center;
  }
  #history .main {
    position: relative;
    padding: 15px 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #history .item-box .main:before {
    left: -40px;
    width: 1px;
    height: 115%;
    background-color: #999;
    z-index: 0;
  }
  #history .item-box:nth-child(even) .main:before {
    left: auto;
    right: -41px;
  }
  #history .item-box:last-child .main:before {
    height: 170%;
  }
}
@media only screen and (min-width:1024px) {
  #history .page-bg {
    background: #eee url("../images/history_bg.png") center top fixed;
  }
  #history .item-box {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  #history .item-box .year {
    font-size: 2.250em;
  }
  #history .item-box .main:after {
    opacity: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 22px 16px 0;
    border-color: transparent #cc110b transparent transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #history .item-box:nth-child(even) .main:after {
    left: auto;
    right: -22px;
    border-width: 16px 0 16px 22px;
    border-color: transparent transparent transparent #cc110b;
  }
  #history .item-box .box {
    padding: 0;
    font-size: 0;
  }
  #history .item-box .date {
    display: inline-block;
    width: 60px;
    font-size: 1rem;
    vertical-align: top;
  }
  #history .item-box .date span {
    padding-left: 3px;
    font-size: 1rem;
    vertical-align: middle;
  }
  #history .item-box .date strong {
    font-size: 1.3em;
    font-weight: normal;
    vertical-align: middle;
  }
  #history .item-box .summary {
    display: inline-block;
    padding-top: 1px;
    width: calc(100% - 60px);
    font-size: 1rem;
    vertical-align: top;
  }
  #history .item-box:hover:after {
    background-color: #cc110b;
    border-color: #cc110b;
  }
  #history .item-box:hover:before {
    display: block;
  }
  #history .item-box:hover .main {
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
  }
}
/* ==========================================
 #####   TEAM
========================================== */
#team .item-box {
  margin: 10px 0;
}
#team .item-box .img {
  margin-bottom: 10px;
}
#team .item-box .img a:focus {
  outline: none;
}
#team .item-box .title {
  padding: 3px 8px;
  border-left: 2px solid #cc110b;
}
button.mfp-arrow {
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
}
.mfp-arrow:before {
  display: none;
}
.mfp-arrow:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  margin: -15px 0 0;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-arrow-right {
  right: 10px;
}
.mfp-arrow-right:after {
  left: auto;
  right: 19px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
.mfp-arrow-left {
  left: 10px;
}
.mfp-arrow-left:after {
  left: 18px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  opacity: 1;
  font-size: 0;
}
.mfp-close:before, .mfp-close:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 9px;
  left: 18px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#team .page-bg.two {
  background: #f8f8f8 url("../images/partner.png");
}
#team .page-bg.two .summary {
  text-align: center;
  line-height: 1.7em;
}
#team .page-bg.two .list {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}
#team .page-bg.two .item-box {
  display: inline-block;
  margin: 15px 5px 5px;
  width: calc(50% - 10px);
  font-size: 1rem;
  vertical-align: top;
}
#team .page-bg.two .item-box .img {
  position: relative;
}
#team .page-bg.two .item-box .img:before, #team .page-bg.two .item-box .img:after, #team .page-bg.two .item-box .img span:before, #team .page-bg.two .item-box .img span:after {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
}
#team .page-bg.two .item-box .img:before {
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#team .page-bg.two .item-box .img:after {
  top: -1px;
  right: -1px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#team .page-bg.two .item-box .img span:before {
  bottom: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#team .page-bg.two .item-box .img span:after {
  bottom: -1px;
  right: -1px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#team .page-bg.two .item-box .title {
  padding: 0;
  border: none;
  line-height: 1.3em;
  text-align: center;
}
#team .share-list {
  padding: 5px;
  text-align: left;
}
#team .share-list a {
  float: right;
  text-align: center;
}
#team .share-list a.fb, #team .share-list a.line {
  border-color: #eee;
}
#team .page-bg.two .summary {
  text-align: left;
}
@media only screen and (min-width:414px) {
  #team .list {
    font-size: 0;
  }
  #team .item-box {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    width: 50%;
    font-size: 1rem;
  }
}
@media only screen and (min-width:768px) {
  #team .page-bg.two {
    background: #fbfbfb url("../images/partner.png") center 0 no-repeat;
  }
  #team .page-bg.two .item-box {
    width: calc(25% - 10px);
  }
  #team .share-list {
    width: 100px;
  }
}
@media only screen and (min-width:1024px) {
  #team .item-box {
    margin-bottom: 30px;
    margin: 10px;
    padding: 0;
    width: calc(25% - 20px);
  }
  #team .page-bg.two .list {
    margin-right: 0;
    margin-left: 0;
  }
  #team .page-bg.two .summary {
    margin: 0 auto 20px;
    max-width: 950px;
    line-height: 1.7em;
  }
  #team .page-bg.two .item-box {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(20% - 40px);
  }
  #team .page-bg.two .item-box:hover .img {
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
  }
  #team .page-bg.two .item-box .title {
    padding-top: 5px;
    font-size: 1.125em;
  }
}
@media only screen and (min-width:1600px) {
  #team .main-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
  #team .item-box .title {
    padding: 7px 10px 5px;
    line-height: 1rem;
  }
}
/* ==========================================
 #####   Service
========================================== */
.service-wrap {
  padding: 10px 10px 0;
}
.service-wrap .subject-bar .ch {
  color: #de140e;
}
.service-wrap .main-wrap {
  color: #444;
  font-size: .9em;
  line-height: 1.7em;
}
.service-wrap .list {
  padding: 15px 0;
}
.service-wrap .item-box {
  display: block;
  margin-bottom: 1px;
  padding: 15px;
  background-color: #fff;
}
.service-wrap .item-box span {
  display: block;
}
.service-wrap .item-box .img {
  margin: 0 auto 10px;
  max-width: 120px;
}
.service-wrap .item-box .main {
  color: #666;
  font-size: .9em;
  line-height: 1.7em;
}
.service-wrap .item-box .title {
  display: block;
  padding-bottom: 5px;
  color: #de140e;
  font-size: 1.2em;
}
.service-wrap .item-box .import {
  color: #fc534c;
}
#service .page-bg {
  padding-top: 20px;
  background-color: #eee;
}
#service.has-aside .page-bg {
  padding-top: 0;
}
#service .service-wrap .btn-style {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  color: #ccc;
  line-height: 40px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#service .service-wrap .btn-style:hover:before {
  display: none;
}
#service .view-title .img {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}
#service .view-title .title {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 1.250em;
  vertical-align: top;
  line-height: 80px;
}
#service .view-title .title:before {
  content: "";
}
#service .view-title .summary {
  padding: 5px 0;
  color: #666;
  line-height: 1.5em;
}
#service #tabs .main-wrap {
  padding: 10px;
  background-color: #fff;
}
#service .tab-links {
  font-size: 0;
}
#service .tab-links li {
  display: inline-block;
  position: relative;
  bottom: -2px;
  margin: 0 3px;
  width: calc(33.33% - 6px);
}
#service .tab-links a {
  display: block;
  padding: 10px;
  color: #999;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.4rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
  box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
#service .tab-links li a:focus {
  outline: none;
}
#service .tab-links .ui-tabs-active {
  bottom: -1px;
}
#service .ui-tabs-active a {
  color: #fff;
  background-image: -webkit-linear-gradient(bottom, #b4100b, #cc110b);
  background-image: -moz-linear-gradient(bottom, #b4100b, #cc110b);
  background-image: -o-linear-gradient(bottom, #b4100b, #cc110b);
  background-image: -ms-linear-gradient(bottom, #b4100b, #cc110b);
  background-image: linear-gradient(to top, #b4100b, #cc110b);
}
#service #tabs .main-wrap {
  border-top: 1px solid #ddd;
}
#service #summary-box.main-wrap {
  background-color: #f5f5f5;
}
#service #summary-box.main-wrap {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 15px;
}
#service #tabs .main-wrap img {
  height: auto !important;
  max-width: 100%;
}
#service #tabs .main-wrap table {
  width: 100% !important;
}
#summary-box .subject {
  padding-bottom: 5px;
  color: #ee4842;
  font-size: 1.375em;
}
#summary-box li {
  position: relative;
  padding: 3px 0 3px 14px;
}
#summary-box li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #cc110b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#service .btn-style {
  display: block;
  margin: 0 auto;
  width: 180px;
}
@media only screen and (max-width:767px) {
  .rwd-tab tr, .rwd-tab th, .rwd-tab td {
    display: block;
  }
  .rwd-tab tr {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  .rwd-tab th {
    padding: 8px 12px 2px;
    color: #666;
  }
  .rwd-tab td {
    padding: 2px 12px 8px;
    color: #111;
  }
}
@media only screen and (min-width:768px) {
  #service .view-title {
    padding-bottom: 10px;
    font-size: 0;
  }
  #service .view-title .box {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
  }
  #service .view-title .img {
    width: 100px;
  }
  #service .view-title .title {
    font-size: 1.875em;
    line-height: 100px;
  }
  #service .view-title .title:before {
    top: 40px;
  }
  #service .view-title .summary {
    display: inline-block;
    padding-left: 20px;
    font-size: 1rem;
    vertical-align: middle;
  }
  #service .tab-links {
    position: relative;
    font-size: 0;
    z-index: 0;
  }
  #service .tab-links li {
    display: inline-block;
    font-size: 1rem;
    width: auto;
  }
  #service .tab-links a {
    padding: 15px 30px;
  }
  #service #tabs .main-wrap {
    position: relative;
    z-index: 1;
  }
  .rwd-tab {
    margin-bottom: 30px;
    width: 100%;
  }
  .rwd-tab th {
    white-space: nowrap;
  }
  .rwd-tab th, .rwd-tab td {
    padding: 8px 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .rwd-tab td {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.5rem;
  }
  #service #summary-box.main-wrap {
    padding: 30px;
  }
  #summary-box li:before {
    top: 16px;
  }
  #service .service-wrap .item-box .img, #service .service-wrap .item-box .main {
    display: block;
    padding: 0;
    width: 100%;
  }
  #service .service-wrap .item-box .summary {
    min-height: 97px;
  }
  #service .service-wrap .box-group.last .item-box .summary {
    min-height: 270px;
  }
  #service .service-wrap .item-box .main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-wrap .list {
    margin: 15px 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
  }
  .service-wrap .line-gap {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eee;
  }
  .service-wrap .item-box {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 15px;
    width: 50%;
    font-size: 1rem;
    vertical-align: top;
  }
  .service-wrap .item-box:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 125%;
    background-color: #eee;
  }
  .service-wrap .box-group .item-box:last-child:before {
    display: none;
  }
  .service-wrap .box-group:last-child {
    border-bottom: none;
  }
  .service-wrap .item-box .img {
    display: table-cell;
    width: 80px;
  }
  .service-wrap .item-box .main {
    display: table-cell;
    padding: 0 15px 0 25px;
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width:1024px) {
  .main-wrap {
    padding: 50px;
  }
  .service-wrap .item-box {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .service-wrap .item-box:hover {
    background-color: #fafafa;
    cursor: pointer;
  }
  #service .service-wrap {
    margin-bottom: 40px;
  }
  #service .service-wrap .btn-style:hover {
    color: #de140e;
    border-color: #de140e;
  }
  #service #tabs {
    margin-bottom: 50px;
  }
  #service #tabs .btn-style {
    margin-bottom: 5px;
  }
  #service #tabs .main-wrap {
    padding: 30px;
  }
  #service #tabs #summary-box {
    margin-bottom: 30px;
  }
  #service .service-wrap .item-box .main {
    padding-left: 30px;
    padding-right: 30px;
  }
  #service .service-wrap .item-box .summary {
    min-height: 75px;
  }
  #service .service-wrap .box-group.last .item-box .summary {
    min-height: 190px;
  }
}
@media only screen and (min-width:1366px) {
  .service-wrap {
    float: left;
    padding: 10px 20px 0 0;
    width: 880px;
  }
  .service-wrap .list {
    margin-bottom: 0;
  }
  #service .service-wrap .item-box .summary {
    min-height: 95px;
  }
  #service .service-wrap .box-group.last .item-box .summary {
    min-height: 200px;
  }
}
@media only screen and (min-width:1400px) {
  #service .page-container {
    min-height: 660px;
  }
  .service-wrap .main-box {
    font-size: 1rem;
    line-height: 1.875em;
  }
  .service-wrap .subject-bar .en {
    font-size: 1.875em;
  }
  .service-wrap .subject-bar .ch {
    font-size: 1.625em;
  }
  .service-wrap {
    padding-right: 40px;
    width: calc(100% - 320px);
  }
  .service-wrap .item-box {
    display: inline-table;
  }
  .service-wrap .item-box .img {
    width: 150px;
    vertical-align: top;
  }
  .service-wrap .item-box .main {
    width: calc(100% - 150px);
  }
  .service-wrap .item-box .title {
    padding-top: 25px;
    font-size: 1.250em;
  }
  .service-wrap .item-box .summary {
    padding-bottom: 20px;
    font-size: 0.938rem;
    line-height: 1.5rem;
  }
  #service .service-wrap {
    float: none;
    padding: 0;
    width: 100%;
  }
  #service .service-wrap .item-box {
    padding: 30px;
  }
  #service #tabs .main-wrap {
    padding: 30px 70px;
  }
  #service #tabs #summary-box.main-wrap {
    margin-top: 40px;
    padding: 70px 70px;
  }
  #summary-box .subject {
    font-size: 1.875em;
  }
  #service .service-wrap .item-box .img {
    display: table-cell;
    width: 150px;
  }
  #service .service-wrap .item-box .main {
    display: table-cell;
    padding: 0 15px 0 25px;
    width: calc(100% - 150px);
  }
  #service .service-wrap .box-group.last .item-box .summary {
    min-height: 0;
  }
}
/* ==========================================
 #####   常見問題
========================================== */
.search-box {
  padding: 20px 0 10px;
}
.search-box .input {
  font-size: 0;
}
.search-box input {
  display: inline-block;
  padding-left: 8px;
  width: calc(100% - 36px);
  height: 36px;
  font-size: 1rem;
  vertical-align: top;
  border: 1px solid #eee;
}
.search-box button {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  vertical-align: top;
  background-color: #cc110b;
  border: 1px solid #cc110b;
}
#faq .icon {
  display: block;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 36px;
  background-color: #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#faq .que .icon {
  float: left;
}
#faq .main-wrap .list {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
}
#faq .item-box {
  margin: 0;
  border-top: 1px solid #ccc;
}
#faq .item-box .que {
  padding: 10px 0 0;
}
#faq .item-box .que .title {
  float: left;
  position: relative;
  margin-bottom: 10px;
  padding: 6px 35px 4px 8px;
  width: calc(100% - 36px);
  font-size: 1.063em;
  line-height: 26px;
}
#faq .item-box .que .title:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 21px;
  right: 15px;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#faq .item-box .ans, #faq .item-box .ans .icon {
  display: none;
}
#faq .item-box .ans {
  background-color: #f5f5f5;
}
#faq .item-box .ans .main {
  padding: 15px;
  color: #666;
}
/* Open */
#faq .item-box.open {
  border-top-color: #aaa;
}
#faq .item-box.open .que .icon {
  background-color: #de140e;
}
#faq .item-box.open .que .title:before {
  border-color: #cc110b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#faq .item-box.open .ans .icon {
  background-color: #f19149;
}
#faq .page-category.two {
  display: none;
}
@media only screen and (min-width:768px) {
  .search-box {
    float: right;
    width: 350px;
  }
  #faq .main-wrap .list {
    padding-top: 30px;
  }
  #faq .item-box .que, #faq .item-box .ans {
    padding: 10px;
  }
  #faq .item-box .que .title {
    margin-bottom: 0;
  }
  #faq .item-box .ans .icon {
    display: block;
    float: left;
  }
  #faq .item-box .que .title, #faq .item-box .ans .main {
    float: left;
    padding-left: 10px;
    width: calc(100% - 36px);
  }
  #faq .item-box .ans .main {
    line-height: 1.7rem;
  }
  #faq .page-left-container {
    padding-bottom: 30px;
  }
  #faq .page-category.two {
    display: block;
  }
}
@media only screen and (min-width:1024px) {
  .faq-category .cate-list a:hover {
    color: #cc110b;
    border-color: #cc110b;
  }
}
@media only screen and (min-width:1440px) {
  .search-box {
    margin-top: 5px;
  }
  .faq-category {
    padding-top: 10px;
  }
  .faq-category .cate-list li {
    margin: 0 8px;
  }
  .faq-category .cate-list a {
    padding-left: 40px;
    padding-right: 40px;
  }
  #faq .main-wrap .list {
    padding-top: 50px;
  }
  #faq .item-box .que, #faq .item-box .ans {
    padding: 20px;
  }
  #faq .item-box .que .icon {
    font-size: 1.3rem;
  }
  #faq .item-box .que .title, #faq .item-box .ans .main {
    padding-left: 20px;
  }
  #faq .page-left-container {
    padding-bottom: 50px;
  }
}
/* ==========================================
 ##### News
========================================== */
#news .item-box {
  display: block;
  margin-bottom: 15px;
  background-color: #fff;
}
#news .item-box span {
  display: block;
}
#news .item-box .img {
  position: relative;
}
#news .item-box .main {
  padding: 0 10px 10px;
}
#news .date {
  margin-bottom: 5px;
  padding: 3px 10px;
  width: 70px;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  background-color: #333;
}
#news .dd {
  font-size: 0.875em;
}
#news .mm {
  font-size: 1.5em;
}
#news .yy {
  font-size: 0.688em;
}
#news .item-box .title {
  color: #cc110b;
  font-size: 1.125em;
}
#news .item-box .summary {
  color: #666;
}
#news .masonry-list .gutter-sizer {
  width: 0;
}
#news .masonry-list .item-box, #news .masonry-list .grid-sizer {
  width: 100%;
}
#news .view {
  padding-bottom: 20px;
  background-color: #fff;
}
#news .view .date {
  float: none;
  padding: 5px;
  width: auto;
  background-color: #cc110b;
}
#news .view .dd, #news .view .mm, #news .view .yy {
  display: inline-block;
  font-size: 1em;
}
#news .view .dd:after, #news .view .mm:after {
  pointer-events: none;
  content: '/';
}
#news .view .view-top .title {
  margin-bottom: 5px;
  padding: 5px 100px 15px 10px;
  font-size: 1.250em;
  line-height: 30px;
  background: url("../images/line.png") 0 bottom repeat-x;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
  background-size: 100% 5px;
}
#news .view .view-top {
  position: relative;
}
#news .view .share-list {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 38px 0 0;
}
@media only screen and (min-width:768px) {
  #news .masonry-list {
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #news .masonry-list .gutter-sizer {
    width: 30px;
  }
  #news .masonry-list .item-box, #news .masonry-list .grid-sizer {
    margin-bottom: 30px;
    width: calc(50% - 20px);
  }
  #news .view {
    padding: 30px;
  }
  #news .view .date {
    float: left;
  }
  #news .view .date {
    margin-bottom: 5px;
    padding: 3px 10px;
    width: 70px;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
  }
  #news .view .dd, #news .view .mm, #news .view .yy {
    display: block;
  }
  #news .view .dd:after, #news .view .mm:after {
    display: none;
  }
  #news .view .dd {
    font-size: 0.875em;
  }
  #news .view .mm {
    font-size: 1.5em;
  }
  #news .view .yy {
    font-size: 0.688em;
  }
  #news .view .view-top .title {
    float: left;
    padding-top: 17px;
    margin-left: 20px;
    width: calc(100% - 90px);
  }
  #news .view .share-list {
    padding: 0;
    right: 0;
    top: 11px;
  }
  #news .view .btn-style {
    display: block;
    margin: 0 auto;
    max-width: 180px;
  }
}
@media only screen and (min-width:1024px) {
  #news .item-box .cover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #news .item-box .cover:before {
    pointer-events: none;
    content: "view";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-weight: 100;
    line-height: 60px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: rgba(204, 11, 17, .8);
    border: 1px solid #fff;
  }
  #news .item-box:hover .cover {
    opacity: 1;
  }
  #news .page-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #news .view {
    padding: 80px;
  }
  #news .view .view-top .title {
    font-size: 1.5em;
    line-height: 1.7em;
  }
}
@media only screen and (min-width:1200px) {
  #news .masonry-list {
    margin-top: 0;
    padding: 30px 10px;
  }
  #news .masonry-list .gutter-sizer {
    width: 30px;
  }
  #news .masonry-list .item-box, #news .masonry-list .grid-sizer {
    margin-bottom: 30px;
    width: calc(25% - 23px);
  }
  #news .view .view-top .title {
    padding-top: 0;
    font-size: 1.875em;
  }
  #news .view .share-list {
    top: 4px;
  }
}
/* ==========================================
 ##### Message
========================================== */
#message .top-box {
  padding: 20px;
  font-size: 0;
  text-align: center;
}
#message .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #cc110b;
}
#message .title {
  display: inline-block;
  padding: 0 10px;
  color: #cc110b;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
#message .summary {
  padding: 10px;
  text-align: center;
}
#message .summary a {
  text-decoration: underline;
}
#message .btn-box {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  #message .summary {
    padding-bottom: 30px;
  }
  #message .btn-box {
    padding-bottom: 50px;
  }
}
/* ==========================================
 #####   最新消息跑馬燈
========================================== */
#news-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 50px;
  z-index: 9;
  background-color: #2a2a2a;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#news-bar .page-container {
  padding-top: 0;
  padding-bottom: 0;
}
#news-bar div.icon {
  float: left;
  width: 40px;
  height: 60px;
  color: #ce100b;
  font-size: 1.8em;
  line-height: 50px;
}
#news-bar .slide-list {
  float: left;
  margin-top: 13px;
  width: calc(100% - 40px);
  height: 30px;
  overflow: hidden;
}
#news-bar .slide-list a {
  display: block;
  color: #fff;
  width: 100%;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-bar.active {
  opacity: 0;
  z-index: 0;
}
#news-bar .right-box {
  display: none;
}
@media only screen and (min-width:768px) {
  #news-bar .slide-list {
    width: calc(100% - 40px - 250px);
  }
  #news-bar .right-box {
    display: block;
    float: right;
    margin-top: 7px;
    width: 250px;
    font-size: 0;
    text-align: right;
  }
  #news-bar .right-box a.links, #news-bar .right-box a.icon {
    display: inline-block;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    opacity: 0.6;
    vertical-align: middle;
    line-height: 36px;
  }
  #news-bar .right-box a.links {
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    font-size: 0.938rem;
    border: 1px solid #555;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #news-bar .right-box a.line {
    font-size: 0;
    background: url("../images/icon_line3.png") center no-repeat;
    -webkit-background-size: 70%;
    -o-background-size: 70%;
    background-size: 70%;
  }
}
@media only screen and (min-width:1024px) {
  #news-bar {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
  }
  #news-bar .right-box a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #news-bar .right-box a:hover {
    opacity: 1;
  }
  #news-bar .right-box a.links:hover {
    border-color: #fff;
  }
}
/* ==========================================
 #####   客服中心
========================================== */
#contact .page-bg {
  background: url("../images/contact_bg.png") center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#contact .summary {
  padding-bottom: 20px;
}
.finish-sumamry {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}
.summary-list {
  list-style: none;
  margin: 0 0 0 0.2rem;
}
.summary-list li {
  padding-left: 0.5rem;
  margin-bottom: 4px;
}
.summary-list li:first-letter {
  margin-left: -0.8rem;
}
#contact .right-info {
  padding: 8px;
}
#contact .right-info .top-subject {
  padding: 25px 0 5px;
}
#contact .right-info .top-subject .ch {
  font-size: 1.5em;
}
#contact .right-info .top-subject .en {
  color: #666;
  text-transform: uppercase;
}
#contact .item-box .bar {
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
#contact .item-box a {
  color: #cc110b;
}
#contact .title .red {
  font-size: 0.875em;
  font-style: normal;
  margin-left: 5px;
  color: #cc110b;
}
#contact .item-box .title {
  position: relative;
  margin-bottom: 5px;
  padding-left: 23px;
  color: #888;
  background-position: 0 3px;
  background-repeat: no-repeat;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
}
#contact .item-box .title {
  color: #cc110b;
}
#contact .item-box .title.tel {
  background-image: url("../images/icon_service_tel.png");
}
#contact .item-box .title.tel2 {
  background-image: url("../images/icon_company_tel.png");
}
#contact .item-box .title.address {
  background-image: url("../images/icon_company_address.png");
}
#contact .item-box .title.email {
  background-image: url("../images/icon_email.png");
}
#contact .item-box .title.clock {
  background-image: url("../images/icon_clock.png");
}
#contact .item-box .title.fb {
  background-image: url("../images/icon_fb_page.png");
}
#contact .item-box .title.line {
  background-image: url("../images/icon_line_at.png");
}
#contact .item-box .txt {
  padding-left: 23px;
}
#contact .left-map {
  padding-bottom: 20px;
}
/* From */
#contact .import {
  color: #cc110b;
}
#contact .right-info a.google {
  color: #cc110b;
}
#contact .right-info a.google span {
  color: #333;
}
#contact .right-info a:hover, #contact .right-info a:hover span {
  color: #cc110b;
  text-decoration: underline;
}
#contact .import.no {
  color: transparent;
}
#contact .btn-area {
  text-align: center;
}
@media only screen and (min-width:768px) {
  #contact .btn-area {
    padding-top: 45px;
    padding-right: 10px;
    text-align: right;
  }
  #contact .btn-style.cancel {
    padding-right: 10px;
    padding-left: 10px;
    width: 120px;
  }
  #contact .btn-style.submit {
    padding-right: 10px;
    padding-left: 10px;
    width: 150px;
  }
  #contact .item-box {
    font-size: 0;
  }
  #contact .item-box .title {
    background-position: 0 5px;
  }
  #contact .item-box .bar {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
  }
}
@media only screen and (min-width:1024px) {
  #contact .info-area {
    padding: 0 0 40px;
  }
  #contact .summary {
    padding-left: 14px;
  }
}
@media only screen and (min-width:1367px) {
  #contact .item-box a {
    color: #444;
  }
  #contact .left-map {
    float: right;
    width: 60%;
  }
  #contact .map {
    height: 420px;
  }
  #contact .right-info {
    float: left;
    width: 40%;
  }
  #contact .item-box .bar {
    display: block;
    margin-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
  #contact .right-info .top-subject {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #contact .item-box .bar .title, #contact .item-box .bar .txt {
    margin-bottom: 0;
  }
}
/* ==========================================
 #####   表單項目
========================================== */
/* Select */
.select-box {
  margin: 5px 0;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background-color: #f3f3f3;
}
.select-box select {
  padding: 5px 35px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 15px;
  background: transparent;
  border: none;
  outline: none;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select-box select option {
  color: #000;
  text-shadow: none;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.group-box {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.input-style, .text-style {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  width: 100%;
  border: none;
  background-color: transparent;
  background-color: #f3f3f3;
}
.text-style {
  height: 120px;
}
.code-img {
  margin: 5px auto;
  max-width: 50%;
}
@media only screen and (min-width:768px) {
  .group-box {
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid transparent;
  }
  .select-box, .input-style, .text-style {
    margin: 0;
    background-color: #fff;
  }
  .group-box.code .input-style {
    float: left;
    width: 120px;
  }
  .code-img {
    float: left;
    margin: 0;
    width: auto;
    height: 46px;
  }
  .code-img img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width:1024px) {
  .group-box.code .input-style {
    width: 200px;
  }
}
/* ==========================================
 #####   Sitemap
========================================== */
#sitemap .page-bg {
  background-color: #f5f5f5;
}
#sitemap .item-box {
  margin-bottom: 8px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
}
#sitemap .item-box .icon {
  margin: 0 auto;
  max-width: 110px;
}
#sitemap .item-box .subject {
  margin-bottom: 5px;
}
#sitemap .item-box .subject a {
  font-size: 1.125em;
}
#sitemap .item-box .list {
  position: relative;
  padding-top: 5px;
}
#sitemap .item-box .list:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: #ddd;
}
#sitemap .item-box li a {
  display: inline-block;
  padding: 3px;
  color: #666;
}
@media only screen and (min-width:768px) {
  #sitemap .item-box {
    text-align: left;
  }
  #sitemap .item-box .icon, #sitemap .item-box .subject, #sitemap .item-box .list {
    float: left;
  }
  #sitemap .item-box .list {
    padding-top: 40px;
    padding-left: 40px;
  }
  #sitemap .item-box .list:before {
    top: 40px;
    left: 15px;
    margin: 0;
    width: 1px;
    height: 36px;
  }
  #sitemap .item-box .list li {
    float: left;
  }
  #sitemap .item-box .subject {
    margin: 0 0 0 20px;
    padding-top: 40px;
    min-width: 100px;
  }
  #sitemap .item-box li {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sitemap .item-box li a {
    padding: 0 0px;
  }
}
@media only screen and (min-width:1024px) {
  #sitemap .item-box {
    padding: 20px 50px;
  }
}
@media only screen and (min-width:1400px) {
  #sitemap .item-box {
    margin: 20px 0;
    padding: 20px 80px;
  }
}
/* ==========================================
 ##### Inquiry
========================================== */
#inquiry .btn-area {
  padding-top: 20px;
  text-align: center;
}
#inquiry .scroll-box {
  position: relative;
}
#inquiry .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  z-index: 20;
}
#inquiry .img-scroll {
  overflow: auto;
}
#inquiry .img-scroll .img {
  position: relative;
  width: 1600px;
}
#inquiry .main img, #inquiry .img-scroll .img img {
  width: 100%;
}
#inquiry .ta-r {
  padding-bottom: 15px;
  text-align: right;
}
#inquiry .ta-r img {
  max-width: 230px;
}
/* ==========================================
 ##### Download
========================================== */
#download .page-container {
  max-width: 1400px;
}
#download .drop-txt {
  display: none;
}
#download .drop-main {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#download .drop-title {
  position: relative;
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#download .drop-title:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #444 transparent transparent transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#download .drop-list {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 10;
}
#download .drop-list a {
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #ddd;
}
#download .drop-main.open .drop-title {
  color: #fff;
  background-color: #cc110b;
}
#download .drop-main.open .drop-title:after {
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#download .drop-main.open .drop-list {
  display: block;
}
#download .item-box {
  display: block;
  margin: 10px 0;
  padding: 10px;
  background-color: #fff;
}
#download .item-box .main {
  padding-bottom: 10px;
}
#download .category {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#download .category:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #ccc;
}
#download .btn-box {
  display: block;
  margin-top: 5px;
  padding: 5px;
  background-color: #eee;
  text-align: right;
}
#download .btn-box .file-type {
  display: block;
  padding-right: 40px;
  text-align: right;
}
#download .btn-box strong {
  display: block;
  font-size: .8rem;
  font-weight: 100;
}
#download .btn-box .icon {
  float: right;
  margin-left: 5px;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-color: #cc110b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#download .btn-box .icon:before, #download .btn-box .icon:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
}
#download .btn-box .icon:before {
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
#download .btn-box .icon:after {
  top: 50%;
  margin-top: -2px;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#download .file-type {
  padding-right: 5px;
  line-height: 30px;
}
#download .search-box {
  padding-top: 10px;
  padding-bottom: 0;
}
#download .title {
  display: inline-block;
  padding-left: 0;
}
@media only screen and (min-width:768px) {
  #download .page-container {
    min-height: 400px;
  }
  #download .search-box {
    padding-top: 16px;
  }
  #download .drop-box {
    float: left;
    padding: 10px 0;
  }
  #download .drop-txt {
    display: inline-block;
    padding-right: 8px;
    padding-top: 8px;
    vertical-align: top;
  }
  #download .drop-main {
    display: inline-block;
    width: 300px;
    text-align: left;
    vertical-align: top;
  }
  #download .item-box .main, #download .btn-box {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-color: #fff;
  }
  #download .item-box .main {
    width: calc(100% - 240px);
  }
  #download .btn-box {
    width: 230px;
  }
  #download .btn-box strong {
    float: right;
    padding: 10px 10px 0;
  }
  #download .file-type {
    margin-top: 10px;
  }
  #download .item-box {
    margin: 5px 0;
    position: relative;
    padding: 5px 15px;
    min-height: 60px;
    overflow: hidden;
    font-size: 1.125em;
  }
  #download .item-box:before {
    opacity: .2;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background: url("../images/download_bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #download .item-box .icon {
    margin-top: 10px;
    background-color: #888;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #download .category {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 20px;
    min-width: 130px;
    line-height: 50px;
    vertical-align: middle;
  }
  #download .category:before {
    top: 50%;
    left: auto;
    right: 0;
    margin: -10px;
    width: 1px;
    height: 20px;
  }
  #download .title {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width:1024px) {
  #download .search-box {
    padding-top: 14px;
  }
  #download .file-type {
    margin-top: 0;
    padding-right: 20px;
    line-height: 50px;
    font-size: 1rem;
  }
  #download .box-btn strong {
    display: inline-block;
    font-size: .9rem;
    line-height: 50px;
  }
  #download .title {
    padding-left: 30px;
  }
  #download .item-box:hover:before {
    opacity: 1;
  }
  #download .item-box:hover .btn-box .icon, #download .item-box:hover .btn-box .file-type, #download .item-box:hover strong {
    position: relative;
    color: #fff;
    z-index: 2;
  }
  #download .item-box:hover .icon {
    background-color: #fff;
  }
  #download .item-box:hover .icon:before {
    background-color: #cc110b;
  }
  #download .item-box:hover .icon:after {
    border-color: #cc110b;
  }
  #download .item-box:hover strong {
    margin-top: 0;
    color: #ccc;
  }
}
/* ==========================================
 ##### location
========================================== */
#location .list-wrap {
  max-width: 1300px;
  margin: 0 auto 50px;
}
#location .list-wrap .tibox {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: bold;
}
#location .list-wrap .list-box .thead {
  border-top: 2px solid #cc110b;
}
#location .list-wrap .list-box .tbody {
  border-bottom: 1px solid #ddd;
  padding: 6px;
}
#location .list-wrap .list-box .thead .name, #location .list-wrap .list-box .thead .add, #location .list-wrap .list-box .thead .tel {
  display: none;
}
#location .list-wrap .list-box .tbody .add:before, #location .list-wrap .list-box .tbody .tel:before {
  content: attr(data-title);
  display: inline-block;
  color: #666;
}
#location .list-wrap .list-box .tbody .name {
  color: #cc110b;
}
@media only screen and (min-width:768px) {
  #location .list-wrap .list-box .thead {
    border-top: none;
    background-color: #cc110b;
    color: #fff;
    font-size: 1rem;
    padding: 5px 0 5px 50px;
  }
  #location .list-wrap .list-box .tbody {
    padding: 6px 0 6px 50px;
  }
  #location .list-wrap .list-box .thead .name, #location .list-wrap .list-box .tbody .name {
    display: inline-block;
    width: 20%;
  }
  #location .list-wrap .list-box .tbody .name {
    color: #333;
  }
  #location .list-wrap .list-box .thead .add, #location .list-wrap .list-box .tbody .add {
    display: inline-block;
    width: calc(60% - 50px);
  }
  #location .list-wrap .list-box .thead .tel, #location .list-wrap .list-box .tbody .tel {
    display: inline-block;
    width: 20%;
  }
  #location .list-wrap .list-box .tbody .add:before, #location .list-wrap .list-box .tbody .tel:before {
    display: none;
  }
}
/* =====================================
 pop
===================================== */
.pop-win {
  position: relative;
  max-width: 700px;
  margin: 10px auto;
  background-color: #fff;
}
.pop-win .first-pop {
  padding: 10px 10px 54px;
  max-height: 400px;
  overflow-y: scroll;
}
.mfp-close-btn-in button.mfp-close {
  font-size: 0;
  background-color: #333;
  opacity: 1;
  top: auto;
  bottom: 0;
  width: 100%;
}
.mfp-close-btn-in button.mfp-close:before, .mfp-close-btn-in button.mfp-close:after {
  top: 9px;
  left: 50%;
}
iframe.mfp-iframe.iframe-pop {
  background: #ffffff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0;
}
@media only screen and (min-width:768px) {
  .pop-win .first-pop {
    padding: 44px;
  }
  .mfp-close-btn-in button.mfp-close {
    bottom: auto;
    top: 0;
    width: 44px;
  }
  .mfp-close-btn-in button.mfp-close:before, .mfp-close-btn-in button.mfp-close:after {
    left: 18px;
  }
}
/* =====================================
 Register
===================================== */
.service-time-wrap {
  padding: 15px 5px;
}
.service-title {
  font-weight: bold;
}
.register-desktop {
  display: none;
}
#register {
  background-color: #fff;
}
#register .summary {
  padding-bottom: 20px;
  text-align: center;
}
#register .register-title {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
#register .register-title .import {
  font-size: 13px;
  padding: 0 4px;
}
#register .register-title strong {
  display: inline-block;
  position: relative;
  padding: 0 10px 5px 0;
  font-size: 18px;
}
#register .register-title strong .name {
  color: #0b2ea0;
  font-style: normal;
}
#register .register-title span:not(.import) {
  display: none;
  padding-left: 5px;
  font-size: 30px;
  color: #de140e;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
#register .register-title span.important-small {
  display: inline-block;
  padding-left: 5px;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
#register .form-wrap .full.file-hide {
  padding: 10px 0 0;
  border-bottom: 1px solid #eee;
}
#register .form-wrap .full.file-hide .title {
  position: relative;
}
#register .form-wrap .full.file-hide .title::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}
#register .form-wrap .full.file-hide .title::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 8px;
  right: 6px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}
#register .form-wrap .full.file-hide .main {
  display: none ;
}
#register .form-wrap .full.file-hide .file-show {
  margin: 10px auto;
  max-width: 450px;
  border: 3px dotted #ccc;
  background: url(../images/default_text.png) center bottom no-repeat;
  background-size: 150px auto;
}
#register .form-wrap .full.file-hide .file-show img {
  max-width: 100%;
  width: 100%;
}
#register .form-wrap .full.file-hide.is-open .title {
  margin-bottom: 5px;
}
#register .form-wrap .full.file-hide.is-open .title::after {
  top: 6px;
  background-color: #222;
}
#register .form-wrap .full.file-hide.is-open .title::before {
  top: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
}
#register .form-wrap .full.file-hide:last-child {
  margin-bottom: 20px;
}
#register .import {
  color: #fc534c;
}
#register .import.no {
  color: transparent;
}
#register .group-box {
  padding: 0;
  border: none;
}
#register .btn-area {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  font-size: 0;
  text-align: center;
}
#register .btn-area button {
  display: inline-block;
  margin: 0 5px;
  width: calc(50% - 10px);
  font-size: 15px;
}
#register .bank-import {
  padding-bottom: 20px;
  color: #fc534c;
  font-style: 15px;
  line-height: 24px;
}
#register::-webkit-input-placeholder {
  color: #ccc;
}
#register::-moz-placeholder {
  color: #ccc;
}
#register:-ms-input-placeholder {
  color: #ccc;
}
#register:-moz-placeholder {
  color: #ccc;
}
#register .form-wrap .group-box {
  background-color: transparent;
}
#register .form-wrap .group-box.sex .main {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
}
#register .form-wrap .group-box.sex .group-sex {
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  text-align: right;
}
#register .form-wrap .group-box .group-label-list {
  padding: 10px 0 10px 5px;
}
#register .form-wrap .group-box a {
  color: #337ab7;
  font-size: 14px;
  text-decoration: underline;
}
#register .input-style, #register .text-style {
  background-color: #eee;
}
#register .form-wrap .file-input {
  display: none;
}
#register .form-wrap .inputfile {
  padding: 0;
  max-width: 100%;
  width: 100%;
  font-size: 1em;
  text-align: left;
  background-color: #fff;
  border: none;
}
#register .form-wrap .inputfile strong {
  display: block;
  padding-left: 10px;
  height: 37px;
  color: #999;
  font-size: 15px;
  line-height: 39px;
  font-weight: normal;
  background-color: #eee;
}
#register .form-wrap .inputfile span {
  display: block;
  padding: 5px 5px 0;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
#register .form-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
#register .form-wrap .birth {
  font-size: 0;
}
#register .form-wrap .select-box {
  background-color: #eee;
}
#register .form-wrap .yy, #register .form-wrap .mm, #register .form-wrap .dd {
  display: inline-block;
  vertical-align: middle;
}
#register .form-wrap .yy {
  width: 40%;
}
#register .form-wrap .mm {
  margin: 0 0 0 5px;
  width: calc(30% - 5px);
}
#register .form-wrap .dd {
  margin: 0 0 0 5px;
  width: calc(30% - 5px);
}
#register .form-wrap .radio-select {
  display: inline-block;
  position: relative;
  color: #434343;
  cursor: pointer;
  font-weight: normal;
}
#register .form-wrap .radio-select input {
  display: none;
}
#register .form-wrap .radio-select span, #register .form-wrap .radio-select strong {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
#register .form-wrap .radio-select strong {
  position: relative;
  padding: 0 7px 0 26px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
#register .form-wrap .radio-select span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
#register .form-wrap .radio-select span:before, #register .form-wrap .radio-select span:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#register .form-wrap .radio-select span:before {
  left: 9px;
  margin-top: -8px;
  width: 12px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  opacity: 0;
  -webkit-transform: rotate(135deg) scale(-1);
  -moz-transform: rotate(135deg) scale(-1);
  -o-transform: rotate(135deg) scale(-1);
  transform: rotate(135deg) scale(-1);
  z-index: 1;
}
#register .form-wrap .radio-select span:after {
  top: 6px;
  left: 7px;
  width: 14px;
  height: 14px;
  border: 1px solid #777;
  z-index: 0;
}
#register .form-wrap .radio-select input:checked+span:after {
  border-color: #fc534c;
}
#register .form-wrap .radio-select input:checked+span:before {
  opacity: 1;
  border-color: #fc534c;
  -webkit-transform: rotate(135deg) scale(1);
  -moz-transform: rotate(135deg) scale(1);
  -o-transform: rotate(135deg) scale(1);
  transform: rotate(135deg) scale(1);
}
#register .form-wrap .agree a {
  color: #fc534c;
}
#register .form-wrap .agree .radio-select {
  display: block;
  margin-bottom: 5px;
  padding: 10px 0 8px 5px;
  min-height: 37px;
  line-height: 20px;
  background-color: #eee;
}
#register .form-wrap .agree .radio-select strong {
  padding-left: 42px;
}
#register .form-wrap .agree .radio-select span:after {
  top: 12px;
  left: 17px;
  width: 18px;
  height: 18px;
}
#register .form-wrap .agree .radio-select span:before {
  top: 13px;
  margin-top: 0;
  left: 21px;
  border-width: 3px;
  width: 17px;
  height: 9px;
}
#register .form-wrap .code .input-style {
  display: inline-block;
  width: 100px;
}
#register .form-wrap .code-img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
#register .form-wrap .code-img img {
  width: auto;
  height: 37px;
}
#register .form-wrap .address .left-box {
  margin-right: -5px;
  padding-bottom: 0;
}
#register .form-wrap .address .select-box {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
  width: calc(50% - 5px);
}
#register .form-wrap .service-time {
  font-size: 0;
}
#register .form-wrap .service-time .radio-select {
  margin: 5px;
  width: calc(50% - 10px);
}
/**/
#register .form-wrap .upload-file-wrap {
  position: relative;
  height: 34px;
}
#register .form-wrap .upload-file-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 100px);
  height: 34px;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, .1);
  border-radius: 3px;
  top: 0;
  left: 0;
}
#register .form-wrap .upload-file-wrap>input {
  display: none;
}
#register .form-wrap .upload-file-wrap .moxie-shim {
  width: 90px !important;
  height: 34px !important;
  background: #626262;
  left: auto !important;
  right: 0 !important;
  overflow: visible !important;
  transition: background .2s, box-shadow .2s;
  -ms-transition: background .2s, box-shadow .2s;
  -moz-transition: background .2s, box-shadow .2s;
  -webkit-transition: background .2s, box-shadow .2s;
}
#register .form-wrap .upload-file-wrap .moxie-shim:before {
  content: '選擇檔案';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 34px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
}
#register .form-wrap .upload-file-wrap .moxie-shim:hover {
  background: #639e1e;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
#register .form-wrap .upload-file-wrap .moxie-shim input {
  font-size: 0 !important;
  cursor: pointer;
}
#register .form-wrap .upload-file-wrap .progress-wrap {
  position: absolute;
  width: calc(100% - 100px);
  height: 34px;
  border-radius: 3px;
  top: 0;
  left: 0;
  overflow: hidden;
}
#register .form-wrap .upload-file-wrap .progress-wrap .progress-graph {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
  top: 0;
  left: 0;
}
#register .form-wrap .upload-file-wrap .progress-wrap .progress-graph .progress-bar {
  float: none;
  position: relative;
  width: 100%;
  height: 34px;
  background: none;
  box-shadow: none !important;
  transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
#register .form-wrap .upload-file-wrap .progress-wrap .progress-graph .progress-bar>i {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #fe0a1b;
  top: 0;
  left: 0;
  transition: width .3s;
  -ms-transition: width .3s;
  -moz-transition: width .3s;
  -webkit-transition: width .3s;
}
#register .form-wrap .upload-file-wrap .progress-wrap .progress-graph .progress-bar>span {
  display: block;
  position: relative;
  line-height: 34px;
  font-size: 0.875rem;
  color: #fff;
  text-align: left;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#register .import-text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 20px;
}
#register .import-text .subject {
  /*color: #fc534c;*/
  font-size: 16px;
  margin-bottom: 5px;
}
#register .terms-text {
  max-height: 340px;
  overflow-y: scroll;
  margin-bottom: 0;
}
#register .register-title.first.sign {
  text-align: center;
}
#register #clearBtn {
  display: block;
  margin: 10px auto 20px;
}
@media only screen and (min-width:768px) {
  .service-title {
    padding: 10px 0 5px;
    font-weight: bold;
  }
  .service-time-wrap {
    padding: 0 15px;
  }
  .register-desktop {
    display: block;
  }
  .register-mobile {
    display: none;
  }
  #register .page-bg {
    background: url("../images/contact_bg.png") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #register .register-wrap {
    margin-top: 0;
    margin-top: 10px;
    padding: 30px 30px 20px;
    background-color: #fff;
  }
  #register .code-img img {
    width: auto;
    height: 37px;
  }
  #register .btn-area {
    text-align: right;
  }
  #register .wrap-content {
    padding-left: 0;
    padding-bottom: 20px;
  }
  #register .wrap-content.no-pb {
    padding-bottom: 0;
  }
  #register .form-wrap .group-box .group-label-list {
    padding-top: 0;
    padding-bottom: 0;
  }
  #register .form-wrap .full {
    display: block;
    width: 100%;
    padding: 5px 15px;
  }
  #register .form-wrap .full.file-hide {
    padding: 10px 15px;
  }
  #register .form-wrap .full.file-hide:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
  }
  #register .form-wrap .left {
    float: left;
    padding: 5px 15px;
    width: 50%;
  }
  #register .form-wrap .left.agree-left {
    float: none;
    width: 100%;
  }
  #register .form-wrap .right {
    float: right;
    padding: 5px 15px;
    width: 50%;
  }
  #register .form-wrap .address {
    font-size: 0;
  }
  #register .form-wrap .address .left-box {
    padding-bottom: 5px;
  }
  #register .form-wrap .address .input-style {
    width: 100%;
    font-size: 1rem;
  }
  #register .form-wrap .radio-select span:before {
    margin-top: -8px;
  }
  #register .form-wrap .radio-select span:after {
    top: 6px;
  }
  #register .form-wrap .agree .radio-select {
    padding-top: 12px;
    min-height: 46px;
  }
  #register .form-wrap .agree .radio-select span:after {
    top: 13px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
  #register .form-wrap .agree .radio-select span:before {
    top: 14px;
    left: 19px;
    width: 20px;
    height: 9px;
  }
  #register .btn-area {
    padding-top: 20px;
    text-align: center;
  }
  #register .btn-area button {
    display: inline-block;
    margin: 0 5px;
    max-width: 150px;
    width: 25%;
    font-size: 15px;
  }
  #register .form-wrap .code .input-style {
    width: calc(100% - 180px);
  }
  #register .wrap-content.last {
    padding-bottom: 10px;
  }
  #register .form-wrap .btn-area {
    padding: 20px 15px 0 0;
    text-align: right;
    border-top: 1px solid #eee;
  }
  /* 20180509 */
  #register .wrap-content.item-list {
    font-size: 0;
  }
  #register .wrap-content.item-list .item {
    display: inline-block;
    padding: 5px 15px;
    width: 50%;
    font-size: 1rem;
    vertical-align: top;
  }
  #register .form-wrap .service-time .radio-select {
    margin: 5px;
    width: calc(25% - 10px);
  }
  #register .transport-list .item {
    display: inline-block;
    width: 50%;
  }
  #register .transport-list .item:first-child {
    padding-right: 15px;
  }
  #register .transport-list .item:last-child {
    padding-left: 15px;
  }
  #register .import-text {
    margin: 0 15px 20px;
  }
  #register .terms-text {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width:1200px) {
  #register .register-wrap {
    margin-top: 0;
    padding: 60px 0;
  }
  #register .register-title.first {
    margin-top: 0;
  }
  #register .register-title {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #register .form-wrap .group-box {
    padding: 5px 0;
  }
}
#register .register-sms-box {
  text-align: center;
}
#register .register-sms-box .input-style {
  margin: 0 auto;
  width: 200px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #ccc;
}
#register .register-sms-box .resend {
  padding: 15px 0 20px;
}
#register .register-sms-box .resend a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px;
  width: 100px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  background-color: #665c5c;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#register .register-sms-box .resend .txt {
  padding-left: 10px;
  color: #bbb;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
}
#register .register-sms-box .resend a:hover {
  background-color: #222;
}
#register .register-sms-box .resend span {
  display: block;
  color: #de140e;
}
#register .register-sms-box .input-style::-webkit-input-placeholder {
  color: #ddd;
}
#register .register-sms-box .input-style::-moz-placeholder {
  color: #ddd;
}
#register .register-sms-box .input-style:-ms-input-placeholder {
  color: #ddd;
}
#register .register-sms-box .input-style:-moz-placeholder {
  color: #ddd;
}
#register .register-sms-box .btn-area {
  padding: 20px 0 0;
  text-align: center;
  border-top: 1px solid #eee;
}
@media only screen and (min-width:768px) {
  #register .register-sms-box .resend a, #register .register-sms-box .resend .txt {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
}
/* 20180418 于庭 */
#register .register-wrap {
  position: relative;
}
.select-area-button.fixed {
  margin-bottom: 20px;
}
.select-area-button {
  font-size: 0;
  text-align: center;
}
.select-area-button button, .select-area-button a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 5px;
  width: calc(50% - 10px);
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  border: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
.select-area-button .plus {
  border-color: rgb(162, 55, 58);
  background-image: -moz-linear-gradient(90deg, rgb(204, 62, 63) 0%, rgb(244, 136, 137) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(204, 62, 63) 0%, rgb(244, 136, 137) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(204, 62, 63) 0%, rgb(244, 136, 137) 100%);
}
.select-area-button .minus {
  border-color: rgb(73, 144, 176);
  background-image: -moz-linear-gradient(90deg, rgb(108, 154, 179) 0%, rgb(167, 214, 241) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(108, 154, 179) 0%, rgb(167, 214, 241) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(108, 154, 179) 0%, rgb(167, 214, 241) 100%);
}
.select-area-button button:hover, .select-area-button a:hover {
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
.full.mb-20 {
  margin-bottom: 20px;
}
.select-area-list {
  margin-top: 10px;
  padding: 10px;
  font-size: 15px;
  background-color: #eee;
}
.select-area-list .empty {
  /* color: #999; */
  font-size: 14px;
}
@media only screen and (min-width:992px) {
  .select-area-button.fixed {
    position: absolute;
    top: -10px;
    right: 15px;
  }
  .select-area-button.fixed a {
    padding: 0 15px;
    text-align: center;
    width: 100%;
  }
  .select-area-button {
    padding-top: 27px;
    text-align: left;
  }
  .select-area-button button {
    padding-left: 15px;
    padding-right: 15px;
    max-width: auto;
    width: auto;
  }
  .select-area-list {
    margin-top: 0;
  }
}
@media only screen and (min-width:1024px) {
  .select-area-button.fixed {
    top: 100px;
    right: 60px;
  }
  .select-area-button.fixed.back {
    top: 40px;
  }
}
@media only screen and (min-width:1200px) {
  .select-area-button {
    padding-top: 32px;
    text-align: left;
  }
}
.share-wrap {
  padding: 10px 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.share-wrap .gruop {
  padding: 10px 0 0px;
}
.share-wrap .gruop .txt {
  display: block;
  color: #cc110b;
  font-size: 18px;
  font-weight: bold;
}
.share-wrap .gruop .main {
  display: block;
}
.share-wrap .gruop .input {
  padding: 5px 10px;
  width: 100%;
  background-color: #eee;
  border: none;
}
#register .form-wrap .button-list {
  margin-top: 10px;
  text-align: center;
}
#register .form-wrap .button-list .share-button {
  display: inline-block;
  margin: 0 5px 5px;
  padding: 5px 20px;
  width: 200px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  border: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
#register .form-wrap .button-list .share-button.submit {
  border-color: rgb(73, 144, 176);
  background-image: -moz-linear-gradient(90deg, rgb(108, 154, 179) 0%, rgb(167, 214, 241) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(108, 154, 179) 0%, rgb(167, 214, 241) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(108, 154, 179) 0%, rgb(167, 214, 241) 100%);
}
#register .form-wrap .button-list .share-button.copy {
  border-color: #000;
  background-image: -moz-linear-gradient(90deg, #444 0%, #888 100%);
  background-image: -webkit-linear-gradient(90deg, #444 0%, #888 100%);
  background-image: -ms-linear-gradient(90deg, #444 0%, #888 100%);
}
#register .form-wrap .button-list .share-button.fb {
  border-color: rgb(0, 6, 237);
  background-image: -moz-linear-gradient(90deg, rgb(31, 79, 144) 0%, rgb(57, 122, 210) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(31, 79, 144) 0%, rgb(57, 122, 210) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(31, 79, 144) 0%, rgb(57, 122, 210) 100%);
}
#register .form-wrap .button-list .share-button.line {
  border-color: rgb(1, 163, 0);
  background-image: -moz-linear-gradient(90deg, rgb(8, 158, 7) 0%, rgb(30, 208, 29) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(8, 158, 7) 0%, rgb(30, 208, 29) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(8, 158, 7) 0%, rgb(30, 208, 29) 100%);
}
#register .form-wrap .button-list .share-button:hover {
  box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
}
.share_line, .fb-share-button {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.button-list img {
  height: 100%;
}
.empty-div {
  display: none;
}
.recommend-gap {
  margin: 10px 0 30px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #eee;
}
#register .gap-line {
  margin: 20px auto 30px;
  width: 120px;
  height: 2px;
  background-color: #de140e;
}
@media only screen and (min-width:768px) {
  #register .form-wrap .button-list {
    margin: 0;
    padding: 15px 0 20px;
  }
  #register .form-wrap .button-list .share-button {
    width: auto;
    min-width: 120px;
  }
  #register .form-wrap .left.md-full, #register .form-wrap .right.md-full {
    float: none;
    padding: 0 15px;
    width: 100%;
  }
  .share-button {
    line-height: 26px;
  }
  #register .form-wrap .input-style.md-float {
    float: left;
    margin-top: 6px;
    width: calc(100% - 150px);
  }
  #register .form-wrap .button-list.md-float {
    float: right;
  }
  #register .form-wrap .button-list.last {
    margin-top: 10px;
  }
}
@media only screen and (min-width:1024px) {
  #register .form-wrap .button-list {
    padding: 5px 0 20px;
  }
  #register .form-wrap .button-list.last {
    padding-bottom: 0;
  }
  #register .form-wrap .left.md-full, #register .form-wrap .right.md-full {
    margin: 0 auto;
    width: 600px;
  }
  .recommend-gap {
    margin: 10px auto 30px;
    width: 600px;
  }
}
/* 20180522 */
#line-template {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 2px dotted #eee;
}
#line-template .line-template-subject {
  position: relative;
  padding: 60px 0 20px;
  font-size: 18px;
  text-align: center;
}
#line-template .line-template-subject:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 50px;
  -o-background-size: 50px;
  background-size: 50px;
  font-size: 0;
  background-image: url("../images/icon_line2.png");
  background-color: #2cbf13;
}
#line-template .line-template-subject:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  margin-top: -5px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2cbf13 transparent transparent transparent;
}
#line-template .line-template-box {
  display: block;
  margin-bottom: 10px;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #eee;
}
#line-template .line-template-box a {
  color: #de140e;
}
#line-template .line-template-box:last-child {
  margin-bottom: 0;
}
#line-template .title {
  margin-top: 10px;
}
#line-template .qrcode {
  margin: 0 auto;
  max-width: 80px;
}
#line-template .account-link {
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  #line-template .line-template-list {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 0;
  }
  #line-template .line-template-box {
    display: inline-block;
    margin: 10px;
    width: calc(50% - 20px);
    vertical-align: top;
    font-size: 1rem;
  }
}
@media only screen and (min-width:1024px) {
  #line-template .line-template-box {
    padding: 20px;
  }
  #line-template .line-template-box .qrcode {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
  }
  #line-template .line-template-box .main-box {
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 80px);
    vertical-align: middle;
  }
}
#register.page-main.ilink {
  margin-top: 92px;
}
.p-ban.ilink {
  position: relative;
}
.p-ban.ilink .cover-txt {
  position: absolute;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  margin-left: -280px;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width:1024px) {
  .p-ban.ilink .cover-txt {
    max-width: 450px;
    top: 40%;
    margin-left: -225px;
  }
}
@media only screen and (max-width:768px) {
  .p-ban.ilink .cover-txt {
    max-width: 360px;
    top: 40%;
    margin-left: -180px;
  }
}
.p-ban.ilink .cover-txt .font-style {
  color: #fff;
}
.p-ban.ilink .cover-txt .ti {
  font-size: 2em;
  letter-spacing: 2px;
}
.p-ban.ilink .cover-txt .info {
  font-size: 1em;
  margin-top: 15px;
}
.btn-area.mt20 {
  margin-top: 20px;
}
.ilink-wrap {
  background: #fff;
}
.register-desktop.ilink {
  display: block;
}
.register-mobile.ilink {
  display: none;
}
@media only screen and (max-width:992px) {
  .register-desktop.ilink {
    display: none;
  }
  .register-mobile.ilink {
    display: block;
  }
}
.page-subject .info {
  margin: 5px 0 15px;
  font-size: .85em;
}
.edit-cont {
  padding: 30px 0 50px;
}
.edit-cont .pic img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.edit-cont .pic, .edit-cont .txt {
  display: inline-block;
  width: calc(100% / 2 - 10px);
  vertical-align: top;
  padding: 30px;
  margin-bottom: 30px;
}
.edit-cont .txt {
  padding: 0 30px;
}
.edit-cont .icon-cont {
  text-align: center;
}
.edit-cont .icon-box {
  display: inline-block;
  width: calc(100% / 4 - 10px);
  vertical-align: top;
  margin: 0 5px 30px;
  text-align: center;
  padding: 0 15px;
}
.edit-cont .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #cc110b;
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
  color: #fff;
}
.edit-cont .ti {
  margin: 10px 0 5px;
  font-size: 1.063em;
  color: #cc110b;
}
.marquee-box {
  padding-left: 30px;
  background: url("../images/icon_home.png") 0 5px no-repeat;
}
@media only screen and (max-width:768px) {
  .marquee-box {
    background: url("../images/icon_home2.png") 0 5px no-repeat;
  }
}
.marquee {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  clear: both;
  margin-bottom: 15px;
}
.marquee .box {
  display: inline-block;
  margin: 0 15px;
}
@media only screen and (max-width:900px) {
  .edit-cont .pic, .edit-cont .txt {
    width: 100%;
  }
  .edit-cont .pic {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .edit-cont .icon-box {
    width: calc(100% / 2 - 10px);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:900px) {
  .edit-cont .icon-box {
    width: 100%;
  }
}
.btn-open-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  line-height: 18px;
  text-align: center;
  padding: 15px 10px;
  background: #cc110b;
  color: #fff;
  font-size: .9em;
  cursor: pointer;
  background-color: #de140e;
  background-image: -webkit-linear-gradient(bottom, #b50b06, #de140e);
  background-image: -moz-linear-gradient(bottom, #b50b06, #de140e);
  background-image: -o-linear-gradient(bottom, #b50b06, #de140e);
  background-image: -ms-linear-gradient(bottom, #b50b06, #de140e);
  background-image: linear-gradient(to top, #b50b06, #de140e);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-open-form:hover {
  background-color: #555;
  background-image: -webkit-linear-gradient(bottom, #000, #555);
  background-image: -moz-linear-gradient(bottom, #000, #555);
  background-image: -o-linear-gradient(bottom, #000, #555);
  background-image: -ms-linear-gradient(bottom, #000, #555);
  background-image: linear-gradient(to top, #000, #555);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#register .btn-area a.button {
  display: inline-block;
  margin: 0 5px;
  width: 150px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
#register .register-wrap.pt0 {
  padding-top: 0;
}
#register .register-wrap .pt60 {
  padding-top: 20px;
}
.side-nav li .chat-box .close-chatBox {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.chat-box {
  display: none;
  text-align: center;
  width: 100%;
  height: 100px;
  padding-top: 30px;
}
.qr {
  display: inline-block;
  width: 150px;
  height: 80px;
  border: 5px solid #fff;
}
.qr img {
  border: 1px solid #ddd;
  padding: 3px;
}
@media only screen and (min-width:992px) {
  #register .register-wrap .pt60 {
    padding-top: 60px;
  }
}