@charset "UTF-8";
@import url("./animate.min.css");
header {
  backdrop-filter: saturate(180%) blur(20px) !important;
  position: sticky !important;
}
header nav {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .alert-section {
  background-color: #d7002a !important;
  padding: 0 !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  header .alert-section {
    padding-right: 15px !important;
  }
}
header .alert-section .alert-box {
  padding: 5px 10px !important;
  color: #fff !important;
  font-size: 14px !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
header .alert-section .alert-box a {
  color: #fff !important;
}
@media (max-width: 767px) {
  header .alert-section .alert-box {
    padding-right: 20px !important;
  }
}
header .alert-section .close-btn {
  top: 3px !important;
}

main.content-page {
  margin-top: 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.content-page {
    margin-top: 132px !important;
  }
}

.carousel-area {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  height: 500px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .carousel-area {
    margin-top: 150px;
  }
}
@media (max-width: 1023px) {
  .carousel-area {
    height: 310px !important;
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .carousel-area {
    height: 340px !important;
    margin-top: 15px !important;
    margin-bottom: 10px;
  }
  .carousel-area .owl-carousel .owl-stage-outer {
    min-height: 340px !important;
  }
}

@media (max-width: 480px) {
  .owl-dots {
    display: block !important;
    bottom: -15px !important;
  }
}
.owl-dots .owl-dot {
  width: 25px !important;
  height: 25px !important;
  position: relative !important;
}
.owl-dots .owl-dot:nth-child(1):before, .owl-dots .owl-dot:nth-child(2):before, .owl-dots .owl-dot:nth-child(3):before, .owl-dots .owl-dot:nth-child(4):before, .owl-dots .owl-dot:nth-child(5):before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.owl-dots .owl-dot:nth-child(1):before {
  content: "1";
}
.owl-dots .owl-dot:nth-child(2):before {
  content: "2";
}
.owl-dots .owl-dot:nth-child(3):before {
  content: "3";
}
.owl-dots .owl-dot:nth-child(4):before {
  content: "4";
}
.owl-dots .owl-dot:nth-child(5):before {
  content: "5";
}

ul.shortcuts {
  top: 20vh !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
  border-radius: 30px;
}
ul.shortcuts li {
  background-color: #000 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
ul.shortcuts li:first-child {
  padding-top: 5px !important;
}
ul.shortcuts li:last-child {
  padding-bottom: 5px !important;
}
ul.shortcuts li:hover {
  background: #ca2420 !important;
}

.nomura-container {
  line-height: 2 !important;
}
.nomura-container .concept-text {
  padding: 10px;
}
.nomura-container .concept-text .concept-img img {
  max-width: 100%;
}
.nomura-container h2, .nomura-container h3 {
  color: #ca2420;
}
.nomura-container h2.about-title {
  color: #ca2420;
}
.nomura-container h4 {
  font-size: 1.25em !important;
  color: #00677a !important;
}
.nomura-container .holders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .nomura-container .holders {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.nomura-container .holders .holder-block {
  display: block;
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .nomura-container .holders .holder-block {
    width: auto;
  }
}
.nomura-container .holders .holder-block .holder-img {
  width: 100%;
  text-align: center;
}
.nomura-container .holders .holder-block .holder-img img {
  width: 80%;
}
.nomura-container table.awards-table tr td {
  padding: 2px 5px !important;
}

.second-level-menu ul {
  height: auto !important;
}
.second-level-menu ul a p {
  padding: 20px 0 !important;
}
.second-level-menu ul a p:after {
  right: 5px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.news-area .news-list {
  padding: 10px 15px !important;
}
.news-area .news-list .news-content {
  height: auto !important;
}

.info .content-block ol {
  padding-left: 15px;
  list-style: decimal !important;
  line-height: 2;
}
.info .content-block ol li {
  list-style: decimal !important;
}

.desktop-area .member-area li:first-child {
  margin: 0 20px !important;
}
.desktop-area .member-area li:first-child a {
  padding: 5px 15px !important;
  background: #ca2420 !important;
  color: #fff !important;
  border-radius: 25px !important;
}
.desktop-area .menu-area {
  margin: 35px 0 0 10px !important;
}
.desktop-area .menu-area li {
  margin-left: 25px !important;
}
.desktop-area .menu-area li:last-child {
  width: 170px !important;
}
.desktop-area .menu-area .second-level-menu ul {
  padding: 15px 25px !important;
}
.desktop-area .menu-area .second-level-menu ul li {
  width: 28.33333% !important;
  margin-right: 15px !important;
}

@media (max-width: 1300px) and (min-width: 1024px) {
  .desktop-area {
    padding: 0 !important;
  }
  .desktop-area .menu-area {
    margin-left: 15px !important;
  }
}
.member-area section ul li a:hover span {
  -webkit-animation: fadeInRight 0.5s;
          animation: fadeInRight 0.5s;
}
@media (max-width: 767px) {
  .member-area section {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .member-area section .btn {
    width: calc(50% - 5px) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .member-area section .btn p {
    font-size: 16px !important;
  }
  .member-area section ul {
    width: 100% !important;
  }
}

.alerttext {
  padding: 20px 0px !important;
}

footer {
  margin-top: 45px !important;
  margin-bottom: 20px !important;
  padding: 0 50px !important;
}
@media (max-width: 767px) {
  footer {
    padding: 0 15px !important;
    padding-bottom: 65px !important;
  }
}

@media (max-width: 767px) {
  .report-area {
    margin-bottom: 20px !important;
  }
}
.report-area .reports {
  height: auto !important;
}
@media (max-width: 767px) {
  .report-area .reports {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .report-area .reports li {
    width: 50% !important;
  }
  .report-area .reports li h4 a {
    padding: 0 10px !important;
  }
  .report-area .reports li:first-child {
    width: 100% !important;
  }
  .report-area .reports li:first-child .img-block {
    height: 235px !important;
  }
  .report-area .reports li .img-block {
    height: 125px !important;
  }
  .report-area .reports li a {
    padding: 10px !important;
  }
  .report-area .reports li a span.content-rebuild-position {
    display: none !important;
  }
}
.report-area .reports li .word-aera h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  word-break: break-all;
  width: 100%;
}
@media (max-width: 767px) {
  .report-area .reports li .word-aera h5 {
    height: auto !important;
    max-height: 50px !important;
  }
}
.report-area .report-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .report-area .report-news ul {
    padding-top: 20px;
  }
}
.report-area .report-news a {
  width: 100%;
  background: #e6e6e6;
  text-align: center;
  color: #474747 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.report-area .report-news a:hover {
  background: #f2f2f2;
}
.report-area .report-news ul a {
  text-align: left;
  background: inherit;
  color: inherit;
  width: auto;
}
.report-area .report-news ul a:hover {
  color: inherit;
  background: inherit;
}

.submit-btn.right {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .brand-area .wrap section {
    height: 190px !important;
  }
  .activity-area ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .activity-area ul li {
    width: 50% !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .activity-area .slider {
    height: 325px !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
  .submit-btn.right {
    margin: 0 auto !important;
    width: 100% !important;
    bottom: 0 !important;
    position: fixed !important;
    background: #fff !important;
    padding: 10px 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding-bottom: 20px !important;
    -webkit-box-shadow: -5px -1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: -5px -1px 4px rgba(0, 0, 0, 0.3);
  }
  .submit-btn.right button {
    margin: 0 20px !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  .submit-btn.right button:first-child {
    margin-left: 0;
  }
  .submit-btn.right button:last-child {
    margin-right: 0;
  }
  .info .v-table {
    margin-bottom: 30px !important;
  }
  .info .content-block {
    padding-bottom: 30px !important;
  }
  .info .content-block .d-content .d-row .d-item {
    padding: 15px !important;
  }
}
.special:after {
  bottom: 0 !important;
}

@media (min-width: 768px) {
  .fund-area .tabs app-tab-title div {
    height: auto !important;
  }
  .fund-area section {
    max-height: auto !important;
    height: 565px !important;
  }
  .recommend-fund {
    height: auto !important;
  }
  .recommend-fund .fundGrade section {
    height: auto !important;
  }
}
.fund-area .tabs app-tab-title div:before {
  content: none !important;
}

.col-9.dec div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 100px;
  word-break: break-all;
  width: 100%;
  color: #2C3036;
}

.fund-area .tabs {
  border-right: 1px solid #c8c8c8;
}
.fund-area .tabs app-tab-content .recommend-fund h3 {
  padding-bottom: 20px !important;
}
@media (max-width: 767px) {
  .fund-area .tabs app-tab-content .recommend-fund h3 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .announce-area .btn-area {
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  .announce-area .btn-area:before {
    content: none !important;
  }
}

@media (max-width: 767px) {
  .info .v .v-item .v-content .v-parag {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  .photo-article-item {
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .photo-article-item .right {
    height: auto !important;
    min-height: 150px !important;
    text-align: right !important;
  }
  .photo-article-item .right em {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
  }
  .photo-article-item .right h5 {
    text-align: left !important;
  }
  .photo-article-item .right p {
    text-align: left !important;
  }
  .photo-article-item .right .btn {
    bottom: auto !important;
    position: relative !important;
    right: auto !important;
  }
}

@media (max-width: 767px) {
  .time-title-list li {
    padding: 8px 10px !important;
  }
  .time-title-list li em {
    margin-bottom: 0 !important;
  }
}

.open-account__types-table {
  border: none !important;
}
.open-account__types-table td {
  border: none !important;
  padding: 0 10px;
}
.open-account__types-table button {
  margin: 10px auto !important;
  border-radius: 5px !important;
}

.basic-info-edit .form-group .form-control {
  height: 40px !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
}
.basic-info-edit .form-group .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.basic-info-edit .addr-section .form-group .form-control input {
  height: 40px !important;
}

.activity-area .owl-carousel h3 a {
  opacity: 1 !important;
  font-size: 16px;
}
.activity-area .owl-video-tn {
  background-size: 100% !important;
}

.arsp-btn {
  position: fixed;
  right: 5%;
  bottom: 0;
  background: #ca2420;
  z-index: 100;
  color: #fff;
  border-radius: 5px;
  bottom: 5%;
  padding: 10px 15px;
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1.5rem;
}
.arsp-btn:hover {
  color: #ffd454;
}
@media (max-width: 767px) {
  .arsp-btn {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 55%;
    font-size: 1.25rem;
    border-radius: 5px 5px 0px 0px;
    bottom: 0;
  }
}
@media print {
  .arsp-btn {
    display: none !important;
  }
}
.arsp-btn i.fa {
  -webkit-animation: point 1s infinite;
          animation: point 1s infinite;
  -webkit-transform: translateX(0px) rotate(90deg);
      -ms-transform: translateX(0px) rotate(90deg);
          transform: translateX(0px) rotate(90deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media print {
  .wrapper .mobile-hide {
    display: table !important;
  }
  .wrapper .toggle.close,
  .wrapper .toggle.open {
    display: none !important;
  }
  header {
    position: relative !important;
  }
  ul.shortcuts {
    display: none !important;
  }
  .alert-section {
    display: none !important;
  }
}
@-webkit-keyframes point {
  0% {
    -webkit-transform: translateX(0px) rotate(90deg);
            transform: translateX(0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(90deg);
            transform: translateX(-10px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(90deg);
            transform: translateX(0px) rotate(90deg);
  }
}
@keyframes point {
  0% {
    -webkit-transform: translateX(0px) rotate(90deg);
            transform: translateX(0px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(90deg);
            transform: translateX(-10px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(90deg);
            transform: translateX(0px) rotate(90deg);
  }
}
.open-hint {
  position: fixed;
  bottom: 5%;
  right: 5%;
  background: #ca2420;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  -webkit-animation: bounceInUp 1s;
          animation: bounceInUp 1s;
  font-size: 1.25rem;
}
.open-hint .hint-icon {
  position: absolute;
  top: -35px;
  background: #ca2420;
  width: 35px;
  height: 36px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  text-align: center;
  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;
}
.open-hint a {
  color: #ffffff;
}
.open-hint:hover {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.top-btn {
  position: fixed;
  bottom: 0;
  left: 5%;
  width: 87px;
  cursor: pointer;
  z-index: 98;
  -webkit-animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite alternate;
          animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.top-btn-egg {
  width: 150px;
  height: 100px;
  background: url("https://www.nomurafunds.com.tw/activity/applanding/floating.svg") center bottom no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
  position: fixed;
  left: 5%;
  bottom: 0;
  cursor: pointer;
  z-index: 98;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: bounce 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite alternate;
          animation: bounce 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite alternate;
}
.top-btn-egg:hover {
  background: url("https://www.nomurafunds.com.tw/activity/applanding/floating.svg") center bottom no-repeat;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.top-btn-egg:hover:before {
  top: -65px;
}
.top-btn-egg:before {
  content: none;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 85px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 10px;
  background: #ca2420;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: changeColor ease 1s infinite;
          animation: changeColor ease 1s infinite;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .top-btn-egg:before {
    font-size: 1rem;
    top: -15px;
    width: 60px;
  }
}

.investment-content .calculate.hidden {
  display: none;
}
.investment-content .calculate .money-slider {
  display: none;
}
.investment-content form select {
  display: none;
}
.investment-content .right .calculate .row .btn,
.investment-content .right .roboLink .btn {
  width: 170px !important;
  font-weight: bold !important;
  padding: 10px 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .investment-area section {
    height: auto !important;
  }
  .investment-area section .investment-content {
    height: 250px !important;
  }
  .investment-area section .investment-content .right .calculate .row .btn,
  .investment-area section .investment-content .right .roboLink .btn {
    padding: 15px 0px !important;
    width: 100% !important;
    font-weight: bold !important;
  }
  .investment-area section .investment-content .right .des {
    height: 100px !important;
    -webkit-line-clamp: 4 !important;
  }
  .activity-area .owl-carousel h3 {
    display: none !important;
  }
}
@-webkit-keyframes changeColor {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes changeColor {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px auto;
  }
}
.flex-container .column {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .flex-container .column {
    width: 100%;
  }
}
.flex-container .column img {
  max-width: 100%;
  height: 480px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flex-container .column img {
    height: 380px;
  }
}

.login-desc {
  width: 80% !important;
}
@media (max-width: 767px) {
  .login-desc {
    width: 100% !important;
  }
}

.log-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .log-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 14%;
    right: 0;
    z-index: 999;
    max-width: 90px;
  }
}
.log-banner .banner-block {
  padding: 5px;
  width: 100%;
}
.log-banner .banner-block img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .log-banner .banner-block .log-d {
    display: none;
  }
}
.log-banner .banner-block .log-m {
  display: none;
}
@media (max-width: 767px) {
  .log-banner .banner-block .log-m {
    display: block;
  }
}

.is-hidden {
  display: none;
}

.content-page .login-desc .log-banner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.login-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .login-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.login-banner .banner-part {
  width: 50%;
  padding: 5px;
}
@media (max-width: 767px) {
  .login-banner .banner-part {
    width: 100%;
  }
}
.login-banner .banner-part img {
  max-width: 100%;
  width: 100%;
}

.loginul {
  width: 60%;
  margin: 0 auto;
  color: #737373 !important;
}
@media (max-width: 767px) {
  .loginul {
    width: 100%;
  }
}

.des .login-banner, .des .log-banner {
  display: none;
}
.des .loginul {
  width: 100%;
}

.footer-banner {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-banner .banner-block {
  padding: 5px;
}
.footer-banner .banner-block img {
  max-width: 100%;
}

.about-buttons {
  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;
}
@media (max-width: 767px) {
  .about-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-buttons .btn-block {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .about-buttons .btn-block {
    width: 100%;
  }
}
.about-buttons .btn-block img {
  max-width: 300px;
  width: 100%;
}

app-weekly app-tab-title, app-introduction app-tab-title, app-report-with-flow app-tab-title, app-question app-tab-title, app-custom-service app-tab-title, app-download app-tab-title, app-news app-tab-title {
  border-radius: 50px;
  background-color: #ededed !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #000;
}
app-weekly app-tab-title:hover, app-introduction app-tab-title:hover, app-report-with-flow app-tab-title:hover, app-question app-tab-title:hover, app-custom-service app-tab-title:hover, app-download app-tab-title:hover, app-news app-tab-title:hover {
  background-color: #ccc !important;
}

footer {
  min-height: auto !important;
}

.personal-wrapper .carousel-area {
  height: 380px;
}

.item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-wrap .item p {
  width: 100%;
}
.item-wrap .item:before {
  content: attr(href);
  margin-right: 15px;
}
.item-wrap .item-next {
  padding-left: 30px;
}
.item-wrap .item-next ol {
  padding-left: 45px !important;
}
.item-wrap .item-next .item-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-wrap .item-next .item-padding p {
  width: 100%;
}
.item-wrap .item-next .item-padding:before {
  content: attr(href);
  margin-right: 15px;
}

main .content-2column .content-menu {
  top: 145px;
  position: sticky;
  width: 100%;
  z-index: 999;
}

.fa:before {
  font-family: "FontAwesome" !important;
}

.profile-subitem, .content-item {
  cursor: pointer;
}

.allocation-title {
  font-weight: bold;
}

.icon58-position {
  background: transparent !important;
  vertical-align: middle;
}
.icon58-position:before {
  content: "\f002" !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  background-position: none !important;
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-style: normal;
  background-image: none;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.modal-dialog {
  margin-top: 25%;
}

.modal-title {
  width: 100%;
}

.content-item {
  position: relative;
}
.content-item.disabled:before {
  content: "(此基金不適用)";
  position: absolute;
  right: 50px;
}

@media (max-width: 767px) {
  .fund-trade-index .tabs.vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.alert-block {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  z-index: 999;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .alert-block {
    max-width: 100%;
  }
}
.alert-block .alert-pic {
  max-width: 100%;
}
.alert-block .alert-pic.mobile {
  display: none;
}

.ec-home-container .alert-block {
  display: none !important;
}
.ec-home-container .login-banner, .ec-home-container .log-banner {
  display: none !important;
}