@charset "UTF-8";
.tm_member_block {
  position: relative;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  margin-left: 65px;
  margin-top: 20px;
  padding: 70px 80px 50px 230px;
  min-height: 700px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .tm_member_block {
    padding: 70px 25px 50px 175px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .tm_member_block {
    margin-left: 0;
    padding: 20px 20px 40px 20px;
    margin-bottom: 60px;
  }
}

/*右邊浮水印文字背景*/
.tm_member_bg {
  position: absolute;
  top: 148px;
  right: -335px;
  color: #bdbdbe;
  text-transform: uppercase;
  font-size: 175px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 100%;
  z-index: 3;
  opacity: 0.15;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
}

/*右邊浮水印文字背景 end*/
/*左方選單*/
/*左方選單手機版*/
.tm_menu_main {
  position: relative !important;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
}

.tm_menu_main .tm_menu_main_link {
  position: relative;
  pointer-events: none;
  z-index: 5;
  margin-bottom: 0 !important;
}

.tm_menu_main .icon-chevron-thin-down {
  position: absolute;
  right: 20px;
  top: 20px;
}

.tm_menu_main .tm_menu_select {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*左方選單手機版 end*/
/*左方選單電腦版*/
.tm_menu_left {
  position: relative;
  list-style: none;
  padding-left: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .tm_menu_left {
    position: absolute;
    left: -65px;
    top: 70px;
    z-index: 2;
  }
}

.tm_menu_pull a {
  position: relative;
  display: block;
  width: 200px;
  background: #e1e2e8;
  padding: 17px 20px;
  border-radius: 100px;
  font-size: 13px;
  color: #858585;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .tm_menu_pull a {
    width: 100%;
  }
}

.tm_menu_pull .tm_menu_icon {
  position: absolute;
  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;
  width: 32px;
  height: 32px;
  left: 10px;
  top: 50%;
  margin-top: -16px;
  border-radius: 32px;
  background: #f8f8f9;
  color: #e1e2e8;
  font-size: 14px;
}

.tm_menu_pull .icon-document:before {
  color: #e1e2e8;
}

.tm_menu_pull:hover a, .tm_menu_pull.active a {
  color: #ffffff;
  background: #262626;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.tm_menu_pull:hover .tm_menu_icon, .tm_menu_pull.active .tm_menu_icon {
  -webkit-box-shadow: inset 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 4px 2px rgba(0, 0, 0, 0.1);
  color: rgba(70, 84, 119, 0.3);
}

.tm_menu_pull:hover .icon-document:before, .tm_menu_pull.active .icon-document:before {
  color: rgba(70, 84, 119, 0.3);
}

/*左方選單電腦版 end*/
/*左方選單 end*/
/*右邊內容*/
@media (max-width: 767px) {
  .member_box {
    margin-top: 30px;
  }
}

/*右邊內容 end*/
/*共用標題*/
.tm_title {
  margin: 0;
  font-size: 15px;
  color: #1b1b1b;
  font-weight: bold;
  padding: 13px 0 13px 0;
  letter-spacing: 1.5px;
}

.icon-icon_title {
  font-size: 18px;
  margin-right: 15px;
  vertical-align: text-top;
}

.tm_title_text {
  display: inline-block;
  font-size: 13px;
  color: #747474;
  padding-left: 35px;
  margin-bottom: 0;
}

.tm_title_text.tm_title_text_R {
  color: #7d0000;
}

/*共用標題 end*/
/*共用框線*/
.tm_border_top {
  border-top: 1px solid #e5e5e5;
}

.tm_border_bottom {
  border-bottom: 1px solid #e5e5e5;
}

/*共用框線 end*/
