@charset "UTF-8";
/*--> Default File ----------------------------------------------------------------------------*/
/* Theme Project: 辰睿夢想國際有限公司 - 短網址介面
	Designed by : Evy
	Front-End by : Evy
	Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
	Author Web: https: */
/*--> a Link ----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  vertical-align: middle; }

/*--> Shared File ----------------------------------------------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0; }

body {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, "Microsoft JhengHei";
  font-size: 16px;
  color: #333;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 0;
  overflow-x: hidden;
  background: #E8CF8E; }

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }


a,
a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #ea5413;
    text-decoration: none; }

.hidden {
  display: none; }

.mark {
  color: #eaeaea;
  background: none; }

p {
  margin-bottom: 20px; }

.phoneShow {
  display: none; }

.qScrollTop {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  opacity: 0; }

/*--> To Top ----------------------------------------------------------------------------*/
#topcontrol {
  z-index: 20;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px; }
  #topcontrol a {
    text-align: center;
    display: block;
    opacity: 0.7;
    color: #fff;
    background: #f39800;
    width: 40px;
    height: 40px;
    border: 1px solid #f39800;
    -webkit-border-radius: 22px;
    border-radius: 22px; }
    #topcontrol a:before {
      display: inline-block;
      margin: 0 auto;
      line-height: 37px;
      font-size: 20px;
      font-family: "shortURL";
      content: "d"; }
    #topcontrol a:visited {
      color: #a46623; }
    #topcontrol a:hover {
      opacity: 1; }

