@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Spectral+SC|Lato|Playfair+Display);
.mainLoginArea .btn a, .mainLoginArea .btn a:before, .mainLoginArea .btn a:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}



.code {
  margin-top: 1em;
  margin-left: 4em;
  color: #999;
}

.mainLoginArea .btn a {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 45px;
  line-height: 45px;
  font-family: "微軟正黑體";
  font-size: 1.1em;
  letter-spacing: 3.6px;
  border-radius: 2px;
  border: solid 1px #7B87C6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: #FFF;
  z-index: 1;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.mainLoginArea .btn a:before, .mainLoginArea .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.mainLoginArea .btn a:before {
  left: 0;
  width: 100%;
  background-color: #7B87C6;
}

.mainLoginArea .btn a:after {
  right: 0;
  width: 0;
  background-color: #FFF;
}

.mainLoginArea .btn a:hover {
  color: #069;
}

.mainLoginArea .btn a:hover:before {
  width: 0;
}

.mainLoginArea .btn a:hover:after {
  width: 100%;
}

.contentBox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1160px;
}

.contentBox:before {
  content: none;
}

input[type="text"],
input[type="password"] {
  /*width: 285px;
  height: 40px;*/
  line-height: 40px;
  padding: 0 25px;
  border: 1px solid #ececec;
  font-family: "微軟正黑體";
  font-size: 15px;
  letter-spacing: .7px;
  color: #626262;
}

.mainLoginArea .box {
  text-align: center;
}

.mainLoginArea .innerBox {
  margin-bottom: 30px;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.mainLoginArea .innerBox > span {
  font-family: "微軟正黑體";
  font-size: 18px;
  letter-spacing: 0;
  color: #272727;
}

.mainLoginArea .innerBox input {
  margin-left: 20px;
}

.mainLoginArea .btn {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.mainLoginArea .btn a {
  width: 125px;
}

.mainLoginArea .forget {
  margin-top: 30px;
  font-family: "微軟正黑體";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #1b1b1b;
}

.mainLoginArea .forget a:after {
    content: '/';
    display: inline-block;
    padding: 0 5px 0 10px;
    cursor: default;
}

.mainLoginArea .forget a:last-child:after {
    display: none;
}

.mainLoginArea .forgetCheck {
  display: none;
}

.mainLoginArea .oldMemberCheck {
  display: none;
}

.mainLoginArea .btn_relog {
  display: block;
  margin-top: 30px;
  font-family: "微軟正黑體";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #1b1b1b;
}

/*
.box.two {
  position: relative;
  border-bottom: solid 1px #dcdcdc;
}
*/

.box.two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 30px);
  height: 1px;
  background-color: #dcdcdc;
}

.box.two:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 30px);
  height: 1px;
  background-color: #dcdcdc;
}

.secialAccount {
  position: relative;
  margin-top: 50px;
  font-family: "微軟正黑體";
  font-size: 22px;
  letter-spacing: 1.1px;
  font-weight: 400;
  color: #272727;
}
/*
.secialAccount:before {
  content: '社群帳戶登入';
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "微軟正黑體";
  font-size: 25px;
  line-height: 30px;
  color: #3C3C3C;
}
*/

.secialAccount .socialBtn {
  margin-left: 10px;
  display: inline-block;
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  border: solid 1px #ececec;
  border-radius: 2px;
  font-family: "微軟正黑體";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 15px;
}

.secialAccount .socialBtn2 {
  margin-left: 10px;
  display: inline-block;
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  border: solid 1px #ececec;
  border-radius: 2px;
  font-family: "微軟正黑體";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 15px;
}

.secialAccount .socialBtn3 {
  margin-left: 10px;
  display: inline-block;
  width: 200px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  border: solid 1px #ececec;
  border-radius: 2px;
  font-family: "微軟正黑體";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 15px;
}

.secialAccount .socialBtn:before {
  content: '';
  margin-right: 15px;
  display: inline-block;
  width: 24px;
  height: 50px;
  background: url(/assets/front/images/iconFb02.png) no-repeat center;
  vertical-align: top;
}

.secialAccount .socialBtn2:before {
  content: '';
  margin-right: 15px;
  display: inline-block;
  width: 24px;
  height: 50px;
  background: url(/assets/front/images/iconGo03.png) no-repeat center;
  vertical-align: top;
}

.secialAccount .socialBtn3:before {
  content: '';
  margin-right: 15px;
  display: inline-block;
  width: 24px;
  height: 50px;
  background: url(/assets/front/images/iconGo04.png) no-repeat center;
  vertical-align: top;
}

.benefits {
  margin-top: 60px;
}

.benefits > .top h3 {
  font-family: "微軟正黑體";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1.1px;
  color: #272727;
}

.benefits > .top em {
  font-family: "Andada", serif, "微軟正黑體";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  color: #a0a0a0;
}

.benefits > .bottom {
  margin-top: 40px;
}

.benefits > .bottom > .one,
.benefits > .bottom > .two {
  margin-bottom: 20px;
}

.benefits > .bottom > .one span,
.benefits > .bottom > .two span {
  display: block;
  font-family: "微軟正黑體";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  color: #626262;
}

.benefits > .bottom > .one span:first-child,
.benefits > .bottom > .two span:first-child {
  font-size: 15px;
  color: #3C3C3C;
}
