@charset "utf-8";
@import url("jquery.fancybox.css");
/*-----------------------for both-----------------------*/
.grayBG ul.questionItem:last-child .lightLine {
  display: none;
}
.padRight {
  padding-right: 30px; /*for 收藏的展覽 h4*/
}
#indexNav h3.addmiss a {
  background-image: url(../images/ticket.svg);
  color: #F44336;
}
#indexNav h3.invite a {
  background-image: url(../images/invite.svg);
}
#indexNav h3.cardicon a {
  background-image: url(../images/card.svg);
}
#indexNav h3.favor a {
  background-image: url(../images/favor.svg);
}
#indexNav h3.profile a {
  background-image: url(../images/profile.svg);
}
#indexNav h3.history a {
  background-image: url(../images/history.svg);
}
#indexNav h3.contact a {
  background-image: url(../images/contact.svg);
}
#indexNav h3.my a {
  background-image: url(../images/my.svg);
}
#indexNav h3.enterprise a {
  background-image: url(../images/enterprise.svg);
}
#indexNav h3.msg a {
  background-image: url(../images/member/msg.svg);
}
/*已使用or未使用*/
.switchBtn {
  overflow: auto;
  border: 1px solid #4285F4;
  border-radius: 3px;
}
.switchBtn li {
  width: 50%;
  float: left;
}
.switchBtnThree li {
  width: calc(100% / 3);
}
.switchBtn li a {
  text-align: center;
  padding: 7px;
  display: block;
  color: #4285F4;
}
.switchBtn li a:hover {
  background: #E3F2FD
}
.switchBtn li.selected a {
  background: #4285F4;
  color: #FFF;
}
/*ticketList*/
.ticketList li {
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-radius: 5px;
  margin-bottom: 15px;
}
.ticketList li:last-child {
  margin: 0;
}
.lineNoMargin {
  height: 1px;
  line-height: 1px;
  border-bottom: 1px solid #E0E0E0;
  margin: 15px -10px;
}
/*-----------------------trash btn-----------------------*/
.trash {
  background-image: url(../images/closeWhite.svg);
  background-color: #F44336;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
}
/*-----------------------memberNews-----------------------*/
#memberNews {}
#memberNews li {
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: left 10px center;
  background-image: url(../images/nextstep.svg);
  padding: 6px 15px 6px 25px;
  display: block;
  border-radius: 8px;
  background-color: #ededed;
}
#memberNews li a:hover {
  color: #F44336;
}
#memberNews li:last-child {
  margin-bottom: 0;
}
h1.user {
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: left center;
  background-image: url(../images/member.svg);
  padding-left: 30px;
  margin-bottom: 20px;
}
/*--------------faqList----------------*/
.faqList li {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 10px 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.faqList li.pdf {
  background-image: url(../images/pdf.svg);
}
/*-----------------------point(Original Style)-----------------------*/
/*#pointDiv {
  overflow: hidden;
}
#pointWrapper {
  width: 300px;
  height: 200px;
  margin: 15px auto;
  padding: 15px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-radius: 5px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/pointBg.jpg);
  color: #fff;
  position: relative;
}
#pointWrapper h2 {
  font-size: 17px;
  margin-bottom: 15px;
}
#pointWrapper h2 span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  opacity: 0.8;
}
.pointLeft {
  float: left;
  font-size: 14px;
}
.pointLeft .italic {
  font-size: 12px;
}
.pointLeft .name {
  width: 150px;
  overflow: hidden;
}
.pointLeft p {
  text-shadow: 1px 1px 2px #333;
}
.pointRight {
  float: right;
  text-align: right;
  background: #fff;
  padding: 5px;
}
.CClogo {
  position: absolute;
  left: 15px;
  top: 15px;
}*/
/*-----------------------point 35-----------------------*/
#pointDiv {
  overflow: hidden;
}
#pointWrapper {
  width: 360px;
  height: 230px;
  margin: 15px auto;
  padding: 15px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-radius: 5px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/pointBg.jpg);
  color: #fff;
  position: relative;
}
#pointWrapper h2 {
  font-size: 17px;
  margin-bottom: 13px;
  margin-left:75px;
}
#pointWrapper h2 span {
  font-size: 11px;
  font-weight: normal;
  display: block;
  opacity: 0.8;
}
.pointLeft {
  float: left;
  font-size: 14px;
}
.pointLeft .italic {
  font-size: 10px;
  opacity: 1;
}
.pointLeft .name {
  width: 150px;
  overflow: hidden;
}
.pointLeft p {
  text-shadow: 1px 1px 2px #333;
}
.pointRight {
  float: right;
  text-align: right;
  background: #fff;
  padding: 4px;
  margin-top:10px;
}
.CClogo {
  position: absolute;
  left: 15px;
  top: 15px;
}
/*-- msg pop-up --*/
#message dd {
  margin-bottom: 15px;
}
#message dd:last-child {
  margin-bottom: 0
}
#message dd div {
  background: #f5f5f5;
  padding: 15px;
}
#message dd div .gray {
  color: #777;
}
#message dd div .bold {
  margin-right: 3px;
}
#message dd div p:first-child {
  margin-bottom: 3px;
}
#message dd div p i {
  float: right;
}
#message dd div.msgFeedback {
  background-color: transparent;
  background-image: url("../images/member/ans.svg");
  background-position: left top 15px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
}
#message dd div.msgNotYet {
  padding-left: 40px;
  background-color: transparent;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  .questionItem li {
    width: 32%;
    margin-right: 2%;
    float: left;
    padding-bottom: 5px;
  }
  .questionItem li:nth-child(3n) {
    margin-right: 0%;
  }
  .questionItemEn li {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding-bottom: 5px;
  }
  .questionItemEn li:nth-child(even) {
    margin-right: 0%;
  }
  /*行銷活動偏好*/
  .IntExhibition h4 {
    border-bottom: 1px solid #ddd;
    padding: 0 20px 20px 20px;
    margin: 0 -20px;
  }
  .AreaGroup, .CatGroup, .clearAll {
    display: inline-block;
    padding: 6px 10px;
    background: #eee;
    color: #333;
    line-height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: normal;
    font-size: 15px;
  }
  .AreaGroup:hover, .CatGroup:hover {
    opacity: .8;
    color: #333;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .AreaGroup, .clearAll {
    margin-right: 10px
  }
  .clearAll, .clearAll:hover {
    background-color: #F44336;
    color: #fff;
    border: 1px solid #D63A2F;
  }
  .CatGroup {
    margin-left: 5px;
  }
  .subscriptList {
    column-count: 3;
    column-gap: 20px;
    column-width: auto;
    /*	column-fill: balance;
	column-span: all;
	column-fill: auto;	*/
  }
  .subscriptSmall {
    column-count: 2;
  }
  .subscriptList div {
    background-color: #fbfbfb;
    padding: 20px;
    margin-bottom: 20px;
    break-inside: avoid;
  }
  /*-----------------------indexNav-----------------------*/
  #indexNav {
    column-count: 2;
    column-gap: 15px;
    column-width: auto;
  }
  #indexNav dd {
    break-inside: avoid;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-bottom: 15px
  }
  #indexNav h3 a {
    display: block;
    padding: 10px 0 10px 50px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #E0E0E0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left 15px center; /*background-color:#f5f5f5;*/
  }
  #indexNav dd ul {
    overflow: auto;
    margin: 10px 15px;
  }
  #indexNav dd ul li {
    display: inline-block;
    width: 24%;
    vertical-align: text-top;
  }
  #indexNav dd ul li a {
    display: block;
    line-height: 120%;
    padding: 5px 0;
  }
  /*-----------------------memberNews-----------------------*/
  #memberNews {
    margin: 0 0 20px 0;
  }
  /*-----------------------inner-----------------------*/
  #mobileNav {
    display: none;
  }
  #left {
    float: left;
  }
  #right {
    float: right;
  }
  .grayBG {
    background: #fbfbfb;
    padding: 25px 20px;
    width: 100%;
  }
  /*-----------------------leftMenu-----------------------*/
  #leftMenu {
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
  }
  #leftMenu h5 {
    width: 100%;
    padding: 10px 15px;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 15px center;
    font-size: 16px;
    vertical-align: middle;
    /*border-bottom: 1px solid #E0E0E0;*/
    cursor: pointer;
  }
  #leftMenu h5 a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #333;
  }
  #leftMenu li:last-child h5 {
    border-bottom: 0
  }
  #leftMenu h5.trigger {
    background-image: url(../images/openItem.svg);
  }
  #leftMenu h5.itemOpen {
    background-image: url(../images/closeItem.svg);
    border-bottom: 0;
  }
  #leftMenu li {
    border-bottom: 1px solid #E0E0E0;
  }
  #leftMenu li ul {
    padding-bottom: 5px;
  }
  #leftMenu li ul li, #leftMenu li:last-child {
    border-bottom: 0;
  }
  #leftMenu li ul li a {
    color: #333;
    padding: 6px 0 6px 30px;
    text-decoration: none;
    display: block;
  }
  #leftMenu h5:hover, #leftMenu h5 a:hover, #leftMenu h5.selected a, #leftMenu li ul li.selected a, #leftMenu li ul li a:hover {
    color: #F44336;
  }
  /*----------------ticketList---------------------*/
  .ticketList li {
    padding: 20px 15px;
  }
  .ticketList li div.left {
    float: left;
    width: 90%;
  }
  .ticketList li div.right {
    float: right;
    width: 10%;
  }
  /*----------form----------*/
  #Position_Oth, #CompanyIndustry_Oth {
    margin-top: 5px;
  }
  /*----------------itemList---------------------*/
  .itemList dd {
    margin-bottom: 5px;
  }
  .itemList dd:last-child(even) {
    margin-top: 0;
  }
  .itemList div.itemListLeft {
    float: left;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .itemList div.itemListLeft em {
    padding: 0 5px;
    display: inline-block;
    background: #E3F2FD;
  }
  .itemList div.itemListRight {
    width: auto;
    margin-left: 80%;
    text-align: right;
  }
  /*-- msg --*/
  .msgList li {
    padding: 20px;
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .msgList li:last-child {
    margin: 0;
  }
  .msgList div.msgLeft {
    float: left;
    width: 100px;
  }
  .msgList div.msgRight {
    margin-left: 115px;
    width: auto;
    height: 100px;
    /*-- 垂直致中 --*/
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-----------------------switchBtn-----------------------*/
  .switchBtn li span {
    display: none;
  }
  /*-----------------------memberIndex-----------------------*/
  article.memberIndex {
    padding-bottom: 0;
    min-height: 80%;
  }
  article.memberIndex h1 {
    font-size: 19px;
  }
  h1.user {
    background-position: left top;
    background-size: 20px 20px;
    padding: 0 0 0 25px;
  }
  /*-----------------------indexNav-----------------------*/
  #indexNav {
    margin: 0 -15px;
  }
  #indexNav dd {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: right 15px center;
    background-image: url(../images/nextstep.svg);
  }
  #indexNav h3 a {
    display: block;
    padding: 15px 0 15px 55px;
    text-decoration: none;
    color: #333;
    border-top: 1px solid #E0E0E0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left 15px center;
    font-size: 17px;
  }
  #indexNav dd ul {
    display: none;
  }
  /*-----------------------memberNews-----------------------*/
  #memberNews {
    margin-bottom: 15px;
  }
  #memberNews li {
    background-image:none;
    padding: 8px 10px;
  }
  /*-----------------------card-----------------------*/
  .cardImg {
    text-align: center;
    overflow: hidden;
    width: 130px;
    margin: 20px auto;
  }
  #entryList {
    margin: 0 -15px -15px -15px;
  }
  #entryList li {
    border-top: 1px solid #e0e0e0;
    padding: 5px 15px;
  }
  /*-----------------------leftMenu-----------------------*/
  #leftMenu {
    display: none;
  }
  .grayBG {
    background: #fbfbfb;
    padding: 20px 10px;
  }
  /*-----------------------tabsNav-----------------------*/
  #mobileNav {
    margin: -23px -15px 0 -15px;
    background: #fff;
  }
  .noSubItem {
    padding-bottom: 10px;
  }
  #mobileNav h1 a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    background-position: left 15px top 15px;
    padding: 10px 0 0 45px;
    background-size: 18px 18px;
    margin-bottom: 10px;
  }
  #tabsNav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*white-space: nowrap;*/
    background: #f5f5f5;
  }
  #tabsNav li {
    display: inline-block;
  }
  #tabsNav li a {
    display: block;
    padding: 10px 15px 10px 15px;
    border-bottom: 3px solid #f5f5f5;
    text-decoration: none;
    color: #333;
  }
  #tabsNav li.selected a {
    border-bottom: 3px solid #F44336;
    color: #F44336;
  }
  /*----------------ticketList---------------------*/
  .ticketList li {
    padding: 15px 10px 10px 10px;
  }
  .ticketList li p {
    font-size: 13px;
  }
  .ticketList li div.left {
    float: left;
    width: 80%;
  }
  .ticketList li div.right {
    float: right;
    width: 18%;
  }
  /*----------form----------*/
  #Position_Oth, #CompanyIndustry_Oth, #Ext {
    margin-top: 5px;
  }
  /*----------------itemList---------------------*/
  .itemList dd {
    overflow: auto;
    margin-bottom: 5px;
  }
  .itemList dd:last-child(even) {
    margin-top: 0;
  }
  .itemList div.itemListLeft {
    float: left;
    width: 70%;
  }
  .itemList div.itemListLeft em {
    float: left;
    background: #E3F2FD;
    width: 40px;
    text-align: center
  }
  .itemList div.itemListLeft span {
    width: auto;
    margin-left: 50px;
    display: block;
  }
  .itemList div.itemListRight {
    width: auto;
    margin-left: 70%;
    text-align: right;
  }
  /*questionItem*/
  .questionItem li {
    padding-bottom: 5px;
  }
  .questionItem li:last-child {
    margin: 0%;
  }
  /*行銷活動偏好*/
  .IntExhibition h4 {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: -10px;
  }
  .subscriptList div {
    padding: 10px;
    background: #fbfbfb;
    margin-bottom: 20px;
  }
  .subscriptList div:last-child {
    margin: 0;
  }
  .AreaGroup, .CatGroup, .clearAll {
    display: inline-block;
    padding: 6px 10px;
    background: #eee;
    color: #333;
    line-height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: normal;
    font-size: 15px;
  }
  .AreaGroup:hover, .CatGroup:hover {
    opacity: .8;
    color: #333;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  }
  .AreaGroup, .clearAll {
    margin: 0 6px 6px 0;
  }
  .clearAll, .clearAll:hover {
    background-color: #F44336;
    color: #fff;
    border: 1px solid #D63A2F;
  }
  .CatGroup {
    margin-left: 5px;
  }
  /*-- msg --*/
  .msgList li {
    padding: 15px;
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .msgList li:last-child {
    margin: 0;
  }
  .msgList div.msgLeft {
    float: left;
    width: 90px;
  }
  .msgList div.msgRight {
    margin-left: 105px;
    width: auto;
    height: 90px;
    /*-- 垂直致中 --*/
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #message dd div.msgFeedback {
    background-color: transparent;
    background-image: url("../images/member/ans.svg");
    background-position: left top 10px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    padding-left: 35px;
  }
  #message dd div.msgNotYet {
    padding-left: 35px;
    background-color: transparent;
  }
}