/*--> Loading ----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px; }

/*--> Header ----------------------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 20;
  height: 70px;
  border-bottom: 1px solid #ccc;
  background: #fff; }

.topArea {
  width: 1155px;
  margin: 0 auto; }

.logo {
  float: left;
  height: 54px;
  margin-top: 8px; }
  .logo a {
    max-height: 100%; }
  .logo img {
    height: 100%; }

/*--> Menu ----------------------------------------------------------------------------*/
a.icon-menu {
  display: none;
  position: absolute;
  z-index: 91;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ea5413; }
  a.icon-menu:visited {
    color: #ea5413; }
  a.icon-menu:hover {
    color: #ea5413; }
  a.icon-menu:before {
    position: relative;
    font-size: 30px;
    line-height: 60px; }

.sideMenuGroup a.icon-delete {
  display: none;
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  opacity: .7; }
  .sideMenuGroup a.icon-delete:visited {
    color: #fff;
    opacity: 1; }
  .sideMenuGroup a.icon-delete:hover {
    color: #fff3a2;
    opacity: 1; }
  .sideMenuGroup a.icon-delete:before {
    line-height: 45px;
    font-size: 26px; }

.menu {
  text-align: right; }
  .menu ul {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 0 25px; }
    .menu ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 0 25px; }
      .menu ul li[class^='icon-']:before {
        position: relative;
        top: 2px;
        margin-right: 5px; }
      .menu ul li .shareGroup {
        position: relative;
        top: 6px; }
      .menu ul li a.icon-home {
        position: relative;
        top: 3px; }
      .menu ul li:hover dl {
        display: block; }
      .menu ul li.select:before, .menu ul li:hover:before {
        color: #ea5413; }
      .menu ul li.select a.mainLink span, .menu ul li:hover a.mainLink span {
        color: #ea5413; }
      .menu ul li a {
        color: #333;
        line-height: 70px; }
        .menu ul li a:visited {
          color: #333; }
        .menu ul li a:hover {
          color: #ea5413; }
      .menu ul li dl {
        position: absolute;
        z-index: 5;
        left: 50%;
        top: 69px;
        width: 160px;
        margin-left: -80px;
        display: none;
        font-size: 16px; }
        .menu ul li dl dd {
          position: relative;
          display: block;
          line-height: 25px;
          height: auto;
          margin: 0;
          background: #333; }
          .menu ul li dl dd:hover {
            dldisplay: block; }
          .menu ul li dl dd a {
            display: block;
            height: auto;
            margin: 0;
            padding: 10px 0;
            line-height: 30px;
            color: #fff; }
            .menu ul li dl dd a:visited {
              color: #fff; }
            .menu ul li dl dd a:hover {
              background-color: #ea5413;
              color: #fff; }

.memberArea {
  position: relative;
  top: 13px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-width: 100px;
  color: #804e21; }
  .memberArea a {
    color: #ea5413;
    opacity: .7;
    margin-left: 5px; }
    .memberArea a:visited {
      color: #ea5413; }
    .memberArea a:hover {
      color: #ea5413; }
    .memberArea a:hover {
      opacity: 1; }
  .memberArea a.login {
    line-height: 44px; }
  .memberArea span.icon-user {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ea5413;
    -webkit-border-radius: 24px;
    border-radius: 24px; }
    .memberArea span.icon-user:before {
      color: #ea5413; }
  .memberArea .name {
    line-height: 44px; }

/*--> Footer ----------------------------------------------------------------------------*/
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: left;
  vertical-align: top;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 10px;
  opacity: .7; }
  .footer a {
    color: #999; }
    .footer a:visited {
      color: #999; }
    .footer a:hover {
      color: #804e21; }

.footerArea {
  position: relative;
  z-index: 10;
  width: 1155px;
  margin: 0 auto; }

ul.footerList {
  display: inline-block;
  vertical-align: top; }
  ul.footerList li {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px; }
    ul.footerList li .mainFooter {
      display: block;
      color: #999;
      font-size: 18px;
      margin-bottom: 20px; }
    ul.footerList li:last-child {
      margin-right: 0; }
    ul.footerList li dl {
      font-size: 14px; }
      ul.footerList li dl dd {
        margin-bottom: 5px; }

.copyright {
  font-style: normal;
  text-align: center;
  color: #666;
  font-size: 14px; }

/*--> Not  Shared File ----------------------------------------------------------------------*/
/*--> Editor ----------------------------------------------------------------------------*/
.bbsArticle {
  position: relative;
  margin: 20px 0;
  text-align: left; }
  .bbsArticle h1 {
    font-size: 26px;
    line-height: 1.4em;
    margin-bottom: 20p; }
  .bbsArticle h2 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px; }
  .bbsArticle h3 {
    font-size: 21.6px;
    padding: 10px 0;
    line-height: 1.6em; }
  .bbsArticle h4 {
    font-size: 19.2px;
    padding: 5px 0; }
  .bbsArticle h5 {
    font-size: 17.6px;
    padding: 5px 0; }
  .bbsArticle h6 {
    font-size: 16px;
    padding: 5px 0; }
  .bbsArticle p {
    margin-bottom: 20px;
    padding: 0; }
    .bbsArticle p + h1 {
      margin-top: 40p; }
    .bbsArticle p + h2 {
      padding-top: 20px; }
    .bbsArticle p + img {
      margin-top: 20p; }
    .bbsArticle p a {
      color: #57C4E5;
      text-decoration: none;
      word-wrap: break-word;
      word-break: break-all; }
      .bbsArticle p a:visited {
        color: #57C4E5; }
      .bbsArticle p a:hover {
        color: #ea5413; }
  .bbsArticle table {
    margin-bottom: 20px; }
    .bbsArticle table tr {
      vertical-align: middle; }
      .bbsArticle table tr:last-child td {
        border-bottom: 3px double #666; }
      .bbsArticle table tr td {
        padding: 5px;
        border-top: 3px double #666;
        border-right: 3px double #666; }
  .bbsArticle img {
    max-width: 100%;
    margin-bottom: 20px; }
  .bbsArticle ul {
    margin: 20px 0 20px 30px; }
    .bbsArticle ul + h1 {
      margin-top: 40p; }
    .bbsArticle ul li {
      margin-bottom: 10px;
      padding-left: 0px;
      color: #333;
      list-style-position: outside;
      list-style-type: disc;
      border: 0px; }
  .bbsArticle ol {
    margin: 20px 0 20px 10px; }
    .bbsArticle ol + h1 {
      margin-top: 40p; }
    .bbsArticle ol + h2 {
      padding-top: 20p; }
    .bbsArticle ol > li {
      margin-bottom: 10px;
      margin-left: 20px;
      color: #333;
      list-style-position: outside;
      list-style-type: decimal; }
  .bbsArticle ul + h1 {
    margin-top: 40p; }
  .bbsArticle ul + h2 {
    padding-top: 20p; }

/*--> Form default ----------------------------------------------------------------------------*/
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="file"],
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child),
textarea {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none; }

input[type="submit"]:hover,
input[type="reset"]:hover {
  cursor: pointer; }

select {
  font-family: "Microsoft JhengHei", Arial;
  font-size: 1em;
  border: 1px solid #a46623;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px; }

.btnArea {
  margin: 20px 0; }
  .btnArea a {
    color: #ea5413; }
    .btnArea a:visited {
      color: #ea5413; }
    .btnArea a:hover {
      color: #804e21; }
  .btnArea a + a {
    margin-top: 20px; }
  .btnArea a.submit {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #ea5413;
    border: 1px solid #ea5413;
    opacity: 0.8;
    line-height: 40px;
    letter-spacing: 5px;
    -webkit-border-radius: 5px;
      -webkit-border-radius-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea a.submit:visited {
      color: #fff; }
    .btnArea a.submit:hover {
      color: #fff;
      cursor: pointer;
      opacity: 1; }
    .btnArea a.submit.hidden {
      display: none; }
  .btnArea a.logout {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #aaa;
    border: 1px solid #aaa;
    opacity: 0.8;
    line-height: 40px;
    letter-spacing: 5px;
    -webkit-border-radius: 5px;
      -webkit-border-radius-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea a.logout:visited {
      color: #fff; }
    .btnArea a.logout:hover, .btnArea a.logout:active {
      color: #fff;
      cursor: pointer;
      opacity: 1; }
  .btnArea input[type="reset"] {
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    background: #cd8639;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 5px; }
    .btnArea input[type="reset"]:hover {
      cursor: pointer;
      opacity: 1; }
  .btnArea input[type="submit"] {
    width: 100%;
    display: block;
    color: #fff;
    background: #ed6f09;
    border: 0px solid #ccc;
    font-size: 16px;
    opacity: 0.8;
    line-height: 30px;
    letter-spacing: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btnArea input[type="submit"] + a {
      margin-top: 20px; }
    .btnArea input[type="submit"]:hover {
      cursor: pointer;
      opacity: 1; }
    .btnArea input[type="submit"].hidden {
      display: none; }

/*--> Log In ----------------------------------------------------------------------------*/
.loginArea .logo {
  display: block;
  width: 100px;
  margin: 10% auto 10px auto; }

.loginArea h1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }

.loginArea .formArea {
  position: relative;
  z-index: 10;
  width: 70%;
  margin: 0 auto; }
  .loginArea .formArea .loading {
    text-align: center;
    margin-top: 45%;
    imgwidth: 100px; }
  .loginArea .formArea .btnArea {
    width: 180px;
    margin: 20px auto; }

ul.loginList li {
  position: relative;
  padding-left: 35px;
  margin-top: 20px; }
  ul.loginList li span[class^='icon-'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #f39800;
    border: 1px solid #f39800;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
      -webkit-border-radius-border-radius: 5px 0 0 5px; }
    ul.loginList li span[class^='icon-']:before {
      display: block;
      width: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff; }
  ul.loginList li input {
    height: 35px;
    background: #fff;
    border: 1px solid #f39800;
    -webkit-border-radius: 0 5px 5px 0;
      -webkit-border-radius-border-radius: 0 5px 5px 0;
    outline: 0; }

ul.loginList .invalid-feedback {
  margin: 0 0 10px 0; }

.invalid-feedback {
  font-size: 14px;
  color: #e30808; }

/*--> Form ----------------------------------------------------------------------------*/
.inputGroup {
  position: relative;
  text-align: left; }
  .inputGroup input {
    font-size: 20px;
    margin-bottom: 0; }
  .inputGroup input:nth-child(1) {
    width: calc(100% - 110px);
    border-radius: 5px 0 0 5px;
    border: 0; }
  .inputGroup input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    border-radius: 0 5px 5px 0;
    border: 0;
    background: #f39800;
    color: #fff;
    padding: 5px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .inputGroup input[type="submit"]:hover {
      background: #804e21; }

.btnSubmit[type="submit"] {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  border: 0;
  background: #f39800;
  color: #fff;
  padding: 12px 20px;
  margin: 10px 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btnSubmit[type="submit"]:hover {
    background: #804e21; }

.resultGroup {
  position: relative;
  text-align: left; }
  .resultGroup input {
    font-size: 20px;
    width: calc(100% - 130px);
    border-radius: 5px 0 0 5px;
    border: 0; }
  .resultGroup input:nth-child(1) {
    border-radius: 5px 0 0 5px;
    border: 0;
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
    background: #bd7331;
    color: #fff; }
    .resultGroup input:nth-child(1) + input[type="button"] {
      position: absolute;
      top: 0;
      right: 0;
      width: 130px;
      border-radius: 0 5px 5px 0;
      border: 0;
      background: #f39800;
      color: #fff;
      padding: 5px 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .resultGroup input:nth-child(1) + input[type="button"]:hover {
        background: #804e21;
        cursor: pointer; }

ul.utmTip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  ul.utmTip li {
    width: 20%;
    padding-left: 5px;
    padding-bottom: 3px;
    color: #804e21; }

.inputUTM {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .inputUTM input {
    width: 20%;
    border: 0;
    font-size: 18px;
    padding: 5px 5px;
    border-radius: 0;
    border-left: 1px solid #804e21; }
    .inputUTM input:first-child {
      border-left: none;
      border-radius: 5px 0 0 5px; }
    .inputUTM input:last-child {
      border-radius: 0 5px 5px 0; }

.inputLabel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .inputLabel label {
    width: 20%; }
    .inputLabel label:first-child input {
      border-left: none;
      border-radius: 5px 0 0 5px; }
    .inputLabel label:last-child input {
      border-radius: 0 5px 5px 0; }
    .inputLabel label input {
      width: 100%;
      border: 0;
      font-size: 18px;
      padding: 5px 5px;
      border-radius: 0;
      border-left: 1px solid #804e21; }

input[type="text"].single {
  width: 100%; }

/*--> Register ----------------------------------------------------------------------------*/
.memberEnter {
  position: relative;
  z-index: 1;
  width: 1155px;
  margin: 9% auto 40px auto;
  text-align: center; }
  .memberEnter:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    content: '.';
    color: rgba(255, 255, 255, 0);
    background: url(../images/member-bg-left.png) 5% bottom no-repeat;
    background-size: 15% auto; }
  .memberEnter:after {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    content: '.';
    color: rgba(255, 255, 255, 0);
    background: url(../images/member-bg-right.png) 95% bottom no-repeat;
    background-size: 15% auto; }
  .memberEnter .textContent {
    position: relative;
    z-index: 10;
    background: white;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 0 auto; }
    .memberEnter .textContent > h2 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100%;
      margin-bottom: 20px;
      text-align: center;
      font-size: 20px;
      color: #804e21; }
  .memberEnter .formGroup {
    position: relative;
    z-index: 5;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 30%; }
    .memberEnter .formGroup.edit {
      position: relative;
      width: 70%; }
      .memberEnter .formGroup.edit .btnArea {
        text-align: right; }
        .memberEnter .formGroup.edit .btnArea .btnSubmit {
          width: auto;
          display: inline-block;
          border: 0;
          line-height: 25px;
          letter-spacing: 1px; }
      .memberEnter .formGroup.edit figure {
        position: absolute;
        top: 0;
        left: 100%;
        padding: 10px;
        background: #fff;
        line-height: 0; }
    .memberEnter .formGroup > h3 {
      font-size: 22px;
      font-weight: normal;
      margin: 20px 0 10px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding-top: 20px; }
    .memberEnter .formGroup textarea {
      display: block;
      width: 100%;
      margin-top: 10px; }
    .memberEnter .formGroup a.icon-arrow-down {
      background: #57C4E5;
      color: #fff;
      border: 1px solid #E8CF8E;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      padding: 10px 15px;
      margin: 0 0 20px 0;
      -webkit-border-radius: 5px;
        -webkit-border-radius-border-radius: 5px;
      margin: 10px auto; }
      .memberEnter .formGroup a.icon-arrow-down:visited, .memberEnter .formGroup a.icon-arrow-down:active, .memberEnter .formGroup a.icon-arrow-down:focus {
        color: #fff;
        text-decoration: none; }
      .memberEnter .formGroup a.icon-arrow-down:hover {
        background: #333;
        color: #fff;
        background: #804e21;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid #E8CF8E; }
      .memberEnter .formGroup a.icon-arrow-down:before {
        position: relative;
        top: 5px;
        margin-left: 5px;
        float: right; }
  .memberEnter .recordArea {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 70%;
    min-height: 350px;
    margin: 0 auto; }
    .memberEnter .recordArea h2 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100%;
      margin-bottom: 20px;
      text-align: center;
      font-size: 20px;
      color: #804e21; }
  .memberEnter .recordGroup {
    text-align: left;
    z-index: 5;
    padding: 0; }

.otherId {
  position: relative;
  border-top: 1px dashed #a46623;
  padding: 30px 0 20px 0; }
  .otherId mark {
    top: -10px;
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    background: #ebdeb6;
    color: #666;
    text-align: center; }
  .otherId a {
    display: block;
    color: #fff;
    line-height: 45px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.8; }
    .otherId a + a {
      margin-top: 10px; }
    .otherId a:hover {
      opacity: 1; }
    .otherId a span[class^="icon-"]:before {
      color: #fff;
      font-size: 24px;
      line-height: 45px; }
    .otherId a.fbBtn {
      text-align: center;
      background: #4267B2; }
      .otherId a.fbBtn .icon-facebook:before {
        position: relative;
        top: 5px; }
  .memberInfo .otherId {
    text-align: center; }
    .memberInfo .otherId mark {
      background: #FFF; }
    .memberInfo .otherId a {
      width: 30%;
      display: inline-block;
      vertical-align: top;
      text-align: center; }
      .memberInfo .otherId a + a {
        margin-top: 0;
        margin-left: 10px; }
      .memberInfo .otherId a span[class^="icon-"]:before {
        position: relative;
        top: 5px;
        margin-right: 5px; }

.formGroup .form {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  padding: 30px 30px 10px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

.formGroup > h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #804e21; }

.formGroup + .formGroup {
  margin-left: 20px; }
  .formGroup + .formGroup .form {
    min-height: 335px; }

.btnInfo {
  font-size: 14px;
  line-height: 1.5em; }
  .btnInfo a {
    color: #ea5413; }
    .btnInfo a:visited {
      color: #ea5413; }
    .btnInfo a:hover {
      color: #804e21; }

ul.formDetailList li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  ul.formDetailList li span[class^="icon-"] {
    position: absolute;
    left: 0;
    top: 5px;
    color: #a76800; }
  ul.formDetailList li input {
    width: 100%;
    margin-bottom: 0; }

/*--> jQuery-Validation-Engine ----------------------------------------------------------------------------*/
.formError.inline {
  display: block; }
  .formError.inline .formErrorContent {
    color: #e30808;
    background: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 0 4px 5px; }

/*--> Popup ----------------------------------------------------------------------------*/
.popupArea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  z-index: 999;
  display: none; }
  .popupArea.qainfo .popupMain {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 800px;
    margin-left: -400px;
    margin-top: 0;
    max-height: 1000%; }
  .popupArea.qainfo .popupContent {
    padding: 0 15px 0 15px; }
  .popupArea:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.8);
    content: ' '; }

.qainfo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  z-index: 999;
  display: none; }
  .qainfo .popupMain {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 800px;
    margin-left: -400px;
    margin-top: 0;
    max-height: 1000%; }
  .qainfo .popupContent {
    padding: 0 15px 0 15px; }
  .qainfo:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.8);
    content: ' '; }

.popupRelative {
  position: relative;
  width: 100%;
  height: 100%; }
  .popupRelative a.icon-delete {
    position: relative;
    z-index: 9;
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    line-height: 46px;
    margin: -5px -10px 0 0;
    text-align: center;
    font-size: 30px;
    color: #ea5413; }
    .popupRelative a.icon-delete:hover {
      cursor: pointer; }

.popupMain {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -100px;
  max-height: 100%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.popupContent {
  position: static;
  text-align: center;
  padding: 50px 15px 0 15px; }
  .popupContent div {
    position: static; }
  .popupContent .pointArea {
    position: absolute;
    width: 60%;
    display: inline-block;
      display-top: 0;
      display-left: 50%;
      display-transform: translateX(-50%);
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #aaa;
    border-top: 0;
    -webkit-border-radius: 0 0 10px 10px;
      -webkit-border-radius-border-radius: 0 0 10px 10px; }
  .popupContent h2 {
    font-size: 20px;
    font-weight: bold; }
  .popupContent .btnArea {
    bottom: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 0; }
    .popupContent .btnArea a[class^='btn'] {
      position: relative;
      display: inline-block;
      min-width: 80px;
      margin-bottom: 0;
      color: #fff;
      background: #f39800;
      padding: 5px 35px;
      letter-spacing: 5px;
      -webkit-border-radius: 5px;
        -webkit-border-radius-border-radius: 5px; }
      .popupContent .btnArea a[class^='btn'] + a {
        margin-left: 20px; }
      .popupContent .btnArea a[class^='btn']:visited {
        color: #fff; }
      .popupContent .btnArea a[class^='btn']:hover, .popupContent .btnArea a[class^='btn']:active {
        color: #fff;
        background: #333; }
      .popupContent .btnArea a[class^='btn'].btnCancel {
        background: #aaa; }

.bannerArea {
  width: 80%;
  margin: 20px auto; }
  .bannerArea img {
    width: 100%; }

.sideBannerArea {
  position: absolute;
  z-index: 10;
  top: 100px;
  left: 0;
  width: 12%; }
  .sideBannerArea img {
    width: 100%; }

.homeArticle {
  position: relative;
  width: 1155px;
  margin: 0 auto;
  min-height: 500px;
  background: url(../images/home-bg.png) left bottom no-repeat;
  background-size: auto 88%;
  padding: 40px 0 0 0;
  text-align: center; }
  .homeArticle:after {
    content: ' ';
    display: block;
    clear: both;
    float: none; }
  .homeArticle.formGroup .form {
    background: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 0; }
    .homeArticle.formGroup .form h2 {
      position: relative; }

.resultArticle {
  position: relative;
  width: 1155px;
  margin: 0 auto;
  padding-top: 40px;
  min-height: 500px; }
  .resultArticle .inputGroup {
    width: 70%;
    margin: 0 auto; }
  .resultArticle .resultGroup {
    width: 40%;
    margin: 0 auto; }

.resultUrl .icon-arrow-down {
  text-align: center;
  color: #804e21;
  font-size: 18px;
  margin-top: 10px; }
  .resultUrl .icon-arrow-down:before {
    position: relative;
    top: 2px;
    margin-right: 5px; }

.shareGroup {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.fbMeta {
  position: relative;
  margin-top: 60px;
  width: 70%;
  display: inline-block;
  vertical-align: top;
  background: #fff; }
  .fbMeta .icon-facebook {
    position: absolute;
    bottom: 100%;
    font-size: 18px;
    padding-bottom: 10px; }
    .fbMeta .icon-facebook:before {
      position: relative;
      top: 2px;
      color: #4267b2; }
  .fbMeta .image {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    line-height: 0;
    margin: 18px 0 18px 18px; }
    .fbMeta .image img {
      width: 100%;
      max-width: 100%; }
  .fbMeta .metaContent {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 330px);
    top: 0;
    right: 0;
    padding: 45px 20px 20px 20px; }
    .fbMeta .metaContent .title, .fbMeta .metaContent .description {
      position: relative;
      margin-bottom: 40px; }
      .fbMeta .metaContent .title:before, .fbMeta .metaContent .description:before {
        display: inline-block;
        line-height: 1.3em;
        padding: 2px 10px;
        position: absolute;
        bottom: 100%;
        margin-bottom: 5px;
        content: "分享標題";
        font-size: 14px;
        color: #fff;
        background: #aaa; }
    .fbMeta .metaContent .description {
      margin-bottom: 0; }
      .fbMeta .metaContent .description:before {
        content: "分享內文"; }

.qrGroup {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  margin: 60px 0 0 5%; }
  .qrGroup figure {
    display: inline-block;
    background: #fff;
    line-height: 0; }
    .qrGroup figure img {
      margin: 10px; }
  .qrGroup .qrTitle {
    position: absolute;
    width: 100%;
    bottom: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px; }

a.btnDownload {
  background: #57C4E5;
  color: #fff;
  border: 1px solid #E8CF8E;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px;
  margin-top: 10px; }
  a.btnDownload:visited, a.btnDownload:active, a.btnDownload:focus {
    color: #fff;
    text-decoration: none; }
  a.btnDownload:hover {
    background: #333;
    color: #fff;
    background: #804e21;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #E8CF8E; }

a.qaLink {
  color: #ea5413;
  font-size: 18px; }
  a.qaLink:visited {
    color: #ea5413; }
  a.qaLink:hover {
    color: #804e21; }
  a.qaLink:before {
    content: '/';
    margin: 0 5px 0 5px;
    color: #333; }

.homeRight {
  width: 60%;
  float: right; }
  .homeRight h1 {
    text-align: center;
    font-size: 38.4px;
    font-weight: normal;
    color: #804e21;
    line-height: 2em; }
  .homeRight h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px; }
  .homeRight textarea {
    display: block;
    width: 100%;
    margin-top: 10px; }
  .homeRight a.icon-arrow-down {
    background: #57C4E5;
    color: #fff;
    border: 1px solid #E8CF8E;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 5px;
      -webkit-border-radius-border-radius: 5px;
    margin: 10px auto; }
    .homeRight a.icon-arrow-down:visited, .homeRight a.icon-arrow-down:active, .homeRight a.icon-arrow-down:focus {
      color: #fff;
      text-decoration: none; }
    .homeRight a.icon-arrow-down:hover {
      background: #333;
      color: #fff;
      background: #804e21;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #E8CF8E; }
    .homeRight a.icon-arrow-down:before {
      position: relative;
      top: 5px;
      margin-left: 5px;
      float: right; }

.tipBox {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 15px;
  display: none; }
  .tipBox p {
    text-align: center;
    margin-bottom: 0; }

ul.recordTitle li, ul.recordList li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 8px; }
  ul.recordTitle li:first-child, ul.recordList li:first-child {
    width: 38px;
    padding: 5px 0 5px 3px;
    text-align: center; }
  ul.recordTitle li:nth-child(2), ul.recordList li:nth-child(2) {
    min-width: 250px;
    padding: 8px 8px 5px 0;
    line-height: 1.3em; }

ul.recordTitle {
  position: relative; }
  ul.recordTitle li {
    font-size: 14px; }
    ul.recordTitle li:nth-child(4) {
      position: absolute;
      right: 0; }

ul.recordList {
  background: #fff;
  border-top: 2px solid #f39800;
  border-bottom: 2px solid #ddd; }
  ul.recordList li {
    word-wrap: break-word;
    word-break: break-all; }
    ul.recordList li:nth-child(3) {
      float: right;
      padding: 5px 0 5px 8px; }
    ul.recordList li a[class^="icon-"] {
      display: inline-block;
      width: 26px;
      height: 26px;
      border: 1px solid #57C4E5;
      border-radius: 14px;
      vertical-align: top;
      margin-right: 8px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      ul.recordList li a[class^="icon-"]:before {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        color: #57C4E5;
        line-height: 24px; }
      ul.recordList li a[class^="icon-"]:hover {
        background: #57C4E5; }
        ul.recordList li a[class^="icon-"]:hover:before {
          color: #fff; }
    ul.recordList li.origin, ul.recordList li.direct {
      display: block;
      font-size: 14px;
      padding: 2px 8px; }
      ul.recordList li.origin:hover, ul.recordList li.direct:hover {
        background: #efefef; }
      ul.recordList li.origin a, ul.recordList li.direct a {
        color: #804e21;
        display: inline-block;
        vertical-align: top;
        line-height: 1.4em;
        word-wrap: break-word;
        word-break: break-all;
        width: calc(100% - 85px); }
        ul.recordList li.origin a:visited, ul.recordList li.direct a:visited {
          color: #804e21; }
        ul.recordList li.origin a:hover, ul.recordList li.direct a:hover {
          color: #ed6f09; }
      ul.recordList li.origin .number, ul.recordList li.direct .number {
        float: right; }
    ul.recordList li.origin {
      border-top: 1px dashed #aaa; }
    ul.recordList li.direct a {
      width: calc(100% - 115px); }
    ul.recordList li.direct:before {
      display: inline-block;
      vertical-align: top;
      width: 10px;
      height: 10px;
      border-left: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin: 0 5px 0 5px;
      color: rgba(255, 255, 255, 0);
      content: '.'; }

ul.contentList + h3 {
  text-align: center; }

ul.contentList li {
  position: relative;
  padding-left: 100px;
  padding-right: 80px;
  margin-bottom: 15px; }
  ul.contentList li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'shortURL';
    content: 'c';
    color: #804e21; }
  ul.contentList li span {
    position: absolute;
    top: 0;
    left: 20px;
    color: #804e21; }
  ul.contentList li input {
    width: 100%; }
  ul.contentList li .inputUTM {
    margin-bottom: 20px; }
    ul.contentList li .inputUTM input {
      font-size: 14px; }
  ul.contentList li .btnSubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    margin: 0;
    padding: 7px 0;
    text-align: center;
    font-size: 14px; }
  ul.contentList li p, ul.contentList li a {
    margin-bottom: 0;
    line-height: 1.3em;
    word-wrap: break-word;
    word-break: break-all; }

/*--> RWD File ----------------------------------------------------------------------------*/
/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {
  .fbMeta .metaContent .title, .fbMeta .metaContent .description, .fbMeta .metaContent .description {
    font-size: 14px;
    line-height: 1.3em; }
  .fbMeta {
    width: 75%; }
  .qrGroup {
    width: 15%; }
  .homeArticle, .memberEnter, .resultArticle {
    width: auto;
    padding: 20px; }
  .homeArticle {
    padding-bottom: 350px;
    background: url(../images/home-bg.png) center bottom no-repeat;
    background-size: 350px auto; }
  .homeRight {
    width: auto;
    float: none; }
    .homeRight h1 {
      font-size: 26px; }
  .topArea {
    width: auto;
    padding: 0 10px; }
  .bannerArea {
    width: auto;
    padding: 0 20px; } }

@media all and (max-width: 950px) {
  .fbMeta .metaContent .title, .fbMeta .metaContent .description, .fbMeta .metaContent .description {
    font-size: 16px;
    line-height: 1.4em; }
  .btnInfo {
    text-align: left; }
  ul.utmTip {
    display: none; }
  label:before {
    content: attr(data-info);
    color: #804e21; }
  .resultArticle .inputGroup {
    width: 100%; }
  .resultArticle .resultGroup {
    width: 100%; }
  .fbMeta {
    width: 100%;
    text-align: center; }
    .fbMeta .metaContent {
      text-align: left; }
    .fbMeta .image {
      max-width: 100%; }
    .fbMeta .metaContent {
      position: relative;
      width: 100%; }
      .fbMeta .metaContent .description {
        margin-bottom: 0; }
  .qrGroup {
    display: block;
    width: auto;
    margin-top: 80px; }
    .qrGroup a.btnDownload {
      display: block;
      width: 180px;
      margin: 20px auto; }
  .memberEnter {
    padding: 60px 20px 80px 20px;
    margin-bottom: 10px; }
    .memberEnter:before, .memberEnter:after {
      position: absolute;
      bottom: 0; }
    .memberEnter .recordArea {
      width: 100%;
      padding: 20px; }
    .memberEnter .textContent {
      width: 100%;
      padding: 20px;
      margin-bottom: 80px; }
    .memberEnter .formGroup, .memberEnter .formGroup.edit {
      width: 100%; }
      .memberEnter .formGroup figure, .memberEnter .formGroup.edit figure {
        display: none; }
      .memberEnter .formGroup .btnArea, .memberEnter .formGroup.edit .btnArea {
        text-align: center; }
        .memberEnter .formGroup .btnArea input[type="submit"], .memberEnter .formGroup.edit .btnArea input[type="submit"] {
          display: inline-block;
          vertical-align: top;
          width: auto; }
          .memberEnter .formGroup .btnArea input[type="submit"] + a, .memberEnter .formGroup.edit .btnArea input[type="submit"] + a {
            margin-left: 15px;
            line-height: 40px; }
      .memberEnter .formGroup .form, .memberEnter .formGroup.edit .form {
        min-height: 250px; }
      .memberEnter .formGroup + .formGroup, .memberEnter .formGroup.edit + .formGroup {
        margin: 100px 0 0 0; }
  .popupRelative {
    padding-bottom: 20px; }
  .popupMain, .qainfo .popupMain {
    width: 90%;
    left: 5%;
    margin-left: 0; }
  .popupContent .btnArea {
    padding: 0; }
  .inputUTM {
    display: block; }
    .inputUTM input {
      width: 100%;
      border-radius: 5px;
      border-left: 0; }
      .inputUTM input:first-child, .inputUTM input:last-child {
        border-radius: 5px; }
  .inputLabel {
    display: block; }
    .inputLabel label input {
      width: 100%;
      border-radius: 5px;
      border-left: 0; }
    .inputLabel label:first-child input, .inputLabel label:last-child input {
      border-radius: 5px; }
  .topArea {
    width: auto;
    height: 60px;
    padding: 0; }
  .sideMenuGroup a.icon-delete {
    display: block; }
  .header {
    height: 60px; }
  .logo {
    width: auto;
    height: 40px;
    margin-left: 5px; }
    .logo img {
      max-height: 100%;
      width: auto; }
  .topGroup {
    position: static; }
  .sideMenuGroup {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: -350px;
    width: 350px;
    margin-left: 0;
    background: #ea5413;
    -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
    box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .sideMenuGroup.tabletOpen {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: tabletMenuOpen;
      animation-name: tabletMenuOpen;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    .sideMenuGroup.tabletClose {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: tabletMenuClose;
      animation-name: tabletMenuClose;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
  .memberArea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 7px 0; }
    .memberArea .name {
      color: #fff3a2; }
    .memberArea span.icon-user {
      margin-left: 10px;
      border: 1px solid #fff3a2; }
      .memberArea span.icon-user:before {
        color: #fff3a2; }
    .memberArea a {
      color: #fff; }
      .memberArea a:visited {
        color: #fff; }
      .memberArea a:hover {
        color: #fff3a2; }
  .menu ul {
    display: block;
    padding: 85px 20px 0 20px;
    background: none; }
    .menu ul li {
      position: relative;
      display: block;
      margin: 0; }
      .menu ul li.icon-home:before {
        color: #fff; }
      .menu ul li dl {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        width: auto;
        text-align: center; }
        .menu ul li dl dd {
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          background: none; }
          .menu ul li dl dd:last-child {
            margin-bottom: 30px; }
          .menu ul li dl dd a {
            color: #fff; }
            .menu ul li dl dd a:visited {
              color: #fff; }
            .menu ul li dl dd a:hover {
              color: #fff3a2; }
      .menu ul li.select a.mainLink span {
        color: #fff; }
      .menu ul li.select a, .menu ul li.select a:visited {
        color: #fff; }
        .menu ul li.select a span, .menu ul li.select a:visited span {
          color: #fff; }
      .menu ul li.slide a.mainLink:after {
        font-family: shortURL;
        content: 'a';
        color: #fff3a2; }
      .menu ul li.slide a.mainLink span {
        color: #fff3a2; }
      .menu ul li.slide dl {
        display: block; }
      .menu ul li:hover:before {
        color: #fff3a2; }
      .menu ul li:hover dl {
        display: none; }
      .menu ul li a {
        margin: 0;
        height: 45px;
        line-height: 45px; }
        .menu ul li a.mainLink {
          position: relative;
          right: -13px; }
          .menu ul li a.mainLink:after {
            display: inline-block;
            vertical-align: top;
            margin-left: 5px;
            font-family: shortURL;
            content: 'c'; }
          .menu ul li a.mainLink:hover span {
            color: #fff3a2; }
        .menu ul li a:hover span {
          color: #fff3a2; }
      .menu ul li a {
        color: #fff;
        opacity: 1; }
        .menu ul li a:visited {
          color: #fff;
          opacity: 1; }
        .menu ul li a:hover {
          color: #fff3a2;
          opacity: 1; }
  a.icon-menu {
    display: block; }
  ul.formMarkList {
    width: auto;
    margin: 20px; }
  @-webkit-keyframes tabletMenuOpen {
    0% {
      right: -350px;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuOpen {
    0% {
      right: -350px;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuOpen {
    0% {
      right: -350px;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-webkit-keyframes tabletMenuClose {
    0% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: -350px;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @-moz-keyframes tabletMenuClose {
    0% {
      right: 0;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: -350px;
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  @keyframes tabletMenuClose {
    0% {
      right: 0;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
    100% {
      right: -350px;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); } }
  ul.formDetailList {
    width: auto;
    margin: 20px 0; } }

@media all and (max-width: 680px) {
  .fbMeta .image {
    margin: 20px 20px 0 20px;
    width: auto; }
  .memberEnter .textContent {
    margin-bottom: 20px; }
  .memberEnter .formGroup .form {
    padding: 20px 20px 10px 20px; }
  ul.contentList li {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px; }
    ul.contentList li span {
      position: relative;
      display: block;
      margin-bottom: 5px; }
    ul.contentList li p, ul.contentList li .inputUTM {
      margin-left: 20px; }
    ul.contentList li .inputUTM {
      padding-bottom: 50px; }
    ul.contentList li .btnSubmit {
      top: auto;
      bottom: 10px;
      right: 0;
      left: 20px;
      display: block;
      width: calc(100% - 20px); }
  ul.recordTitle {
    position: relative;
    margin-top: 30px; }
    ul.recordTitle li:nth-child(2) {
      width: auto; }
    ul.recordTitle li:nth-child(3) {
      position: absolute;
      top: -30px;
      left: 0; }
  ul.recordList {
    position: relative;
    margin-top: 50px; }
    ul.recordList li a[class^="icon-"] {
      margin-right: 0;
      margin-left: 5px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background: #57C4E5;
      color: #fff;
      border: 0 solid #20a7cf;
      border-radius: 15px; }
      ul.recordList li a[class^="icon-"]:before {
        width: 30px;
        color: #fff;
        line-height: 30px; }
    ul.recordList li:nth-child(2) {
      width: calc(100% - 45px); }
    ul.recordList li:nth-child(3) {
      position: absolute;
      right: 0;
      top: -35px;
      padding: 0; }
  .footerArea {
    width: auto; }
  ul.memberMenu li {
    float: left; }
    ul.memberMenu li dl {
      left: -48px; }
      ul.memberMenu li dl dd a {
        width: auto;
        float: none; }
    ul.memberMenu li a {
      float: left;
      margin: 0 5px;
      line-height: 28px;
      width: 30px;
      height: 40px; }
      ul.memberMenu li a .welcome {
        font-size: 14px;
        margin-left: 5px;
        color: rgba(0, 0, 0, 0); }
      ul.memberMenu li a:hover .welcome {
        color: rgba(0, 0, 0, 0); }
    ul.memberMenu li span[class^='icon-'] {
      font-size: 14px;
      color: rgba(0, 0, 0, 0); }
      ul.memberMenu li span[class^='icon-']:before {
        position: absolute;
        top: 10px;
        margin-left: 3px;
        display: block;
        line-height: 20px;
        margin-right: 0;
        font-size: 24px;
        color: #FFF; }
    ul.memberMenu li .login {
      position: relative; }
      ul.memberMenu li .login .icon-user:before {
        margin-left: 5px; }
      ul.memberMenu li .login span {
        position: absolute;
        display: block;
        right: -20px;
        top: 50px;
        width: 65px;
        height: 32px;
        margin: 0;
        text-align: center;
        line-height: 32px;
        overflow: hidden;
        font-size: 14px;
        padding: 0 10px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        background: #bb430f;
        -webkit-border-radius: 0 0 0 10px;
        border-radius: 0 0 0 10px; }
        ul.memberMenu li .login span.welcome {
          width: 40px;
          padding: 0;
          right: -60px;
          top: 50px;
          color: #ddd;
          text-align: left;
          -webkit-border-radius: 0;
          border-radius: 0; }
    ul.memberMenu li a.mLink {
      margin: 0 5px; }
  .sideMenuGroup {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    width: 70%;
    background: #ea5413;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .sideMenuGroup.phoneOpen {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: phoneMenuOpen;
      animation-name: phoneMenuOpen;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0);
      box-shadow: -4px 0 5px 0 rgba(0, 0, 0, 0); }
      .sideMenuGroup.phoneOpen a, .sideMenuGroup.phoneOpen a:visited {
        color: #fff; }
    .sideMenuGroup.phoneClose {
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-name: phoneMenuClose;
      animation-name: phoneMenuClose;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      animation-direction: normal; }
  @-webkit-keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 30%; } }
  @-moz-keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 30%; } }
  @keyframes phoneMenuOpen {
    0% {
      left: 100%; }
    100% {
      left: 30%; } }
  @-webkit-keyframes phoneMenuClose {
    0% {
      left: 30%; }
    100% {
      left: 100%; } }
  @-moz-keyframes phoneMenuClose {
    0% {
      left: 30%; }
    100% {
      left: 100%; } }
  @keyframes phoneMenuClose {
    0% {
      left: 30%; }
    100% {
      left: 100%; } }
  ul.footerList {
    width: 90%;
    display: inline-block;
    text-align: center;
    margin: 0 auto 40px auto; }
    ul.footerList li {
      display: inline-block;
      text-align: left;
      margin-right: 10px; }
      ul.footerList li:nth-child(3) {
        width: auto; }
        ul.footerList li:nth-child(3) dl dd {
          display: block;
          margin-right: 0;
          min-width: 10px; }
  ul.shareList {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 40px; }
  ul.contactList {
    width: auto;
    margin: 0 20px; }
    ul.contactList .mainFooter {
      text-align: center; }
  ul.formList select.carType {
    width: 80%; }
  ul.formInsideList li .input-group .custom-radio {
    display: block;
    width: 85%;
    margin-left: 15px; }
  ul.formInsideList li .input-group .select2area {
    width: 99%;
    min-width: 150px;
    margin-bottom: 10px; }
  ul.formInsideList li .input-group #dateFlight {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  ul.formInsideList li .input-group .select2-container .select2-selection--single {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .btnArea a.addReserve, .btnArea a.btnBack, .btnArea .btnCancel {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
    opacity: 1; }
  .btnArea input[type="submit"] {
    display: block;
    width: 100%;
    opacity: 1; }
  ul.formDetailList {
    padding-left: 0;
    margin: 20px 20px 20px 10px; } }
